Make "etags --version" on Windows produce the same as on Posix platforms.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
aca092ac
SM
12011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * editfns.c (save_restriction_restore): Don't forget to invalidate the
4 current_column cache (bug#7946).
5
ea2460a0
KH
62011-02-02 Kenichi Handa <handa@m17n.org>
7
8 * ftfont.c (ftfont_open): Use FC_DUAL only when it is defined.
9
10 * xftfont.c (xftfont_open): Likewise.
11
29feb0e9
AS
122011-02-01 Andreas Schwab <schwab@linux-m68k.org>
13
14 * window.c (Fselect_window): Add missing return value.
15
df61c790
AS
162011-01-29 Andreas Schwab <schwab@linux-m68k.org>
17
18 * image.c (DEF_IMGLIB_FN): Add parameter rettype, use it instead
19 of int. All uses adjusted.
20 (PNG_JMPBUF, png_load, jpeg_load, tiff_load, gif_load)
21 (svg_load_image): Remove casts.
22
7f9c5df9
CY
232011-01-29 Chong Yidong <cyd@stupidchicken.com>
24
25 * image.c (fn_png_longjmp, fn_png_set_longjmp_fn): New png
26 function definitions for compiling with libpng-1.5.
27 (PNG_LONGJMP, PNG_JMPBUF): New macros for libpng-1.5.
28 (my_png_error, png_load): Use them. Suggested by Thomas Klausner
29 (Bug#7908).
30
46b3f2be
CY
312011-01-28 Chong Yidong <cyd@stupidchicken.com>
32
33 * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.
34
37d1c45d
CY
352011-01-27 Chong Yidong <cyd@stupidchicken.com>
36
37 * font.c (font_parse_fcname): Require GTK-style font sizes to
38 occur at the end of the font string (Bug#7853).
39
ea08011c
CY
402011-01-26 Chong Yidong <cyd@stupidchicken.com>
41
42 * font.c (font_parse_fcname): Fix typo in string length.
43
f996bbcb
SM
442011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * xdisp.c (handle_fontified_prop): Be careful with font-lock changing
47 the buffer's point-max (bug#7876).
48
19634648
CY
492011-01-23 Chong Yidong <cyd@stupidchicken.com>
50
51 * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases.
52 Remove unused HAVE_SHM branch (Bug#6811).
53
6de1218f 542011-01-23 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
19634648 55
6de1218f
PG
56 * s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
57
e6b84b30
MR
582011-01-22 Martin Rudalics <rudalics@gmx.at>
59
60 * window.c (select_window): New function.
61 (Fselect_window): Call it.
62 (inhibit_point_swap): Variable deleted.
63 (Fset_window_configuration): Call select_window directly.
64
0514b4be
SM
652011-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * image.c (syms_of_image): Don't access XSYMBOL's internals directly.
68
e7f50e8f
EZ
692011-01-16 Eli Zaretskii <eliz@gnu.org>
70
71 * image.c (syms_of_image): Don't use SET_SYMBOL_VALUE. (Bug#7848)
72
6dc1d2d3
MR
732011-01-15 Martin Rudalics <rudalics@gmx.at>
74
75 * window.c (inhibit_point_swap): New variable.
76 (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
77 point this time.
78 (Fset_window_configuration): Set inhibit_point_swap to 1 instead
79 of setting selected_window to nil (Bug#7728).
80
70ba1ec8
CY
812011-01-12 Chong Yidong <cyd@stupidchicken.com>
82
83 * config.in (TERMINFO): New definition.
84
85 * s/netbsd.h: Use it to choose between terminfo and termcap
86 (Bug#7642).
87
0ad25444
JD
882011-01-03 Jan Djärv <jan.h.d@swipnet.se>
89
90 * coding.h (ENCODE_UTF_8): Remove "Used by ..." comment.
91
92 * nsfns.m (ns_set_name_iconic): Remove.
93 (ns_get_screen): Don't assign integer to f.
94 (ns_set_name_internal): New function (Bug#7517).
95 (Vicon_title_format): Extern declare.
96 (ns_set_name): Call ns_set_name_internal.
97 (x_explicitly_set_name): Remove call to ns_set_name_iconic.
98 (x_implicitly_set_name): Ditto.
99 (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal.
100 (ns_set_name_as_filename): Encode name with ENCODE_UTF_8.
101 Always use buffer name for title and buffer filename only for
102 RepresentedFilename. Handle bad UTF-8 in buffer name (Bug#7517).
103
fb724e55
EZ
1042011-01-03 Eli Zaretskii <eliz@gnu.org>
105
106 * image.c (png_jmpbuf): Remove definition.
107 (my_png_error, png_load): Don't use png_jmpbuf.
108
5be1c984
EZ
1092010-12-31 Eli Zaretskii <eliz@gnu.org>
110
111 * image.c <Qlibpng_version>: New variable.
112 (syms_of_image): Intern and staticpro it. Set its value to the
113 version of PNG library we were compiled with.
114 (my_png_error, png_load): Avoid GCC warnings about direct access
115 to png_ptr->jmpbuf. (Bug#7716)
18da2e74
EZ
116 (png_jmpbuf): New macro.
117 (my_png_error, png_load): Use it instead of #ifdef'ing according
118 to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
5be1c984 119
cf07311b
SM
1202010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * .gdbinit (xgetptr): Fix the union+lsb case.
123 (xbacktrace): Fix the union case.
124
794b75c7
SM
1252010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * window.c (Fmove_to_window_line): Avoid abort when called in a buffer
128 different from selected-window's.
129
2e4ab211
EZ
1302010-12-25 Eli Zaretskii <eliz@gnu.org>
131
71fe378d
EZ
132 * keyboard.c (parse_menu_item): Prepend " " to the key sequence
133 equivalent of a menu item when the key sequence is given by the
134 `:keys' attribute. (Bug#7662)
135
2e4ab211
EZ
136 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
137 the basic faces are supported.
138
84595ff0
JD
1392010-12-24 Jan Djärv <jan.h.d@swipnet.se>
140
141 * xterm.c (x_check_fullscreen): Fix pixel/character mixup.
142
30d621a2
EZ
1432010-12-17 Eli Zaretskii <eliz@gnu.org>
144
145 * xdisp.c (Fformat_mode_line): Fix last change.
146
4bf3e46e
CY
1472010-12-16 Chong Yidong <cyd@stupidchicken.com>
148
149 * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic
150 faces (Bug#7587).
151
1b2a627f
EZ
1522010-12-13 Eli Zaretskii <eliz@gnu.org>
153
154 * fileio.c (Fexpand_file_name): One more doc fix.
155
15579471
EZ
1562010-12-12 Eli Zaretskii <eliz@gnu.org>
157
158 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)
159
f0559026
EZ
1602010-12-11 Eli Zaretskii <eliz@gnu.org>
161
76feb864
EZ
162 * w32fns.c (Fx_show_tip): Call try_window with last argument
163 TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
164 solved. Round up the tip height to an integral multiple of the
165 frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
166 (Bug#7398)
167
f0559026
EZ
168 * xdisp.c (string_pos_nchars_ahead, c_string_pos)
169 (face_before_or_after_it_pos, next_element_from_string)
170 (next_element_from_c_string, produce_stretch_glyph): Remove unused
171 calculations of maximum string length before calling
172 string_char_and_length and STRING_CHAR_AND_LENGTH.
173 (string_char_and_length): Update commentary: MAXLEN is no longer
174 needed.
175
0b9fc69a
JD
1762010-12-10 Jan Djärv <jan.h.d@swipnet.se>
177
178 * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
179 as (Qsave_session arg).
180
181 * xsmfns.c (smc_interact_CB): Set arg to Qnil.
182 (smc_die_CB): Make an event with arg Qt.
183 (Fhandle_save_session): If event has Qt as argument,
184 call Fkill_emacs (Bug#7552).
185
2b815743
JD
1862010-12-07 Jan Djärv <jan.h.d@swipnet.se>
187
188 * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
189
d8b2a962
CY
1902010-12-06 Chong Yidong <cyd@stupidchicken.com>
191
192 * dispextern.h (struct it): New member overlay_strings_charpos.
193
194 * xdisp.c (next_overlay_string, load_overlay_strings): Record the
195 charpos where we computed n_overlay_strings.
196 (next_overlay_string): Load overlay strings at recorded position,
197 which may not be the same as the iterator's charpos (Bug#7016).
198
a56d164e
JD
1992010-12-05 Jan Djärv <jan.h.d@swipnet.se>
200
201 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
202 with cursor color and draw a rectangle around the image (Bug#7412).
203
77f1ed6c
CY
2042010-12-05 Chong Yidong <cyd@stupidchicken.com>
205
206 * xdisp.c (try_scrolling): Avoid infloop if the first line is
207 obscured due to a vscroll (Bug#7537).
208
2a91a0b5
JD
2092010-12-02 Jan Djärv <jhd@zeplinf.localdomain>
210
211 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
212
213 * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
214 Use FRAME_TOOLBAR_HEIGHT.
215 (x_set_offset): Handle XNegative and YNegative in
216 f->size_hint_flags (Bug#7510).
217
b84ae584
KH
2182010-11-25 Kenichi Handa <handa@m17n.org>
219
220 * charset.c (emacs_mule_charset): Make it an array of charset ID;
221 i.e. integer.
222 (Fdefine_charset_internal): Adjusted for the above change.
223 (init_charset_once): Likewise.
224
225 * charset.h (emacs_mule_charset): Adjust the prototype. Delete
226 duplicated extern.
227
228 * coding.c (emacs_mule_char): Adjust for the change of
229 emacs_mule_charset.
230
231 * lread.c (read_emacs_mule_char): Adjust for the change of
232 emacs_mule_charset.
233
b8e5cf1d
EZ
2342010-11-22 Eli Zaretskii <eliz@gnu.org>
235
236 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
237 of w32api >= 3.15. (Bug#6989) (Bug#7452)
238
96ad0af7
YM
2392010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
240
241 * alloc.c (mark_terminals): Ensure that the image cache is marked
242 even if the terminal object was marked earlier (Bug#6301).
243
35f1de62
CY
2442010-11-21 Chong Yidong <cyd@stupidchicken.com>
245
246 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
247
8d7f026f
JD
2482010-11-20 Jan Djärv <jan.h.d@swipnet.se>
249
250 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
251 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
252 Use 23 as menubar height if 0. (Bug#7425).
253
37de8fd0
J
2542010-11-14 Jan Djärv <jan.h.d@swipnet.se>
255
256 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
257
258 * config.in (HAVE_G_TYPE_INIT): New symbol.
259
c7926fe2
EZ
2602010-11-12 Eli Zaretskii <eliz@gnu.org>
261
262 * lread.c (Fload): Mention `load-in-progress' and
263 `load-file-name'. (Bug#7346)
264
c0098065
EZ
2652010-11-09 Eli Zaretskii <eliz@gnu.org>
266
86520d8c
EZ
267 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
268 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
269 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
270 subprocesses. Use buffer_free only ifdef subprocesses.
271
272 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
273 the subprocesses version, not in the non-subprocesses one.
274
794a4b6d
EZ
275 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
276
c0098065
EZ
277 * xfns.c (x_real_positions): Fix declaration-after-statement
278 problem.
279
be3faa80
CY
2802010-11-05 Chong Yidong <cyd@stupidchicken.com>
281
282 * image.c (free_image): Don't garbage the frame here, since this
283 function can be called while redisplaying (Bug#7210).
284 (uncache_image): Garbage the frame here (Bug#6426).
285
055c91d4 2862010-11-04 Chong Yidong <cyd@stupidchicken.com>
184765cc
CY
287
288 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
289 Windows.
290
055c91d4 2912010-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
bd80a886
YM
292
293 * process.c (Fmake_network_process): Don't call turn_on_atimers around
294 `connect' (Bug#5723).
295
055c91d4 2962010-11-04 Helmut Eller <eller.helmut@gmail.com>
c2e124a9
HE
297
298 * process.c (Fmake_network_process): Call `select' for interrupted
299 `connect' rather than creating new socket (Bug#5173).
300
68ae6cda
KH
3012010-11-04 Kenichi Handa <handa@m17n.org>
302
303 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
304 Don't sheck SPEC if it is nil.
305 (font_list_entities): Call font_delete_unmatched if
306 Vface_ignored_fonts is non-nil.
307
db5cada2 3082010-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
fa884f18 309
2511e8e0
CY
310 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
311 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
312
313 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
314 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
315 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
316 TRY_WINDOW_CHECK_MARGINS.
317
318 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
319 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423).
fa884f18 320
d75c9992
JD
3212010-11-04 Jan Djärv <jan.h.d@swipnet.se>
322
31887d45
JD
323 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
324 parent is the root window. Check this after traversing window tree.
325
d75c9992
JD
326 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
327
328 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
329
330 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
331 before traversing window tree (Bug#5721).
332
754996bc
GM
3332010-11-03 Glenn Morris <rgm@gnu.org>
334
335 * Makefile.in (CRT_DIR): New variable, set by configure.
336 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
337 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
338
3649d303
JD
3392010-11-01 Jan Djärv <jan.h.d@swipnet.se>
340
341 * process.c (kbd_is_on_hold): New variable.
342 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
343 New functions.
344 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
345 select on empty input mask.
346 (init_process): Initialize kbd_is_on_hold to 0.
347
348 * process.h (hold_keyboard_input, unhold_keyboard_input)
349 (kbd_on_hold_p): Declare.
350
351 * keyboard.c (input_available_signal): Declare.
352 (kbd_buffer_nr_stored): New function.
353 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
354 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
355 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
356 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
357 (tty_read_avail_input): If input is on hold, return.
358 Don't read more that free slots in kbd_buffer (Bug#6571).
359
46eadc7a
CY
3602010-10-31 Chong Yidong <cyd@stupidchicken.com>
361
362 * xterm.c (x_connection_closed): Print informative error message
363 when aborting on GTK. This requires using shut_down_emacs
364 directly instead of Fkill_emacs.
365
655441b2
MA
3662010-10-25 Michael Albinus <michael.albinus@gmx.de>
367
368 * dbusbind.c (Fdbus_call_method_asynchronously)
369 (Fdbus_register_signal, Fdbus_register_method): Check, whether
370 `dbus-registered-objects-table' is initialized.
371
23c261f5
CY
3722010-10-24 Chong Yidong <cyd@stupidchicken.com>
373
374 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
375
89baa1df
EZ
3762010-10-22 Eli Zaretskii <eliz@gnu.org>
377
378 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
379
380 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
381 Deprecate use as a boolean flag.
382
5419963b
KB
3832010-10-18 Ken Brown <kbrown@cornell.edu>
384
385 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
386
31daa5e1
KH
3872010-10-15 Kenichi Handa <handa@m17n.org>
388
389 Fix incorrect font metrics when the same font is opened with
390 different pixelsizes.
391
392 * xftfont.c: Include composite.h.
393 (xftfont_shape): New function.
394 (syms_of_xftfont): Set xftfont_driver.shape.
395
9fa82824
DP
3962010-10-13 Damyan Pepper <damyanp@gmail.com>
397
398 Fix handling of font properties on Windows (bug#6303).
399 * font.c (font_filter_properties): New function, refactored from
400 ftfont_filter_properties.
401 * font.h (font_filter_properties): Declare.
402 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
403 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
404 (w32font_filter_properties): New function.
405 (w32font_driver): Add w32font_filter_properties.
406
51e4f4a8
JB
4072010-10-12 Juanma Barranquero <lekktu@gmail.com>
408
c0943d3d 409 * font.c (Ffont_variation_glyphs):
51e4f4a8
JB
410 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
411
a2e35ef5
JD
4122010-10-10 Jan Djärv <jan.h.d@swipnet.se>
413
414 * nsterm.m (Qleft): Declare.
415 (ns_right_alternate_modifier): New variable
416 (NSRightAlternateKeyMask): New define.
417 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
418 ns_right_alternate_modifier isn't Qleft.
419 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
420 as emacs modifier for NSRightAlternateKeyMask.
421 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
422
2e828c79
MA
4232010-10-08 Michael Albinus <michael.albinus@gmx.de>
424
425 * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.
426 (xd_pending_messages): Catch xd_get_dispatch_status calls.
427
93d50df8
KH
4282010-10-08 Kenichi Handa <handa@m17n.org>
429
2b7c9342 430 * coding.c (complement_process_encoding_system): Fix previous change.
5886ec9c 431
a79b0f28
MA
4322010-10-03 Michael Albinus <michael.albinus@gmx.de>
433
434 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
435 (Fdbus_init_bus): ... here. (Bug#7113)
436
7b2bf907
GM
4372010-10-03 Glenn Morris <rgm@gnu.org>
438
439 * buffer.c (before-change-functions, after-change-functions):
440 Three-year overdue doc fix following 2007-08-13 change.
441
1911a33b
KH
4422010-10-02 Kenichi Handa <handa@m17n.org>
443
444 * coding.c (coding_inherit_eol_type): If parent doesn't specify
445 eol-format, inherit from the system's default.
446 (complement_process_encoding_system): Make a new coding system
447 inherit the original eol-format.
448
fcaf8878
KH
4492010-09-30 Kenichi Handa <handa@m17n.org>
450
451 * coding.c (complement_process_encoding_system): New function.
452
453 * coding.h (complement_process_encoding_system): Extern it.
454
455 * callproc.c (Fcall_process): Complement the coding system for
456 encoding arguments.
457 (Fcall_process_region): Complement the coding system for encoding
458 the input to the process.
459
460 * process.c (Fstart_process): Complement the coding system for
461 encoding arguments.
462 (send_process): Complement the coding system for encoding what
463 sent to the process.
464
18acb5ad
KH
4652010-09-29 Kenichi Handa <handa@m17n.org>
466
467 * xfont.c (xfont_open): Fix setting of font->average_width from
468 :avgwidth property (Bug#7123).
469
dec83468
MA
4702010-09-28 Michael Albinus <michael.albinus@gmx.de>
471
472 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
473 is more portable.
474
475 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
476 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
477 has not defined SIGIO.
478
e0720500
MA
4792010-09-27 Michael Albinus <michael.albinus@gmx.de>
480
11a5af7c 481 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
e0720500
MA
482 (Bug#7113)
483
42d3022b
J
4842010-09-26 Jan Djärv <jan.h.d@swipnet.se>
485
486 * xgselect.c (xg_select): Clear file descriptors not set from
487 rfds and wfds.
488
fbb3da77
SM
4892010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * syntax.c (back_comment): Detect the case where a 1-char comment
492 starter is also the 2nd char of a 2-char comment ender.
493
2b5b82db
J
4942010-09-17 Jan Djärv <jan.h.d@swipnet.se>
495
496 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
497
5f61a25c
J
4982010-09-12 Jan Djärv <jan.h.d@swipnet.se>
499
500 * xterm.c (get_current_vm_state): New function.
501 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
502 want_fullscreen so set_wm_state calls are few (Bug#7013).
503 (x_handle_net_wm_state): Move code to get_current_vm_state and
504 call that function.
505
65c92e31 5062010-09-11 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
65b3d997
A
507
508 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
509
a552b35a
KH
5102010-09-08 Kenichi Handa <handa@m17n.org>
511
512 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
513 we may use designation or locking-shift.
514
396475b7
KH
5152010-09-07 Kenichi Handa <handa@m17n.org>
516
517 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
518 sequence when the source is multibyte.
519
d419e1d9
KH
5202010-08-31 Kenichi Handa <handa@m17n.org>
521
522 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
523 characters.
524
525 * term.c (encode_terminal_code): Fix the previous change.
65b3d997
A
526 (produce_glyphs): Don't set it->char_to_display here.
527 Don't handle unibyte-display-via-language-environment here.
d419e1d9
KH
528 (produce_special_glyphs): Set temp_it.char_to_display before
529 calling produce_glyphs.
530
531 * xdisp.c (get_next_display_element): Set it->char_to_display
532 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
533 characters.
534 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
535 calling PRODUCE_GLYPHS.
536 (append_space_for_newline): Save and store it->char_to_display.
537 Set it->char_to_display before calling PRODUCE_GLYPHS.
538 (extend_face_to_end_of_line): Set it->char_to_display before
539 calling PRODUCE_GLYPHS.
540 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
541 character to its byte value.
542 (get_char_glyph_code): New function.
543 (produce_stretch_glyph): Set it2.char_to_display too before
544 calling x_produce_glyphs.
545 (x_produce_glyphs): Simplify by using the same code for ASCII and
65b3d997
A
546 non-ASCII characters. Don't set it->char_to_display here.
547 Don't handle unibyte-display-via-language-environment here. For a
c0943d3d 548 character of no glyph, use font->space_width instead of FONT_WIDTH.
d419e1d9 549
769ae9e1
KH
5502010-08-29 Kenichi Handa <handa@m17n.org>
551
552 * term.c (encode_terminal_code): Encode byte chars to the
553 correspnding bytes.
554
b72e0717
AS
5552010-08-17 Andreas Schwab <schwab@linux-m68k.org>
556
557 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
558 instead of SAFE_ALLOCA.
559
3a7a9129
CY
5602010-08-17 Chong Yidong <cyd@stupidchicken.com>
561
562 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
563 (Bug#6214).
564
983b8302
J
5652010-08-14 Jan Djärv <jan.h.d@swipnet.se>
566
567 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
568
7d1b9df3
J
5692010-08-13 Jan Djärv <jan.h.d@swipnet.se>
570
571 * doc.c (Fsnarf_documentation): Initialize skip_file before
572 build-files test.
573
2294b255
PG
5742010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
575
65b3d997
A
576 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
577 New definitions.
2294b255
PG
578 (HAVE_TERMIO): Remove.
579
7a84eee5
KH
5802010-08-06 Kenichi Handa <handa@m17n.org>
581
582 * charset.c: Include <stdlib.h>
583 (struct charset_sort_data): New struct.
584 (charset_compare): New function.
c0943d3d 585 (Fsort_charsets): New function.
7a84eee5
KH
586 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
587
588 * coding.c (decode_coding_iso_2022): Fix checking of dimension
589 number in CTEXT extended segment.
590
f5f6c0e0
JB
5912010-08-01 Juanma Barranquero <lekktu@gmail.com>
592
593 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
594 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
595
b756c005
JB
5962010-07-30 Juanma Barranquero <lekktu@gmail.com>
597
598 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
599 (Fhash_table_size): Fix typos in docstrings.
600 (Fmake_hash_table): Doc fix.
601
b4f588fa
JB
6022010-07-28 Juanma Barranquero <lekktu@gmail.com>
603
604 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
605 Doc fix (bug#5625).
606
9f8c08a7
KB
6072010-07-27 Ken Brown <kbrown@cornell.edu>
608
609 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
610 the MSDOS definition.
611
a2a0d36b
CS
6122010-07-25 Christoph Scholtes <cschol2112@gmail.com>
613
614 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
615
a77cfeaf
CS
6162010-07-22 Christoph Scholtes <cschol2112@gmail.com>
617
618 * window.c (Fwindow_height): Doc fix (bug#6518).
619
14fb5704
JB
6202010-07-21 Juanma Barranquero <lekktu@gmail.com>
621
622 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
623
499322ce
J
6242010-07-17 Jan Djärv <jan.h.d@swipnet.se>
625
626 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
627 is related to the menu bar (Bug#6499).
628
b78f9767
J
6292010-07-14 Jan Djärv <jan.h.d@swipnet.se>
630
631 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
632
633 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
634
635 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
636 i.e. don't put back ButtonRelease (Bug#6608).
637
638 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
639 instead of Window. Call xg_event_is_for_menubar when
640 USE_GTK (Bug#6499).
641
642 * gtkutil.h (xg_event_is_for_menubar): Declare.
643
644 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
645
1f60c16a
EZ
6462010-07-14 Eli Zaretskii <eliz@gnu.org>
647
648 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
649 when it's the same as the old foreground. (Bug#6609)
650
7c33a057
CY
6512010-07-10 Chong Yidong <cyd@stupidchicken.com>
652
653 * xfaces.c (realize_face): Garbage the frame if a face is removed
654 (Bug#6593).
655
9d70a3fc
AS
6562010-07-05 Andreas Schwab <schwab@linux-m68k.org>
657
658 * keyboard.c: Remove duplicate <setjmp.h>.
659 (read_key_sequence): Remove volatile qualifiers.
660
5a874e95
YM
6612010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
662
663 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
664 (struct glyph_row): New members left_fringe_offset and
665 right_fringe_offset.
666
667 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
668 specially.
669 * w32term.c (w32_draw_fringe_bitmap): Likewise.
670 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
671
672 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
673 Take account of bitmap offset.
674 (draw_window_fringes): Take account of window vscroll.
675 (update_window_fringes): Likewise. Extend top-aligned top indicator
676 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
677 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
678 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
679
0682186e
JB
6802010-07-04 Juanma Barranquero <lekktu@gmail.com>
681
682 * w32fns.c (Qtooltip): Declare.
683 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
684
ad3e6f44
J
6852010-07-03 Jan Djärv <jan.h.d@swipnet.se>
686
687 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
688 grab on just Press (Bug#6499).
689
54ee7410
CY
6902010-07-02 Chong Yidong <cyd@stupidchicken.com>
691
692 * frame.c (Qtooltip): New var.
693 (delete_frame): Use it. Fix faulty if statement. Don't update
694 mode line for tooltip frames. Suggested by Martin Rudalics.
695
696 * xfns.c (x_create_tip_frame):
697 * w32fns.c (x_create_tip_frame): Use it.
698
3d8416fc
NA
6992010-06-30 Naohiro Aota <naota@elisp.net> (tiny change)
700
701 * xftfont.c (xftfont_open): Check font width one by one also when
702 spacing is dual.
703
704 * ftfont.c (ftfont_open): Ditto.
705
b1feb9b4
AS
7062010-06-26 Andreas Schwab <schwab@linux-m68k.org>
707
708 * alloc.c (Fmake_byte_code): Don't access undefined argument
709 (Bug#6517).
710
c7dd9743
CY
7112010-06-25 Chong Yidong <cyd@stupidchicken.com>
712
713 * xdisp.c (next_element_from_image): Ensure that after-strings are
714 read the next time we hit handle_stop (Bug#1336).
715
5721b4ed
AS
7162010-06-23 Andreas Schwab <schwab@linux-m68k.org>
717
718 * lread.c (read1): Signal error if #s is not followed by paren.
719
277c5f18
CY
7202010-06-19 Chong Yidong <cyd@stupidchicken.com>
721
52ab9bb2
CY
722 * image.c (free_image): Mark frame as garbaged (Bug#6426).
723
277c5f18
CY
724 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
725
6fda6a0c
GM
7262010-06-15 Glenn Morris <rgm@gnu.org>
727
728 * editfns.c (Fbyte_to_string): Pacify compiler.
729
e454a4a3
SM
7302010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
733 Check `object's type before accessing its guts.
734
657d4c0b
AS
7352010-06-08 Andreas Schwab <schwab@linux-m68k.org>
736
737 * minibuf.c (Fall_completions): Add more checks.
738
9b27fd9f
JB
7392010-06-08 Juanma Barranquero <lekktu@gmail.com>
740
741 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
742
0eb7675e
AS
7432010-06-03 Andreas Schwab <schwab@linux-m68k.org>
744
745 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
f07b083d 746 address. (Bug#6346)
0eb7675e 747
78edd3b7
JB
7482010-06-03 Juanma Barranquero <lekktu@gmail.com>
749
750 * ccl.c (Fccl_program_p): Fix typo in docstring.
751
1ab8293c
SM
7522010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
755 of bug#6305).
756
5ca3929b
CY
7572010-05-27 Chong Yidong <cyd@stupidchicken.com>
758
759 * xdisp.c (redisplay_window): After redisplay, check if point is
760 still valid before setting it (Bug#6177).
761
f5b416d2 7622010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
763
764 * s/netbsd.h: If terminfo is found, use it in preference to
765 termcap. (Bug#6190) [Backport from trunk]
766
aeb77d46
CY
7672010-05-20 Kevin Ryde <user42@zip.com.au>
768
769 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
770 (Voverriding_terminal_local_map, Vsystem_key_alist)
771 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
772
c3bb441d
SM
7732010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * editfns.c (Fbyte_to_string): New function.
776
754790b6
CY
7772010-05-18 Chong Yidong <cyd@stupidchicken.com>
778
779 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
780 prevent stack overflow if number of arguments is too large
781 (Bug#6214).
782
c8670ded
EZ
7832010-05-11 Eli Zaretskii <eliz@gnu.org>
784
785 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
786
787 * w32fns.c: Include w32.h.
788 (Fw32_shell_execute): Decode the error message before passing it
789 to `error'. (Bug#6126)
790
3ffd4615 7912010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
792
793 * ftfont.c: Fix incorrect parentheses of #if condition for
794 definining M17N_FLT_USE_NEW_FEATURE.
795
61a808e8
CY
7962010-05-07 Chong Yidong <cyd@stupidchicken.com>
797
798 * Version 23.2 released.
799
5dcde606
AS
8002010-04-30 Andreas Schwab <schwab@linux-m68k.org>
801
802 * composite.c (autocmp_chars): Save point as marker before calling
803 auto-composition-function (Bug#5984).
804
805 * lisp.h (restore_point_unwind): Add prototype.
806
807 * fileio.c (restore_point_unwind): Remove static attribute.
808
c4170e32
KH
8092010-04-23 Kenichi Handa <handa@m17n.org>
810
811 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
812 new feature of libotf and m17n-flt.
65b3d997
A
813 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
814 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
815 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
816 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
817 that OUT is NULL. Use OTF_drive_gsub_with_log and
818 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
819 OTF_drive_gpos.
820 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
65b3d997
A
821 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
822 Setup mflt_enable_new_feature and mflt_try_otf.
c4170e32 823
e42cd1a7
JB
8242010-04-19 Juanma Barranquero <lekktu@gmail.com>
825
826 * dired.c (Ffile_attributes): Fix typo in docstring.
827
79353a53
AR
8282010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com>
829
830 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
831 NSInteger (Bug#5811).
832
658b9b93
YM
8332010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
834
835 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
836 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
837
16009a0e
YM
8382010-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
839
840 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
841
f016f225
JD
8422010-04-07 Jan Djärv <jan.h.d@swipnet.se>
843
844 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
845 FRAME_LINE_TO_PIXEL_Y.
846
847 * xterm.c (x_set_window_size_1): Don't add border_width/height to
848 pixelwidth/height.
849
84257d93
CY
8502010-04-05 Chong Yidong <cyd@stupidchicken.com>
851
852 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
853 terminal frames (Bug#5837).
854
95b1abcf
CY
8552010-03-31 Chong Yidong <cyd@stupidchicken.com>
856
857 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
858 * nsterm.h: Fix prototype.
859
4a217bed
EZ
8602010-03-31 Eli Zaretskii <eliz@gnu.org>
861
862 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
863 in this function. (Bug#5703)
864
4f103e04
CY
8652010-03-31 Chong Yidong <cyd@stupidchicken.com>
866
867 * nsterm.h: Fix last change.
868
a6d676d9
CY
8692010-03-30 Bernhard Herzog <bh@intevation.de> (tiny change)
870
871 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
872
67fee863
JD
8732010-03-30 Jan Djärv <jan.h.d@swipnet.se>
874
875 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
876 invisible (Bug#5766).
877
9ae6e189
CY
8782010-03-29 Adrian Robert <adrian.b.robert@gmail.com>
879
880 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
881 HAVE_NS conditionals.
194d44e7 882 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
883
884 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
885 filename for the title.
886 (ns_set_doc_edited): Do nothing if the selected window is a
887 minibuffer window.
888
889 * nsterm.h: Add prototypes for ns_set_name_as_filename and
890 ns_set_doc_edited.
891
892 * nsterm.m: Remove unneeded prototype.
893
25c72475
GM
8942010-03-28 Glenn Morris <rgm@gnu.org>
895
896 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
897 in the DOC file. (Bug#5336)
898
f79a01db
CY
8992010-03-24 Chong Yidong <cyd@stupidchicken.com>
900
901 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
902
93318cbd
JD
9032010-03-20 Jan Djärv <jan.h.d@swipnet.se>
904
905 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
906
907 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
908
909 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
910
ad13a3ee
YM
9112010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
912
913 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
914 XLoadQueryFont.
915
fbdc1721
KH
9162010-03-16 Kenichi Handa <handa@m17n.org>
917
918 * coding.c (decode_coding_ccl): Fix previous change for the
919 multibyte case.
fb608df3
KH
920 (encode_coding_ccl): Don't setup ccl program here. Fix for the
921 case that the output buffer is fullfilled.
922 (encode_coding): Setup ccl program here.
fbdc1721 923
35cd7cd6
CY
9242010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change)
925
926 * editfns.c (Fformat): Account for string precision when computing
927 field width (Bug#5710).
928
618db430
SM
9292010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
930
c0335e02
SM
931 Make it possible to C-g in a tight bytecode loop again (bug#5680).
932 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
933 (QUIT): Use it to consolidate code and remove redundancy.
934 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
935
254c06a8
SM
936 * regex.c (regex_compile): Setup gl_state as well.
937
618db430
SM
938 * syntax.c (skip_chars): Setup gl_state (bug#3823).
939 (in_classes): Use CONSP before XCAR/XCDR.
940
233f0c9f
CY
9412010-03-03 Chong Yidong <cyd@stupidchicken.com>
942
943 * keymap.c (Fwhere_is_internal): Use Fequal to compare
944 definitions, so that keyboard macros are correctly handled
945 (Bug#5481).
946
75f80e63
EZ
9472010-03-02 Eli Zaretskii <eliz@gnu.org>
948
949 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
950 text that could be relocated inside the call to emacs_mule_char.
951 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
952 (CODING_DECODE_CHAR): Add a comment describing its purpose.
953
dcfb9bc4
KH
9542010-03-02 Kenichi Handa <handa@m17n.org>
955
fc9a17bc
KH
956 * character.c (parse_str_as_multibyte): Fix handling of the
957 multibyte form of raw-bytes.
958 (str_as_multibyte): Likewise.
959
dcfb9bc4
KH
960 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
961 form of raw-bytes.
962
412c01b6
CY
9632010-02-28 Chong Yidong <cyd@stupidchicken.com>
964
965 * charset.c (load_charset_map_from_file)
966 (load_charset_map_from_vector): Zero out allocated
967 charset_map_entries before using them.
968
df7e1ea0
AS
9692010-02-27 Andreas Schwab <schwab@linux-m68k.org>
970
971 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
972
fe69a722
CY
9732010-02-27 Chong Yidong <cyd@stupidchicken.com>
974
4ed28cf4
CY
975 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
976 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 977
7379cfce
KH
9782010-02-26 Kenichi Handa <handa@m17n.org>
979
f88cc4d6
KH
980 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
981
7379cfce
KH
982 * xdisp.c (reseat_to_string): Fix previous change.
983
cf2fdcfb
CY
9842010-02-26 David Reitter <david.reitter@gmail.com>
985
986 * nsfont.m (nsfont_draw): ns_antialias_text should be a
987 Lisp_Object (Bug#4736).
988
cc6c7c75
KH
9892010-02-25 Kenichi Handa <handa@m17n.org>
990
991 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
992
32e737d7
JD
9932010-02-24 Jan Djärv <jan.h.d@swipnet.se>
994
995 * xterm.c (XTflash): Move declarations before statements.
996
997 * gtkutil.c (xg_get_gdk_display): Remove (unused).
998 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
999 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
1000 (xg_create_tool_bar): Remove unused variables.
1001 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 1002 (xg_create_frame_widgets): Remove variable grav.
32e737d7 1003
676cae9f
CY
10042010-02-21 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
1007
886cc2b8
SM
10082010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * term.c (fatal): Add a final \n if needed (bug#5596).
1011
ddb2d8e2
CY
10122010-02-18 Chong Yidong <cyd@stupidchicken.com>
1013
1014 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
1015
2a4f8d3d
GM
10162010-02-18 Glenn Morris <rgm@gnu.org>
1017
1018 * callint.c (Finteractive): Doc fix.
1019
ebaf11b6
KH
10202010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1021
886cc2b8
SM
1022 * coding.c (record_conversion_result):
1023 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
1024 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
1025 memory allocation error.
1026
d0396581
KH
10272010-02-17 Kenichi Handa <handa@m17n.org>
1028
886cc2b8
SM
1029 * coding.c (decode_coding_ccl): Don't setup ccl program here.
1030 Fix for the case that the output buffer is fullfilled.
d0396581
KH
1031 (decode_coding): Setup ccl program here. Keep looping when the
1032 decoder stopped because the output buffer is
1033 fullfilled (bug#5534).
1034
1035 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
1036
98599f74
JD
10372010-02-13 Jan Djärv <jan.h.d@swipnet.se>
1038
471e4f04 1039 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 1040 bug #5571.
886cc2b8 1041 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 1042 overdrawn.
98599f74 1043
182659ae
JD
10442010-02-10 Jan Djärv <jan.h.d@swipnet.se>
1045
1046 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
1047 doing_interact here.
1048 (ice_connection_closed): New function.
1049 (x_session_check_input, smc_die_CB, ice_io_error_handler)
1050 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
1051 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
1052 returns I/O error.
1053 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
1054 bug #5512.
1055
9be32c4e 10562010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
1057
1058 * nsfont.m (nsfont_open): The system's value for the font descent
1059 is negative, so round it down to avoid clipping.
1060
a2f3eb19
CY
10612010-02-06 Chong Yidong <cyd@stupidchicken.com>
1062
1063 * charset.c (load_charset_map_from_file)
1064 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 1065 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 1066
3088147c
CY
10672010-02-05 Chong Yidong <cyd@stupidchicken.com>
1068
1069 * charset.c (load_charset_map_from_file): Allocate large
1070 charset_map_entries structure on the heap rather than the stack.
1071 (Bug#5526).
1072
b57d9029
KH
10732010-01-31 Kenichi Handa <handa@m17n.org>
1074
1075 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 1076 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 1077
c67d885b
CY
10782010-01-31 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
1081 <deactivated@gmail.com> (Bug#3605).
1082
8fab2362
CY
10832010-01-31 David De La Harpe Golden <david@harpegolden.net>
1084
1085 * fileio.c (Frename_file): Correctly rename symlinks to
1086 directories (Bug#5496).
1087
cb2a62f2
CY
10882010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
1089
1090 * nsterm.m (ns_ring_bell): Handle visible bell like X.
1091
944c7a26
AS
10922010-01-30 Andreas Schwab <schwab@linux-m68k.org>
1093
1094 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
1095
c024ac08
CY
10962010-01-29 Chong Yidong <cyd@stupidchicken.com>
1097
1098 * frame.c (DEFAULT_ROWS): Change default to 35.
1099
1100 * xfns.c (x_default_font_parameter): Change default XFT font to
1101 monospace-10 (Bug#3643).
1102
af93af83
EZ
11032010-01-29 Eli Zaretskii <eliz@gnu.org>
1104
1105 * w32inevt.c (key_event): Remove unnecessary comparison of
1106 event->uChar.AsciiChar with 128.
1107
ca0eb708
CY
11082010-01-28 Chong Yidong <cyd@stupidchicken.com>
1109
b242dbfc
CY
1110 * fileio.c (Frename_file): Fix last change (Bug#5487).
1111
ca0eb708
CY
1112 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
1113
1114 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
1115
45d45af5
JD
11162010-01-28 Jan Djärv <jan.h.d@swipnet.se>
1117
1118 * xfns.c (Fx_create_frame): Remove window size matching code from
1119 2010-01-15.
a73f9c9d 1120 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 1121
7e233730
JR
11222010-01-27 Jason Rumney <jasonr@gnu.org>
1123
1124 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 1125 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 1126
86e893e3
KH
11272010-01-27 Kenichi Handa <handa@m17n.org>
1128
1129 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 1130 pattern string (Bug#4209).
86e893e3 1131
8719abec
CY
11322010-01-27 David De La Harpe Golden <david@harpegolden.net>
1133
1134 * fileio.c (Frename_file): Call copy-directory and
1135 delete-directory for directories, in order to handle cross-device
1136 renaming (Bug#3353).
1137
844794c8
JD
11382010-01-25 Jan Djärv <jan.h.d@swipnet.se>
1139
aa3e13b5 1140 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 1141 sizes 24 and 10. Bug #3643.
844794c8 1142
bd4b5750
SM
11432010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1144
8dc1adf6 1145 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
1146 * keymap.c (shadow_lookup): Add `remap' arg.
1147 (describe_map, describe_vector): Update calls to shadow_lookup.
1148 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
1149 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
1150 perform remapping during shadow_lookup check of remapped_sequences.
1151
285d07e2
CY
11522010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
1153
1154 * image.c (png_load): Use png_sig_cmp instead of the obsolete
1155 png_check_sig, which has been removed in libpng 1.4.
1156
c6d09b8d
CY
11572010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1158
1159 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
1160 lacks this header file).
1161
3d782998
YM
11622010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1163
1164 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
1165 as in Emacs 22.
1166
2aff7c53
YM
11672010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1168
1169 * lisp.h (make_pure_string): String pointer arg now points to const.
1170
1171 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
1172 args now point to const.
1173
74327f7a
EZ
11742010-01-22 Eli Zaretskii <eliz@gnu.org>
1175
1176 * lread.c (Fload): Don't treat files without .elc extension as
1177 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
1178 them. (bug#5303)
1179
4d1e6632
KH
11802010-01-20 Kenichi Handa <handa@m17n.org>
1181
1182 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
1183 treat the source as actual byte sequence.
1184
1fdede8f
AM
11852010-01-19 Alan Mackenzie <acm@muc.de>
1186
1187 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 1188 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
1189 `signal_after_change_p' to `coherent_change_p', and make the
1190 invocation of `modify_region' conditional on it.
1191
67477f30
JD
11922010-01-19 Jan Djärv <jan.h.d@swipnet.se>
1193
1194 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
1195 for debug purpose.
1196 (syms_of_xsettings): Declare xft-settings.
1197
244b023e
CY
11982010-01-18 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
1201
617364fe
CY
12022010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1203
1204 * xterm.c (event_handler_gdk): Block input (Bug#5037).
1205
4fe22cdf
CY
12062010-01-16 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * emacs.c (standard_args): Adjust arg priorities to reflect how
1209 they are processed in startup.el.
1210
e118d2be
AS
12112010-01-16 Andreas Schwab <schwab@linux-m68k.org>
1212
1213 * Makefile.in (lisp, shortlisp): Update.
1214
523ae620
SM
12152010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
1218 code, link the new kboard into all_kboard before running Lisp code,
1219 and protect the new terminal with GCPRO (Bug#5365).
1220 (x_term_init): Remove unused var `atom'.
1221 (x_delete_display, x_delete_terminal): Remove unused var `i'.
1222
f0d13888
JD
12232010-01-15 Jan Djärv <jan.h.d@swipnet.se>
1224
1225 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
1226 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
1227 to find out usable size of the desktop. Don't make frames larger than
ac146f82 1228 this. Bug #3643.
f0d13888 1229
cc320f07
KH
12302010-01-15 Kenichi Handa <handa@m17n.org>
1231
1232 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
1233
7ffdf101
CY
12342010-01-15 Chong Yidong <cyd@stupidchicken.com>
1235
1236 * nsterm.m (Qnone): Define.
1237
1238 * nsfns.m (Qnone): Move definition to nsterm.m.
1239
d12bd917
KH
12402010-01-14 Kenichi Handa <handa@m17n.org>
1241
1242 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
1243 systems.
1244
d9a7c140
KH
12452010-01-14 Kenichi Handa <handa@m17n.org>
1246
1247 Make auto-composition work on all buffers even if they are
1248 fundamental mode.
1249
1250 * composite.c (Vauto_composition_mode): New variable.
1251 (composition_compute_stop_pos): Check Vauto_composition_mode
1252 instead of Vauto_composition_function.
1253 (composition_adjust_point, Ffind_composition_internal): Likewise.
1254 (syms_of_composite): Declare Lisp variable
1255 "auto-composition-mode" here.
1256
63286bb2
CY
12572010-01-13 Chong Yidong <cyd@stupidchicken.com>
1258
1259 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
1260 during call to vendor-specific-keysyms (Bug#5365).
1261
c2623ee7
YM
12622010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1263
1264 * keyboard.c (input_available_signal) [SYNC_INPUT]:
1265 Call SIGNAL_THREAD_CHECK (Bug#5333).
1266
1267 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
1268 Call SIGNAL_THREAD_CHECK.
1269
0b5397c2
SM
12702010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 Try to fix bug#5314. This is probably not the final word, tho.
1273 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
1274 recent-auto-save-p as a side-effect.
1275 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
1276 * buffer.c (Fkill_buffer, reset_buffer):
1277 * editfns.c (Fsubst_char_in_region):
1278 * fileio.c (Finsert_file_contents, Fdo_auto_save)
1279 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
1280
dc954cb2
KH
12812010-01-13 Kenichi Handa <handa@m17n.org>
1282
1283 Display buffer name, etc. in mode line by composing correctly.
1284
1285 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
1286 STRING is not nil.
0b5397c2 1287 (display_mode_element): Adjust for the change of
dc954cb2
KH
1288 decode_mode_spec and display_line.
1289 (decode_mode_spec): Change arg MULTIBYTE to STRING.
1290 (display_string): Handle the case that STRING is non-null and
1291 LISP_STRING is not nil.
1292
0b5397c2
SM
1293 * xterm.c (x_draw_composite_glyph_string_foreground):
1294 Pay attention to s->face->overstrike.
dc954cb2
KH
1295
1296 * composite.c (composition_reseat_it): Don't check PT if STRING is
1297 non nil.
1298
4a00eaca
YM
12992010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1300
1301 * keyboard.c (read_char): Don't apply previous change when current
1302 buffer is unchanged by command execution.
1303
60abb287
JD
13042010-01-12 Jan Djärv <jan.h.d@swipnet.se>
1305
1306 * keyboard.c (read_char): Return after executing from special map.
1307
893db5bc
GM
13082010-01-12 Glenn Morris <rgm@gnu.org>
1309
1310 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
1311 bug-gnu-emacs rather than emacs-pretest-bug.
1312
4d03ece0
CY
13132010-01-11 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
1316 initializing the Lisp variables that depend on them.
1317
1df47e38
YM
13182010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1319
1320 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
1321 Clear areas that will not be updated after change of menu bar lines.
1322 Clear the menu bar window's current matrix when the window gets empty.
1323
2f1c6384
CY
13242010-01-09 Chong Yidong <cyd@stupidchicken.com>
1325
e398c61c
CY
1326 * intervals.h, textprop.c (extend_property_ranges): Return value
1327 and args changed. Discard properties that begin at or after the
1328 new end (Bug#5306).
1329
1330 * editfns.c (Fformat): Caller changed.
1331
e5a29a10
CY
1332 * nsterm.m (ns_set_default_prefs): Delete function.
1333 (syms_of_nsterm): Initialize ns_command_modifier,
1334 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
1335 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
1336
2f1c6384
CY
1337 * xdisp.c (pos_visible_p): Check for invisible text at the correct
1338 position (Bug#4040).
1339
d427a9fa
EZ
13402010-01-09 Eli Zaretskii <eliz@gnu.org>
1341
1342 * editfns.c (Ffloat_time): Doc fix.
1343
21b9df2f
JD
13442010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1345
1346 * xfns.c (Fx_create_frame): Don't create frame larger than display
1347 by default bug#3643.
1348
4b00d3b1
YM
13492010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1350
1351 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
1352 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
1353 windows above internal border.
1354
1355 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
1356 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
1357 windows above internal border.
1358
1359 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
1360 tool bar windows specially.
1361
1362 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
1363
1364 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
1365 specially.
1366 (XTflash): Take account of menu bar height.
1367
1368 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
1369 specially.
1370
5075d853
JD
13712010-01-08 Jan Djärv <jan.h.d@swipnet.se>
1372
ac146f82 1373 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
1374 also be true before we can return early (bug #5339).
1375
474217c8
CY
13762010-01-06 David Reitter <david.reitter@gmail.com>
1377
1378 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
1379 (Fns_display_usable_bounds): Rewrite, computing bounds properly
1380 (Bug#3233).
1381
c0e6d47d
JD
13822010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1383
d0cf45b7
JD
1384 * font.c (font_open_entity): Enable chache and call cached_font_ok
1385 for the driver if defined.
1386 (QCuser_spec): New symbol.
1387 (font_spec_from_name): Save name as user-spec.
1388 (font_load_for_lface): Keep user-spec instead of name.
1389 (font_open_by_name): Save name as user-spec.
1390 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 1391 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
1392
1393 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
1394 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
1395 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
1396
1397 * font.h (struct font_driver): Add cached_font_ok.
1398
c0e6d47d
JD
1399 * xterm.c (x_clear_frame): Queue draw for scroll bars.
1400
7c583cd8
JD
14012010-01-05 Jan Djärv <jan.h.d@swipnet.se>
1402
1403 * xterm.c (x_new_font): Move code for setting rows/cols before
1404 resizing ...
ac146f82 1405 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
1406
1407 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
1408 (xg_frame_resized, xg_frame_set_char_size):
1409 Call xg_clear_under_internal_border.
7c583cd8 1410 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 1411
03f77f0a
CY
14122010-01-05 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * keyboard.c (read_key_sequence): Catch keyboard switch after
1415 making a new tty frame (Bug#5095).
1416
2a1ef5be
KH
14172010-01-05 Kenichi Handa <handa@m17n.org>
1418
1419 * fontset.c (fontset_find_font): Fix getting the frame pointer.
1420
e3eb1dae
SM
14212010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
1424 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
1425 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
1426
777013f2
MA
14272010-01-03 Michael Albinus <michael.albinus@gmx.de>
1428
1429 * dbusbind.c (xd_add_watch): Improve debug message.
1430 (xd_remove_watch): Improve debug message. If DATA is the session
1431 bus, unset D-Bus session environment.
1432 (Fdbus_init_bus): Pass the bus as argument to
1433 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 1434
8932b1c2
CY
14352010-01-01 Chong Yidong <cyd@stupidchicken.com>
1436
87231e2c
CY
1437 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
1438
4801c5fa
CY
1439 * lread.c (syms_of_lread): Make it clearer that these are the
1440 names of loaded files (Bug#5068).
1441
8932b1c2
CY
1442 * eval.c (run_hook_with_args): Handle the case where the global
1443 value has the obsolete single-function form (Bug#5026).
1444
11e3c684
CY
14452009-12-27 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * minibuf.c (Fall_completions): Minor optimization.
1448
5b28ce35
EZ
14492009-12-26 Eli Zaretskii <eliz@gnu.org>
1450
5ce6e4f4
JB
1451 * .gdbinit (pgx): Fix display of composite glyphs.
1452 Display cmp.from and cmp.to as well.
1453 (pitx): Fix last change.
5b28ce35 1454
bcffff46
KH
14552009-12-25 Kenichi Handa <handa@m17n.org>
1456
1457 * composite.h (composition_adjust_point): Update prototype.
1458
1459 * composite.c (composition_reseat_it): Don't make a composition
1460 spanning over point.
1461 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
1462 composable characters.
1463 (composition_adjust_point): New arg NEW_PT. Callers changed.
1464
1465 * keyboard.c (command_loop_1): Force redisplay if the last point
1466 was within a composition.
1467 (adjust_point_for_property): Don't adjust point for automatic
1468 composition when called after buffer modification.
1469
3f670e9a
EZ
14702009-12-19 Eli Zaretskii <eliz@gnu.org>
1471
5ce6e4f4
JB
1472 * .gdbinit (pitx): Don't use enum names, use their values.
1473 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
1474 (pgx): Don't use enum names, use their values.
1475 (pitmethod): New helper command.
1476 (pitx): Use it to display iteration method.
1477 (pgrowit): New command.
1478
ad903955
EZ
1479 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
1480
3f670e9a
EZ
1481 Update dependencies in Makefile.in.
1482
1483 * Makefile.in (alloc.o): Depend on termhooks.h.
1484 (atimer.o): Depend on blockinput.h.
1485 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
1486 and frame.h.
1487 (callint.o): Depend on systime.h, coding.h, and composite.h.
1488 (callproc.o): Depend on buffer.h.
1489 (casefiddle.o): Don't depend on charset.h.
1490 (casetab.o): Depend on character.h.
1491 (ccl.o): Depend on composite.h.
1492 (chartab.o): Depend on ccl.h.
1493 (cm.o): Depend on dispextern.h.
1494 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
1495 (coding.o): Don't depend on $(INTERVALS_H).
1496 (composite.o): Don't depend on dispextern.h explicitly (it's in
1497 $(INTERVALS_H)). Depend on ccl.h.
1498 (data.o): Depend on systime.h, coding.h, composite.h,
1499 dispextern.h, font.h, and ccl.h.
1500 (dired.o): Depend on composite.h.
1501 (dispnew.o): Depend on coding.h. Don't depend explicitly on
1502 composite.h (it's in $(INTERVALS_H)).
1503 (doc.o): Depend on systime.h, coding.h, and composite.h.
1504 (editfns.o): Don't depend explicitly on dispextern.h.
1505 (emacs.o): Depend on frame.h and coding.h.
1506 (eval.o): Depend on coding.h, composite.h, and xterm.h.
1507 (fileio.o): Depend on frame.h and commands.h. Don't depend
1508 explicitly on dispextern.h.
1509 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
1510 composite.h.
1511 (fns.o): Don't depend on termhooks.h.
1512 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
1513 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
1514 coding.h, $(INTERVALS_H), window.h, xterm.h.
1515 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
1516 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
1517 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
1518 fontset.h, ccl.h, and ftfont.h.
1519 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1520 (gtkutil.o): Depend on dispextern.h and composite.h.
1521 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
1522 termhooks.h, and ccl.h.
1523 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
1524 (intervals.o): Depend on systime.h and coding.h.
1525 (keyboard.o): Depend on composite.h and coding.h.
1526 (keymap.o): Depend on coding.h and frame.h.
1527 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
1528 (macros.o): Depend on systime.h, coding.h, and composite.h.
1529 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
1530 and atimer.h.
1531 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
1532 dispextern.h explicitly.
0b5397c2
SM
1533 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
1534 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
1535 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
1536 (regex.o): Don't depend on charset.h.
1537 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
1538 (search.o): Don't depend explicitly on composite.h.
1539 (sound.o): Depend on atimer.h and systime.h.
1540 (syntax.o): Don't depend explicitly on composite.h.
1541 (sysdep.o): Depend on coding.h and composite.h.
1542 (term.o): Depend on xterm.h and buffer.h.
1543 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
1544 (textprop.o): Don't depend on dispextern.h explicitly.
1545 (undo.o): Depend on dispextern.h.
1546 (window.o): Depend on coding.h and termhooks.h. Don't depend on
1547 dispextern.h and composite.h explicitly.
1548 (xdisp.o): Depend on ccl.h.
1549 (xfaces.o): Depend on coding.h and ccl.h.
1550 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
1551 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1552 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
1553 ftfont.h.
1554 (xgselect.o): New dependency.
1555 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
1556 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
1557 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
1558 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
1559 (xsmfns.o): Depend on frame.h and dispextern.h.
1560 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
1561 sysselect.h.
1562
7a6f7fea
AS
15632009-12-19 Andreas Schwab <schwab@linux-m68k.org>
1564
1565 * font.c (Fclear_font_cache): Pass correct cache argument to
1566 font_clear_cache.
1567
f4c21026
AS
15682009-12-16 Andreas Schwab <schwab@linux-m68k.org>
1569
1570 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
1571 twice.
1572
f7ab0997
CY
15732009-12-15 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
1576 calling file-remote-p. Reported by Jim Meyering.
1577
fa8e045a
MA
15782009-12-15 Michael Albinus <michael.albinus@gmx.de>
1579
1580 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 1581 avoid compiler warnings. (Bug #5217)
fa8e045a 1582
a63dba42
KH
15832009-12-14 Kenichi Handa <handa@m17n.org>
1584
1585 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
1586 in 8-bit encoding.
1587
5ce6e4f4 15882009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
1589
1590 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
1591 tooltip windows.
1592
223e5fc6
JD
15932009-12-13 Jan Djärv <jan.h.d@swipnet.se>
1594
36acb2a7
JD
1595 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
1596 Xatom_net_window_type.
1597
1598 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
1599 Xatom_net_window_type.
1600
b8f00677
JD
1601 * xterm.c (my_log_handler): New function.
1602 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 1603 so we can filter out buggy messages. (Bug #5120).
b8f00677 1604
e5f0bc9a
JD
1605 * xterm.c (xg_scroll_callback): Parameter list changed,
1606 use parameter GtkScrollType to determine scroll/line/page.
1607 Only allow dragging if a button < 4 is grabbed (bug #5177).
1608 (xg_end_scroll_callback): New function.
1609 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1610 xg_create_scroll_bar.
1611
1612 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1613 (scroll_end_callback): Remove.
1614 (xg_create_scroll_bar): Add parameter end_callback, bind it to
1615 button-release-event. Replace value-changed event with change-value,
1616 bug #5177,
1617 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1618 bug #5177.
1619
1620 * gtkutil.h (XG_LAST_SB_DATA): Remove.
1621 (xg_create_scroll_bar): Add GCallback end_callback.
1622
223e5fc6
JD
1623 * xftfont.c (QClcdfilter): New variable.
1624 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1625 (syms_of_xftfont): Initialize QClcdfilter.
1626
3c055b77
JD
16272009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1628
1629 * xsettings.c (struct xsettings): Add member seen.
1630 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 1631 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
1632 (apply_xft_settings): Only update Xft settings with what member seen
1633 indicates as new.
1634
05fe33ff
EZ
16352009-12-12 Eli Zaretskii <eliz@gnu.org>
1636
1637 * dispextern.h (struct text_pos): Use EMACS_INT;
1638 (struct glyph): Use EMACS_INT for charpos.
1639 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1640 region_beg_charpos, region_end_charpos,
1641 redisplay_end_trigger_charpos, and also for
1642 iterator_stack_entry.end_charpos and
1643 iterator_stack_entry.stop_charpos.
1644
e8d7886a
JD
16452009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1646
5ce6e4f4 1647 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
1648 (xg_create_scroll_bar): Call scroll_end_callback on button release
1649 event (bug #5177).
1650 (xg_event_is_for_scrollbar): != replaced with ==.
1651
d0db2ec8
KH
16522009-12-12 Kenichi Handa <handa@m17n.org>
1653
1654 * ftfont.c (struct ftfont_info): New member matrix.
1655 (ftfont_open): Setup xftfont_info->matrix.
1656 (MFLTFontFT): New member matrix.
1657 (FLOOR, CEIL, ROUND): New macros.
1658 (ftfont_get_metrics): Handle matrix transformation.
1659 (ftfont_shape_by_flt): New arg matrix. Callers changed.
1660
1661 * xftfont.c (struct xftfont_info): New member matrix.
1662 (xftfont_open): Setup xftfont_info->matrix.
1663
16642009-12-10 Kenichi Handa <handa@m17n.org>
1665
1666 * xdisp.c (append_space_for_newline): Consider face-remapping.
1667
2cc7b62f
AS
16682009-12-09 Andreas Schwab <schwab@linux-m68k.org>
1669
b87dd913
AS
1670 * xsettings.c: Include "keyboard.h".
1671
eba5eb94
AS
1672 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1673
2cc7b62f
AS
1674 Fix implicit function declarations.
1675 * cmds.c: Include "frame.h".
1676 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1677 * frame.h: Move declaration of delete_frame outside of
1678 HAVE_WINDOW_SYSTEM.
1679
a4ef73c8
CY
16802009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1681
1682 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1683
1684 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1685 GTK builds.
1686
944a300c
AS
16872009-12-07 Andreas Schwab <schwab@linux-m68k.org>
1688
1689 * unexelf.c (unexec): Don't search for .data twice.
1690
022eef62
CY
16912009-12-05 Chong Yidong <cyd@stupidchicken.com>
1692
426ac949
CY
1693 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
1694 if push failed.
1695 (handle_line_prefix): Set avoid_cursor_p here. Check return value
1696 of push_display_prop (Bug#5000).
1697
022eef62
CY
1698 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1699 value of font_list_entities (Bug#5085).
1700
be95bee9
JB
17012009-12-04 Juanma Barranquero <lekktu@gmail.com>
1702
1703 Fix `string-to-number' to deal consistently with integers and floats.
1704 * lread.c (isfloat_string): New argument ignore_trailing to accept all
1705 trailing characters, not just whitespace.
1706 (read1): Pass new arg 0 to keep old behavior.
1707 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1708 trailing chars, as it is already done for integers. Doc fixes.
1709 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1710
24c2d7ce
EZ
17112009-12-04 Eli Zaretskii <eliz@gnu.org>
1712
0b5397c2
SM
1713 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1714 Delete unused enumeration value.
24c2d7ce 1715
7e694795
EZ
17162009-12-03 Eli Zaretskii <eliz@gnu.org>
1717
1718 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1719
84b31826
SM
17202009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
1721
1722 * process.c (Fmake_network_process): Fix up the tests for
1723 "connectionless socket", so they DTRT for seqpacket sockets as well.
1724
f00c449b
SM
17252009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * process.c (Qseqpacket): New symbol.
1728 (HAVE_SEQPACKET): New macro.
1729 (Fmake_network_process): Accept new :type `seqpacket'.
1730 (init_process): Add `seqpacket' feature when applicable.
1731 (syms_of_process): Initialize Qseqpacket.
1732
8096a0ff
YM
17332009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1734
1735 * font.c (font_load_for_lface, font_open_by_name): Don't store name
1736 if entity is Qnil.
1737
3e0de07f
SM
17382009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * print.c (print_preprocess): Preprocess the key_and_value table of
1741 hashtables, even tho they're "hidden" (bug#5082).
1742
abeafb2a
JD
17432009-11-29 Jan Djärv <jan.h.d@swipnet.se>
1744
1745 * frame.c (frame_make_pointer_invisible)
1746 (frame_make_pointer_visible): Declare f before statements.
1747
4bf47195
EZ
17482009-11-28 Eli Zaretskii <eliz@gnu.org>
1749
1750 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1751 omitted dependencies on lisp.h.
1752
c525b3f2
JD
17532009-11-27 Jan Djärv <jan.h.d@swipnet.se>
1754
ece2d4ed
JD
1755 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1756 is NULL.
1757
1758 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1759
1760 * frame.c (frame_make_pointer_invisible)
3e0de07f 1761 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
1762 frame.
1763
c525b3f2
JD
1764 * search.c (simple_search): Remove warning by making *p const.
1765
2f00e299
DN
17662009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1767
1768 * xdisp.c (power_letter): Remove duplicate const.
1769
084b049b
JD
17702009-11-25 Jan Djärv <jan.h.d@swipnet.se>
1771
a1fadc6f
JD
1772 * term.c (delete_tty): Remove check for last terminal (bug#4970).
1773
5ce6e4f4 1774 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
1775 defaults (bug #5025).
1776
28259cac
SM
17772009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1778
1779 * insdel.c (adjust_markers_for_delete): Move it in the
1780 right direction! (bug#4803)
1781
e8e14166
YM
17822009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1783
1784 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1785
1786 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1787
86677b58
GM
17882009-11-24 Glenn Morris <rgm@gnu.org>
1789
1790 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1791
581e51e8
JD
17922009-11-23 Jan Djärv <jan.h.d@swipnet.se>
1793
cfc86c7a
JD
1794 * Makefile.in: Must create deps for ecrt0.o in its rule.
1795
581e51e8
JD
1796 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1797 because that is what Gtk+ font dialog understands.
1798
1799 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1800 of Fcopy_sequence.
1801 (font_open_by_name): Put name given into QCname for font-object returned.
1802
1803 * frame.c (x_set_font): Save original font name as frame parameter
1804 font-parameter.
1805
1806 * xsettings.c (set_default_xft_settings): New function.
1807 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1808 is found.
1809
8b264ecb
AS
18102009-11-22 Andreas Schwab <schwab@linux-m68k.org>
1811
1812 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1813 searching backwards through multibyte buffer.
1814
872870b2
JD
18152009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1816
1817 * xterm.c: #include xgselect.h.
1818 (x_initialize): Call xgselect_initialize.
1819
1820 * xsettings.c (something_changedCB): C++ comments => C comments.
1821 (init_gconf): Do not deal with any GLib file descriptors, xg_select
1822 does that now.
1823
1824 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1825 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1826 (scroll_bar_button_cb): Remove.
5ce6e4f4 1827 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
1828 event.
1829 (xg_create_scroll_bar): Don't bind button-press-event and
1830 button-release-event.
1831
1832 * process.c: Include xgselect.h if defined (USE_GTK) ||
1833 defined (HAVE_GCONF).
1834 (wait_reading_process_output): Call xg_select for the same condition.
1835
1836 * xgselect.c (xg_select): New function to better integrate with
1837 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1838
1839 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1840
1841 * Makefile.in (XOBJ): Add xgselect.o.
1842
62a6e103
AS
18432009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1844
0b5397c2
SM
1845 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1846 Remove ignored second argument. All callers changed.
62a6e103
AS
1847 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1848 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1849 * xdisp.c (string_char_and_length): Likewise.
1850
b0ca0f33
DN
18512009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1852
1853 * xterm.c (x_new_font):
1854 * print.c (print_object):
1855 * cmds.c (Fself_insert_command): Move declarations before statements.
1856
dd5a6279
CY
18572009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1858
1859 * s/cygwin.h: Remove unneeded linker flags.
1860
4a8e097d
JD
18612009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1862
0d1d0d26
JD
1863 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1864
1865 * xsettings.h: Declare xsettings_get_system_font.
1866
1867 * xsettings.c (xsettings_get_system_font): New function.
1868 (init_gconf): No use initiating gconf unless we have Xft also.
1869 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1870 HAVE_GCONF.
1871
4a8e097d
JD
1872 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1873 add a blank entry so it doesn't collapse into nothing.
1874
8ab1650e
SM
18752009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * lread.c (Funintern): Comment out last change.
1878
82c602f0
RS
18792009-11-19 Richard Stallman <rms@gnu.org>
1880
1881 * lread.c (Funintern): Error if symbol is t or nil.
1882
87e32266
SM
18832009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1884
1885 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1886 representation of Lisp integers.
1887 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1888
1b9ac145
AS
18892009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1890
1891 * lisp.h: Remove declaration of Ffont_get_system_font.
1892 * xfns.c: Move include of "xsettings.h".
1893 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1894
dfb3c4c6
JD
18952009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1896
87e32266
SM
1897 * xsettings.c (something_changedCB, Ffont_get_system_font):
1898 Check use_system_font.
dfb3c4c6
JD
1899 (syms_of_xsettings): DEFVAR font-use-system-font.
1900
9370c1d8
AS
19012009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1902
25fe851a
AS
1903 * xfns.c (x_default_font_parameter): Remove dead assignment.
1904
9370c1d8
AS
1905 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1906
637fa988
JD
19072009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1908
87e32266 1909 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 1910 not have FC_LCD_*. #define them if not there.
a6eb20d8 1911
87e32266 1912 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 1913
637fa988
JD
1914 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1915
1916 * xterm.c (handle_one_xevent): Call xft_settings_event for
1917 ClientMessage, PropertyNotify and DestroyNotify.
1918 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1919 Call xsettings_initialize.
1920
1921 * xftfont.c (xftfont_fix_match): New function.
1922 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1923 Call xftfont_fix_match after XftFontMatch.
1924
1925 * xfont.c (xfont_driver): Initialize all members.
1926
87e32266
SM
1927 * xfns.c (x_default_font_parameter):
1928 Try font from Ffont_get_system_font.
637fa988
JD
1929 Do not get font from x_default_parameter if we got one from
1930 Ffont_get_system_font.
87e32266 1931 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
1932
1933 * w32font.c (w32font_driver): Initialize all members.
1934
1935 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1936
1937 * lisp.h: Declare syms_of_xsettings.
1938
87e32266
SM
1939 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1940 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
1941
1942 * ftfont.c (ftfont_filter_properties): New function.
1943
1944 * frame.c (x_set_font): Remove unused variable lval.
1945
87e32266 1946 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
1947
1948 * font.c (font_put_extra): Don't return if val is nil, it means
1949 boolean option is off.
1950 (font_parse_fcname): Collect all extra properties in extra_props
1951 and call filter_properties for all drivers with extra_props and
1952 font as parameter.
87e32266
SM
1953 (font_open_entity): Do not use cache, it does not pick up new
1954 fontconfig settings like hinting.
637fa988
JD
1955 (font_load_for_lface): If spec had a name in it, store it in entity.
1956
a73f9c9d 1957 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
1958
1959 * config.in: HAVE_GCONF is new.
1960
1961 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1962 xsettings.o is new.
1963
5a942932
KH
19642009-11-17 Kenichi Handa <handa@m17n.org>
1965
1966 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1967 back to the default font in case that no suitable font is found.
1968
b7c7a4d1
SM
19692009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1970
1971 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1972 Suggested by Chad Brown <yandros@mit.edu>.
1973 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1974
072f1e39
JD
19752009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1976
1977 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1978
5d1e70a2
AS
19792009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1980
87e32266 1981 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 1982
a53cfbe5
JD
19832009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1984
473a99b7
JD
1985 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1986 has a parent.
1987
a53cfbe5 1988 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 1989 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
1990
1991 * config.in: Generated (AUTO_DEPEND).
1992
f04bb9b2
MA
19932009-11-13 Michael Albinus <michael.albinus@gmx.de>
1994
b7c7a4d1 1995 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
1996 Vdbus_registered_functions_table, because it contains also
1997 properties. Fix docstring.
b7c7a4d1 1998 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 1999
8f11f7ec
SM
20002009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * alloc.c (mark_object): Don't reprocess marked strings.
2003 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
2004 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
2005
8a605fe8
KH
20062009-11-13 Kenichi Handa <handa@m17n.org>
2007
8f11f7ec 2008 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
2009 semantics of Vword_combining_categories.
2010 (Vword_combining_categories): Describe the slight change of the
2011 semantics.
2012
241c4680
EZ
20132009-11-13 Eli Zaretskii <eliz@gnu.org>
2014
2015 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
2016
2017 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
2018
5d58e44c
SM
20192009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * xdisp.c (syms_of_xdisp): Fix typo in last change.
2022
5e13f9d3
JB
20232009-11-12 Juanma Barranquero <lekktu@gmail.com>
2024
2025 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
2026
cf54c754
DR
20272009-11-11 David Reitter <david.reitter@gmail.com>
2028
2029 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
2030 variables to fix 2009-11-09 change.
2031
a4ada374
DN
20322009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2033
91433552
DN
2034 * process.c (ifflag_def): Make flag_sym constant.
2035 (Fnetwork_interface_info): Use a constant pointer.
2036 (ifflag_table):
2037 * xfns.c (cursor_bits):
2038 * xdisp.c (power_letter):
2039 * termcap.c (speeds, esctab):
2040 * sysdep.c (baud_convert):
2041 * keyboard.c (lispy_accent_codes, modifier_names):
2042 * image.c (xbm_format, xpm_format, pbm_format, png_format)
2043 (jpeg_format, tiff_format, gif_format, svg_format)
2044 (interlace_start, interlace_increment, gs_format):
2045 * gtkutil.c (separator_names):
2046 * fringe.c (swap_nibble):
2047 * fns.c (base64_value_to_char, base64_char_to_value):
2048 * fileio.c (make_temp_name_tbl):
2049 * coding.c (suffixes): Make constant.
2050
f4265f6c
DN
2051 * frame.c (make_initial_frame):
2052 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
2053 build_string.
2054 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
2055
04420943
DN
2056 * s/freebsd.h:
2057 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
2058
0a5d24ae
DN
2059 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
2060 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
2061
a4ada374
DN
2062 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
2063 * xterm.c (syms_of_xterm):
2064 * xfaces.c (syms_of_xfaces):
2065 * xdisp.c (syms_of_xdisp):
2066 * lread.c (syms_of_lread):
2067 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
2068 build_string.
91433552 2069
a4ada374
DN
2070 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
2071
af98fc7f
SM
20722009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2073
8ab1650e 2074 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 2075
e90292a9
JD
20762009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2077
2078 * keyboard.h: Declare timer_check.
2079
2080 * keyboard.c (timer_check_2): New function that does what the old
2081 timer_check did.
2082 (timer_check): Call timer_check_2 until -1 or a non-zero time is
2083 returned, i.e. don't return -1 with timers pending.
2084
2085 * process.c: Remove extern declaration of timer_check.
2086
2087 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
2088 even if timer_check returned -1.
2089
af98fc7f
SM
2090 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
2091 xg_dialog_data.
e90292a9
JD
2092 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
2093 the event loop.
2094 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
2095 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
2096 Destroy the dialog after xg_dialog_run.
2097
045b83c0
SM
20982009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
2101
1fb99a3a
JD
21022009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2103
2104 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
2105
04e452cb
JB
21062009-11-09 Juanma Barranquero <lekktu@gmail.com>
2107
2108 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
2109
ef7417fd
SM
21102009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
2113 w32menu.c, and nsmenu.m.
2114 Simplify the obsolete case where position is nil.
2115 (cleanup_popup_menu): New function, moved from nsmenu.m.
2116 (struct skp): Remove slot `notreal'.
2117 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
2118 adjust callers.
2119 (single_menu_item): Adjust call to parse_menu_item.
2120 (syms_of_menu): Defsubr x-popup-menu.
2121 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
2122 (keymap_panes): Don't export any more.
2123 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
2124 (xmenu_show): Declare.
2125 * keyboard.c (parse_menu_item): Remove arg `notreal'.
2126 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
2127 * keyboard.h (parse_menu_item): Update declaration.
2128 * xmenu.c (Fx_popup_menu): Remove.
2129 (syms_of_xmenu): Don't defsubr x-popup-menu.
2130 * w32menu.c (Fx_popup_menu): Remove.
2131 (syms_of_w32menu): Don't defsubr x-popup-menu.
2132 * nsmenu.m (cleanup_popup_menu): Remove.
2133 (ns_menu_show): Rename from ns_popup_menu and remove all the code
2134 moved to menu.c's Fx_popup_menu.
2135 (Fx_popup_menu): Remove.
2136 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
2137 menu_items (it's done in menu.c already).
2138
424d6179
SM
21392009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
2142 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
2143
c0df13a6 21442009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
2145
2146 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 2147 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
2148 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
2149 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
2150
2de9f71c
SM
21512009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 Let integers use up 2 tags to give them one extra bit and thus double
2154 their range.
2155 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
2156 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
2157 New macros.
2158 (enum Lisp_Type): Use them. Give explicit values.
2159 (Lisp_Type_Limit): Remove.
2160 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
2161 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
2162 Pay attention to USE_2_TAGS_FOR_INTS.
2163 (INTEGERP): Use LISP_INT_TAG_P.
2164 * fns.c (internal_equal): Simplify the default case.
2165 (sxhash): Use case_Lisp_Int.
2166 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
2167 any more.
2168 (Ftype_of): Use case_Lisp_Int.
2169 (store_symval_forwarding): Take into account the fact that Ints can
2170 now have more than one tag.
2171 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
2172 buffer_slot_type_mismatch):
2173 * xfaces.c (face_attr_equal_p):
2174 * print.c (print_object):
2175 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
2176 Use case_Lisp_Int.
2177
323637a2
EZ
21782009-11-06 Eli Zaretskii <eliz@gnu.org>
2179
7ac65b38
EZ
2180 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
2181
323637a2
EZ
2182 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
2183 warning.
2184
e511451f
JD
21852009-11-06 Jan Djärv <jan.h.d@swipnet.se>
2186
2187 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
2188
2189 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
2190
2191 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
2192 ButtonPressRelease and MotionNotify (bug#4870).
2193
5e2327cf
DN
21942009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
2195
5adc433e
DN
2196 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
2197
d67b4f80
DN
2198 * xterm.c (syms_of_xterm):
2199 * xselect.c (syms_of_xselect):
2200 * xmenu.c (syms_of_xmenu):
2201 * xfns.c (syms_of_xfns):
2202 * xfaces.c (syms_of_xfaces):
2203 * xdisp.c (syms_of_xdisp):
2204 * window.c (syms_of_window):
2205 * w32fns.c (syms_of_w32fns):
2206 * undo.c (syms_of_undo):
2207 * textprop.c (syms_of_textprop):
2208 * terminal.c (syms_of_terminal):
2209 * syntax.c (syms_of_syntax):
2210 * sound.c (syms_of_sound):
2211 * search.c (syms_of_search):
2212 * print.c (syms_of_print):
2213 * minibuf.c (syms_of_minibuf):
2214 * macros.c (syms_of_macros):
2215 * keymap.c (syms_of_keymap, initial_define_key)
2216 (initial_define_lispy_key):
2217 * keyboard.c (syms_of_keyboard):
2218 * insdel.c (syms_of_insdel):
2219 * image.c (syms_of_image):
2220 * fringe.c (syms_of_fringe):
2221 * frame.c (syms_of_frame):
2222 * fontset.c (syms_of_fontset):
2223 * fns.c (syms_of_fns):
2224 * fns.c (syms_of_fns):
2225 * fileio.c (syms_of_fileio):
2226 * fileio.c (syms_of_fileio):
2227 * eval.c (syms_of_eval):
2228 * doc.c (syms_of_doc):
2229 * dispnew.c (syms_of_display):
2230 * dired.c (syms_of_dired):
2231 * dbusbind.c (syms_of_dbusbind):
2232 * data.c (syms_of_data):
2233 * composite.c (syms_of_composite):
2234 * coding.c (syms_of_coding):
2235 * cmds.c (syms_of_cmds):
2236 * charset.c (define_charset_internal, syms_of_character):
2237 * ccl.c (syms_of_ccl):
2238 * category.c (syms_of_category, init_category_once):
2239 * casetab.c (syms_of_casetab):
2240 * casefiddle.c (syms_of_casefiddle):
2241 * callint.c (syms_of_callint):
2242 * bytecode.c (syms_of_bytecode):
2243 * buffer.c (keys_of_buffer, syms_of_buffer):
2244 * alloc.c (syms_of_alloc):
2245 * process.c (syms_of_process, init_process):
2246 * lread.c (syms_of_lread, init_obarray):
2247 * font.c (build_style_table):
2248 * emacs.c (syms_of_emacs, main): Replace calls to intern with
2249 intern_c_string, calls to make_pure_string with
2250 make_pure_c_string. Use pure_cons instead of Fcons.
2251
5e2327cf
DN
2252 * process.c (socket_options): Make it const.
2253 (set_socket_option, init_process): Use a const pointer.
2254
2255 * lread.c (intern_c_string): New function.
2256 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2257 (defvar_int): Uset it. Make the name const char*.
2258
2259 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2260 (defvar_int): Update prototypes.
2261 (DEFUN, EXFUN): Support for prototypes is now required.
2262 (intern_c_string): New prototype.
2263 (struct Lisp_Subr): Make symbol_name constant.
2264
2265 * font.c (struct table_entry): Remove unused member. Make NAMES
2266 constant.
2267 (weight_table, slant_table, width_table): Make constant.
2268
2269 * emacs.c (struct standard_args): Make name and longname constant.
2270
2271 * character.h (DEFSYM): Use intern_c_string.
2272
a56eaaef
DN
22732009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2274
2275 * alloc.c (make_pure_c_string): New function.
2276
2277 * eval.c (Fautoload): Purecopy all arguments.
2278
f6a07420
KH
22792009-11-05 Kenichi Handa <handa@m17n.org>
2280
2281 * fileio.c (Finsert_file_contents): Be sure set coding-system of
2282 the buffer in case of replace.
2283
5d28d4b1
DN
22842009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2285
2286 * puresize.h (BASE_PURESIZE): Increase to 1620000.
2287
b349d111
SM
22882009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2289
d528b1ce
SM
2290 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
2291 when applicable (bug#4851).
2292
b349d111
SM
2293 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
2294 (P_): Support for prototypes is now required.
2295
c38eb027
CY
22962009-10-31 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
2299 (Bug#4827).
2300
0405f8d9
EZ
23012009-10-30 Eli Zaretskii <eliz@gnu.org>
2302
d528b1ce 2303 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 2304
ca0a881a
DN
23052009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2306
2307 * puresize.h (BASE_PURESIZE): Increase to 1470000.
2308
d528b1ce
SM
2309 * lread.c (Fload): Purecopy the file name when building
2310 Vpreloaded_file_list.
ca0a881a 2311
47e0e0e4
JR
23122009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
2313
2314 * w32fns.c (syms_of_w32fns): Change default value of
2315 w32-scroll-lock-modifier to nil. (Bug#2827)
2316
057bce6f
JB
23172009-10-26 Juanma Barranquero <lekktu@gmail.com>
2318
782a943e 2319 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 2320
242bc74c
AS
23212009-10-26 Andreas Schwab <schwab@redhat.com>
2322
2323 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
2324
522d013a
JB
23252009-10-26 Juanma Barranquero <lekktu@gmail.com>
2326
2327 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
2328 For delta < 0, skip check that only makes sense when the mini-window
2329 is going to be enlarged. (Bug#4534)
2330
18060980
CY
23312009-10-25 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
2334 string in menu maps (Bug#4471).
2335
fec8f0fe
CY
23362009-10-24 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
2339 FRAME_NS_VIEW on terminal frames (Bug#4765).
2340
10d66ec0
AS
23412009-10-24 Andreas Schwab <schwab@linux-m68k.org>
2342
1cae01f7
AS
2343 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
2344 DBUS_TYPE_UINTnn separately to get proper sign extension.
2345
58a12889
AS
2346 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
2347 can properly handle unsigned types.
d528b1ce 2348 (make_uid, make_gid): Remove.
58a12889 2349
987c9327
AS
2350 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
2351 types again.
2352
522d013a 2353 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
2354 (system_process_attributes): Likewise.
2355
905a9ed3
DN
23562009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2357
2358 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
2359
2360 * eval.c (Fautoload): Purecopy the filename. Simplify.
2361
2362 * category.c (Fdefine_category): Purecopy docstring.
2363
a599b3e8
AS
23642009-10-23 Andreas Schwab <schwab@linux-m68k.org>
2365
7b792fc9
AS
2366 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
2367
a599b3e8
AS
2368 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
2369
b35ac83e
CY
23702009-10-23 Chong Yidong <cyd@stupidchicken.com>
2371
2372 * window.c (Fwindow_edges, Fwindow_pixel_edges)
2373 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
2374 (Bug#4775).
2375
e8903e00
SM
23762009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
2379 (init_fileio_once):
2380 * lisp.h (init_fileio_once): Remove.
2381 * emacs.c (main): Don't call init_fileio_once.
2382
8f43cbf3
DN
23832009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2384
2385 * puresize.h (BASE_PURESIZE): Increase to 1430000.
2386
26898943
AS
23872009-10-21 Andreas Schwab <schwab@linux-m68k.org>
2388
2389 * doprnt.c (doprnt): Fix overflow check.
2390
5c646d5a
JD
23912009-10-21 Jan Djärv <jan.h.d@swipnet.se>
2392
3132a7ea
JD
2393 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
2394
5c646d5a
JD
2395 * xterm.h (x_wait_for_event): Declare it.
2396
2397 * xterm.c (pending_event_wait): New variable.
2398 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
2399 see pending_event_wait.eventtype.
2400 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
2401 (x_new_font): Call change_frame_size with new rows/columns before we
2402 try to resize the frame.
5c646d5a 2403 (x_wait_for_event): New function.
d528b1ce
SM
2404 (x_set_window_size_1): Don't change gravity unless change_gravity
2405 is set.
5c646d5a
JD
2406 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
2407 don't change frame size, instead wait for the ConfigureNotify.
2408 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
2409 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
2410 (x_initialize): Initialize pending_event_wait.
2411
2412 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
2413 size.
2414
2415 * widget.c (EmacsFrameSetValues): Add comment.
2416 (EmacsFrameSetCharSize): Just call x_set_window_size.
2417
2418 * gtkutil.c (xg_frame_set_char_size): Flush events and call
2419 x_wait_for_event.
d528b1ce 2420 (flush_and_sync): Remove again.
5c646d5a
JD
2421 (xg_get_font_name): Suggest monospace if no previous font is known.
2422
e9c1637d
SM
24232009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 2426 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 2427
5a72cccb
YM
24282009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2429
2430 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
2431 processing pending events when event is filtered for input method.
ab04798f 2432 (Bug#3681)
5a72cccb 2433
2629aa37
JB
24342009-10-20 Juanma Barranquero <lekktu@gmail.com>
2435
2436 * fns.c: Add #endif accidentally removed in previous change.
2437
c3417a74
DN
24382009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2439
2440 * fns.c: Remove code for unsupported system: MAC_OS.
2441 * image.c: Likewise. Include setjmp.h.
2442
9685cef2
JD
24432009-10-19 Jan Djärv <jan.h.d@swipnet.se>
2444
2445 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
2446 pixel -1 (bug #4742).
2447
d7306fe6
DN
24482009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2449
019d2c4c
DN
2450 * process.c (create_pty): Remove conditionals for no longer
2451 supported systems: UNIPLUS and RTU.
2452
ee6bacd4
DN
2453 * xterm.c:
2454 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
2455
d7306fe6
DN
2456 * alloc.c: Do not define struct catchtag.
2457 * eval.c: Move struct catchtag definition ...
2458 * lisp.h: ... here.
2459
2460 * image.c: Move png.h #include earlier to avoid warnings.
2461
2462 * xterm.c:
2463 * xsmfns.c:
2464 * xselect.c:
2465 * xrdb.c:
2466 * xmenu.c:
2467 * xftfont.c:
2468 * xfont.c:
2469 * xfns.c:
2470 * xfaces.c:
2471 * xdisp.c:
2472 * window.c:
2473 * widget.c:
2474 * w32xfns.c:
2475 * w32uniscribe.c:
2476 * w32term.c:
2477 * w32select.c:
2478 * w32reg.c:
2479 * w32proc.c:
2480 * w32menu.c:
2481 * w32inevt.c:
2482 * w32heap.c:
2483 * w32font.c:
2484 * w32fns.c:
2485 * w32console.c:
2486 * w32.c:
2487 * w16select.c:
2488 * vm-limit.c:
2489 * unexsol.c:
2490 * unexec.c:
2491 * unexcw.c:
2492 * unexaix.c:
2493 * undo.c:
2494 * tparam.c:
2495 * textprop.c:
2496 * terminfo.c:
2497 * terminal.c:
2498 * termcap.c:
2499 * term.c:
2500 * syntax.c:
2501 * sound.c:
2502 * sheap.c:
2503 * search.c:
2504 * scroll.c:
2505 * region-cache.c:
2506 * regex.c:
2507 * ralloc.c:
2508 * process.c:
2509 * print.c:
b024548b
DN
2510 * nsterm.m:
2511 * nsselect.m:
2512 * nsmenu.m:
2513 * nsimage.m:
2514 * nsfont.m:
2515 * nsfns.m:
d7306fe6
DN
2516 * msdos.c:
2517 * minibuf.c:
2518 * menu.c:
2519 * marker.c:
2520 * macros.c:
2521 * keymap.c:
2522 * keyboard.c:
2523 * intervals.c:
2524 * insdel.c:
2525 * indent.c:
2526 * gtkutil.c:
2527 * ftxfont.c:
2528 * ftfont.c:
2529 * fringe.c:
2530 * frame.c:
2531 * fontset.c:
2532 * font.c:
2533 * fns.c:
2534 * floatfns.c:
2535 * filelock.c:
2536 * fileio.c:
2537 * emacs.c:
2538 * editfns.c:
2539 * dosfns.c:
2540 * doprnt.c:
2541 * doc.c:
2542 * dispnew.c:
2543 * dired.c:
2544 * dbusbind.c:
2545 * data.c:
2546 * composite.c:
2547 * coding.c:
2548 * cmds.c:
2549 * cm.c:
2550 * chartab.c:
2551 * charset.c:
2552 * character.c:
2553 * ccl.c:
2554 * category.c:
2555 * casetab.c:
2556 * casefiddle.c:
2557 * callproc.c:
2558 * callint.c:
2559 * bytecode.c:
2560 * buffer.c:
2561 * atimer.c: Include setjmp.h. (Bug#4643)
2562
fd5f21e6
SM
25632009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2564
4c0354d7
SM
2565 Remove leftover table unibyte_to_multibyte_table.
2566 * character.c (unibyte_to_multibyte_table): Remove.
2567 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
2568 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
2569 * character.h (UNIBYTE_TO_CHAR): New macro.
2570 (MAKE_CHAR_MULTIBYTE): Use it.
2571 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
2572 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
2573 (message_dolog, set_message_1):
2574 * search.c (Freplace_match):
2575 * editfns.c (Fcompare_buffer_substrings):
2576 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
2577 (concat):
2578 * insdel.c (copy_text, count_size_as_multibyte):
2579 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
2580 * term.c (produce_glyphs):
2581 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
2582 * regex.c (RE_CHAR_TO_MULTIBYTE):
2583 * cmds.c (internal_self_insert):
2584 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
2585
fd5f21e6
SM
2586 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
2587
4418646e
DN
25882009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2589
2590 * puresize.h (BASE_PURESIZE): Increase to 1310000.
2591
35f5c1d2
JB
25922009-10-16 Juanma Barranquero <lekktu@gmail.com>
2593
2594 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2595
a0cd8f6b
AR
25962009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2597
2598 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2599 still needed under Tiger.
2600
2601 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
2602
2603 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
2604 __Apple__.
2605
2606 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2607
01a8d3fa
KH
26082009-10-15 Kenichi Handa <handa@m17n.org>
2609
2610 * print.c (print_object): Escape a symbol like "2E10" too.
2611
bf6c75c9 26122009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
2613
2614 Cleanups and changes for 64-bit compile under Snow Leopard.
2615 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
2616
2617 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2618
c5959062 2619 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
2620 (ns_findfonts, nsfont_list_family): Use long format in printf, and
2621 cast argument.
2622 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 2623 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
2624
2625 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2626
2627 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2628 where appropriate.
2629
2630 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2631 where appropriate.
6e4780c5
JB
2632 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2633 Use stringWithUTF8String.
bf6c75c9
AR
2634 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2635
6e4780c5
JB
2636 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2637 Add formal protocol mention to inheritance.
bf6c75c9
AR
2638 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2639
6e4780c5
JB
2640 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2641 Fix printf format.
bf6c75c9
AR
2642 (ns_query_color): Use CGFloat where appropriate.
2643 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 2644 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
2645 argument.
2646
3d87f118
AR
2647 * config.in (NS_HAVE_NSINTEGER): Drop.
2648
a95c8102
AR
2649 * dbusbind.c (dbus-method-return-internal)
2650 (dbus-method-error-internal): Use long format in printf, and cast
2651 argument.
2652
2653 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2654 in printf, and cast argument.
2655
6873acca 2656 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
2657 cast argument.
2658
9ec6f100
GM
26592009-10-11 Glenn Morris <rgm@gnu.org>
2660
2661 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
2662
5be883cd
JD
26632009-10-08 Jan Djärv <jan.h.d@swipnet.se>
2664
2665 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2666 menu bar with a small width so it doesn't enlarge the frame.
2667
d7a39b51
JB
26682009-10-08 Juanma Barranquero <lekktu@gmail.com>
2669
2670 * fontset.c (Fset_fontset_font): Fix typos in error messages.
2671
0c2b6f8e
GM
26722009-10-06 Glenn Morris <rgm@gnu.org>
2673
2674 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2675 SOME_MACHINE_LISP (this enters indirectly via DOC).
2676
e02131a2
EZ
26772009-10-05 Eli Zaretskii <eliz@gnu.org>
2678
2679 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
2680
b4744254
EZ
26812009-10-04 Eli Zaretskii <eliz@gnu.org>
2682
2683 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2684 Doc fix.
2685
dbf64827
JB
26862009-10-03 Martin Rudalics <rudalics@gmx.at>
2687
2688 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2689
e9a0aef8
MA
26902009-10-02 Michael Albinus <michael.albinus@gmx.de>
2691
d528b1ce 2692 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
2693 used anymore outside fileio.c.
2694
2695 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2696
64eb2b56
JB
26972009-10-01 Juanma Barranquero <lekktu@gmail.com>
2698
2699 * lisp.h (Qdelete_directory_internal):
2700 Declare, instead of Qdelete_directory.
2701
2702 * w32fns.c (Fsystem_move_file_to_trash): Use it.
2703
9d28c33e
SM
27042009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * eval.c (Fcalled_interactively_p): Add `kind' argument.
2707
9d8f3bd9
MA
27082009-10-01 Michael Albinus <michael.albinus@gmx.de>
2709
9d28c33e 2710 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
2711 Fdelete_directory. It is not a command anymore. It has no file
2712 name handler.
2713
9694740b
SM
27142009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 * xdisp.c (get_next_display_element): Use an enum in last change.
2717
748e162f
KH
27182009-09-28 Kenichi Handa <handa@m17n.org>
2719
9694740b 2720 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
2721 unibyte_display_via_language_environment in handling
2722 Vnobreak_char_display.
2723
17efd58d
AR
27242009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2725
2726 * nsterm.h (ns_app_name): New extern variable.
2727
2728 * nsterm.m (ns_app_name): New variable.
2729 (ns_term_init): Set and use it.
2730 (ns_term_shutdown): Use it.
2731
2732 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
2733 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2734
2735 * nsfns.m (ns_set_name_iconic, ns_set_name)
2736 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2737 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2738
9694740b
SM
2739 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2740 Remove double-casting in client_data comparison.
31c2d412 2741
3208cb35
YM
27422009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2743
2744 * keyboard.c (make_lispy_event): Remember last wheel direction.
2745 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2746
b7d552d6
GM
27472009-09-26 Glenn Morris <rgm@gnu.org>
2748
2749 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2750 internal.elc. Add term/pc-win.elc.
2751 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2752 term/x-win.elc.
2753 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2754 term/w32-win.elc.
2755 (NS_SUPPORT): New.
2756 (lisp): Add NS_SUPPORT.
2757 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2758
4ff670a8
DR
27592009-09-25 David Reitter <david.reitter@gmail.com>
2760
2761 * nsmenu.m (EmacsMenu-clear): Recognize application menu
2762 on Mac OS X 10.6+ (bug#4513).
2763
feabfb6c
JB
27642009-09-24 Juanma Barranquero <lekktu@gmail.com>
2765
2766 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
2767 some parts of Emacs code (like font selection) don't grok them.
2768 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 2769
de59072a
AS
27702009-09-24 Andreas Schwab <schwab@redhat.com>
2771
2772 * coding.c (decode_coding_iso_2022): Fix operator precedence.
2773
a489517b
JB
27742009-09-24 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * dired.c (Fdirectory_files): Fix typo in docstring.
2777
0592970c
AR
27782009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2779
2780 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2781 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2782 (EmacsScroller-setPosition:portion:whole:): Remove -display call
2783 under GNUstep.
2784 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2785
2786 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2787 glyph advancement.
2788
48e8a88b
AR
27892009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2790
2791 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 2792 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
2793
2794 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2795 deleted (bug #4492).
2796
e14f0a78
AR
2797 * nsfont.m (Vns_reg_to_script): New lisp variable.
2798 (syms_of_nsfont): Declare it.
2799 (ns_registry_to_script): New function.
2800 (ns_get_req_script): Call it.
2801 (ns_findfonts): Don't give up on non-unicode registry.
2802
2803 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2804
5b650faa
SM
28052009-09-20 Tom Tromey <tromey@redhat.com>
2806
2807 * eval.c (find_handler_clause): Make stack-trace-on-error work in
2808 batch mode (bug#4228).
2809
a489517b 28102009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
2811
2812 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 2813 carefully. (Bug #4339)
0bae4e09 2814
fcfe06f3
CY
28152009-09-18 Chong Yidong <cyd@stupidchicken.com>
2816
d798ba87 2817 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 2818
31642728
AR
28192009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2820
2821 * emacs.c (inhibit_x_resources): Update doc string for NS.
2822 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 2823 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
2824
2825 * nsterm.h (ns_no_defaults): Remove.
2826
2827 * nsterm.m (ns_no_defaults): Remove.
2828 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2829 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
2830 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2831 don't update the NSWindow itself.
2832 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 2833 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
2834
2835 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2836 ns_use_qd_smoothing.
2837
2838 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2839 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 2840 (x-close-connection): Drop PSFlush() under OS X.
a489517b 2841 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 2842
8686ac71
JB
28432009-09-17 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * emacs.c (inhibit_x_resources): New variable.
2846 (main) [HAVE_NS]: Don't process --quick command line option.
2847 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2848
2849 * lisp.h (inhibit_x_resources): Declare it extern.
2850
2851 * w32reg.c (x_get_string_resource):
2852 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2853
e227ba05
EZ
28542009-09-17 Eli Zaretskii <eliz@gnu.org>
2855
362654a6
JB
2856 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2857 Add lisp/term/internal.elc.
e227ba05 2858
742d40e8
SM
28592009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2862 (bug#4461).
2863
005bd5a2
DN
28642009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2865
2866 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2867
2868 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2869 (OBJECTS_MACHINE): Remove, unused.
2870
f9af9719
SM
28712009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2872
2873 * frame.c (x_get_resource_string): Remove unused.
2874
0307c7d2
JD
28752009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2876
2877 * xterm.c (x_new_font): Call change_frame_size before calling
2878 x_set_window_size, in case frame size won't change.
2879
2880 * frame.c (x_set_font): Remove dead code.
2881
428b13d6
SM
28822009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2885
5766c380
SM
28862009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * lread.c (Fload): Don't output a message after loading an obsolete
2889 package any more (done in Lisp now).
2890
2fd0161b
CY
28912009-09-12 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2894
bc5e75b6
SM
28952009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * keymap.c (Fwhere_is_internal): Use nconc2.
2898
c31c985e
AM
28992009-09-11 Alan Mackenzie <acm@muc.de>
2900
2901 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2902 batch mode.
2903
78012bd2
AS
29042009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2905
2906 * xdisp.c (display_mode_element): Detect cycles.
2907
9d889332
SM
29082009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * keymap.c (where_is_internal): Don't erroneously return nil right after
2911 filling the cache.
2912 (where_is_internal_1): Fix up typo.
2913
7ab5d780
GM
29142009-09-11 Glenn Morris <rgm@gnu.org>
2915
2916 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2917 share a common doc-string.
2918
5238a749
SM
29192009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2920
66d77eda
SM
2921 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2922 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2923
5238a749
SM
2924 * keymap.c (QCadvertised_binding): New constant.
2925 (syms_of_keymap): Initialize it.
2926 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2927 if applicable.
2928
19f48442
SM
29292009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2930
50d4ba39
SM
2931 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2932 (parse_menu_item): Streamline since bindings are recomputed all the
2933 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2934 more and don't support lmenu's menu-alias any more either.
2935
a88a5372
SM
2936 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2937 (where_is_internal): Strip it down to only traverse the keymaps.
2938 Move the cache handling from Fwhere_is_internal to here.
2939 (Fwhere_is_internal): Move the handling of remapping and the choice of
2940 the best binding from where_is_internal to here.
2941 Unify the cached/noncached paths, so remapping is also handled
2942 correctly when the cache is used, and so the cache can be used to
2943 speed up remap-handling when applicable.
2944 Give preference to non-remapped bindings.
2945 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2946 non-remapped bindings.
2947 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2948 command remapping.
2949
19f48442
SM
2950 * xdisp.c (display_mode_element): Move list length limit from 50 to
2951 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2952
599498c3 29532009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
2954
2955 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2956
f9b7b5ac
SM
29572009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2958
a53af587
JB
2959 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2960 (Bug#4334)
2961
f9b7b5ac
SM
2962 * keymap.c (where_is_internal): Filter out shadowed remappings.
2963 Assume that where_is_internal returns unshadowed bindings to simplify
2964 the code and get rid of the gotos. Use ASIZE.
2965
04f4b72d
JD
29662009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2967
4da146f2
JD
2968 * xterm.c (x_focus_changed): If we get a focusout and pointer
2969 is invisible, make it visible.
2970
04f4b72d
JD
2971 * xterm.h: Remove condition for declaration of
2972 x_*_window_to_frame.
2973
7cef7ce3
SM
29742009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2977 initial terminal as well.
2978
a54fa5b7
JD
29792009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2980
2981 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 2982 x_menubar_window_to_frame.
a54fa5b7
JD
2983
2984 * xterm.c: Remove declarations also in xterm.h
2985 (XTmouse_position): Do not return valid positions
2986 for clicks in the menubar and the toolbar for Gtk+.
2987
2988 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2989 if the widget for the event has the same top level as a frame,
2990 return the frame.
2991 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2992 internal windows, bug #4122.
2993 (x_non_menubar_window_to_frame): Remove.
2994
5a021dd0
GM
29952009-09-02 Glenn Morris <rgm@gnu.org>
2996
2997 * buffer.c (default-major-mode): Move most of the doc from here...
2998 (major-mode): ... to here.
2999
548fe2f3
NR
30002009-08-30 Nick Roberts <nickrob@snap.net.nz>
3001
3002 * process.c (wait_reading_process_output): Keep the descriptor
3003 when pty is used by a non-child process, e.g., in I/O buffer of
3004 GDB this allows inferior to be restarted.
3005
e0840eef
EZ
30062009-08-29 Eli Zaretskii <eliz@gnu.org>
3007
3008 * xdisp.c (redisplay_internal): Remove redundant test and collapse
3009 both branches into one.
3010
82e98df4
SM
30112009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
3014 (main): Use enable-multibyte-characters rather than
3015 default-enable-multibyte-characters. Output a warning message when
3016 running a unibyte session.
3017
890617cb
YM
30182009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3019
3020 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
3021 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
3022 (copy_data_segment): Also copy __program_vars section.
3023 (copy_dyld_info) [LC_DYLD_INFO]: New function.
3024 (dump_it) [LC_DYLD_INFO]: Use it.
3025
3026 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
3027
e7adeadc
EZ
30282009-08-28 Eli Zaretskii <eliz@gnu.org>
3029
3030 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
3031 $(SRC)/buildobj.h.
3032 (buildobj.h): Renamed from $(SRC)/buildobj.h.
3033 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
3034 $(SRC)/buildobj.h.
3035 (clean): Add buildobj.h.
3036
3ed8bbdc
TZ
30372009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
3038
3039 * print.c (print_object): Set escapeflag to 1 when printing
3040 hashtable keys and values.
3041
155a6764
SM
30422009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * lread.c (read_integer): Use doubles (and potentially return a float
3045 number) as we do in string-to-number.
3046 (read1): Use strtol to read integers, signal errors on strtol's
3047 overflow and use floats if strtol's output is too large for
3048 Elisp integers.
3049
877610de
EZ
30502009-08-27 Eli Zaretskii <eliz@gnu.org>
3051
3052 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
3053 (make-buildobj-SH): Fix last change.
3054 (SRC): Move to before where it's first used.
3055
ef73e7be
KH
30562009-08-27 Kenichi Handa <handa@m17n.org>
3057
550c8289
KH
3058 * process.c (send_process): Use encode_coding_object instead of
3059 encode_coding_string to perform eol-conversion even if the string
3060 is unibyte.
3061
60afa08d
KH
3062 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
3063 character.
3064
ef73e7be 3065 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 3066 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 3067
7b3a82d7
DN
30682009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3069
5654bf63
DN
3070 * callproc.c (Fcall_process): Remove always true #if.
3071
7b3a82d7
DN
3072 * lisp.h: Replace #if 0 code for checking with text pointing to
3073 the --enable-checking configure flag.
3074
3075 * emacs.c (main): Mention the --enable-profiling configure flag
3076 instead of using CFLAGS.
3077
878bde49
KR
30782009-08-26 Ken Raeburn <raeburn@raeburn.org>
3079
3080 * Makefile.in (buildobj.h): New target.
3081 (doc.o): Depend on it.
3082 (temacs${EXEEXT}): Don't generate buildobj.lst.
3083 (mostlyclean): Delete buildobj.h, not buildobj.lst.
3084 * makefile.w32-in ($(SRC)/buildobj.h): New target.
3085 ($(BLD)/doc.$(O)): Depend on it.
3086 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
3087 provided by Eli Zaretskii.)
3088 ($(TEMACS)): Don't generate buildobj.lst.
3089 * doc.c: Include buildobj.h.
3090 (buildobj): New static variable.
3091 (Fsnarf_documentation): Use it, instead of opening and reading
3092 buildobj.lst.
3093
1574224c
MA
30942009-08-25 Michael Albinus <michael.albinus@gmx.de>
3095
3096 * dbusbind.c (Fdbus_call_method)
3097 (Fdbus_call_method_asynchronously): Use English numeric format for
3098 timeout values in doc string.
3099
d9da2f45
KH
31002009-08-25 Kenichi Handa <handa@m17n.org>
3101
ef73e7be
KH
3102 * alloc.c (mark_char_table): New function.
3103 (mark_object): Use mark_char_table for a char-table.
3104
d9da2f45
KH
3105 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
3106 (CHAR_TABLE_REF): Use it.
3107
c8edcc01
KR
31082009-08-23 Ken Raeburn <raeburn@raeburn.org>
3109
3110 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
3111 before invoking the newly build emacs to check for load-path
3112 shadowing.
3113
7763401b
GM
31142009-08-22 Glenn Morris <rgm@gnu.org>
3115
3116 * Makefile.in (bootstrap_exe): New variable.
3117 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
3118 Use ${bootstrap_exe}.
3119
729eadda
EZ
31202009-08-22 Eli Zaretskii <eliz@gnu.org>
3121
3122 * coding.h (encode_coding_string): Don't encode unibyte strings.
3123 (Bug#4047)
3124
eb4c6ace
MA
31252009-08-22 Michael Albinus <michael.albinus@gmx.de>
3126
3127 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
3128
3129 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
3130 intended as hotfix only.
3131 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
3132
36e34d1b
AR
31332009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3134
3135 * nsterm.m (ns_get_color): Update documentation properly for last
3136 change, and clean up loose ends in the code left by it. Fix
3137 longstanding bug with 16-bit hex parsing, and add support for
3138 yet another X11 format (rgb:r/g/b) for compatibility.
3139 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
3140 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
3141
f983eb8a
SM
31422009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
3145
3f56d3c6
MA
31462009-08-20 Michael Albinus <michael.albinus@gmx.de>
3147
3148 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
3149 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
3150 (xd_initialize, xd_pending_messages): Check, whether
3151 $DBUS_SESSION_BUS_ADDRESS is set.
3152
fb641d68
YM
31532009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3154
3155 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
3156
3157 * nsterm.m (ns_get_color): Remove incompatible color formats again.
3158
cf59a374
GM
31592009-08-20 Glenn Morris <rgm@gnu.org>
3160
3161 * emacs.c (system-type): Doc fix.
3162
1373f3be
SM
31632009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
3166 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
3167
058ed861
MA
31682009-08-18 Michael Albinus <michael.albinus@gmx.de>
3169
1373f3be
SM
3170 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
3171 New functions.
058ed861
MA
3172 (xd_initialize): Revert change from 2009-08-16.
3173
563a866e 31742009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
3175
3176 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 3177 font-group vector, return nil.
5fc05db0 3178
e42bdf01
CY
31792009-08-17 Chong Yidong <cyd@stupidchicken.com>
3180
3181 * process.c (status_notify): Don't perform redisplay.
3182 (Fdelete_process, list_processes_1, process_send_signal):
3183 Expliticly perform redisplay.
3184 (wait_reading_process_output): Always check process status, but
3185 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
3186
4230ab74
KR
31872009-08-17 Ken Raeburn <raeburn@raeburn.org>
3188
1373f3be 3189 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
3190 (XFLOAT_INIT): New macro for storing a float value.
3191 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
3192 * fns.c (sxhash): Copy out the value of a float in order to
3193 examine its bytes.
3194 * dbusbind.c (xd_append_arg): Likewise.
3195
4230ab74
KR
3196 * emacs.c (main): Don't call syms_of_data twice.
3197
a0645cdd
MA
31982009-08-16 Michael Albinus <michael.albinus@gmx.de>
3199
3200 * dbusbind.c (xd_initialize): Add connection file descriptor to
3201 input_wait_mask, in order to let select() detect, whether a new
3202 message has been arrived.
ca4f31ea 3203 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 3204
485db0ba
MA
32052009-08-15 Michael Albinus <michael.albinus@gmx.de>
3206
1373f3be
SM
3207 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
3208 New functions.
485db0ba
MA
3209
3210 * lisp.h (xd_pending_messages): Declare.
3211
3212 * keyboard.c (readable_events): Call xd_pending_messages.
3213
b5b98ff4
CY
32142009-08-15 Chong Yidong <cyd@stupidchicken.com>
3215
1373f3be 3216 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 3217
f8354c6e
CY
3218 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
3219
b5b98ff4
CY
3220 * buffer.c (set_buffer_internal_1)
3221 (swap_out_buffer_local_variables): Check for unbound local
3222 variables (Bug#4138).
3223
8b9fc636
EZ
32242009-08-14 Eli Zaretskii <eliz@gnu.org>
3225
3226 * process.c (create_pty): Fix last change.
3227
ce959360
CY
32282009-08-13 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
3231 (xbm_load_image): Caller changed.
64b807c9 3232 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 3233
c7baf7e9
NR
32342009-08-13 Nick Roberts <nickrob@snap.net.nz>
3235
3236 * process.c (create_pty): New function.
3237 (Fstart_process): Use it to allow Emacs to just associate a pty
3238 with the buffer. See associated change in gdb-mi.el.
3239 (list_processes_1): Deal with no program name.
3240 (start_process_unwind): Use pid == -2 to mean no process.
3241
1ac9108a
SM
32422009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * cmds.c (nonundocount): New global variable.
3245 (keys_of_cmds): Initialize it.
3246 (Fself_insert_command): Use it to combine upto 20 sequential chars
3247 into a single undo entry, just like the Qself_insert_command code in
3248 keyboard.c does.
3249 Call frame_make_pointer_invisible, also like the Qself_insert_command
3250 code in keyboard.c does.
3251 * keyboard.c (command_loop_1): Use the new global nonundocount rather
3252 than its own local replacement for it.
3253
e267324c
KR
32542009-08-10 Ken Raeburn <raeburn@raeburn.org>
3255
1ac9108a 3256 * fns.c (concat): Don't re-set string length to its current value.
77437343 3257
1ac9108a
SM
3258 * coding.h (decode_coding_string, encode_coding_string):
3259 Use SBYTES macro.
f0bed503 3260
1ac9108a 3261 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
3262 (doprnt): Merge with doprnt1, discarding lispstrings code.
3263 * lisp.h (doprnt_lisp): Don't declare.
3264
416e006d
JL
32652009-08-07 Juri Linkov <juri@jurta.org>
3266
3267 * puresize.h (BASE_PURESIZE): Increase to 1270000.
3268
6f7d5780
DN
32692009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3270
3271 * print.c (syms_of_print): Undo previous change.
3272
f19a0f5b
TZ
32732009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
3274
3275 * lread.c (read1, syms_of_lread): Read hashtables back from the
3276 readable format.
3277
3278 * print.c (print_preprocess, print_object): Print hashtables fully
3279 and readably.
3280 (syms_of_print): Provide 'hashtable-print-readable.
3281
b9173dc2
AR
32822009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3283
3284 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
3285 no family set.
3286 (nsfont_open): Handle case when entity has no family.
3287
1586503c
AR
32882009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3289
3290 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
3291 element, not a list, for match case.
3292
087048cd
KH
32932009-07-28 Kenichi Handa <handa@m17n.org>
3294
3295 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
3296 rigidly.
3297
3298 * xfont.c (xfont_list_pattern): Don't ignore the return value of
3299 font_parse_xlfd. Check font properties more rigidly.
3300
780c2506
DN
33012009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3302
31fd7c5c
JB
3303 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
3304 bsd-common.h.
780c2506 3305
a8c0cc18
KH
33062009-07-27 Kenichi Handa <handa@m17n.org>
3307
3308 * xfaces.c (face_with_height): Call font_clear_prop.
3309
4fbe2306
CY
33102009-07-26 Chong Yidong <cyd@stupidchicken.com>
3311
111d9af3
CY
3312 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
3313
3314 * xterm.c (x_term_init): Use Qx.
3315
4fbe2306
CY
3316 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
3317
1ac9108a 3318 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
3319 (ns_get_color): Revert 2009-07-16 change.
3320
beb0b7f9
EZ
33212009-07-25 Eli Zaretskii <eliz@gnu.org>
3322
3323 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 3324 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 3325
2baf5e76
KR
33262009-07-25 Ken Raeburn <raeburn@raeburn.org>
3327
1ac9108a
SM
3328 * coding.h (decode_coding_string, encode_coding_string):
3329 Use SCHARS macro.
8890e5f5 3330
2baf5e76 3331 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 3332 (load_depth): Delete.
2baf5e76
KR
3333 (Qload_in_progress): New variable.
3334 (load_unwind): Don't reference load_depth or load_in_progress.
3335 (Fload): Likewise; specbind Qload_in_progress instead.
3336 (init_lread): Don't initialize load_depth.
3337 (syms_of_lread): Initialize and protect Qload_in_progress.
3338
1395c6f5
AR
33392009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3340
3341 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
3342
4e2f36cf
AR
33432009-07-23 Yavor Doganov <yavor@gnu.org>
3344
3345 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
3346
5dd9a6f7
AR
33472009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3348
3349 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
3350 Bugs 3792, 3720, 2402.
3351 (ns_lookup_indexed_color): Check for bad index.
3352 (ns_index_color): Init unused slot to 0.
3353 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
3354 Bug 3714, possibly 3082.
5dd9a6f7 3355
c902b920
JR
33562009-07-22 Jason Rumney <jasonr@gnu.org>
3357
1ac9108a
SM
3358 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
3359 Position IME window at cursor (Bug#2570).
c902b920
JR
3360 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
3361 (globals_of_w32fns): Dynamically load functions required above.
3362
3363 * w32term.c (w32_draw_window_cursor): Send message to reposition
3364 any IME window.
3365
090101cf
CY
33662009-07-21 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * fileio.c: Revert 2009-07-16 changes.
3369 (Vauto_save_include_big_deletions): New variable.
3370 (Fdo_auto_save): Disable auto-save only if
3371 auto-save-include-big-deletions is nil.
3372
e6583e3d
CY
33732009-07-21 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * xdisp.c (move_it_to): For continued lines ending in a tab, take
3376 the overflowed pixels into account (Bug#3879).
3377
ece435a5
KR
33782009-07-21 Ken Raeburn <raeburn@raeburn.org>
3379
3380 * lread.c (load_depth): New variable.
3381 (Fload, load_unwind, init_lread): Set it to the load recursion
3382 depth; set load_in_progress as a simple boolean based on the
3383 current load_depth. (Bug#3892)
3384
40b2d973
AR
33852009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3386
3387 * nsfont.m (ns_has_attribute): Remove.
3388 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
3389
10be7e0d
JL
33902009-07-18 Juri Linkov <juri@jurta.org>
3391
3392 * process.c (Fset_process_query_on_exit_flag): Mention killing
3393 a buffer in docstring.
3394
fa055055
KH
33952009-07-17 Kenichi Handa <handa@m17n.org>
3396
3397 * casetab.c (shuffle): Fix the logic of setting up the cycle.
3398
042f7b69
YM
33992009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3400
3401 * nsfns.m (Fns_set_alpha): Remove function.
3402 (syms_of_nsfns): Don't defsubr it.
3403
3404 * nsterm.m (ns_get_color): Remove incompatible color formats.
3405 (ns_color_to_lisp): Generate #rrggbb color format string.
3406
4be941e3
RS
34072009-07-16 Richard Stallman <rms@gnu.org>
3408
3409 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
3410 (Fset_buffer_auto_saved): Handle save_length = -2.
3411
4e6b227d
CY
34122009-07-16 Chong Yidong <cyd@stupidchicken.com>
3413
3414 * xterm.c (Qx_gtk_map_stock): New var.
3415
3416 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
3417 of calling intern each time.
3418
a1856973
YM
34192009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3420
3421 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
3422 does tiling.
3423
3424 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
3425
497e54d8
KH
34262009-07-14 Kenichi Handa <handa@m17n.org>
3427
72d36834
KH
3428 * font.c (font_vconcat_entity_vectors): New function.
3429 (struct font_sort_data): New member font_driver_preference.
3430 (font_compare): Check font_driver_preference.
3431 (font_sort_entities): The format of the first argument changed.
3432 (font_delete_unmatched): Likewise.
3433 (font_list_entities): The return type changed.
3434 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
3435 (font_find_for_lface): Adjuste for the above changes.
3436 Don't suppress the checking of C even if the repertory supports it.
3437 (Flist_fonts): Adjust for the above changes.
72d36834 3438
1ac9108a
SM
3439 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
3440 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
3441 Reject a font who has adstyle property that is different from a
3442 langname derived from registry property.
1ac9108a 3443 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 3444
b6046155
EZ
34452009-07-13 Eli Zaretskii <eliz@gnu.org>
3446
3447 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
3448 local copy of dirfilename.
3449
fb6b6049
KH
34502009-07-13 Kenichi Handa <handa@m17n.org>
3451
e2402a5e
KH
3452 * chartab.c (sub_char_table_ref_and_range): Fix the range check
3453 against max_char.
3454
fb6b6049
KH
3455 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
3456 calling XSYMBOL (sym).
3457
65156807
EZ
34582009-07-11 Eli Zaretskii <eliz@gnu.org>
3459
1ac9108a
SM
3460 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
3461 New function.
3462 (directory_files_internal) [WINDOWSNT]:
3463 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
3464 the filesystem of the directory is fast or slow.
3465
3466 * w32.c (logon_network_drive): Don't assume PATH is an absolute
3467 file name.
3468 (is_slow_fs): New function.
3469 (stat): Use it to determine whether to issue more system calls to
3470 get accurate file attributes, when w32-get-true-file-attributes is
3471 `local'.
3472
e0ab5fcf
JD
34732009-07-10 Jan Djärv <jan.h.d@swipnet.se>
3474
3475 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 3476 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
3477 parameter font-parameter as default to the font dialog.
3478
784ceded
KH
34792009-07-10 Kenichi Handa <handa@m17n.org>
3480
3481 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
3482
fb8edc0b
EZ
34832009-07-09 Eli Zaretskii <eliz@gnu.org>
3484
1ac9108a 3485 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 3486
fb8edc0b
EZ
3487 * w32.c (stat): Treat UNC file names as residing on remote
3488 drives. (Bug#3542)
3489
635c75b1
KH
34902009-07-09 Kenichi Handa <handa@m17n.org>
3491
3492 * fontset.c (fontset_find_font): Fix previous change.
3493
c1d5ce94
MA
34942009-07-08 Michael Albinus <michael.albinus@gmx.de>
3495
3496 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
3497 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
3498 error flag.
3499
edb61b39
KH
35002009-07-08 Kenichi Handa <handa@m17n.org>
3501
374bf7e4
KH
3502 * fontset.c (fontset_find_font): Fix the logic of handling
3503 charset_matched.
3504 (font_for_char): Delete unused var.
3505 (generate_ascii_font_name): Delete it.
3506
edb61b39
KH
3507 * coding.h (JIS_TO_SJIS2): Fix the code range check.
3508
3509 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
3510 (encode_coding_sjis): Fix the code range check.
3511
0f3f018c
CY
35122009-07-07 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
3515 (Fexpand_file_name): Copy string data properly (Bug#3772).
3516
fcaf6f3a
JD
35172009-07-07 Jan Djärv <jan.h.d@swipnet.se>
3518
3519 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
3520 first MapNotify.
3521
6809ca75
KH
35222009-07-07 Kenichi Handa <handa@m17n.org>
3523
3524 * character.h (unibyte_has_multibyte_table): Delete extern.
3525 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
3526
3527 * charset.c (Fset_charset_priority): Update charset_unibyte.
3528 (syms_of_charset): Initialize charset_unibyte.
3529
3530 * character.c (unibyte_has_multibyte_table): Delete it.
3531 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
3532 charset_unibyte.
3533 (multibyte_char_to_unibyte_safe): Likewise.
3534 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
3535
1ac9108a 3536 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
3537 (x_produce_glyphs): Likewise.
3538
3539 * .gdbinit (xcharset): Fix the treating $arg0.
3540
ad9e2d54
EZ
35412009-07-04 Eli Zaretskii <eliz@gnu.org>
3542
3543 Emulation of `getloadavg' on MS-Windows.
3544 * w32.c: Include float.h
3545 (g_b_init_get_native_system_info, g_b_init_get_system_times)
3546 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
3547 (get_native_system_info, get_system_times): New functions.
3548 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
3549 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
3550 (globals_of_w32): Initialize g_b_init_get_native_system_info,
3551 g_b_init_get_system_times, and num_of_processors.
3552
0a3472c7
JR
35532009-07-03 Jason Rumney <jasonr@gnu.org>
3554
3555 * w32term.c (w32_initialize): Use standard types.
3556
80904120
EZ
35572009-07-03 Eli Zaretskii <eliz@gnu.org>
3558
3559 * dired.c (Ffile_attributes): Decode user and group names by the
3560 locale's encoding. (Bug#3443)
3561
6978862d
DN
35622009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3563
f8d23104
DN
3564 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
3565 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
3566
3567 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
3568
3569 * term.c (init_tty): Remove spurious #ifdef.
3570
6978862d
DN
3571 * m/mips.h: Mention this file is also used for netbsd.
3572 * m/pmax.h: Remove file.
3573
e044e4fc
JD
35742009-07-03 Jan Djärv <jan.h.d@swipnet.se>
3575
3576 * xterm.h (struct x_display_info): Add invisible_cursor.
3577 (struct x_output): Add current_cursor.
3578
3579 * xterm.c (XTtoggle_invisible_pointer): New function.
3580 (x_define_frame_cursor): Don't define cursor if invisible or the
3581 same as before. Set current_cursor.
3582 (x_create_terminal): Set toggle_invisible_pointer_hook.
3583
3584 * xfns.c (make_invisible_cursor): New function.
3585 (x_set_mouse_color): Call make_invisible_cursor.
3586 Set current_cursor.
3587 (x_window): Set current_cursor.
3588
3589 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
3590
3591 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
3592 inserting a character.
3593 (read_avail_input): Call frame_make_pointer_visible.
3594
3595 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
3596 (frame_make_pointer_invisible, frame_make_pointer_visible):
3597 New functions.
e044e4fc
JD
3598 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
3599
3600 * frame.h: Declare frame_make_pointer_invisible and
3601 frame_make_pointer_visible.
3602 (struct frame): Add pointer_invisible.
3603
574c8efa
JD
36042009-07-02 Jan Djärv <jan.h.d@swipnet.se>
3605
7b507248
JD
3606 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3607 frame isn't visible.
3608 (xg_frame_resized): If width/height is -1, get size of window
3609 from X server.
3610
3611 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3612 for MapNotify.
3613
835bdaa7 3614 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 3615 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 3616 (flush_and_sync): Reintroduce.
574c8efa 3617
3f1c6666 36182009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 3619
31fd7c5c 3620 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
3621
3622 * xterm.c (x_handle_net_wm_state): Also look for sticky.
3623 (x_term_init): Initialize Xatom_net_wm_state_sticky.
3624
3625 * frame.h: Declare Qsticky.
3626
cad9ef74
JD
3627 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3628
3629 * nsfns.m (ns_frame_parm_handlers): Ditto.
3630
3631 * frame.c: Declare Qsticky.
3632 (frame_parms): Add sticky.
3633
3634 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3635
3636 * xterm.h: Declare x_set_sticky.
3637
3638 * xterm.c (x_set_sticky): New function.
3639
69b16610
JD
3640 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3641 (xg_tool_bar_menu_proxy): Attach enter/leave events to
3642 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
3643
3644 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3645
3646 * frame.c: Qmaximized is new.
3647 (x_set_frame_parameters): Do not handle fullscreen specially.
3648 Only set width and height if explicitly set.
3649 (x_set_fullscreen): Handle Qmaximized.
3650 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3651 (syms_of_frame): Initialize Qmaximized.
3652
1ac9108a
SM
3653 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3654 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
3655
3656 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
3657 for Expose event. Add call to x_check_fullscreen for MapNotify event.
3658 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
3659 set gravity to NorthWestGravity when USE_GTK.
3660 (set_wm_state): New function.
31fd7c5c 3661 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
3662 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3663 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 3664 or the case when no window manager is running. That means remove calls
3f1c6666
JD
3665 to x_real_positions and x_fullscreen_adjust.
3666
3667 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3668 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3669 flush_and_sync.
3670 (xg_height_changed): New function.
3671 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
3672 and gtk_window_set_policy. Set frame gravity after parsing the
3673 geometry string.
3f1c6666
JD
3674 (xg_update_frame_menubar, free_frame_menubar)
3675 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3676 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3677 Remove calls to xg_frame_set_char_size.
3678
fd503d99
KH
36792009-07-01 Kenichi Handa <handa@m17n.org>
3680
3681 * keyboard.c (decode_keyboard_code): New function.
3682 (tty_read_avail_input): Decode the input bytes if necessary.
3683
1ac9108a
SM
3684 * coding.c (setup_coding_system):
3685 Initialize coding->carryover_bytes to 0.
fd503d99
KH
3686 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3687 use Qno_conversion.
3688
24ed93fb
YM
36892009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3690
3691 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3692
99061dfc
CY
36932009-06-30 Chong Yidong <cyd@stupidchicken.com>
3694
1ac9108a 3695 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 3696
ff90fbde
JR
36972009-06-30 Jason Rumney <jasonr@gnu.org>
3698
3699 * w32term.c (w32_initialize): Use GetModuleHandle for library that
3700 is already loaded.
3701 Set user model ID if supported (bug#1849).
3702
5f445726
JM
37032009-06-29 Jim Meyering <meyering@redhat.com>
3704
3705 Remove useless if-before-xfree test.
3706 * nsfont.m (nsfont_close): Remove useless test.
3707 * term.c (delete_tty): Likewise.
3708 * w32.c (system_process_attributes): Likewise.
3709 * w32font.c (w32font_close): Likewise.
3710 * xfaces.c (x_free_gc): Likewise.
3711 * xselect.c (buffer): Likewise.
3712
b9607587
AS
37132009-06-28 Andreas Schwab <schwab@linux-m68k.org>
3714
3715 * process.c (send_process): Keep decoded string in a local
3716 variable and protect it from GC. (Bug#3521)
3717
89ba96f4
EZ
37182009-06-28 Eli Zaretskii <eliz@gnu.org>
3719
3720 * term.c (create_tty_output) [MSDOS]: #ifdef away.
3721 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3722
098a1589
CY
37232009-06-28 Chong Yidong <cyd@stupidchicken.com>
3724
485422be
CY
3725 * xdisp.c (start_display, handle_face_prop)
3726 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
3727 (redisplay_window, try_window_id, produce_image_glyph):
3728 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 3729
098a1589
CY
3730 * xterm.c (x_update_window_begin, x_new_focus_frame)
3731 (x_scroll_bar_handle_click, handle_one_xevent)
3732 (handle_one_xevent, XTread_socket, x_focus_on_frame)
3733 (x_make_frame_visible, x_make_frame_invisible)
3734 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3735 code chunks that are now obsolete.
3736
78c38319
MA
37372009-06-28 Michael Albinus <michael.albinus@gmx.de>
3738
3739 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3740 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
3741 for hours, when optimzation is enabled.
3742 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3743 (xd_read_message): Make them static.
3744
4189ed40
CY
37452009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
3746
3747 * term.c (turn_on_face): Allow simultaneously bold and dim
3748 terminal faces (Bug#3530).
3749
cd9b5e16
CY
37502009-06-27 Chong Yidong <cyd@stupidchicken.com>
3751
4e23bedb
CY
3752 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3753
cd9b5e16
CY
3754 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3755 truncation glyphs (Bug#3686).
3756
07cc3c35
GM
37572009-06-27 Glenn Morris <rgm@gnu.org>
3758
3759 * m/pmax.h: Restore file, with only netbsd portions.
3760
31fd7c5c 37612009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 3762
cd9b5e16 3763 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 3764
42d4a64f
KH
37652009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
3766
3767 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3768 the arg FORCE_SYMBOL.
3769
930fe55b 37702009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
3771
3772 * fontset.c (fontset_find_font): When a usable rfont_def is found
3773 in a fallback font-group, make it the first element of the group.
3774
57ebc3fd
CY
37752009-06-24 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3778
f084f942
KH
37792009-06-24 Kenichi Handa <handa@m17n.org>
3780
3781 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3782 set for C.
3783 (fontset_font): Record the availability of a font for C both in
3784 the realized fontsets of the current one and the default one.
3785
2f686c87
DN
37862009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3787
3788 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3789 conditional, it is always defined on AIX.
3790
666e158e
MB
37912009-06-23 Miles Bader <miles@gnu.org>
3792
3793 * window.c (Vrecenter_redisplay): New variable.
3794 (syms_of_window): Initialize it.
3795 (Qtty): New extern declaration.
3796 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3797
c6da7cd2
JM
37982009-06-23 Jim Meyering <meyering@redhat.com>
3799
1ac9108a
SM
3800 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3801 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 3802 pointer dereferences are guaranteed to be valid.
c6da7cd2 3803
678dca3d
KH
38042009-06-23 Kenichi Handa <handa@m17n.org>
3805
74d75424
KH
3806 * emacs.c (main): Call init_font ().
3807
3808 * font.h (Vfont_log): Extern it.
3809 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3810
3811 * font.c (font_sort_entities, font_list_entities)
3812 (font_matching_entity, font_open_entity)
3813 (font_close_object): Change font_add_log to FONT_ADD_LOG.
3814 (Vfont_log): Delete static.
3815 (font_log_env_checked): Delete this variable.
3816 (font_add_log): Don't check font_log_env_checked.
3817 (font_deferred_log): Check Vfont_log.
3818 (init_font): New function.
3819
678dca3d
KH
3820 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3821
3822 * w32font.c: Change font_add_log to FONT_ADD_LOG.
3823
3824 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3825
3826 * xfont.c: Change font_add_log to FONT_ADD_LOG.
3827
3828 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3829 (face_for_char): Don't call font_deferred_log here.
3830 (font_for_char): Likewise.
3831
8a668709
CY
38322009-06-22 Chong Yidong <cyd@stupidchicken.com>
3833
9a01ee33
CY
3834 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3835 rather than its background_width for drawing the overline and
3836 underline (Bug#489).
3837
3838 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3839 rather than its background_width for drawing the overline and
3840 underline (Bug#489).
ec7c9926
CY
3841 (xg_default_icon_file): New variable.
3842 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3843 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 3844
8a668709
CY
3845 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3846 (load_overlay_strings): Remove externs.
3847 (fast_find_position): Function deleted.
3848 (mouse_face_from_buffer_pos): New function, based on
3849 fast_find_position. Correctly handle before-strings,
3850 display-strings, and after-strings (Bug#1220).
3851 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3852
4d4c02d8
CY
38532009-06-21 Chong Yidong <cyd@stupidchicken.com>
3854
1ac9108a 3855 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
3856 (move_it_in_display_line_to, move_it_in_display_line_to)
3857 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3858
70243478
CY
38592009-06-21 Chong Yidong <cyd@stupidchicken.com>
3860
3861 * Branch for 23.1.
3862
13087e59
JR
38632009-06-21 Jason Rumney <jasonr@gnu.org>
3864
3865 * w32term.c (keyboard_codepage): New static variable.
3866 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3867 (w32_read_socket) [WM_CHAR]: Use it to decode character
3868 input (bug#3237).
3869 (w32_initialize): Initialize it.
3870 (codepage_for_locale): New function.
3871
4735b74e
KR
38722009-06-20 Ken Raeburn <raeburn@raeburn.org>
3873
3874 * process.c (status_message): Pass Faset index argument as a lisp
3875 object, so as to work with USE_LISP_UNION_TYPE.
3876
0e727afa
YM
38772009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3878
3879 * coding.c (Ffind_coding_systems_region_internal):
3880 Cache checked characters.
3881
cf299835
KH
38822009-06-18 Kenichi Handa <handa@m17n.org>
3883
1ac9108a 3884 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 3885
90f20d94
AS
38862009-06-18 Andreas Schwab <aschwab@redhat.com>
3887
3888 * xdisp.c (redisplay_internal): Check that the frame is still
3889 live after redisplay of its windows.
3890 (redisplay_windows): Check that the window is still live.
3891
7f1faf1c
KH
38922009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3893
3894 * coding.c (detect_coding_utf_16): Fix previous change.
3895
cc13543e
KH
38962009-06-16 Kenichi Handa <handa@m17n.org>
3897
3898 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3899 UTF-16 by checking the dispersion of Eth and Oth bytes.
3900
977b85f4
AS
39012009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3902
3903 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3904
66bd43d1
KH
39052009-06-15 Kenichi Handa <handa@m17n.org>
3906
3907 * process.c (status_message): Fix previous change. Be sure to
3908 decode a localized string.
3909
cb5ca9c5
YM
39102009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3911
3912 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3913 add comment explaining why.
3914
ec7709ba 39152009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 3916
ec7709ba 3917 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 3918
4b7f335c
AR
39192009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3920
3921 * nsfont.m (ns_attribute_value): Remove.
3922 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3923 (ns_has_attribute): Shrink the normal range.
3924 (ns_findfonts): Don't worry about requested spec in determining
3925 need for synthItal.
e41820ee 3926 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 3927
73b26103
SZ
39282009-06-14 Seiji Zenitani <zenitani@mac.com>
3929
3930 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3931
5753e4da
KH
39322009-06-11 Kenichi Handa <handa@m17n.org>
3933
3934 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3935 overhang for the static composition case.
3936
3561b671
KH
39372009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3938
5753e4da
KH
3939 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3940 overhang for the automatic composition case.
3941
3561b671
KH
3942 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3943 composition case.
3944
852bbd41
CY
39452009-06-10 Chong Yidong <cyd@stupidchicken.com>
3946
3947 * xdisp.c (get_next_display_element): When handling wrap-prefix
3948 and line-prefix, treat \n as a control character (bug#3502).
3949
9903d1e6
KH
39502009-06-10 Kenichi Handa <handa@m17n.org>
3951
3952 * font.c (font_parse_family_registry): Fix for one-char foundry.
3953 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3954
0bcbaaaa
CY
39552009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3956
3957 * process.c (status_message): Fix handling of multibyte signal
3958 string (Bug#3499).
3959
40aa3f13
JM
39602009-06-09 Jim Meyering <meyering@redhat.com>
3961
1f80c7e2
CY
3962 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3963 color name is missing.
40aa3f13 3964
72d51285
KH
39652009-06-09 Kenichi Handa <handa@m17n.org>
3966
3967 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3968 FROM-CODE and TO-CODE are codepoints of CHARSET.
3969
c1d04d84
AR
39702009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3971
3972 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3973
39742009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3975
3976 Changes to support :script/:lang/:otf in NS font driver.
3977 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3978 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3979 indicate not part of font driver interface, and change callers.
3980 (ns_get_family): Remove pointless null check.
3981 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3982 ns_spec_to_descriptor, ns_descriptor_to_entity.
3983 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3984 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3985 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3986 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3987 (ns_get_req_script, ns_accumulate_script_ranges)
3988 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3989 New functions.
3990 (nsfont_list, nsfont_match): Use ns_findfonts.
3991 (nsfont_open): Use font descriptor instead of traits.
3992 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3993 (dump_glyphstring): Rename to ns_dump_glyphstring.
3994
c7eb9816
AR
3995 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3996
c1d04d84
AR
3997 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3998
3999 * fontset.c (fontset_from_font): Remove NS-specific code.
4000
ec7709ba 40012009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
4002
4003 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
4004 nonactive windows.
4005
31fd7c5c 40062009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 4007
1ac9108a 4008 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 4009
68852c13 40102009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
4011
4012 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
4013
6756cd1d
CY
40142009-06-07 Chong Yidong <cyd@stupidchicken.com>
4015
4016 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
4017 account for the overflowing of newlines into the last glyph on the
4018 display line (Bug#3482).
4019
28bf482a
DR
40202009-06-05 David Reitter <david.reitter@gmail.com>
4021
ec7709ba
JB
4022 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
4023 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
4024 Fns_selection_exists_p, Fns_selection_owner_p.
4025
fdb55376
JR
40262009-06-03 Jason Rumney <jasonr@gnu.org>
4027
4028 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
4029 available. (Bug#3379)
4030
05129fbe
KH
40312009-05-29 Kenichi Handa <handa@m17n.org>
4032
1ac9108a
SM
4033 * coding.c (get_translation_table):
4034 Check Venable_character_translation.
05129fbe 4035
ec7709ba 40362009-05-26 David Reitter <david.reitter@gmail.com>
15891144 4037
ec7709ba
JB
4038 * nsterm.m (ns_raise_frame): Only raise frame if visible.
4039 (x_make_frame_visible): Move frame to front rather than calling
15891144 4040 ns_raise_frame().
ec7709ba 4041 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 4042 isn't key window.
ec7709ba 4043 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
4044 drawRect may be called by NSView even if the frame is hidden.
4045
ec7709ba
JB
4046 * nsfns.m (Fx_create_frame): Follow other ports in
4047 determining visibility; default to t. Ensure async_visible is set.
15891144 4048
21f73755
EZ
40492009-05-23 Eli Zaretskii <eliz@gnu.org>
4050
4051 * dired.c (Ffile_attributes): Doc fix.
4052
34001e41
CY
40532009-05-22 Chong Yidong <cyd@stupidchicken.com>
4054
4055 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
4056
46306a17
SM
40572009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
4060 and xfont_scratch_props.
4061 (syms_of_xfont): Do it here instead.
4062 (xfont_find_ccl_program): Delete, unused.
4063 (xfont_open): Delete unused var `i'.
4064
ef6e0694
KH
40652009-05-21 Kenichi Handa <handa@m17n.org>
4066
4067 * fontset.c (Qlatin): Don't make it static.
4068
46306a17
SM
4069 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
4070 New functions.
ef6e0694
KH
4071 (xfont_scripts_cache, xfont_scratch_props): New variables.
4072 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
4073 (xfont_list_pattern): Argument changed. Callers changed.
4074 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
4075 (xfont_list): Don't reject a font spec with :script property.
4076 (xfont_has_char): Fix setting of encoding.
4077 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
4078 xfont_scratch_props.
4079
40802009-05-19 Kenichi Handa <handa@m17n.org>
4081
46306a17 4082 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
4083 Callers changed.
4084
40852009-05-18 Kenichi Handa <handa@m17n.org>
4086
4087 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
4088
ac71ced7
SM
40892009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
4092 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
4093
1c6d1051
YM
40942009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4095
4096 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
4097 (x_delete_terminal): Dissociate resource database from display and
4098 then call XrmDestroyDatabase before closing display.
4099
9b9b779c
AR
41002009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4101
4102 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
4103 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
4104 whether selected frame is viable before raising it (based on patch
4105 by David Reitter), and improve commentary.
4106 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 4107
cccd42d5
KH
41082009-05-15 Kenichi Handa <handa@m17n.org>
4109
4110 * font.c (Ffont_spec): Check arguments.
4111
337fbd17
CY
41122009-05-14 Chong Yidong <cyd@stupidchicken.com>
4113
4114 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
4115 weight when testing attributes (Bug#3282).
4116
47a6002f
JD
41172009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4118
4119 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
4120 what we expect to get in the next ConfigureNotify event.
4121
9cb363db
YM
4122 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
4123 before Xft one (Bug#1696).
4124
b9126609
CY
41252009-05-07 David Reitter <david.reitter@gmail.com>
4126
4127 * nsfns.m (Fx_display_planes): Compute bitplanes using
4128 NSBitsPerPixelFromDepth (Bug#3207).
4129
27a69fd9
CY
41302009-05-10 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
4133
00f37552
TTN
41342009-05-10 Ulrich Mueller <ulm@gentoo.org>
4135
4136 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
4137
2d82a920
DR
41382009-05-07 David Reitter <david.reitter@gmail.com>
4139
ec7709ba
JB
4140 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
4141 Respect mouse face background.
2d82a920 4142
46b0d52d
DR
41432009-05-07 David Reitter <david.reitter@gmail.com>
4144
ec7709ba
JB
4145 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
4146 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
4147 in ns_update_begin and ns_update_end.
4148
ce1b23bb
SM
41492009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4150
5996e1b7
SM
4151 * nsfns.m (ns_get_screen): Rewrite.
4152 Don't presume selected-frame is of type `ns'.
4153
ba98e3a0
SM
4154 * font.c (font_update_drivers): Sanity fallback to avoid disabling
4155 all drivers.
4156
ce1b23bb
SM
4157 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
4158
bcda200f
YM
41592009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4160
4161 * keyboard.h (add_user_signal): Fix typo in extern.
4162
4163 * lisp.h (add_user_signal): Remove extern.
4164
4165 * unexelf.c (unexec): Consider a section to precede the .bss section
4166 if its addresses overlap that of .bss.
4167 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
4168 instead of dumping process.
4169
864660a2
SM
41702009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
4173
50da4e56
SM
41742009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
4177
51520a1a
DN
41782009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4179
4180 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
4181 any statements.
4182
409ea3a1
AS
41832009-05-02 Andreas Schwab <schwab@linux-m68k.org>
4184
59c4c60f
AS
4185 * process.c (read_process_output): Make sure the current buffer is
4186 always restored.
4187
409ea3a1
AS
4188 * coding.c (record_conversion_result): Don't modify
4189 Vlast_code_conversion_error for successful result.
4190 (alloc_destination): Don't clobber conversion result. (Bug#1650)
4191
56f00ed2
KH
41922009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4193
4194 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 4195 (load_charset_map): Remove unnecessary code.
56f00ed2 4196
4491c9d2
DR
41972009-04-30 David Reitter <david.reitter@gmail.com>
4198
35f5b128 4199 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
4200 through f24.
4201
6970f632
CY
42022009-04-30 Chong Yidong <cyd@stupidchicken.com>
4203
4204 * xfaces.c (face_at_buffer_position): New arg base_face_id.
4205
4206 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
4207 face_at_buffer_position.
4208 (face_before_or_after_it_pos, get_next_display_element)
4209 (note_mouse_highlight): Update face_at_buffer_position call.
4210
4211 * term.c (term_mouse_highlight):
4212 * msdos.c (IT_note_mouse_highlight):
4213 * fontset.c (Finternal_char_font):
35f5b128 4214 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
4215
4216 * dispextern.h (face_at_buffer_position): Update prototype.
4217
0c616f63
KH
42182009-04-30 Kenichi Handa <handa@m17n.org>
4219
35f5b128 4220 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 4221
ad3aaf33
AS
42222009-04-29 Andreas Schwab <schwab@linux-m68k.org>
4223
4224 * callproc.c (Fcall_process): Fix GC protection. Make sure
4225 current buffer is always restored.
4226
c3c963a0
YM
42272009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4228
4229 * atimer.c (init_atimer): Also clear stopped_atimers.
4230
4231 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
4232
7e3386cb
YM
4233 * process.c (create_process): Clean up merger residues of
4234 2008-07-17 change.
4235
91f68422
CY
42362009-04-29 Ulrich Mueller <ulm@gentoo.org>
4237
4238 * lread.c (Vread_circle): New variable.
4239 (read1): Disable recursive read if Vread_circle is nil.
4240
24b34550
KH
42412009-04-29 Kenichi Handa <handa@m17n.org>
4242
4243 * fontset.h (set_default_ascii_font): Delete extern.
4244
4245 * fontset.c (set_default_ascii_font): Delete this unused function.
4246
4247 * frame.c (x_set_font): When ARG is a font-object, check if the
4248 font-object matches with the ASCII font-spec of the frame's
9c358bda 4249 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 4250
77bf07e1
AS
42512009-04-28 Andreas Schwab <schwab@linux-m68k.org>
4252
4253 * fns.c (Flocale_info): Protect vector from GC during decoding.
4254
4255 * process.c (Fstart_process): Protect argv strings from GC during
4256 encoding.
4257
2c55aacf
AS
42582009-04-27 Andreas Schwab <schwab@linux-m68k.org>
4259
4260 * sysdep.c: Include <ctype.h>.
4261
b892d3c9
DR
42622009-04-27 David Reitter <david.reitter@gmail.com>
4263
35f5b128 4264 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
4265 Remove commented-out code.
4266
9d0644c4
JB
42672009-04-26 Johan Bockgård <bojohan@gnu.org>
4268
4269 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
4270
b7053016
JR
42712009-04-25 Jason Rumney <jasonr@gnu.org>
4272
4273 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
4274
4e8231f3
YM
42752009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4276
4277 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
4278 Swap bytes in short integer if fringe bitmap width > 8.
4279
493dcf2c
KH
42802009-04-23 Kenichi Handa <handa@m17n.org>
4281
4282 * xfaces.c (Fx_list_fonts): If a font size is specified in
4283 PATTERN, set it in returned scalable fonts.
4284
401e9e57
CY
42852009-04-22 Chong Yidong <cyd@stupidchicken.com>
4286
708e05dc
CY
4287 * keyboard.c (Fset_input_meta_mode): Doc fix.
4288
4289 * dispnew.c (Fsend_string_to_terminal): Doc fix.
4290
1ac9108a 4291 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
4292
4293 * coding.c (Fterminal_coding_system): Doc fix.
4294
4295 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
4296 (Fx_display_pixel_height, Fx_display_planes)
4297 (Fx_display_color_cells, Fx_server_max_request_size)
4298 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
4299 (Fx_display_mm_height, Fx_display_mm_width)
4300 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
4301 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
4302 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
4303 (check_x_display_info): Handle terminal objects instead of
4304 terminal ids.
4305
401e9e57
CY
4306 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
4307 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
4308 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
4309 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 4310
df80c7f0
KH
43112009-04-21 Kenichi Handa <handa@m17n.org>
4312
5a8f12af 4313 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 4314 (font_score): Check AVGWIDTH too.
908567ef 4315
df80c7f0
KH
4316 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
4317 worst case.
1ac9108a
SM
4318 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
4319 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 4320
705af33f
JR
43212009-04-19 Jason Rumney <jasonr@gnu.org>
4322
4323 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 4324 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
4325
4326 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
4327 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
4328 get_phys_cursor_geometry.
4329
b71ac3dd 4330 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
4331 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
4332 using get_phys_cursor_geometry.
4333
4334 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
4335 correctly calculated.
4336
dc2933eb
JD
43372009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4338
1ac9108a
SM
4339 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
4340 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
4341 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
4342 is deprecated.
4343
973e7849
AS
43442009-04-18 Andreas Schwab <schwab@linux-m68k.org>
4345
4346 * font.c (font_put_frame_data): Use xfree instead of free.
4347
314d66f4
JB
43482009-04-17 Juanma Barranquero <lekktu@gmail.com>
4349
4350 * w32font.c (Qja, Qko): Remove declarations.
4351 (syms_of_w32font): Don't DEFSYM them.
4352
cf702558
CY
43532009-04-17 Chong Yidong <cyd@stupidchicken.com>
4354
4355 * font.c (Qja, Qko): Move definitions here from ftfont.c.
4356
4357 * font.h (Qja, Qko): Extern them.
4358
4359 * ftfont.c (Qja, Qko): Remove declarations.
4360
4361 * xfont.c (Qja, Qko): Remove declarations.
4362
b50504f5
KH
43632009-04-17 Kenichi Handa <handa@m17n.org>
4364
bde25748
KH
4365 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
4366 string from a vector to handle Latin-1 characters correctly.
4367
b50504f5
KH
4368 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
4369 entity even if the cache hits.
4370
f4646fff
AS
43712009-04-16 Andreas Schwab <schwab@linux-m68k.org>
4372
4373 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 4374 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 4375
e7deaab0
AS
4376 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
4377 * lisp.h: Adjust prototypes.
4378
0a0e7d49
CY
43792009-04-16 Chong Yidong <cyd@stupidchicken.com>
4380
4381 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
4382 change (Bug#3003).
4383
3c908a57
KH
43842009-04-16 Kenichi Handa <handa@m17n.org>
4385
1ac9108a 4386 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
4387
4388 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
4389 adstyle.
4390
4391 * ftfont.c (Qja, Qko): Don't make them static.
4392 (enum ftfont_cache_for): New enum.
4393 (fc_charset_table): Undo the previous change.
4394 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
4395 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
4396 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
4397 non-scarable font, try to get AVERAGE_WIDTH.
4398 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
4399 Change ft_face_cache from a list of a hash-table. Don't check
4400 `ja' and `ko' adstyle here.
4401 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
4402 FTFONT_CACHE_FOR_CHARET.
4403 (ftfont_get_charset): Undo the previous change.
1ac9108a 4404 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
4405 (ftfont_close): Likewise.
4406 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
4407
4408 * font.c (font_sort_entites): Change the meaning of the arg
4409 BEST-ONLY. Don't optimize for VEC of lenght 1.
4410 (font_select_entity): Just return the value of font_sort_entites.
4411
4412 * xfaces.c (merge_face_vectors): Reflect font properties in
4413 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
4414 font_clear_prop if a face attribute doesn't change.
4415
3c908a57
KH
4416 * charset.h (charset_ksc5601): Extern it.
4417
4418 * charset.c (charset_ksc5601): New variable.
4419 (Fdefine_charset_internal): Set charset_ksc5601.
4420 (init_charset_once): Initialize charset_ksc5601 to -1.
4421
d65859c3
DN
44222009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4423
4424 * fileio.c (history_delete_duplicates): Remove unused declaration.
4425
4426 * callint.c (history_delete_duplicates): New declaration.
4427 (Fcall_interactively): Remove command history duplicates when
4428 history_delete_duplicates is true.
4429
3ba010e5
EZ
44302009-04-14 Eli Zaretskii <eliz@gnu.org>
4431
4432 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
4433
06f19b91
KH
44342009-04-14 Kenichi Handa <handa@m17n.org>
4435
4436 * font.c (Ffont_info): Fix docstring. Fix the second element of
4437 the returned value (bug#2949).
4438
2cce8bfc
CY
44392009-04-14 Chong Yidong <cyd@stupidchicken.com>
4440
4441 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
4442
d156542d
KH
44432009-04-14 Kenichi Handa <handa@m17n.org>
4444
4445 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
4446 encoding charset is ascii_compatible.
4447
4448 * charset.c (Fdefine_charset_internal): Make charset
4449 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
4450 code_offset is 0, and covers all ASCII characters.
4451
86fa089e
SM
44522009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
4455 (ns_string_to_pasteboard_internal):
4456 * nsmenu.m (process_dialog):
4457 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
4458 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
4459 * lisp.h (Fx_load_color_file): Declare.
4460
a8a3728b
KH
44612009-04-13 Kenichi Handa <handa@m17n.org>
4462
1ac9108a 4463 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
4464 (font_select_entity): Suppress the code to optimize for the same
4465 kind of fonts.
4466 (font_load_for_lface): Get a font that supports at least ASCII
4467 characters.
4468
4469 * ftfont.c (Qja, Qko): New variables.
4470 (fc_charset_table): Delete uniquifier data for iso8859-1.
4471 (ftfont_get_latin1_charset): New function.
4472 (get_adstyle_property): New function.
4473 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
4474 bitmap fonts.
4475 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
4476 Delete iso-8859-1 range from the charset of fonts whose adstyle is
4477 `ko' or `ja'.
4478 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 4479 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
4480 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
4481 property.
4482 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
4483 (syms_of_ftfont): DEFSYM Qja and Qko.
4484
483670b5
KH
44852009-04-09 Kenichi Handa <handa@m17n.org>
4486
12b55765
KH
4487 * charset.c (map_charset_chars): For a charset of `superset'
4488 method, fix calculation of code range.
4489
483670b5
KH
4490 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
4491 from the list of extra properties.
4492 (font_clear_prop): Be sure to delete `:name' font property.
4493
57d3b93b
KH
44942009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4495
b4b2c2ca
YM
4496 * dispnew.c (redraw_overlapping_rows): Fix detection of
4497 overlapping for topmost and bottommost rows.
4498
1ac9108a 4499 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 4500
472c3609
JR
45012009-04-06 Jason Rumney <jasonr@gnu.org>
4502
4503 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
4504
ab193662
KH
45052009-04-06 Kenichi Handa <handa@m17n.org>
4506
4507 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
4508
4509 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
4510
0c26f026
KH
45112009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4512
4513 * ftfont.c (ftfont_open): Fix checking of the return value of
4514 FT_Load_Char. Fix setting font->underline_thickness.
4515
e173bbce
CY
45162009-04-04 Chong Yidong <cyd@stupidchicken.com>
4517
4518 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
4519 (Fterminal_parameters, Fterminal_parameter)
4520 (Fset_terminal_parameter): In doc string, refer to terminal
4521 objects rather than terminal ids.
4522
693a2698
EZ
45232009-04-04 Eli Zaretskii <eliz@gnu.org>
4524
4525 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
4526 ret_lim_data. (Bug#2867)
4527
d5221487
CY
45282009-04-03 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
4531 so they don't get wider than the window, matching 2006-01-23
4532 change to the partner function in xdisp.c (Bug#2800).
4533
223509a3
KH
45342009-04-03 Kenichi Handa <handa@m17n.org>
4535
4536 * print.c (print_object): Make each lowest sub_char_table start a
4537 new line (Bug#2866).
4538
74fcd0b1
KH
45392009-04-02 Kenichi Handa <handa@m17n.org>
4540
4541 * fontset.c (fontset_font): Record no-font when a fontset
4542 explicitly tells not to try another font-specs.
4543
c542407d
SM
45442009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
4545
4546 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
4547
e3869731
KH
45482009-03-30 Kenichi Handa <handa@m17n.org>
4549
d8d2f142
KH
4550 * fontset.c (fontset_from_font): Specify only registry in a
4551 font-spec for all characters supported by that registry.
4552
e3869731
KH
4553 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
4554 even if HAVE_M17N_FLT is not defined.
4555
5da5f805
CY
45562009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
4557
4558 * ftfont.c: Conditionalize prototyping and use of
4559 ftfont_variation_glyphs.
4560
ab226c50
SM
45612009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4562
9628fed7
SM
4563 * frame.c (delete_frame): Work around compiler bug.
4564
4565 * editfns.c (general_insert_function): Adjust to insdel.c changes.
4566 * insdel.c (prepare_to_modify_buffer, signal_before_change):
4567 Some more EMACS_INT.
4568 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
4569
4570 * xdisp.c (dump_glyph): Fix typo.
4571
ae19ba7c
SM
4572 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
4573 (adjust_markers_gap_motion, adjust_markers_for_delete)
4574 (adjust_markers_for_insert, adjust_point)
4575 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
4576 (make_gap, copy_text, count_size_as_multibyte, insert)
4577 (insert_and_inherit, insert_before_markers)
4578 (insert_before_markers_and_inherit, insert_1)
4579 (count_combining_before, count_combining_after, insert_1_both)
4580 (insert_from_string, insert_from_string_before_markers)
4581 (insert_from_string_1, insert_from_gap, insert_from_buffer)
4582 (insert_from_buffer_1, adjust_after_replace)
4583 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
4584 (replace_range_2, del_range, del_range_1, del_range_byte)
4585 (del_range_both, del_range_2, modify_region)
4586 (prepare_to_modify_buffer, signal_before_change)
4587 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
4588 for buffer positions and sizes.
4589 * lisp.h: Adjust prototypes accordingly.
4590
4591 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
4592 (non_regular_inserted, non_regular_nbytes, read_non_regular)
4593 (Finsert_file_contents): Use EMACS_INT for buffer positions.
4594
ab226c50
SM
4595 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
4596
46dfb8fb
JD
45972009-03-27 Jan Djärv <jan.h.d@swipnet.se>
4598
4599 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4600 lines and columns so we keep the same pixel height and width.
4601
4602 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
4603 the property _NET_WM_STATE has changed.
46dfb8fb
JD
4604 (x_handle_net_wm_state): New function to update frame parameter
4605 fullscreen.
4606 (x_term_init): Initialize atoms for _NET_WM_STATE.
4607
4608 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4609
d347e494
SM
46102009-03-27 Kevin Ryde <user42@zip.com.au>
4611
4612 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4613 Gpm_GetEvent as an error that justifies closing the filedescriptor.
4614 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4615 (Fgpm_mouse_stop): Pass that new parameter.
4616 * termhooks.h (close_gpm): Adjust prototype.
4617
84db11d6
SM
46182009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4619
c95a5008
SM
4620 * lisp.h (Fx_focus_frame): Declare.
4621
84db11d6
SM
4622 * callint.c (Fcall_interactively): For '^' just delegate the work to
4623 handle-shift-selection.
4624 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4625
0a1958d6
CY
46262009-03-24 Chong Yidong <cyd@stupidchicken.com>
4627
0bfdff23
CY
4628 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4629
0a1958d6
CY
4630 * data.c (Qinteractive_form): New variable.
4631 (Finteractive_form): Use it.
4632
4633 * eval.c (Fcommandp): Use Qinteractive_form.
4634
58aec0d6
JR
46352009-03-24 Jason Rumney <jasonr@gnu.org>
4636
4637 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4638 Calculate total size precisely. Decode environment variables
4639 before substituting. (Bug#38)
4640
553dd618
KH
46412009-03-24 Kenichi Handa <handa@m17n.org>
4642
4643 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 4644 encoding (Bug#2722).
553dd618 4645
c39ea606
JD
46462009-03-23 Jan Djärv <jan.h.d@swipnet.se>
4647
4648 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4649 that gdpy is set.
4650
bc9b2b5e
AM
46512009-03-22 Alan Mackenzie <acm@muc.de>
4652
4653 * callint.c (Finteractive): Clarify the doc string - even
4654 promptless elements need \n separators.
4655
9f995a76
JR
46562009-03-22 Jason Rumney <jasonr@gnu.org>
4657
4658 * w32term.c (syms_of_w32term): Doc fix for
4659 x-use-underline-position-properties.
4660
22749e9a
EZ
46612009-03-21 Eli Zaretskii <eliz@gnu.org>
4662
4663 * w32.c (getpwuid): Change argument type to unsigned.
4664 (struct w32_id): Change type of `rid' member to unsigned.
4665 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4666 argument ID to unsigned. All callers changed.
4667 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4668
e00553bf
EZ
46692009-03-20 Eli Zaretskii <eliz@gnu.org>
4670
4671 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4672 negative, produce a float value.
4673
4674 * dired.c (make_uid, make_gid): New functions.
4675 (Ffile_attributes): Use them to avoid negative UID and GID.
4676
f761d6b6
JB
46772009-03-20 Juanma Barranquero <lekktu@gmail.com>
4678
4679 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4680 (syms_of_keyboard) <command-hook-internal, input-method-function>:
4681 Fix typos in docstrings.
4682
d507f8d7
KH
46832009-03-19 Kenichi Handa <handa@m17n.org>
4684
4685 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
4686 changed, use font_load_for_lface to get a new font object.
4687 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
4688
4689 * frame.c (x_set_font): Handle the case that ARG is a cons.
4690
c68845e0
GM
46912009-03-19 Glenn Morris <rgm@gnu.org>
4692
4693 * fileio.c (Fsubstitute_in_file_name): Doc fix.
4694
bfa49dd1
CY
46952009-03-19 Chong Yidong <cyd@stupidchicken.com>
4696
4697 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4698
8458d4c1
KH
46992009-03-19 Kenichi Handa <handa@m17n.org>
4700
4701 * charset.c (load_charset_map_from_file): When a mapfile can't be
4702 loaded, signal an error.
4703
78e7d1fe
EZ
47042009-03-18 Eli Zaretskii <eliz@gnu.org>
4705
4706 * dired.c (Ffile_attributes): Make sure UID and GID are always
4707 positive, even if the value is too large for a positive EMACS_INT.
4708 Doc fix.
4709
4710 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
4711
5da9fdfa
YM
47122009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4713
4714 * xmenu.c (xdialog_show): Move Fredisplay call ...
4715 (Fx_popup_dialog): ... here.
4716
7519c40d
SM
47172009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * dired.c (file_name_completion): Disable the first optimization just
4720 installed, since it is not implemented correctly.
4721
2cd298e2
SM
47222009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 4725 only if the entry can affect bestmatch.
2cd298e2
SM
4726 Stop the search early, as Ftry_completion already does.
4727
48d37adf
CY
47282009-03-17 Chong Yidong <cyd@stupidchicken.com>
4729
e10c9c93 4730 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 4731
9286b16a
CY
47322009-03-15 Chong Yidong <cyd@stupidchicken.com>
4733
4734 * keyboard.c (parse_menu_item): Don't display remappings as menu
4735 equivalent bindings (Bug#788).
4736
f7b146dc
JR
47372009-03-15 Jason Rumney <jasonr@gnu.org>
4738
4739 * w32term.h (WM_EMACS_PAINT): New message.
4740 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4741 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4742 before passing to lisp thread. (Bug#950)
4743
f761d6b6 47442009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 4745
d93f9575
CY
4746 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4747 variable as it was never reset.
4748 (ns_term_init): Remove initialization of Lisp-settable defaults
4749 and ns_expand_space.
4750 (-setPanelFromDefaultValues): Remove ns_expand_space.
4751 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4752 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
4753 i.e. no additional spacing, similar to Carbon port.
4754
d93f9575
CY
4755 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4756 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 4757
305018ec
JD
47582009-03-14 Jan Djärv <jan.h.d@swipnet.se>
4759
4760 * sound.c (alsa_configure): Remove call to deprecated
4761 snd_pcm_sw_params_set_xfer_align.
4762
f761d6b6 47632009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
4764
4765 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4766 after clicking in a detached tool bar.
4767 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4768
46e722a9
SM
47692009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4770
348db3dd
SM
4771 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4772 int/Lisp_Object mixup).
46e722a9 4773
a3d16f39
KH
47742009-03-13 Kenichi Handa <handa@m17n.org>
4775
4776 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 4777 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
4778 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4779 (set_fontset_font): Change ARG to a vector. Handle range_list in
4780 ARG correctly.
4781 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 4782 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
4783 the above change.
4784 (fontset_from_font): Fix previous change.
fe24f56a 4785 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
4786 entry. If FONTSET is the default fontset, don't set the extra
4787 slot of the returning char-table.
4788
b066e6b6
JB
47892009-03-12 Juanma Barranquero <lekktu@gmail.com>
4790
4791 * nsfns.m (Fx_close_connection): Doc fix.
4792 (Fns_do_applescript): Reflow docstring.
4793 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4794 (Fx_display_pixel_width, Fx_display_pixel_height)
4795 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4796 Fix typos in docstrings.
4797 (Fns_set_alpha): Fix typos in error messages.
4798
d472514e 47992009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 4800
d472514e 4801 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
4802 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
4803 were used for such events.
4804
d472514e
JB
4805 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4806 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 4807
d472514e 4808 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
4809 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4810
fb930676
KH
48112009-03-11 Kenichi Handa <handa@m17n.org>
4812
ff85581a
KH
4813 * font.h (font_open_by_spec): Extern it.
4814
c50b7e98
KH
4815 * font.c (font_open_by_spec): New function.
4816 (font_open_by_name): Use font_open_by_spec.
4817
fb930676
KH
4818 * frame.c (x_set_font): When ARG is a font-object, don't alter the
4819 fontset of the frame.
4820
4821 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4822 modify the default font of frames that use this fontset.
4823 (num_auto_fontsets): New variable.
4824 (fontset_from_font): Use num_auto_fontsets to decide a fontset
4825 name. Be sure to set FONTSET_ASCII to the correct font name.
4826 (update_auto_fontset_alist): New function.
4827
df4e8455
JB
48282009-03-11 Juanma Barranquero <lekktu@gmail.com>
4829
4830 * makefile.w32-in: Update dependencies.
4831
0a375797
AR
48322009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4833
4834 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4835
61313fa3
SM
48362009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4839
b55103fb
CY
48402009-03-10 Chong Yidong <cyd@stupidchicken.com>
4841
4842 * lread.c (Feval_buffer): Doc fix.
4843
dde2559c
KH
48442009-03-09 Kenichi Handa <handa@m17n.org>
4845
4846 * charset.c (Qfile_name_handler_alist): Extern it.
4847 (load_charset_map_from_file): Temporarily bind
4848 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4849
df4e8455 48502009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 4851
47f588bb
GM
4852 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4853 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 4854
4ddf94bd
AR
48552009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4856
4c9bdfc2
AR
4857 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4858 (x_set_window_size): Change back to calculated method of setting
4859 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
4860 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4861 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4862
fe41ae9e
AR
4863 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4864
4c9bdfc2
AR
4865 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4866 accelerator in parens under GNUstep.
4867
825d0875
KH
48682009-03-06 Kenichi Handa <handa@m17n.org>
4869
4870 These changes are to detect incorrect composition sequence without
f3b3be74 4871 looking ahead the source. (Bug#2370)
825d0875
KH
4872
4873 * coding.h: Include "composite.h".
4874 (enum compisition_state): New enum.
4875 (struct compisition_status): New struct.
4876 (struct iso_2022_spec): New member cmp_status.
4877 (struct emacs_mule_spec): New struct.
4878 (struct coding_system): New members ctext_extended_segment_len and
4879 embedded_utf_8. Change the union member
4880 spec.emacs_mule_full_support to spec.emacs_mule.
4881
4882 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4883 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 4884 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
4885 (ADD_COMPOSITION_DATA): New arg nbytes.
4886 (emacs_mule_char): New arg cmp_status.
4887 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4888 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4889 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4890 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4891 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4892 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4893 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4894 (EMACS_MULE_COMPOSITION_END): New macro.
4895 (emacs_mule_finish_composition): New function.
4896 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4897 (decode_coding_emacs_mule): Avoid long looking ahead while
4898 handling composition.
4899 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4900 (ENCODE_COMPOSITION_RULE): New macro.
4901 (finish_composition): New function.
4902 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4903 (DECODE_COMPOSITION_START): New implementation.
4904 (DECODE_COMPOSITION_END): Likewise.
4905 (STORE_COMPOSITION_RULE): New macro.
4906 (decode_coding_iso_2022): Avoid long looking ahead while handling
4907 composition, CTEXT extended segment, and embedded UTF-8.
4908 (setup_coding_system): For a coding of type iso-2022, reset
4909 CODING_ISO_EXTSEGMENT_LEN (coding) and
4910 CODING_ISO_EMBEDDED_UTF_8 (coding).
4911 (get_translation): Delete arguments last_block, from_nchars,
4912 to_nchars. Callers changed.
4913 (produce_chars): Don't modify charbuf. Adjusted for the change of
4914 get_translation.
98a326f7 4915 (produce_composition): Adjust for the new annotation sequence.
825d0875 4916 (handle_composition_annotation): Likewise.
98a326f7 4917 (consume_chars): Adjust for the change of get_translation.
825d0875 4918
ccbc4452
AR
49192009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4920
4ddf94bd 4921 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 4922
988a7ddb
KH
49232009-03-05 Kenichi Handa <handa@m17n.org>
4924
4925 * font.c (font_select_entity): New function.
4926 (font_find_for_lface): Use font_select_entity to select a font.
4927
4928 * fontset.c (fontset_find_font): If a font found without
a8a3728b 4929 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
4930 font with C restriction.
4931
98a326f7 49322009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 4933
be1bce46 4934 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 4935
10ea2b82
JR
49362009-03-04 Jason Rumney <jasonr@gnu.org>
4937
2c93b248 4938 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 4939 characters that have already been read. (Bug#2569)
2c93b248 4940
10ea2b82
JR
4941 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4942 Log an error message if check_image_size failed.
4943 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 4944 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 4945
71a0c011
EZ
49462009-03-02 Eli Zaretskii <eliz@gnu.org>
4947
4948 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4949 when decoding process output.
4950
2f63bba8
RS
49512009-03-01 Richard M Stallman <rms@gnu.org>
4952
4953 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4954
4955 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4956
0a9564cb
EZ
49572009-02-28 Eli Zaretskii <eliz@gnu.org>
4958
4959 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4960 (decode_coding_emacs_mule, decode_coding_iso_2022)
4961 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4962 (decode_coding_raw_text, decode_coding_charset)
4963 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4964 Honor inhibit-eol-conversion. (Bug #2186)
4965
449148b3
JR
49662009-02-28 Jason Rumney <jasonr@gnu.org>
4967
4968 * coding.c (detect_coding_charset): If not checking latin extra,
4969 fail on characters between 0x80 and 0xA0. (Bug#2354)
4970
a4aee864
EZ
49712009-02-28 Eli Zaretskii <eliz@gnu.org>
4972
4973 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 4974 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 4975
d88bee5a
GM
49762009-02-27 Glenn Morris <rgm@gnu.org>
4977
4978 * callint.c (Finteractive): Doc fix.
4979
a808f22d
KH
49802009-02-27 Kenichi Handa <handa@m17n.org>
4981
4982 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4983
caf8d60c
CY
49842009-02-27 Chong Yidong <cyd@stupidchicken.com>
4985
4986 * font.c (font_style_to_value): Set value for unknown symbols to
4987 100 instead of 255.
b61137ea
CY
4988 (weight_table, slant_table, width_table): Treat "unspecified" as
4989 the default value.
caf8d60c 4990
1a0de25c
JB
49912009-02-26 Juanma Barranquero <lekktu@gmail.com>
4992
4993 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4994
8fc45744
JB
49952009-02-25 Juanma Barranquero <lekktu@gmail.com>
4996
107bd7d1
JB
4997 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4998 error as soon as a recursive load is detected.
8fc45744 4999
f097e223
AR
50002009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5001
5002 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
5003 before caching.
5004
8810a12f
KH
50052009-02-24 Kenichi Handa <handa@m17n.org>
5006
5007 * fontset.c (fontset_find_font): Fix the condition for checking
5008 unavailable font.
5009
2c7d1565
GM
50102009-02-24 Glenn Morris <rgm@gnu.org>
5011
5012 * xfaces.c (Finternal_set_font_selection_order): Remove leading
5013 whitespace that confuses documentation.
5014
a20878b6
MB
50152009-02-23 Miles Bader <miles@gnu.org>
5016
5017 * process.c (Flist_system_processes, Fprocess_attributes)
5018 (syms_of_process): Rename `system-process-attributes' to
5019 `process-attributes'.
5020
b3b58c01
AS
50212009-02-22 Andreas Schwab <schwab@linux-m68k.org>
5022
1b3b981b
AS
5023 * coding.h (struct coding_system): Make safe_charsets a pointer to
5024 unsigned char.
5025 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
5026 being 255.
5027 (SAFE_CHARSET_P): Likewise.
5028 (setup_iso_safe_charsets): Properly setup safe_charsets.
5029 (Fdefine_coding_system_internal): Likewise.
5030 (setup_coding_system): Likewise. Remove unneeded casts.
5031 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
5032 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
5033 unneeded casts.
5034
b3b58c01
AS
5035 * insdel.c (del_range_2): Don't modify gap contents when called
5036 from decode_coding_object. (Bug#1809)
5037
0b6f228c
CY
50382009-02-21 Chong Yidong <cyd@stupidchicken.com>
5039
5040 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
5041 Qfont_object.
5042 (Ftype_of): Recognize font objects.
5043
5044 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
5045
5046 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
5047 moved to data.c.
5048
52f8870b
AR
50492009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5050
5051 * nsterm.m (x_make_frame_invisible): Unset async_visible,
5052 async_iconified. Based on a patch by Christian Lynbech
5053 <christian.lynbech@tieto.com>.
5054 (EmacsView-windowDidMiniaturize:): Unset async_visible.
5055
7087d5e9
GM
50562009-02-20 Glenn Morris <rgm@gnu.org>
5057
5058 * syntax.c (Fskip_chars_forward): Fix doc typo.
5059
41d2ceef
CY
50602009-02-20 Chong Yidong <cyd@stupidchicken.com>
5061
5062 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
5063
1a3b7ca6
CY
50642009-02-19 Chong Yidong <cyd@stupidchicken.com>
5065
5066 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
5067
73cce38d
KH
50682009-02-19 Kenichi Handa <handa@m17n.org>
5069
5070 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 5071 Don't overflow coding->carryover. (Bug#2370)
73cce38d 5072
a51092ee
DN
50732009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
5074
5075 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
5076
c423ecca
KH
50772009-02-18 Kenichi Handa <handa@m17n.org>
5078
5079 * font.c (font_check_otf_features): Fix handling of `nil' element.
5080 (Ffont_spec): Describe :lang and :otf in the docstring.
5081
4c1958f4
AS
50822009-02-16 Andreas Schwab <schwab@suse.de>
5083
5084 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
5085 string.
5086
5704f39a
KH
50872009-02-16 Kenichi Handa <handa@m17n.org>
5088
5089 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 5090 (Bug#1723)
5704f39a 5091
8f0085aa
CY
50922009-02-14 Chong Yidong <cyd@stupidchicken.com>
5093
a057d86a 5094 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
5095
5096 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
5097 (handle_line_prefix): Suppress wrapping of wrap prefixes.
5098
aff01dd9
EZ
50992009-02-14 Eli Zaretskii <eliz@gnu.org>
5100
5101 * msdos.c (MAX_SCREEN_BUF): New macro.
5102 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
5103 Encode the entire run of glyphs sharing the same face, instead of
5104 doing that one glyph at a time (fixes a bug with displaying
5105 double-size characters).
5106
ba301db3
AR
51072009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
5108
5109 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
5110
5111 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
5112 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 5113 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
5114
5115 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 5116 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 5117
51d861de
SM
51182009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5119
ac146f82 5120 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
5121 invisible areas.
5122
7fed8996
JR
51232009-02-12 Jason Rumney <jasonr@gnu.org>
5124
631ea4fb
JR
5125 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
5126 (add_font_entity_to_list): Call check_face_name even when family
5127 is unspecified.
5128
cb4a3e42
JR
5129 * w32term.c (x_display_pixel_height, x_display_pixel_width):
5130 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 5131 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 5132
7fed8996 5133 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 5134 raster fonts. (Bug#2219)
7fed8996 5135
895416e3
KH
51362009-02-12 Kenichi Handa <handa@m17n.org>
5137
5138 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
5139 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
5140 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 5141 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
5142 (find_automatic_composition): While looking forward and backward,
5143 check static composition. Fix where to stop looking forward.
5144 (composition_adjust_point): Fix checking of static composition.
5145 (Fcomposition_get_gstring): Pay attention to
1dacf998 5146 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
5147
5148 * lisp.h (fast_looking_at): Extern it.
5149
5150 * search.c (fast_looking_at): New function.
5151
51d861de 5152 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
5153 <struct glyph>.u.cmp.to.
5154 (append_composite_glyph): Likewise.
5155
51d861de 5156 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
5157 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
5158 composition.
51d861de 5159 (append_composite_glyph): Adjust for the change of
895416e3
KH
5160 <strcut glyph>.u.cmp.to.
5161
8510724d
JB
51622009-02-11 Juanma Barranquero <lekktu@gmail.com>
5163
5164 * casetab.c (init_casetab_once):
5165 * coding.c (ALLOC_CONVERSION_WORK_AREA):
5166 * font.c (font_update_lface):
5167 * fontset.c (Fnew_fontset):
5168 * ftfont.c (ftfont_drive_otf):
5169 * xfont.c (xfont_open):
5170 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
5171
294fa707
SM
51722009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * fileio.c (Fwrite_region): !NILP -> CONSP.
5175
b5bfebec
AS
51762009-02-10 Andreas Schwab <schwab@suse.de>
5177
5178 * process.c (send_process): Properly relocate pointer into data
adab88bd 5179 when using encoded data. (Bug#2272)
b5bfebec 5180
cb84a2be
KH
51812009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
5182
5183 * coding.c (detect_coding_charset): Fix previous change.
5184
89e09428
JR
51852009-02-08 Jason Rumney <jasonr@gnu.org>
5186
5187 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 5188 disappeared while hourglass was displayed. (Bug #2193)
89e09428 5189
4470a277
AS
51902009-02-07 Andreas Schwab <schwab@suse.de>
5191
5192 * unexelf.c (unexec): Fix error message.
5193
3175b12a
AR
51942009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
5195
5196 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 5197 when modal window is active. (Bug #2152)
3175b12a
AR
5198 (applicationShouldTerminate:): Remove now-unneeded while loop
5199 around NSRunAlertPanel.
5200
5201 * nsmenu.m (popupSession): New file-global variable.
5202 (pop_down_menu): End the popupSession before closing dialog.
5203 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
5204 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
5205 don't query NSApp for events (just sleep instead).
5206
8434d0b8
EZ
52072009-02-07 Eli Zaretskii <eliz@gnu.org>
5208
51d861de
SM
5209 * coding.c (syms_of_coding) <translation-table-for-input>:
5210 Modify doc string to discourage use for character code unification.
8434d0b8 5211
aa82edfd
CY
52122009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5213
5214 * atimer.c (run_timers): Update pending_atimers.
5215
2d283c7c
CY
52162009-02-06 Chong Yidong <cyd@stupidchicken.com>
5217
eb306cab
CY
5218 * image.c (svg_load_image): Fix last change.
5219
2d283c7c
CY
5220 * xfns.c (Fx_create_frame): Signal an error if no font is
5221 found (Bug#2147).
5222
4d8e170e
JB
52232009-02-05 Juanma Barranquero <lekktu@gmail.com>
5224
5225 * character.c (syms_of_character) <script-representative-chars>:
5226 Fix typo in docstring.
5227
c96169a0
AR
52282009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5229
5230 * nsmenu.m (pop_down_menu): New function.
5231 (ns_popup_dialog): Call it on unwind.
5232 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
5233 call timer_check() (Bug#2154).
5234 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
5235 handling_signal is set.
5236 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
5237
31fd7c5c 5238 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
5239
5240 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
5241
5242 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
5243
51d861de
SM
5244 * keyboard.c (poll_for_input_1, handle_async_input):
5245 Set handling_signal under HAVE_NS.
c96169a0 5246
aacd8ba1
GM
52472009-02-04 Glenn Morris <rgm@gnu.org>
5248
5249 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
5250
4cb75c4b
KH
52512009-02-04 Kenichi Handa <handa@m17n.org>
5252
5253 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
5254
5255 * charset.c (Fchar_charset): New optional arg restriction.
5256
5257 * coding.h (coding_system_charset_list): Extern it.
5258
5259 * coding.c (coding_system_charset_list): New function.
5260
5261 * composite.c: Include coding.h and termhooks.h.
5262 (composition_gstring_p): Fix for the terminal case.
5263 (composition_gstring_width): Likewise.
5264 (fill_gstring_body): Likewise.
5265 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
5266 the frame.
5267 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
5268 is within a composition.
867d4bb3 5269 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
5270
5271 * term.c (encode_terminal_code): Fix handling of composition.
5272 (produce_composite_glyph): For static composition, get pixel_width
5273 from struct composition.
5274
826ba17e
AS
52752009-02-02 Andreas Schwab <schwab@suse.de>
5276
5277 * unexelf.c (unexec): Handle unaligned bss offset.
5278
8ad093db
AR
52792009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5280
5281 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
5282 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 5283
8ad093db
AR
5284 * keyboard.c (handle_interrupt): Don't call
5285 quit_throw_to_read_char() under NS.
d0a76a6e 5286
8ad093db
AR
5287 * blockinput.h: Remove NS-specific code.
5288
4d18a7a2
DN
52892009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
5290
db878925
DN
5291 * dispnew.c (window_change_signal): Don't try to get the size of a
5292 suspended tty frame.
5293 * term.c (Fresume_tty): Resize if the size has changed while the
5294 tty was suspended.
5295
4d18a7a2
DN
5296 * alloc.c (mark_stack): Properly conditionalize previous change.
5297
8984df7c
JB
52982009-01-30 Juanma Barranquero <lekktu@gmail.com>
5299
5300 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
5301 * w32term.c (w32_read_socket) [SYNC_INPUT]:
5302 Remove; this code is not used on Windows.
5303
75f4f1ac
EZ
53042009-01-30 Eli Zaretskii <eliz@gnu.org>
5305
5306 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
5307 EOLs that also has stray ^M characters.
5308
07a1e794
JB
53092009-01-30 Juanma Barranquero <lekktu@gmail.com>
5310
5311 * atimer.c (run_timers, alarm_signal_handler):
5312 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
5313 * w32inevt.c (w32_console_read_socket):
5314 * w32term.c (w32_read_socket):
5315 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
5316
a8b11cc9
CY
53172009-01-30 Chong Yidong <cyd@stupidchicken.com>
5318
5319 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
5320 Initialize it as a relative filename pattern.
5321 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
5322 (Fcall_process_region): Simplify temp file creation using
5323 temporary-file-directory.
5324
c279587b
EZ
53252009-01-29 Eli Zaretskii <eliz@gnu.org>
5326
5327 * msdos.c: Rename pending_signals to msdos_pending_signals.
5328 (sig_suspender, sigprocmask): Adjust.
5329
a8fe3242
CY
53302009-01-29 Chong Yidong <cyd@stupidchicken.com>
5331
5332 * keyboard.c (pending_signals): New var.
5333 (poll_for_input, input_available_signal, init_keyboard): Set it.
5334 (process_pending_signals): New function.
5335
5336 * lisp.h (QUIT): Check pending_signals instead of
5337 interrupt_input_pending. Use process_pending_signals.
5338
51d861de 5339 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 5340
51d861de 5341 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
5342
5343 * sysdep.c (emacs_write): Use process_pending_signals.
5344
5345 * xterm.c (XTread_socket): Update pending_signals.
5346
5347 * w32term.c (w32_read_socket): Update pending_signals.
5348
5349 * w32inevt.c (w32_console_read_socket): Update pending_signals.
5350
6570a1c4
KH
53512009-01-29 Kenichi Handa <handa@m17n.org>
5352
5353 * xftfont.c (xftfont_has_char): New function.
5354 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
5355
d72a4afa
AR
53562009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5357
5358 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
5359 under GNUstep.
5360 (ns_query_color): New declaration.
5361
5362 * nsterm.m (ns_confirm_quit): New variable.
5363 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
5364 (EmacsApp-applicationShouldTerminate:): Use it.
5365 (EmacsPrefsController): Let user set it.
5366 (ns_query_color): New function.
5367 (ns_defined_color): Use it.
5368 (ns_initialize): Drop.
5369 (ns_term_init): Add two lines from ns_initialize(), and set
5370 input_interrupt_mode to nil.
5371
5372 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 5373 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 5374
9fe78804
KH
53752009-01-28 Kenichi Handa <handa@m17n.org>
5376
5377 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
5378 (fontset_get_font_group): Remember that no font-group is specified
5379 for C.
9fe78804 5380
fa57de36
CY
53812009-01-27 Chong Yidong <cyd@stupidchicken.com>
5382
930600e9
CY
5383 * fns.c (concat): Check for string overflow (bug#1787).
5384
fa57de36
CY
5385 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
5386 Quadruple undo limits (bug#1501).
5387
7179ce7b
KH
53882009-01-27 Kenichi Handa <handa@m17n.org>
5389
5390 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
5391 directly use GT_Get_Char_index.
5392
5393 * xftfont.c (struct xftfont_info): New member `index'.
5394
5395 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 5396 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 5397
5be8fcc0
CY
53982009-01-26 Kenichi Handa <handa@m17n.org>
5399
5400 * fontset.c (fontset_find_font): Fix handling of non-cons return
5401 value of fontset_get_font_group.
5402 (fontset_font): Revert last change.
5403
19ae3e61
JR
54042009-01-26 Jason Rumney <jasonr@gnu.org>
5405
5406 * w32font.c (w32font_list_internal): Return quickly if registry is
5407 unknown. Simplify final return.
5408 (add_font_entity_to_list): Break complex logic down into more
5409 manageable chunks. Move unknown registry check to
5410 w32font_list_internal.
5411
8612b71a
AR
54122009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
5413
5414 Changes to remove Feval calls from GUI under NS.
5415
d8038940
JB
5416 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
5417 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
5418 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
5419
5420 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
5421 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
5422 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
5423 instead of NON_ASCII_KEYSTROKE_EVENT.
5424 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
5425 (EmacsApp-applicationShouldTerminate:): Query user.
5426 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
5427 instead of Feval.
5428
5429 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
5430
5431 * keyboard.c (kbd_buffer_get_event): Check for it.
5432 (keys_of_keyboard): Define lispy keys for
5433 ns-put/unput-working-text.
5434
5435 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
5436 versions.
5437 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
5438
6288ae55
CY
54392009-01-25 Chong Yidong <cyd@stupidchicken.com>
5440
5441 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 5442 setting current_buffer directly. (Bug#2044)
6288ae55 5443
289e7f8f
CY
54442009-01-24 Chong Yidong <cyd@stupidchicken.com>
5445
5ce87308 5446 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 5447 any work. (Bug#1952, bug#1990).
5ce87308 5448
64cc3cf6 5449 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 5450
b3243e6f
AR
54512009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5452
5453 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
5454 (ns_no_defaults): New declaration.
5455 (main): Use it.
e0d2e69a 5456
d900b2af 5457 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 5458
d900b2af 5459 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 5460
d900b2af
AR
5461 * nsterm.m (ns_no_defaults): New variable.
5462 (ns_initialize): Don't read defaults when ns_no_defaults.
5463 (EmacsView-readSelectionFromPasteboard:)
5464 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 5465 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
5466 (ns_dumpglyphs_stretch): New function.
5467 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 5468 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 5469
e0d2e69a
AR
5470 * nsimage.m (setPixmapData:): Set to ignore image DPI.
5471
3ac71f5d
CY
54722009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
5473
5474 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
5475 call for Sparc64.
5476
3fe53a83
AR
54772009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5478
5479 * nsfns.m:
5480 * nsgui.h:
5481 * nsmenu.m:
5482 * nsselect.m:
5483 * nsterm.h:
5484 * nsterm.m: Remove '23' comments that indicated code added during
5485 update from emacs-20 -> emacs-23.
5486
10f87c6f 54872009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
5488
5489 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 5490 ns_alternate_modifier. (Bug#1217)
a3b53a85 5491
c7cef62d
AR
5492 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
5493 Display all shortcuts, including those w/o super modifier.
5494
575fb8bd
AR
5495 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
5496
918b848b
CY
54972009-01-22 Chong Yidong <cyd@stupidchicken.com>
5498
5499 * fileio.c (Vwrite_region_post_annotation_function)
5500 (Vwrite_region_annotation_buffers): New vars.
5501 (build_annotations_unwind): Just reset
5502 Vwrite_region_annotation_buffers.
5503 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
5504 Call write-region-post-annotation-function.
5505 (build_annotations): Add to Vwrite_region_annotation_buffers if
5506 buffer changes.
5507
a39e2539
AR
55082009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5509
5510 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
5511 Tiger.
51d861de
SM
5512 * nsfns.m (ns_do_applescript):
5513 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 5514
35ed44db
AR
55152009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5516
5517 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
5518
cbe0b5bf
AR
55192009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5520
5521 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 5522
6049d3a0
AR
5523 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
5524
5525 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
5526 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
5527 handle Ctrl-tab. (Bug#1841)
5528 (ns_get_color): Use unsigned long long for scanned hex string value.
5529 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 5530 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 5531 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 5532 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 5533 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 5534 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 5535 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 5536
d3810c21 5537 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 5538 DPI. (Bug#1316)
d3810c21
AR
5539 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
5540 values in onTiger section.
4c7077c3 5541
e301e634
CY
55422009-01-19 Chong Yidong <cyd@stupidchicken.com>
5543
7f82490b
CY
5544 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
5545 Check return value of font_spec_from_name.
64cc3cf6 5546 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
5547
5548 * font.c (font_spec_from_name): Return Qnil if font name could not
5549 be parsed.
5550 (font_parse_name): Treat a `?' character as part of an XLFD.
5551
e301e634
CY
5552 * fns.c (Fsubstring): Doc fix.
5553
1c0db158
KH
55542009-01-19 Kenichi Handa <handa@m17n.org>
5555
51d861de 5556 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
5557 (ftfont_list): Likewise.
5558
acf20901
JB
55592009-01-18 Juanma Barranquero <lekktu@gmail.com>
5560
fff4e459
JB
5561 * dbusbind.c (Fdbus_register_signal):
5562 * process.c (conv_sockaddr_to_lisp):
5563 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
5564
acf20901
JB
5565 * callproc.c (Fgetenv_internal): Doc fix.
5566
e7abcdfb
CY
55672009-01-16 Chong Yidong <cyd@stupidchicken.com>
5568
5569 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
5570 it is not even used.
5571
b60861e6
GM
55722009-01-16 Glenn Morris <rgm@gnu.org>
5573
5574 * font.c (Ffont_variation_glyphs): Silence compiler.
5575
8db52afe
JB
55762009-01-15 Juanma Barranquero <lekktu@gmail.com>
5577
5578 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
5579 Reported by David Robinow <drobinow@gmail.com>.
5580
4cddb209
KH
55812009-01-15 Kenichi Handa <handa@m17n.org>
5582
51d861de 5583 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 5584
f247f67b
JR
55852009-01-14 Jason Rumney <jasonr@gnu.org>
5586
5587 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 5588 never a fontset. (Bug#1562)
f247f67b 5589
f56a4450
KH
55902009-01-14 Kenichi Handa <handa@m17n.org>
5591
5592 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 5593 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 5594
4e99855e
CY
55952009-01-13 Chong Yidong <cyd@stupidchicken.com>
5596
5597 * font.c (font_clear_prop): If clearing the family, clear the font
5598 width index too.
5599
fff4e459 5600 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 5601
24f01470
JB
56022009-01-12 Juanma Barranquero <lekktu@gmail.com>
5603
5604 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
5605 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5606 functions, use sizeof.
5607
a41240a3
MR
56082009-01-12 Martin Rudalics <rudalics@gmx.at>
5609
5610 * keyboard.c (read_char): Fix case where last_nonmenu_event
5611 returned a bad value with submenus. (Bug#447)
5612
944636b8
CY
56132009-01-12 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5616 family, clear the font width index too.
5617
0dad7c6f
JR
56182009-01-11 Jason Rumney <jasonr@gnu.org>
5619
5620 * keyboard.c (cmd_error_internal): Exit when errors occur before
5621 frame creation and not in daemon mode. (Bug#1836)
5622
7c2363af
CY
56232009-01-10 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5626 of a display vector, backtrack.
5627 (try_window_reusing_current_matrix): Check glyph type before
5628 referencing charpos member.
5629
97b1b294
EZ
56302009-01-10 Eli Zaretskii <eliz@gnu.org>
5631
5632 Fix Bug #876:
5633
5634 * coding.c (inhibit_null_byte_detection): New variable.
5635 (detect_coding, detect_coding_system): Don't pay attention to null
5636 bytes if inhibit_null_byte_detection is non-zero.
51d861de 5637 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
5638 <inhibit-iso-escape-detection>: Doc fix.
5639
4624b6e3
JR
56402009-01-09 Jason Rumney <jasonr@gnu.org>
5641
5642 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 5643 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
5644 Only report Unicode Plane 2 fonts as unicode-sip.
5645
323b840c
CY
56462009-01-09 Chong Yidong <cyd@stupidchicken.com>
5647
51d861de
SM
5648 * xfaces.c (Fx_font_family_list): Delete function.
5649 Move compatibility version to faces.el.
323b840c 5650
51d861de 5651 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 5652
eba7400d
MR
56532009-01-09 Martin Rudalics <rudalics@gmx.at>
5654
5655 * frame.c (x_set_frame_parameters): Remember requested value for
5656 fullscreen before it's reset by the parameter handler.
5657
4b09796d
GM
56582009-01-09 Glenn Morris <rgm@gnu.org>
5659
5660 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 5661 (last_command_event): ... and update all users.
4b09796d
GM
5662 (last_input_char): For clarity, rename to...
5663 (last_input_event): ... and update all users.
5664 (last-command-char, last-input-char): Move to subr.el as aliases.
5665 * cmds.c, commands.h: Update for last_command_char rename.
5666
14ccea62
CY
56672009-01-08 Chong Yidong <cyd@stupidchicken.com>
5668
51d861de 5669 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 5670
5f004711
JR
56712009-01-08 Jason Rumney <jasonr@gnu.org>
5672
5673 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5674 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5675 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5676 Don't declare.
fff4e459 5677 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
5678 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5679
b71f6f73
KH
56802009-01-07 Kenichi Handa <handa@m17n.org>
5681
50b06221 5682 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 5683 remember the coding system used for decoding in
50b06221
KH
5684 coding_system (Bug#1039).
5685
b71f6f73 5686 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 5687 breaking the loop. (Bug#870)
b71f6f73
KH
5688 (decode_coding_utf_16, decode_coding_emacs_mule)
5689 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5690 (decode_coding_charset): Likewise.
5691
56f668f7
MR
56922009-01-05 Martin Rudalics <rudalics@gmx.at>
5693
5694 * frame.c (x_set_frame_parameters): Make sure height (width) get
5695 applied when fullwidth (fullheight) is set. (Bug#1522)
5696
5da9424d
JB
56972009-01-04 Juanma Barranquero <lekktu@gmail.com>
5698
5699 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
5700 (utc_base): Declare as ULONGLONG, not long double.
5701 (convert_time_raw): Delete.
5702 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5703 (initialize_utc_base): New function.
5704 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5705 (convert_from_time_t): Use initialize_utc_base; compute result with
5706 64-bit arithmetic.
5707 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5708
c4605e09
EZ
57092009-01-03 Eli Zaretskii <eliz@gnu.org>
5710
9acef61c 5711 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
5712 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5713 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5714 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5715 [!subprocesses]: Define.
5716 (syms_of_process) [!subprocesses]: Intern and staticpro them.
5717 (Flist_system_processes, Fsystem_process_attributes)
5718 [!subprocesses]: Call list_system_processes and
5719 system_process_attributes instead of returning Qnil.
5720
9acef61c
JB
5721 * dosfns.c (system_process_attributes, list_system_processes):
5722 New functions.
c4605e09
EZ
5723
5724 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5725
5726 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5727 Don't use the default (no-op) implementation.
5728
8b7d0a16
JR
57292009-01-03 Jason Rumney <jasonr@gnu.org>
5730
a6d46bc1
JR
5731 * keyboard.c (parse_modifiers_uncached): Wheel events are
5732 clicks (bug#687).
5733
8b7d0a16
JR
5734 * w32term.c (x_query_colors, x_query_color): New functions.
5735
5736 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5737 (svg_load_image): Cast returned pointers from dynamically loaded
5738 functions. Eliminate W32 specific code.
5739
bfe11752
DN
57402009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5741
89e2438a
DN
5742 * nsfns.m (x_set_foreground_color, x_set_background_color)
5743 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5744 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5745 x_ prefix instead of ns_. Update references.
5746 (syms_of_nsfns): Add a FIXME comment.
5747
5748 * nsterm.m (x_set_cursor_type): New prototype.
5749 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5750
bfe11752
DN
5751 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5752 for Solaris instead of incorrectly providing Qutime and Qcutime.
5753
031da700
EZ
57542009-01-02 Eli Zaretskii <eliz@gnu.org>
5755
5756 * w32.c (process_times): Compute sum of utime and stime.
5757 (system_process_attributes): Add Qtime to the alist.
5758
5759 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5760 and add them to the alist.
5761
5762 * process.c (top level) <Qtime, Qctime>: New variables.
5763 (syms_of_process): staticpro them.
5764 (Fsystem_process_attributes): Add their documentation to the doc
5765 string.
5766
5767 * process.h: Declare Qtime and Qctime.
5768
df23bf08
JR
57692009-01-02 Jason Rumney <jasonr@gnu.org>
5770
9acef61c 5771 * image.c (Qgobject): New symbol.
df23bf08
JR
5772 (syms_of_image): Initialize it.
5773 (init_svg_functions): Load some functions from gobject library.
5774
5bbdf7aa
DN
57752009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
5776
5777 * frame.c (make_terminal_frame): Remove redundant code and useless
5778 block.
5779
63136da6
AS
57802009-01-01 Andreas Schwab <schwab@suse.de>
5781
5782 * process.c (conv_sockaddr_to_lisp): Add workaround for
5783 getsockname bug on BSD.
5784
9ef69046
CY
57852009-01-01 Chong Yidong <cyd@stupidchicken.com>
5786
d6fafbe0
CY
5787 * xfns.c (x_create_tip_frame): Set border width of the X window.
5788
51d861de 5789 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 5790
f9c34147
JR
57912009-01-01 Jason Rumney <jasonr@gnu.org>
5792
9acef61c 5793 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
5794 Don't block input, as per earlier xterm.c changes.
5795
f5497e45
AR
57962008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
5797
5798 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5799 (ns_appkit_version_int): New function.
5800 (x-server-version): Use ns_appkit_version_int and follow 21+
5801 convention of returning 3 integers.
5802
c19cab20
KH
58032008-12-30 Kenichi Handa <handa@m17n.org>
5804
5805 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5806 (CHAR_SURROGATE_PAIR_P): New macro.
5807
5808 * font.h (struct font_driver): New member get_variation_glyphs.
5809
9acef61c 5810 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
5811 (Ffont_variation_glyphs): New function.
5812 (syms_of_font): Defsubr it.
5813
5814 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5815 ftfont_variation_glyphs.
5816 (setup_otf_gstring): New function.
5817 (ftfont_drive_otf): Use it.
5818 (ftfont_shape_by_flt): Handle variation selector.
5819 (ftfont_variation_glyphs): New function.
5820
28cd591f
MR
58212008-12-30 Martin Rudalics <rudalics@gmx.at>
5822
5823 * frame.c (Vemacs_iconified): Remove.
5824
7f714baf
JR
58252008-12-30 Jason Rumney <jasonr@gnu.org>
5826
5827 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 5828 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 5829
9d2d22ab
CY
58302008-12-30 Chong Yidong <cyd@stupidchicken.com>
5831
5832 * indent.c (Fvertical_motion): Don't advance iterator if we have
5833 reseated to the desired position.
5834
5835 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5836 checking for pos match.
5837
545312c2
KH
58382008-12-30 Kenichi Handa <handa@m17n.org>
5839
1ede3eb6
KH
5840 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5841 just get the low 8-bit of the code.
5842
545312c2
KH
5843 * font.c (font_intern_prop): Validate str as multibyte.
5844
bd7bbf29
DN
58452008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5846
31e0750e
DN
5847 * dispextern.h (struct face): Move lface and hash from the middle
5848 of bitfields.
5849
bd7bbf29
DN
5850 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5851
b5672e7c
DN
58522008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5853
5854 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5855 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5856 instead of intervals.h.
5857
d704470f
AS
58582008-12-26 Andreas Schwab <schwab@suse.de>
5859
5860 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5861 cons.
5862
54b33868
MR
58632008-12-26 Martin Rudalics <rudalics@gmx.at>
5864
5865 * textprop.c (Qminibuffer_prompt): New variable.
5866 (syms_of_textprop): Initialize it.
5867 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5868 in minibuffer-prompt face. (Bug#1662)
5869
40b615d6
JR
58702008-12-25 Jason Rumney <jasonr@gnu.org>
5871
5872 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5873
baae5c2d
JR
58742008-12-24 Jason Rumney <jasonr@gnu.org>
5875
5876 * ralloc.c (r_alloc_reset_variable): New function.
5877
5878 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 5879 record of what points where. (Bug#716)
baae5c2d 5880
a9051c88
DN
58812008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5882
5883 * minibuf.c (read_minibuf): Follow the non-interactive case when
5884 running as a daemon, before detaching.
5885
8b146312
AS
58862008-12-22 Andreas Schwab <schwab@suse.de>
5887
5888 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5889 * gtkutil.c (free_widget_value): Use xfree instead of free.
5890
56f2de10
MR
58912008-12-22 Martin Rudalics <rudalics@gmx.at>
5892
5893 * frame.c (delete_frame): New function derived from
5894 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5895 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5896 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5897 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5898 * frame.h: Extern delete_frame.
5899 * window.c (window_loop):
5900 * terminal.c (delete_terminal):
5901 * xterm.c (x_connection_closed):
5902 * xfns.c (Fx_hide_tip):
9acef61c 5903 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 5904
1fc200d6
JR
59052008-12-21 Jason Rumney <jasonr@gnu.org>
5906
5907 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5908 when character maps to .notdef character.
5909
5e252df2
SM
59102008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5913
99b72cc4
JR
59142008-12-20 Jason Rumney <jasonr@gnu.org>
5915
5916 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 5917 a graphical frame on Windows. (Bug#1325)
99b72cc4 5918
acc49a52
JD
59192008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5920
5921 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5922
6ea15123
CY
59232008-12-20 Chong Yidong <cyd@stupidchicken.com>
5924
5925 * minibuf.c (Fread_buffer): Doc fix.
5926
b2dab6c8
JR
59272008-12-20 Jason Rumney <jasonr@gnu.org>
5928
54ea0c87 5929 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 5930 server name in UNC paths. (Bug#719)
54ea0c87 5931
b2dab6c8 5932 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 5933 charbuf. (Bug#1035)
b2dab6c8 5934
6d1921be
DN
59352008-12-19 Daniel Engeler <engeler@gmail.com>
5936
5937 * sysdep.c (serial_configure): Fix typo.
5938
53934c98
DN
59392008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5940
5941 * sysdep.c: Include alloca.h.
f4f634e8
DN
5942 (system_process_attributes): Add implementation for Solaris.
5943
5944 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 5945
06e111a6
DN
59462008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5947
5948 Reorganize implementation of Flist_system_processes and
5949 Fsystem_process_attributes. No functional changes.
5950 * process.c: Don't #include pwd.h, grp.h and limits.h.
5951 (Flist_system_processes): Just call list_system_processes.
5952 (Fsystem_process_attributes): Just call system_process_attributes.
5953 (procfs_list_system_processes, time_from_jiffies)
5954 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5955 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5956
5957 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5958 (list_system_processes): Rename from
5959 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5960 Provide a do nothing implementation.
5961 (system_process_attributes): Rename from
5962 procfs_list_system_processes.
5963 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 5964 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
5965
5966 * w32.c (list_system_processes): Rename from
5967 w32_list_system_processes.
5968 (system_process_attributes): Rename from
5969 w32_system_process_attributes.
5970
5971 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5972
5973 * process.h (w32_list_system_processes)
5974 (w32_system_process_attributes): Remove.
362654a6
JB
5975 (list_system_processes, system_process_attributes):
5976 New prototypes.
06e111a6 5977
6a705b23
KH
59782008-12-19 Kenichi Handa <handa@m17n.org>
5979
5980 * xfont.c (xfont_decode_coding_xlfd): New function.
5981 (xfont_encode_coding_xlfd): New function.
5982 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5983 (xfont_list): Decode and encode XLFD by iso-8859-1.
5984 (xfont_match): Likewise.
5985 (xfont_list_family): Likewise.
5986 (xfont_open): Likewise.
5987
d66c0241 5988 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
5989 names are utf-8.
5990
d66c0241 5991 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
5992 names are utf-8.
5993
5a130941
JD
59942008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5995
5996 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5997 changed.
bfd20325
JD
5998 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5999 clicked on a detached tool bar button.
5a130941 6000
fd95644b
DN
60012008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
6002
6003 * emacs.c (main): Print and error and exit when no data is read
6004 from the pipe.
6005
e6eee6ae
JR
60062008-12-17 Jason Rumney <jasonr@gnu.org>
6007
6008 * w32font.c (w32font_has_char): Always return -1.
6009
a35dd56b
KH
60102008-12-16 Kenichi Handa <handa@m17n.org>
6011
6012 * font.c (font_open_entity): Fix previous change.
6013
0e3635c2
DN
60142008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
6015
6016 * process.c: Include <limits.h>.
6017
d4835507 60182008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
6019
6020 * font.c (font_update_drivers): Fix mistake in reconstructing the
6021 driver list.
6022
60232008-12-16 Chong Yidong <cyd@stupidchicken.com>
6024
6025 * font.c (font_clear_cache): Fix format of font cache data.
6026
e2cbc401
CY
60272008-12-15 Chong Yidong <cyd@stupidchicken.com>
6028
6029 * xftfont.c (xftfont_open): Free Xft font pattern if
6030 XftFontOpenPattern fails.
6031
6032 * xterm.c (x_free_frame_resources): Remove extraneous call to
6033 free_frame_faces.
6034
b131d535
CY
60352008-12-13 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * xterm.c (x_delete_display): Move xim_close_dpy call to
6038 x_delete_terminal.
6039 (x_delete_terminal): Call xim_close_dpy.
6040
e6df5336
JR
60412008-12-13 Jason Rumney <jasonr@gnu.org>
6042
6043 * w32font.c (intern_font_name): New function.
6044 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
6045 (w32font_open_internal, Fx_select_font): Decode font name.
6046 (fill_in_logfont, list_all_matching_fonts): Encode font name.
6047
6048 * w32font.h (intern_font_name): Declare new function.
6049
6050 * w32uniscribe.c (add_opentype_font_name_to_list):
6051 Use intern_font_name.
6052
20d68145
CY
60532008-12-13 Chong Yidong <cyd@stupidchicken.com>
6054
9f2554de
CY
6055 * frame.c (Fdelete_frame): Call free_font_driver_list.
6056
3d9bec9a
CY
6057 * font.c (free_font_driver_list): Implement missing function.
6058
20d68145
CY
6059 * w32term.c (w32_term_init): Don't initialize the image cache
6060 here; it will be done in init_frame_faces.
6061
6062 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
6063 (struct x_display_info): Remove unused member null_pixel. New
6064 member xim_callback_data.
6065
6066 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
6067 (xim_initialize): Save pointer to callback function data.
6068 (xim_close_dpy): Free callback function data. Call XCloseIM,
6069 reverting 2008-11-04 change by David Smith.
6070 (x_term_init): Don't initialize the image cache here; it will be
6071 done in init_frame_faces. Remove ancient "null_pixel" cruft.
6072 (x_delete_display): Free x_dnd_atoms member.
6073
96f9306b
KH
60742008-12-13 Kenichi Handa <handa@m17n.org>
6075
6dec9044
JB
6076 * font.c (font_rescale_ratio): Moved from xfaces.c.
6077 Argument type changed. Handle a font-spec too.
96f9306b 6078 (font_score): Check Vface_font_rescale_alist.
6dec9044 6079 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
6080
6081 * xfaces.c (font_rescale_ratio): Moved to font.c.
6082
8d5b4964
CY
60832008-12-13 Chong Yidong <cyd@stupidchicken.com>
6084
6085 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
6086
e6df5336
JR
60872008-12-12 Jason Rumney <jasonr@gnu.org>
6088
6089 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
6090 Vwindow_system_version to the real w32 major version.
6091
97c6058a
DN
60922008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
6093
6094 * term.c (init_tty): Move setting the terminal name before the
6095 potential user: maybe_fatal.
6096
ec4e88d7
CY
60972008-12-11 Chong Yidong <cyd@stupidchicken.com>
6098
d4835507
JB
6099 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
6100 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 6101
b4233ec9
JR
61022008-12-11 Jason Rumney <jasonr@gnu.org>
6103
8ec71e23 6104 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 6105 SYMBOL_CHARSET. (Bug#547)
8ec71e23 6106
b4233ec9 6107 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 6108 size for surrogates. (Bug#1096, bug#872)
b4233ec9 6109
011a0143
JB
61102008-12-11 Juanma Barranquero <lekktu@gmail.com>
6111
6112 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
6113
3c309f34
JB
61142008-12-11 Juanma Barranquero <lekktu@gmail.com>
6115
6116 * process.c (Fsystem_process_attributes, syms_of_process):
6117 Fix typo in name of Ssystem_process_attributes.
6118 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
6119
fedc6ab5
JB
61202008-12-11 Juanma Barranquero <lekktu@gmail.com>
6121
6122 * syntax.c (Fmodify_syntax_entry): Doc fix.
6123
ba3de0e8
JB
61242008-12-10 Juanma Barranquero <lekktu@gmail.com>
6125
6126 * font.c (Ffont_spec): Move usage to end of docstring.
6127
174f1c74
JR
61282008-12-10 Jason Rumney <jasonr@gnu.org>
6129
6130 * w32font.c (Qcham): New symbol.
6131 (font_supported_scripts): Add cham, and comments for other new
6132 scripts in bitfield from OpenType spec.
9d32f818
JR
6133 (add_font_entity_to_list): Limit unicode-sip fonts to those that
6134 contain characters beyond the bmp.
174f1c74 6135
7b649478
KH
61362008-12-10 Kenichi Handa <handa@m17n.org>
6137
6138 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 6139 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
6140 Qunicode_sip.
6141
2133e2d1
JB
61422008-12-10 Juanma Barranquero <lekktu@gmail.com>
6143
6144 * coding.c (QCdefault_char): Rename from QCdefalut_char.
6145 (Fcoding_system_put): Use QCdefault_char.
6146 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
6147
9af886ee
CY
61482008-12-09 Chong Yidong <cyd@stupidchicken.com>
6149
74d819eb
CY
6150 * xftfont.c (syms_of_xftfont): Fix typo.
6151
4ccfa1c0 6152 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 6153
7c19d3ae
DN
61542008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6155
6156 * emacs.c (main): Close daemon_pipe on exec.
6157
567826bb
CY
61582008-12-08 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * termchar.h (struct tty): New members termcap_term_buffer and
6161 termcap_strings_buffer.
6162
6163 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 6164 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
6165 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
6166 All callers changed.
6167 (init_tty): Store termcap data and string buffers in new struct
6168 tty members termcap_term_buffer and termcap_strings_buffer.
6169 (delete_tty): Free them.
4ccfa1c0 6170 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 6171
aa96c42b
SZ
61722008-12-07 Seiji Zenitani <zenitani@mac.com>
6173
6174 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 6175 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 6176
b7e1d896
CY
61772008-12-06 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * coding.c (make_conversion_work_buffer): Disable buffer
6180 modification hooks in the work buffer.
6181
b5ec91a5
EZ
61822008-12-05 Eli Zaretskii <eliz@gnu.org>
6183
6184 * process.c (procfs_system_process_attributes): If `nread' has a
6185 negative value, assign zero to it.
6186
a5d2a52b
CY
61872008-12-05 Chong Yidong <cyd@stupidchicken.com>
6188
68c5540b 6189 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 6190
7bf1bb21
KH
61912008-12-05 Kenichi Handa <handa@m17n.org>
6192
6193 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
6194 second character is a combining character.
6195
2fdc7d00
EZ
61962008-12-05 Eli Zaretskii <eliz@gnu.org>
6197
6198 * process.c (procfs_system_process_attributes): Don't use cmd,
6199 cmdsize, and q without initializing them first.
6200
bf6bfba8
JR
62012008-12-04 Jason Rumney <jasonr@gnu.org>
6202
6203 * w32font.c (w32font_draw): Initialize orig_clip before getting
6204 it, and delete it when finished.
6205
a3b1a468
DN
62062008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6207
6208 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
6209 case when running as a daemon before detaching.
6210
8b8be8eb
JB
62112008-12-03 Juanma Barranquero <lekktu@gmail.com>
6212
805f2638 6213 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 6214
b1bde622
KH
62152008-12-03 Kenichi Handa <handa@m17n.org>
6216
e500c47d
KH
6217 * font.c (font_at): Set `multibyte' at first.
6218
ca516334
KH
6219 * coding.c (decode_coding_charset): Check type of an element of
6220 vector VALIDS.
7bf1bb21 6221 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 6222
4ccfa1c0 6223 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
6224 (font_for_char): Likewise.
6225
1e5ecd37
CY
62262008-12-03 Chong Yidong <cyd@stupidchicken.com>
6227
d5b01609 6228 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
6229 (font_update_lface): Handle fonts with corrupted size specs,
6230 i.e. non-int and non-float.
d5b01609 6231
11e3a6e4 6232 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 6233 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 6234 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 6235
ab06788b
CY
6236 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
6237
1e5ecd37 6238 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 6239 underline_minimum_offset for underline position.
1e5ecd37 6240
63c125ab
DN
62412008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6242
6243 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
6244
6245 * character.c (c_string_width): Specify the type for LEN.
6246
3a8406e1
KH
62472008-12-03 Kenichi Handa <handa@m17n.org>
6248
4ccfa1c0 6249 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 6250 (decode_coding_utf_8): Likewise.
4ccfa1c0 6251 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 6252 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 6253
651df7d9
CY
62542008-12-02 Chong Yidong <cyd@stupidchicken.com>
6255
6256 * keyboard.c (make_lispy_position): Only use PT if the selected
6257 window is current.
6258
1f625c6c
AS
62592008-12-02 Andreas Schwab <schwab@suse.de>
6260
f7741ce9
AS
6261 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
6262
1f625c6c
AS
6263 * doprnt.c (doprnt1): Fix size of charbuf.
6264
92bc2678
CY
62652008-12-02 Chong Yidong <cyd@stupidchicken.com>
6266
6267 * keyboard.c (timer_check): Revert last change.
6268
93b9e8cc
JB
62692008-12-02 Juanma Barranquero <lekktu@gmail.com>
6270
6271 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
6272
fd7a37d5
JB
62732008-12-01 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * makefile.w32-in: Update dependencies.
6276 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
6277
c115043b
AS
62782008-12-01 Andreas Schwab <schwab@suse.de>
6279
6280 * font.c (register_font_driver): Use xmalloc.
6281 (font_put_frame_data): Likewise.
6282
f5668d2a
CY
62832008-12-01 Chong Yidong <cyd@stupidchicken.com>
6284
860d96be
CY
6285 * xfaces.c (realize_x_face): Make abort condition clearer.
6286
f5668d2a
CY
6287 * gtkutil.c (update_frame_tool_bar): Initialize variable.
6288
379c17e7
CY
62892008-11-30 Chong Yidong <cyd@stupidchicken.com>
6290
6291 * keyboard.c (timer_check): After a timer runs, ensure that the
6292 selected window's buffer is current.
6293
35f36d65
JB
62942008-11-30 Juanma Barranquero <lekktu@gmail.com>
6295
f952c61c
JB
6296 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
6297 It was accidentally restored by the Unicode merge.
6298
35f36d65
JB
6299 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
6300
b23077df
JB
63012008-11-29 Juanma Barranquero <lekktu@gmail.com>
6302
6303 * w32proc.c: Include "coding.h".
6304 (Fw32_short_file_name): Encode filename passed to Windows API.
6305 (Fw32_long_file_name): Encode filename passed to Windows API and
6306 decode back the result. (Bug#1433)
6307
b8ebe9dd
KH
63082008-11-29 Kenichi Handa <handa@m17n.org>
6309
8cc53f96
KH
6310 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
6311 not before accessing it.
6312
b8ebe9dd
KH
6313 * charset.c (Fdefine_charset_internal): After calculating
6314 min_char, max_char, and fastmap, copy the charset structure again.
6315 (encode_char): Fix the previous change.
6316
59bc82c0
SZ
63172008-11-28 Seiji Zenitani <zenitani@mac.com>
6318
6319 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
6320
6321 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
6322
6323 * nsterm.m (x_set_frame_alpha): New function.
6324
32247e3d
EZ
63252008-11-27 Eli Zaretskii <eliz@gnu.org>
6326
6327 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
6328
b003e5ff
JB
63292008-11-27 Juanma Barranquero <lekktu@gmail.com>
6330
6331 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
6332 pointer to check_face_name.
6333
708550f5
KH
63342008-11-27 Kenichi Handa <handa@m17n.org>
6335
6336 * category.h (SET_CATEGORY_SET): Call set_category_set.
6337 (set_category_set): Extern it.
6338
6339 * category.c (hash_get_category_set): New function.
6340 (Fmodify_category_entry): Adjusted for the change of
6341 char_table_ref_and_range. Call hash_get_category_set to get a
6342 category set to store in the table.
6343
6344 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
6345 Funify_charset.
6346
2ae37cf0 6347 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
6348 (DECODE_CHAR): Check if the decoder vector is ready.
6349 (ENCODE_CHAR): Check if the encoder char-table is ready.
6350 (maybe_unify_char): Extern it.
6351
6352 * charset.c (Vchar_unified_charset_table): Delete it.
6353 (inhibit_load_charset_map): New variable.
6354 (temp_charset_work): New variable.
6355 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
6356 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
6357 New macros.
6358 (load_charset_map): Meaning of control_flag changed. If
6359 inhibit_load_charset_map is nonzero, setup a table in
6360 temp_charset_work.
6361 (load_charset): New argument control_flag.
6362 (map_charset_for_dump): New function.
6363 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
6364 map_charset_for_dump.
6365 (Fdefine_charset_internal): If the charset method is MAP, load
6366 mapping tables by calling load_charset.
6367 (Funify_charset): Don't load a mapping table but directly set
6368 Vchar_unify_table.
6369 (maybe_unify_char): New function.
6370 (decode_char): Don't handle the deleted method MAP_DEFERRED.
6371 Handle the case of inhibit_load_charset_map being nonzero.
6372 (encode_char): Don't handle the deleted method MAP_DEFERRED.
6373 Handle the case of inhibit_load_charset_map being nonzero.
6374 (Fclear_charset_maps): Just free temp_charset_work.
6375 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
6376 variable.
6377
6378 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
6379 change of char_table_ref_and_range.
6380 (char_table_ref_and_range): Change the meaning of argument FROM
6381 and TO. Now the caller must provide initial values for *FROM
6382 and *TO.
6383
6384 * fontset.c (fontset_add): Adjusted for the change of
6385 char_table_ref_and_range.
6386 (fontset_get_font_group): Likewise.
6387 (Ffontset_info): Likewise.
6388
6389 * keymap.c (describe_vector): Adjusted for the change of
6390 char_table_ref_and_range. For char-table, put boundary between
6391 non-ASCII and 8-bit characters.
6392
6393 * print.c (print_object): For bool-vector, delete unnecessary
6394 check of ASCII_BYTE_P.
6395
9196133b
JR
63962008-11-26 Jason Rumney <jasonr@gnu.org>
6397
6398 * w32font.c (w32font_open_internal): Don't include external
9acef61c 6399 leading in font height. (Bug#879)
9196133b 6400
9f688acf
GM
64012008-11-26 Glenn Morris <rgm@gnu.org>
6402
6403 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
6404 redefinition with ifdef. (Bug#1383)
6405
90d19aff
AR
64062008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6407
6408 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
6409
4ccfa1c0 64102008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
6411
6412 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
6413 New EmacsView methods.
6414 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
6415 Fixes bug #1048,1357,1414.
6416
64172008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6418
6419 Fix bug #1362.
6420 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
6421 is not an indexed color.
6422 * nsterm.m (free_indexed_color): Add argument checking.
6423 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
6424
e7d5ecb3
CY
64252008-11-24 Chong Yidong <cyd@stupidchicken.com>
6426
6427 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
6428 Document confirm-after-completion value for
6429 minibuffer-completion-confirm.
6430
c285743c
JR
64312008-11-24 Jason Rumney <jasonr@gnu.org>
6432
6433 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
6434 warning.
6435
b0857706
JR
64362008-11-23 Jason Rumney <jasonr@gnu.org>
6437
6438 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
6439 restored before returning.
6440
6441 * w32font.c (check_face_name): New function.
6442 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 6443 fonts. (Bug#642)
b0857706 6444
ee50ff07
MR
64452008-11-22 Martin Rudalics <rudalics@gmx.at>
6446
6447 * buffer.c (Fswitch_to_buffer): Reword and mention new option
6448 confirm-nonexistent-file-or-buffer in doc-string.
6449
b8ff72fa
SM
64502008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6451
6452 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
6453 Fix copy/paste typo. Add checks.
6454
cee53ed4
KH
64552008-11-21 Kenichi Handa <handa@m17n.org>
6456
6457 * coding.c (detect_coding_iso_2022): Reject invalid composition
6458 sequence.
6459 (DECODE_COMPOSITION_START): If the current source is the last
6460 block, and the current composition doesn't end, regard this
6461 sequence as invalid.
6462 (decode_coding_iso_2022): Handle invalid composition sequence.
6463
f6ef1e65
MR
64642008-11-20 Martin Rudalics <rudalics@gmx.at>
6465
6466 * window.c (coordinates_in_window): Don't return
6467 ON_VERTICAL_BORDER for the rightmost position of a mode/header
6468 line when the window is not the rightmost one. (Bug#1372)
6469
e08b1705
MR
64702008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
6471
6472 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
6473
ad98e89f
EZ
64742008-11-15 Eli Zaretskii <eliz@gnu.org>
6475
6476 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
6477 and bright_bg if noninteractive is non-zero.
6478
fb098a4b
CY
64792008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6480
6481 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
6482 x_draw_glyph_string_background.
6483
6484 * w32term.c (x_draw_glyph_string): Likewise.
6485
ce952b6e
CY
64862008-11-15 Chong Yidong <cyd@stupidchicken.com>
6487
6488 * xterm.c (x_draw_glyph_string): Stop drawing the background of
6489 the next glyph string once past the overhang width.
6490
6491 * nsterm.m (ns_draw_glyph_string): Likewise.
6492
6493 * w32term.c (x_draw_glyph_string): Likewise.
6494
26ea7079
CY
64952008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
6496
6497 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
6498 double file close.
6499
1c33c906
MR
65002008-11-14 Martin Rudalics <rudalics@gmx.at>
6501
6502 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
6503 dedicated status of window before attempting to display another
6504 buffer in it.
6505
8fc29035
JB
65062008-11-14 Juanma Barranquero <lekktu@gmail.com>
6507
6508 * msdos.c (Fmsdos_long_file_names):
6509 (syms_of_msdos) <dos-unsupported-char-glyph>:
6510 * dosfns.c (Fint86): Fix typos in docstrings.
6511
55fb4286
EZ
65122008-11-14 Eli Zaretskii <eliz@gnu.org>
6513
6514 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
6515
3fda0315
KY
65162008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6517
6518 * puresize.h (BASE_PURESIZE): Increase to 1260000.
6519
7e849c17
CY
65202008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
6521
6522 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
6523
6524 * frame.h: Negative alpha means "don't touch".
6525
6526 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
6527
6528 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
6529
b9fd67bd
DN
65302008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6531
6532 * hftctl.c:
6533 * chpdef.h:
6534 * acldef.h: Remove files used only for systems no longer supported.
6535
6536 * Makefile.in: Fix .o alphabetical ordering.
6537 (hftctl.o): Remove dependency, file removed.
6538 (keymap.o, print.o): Depend on charset.h.
6539
d5998e03
KH
65402008-11-10 Kenichi Handa <handa@m17n.org>
6541
2ae37cf0 6542 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 6543
be70e183
CY
65442008-11-08 Chong Yidong <cyd@stupidchicken.com>
6545
6546 * dired.c (file_name_completion): If completion_ignore_case is
6547 enabled, ignore case when checking completion-regexp-list.
6548
7cf94eac
EZ
65492008-11-08 Eli Zaretskii <eliz@gnu.org>
6550
6551 * vm-limit.c (get_lim_data): Fix last change.
6552
ee107a89
KH
65532008-11-08 Kenichi Handa <handa@m17n.org>
6554
6555 * character.c (Fget_byte): New function.
6556 (syms_of_character): Defsubr Fget_byte.
6557
5fd15622
CY
65582008-11-07 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
6561 cursor position is valid after scrolling.
6562
13d62fad
JB
65632008-11-06 Juanma Barranquero <lekktu@gmail.com>
6564
6565 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
6566
a1dd2936
GM
65672008-11-06 Glenn Morris <rgm@gnu.org>
6568
6569 * xterm.c (handle_one_xevent): Don't let popup menus cause
6570 mouse-autoselect-window related window switching. (Bug#1261)
6571
860cd236
CY
65722008-11-04 David Smith <davidsmith@acm.org> (tiny change)
6573
6574 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
6575
653a3150
AS
65762008-11-04 Andreas Schwab <schwab@suse.de>
6577
6578 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
6579
870f5cac
CY
65802008-11-03 Chong Yidong <cyd@stupidchicken.com>
6581
6582 * xfns.c (Fx_wm_set_size_hint): New function.
6583
1e02f3cb
MR
65842008-11-03 Martin Rudalics <rudalics@gmx.at>
6585
6586 * textprop.c (Fprevious_single_char_property_change): Return 0
6587 when there's no change in a string. (Bug#1301)
6588
e630dfc6
MR
65892008-11-02 Martin Rudalics <rudalics@gmx.at>
6590
6591 * frame.c (do_switch_frame): New argument NORECORD passed to
6592 Fselect_window.
6593 (Fselect_frame): New argument NORECORD passed to
6594 do_switch_frame.
6595 (Fset_frame_selected_window): New argument NORECORD passed to
6596 Fselect_frame.
6597 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
6598 in call of do_switch_frame.
6599 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
6600 Handle NORECORD argument in call of Fselect_frame.
6601 * lisp.h (do_switch_frame, Fselect_frame)
6602 (Fset_frame_selected_window): Adjust declarations.
6603 * window.c (select_frame_norecord): New function.
6604 (run_window_configuration_change_hook): Use it and call
6605 Fselect_frame with NORECORD set.
6606 (Fselect_window): Pass NORECORD to Fselect_frame.
6607 (Fset_window_configuration): Handle NORECORD argument in call of
6608 do_switch_frame.
6609 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6610 Fset_frame_selected_window.
6611 * keyboard.c (command_loop_1): Handle NORECORD in call of
6612 Fselect_frame (currently ifdefd).
6613
9020b223
GM
66142008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
6615
6616 * emacs.c (USAGE2): Untabify.
6617
793ffee8
SM
66182008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * composite.c (fill_gstring_header): Fix copy/paste typo.
6621
ab6d1131
MR
66222008-10-31 Martin Rudalics <rudalics@gmx.at>
6623
6624 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6625 (Fother_window): Rename argument and rewrite doc-string.
6626 (select_window_norecord): Fix return value. (Bug#1276)
6627
601a9cf1
JB
66282008-10-30 Juanma Barranquero <lekktu@gmail.com>
6629
6630 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6631 new frames overriding foreground for tooltips. Based on similar patch
6632 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
6633
813b0652
CY
66342008-10-29 Chong Yidong <cyd@stupidchicken.com>
6635
6636 * emacs.c (Fdaemon_initialized): Initialize nfd.
6637
4414f58f
MR
66382008-10-29 Martin Rudalics <rudalics@gmx.at>
6639
6640 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6641 (Fwindow_text_height): Clarify doc-strings.
6642 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6643 doc-string of window-scroll-functions.
6644
ecdcaa09
RS
66452008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6646
6647 * category.c (syms_of_category): Fix typo in docstring.
6648
23fe745a
JB
66492008-10-28 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6652 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6653 Fix typos in docstrings.
6654
ff808935
DN
66552008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
6656
6657 * emacs.c (daemon_pipe): Make non-static.
6658 (IS_DAEMON): Move definition ...
6659 * lisp.h (IS_DAEMON): ... here.
6660 (daemon_pipe): Declare.
6661 (is_daemon): Remove.
6662 * dispnew.c (init_display): Use IS_DAEMON.
6663
fc012771
SM
66642008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6667 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6668
6669 * emacs.c (is_daemon): Remove.
6670 (main): Don't set is_daemon.
6671 (IS_DAEMON): New macro.
6672 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 6673 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
6674 parent exits.
6675 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6676
d8bdbe6f
CY
66772008-10-27 Chong Yidong <cyd@stupidchicken.com>
6678
d1a072bf
CY
6679 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6680 over-sized glyph, draw it with the default glyph width.
6681
e2e325aa
CY
6682 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6683 glyph, draw it with the default glyph width.
6684
6685 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6686 glyph, draw it with the default glyph width.
6687
d8bdbe6f
CY
6688 * xdisp.c (try_scrolling): When computing the distance from the
6689 scroll margin to PT, try moving some distance past the window
6690 bottom before giving up.
6691
7bfac547
MR
66922008-10-27 Martin Rudalics <rudalics@gmx.at>
6693
6694 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6695 (Fset_window_buffer): Explain in doc-string that a window can be
6696 "strongly" dedicated to its buffer.
6697
4ff029f6
DN
66982008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6699
6700 * emacs.c (daemon_name): New variable.
6701 (main): Deal with --daemon=SERVER_NAME.
6702 (Fdaemonp): Return a name if one was passed to --daemon.
6703
5790ef40
DN
67042008-10-26 Romain Francoise <romain@orebokech.com>
6705
f9bd0df9 6706 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
6707 (main): Create a pipe before forking, make the parent exit only after
6708 the child has closed its end of the pipe. Move closing the
6709 descriptors ...
6710 (Fdaemon_initialized): ... here. New function.
6711
f5385255
SM
67122008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6713
4d632321
SM
6714 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6715 the previous unoptimized table.
6716
f5385255
SM
6717 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6718 the distinction between non-nil and non-t value of `dedicated'.
6719
6c56a0f3
CY
67202008-10-25 Chong Yidong <cyd@stupidchicken.com>
6721
6722 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 6723 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 6724
fec89261
MR
67252008-10-25 Martin Rudalics <rudalics@gmx.at>
6726
6727 * window.c (Fget_buffer_window, Fdelete_windows_on)
6728 (Freplace_buffer_in_windows): Make buffer argument optional and
6729 rename to buffer_or_name.
6730
34fcddd0
CY
67312008-10-24 Chong Yidong <cyd@stupidchicken.com>
6732
f5385255
SM
6733 * xdisp.c (handle_single_display_spec, handle_display_prop):
6734 Undo 2005-05-16 change.
34fcddd0
CY
6735 (handle_stop): Pop iterator if it's loaded with an empty string.
6736 (get_overlay_strings_1): Don't save iterator if it's loaded with
6737 an empty string (bug#1201).
6738
064766f2
KH
67392008-10-24 Kenichi Handa <handa@m17n.org>
6740
6741 * ftfont.c (ftfont_otf_features): Fix previous change.
6742 (ftfont_otf_capability): Check FeatureList.FeatureCount before
6743 calling ftfont_otf_features.
6744
f9bd0df9 67452008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
6746
6747 * font.c (font_match_p): Fix for the case that a vector of
6748 characters is in script-representative-chars.
6749
1dae9197
MA
67502008-10-24 Michael Albinus <michael.albinus@gmx.de>
6751
6752 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 6753 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
6754 (xd_read_queued_messages): Catch Qdbus_error from the macros.
6755 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 6756 macro. (Bug#1186)
1dae9197 6757
f9bd0df9 67582008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
6759
6760 * s/sol2-10.h: New file.
6761
878a4584
JB
67622008-10-23 Juanma Barranquero <lekktu@gmail.com>
6763
6764 * xdisp.c (fill_glyph_string): Fix typo in source (though the
6765 poor beast has survived 9+ years and the jump from xterm.c!).
6766
cd265ca6
MR
67672008-10-23 Martin Rudalics <rudalics@gmx.at>
6768
6769 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6770 Reword doc-string.
f5385255 6771 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 6772
472a4dc9
JB
67732008-10-23 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * character.c (syms_of_character) <script-representative-chars>:
6776 <unicode-category-table>: Doc fixes.
6777
159bd5a2
NF
67782008-10-23 Noah Friedman <friedman@splode.com>
6779
6780 * coding.c (make_conversion_work_buffer): Check that
6781 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6782 Fget_buffer_create.
6783
49f9c344
KH
67842008-10-23 Kenichi Handa <handa@m17n.org>
6785
6786 * font.c (font_add_log): Check the values of extra properties.
6787
12bb3111
MR
67882008-10-22 Martin Rudalics <rudalics@gmx.at>
6789
6790 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6791 Reword doc-string.
6792 (Fset_window_parameter): Use NILP.
6793 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 6794 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 6795
bbeb4e99
JB
67962008-10-22 Juanma Barranquero <lekktu@gmail.com>
6797
6798 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6799
68002008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
6801
6802 * nsfns.m (ns_appkit_version): New function.
6803 (x-server-version): Use it.
6804 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6805 (x-server-vendor): Don't check_ns().
6806
6807 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6808
a9b555d3
JB
68092008-10-22 Juanma Barranquero <lekktu@gmail.com>
6810
6811 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6812 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6813
4626499f
KH
68142008-10-22 Kenichi Handa <handa@m17n.org>
6815
e3681952
KH
6816 * syntax.c (scan_words): Call word_boundary_p instead of comparing
6817 scripts.
6818
4626499f
KH
6819 * category.c (word_boundary_p): Check scripts instead of charset.
6820 Handle nil value in word-separating-categories and
6821 word-combining-categories.
6822 (syms_of_category): Fix docstrings of word-separating-categories
6823 and word-combining-categories.
6824
1560f91a
EZ
68252008-10-21 Eli Zaretskii <eliz@gnu.org>
6826
6827 * coding.c (Fencode_coding_region, Fdecode_coding_region)
6828 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6829
f4668441
MR
68302008-10-21 Martin Rudalics <rudalics@gmx.at>
6831
6832 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6833 Rename arg "buffer" to "buffer_or_name".
6834 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6835 it optional.
6836 (no_switch_window): Remove since the return value is not used.
a9b555d3 6837 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
6838 Consider window as dedicated when Fwindow_dedicated_p returns a
6839 non-nil value.
6840 * lisp.h: Remove prototype for no_switch_window.
6841
fd75ddb2
JD
68422008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6843
6844 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 6845 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 6846
07295713
KH
68472008-10-21 Kenichi Handa <handa@m17n.org>
6848
6849 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6850 check Vlatin_extra_code_table.
6851
712adc82
EZ
68522008-10-20 Eli Zaretskii <eliz@gnu.org>
6853
6854 * fileio.c (Fset_file_modes): Doc fix.
6855
f549eb0b
MA
68562008-10-19 Michael Albinus <michael.albinus@gmx.de>
6857
6858 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6859 in arrays.
6860
aac0c6e3
MR
68612008-10-19 Martin Rudalics <rudalics@gmx.at>
6862
6863 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6864 Mention kill-buffer in doc-string.
6865 (Fset_window_buffer): Reinsert tem check removed in last commit.
6866 (Fenlarge_window, Fshrink_window): Have argument names and
6867 doc-string follow Elisp manual more closely.
6868
68692008-10-18 Eli Zaretskii <eliz@gnu.org>
6870
6871 * fileio.c (Fset_file_modes): Doc fix.
6872
68732008-10-18 Martin Rudalics <rudalics@gmx.at>
6874
6875 * window.c (Fwindow_width, Fset_window_start)
6876 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
6877 (Fdelete_windows_on, Freplace_buffer_in_windows):
6878 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
6879 (Fwindow_dedicated_p): Make window argument optional.
6880 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6881 (Fset_window_buffer): Respect any non-nil dedicated value for
6882 window. Rename "buffer" argument to "buffer_or_name".
6883
68842008-10-18 Ulrich Mueller <ulm@gentoo.org>
6885
6886 * m/sh3.h: New file, machine description for SuperH.
6887
68882008-10-17 Martin Rudalics <rudalics@gmx.at>
6889
6890 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6891
68922008-10-17 Kenichi Handa <handa@m17n.org>
6893
6894 * ftfont.c (ftfont_otf_features): Fix indexing
6895 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6896
68972008-10-16 Magnus Henoch <mange@freemail.hu>
6898
6899 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6900 (Fdbus_call_method_asynchronously): Ditto.
6901 This change makes C-h f display the argument list.
6902
69032008-10-16 Chong Yidong <cyd@stupidchicken.com>
6904
6905 * fileio.c (Fexpand_file_name): Doc fix.
6906
6907 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6908 of :foreground and :background equivalent to unspecified (20.x
6909 compatibility).
6910
69112008-10-15 Eli Zaretskii <eliz@gnu.org>
6912
6913 * buffer.c (syms_of_buffer): Doc fix.
6914
69152008-10-14 Kenichi Handa <handa@m17n.org>
6916
6917 * font.c (font_clear_prop): When clearing font width, clear the
6918 average width field too.
6919
69202008-10-12 Andreas Schwab <schwab@suse.de>
6921
6922 * ftfont.c (ftfont_shape_by_flt): Make static.
6923 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6924
6925 * font.c: Don't include <m17n-flt.h>.
6926
69272008-10-10 Eli Zaretskii <eliz@gnu.org>
6928
6929 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6930
69312008-10-09 Eli Zaretskii <eliz@gnu.org>
6932
6933 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6934 away code.
6935
69362008-10-09 Chong Yidong <cyd@stupidchicken.com>
6937
6938 * dispnew.c (update_text_area): Avoid looping due to large glyph
6939 overhangs (bug#1070).
6940
69412008-10-09 Kenichi Handa <handa@m17n.org>
6942
6943 * fontset.c (face_for_char): If face->fontset is negative, just
6944 return ascii_face.
6945
f5385255
SM
6946 * font.c (font_delete_unmatched): Fix previous change.
6947 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
6948
69492008-10-09 Martin Rudalics <rudalics@gmx.at>
6950
6951 * frame.c (Fraise_frame): On text-only terminals select frame in
6952 order to make it visible. (Bug#1061)
6953
69542008-10-08 Chong Yidong <cyd@stupidchicken.com>
6955
6956 * fontset.c (fontset_find_font): Check frame validity.
6957
69582008-10-07 Chong Yidong <cyd@stupidchicken.com>
6959
a9b555d3 6960 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
6961 (xg_display_close): Allow Emacs to close all displays (bug#985).
6962
69632008-10-06 Andreas Schwab <schwab@suse.de>
6964
f5385255 6965 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
6966
69672008-10-06 Chong Yidong <cyd@stupidchicken.com>
6968
f5385255 6969 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 6970
a9b555d3 6971 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
6972
6973 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6974 during initialization.
6975
69762008-10-04 Eli Zaretskii <eliz@gnu.org>
6977
6978 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6979 whole thing on MSDOS frames as well as on a TTY.
6980
6981 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6982 well as for TTY.
6983 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6984 well as on a TTY.
6985
6986 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6987 as well as for TTY.
6988
6989 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6990
6991 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6992 MSDOS frames as well.
6993
69942008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6995
6996 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6997 correct arguments.
b71ac3dd 6998 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
6999
70002008-10-03 Glenn Morris <rgm@gnu.org>
7001
7002 * emacs.c (USAGE1): Add --daemon.
7003
70042008-10-02 Eli Zaretskii <eliz@gnu.org>
7005
7006 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
7007 100, so it's in percents as advertised.
7008
70092008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7010
7011 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
7012 (ns_output.current_cursor, ns_output.desired_cursor)
7013 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
7014 (FRAME_NEW_CURSOR_COLOR): Remove.
7015
7016 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 7017 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
7018 enumeration (HOLLOW_BOX_CURSOR, etc.).
7019
7020 * nsterm.m (ns_frame_rehighlight): Remove commented code.
7021 (draw_window_cursor): Simplify code.
f5385255
SM
7022 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
7023 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 7024 updates manually.
a9b555d3
JB
7025 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
7026 Use core Emacs cursor types.
aac0c6e3 7027
b8ff72fa 7028 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
7029
70302008-10-02 Martin Rudalics <rudalics@gmx.at>
7031
7032 * process.c (Faccept_process_output): Fix doc-string.
7033
70342008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
7035
7036 * gmalloc.c (__sbrk): Also define for uClibc.
7037
7038 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
7039 for uClibc.
7040
70412008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7042
7043 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
7044 styles.
7045 (nsfont_open): Reenable the cache.
7046
70472008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7048
7049 * font.c (font_matching_entity): Reflect ATTRS in font selection.
7050 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
7051
70522008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
7055 a suspended terminal.
7056
70572008-09-30 Michael Albinus <michael.albinus@gmx.de>
7058
7059 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
7060
70612008-09-30 Eli Zaretskii <eliz@gnu.org>
7062
7063 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
7064
70652008-09-30 Chong Yidong <cyd@stupidchicken.com>
7066
7067 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
7068 in a continued line coincides with a line beginning.
7069
70702008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7071
7072 * nsfont.m (nsfont_trait_distance): Fix bug.
7073 (nsfont_list): Return a list rather than a vector (syncs with Handa
7074 changes of 2008-05-14).
7075 (nsfont_open): Improve logging.
7076
70772008-09-29 Andreas Schwab <schwab@suse.de>
7078
7079 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
7080
70812008-09-28 Martin Rudalics <rudalics@gmx.at>
7082
7083 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
7084 name as char-resolve-modifiers.
7085 Reported by: Markus Triska <markus.triska@gmx.at>
7086
70872008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
7088
7089 * dispnew.c (init_display): Return earlier when running as a daemon.
7090
70912008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7092
7093 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
7094
70952008-09-27 Eli Zaretskii <eliz@gnu.org>
7096
7097 * composite.c (Fcomposition_get_gstring)
7098 (Fcompose_region_internal, Fcompose_string_internal)
7099 (Ffind_composition_internal): Doc fix.
7100 (syms_of_composite) <compose-chars-after-function>: Doc fix.
7101 (syms_of_composite) <auto-composition-function>: Doc fix.
7102 (syms_of_composite) <composition-function-table>: Doc fix.
7103
71042008-09-25 Chong Yidong <cyd@stupidchicken.com>
7105
7106 * search.c (wordify): New argument for lax word-ends.
7107 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
7108
71092008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7110
7111 * lisp.h (is_daemon): Declare.
7112 * dispnew.c (init_display): Do not try to initialize the terminal
7113 when running as a daemon.
7114
71152008-09-22 Chong Yidong <cyd@stupidchicken.com>
7116
7117 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
7118 x_display_pixel_height.
7119
71202008-09-22 Martin Rudalics <rudalics@gmx.at>
7121
7122 * undo.c (record_point): Don't call Fundo_boundary for first
7123 change. (Bug#731)
7124
71252008-09-22 Juanma Barranquero <lekktu@gmail.com>
7126
7127 * emacs.c (Fdaemonp): Doc fix.
7128
71292008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
7130
7131 * emacs.c (main): Place #ifdef in the proper place.
7132
71332008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7134
7135 * emacs.c (standard_args): Add --daemon.
7136 (main): Disconnect from the terminal when --daemon is passed.
7137 (is_daemon): New variable.
7138 (Fdaemonp): New function.
7139 (syms_of_emacs): Defsubr it.
7140
71412008-09-20 Chong Yidong <cyd@stupidchicken.com>
7142
7143 * xdisp.c (get_next_display_element): Handle string display
7144 correctly when checking for the end of a box run.
7145
71462008-09-20 Glenn Morris <rgm@gnu.org>
7147
7148 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
7149 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
7150 (Frename_file): Avoid copying to trash if a rename involves
7151 a delete. (Bug#964).
7152
71532008-09-20 Eli Zaretskii <eliz@gnu.org>
7154
7155 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
7156 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
7157 frames as well as termcap frames.
7158 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
7159 get_named_tty.
7160
71612008-09-19 Eli Zaretskii <eliz@gnu.org>
7162
7163 * process.c (procfs_system_process_attributes): Fix cmdline in
7164 case /proc/PID/cmdline is empty.
7165
7166 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
7167 x_display_pixel_height.
7168
71692008-09-19 Juanma Barranquero <lekktu@gmail.com>
7170
7171 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
7172
7173 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
7174 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
7175
71762008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
7177
7178 * dispextern.h (struct it): Move line_wrap away from the middle of
7179 bitfields. Move voffset in struct iterator_stack_entry after the
7180 bitfields. Move tab_width near after another short.
7181
71822008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
7183
7184 * frame.h (struct frame): Move alpha from the middle of bitfields.
7185
7186 * window.h (struct window): Move frozen_window_start_p after the
7187 rest of the bitfields to reduce padding.
7188
71892008-09-18 Chong Yidong <cyd@stupidchicken.com>
7190
7191 * xterm.h (x_display_info): Remove `height' and `width' members.
7192
7193 * nsterm.h (ns_display_info): Remove `height' and `width' members.
7194
7195 * w32term.h (w32_display_info): Remove `height', `width',
7196 `height_in', and `width_in' members.
7197
b8ff72fa
SM
7198 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7199 New functions.
aac0c6e3
MR
7200 (x_calc_absolute_position): Use them.
7201 (x_term_init): Omit removed `height' and `width' members.
7202
b8ff72fa
SM
7203 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7204 New functions.
aac0c6e3
MR
7205 (w32_read_socket, x_calc_absolute_position): Use them.
7206 (w32_initialize_display_info, w32_term_init): Omit removed members
7207 of w32_display_info.
7208
b8ff72fa
SM
7209 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
7210 New functions.
7211 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 7212
b8ff72fa
SM
7213 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7214 New functions.
aac0c6e3
MR
7215 (x_calc_absolute_position): Use them.
7216 (x_term_init): Omit removed `height' and `width' members.
7217
7218 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
7219 (compute_tip_xy):
7220 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
7221 * xmenu.c (menu_position_func): Use x_display_pixel_height and
7222 x_display_pixel_width.
7223
72242008-09-18 Kenichi Handa <handa@m17n.org>
7225
7226 * composite.c (fill_gstring_header): Don't check FROM and TO here.
7227 (composition_compute_stop_pos): Fix handling of static composition.
7228 (Fcomposition_get_gstring): Check FROM and TO at first.
7229
72302008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7231
46e722a9 7232 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
7233 mixup (YAILOM).
7234
72352008-09-17 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * indent.c (Fvertical_motion): Use position reported by iterator
7238 instead of PT for determining screen motion (bug#943).
7239
72402008-09-17 Romain Francoise <romain@orebokech.com>
7241
7242 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
7243
72442008-09-17 Kenichi Handa <handa@m17n.org>
7245
7246 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
7247
7248 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
7249 if necessary.
7250
72512008-09-16 Kenichi Handa <handa@m17n.org>
7252
7253 * coding.c (make_conversion_work_buffer): Avoid calling
7254 Fget_buffer_create if it is not necessary.
7255
72562008-09-15 Martin Rudalics <rudalics@gmx.at>
7257
7258 * window.c (Fselect_window): Don't update window_select_count and
7259 use_time when norecord is not nil.
7260
72612008-09-14 Kenichi Handa <handa@m17n.org>
7262
7263 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
7264 specpdl_ptr.
7265
72662008-09-12 Kenichi Handa <handa@m17n.org>
7267
7268 * indent.c (scan_for_column): Don't handle automatic composition
7269 if the current buffer is not associated with a window.
7270
7271 * composite.c (composition_reseat_it): If the current buffer is
7272 not associated with a window, ignore the automatic composition.
7273 (find_automatic_composition): Likewise.
7274
72752008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
7278 (Fgpm_mouse_stop): Use it.
7279 * termhooks.h (close_gpm): Declare.
7280 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
7281 connection if Gpm_GetEvent fails.
7282
7283 * window.c (set_window_buffer): Always preserve current-buffer.
7284
72852008-09-12 Glenn Morris <rgm@gnu.org>
7286
7287 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
7288
72892008-09-11 Glenn Morris <rgm@gnu.org>
7290
7291 * charset.c (charset-map-path): Doc fix.
7292
72932008-09-10 Kenichi Handa <handa@m17n.org>
7294
7295 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
7296
7297 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
7298 compose a grapheme cluster with the preceding base glyph.
7299
7300 * composite.c (composition_compute_stop_pos): Fix previous change.
7301 Reset cmp_it->id to -1 at first.
7302
73032008-09-10 Glenn Morris <rgm@gnu.org>
7304
7305 * Makefile.in (character.o, chartab.o): Fix config.h typo.
7306
73072008-09-09 Chong Yidong <cyd@stupidchicken.com>
7308
7309 * keyboard.c (read_key_sequence): Reapply translation maps when
7310 switching keyboards.
7311
73122008-09-09 Kenichi Handa <handa@m17n.org>
7313
7314 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
7315 characters.
7316
7317 * composite.c (FORWARD_CHAR): Fix calculation
7318 of (POSITION).pos_byte.
7319 (composition_compute_stop_pos): Limit the search of composition to
7320 at most 500 characters ahead. If we reach the limit or find a
7321 newline, set cmp_it->ch to -2 and return 0.
7322 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
7323
73242008-09-08 Kenichi Handa <handa@m17n.org>
7325
7326 * indent.c (Fvertical_motion): Be sure to set
7327 it_overshoot_expected if it.cmp_it.id is non-negative.
7328
73292008-09-07 Andreas Schwab <schwab@suse.de>
7330
7331 * callproc.c (Fcall_process): Don't hold references to string data
7332 across garbage collection. Move initialisation of new_argv down
7333 to avoid compiler bug.
7334
73352008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7336
7337 * process.c (Fsystem_process_attributes): Doc fix.
7338
73392008-09-07 Chong Yidong <cyd@stupidchicken.com>
7340
7341 * callproc.c (Fcall_process): Canonicalize current directory name.
7342
7343 * xdisp.c (move_it_to): When moving by vpos, ensure that the
7344 iterator advances to the next line if the current line ends in a
7345 continued tab.
7346
73472008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
7348
7349 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
7350 member to point to cmp_from.
7351
7352 * xdisp.c: Doc fix for references to gidx data member.
7353
73542008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
7357
73582008-09-07 Kenichi Handa <handa@m17n.org>
7359
7360 * composite.c (FORWARD_CHAR): Check STOP after
7361 incrementing (POSITION).pos.
7362
73632008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7364
7365 * process.c (Fsystem_process_attributes): Doc fix.
7366
73672008-09-06 Chong Yidong <cyd@stupidchicken.com>
7368
7369 * keyboard.c (Ftop_level): Doc fix.
7370
73712008-09-06 Eli Zaretskii <eliz@gnu.org>
7372
7373 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
7374 minibuffer, don't let lower part of menu invade the echo area.
7375
7376 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
7377 "char *q" to access menu text and advance through it. Revert the
7378 change that displayed ">" instead of ASCII character 0x10.
7379
73802008-09-05 Eli Zaretskii <eliz@gnu.org>
7381
7382 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
7383 toggle boxes and radio buttons on MS-DOS as well.
7384
73852008-09-05 Kenichi Handa <handa@m17n.org>
7386
7387 * composite.c (autocmp_chars): Check lookback count.
7388 (composition_compute_stop_pos): Set cmp_it->lookback.
7389 (composition_reseat_it): Check lookback count.
7390 (struct position_record): New struct.
7391 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
7392 (find_automatic_composition): New function.
7393 (composition_adjust_point): Use find_automatic_composition.
7394
7395 * dispextern.h (struct composition_it): New member lookback.
7396
73972008-09-02 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
7400 if moving by a single line.
7401
74022008-09-02 Andreas Schwab <schwab@suse.de>
7403
7404 * xterm.c (x_delete_display): Fix merge error.
7405
7406 * fileio.c (Fexpand_file_name): Remove unused variables.
7407
74082008-09-02 Eli Zaretskii <eliz@gnu.org>
7409
7410 * fileio.c (Fexpand_file_name): Copy argument `name' into local
7411 storage on all platforms, not just on DOS_NT.
7412
74132008-09-02 Jason Rumney <jasonr@gnu.org>
7414
b8ff72fa
SM
7415 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
7416 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
7417
74182008-09-01 Chong Yidong <cyd@stupidchicken.com>
7419
7420 * xfaces.c (Finternal_set_alternative_font_family_alist)
7421 (Finternal_set_alternative_font_registry_alist): Properly copy
7422 entire alist structure.
7423
74242008-09-01 Kenichi Handa <handa@m17n.org>
7425
d66c0241 7426 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 7427 representative chars of the script is a vector.
d66c0241
JB
7428 (ftfont_list): Handle the case where the representative chars of
7429 the script is a vector.
aac0c6e3
MR
7430
7431 * character.c (syms_of_character): Docstring of
7432 script-representative-chars fixed.
7433
74342008-08-31 Eli Zaretskii <eliz@gnu.org>
7435
7436 * msdos.c (BUILD_CHAR_GLYPH): New macro.
7437 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
7438 the menu. Allocate larger buffer for `text', to account for
7439 possible ^C characters.
7440
74412008-08-31 Martin Rudalics <rudalics@gmx.at>
7442
7443 * xdisp.c (prepare_menu_bars): Don't call
7444 Vwindow_size_change_functions with arg Qt.
7445
74462008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * font.h (font_range):
7449 * fileio.c (report_file_error):
46e722a9
SM
7450 * composite.c (composition_update_it): Yet another int/Lisp_Object
7451 mixup (YAILOM).
aac0c6e3
MR
7452
74532008-08-30 Glenn Morris <rgm@gnu.org>
7454
7455 * data.c (Fmake_variable_frame_local): Doc fix.
7456
7457 * frame.c (Fmodify_frame_parameters): Doc fix.
7458
74592008-08-30 Eli Zaretskii <eliz@gnu.org>
7460
7461 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
7462 needed by GetTokenInformation.
7463 (w32_system_process_attributes): Check return values of all system
7464 APIs.
7465
7466 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
7467 only when the state changes.
7468 (IT_update_begin, IT_update_end): Add termscript trace.
7469
7470 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
7471 clipboard is unavailable. Set dst to NULL if it doesn't point to
7472 malloc'ed data.
7473 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
7474 passing random values to xfree.
7475
7476 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 7477 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
7478
74792008-08-29 Jason Rumney <jasonr@gnu.org>
7480
7481 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
7482
74832008-08-29 Eli Zaretskii <eliz@gnu.org>
7484
7485 * composite.c (fill_gstring_body): Avoid compiler warnings.
7486
7487 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
7488 LGLYPH_SET_CODE to avoid compiler warnings.
7489
2ae37cf0 7490 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
7491
7492 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
7493
7494 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
7495 LGLYPH_SET_CODE.
7496
74972008-08-29 Kenichi Handa <handa@m17n.org>
7498
7499 * fileio.c (report_file_error): Don't downcase the first character
7500 of errstring if it is still unibyte.
7501
75022008-08-29 Kenichi Handa <handa@m17n.org>
7503
7504 These changes are to re-implement the automatic composition so
7505 that it doesn't use text properties.
7506
7507 * Makefile.in (ftfont.o): Depend on composite.h.
7508 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
7509
7510 * character.h (Vunicode_category_table): Extern it.
7511
7512 * character.c (Vunicode_category_table): New variable.
7513 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
7514
7515 * chartab.c (optimize_sub_char_table): Perform more greedy
7516 optimization.
7517
b8ff72fa
SM
7518 * composite.h (enum composition_method):
7519 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
7520 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
7521 (Vcomposition_function_table): Extern it.
7522 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
7523 (composition_gstring_put_cache, composition_gstring_from_id)
7524 (composition_gstring_p, composition_gstring_width)
7525 (composition_compute_stop_pos, composition_reseat_it)
7526 (composition_update_it, composition_adjust_point): Extern them.
7527 (Fcomposition_get_gstring): EXFUN it.
7528
d66c0241 7529 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
7530 (Vcomposition_function_table)
7531 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
7532 (gstring_hash_table, gstring_work, gstring_work_headers):
7533 New variables.
aac0c6e3
MR
7534 (gstring_lookup_cache, composition_gstring_put_cache)
7535 (composition_gstring_from_id, composition_gstring_p)
7536 (composition_gstring_width, fill_gstring_header)
7537 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
7538 (composition_reseat_it, composition_update_it)
b8ff72fa 7539 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
7540 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
7541 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 7542 Defsubr composition_get_gstring.
aac0c6e3
MR
7543
7544 * dispextern.h (struct glyph): New union u.cmp. Delete the member
7545 cmp_id.
7546 (struct glyph_string): Delete the member gidx. New members
7547 cmp_id, cmp_from, and cmp_to.
7548 (enum it_method): Delete GET_FROM_COMPOSITION.
7549 (struct composition_it): New struct.
7550 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
7551 Delete c, len, cmp_id, cmp_len in u.comp.
7552
7553 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 7554 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 7555 (enum lglyph_indices): Likewise.
b8ff72fa 7556 (font_range): Adjust extern.
aac0c6e3
MR
7557 (font_fill_lglyph_metrics): Extern it.
7558
7559 * font.c (QCf): New variable.
7560 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7561 (font_prepare_composition): Delete this function.
7562 (font_range): Type and arguments changed.
7563 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
7564 (font_fill_lglyph_metrics): New function.
b8ff72fa 7565 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 7566 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
7567 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
7568 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
7569
7570 * fontset.h (font_for_char): Extern it.
7571
7572 * fontset.c (font_for_char): New function.
7573
7574 * ftfont.c: Include composite.h.
7575 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 7576 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
7577
7578 * indent.c: Include composite.h and dispextern.h.
7579 (check_composition): Delete this function.
7580 (scan_for_column): Handle composition by
7581 composition_compute_stop_pos, composition_reseat_it, and
7582 composition_update_it.
7583 (compute_motion): Likewise.
7584 (Fvertical_motion): Fix checking of composition.
7585
7586 * keyboard.c (adjust_point_for_property): Check composition by
7587 composition_adjust_point.
7588
b8ff72fa 7589 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
7590 struct glyph_string.
7591
b8ff72fa
SM
7592 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
7593 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
7594 struct glyph.
7595 (produce_composite_glyph): Likewise.
7596
b8ff72fa
SM
7597 * w32term.c (x_draw_composite_glyph_string_foreground):
7598 Adjust for the change of struct glyph_string.
aac0c6e3
MR
7599 (x_draw_glyph_string): Likewise.
7600
7601 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
7602 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7603
7604 * xdisp.c: Include font.h.
7605 (it_props): Delete the entry for Qauto_composed.
7606 (init_iterator): Initialize it->cmp_it.id to -1.
7607 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 7608 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
7609 (handle_auto_composed_prop): Delete it.
7610 (handle_composition_prop): Handle only static composition.
7611 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7612 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 7613 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
7614 (pop_it): Likewise.
7615 (get_next_element): Delete next_element_from_composition.
7616 (CHAR_COMPOSED_P): New macro.
7617 (get_next_display_element): For automatic composition, get a face
7618 from the font in the glyph-string.
7619 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 7620 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
7621 (next_element_from_string): Check if the character at the current
7622 position is composed by CHAR_COMPOSED_P.
7623 (next_element_from_buffer): Likewise.
d66c0241
JB
7624 (next_element_from_composition): Adjust for the change of struct it.
7625 Update it->cmp_it.
b8ff72fa
SM
7626 (dump_glyph): Adjust for the change of struct glyph.
7627 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
7628 it and struct glyph. Don't handle automatic composition here.
7629 (fill_gstring_glyph_string): New function.
7630 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 7631 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
7632 (BUILD_GSTRING_GLYPH_STRING): New macro.
7633 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7634 automatic composition.
b8ff72fa 7635 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 7636 struct glyph.
b8ff72fa 7637 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 7638
b8ff72fa 7639 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
7640 the change of struct glyph_string.
7641 (x_draw_glyph_string): Likewise.
7642
76432008-08-29 Glenn Morris <rgm@gnu.org>
7644
7645 * buffer.c (word-wrap): Doc fix.
7646 * xdisp.c (truncate-partial-width-windows): Doc fix.
7647 Increase default to 50.
7648
76492008-08-29 Chong Yidong <cyd@stupidchicken.com>
7650
7651 * xdisp.c (update_tool_bar_unwind): New function.
7652 (update_tool_bar): Temporarily set selected frame before building
7653 tool-bar items.
7654
76552008-08-28 Michael Albinus <michael.albinus@gmx.de>
7656
7657 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7658 snprintf, respectively.
7659 (xd_append_arg): Convert strings with Fstring_make_unibyte.
7660
76612008-08-28 Chong Yidong <cyd@stupidchicken.com>
7662
7663 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7664 LDFLAGS to GNUstep CC invocation.
7665
76662008-08-27 Chong Yidong <cyd@stupidchicken.com>
7667
7668 * indent.c (Fvertical_motion): Revert last change. Handle the
7669 general case where we are moving forward, and PT spans multiple
7670 screen lines.
7671
7672 * eval.c (find_handler_clause): Temporarily increase
7673 max-lisp-eval-depth while printing the backtrace buffer, to
7674 guarantee that help-mode code can run.
7675
76762008-08-27 Eli Zaretskii <eliz@gnu.org>
7677
7678 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7679 colors under -rv.
7680 (IT_set_frame_parameters): Don't swap foreground and background
7681 colors if `(reverse . t)' is present in the frame properties.
7682 (internal_terminal_init): Call init_frame_faces only for the
7683 initial frame.
7684
76852008-08-27 Andreas Schwab <schwab@suse.de>
7686
7687 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7688
76892008-08-27 Andreas Schwab <schwab@suse.de>
7690
7691 * search.c (search_buffer): Set char_base to zero only at the end.
7692
76932008-08-27 Kenichi Handa <handa@m17n.org>
7694
b8ff72fa 7695 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
7696
76972008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
7698
7699 * xterm.c (x_term_init): Temporarily hide the partially
7700 initialized terminal while calling vendor-specific-keysyms.
7701
77022008-08-26 Eli Zaretskii <eliz@gnu.org>
7703
7704 * msdos.c (internal_terminal_init): Most initializations done only
7705 once, especially initial_screen_colors[] and termscript open.
7706
77072008-08-26 Chong Yidong <cyd@stupidchicken.com>
7708
7709 * eval.c (Fcondition_case): Doc fix.
7710
7711 * widgetprv.h (EmacsFramePart): Change font member to the new font
7712 struct.
7713
7714 * widget.c: Include character.h and font.h for XSETFONT.
7715 (setup_frame_gcs): Compute X font id from font struct, just once.
7716
77172008-08-26 Eli Zaretskii <eliz@gnu.org>
7718
7719 * term.c (get_named_tty): Fix last change.
7720
77212008-08-26 Chong Yidong <cyd@stupidchicken.com>
7722
7723 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 7724 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
7725
77262008-08-25 Eli Zaretskii <eliz@gnu.org>
7727
7728 * frame.c (do_switch_frame): Mark previously displayed frame as
7729 obscured for FRAME_MSDOS_P frames as well.
7730
77312008-08-24 Eli Zaretskii <eliz@gnu.org>
7732
7733 * frame.c (make_terminal_frame): Initialize f->terminal,
7734 f->terminal->reference_count, and scroll bars on MS-DOS as well.
7735 Set the top frame to newly created frame.
7736 (Fmake_terminal_frame): Reuse the_only_display_info.
7737
7738 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7739 estimating available memory.
7740
b97439ce 77412008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
7742
7743 * nsterm.m (ns_draw_window_cursor): Don't call
7744 NSDisableScreenUpdates and NSEnableScreenUpdates on
7745 non-NS_IMPL_COCOA systems.
7746
77472008-08-23 Andreas Schwab <schwab@suse.de>
7748
7749 * process.c (procfs_system_process_attributes): Fix use of
7750 uninitialized variables.
7751
77522008-08-23 Eli Zaretskii <eliz@gnu.org>
7753
7754 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7755
7756 * dispnew.c (init_display): Remove MS-DOS specific conditions for
7757 calling tty-set-up-initial-frame-faces.
7758
b8ff72fa
SM
7759 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7760 Allow MSDOS frames along with X frames.
aac0c6e3
MR
7761
7762 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7763 addition to output_termcap.
7764
7765 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7766
7767 * termchar.h (FRAME_TTY): Support output_msdos_raw.
7768 (struct tty_display_info) [MSDOS]: Add fields related to mouse
7769 highlight.
7770
7771 * process.c [!subprocesses]: Define QCname.
7772 (syms_of_process): Intern and staticpro it.
7773
7774 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
7775 Adjust for changes in encoding/decoding routines.
7776 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
7777 encode_coding and decode_coding.
7778
b8ff72fa 7779 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
7780
7781 * dosfns.c: Include frame.h before termhooks.h.
7782 (dos_cleanup): Use CURTTY ()->termscript instead of a global
7783 variable termscript.
7784
7785 * s/msdos.h (USER_FULL_NAME): Define.
7786 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7787
7788 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7789 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7790 pw->pw_gecos.
7791
7792 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7793 SELECTED_FRAME as additional (1st) argument.
7794 (tty_read_avail_input): Handle output_msdos_raw in
7795 addition to output_termcap.
7796
7797 * msdos.c: Include frame.h before termhooks.h.
7798 (mouse_on, mouse_off, mouse_moveto, mouse_init)
7799 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7800 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7801 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7802 (IT_set_terminal_modes, IT_reset_terminal_modes)
7803 (IT_set_frame_parameters): Use tty->termscript instead of a global
7804 variable termscript.
7805 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7806 global variable terminal_coding. Don't refer to
7807 Vnonascii_translation_table.
7808 (internal_terminal_init): Set Vwindow_system in current_kboard.
7809 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
7810 Announce date and time of session start, if termscript is open.
7811 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
7812 term.c:init_tty). Open termscript only of not already open.
7813 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
7814 here instead of dos_ttraw. Don't initialize display if this is an
7815 initial tty. Don't set FRAME_FONT.
7816 (Vwindow_system_version): Bump to 23.
7817 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
7818 is available, set up mouse_position_hook.
7819 (dos_ttraw, IT_set_terminal_modes): If called with initial
7820 terminal, do nothing.
7821 (IT_set_frame_parameters): Handle the Qtty_type frame
7822 parameter by calling internal_terminal_init.
7823 (dos_set_window_size, show_mouse_face)
7824 (clear_mouse_face, IT_note_mode_line_highlight)
7825 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7826 (dos_rawgetc): Use tty_display_info instead of x_display_info.
7827 (initialize_msdos_display): New function.
7828 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7829 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7830 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7831 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 7832 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
7833 (request_sigio, unrequest_sigio): Don't define, now defined on
7834 sysdep.c.
7835 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7836
7837 * term.c [MSDOS]: Include msdos.h.
7838 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7839 conditional to DOS_NT. Allow only one call to this function in a
7840 session. Don't allocate a new struct tty_display_info; instead,
7841 reuse the_only_display_info. Call get_tty_size to get screen
7842 dimensions. Call init_baud_rate to set bad_rate.
7843 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7844 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 7845 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
7846 (get_tty_terminal, get_named_tty, Ftty_type)
7847 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7848 output_termcap.
b8ff72fa
SM
7849 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7850 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 7851 only when subprocesses are supported.
aac0c6e3
MR
7852
7853 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7854 f->output_data.x.
7855 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7856 terminal devices.
7857
5582fbc7 7858 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
7859 x_output.
7860 (FRAME_FONT): Use output_data.tty.
7861 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
7862 (struct x_display_info): Rename from display_info. Update all users in
7863 msdos.c.
aac0c6e3 7864 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 7865 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
7866 (dos_ttraw): Update prototype.
7867
7868 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7869 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7870
78712008-08-23 Jason Rumney <jasonr@gnu.org>
7872
7873 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7874 (fn_TIFFSetDirectory): New library function used.
7875 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7876 (tiff_load): Use :index to select among multiple images. Set count
7877 property when multiple images exist.
7878 (gif_format): Use :index, not :image.
7879
78802008-08-23 Chong Yidong <cyd@stupidchicken.com>
7881
7882 * xdisp.c (try_scrolling): Check INT_MAX instead of
7883 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7884 to obtain INT_MAX.
7885
78862008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7887
7888 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7889
78902008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7891
7892 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7893 GNUstep library location.
7894
78952008-08-21 Chong Yidong <cyd@stupidchicken.com>
7896
7897 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7898 before using it.
7899
7900 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7901
79022008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7903
7904 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7905 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7906 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7907 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7908 (EmacsApp-cursor_blink_handler): Remove declaration.
7909 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7910 match 01 Feb 2008 changes in xterm.c.
7911 (ns_read_socket): Add cast to avoid warning.
7912 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7913 GNUstep.
7914
79152008-08-20 Chong Yidong <cyd@stupidchicken.com>
7916
7917 * xselect.c (x_get_foreign_selection): Return nil if desired
7918 selection could not be obtained, instead of signalling an error.
7919
79202008-08-20 David Reitter <david.reitter@gmail.com>
7921
7922 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7923 * nsterm.m: Remove ns-specific code for cursor blinking.
7924 (ns_draw_window_cursor): Clear cursor properly rather than
7925 redrawing the area. Respect width of bar cursors.
7926 These changes enable the use of generic blink-cursor-mode and
7927 generic cursor types in NS and support smooth cursor movements (do
7928 not blink off after command).
7929 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7930 Nextstep, too.
7931
79322008-08-19 Kenichi Handa <handa@m17n.org>
7933
7934 * font.c (Vfont_log_deferred): New variable.
7935 (font_add_log): Check Vfont_log_deferred.
7936 (font_deferred_log): New function.
7937
7938 * font.h (font_deferred_log): Extern it.
7939
7940 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7941 for sorting.
7942 (face_for_char): Use deferred log.
7943
79442008-08-18 Kenichi Handa <handa@m17n.org>
7945
7946 * fontset.c (face_for_char): Add font log.
7947
7948 * font.c (font_add_log): Add the font properties :script, :lang,
7949 and :otf in the log.
7950
79512008-08-17 Chong Yidong <cyd@stupidchicken.com>
7952
7953 * xdisp.c: Remove dead code.
7954 (handle_invisible_prop, next_overlay_string): Defer call to
7955 setup_for_ellipsis.
7956 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7957
79582008-08-15 Chong Yidong <cyd@stupidchicken.com>
7959
7960 * xfaces.c (lookup_derived_face): Properly handle possible zero
7961 return value of get_lface_attributes.
7962 (merge_faces): Don't tell lookup_derived_face to signal an error
7963 if face is not found.
7964
7965 * dired.c (Fdirectory_files): Doc fix.
7966
7967 * process.c (make_process): Initialize kill_without_query struct
7968 member.
7969
79702008-08-15 Eli Zaretskii <eliz@gnu.org>
7971
7972 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7973 Alternative calculation of totphys for Visual Studio 6.
7974
7975 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7976
7977 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7978 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7979 All users changed.
7980 (stat): Only root directory passed to GetDriveType. Allow RAM
7981 disk as well as local fixed disk when w32-get-true-file-attributes
7982 is set to `local'.
7983 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7984 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7985 (w32_cached_id, w32_add_to_cache): New functions.
7986 (get_name_and_id): Look account names in the cache before calling
7987 lookup_account_sid.
7988 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7989 New initialization flags.
7990 (globals_of_w32): Initialize them to zero.
7991 (w32_system_process_attributes): Use w32_cached_id and
7992 w32_add_to_cache.
7993
79942008-08-14 Lawrence Mitchell <wence@gmx.li>
7995
7996 * lread.c (Fread_char, Fread_char_exclusive): If no character
7997 event is read before timeout is reached, return nil, rather than
7998 converting to a number.
7999
80002008-08-14 Chong Yidong <cyd@stupidchicken.com>
8001
8002 * fns.c (use_dialog_box): Doc fix.
8003
8004 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
8005 on OS X.
8006
80072008-08-13 Chong Yidong <cyd@stupidchicken.com>
8008
8009 * frame.c (Qns_parse_geometry): New var.
8010 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
8011
80122008-08-11 Chong Yidong <cyd@stupidchicken.com>
8013
8014 * xdisp.c (x_produce_glyphs): Handle the case when font has no
8015 space character in calculating tabs.
8016
80172008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
8018
8019 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
8020
80212008-08-10 Glenn Morris <rgm@gnu.org>
8022
8023 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
8024 silence gcc "limited range of data type" warnings in some
8025 make_fixnum_or_float calls.
8026
80272008-08-09 Eli Zaretskii <eliz@gnu.org>
8028
8029 * w32.c (w32_system_process_attributes): If the process does not
8030 exist, return nil.
8031
8032 * w32.c: Include thelp32.h, psapi.h and coding.h.
8033 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
8034 declarations.
8035 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
8036 (Process32Next_Proc): New typedefs.
8037 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
8038 (g_b_init_process32_next, g_b_init_open_thread_token)
8039 (g_b_init_impersonate_self, g_b_init_revert_to_self)
8040 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
8041 (g_b_init_get_process_working_set_size)
8042 (g_b_init_global_memory_status_ex): New static variables.
8043 (globals_of_w32): Initialize them.
8044 (create_toolhelp32_snapshot, process32_first, process32_next)
8045 (open_thread_token, impersonate_self, revert_to_self)
8046 (get_process_memory_info, get_process_working_set_size)
8047 (global_memory_status, global_memory_status_ex): New wrapper
8048 functions.
8049 (w32_list_system_processes, w32_system_process_attributes)
8050 (enable_privilege, restore_privilege, ltime, process_times):
8051 New functions.
8052 (convert_time_raw): New function.
8053 (convert_time): Remove conversion of FILETIME into time in 100
8054 nsec units, call convert_time_raw instead.
8055
8056 * process.h (w32_list_system_processes, w32_system_process_attributes):
8057 Add prototypes.
8058 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
8059 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
8060 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
8061 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
8062
8063 * process.c (Fsystem_process_attributes): Doc fix.
8064
80652008-08-08 Chong Yidong <cyd@stupidchicken.com>
8066
8067 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
8068 a continued multi-char glyph; if so, advance to the actual glyph.
8069
80702008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8071
8072 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
8073
8074 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
8075 (.m.o): Use it.
8076 * config.in: Regenerate.
8077
80782008-08-07 Chong Yidong <cyd@stupidchicken.com>
8079
8080 * xdisp.c (redisplay_window): Revert last change.
8081 (try_window): Check bottom scroll margin too.
8082
80832008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8084
8085 * config.in: Regenerate.
8086
8087 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
8088 -list-load-path-shadows'.
8089 (nsgui.h): Reduce number of things depending on it.
8090
80912008-08-06 Chong Yidong <cyd@stupidchicken.com>
8092
8093 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
8094 instead of window-end which does the wrong thing at eob.
8095 (try_cursor_movement): Minor optimization.
8096 (redisplay_window): If scroll margin is defined, don't assume
8097 window doesn't need scrolling.
8098
80992008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8100
8101 * config.in: Regenerate.
8102
8103 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
8104 (mostlyclean): Don't delete *.d under NS.
8105
8106 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
8107
81082008-08-06 Kenichi Handa <handa@m17n.org>
8109
8110 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
8111
81122008-08-06 Andreas Schwab <schwab@suse.de>
8113
8114 * config.in: Regenerate.
8115
81162008-08-05 Chong Yidong <cyd@stupidchicken.com>
8117
8118 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
8119 forcing a window start.
8120
8121 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
8122 (auto_save_1): Update modtime when auto-save-list-file-name is on.
8123
81242008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8125
8126 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
8127 argument.
8128
81292008-08-05 Juanma Barranquero <lekktu@gmail.com>
8130
8131 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
8132 <scroll-down-aggressively, before-change-functions>:
8133 <after-change-functions>: Reflow docstrings.
8134
81352008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8136 Ken Raeburn <raeburn@gnu.org>
8137
8138 Dock menu customization, based on a patch by Ken Raeburn, plus some
8139 other fixes.
8140 * nsmenu.m (dockMenu): New variable.
8141 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
8142
8143 * nsterm.h (dockMenu): Declare.
8144
8145 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
8146 (ns_term_init): Initialize dockMenu.
8147 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
8148 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
8149 left.
8150
8151 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
8152
81532008-08-04 Chong Yidong <cyd@stupidchicken.com>
8154
8155 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
8156
8157 * config.in: Regenerate.
8158
81592008-08-04 Seiji Zenitani <zenitani@mac.com>
8160
8161 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
8162
81632008-08-04 Chong Yidong <cyd@stupidchicken.com>
8164
8165 * nsterm.h (find_and_call_menu_selection): Fix prototype.
8166
81672008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8168
8169 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
8170
8171 * keyboard.h: Comment an #endif.
8172
8173 * lisp.h (have_menus_p): Adjust comment.
8174
8175 * menu.c (find_and_return_menu_selection): Fix comparison with
8176 client_data.
8177
8178 * nsmenu.m (popup_activated_flag): New variable.
8179 (popup_activated): New function.
8180 (menu-or-popup-active-p): New exported lisp definition.
8181 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
8182 when popup done.
8183 (ns_popup_dialog): Set popup_activated_flag.
8184
8185 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
8186 version for GNUstep (handled by conditional typedef in nsterm.m).
8187 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
8188 in rgb.txt).
8189
8190 * process.c (init_process): Use DARWIN_OS, not DARWIN.
8191
8192 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
8193
8194 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
8195
8196 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
8197 shortcircuit if popup_activated like GTK and X toolkit.
8198
8199 * m/inter386.h: Change DARWIN to DARWIN_OS.
8200
8201 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
8202 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
8203 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
8204 comment on NO_SOCK_SIGIO.
8205
82062008-08-03 Chong Yidong <cyd@stupidchicken.com>
8207
8208 * nsterm.m (windowDidResize): Remove stopModal call.
8209
82102008-08-03 Andreas Schwab <schwab@suse.de>
8211
8212 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
8213 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
8214
82152008-08-02 Chong Yidong <cyd@stupidchicken.com>
8216
8217 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
8218 Don't use uninitialized pointer variable when using getrlimit.
8219
82202008-08-02 Jason Rumney <jasonr@gnu.org>
8221
8222 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
8223
82242008-08-02 Eli Zaretskii <eliz@gnu.org>
8225
8226 * alloc.c (NSTATICS): Bump to 0x640.
8227
8228 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
8229
8230 * lisp.h: Add prototype for directory_files_internal.
8231
8232 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
8233 New functions.
8234 (syms_of_process): Defsubr them. Add initializations for various
8235 Q* symbols used in procfs_system_process_attributes.
8236 (procfs_list_system_processes, procfs_system_process_attributes)
8237 [HAVE_PROCFS]: New functions.
8238 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
8239 (procfs_get_total_memory): New functions.
8240
82412008-08-01 Juanma Barranquero <lekktu@gmail.com>
8242
8243 * xfaces.c (Fx_load_color_file): Fix previous change;
8244 it is #ifdef WINDOWSNT, not WINDOWS_NT.
8245
82462008-08-01 Michael Albinus <michael.albinus@gmx.de>
8247
8248 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
8249
82502008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8251
8252 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
8253
82542008-08-01 Chong Yidong <cyd@stupidchicken.com>
8255
8256 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
8257
8258 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
8259 define NSApplicationDelegateReplySuccess.
8260 (EmacsView -converstationIdentifier): Use long instead of
8261 NSInteger for GNUstep, since it doesn't have NSInteger.
8262
8263 * xmenu.c: Revert last change.
8264
8265 * keyboard.h: Fix last change.
8266
82672008-08-01 Juanma Barranquero <lekktu@gmail.com>
8268
8269 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
8270 on Windows.
8271
82722008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8273
8274 Warning clearing and clean-up in NS port.
8275 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
8276 Add prototypes.
8277 * nsgui.h (FACE_DEFAULT): Remove, unused.
8278 (XGCValues): Change colors to unsigned long.
8279 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
8280 nsterm.m.
8281 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
8282 (ns_list_fonts): Remove, unused.
8283 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
8284 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
8285 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
8286 (nsfont_draw): Compare face colors to 0, not nil.
8287 * nsmenu.m (struct widget_value): Drop unneeded declaration.
8288 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
8289 (-addSubmenuWithTitle:): Use NSMenuItem class.
8290 (ns_popup_menu): Use NO, not NULL, for enabled setting.
8291 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
8292 (ns_clip_to_row): Make gc arg a BOOL.
8293 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
8294 ns_clip_to_row() call.
8295 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
8296 used). Cast FRAME_FONT assignments.
8297 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
8298 (ns_string_to_lispmod): Change arg to const char.
8299 (ns_term_init): Use NSMenuItem class.
8300 (EmacsApp -openFile:): Move to different section of file.
8301 (EmacsApp -application:openFiles:): Don't return a value, call
8302 -replyToOpenOrPrint:.
8303 (EmacsView -keyDown:): Fix up cast.
8304 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
8305 (EmacsView -menuDown:): Cast tag in call to
8306 find_and_call_menu_selection().
8307 (ns_list_fonts): Remove, unused.
8308 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
8309 (ns_fontname_to_xlfd): Make static.
8310 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
8311 Remove prototypes (now in keyboard.h).
8312 (next_menubar_widget_id): Remove, unused.
8313 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
8314 Remove prototypes (now in keyboard.h).
8315 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
8316
83172008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8318
8319 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
8320 (floatfns.o): Depend on syssignal.h.
8321 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
8322
8323 * systty.h: Fix previous change that removed BSD_TERMIOS.
8324 Add comments to #ifdefs.
8325
83262008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8327
8328 * w32fns.c (w32-load-color-file): Remove.
8329 (x-open-connection): Use renamed Fx_load_color_file.
8330 * xfaces.c (x-load-color-file): Add.
8331 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
8332 Emacs.clr.
8333 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
8334
83352008-07-31 Michael Albinus <michael.albinus@gmx.de>
8336
8337 * dbusbind.c (Fdbus_call_method_asynchronously)
8338 (Fdbus_method_error_internal): New defuns.
8339 (xd_read_message): Handle also reply messages.
8340 (Vdbus_registered_functions_table): Extend docstring.
8341
83422008-07-31 Juanma Barranquero <lekktu@gmail.com>
8343
8344 * keyboard.c (gobble_input): Fix previous change.
8345
83462008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8347
8348 * bitmaps/README:
8349 * xfns.c:
8350 * termcap.c:
8351 * term.c:
8352 * syswait.h:
8353 * systty.h:
8354 * systime.h:
8355 * syssignal.h:
8356 * sysdep.c:
8357 * process.h:
8358 * process.c:
8359 * print.c:
8360 * ndir.h:
8361 * lread.c:
8362 * keyboard.c:
8363 * getpagesize.h:
8364 * floatfns.c:
8365 * fileio.c:
8366 * emacs.c:
8367 * doc.c:
8368 * dispnew.c:
8369 * dired.c:
8370 * data.c:
8371 * callproc.c:
8372 * buffer.c:
8373 * README:
8374 * Makefile.in:
8375 * s/template.h:
8376 * s/msdos.h:
8377 * m/vax.h: Remove VMS support.
8378 * s/vms.h:
8379 * vlimit.h:
8380 * uaf.h:
8381 * temacs.opt:
8382 * param.h:
8383 * ioctl.h: Remove file.
8384
83852008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8386
8387 * s/ms-w32.h (MULTI_KBOARD): Remove.
8388 * xterm.c:
8389 * xselect.c:
8390 * xfns.c:
8391 * window.c:
8392 * w32term.c:
8393 * w32fns.c:
8394 * terminal.c:
8395 * termhooks.h:
8396 * term.c:
8397 * sysdep.c:
8398 * keyboard.h:
8399 * keyboard.c:
8400 * frame.h:
8401 * frame.c:
8402 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
8403 * config.in: Regenerate.
8404
84052008-07-30 Jason Rumney <jasonr@gnu.org>
8406
8407 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
8408
8409 * w32font.c (w32font_encode_char): Leave as unicode if in range.
8410 (w32font_open_internal): Get unicode version of textmetrics.
8411 Don't enable or disable glyph indices here.
8412 (w32font_open): Disable use of glyph indices.
8413
8414 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
8415
84162008-07-30 Chong Yidong <cyd@stupidchicken.com>
8417
8418 * minibuf.c (Vread_buffer_function): Doc fix.
8419
84202008-07-30 John Paul Wallington <jpw@pobox.com>
8421
8422 * minibuf.c (read_buffer_completion_ignore_case): New var.
8423 (Fread_buffer): Use it.
8424
84252008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8426
8427 * systty.h (sensemode): Remove empty #if. Remove reference to
8428 BSD_TERMIOS, unused.
8429
8430 * sysdep.c: Remove reference to DGUX.
8431 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
8432
8433 * config.in: Regenerate.
8434
84352008-07-30 Jason Rumney <jasonr@gnu.org>
8436
8437 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
8438
84392008-07-29 Jason Rumney <jasonr@gnu.org>
8440
8441 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
8442 is populated.
8443 (uniscribe_encode_char): Always use uniscribe.
8444 Avoid using context if cache is populated.
8445
84462008-07-29 Jan Djärv <jan.h.d@swipnet.se>
8447
8448 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
8449 open menu.
8450
8451 * gtkutil.c (menu_nav_ended): Remove.
8452 (create_menus): Remove signal connect for menu_nav_ended.
8453
84542008-07-28 Chong Yidong <cyd@stupidchicken.com>
8455
8456 * xdisp.c (redisplay_window): Check return value of
8457 compute_window_start_on_continuation_line before forcing a window
8458 start.
8459
84602008-07-28 Jason Rumney <jasonr@gnu.org>
8461
8462 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
8463
8464 * w32term.c (w32_enable_unicode_output, cleartype_active):
8465 Remove obsolete display options.
8466 (x_draw_glyph_string_background): Don't use old cleartype_active
8467 workaround.
8468 (w32_initialize): Remove cleartype_active initialization.
8469 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
8470
84712008-07-28 Andreas Schwab <schwab@suse.de>
8472
8473 * lisp.h (init_weak_hash_tables, syms_of_font)
8474 (xd_read_queued_messages, syms_of_dbusbind): Declare.
8475 (remove_hash_entry): Don't declare.
8476 * eval.c (maybe_call_debugger): Make static and move before use.
8477 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
8478 * xdisp.c: Include "gtkutil.h" if USE_GTK.
8479 * xterm.h (x_set_frame_alpha): Declare.
8480
84812008-07-28 Jan Djärv <jan.h.d@swipnet.se>
8482
8483 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
8484 (create_menus): Connect selection-done to menu_nav_ended.
8485
84862008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8487
8488 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
8489 Set Vx_resource_name to a fallback. Replace read of 'buffered'
8490 parameter with read of 'alpha' one.
8491 (Qns_frame_parameter): Remove.
5582fbc7 8492 * nsselect.m (selection-coding-system)
aac0c6e3
MR
8493 (next-selection-coding-system, Vselection_coding_system)
8494 (Vnext_selection_coding_system): Drop.
8495
84962008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8497
8498 * nsfns.m (do-applescript, do_applescript): Rename to
8499 ns-do-applescript, ns_do_applescript, and move within file.
8500
85012008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8502
8503 Remove support for Mac Carbon.
8504 * mactoolbox.c:
8505 * macterm.h:
8506 * macterm.c:
8507 * macselect.c:
8508 * macmenu.c:
8509 * macgui.h:
8510 * macfns.c:
8511 * mac.c: Remove file.
8512 * s/darwin.h:
8513 * m/intel386.h:
8514 * xfaces.c:
8515 * xdisp.c:
8516 * window.c:
8517 * tparam.c:
8518 * termhooks.h:
8519 * termcap.c:
8520 * term.c:
8521 * syssignal.h:
8522 * sysselect.h:
8523 * sysdep.c:
8524 * process.c:
8525 * lread.c:
8526 * lisp.h:
8527 * keyboard.c:
8528 * image.c:
8529 * fringe.c:
8530 * frame.h:
8531 * frame.c:
8532 * fontset.c:
8533 * font.h:
8534 * font.c:
8535 * fns.c:
8536 * fileio.c:
8537 * emacs.c:
8538 * dispnew.c:
8539 * dispextern.h:
8540 * config.in:
8541 * atimer.c:
2ae37cf0 8542 * Makefile.in: Remove code for Carbon.
aac0c6e3 8543
f0131492 85442008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
8545
8546 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
8547
85482008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8549
8550 * macterm.h (kCGBitmapByteOrder32Host): New define for
8551 non-universal SDKs.
8552
8553 * image.c (mac_create_cg_image_from_image, image_load_image_io)
8554 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8555
8556 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
8557 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8558
85592008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
8560
8561 * w32inevt.c: Include dispextern.h.
8562
85632008-07-26 Andreas Schwab <schwab@suse.de>
8564
8565 * print.c (print_object): Fix off-by-one in last change.
8566
85672008-07-25 Juanma Barranquero <lekktu@gmail.com>
8568
8569 * term.c (syms_of_term): Don't initialize default_orig_pair,
8570 default_set_foreground and default_set_background on Windows.
8571
85722008-07-25 Jason Rumney <jasonr@gnu.org>
8573
8574 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
8575 ScriptItemize. Clean up return value checking. Remove unused
8576 variables.
8577 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
8578 shaping engine.
8579
8580 * w32font.c (w32font_has_char): Handle the case where we can't
8581 determine the script for a character.
8582
85832008-07-25 Chong Yidong <cyd@stupidchicken.com>
8584
8585 * term.c (syms_of_term): Initialize default_orig_pair,
8586 default_set_foreground, and default_set_background.
8587
8588 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
8589 clash (bug#86).
8590 (getloadavg): Callers changed.
8591
8592 * image.c (svg_load_image): Fix last change.
8593 (svg_load_image): Use rsvg_handle_get_dimensions to check that
8594 image size is valid. Use g_object_unref instead of deprecated
8595 rsvg_handle_free to free rsvg handle.
8596 (x_from_xcolors): Don't initialize pixmap (silence compiler).
8597
85982008-07-25 Jason Rumney <jasonr@gnu.org>
8599
8600 * w32font.c (w32font_encode_char): Encode characters outside BMP as
8601 surrogates before looking up glyph index.
8602 (w32font_text_extents): Encode as surrogates if falling back to
8603 functions that need UTF-16 wide chars.
8604
8605 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8606 BMP as surrogates before looking up glyph index.
8607
86082008-07-25 Chong Yidong <cyd@stupidchicken.com>
8609
8610 * image.c (svg_load_image): Check for failure in return value of
8611 rsvg_handle_get_pixbuf. Free rsvg handle when done.
8612
86132008-07-25 Jason Rumney <jasonr@gnu.org>
8614
8615 * w32font.c (Fx_select_font): Reverse sense of second arg.
8616
86172008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8618
8619 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8620 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8621
8622 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8623 (PURESIZE): Use it.
8624
86252008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8626
8627 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8628 * m/alpha.h (TEXT_END):
8629 * m/ibmrs6000.h (TEXT_END):
8630 * m/macppc.h (TEXT_END):
8631 * s/darwin.h (TEXT_END):
8632 * s/msdos.h (TEXT_END): Remove, unused.
8633 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8634 * s/cygwin.h: Remove comment.
8635
8636 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8637 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8638 * m/intel386.h (DOT_GLOBAL_START):
8639 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8640 (USG): Remove, file not used on USG platforms.
8641
8642 * Makefile.in (HAVE_X11): Remove empty #else.
8643
86442008-07-24 Andreas Schwab <schwab@suse.de>
8645
8646 * fileio.c (Finsert_file_contents): Properly adjust undo list
8647 after format conversion.
8648
86492008-07-24 Jan Djärv <jan.h.d@swipnet.se>
8650
8651 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8652 (menu_nav_ended): Remove.
8653 (create_menus): Remove signal connect for menu_nav_ended.
8654 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8655 create_menus.
8656 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8657
86582008-07-23 Jason Rumney <jasonr@gnu.org>
8659
8660 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8661 with opened font.
8662 (w32font_open): Set font type to gdi.
8663
8664 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8665
86662008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8667
8668 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8669 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8670 defines it.
8671 * unexec.c (ADDR_CORRECT): Define unconditionally.
8672
8673 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8674
8675 * unexec.c: Remove code depending on !COFF and USG, the file is
8676 not used for such systems.
8677
8678 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8679 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8680 (LD_SWITCH_SYSTEM_1): Remove, update users.
8681
8682 * s/darwin.h (DATA_END):
8683 * m/intel386.h (DATA_END):
8684 * m/ibmrs6000.h (DATA_END):
8685 * m/alpha.h (DATA_END): Remove, unused.
8686
8687 * config.in: Regenerate.
8688 * s/ms-w32.h (subprocesses): Define unconditionally.
8689 * s/template.h (subprocesses): Update comment.
8690 * s/vms.h (subprocesses):
8691 * s/usg5-4.h (subprocesses):
8692 * s/hpux10-20.h (subprocesses):
8693 * s/gnu-linux.h (subprocesses):
8694 * s/cygwin.h (subprocesses):
8695 * s/bsd-common.h (subprocesses):
8696 * s/aix4-2.h (subprocesses):
8697 * s/darwin.h (subprocesses): Do not define, defined by default now.
8698
8699 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8700 Remove all references.
8701 (temacs): Add GNUstep specific ld flags.
8702
8703 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8704 similarly to what X does.
8705
87062008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8707
8708 * nsfns.m (x-list-fonts): Remove.
8709 (syms_of_nsfns): Drop the x-list-fonts declaration.
8710 * nsterm.m: Get rid of remaining "//" comments.
8711
87122008-07-22 Chong Yidong <cyd@stupidchicken.com>
8713
8714 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8715
8716 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8717 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8718 (Fns_own_selection_internal, Fx_disown_selection_internal)
8719 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8720
8721 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8722 ... */' style of docstrings. Doc fixes.
8723
87242008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8725
8726 * terminfo.c (UP, BC, PC): Undo previous change.
8727
8728 * nsfns.m: Rename ns prefixed functions/variables to the
8729 corresponding x versions. Update references.
8730
87312008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8732
8733 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8734
87352008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8736
8737 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8738 Remove forwarding functions.
8739 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8740 non-static.
8741 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8742 non-static.
8743 (ns_frame_parm_handlers): Use the new names.
8744 (syms_of_nsfns): Move to the end of file.
8745
8746 * nsterm.m (syms_of_nsterm): Move to the end of file.
8747
8748 * dispnew.c (init_display): Remove code for X10.
8749
87502008-07-22 Jason Rumney <jasonr@gnu.org>
8751
8752 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8753 bare drive.
8754
87552008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8756
8757 * nsterm.m (syms_of_nsterm): Remove debugging println.
8758
87592008-07-22 David Reitter <david.reitter@gmail.com>
8760
8761 * nsfns.m (do_applescript, F_do_applescript): NS version of the
8762 Carbon implementation of the same functionality: execute arbitrary
8763 AppleScript code.
8764
87652008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8766
8767 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8768 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8769 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8770 (Fx_display_mm_height, Fx_display_mm_width)
8771 (Fx_display_backing_store, Fx_display_visual_class)
8772 (Fx_display_save_under, Fx_open_connection)
8773 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8774 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8775 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8776 (Fx_display_pixel_width, Fx_display_pixel_height)
8777 (Fx_display_usable_bounds, Fx_display_planes)
8778 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8779 ... */' style of docstrings.
8780
87812008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8782
8783 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8784 on this platform.
8785 (mips):
8786 * m/iris4d.h (mips): Do not define.
8787 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8788
8789 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8790
8791 * image.c:
8792 * nsfns.m:
8793 * nsselect.m:
8794 * nsterm.h:
8795 * nsterm.m: Rename ns prefixed functions/variables to the
8796 corresponding x versions. Update references.
8797
8798 * m/ibms390x.h (NO_REMAP): Do not undefine.
8799
8800 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8801
88022008-07-21 Chong Yidong <cyd@stupidchicken.com>
8803
8804 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8805 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8806 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8807 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8808 (Fns_display_mm_height, Fns_display_mm_width)
8809 (Fns_display_backing_store, Fns_display_visual_class)
8810 (Fns_display_save_under, Fns_open_connection)
8811 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8812 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8813 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8814 (Fns_display_pixel_width, Fns_display_pixel_height)
8815 (Fns_display_usable_bounds, Fx_display_planes)
8816 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8817
88182008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
8819
8820 * print.c (print_object): Check print_depth before searching for
8821 circularities.
8822
88232008-07-21 Michael Albinus <michael.albinus@gmx.de>
8824
8825 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8826 only sprintf.
8827
88282008-07-21 Kenichi Handa <handa@m17n.org>
8829
8830 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8831
88322008-07-20 Andreas Schwab <schwab@suse.de>
8833
8834 * syntax.c (find_start_pos, find_start_value)
8835 (find_start_value_byte, find_start_begv, find_defun_start)
8836 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8837
88382008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8839
8840 * s/sol2-3.h: Insert contents of s/sol2.h.
8841 (LD_SWITCH_SYSTEM): Remove redundant definition.
8842 * s/sol2.h: Remove, unused.
8843
88442008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8845
8846 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8847
88482008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8849
8850 * Makefile.in (ns_appdir): Fix typo in find command.
8851
88522008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8853
8854 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8855
8856 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8857 added not supported anymore.
8858
8859 * s/usg5-4-2.h (LIBS_SYSTEM):
8860 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8861
8862 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8863 * s/lynxos.h (GETPGRP_NO_ARG):
8864 * s/hpux10-20.h (NO_SIOCTL_H):
8865 * s/gnu.h (GETPGRP_NO_ARG):
8866 * s/gnu-linux.h (NO_SIOCTL_H):
8867 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8868 * s/cygwin.h (GETPGRP_NO_ARG):
8869 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8870 (C_DEBUG_SWITCH): Remove duplicate definition.
8871
8872 * m/ibms390.h: Remove boilerplate comments.
8873
8874 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8875
8876 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8877 (wait_reading_process_output): Remove code for SunOS, platform not
8878 supported anymore. Use SOLARIS2 instead of sun.
8879
88802008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8881
8882 * font.c (font_open_by_name): Under NS, default lface height to zero.
8883 (font_open_for_lface): Under NS, set size based on frame fontsize.
8884 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8885 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8886
88872008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8888
8889 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8890 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8891 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8892 YES/NO.
8893 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8894 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8895 * Makefile.in (clean): Clear out build destination dir.
8896
88972008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8898
8899 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8900 xterm, xselect.
8901 * lisp.h: Remove declaration of hash_remove.
8902 * nsgui.h: Remove redefinitions of hash_remove.
8903 * fns.c (hash_remove): Rename to hash_remove_from_table.
8904
89052008-07-19 Seiji Zenitani <zenitani@mac.com>
8906
8907 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8908 strdup() the family UTF8String before modifying it.
8909
89102008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8911
8912 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8913 NS_FACE_BACKGROUND with 0 instead of nil.
8914 * nsfont.m (nsfont_draw): Same.
8915
89162008-07-19 Chong Yidong <cyd@stupidchicken.com>
8917
8918 * nsfns.m (ns_set_background_color): Fix crash.
8919
89202008-07-18 Chong Yidong <cyd@stupidchicken.com>
8921
8922 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8923
89242008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8925
8926 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8927
89282008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8929
8930 * gtkutil.c: Include <config.h> instead of "config.h".
8931
8932 * lisp.h (Foverlay_buffer): Add EXFUN.
8933
8934 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8935 child process to complete child_setup. Undo 2005-09-21 change.
8936
8937 * s/darwin.h: Mention setsid after vfork.
8938
89392008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8940
8941 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8942 Depend on macgui.h.
8943
8944 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8945 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8946
8947 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8948 and f19.
8949 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8950
8951 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8952 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8953 Remove enumerators.
8954
8955 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8956 Check if FACE_FROM_ID returns NULL.
8957
89582008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8959
8960 * w32inevt.c (change_frame_size): Remove extern declaration.
8961 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8962 change_frame_size.
8963
89642008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8965
8966 * getloadavg.c: Revert last change (2008-07-15).
8967
89682008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8969
8970 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 8971 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
8972 from configure.
8973
89742008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8975
8976 * s/sol2.h:
8977 * s/sol2-4.h: Reorganize conditionals.
8978
8979 * ecrt0.c: Remove code depending on m68000, not used anymore.
8980
8981 * fns.c (hash_remove): Make static.
8982 * lisp.h (hash_remove): Don't prototype.
8983
8984 * m/ibmrs6000.h:
8985 * m/ibms390x.h:
8986 * m/macppc.h: Remove boilerplate comments.
8987
8988 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8989 Solaris, which does not need them.
8990
8991 * m/vax.h: Remove comments about unsupported systems.
8992
8993 * s/darwin.h: Reorganize ifdefs.
8994
89952008-07-17 Andreas Schwab <schwab@suse.de>
8996
8997 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8998
89992008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9000
9001 Use SDATA. Follow coding convention of placing operators at
9002 beginning of next line rather than end of previous line, and placing
9003 spaces around infix operators.
9004
9005 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
9006 in case it was defined already.
9007 USE @GNUSTEP_MAKEFILES@ rather than envvars.
9008 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
9009 ns_default.
9010 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
9011 Lisp_Objects.
9012 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
9013 (ns_defined_color, ns_color_to_lisp): Declare.
9014 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
9015 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
9016 it's accepted even with USE_LISP_UNION_TYPE.
9017 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
9018 (update_frame_tool_bar): Remove apparently obsolete tests for
9019 non-integerness of f->tool_bar_lines.
9020 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
9021 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
9022 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
9023 (nsfont_open): Don't confuse NULL for Qnil.
9024 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
9025 * menu.h (find_and_call_menu_selection):
9026 * menu.c (find_and_call_menu_selection): Use just int for vector size.
9027 (find_and_return_menu_selection): Always return something.
9028 * frame.h: Include dispextern.h for Display_Info.
9029 (display_x_get_resource): Declare.
9030
90312008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
9032
9033 * syntax.c: Remove stdio.h include accidentally introduced in
9034 Emacs.app commit.
9035 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
9036 NS_IMPL_COCOA.
9037 * keyboard.c (handle_async_input, input_available_signal): Remove
9038 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
9039
90402008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
9043 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
9044 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
9045 Use SDATA.
9046
9047 * keymap.c: Remove all NS-specific code.
9048 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
9049 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
9050 where_is_preferred_modifier, return a different value depending on how
9051 preferred is the binding.
9052 (where_is_internal): Adjust accordingly.
9053 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
9054 Adjust to new preferred_sequence_p.
9055 (syms_of_keymap): Declare `where-is-preferred-modifier'.
9056 * keyboard.c (parse_solitary_modifier): Not static any more.
9057 * keyboard.h (parse_solitary_modifier): Declare.
9058
90592008-07-16 Andreas Schwab <schwab@suse.de>
9060
9061 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
9062 of easymenu.
9063
90642008-07-16 Chong Yidong <cyd@stupidchicken.com>
9065
9066 * xdisp.c (move_it_in_display_line): Account for word wrap, so
9067 that we don't move off the line.
9068
90692008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * keyboard.c (Qsuper): Remove.
9072 (parse_menu_item): Don't call where_is_internal specially for NS.
9073
90742008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9075
9076 * s/gnu-linux.h: Remove boilerplate comments.
9077
9078 * m/alpha.h (__ELF__): Consolidate conditions.
9079
9080 * m/m68k.h (linux): Use GNU_LINUX instead.
9081 Remove boilerplate comments.
9082
9083 * m/intel386.h: Undo refactoring from previous change.
9084 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
9085 too, remove dead code.
9086 (linux): Use GNU_LINUX instead.
9087
90882008-07-16 Jason Rumney <jasonr@gnu.org>
9089
9090 * w32gui.h: Repeat 26 June changes lost by last change.
9091
90922008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9093
9094 * systty.h: Remove code for Aix on 386, unsupported platform.
9095
9096 * s/ms-w32.h: Remove boilerplate comments.
9097 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
9098
9099 * s/gnu-linux.h (TERM): Remove support.
9100 (HAVE_SYSVIPC): Remove, unused.
9101 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
9102 for this system.
9103
9104 * process.c: Remove support for IRIS, unused.
9105 Remove support for TERM, not relevant anymore.
9106
9107 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
9108 used with the definition.
9109
9110 * s/aix4-2.h (static): Do not undef.
9111
9112 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
9113 only used on Aix.
9114 (HAVE_SYSVIPC): Remove, unused.
9115
9116 * m/hp800.h (CANNOT_DUMP): Do not undef.
9117
9118 * m/alpha.h: Fix comment.
9119
9120 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
9121 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
9122 used by this configuration.
9123 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
9124 * unexec.c: Remove code depending on HPUX and
9125 USG_SHARED_LIBRARIES, not used with this file. Remove code
9126 depending on IRIS, unused. Remove if 0-ed code.
9127
9128 * s/template.h: Remove comments about static.
9129
9130 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
9131 Remove if 0-ed code.
9132 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
9133 were the same as the default.
9134 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
9135 Remove boilerplate comments.
9136 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
9137 (HAVE_SYSVIPC): Remove, unused.
9138 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
9139
9140 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9141 Remove boilerplate comments.
9142 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9143 Remove boilerplate comments.
9144 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9145 Remove boilerplate comments.
9146 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
9147
9148 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
9149 USG systems which do not use DATA_SEG_BITS.
9150 Refactor code. Remove boilerplate comments.
9151
9152 * m/ibms390.h:
9153 * m/m68k.h:
9154 * s/bsd-common.h:
9155 * s/cygwin.h:
9156 * s/darwin.h:
9157 * s/freebsd.h:
9158 * s/gnu.h:
9159 * s/msdos.h: Remove boilerplate comments.
9160
9161 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 9162 do not use this file.
aac0c6e3
MR
9163 (IRIS_4D): Remove, unused.
9164
9165 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 9166 do not use this file.
aac0c6e3
MR
9167 (SIGN_EXTEND_CHAR):
9168 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
9169 * unexmips.c: Remove file, unused.
9170
9171 * editfns.c (Fuser_full_name): Replace the only use of
9172 USER_FULL_NAME with its value.
9173 * config.in: Regenerate.
9174
91752008-07-16 David Reitter <david.reitter@gmail.com>
9176
9177 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
9178 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
9179
91802008-07-16 Glenn Morris <rgm@gnu.org>
9181
9182 * emacs.c (system-type): Doc fix.
9183
91842008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
9187 If the cache doesn't work, let's fix it, rather than work around it.
9188
91892008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9190
9191 * Makefile.in: Correct additions for nsfont.o in last commit.
9192 * nsfont.m: New file (forgot last commit).
9193
91942008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9195
9196 * callproc.c (set_initial_environment): Initialize
9197 Vprocess_environment under CANNOT_DUMP (fixes crash when
9198 batch-compiling for bootstrap).
9199
92002008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9201 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9202
9203 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
9204 fix crash due to different init order.
9205
92062008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9207
9208 Changes and additions for NeXTstep windowing system (Cocoa and
9209 GNUstep) support.
9210
9211 * Makefile.in:
9212 * config.in: Support defines and build commands for NS port.
9213 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
9214 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
9215 * dispextern.h: Include nsgui.h and add needed typedefs under NS
9216 windowing.
9217 (struct face): Add synth_ital field.
9218 * dispnew.c: Include nsterm.h when compiling under NS windowing.
9219 (init_display): Initialize Vinitial_window_system to "ns" when so
9220 compiled.
9221 * emacs.c: Include GSConfig.h when compiling under GNUstep.
9222 (display_arg): Use under NS.
9223 (main): Under NS, allocate autorelease pool and handle command line
9224 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
9225 (standard_args): Add NS-specific args.
9226 (shut_down_emacs): Shut down NS terminal if compiled under NS.
9227 * font.c (DEFAULT_ENCODING): New variable.
9228 (font_find_for_lface): Use it.
9229 (syms_of_font): Load syms_of_nsfont under NS.
9230 * font.h: Declare nsfont_driver when compiled under NS.
9231 * fontset.c: When compiling under NS, include nsterm.h.
9232 (fontset_from_font): Autoconstruct fontset under NS.
9233 * frame.c (various): Under NS, include nsterm.h, add Qns window system
9234 symbol, document and use it.
9235 (do_switch_frame): When for_deletion under Cocoa, add
9236 Fraise_frame(Qnil).
9237 (x_set_frame_parameters): Ensure font attribute changes are picked up.
9238 (x_get_arg): Allow "yes" and "no" as boolean values.
9239 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
9240 Qright under Cocoa.
9241 (focus-follows-mouse): Default to 0 under NS.
9242 * frame.h (enum output_method): Add output_ns.
9243 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
9244 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
9245 (FRAME_WINDOW_P): NS-specific definition.
9246 * fringe.c (max_used_fringe_bitmap): Make public.
9247 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
9248 (getloadavg): Use NeXT code under descendant OS's.
9249 * image.c (includes and header section, x_create_bitmap_from_data)
9250 (x_create_bitmap_from_file, free_bitmap_record, image_background)
9251 (image_background_transparent, x_clear_image_1)
9252 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
9253 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
9254 (x_to_xcolors, x_from_xcolors, x_disable_image)
9255 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
9256 other GUIs, including XPM support using code originally written for
9257 Carbon GUI.
9258 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
9259 using NS API.
9260 (image_ascent): Use font metrics macros instead of direct struct field
9261 access.
9262 * keyboard.c (includes): Add nsterm.h when compiling under NS.
9263 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
9264 Also, handle NS as GTK for menu bar purposes.
9265 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
9266 toolkit where they differ.
9267 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
9268 use cachelist, still needed under NS.
9269 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
9270 (struct widget_value): Define it here for menu.c.
9271 * keymap.c (includes): Include modifier internals.
9272 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
9273 NS.
9274 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
9275 support for preferring sequences using certain modifiers, specified by
9276 the FIRSTONLY argument.
9277 * lisp.h (hash_remove): Rename to avoid name clash when compiling
9278 under NS GNUstep implementation.
9279 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
9280 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
9281 * menu.c: Include nsterm.h under NS.
9282 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
9283 (free_menubar_widget_tree_value, update_submenu_strings)
9284 (find_and_call_menu_selection): Treat NS as X and NT.
9285 (find_and_return_menu_selection): New function, used for popup menus.
9286 * nsgui.h:
9287 * nsterm.h:
9288 * nsfns.m:
9289 * nsimage.m:
9290 * nsmenu.m:
9291 * nsselect.m:
9292 * nsterm.m: New files.
9293 * process.c (wait_reading_process_output): Under NS, call ns_select()
9294 instead of plain select().
9295 * syntax.c (char_quoted): Under NS, avoid a crash when called near
9296 beginning of buffer.
9297 * sysselect.h (init_process): Rename when compiling under Cocoa to
9298 avoid name conflict.
9299 * termhooks.h (display_info): Add ns_display_info to union.
9300 * terminal.c (Fterminal_live_p): Add ns to terminal types.
9301 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
9302 COCOA environment.
9303 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
9304 unexec() signature. (Note, this will dump, but the resulting file
9305 crashes; unexosx is used instead; keeping around for reference and
9306 possible aid in getting dump working under GNUstep.)
9307 * w32gui.h (button_type, widget_value): Remove definitions (now in
9308 keyboard.h).
9309 * window.c: Include nsterm.h when compiling under NS.
9310 * xdisp.c (includes): Include nsterm.h when compiling under NS.
9311 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
9312 other GUI windowing systems.
9313 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
9314 GTK.
9315 (x_consider_frame_title): Under NS, set icon type and frame
9316 modified-state indicator; use ns_set_name_as_filename() when using
9317 formatted title.
9318 (update_window_cursor): Make public when compiling under NS.
9319 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
9320 (hourglass_atimer, Vhourglass_delay
9321 * xfaces.c (header section, init_frame_faces, clear_font_table)
9322 (defined_color, unload_color, x_face_list_fonts)
9323 (prepare_face_for_display): Add NS support parallel to other GUIs.
9324 Emulate GCs like other non-X GUIs.
9325 (split_font_name): Don't lowercase font name under NS.
9326 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
9327 under NS.
9328 * s/darwin.h: Add support for compilation under NS.
9329
93302008-07-15 Jason Rumney <jasonr@gnu.org>
9331
9332 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
9333 (w32_show_hourglass): Rename from show_hourglass.
9334 (w32_hide_hourglass): Rename from hide_hourglass.
9335 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
9336 (Vhourglass_delay): Declare extern.
9337 (hourglass_started): Remove.
9338
9339 * xdisp.c (Vhourglass_delay): Remove static.
9340 (hourglass_started, start_hourglass, cancel_hourglass):
9341 Don't include these versions on WINDOWSNT.
9342
93432008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9344
9345 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
9346 variables (formerly in xfns.c).
9347 (show_hourglass, hide_hourglass): New prototypes (same).
9348 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
9349 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
9350 in xfns.c).
9351 (syms_of_xdisp): Declare/initialize display-hourglass,
9352 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
9353 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
9354 formerly in xfns.c.
9355 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9356 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9357 (start_hourglass, cancel_hourglass): Remove.
9358 (show_hourglass, hide_hourglass): Remove prototypes and static
9359 modifiers.
9360 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
9361 hourglass_atimer, hourglass_shown_p declaration/initialization.
9362 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9363 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9364 (start_hourglass, cancel_hourglass): Remove.
9365 (show_hourglass, hide_hourglass): Remove prototypes and static
9366 modifiers.
9367 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
9368 hourglass_atimer, hourglass_shown_p declaration/initialization.
9369 * w32fns.c (display_hourglass_p, Vhourglass_delay)
9370 (DEFAULT_HOURGLASS_DELAY): Remove.
9371 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
9372 hourglass_shown_p declaration/initialization.
9373
93742008-07-14 Jason Rumney <jasonr@gnu.org>
9375
9376 * w32fns.c (w32_get_arg): Remove wrapper function.
9377 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
9378 directly.
9379 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
9380
93812008-07-14 Kenichi Handa <handa@m17n.org>
9382
9383 * xfont.c (xfont_open): Add workaround for X's bug.
9384
93852008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9386
9387 * fontset.c: Include <stdio.h> unconditionally.
9388
93892008-07-13 Michael Albinus <michael.albinus@gmx.de>
9390
9391 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
9392 for filtering.
9393
93942008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9395
9396 * s/vms.h: Use __GNUC__ instead of _GNUC_.
9397
9398 * m/macppc.h:
9399 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
9400
9401 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
9402 (SPECIAL_EMACS_INT):
9403 * m/ia64.h (SPECIAL_EMACS_INT):
9404 * m/amdx86-64.h (SPECIAL_EMACS_INT):
9405 * s/gnu.h (NLIST_STRUCT):
9406 * s/aix4-2.h (X11R5_INHIBIT_I18N):
9407 * s/gnu-linux.h (LINUX):
9408 * s/msdos.h (HAVE_FACES):
9409 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
9410
9411 * systty.h:
9412 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
9413 anymore.
9414
94152008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
9416
9417 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
9418 always defined as int.
9419
9420 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
9421 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
9422 * s/gnu-linux.h (HAVE_WAIT_HEADER):
9423 * s/freebsd.h (HAVE_WAIT_HEADER):
9424 * s/bsd-common.h (HAVE_UNION_WAIT):
9425 * s/aix4-2.h (HAVE_WAIT_HEADER):
9426 * m/mips.h (HAVE_UNION_WAIT):
9427 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
9428 (COFF, static): Do not define, they are undefined later in the file.
9429
9430 * process.c (update_status): Don't use a union.
9431 (status_convert):
9432 (sigchld_handler): Use int instead of WAITTYPE.
9433
94342008-07-12 Chong Yidong <cyd@stupidchicken.com>
9435
9436 * indent.c (Fvertical_motion): Restore hscroll before moving to
9437 goal column.
9438
94392008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9440
9441 * lisp.h: Remove left over code.
9442
94432008-07-11 Andreas Schwab <schwab@suse.de>
9444
9445 * lisp.h: Fix logic in last change.
9446
9447 * menu.h: New file.
9448 * menu.c: Include it.
9449 * xmenu.c: Likewise.
9450 * Makefile.in: Update dependencies.
9451
94522008-07-11 Kenichi Handa <handa@m17n.org>
9453
9454 * fontset.c (fontset_from_font): Cancel the previous change.
9455
94562008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9457
9458 * lisp.h:
9459 * w32heap.c:
9460 * emacs.c:
9461 * alloc.c: Replace all references of NO_UNION_TYPE with
9462 USE_LISP_UNION_TYPE.
9463
9464 * m/xtensa.h (NO_UNION_TYPE):
9465 * m/vax.h (NO_UNION_TYPE):
9466 * m/template.h (NO_UNION_TYPE):
9467 * m/sparc.h (NO_UNION_TYPE):
9468 * m/mips.h (NO_UNION_TYPE):
9469 * m/macppc.h (NO_UNION_TYPE):
9470 * m/m68k.h (NO_UNION_TYPE):
9471 * m/iris4d.h (NO_UNION_TYPE):
9472 * m/intel386.h (NO_UNION_TYPE):
9473 * m/ibms390x.h (NO_UNION_TYPE):
9474 * m/ibms390.h (NO_UNION_TYPE):
9475 * m/ibmrs6000.h (NO_UNION_TYPE):
9476 * m/ia64.h (NO_UNION_TYPE):
9477 * m/hp800.h (NO_UNION_TYPE):
9478 * m/arm.h (NO_UNION_TYPE):
9479 * m/amdx86-64.h (NO_UNION_TYPE):
9480 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
9481 defining it the same.
9482
94832008-07-10 Chong Yidong <cyd@stupidchicken.com>
9484
9485 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
9486
94872008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9488
9489 * fileio.c:
9490 * sysdep.c
9491 * systty.h:
9492 * m/ibmrs6000.h:
9493 * m/iris4d.h:
9494 * s/aix4-2.h:
9495 * s/freebsd.h:
9496 * s/gnu-linux.h:
9497 * s/hpux10-20.h:
9498 * s/hpux11.h:
9499 * s/netbsd.h:
9500 * s/sol2-3.h:
9501 * s/sol2-4.h:
9502 * s/sol2.h:
9503 * s/usg5-4.h:
9504 * s/vms.h: Remove references to unused variables.
9505
95062008-07-10 Andreas Schwab <schwab@suse.de>
9507
9508 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
9509 pattern before matching the generic family.
9510
95112008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9512
9513 * unexec.c:
9514 * s/vms.h:
9515 * s/usg5-4-2.h:
9516 * s/sol2-5.h:
9517 * s/freebsd.h:
9518 * s/darwin.h: Remove dead code.
9519
9520 * m/template.h:
9521 * m/sparc.h:
9522 * m/mips.h:
9523 * m/m68k.h:
9524 * m/iris4d.h:
9525 * m/intel386.h:
9526 * m/ibms390x.h:
9527 * m/ibms390.h:
9528 * m/ia64.h:
9529 * m/hp800.h:
9530 * m/arm.h:
9531 * m/amdx86-64.h: Remove dead code and references to unused
9532 and compiler defined symbols.
9533
9534 * unexmips.c:
9535 * unexelf.c: Remove references to desupported systems.
9536
9537 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
9538
9539 * m/powermac.h: Remove boilerplate comments.
9540 (NO_REMAP): Remove unused definition.
9541
9542 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
9543 define them.
9544
95452008-07-10 Kenichi Handa <handa@m17n.org>
9546
9547 * xfont.c (xfont_open): Log the reason of failure.
9548
95492008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * fontset.c (fontset_get_font_group):
9552 * font.c (font_check_otf): Specify argument types.
9553
95542008-07-09 Kenichi Handa <handa@m17n.org>
9555
9556 * coding.c (detect_coding_utf_8): Set detect_info->found only when
9557 non-ASCII char is found.
9558
9559 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
9560 (reorder_font_vector): Change the arg preferred_family to font.
9561 Prefer the spec matching with font.
9562 (fontset_get_font_group): New function.
9563 (fontset_find_font): Change the format of an element of a realized
9564 fontset. Use fontset_get_font_group.
9565 (fontset_font): Try the current fontset, the default fontset, the
9566 fallbacks of the current fontset, and the fallbacks of the default
9567 fontset in this order.
9568 (face_for_char): Delete the shortcut to use the current font.
9569 (fontset_from_font): Don't set fonts for Latin in the fontset.
9570
9571 * font.h (font_make_object, font_match_p): Adjust prototypes.
9572
9573 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
9574
9575 * font.c (font_make_object): New arg entity and pixelsize.
9576 (font_check_otf_features, font_check_otf): New functions.
9577 (font_match_p): Check :lang, :script, and :otf properties.
9578
9579 * xfont.c (xfont_open): Adjust it for the change of
9580 font_make_object.
9581 (xfont_text_extents): Fix initial setting of metrics.
9582
9583 * ftfont.c (struct ftfont_info): New member index, delete member
9584 fc_charset_idx. Make the member order compatible with struct
9585 xftfont_info.
9586 (fc_charset_table): Change charset names to registry names.
9587 (ftfont_pattern_entity): Delete the args registry and
9588 fc_charset_idx. Change the value of :font-entity property
9589 to (FONTNAME . INDEX). Always set :registry property to
9590 `iso10646-1'.
9591 (struct ftfont_cache_data): New struct.
9592 (ftfont_lookup_cache): New arg for_face.
9593 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
9594 (ftfont_driver): Set the member otf_capability.
9595 (ftfont_get_charset): Adjust it for the change of
9596 fc_charset_table.
9597 (OTF_TAG_SYM): New macro.
9598 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
9599 for the change of fc_charset_table.
9600 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
9601 ftfont_pattern_entity. Add FC_INDEX to objset.
9602 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
9603 and ftfont_pattern_entity.
9604 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
9605 font_make_object, struct ftfont_info.
9606 (ftfont_has_char): Use ftfont_get_fc_charset.
9607 (ftfont_otf_features, ftfont_otf_capability): New functions.
9608 (ftfont_shape): Use ftfont_get_otf.
9609 (ftfont_text_extents): Fix initial setting of metrics.
9610
9611 * xftfont.c (struct xftfont_info): New member ft_size. Make the
9612 member order compatible with struct ftfont_info.
9613 (xftfont_open): Add FC_CHARSET to the pattern. Set
9614 xftfont_info->ft_size. Don't unlock the face. Check BDF
9615 properties if appropriate.
9616 (xftfont_close): Unlock the face.
9617 (xftfont_anchor_point, xftfont_shape): Deleted.
9618 (syms_of_xftfont): Don't set members anchor_point and shape of
9619 xftfont_driver.
9620
9621 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9622 font_make_object.
9623
9624 * w32font.c (w32font_open): Adjust it for the change of
9625 font_make_object.
9626 (w32font_open_internal): Don't set properties of font_object here.
9627
96282008-07-08 Chong Yidong <cyd@stupidchicken.com>
9629
9630 * macfns.c (x_create_tip_frame):
9631 * w32fns.c (x_create_tip_frame):
9632 * xfns.c (x_create_tip_frame): Pass parameter argument to
9633 face-set-after-frame-default.
9634
9635 * xfaces.c (Finternal_merge_in_global_face): Save merged
9636 attributes for the default face back into the face vector.
9637
96382008-07-08 Andreas Schwab <schwab@suse.de>
9639
9640 * fontset.h: Declare fontset_from_font. Don't declare
9641 new_fontset_from_font and fontset_from_font_name.
9642 * xterm.c: Include "fontset.h".
9643 * Makefile.in (xterm.o): Update dependencies.
9644
96452008-07-08 Glenn Morris <rgm@gnu.org>
9646
9647 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
9648 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9649
96502008-07-07 Chong Yidong <cyd@stupidchicken.com>
9651
9652 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9653 (x_set_frame_parameters): Don't bind it.
9654
96552008-07-07 Juanma Barranquero <lekktu@gmail.com>
9656
9657 * w32fns.c (map_w32_filename): Declare extern.
9658
96592008-07-07 Jason Rumney <jasonr@gnu.org>
9660
9661 * w32term.c (WS_EX_LAYERED): Define if not already.
9662
96632008-07-06 Chong Yidong <cyd@stupidchicken.com>
9664
9665 * xfaces.c (set_font_frame_param): Don't try to set the font
9666 parameter if it is still unspecified in the lface.
9667
96682008-07-05 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9671 face if it didn't already exist.
9672
9673 * xdisp.c (try_window_id): Give up if word-wrapping is on.
9674
96752008-07-05 Andreas Schwab <schwab@suse.de>
9676
9677 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9678
96792008-07-05 Chong Yidong <cyd@stupidchicken.com>
9680
9681 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9682 word-wrapping.
9683 (IT_DISPLAYING_WHITESPACE): New macro.
9684 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9685 when word-wrapping. Simplify word-wrapping logic. Use correct
9686 pixel positions when saving copies of the iterator.
9687 (display_line): Use proper wrap point if the last character on a
9688 line was preceded by whitespace.
9689
96902008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9691
9692 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9693
96942008-07-04 Kenichi Handa <handa@m17n.org>
9695
9696 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9697
9698 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9699
97002008-07-02 Jason Rumney <jasonr@gnu.org>
9701
9702 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 9703 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
9704
9705 * xdisp.c (next_element_from_display_vector): Move assignment out
9706 of if statement.
9707
97082008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9709
9710 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9711
9712 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9713 (syms_of_fileio): Initialize and export them.
9714 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9715
9716 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9717 (Fsystem_move_file_to_trash): New function.
9718 (syms_of_w32fns): Export it to lisp.
9719
97202008-07-01 Jason Rumney <jasonr@gnu.org>
9721
9722 * w32font.c (w32font_text_extents): Don't count overhang as part
9723 of width.
9724
97252008-06-30 Miles Bader <miles@gnu.org>
9726
9727 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9728 Add `avoid_cursor_p' field.
9729
9730 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9731 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9732 (append_glyph, append_composite_glyph, produce_image_glyph)
9733 (append_stretch_glyph): Initialize avoid_cursor_p.
9734 (get_it_property): Rename from `get_line_height_property'.
9735 (x_produce_glyphs): Use get_it_property.
9736 (handle_line_prefix, push_display_prop): New functions.
9737 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9738 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9739 New variables.
9740 (syms_of_xdisp): Initialize them.
9741
97422008-06-30 Kenichi Handa <handa@m17n.org>
9743
9744 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9745 XftDefaultSubstitute (they are called in XftFontMatch).
9746 (xftfont_open): Fix args to ftfont_font_format.
9747
9748 * ftfont.c (fc_charset_table): New member lang.
9749 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 9750 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
9751 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9752 (ftfont_open): Fix args to ftfont_font_format.
9753 (ftfont_font_format): New arg filename.
9754
97552008-06-30 Chong Yidong <cyd@stupidchicken.com>
9756
9757 * xfaces.c (Finternal_merge_in_global_face): If default face was
9758 modified, realize it again. Update the font face attribute.
9759
97602008-06-29 Jason Rumney <jasonr@gnu.org>
9761
9762 * w32term.c (x_set_frame_alpha): Fix logic.
9763
97642008-06-29 Kenichi Handa <handa@m17n.org>
9765
9766 * fontset.c (Finternal_char_font): Return font-object instead of
9767 font-name.
9768
9769 * composite.c (get_composition_id): Fix the width calculation for TAB.
9770
97712008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * indent.c (Fvertical_motion): Properly handle float column arg.
9774
97752008-06-28 Jason Rumney <jasonr@gnu.org>
9776
9777 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9778 (pfnSetLayeredWindowAttributes): New function pointer.
9779 (w32_initialize): Initialize it when supported.
9780 (x_set_frame_alpha): New function.
9781
9782 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9783 (w32_frame_parm_handlers): Set alpha handler.
9784
9785 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9786
97872008-06-27 Jason Rumney <jasonr@gnu.org>
9788
9789 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9790 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9791 (w32_to_x_charset, x_to_w32_charset)
9792 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9793 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9794 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9795 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9796 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9797 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9798 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9799 (Qw32_charset_unicode): Remove.
9800 (syms_of_w32fns): Update for above changes.
9801
9802 * w32font.c (w32_to_x_charset, x_to_w32_charset)
9803 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9804 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9805 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9806 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9807 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9808 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9809 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9810 (syms_of_w32font): Update for above changes.
9811
98122008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
9813
9814 * s/usg5-4.h: Fix previous change: keep the correct branch of a
9815 removed #if.
9816 (USG_SHARED_LIBRARIES): Remove duplicate definition.
9817
98182008-06-26 Juanma Barranquero <lekktu@gmail.com>
9819 Eli Zaretskii <eliz@gnu.org>
9820
9821 * makefile.w32-in (LOCAL_FLAGS):
9822 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9823
9824 * sysdep.c (_spawnlp, _getpid):
9825 Declare with explicit _cdecl instead of _CRTAPI1.
9826
9827 * editfns.c (Fget_internal_run_time):
9828 Check for WINDOWSNT with #ifdef, not #if.
9829
98302008-06-26 Jason Rumney <jasonr@gnu.org>
9831
9832 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9833
9834 * w32term.c (x_draw_glyph_string_foreground)
9835 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9836 Use FONT_HANDLE macro.
9837 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9838
9839 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9840 (uniscribe_encode_char): Use FONT_HANDLE macro.
9841
9842 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9843 (w32font_text_extents): Use precast w32_font.
9844 (w32font_close): Free cached metrics.
9845 (w32font_open_internal): Allocate space for name on stack.
9846
98472008-06-26 Chong Yidong <cyd@stupidchicken.com>
9848
9849 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9850
98512008-06-26 Jason Rumney <jasonr@gnu.org>
9852
9853 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9854 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9855
98562008-06-26 Juanma Barranquero <lekktu@gmail.com>
9857
9858 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9859
98602008-06-26 Jason Rumney <jasonr@gnu.org>
9861
9862 * w32bdf.c, w32bdf.h: Remove obsolete files.
9863
9864 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9865
9866 * w32gui.h: Don't include w32bdf.h.
9867 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9868 Remove obsolete font support.
9869
9870 * w32font.h (struct w32font_info): Remove compat_w32_font.
9871 Add hfont member.
9872 (FONT_COMPAT): Remove obsolete macro.
9873
9874 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9875 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9876 (w32font_open_internal): Remove compat code. Set new hfont member.
9877 (Fx_select_font): Use new hfont member.
9878
9879 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9880 (uniscribe_encode_char): Use new hfont member.
9881
9882 * w32term.c (x_draw_glyph_string_foreground)
9883 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9884 (x_draw_glyph_string): Use metrics in w32font_info.
9885
98862008-06-26 Kenichi Handa <handa@m17n.org>
9887
9888 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9889
98902008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9891
9892 * unexnext.c:
9893 * m/ews4800.h:
9894 * m/hp9000s300.h:
9895 * m/ibm370aix.h:
9896 * m/mips-siemens.h:
9897 * m/ncr386.h:
9898 * m/next.h:
9899 * m/pmax.h:
9900 * m/powerpcle.h:
9901 * m/tandem-s2.h:
9902 * s/386bsd.h:
9903 * s/bsd386.h:
9904 * s/bsd4-1.h:
9905 * s/bsd4-2.h:
9906 * s/bsdos2-1.h:
9907 * s/bsdos2.h:
9908 * s/bsdos3.h:
9909 * s/bsdos4.h:
9910 * s/nextstep.h:
9911 * s/ultrix4-3.h:
9912 * s/usg5-0.h:
9913 * s/usg5-2-2.h:
9914 * s/usg5-2.h:
9915 * s/usg5-4-3.h:
9916 * s/ux4800.h:
9917 * s/uxpds.h:
9918 * s/uxpv.h: Remove support for obsolete systems.
9919 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 9920 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
9921 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9922 Remove, insert contents in s/aix4-2.h.
9923 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9924 * s/bsd4-3.h: Rename to ...
9925 * s/bsd-common.h: ... this.
9926 * data.c:
9927 * doc.c:
9928 * ecrt0.c:
9929 * emacs.c:
9930 * fileio.c:
9931 * floatfns.c:
9932 * keyboard.c:
9933 * mem-limits.h:
9934 * print.c:
9935 * process.c:
9936 * sysdep.c:
9937 * syssignal.h:
9938 * systty.h:
9939 * syswait.h:
9940 * term.c:
9941 * unexec.c:
9942 * unexelf.c:
9943 * unexhp9k800.c:
9944 * m/hp800.h:
9945 * m/ibmrs6000.h:
9946 * m/mips.h:
9947 * m/vax.h:
9948 * s/darwin.h:
9949 * s/freebsd.h:
9950 * s/gnu.h:
9951 * s/ms-w32.h:
9952 * s/msdos.h:
9953 * s/netbsd.h:
9954 * s/template.h: Remove references to obsolete variables.
9955
9956 * Makefile.in: Add dependencies for all unexec files.
9957 (admindir): Remove unused variable.
9958 (UNEXEC_SRC): Remove references.
9959
99602008-06-25 Chong Yidong <cyd@stupidchicken.com>
9961
9962 * xfns.c (x_default_font_parameter): If Xft is available, first
9963 try Monospace-12 for the default font.
9964
99652008-06-25 Jason Rumney <jasonr@gnu.org>
9966
9967 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9968
99692008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9972
9973 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9974
99752008-06-25 Juanma Barranquero <lekktu@gmail.com>
9976
9977 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9978 <scroll-conservatively>: Fix typo in docstring.
9979
9980 * xselect.c (Fx_send_client_event): Doc fix.
9981
99822008-06-25 Kenichi Handa <handa@m17n.org>
9983
9984 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9985
9986 * font.c (font_parse_fcname): Remove unused variables.
9987 (font_sort_entites): Delete the arg SPEC. Caller changed.
9988 Fix for the case of ! best_only.
9989 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9990
9991 * lisp.h (Fstring_to_unibyte): EXFUN it.
9992
9993 * character.h (str_to_unibyte): Extern it.
9994
9995 * character.c (str_to_unibyte): New function.
9996
9997 * fns.c (Fstring_to_unibyte): New function.
9998 (syms_of_fns): Defsubr it.
9999
100002008-06-24 Kenichi Handa <handa@m17n.org>
10001
10002 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
10003 DPI too.
10004 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
10005
100062008-06-24 Andreas Schwab <schwab@suse.de>
10007
10008 * Makefile.in (${lispsource}loaddefs.el): Rename from
10009 ../lisp/loaddefs.el.
10010 (bootstrap-clean): Do what distclean does but don't remove
10011 Makefile.
10012 (distclean): Depend on bootstrap-clean and remove Makefile.
10013
100142008-06-24 Chong Yidong <cyd@stupidchicken.com>
10015
10016 * buffer.h (struct buffer): New member word_wrap.
10017
10018 * buffer.c (syms_of_buffer): New variables default-word-wrap and
10019 word-wrap.
10020 (init_buffer_once): Initialize them.
10021
10022 * dispextern.h (struct it): Replace bool truncate_lines_p with a
10023 line_wrap enum possessing three possible values.
10024
10025 * termopts.h: Replace truncate_partial_width_windows with
10026 Vtruncate_partial_width_windows.
10027
10028 * dispnew.c (direct_output_for_insert): Avoid direct output when
10029 inserting a space with word wrap on.
10030
10031 * indent.c (compute_motion): Obey integer values of
10032 truncate-partial-width-windows.
10033
10034 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
10035 replacing truncate_partial_width_windows.
10036 (init_iterator): If Vtruncate_partial_width_windows is an integer,
10037 truncate only if the window width is below that integer.
10038 (start_display, resize_mini_window, produce_stretch_glyph)
10039 (display_string, move_it_in_display_line_to): Use line_wrap.
10040 (back_to_previous_visible_line_start, reseat_1): Reset
10041 string_from_display_prop_p.
10042 (display_line): Extend default face to end of line when wrapping.
10043
100442008-06-24 Kim F. Storm <storm@cua.dk>
10045
10046 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
10047 to wrap continued lines at word boundaries.
10048
100492008-06-24 Jason Rumney <jasonr@gnu.org>
10050
10051 * font.c (Ffont_face_attributes): Multiply pixel size before point
10052 conversion to avoid multiplying rounding error.
10053
100542008-06-23 Jason Rumney <jasonr@gnu.org>
10055
10056 * w32term.c (x_draw_glyph_string_background)
10057 (x_draw_glyph_string): Remove old bdf font code.
10058
10059 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
10060
100612008-06-22 Kenichi Handa <handa@m17n.org>
10062
10063 * font.c (font_find_for_lface): Try the adstyle specified in
10064 the property of LFACE_FONT of LFACE (if any).
10065
100662008-06-21 Seiji Zenitani <zenitani@mac.com>
10067 Ryo Yoshitake <ryo@shiftmode.net>
10068
10069 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
10070
100712008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10072
10073 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
10074 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
10075 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
10076 (witness-emacs): Remove.
10077 (lisp, shortlisp): Move loaddefs.el earlier.
10078 (mostlyclean): Forget about witness-emacs.
10079
100802008-06-22 Glenn Morris <rgm@gnu.org>
10081
10082 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
10083 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
10084
100852008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * Makefile.in (PRECOMP): Remove.
10088 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
10089 (witness-emacs): Run `compile-first'.
10090 (.el.elc): Use the new compile-onefile target.
10091
100922008-06-21 Kenichi Handa <handa@m17n.org>
10093
10094 * xftfont.c (xftfont_open): Handle QCembolden only when
10095 FC_EMBOLDEN is defined.
10096
100972008-06-21 Andreas Schwab <schwab@suse.de>
10098
10099 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
10100 (.el.elc): Likewise.
10101
101022008-06-21 Miles Bader <miles@gnu.org>
10103
10104 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
10105 build dir, not the lisp source dir.
10106
101072008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
10110 (bootstrapclean): Remove.
10111 (.el.elc): New rule.
10112 (PRECOMP): New var.
10113 (../lisp/subdirs.el): Remove.
10114 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
10115 (witness-emacs): New target.
10116 (mostlyclean): Remove witness-emacs as well.
10117 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
10118 Add witness-emacs dependency.
10119
101202008-06-20 Chong Yidong <cyd@stupidchicken.com>
10121
10122 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
10123 defined by the font.
10124
101252008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10126
10127 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
10128 (bootstrap-clean): New target that keeps TAGS around.
10129 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
10130 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
10131
101322008-06-20 Jason Rumney <jasonr@gnu.org>
10133
10134 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
10135 Remove obsolete font code.
10136
10137 * w32font.c (font_matches_spec): Use csb bitfield from font signature
10138 to determine language support.
10139
101402008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * sysdep.c (cfsetspeed): New fun extracted from the code.
10143 (cfmakeraw): Move before first use.
10144
101452008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
10146
10147 * sysdep.c (cfmakeraw): Provide fallback implementation.
10148 (serial_configure): Provide fallback implementation of cfsetspeed.
10149
101502008-06-20 Kenichi Handa <handa@m17n.org>
10151
10152 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
10153 the pattern.
10154
10155 * fontset.c (fontset_from_font): Copy font_spec before changing
10156 the elements.
10157
10158 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
10159
101602008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
10163 for explicit `font' parameters.
10164
10165 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
10166
101672008-06-19 Kenichi Handa <handa@m17n.org>
10168
10169 * frame.c: Include <ctype.h>.
10170 (x_set_font_backend): Allow spacing characters in the X resource
10171 for FontBackend.
10172
101732008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 * w32fns.c, xfns.c (Qfont_param): New var.
10176 (syms_of_w32fns): Initialize it.
10177 (x_default_font_parameter): Record explicit `font' into
10178 `font-parameter'.
10179
101802008-06-18 Kenichi Handa <handa@m17n.org>
10181
10182 * font.c (font_parse_xlfd): Fix previous change.
10183 (font_parse_fcname): Don't use :fc-unknown-spec.
10184 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
10185 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
10186 (font_add_log): Prepend the driver name to the resulting fonts.
10187
10188 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
10189 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
10190 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
10191
10192 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
10193 (QCembolden): New variables.
10194 (syms_of_xftfont): DEFSYM them.
10195 (xftfont_open): Call XftFontMatch. Don't trust the result of
10196 XftTextExtents8 if the pixel_size is less than 5.
10197
101982008-06-18 Andreas Schwab <schwab@suse.de>
10199
10200 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
10201 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
10202
102032008-06-18 Jason Rumney <jasonr@gnu.org>
10204
10205 * w32font.c (w32font_list, w32font_match): Add logging.
10206
10207 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
10208
102092008-06-17 Chong Yidong <cyd@stupidchicken.com>
10210
10211 * font.c (font_parse_fcname): Store divider characters for
10212 unknown-spec list. For known key symbols, intern using correct
10213 symbol name.
10214
102152008-06-17 Kenichi Handa <handa@m17n.org>
10216
10217 * xfaces.c (realize_default_face): If the frame is not on window
10218 system, set the fontset of face to nil.
10219
102202008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10221
10222 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
10223
102242008-06-16 Juanma Barranquero <lekktu@gmail.com>
10225
10226 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
10227 (build_font_name_from_vector): Delete externs.
10228
10229 * xfaces.c (struct font_name): Don't declare.
10230
102312008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
10234
102352008-06-16 Chong Yidong <cyd@stupidchicken.com>
10236
10237 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
10238
102392008-06-16 Juanma Barranquero <lekktu@gmail.com>
10240
10241 * font.c (Ffont_spec): Fix usage in docstring.
10242 (Ffont_face_attributes): Doc fix.
10243
102442008-06-16 Andreas Schwab <schwab@suse.de>
10245
10246 * font.c (Ffont_face_attributes): Fix definition.
10247
102482008-06-16 Jason Rumney <jasonr@gnu.org>
10249
10250 * font.h (font_style_symbolic_from_value): Remove.
10251
10252 * font.c (font_style_symbolic_from_value): Remove.
10253 (font_style_symbolic): Revert to pre 2008-06-13 version.
10254
10255 * w32font.c (w32_to_fc_weight): New function.
10256 (w32font_full_name, logfont_to_fcname): Use it.
10257
102582008-06-16 Kenichi Handa <handa@m17n.org>
10259
10260 * font.c (font_check_object): Delete it.
10261 (font_clear_cache): Check if a font-object is alive.
10262 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
10263 font-object to nil.
10264 (font_close_object): Don't check FONT_CLOSE_OBJECT.
10265 (font_at): Don't call font_check_object.
10266 (Ffont_get): Return a symbol for :weight, :slant, and :width.
10267
102682008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10269
10270 * puresize.h (BASE_PURESIZE): Increase to 1230000.
10271
102722008-06-16 Chong Yidong <cyd@stupidchicken.com>
10273
10274 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
10275
102762008-06-15 Chong Yidong <cyd@stupidchicken.com>
10277
10278 * font.c (font_parse_fcname): Only one decimal point.
10279 (font_unparse_fcname): Handle data in family and foundry indices
10280 as symbols, not strings.
10281 (font_unparse_gtkname, Ffont_face_attributes): New functions.
10282
10283 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
10284
10285 * font.h (font_unparse_gtkname): Add prototype.
10286
102872008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10288
10289 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
10290
102912008-06-15 Andreas Schwab <schwab@suse.de>
10292
10293 * font.c (font_update_drivers): Fix crash when no drivers match.
10294
102952008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10296
10297 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
10298 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
10299
103002008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
10303
103042008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * process.c (Fserial_process_configure, Fprocess_send_eof):
10307 Use EQ to compare Lisp_Objects.
10308
103092008-06-13 Jason Rumney <jasonr@gnu.org>
10310
10311 * w32fns.c (Fw32_select_font): Remove old font API function.
10312
10313 * w32font.c (logfont_to_fcname): New function.
10314 (Fx_select_font): New font dialog function compatible with
10315 GTK/fontconfig version.
10316
10317 * font.c (font_style_symbolic_from_value): New function.
10318 (font_style_symbolic): Use it.
10319
10320 * font.h (font_style_symbolic_from_value): Declare new function.
10321
103222008-06-13 Juanma Barranquero <lekktu@gmail.com>
10323
10324 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
10325 <font-width-table>: Fix typos in docstrings.
10326
103272008-06-13 Daniel Engeler <engeler@gmail.com>
10328
10329 These changes add serial port access.
10330 * process.c: Add HAVE_SERIAL.
10331 (Fdelete_process, Fprocess_status, Fset_process_buffer)
10332 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
10333 (list_processes_1, select_wrapper, Fstop_process)
10334 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
10335 (status_notify): Modify to handle serial processes.
10336 [HAVE_SERIAL] (Fserial_process_configure)
10337 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
10338 New functions.
10339 * process.h (struct Lisp_Process): Add `type'.
10340 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
10341 New functions.
10342 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
10343 serial ports.
b71ac3dd 10344 (serial_open, serial_configure): New functions.
aac0c6e3
MR
10345 * w32.h: Add FILE_SERIAL.
10346 (struct _child_process): Add ovl_read, ovl_write.
10347
103482008-06-13 Kenichi Handa <handa@m17n.org>
10349
10350 * dispextern.h (enum lface_attribute_index): New member
10351 LFACE_FOUNDRY_INDEX.
10352
10353 * font.c (font_score): Delete arg alternate_families. Check only
10354 weight, slant, width, and size. Ignore the difference of alias
10355 style symbols.
10356 (font_sort_entites): Adjust for the above change. Reflect the
10357 order of font-driver to scores.
10358 (font_list_entities): Don't check alternate_familes here.
10359 (font_clear_prop): Handle foundry.
10360 (font_update_lface): Don't parse "foundry-family" form here.
10361 Handle FONT_FOUNDRY_INDEX.
10362 (font_find_for_lface): Likewise. Handle alternate families here.
10363 If registry is nil, try iso8859-1 and ascii-0.
10364 (font_open_for_lface): Pay attention to size in ENTITY.
10365 (font_open_by_name): Simplify by calling font_load_for_lface.
10366 (free_font_driver_list): Delete it.
10367 (font_update_drivers): Preserve the order of backends.
10368 (syms_of_font): Setting of sort_shift_bits adjusted for the change
10369 of font_score and font_sort_entites.
10370 (font_update_sort_order): Likewise.
10371
10372 * xfaces.c (LFACE_FOUNDRY): New macro.
10373 (check_lface_attrs): Check foundry.
10374 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
10375 (merge_face_vectors): Check foundry.
10376 (merge_face_ref): Likewise.
10377 (Finternal_set_lisp_face_attribute): Likewise.
10378 (x_update_menu_appearance): Likewise.
10379 (Finternal_get_lisp_face_attribute): Likewise.
10380 (lface_hash): Likewise.
10381 (lface_same_font_attributes_p): Likewise.
10382 (x_supports_face_attributes_p): Likewise.
10383 (tty_supports_face_attributes_p): Likewise.
10384 (Finternal_set_alternative_font_family_alist): Intern strings.
10385 (Finternal_set_alternative_font_registry_alist): Downcase strings.
10386 (realize_default_face): Set LFACE_FOUNDRY (lface).
10387
10388 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
10389 font-driver at first.
10390
10391 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
10392
103932008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10394
10395 * lread.c (Fload): Use xfree, not free on saved_doc_string.
10396
103972008-06-12 Jim Meyering <meyering@redhat.com>
10398
10399 Make unexec_free handle NULL the same way free does.
10400 * unexmacosx.c (unexec_free): Ignore a NULL argument.
10401
104022008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10403
10404 * character.h (CHAR_TO_BYTE_SAFE): New macro.
10405 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
10406 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
10407 (WEAK_ALIAS): Simplify.
10408 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
10409 when searching a unibyte buffer.
10410
104112008-06-12 Chong Yidong <cyd@stupidchicken.com>
10412
10413 * xfns.c (Fx_select_font): Rename from x-font-dialog.
10414
104152008-06-12 Juanma Barranquero <lekktu@gmail.com>
10416
10417 * w32font.c: Include ctype.h.
10418
104192008-06-11 Jason Rumney <jasonr@gnu.org>
10420
10421 * w32font.c (w32font_encode_char): Detect missing glyphs that are
10422 misreported as space.
10423 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
10424 as aliases for registry iso10646-1.
10425
104262008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * buffer.c (clone_per_buffer_values): Skip `name'.
10429
104302008-06-11 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * font.c (font_parse_fcname): Fix last change; accept decimal
10433 points in font size.
10434
104352008-06-10 Jason Rumney <jasonr@gnu.org>
10436
10437 * w32uniscribe.c (add_opentype_font_name_to_list):
10438 Skip non unicode fonts.
10439
104402008-06-10 Chong Yidong <cyd@stupidchicken.com>
10441
10442 * xfns.c (Fx_font_dialog): New function.
10443
10444 * gtkutil.c (xg_dialog_response_cb): Rename from
10445 xg_file_response_callback.
10446 (pop_down_dialog): Rename from pop_down_file_dialog.
10447 (xg_get_file_name): Callers changed.
10448 (xg_get_font_name): New function.
10449
10450 * gtkutil.h (xg_get_font_name): Insert prototype.
10451
104522008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
10455 x_underline_minimum_display_offset.
10456 (syms_of_xdisp): Declare it here rather than in xterm.c.
10457 * dispextern.h (underline_minimum_offset): Declare it.
10458 * w32term.c (x_draw_glyph_string): Use it.
10459 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
10460 (syms_of_xterm): Don't declare it any more.
10461 (x_draw_glyph_string): Adjust to the new name.
10462
8719abec 104632008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
10464
10465 * xterm.c (x_underline_minimum_display_offset): New var.
10466 (x_draw_glyph_string): Use it.
10467 (syms_of_xterm): Declare it.
10468
104692008-06-10 Chong Yidong <cyd@stupidchicken.com>
10470
10471 * font.c (font_parse_fcname): Accept GTK-style font names too.
10472
104732008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * dired.c (file_name_completion): Don't return t if the match is exact
10476 but with different capitalization.
10477 * minibuf.c (Ftry_completion): Simplify.
10478
10479 * window.c (Vwindow_point_insertion_type): New var.
10480 (set_window_buffer): Use it.
10481 (syms_of_window): Init and export it to Lisp.
10482
104832008-06-10 Kenichi Handa <handa@m17n.org>
10484
10485 * font.h (font_intern_prop): Prototype adjusted.
10486
10487 * font.c (font_intern_prop): New arg force_symbol.
10488 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
10489 Adjust for the change of font_intern_prop.
10490
10491 * ftfont.c (ftfont_pattern_entity):
10492 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
10493 (w32_registry):
10494 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
10495 the change of font_intern_prop.
10496
104972008-06-09 Juanma Barranquero <lekktu@gmail.com>
10498
10499 * w32menu.c (digest_single_submenu): Declare extern.
10500
105012008-06-09 Jason Rumney <jasonr@gnu.org>
10502
10503 * w32term.c (x_make_frame_visible): Use alternate restore flags.
10504
10505 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
10506 (parse_single_submenu): Remove.
10507 (digest_single_submenu): Remove.
10508 (syms_of_w32menu): Don't initialise variables that have moved
10509 to menu.c.
10510 (set_frame_menubar): Sync with version in xmenu.c.
10511 (w32_menu_show): Sync with xmenu_show in xmenu.c.
10512
10513 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
10514 Make static again.
10515
105162008-06-09 Jason Rumney <jasonr@gnu.org>
10517
10518 Changes to w32 files related to the move of common menu code
10519 to menu.c on 2008-06-08 by Chong Yidong.
10520
10521 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
10522 defs to w32gui.h.
10523 (single_keymap_panes, push_menu_item, push_menu_pane):
10524 Make globally visible.
10525
10526 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
10527 (local_free, malloc_widget_value, free_widget_value)
10528 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
10529 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
10530 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
10531 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
10532 (menu_items, menu_items_allocated, menu_items_used)
10533 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
10534 (init_menu_items, finish_menu_items, discard_menu_items)
10535 (grow_menu_items, push_submenu_start, push_submenu_end)
10536 (push_left_right_boundary, push_menu_pane, push_menu_item)
10537 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
10538 (free_menubar_widget_tree_value, parse_single_submenu)
10539 (update_submenu_strings): Remove functions.
10540 (xmalloc_widget_value): Remove and declare extern.
10541
10542 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
10543 (OBJ1): Build it.
10544
10545 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
10546 (local_heap, local_alloc, local_free, malloc_widget_value)
10547 (free_widget_value): Define here.
10548
105492008-06-09 Kenichi Handa <handa@m17n.org>
10550
10551 * font.h (Qascii_0): Extern it.
10552
10553 * font.c (Qascii_0): New variable.
10554 (syms_of_font): DEFSYM it.
10555 (font_open_by_name): If the registry "iso8859-1" fails, try also
10556 "ascii-0".
10557
10558 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
10559
105602008-06-08 Kenichi Handa <handa@m17n.org>
10561
10562 * .gdbinit (xfont): New command.
10563
105642008-06-08 Andreas Schwab <schwab@suse.de>
10565
10566 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
10567 * Makefile.in (menu.o): Update dependencies.
10568
10569 * Makefile.in (obj): Always add menu.o.
10570 * emacs.c (main): Always call syms_of_menu.
10571 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
10572
105732008-06-08 Chong Yidong <cyd@stupidchicken.com>
10574
10575 * Makefile.in: Compile menu.c.
10576
10577 * lisp.h: Declare syms_of_menu.
10578
10579 * emacs.c (main): Call syms_of_menu.
10580
10581 * keyboard.h: Relocate platform-independent menu definitions from
10582 xmenu.c.
10583
10584 * menu.c: New file. Relocate platform-independent menu
10585 definitions from xmenu.c. Suggested by Adrian Robert.
10586
10587 * xmenu.c: Remove platform-independent menu definitions.
10588 (menu_items menu_items_inuse, menu_items_allocated)
10589 (menu_items_used, menu_items_n_panes)
10590 (menu_items_submenu_depth): Move to keyboard.h.
10591 (init_menu_items, finish_menu_items, unuse_menu_items)
10592 (discard_menu_items, restore_menu_items, save_menu_items)
10593 (grow_menu_items, push_submenu_start, push_submenu_end)
10594 (push_left_right_boundary, push_menu_pane, push_menu_item)
10595 (keymap_panes, single_keymap_panes, single_menu_item)
10596 (list_of_panes, list_of_items, find_and_call_menu_selection)
10597 (xmalloc_widget_value, free_menubar_widget_value_tree)
10598 (parse_single_submenu, digest_single_submenu)
10599 (update_submenu_strings): Move to menu.c.
10600
106012008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
10604
106052008-06-06 Miles Bader <miles@gnu.org>
10606
10607 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10608 face, not frame default.
10609
106102008-06-05 Martin Rudalics <rudalics@gmx.at>
10611
10612 * window.c (pop_up_windows, pop_up_frames)
10613 (display_buffer_reuse_frames, Vpop_up_frame_function)
10614 (Vdisplay_buffer_function, Veven_window_heights)
10615 (Vspecial_display_buffer_names, Vspecial_display_regexps)
10616 (Vspecial_display_function, Vsame_window_buffer_names)
10617 (Vsame_window_regexps, split_height_threshold)
10618 (Vsplit_window_preferred_function): Move those vars to window.el.
10619 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10620 (Fdisplay_buffer): Move those functions to window.el.
10621 (syms_of_window): Remove corresponding declarations.
10622 (display_buffer): New function.
10623 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10624 * dispnew.c (Flast_nonminibuf_frame): New function.
10625 * buffer.c (Fpop_to_buffer): Move to window.el.
10626
106272008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10628
10629 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10630
106312008-06-05 Kenichi Handa <handa@m17n.org>
10632
10633 * coding.c (detect_coding): Fix previous change.
10634 (detect_coding_system): Likewise.
10635
106362008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10637
10638 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10639
10640 * keymap.c (Vminibuffer_local_filename_must_match_map):
10641 Rename from Vminibuffer_local_must_match_filename_map.
10642 (syms_of_keymap):
10643 * minibuf.c (Fcompleting_read): Adjust accordingly.
10644 * commands.h: Rename declaration as well.
10645
106462008-06-05 Kenichi Handa <handa@m17n.org>
10647
10648 * font.c (Ffont_spec): Don't use font_parse_family_registry for
10649 family name.
10650 (Ffont_put): Likewise.
10651
10652 * fontset.c (fontset_find_font): Call font_open_for_lface with the
10653 current font-spec.
10654
10655 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10656 is unspecified.
10657
10658 * xfaces.c (realize_x_face): If the font-related face attributes
10659 are the same as those of default face, realize a new fontset from
10660 default->fontset.
10661 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10662
106632008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10664
10665 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10666 (move_it_in_display_line): New wrapper.
10667
10668 * window.c (window_scroll_pixel_based_preserve_x)
10669 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10670 (window_scroll_pixel_based, window_scroll_line_based):
10671 Use them to preserve column positions.
10672 (syms_of_window): Initialize them.
10673
10674 * indent.c (Fvertical_motion): Extend first arg to allow passing an
10675 (HPOS . VPOS) pair.
10676
10677 * dispextern.h (move_it_in_display_line): Declare.
10678
106792008-06-05 Juanma Barranquero <lekktu@gmail.com>
10680
10681 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10682 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
10683 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
10684
106852008-06-04 Juanma Barranquero <lekktu@gmail.com>
10686
10687 * window.c (Fset_window_parameter): Doc fix.
10688 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10689
106902008-06-04 Joakim Verona <joakim@verona.se>
10691
10692 * window.h (struct window): Add new member window_parameters.
10693
10694 * window.c (Fwindow_parameters, Fwindow_parameter)
10695 (Fset_window_parameter): New defuns.
10696 (syms_of_window): Defsubr the new defuns.
10697 (make_window): Initialize window_parameters to nil.
10698
106992008-06-04 John Paul Wallington <jpw@pobox.com>
10700
10701 * eval.c (Fdefmacro): Doc fix.
10702
107032008-06-04 Kenichi Handa <handa@m17n.org>
10704
10705 * coding.c (detect_coding): Fix handling of coding->head_ascii.
10706 Be sure to call setup_coding_system when we find a proper coding system.
10707 (detect_coding_system): Fix handling of coding->head_ascii.
10708
107092008-06-03 Andreas Schwab <schwab@suse.de>
10710
10711 * font.c (font_prop_validate_spacing): Fix last change.
10712
107132008-06-03 Kenichi Handa <handa@m17n.org>
10714
10715 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10716 (font_parse_fcname): Fix handling of unknown key.
10717
10718 * xfont.c (xfont_list): Try an alias.
10719
10720 * charset.c (char_charset): Return NULL if the arg charset_list is
10721 specified and C doesn't belong to any of them.
10722
107232008-06-02 Chip Coldwell <coldwell@redhat.com>
10724
10725 * font.c (font_pixel_size): Don't take cdr of an integer.
10726
107272008-06-02 Jim Meyering <meyering@redhat.com>
10728
10729 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10730 * alloc.c (xfree): Return right away for a NULL arg.
10731 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10732 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10733 * mac.c (create_apple_event_from_event_ref): Likewise.
10734 (create_apple_event_from_drag_ref, cfstring_create_normalized):
10735 Likewise.
10736 * doprnt.c (doprnt1): Likewise.
10737 * frame.c (frame): Likewise.
10738 * keyboard.c (wipe_kboard): Likewise.
10739 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10740 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10741 * term.c (tty_default_color_capabilities, maybe_fatal)
10742 (delete_tty): Likewise.
10743 * w16select.c (string): Likewise.
10744 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10745 * w32bdf.c (w32_free_bdf_font): Likewise.
10746 * w32fns.c (w32_unload_font): Likewise.
10747 * w32font.c (w32font_close): Likewise.
10748 * window.c (size_window): Likewise.
10749 * xselect.c (receive_incremental_selection): Likewise.
10750 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10751 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10752 * w32.c (stat): Likewise.
10753
10754 Remove useless if-before-free tests.
10755 * editfns.c (Fset_time_zone_rule): Likewise.
10756 * lread.c (nosuffix): Likewise.
10757 * ralloc.c (get_bloc): Likewise.
10758 * regex.c (reg_free): Likewise.
10759 * xftfont.c (xftfont_open, xftfont_close): Likewise.
10760 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10761 * xsmfns.c (smc_save_yourself_CB): Likewise.
10762
107632008-06-02 Kenichi Handa <handa@m17n.org>
10764
10765 * font.c (font_find_for_lface): Handle float font size.
10766 (font_open_for_lface): Likewise.
10767
10768 * xfaces.c (x_supports_face_attributes_p): Check face->font before
10769 comparing the properties.
10770
107712008-06-01 Jason Rumney <jasonr@gnu.org>
10772
10773 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10774 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10775 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10776 Don't add empty script list.
10777 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10778
107792008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10780
10781 * Makefile.in (dot, dotdot): Remove, update users.
10782 ".." has been used elsewhere in the file for a long time.
10783 (LIBXT_STATIC): Remove conditional based on unused variable.
10784
107852008-06-01 Miles Bader <miles@gnu.org>
10786
10787 * xfaces.c (Vface_remapping_alist): New variable.
10788 (syms_of_xfaces): Initialize it.
10789 (enum named_merge_point_kind): New type.
10790 (struct named_merge_point): Add `named_merge_point_kind' field.
10791 (push_named_merge_point): Make cycle detection respect different
10792 named-merge-point kinds.
10793 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10794 Remove face-name alias resolution.
10795 (lface_from_face_name): New definition using
10796 `lface_from_face_name_no_resolve'.
10797 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10798 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10799 (get_lface_attributes): New definition that layers face-remapping on
10800 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
10801 (lookup_basic_face): New function.
10802 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10803 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10804 `get_lface_attributes'.
10805 (face_at_buffer_position): Use `lookup_basic_face' to lookup
10806 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
10807 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10808
10809 * xdisp.c (init_iterator): Pass base_face_id through
10810 `lookup_basic_face' when we actually use it as a face-id.
10811 (handle_single_display_prop): Use `lookup_basic_face' to lookup
10812 DEFAULT_FACE_ID.
10813
10814 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10815 lookup the initial face-id.
10816
10817 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10818
108192008-06-01 Juanma Barranquero <lekktu@gmail.com>
10820
10821 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10822 (Fremove_text_properties): Fix typos in docstrings.
10823
108242008-05-31 Kenichi Handa <handa@m17n.org>
10825
10826 * font.c (font_list_entities): Fix the car part of data to be
10827 stored in the cache.
10828
10829 * ftfont.c (ftfont_font_format): Don't use strcasestr.
10830
108312008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10834 Add a `test' argument so another predicate than `equal' can be used.
10835 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10836 (map_char_table): Remove unused vars `c' and `i'.
10837 * lisp.h (Foptimize_char_table): Adjust declaration.
10838 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10839
108402008-05-30 Kenichi Handa <handa@m17n.org>
10841
10842 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10843 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10844 defined.
10845
108462008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10847
10848 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10849 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10850 frame-local settings for the same variable.
10851
108522008-05-30 Kenichi Handa <handa@m17n.org>
10853
10854 * fontset.c (Ffont_info): Move to font.c.
10855 (syms_of_fontset): Delete defsubr of Sfont_info.
10856
10857 * font.c (font_style_to_value, font_score): Delete casting of the
10858 args to xstcasecmp.
10859 (register_font_driver): Increment num_font_drivers only when
10860 registering the driver globally.
10861 (Ffont_info): Move from fontset.c. Handle a font object too.
10862 (syms_of_font): Defsubr Sfont_info.
10863
108642008-05-29 Kenichi Handa <handa@m17n.org>
10865
10866 * coding.h (enum define_coding_utf8_arg_index): New enum.
10867 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10868 coding_attr_utf_bom.
10869 (enum utf_bom_type): Rename from utf_16_bom_type.
10870 (struct utf_16_spec): Adjust for the above change.
10871 (struct coding_system): Add utf_8_bom in `spec' union.
10872
10873 * coding.c (CODING_UTF_8_BOM): New macro.
10874 (enum coding_category): Delete coding_category_utf_8, add
10875 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10876 coding_category_utf_8_sig.
10877 (CATEGORY_MASK_UTF_8): Delete it.
10878 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10879 (CATEGORY_MASK_UTF_8_SIG): New macros.
10880 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10881 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10882 CATEGORY_MASK_UTF_8_SIG.
10883 (CATEGORY_MASK_UTF_8): New macro.
10884 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10885 (detect_coding_utf_8): Check BOM.
10886 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10887 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10888 (encode_coding_utf_16): Likewise.
10889 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10890 (detect_coding, detect_coding_system): Handle utf-8-auto.
10891 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10892 (syms_of_coding): Fix setting up of Vcoding_category_table.
10893
108942008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10895
10896 * process.c (Faccept_process_output): If `millisec' is non-nil,
10897 `seconds' default to 0.
10898 (wait_reading_process_output): Also return non-nil if we read output
10899 from a non-running process.
10900
109012008-05-29 Jason Rumney <jasonr@gnu.org>
10902
10903 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10904 `raster' specified.
10905 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10906 in the uniscribe backend, but disallow any font that has no
10907 unicode subrange support.
10908
109092008-05-29 Juanma Barranquero <lekktu@gmail.com>
10910
10911 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10912 Fix typos in docstrings.
10913
109142008-05-29 Kenichi Handa <handa@m17n.org>
10915
10916 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10917 (Fx_family_fonts): Set frame correctly.
10918
109192008-05-28 Jason Rumney <jasonr@gnu.org>
10920
10921 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10922
109232008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10926 calling build_annotations.
10927
109282008-05-28 Juanma Barranquero <lekktu@gmail.com>
10929
10930 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10931 (Fencode_coding_string):
10932 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10933 <latin-extra-code-table>: Fix typos in docstrings.
10934 (syms_of_coding) <coding-system-alist>: Doc fix.
10935 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10936
109372008-05-28 Kenichi Handa <handa@m17n.org>
10938
10939 * fontset.c (Ffont_info): Don't call font_close_object.
10940
10941 * font.c (font_parse_family_registry): Use Ffont_put to validate
10942 foundry and family.
10943 (font_delete_unmatched): Don't check spacing.
10944 (font_list_entities): Add spacing to the spec to list fonts.
10945
10946 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10947 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10948
10949 * coding.c (encode_coding_raw_text): Fix previous change.
10950 (encode_coding_object): When the dst_object is a buffer and is
10951 different from src_object, move gap to PT.
10952
109532008-05-27 Chong Yidong <cyd@stupidchicken.com>
10954
10955 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10956
109572008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10960 all branches. Compute it differently.
10961
10962 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10963
109642008-05-27 Juanma Barranquero <lekktu@gmail.com>
10965
10966 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10967 into "else if () ... else ...".
10968
109692008-05-27 Jason Rumney <jasonr@gnu.org>
10970
10971 * w32font.c (w32font_open_internal): Determine if glyph indices
10972 are likely to work here.
10973
109742008-05-27 Chong Yidong <cyd@stupidchicken.com>
10975
10976 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10977 draw overlap glyphs with appropriate highlighting.
10978
109792008-05-27 Kenichi Handa <handa@m17n.org>
10980
10981 * xfont.c (xfont_open): Fix calculation of font->average_width.
10982
109832008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10984
10985 * casefiddle.c (casify_object): Try to guess better whether the
10986 argument is a byte or a char.
10987
109882008-05-26 Andreas Schwab <schwab@suse.de>
10989
10990 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10991 Always send multiples of format size.
10992
10993 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10994
109952008-05-26 Jason Rumney <jasonr@gnu.org>
10996
10997 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10998 (compute_metrics): Don't set failure if we just cleared the cache.
10999 (w32_weight_table): Remove unused variable.
11000 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
11001 backwards compatibility.
11002
110032008-05-25 Kenichi Handa <handa@m17n.org>
11004
11005 * w32term.c (x_draw_glyph_string):
11006 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
11007
11008 * xfaces.c: Delete unused function prototypes.
11009 (xstrlwr, font_frame): Delete them.
11010 (clear_face_cache): Delete unused variable.
11011
11012 * xftfont.c (xftfont_open): Delete unused variable.
11013 If underline_thickness is not 1, adjust underline_position.
11014
11015 * ftxfont.c (ftxfont_open): Delete unused variable.
11016
11017 * fontset.c (face_for_char): Optimize for the case of no charset
11018 property.
11019
11020 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
11021 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
11022 (otf_open, font_otf_capability, generate_otf_features)
11023 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
11024 Comment out by surrounding "#if 0" and "#endif" for the moment.
11025 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
11026 (syms_of_font): Codes for accessing above commented out.
11027
110282008-05-24 Eli Zaretskii <eliz@gnu.org>
11029
11030 * w32proc.c: Include dispextern.h.
11031
11032 * w32.c: Include dispextern.h.
11033
110342008-05-23 Juanma Barranquero <lekktu@gmail.com>
11035
11036 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
11037 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
11038 Fix typos in docstrings.
11039
110402008-05-23 Jason Rumney <jasonr@gnu.org>
11041
11042 * xsmfns.c: Remove includes that are already included by config.h.
11043
110442008-05-23 Kenichi Handa <handa@m17n.org>
11045
11046 * charset.c (Qemacs, charset_emacs): New variables.
11047 (char_charset): Fix for non-Unicode characters.
11048 (syms_of_charset): Define charset_emacs.
11049
11050 * w32term.c (x_draw_glyph_string): Be sure to update
11051 s->underline_thickness and s->underline_position. Be sure to draw
11052 underline within the current line area.
11053
11054 * xterm.c (x_draw_glyph_string): Be sure to update
11055 s->underline_thickness and s->underline_position. Be sure to draw
11056 underline within the current line area.
11057
11058 * fontset.c: Delete unused variables and add casting for char *
11059 throughout the file.
11060 (fontset_font): Try the fallback fonts of the current fontset
11061 before consulting the default fontset.
11062
11063 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
11064
11065 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
11066
110672008-05-22 Jason Rumney <jasonr@gnu.org>
11068
11069 * font.c: Don't include strings.h.
11070
11071 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
11072
11073 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
11074 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
11075 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
11076 to call xstrcasecmp.
11077
11078 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
11079
11080 * fontset.c (fs_query_fontset): Use xstrcasecmp.
11081
11082 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
11083
11084 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
11085
110862008-05-22 Kenichi Handa <handa@m17n.org>
11087
11088 * puresize.h (BASE_PURESIZE): Increase to 1220000.
11089
11090 * font.c (font_prop_validate_style): Adjust for the format
11091 change of font_style_table.
11092
11093 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
11094 two args.
11095
11096 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
11097 two args.
11098
110992008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * minibuf.c (keys_of_minibuf): Delete.
11102 * lisp.h (keys_of_minibuf): Delete.
11103 * emacs.c (main): Don't call keys_of_minibuf.
11104
111052008-05-22 Kenichi Handa <handa@m17n.org>
11106
11107 * ftfont.c (ftfont_resolve_generic_family): Rename from
11108 ftfont_list_generic_family. Return a single family for each
11109 generic family.
11110 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
11111 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
11112 Call font_add_log.
11113 (ftfont_match): Call font_add_log.
11114
11115 * font.h (Ffont_xlfd_name): EXFUN adjusted.
11116 (FONT_DEBUG): Define it.
11117 (font_add_log): Extern it.
11118 (font_assert): Rename from xassert.
11119
11120 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
11121 (xfont_list_family): Call font_add_log.
11122 (xfont_match): Likewise.
11123 (memq_no_quit): Delete.
11124
11125 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
11126 call of Ffont_xlfd_name.
11127
11128 * xfaces.c (struct table_entry, slant_table, weight_table)
11129 (swidth_table): Move to font.c.
11130
11131 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
11132 xassert are changed to font_assert. Delete many unused variables.
11133 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
11134 New variables.
11135 (struct table_entry): Move from xfaces.c and modified.
11136 (weight_table, slant_table, width_table): Move from xfaces.c and
11137 contents adjusted for the change of struct table_entry.
11138 (font_style_to_value, font_style_symbolic): Adjust for the
11139 format change of font_style_table.
11140 (font_parse_family_registry): Don't overwrite existing foundry and
11141 family of font_spec.
11142 (font_score): Fix calculation of diff for sizes.
11143 (font_sort_entites): Call font_add_log.
11144 (font_delete_unmatched): Return a newly created list.
11145 (font_list_entities): Fix previous change. Call font_add_log.
11146 (font_matching_entity, font_open_entity, font_close_entity):
11147 Call font_add_log.
11148 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
11149 (Finternal_set_font_style_table): Delete.
11150 (BUILD_STYLE_TABLE): New macro.
11151 (build_style_table): New function.
11152 (Vfont_log, font_log_env_checked): New variables.
11153 (font_add_log): New function.
11154 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
11155 Declare Lisp variables "font-weight-table", "font-slant-table",
11156 "font-width-table", and "font-log". Initialize font_style_table.
11157
111582008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
11159
11160 * xterm.c (x_set_frame_alpha): Move declarations before statements.
11161
111622008-05-21 Seiji Zenitani <zenitani@mac.com>
11163 Ryo Yoshitake <ryo@shiftmode.net>
11164
11165 * frame.c (Qalpha): Add a new frame parameter `alpha'.
11166 (Vframe_alpha_lower_limit): New variable.
11167 (x_set_alpha): New function.
11168
11169 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
11170
11171 * xfns.c (x-create-frame, Qalpha):
11172 Initialize the frame parameter `alpha'.
11173 * xterm.c (OPAQUE, OPACITY): New.
11174 (x_set_frame_alpha): New function.
11175 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
11176
11177 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
11178 * w32fns.c (w32_frame_parm_handlers): Likewise.
11179
111802008-05-20 Jason Rumney <jasonr@gnu.org>
11181
11182 * w32font.c (add_font_entity_to_list): Don't add non-opentype
11183 truetype fonts to opentype list.
11184
111852008-05-20 Juanma Barranquero <lekktu@gmail.com>
11186
11187 * fontset.c (Ffontset_info): Doc fix.
11188 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
11189 <ignore-relative-composition>: Fix typos in docstrings.
11190
11191 * font.c (syms-of-font) <font-encoding-alist>:
11192 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
11193 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
11194 (Ffont_otf_alternates): Doc fixes.
11195
111962008-05-20 Kenichi Handa <handa@m17n.org>
11197
11198 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
11199 font.h through out the file.
11200 (FONT_DRIVERS): Rename from FONTOBJ.
11201 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
11202 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
11203
11204 * emacs.c (main): Call syms_of_font unconditionally.
11205
11206 * font.h (find_font_encoding): Extern it.
11207
11208 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
11209 fontset.c.
194d44e7 11210 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
11211 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
11212 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
11213 only when HAVE_WINDOW_SYSTEM is defined.
11214 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
11215 when HAVE_WINDOW_SYSTEM is defined.
11216
11217 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
11218 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
11219
11220 * xfaces.c: Include font.h unconditionally.
11221 (merge_face_ref, merge_face_vectors)
11222 (Finternal_set_lisp_face_attribute): Cancel the previous change.
11223
112242008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
11227 indirect_variable.
11228 * eval.c (lisp_indirect_variable): New fun.
11229 (Fuser_variable_p): Use it.
11230
112312008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * lisp.h (indirect_variable):
11234 * data.c (indirect_variable, let_shadows_buffer_binding_p):
11235 Use Lisp_Symbol pointers rather than Lisp_Object.
11236 Adjust callers.
11237 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
11238 To this end, change calling-convention.
11239
11240 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
11241 if some non-hidden buffers are selected by string&pred.
11242
112432008-05-19 Chong Yidong <cyd@stupidchicken.com>
11244
11245 * process.c (wait_reading_process_output): Always check status
11246 when in batch mode.
11247
112482008-05-19 Kenichi Handa <handa@m17n.org>
11249
11250 * font.c (font_list_entities): Fix handling of cache.
11251 (font_matching_entity): Likewise.
11252
11253 * ftfont.c (cs_iso8859_1): Delete.
11254 (ft_face_cache): New variable.
11255 (struct ftfont_info): New member fc_charset_idx.
11256 (ftfont_build_basic_charsets): Delete.
11257 (fc_charset_table): New variable.
11258 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
11259 . FC_CHARSET_IDX) as :font-entity property in the font entity.
11260 Callers changed.
11261 (ftfont_lookup_cache, ftfont_get_charset): New functions.
11262 (ftfont_spec_pattern): New argument fc_charset_idx.
11263 Check registry more rigidly. Change callers.
11264 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
11265 change of :font-entity property of the font.
11266
11267 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
11268 property of the font.
11269
112702008-05-18 Juanma Barranquero <lekktu@gmail.com>
11271
11272 * coding.c (Fcoding_system_p): Rename argument to match docstring.
11273 (Funencodable_char_position, Fcheck_coding_systems_region)
11274 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
11275 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
11276 (Ffind_operation_coding_system, Fset_coding_system_priority)
11277 (Fcoding_system_eol_type): Doc fixes.
11278
112792008-05-17 Glenn Morris <rgm@gnu.org>
11280
11281 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
11282
112832008-05-16 Eli Zaretskii <eliz@gnu.org>
11284
11285 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
11286 and st_gid.
11287
11288 * frame.c (Fdelete_frame): Don't call font_update_drivers if
11289 HAVE_WINDOW_SYSTEM is not defined.
11290
11291 * xfaces.c (merge_face_ref, merge_face_vectors)
11292 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
11293 HAVE_WINDOW_SYSTEM is defined.
11294 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
11295
112962008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
11299
113002008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11301
11302 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
11303
113042008-05-15 Kenichi Handa <handa@m17n.org>
11305
11306 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
11307 preference.
11308
113092008-05-15 Glenn Morris <rgm@gnu.org>
11310
11311 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
11312
113132008-05-15 Chong Yidong <cyd@stupidchicken.com>
11314
11315 * fns.c (init_fns): Don't initialize weak_hash_tables here.
11316 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
11317
11318 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
11319
113202008-05-15 Kenichi Handa <handa@m17n.org>
11321
11322 * ftfont.c (ftfont_list): Downcase family name to check generic
11323 families.
11324
11325 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
11326 font-spec for QCfont value.
11327
11328 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
11329 buffer. Check the return value of it.
11330
113312008-05-14 Jason Rumney <jasonr@gnu.org>
11332
11333 * w32term.c (w32_get_glyph_overhangs): Remove.
11334 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
11335
113362008-05-14 Kenichi Handa <handa@m17n.org>
11337
11338 * font.c (font_prop_validate): Make nil a valid value.
11339 (font_clear_cache): Check if the cached vector of entities is nil
11340 or not.
11341
113422008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11343
11344 * emacs.c (main_thread): Conditionalize on
11345 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11346 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
11347
11348 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
11349 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
11350 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11351
113522008-05-14 Kenichi Handa <handa@m17n.org>
11353
11354 * coding.c (detect_coding_iso_2022): Ignore a coding category that
11355 has no corresponding coding system.
11356
113572008-05-14 Jason Rumney <jasonr@gnu.org>
11358
11359 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
11360
11361 * w32font.h (w32font_open_internal): Update declaration.
11362
11363 * w32font.c (w32font_open_internal): Change last argument from
11364 w32font_info struct to font object. Fill in font object from
11365 font_entity. Get Outline metrics if possible. Use them to
11366 calculate underline position and thickness. Use xlfd name as name
11367 property. Don't set codepage.
11368 (w32font_open): Pass font_object to w32font_open_internal. Don't
11369 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
11370 (w32font_draw): Use s->font.
11371 (clear_cached_metrics): Don't clear non-existent blocks.
11372
11373 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
11374 font was not found.
11375 (x_draw_glyph_string): Use underline position and thickness from font.
11376
11377 * w32uniscribe.c (uniscribe_open): Pass font_object to
11378 w32font_open_internal.
11379
113802008-05-14 Kenichi Handa <handa@m17n.org>
11381
11382 These changes are to delete all legacy font-handling codes, and
11383 make Emacs use only font-backends.
11384
11385 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
11386 (frame.o, image.o, print.o): Depend on $(FONTSRC).
11387
11388 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
11389
11390 * charset.h (Vcharset_non_preferred_head)
11391 (Vcurrent_iso639_language): Extern them.
11392
11393 * charset.c (Vcharset_non_preferred_head): New variable.
11394 (Vcurrent_iso639_language): New variable.
11395 (syms_of_charset): Declare it as a Lisp variable.
11396 (char_charset): Don't check non preferred charsets. As a last
11397 resort, return charset_unicode.
11398 (Fset_charset_priority): Update Vcharset_non_preferred_head.
11399
11400 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
11401 conditionals. Don't check enable_font_backend. Delete all codes
11402 used only when USE_FONT_BACKEND is not defined.
11403
11404 * dispextern.h (struct glyph_string): Change type of `font' to
11405 `struct font *'.
11406 (struct glyph_string): New member underline_position and
11407 underline_thickness.
11408 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
11409 (struct face): Change type of `font' to `struct font *'. Remove
11410 members `font_name', `font_info_id'.
11411 (per_char_metric, encode_char): Delete externs.
11412 (calc_pixel_width_or_height): Adjust the prototype.
11413
11414 * emacs.c (enable_font_backend): Delete extern.
11415 (main): Don't set enable_font_backend. Don't check the command
11416 line argument "-disable-font-backend".
11417
11418 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
11419 (enum font_property_index): New members FONT_DPI_INDEX,
11420 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
11421 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
11422 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
11423 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
11424 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
11425 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
11426 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
11427 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
11428 (struct font_spec, struct font_entity): New structs.
11429 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
11430 (struct font): Many members from old "struct font_info" moved to
11431 here. Members font and entity deleted.
11432 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
11433 the new font-related objects.
11434 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
11435 (CHECK_FONT_GET_OBJECT): Likewise.
11436 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
11437 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
11438 (struct font_driver): New members case_sensitive anc check. Type
11439 of the member list and open changed.
11440 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
11441 (font_symbolic_width, font_find_object, font_get_spec)
11442 (font_set_lface_from_name): Delete extern.
11443 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
11444
11445 * font.c: Include <strings.h>.
11446 (enable_font_backend): Delete it.
11447 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
11448 (CHECK_VALIDATE_FONT_SPEC): Delete it.
11449 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
11450 (null_string): Delete it.
11451 (null_vector): Make it static.
11452 (font_family_alist): Delete it.
11453 (Qnormal): Extern it.
11454 (QCextra, QClanguage): Delete it.
11455 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
11456 (font_make_spec, font_make_entity, font_make_object)
11457 (font_intern_prop): Renamed from intern_downcase. Don't downcase
11458 the string. Callers changed.
11459 (font_pixel_size): Adjusted for the format change of font-related
11460 objects.
11461 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
11462 (font_style_to_value, font_style_symbolic): New function.
11463 (build_font_family_alist): Delete it.
11464 (font_registry_charsets): Use Fassoc_string instead of
11465 assq_no_quit.
11466 (font_prop_validate_symbol): Don't return null_string.
11467 (font_prop_validate_style): Adjusted for the change of
11468 style-related values in a font vector.
11469 (font_property_table): Delete entries for QClanguage and
11470 QCantialias, add entries for QCavgwidth.
11471 (get_font_prop_index): Delete the 2nd argument FROM.
11472 (font_prop_validate): Arguments changed.
11473 (font_put_extra): Adjusted for the change of font-related objects.
11474 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
11475 (font_parse_fcname, font_unparse_fcname)
11476 (font_prepare_composition): Likewise.
11477 (font_parse_family_registry): Renamed from font_merge_old_spec.
11478 (otf_open): Delete the 1st arg entity.
11479 (font_otf_capability): Adjusted for the above change.
11480 (font_score): New arg alternate_families. Adjusted for the change
11481 of font-related objects.
11482 (font_sort_entites): New arg best_only.
11483 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
11484 Delete them.
11485 (font_match_p): Check alternate families.
11486 (font_find_object): Delete it.
11487 (font_check_object): New function.
11488 (font_clear_cache): Adjusted for the change of font-related objects.
11489 (font_delete_unmatched): New arg.
11490 (font_list_entities): Call font_driver->list with a spec that
11491 doesn't specify style-related properties.
11492 (font_matching_entity): Arguments changed. Caller changed.
11493 (font_open_entity): Adjusted for the change of font-related objects.
11494 (font_close_object, font_has_char, font_encode_char)
11495 (font_get_name, font_get_spec): Likewise.
11496 (font_spec_from_name, font_clear_prop, font_update_lface):
11497 New functions.
11498 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
11499 (font_prepare_for_face, font_done_for_face, font_open_by_name)
11500 (font_at): Adjusted for the change of font-related objects.
11501 (font_range): New function.
11502 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
11503 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
11504 (Fcopy_font_spec, Fmerge_font_spec): New function.
11505 (Ffont_family_list): Renamed from list-families.
11506 (Finternal_set_font_style_table): Arguments changed.
11507 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
11508 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
11509 change of font-related objects.
11510 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
11511
11512 * fontset.h (struct font_info): Delete it. Most members go to
11513 struct font.
11514 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
11515 (enum FONT_SPEC_INDEX): Delete it.
11516 (font_info, list_fonts_func, load_font_func, query_font_func)
11517 (set_frame_fontset_func, find_ccl_program_func)
11518 (get_font_repertory_func, new_fontset_from_font_name): Delete
11519 externs.
11520 (fontset_from_font_name): Extern it.
11521 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
11522 (FONT_INFO_FROM_FACE): Deleted.
11523 (face_for_font): Adjust prototype.
11524
11525 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
11526 conditionals. Don't check enable_font_backend. Delete all codes
11527 used only when USE_FONT_BACKEND is not defined.
11528 (get_font_info_func, list_font_func, load_font_func)
11529 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
11530 (get_font_repertory_func): Delete them.
11531 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
11532 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
11533 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
11534 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
11535 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
11536 (fontset_compare_rfontdef): New function.
11537 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
11538 rfont-defs by qsort. Adjusted for the change of font-group vector.
11539 (load_font_get_repertory): Deleted.
11540 (fontset_find_font): Use new macros to ref/set elements of
11541 font-def and rfont-def.
11542 (fontset_font): Fix the timing of remembering that no font for C.
11543 (free_face_fontset): Do nothing if the face has no fontset.
11544 (face_suitable_for_char_p): Use new macros to ref/set elements of
11545 rfont-def.
11546 (face_for_char): Likewise. Call face_for_char with font_object.
11547 (fs_load_font): Delete. Delete #pragma surrounding it.
11548 (fs_query_fontset): Use strcasecmp instead of strcmp.
11549 (generate_ascii_font_name): Adjusted for the format change of
11550 font-spec.
11551 (Fset_fontset_font): Likewise. Use new macros to set elements of
11552 font-def.
11553 (Fnew_fontset): Use font_unparse_xlfd to generate
11554 FONTSET_ASCII (fontset).
11555 (new_fontset_from_font_name): Deleted.
11556 (fontset_from_font): Renamed from new_fontset_from_font. Check if
11557 a fontset is already created for the font. FIx updating of
11558 Vfontset_alias_alist.
11559 (fontset_ascii_font): Deleted.
11560 (Ffont_info): Adjusted for the format change of font-spec.
11561 (Finternal_char_font): Likewise.
11562 (Ffontset_info): Likewise.
11563 (syms_of_fontset): Don't check load_font_func.
11564
11565 * fns.c (internal_equal): Handle PREV_FONT.
11566
11567 * frame.h: Delete USE_FONT_BACKEND conditional.
11568
11569 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
11570 conditionals. Don't check enable_font_backend. Delete all codes
11571 used only when USE_FONT_BACKEND is not defined.
11572 (x_set_font): Call x_new_font, not x_new_fontset2.
11573 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
11574 already set for the frame.
11575
11576 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
11577 a font-entity by font_make_entity. Use font_intern_prop instead
11578 of intern_downcase. Use FONT_SET_STYLE to set a style-related
11579 font property. If a font is scalable, set avgwidth property to 0.
11580 Set font-entity property by font_put_extra.
11581 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
11582 (ffont_driver): Adjusted for the change of struct font_driver.
11583 (ftfont_spec_pattern): New function.
11584 (ftfont_list): Return a list, not vector.
11585 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
11586 (ftfont_list_family): Don't downcase names.
11587 (ftfont_free_entity): Deleted.
11588 (ftfont_open): Return a font-object. Adjusted for the change of
11589 struct font. Get underline_thickness and underline_position from
11590 font property. Don't update dpyinfo->smallest_font_height and
11591 dpyinfo->smallest_char_width.
11592 (ftfont_close): Don't free `struct font'.
11593 (ftfont_has_char): Adjusted for the format change of font-entity.
11594 (ftfont_encode_char, ftfont_text_extents): Likewise.
11595
11596 * ftxfont.c (ftxfont_list): Return a list, not vector.
11597 (ftxfont_open): Return a font-object. Adjusted for the change of
11598 struct font. Get underline_thickness and underline_position from
11599 font property. Don't update dpyinfo->smallest_font_height and
11600 dpyinfo->smallest_char_width.
11601 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
11602 (ftxfont_draw): Adjusted for the change of struct font.
11603
11604 * image.c (image_ascent): Don't include "charset.h". Include
11605 "character.h" and "font.h".
11606
11607 * lisp.h (enum pvec_type): New member PREV_FONT.
11608 (Fassoc_string): EXFUN it.
11609
11610 * print.c: Include font.h.
11611 (print_object): Handle font-related objects.
11612
11613 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11614 conditionals. Don't check enable_font_backend. Delete all codes
11615 used only when USE_FONT_BACKEND is not defined.
11616 (handle_auto_composed_prop): Do nothing if it->f is not on a
11617 window system. Check how many following characters can be
11618 displayed by the same font.
11619 (calc_pixel_width_or_height): Type of the 4th arg is changed to
11620 'struct font *'.
11621 (get_char_face_and_encoding): Assign the whole encoding task to
11622 the `encode-char' method of a font driver.
11623 (fill_composite_glyph_string): Adjusted for the change of `struct
11624 face' and `struct glyph_string'.
11625 (fill_glyph_string): Likewise.
11626 (get_per_char_metric): Arguments changed.
11627 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11628 and `struct glyph_string'.
11629 (produce_stretch_glyph, calc_line_height_property)
11630 (x_produce_glyphs): Likewise.
11631
11632 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11633 conditionals. Don't check enable_font_backend. Delete all codes
11634 used only when USE_FONT_BACKEND is not defined. Use
11635 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11636 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11637 (Qp): Extern them.
11638 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11639 Deleted.
11640 (struct font_name): Deleted.
11641 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11642 (compare_fonts_by_sort_order): New function.
11643 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11644 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11645 Deleted.
11646 (Fx_family_fonts): Use font_list_entities, and sort fonts by
11647 compare_fonts_by_sort_order.
11648 (Fx_font_family_list): Call Ffont_family_list.
11649 (face_numeric_value, face_numeric_weight, face_numeric_slant)
11650 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11651 (face_symbolic_slant, face_symbolic_swidth)
11652 (split_font_name_into_vector, build_font_name_from_vector)
11653 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11654 (font_rescale_ratio, split_font_name, build_font_name)
11655 (free_font_names, sort_fonts, x_face_list_fonts)
11656 (face_font_available_p, sorted_font_list, cmp_font_names)
11657 (font_list_1, concat_font_list, font_list, remove_duplicates):
11658 Deleted.
11659 (Fx_list_fonts): Use Ffont_list.
11660 (LFACE_AVGWIDTH): Deleted.
11661 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
11662 by FONTP.
11663 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11664 (set_lface_from_font_name): Delete it.
11665 (set_lface_from_font): Renamed from
11666 set_lface_from_font_and_fontset. Caller changed. Don't set
11667 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
11668 for face.
11669 (merge_face_vectors): Copy font-spec if necessary.
11670 Clear properties of the font-spec if necessary.
11671 (merge_face_ref): Clear properties of the font-spec if necessary.
11672 (Finternal_set_lisp_face_attribute): Likewise.
11673 (set_font_frame_param): Use font_load_for_lface to load a
11674 font-object, and call Fmodify_frame_parameters with it.
11675 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
11676 font name by Ffont_xlfd_name.
11677 (Finternal_lisp_face_attribute_values): Don't check QCweight,
11678 QCslant, and QCwidth.
11679 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11680 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11681 Compare fonts by EQ.
11682 (lookup_non_ascii_face): Deleted.
11683 (face_for_font): The 2nd argument changed.
11684 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11685 Check atomic font properties by case insensitive.
11686 (realize_non_ascii_face): Set face->overstrike correctly.
11687 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
11688 (dump_realized_face): Get font name from
11689 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
11690
11691 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11692 conditionals. Don't check enable_font_backend. Delete all codes
11693 used only when USE_FONT_BACKEND is not defined.
11694 (xic_create_xfontset): Original code deleted and renamed from
11695 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
11696 (x_make_gc): Don't set GCFont in GCs.
11697 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11698 opened by "fixed".
11699 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11700 find_ccl_program_func, query_font_func, set_frame_fontset_func,
11701 get_font_repertory_func.
11702
11703 * xfont.c: Include <stdlib.h> and "ccl.h".
11704 (struct xfont_info): New structure.
11705 (xfont_query_font): Deleted.
11706 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11707 moved from xterm.c.
11708 (xfont_driver): Adjusted for the change of struct font_driver.
11709 (compare_font_names): New function.
11710 (xfont_list_pattern): Sort font names case insensitively. Make
11711 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
11712 (xfont_list): Return a list, not vector.
11713 (xfont_match): If the font doesn't have QCname property, generate
11714 a name from the other font properties.
11715 (xfont_open): Return a font-object. Adjusted for the change of
11716 struct font. Get underline_thickness and underline_position from
11717 font property. Don't update dpyinfo->smallest_font_height and
11718 dpyinfo->smallest_char_width.
11719 (xfont_close): Don't free struct font.
11720 (xfont_prepare_face): Adjusted for the change of struct font.
11721 (xfont_done_face): Deleted.
11722 (xfont_has_char): Adjusted for the change of struct font.
11723 (xfont_encode_char, xfont_draw): Likewise.
11724 (xfont_check): New function.
11725
11726 * xftfont.c (xftfont_list): Adjusted for the change of `list'
11727 callback function.
11728 (xftfont_match): Adjusted for the format change of font-entity.
11729 (xftfont_open): Adjusted for the format change of font-entity and
11730 font-object. Adjusted for the change of struct font. Return a
11731 font-object. Don't update dpyinfo->smallest_font_height and
11732 dpyinfo->smallest_char_width.
11733 (xftfont_close): Block input while calling XftFontClose.
11734 (xftfont_prepare_face): Don't block input while calling
11735 xftfont_get_colors. Adjusted for the change of struct font.
11736 (xftfont_shape): Return value of error case fixed.
11737
11738 * xrdb.c (x_load_resources): Don't setup a fontset resource.
11739
11740 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11741 conditionals.
11742 (FONT_WIDTH): Return (f)->max_width.
11743 (struct x_display_info): Delete member `font'.
11744 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11745 (x_find_ccl_program, x_get_font_repertory): Delete externs.
11746 (struct x_output): Change type of `font' to `struct font *'.
11747
11748 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11749 conditionals. Don't check enable_font_backend. Delete all codes
11750 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
11751 (x_per_char_metric, x_encode_char): Deleted.
11752 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11753 (x_compute_glyph_string_overhangs): Adjusted for the change of
11754 `struct face'.
11755 (x_draw_glyph_string_foreground)
11756 (x_draw_composite_glyph_string_foreground): Likewise.
11757 (x_draw_glyph_string): Likewise. Use font->underline_position and
11758 font->underline_thickness.
11759 (x_new_font): Renamed from x_new_fontset2.
11760 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11761 (x_check_font): Call `check' method of a font driver.
11762 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11763 (x_query_font, x_get_font_repertory): Deleted.
11764 (x_find_ccl_program): Renamed and moved to xfont.c.
11765 (x_redisplay_interface): Adjusted for the change of `struct
11766 redisplay_interface'.
11767
11768 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11769 conditionals. Don't check enable_font_backend. Delete all codes
11770 used only when USE_FONT_BACKEND is not defined. Surround non-used
11771 code by "#ifdef OLD_FONT" and "endif".
11772 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11773
11774 * w32font.h (struct w32font_info): New member.
11775 (FONT_COMPAT): New macro.
11776 (w32font_open_internal): Prototype adjusted.
11777
11778 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11779 OLD_FONT" and "endif".
11780
11781 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11782 conditionals. Don't check enable_font_backend. Delete all codes
11783 used only when USE_FONT_BACKEND is not defined.
11784 (w32font_open): Return a font-object. Make a font-object by
11785 font_make_object. Adjusted for the change of struct w32font_info.
11786 (w32font_close): Don't free struct font. Adjusted for the change
11787 of struct w32font_info.
11788 (w32font_encode_char, w32font_text_extents, w32font_draw):
11789 Adjusted for the change of struct w32font_info.
11790 (w32font_draw): Likewise.
11791 (w32font_list_internal): Return a list, not vector.
11792 (w32font_open_internal): Change the 4th arg to font-object.
11793 Adjusted for the change of struct w32font_info and font-object format.
11794 (add_font_name_to_list): Don't downcase names.
11795 (w32_enumfont_pattern_entity): Make a font-entity by
11796 font_make_entity. Adjusted for the format change of font-entity.
11797 Use FONT_SET_STYLE to set a style-related font property. If a
11798 font is scalable, set avgwidth property to 0. Set font-entity
11799 property by font_put_extra.
11800 (font_matches_spec): Adjusted for the format change of font-entity.
11801 (w32_weight_table, w32_decode_weight): New variables.
11802 (w32_encode_weight): New function.
11803 (fill_in_logfont): Adjusted for the format change of font-spec.
11804 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11805 weight value.
11806 (w32font_driver): Adjusted for the change of struct font_driver.
11807
11808 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11809 conditionals. Don't check enable_font_backend. Surround non-used
11810 code by "#ifdef OLD_FONT" and "endif".
11811 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11812 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11813
11814 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11815 conditionals. Don't check enable_font_backend. Delete all codes
11816 used only when USE_FONT_BACKEND is not defined. Surround non-used
11817 code by "#ifdef OLD_FONT" and "endif".
11818
11819 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11820 (uniscribe_open): Return value changed to font-object.
11821 Adjusted for the format change of font-object.
11822 (uniscribe_otf_capability): Adjusted for the change of struct font.
11823 (add_opentype_font_name_to_list): Don't downcase names.
11824 (uniscribe_font_driver): Adjusted for the change of struct
11825 font_driver.
11826
118272008-05-13 Chong Yidong <cyd@stupidchicken.com>
11828
11829 * dispnew.c (update_frame_1): Check if tty output is still valid
11830 before flushing it.
11831
118322008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11833
11834 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11835 to Gtk+ menus.
11836
118372008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11838
11839 * dired.c (file_name_completion): Tweak the code so as to always do it
11840 in a single pass. Tighten the scope of some variables.
11841
11842 * dired.c (Qdefault_directory): New var.
11843 (file_name_completion): Use it instead of Fexpand_file_name.
11844 (syms_of_dired): Initialize it.
11845
118462008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11847
11848 * fileio.c (double_dollars): Remove dead code.
11849
118502008-05-10 Eli Zaretskii <eliz@gnu.org>
11851
11852 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11853 Mention w32-get-true-file-attributes in doc string.
11854
11855 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11856
118572008-05-09 Glenn Morris <rgm@gnu.org>
11858
11859 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11860 2008-04-23.
11861
118622008-05-09 Eli Zaretskii <eliz@gnu.org>
11863
11864 Support for reporting owner and group of each file on MS-Windows:
11865 * dired.c (stat_uname, stat_gname): New functions, with special
11866 implementation for w32.
11867 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11868
11869 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11870 (dflt_group_name): New static variable.
11871 (dflt_group): Rename from the_group.
11872 (init_user_info): Init dflt_group fields. Get user's group name
11873 from LookupAccountSid.
11874 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11875 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11876 New initialization states.
11877 (globals_of_w32): Initialize them to zero. Initialize the default
11878 group name to "None".
11879 (GetFileSecurity_Name): New global var, the name of the function
11880 to call for GetFileSecurity.
11881 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11882 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11883 (get_file_security, get_security_descriptor_owner)
11884 (get_security_descriptor_group, is_valid_sid)
11885 (get_file_security_desc, get_rid, get_name_and_id)
11886 (get_file_owner_and_group): New functions.
11887 (stat): Use get_file_security_desc and get_file_owner_and_group to
11888 report the owner and primary group of each file. Don't ignore the
11889 high 32 bits of file's size, now that st_size is 64-bit wide.
11890 Fix test when to get true file attributes.
11891 (init_user_info): Use get_rid instead of equivalent inline code.
11892 (fstat): Don't ignore the high 32 bits of file's size.
11893
118942008-05-09 Chong Yidong <cyd@stupidchicken.com>
11895
11896 * image.c (png_load): Use correct bit-depth for setting background
11897 color.
11898
118992008-05-08 Eli Zaretskii <eliz@gnu.org>
11900
11901 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11902 epa-hook.elc.
11903
119042008-05-08 Juanma Barranquero <lekktu@gmail.com>
11905
11906 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11907
119082008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11909
11910 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11911 because the original parameters are in pure storage now.
11912 (mac_window): Remove unused params. Update callers.
11913
119142008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * lread.c (substitute_object_recurse): Use lower-level primitives.
11917 Don't signal errors when traversing sub-char-tables.
11918 Don't loop over all the possible characters when traversing char-tables.
11919
11920 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11921 just like we do in print.c.
11922
119232008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11924
11925 * minibuf.c (Ftry_completion): Remove code left over from when we used
11926 scmp instead of Fcompare_strings.
11927
119282008-05-04 Juanma Barranquero <lekktu@gmail.com>
11929
11930 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11931
119322008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11933
11934 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11935 Create bitmap context in native byte order.
11936
11937 * macterm.c (XDrawLine)
11938 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11939 context in native byte order.
11940
119412008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11942
11943 * config.in: Regenerate.
11944
11945 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11946 New definitions for Image I/O support.
11947 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11948 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11949 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11950 (mac_data_provider_release_data, image_load_image_io)
11951 [USE_MAC_IMAGE_IO]: New functions.
11952 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11953 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11954 (init_image_func_pointer) [MAC_OSX]: Remove function.
11955 (image_load_quartz2d) [MAC_OSX]: Check availability of
11956 CGImageCreateWithPNGDataProvider at compile time.
11957 Use lowercase `false' for boolean constant.
11958 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11959 Use image_load_image_io.
11960 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11961 Don't check MyCGImageCreateWithPNGDataProvider.
11962 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11963 Don't call init_image_func_pointer.
11964
11965 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11966
11967 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11968 Make variable non-static.
11969 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11970 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11971
11972 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11973 (RED_FROM_ULONG): Mask off higher bits.
11974 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11975
11976 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11977 Include AvailabilityMacros.h.
11978 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11979 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11980
119812008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11982
11983 * chartab.c (Fset_char_table_range): If range is t, really set all
11984 chars to that value.
11985
119862008-05-03 Eli Zaretskii <eliz@gnu.org>
11987
11988 * dired.c (Ffile_attributes): Don't allow the device number become
11989 negative.
11990
119912008-05-02 Daiki Ueno <ueno@unixuser.org>
11992
11993 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11994
119952008-05-02 Juri Linkov <juri@jurta.org>
11996
11997 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11998 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11999 DEFAULT argument as a list of default values in docstrings.
12000
120012008-05-01 Chong Yidong <cyd@stupidchicken.com>
12002
12003 * puresize.h (BASE_PURESIZE): Increase to 1210000.
12004
120052008-05-01 Martin Rudalics <rudalics@gmx.at>
12006
12007 * dispnew.c (change_frame_size_1): Preserve small windows when
12008 shrinking frames by calling set_window_height|width with third
12009 arg 2.
12010
12011 * window.h (struct window): Replace field too_small_ok by field
12012 resize_proportionally.
12013
12014 * window.c (make_window): Initialize resize_proportionally.
12015 (enlarge_window): Temporarily set resize_proportionally to make
12016 sure that shrink_windows does scale the window proportionally.
12017 (shrink_windows): When window has resize_proportionally set try
12018 to shrink it proportionally by stealing from other windows.
12019 (struct saved_window, Fset_window_configuration)
12020 (compare_window_configurations): Handle resize_proportionally.
12021 (WINDOW_TOTAL_SIZE): New macro.
12022 (window_min_size, shrink_windows, size_window): Use it.
12023 (check_min_window_sizes): Remove. Invalid values of
12024 window-min-height|width are handled by window_min_size_2 now.
12025 (size_window, Fsplit_window, enlarge_window)
12026 (adjust_window_trailing_edge, grow_mini_window): Don't call
12027 check_min_window_sizes.
12028 (window_min_size_2, window_min_size_1, window_min_size):
12029 New argument safe_p for retrieving "safe" minimum sizes.
12030 (Fdisplay_buffer, Fsplit_window, enlarge_window)
12031 (adjust_window_trailing_edge, grow_mini_window):
12032 Adjust arguments of window_min_size... functions.
12033 (shrink_windows): Argument min_size removed. New argument
12034 safe_p allows shrinking windows to their safe minimum sizes.
12035 Calculate minimum size and decide whether a window shall be
12036 deleted for each window individually.
12037 (size_window): When nodelete_p equals 2, tell shrink_windows to
12038 delete windows only if their new minimum size is no more safe.
12039 (shrink_window_lowest_first): Call window_min_size_1 to make
12040 sure to preserve modeline of bottom-most window when resizing
12041 the minibuffer.
12042 (Fset_window_configuration, Fcurrent_window_configuration)
12043 (compare_window_configurations): Do not handle
12044 window-min-height|width any more.
12045 (syms_of_window): Clarify window-min-height|width doc-strings.
12046
120472008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
12048
12049 * dired.c (file_name_completion): Fix up the encoding/decoding issue
12050 some more. Copy some of the code from Ftry_completions.
12051 Remove special case code that dates back to initial revision when the
12052 slash was only added when necessary and that can't trigger nowadays.
12053
120542008-04-27 Kenichi Handa <handa@m17n.org>
12055
12056 * font.c (font_prop_validate): Signal `error' instead of `font'.
12057
120582008-04-29 Jason Rumney <jasonr@gnu.org>
12059
12060 * w32fns.c (Fw32_battery_status): New defun.
12061 (syms_of_w32fns): Defsubr it.
12062
120632008-04-28 Andreas Schwab <schwab@suse.de>
12064
12065 * dired.c (file_name_completion): Fix another mixing of encoded
12066 and decoded names.
12067
120682008-04-28 Juanma Barranquero <lekktu@gmail.com>
12069
12070 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
12071
120722008-04-27 Juanma Barranquero <lekktu@gmail.com>
12073
12074 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
12075
120762008-04-27 Andreas Schwab <schwab@suse.de>
12077
12078 * dired.c (file_name_completion): Fix inappropriate mixing of
12079 encoded and decoded names.
12080
12081 * xterm.c (XTread_socket): Fix use of uninitialized variable.
12082
12083 * puresize.h (BASE_PURESIZE): Increase to 1200000.
12084
120852008-04-26 Eli Zaretskii <eliz@gnu.org>
12086
12087 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
12088 2008-03-31, it's not needed anymore with `struct stat' definition
12089 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
12090 for the same reasons.
12091
120922008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
12093
12094 * m/sparc.h: Additional redefinitions for GNU/Linux.
12095
120962008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12097
12098 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
12099 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
12100 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
12101 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
12102 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
12103 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
12104 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12105 Likewise.
12106
12107 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
12108 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
12109 (mac_ax_number_of_characters): Add externs.
12110 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
12111 [USE_MAC_TSM]: Likewise.
12112 (mac_handle_text_input_event) [MAC_OSX]:
12113 Handle kEventTextInputOffsetToPos for no active input area case.
12114 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
12115 (mac_handle_document_access_event)
12116 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
12117 (install_application_handler) [MAC_OSX]: Register handlers for
12118 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
12119 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12120 Register mac_handle_document_access_event.
12121
12122 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
12123 Make functions non-static.
12124
121252008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12126
12127 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
12128 (read_file_name_completion_ignore_case, insert_default_directory)
12129 (Qdefault_directory): Move to minibuffer.el.
12130 (Fread_file_name): Call the new `read-file-name' instead.
12131
121322008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12133
12134 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
12135 Make function non-static.
12136 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
12137 Remove function.
12138 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12139 Move to mactoolbox.c.
12140 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
12141
12142 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
12143 (mac_rect_make): New macro.
12144
12145 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
12146 instead of float.
12147 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12148 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
12149 (XSetBackground) [USE_CG_DRAWING]: Likewise.
12150 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
12151 CGRectMake.
12152 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12153 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
12154 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
12155 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12156 instead of WindowRef in argument type.
12157 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
12158 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
12159 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
12160 instead of DISPLAY. All uses changed.
12161 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
12162 (x_calc_absolute_position): Simplify so as not to use
12163 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
12164
12165 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12166 instead of WindowRef in argument type.
12167 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
12168 [TARGET_API_MAC_CARBON]: Remove externs.
12169 (create_apple_event, mac_event_parameters_to_lisp)
12170 [TARGET_API_MAC_CARBON]: Add externs.
12171
12172 * mactoolbox.c (Vmac_ts_script_language_on_focus)
12173 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
12174 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
12175 is clicked.
12176 (x_activate_menubar): Remove extern for saved_menu_event_location.
12177 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12178 Move from mac.c.
12179
121802008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12181
12182 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
12183 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
12184
121852008-04-23 Jason Rumney <jasonr@gnu.org>
12186
12187 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
12188 attributes only for local files.
12189
12190 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
12191 default to Qlocal.
12192
121932008-04-22 Juri Linkov <juri@jurta.org>
12194
12195 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
12196 read-buffer-to-switch instead of using the letter "B".
12197
121982008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12199
12200 * fileio.c (Qdefault_directory): New variable.
12201 (Fread_file_name): Use it to pass `dir' to the completion functions.
12202
122032008-04-20 Chong Yidong <cyd@stupidchicken.com>
12204
12205 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
12206
122072008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12208
12209 * keyboard.c (Vpre_help_message): Remove.
12210 (show_help_echo): Remove default C code.
12211
12212 * dired.c (directory_files_internal, file_name_completion):
12213 Only call ENCODE_FILE if the string is indeed decoded.
12214
122152008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * Makefile.in (TOOLKIT_DEFINES): Remove.
12218 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
12219
122202008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12221
12222 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
12223 (mactoolbox.o): New target.
12224
12225 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
12226 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
12227
12228 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
12229 Use mac_set_frame_window_background instead of XSetWindowBackground.
12230 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
12231 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
12232 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
12233 instead of SetWindowTitleWithCFString.
12234 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
12235 Move function to mactoolbox.c.
12236 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
12237 Use mac_set_window_modified instead of SetWindowModified.
12238 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
12239 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
12240 (Fx_focus_frame): Use mac_front_non_floating_window instead of
12241 FrontNonFloatingWindow. Use mac_activate_window instead of
12242 ActivateWindow. Use mac_active_non_floating_window instead of
12243 ActiveNonFloatingWindow.
12244 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
12245 Use mac_show_hourglass and mac_hide_hourglass.
12246 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
12247 instead of GetGlobalMouse.
12248 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
12249 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
12250 Use mac_bring_window_to_front instead of BringToFront.
12251 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
12252 mactoolbox.c.
12253 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
12254 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
12255 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
12256 mactoolbox.c.
12257
12258 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
12259 (XtPointer): Move typedef from macmenu.c.
12260 (enum button_type): Move enum from macmenu.c.
12261 (widget_value): Move typedef from macmenu.c.
12262 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
12263 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12264 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12265 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12266 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12267 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12268 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12269 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
12270 (Selection): Move typedef from macselect.c.
12271 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
12272 macterm.c.
12273 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
12274 (mac_is_window_collapsed, mac_bring_window_to_front)
12275 (mac_send_window_behind, mac_hide_window, mac_show_window)
12276 (mac_collapse_window, mac_front_non_floating_window)
12277 (mac_active_non_floating_window, mac_activate_window)
12278 (mac_move_window_structure, mac_move_window, mac_size_window)
12279 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
12280
12281 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
12282 (enum mac_menu_kind): Move enum to mactoolbox.c.
12283 (min_menu_id): Move variable to mactoolbox.c.
12284 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
12285 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
12286 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
12287 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
12288 [TARGET_API_MAC_CARBON]: Likewise.
12289 (XtPointer): Move typedef to macgui.h.
12290 (enum button_type): Move enum to macgui.h.
12291 (widget_value): Move typedef to macgui.h.
12292 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12293 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12294 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12295 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12296 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12297 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12298 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
12299 (popup_activated_flag): Make variable non-static.
12300 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
12301 (add_menu_item, fill_menu, dispose_menus):
12302 Move functions to mactoolbox.c.
12303 (restore_show_help_function, menu_target_item_handler)
12304 (install_menu_target_item_handler, mac_handle_dialog_event)
12305 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
12306 [TARGET_API_MAC_CARBON]: Likewise.
12307 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
12308 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12309 (find_and_call_menu_selection, name_is_separator): Make function
12310 non-static.
12311 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
12312 to mactoolbox.c.
12313 (set_frame_menubar): Don't call install_menu_quit_handler.
12314 (menu_item_selection): New variable.
12315 (mac_menu_show): Use create_and_show_popup_menu.
12316 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
12317 selection but set variable menu_item_selection. All uses changed.
12318 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
12319 Call install_menu_quit_handler. Move to mactoolbox.c.
12320
12321 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
12322 (Selection): Move typedef to macgui.h.
12323 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
12324 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
12325 Make variables non-static.
12326 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12327 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
12328 Make functions non-static.
12329 (Vmac_service_selection) [MAC_OSX]: Likewise.
12330 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
12331 (mac_valid_selection_target_p, mac_clear_selection)
12332 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12333 (mac_put_selection_value, mac_selection_has_target_p)
12334 (mac_get_selection_value, mac_get_selection_target_list)
12335 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
12336 Move functions to mactoolbox.c.
12337 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
12338 Likewise.
12339 (copy_scrap_flavor_data, mac_handle_service_event)
12340 (install_service_handler) [MAC_OSX]: Likewise.
12341 (syms_of_macselect) <Vmac_dnd_known_types>:
12342 Use mac_dnd_default_known_types.
12343
12344 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
12345 Move to mactoolbox.c.
12346 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
12347 (Fx_selection_owner_p): Add EXFUN.
12348 (install_window_handler, remove_window_handler, XSetWindowBackground):
12349 Remove externs.
12350 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
12351 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
12352 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
12353 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
12354 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
12355 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
12356 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
12357 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
12358 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
12359 (create_and_show_popup_menu, mac_get_selection_from_symbol)
12360 (mac_valid_selection_target_p, mac_clear_selection)
12361 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12362 (mac_put_selection_value, mac_selection_has_target_p)
12363 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
12364 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
12365 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
12366 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12367 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
12368 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12369 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
12370 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12371 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12372
12373 * mactoolbox.c: New file.
12374
123752008-04-18 Jason Rumney <jasonr@gnu.org>
12376
12377 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
12378
123792008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12380
12381 * character.c (Fmultibyte_char_to_unibyte):
12382 Return latin1 chars unchanged.
12383
12384 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
12385 relocated if it points to `name'.
12386
123872008-04-17 Kenichi Handa <handa@m17n.org>
12388
12389 * data.c (Faset): Allow setting a multibyte character in an
12390 ASCII-only unibyte string.
12391
12392 * lisp.h (STRING_SET_MULTIBYTE): New macro.
12393
123942008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12395
12396 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
12397 done in config.h.
12398
123992008-04-16 Juanma Barranquero <lekktu@gmail.com>
12400
12401 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
12402 (Fchar_direction): Add usage in the docstring.
12403
124042008-04-15 Chong Yidong <cyd@stupidchicken.com>
12405
12406 * keyboard.c (read_key_sequence): Remove always-true checks.
12407
124082008-04-14 Jason Rumney <jasonr@gnu.org>
12409
12410 * w32font.c (w32font_open_internal): Set max_bounds.descent in
12411 compatibility struct, for better underline positioning.
12412
124132008-04-13 David Hansen <david.hansen@gmx.net>
12414
12415 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
12416 string.
12417
124182008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12419
12420 * m/hp800.h (XUINT, XSET): Remove.
12421
124222008-04-12 Juanma Barranquero <lekktu@gmail.com>
12423
12424 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
12425 previous change.
12426
124272008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12428
12429 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
12430 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
12431
124322008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12433
12434 * keymap.h (map_keymap_canonical): Declare.
12435 * xmenu.c (single_keymap_panes): Use it.
12436
124372008-04-11 Glenn Morris <rgm@gnu.org>
12438
12439 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
12440 set the target's value to that of the alias.
12441
124422008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * term.c (set_tty_color_mode): Left over typo.
12445
124462008-04-10 Michael Albinus <michael.albinus@gmx.de>
12447
12448 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
12449 only after check for file name handler functions. Signal, when
12450 native functionality is not supported.
12451 (syms_of_fileio): Declare it unconditionally.
12452
124532008-04-10 Jason Rumney <jasonr@gnu.org>
12454
12455 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
12456 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
12457
12458 * w32.c (logon_network_drive): Also logon to remote drives that
12459 are mapped to drive letters.
12460
124612008-04-10 Glenn Morris <rgm@gnu.org>
12462
12463 * xdisp.c (truncate-partial-width-windows): Doc fix.
12464
124652008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12466
12467 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
12468 Move functions to minibuffer.el.
12469 (syms_of_fileio): Don't declare them.
12470
124712008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12472
12473 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
12474 (syms_of_minibuf): Remove its initialization.
12475
12476 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
12477
124782008-04-09 Juanma Barranquero <lekktu@gmail.com>
12479
12480 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
12481
124822008-04-09 Jason Rumney <jasonr@gnu.org>
12483
12484 * makefile.w32-in (distclean): Delete makefile too.
12485 (maintainer-clean): New target.
12486
12487 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
12488
12489 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
12490 for new font backend and composite cases.
12491
124922008-04-09 Jan Djärv <jan.h.d@swipnet.se>
12493
12494 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
12495 Most of the code moved to run_timers.
12496 (do_pending_atimers): Call run_timers.
12497 (run_timers): New function.
12498
12499 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
12500 run atimers.
12501
12502 * process.c (wait_reading_process_output): The same as above.
12503
125042008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * minibuf.c (last_exact_completion): Remove variable.
12507 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
12508 (complete_and_exit_1, complete_and_exit_2)
12509 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
12510 (Fdisplay_completion_list, display_completion_list_1)
12511 (Fminibuffer_completion_help, Fself_insert_and_exit)
12512 (Fexit_minibuffer, Fminibuffer_message): Move functions to
12513 minibuffer.el.
12514 (syms_of_minibuf): Remove corresponding initializations.
12515
12516 * keyboard.c (Qdeactivate_mark): New var.
12517 (command_loop_1): Use it to call `deactivate-mark'.
12518 (syms_of_keyboard): Initialize it.
12519
12520 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
12521 to another frame.
12522 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
12523 Don't call set_tty_color_mode.
12524 (store_frame_param): Reset previous_frame rather than call
12525 set_tty_color_mode.
12526 * term.c (set_tty_color_mode): Rewrite.
12527 * dispextern.h (set_tty_color_mode): New type.
12528 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
12529
125302008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12531
12532 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
12533 for generic chars, which do not exist any more in emacs-unicode.
12534
125352008-04-08 Michael Albinus <michael.albinus@gmx.de>
12536
12537 * coding.c (detect_coding_emacs_mule)
12538 (Ffind_operation_coding_system): Fix typo.
12539
125402008-04-08 Jason Rumney <jasonr@gnu.org>
12541
12542 * w32uniscribe.c (SNAME): Extract only symbol name.
12543
12544 * w32font.h (struct w32_metric_cache): New struct.
12545 (w32font_info): Use it.
12546 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
12547 (CACHE_BLOCKSIZE): New constants.
12548
12549 * w32font.c (Qja, Qko, Qzh): New symbols.
12550 (syms_of_w32font): Initialise them.
12551 (font_matches_spec): Use them to filter by language.
12552 (recompute_cached_metrics): Remove function.
12553 (compute_metrics, clear_cached_metrics): New functions.
12554 (w32font_encode_char): Use them to manage metric cache.
12555 (w32font_text_extents): Cache metrics for all glyphs on demand.
12556 Delay converting glyph indices to WORD until needed.
12557 (w32font_open_internal): Initialize metric cache to empty.
12558 (registry_to_w32_charset): Charset should always be a symbol.
12559 (fill_in_logfont, list_all_matching_fonts): Family should
12560 always be a symbol.
12561
125622008-04-06 Jason Rumney <jasonr@gnu.org>
12563
12564 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
12565 Give up if glyph indices not supported. Use uniscribe obtained
12566 ABC widths for individual metrics. Map glyph clusters back to
12567 characters using fClusterStart flag. Return number of glyphs
12568 produced, not chars processed.
12569 (uniscribe_shape): Map char at FROM to current glyph.
12570
125712008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12572
12573 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
12574 Use SetMenuItemHierarchicalMenu.
12575
125762008-04-05 Jason Rumney <jasonr@gnu.org>
12577
12578 * image.c (pbm_load): Allow color values up to 65535.
12579 Throw an error if max_color_idx is outside the supported range.
12580 Report an error when image size is invalid.
12581 Read two bytes at a time when raw images have max_color_idx above 255.
12582
125832008-04-05 Eli Zaretskii <eliz@gnu.org>
12584
12585 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12586 cFileName a file name that includes `?' characters, use the 8+3
12587 alias in cAlternateFileName instead.
12588
125892008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
12590
12591 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
12592 append "CCL: Quitted" when the CCL program is quitted.
12593 (setup_ccl_program): Initialize ccl->quit_silently to zero.
12594
12595 * ccl.h (struct ccl_program): New member quit_silently.
12596
125972008-04-05 Chong Yidong <cyd@stupidchicken.com>
12598
12599 * search.c (compile_pattern_1): Treat non-nil and non-string of
12600 search-spaces-regexp as nil.
12601
12602 * minibuf.c (Fassoc_string): Tweak docstring.
12603
126042008-04-05 Eli Zaretskii <eliz@gnu.org>
12605
12606 * dired.c (Ffile_attributes): Support inode numbers wider than 32
12607 bits. Remove ugly WINDOWSNT-specific kludge introduced on
12608 2008-03-14 to force inode be positive.
12609
12610 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12611 _S_* ones, since we now use our own sys/stat.h.
12612 (stat, fstat): Don't mangle the inode number.
12613 (init_user_info): Don't restrict UID and GID to 0-60000 range.
12614
126152008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12616
12617 * frame.h (struct frame): Give one more bit to `visible' since we use
12618 values larger than 1 to indicate obscured frames on ttys.
12619
12620 * keymap.c (Qkeymap_canonicalize): New var.
12621 (Fmap_keymap_internal): New fun.
12622 (describe_map): Use keymap-canonicalize.
12623
12624 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12625 (Fundo_boundary): Set them.
12626 (syms_of_undo): Initialize them.
12627 (record_point): Use them instead of last_point_position*.
12628 (last_undo_buffer): Change type.
12629
126302008-04-04 Jason Rumney <jasonr@gnu.org>
12631
12632 * w32font.c (w32font_text_extents): Use font's ascent and descent.
12633 (recompute_cached_metrics): Don't set ascent and descent per char.
12634
12635 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12636 (uniscribe_check_otf): Add GC protection before consing.
12637 Rearrange loop for counting features.
12638
126392008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12640
12641 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12642 buffer with byte-size of source buffer.
12643
126442008-04-03 Chong Yidong <cyd@stupidchicken.com>
12645
12646 * callint.c (Fcall_interactively): Handle temporary region even
12647 when shift-select-mode is off.
12648
126492008-04-03 Jason Rumney <jasonr@gnu.org>
12650
12651 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12652
126532008-04-03 Kenichi Handa <handa@m17n.org>
12654
12655 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12656 (CATEGORY_MASK_UTF_16): Likewise.
12657 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12658 binary file.
12659 (detect_coding): Add null-byte detection for a binary file.
12660 (detect_coding_system): Likewise.
12661
126622008-04-03 Jason Rumney <jasonr@gnu.org>
12663
12664 * w32uniscribe.c: New file.
12665
12666 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12667
12668 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12669
12670 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12671 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12672 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12673 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12674 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12675 (Qphonetic): New symbols.
12676 (syms_of_w32font): Initialize them.
12677 (font_supported_scripts): Use them.
12678 (w32font_list_family): List all charsets.
12679 (w32font_text_extents, recompute_cached_metrics): Fix metric
12680 calculations.
12681 (w32_enumfont_pattern_entity): Make full_type a DWORD.
12682 Give opentype fonts their own format.
12683 (font_matches_spec): New arguments backend and logfont.
12684 Handle :otf spec for uniscribe backend.
12685 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12686 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12687
12688 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12689 font backend.
12690 (globals_of_w32fns): Initialize uniscribe font backend.
12691
12692 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
12693 dependencies.
12694 (w32uniscribe.$(O)): New file to build.
12695 (FONT_OBJ): Include w32uniscribe.$(O).
12696 (LIBS): Add uniscribe libraries.
12697
12698 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12699
127002008-04-02 Chong Yidong <cyd@stupidchicken.com>
12701
12702 * callint.c (Vshift_select_mode): New var.
12703 (Finteractive): Document new ^ spec.
12704 (Fcall_interactively): Call handle-shift-selection if the ^ spec
12705 is present.
12706
12707 * keyboard.c (Vthis_command_keys_shift_translated): New var.
12708 (command_loop_1): Avoid running the direct display versions of
12709 forward-char and backward-char if shift-selection may occur.
12710 (read_key_sequence): Set Vthis_command_keys_shift_translated if
12711 shift-translation takes place.
12712
12713 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12714 avoid clobbering by define-minor-mode.
12715
12716 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12717 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12718
12719 * syntax.c (Fforward_word): Add ^ interactive spec.
12720
12721 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12722 (Fscroll_right): Add ^ interactive spec.
12723
127242008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12725
12726 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12727
12728 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12729
12730 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12731
127322008-03-31 Juri Linkov <juri@jurta.org>
12733
12734 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12735
127362008-03-30 Jan Djärv <jan.h.d@swipnet.se>
12737
12738 * gtkutil.c (xg_set_geometry): Fix indentation.
12739 (xg_resize_outer_widget): Remove.
12740 (x_wm_size_hint_off): Fix indentation.
12741 (xg_frame_set_char_size): Call flush_and_sync after
12742 gtk_window_resize.
12743 (x_wm_set_size_hint): Pass NULL as geometry window to
12744 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12745 Add menu bar and tool bar height to base height.
12746 (xg_update_frame_menubar, free_frame_menubar)
12747 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12748 (update_frame_tool_bar, free_frame_tool_bar):
12749 Change xg_resize_outer_widget to xg_frame_set_char_size.
12750
127512008-03-30 Michael Albinus <michael.albinus@gmx.de>
12752
12753 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12754 (Fdbus_call_method): New parameter TIMEOUT.
12755 (dbus-send-signal): Optimize UNGCPRO call.
12756
127572008-03-29 Juri Linkov <juri@jurta.org>
12758
12759 * window.c (Fdisplay_buffer): Move call to
12760 Vsplit_window_preferred_function out of conditions that check
12761 if window is eligible for vertical splitting.
12762 When Vsplit_window_preferred_function is non-nil, call it and use
12763 its non-nil return value as window. Otherwise, continue doing
12764 vertical splitting using Fsplit_window with arg horflag=nil.
12765 (syms_of_window) <Vsplit_window_preferred_function>: Change the
12766 default value from `split-window' to nil.
12767
127682008-03-29 Juri Linkov <juri@jurta.org>
12769
12770 * callint.c (Fcall_interactively): Revert 2008-03-16 change
12771 for interactive code letters 'b' and 'B'.
12772
127732008-03-29 Eli Zaretskii <eliz@gnu.org>
12774
12775 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12776 multibyte string.
12777
127782008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12779
12780 * keyboard.c (pending_funcalls): New var.
12781 (timer_check): Run it.
12782 (syms_of_keyboard): Initialize it.
12783 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12784 (Vdelete_terminal_functions): New vars.
12785 (syms_of_terminal): Initialize them.
12786 (Fdelete_terminal): Run delete-terminal-functions.
12787 * xdisp.c (safe_eval): Rewrite.
12788 (safe_call2): New fun.
12789 * frame.c (Qdelete_frame_functions): New var.
12790 (syms_of_frame): Initialize it.
12791 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12792 * lisp.h (safe_call2, pending_funcalls): Declare.
12793
127942008-03-28 Andreas Schwab <schwab@suse.de>
12795
12796 * indent.c (Fmove_to_column): Move declaration before statements.
12797
127982008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12799
12800 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
12801 (struct frame): Use bit fields for boolean vars.
12802
12803 * process.c (server_accept_connection): Simplify naming.
12804 (emacs_get_tty_pgrp): Use SDATA.
12805
12806 * coding.c (decode_coding_object): Fix last change.
12807
128082008-03-27 Jason Rumney <jasonr@gnu.org>
12809
12810 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12811
128122008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12813
12814 * charset.c (Fdefine_charset_internal): Change the way of
12815 registering charsets in Vcharset_order_list.
12816 (syms_of_charset): Make the charset `eight-bit' supplementary.
12817
128182008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
12819
12820 * regex.c (EXTEND_BUFFER): Change order of pointer addition
12821 operations, to avoid having the difference between pointers
12822 overflow.
12823
128242008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 * indent.c (check_display_width): New fun.
12827 (scan_for_column): Use it.
12828
12829 * data.c (syms_of_data): Mark most-positive-fixnum and
12830 most-negative-fixnum as constants.
12831
12832 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12833
12834 * indent.c (scan_for_column): Extract from current_column_1.
12835 Merge with the same code from Fmove_to_column.
12836 (current_column_1, Fmove_to_column): Use it.
12837
128382008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * keymap.c (map_keymap_internal): New fun.
12841 (map_keymap): Use it.
12842 (Fmap_keymap_internal): New fun.
12843 (Fmap_keymap): Remove left-out test from before make_save_value.
12844
12845 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12846
12847 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12848 Use XCAR/XCDR.
12849
12850 * process.h (struct Lisp_Process): Remove filter_multibyte.
12851 * process.c (QCfilter_multibyte): Remove.
12852 (setup_process_coding_systems): Don't use filter_multibyte.
12853 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12854 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12855 (Fset_process_filter_multibyte): Change the coding-system to
12856 approximate the previous behavior.
12857 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12858 coding-system.
12859
12860 * coding.c (decode_coding_object): When not decoding into a buffer,
12861 obey the coding system's preference of (uni|multi)byte.
12862
128632008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12866 every char is changed and has a different byte-length.
12867 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12868 Fix int -> EMACS_INT.
12869
128702008-03-23 David Hansen <david.hansen@gmx.net>
12871
12872 * dbusbind.c (xd_read_message): Remove extra copying of message
12873 strings. Check for NULL `interface' or `member'.
12874
128752008-03-22 Eli Zaretskii <eliz@gnu.org>
12876
12877 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12878 cFileName a file name that includes `?' characters, use the 8+3
12879 alias in cAlternateFileName instead.
12880
128812008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12882
12883 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12884
128852008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12888 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12889 work on current_buffer only instead (that was already the case
12890 for some of the code anyway).
12891 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12892 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12893 (SET_PT, SET_PT_BOTH): Adjust.
12894 * intervals.h (set_point, temp_set_point, set_point_both)
12895 (temp_set_point_both): Remove redundant declarations.
12896
128972008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12898
12899 * fileio.c (Finsert_file_contents):
12900 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12901 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12902 when buffer != current_buffer anyway.
12903
129042008-03-20 Andreas Schwab <schwab@suse.de>
12905
12906 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12907 as default.
12908
129092008-03-19 Jason Rumney <jasonr@gnu.org>
12910
12911 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12912 (syms_of_w32fns): Initialize them.
12913 (HOURGLASS_ID): New constant.
12914 (x_window_to_frame): Don't check hourglass_window.
12915 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12916 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12917 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12918 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12919 Only change the cursor if hourglass is not active.
12920 (Fx_create_frame): Initialize frame's current_cursor.
12921 (hourglass_atimer): Remove.
12922 (hourglass_started): New function.
12923 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12924 (show_hourglass): Adapt to w32, changing argument to frame.
12925
12926 * w32term.h (struct w32_output): Remove hourglass_window.
12927 Add current_cursor.
12928
12929 * eval.c (call_debugger, Fsignal):
12930 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12931 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12932 (Fexecute_extended_command, cancel_hourglass_unwind):
12933 * minibuf.c (read_minibuf):
12934 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12935
129362008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * window.c (run_funs): New fun.
12939 (run_window_configuration_change_hook): Use it to run the buffer-local
12940 and the global part of the hook.
12941
12942 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12943 (unwind_format_mode_line): Restore selected window.
12944 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12945
129462008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12947
12948 * editfns.c (Fchar_equal): Check they are valid characters.
12949
12950 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12951
129522008-03-17 Andreas Schwab <schwab@suse.de>
12953
12954 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12955 against a charset.
12956
12957 * lisp.h (Fbuffer_list): Declare.
12958
129592008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 12960
aac0c6e3
MR
12961 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12962 handlebox_widget is != 0.
12963
129642008-03-16 Juri Linkov <juri@jurta.org>
12965
12966 * callint.c (Fcall_interactively): For interactive code letters
12967 'b' and 'B' put the buffer list into the list of default "future"
12968 values of the minibuffer.
12969
129702008-03-16 Andreas Schwab <schwab@suse.de>
12971
12972 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12973 modifiers.
12974
12975 * regex.c (re_match_2_internal): Correct matching of a charset
12976 against latin-1 characters.
12977
129782008-03-16 Kenichi Handa <handa@m17n.org>
12979
12980 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12981 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12982 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12983 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12984 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12985 CHAR_STRING_ADVANCE.
12986 (produce_chars): Fix for the case that the source and the
12987 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12988 instead of CHAR_STRING_ADVANCE.
12989 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12990 STRING_CHAR_ADVANCE.
12991
129922008-03-15 Andreas Schwab <schwab@suse.de>
12993
12994 * regex.c (re_match_2_internal): Correct matching of eight bit
12995 characters in unibyte strings.
12996
129972008-03-15 Martin Rudalics <rudalics@gmx.at>
12998
12999 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
13000 at end of range when it coincides with the end of the buffer.
13001
130022008-03-14 Eli Zaretskii <eliz@gnu.org>
13003
13004 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
13005
13006 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
13007
130082008-03-14 Jason Rumney <jasonr@gnu.org>
13009
13010 * editfns.c (initial_tz): New variable.
13011 (syms_of_editfns): Initialize it.
13012 (Fset_time_zone_rule): Set it when first called.
13013 Use it when TZSTRING is nil.
13014
13015 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
13016 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
13017 (monitor_from_point_fn, get_monitor_info_fn): New globals.
13018 (globals_of_w32fns): Initialize them.
13019 (compute_tip_xy): Use them to position tooltips.
13020
130212008-03-14 Glenn Morris <rgm@gnu.org>
13022
13023 * emacs.c (main): Revert previous change.
13024 (standard_args): Revert -internal-script back to -scriptload,
13025 and remove the long-option form.
13026
130272008-03-13 Glenn Morris <rgm@gnu.org>
13028
13029 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
13030 Remove option -enable-font-backend.
13031
130322008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13033
13034 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
13035
130362008-03-11 Jan Djärv <jan.h.d@swipnet.se>
13037
13038 * xterm.c (x_connection_closed): For GTK: If this is the last
13039 terminal just exit without closing the display.
13040
130412008-03-11 Jason Rumney <jasonr@gnu.org>
13042
13043 * w32font.c (w32font_full_name): Use floor to round.
13044
f0131492 130452008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
13046
13047 * sound.c (alsa_configure): Declare vol at beginning of block.
13048
13049 * fontset.c (Ffontset_info): Remove extra semicolon.
13050
130512008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13052
13053 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
13054 size of resulting string.
13055
130562008-03-10 Jason Rumney <jasonr@gnu.org>
13057
13058 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
13059
130602008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13061
13062 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
13063 Don't pretend as if characters with display property haven't been
13064 consumed for string-replacing-string case.
13065
130662008-03-08 Kim F. Storm <storm@cua.dk>
13067
13068 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
13069 (get_next_display_element, next_element_from_string)
13070 (next_element_from_ellipsis, next_element_from_buffer): Use it.
13071
130722008-03-08 Andreas Schwab <schwab@suse.de>
13073
13074 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
13075
130762008-03-06 Jason Rumney <jasonr@gnu.org>
13077
13078 * w32font.c (w32_registry): Take font_type argument. Use ANSI
13079 when charset not specified. Only translate ANSI to unicode when
13080 font_type is truetype.
13081 (w32font_coverage_ok): New function.
13082 (add_font_entity_to_list): Use it to filter unsuitable fonts.
13083
130842008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
13085
13086 * lread.c (Fread_char): Resolve modifiers.
13087 (Fread_char_exclusive): Likewise.
13088
13089 * character.c (char_resolve_modifier_mask): New function.
13090 (char_string): Use char_resolve_modifier_mask.
13091 (Fchar_resolve_modifiers): New function.
13092 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
13093 function.
13094
130952008-03-04 Jason Rumney <jasonr@gnu.org>
13096
13097 * makefile.w32-in: Always include w32font.c in the build.
13098 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
13099
131002008-03-04 Andreas Schwab <schwab@suse.de>
13101
13102 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
13103 (versionclean): Likewise.
13104
131052008-03-04 Juanma Barranquero <lekktu@gmail.com>
13106
13107 * .cvsignore: Add oo.
13108
131092008-03-03 Andreas Schwab <schwab@suse.de>
13110
13111 * coding.c (decode_coding_object): Inhibit gap shrinking while
13112 decoding in place.
13113
131142008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
13115
13116 * w32term.c: Remove unused include "gnu.h".
13117 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
13118
13119 * gnu.h: Rename to ...
13120 * emacs-icon.h: ... this.
13121 * xterm.c: Use emacs-icon.h instead of gnu.h.
13122 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
13123
131242008-03-03 Juanma Barranquero <lekktu@gmail.com>
13125
13126 * w32font.c: Include math.h.
13127
131282008-03-03 Jason Rumney <jasonr@gnu.org>
13129
13130 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
13131 Compute options separately.
13132 (w32font_open_internal): Set glyph_idx before caching metrics.
13133
13134 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
13135 Define if system headers don't.
13136 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
13137 (w32font_encode_char): Don't declare here.
13138
13139 * w32font.c (Quniscribe, QCformat): New symbols.
13140 (syms_of_w32font): Define them.
13141 (w32font_has_char): Indicate uncertainty.
13142 (w32font_encode_char): Encode as glyph point. Make static.
13143 (recompute_cached_metrics): New function.
13144 (w32font_open_internal): Use it. Set font to use glyph points
13145 initially. Set format based on type of font.
13146 (w32font_text_extents, w32font_draw): Optionally use glyph points.
13147 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
13148 on it. Set format based on information available here.
13149 (add_font_entity_to_list): Identify backend based on opentype_only.
13150
131512008-03-02 Andreas Schwab <schwab@suse.de>
13152
13153 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
13154
13155 * coding.c (decode_coding_big5, produce_chars):
13156 Fix typos in last change.
13157
131582008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
13159
13160 * gnu.h: New icon.
13161
131622008-03-02 Kenichi Handa <handa@m17n.org>
13163
13164 * coding.c (decode_coding_utf_8): When eol-type of CODING is
13165 `dos', don't decode '\r' if that is the last in the source.
13166 (decode_coding_utf_16, decode_coding_emacs_mule)
13167 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13168 (decode_coding_raw_text, decode_coding_charset): Likewise.
13169 (produce_chars): Don't decode EOL here. Use EMACS_INT.
13170
131712008-03-01 Jason Rumney <jasonr@gnu.org>
13172
13173 * w32font.c (w32font_full_name): Report point size for scalable fonts.
13174
131752008-03-01 Kim F. Storm <storm@cua.dk>
13176
13177 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
13178
131792008-03-01 Jason Rumney <jasonr@gnu.org>
13180
13181 * w32font.c (w32font_full_name): New function.
13182 (w32font_open_internal): Use it.
13183
131842008-03-01 Kim F. Storm <storm@cua.dk>
13185
13186 * dispnew.c (line_draw_cost): Fix invalid glyph check.
13187
131882008-03-01 Jason Rumney <jasonr@gnu.org>
13189
13190 * font.c (font_unparse_fcname): Increase len when style is a symbol.
13191
131922008-03-01 Jan Djärv <jan.h.d@swipnet.se>
13193
13194 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
13195 xg_frame_resized when the event is for the edit widget.
13196
13197 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
13198
13199 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
13200 set_char_size.
13201 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
13202 operations on widgets here. Just set frame size if needed.
13203 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
13204 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
13205 (x_wm_set_size_hint): Set size hints on the edit widget only, not
13206 the whole frame.
13207 (xg_create_tool_bar): Move attachment of the tool bar to
13208 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
13209 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
13210
132112008-03-01 Jason Rumney <jasonr@gnu.org>
13212
13213 * w32fns.c (w32_msg_pump): Disable debug code.
13214
132152008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13216
13217 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
13218
132192008-02-29 Chong Yidong <cyd@stupidchicken.com>
13220
13221 * xdisp.c (next_overlay_string): Don't set
13222 overlay_strings_at_end_processed_p if we're currently reading from
13223 a display string.
13224
132252008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
13226
13227 * xdisp.c (get_overlay_strings_1): Fix typo.
13228
132292008-02-29 Chong Yidong <cyd@stupidchicken.com>
13230
13231 * xdisp.c (get_overlay_strings_1): Add missing argument type.
13232
132332008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
13234
13235 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
13236
13237 * xdisp.c (display_mode_element): Cancel the previous change.
13238 (decode_mode_spec): Likewise.
13239 (handle_auto_composed_prop): Don't make composition if it->string
13240 is a string.
13241
132422008-02-27 Kim F. Storm <storm@cua.dk>
13243
13244 * lisp.h (GLYPH): Change type from int to struct with separate char
13245 and face_id members.
13246 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
13247 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
13248 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
13249 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
13250 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
13251 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
13252 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
13253 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
13254 handle new Lisp glyph code encoding, either an integer or a cons.
13255
13256 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
13257 (GLYPH_ALIAS): Delete.
13258 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
13259 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
13260 (GLYPH_FROM_CHAR): Replace macro by ...
13261 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
13262
13263 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
13264 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
13265 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
13266 (GLYPH_INVALID_P): New macro.
13267 (spec_glyph_lookup_face): Update prototype.
13268
13269 * dispnew.c (line_draw_cost): Adapt to new glyph type.
13270 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
13271 new glyph code encoding.
13272 (spec_glyph_lookup_face): No return value; update passed glyph instead.
13273 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
13274
13275 * xdisp.c (get_next_display_element, next_element_from_display_vector):
13276 Adapt to new glyph type and new glyph code encoding.
13277
13278 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
13279
13280 * indent.c (current_column, current_column_1, Fmove_to_column)
13281 (compute_motion): Adapt to new glyph code encoding.
13282
13283 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
13284
132852008-02-27 Chong Yidong <cyd@stupidchicken.com>
13286
13287 * process.c (wait_reading_process_output): Check for window
13288 changes caused by timers.
13289 Suggested by Johan Bockgård.
13290
132912008-02-27 Glenn Morris <rgm@gnu.org>
13292
13293 * emacs.c (USAGE1): Add `--disable-font-backend'.
13294
132952008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13296
13297 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
13298 is made to the buffer.
13299
133002008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13301
13302 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
13303 (face_at_string_position):
13304 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
13305 (face_at_string_position):
13306 * xdisp.c (display_string, next_overlay_change):
13307 * buffer.h (overlays_at):
13308 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
13309 Update callers.
13310
133112008-02-26 Chong Yidong <cyd@stupidchicken.com>
13312
13313 * editfns.c (Fformat): Doc fix.
13314
133152008-02-26 Juanma Barranquero <lekktu@gmail.com>
13316
13317 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
13318 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
13319 (Ffont_otf_alternates, Fquery_font): Doc fixes.
13320
133212008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13322
13323 * buffer.c (Fbuffer_swap_text): New function.
13324 (syms_of_buffer): Defsubr it.
13325
133262008-02-25 Chong Yidong <cyd@stupidchicken.com>
13327
13328 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
13329
133302008-02-25 Jason Rumney <jasonr@gnu.org>
13331
13332 * w32font.c (w32font_draw): Draw one character at a time when padding.
13333
133342008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13335
13336 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
13337 Handle a nil arg. Use run_window_configuration_change_hook.
13338 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
13339 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
13340 Use run_window_configuration_change_hook.
13341
133422008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13343
13344 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
13345 1-pixel width.
13346
133472008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13348
13349 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
13350 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
13351 if the glyph in the font is zero pixel with.
13352
13353 * dispextern.h (struct glyph_string): New member padding_p.
13354
13355 * w32font.c (w32font_draw): Pay attention to s->padding_p.
13356
13357 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
13358
13359 * xfont.c (xfont_draw): Pay attention to s->padding_p.
13360
13361 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
13362
13363 * font.c: If the font driver doesn't have `shape' function, return Qnil.
13364
133652008-02-25 Jason Rumney <jasonr@gnu.org>
13366
13367 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
13368
133692008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 Allow fine-grained image-cache flushing.
13372 * dispextern.h (struct image): Add `dependencies' field.
13373 (clear_image_caches): Change arg to Lisp_Object.
13374 * image.c (make_image): Initialize `dependencies' field.
13375 (clear_image_cache): Change arg to allow fine-grained flushing.
13376 Perform the flush even if image-cache-eviction-delay is nil.
13377 (clear_image_caches): Change arg to Lisp_Object.
13378 (Fclear_image_cache): Expand meaning of the argument.
13379 (mark_image): Mark `dependencies' field.
13380 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
13381 (lface_hash): Use XHASH rather than XFASTINT.
13382 (face_at_buffer_position): Fix int -> EMACS_INT position.
13383 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
13384 (select_frame_for_redisplay): Remove code duplication.
13385 (redisplay_internal): Adapt arg to call to clear_image_caches.
13386
133872008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
13388
13389 * s/vms4-0.h:
13390 * s/vms4-2.h:
13391 * s/vms4-4.h:
13392 * s/vms5-5.h: Remove, unused.
13393
13394 * s/irix5-2.h:
13395 * s/irix6-0.h:
13396 * s/riscos5.h:
13397 * s/mach-bsd4-3.h:
13398 * m/mips4.h: Remove files for obsolete systems.
13399
13400 * Makefile.in:
13401 * filelock.c:
13402 * unexmips.c:
13403 * m/hp9000s300.h:
13404 * m/iris4d.h:
13405 * s/aix3-1.h:
13406 * s/hpux.h:
13407 * s/msdos.h:
13408 * s/usg5-0.h:
13409 * s/usg5-2-2.h:
13410 * s/usg5-2.h:
13411 * s/usg5-3.h: Remove references to obsolete variables.
13412
13413 * s/irix5-0.h: Remove, move all the contents ...
13414 * s/irix6-5.h: ... here. Simplify.
13415 * config.in: Regenerate.
13416
134172008-02-24 Jason Rumney <jasonr@gnu.org>
13418
13419 * w32term.c (x_draw_glyph_string_background): Clear the background
13420 manually when cleartype is in use.
13421 (x_draw_glyph_string_foreground): Draw text transparently when
13422 cleartype is in use.
13423
13424 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
13425 a font into it unless we have to.
13426
134272008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13428
13429 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
13430 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 13431
aac0c6e3
MR
134322008-02-18 Jason Rumney <jasonr@gnu.org>
13433
13434 * w32fns.c (Fw32_shell_execute): Encode parameters.
13435
134362008-02-09 Eli Zaretskii <eliz@gnu.org>
13437
13438 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
13439
134402008-02-05 Juanma Barranquero <lekktu@gmail.com>
13441
13442 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
13443
134442008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
13445
13446 * xterm.c (x_set_offset): Don't change the gravity if
13447 CHANGE_GRAVITY is -1.
13448
134492008-02-23 Chong Yidong <cyd@stupidchicken.com>
13450
13451 * fileio.c (auto_save_error_occurred): New var.
13452 (auto_save_error): Set it.
13453 (Fdo_auto_save): Don't overwrite the error message if an auto-save
13454 error occurred.
13455
134562008-02-23 Eli Zaretskii <eliz@gnu.org>
13457
13458 * w32.c (globals_of_w32): Add initializations for
13459 g_b_init_get_sid_sub_authority and
13460 g_b_init_get_sid_sub_authority_count.
13461
134622008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
13463
13464 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
13465 (font_parse_xlfd): Use them for sanity check.
13466 (Finternal_set_font_style_table): Make sure the table is bijective.
13467
13468 Consolidate the image_cache to the terminal struct.
13469 * termhooks.h (P_): Remove redundant def.
13470 (struct terminal): New field `image_cache'.
13471 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
13472 of FRAME_X_IMAGE_CACHE.
13473 * xterm.h (struct x_display_info): Remove image_cache field.
13474 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13475 * w32term.h (struct w32_display_info): Remove image_cache field.
13476 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13477 * macterm.h (struct mac_display_info): Remove image_cache field.
13478 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13479 * xterm.c (x_term_init):
13480 * w32term.c (w32_term_init):
13481 * macterm.c (mac_term_init): Set the image_cache in the terminal.
13482 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
13483 Remove declarations.
13484 (clear_image_caches, mark_image_cache): New declarations.
13485 * xfaces.c (clear_face_cache):
13486 * xdisp.c (redisplay_internal): Use clear_image_caches.
13487 * image.c (clear_image_cache): Don't check that a frame is on
13488 a window-system before checking if it shares the same cache.
13489 (clear_image_caches): New function.
13490 (Fclear_image_cache): Use it.
13491 (mark_image): Move from allo.c.
13492 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
13493 * alloc.c (mark_image, mark_image_cache): Move to image.c.
13494 (mark_object): Don't call mark_image_cache for frames.
13495 (mark_terminals): Call mark_image_cache.
13496
13497 * lisp.h (Fdelete_terminal): Declare.
13498
13499 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
13500 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
13501 wrong_type_argument.
13502
135032008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
13504
13505 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
13506 malayalam.el, and tamil.el. Add sinhala.el.
13507
135082008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * xterm.c (x_connection_closed): Consolidate identical tests.
13511 (x_delete_terminal): Don't crash if called via x_connection_closed.
13512
135132008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13514
13515 * xdisp.c (decode_mode_spec): New arg string.
13516 (display_mode_element): Adjust for the above change.
13517
135182008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * callint.c (Fcall_interactively): Use AREF.
13521
135222008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13523
13524 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
13525
135262008-02-18 Jan Djärv <jan.h.d@swipnet.se>
13527
13528 * xfns.c (Fx_show_tip): Set string to " " if empty.
13529
135302008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
13531
13532 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
13533 with Qt.
13534
135352008-02-17 Kenichi Handa <handa@m17n.org>
13536
13537 * ftfont.c (ftfont_shape): Return Lispy number.
13538
13539 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
13540 for GCs.
13541 (Finternal_set_font_selection_order): Call font_update_sort_order
13542 only when enable_font_backend is set.
13543 (realize_x_face): Set face->font_info to that of default face only
13544 when enable_font_backend is set.
13545
13546 * xdisp.c (handle_composition_prop): Set it->c to the fist
13547 character of the composed region.
13548 (fill_composite_glyph_string): Set base_face->font_info to
13549 s->font_info. Get a face for ascii from base_face->ascii_face.
13550 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
13551 with a face already decided.
13552 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
13553 non-negative.
13554 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
13555 call font_prepare_composition unconditionally.
13556
13557 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
13558
13559 * xterm.h (struct x_display_info): New member font.
13560
13561 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
13562 (x_set_mouse_face_gc, x_new_font): Likewise.
13563 (x_term_init): Setup display_info->font.
13564 (x_delete_terminal): Free display_info->font.
13565
13566 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
13567
13568 * ftxfont.c (ftxfont_default_fid): Delete it.
13569 (ftxfont_open): Set xfont->fid to 0.
13570 (ftxfont_end_for_frame): Clear data specific to the frame and the
13571 font-driver.
13572
13573 * xftfont.c (xftfont_default_fid): Delete it.
13574 (xftfont_open): Set xfont->fid to 0.
13575
13576 * fontset.c (FONTSET_OBJLIST): New macro.
13577 (fontset_find_font): Update font-object list of the fontset.
13578 (free_realized_fontset): New function.
13579 (free_face_fontset): Call free_realized_fontset.
13580 (Ffont_info): Call font_close_object only when enable_font_backend
13581 is set.
13582
13583 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
13584 [HAVE_NTGUI]: Include w32term.h.
13585 [MAC_OS]: Include macterm.ch.
13586 (font_otf_ValueRecord): Use make_number.
13587 (font_finish_cache): Fix handling of reference count.
13588 (font_clear_cache): Update num_fonts.
13589 (font_open_entity): Update smallest_char_width and
13590 smallest_font_height of the frame.
13591 (font_close_object): Update num_fonts.
13592 (Fclear_font_cache): Fix finding the target cache data.
13593
135942008-02-16 Glenn Morris <rgm@gnu.org>
13595
13596 * fontset.c (Finternal_char_font): Fix compilation warning.
13597
135982008-02-16 Eli Zaretskii <eliz@gnu.org>
13599
13600 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
13601 instead of char arrays. Enlarge the size of array passed to
13602 get_token_information.
13603
13604 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
13605 warnings.
13606
136072008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13608
13609 * .gdbinit: Don't set `args', it breaks gdb --args.
13610
136112008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13614 within a narrowed buffer.
13615
136162008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
13617
13618 * coding.c (decode_coding_object, encode_coding_object):
13619 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
13620
136212008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13622
13623 * coding.c (coding_set_destination): Use BEG_BYTE rather than
13624 hardcoding 1.
13625 (detect_coding_system):
13626 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13627 (string_char_to_byte, string_byte_to_char, insert_from_gap):
13628 * insdel.c (insert_from_gap):
13629 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13630 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13631 (string_to_multibyte):
13632 * character.c (chars_in_text, multibyte_chars_in_text):
13633 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13634
13635 * character.h (FETCH_STRING_CHAR_ADVANCE)
13636 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13637 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13638 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13639
13640 * casefiddle.c (casify_region): Only call after-change and composition
13641 functions on the part of the region that was changed.
13642
13643 * keyboard.c (read_avail_input):
13644 * frame.c (Fdelete_frame): Call Fdelete_terminal.
13645
136462008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13647
13648 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13649 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13650
136512008-02-11 Juanma Barranquero <lekktu@gmail.com>
13652
13653 * w32menu.c (push_submenu_start, push_submenu_end)
13654 (push_left_right_boundary, push_menu_pane, push_menu_item):
13655 * keyboard.c (read_key_sequence): Don't pass args with side effects
13656 to AREF, it fails when compiling with -DENABLE_CHECKING.
13657
136582008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
13659
13660 * Makefile.in (${lispsource}international/charprop.el):
13661 Delete this target.
13662
13663 * search.c (boyer_moore): Fix incorrect synching of the trunk and
13664 emacs-unicode-2.
13665
136662008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13667
13668 * terminal.c (Fdelete_terminal): Clean up the `force' path.
13669
136702008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13671
13672 * frame.c (Qnoelisp): New symbol.
13673 (syms_of_frame): Initialize it.
13674 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13675 harmless Elisp code, from a strong `force' from x_connection_closed.
13676 * frame.h (Qnoelisp): Declare.
13677 * xterm.c (x_connection_closed): Pass `noelisp'.
13678
13679 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13680 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13681 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13682 rather than `int' for the type of `type'.
13683
136842008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13685
13686 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13687
13688 * Makefile.in (GNUC): Remove support for gcc-1.x.
13689
136902008-02-10 Richard Stallman <rms@gnu.org>
13691
13692 * lisp.h (ASET): Use AREF, not ASLOT.
13693
136942008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13695
13696 * lisp.h (ASET): Check bounds.
13697
136982008-02-10 Glenn Morris <rgm@gnu.org>
13699
13700 * buffer.c (mode-name): Doc fix.
13701
137022008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13703
13704 * Makefile.in:
13705 * emacs.c:
13706 * gmalloc.c:
13707 * keyboard.c:
13708 * lisp.h:
13709 * m/ibm370aix.h:
13710 * process.c:
13711 * regex.c:
13712 * s/hpux.h:
13713 * sysdep.c:
13714 * sysselect.h:
13715 * systty.h:
13716 * unexec.c:
13717 * w32term.c:
13718 * xsmfns.c:
13719 * xterm.c: Remove code that deals with obsolete variables.
13720
13721 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13722
13723 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13724 nothing else needs it anymore.
13725
137262008-02-09 Eli Zaretskii <eliz@gnu.org>
13727
13728 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13729 instead of unibyte_char_to_multibyte.
13730
137312008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13732
13733 * s/gnu-linux.h: Remove commented out code.
13734
13735 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13736
13737 * Makefile.in: Update what RMS says about using autoconf.
13738 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13739 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13740 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13741 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13742
137432008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13744
13745 * keymap.c (Fkey_description): Move side effect outside of macro call.
13746
13747 * xfaces.c (Finternal_make_lisp_face):
13748 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13749
13750 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13751 (syms_of_fontset): Use ASET.
13752
13753 * fns.c (concat): Move side effect outside of macro call.
13754 (hash_clear): Use ASET.
13755
137562008-02-08 Richard Stallman <rms@gnu.org>
13757
13758 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13759 If FORCE, and frame has a surrogate minibuffer for another frame,
13760 delete the other frame first.
13761
137622008-02-07 Timo Savola <timo.savola@iki.fi>
13763
13764 * xterm.c (x_detect_focus_change): Handle embed client message.
13765 (handle_one_xevent): Ditto.
13766 (handle_one_xevent): If embedded and we get a button press/release,
13767 request focus.
13768 (xembed_set_info, xembed_send_message): New functions.
13769 (x_make_frame_visible): Call xembed_set_info if embedded.
13770 (x_make_frame_invisible): Call xembed_set_info if embedded.
13771 (x_term_init): Initialize Xatom_XEMBED.
13772 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13773 (x_iconify_frame): Ditto.
13774
13775 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13776 (enum xembed_info, enum xembed_message, enum xembed_focus)
13777 (enum xembed_modifier, enum xembed_accelerator): New.
13778 (xembed_set_info, xembed_send_message): Declare.
13779 (FRAME_X_EMBEDDED_P): New.
13780
13781 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13782 gtk_plug_new.
13783
13784 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13785 window ID of a frame.
13786 (x_window): Reparent frame if embedded.
13787 (Fx_create_frame): Don't set border width if embedded.
13788
13789 * emacs.c (USAGE3): Add --parent-id.
13790 (standard_args): Ditto.
13791
137922008-02-07 Jan Djärv <jan.h.d@swipnet.se>
13793
13794 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13795
137962008-02-07 Jim Meyering <meyering@redhat.com>
13797
13798 Use "do...while (0)", not "if (1)...else" in macro definitions.
13799 The latter provokes a warning from gcc about the empty else, when
13800 followed by ";". Also, without that trailing semicolon, it would
13801 silently swallow up any following statement.
13802 * syntax.h (SETUP_SYNTAX_TABLE)
13803 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13804 * buffer.h (DECODE_POSITION): Likewise.
13805 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13806 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13807 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13808 (FETCH_CHAR_ADVANCE): Likewise.
13809 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13810
138112008-02-07 Jim Meyering <meyering@redhat.com>
13812
13813 * lread.c [lint]: Don't include <sys/inode.h>.
13814
138152008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13816
13817 * xselect.c (x_handle_dnd_message):
13818 * xmenu.c (digest_single_submenu, xmenu_show):
13819 * xdisp.c (with_echo_area_buffer_unwind_data)
13820 (format_mode_line_unwind_data, unwind_format_mode_line)
13821 (display_menu_bar):
13822 * eval.c (Ffetch_bytecode):
13823 * doc.c (store_function_docstring):
13824 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13825 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13826 * buffer.c (add_overlay_mod_hooklist): Use ASET.
13827
138282008-02-07 Kenichi Handa <handa@m17n.org>
13829
13830 * ftxfont.c (ftxfont_open): Don't set
13831 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13832
13833 * ftfont.c (ftfont_open): Fix previous change.
13834
138352008-02-06 Jason Rumney <jasonr@gnu.org>
13836
13837 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13838 Use cached metrics for ASCII characters.
13839 (w32font_open_internal): Don't set font's owning_frame.
13840 Cache metrics for ASCII characters.
13841
13842 * w32font.h (struct w32font_info): Add ascii_metrics.
13843 Remove owning_frame.
13844
138452008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13846
13847 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13848 to negative value.
13849
13850 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13851
13852 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13853
13854 * charset.c (syms_of_charset): Set QCtest and Qeq.
13855
138562008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13857
13858 * process.c (Fstart_process):
13859 * callproc.c (Fcall_process): Handle the case where
13860 Funhandled_file_name_directory returns nil.
13861
13862 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13863 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13864 * font.c (check_gstring): Use them and AREF to access the vector before
13865 we know it's really a gstring.
13866 (Ffont_shape_text): Fix typo.
46e722a9 13867 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
13868
13869 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13870 Declare.
13871
13872 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13873
138742008-02-05 Jason Rumney <jasonr@gnu.org>
13875
13876 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13877 Set smallest_font_height and smallest_char_width in display info.
13878
138792008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13880
13881 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13882
138832008-02-05 Miles Bader <miles@gnu.org>
13884
13885 * xfaces.c (get_lface_attributes, merge_named_face)
13886 (lookup_named_face, lookup_derived_face, realize_named_face):
13887 Revert 2008-02-01 change by cyd@stupidchicken.com.
13888
138892008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13890
13891 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13892 fallback fonts.
13893 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13894
138952008-02-04 Jason Rumney <jasonr@gnu.org>
13896
13897 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13898 set full_name.
13899 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13900
139012008-02-03 Jason Rumney <jasonr@gnu.org>
13902
13903 * makefile.w32-in (OBJ1): Include font.o here.
13904 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13905
139062008-02-02 Jason Rumney <jasonr@gnu.org>
13907
13908 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13909
139102008-02-01 Jason Rumney <jasonr@gnu.org>
13911
13912 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13913
13914 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13915
139162008-02-01 Andreas Schwab <schwab@suse.de>
13917
13918 * Makefile.in (shortlisp, lisp): Update for rename of
13919 ../lisp/language/myanmar.el.
13920
139212008-02-01 Chong Yidong <cyd@stupidchicken.com>
13922
13923 * xfaces.c (get_lface_attributes): Delete function.
13924 (merge_named_face, lookup_named_face, lookup_derived_face)
13925 (realize_named_face): Call lface_from_face_name directly, and use
13926 the fact that merge_face_vectors does not alter its FROM argument.
13927
139282008-02-01 Jason Rumney <jasonr@gnu.org>
13929
13930 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13931 input in the default locale. Handle non-Unicode multibyte input.
13932
139332008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13934
13935 * fontset.c (reorder_font_vector): Exclude nil elements from the
13936 font group. Don't try multiple fonts.
13937 (fontset_font): Adjust for the above change.
13938 (Finternal_char_font): Return nil if the found font doesn't
13939 contain the character ch.
13940
13941 * Makefile.in (lisp, shortlisp): Add cham.el.
13942
139432008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13944
13945 * font.h (FONTP): Make it return 1 also for a font-object.
13946
13947 * .gdbinit (xfontset): New function.
13948
13949 * font.c (font_find_for_lface): Check if the character C is
13950 supported or not only for the first font.
13951
13952 * fontset.c (reorder_font_vector): Fix typo.
13953 (fontset_find_font): Don't add a font-spec specifying a script.
13954 Use 0 (not Qt) for the indication of empty font-group. Change the
13955 format of RFONT-DEF. Return Qt if no font in the font-group
13956 support the character.
13957 (fontset_font): Adjust for the above change. If no font was
13958 found the character, remember that.
13959 (face_for_char): Adjust for the change of RFONT-DEF.
13960 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13961 no font for the target.
13962 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13963
139642008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13965
13966 * font.c (font_load_for_face): Handle the case that the font in
13967 face->lface is a string.
13968
139692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13970
13971 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13972
139732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13974
13975 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13976 Fix previous change. If the frame is not on a window system,
13977 signal an error.
13978
139792008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13980
13981 * coding.c (decode_coding_object, encode_coding_object): Adjust
13982 marker positions after conversion.
13983
13984 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13985
139862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13987
13988 * font.c (font_find_for_lface): Fix the handling of the return
13989 value of font_has_char.
13990 (Ffont_shape_text): Fix previous change.
13991
13992 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13993 (fontset_ref_and_range): Delete it.
13994 (fontset_find_font): Call char_table_ref_and_range instead of
13995 FONTSET_REF_AND_RANGE.
13996 (make_fontset): Don't setup font groups of Latin here.
13997 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13998 (new_fontset_from_font): Make the specified font the default for
13999 all Latin characters.
14000
140012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14002
14003 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
14004 is on a window system before accessing the fontset of the frame.
14005
140062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14007
14008 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
14009
14010 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
14011 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
14012
14013 * font.c (Ffont_shape_text): If the font driver doesn't have a
14014 shaper function, make zero-width glyphs to have at least one-pixel
14015 width. Fix setting of `to' field of glyphs.
14016
140172008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14018
14019 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
14020 glyphs.
14021
14022 * font.h (struct font_driver): Improve docstring of member `shape'.
14023
140242008-02-01 Kenichi Handa <handa@m17n.org>
14025
14026 * composite.c (syms_of_composite): Fix docstring of
14027 auto-composition-function.
14028
14029 * font.h (LGLYPH_SIZE): New macro.
14030
14031 * font.c (Ffont_fill_gstring): Stop filling when a character not
14032 supported by the font is found.
14033 (Ffont_shape_text): When a shape callback function returns nil,
14034 try at most two more times with larger gstring.
14035 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
14036
14037 * xdisp.c (handle_auto_composed_prop): Change the argument to
14038 auto-composition-function.
14039
14040 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
14041 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
14042 Lispy glyph and store it in the lgstring.
14043
14044 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
14045
14046 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
14047
140482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14049
14050 * font.c (Ffont_shape_text): Avoid unnecessary composition.
14051
14052 * fontset.c (Vfont_encoding_charset_alist): New variable.
14053 (syms_of_fontset): DEFVAR it.
14054 (reorder_font_vector, fontset_find_font): Optimize for the case of
14055 no need of reordering.
14056 (face_for_char): Map the charset property by
14057 Vfont_encoding_charset_alist.
14058
140592008-02-01 Jason Rumney <jasonr@gnu.org>
14060
14061 * w32font.c (logfonts_match): Don't check adstyle here.
14062 (font_matches_spec): Check here against physical font instead.
14063 (add_font_entity_to_list): Avoid some substitutions.
14064
14065 * font.c (font_parse_fcname): Default weight and slant to normal.
14066 (font_score): Prefer normal fonts if weight or slant unspecified.
14067 (font_score) [WINDOWSNT]: Scale weight difference down to closer
14068 match freetype scores.
14069
140702008-02-01 Jason Rumney <jasonr@gnu.org>
14071
14072 * w32font.c (w32font_text_extents): Don't use the frame stored in the
14073 font, as it may have been deleted.
14074 (w32_enumfont_pattern_entity): Map generic family to adstyle using
14075 most common hyphenless variation.
14076 (logfonts_match): Check generic family.
14077 (font_matches_spec): Don't check generic family here.
14078 (fill_in_logfont): Set generic family based on adstyle.
14079
14080 * w32font.h (w32font_get_cache): Update declaration.
14081
140822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14083
14084 * ftfont.c (ftfont_get_cache): Adjust the argument type.
14085
14086 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
14087 If none of the new drivers are available, call font_update_drivers
14088 with the old drivers.
14089
14090 * w32font.c (w32font_get_cache): Adjust the argument type.
14091
14092 * xfont.c (xfont_get_cache): Adjust the argument type.
14093
14094 * font.h (struct font_driver): Change argument type of get_cache.
14095
14096 * xftfont.c (xftfont_start_for_frame): Delete prototype.
14097
14098 * font.c (Ffont_get): Fix arguments to Fassoc.
14099 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
14100 (font_clear_cache): New function.
14101 (font_list_entities, font_matching_entity): Use font_get_cache.
14102 (font_update_drivers): Call font_clear_cache when finishing a driver.
14103
14104 * fontset.c (fontset_find_font): Fix previous change.
14105
141062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14107
14108 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
14109 dpyinfo->font_table.
14110 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
14111 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
14112
14113 * font.c (font_at): Handle the case that the arg C is negative.
14114 Handle the unibyte case.
14115 (Ffont_at): Call font_at with the arg C -1.
14116
14117 * xdisp.c (handle_auto_composed_prop): Don't get a character at
14118 the position here, and call font_at with the arg C -1.
14119 Don't check the range of the existing composition at the point.
14120
141212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14122
14123 * fontset.c (fontset_add): New args charset_id and family.
14124 Change caller.
14125 (load_font_get_repertory, fontset_find_font): Assume that
14126 font_spec is always a font-spec object.
14127 (Fset_fontset_font): Always store a font-spec object in a fontset.
14128
14129 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
14130 instead of get_property_and_range.
14131
141322008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14133
14134 * xftfont.c (struct xftfont_info): Delete the member ft_face.
14135 (xftfont_open): Don't keep locking face.
14136 (xftfont_close): Don't unlock face.
14137 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
14138
14139 * fontset.c (fontset_find_font): Don't prefer a font of
14140 supplementary charset.
14141
141422008-02-01 Kenichi Handa <handa@m17n.org>
14143
14144 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
14145 script, langsys_tag to langsys, new member script.
14146 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 14147 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
14148 listing to the script specified in that property. Fix arg to
14149 OTF_check_features.
14150
141512008-02-01 Jason Rumney <jasonr@gnu.org>
14152
14153 * w32font.h: New file.
14154
14155 * w32font.c: Include it.
14156 (struct w32font_info): Add owning_frame field. Move to w32font.h.
14157 (w32font_open): Set owning_frame.
14158 (w32font_text_extents): Use owning_frame.
14159 (struct font_callback_data): Add opentype_only field.
14160 (add_font_entity_to_list): Use it to filter fonts.
14161 Don't check against full name.
14162 (w32font_list_internal): New function.
14163 (w32font_list): Use it.
14164 (w32font_match_internal): New function.
14165 (w32font_match): Use it.
14166 (w32font_open_internal): New function.
14167 (w32font_open): Use it.
14168 (w32font_get_cache, w32font_close, w32font_has_char)
14169 (w32font_encode_char, w32font_text_extents, w32font_draw):
14170 Make non-static.
14171
14172 * makefile.w32-in (w32font.o): Depend on w32font.h.
14173
141742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14175
14176 * charset.c (Fdefine_charset_internal): Record a supplementary
14177 charset at the tail of Vcharset_order_list.
14178
14179 * font.c (Ffont_shape_text): Fix the return value.
14180
14181 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
14182
14183 * xdisp.c (handle_auto_composed_prop): Fix previous change.
14184
141852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14186
14187 * ftfont.c (struct OpenTypeSpec): New struct.
14188 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
14189 (ftfont_get_open_type_spec): New function.
14190 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
14191
14192 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
14193
141942008-02-01 Jason Rumney <jasonr@gnu.org>
14195
14196 * w32font.c (add_font_entity_to_list): Compare only the beginning
14197 of full name.
14198
141992008-02-01 Kenichi Handa <handa@m17n.org>
14200
14201 * xdisp.c (handle_auto_composed_prop): Simplify the code.
14202 Never return HANDLED_RECOMPUTE_PROPS.
14203
142042008-02-01 Kenichi Handa <handa@m17n.org>
14205
14206 * font.c (font_gstring_produce): Delete it.
14207
14208 * composite.h (COMPOSITION_METHOD):
14209 Handle COMPOSITION_WITH_GLYPH_STRING.
14210
142112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14212
14213 * xfont.c (Qx): Delete.
14214 (syms_of_xfont): Don't initialize Qx.
14215
14216 * composite.h (enum composition_method):
14217 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
14218
142192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14220
14221 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
14222 (choose_face_font): Accept new form of font-spec.
14223
14224 * frame.h (font_driver_list): Declare it unconditionally.
14225 (struct frame): Define members font_driver_list and font_data_list
14226 unconditionally.
14227
14228 * fontset.c: Include "font.h" unconditionally.
14229 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
14230 (Fset_fontset_font): Accept a font-spec object.
14231
14232 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
14233 PIXEL_SIZE part a wild card.
14234
14235 * dispextern.h (struct glyph_string): Define members clip and
14236 num_clips unconditionally.
14237 (struct face): Define members font_info and extra unconditionally.
14238
14239 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
14240 ftfont_info only when HAVE_LIBOTF is defined.
14241
142422008-02-01 Andreas Schwab <schwab@suse.de>
14243
14244 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
14245 and end.
14246
142472008-02-01 Jason Rumney <jasonr@gnu.org>
14248
14249 * w32font.c (w32font_driver): Add new fields.
14250
142512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14252
14253 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
14254 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
14255 (LIBES): Add @M17N_FLT_CFLAGS@.
14256
14257 * composite.c (compose_text): Don't treat the new style
14258 composition specially.
14259
14260 * emacs.c (main): Call syms_of_font unconditionally.
14261
14262 * font.h (FONT_ENTITY_NOT_LOADABLE)
14263 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
14264 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
14265 (struct font_driver): New member shape.
14266 (font_registry_charsets): Extern it.
14267 (font_find_for_lface, font_prepare_composition): Adjust prototype.
14268 (font_otf_capability, font_drive_otf): Delete their externs.
14269
14270 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
14271 (font_charset_alist, font_registry_charsets): Move from xfont.c
14272 and rename.
14273 (font_prop_validate_otf): New function.
14274 (font_property_table): Register it for QCotf.
14275 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
14276 (font_drive_otf): Delete.
14277 (font_prepare_composition): New arg F. Adjust for the change of
14278 lispy gstring.
14279 (font_find_for_lface): New arg C.
14280 (font_load_for_face): Adjust for the change of font_find_for_lface.
14281 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
14282 lispy gstring.
14283 (Ffont_shape_text): New function.
14284 (Fopen_font): If the font size is not given, use 12-pixel.
14285 (Ffont_at): New arg STRING.
c0943d3d 14286 (syms_of_font): Initialize font_charset_alist.
aac0c6e3
MR
14287 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
14288 conditionally.
14289
14290 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
14291 fonts of the same font-spec. Change the format of RFONT-DEF.
14292 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
14293 Adjust for the change of RFONT-DEF.
14294 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
14295
14296 * ftfont.h: New file.
14297
14298 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
14299 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14300 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14301 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
14302 font_otf_capability and font_drive_otf, set ftfont_shape.
14303 (ftfont_list): Adjust for the change of :otf property value.
14304 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
14305 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
14306 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
14307 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14308 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
14309 (otf_gstring, gstring, m17n_flt_initialized): New variables.
14310
14311 * w32term.c (x_draw_composite_glyph_string_foreground):
14312 Adjust for the change of lispy gstring.
14313
14314 * xdisp.c (handle_composition_prop): Adjust for the change of
14315 lispy gstring. Call a function for auto-composition with the
14316 third arg it->window.
14317 (fill_composite_glyph_string): Adjust for the change of lispy string.
14318 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
14319
14320 * xfaces.c (set_font_frame_param): Adjust for the change of
14321 font_find_for_lface.
14322
14323 * xfont.c (x_font_charset_alist): Move to font.c and rename.
14324 (xfont_registry_charsets): Likewise. Change caller.
14325 (syms_of_xfont): Don't handle x_font_charset_alist.
14326
14327 * xftfont.c: Include "ftfont.h".
14328 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14329 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14330 (xftfont_close) [HAVE_LIBOTF]: Close otf.
14331 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14332 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
14333 Set xftfont_driver.shape to xftfont_shape.
14334
14335 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14336 the change of lispy gstring.
14337
143382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14339
14340 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
14341
143422008-02-01 Jason Rumney <jasonr@gnu.org>
14343
14344 * w32font.c (w32font_draw): Fill background manually.
14345
143462008-02-01 Jason Rumney <jasonr@gnu.org>
14347
14348 * font.c (Qfontp): Remove unused symbol.
14349 (QCantialias): New symbol.
14350 (syms_of_font): Define it.
14351 (font_property_table): Set a validator for QCantialias.
14352
14353 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
14354 Define if not already.
14355 (QCfamily): Share with xfaces.c.
14356 (Qstandard, Qsubpixel, Qnatural): New symbols.
14357 (syms_of_w32font): Define them. Don't define QCfamily here.
14358 (w32_antialias_type, lispy_antialias_type): New functions.
14359 (w32_enumfont_pattern_entity): New arg requested_font.
14360 Set antialias parameter if non-default was requested.
14361 (fill_in_logfont): Fill in lfQuality if :antialias specified.
14362
143632008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14364
14365 * lread.c (read1): Undo the previous change.
14366
143672008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
14368
14369 * frame.c (Fdelete_frame): Call font_update_drivers only when
14370 USE_FONT_BACKEND is defined.
14371
143722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14373
14374 * font.h (struct font_bitmap): New member bits_per_pixel.
14375 (struct font_driver): New members start_for_frame and end_for_frame.
14376 (struct font_data_list): New struct.
14377 (font_put_frame_data, font_get_frame_data): Extern them.
14378
14379 * frame.h (struct frame): New member font_data_list.
14380
14381 * font.c (font_update_drivers): Call driver->start_for_frame and
14382 driver->end_for_frame at proper timings.
14383 (font_put_frame_data, font_get_frame_data): New functions.
14384 (Ffont_spec): Add usage in the docstring.
14385
14386 * frame.c (make_frame): Initialize f->font_data_list to NULL.
14387 (Fdelete_frame): Call font_update_drivers.
14388
14389 * xftfont.c (struct xftface_info): Delete the member xft_draw.
14390 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
14391 (xftfont_get_xft_draw): New function.
14392 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
14393 (xftfont_end_for_frame): New function.
14394 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
14395
14396 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
14397 Change argument. Cache GCs in the per-frame data.
14398 (struct ftxfont_frame_data): New struct.
14399 (ftxfont_draw_bitmap): New arg gc_fore and flush.
14400 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
14401 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
14402 (ftxfont_end_for_frame): New function.
14403 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
14404
14405 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
14406
144072008-02-01 Kenichi Handa <handa@m17n.org>
14408
14409 * xselect.c (Vselection_coding_system)
14410 (Vnext_selection_coding_system): Delete them.
14411 (syms_of_xselect): Don't declare selection-coding-system and
14412 next-selection-coding-system. They are declared in select.el.
14413
144142008-02-01 Jason Rumney <jasonr@gnu.org>
14415
14416 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
14417
14418 * w32fns.c: Include imm.h.
14419 (get_composition_string_fn, get_ime_context_fn): New optional
14420 system functions.
14421 (globals_of_w32fns): Load them from imm32.dll.
14422 (ignore_ime_char): New flag.
14423 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
14424 WM_IME_ENDCOMPOSITION messages.
14425
14426 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
14427 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
14428
144292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14430
14431 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
14432 (READCHAR_REPORT_MULTIBYTE): New macro.
14433 (readchar): New 2nd arg MULTIBYTE.
14434 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
14435 Make symbol's name multibyte according to the multibyteness of the
14436 source.
14437
144382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14439
14440 * xfaces.c (face_for_overlay_string): Call lookup_face with
14441 correct arguments (fix of synching with the trunk).
14442
144432008-02-01 Kenichi Handa <handa@m17n.org>
14444
14445 * font.c (font_prop_validate_symbol, font_prop_validate_style)
14446 (font_prop_validate_non_neg, font_prop_validate_spacing):
14447 Delete argument prop_index.
14448 (font_property_table): Change arguments to validater. Change Callers.
14449 (font_lispy_object): Delete.
14450 (font_at): Use font_find_object instead fo font_lispy_object.
14451
144522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14453
14454 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
14455 and file names.
14456
144572008-02-01 Jason Rumney <jasonr@gnu.org>
14458
14459 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
14460 (font_matches_spec): Remove debug output.
14461 (add_font_entity_to_list): Avoid using substituted fonts.
14462
144632008-02-01 Jason Rumney <jasonr@gnu.org>
14464
14465 * doc.c (Fsnarf_documentation):
14466 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
14467
144682008-02-01 Miles Bader <miles@gnu.org>
14469
14470 * dispextern.h (struct glyph_row): Only define "clip" field if
14471 HAVE_WINDOW_SYSTEM is defined.
14472
144732008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14474
14475 Fix up multi-tty merge.
14476
14477 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
14478 and indentation.
14479
14480 * xfaces.c (free_realized_face, clear_face_gcs):
14481 Include font_done_for_face in the input_blocked section, just in case.
14482
14483 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
14484 (get_char_face_and_encoding): Undo last change and remove the *other*
14485 duplicate definition (i.e. keep the one that's better scoped and that
14486 includes code for the font-backend).
14487
14488 * terminal.c (create_terminal): Default keyboard_coding to
14489 `no-conversion' and terminal_coding to `undecided'.
14490
14491 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
14492
14493 * fontset.c (free_realized_fontsets): Check that the table entry does
14494 contain a fontset before trying to compare it to `base'.
14495
14496 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
14497 syms_of_charset, and syms_of_coding earlier because init_window_once
14498 now needs Vcoding_system_hash_table to be setup.
14499
14500 * coding.h (default_buffer_file_coding): Remove.
14501
14502 * coding.c (default_buffer_file_coding): Remove.
14503 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
14504 than ->symbol, and use the terminal-local coding system.
14505 (syms_of_coding): Don't setup the coding-systems that are not
14506 terminal-local.
14507 (Fdefine_coding_system_internal): Use XCAR/XCDR.
14508
14509 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
14510 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
14511
14512 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
14513 in chartab.c and were re-added here by mistake.
14514 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
14515
14516 * doc.c (Fsnarf_documentation):
14517 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
14518 src to etc.
14519
14520 * ChangeLog.10: Add mistakenly removed entry.
14521
145222008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
14523
14524 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
14525
145262008-02-01 Miles Bader <miles@gnu.org>
14527
14528 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
14529 Add extra args to FACE_FOR_CHAR.
14530
145312008-02-01 Kenichi Handa <handa@m17n.org>
14532
14533 * keymap.c (where_is_internal_1): If key is a cons, store the copy
14534 in sequence.
14535
14536 * chartab.c (map_sub_char_table, map_char_table): If the range
14537 contains just one character, call the function with that character
14538 even if the depth is not 3.
14539
145402008-02-01 Jason Rumney <jasonr@gnu.org>
14541
14542 * w32font.c (w32font_text_extents): Calculate metrics for the
14543 whole string.
14544
145452008-02-01 Jason Rumney <jasonr@gnu.org>
14546
14547 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
14548
145492008-02-01 Jason Rumney <jasonr@gnu.org>
14550
14551 * w32term.c (x_set_glyph_string_clipping): Use
14552 get_glyph_string_clip_rects.
14553 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14554 Adjust for the change of struct glyph_string.
14555
14556 * w32font.c (w32font_draw): Do clipping here.
14557
145582008-02-01 Kenichi Handa <handa@m17n.org>
14559
14560 * xftfont.c (xftfont_draw): Adjust for the change of struct
14561 glyph_string.
14562
14563 * xterm.c (x_set_glyph_string_clipping): Use
14564 get_glyph_string_clip_rects.
14565 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14566 Adjust for the change of struct glyph_string.
14567
14568 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
14569 the resulting clip(s}.
14570 (expose_overlaps): Add arg r. Change callers. Set it to
14571 row->clip temporarily.
14572 (expose_window): Redraw rows overlapping the exposed area.
14573
14574 * dispextern.h (struct glyph_row): New member clip.
14575 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
14576 clip_height, new member clip, and num_clips.
14577
145782008-02-01 Kenichi Handa <handa@m17n.org>
14579
14580 * data.c (Fchar_or_string_p): Fix docstring.
14581
145822008-02-01 Kenichi Handa <handa@m17n.org>
14583
14584 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
14585 create a temporary XftDraw object.
14586
145872008-02-01 Kenichi Handa <handa@m17n.org>
14588
14589 * font.c (Ffontp): Fix docstring.
14590
14591 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
14592 strong evidence of ISO-2022.
14593
145942008-02-01 Kenichi Handa <handa@m17n.org>
14595
14596 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
14597 SYNTAX_ENTRY_FOLLOW_PARENT.
14598
145992008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
14602 its type.
14603 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14604 Update to the new type of weak_hash_tables and next_weak.
14605
14606 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14607 a plain C pointer to Lisp_Hash_Table.
14608
14609 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14610 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14611 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14612 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14613 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14614 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14615 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14616 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14617 (GC_EQ): Remove since they've been identical to their non-GC_
14618 alter-egos ever since the markbit was eradicated.
14619
14620 * alloc.c:
14621 * buffer.c:
14622 * buffer.h:
14623 * data.c:
14624 * fileio.c:
14625 * filelock.c:
14626 * fns.c:
14627 * frame.h:
14628 * lisp.h:
14629 * macterm.c:
14630 * print.c:
14631 * process.c:
14632 * w32fns.c:
14633 * w32menu.c:
14634 * w32term.c:
14635 * xfns.c:
14636 * xmenu.c:
14637 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14638
146392008-02-01 Kenichi Handa <handa@m17n.org>
14640
14641 * chartab.c (map_sub_char_table): Make it work for the top-level
14642 char-table. Fix handling of parent char-table.
14643 (map_char_table): Adjust for the above change.
14644
146452008-02-01 Jason Rumney <jasonr@gnu.org>
14646
14647 * w32font.c (Qgdi): Rename from Qw32.
14648
146492008-02-01 Jason Rumney <jasonr@gnu.org>
14650
14651 * w32bdf.c (get_quoted_string): Make function static.
14652
146532008-02-01 Kenichi Handa <handa@m17n.org>
14654
14655 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14656 bigger ascent and descent than those of the font, use them as
14657 font's ascent and descent.
14658
146592008-02-01 Kenichi Handa <handa@m17n.org>
14660
14661 * Makefile.in (${lispsource}international/charprop.el): Move this
14662 target within "#ifdef HAVE_UNIDATA" and "#endif".
14663
146642008-02-01 Kenichi Handa <handa@m17n.org>
14665
14666 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14667 (shortlisp): Add ../lisp/language/tai-viet.el.
14668
146692008-02-01 Ulrich Mueller <ulm@gentoo.org>
14670
14671 * Makefile.in (${lispsource}international/charprop.el): Depend on
14672 temacs${EXEEXT}.
14673
146742008-02-01 Jason Rumney <jasonr@gnu.org>
14675
14676 * w32font.c (w32font_close): Delete the GDI font object.
14677
14678 * w32menu.c: Include character.h.
14679
14680 * w32proc.c: Likewise.
14681
14682 * w32select.c: Likewise.
14683
14684 * makefile.w32-in (w32proc.o): Depend on character.h.
14685
146862008-02-01 Jason Rumney <jasonr@gnu.org>
14687
14688 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14689
14690 * w32menu.c (syms_of_w32menu): Likewise.
14691
14692 * w32proc.c (syms_of_ntproc): Likewise.
14693
14694 * w32select.c (syms_of_w32select): Likewise.
14695
14696 * w32term.c (syms_of_w32term): Likewise.
14697
146982008-02-01 Jason Rumney <jasonr@gnu.org>
14699
14700 * w32font.c (w32font_draw): Delete brush after using it.
14701
147022008-02-01 Jason Rumney <jasonr@gnu.org>
14703
14704 * w32font.c (w32font_open): Don't set font_idx.
14705 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14706 to font settings.
14707 (w32font_draw): Fill background explicitly.
14708
147092008-02-01 Jason Rumney <jasonr@gnu.org>
14710
14711 * w32term.c (w32_initialize): Don't call w32font_initialize.
14712
14713 * w32font.c (w32font_info): Remove subranges.
14714 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14715 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14716 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14717 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14718 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14719 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14720 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14721 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14722 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14723 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14724 New symbols.
14725 (font_callback_data): New struct.
14726 (w32font_list, w32font_match): Use it.
14727 (w32font_open): Don't populate subranges.
14728 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14729 (w32font_encode_char): Always return unicode code-point as-is.
14730 (w32font_text_extents): Supply a transformation matrix to
14731 GetGlyphOutline. Never look up by glyph index. Avoid looping
14732 twice. Use unicode version of GetTexExtentPoint32 instead of
14733 glyph index version.
14734 (set_fonts_frame): Remove.
14735 (w32_enumfont_pattern_entity): Add frame parameter, use it to
14736 set frame parameter. Use backward compatible fake foundries.
14737 Save generic family in extra slot under QCfamily. Make width slot
14738 constant. Save QCspacing value. Save list of scripts instead of
14739 binary subranges.
14740 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14741 (add_font_entity_to_list): Use font_callback_data struct. Filter
14742 unwanted fonts.
14743 (add_one_font_entity_to_list): Use font_callback_data struct.
14744 (w32_registry): Default to iso10646_1.
14745 (fill_in_logfont): Use dpi from extra slot. Don't bother with
14746 string font registries. Don't fill in font name if it is a generic
14747 family name, fill family instead. Use spacing, family and script
14748 extra info to fill pitch, family and charset fields.
14749 (list_all_matching_fonts): Use font_callback_data struct.
14750 (unicode_range_for_char): Remove.
14751 (font_supported_scripts): New function.
14752 (w32font_initialize): Remove.
14753 (syms_of_w32font): Update which symbols are defined.
14754
147552008-02-01 Jason Rumney <jasonr@gnu.org>
14756
14757 * font.c (font_pixel_size): Reverse assq_no_quit args.
14758
14759 * w32term.h (FONT_WIDTH): Report max width, not average.
14760 (FONT_MAX_WIDTH): Remove.
14761 (FONT_AVG_WIDTH): New macro.
14762
14763 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14764 redefinition of FONT_WIDTH.
14765
14766 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14767 (w32_cache_char_metrics): Use FONT_WIDTH.
14768
14769 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14770
147712008-02-01 Jason Rumney <jasonr@gnu.org>
14772
14773 * w32font.c (w32font_open): Make lfHeight negative.
14774
14775 * w32fns.c (x_default_font_parameter): Use new style font name.
14776 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14777
147782008-02-01 Jason Rumney <jasonr@gnu.org>
14779
14780 * w32font.c (QCsubranges): New symbol.
14781 (w32font_open, w32font_has_char): Get subranges from subproperty
14782 of extra.
14783 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14784 (syms_of_w32font): Define :subranges symbol.
14785
14786 * font.c (font_put_extra): Expose externally.
14787
14788 * font.h (font_put_extra): Move declaration from font.c.
14789
14790 * font.c (Ffont_get): Use font driver to determine otf capability.
14791 (adjust_anchor): Check if driver defines anchor_point before using.
14792
14793 * w32font.c (w32font_open): Handle size, height and pixel_size better.
14794 (w32font_draw): Use options.
14795 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14796 Fix detection of truetype fonts.
14797 (registry_to_w32_charset): Handle charsets other than iso8859-1
14798 expressed as lisp symbols.
14799 (w32_registry): Express charset as lisp symbol.
14800 (fill_in_logfont): Reverse pixel and point height logic.
14801 Don't set width here. Set quality to default.
14802
14803 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14804 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14805
14806 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14807 Remove redundant loop and allocation.
14808
14809 * makefile.w32-in (font.o, w32font.o): New objects.
14810 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14811 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14812
14813 * xdisp.c (fill_composite_glyph_string): Make the first arg to
14814 STORE_XCHARB a valid l-value.
14815
14816 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14817 calculations for non-Truetype fonts.
14818 (x_draw_glyph_string): Sync with xterm.c.
14819 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14820 Remove redundant code.
14821 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14822
14823 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14824 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14825
14826 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14827 (x_to_w32_charset, w32_to_x_charset): Expose externally.
14828
14829 * w32font.c: New file for w32 font backend.
14830
148312008-02-01 Kenichi Handa <handa@m17n.org>
14832
14833 * term.c: Don't include "buffer.h" twice.
14834
148352008-02-01 Kenichi Handa <handa@m17n.org>
14836
14837 * character.c (Funibyte_string): New function.
14838 (syms_of_character): Defsubr it.
14839
148402008-02-01 Jason Rumney <jasonr@gnu.org>
14841
14842 * w32term.c [USE_FONT_BACKEND]:
14843 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14844 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14845 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14846 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14847 (x_free_frame_resources): Sync with xterm.c.
14848
148492008-02-01 Andreas Schwab <schwab@suse.de>
14850
14851 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14852 char-table size.
14853
148542008-02-01 Kenichi Handa <handa@m17n.org>
14855
14856 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14857
148582008-02-01 Kenichi Handa <handa@m17n.org>
14859
14860 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14861 font_otf_gpos, add font_drive_otf.
14862
14863 * fontset.c (fontset_find_font): Pay attention to font size
14864 specified for a font.
14865 (reorder_font_vector): Check contents of font_def.
14866
14867 * font.c (struct otf_list): Delete it.
14868 (otf_list): Make it a lisp variable.
14869 (otf_open): Use lispy otf_list.
14870 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14871 (check_otf_features): New function.
14872 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14873 New functions.
14874 (font_drive_otf): New function merging font_otf_gsub and
14875 font_otf_gpos.
14876 (font_open_for_lface): New arg spec. Change argument order.
14877 (font_load_for_face): Adjust for the change of font_open_for_lface.
14878 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14879 Ffont_otf_gpos.
14880 (syms_of_font): Staticpro otf_list. Delete defsubr of
14881 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14882
14883 * xfaces.c (set_font_frame_param): Adjust for the change of
14884 font_open_for_lface.
14885
14886 * font.h (font_open_for_lface): Adjust prototype.
14887 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14888 member otf_drive.
14889 (font_otf_gsub, font_otf_gpos): Delete externs.
14890 (font_drive_otf): Extern it.
14891
148922008-02-01 Kenichi Handa <handa@m17n.org>
14893
14894 * font.c (font_at): If the window W is not on a window system,
14895 return Qnil.
14896
14897 * coding.c (produce_chars, encode_coding): Don't call
14898 insert_from_gap if no characters to produce.
14899
149002008-02-01 Kenichi Handa <handa@m17n.org>
14901
14902 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14903 Fclear_face_cache.
14904
14905 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14906
149072008-02-01 Miles Bader <miles@gnu.org>
14908
14909 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14910 Parse "--disable-font-backend" option.
14911 (standard_args): Add "--disable-font-backend" option.
14912
149132008-02-01 Kenichi Handa <handa@m17n.org>
14914
14915 * fontset.c (fontset_find_font): New function.
14916 (fontset_font): Use fontset_find_font.
14917 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14918 Register the specified font for all Latin characters.
14919 (new_fontset_from_font): Register the specified font for all Latin
14920 characters.
14921 (dump_fontset): For a realized fontset, include the base fontset
14922 name in the returned vector.
14923
149242008-02-01 Kenichi Handa <handa@m17n.org>
14925
14926 * character.h (CHAR_STRING): Cast C to unsigned on calling
14927 char_string.
14928
14929 * character.c (char_string): Type of arg C changed to unsigned.
14930 Signal an error if C is an invalid character code.
14931
14932 * editfns.c (general_insert_function, Fchar_to_string):
14933 Use CHARACTERP, not INTEGERP.
14934
149352008-02-01 Kenichi Handa <handa@m17n.org>
14936
14937 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14938 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14939
14940 * regex.c (analyse_first): Fix for multibyte characters in "case
14941 charset:" and "case categoryspec:".
14942
149432008-02-01 Andreas Schwab <schwab@suse.de>
14944
14945 * Makefile.in (LIBES): Move standard libraries to the end.
14946
149472008-02-01 Kenichi Handa <handa@m17n.org>
14948
14949 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14950 nonzero, don't shrink the buffer nextb.
14951
14952 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14953
14954 * coding.c (coding_alloc_by_making_gap): New arg offset.
14955 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14956 offset.
14957 (decode_coding_iso_2022): Update coding->safe_charsets.
14958 (decode_coding_gap): Temporarily set
14959 current_buffer->text->inhibit_shrinking to 1.
14960
149612008-02-01 Kenichi Handa <handa@m17n.org>
14962
14963 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14964 indexing into elements of s->cmp and s->char2b.
14965
149662008-02-01 Juanma Barranquero <lekktu@gmail.com>
14967
14968 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14969
149702008-02-01 Kenichi Handa <handa@m17n.org>
14971
14972 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14973 target_multibyte instead of multibyte.
14974 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14975 (bcmp_translate): Change the argument name from multibyte to
14976 target_multibyte.
14977
149782008-02-01 Kenichi Handa <handa@m17n.org>
14979
14980 These changes are to compile a regexp into a pattern that can be
14981 used both for multibyte and unibyte targets.
14982
14983 * Makefile.in (search.o): Depend on charset.h.
14984
14985 * character.c (multibyte_char_to_unibyte_safe): New function.
14986
14987 * search.c: Include "charset.h".
14988 (compile_pattern_1): Delete argument multibyte. Don't set
14989 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14990 (compile_pattern): Don't compare cp->buf.target_multibyte.
14991 Compare cp->buf.charset_unibyte.
14992 (compile_pattern): Set cp->buf.target_multibyte.
14993
14994 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14995
14996 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14997
14998 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14999 multibyte. Change callers.
15000 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
15001 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
15002 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
15003 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
15004 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
15005 (regex_compile): Make the compiled pattern usable both for
15006 multibyte and unibyte targets.
15007 (analyse_first): Make the fastmap usable both for multibyte and
15008 unibyte targets.
15009 (TRANSLATE_VIA_MULTIBYTE): Delete.
15010 (re_match_2_internal): Pay attention to the case that the
15011 multibyteness of bufp and target may be different.
15012
150132008-02-01 Kenichi Handa <handa@m17n.org>
15014
15015 * xdisp.c (x_produce_glyphs): When a font is not found, make the
15016 empty box occupy at least one column width.
15017
150182008-02-01 Miles Bader <miles@gnu.org>
15019
15020 * Makefile.in: Remove redundant HAVE_XFT clause.
15021
150222008-02-01 Kenichi Handa <handa@m17n.org>
15023
15024 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
15025
150262008-02-01 Kenichi Handa <handa@m17n.org>
15027
15028 * fontset.c (Finternal_char_font): Fix for the case of POSITION
15029 being nil.
15030
150312008-02-01 Kenichi Handa <handa@m17n.org>
15032
15033 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
15034
150352008-02-01 Kenichi Handa <handa@m17n.org>
15036
15037 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
15038
150392008-02-01 Kenichi Handa <handa@m17n.org>
15040
15041 * search.c (simple_search): Fix previous change.
15042
150432008-02-01 Kenichi Handa <handa@m17n.org>
15044
15045 * xftfont.c (ftfont_font_format): Extern declaration.
15046
15047 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
15048
15049 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
15050 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
15051
15052 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
15053 (ftfont_font_format): Fix previous change.
15054
15055 * font.h (Ffont_xlfd_name): EXFUN it.
15056
15057 * font.c (font_parse_xlfd): Fix the array size of `f'.
15058 (register_font_driver): Use EQ to compare driver->type.
15059
15060 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
15061 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
15062 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
15063
150642008-02-01 Kenichi Handa <handa@m17n.org>
15065
15066 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
15067 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
15068
150692008-02-01 Kenichi Handa <handa@m17n.org>
15070
15071 * xfont.c (xfont_open): Set font->format.
15072
15073 * xftfont.c (xftfont_open): Set font->format.
15074
15075 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
15076 (ftfont_list): Include FC_FONTFORMAT in FcObject.
15077 (ftfont_open): Set font->format.
15078 (ftfont_font_format): New function.
15079
15080 * font.h (struct font): New member format.
15081
15082 * font.c (Qopentype): New variable.
15083 (syms_of_font): Defsym it.
15084 (Fquery_font): Change the format of the last element of the return
15085 value.
15086
150872008-02-01 Kenichi Handa <handa@m17n.org>
15088
15089 * xfns.c (xic_create_xfontset): Try the default fontset name as a
15090 last resort.
15091
150922008-02-01 Kenichi Handa <handa@m17n.org>
15093
15094 * coding.c (detect_coding_charset): Fix detection of multi-byte
15095 charset.
15096
150972008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
15098
15099 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
15100
151012008-02-01 Kenichi Handa <handa@m17n.org>
15102
15103 * xdisp.c (get_next_display_element): Set it->face_id for the
15104 first component of a composition.
15105 (x_produce_glyphs): Check if the font is changed or not for composition.
15106
151072008-02-01 Kenichi Handa <handa@m17n.org>
15108
15109 * fontset.c (Qlatin): New variable.
15110 (syms_of_fontset): Define it as a lisp symbol.
15111 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
15112
151132008-02-01 Kenichi Handa <handa@m17n.org>
15114
15115 * font.c (font_unparse_fcname): Pay attention to the case that
15116 some of font property is a null string.
15117
151182008-02-01 Kenichi Handa <handa@m17n.org>
15119
15120 * term.c: Include "composite.h".
15121 (encode_terminal_code): Output all components of composition.
15122 Check the size of encode_terminal_src.
15123 (produce_glyphs): For composition, call produce_composite_glyph.
15124 (append_composite_glyph, produce_composite_glyph): New functions.
15125
15126 * xdisp.c (x_produce_glyphs): In handling composition, if a font
15127 is not found, get font_info from the current ascii face.
15128
151292008-02-01 Kenichi Handa <handa@m17n.org>
15130
15131 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
15132 buffer-file-name to Qnil before calling insert_from_buffer.
15133
15134 * font.c (font_unparse_fcname): Pay attention to the case that
15135 foundry is a null string.
15136
151372008-02-01 Kenichi Handa <handa@m17n.org>
15138
15139 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
15140
15141 * font.c (Qunicode_sip): New variable.
15142 (syms_of_font): Declare it as a Lisp symbol.
15143
15144 * font.h (Qunicode_sip): Extern it.
15145
151462008-02-01 Kenichi Handa <handa@m17n.org>
15147
15148 * composite.c (get_composition_id): Pay attention to TAB component.
15149
15150 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
15151 TAB. Adjust for the change of s->char2b which always points to
15152 the first element of allocated memory.
15153
15154 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
15155
15156 * xdisp.c (handle_composition_prop): Set it->c to the first
15157 non-TAB component.
15158 (fill_composite_glyph_string): Change argument.
15159 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
15160 (x_produce_glyphs): Fix handling of left/right padding.
15161
151622008-02-01 Kenichi Handa <handa@m17n.org>
15163
15164 * coding.c (detect_coding_system): Fix for handling off
15165 inhibit_iso_escape_detection. Fix for the case that no coding
15166 system is defined for a specific coding category.
15167
151682008-02-01 Kenichi Handa <handa@m17n.org>
15169
15170 * font.c (font_matching_entity): Delete unused local var.
15171
15172 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
15173 opening a font.
15174
15175 * fileio.c (Finsert_file_contents): On recovering a file, assume
15176 Unix-like eol.
15177 (choose_write_coding_system): On auto-saving a file, force
15178 Unix-like eol.
15179
15180 * coding.c (setup_coding_system): Fix setting of
15181 coding->common_flags based on eol_type.
15182 (coding_inherit_eol_type): If PARENT is not nil, be sure to
15183 inherit from it.
15184
151852008-02-01 Kenichi Handa <handa@m17n.org>
15186
15187 * alloc.c (NSTATICS): Increas to 0x600.
15188
151892008-02-01 Kenichi Handa <handa@m17n.org>
15190
15191 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
15192 (ftfont_list): Don't check :name property.
15193 (ftfont_match): New function.
15194 (ftfont_pattern_entity): If the pattern doesn't contain
15195 FC_SPACING, don't assume FC_MONO.
15196
15197 * font.h (struct font_driver): New member `match'.
15198 (font_update_drivers): Adjust prototype.
15199
15200 * font.c (font_parse_fcname, font_parse_name): Don't change :name
15201 property of FONT.
15202 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
15203 them unconditionally.
15204 (font_matching_entity): New function.
15205 (font_open_by_name): Try font_matching_entity if exact match is
15206 not found.
15207 (font_update_drivers): Delete the arg FONT. Return a list of
15208 actually used backends. Don't free faces, font caches here.
15209 Don't store data in frame parameters. Don't call x_set_font.
15210 (Ffont_spec): Store :name property as is.
15211 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
15212 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
15213 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
15214 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
15215 Call font->driver->otf_gsub instead of font_otf_gsub.
15216
15217 * frame.c (x_set_font_backend): Do more works that were done in
15218 font_update_drivers before.
15219
15220 * xfont.c (xfont_match): New function.
15221 (xfont_driver): Set xfont_driver.match to xfont_match.
15222 (xfont_draw): Set font in GC if necessary.
15223
15224 * ftxfont.c (ftxfont_match): New function.
15225 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
15226
15227 * xftfont.c (xftfont_match): New function.
15228 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
15229
152302008-02-01 Kenichi Handa <handa@m17n.org>
15231
15232 * font.h (struct font): New member scalable.
15233 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
15234 (font_otf_gsub): Adjust prototype.
15235
15236 * font.c (font_otf_capability): Fix handling of the default langsys.
15237 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
15238 Check the contents of SPEC.
15239 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
15240 (check_gstring): New function.
15241 (REPLACEMENT_CHARACTER): New macro.
15242 (font_otf_gsub): New arg alternate_subst. Be sure to set all
15243 glyph codes of GSTRING.
15244 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
15245 (font_prepare_composition): Set cmp->glyph_len.
15246 (font_open_entity): Set font->scalable.
15247 (Ffont_get): Handle :otf property.
15248 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
15249 functions.
15250 (Fquery_font): Use font->font.full_name.
15251 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
15252 Sfont_otf_alternates.
15253
15254 * ftfont.c (ftfont_open): Set font->font.full_name and
15255 font->font.name properly. Fix calculation of font->font.height
15256 and font->min_width.
15257
15258 * ftxfont.c (ftxfont_create_gcs): New function.
15259 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
15260 (ftxfont_draw_backgrond): Fix filling region.
15261 (ftxfont_default_fid): New function.
15262 (ftxfont_open): Set xfont->fid to the return value of
15263 ftxfont_default_fid.
15264 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
15265 (ftxfont_done_face): Free only GCs that are created by
15266 ftxfont_create_gcs.
15267 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
15268
15269 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
15270 Clip to src->width, etc (not src->clip_XXX).
15271
15272 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
15273 FontBackend frame parameter.
15274
152752008-02-01 Kenichi Handa <handa@m17n.org>
15276
15277 * font.h (struct font_driver_list): New member `on'.
15278 (Fclear_font_cache): EXFUN it.
15279 (font_update_drivers): Extern it.
15280
15281 * font.c (font_unparse_fcname): Fix typo (swidth->width).
15282 (font_list_entities): Check driver_list->on.
c0943d3d 15283 (register_font_driver): Initialize `on' member to 0.
aac0c6e3
MR
15284 (font_update_drivers): New function.
15285 (Fclear_font_cache): Check driver_list->on.
15286
15287 * frame.h (Qfont_backend): Extern it.
15288 (x_set_font_backend): Extern it.
15289
15290 * frame.c (Qfont_backend): New variable.
15291 (frame_parms): New element for font-backend.
15292 (x_set_font_backend): New function.
15293
15294 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
15295 FontBackend frame parameter.
15296 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
15297 x_set_font_backend.
15298
15299 * xfont.c (xfont_list): Don't try listing by :name property if the
15300 name is not for XLFD.
15301
153022008-02-01 Kenichi Handa <handa@m17n.org>
15303
15304 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
15305 (LGLYPH_SET_TO): New macros.
15306 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
15307 element of G is vector or not.
15308 (font_at): Extern it.
15309
15310 * font.c: Include window.h.
15311 (font_lispy_object): New function.
15312 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
15313 end of valid glyph.
15314 (font_close_object): Fix getting (struct font *).
15315 (font_at): New function.
15316 (Ffont_get): If FONT is a font-object, get entity from it.
15317 (Ffont_make_gstring): Initialize elements of glyphs with nil.
15318 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
15319 range check.
15320 (Ffont_at): New function.
15321 (syms_of_font): Defsubr Sfont_at.
15322
15323 * xdisp.c (it_props): Move the entry for Qauto_composed to just
15324 before the entry for Qcomposition.
15325 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
15326 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
15327 the font in gstring.
15328 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
15329 LGLYPH_FORM (g) to detect the end of valid glyph.
15330 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
15331 we are composing with gstring.
15332
15333 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
15334 Check if adjustment is vector or not.
15335
15336 * Makefile.in (font.o): Make it depends on window.h.
15337
153382008-02-01 Kenichi Handa <handa@m17n.org>
15339
15340 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
15341 adjustment is vector or not.
15342
153432008-02-01 Miles Bader <miles@gnu.org>
15344
15345 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
15346
153472008-02-01 Kenichi Handa <handa@m17n.org>
15348
15349 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
15350 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
15351 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
15352
15353 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
15354 (DEVICE_DELTA): Fix typo.
15355 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
15356 LGLYPH format.
15357
15358 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15359 the change of LGLYPH format.
15360
153612008-02-01 Kenichi Handa <handa@m17n.org>
15362
15363 * ftfont.c (ftfont_list): Fix typo.
15364 (ftfont_build_basic_charsets): Don't include letters with diacritics.
15365
153662008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15367
15368 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
15369
15370 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
15371 xftface_info is non-NULL.
15372
153732008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15374
15375 * ftfont.c (ftfont_list): Move misplaced #endif.
15376
153772008-02-01 Kenichi Handa <handa@m17n.org>
15378
15379 * ftfont.c (ftfont_list): Pay attention to the case that
15380 FC_CAPABILITY is not defined.
15381
153822008-02-01 Kenichi Handa <handa@m17n.org>
15383
15384 * xftfont.c (xftfont_open): Set charset related members to -1.
15385
15386 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
15387 QCname.
15388 (ftfont_open): Set charset related members to -1.
15389
15390 * fontset.c (Votf_script_alist): New variable.
15391 (syms_of_fontset): Initialize it.
15392 (fontset_font): Delete unused variable.
15393
15394 * fontset.h (Votf_script_alist): Extern it.
15395
15396 * font.c (font_find_for_lface): Optimize code.
15397
15398 * font.h (font_close_object, font_merge_old_spec): Extern them.
15399
154002008-02-01 Kenichi Handa <handa@m17n.org>
15401
15402 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
15403 (syms_of_font): Initialize them.
15404 (font_pixel_size): Allow float value in dpi.
15405 (font_prop_validate_type): Delete.
15406 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
15407 Change caller.
15408 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
15409 (font_prop_validate_extra): Delete.
15410 (font_prop_validate_spacing): New function.
15411 (font_property_table): Add elements for all known properties.
15412 (get_font_prop_index): Rename from check_font_prop_name. New
15413 argument FROM. Change caller.
15414 (font_prop_validate): Validate all known properties.
15415 (font_put_extra): Delete argument force. Change caller.
15416 (font_expand_wildcards): Make it static. Fix the way of shrinking
15417 the possible range.
15418 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
15419 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
15420 Change caller.
15421 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
15422 (font_parse_fcname): Delete argument merge. Fix parsing of point
15423 size. Don't validate properties values here. Change caller.
15424 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
15425 (font_open_by_name): Delete unused variable.
15426 (Ffont_spec): Likewise. Validate property values.
15427 (Ffont_match_p): New function.
15428
15429 * font.h (QCscalable): Extern it.
15430 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
15431
15432 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
15433
15434 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
15435 (xfont_list_pattern): New function.
15436 (xfont_list): Use xfont_list_pattern.
15437
154382008-02-01 Kenichi Handa <handa@m17n.org>
15439
15440 * font.h (Flist_fonts): EXFUN it.
15441
154422008-02-01 Jason Rumney <jasonr@gnu.org>
15443
15444 * w32term.c (w32_initialize): Add back smoothing_type and
15445 smoothing_enabled definitions.
15446
154472008-02-01 Kenichi Handa <handa@m17n.org>
15448
15449 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
15450 s->face->font on determining underline position.
15451
154522008-02-01 Kenichi Handa <handa@m17n.org>
15453
15454 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
15455 (font_has_char): Accept font-object too.
15456 (font_find_for_lface): Try at first with a size specified in face.
15457
154582008-02-01 Kenichi Handa <handa@m17n.org>
15459
15460 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
15461 font_open_by_name.
15462
154632008-02-01 Kenichi Handa <handa@m17n.org>
15464
15465 * font.h (QCspacing, QCdpi): Extern them.
15466 (enum font_spacing): New enum.
15467 (FONT_PIXEL_SIZE_QUANTUM): New macro.
15468
15469 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
15470 (QCspacing, QCdpi): New variables.
15471 (syms_of_font): Initialize them.
15472 (font_pixel_size): New function.
15473 (font_put_extra): New function.
15474 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
15475 in FONT_EXTRA.
15476 (font_parse_fcname): Handle enumerated values (e.g. bold).
15477 Fix handling font size. Add QCname property that contains only
15478 unknown properties.
15479 (font_score): Change argument. Change caller. Pay attention to
15480 FONT_PIXEL_SIZE_QUANTUM.
15481 (font_sort_entites, font_list_entities, font_find_for_lface)
15482 (font_open_for_lface, font_open_by_name): Fix handling of font size.
15483 (Ffont_spec): Add QCname property that contains only unknown properties.
15484
15485 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
15486 include weight in listing pattern, instead check weight of each
15487 listed font. Don't include scalable in pattern. Pay attention to
15488 FONT_PIXEL_SIZE_QUANTUM.
15489
154902008-02-01 Kenichi Handa <handa@m17n.org>
15491
15492 * font.c (font_parse_fcname): Fix parsing of point-size.
15493 (font_unparse_fcname): Produce symbolic names for style properties.
15494 (font_list_entities): Handle float size correctly.
15495 (font_open_by_name): Prefer `normal' property values if the name
15496 doesn't specify them.
15497
15498 * fontset.c (Finternal_char_font): Use font_get_name, not
15499 Ffont_xlfd_name.
15500
15501 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
15502 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
15503 pattern. Don't force scalable.
15504
15505 * xftfont.c (xftfont_open): For generating a name, start from
15506 96-byte buffer.
15507
155082008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15509
15510 * frame.h (x_new_fontset2): Fix prototype.
15511
155122008-02-01 Kenichi Handa <handa@m17n.org>
15513
15514 * font.h (struct font_driver): Delete member parse_name.
15515 (font_match_p, font_get_spec, font_parse_fcname)
15516 (font_unparse_fcname): Extern them.
15517 (font_get_name): Adjust prototype.
15518
15519 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
15520 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
15521 (font_expand_wildcards): Fix handling ENCODING field. Avoid
15522 unnecessary checks for weight, slant, and swidth.
15523 (font_parse_fcname): New function.
15524 (font_unparse_fcname): New function.
15525 (font_parse_name): New function.
15526 (font_match_p): New function.
15527 (font_get_name): Change return value to Lisp string.
15528 (font_get_spec): New function.
15529 (Qunspecified, Qignore_defface): Don't extern them.
15530 (font_find_for_lface): Assume that LFACE is fully specified.
15531 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
15532 object, use it for FACE.
15533 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
15534 driver->parse_name.
15535 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
15536
15537 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
15538 prototype.
15539
15540 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
15541 argument F. Don't call Fnew_fontset. Instead, directly call
15542 make_fontset.
15543
15544 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
15545
15546 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
15547 of x_new_fontset2.
15548
15549 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
15550 (Qsans__serif): New variables.
15551 (ftfont_generic_family_list): New variable.
15552 (syms_of_ftfont): Initialize the above variables.
15553 (ftfont_pattern_entity): Delete argument NAME.
15554 (ftfont_list_generic_family): New function.
15555 (ftfont_parse_name): Delete this function.
15556 (ftfont_list): Try generic family only when FcFontList found no font.
15557 (ftfont_list_family): Fix args to FcObjectSetBuild.
15558
15559 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
15560 object in attrs[LFACE_FONT_INDEX].
15561 (set_lface_from_font_name): Cancel all changes for font-backend.
15562 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
15563 function.
15564 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
15565 font object in QCfont attribute.
15566 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
15567 (realize_default_face) [USE_FONT_BACKEND]: Call
15568 set_lface_from_font_and_fontset.
15569
15570 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
15571 "fixed", and signal error here if no suitable font was found.
15572
15573 * xfont.c (xfont_parse_name): Delete this function.
15574
15575 * xftfont.c (xftfont_open): Change coding style of error
15576 handling. Generate fontconfig's fontname pattern.
15577
15578 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
15579 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
15580
15581 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
15582 Both args FONTSET and FONT_OBJECT must be existing ones.
15583
155842008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15585
15586 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
15587
155882008-02-01 Kenichi Handa <handa@m17n.org>
15589
15590 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
15591
15592 * font.h (struct font): Fix typo.
15593
15594 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
15595 XLFD_XXX_INDEX.
15596 (enum xlfd_field_mask): New enum.
15597 (intern_font_field): Changed argument. Change caller. If digits
15598 are followed by non-digits, return a symbol.
15599 (font_expand_wildcards): New function.
15600 (font_parse_xlfd): Fix wildcard handling.
15601 (Ffont_spec): If :name is specified, reflect the info in the other
15602 properties.
15603
15604 * ftfont.c (ftfont_pattern_entity): Fix typo.
15605 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15606 locale.
15607
156082008-02-01 Kenichi Handa <handa@m17n.org>
15609
15610 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15611
15612 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15613 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
15614 registry doesn't specify encoding part.
15615 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15616 (font_open_by_name): At first try parsing the name.
15617 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15618 as Lisp symbols.
15619
15620 * fontset.c (reorder_font_vector): Pay attention to the case that
15621 the 3rd element of font_def is nil.
15622 (fontset_font): For the default fontset, append one more fontset
15623 elements for a script-based font specification. Don't add script
15624 attribute on finding a font.
15625 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15626 font name.
15627 (fontset_ascii_font): If a font can't be opened, return nil.
15628
15629 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15630 (ftfont_pattern_entity): New function.
15631 (ftfont_get_cache): Assume that freetype_font_cache is already
15632 initialized.
15633 (ftfont_list): Handle the case that a file is specified in font
15634 name. Use ftfont_pattern_entity to generate entities.
15635 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15636 (syms_of_ftfont): Initialize freetype_font_cache.
15637
15638 * xftfont.c (xftfont_open): Make the font name fontconfig's
15639 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
15640 (xftfont_close): Free font->font.name if not NULL.
15641
15642 * xfont.c (xfont_list): If script is specified for a font, return
15643 null_vector.
15644 (xfont_list_family): Declare argument type.
15645
15646 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15647 name, set LFACE_FONT (lface) to nil.
15648
15649 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15650 return Qnil.
15651
156522008-02-01 Kenichi Handa <handa@m17n.org>
15653
15654 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15655 (standard_args): Add "-enable-font-backend".
15656
156572008-02-01 Kenichi Handa <handa@m17n.org>
15658
15659 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15660 (struct xftdraw_list, xftdraw_list): Delete them.
15661 (register_xftdraw, check_xftdraw): Delete them.
15662 (xftfont_prepare_face): Don't call register_xftdraw.
15663 (xftfont_done_face): Don't call check_xftdraw.
15664 (xftfont_draw): Get background color only when with_background is
15665 nonzero.
15666
15667 * xfont.c (xfont_encode_char): Fix calculation of char2b.
15668
156692008-02-01 Kenichi Handa <handa@m17n.org>
15670
15671 These changes are for the new font handling codes.
15672
15673 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15674 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15675 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15676 (FONTSRC, FONTOBJ): New variables.
15677 (obj): Add $(FONTOBJ).
15678 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15679 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15680 @LIBOTF_LIBS@.
15681 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15682 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15683
15684 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15685
15686 * character.h (Vscript_representative_chars): Extern it.
15687
15688 * character.c (Vscript_representative_chars): New variable.
15689 (syms_of_character): Declare it as a Lisp variable.
15690
15691 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15692 enable_font_backend is nonzero, accept the composition method
15693 COMPOSITION_WITH_GLYPH_STRING.
15694
15695 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15696 enumeration COMPOSITION_WITH_GLYPH_STRING.
15697
15698 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15699 members clip_x, clip_y, clip_width, and clip_height.
15700 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15701
15702 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15703 --enable-font-backend. Call syms_of_font.
15704
15705 * fns.c (assoc_no_quit): New function.
15706
15707 * fontset.h (FONT_INFO_FROM_FACE): New macro.
15708 (face_for_font, new_fontset_from_font)
15709 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15710
15711 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15712 (fontset_font, fontset_ascii, face_for_char)
15713 (make_fontset_for_ascii_face, Ffont_info)
15714 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15715 is nonzero, use font-backend mechanism.
15716 (find_font_encoding): Make it non-static.
15717 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15718 New functions.
15719
15720 * frame.h (struct frame): New members resx and resy.
15721 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15722 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15723
15724 * frame.c [USE_FONT_BACKEND]: Include "font.h".
15725 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15726
15727 * lisp.h (assoc_no_quit): Extern it.
15728
15729 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15730 Through out the file, use FONT_INFO_FROM_FACE instead of
15731 FONT_INFO_FROM_ID, use get_per_char_metric instead of
15732 rif->per_char_metric.
15733 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15734 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15735 (get_glyph_face_and_encoding, fill_composite_glyph_string)
15736 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15737 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15738 nonzero, use font-backend mechanism.
15739 (get_per_char_metric): New function.
15740
15741 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15742 (set_lface_from_font_name)
15743 (set_font_frame_param, free_realized_face)
15744 (prepare_face_for_display, clear_face_gcs)
15745 (Finternal_set_font_selection_order, realize_x_face)
15746 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15747 font-backend mechanism.
15748 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15749 (load_face_font) [USE_FONT_BACKEND]: Abort.
15750 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15751 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15752
15753 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15754 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15755 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15756 nonzero, register all available font drivers. Call
15757 x_default_font_parameter for deciding a font.
15758 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15759
15760 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15761 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15762 (x_set_glyph_string_clipping_exactly)
15763 (x_compute_glyph_string_overhangs)
15764 (x_draw_glyph_string_foreground)
15765 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15766 (x_free_frame_resources) [USE_FONT_BACKEND]: If
15767 enable_font_backend is nonzero, use font-backend mechanism.
15768 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15769
157702008-02-01 Kenichi Handa <handa@m17n.org>
15771
15772 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15773 system_eol_type.
15774 (syms_of_coding): Initialize system_eol_type.
15775
15776 * process.c (Fset_process_coding_system): Inherit system's eol
15777 format if necessary.
15778
157792008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15780
15781 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15782
157832008-02-01 Kenichi Handa <handa@m17n.org>
15784
15785 * coding.c (decode_eol): Pay attention to buffer relocation in
15786 del_range_2.
15787 (decode_coding): Call decode_eol before restoring undo_list.
15788
157892008-02-01 Kenichi Handa <handa@m17n.org>
15790
15791 * charset.c (Fdefine_charset_internal): Fix setting of
15792 emacs_mule_bytes.
15793
157942008-02-01 Kenichi Handa <handa@m17n.org>
15795
15796 * keyboard.c (read_char): Check if C is a character or not before
15797 looking up Vkeyboard_translate_table.
15798
157992008-02-01 Kenichi Handa <handa@m17n.org>
15800
15801 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15802 condition to terminate the loop.
15803
158042008-02-01 Kenichi Handa <handa@m17n.org>
15805
15806 * coding.c (produce_composition): Compare charbuf[i] instead of
15807 args[i] against 0.
15808 (Fterminal_coding_system): Use EQ to compare Lisp objects.
15809
158102008-02-01 Kenichi Handa <handa@m17n.org>
15811
15812 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15813 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15814 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15815 detect_coding.
15816 (emacs_mule_char): Handle old style (Emacs 20) component character
15817 of a composition.
15818 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15819 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15820 composition rule.
15821 (decode_coding_emacs_mule): Handle invalid bytes correctly.
15822
158232008-02-01 Kenichi Handa <handa@m17n.org>
15824
15825 * coding.c (encode_coding_ccl): Allocate destination dynamically
15826 when necessary.
15827
158282008-02-01 Kenichi Handa <handa@m17n.org>
15829
15830 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15831 the loop. When quitted, show a proper error message.
15832
158332008-02-01 Kenichi Handa <handa@m17n.org>
15834
15835 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15836 src->clip_head and src->clip_tail temporarily instead of src->hl.
15837
15838 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15839 character sequence.
15840 (Fccl_execute_on_string): Use ASET, not XSET.
15841
158422008-02-01 Kenichi Handa <handa@m17n.org>
15843
15844 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15845
158462008-02-01 Kenichi Handa <handa@m17n.org>
15847
15848 * coding.c (decode_coding): Fix the condition of terminating the
15849 decoding loop.
15850
158512008-02-01 Kenichi Handa <handa@m17n.org>
15852
15853 * data.c (Faset): On setting a character bigger than 255 in a
15854 unibyte string, signal an error instead of make the string multibyte.
15855
158562008-02-01 Kenichi Handa <handa@m17n.org>
15857
15858 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15859 made by a mapping table.
15860
158612008-02-01 Kenichi Handa <handa@m17n.org>
15862
15863 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15864 not.
15865 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15866 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15867
15868 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15869 s->face is NULL or not.
15870
158712008-02-01 Kenichi Handa <handa@m17n.org>
15872
15873 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15874 (x_draw_glyph_string): Fix drawing of right_overhang and
15875 left_overhang around/on cursor.
15876
15877 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15878
158792008-02-01 Kenichi Handa <handa@m17n.org>
15880
15881 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15882
158832008-02-01 Kenichi Handa <handa@m17n.org>
15884
15885 * coding.c (Fdefine_coding_system_internal)
15886 (Fdefine_coding_system_alias): Avoid a duplicated element in
15887 Vcoding_system_alist.
15888
158892008-02-01 Kenichi Handa <handa@m17n.org>
15890
15891 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15892
15893 * coding.c (Qcoding_system_define_form): New variable.
15894 (syms_of_coding): Intern and staticpro it.
15895 (Fcoding_system_p): Check Qcoding_system_define_form.
15896 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15897
15898 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15899 Fcoding_system_p.
15900 (CHECK_CODING_SYSTEM): If ID is not available, call
15901 Fcheck_coding_system.
15902 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15903 Try also Fcheck_coding_system.
15904
159052008-02-01 Kenichi Handa <handa@m17n.org>
15906
15907 * coding.c (code_conversion_restore): GCPRO arg.
15908
159092008-02-01 Kenichi Handa <handa@m17n.org>
15910
15911 * character.c (lisp_string_width): Check multibyteness of STRING.
15912
159132008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15914
15915 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15916 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15917 (decode_mac_font_name): Use decode_coding_c_string instead of
15918 decode_coding.
15919 (x_load_font): Initialize fontp->fontset to -1. Set
15920 fontp->encoding_type.
15921
159222008-02-01 Kenichi Handa <handa@m17n.org>
15923
15924 * search.c (search_buffer): Give up BM search on case-fold-search
15925 if one of a target character has a case-equivalence of different
15926 byte length even if that target charcter is an ASCII.
15927 (simple_search): Fix calculation of byte length of matched text.
15928 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15929
159302008-02-01 Kenichi Handa <handa@m17n.org>
15931
15932 * coding.c (decode_coding): Fix handling of invalid bytes.
15933
159342008-02-01 Kenichi Handa <handa@m17n.org>
15935
15936 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15937 Unicode characters.
15938
159392008-02-01 Kenichi Handa <handa@m17n.org>
15940
15941 * coding.c (encode_coding_object): If a pre-write-conversion
15942 function makes a new buffer, kill it.
15943
159442008-02-01 Kenichi Handa <handa@m17n.org>
15945
15946 * coding.c (QCascii_compatible_p): New variable.
15947 (syms_of_coding): Initialize it.
15948 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15949 calling string_char.
15950 (record_conversion_result): Add `default:' case.
15951 (coding_charset_list): Delete unused variable `coding_type'.
15952 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15953 property in the plist of the coding system.
15954 (Fcoding_system_put): Check QCascii_compatible_p.
15955
159562008-02-01 Miles Bader <miles@gnu.org>
15957
15958 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15959 removed calculation of frame `f', as it's now used.
15960
159612008-02-01 Kenichi Handa <handa@m17n.org>
15962
15963 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15964 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15965 (UNIDATA): New variable.
15966 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15967 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15968 $(RUN_TEMACS) unconditionally.
15969
159702008-02-01 Kenichi Handa <handa@m17n.org>
15971
15972 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15973 (admindir): New variable.
15974 ($(lispsource)international/charprop.el): New target.
15975
159762008-02-01 Miles Bader <miles@gnu.org>
15977
15978 * character.c (chars-in-region): Remove obsolete function.
15979 (syms_of_character): Remove its initialization.
15980
159812008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15982
15983 * w32select.c (validate_coding_system)
15984 (setup_windows_coding_system): New functions.
15985 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15986 setup_windows_coding_system.
15987 (setup_config, Fw32_get_clipboard_data): Use
15988 validate_coding_system.
15989 (Fx_selection_exists): Move call to setup_config to a place
15990 where signals are allowed.
15991
15992 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15993 (Fcheck_coding_system): Add declarations.
15994
159952008-02-01 Kenichi Handa <handa@m17n.org>
15996
15997 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15998
159992008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16000
16001 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
16002 string as the second argument for x_new_fontset.
16003
160042008-02-01 Kenichi Handa <handa@m17n.org>
16005
16006 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
16007 (encode_coding_object): Use safe_call instead of call2.
16008
160092008-02-01 Kenichi Handa <handa@m17n.org>
16010
16011 * fontset.c (Fset_fontset_font): Check family element of a given vector.
16012
16013 * Makefile.in (lisp): Include charprop.el.
16014
160152008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16016
16017 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
16018 Not sure if it's unnecessary.
16019
160202008-02-01 Steven Tamm <steventamm@mac.com>
16021
16022 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
16023 some possibly unnecessary fontset checking code that crashed
16024 when creating a new frame.
16025
160262008-02-01 Kenichi Handa <handa@m17n.org>
16027
16028 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
16029 lookup_face.
16030
16031 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
16032
16033 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
16034
160352008-02-01 Kenichi Handa <handa@m17n.org>
16036
16037 * coding.c: Cancel the change done in HEAD on 2008-02-01.
16038 (coding_charset_list): New function.
16039
16040 * coding.h (coding_charset_list): Extern it.
16041
160422008-02-01 Kenichi Handa <handa@m17n.org>
16043
16044 * fontset.c (Fset_fontset_font): Call find_font_encoding with
16045 concatenation of family and registry.
16046
160472008-02-01 Kenichi Handa <handa@m17n.org>
16048
16049 * character.h (BYTE8_STRING): Fix typo.
16050
16051 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
16052 string to multibyte (sync to HEAD).
16053
16054 * casefiddle.c (casify_region): Handle changes in byte-length
16055 using replace_range_2 (sync to HEAD).
16056
160572008-02-01 Andreas Schwab <schwab@suse.de>
16058
16059 * chartab.c (map_char_table): GCPRO table and arg.
16060
160612008-02-01 Kenichi Handa <handa@m17n.org>
16062
16063 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
16064 already at limit.
16065
160662008-02-01 Kenichi Handa <handa@m17n.org>
16067
16068 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
16069 instead of fast_c_string_match_ignore_case.
16070 (find_font_encoding): Change argument to Lisp_Object. Use
16071 fast_string_match_ignore_case instead of
16072 fast_c_string_match_ignore_case. Change caller.
16073
160742008-02-01 Kenichi Handa <handa@m17n.org>
16075
16076 * xdisp.c (get_next_display_element): In unibyte case, decide to
16077 display in octal form by checking a character by
16078 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
16079
16080 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
16081
16082 * character.c (unibyte_has_multibyte_table): New variable.
16083
16084 * character.h (unibyte_has_multibyte_table): Extern it.
16085 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
16086
160872008-02-01 Kenichi Handa <handa@m17n.org>
16088
16089 * coding.c (encode_coding_iso_2022): Fix handling of charset
16090 annotation.
16091
160922008-02-01 Kenichi Handa <handa@m17n.org>
16093
16094 * coding.c (setup_coding_system): If coding_system is nil, use
16095 Qundecided.
16096 (Fterminal_coding_system): Return nil if terminal coding system is
16097 `undecided'.
16098 (syms_of_coding): Define coding-system `undecided' here. Setup
16099 terminal_coding as `undecided'.
16100
161012008-02-01 Kenichi Handa <handa@m17n.org>
16102
16103 * xdisp.c (message_dolog, set_message_1): Call
16104 unibyte_char_to_multibyte with arg type int.
16105
16106 * lread.c (read1): Fix reading of a char-table.
16107
16108 * print.c (print_object): Include sub char-table in circularities
16109 detection.
16110
161112008-02-01 Kenichi Handa <handa@m17n.org>
16112
16113 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
16114 Append the found sequences in car of ARGS instead of prepending.
16115
161162008-02-01 Kenichi Handa <handa@m17n.org>
16117
16118 * fileio.c (report_file_error): Make a unibyte string from
16119 strerror (errorno).
16120 (Fsubstitute_in_file_name): Fix the arg to
16121 unibyte_char_to_multibyte. It is evaluated twice.
16122
161232008-02-01 Kenichi Handa <handa@m17n.org>
16124
16125 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
16126
161272008-02-01 Kenichi Handa <handa@m17n.org>
16128
16129 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
16130 BOM is not found.
16131 (detect_coding, detect_coding_system): Optimization for ISO-2022
16132 when no 8-bit data is found.
16133
161342008-02-01 Jason Rumney <jasonr@gnu.org>
16135
16136 * w32fns.c (x_to_w32_font): Update to use new coding struct.
16137
161382008-02-01 Kenichi Handa <handa@m17n.org>
16139
16140 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
16141 CHARS.
16142
161432008-02-01 Steven Tamm <steventamm@mac.com>
16144
16145 * macterm.c (mac_encode_char): Add charset argument and update
16146 to use encoding_type.
16147 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
16148 switch to pure fontset.
16149 (decode_mac_font_name): Temporarily remove decoding.
16150 (x_font_name_to_mac_font_name): Temporarily remove encoding.
16151 (x_load_font): Temporarily remove encoding.
16152
161532008-02-01 Kenichi Handa <handa@m17n.org>
16154
16155 * xfaces.c (Fface_font): If frame is not on a window system,
16156 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
16157 refer to face->font.
16158 (split_font_name_into_vector, build_font_name_from_vector)
16159 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
16160 when HAVE_WINDOW_SYSTEM is defined.
16161
161622008-02-01 Kenichi Handa <handa@m17n.org>
16163
16164 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
16165 (x_produce_glyphs): Fix setting of members of cmp in case
16166 cmp->glyph_len is zero.
16167
16168 * fontset.c (Fset_fontset_font): Fix docstring.
16169 (Ffontset_info): Make it backward compatible. New arg ALL.
16170
161712008-02-01 Kim F. Storm <storm@cua.dk>
16172
16173 * process.c (read_process_output): Grow decoding_buf when needed;
16174 this could cause a crash in allocate_string and compact_small_strings.
16175
161762008-02-01 Kenichi Handa <handa@m17n.org>
16177
16178 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
16179
161802008-02-01 Kenichi Handa <handa@m17n.org>
16181
16182 * coding.c (setup_coding_system): Set coding->common_flags
16183 correctly for raw-text.
16184 (consume_chars): On encoding unibyte text by raw-text, don't check
16185 multibyte form.
16186 (encode_coding): On encoding by raw-text, never use translation tables.
16187
16188 * fileio.c (e_write): Short cut for the case of no encoding.
16189
161902008-02-01 Kenichi Handa <handa@m17n.org>
16191
16192 * coding.c (detect_coding, detect_coding_system): Delete unused
16193 variables.
16194
161952008-02-01 Kenichi Handa <handa@m17n.org>
16196
16197 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
16198 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
16199
162002008-02-01 Kenichi Handa <handa@m17n.org>
16201
16202 * coding.c (Ffind_coding_systems_region_internal): Include
16203 raw-text and no-conversion in the result.
16204
162052008-02-01 Kenichi Handa <handa@m17n.org>
16206
16207 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
16208 (load_font_get_repertory): Delete unnecessary check of ENCODING of
16209 FONT_DEF.
16210 (font_def_arg, add_arg, from_arg, to_arg): New args.
16211 (set_fontset_font): Change argument.
16212 (Fset_fontset_font): Fix for the case that TARGET is a script
16213 name and charset name.
16214 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
16215
162162008-02-01 Kenichi Handa <handa@m17n.org>
16217
16218 * fontset.c (fontset_font): Rename from fontset_face. Change return
16219 value.
16220 (face_suitable_for_char_p, face_for_char): Adjust for the change
16221 of fontset_font.
16222 (make_fontset_for_ascii_face): Fix setting of the fontset element
16223 for ASCII.
16224 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
16225 to get a font name.
16226 (Ffontset_info): Adjust for the change of fontset_font.
16227
16228 * coding.c (emacs_mule_char): Check invalid code more rigidly.
16229
16230 * character.h (LEADING_CODE_LATIN_1_MIN)
16231 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
16232
162332008-02-01 Kenichi Handa <handa@m17n.org>
16234
16235 * editfns.c (check_translation): New function.
16236 (Ftranslate_region_internal): Handle M:N mapping.
16237
162382008-02-01 Kenichi Handa <handa@m17n.org>
16239
16240 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
16241
162422008-02-01 Kenichi Handa <handa@m17n.org>
16243
16244 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
16245 goto invalid_code.
16246 (decode_coding_iso_2022): Fix handling of invalid designation.
16247
16248 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
16249 after calling code_conversion_save.
16250
162512008-02-01 Kenichi Handa <handa@m17n.org>
16252
16253 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
16254
16255 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
16256
16257 * fontset.c: Include "intervals.h".
16258 (fontset_face): Fix comparing of Lisp_Objects.
16259 (free_face_fontset, new_fontset_from_font_name): Fix
16260 Lisp_Object/int mixup.
16261
16262 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
16263
16264 * coding.c: Add many prototypes for static functions.
16265 (get_translation_table): Allow max_lookup to be NULL.
16266 (decode_coding, Ffind_coding_systems_region_internal)
16267 (Funencodable_char_position, Fcheck_coding_systems_region): Call
16268 get_translation_table with max_lookup NULL.
16269
162702008-02-01 Kenichi Handa <handa@m17n.org>
16271
16272 * coding.c (get_translation_table): Declare it as Lisp_Object.
16273 (LOOKUP_TRANSLATION_TABLE): New macro.
16274 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
16275 instead of CHAR_TABLE_REF.
16276
162772008-02-01 Kenichi Handa <handa@m17n.org>
16278
16279 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
16280 annotation data format.
16281 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
16282 Change arguments FROM and TO to single argument NCHARS. Change caller.
16283 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
16284 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16285 (decode_coding_ccl, decode_coding_charset): Pay attention to
16286 coding->charbuf_used.
16287 (get_translation): New function.
16288 (produce_chars): New arguments translation_table and last_block.
16289 Translate characters here. Return number of carryover chars.
16290 Change caller.
16291 (produce_composition): New argument pos. Change caller.
16292 Adjust for the change of annotation data format.
16293 (produce_charset, produce_annotation): Likewise.
16294 (decode_coding, encode_coding): Don't call translate_chars.
16295 (consume_chars): New arg translation_table. Change caller.
16296 (translate_chars): Delete.
16297 (syms_of_coding): Make translation-table's number of extra slots 2.
16298
162992008-02-01 Kenichi Handa <handa@m17n.org>
16300
16301 * search.c (simple_search): Fix setting this_pos_byte in backward
16302 search.
16303
16304 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
16305 byte sequence.
16306 (detect_coding_ccl): Fix setting of the variable valids.
16307
163082008-02-01 Kenichi Handa <handa@m17n.org>
16309
16310 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
16311
16312 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
16313
16314 * editfns.c (Ftranslate_region_internal): Rename from
16315 Ftranslate_region. Accept a char-table in TABLE.
16316 (syms_of_editfns): Defsubr Stranslate_region_internal.
16317
16318 * xfaces.c (set_lface_from_font_name): If a font is specified for
16319 a frame, generate a fontset from the font.
16320 (build_scalable_font_name): If the scalable font is requested for
16321 a specific size, don't change that size.
16322 (try_font_list): Try a scalable font also in the case that a
16323 pattern string is specified.
16324
163252008-02-01 Kenichi Handa <handa@m17n.org>
16326
16327 * xfaces.c (Fface_font): New optional arg CHARACTER.
16328
163292008-02-01 Kenichi Handa <handa@m17n.org>
16330
16331 * charset.h (CHARSET_OFFSET): New macro.
16332
163332008-02-01 Kenichi Handa <handa@m17n.org>
16334
16335 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
16336
16337 * fontset.c (fontset_face): Handle the case that repertory is a
16338 char-table.
16339 (find_font_encoding): Return nil for unknown encoding.
16340 (Fset_fontset_font): Ignore a font of unknown encoding.
16341
163422008-02-01 Kenichi Handa <handa@m17n.org>
16343
16344 * keymap.c (describe_vector): Handle default value of a char table.
16345
16346 * fontset.c (fontset_face): Handle fallback fonts correctly.
16347 (Ffontset_info): Return infomation about fallback fonts.
16348
163492008-02-01 Kenichi Handa <handa@m17n.org>
16350
16351 * fontset.c (FONTSET_DEFAULT): New macro.
16352 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
16353 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
16354 the case that it is nil.
16355 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
16356 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
16357
16358 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
16359 subset or superset.
16360
163612008-02-01 Kenichi Handa <handa@m17n.org>
16362
16363 * emacs.c (main): Call init_charset after syms_of_XXX.
16364
16365 * charset.c (Vcharset_map_directory): Delete.
16366 (Vcharset_map_path): New variable.
16367 (load_charset_map_from_file): Use Vcharset_map_path instead.
16368 (init_charset): Initialize Vcharset_map_path.
16369 (syms_of_charset): Delete declaration of "charset-map-directory",
16370 add declaration of "charset-map-path".
16371
163722008-02-01 Kenichi Handa <handa@m17n.org>
16373
16374 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
16375 ASCII only string.
16376
16377 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
16378
16379 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
16380 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
16381
163822008-02-01 Kenichi Handa <handa@m17n.org>
16383
16384 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
16385
16386 * coding.c (QCmnemonic, QCdefalut_char)
16387 (QCdecode_translation_table, QCencode_translation_table)
16388 (QCpost_read_conversion, QCpre_write_conversion): New variables.
16389 (get_translation_table): Return a list of translation tables if
16390 necessary.
16391 (decode_coding): Call get_translation_table with ENCODEP 0.
16392 (char_encodable_p): If translation_table is non-nil, always call
16393 translate_char.
16394 (Fdefine_coding_system_internal): Accept list of translation
16395 tables as :encode-translation-table and :decode-translation-table.
16396 (Fcoding_system_put): New function.
16397 (syms_of_coding): Declare new symbols. Defsubr
16398 Scoding_system_put.
16399 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
16400 typically JISX0212.
16401
16402 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
16403 when the charset is superset type.
16404
16405 * character.c (translate_char): Accept list of translation tables.
16406
164072008-02-01 Kenichi Handa <handa@m17n.org>
16408
16409 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
16410 (CODING_ATTR_TRANS_TBL): New macro.
16411
16412 * coding.c (get_translation_table): New function.
16413 (translate_chars): Fix the bug of skipping annotation data.
16414 (decode_coding, encode_coding): Utilize get_translation_table.
16415 (char_encodable_p, Funencodable_char_position): Translate char if
16416 necessary.
16417 (Ffind_coding_systems_region_internal)
16418 (Fcheck_coding_systems_region): Setup translation table for encode
16419 in a coding system attribute vector in advance.
16420 (Fdefine_coding_system_internal): Allow a symbol as translation
16421 table. For shift-jis type coding system, allow 4th charset.
16422
164232008-02-01 Kenichi Handa <handa@m17n.org>
16424
16425 * coding.c (decode_coding_sjis): Check the first byte rigidly.
16426
16427 * xdisp.c (get_next_display_element): Pass -1 as POS to
16428 FACE_FOR_CHAR if displaying a C-string.
16429
164302008-02-01 Kenichi Handa <handa@m17n.org>
16431
16432 * composite.c (get_composition_id): Handle xoff and yoff in a
16433 composition rule.
16434
16435 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
16436 (struct composition): New member lbearing and rbearing.
16437
16438 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
16439 (x_get_glyph_overhangs): Handle a composition glyph.
16440 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
16441
16442 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
16443 composition glyph.
16444
164452008-02-01 Kenichi Handa <handa@m17n.org>
16446
16447 * print.c: Include charset.h.
16448 (Vprint_charset_text_property): New variable.
16449 (Qdefault): Extern it.
16450 (PRINT_STRING_NON_CHARSET_FOUND)
16451 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
16452 (print_check_string_result): New variable.
16453 (print_check_string_charset_prop): New function.
16454 (print_prune_charset_plist): New variable.
16455 (print_prune_string_charset): New function.
16456 (print_object): Call print_prune_string_charset if
16457 Vprint_charset_text_property is not t.
16458 (print_interval): Print nothing if interval->plist is nil.
16459 (syms_of_print): Declare Vprint_charset_text_property as a lisp
16460 variable. Init and staticpro print_prune_charset_plist.
16461
164622008-02-01 Kenichi Handa <handa@m17n.org>
16463
16464 * fontset.c (new_fontset_from_font_name): Use the specified font
16465 for all characters in the new fontset.
16466
16467 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16468 OBJECT args.
16469
16470 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
16471 OBJECT args for composition too.
16472
16473 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16474 OBJECT args.
16475
164762008-02-01 Kenichi Handa <handa@m17n.org>
16477
16478 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
16479
16480 * fontset.c (reorder_font_vector): Adjust for the change of
16481 FONT_DEF format.
16482 (fontset_face): New arg id. Change caller.
16483 (face_for_char): New args pos and object.
16484 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
16485 (fs_query_fontset): Check NAME by Fassoc too.
16486 (Fset_fontset_font): Allow non-XLFD font name.
16487 (Ffontset_info): Adjust for the change of FONT_DEF format.
16488
16489 * fontset.h (face_for_char): Adjust prototype.
16490
16491 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
16492 (append_space, extend_face_to_end_of_line)
16493 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16494 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
16495
16496 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
16497 POS and OBJECT args.
16498
16499 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
16500 POS and OBJECT args.
16501
165022008-02-01 Jason Rumney <jasonr@gnu.org>
16503
16504 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
16505 of GlobalAlloc'ed memory.
16506
165072008-02-01 Kenichi Handa <handa@m17n.org>
16508
16509 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
16510
16511 * charset.h (charset_table_used): Delete extern.
16512
16513 * charset.c (charset_table_used): Make it static.
16514 (map_charset_chars): Fix args to c_function with.
16515
16516 * chartab.c (map_sub_char_table_for_charset): Fix args to
16517 c_function with.
16518
16519 * coding.h (enum coding_result_code): Delete
16520 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
16521
16522 * coding.c (Qinsufficient_source, Qinconsistent_eol)
16523 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
16524 (Vlast_code_conversion_error): New variables.
16525 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
16526 (ONE_MORE_BYTE): Record error if any instead of signaling an
16527 error. If non-ASCII multibyte char is found, return the negative
16528 value of the code. All callers changed to check it.
16529 (ONE_MORE_BYTE_NO_CHECK): Likewise.
16530 (record_conversion_result): New function. Change all codes setting
16531 coding->result to call this function.
16532 (detect_coding_utf_8, decode_coding_utf_8)
16533 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
16534 Don't use the local variable incomplete.
16535 (emacs_mule_char): Change the second arg to `const'.
16536 (decode_coding): Fix of flushing out unprocessed data.
16537 (make_conversion_work_buffer): Fix making of a work buffer.
16538 (decode_coding_object): Return coding->dst_object.
16539
16540 * fontset.c (set_fontset_font): Fix args.
16541
16542 * lisp.h (CHARACTERBITS): Define as 22.
16543
16544 * process.c (send_process): Be sure to set coding->src_multibyte.
16545
16546 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
16547
165482008-02-01 Kenichi Handa <handa@m17n.org>
16549
16550 * xdisp.c (handle_auto_composed_prop): Give limit to
16551 Fnext_single_char_property_change.
16552
165532008-02-01 Kenichi Handa <handa@m17n.org>
16554
16555 * composite.c (syms_of_composite): Don't make the composition hash
16556 table weak.
16557
16558 * fontset.c (Fset_fontset_font): Fix docstring.
16559
16560 * lisp.h (detect_coding_system): Adjust prototype.
16561
16562 * fileio.c (kill_workbuf_unwind): Delete this function.
16563 (Finsert_file_contents): Adjust the call of detect_coding_system.
16564 Get conversion_buffer by code_conversion_save. Use the macro
16565 CODING_MAY_REQUIRE_DECODING. After decoding, update
16566 coding_system.
16567
16568 * coding.h (make_conversion_work_buffer): Delete extern.
16569 (code_conversion_save): Extern it.
16570
16571 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
16572 (CODING_GET_INFO): Delete argument eol_type. Change callers.
16573 (decode_coding_utf_8): Don't do eol converion.
16574 (detect_coding_utf_16): Check coding->src_chars, not
16575 coding->src_bytes. Add heuristics for those that have no signature.
16576 (decode_coding_emacs_mule, decode_coding_iso_2022)
16577 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16578 Don't do eol converion.
16579 (adjust_coding_eol_type): Return a new coding system.
16580 (detect_coding): Don't detect eol. Fix for utf-16 detection.
16581 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
16582 each change.
16583 (decode_coding): Pay attention to undo_list. Do eol conversion for
16584 all types of coding-systems (if necessary).
16585 (Vcode_conversion_work_buf_list): Delete it.
16586 (Vcode_conversion_reused_workbuf): Rename from
16587 Vcode_conversion_reused_work_buf.
16588 (Vcode_conversion_workbuf_name): New variable.
16589 (reused_workbuf_in_use): New variable.
16590 (make_conversion_work_buffer): Delete the arg DEPTH.
16591 (code_conversion_restore): Change argument to cons.
16592 (code_conversion_save): Delete the argument BUFFER. Change callers.
16593 (detect_coding_system): New argument src_chars. Change callers.
16594 Fix for utf-16 detection.
16595 (init_coding_once): Don't use ISO_carriage_return.
16596 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
16597 reused_workbuf_in_use.
16598
165992008-02-01 Kenichi Handa <handa@m17n.org>
16600
16601 * keymap.c (store_in_keymap): Pay attention to the case that idx
16602 is a cons specifying a character range.
16603
166042008-02-01 Kenichi Handa <handa@m17n.org>
16605
16606 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16607 HANDLED_RECOMPUTE_PROPS.
16608
16609 * coding.c (Fdefine_coding_system_internal): Fix checking of
16610 ascii compatibility.
16611
166122008-02-01 Kenichi Handa <handa@m17n.org>
16613
16614 * charset.c (find_charsets_in_text): Delete unused locale variable.
16615 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16616
16617 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16618 Resync charset_list to Vemacs_mule_charset_list.
16619
16620 * keymap.c (store_in_keymap): Pay attention to the case that idx
16621 is a cons specifying a character range.
16622
166232008-02-01 Kenichi Handa <handa@m17n.org>
16624
16625 * composite.c (update_compositions): Bind inhibit-read-only, etc
16626 to t before calling remove-list-of-text-properties.
16627
16628 * print.c (print_object): Always print ASCII chars as is.
16629
166302008-02-01 Kenichi Handa <handa@m17n.org>
16631
16632 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16633
16634 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16635 is a char table.
16636
166372008-02-01 Kenichi Handa <handa@m17n.org>
16638
16639 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16640
166412008-02-01 Kenichi Handa <handa@m17n.org>
16642
16643 * xfaces.c (set_lface_from_font_name): Fix for the case that
16644 FONTNAME is not fontset name.
16645
166462008-02-01 Kenichi Handa <handa@m17n.org>
16647
16648 * fns.c (base64_encode_1): Fix previous change.
16649
166502008-02-01 Kenichi Handa <handa@m17n.org>
16651
16652 * fontset.c (set_fontset_font): New function.
16653 (Fset_fontset_font): If a font is specified for a charset, use
16654 map_charset_chars to store the font spec in a fontset.
16655
166562008-02-01 Kenichi Handa <handa@m17n.org>
16657
16658 * fontset.c (fontset_face): Create a fallback fontset on demand.
16659 (make_fontset): Don't create a fallback fontset here.
16660 (free_face_fontset): Free a fallback fontset (if any) too.
16661 (n_auto_fontsets): Delete this variable.
16662 (auto_fontset_alist): New variable.
16663 (new_fontset_from_font_name): Check auto_fontset_alist.
16664 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16665 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16666 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16667 Defsubr Sfontset_list_all.
16668
166692008-02-01 Kenichi Handa <handa@m17n.org>
16670
16671 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16672
166732008-02-01 Kenichi Handa <handa@m17n.org>
16674
16675 * fontset.c (Fnew_fontset): Check NAME more rigidly.
16676
166772008-02-01 Kenichi Handa <handa@m17n.org>
16678
16679 * editfns.c (Fgoto_char): Fix docstring.
16680
166812008-02-01 Kenichi Handa <handa@m17n.org>
16682
16683 * insdel.c (insert_from_gap): Adjust intervals correctly.
16684
166852008-02-01 Jason Rumney <jasonr@gnu.org>
16686
16687 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16688 (pfnGetFontUnicodeRanges): New dynamically loaded function.
16689 (w32_initialize): Try to load it.
16690 (x_get_font_repertory): Use it if available.
16691 (w32_encode_char): Add shortcut for unicode output.
16692
16693 * w32fns.c (w32_load_system_font): Default charset to -1.
16694 (x_to_w32_charset): Match all fonts for unicode.
16695 (w32_to_x_charset): New parameter matching. Don't return partial
16696 or wildcard charsets.
16697 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16698 (w32_codepage_for_font): Return CP_UNICODE for unicode.
16699 (w32_to_x_font): Match charset to real charset.
16700 (enum_font_cb2): Always list unicode versions.
16701
16702 * makefile.w32-in (temacs): Increase EMHEAP.
16703
167042008-02-01 Jason Rumney <jasonr@gnu.org>
16705
16706 * w32term.c (w32_encode_char): New charset parameter.
16707 font_info.encoding becomes encoding_type.
16708 (x_get_font_repertory): New function. Warning: stub only!
16709 (x_new_font): Return quickly if font already set.
16710 (x_new_fontset): fontsetname parameter is Lisp_Object.
16711 Use new fs_query_fontset. Try new_fontset_from_font_name.
16712 Use fontset_name for return value.
16713
16714 * w32term.h: Declare x_get_font_repertory.
16715
16716 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16717 place of find_charset_in_text. Use encode_coding_object in place
16718 of encode_coding.
16719 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16720 decode_coding.
16721
16722 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16723 of x_new_fontset.
16724 (w32_load_system_font): Initialize charset as unicode.
16725 font_info.encoding becomes encoding_type.
16726 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16727 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16728 (syms_of_w32fns): Set get_font_repertory_func.
16729
16730 * w32console.c: Include character.h. Use terminal_encode_buffer
16731 from term.c.
16732 (write_glyphs): Use new version of encode_terminal_code. Use
16733 encode_coding_object in place of encode_coding.
16734
16735 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16736 encoding becomes encoding_type.
16737
16738 * term.c (terminal_encode_buffer): Make externally visible.
16739
16740 * makefile.w32-in: Add character.h dependancies.
16741 (character.o, chartab.o): New targets.
16742
167432008-02-01 Kenichi Handa <handa@m17n.org>
16744
16745 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16746 CODING_ID_EOL_TYPE.
16747
167482008-02-01 Andreas Schwab <schwab@suse.de>
16749
16750 * coding.c (produce_chars): Revert last change.
16751
167522008-02-01 Kenichi Handa <handa@m17n.org>
16753
16754 * charset.h (charset_unicode): Extern it.
16755
16756 * charset.c (string_xstring_p): Check by (C >= 0x100).
16757 (find_charsets_in_text): Change format of the arc CHARSETS. New
16758 arg MULTIBYTE.
16759 (Ffind_charset_region, Ffind_charset_string): Adjust for the
16760 change of find_charsets_in_text.
16761 (Fsplit_char): Fix doc. Never return unknown.
16762
16763 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16764
16765 * coding.c (Fdefine_coding_system_alias): Update
16766 Vcoding_system_list.
16767
16768 * fontset.c (load_font_get_repertory): Pay attention to the case
16769 that ENCODING of a font is specified by a char-table.
16770
16771 * xterm.c (x_get_font_repertory): Handle the case that the
16772 encoding of font is other than Unicode.
16773
167742008-02-01 Kenichi Handa <handa@m17n.org>
16775
16776 * term.c (encode_terminal_code): Don't handle glyph-table. Check
16777 if a character is encodable by the terminal coding system. If
16778 not, produces proper number of `?'s. Update
16779 terminal_encode_buffer and terminal_encode_buf_size if necessary.
16780 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16781
167822008-02-01 Kenichi Handa <handa@m17n.org>
16783
16784 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16785 variables.
16786 (encode_terminal_code): Change argument. Encode multiple
16787 characters at once. Store the result of encoding in
16788 terminal_encode_buffer.
16789 (write_glyphs, insert_glyphs): Adjust for the change of
16790 encode_terminal_code.
16791 (term_init): Initialize terminal_encode_buffer and
16792 terminal_encode_buf_size.
16793
16794 * coding.c (consume_chars): If coding->src_object is nil, don't
16795 check annotation.
16796
167972008-02-01 Kenichi Handa <handa@m17n.org>
16798
16799 * character.c (char_string): Use ASCII_CHAR_P instead of
16800 SINGLE_BYTE_CHAR_P.
16801
168022008-02-01 Kenichi Handa <handa@m17n.org>
16803
16804 * xdisp.c (handle_auto_composed_prop): Check if the last
16805 characters of auto-composed region is newly composed with the
16806 following characters.
16807 (handle_composition_prop): Fix checking of point being inside
16808 composition.
16809
168102008-02-01 Kenichi Handa <handa@m17n.org>
16811
16812 * fns.c (concat): Don't change multibyteness of the result by
16813 concatenating an 8-bit character.
16814
16815 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
16816 multibyteness of the result when newelt is an 8-bit character.
16817
168182008-02-01 Dave Love <fx@gnu.org>
16819
16820 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16821 EMACS_INT.
16822
16823 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16824
16825 * xfaces.c (face_numeric_value): Declare dim size_t.
16826 (Finternal_lisp_face_equal_p): Remove unused f.
16827
16828 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16829 (MATRIX_ROW): Remove unused vars.
16830 (draw_glyphs, x_insert_glyphs, fast_find_position)
16831 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16832 byte/char counts.
16833
16834 * regex.c (regex_compile): Remove unused var.
16835
16836 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16837
16838 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16839 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16840
16841 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16842
16843 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16844
16845 * fileio.c (Fwrite_region): Remove unused var.
16846
16847 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16848 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16849
16850 * composite.c (Fremove_list_of_text_properties): Declare.
16851
16852 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16853 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16854 (coding_inherit_eol_type): Remove unused attrs.
16855 (detect_coding): Cast arg of detect_eol.
16856
16857 * charset.c (syms_of_charset): Remove unused var p.
16858 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16859 byte/char counts.
16860
16861 * casetab.c (set_case_table): Remove unused var.
16862
16863 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16864 unused vars.
16865
168662008-02-01 Dave Love <fx@gnu.org>
16867
16868 * xterm.c (x_bitmap_mask): Declare.
16869
168702008-02-01 Dave Love <fx@gnu.org>
16871
16872 * xterm.c (x_term_init): Fix type error.
16873
16874 * lisp.h: Add Funibyte_char_to_multibyte.
16875
16876 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16877 (Fset_coding_system_priority): Doc fix.
16878
16879 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16880
16881 * indent.c (check_composition): Make start and end EMACS_INT.
16882
16883 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16884
16885 * xdisp.c (handle_composition_prop, check_point_in_composition):
16886 Make buffer positions EMACS_INT.
16887
16888 * composite.c (find_composition, run_composition_function)
16889 (update_compositions, Ffind_composition_internal): Make buffer
16890 positions EMACS_INT.
16891
16892 * composite.h (find_composition, update_compositions): Make
16893 position args EMACS_INT.
16894
16895 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16896
16897 * intervals.c (get_property_and_range):
16898 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16899
16900 * unexalpha.c: Don't include varargs.h.
16901
169022008-02-01 Dave Love <fx@gnu.org>
16903
16904 * coding.h (ENCODE_UTF_8): New.
16905
16906 * Makefile.in (gtkutil.o): Depend on coding.h.
16907
16908 * coding.c (Fset_coding_system_priority): Doc fix.
16909
169102008-02-01 Kenichi Handa <handa@m17n.org>
16911
16912 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16913 the case of auto saving.
16914
169152008-02-01 Andreas Schwab <schwab@suse.de>
16916
16917 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16918 `range' from GC.
16919
169202008-02-01 Kenichi Handa <handa@m17n.org>
16921
16922 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16923
169242008-02-01 Kenichi Handa <handa@m17n.org>
16925
16926 * fileio.c (choose_write_coding_system): Return a decided coding system.
16927 (Fwrite_region): Set Vlast_coding_system_used to the return value
16928 of choose_write_coding_system.
16929
169302008-02-01 Kenichi Handa <handa@m17n.org>
16931
16932 * charset.c (Fset_charset_priority): Pay attention to duplicated
16933 arguments.
16934
16935 * coding.c (QCcategory): New variable.
16936 (syms_of_coding): Defsym it. Set all elements of
16937 Vcoding_category_table and their symbol values.
16938 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16939 coding-category-XXX, and coding-category-list.
16940 (Fdefine_coding_system_internal): Add category in the plist.
16941
169422008-02-01 Kenichi Handa <handa@m17n.org>
16943
16944 * callproc.c (Fcall_process): Handle carryover correctly.
16945
16946 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16947 (raw_text_coding_system): Check NILP (coding_system).
16948 (coding_inherit_eol_type): Check NILP (coding_system) and
16949 NILP (parent).
16950 (consume_chars): Fix for the case of raw-text.
16951
16952 * process.c (read_process_output): Handle carryover correctly.
16953
169542008-02-01 Dave Love <fx@gnu.org>
16955
16956 * regex.c (re_search_2): Fix last change.
16957
169582008-02-01 Kenichi Handa <handa@m17n.org>
16959
16960 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16961 target_multibyte. Even in a unibyte case, return a converted
16962 multibyte char.
16963 (GET_CHAR_AFTER): New macro.
16964 (PATFETCH): Translate via multibyte char.
16965 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16966 (SETUP_MULTIBYTE_RANGE): New macro.
16967 (regex_compile): Setup compiled code so that its multibyteness
16968 matches that of a target. Fix the handling of "[X-YZ]" using
16969 SETUP_MULTIBYTE_RANGE.
16970 (analyse_first) <charset>: For filling fastmap for all multibyte
16971 characters, don't check by BASE_LEADING_CODE_P.
16972 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16973 the same as RE_MULTIBYTE_P (bufp) now.
16974 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16975 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16976 (TRANSLATE_VIA_MULTIBYTE): New macro.
16977 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16978 It is the same as RE_MULTIBYTE_P (bufp) now.
16979 <exactn>: Translate via multibyte.
16980 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16981 translate it.
16982 <charset, charset_not>: Fetch a character by
16983 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16984 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16985 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16986 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16987 by GET_CHAR_AFTER.
16988 (bcmp_translate): Likewise.
16989
16990 * search.c (compile_pattern): Check the member target_multibyte,
16991 not the member multibyte of buf.
16992
16993 * lread.c (read1): While reading a string, set force_singlebyte
16994 and force_multibyte correctly.
16995
16996 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16997 up of unibyte_to_multibyte_table.
16998
169992008-02-01 Kenichi Handa <handa@m17n.org>
17000
17001 * coding.c (setup_coding_system): If coding has
17002 post-read-conversion or pre-write-conversion, set
17003 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
17004 respectively.
17005 (decode_coding_gap): Run post-read-conversion if any.
17006
17007 * fileio.c (Finsert_file_contents): Even if we read into a
17008 unibyte buffer, check if we must decode the result or not.
17009
170102008-02-01 Kenichi Handa <handa@m17n.org>
17011
17012 * coding.c (make_conversion_work_buffer): Change the work buffer
17013 name to the same one as that of Emacs 21.
17014
170152008-02-01 Kenichi Handa <handa@m17n.org>
17016
17017 * coding.h (make_conversion_work_buffer): Adjust prototype.
17018 (code_conversion_restore): Don't extern it.
17019
17020 * coding.c (detected_mask): Delete unused variable.
17021 (decode_coding_iso_2022): Pay attention to the byte sequence of
17022 CTEXT extended segment, and retain those bytes as is.
17023 (decode_coding_ccl): Delete unused variable `valids'.
17024 (setup_coding_system): Delete unused variable `category'.
17025 (consume_chars): Delete unused variable `category'. Make it work
17026 for non-multibyte case.
17027 (make_conversion_work_buffer): Change argument.
17028 (saved_coding): Delete unused variable.
17029 (code_conversion_restore): Don't check saved_coding->destination.
17030 (code_conversion_save): New function.
17031 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
17032 instead of record_unwind_protect.
17033 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
17034 (detect_coding_system): Delete unused variable `mask'.
17035 (Fdefine_coding_system_internal): Delete unused variable id.
17036
17037 * fileio.c (kill_workbuf_unwind): New function.
17038 (Finsert_file_contents): On replacing, call
17039 make_conversion_work_buffer with correct args, and call
17040 record_unwind_protect with the first arg kill_workbuf_unwind.
17041
17042 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
17043
170442008-02-01 Kenichi Handa <handa@m17n.org>
17045
17046 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
17047 (fontset_add): Fix for the case that TO is less than TO1.
17048 (Ffontset_info): Don't use fallback fontset on checking the
17049 default fontset.
17050 (dump_fontset): New function for debugging.
17051
17052 * coding.c (Fdefine_coding_system_internal): Fix for the case that
17053 coding_type is Qcharset.
17054
170552008-02-01 Kenichi Handa <handa@m17n.org>
17056
17057 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
17058 (map_char_table): Don't inherit the value from the parent on
17059 initializing VAL. Adjust for the above change.
17060
170612008-02-01 Kenichi Handa <handa@m17n.org>
17062
17063 * coding.c (Qsignature, Qendian): Delete these variables.
17064 (syms_of_coding): Don't initialize them.
17065 (CATEGORY_MASK_UTF_16_AUTO): New macro.
17066 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
17067 detect_info->found.
17068 (decode_coding_utf_16): Don't detect BOM here.
17069 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
17070 is NOT utf_16_without_bom.
17071 (setup_coding_system): For a coding system of type utf-16, check
17072 if the attribute :endian is Qbig or not (not nil or not), and set
17073 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
17074 (detect_coding): If coding type is utf-16 and BOM detection is
17075 required, detect it.
17076 (Fdefine_coding_system_internal): For a coding system of type
17077 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
17078
170792008-02-01 Kenichi Handa <handa@m17n.org>
17080
17081 * coding.c (coding_set_source): Fix for the case that the current
17082 buffer is different from coding->src_object.
17083 (decode_coding_object): Don't use the conversion work buffer if
17084 DST_OBJECT is a buffer.
17085
170862008-02-01 Dave Love <fx@gnu.org>
17087
17088 * lread.c (read_emacs_mule_char) [len==2]: Index
17089 emacs_mule_charset correctly.
17090
170912008-02-01 Dave Love <fx@gnu.org>
17092
17093 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
17094 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
17095 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
17096 treated specially.)
17097 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
17098 (detected_mask): Remove Big5 bits.
17099
171002008-02-01 Kenichi Handa <handa@m17n.org>
17101
17102 The following changes are to make the font rescaling facility
17103 compatible with Emacs 21.
17104
17105 * xfaces.c (Vface_font_rescale_alist): Rename from
17106 Vface_resizing_fonts.
17107 (struct font_name): Rename member resizing_ratio to rescale_ratio.
17108 (font_rescale_ratio): Rename from font_resizing_ratio.
17109 (split_font_name): Set font->rescale_ratio.
17110 (better_font_p): Pay attention to font->rescale_ratio.
17111 (build_scalable_font_name): Likewise. Change RESX, and RESY
17112 fields.
17113 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
17114
171152008-02-01 Kenichi Handa <handa@m17n.org>
17116
17117 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
17118 (Qutf_16_le): Remove these variables.
17119 (syms_of_coding): Don't DEFSYM them.
17120 (decode_coding_utf_16): Fix handling of BOM.
17121 (encode_coding_utf_16): Fix handling of BOM.
17122
171232008-02-01 Kenichi Handa <handa@m17n.org>
17124
17125 * fileio.c (Finsert_file_contents): On replacing, before decoding
17126 the file into the work buffer, set point of the work buffer to the end.
17127
171282008-02-01 Dave Love <fx@gnu.org>
17129
17130 * coding.c (Fcheck_coding_systems_region): Fix type errors.
17131
171322008-02-01 Dave Love <fx@gnu.org>
17133
17134 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17135 and fix C types.
17136
171372008-02-01 Kenichi Handa <handa@m17n.org>
17138
17139 * xdisp.c (SKIP_GLYPHS): New macro.
17140 (set_cursor_from_row): Pay attention to string display properties.
17141
17142 * category.c (copy_category_entry): Fix for the case that RANGE
17143 is an integer.
17144
17145 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
17146
17147 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
17148
171492008-02-01 Kenichi Handa <handa@m17n.org>
17150
17151 * charset.c (Fcharset_id_internal): New function.
17152 (syms_of_charset): Defsubr it.
17153
17154 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
17155 with the last arg charset_list acquired from coding.
17156 (Fdefine_coding_system_internal): For ccl-based coding system, fix
17157 the attribute coding_attr_ccl_valids.
17158
17159 * coding.h (enum define_coding_ccl_arg_index): Set the first
17160 member coding_arg_ccl_decoder to coding_arg_max.
17161
17162 * ccl.h (ccl_driver): Adjust prototype.
17163
17164 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
17165 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 17166 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
17167 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
17168 last arg Qnil.
17169
171702008-02-01 Kenichi Handa <handa@m17n.org>
17171
17172 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
17173 call encode_char.
17174
17175 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
17176
171772008-02-01 Dave Love <fx@gnu.org>
17178
17179 * composite.c (syms_of_composite): Make composition_hash_table weak.
17180
171812008-02-01 Kenichi Handa <handa@m17n.org>
17182
17183 * dispextern.h (check_face_attributes, generate_ascii_font_name)
17184 (font_name_registry): Don't extern them.
17185 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
17186
17187 * fontset.h (Qfontset): Don't extern it.
17188 (new_fontset_from_font_name): Extern it.
17189
17190 * fontset.c: Give 8 extra slots to fontset objects.
17191 (Qfontset_info): New variable.
17192 (syms_of_fontset): Defsym it.
17193 (FONTSET_FALLBACK): New macro.
17194 (fontset_face): Try also the default fontset.
17195 (make_fontset): Realize a fallback fontset from the default fontset.
17196 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
17197 using split_font_name_into_vector and build_font_name_from_vector.
17198 (Fset_fontset_font): Access the elements of font_spec by enum
17199 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
17200 name by using split_font_name_into_vector.
17201 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
17202 generate a proper font name from the fontset name. Update
17203 Vfontset_alias_alist.
17204 (n_auto_fontsets): New variable.
17205 (new_fontset_from_font_name): New function.
17206 (Ffont_info): Store the information about fonts generated from the
17207 default fontset in the first extra slot of the returned char-table.
17208
17209 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
17210 (font_name_registry): Delete function.
17211 (split_font_name_into_vector): New function.
17212 (build_font_name_from_vector): New function.
17213 (font_list): The argument REGISTRY is now a list of registry names.
17214 (choose_face_font): If we are choosing an ASCII font, and ATTRS
17215 specifies an explicit font name, return the name as is. Make a
17216 list of registy names.
17217
17218 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
17219 of x_new_fontset.
17220 (Fx_create_frame): Don't call x_new_fontset here. Just use
17221 x_list_fonts to check the existence of fonts.
17222
17223 * xterm.h (x_new_fontset): Adjust prototype.
17224
17225 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
17226 string. Use new_fontset_from_font_name to create a fontset from a
17227 font name.
17228
172292008-02-01 Kenichi Handa <handa@m17n.org>
17230
17231 * syntax.c (Vfind_word_boundary_function_table): New name for
17232 Vnext_word_boundary_function_table.
17233 (find-word-boundary-function-table): New name for
17234 next-word-boundary-function-table.
17235
172362008-02-01 Dave Love <fx@gnu.org>
17237
17238 * Makefile.in: Fix some dependencies.
17239
17240 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
17241 set it to nil before returning.
17242
17243 * composite.c (update_compositions): Fix type error.
17244
17245 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
17246
172472008-02-01 Kenichi Handa <handa@m17n.org>
17248
17249 * xterm.c (x_new_font): Optimize for the case that the font is
17250 already set for the frame.
17251
172522008-02-01 Kenichi Handa <handa@m17n.org>
17253
17254 * chartab.c (char_table_ascii): Check if the char table contents
17255 is sub-char-table or not.
17256 (char_table_set, char_table_set_range): Fix argument to
17257 char_table_ascii.
17258
17259 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
17260 (detect_coding_utf_8, detect_coding_utf_16)
17261 (detect_coding_emacs_mule, detect_coding_iso_2022)
17262 (detect_coding_sjis, detect_coding_big5)
17263 (detect_coding_ccl, detect_coding_charset): Change argument MASK
17264 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
17265 sequence is valid in this coding system. Change callers.
17266 (MAX_ANNOTATION_LENGTH): New macro.
17267 (ADD_ANNOTATION_DATA): New macro.
17268 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
17269 ADD_ANNOTATION_DATA. Change the format of annotation data.
17270 (ADD_CHARSET_DATA): New macro.
17271 (emacs_mule_char): New argument ID. Change callers.
17272 (decode_coding_emacs_mule, decode_coding_iso_2022)
17273 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
17274 Produce charset annotation data in coding->charbuf.
17275 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
17276 to charset annotation data in coding->charbuf.
17277 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
17278 coding->common_flags if the coding system is iso-2022 based and
17279 uses designation.
17280 (produce_composition): Adjust for the new annotation data format.
17281 (produce_charset): New function.
17282 (produce_annotation): Handle charset annotation.
17283 (handle_composition_annotation, handle_charset_annotation): New
17284 functions.
17285 (consume_chars): Handle charset annotation. Utilize the above two
17286 functions.
17287 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
17288 buffer, get the deleted text as a string and set
17289 coding->src_object to that string.
17290 (detect_coding, detect_coding_system): Use the new struct
17291 coding_detection_info.
17292
17293 * coding.h (struct coding_detection_info): New structure.
17294 (struct coding_system): Adjust prototype of the member `detector'.
17295 (CODING_ANNOTATE_CHARSET_MASK): New macro.
17296
172972008-02-01 Kenichi Handa <handa@m17n.org>
17298
17299 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
17300
173012008-02-01 Dave Love <fx@gnu.org>
17302
17303 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
17304 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
17305 to new local and nullify apropos_accumulate before returning.
17306 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
17307
173082008-02-01 Kenichi Handa <handa@m17n.org>
17309
17310 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
17311 correctly.
e3eea1fc 17312
aac0c6e3
MR
173132008-02-01 Dave Love <fx@gnu.org>
17314
17315 * fns.c (Flanginfo): Call synchronize_system_time_locale.
17316
173172008-02-01 Kenichi Handa <handa@m17n.org>
17318
17319 The following changes are to make character composition happen
17320 automatically on displaying.
17321
17322 * Makefile.in (lisp, shortlisp): Add composite.elc.
17323
17324 * composite.h (Qauto_composed, Vauto_composition_function)
17325 (Qauto_composition_function): Extern them.
17326
17327 * composite.c (Vcomposition_function_table)
17328 (Qcomposition_function_table): Delete variables.
17329 (Qauto_composed, Vauto_composition_function)
17330 (Qauto_composition_function): New variables.
17331 (run_composition_function): Don't call
17332 compose-chars-after-function.
17333 (update_compositions): Clear `auto-composed' text property.
17334 (compose_chars_in_text): Delete this function.
17335 (syms_of_composite): Staticpro Qauto_composed and
17336 Qauto_composition_function. Declare Vauto_composition_function as
17337 a Lisp variable.
17338
17339 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
17340
17341 * xdisp.c (it_props): Add an entry for Qauto_composed.
17342 (handle_auto_composed_prop): New function.
17343
17344 * xselect.c (selection_data_to_lisp_data): Don't call
17345 compose_chars_in_text.
17346
173472008-02-01 Dave Love <fx@gnu.org>
17348
17349 * keyboard.c (read_char): Modify checking around use of
17350 Vkeyboard_translate_table.
17351
17352 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17353 and fix C types.
17354
173552008-02-01 Kenichi Handa <handa@m17n.org>
17356
17357 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
17358 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17359 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
17360 the case that the last byte is '\r' correctly.
17361 (decode_coding): Flush out the unprocessed data correctly.
17362 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
17363
173642008-02-01 Dave Love <fx@gnu.org>
17365
17366 * xterm.c (XTread_socket): Fix changes for defined keysyms.
17367 Add XK_ISO... case.
17368 (xaw_scroll_callback): Revert last change.
17369
173702008-02-01 Kenichi Handa <handa@m17n.org>
17371
17372 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
17373
173742008-02-01 Kenichi Handa <handa@m17n.org>
17375
17376 * xfaces.c (Vface_resizing_fonts): New variable.
17377 (struct font_name): New member `resizing_ratio'.
17378 (font_resizing_ratio): New function.
17379 (split_font_name): Set font->resizing_ratio.
17380 (better_font_p): Pay attention to font->resizing_ratio.
17381 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
17382 RESX, and RESY fields.
17383 (try_alternative_families): Try scalable fonts if
17384 Vscalable_fonts_allowed is not Qt.
17385 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
17386
173872008-02-01 Dave Love <fx@gnu.org>
17388
17389 * xterm.c (xaw_scroll_callback): Cast correctly.
17390
173912008-02-01 Dave Love <fx@gnu.org>
17392
17393 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
17394 (lispy_kana_keys): Comment out.
17395 (make_lispy_event) [XK_kana_A]: Comment out.
17396
17397 * xterm.c (xaw_scroll_callback): Cast call_data.
17398 (XTread_socket): Deal with ASCII keysyms.
17399 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
17400
174012008-02-01 Dave Love <fx@gnu.org>
17402
17403 * xterm.c (Vx_keysym_table): New.
17404 (syms_of_xterm): Initialize it.
17405 (XTread_socket): Use it.
17406 From head: Eliminate incorrect optimization that tried to avoid
17407 decoding the output of X*LookupString.
17408 (x_get_font_repertory): Delete charset declaration.
17409
174102008-02-01 Kenichi Handa <handa@m17n.org>
17411
17412 * coding.c (detect_coding_charset): If only ASCII bytes are found,
17413 return 0.
17414 (Fdefine_coding_system_internal): Setup
17415 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
17416
174172008-02-01 Dave Love <fx@gnu.org>
17418
17419 * coding.c (Fcheck_coding_system): Doc fix.
17420
17421 * editfns.c (Finsert_byte): Return a proper value.
17422
174232008-02-01 Kenichi Handa <handa@m17n.org>
17424
17425 * coding.c (decode_coding): Fix args to translate_chars. Pay
17426 attention to Vstandard_translation_table_for_decode.
17427 (encode_coding): Fix args to translate_chars. Pay attention to
17428 Vstandard_translation_table_for_encode.
17429
17430 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
17431 SINGLE_BYTE_CHAR_P.
17432
17433 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
17434 not by SINGLE_BYTE_CHAR_P.
17435
17436 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
17437 SINGLE_BYTE_CHAR_P.
17438
17439 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
17440 SINGLE_BYTE_CHAR_P.
17441
17442 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
17443 by SINGLE_BYTE_CHAR_P.
17444
17445 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
17446 SINGLE_BYTE_CHAR_P.
17447
174482008-02-01 Dave Love <fx@gnu.org>
17449
17450 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
17451
174522008-02-01 Dave Love <fx@gnu.org>
17453
17454 * fns.c (Flanginfo): Fix typo.
17455
17456 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
17457
174582008-02-01 Kenichi Handa <handa@m17n.org>
17459
17460 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
17461 (detect_coding_emacs_mule, detect_coding_iso_2022)
17462 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
17463 incomplete byte sequence. Don't update *mask when correctly detected.
17464 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
17465 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
17466 (detect_coding, detect_coding_system): Adjust for the changes above.
17467
174682008-02-01 Kenichi Handa <handa@m17n.org>
17469
17470 * character.c (char_string): Rename from
17471 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
17472 (string_char): Rename from string_char.
17473
17474 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
17475 if C is greater than MAX_3_BYTE_CHAR.
17476 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
17477 string_char instead of string_char_with_unification.
17478
174792008-02-01 Dave Love <fx@gnu.org>
17480
17481 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
17482
174832008-02-01 Kenichi Handa <handa@m17n.org>
17484
17485 * keymap.c (push_key_description): Pay attention to force_multibyte.
17486
17487 * regex.c (re_search_2): Fix for the case of unibyte buffer.
17488
174892008-02-01 Dave Love <fx@gnu.org>
17490
17491 * charset.c (define_charset_internal): Rename `supprementary'.
17492
17493 * Makefile.in (lisp, shortlisp): Remove latin-N.
17494
174952008-02-01 Dave Love <fx@gnu.org>
17496
17497 * xfns.c (x_window, x_window): Use use_xim.
17498
17499 * xterm.c (use_xim): Initialize.
17500 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17501 (x_term_init): Maybe set use_xim.
17502
17503 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17504
175052008-02-01 Kenichi Handa <handa@m17n.org>
17506
17507 * search.c (search_buffer): Fix case-fold-search of multibyte
17508 characters.
17509 (boyer_moore): Rename the last argument to char_high_bits.
17510
175112008-02-01 Kenichi Handa <handa@m17n.org>
17512
17513 * xdisp.c (display_string): Fix for the case of zero width glyph.
17514
17515 * xfns.c (x_set_font): Change the error message of the case that
17516 x_new_fontset returns Qt.
17517
17518 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
17519 (Finternal_set_lisp_face_attribute): Use signal_error for the
17520 error of invalid fontset.
17521
17522 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
17523 fontset, return Qt.
17524
175252008-02-01 Dave Love <fx@gnu.org>
17526
17527 * unexelf.c (unexec): Make .got handling not SGI-specific.
17528
17529 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
17530
17531 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
17532
17533 * keyboard.c (read_key_sequence): Fix type error.
17534
17535 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
17536 type error.
17537
17538 * fontset.c (fontset_add): Return Lisp_Object.
17539
175402008-02-01 Dave Love <fx@gnu.org>
17541
17542 * charset.h (charset_ordered_list_tick): Declare extern.
17543
175442008-02-01 Kenichi Handa <handa@m17n.org>
17545
17546 The following changes (and some of 2008-02-01 changes of mine) are
17547 for handling syntax, category, and case conversion for unibyte
17548 characters by converting them to multibyte on the fly. With these
17549 changes, we don't have to setup syntax and case tables for unibyte
17550 characters in each language environment.
17551
17552 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
17553 multibyte if necessary.
17554
17555 * bytecode.c (Fbyte_code): Likewise.
17556
17557 * character.h (LEADING_CODE_LATIN_1_MIN)
17558 (LEADING_CODE_LATIN_1_MAX): New macros.
17559 (unibyte_to_multibyte_table): Extern it.
17560 (unibyte_char_to_multibyte): New macro.
17561 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
17562 (CHAR_LEADING_CODE): New macro.
17563 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
17564
17565 * character.c (unibyte_to_multibyte_table): New variable.
17566 (unibyte_char_to_multibyte): Move to character.h and define as macro.
17567 (multibyte_char_to_unibyte): If C is an eight-bit character,
17568 convert it to the corresponding byte value.
17569
17570 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
17571 not 1, signals an error. Update the elements of
17572 unibyte_to_multibyte_table.
17573 (init_charset_once): Initialize unibyte_to_multibyte_table.
17574 (syms_of_charset): Define the charset `iso-8859-1'.
17575
17576 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
17577 as is without converting it to unibyte. In a unibyte buffer,
17578 convert C to multibyte before checking the syntax.
17579
17580 * lisp.h (unibyte_char_to_multibyte): Delete extern.
17581
17582 * minibuf.c (Fminibuffer_complete_word): Use the macro
17583 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
17584
17585 * regex.h (struct re_pattern_buffer): New member target_multibyte.
17586
17587 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
17588 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
17589 that is zero, convert an eight-bit char to multibyte.
17590 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
17591 non-emacs case.
17592 (PATFETCH): Convert an eight-bit char to multibyte.
17593 (HANDLE_UNIBYTE_RANGE): New macro.
17594 (regex_compile): Setup the compiled pattern for multibyte chars
17595 even if the given regex string is unibyte. Use PATFETCH_RAW
17596 instead of PATFETCH in many places. To handle `charset'
17597 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
17598 only for ASCII chars.
17599 (analyse_first) <exactn>: Simplify because the compiled pattern
17600 is multibyte.
17601 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
17602 <charset>: Use CHAR_LEADING_CODE to get leading codes.
17603 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
17604 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
17605 multibyte always 1.
17606 (re_search_2): In emacs, set the locale variable multibyte to 1,
17607 otherwise to 0. New local variable target_multibyte. Check it
17608 to decide the multibyteness of STR1 and STR2. If
17609 target_multibyte is zero, convert unibyte chars to multibyte
17610 before translating and checking fastmap.
17611 (TARGET_CHAR_AND_LENGTH): New macro.
17612 (re_match_2_internal): In emacs, set the locale variable multibyte
17613 to 1, otherwise to 0. New local variable target_multibyte. Check
17614 it to decide the multibyteness of STR1 and STR2. Use
17615 TARGET_CHAR_AND_LENGTH to fetch a character from D.
17616 <charset, charset_not>: If multibyte is nonzero, check fastmap
17617 only for ASCII chars. Call bcmp_translate with
17618 target_multibyte, not with multibyte.
17619 <begline>: Declare the local variable C as `unsigned'.
17620 (bcmp_translate): Change the last arg name to target_multibyte.
17621
17622 * search.c (compile_pattern_1): Don't adjust the multibyteness of
17623 the regexp pattern and the matching target. Set cp->buf.multibyte
17624 to the multibyteness of the regexp pattern. Set
17625 cp->but.target_multibyte to the multibyteness of the matching target.
17626 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17627 FETCH_STRING_CHAR_ADVANCE.
17628 (Freplace_match): Convert unibyte chars to multibyte.
17629
17630 * syntax.c (char_quoted, back_comment, scan_words)
17631 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17632 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17633 unibyte chars to multibyte.
17634 (skip_chars): Delete the arg syntaxp, and move the code for
17635 handling syntaxes to skip_syntaxes. Change callers.
17636 Fix the case that the multibyteness of STRING and the current
17637 buffer doesn't match.
17638 (skip_syntaxes): New function.
17639 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17640 SINGLE_BYTE_CHAR_P.
17641
176422008-02-01 Kenichi Handa <handa@m17n.org>
17643
17644 * xfaces.c (QCfontset): New variable.
17645 (LFACE_FONTSET): New macro.
17646 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17647 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17648 (Finternal_set_lisp_face_attribute)
17649 (Finternal_get_lisp_face_attribute): Handle QCfontset.
17650 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17651 check also LFACE_FONTSET_INDEX.
17652 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17653 attrs[LFACE_FONT_INDEX].
17654 (syms_of_xfaces): Intern and staticpro QCfontset.
17655
17656 * dispextern.h (enum lface_attribute_index): New member
17657 LFACE_FONTSET_INDEX.
17658
17659 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17660
176612008-02-01 Kenichi Handa <handa@m17n.org>
17662
17663 * coding.c (coding_set_destination): Fix coding->destination for
17664 the case converting a region.
17665 (encode_coding_utf_8): Encode eight-bit chars as single byte.
17666 (encode_coding_object): Fix coding->dst_pos and
17667 coding->dst_pos_byte for the case converting a region.
17668
17669 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17670
17671 * character.h (BYTE8_STRING): New macro.
17672
17673 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17674
176752008-02-01 Kenichi Handa <handa@m17n.org>
17676
17677 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17678 characters by octal form.
17679
17680 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17681
17682 * buffer.h (_fetch_multibyte_char_len): Delete extern.
17683 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17684 _fetch_multibyte_char_len.
17685 (FETCH_CHAR_AS_MULTIBYTE): New macro.
17686
17687 * casetab.c (set_canon, set_identity, shuffle): Simplify.
17688
17689 * casefiddle.c (casify_object): Simplify. Handle the case that
17690 the case conversion change the byte length.
17691 (casify_region): Likewise.
17692
17693 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17694
17695 * character.c (_fetch_multibyte_char_len): Delete this variable.
17696 (syms_of_character): Setup Vprintable_chars.
17697
17698 * editfns.c (Fchar_equal): Fix for the unibyte case.
17699 (Finsert_byte): New function.
17700 (syms_of_editfns): Defsubr it.
17701
17702 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17703 of direct code 0x3ffff.
17704
17705 * search.c (Freplace_match): Fix for the unibyte case.
17706
177072008-02-01 Kenichi Handa <handa@m17n.org>
17708
17709 * lread.c (safe_to_load_p): Fix the logic.
17710
17711 * syntax.c (scan_words): Don't treat characters belonging to
17712 different scripts as constituting a word.
17713
17714 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17715
17716 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17717
17718 * emacs.c (main): In the case of --unibyte, instead of aborting on
17719 finding non-empty buffer, make it unibyte.
17720
177212008-02-01 Kenichi Handa <handa@m17n.org>
17722
17723 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17724 to create a fontset.
17725
177262008-02-01 Dave Love <fx@gnu.org>
17727
17728 * character.c (Funibyte_char_to_multibyte): Doc fix.
17729
17730 * xfns.c [HAVE_STDLIB_H]: Fix last change.
17731
177322008-02-01 Kenichi Handa <handa@m17n.org>
17733
17734 * fontset.c (fontset_add): Make the type `int'.
17735 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17736
17737 * character.c (unibyte_char_to_multibyte)
17738 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17739 charset_unibyte, not charset_primary.
17740
17741 * charset.h (charset_unibyte): Extern it instead of charset_primary.
17742
17743 * charset.c (charset_unibyte): Rename from charset_primary.
17744 (Funibyte_charset): Rename from Fprimary_charset.
17745 (Fset_unibyte_charset): Rename from Fset_primary_charset.
17746 (syms_of_charset): Adjust for the above changes.
17747
17748 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17749 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17750 it->multibyte_p is zero.
17751
17752 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17753 Delete extern.
17754
177552008-02-01 Kenichi Handa <handa@m17n.org>
17756
17757 * coding.c (Fdefine_coding_system_internal): Fix category setting
17758 for a coding system of type iso-2022.
17759
177602008-02-01 Kenichi Handa <handa@m17n.org>
17761
17762 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17763
177642008-02-01 Kenichi Handa <handa@m17n.org>
17765
17766 * syntax.c (Vnext_word_boundary_function_table): New variable.
17767 (next-word-boundary-function-table): Declare it as a Lisp variable
17768 in syms_of_syntax.
17769 (scan_words): Call functions in Vnext_word_boundary_function_table
17770 if any.
17771
17772 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17773
17774 * fontset.c (fs_load_font): If fontp->charset is not negative,
17775 return fontp without setting its members.
17776
177772008-02-01 Dave Love <fx@gnu.org>
17778
17779 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17780
17781 * m/sparc.h (HAVE_ALLOCA): Delete.
17782
17783 * s/irix6-5.h: Don't include strings.h.
17784 (bcopy, bzero, bcmp): Don't undef.
17785
17786 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17787
17788 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17789 (TIOCSIGSEND): Don't test IRIX6.
17790 (bcopy, bzero, bcmp): Define conditionally.
17791
177922008-02-01 Kenichi Handa <handa@m17n.org>
17793
17794 * buffer.c (Qas, Qmake, Qto): New variables.
17795 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
17796 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17797
17798 * callproc.c (Fcall_process): Don't call insert_1_both directly if
17799 we are inserting a process output into a multibyte buffer.
17800
17801 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17802 multibyte_char_to_unibyte.
17803
17804 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17805 by the primary charset, make it eight-bit char.
17806 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17807
17808 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17809 (charset_8_bit__control, charset_8_bit_graphic)
17810 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17811 (define_charset_internal): New function.
17812 (syms_of_charset): Call define_charset_internal for pre-defined
17813 charsets.
17814
17815 * charset.h (charset_8_bit): Extern it.
17816
17817 * coding.c (make_conversion_work_buffer): Adjust for the change
17818 of Fset_buffer_multibyte.
17819 (encode_coding_raw_text): Increment p0 in the loop.
17820
17821 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17822
17823 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17824 for the change of Fset_buffer_multibyte.
17825
17826 * fns.c (Fstring_to_multibyte): New function.
17827 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17828
178292008-02-01 Dave Love <fx@gnu.org>
17830
17831 * xfns.c (x_put_x_image): Declare args.
17832
17833 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17834 (try_font_list): Declare an arg.
17835
17836 * xdisp.c (message2_nolog, set_message): Declare an arg.
17837
17838 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17839
17840 * syntax.c (scan_sexps_forward): Declare an arg.
17841
17842 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17843 Declare an arg.
17844
17845 * lisp.h (Fnew_fontset): Declare.
17846
17847 * keymap.c (push_key_description): Call CHARACTERP correctly.
17848
17849 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17850 (face_for_char): Delete unused vars.
17851 (Fset_fontset_font): Doc fix. Delete unused vars.
17852
17853 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17854
17855 * composite.c (update_compositions): Declare arg.
17856
17857 * cm.c (calccost, cmgoto): Declare args.
17858
17859 * charset.c: Remove `emacs' conditional. Doc fixes.
17860 (map_char_table_for_charset): Declare.
17861
17862 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17863
17864 * ccl.c: Remove `emacs' conditional.
17865
178662008-02-01 Kenichi Handa <handa@m17n.org>
17867
17868 The following changes are to allow specifying multiple font
17869 patterns for a character range (specified by script or charset).
17870
17871 * Makefile.in (abbrev.o): Depend on syntax.h.
17872 (xfaces.o): Depend on charset.h.
17873
17874 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17875 SINGLE_BYTE_CHAR_P.
17876
17877 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17878
17879 * character.h (Vchar_script_table): Extern it.
17880
17881 * character.c (Vscript_alist): Delete.
17882 (Vchar_script_table, Qchar_script_table): New variable.
17883 (syms_of_character): Declare Vchar_script_table as a lisp variable
17884 and initialize it.
17885
17886 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17887 have property char-table-extra-slots, make no extra slot.
17888
17889 * dispextern.h (struct face): Delete member `charset'.
17890 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17891 SINGLE_BYTE_CHAR_P.
17892 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17893 Add prototypes.
17894 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17895 (generate_ascii_font_name): Rename from generate_ascii_font.
17896
17897 * fontset.h (get_font_repertory_func): New prototype.
17898 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17899 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17900
17901 * fontset.c (Qprepend, Qappend): New variables.
17902 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17903 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17904 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17905 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17906 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17907 (load_font_get_repertory): New functions.
17908 (fontset_set): Delete.
17909 (fontset_face): New arg FACE. Return face ID, not face.
17910 Complete re-write to handle new fontset structure. Change caller.
17911 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17912 (face_for_char): Don't call lookup_face.
17913 (make_fontset_for_ascii_face): New arg FACE.
17914 (fs_load_font): New arg CHARSET_ID. Don't check
17915 Vfont_encoding_alist here.
17916 (find_font_encoding): New function.
17917 (list_fontsets): Use STRINGP, not ! NILP.
17918 (accumulate_script_ranges): New function.
17919 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17920 re-written to handle new fontset structure.
17921 (Ffontset_font): Return a copy of element.
17922 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17923 docstring of font-encoding-alist.
17924
17925 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17926 (Fset_fotset_font): Fix arguments to 5.
17927
17928 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17929
17930 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17931 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17932 (highlight_trailing_whitespace): Adjust for the change of
17933 lookup_named_face.
17934
17935 * xfaces.c: Include charset.h.
17936 (load_face_font): Delete argument C. Change caller.
17937 (generate_ascii_font_name): Rename from generate_ascii_font.
17938 (font_name_registry): New function.
17939 (cache_face): Store ascii faces before non-ascii faces in buckets.
17940 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17941 Lookup only ascii faces.
17942 (lookup_non_ascii_face): New function.
17943 (lookup_named_face): Delete argument C. Change caller.
17944 (lookup_derived_face): Delete argument C. Change caller.
17945 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17946 a string, just call font_list with it.
17947 (choose_face_font): Delete arguments FACE and C. New arg
17948 FONT_SPEC. Change caller.
17949 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17950 Change caller.
17951 (realize_non_ascii_face): New function.
17952 (realize_x_face): Call load_face_font here.
17953 (realize_tty_face): Delete argument C. Change caller.
17954 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17955 get a face ID.
17956 (dump_realized_face): Don't print charset of FACE.
17957
17958 * xfns.c (x_set_font): Always call x_new_fontset and
17959 store_frame_parameter.
17960 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17961 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17962
17963 * xterm.h (x_get_font_repertory): Extern it.
17964
17965 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17966 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17967 it->multibyte_p is zero.
17968 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17969 (x_new_fontset): If FONTSETNAME doesn't match any existing
17970 fontsets, create a new one.
17971 (x_get_font_repertory): New function.
17972
179732008-02-01 Kenichi Handa <handa@m17n.org>
17974
17975 * coding.c (Ffind_coding_systems_region_internal): Detect an
17976 ASCII only string correctly.
17977
17978 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17979 version is 0.
17980
179812008-02-01 Kenichi Handa <handa@m17n.org>
17982
17983 * lread.c: Include "coding.h".
17984 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17985 (load_each_byte, unread_char): New variables.
17986 (readchar_backlog): Delete.
17987 (readchar): Return a character unless load_each_byte is nonzero.
17988 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17989 cons. If unread_char is not -1, simply return it.
17990 (unreadchar): Handle the case that readcharfun is
17991 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17992 (read_multibyte): Delete.
17993 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17994 (read_emacs_mule_char): New functions.
17995 (Fload): Even if the file doesn't have the extension ".elc", if
17996 safe_to_load_p returns a positive version number, assume that the
17997 file contains bytecompiled code. If the version is less than 22,
17998 load the file while decoding multibyte sequences by emacs-mule.
17999 (readevalloop): Don't use readchar_backlog.
18000 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
18001 (Fread_from_string): Pay attention to the case that STREAM is a cons.
18002 (read_escape): Delete the arg BYTEREP.
18003 (read1): Set load_each_byte to 1 temporarily while handling
18004 #@NUMBER. Don't call read_multibyte.
18005 (read_vector): Call Fread with a cons. If readcharfun is
18006 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
18007 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
18008 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
18009 and Qload_force_doc_strings.
18010
180112008-02-01 Kenichi Handa <handa@m17n.org>
18012
18013 * xdisp.c (face_before_or_after_it_pos): Call
18014 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
18015
180162008-02-01 Kenichi Handa <handa@m17n.org>
18017
18018 * character.h (TRAILING_CODE_P): New macro.
18019 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
18020 (string_char_with_unification): Fix prototype.
18021 (Vscript_alist): Extern it.
18022
18023 * character.c (Vscript_alist): New variable.
18024 (string_char_with_unification, str_as_unibyte)
18025 (string_escape_byte8): Add `const' to local variables.
18026 (syms_of_character): Declare script-alist as a Lisp variable.
18027
18028 * charset.h (Vcharset_ordered_list): Extern it.
18029 (charset_ordered_list_tick): Extern it.
18030 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
18031 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
18032 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
18033 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
18034 (Funify_charset): Adjust for the change of Funify_charset.
18035
18036 * charset.c (charset_ordered_list_tick): New variable.
18037 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
18038 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
18039 deunify intead of unify a charset.
18040 (string_xstring_p): Add `const' to local variables.
18041 (find_charsets_in_text): Add `const' to arguments and local variables.
18042 (encode_char): Adjust for the change of Funify_charset. Fix
18043 detecting of invalid code.
18044 (Fset_charset_priority): Increment charset_ordered_list_tick.
18045 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
18046 and TO_CODE.
18047
18048 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
18049 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
18050 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
18051 (decode_coding_ccl, consume_chars)
18052 (Ffind_coding_systems_region_internal)
18053 (Fcheck_coding_systems_region): Add `const' to local variables.
18054
18055 * print.c (print_object): Use octal form for printing the
18056 contents of a bool vector.
18057
180582008-02-01 Dave Love <fx@gnu.org>
18059
18060 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
18061 <version == 20>: Refuse to load.
18062
180632008-02-01 Dave Love <fx@gnu.org>
18064
18065 * fns.c: Move coding.h.
18066 (Qcodeset, Qdays, Qmonths): New.
18067 (concat): Use CHARACTERP instead of INTEGERP.
18068 (Flocale_codeset): Delete.
18069 (Flanginfo): New function.
18070 (syms_of_fns): Change accordingly.
18071
18072 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
18073
180742008-02-01 Dave Love <fx@gnu.org>
18075
18076 * casetab.c (init_casetab_once, init_casetab_once): Fix
18077 CHAR_TABLE_SET call.
18078
18079 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
18080
18081 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
18082
18083 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
18084 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
18085 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
18086
18087 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
18088
18089 * coding.c (ENCODE_DESIGNATION, decode_eol)
18090 (make_conversion_work_buffer, code_conversion_restore)
18091 (Fdefine_coding_system_internal): Convert Lisp types.
18092 (code_conversion_restore): Use EQ, not ==.
18093 (Fencode_coding_string): Fix code_convert_string call.
18094
18095 * coding.h (code_convert_region): Fix prototype.
18096
18097 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
18098
18099 * fontset.c (fontset_ref, fontset_set, fs_load_font)
18100 (Ffontset_info): Convert Lisp types.
18101
18102 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
18103
18104 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
18105
18106 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
18107
18108 * chartab.c: Include "...h", not <...h> in some cases.
18109
18110 * callproc.c (Fcall_process): Remove unused variables.
18111
181122008-02-01 Dave Love <fx@gnu.org>
18113
18114 * coding.c (Fset_coding_system_priority): Allow null arg list.
18115
181162008-02-01 Dave Love <fx@gnu.org>
18117
18118 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18119 (Fself_insert_and_exit): Use CHARACTERP.
18120
18121 * callproc.c (Fcall_process): Remove unused vars.
18122
18123 * xterm.c (XTread_socket): Add extra dead keysyms.
18124
18125 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
18126
18127 * dispextern.h: Remove prototypes for redraw_frame,
18128 redraw_garbaged_frames.
18129
18130 * cmds.c (Fself_insert_command): Use CHARACTERP.
18131
18132 * chartab.c (make_sub_char_table): Remove unused var.
18133 (Fset_char_table_default, Fmap_char_table): Doc fix.
18134
18135 * keymap.c (access_keymap): Remove generic char code.
18136 (push_key_description): Use CHARACTERP.
18137
181382008-02-01 Dave Love <fx@gnu.org>
18139
18140 * charset.c: Doc fixes.
18141 (Funify_charset): Extra checking.
18142
181432008-02-01 Dave Love <fx@gnu.org>
18144
18145 * lread.c: Remove some unused variables.
18146 (safe_to_load_p): If safe, return the magic number version byte.
18147 (Fload): Maybe use load-with-code-conversion.
18148
181492008-02-01 Kenichi Handa <handa@m17n.org>
18150
18151 * category.c (Fmodify_category_entry): Don't modify the contents
18152 of category_set for characters out of the range. Avoid
18153 unnecessary modification.
18154
18155 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
18156 Vchar_unify_table. The default value of the table is now nil.
18157
18158 * character.c (syms_of_character): Setup Vchar_width_table for
18159 eight-bit-control and raw-byte chars.
18160
18161 * charset.h (enum define_charset_arg_index): Delete
18162 charset_arg_parents and add charset_arg_subset and
18163 charset_arg_superset.
18164 (enum charset_attr_index): Delete charset_parents and add
18165 charset_subset and charset_superset.
18166 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
18167 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
18168 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
18169 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
18170 (CHARSET_SUPERSET): New macros.
18171 (charset_work): Extern it.
18172 (ENCODE_CHAR): Use charset_work.
18173 (CHAR_CHARSET_P): Adjust for the change of encoder format.
18174 (map_charset_chars): Extern it.
18175
18176 * charset.c (load_charset_map): Set the default value of encoder
18177 and deunifier char-tables to nil.
18178 (map_charset_chars): Change argument. Change callers. Use
18179 map_char_table_for_charset instead of map_char_table.
18180 (Fmap_charset_chars): New optional args from_code and to_code.
18181 (Fdefine_charset_internal): Adjust for the change of
18182 `define-charset' (:parents -> :subset or :superset).
18183 (charset_work): New variable.
18184 (encode_char, syms_of_charset): Adjust for the change of
18185 Fdefine_charset_internal.
18186 (Ffind_charset_string): Setup the vector `charsets' correctly.
18187
18188 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
18189 the previous change.
18190 (char_table_ref_and_range): Adjust for the above change.
18191 (map_sub_char_table_for_charset): New function.
18192 (map_char_table_for_charset): New function.
18193
18194 * keymap.c (describe_vector): Handle a char-table directly here.
18195 (describe_char_table): Delete.
18196
18197 * lisp.h (map_charset_chars): Delete.
18198
181992008-02-01 Dave Love <fx@gnu.org>
18200
18201 * fns.c (count_combining): Comment out (unused).
18202 (Flocale_codeset): New.
18203 (syms_of_fns): Defsubr it.
18204
18205 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
18206 (size_t): Remove.
18207
182082008-02-01 Dave Love <fx@gnu.org>
18209
18210 * Makefile.in (chartab.o): Depend on charset.h.
18211
182122008-02-01 Kenichi Handa <handa@m17n.org>
18213
18214 * character.c (syms_of_character): Set the default value of
18215 Vprintable_chars to Qnil.
18216
182172008-02-01 Dave Love <fx@gnu.org>
18218
18219 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
18220
182212008-02-01 Kenichi Handa <handa@m17n.org>
18222
18223 * charset.c (load_charset_map): Handle the case that from < to
18224 correctly.
18225
18226 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
18227 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
18228 Pay attention to raw-8-bit chars.
18229
182302008-02-01 Kenichi Handa <handa@m17n.org>
18231
18232 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
18233 It is not bytecompiled now.
18234
18235 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
18236 (charset_jisx0208): New variables.
18237 (Fdefine_charset_internal): Setup them if appropriate.
18238 (init_charset_once): Initialize them to -1.
18239
18240 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
18241 (charset_jisx0208): Extern them.
18242
18243 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
18244 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
18245 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
18246 (setup_iso_safe_charsets): Fix arguments to Fassq.
18247 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
18248 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
18249 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
18250 (encode_coding_iso_2022): Change the 1st arg to
18251 ENCODE_ISO_CHARACTER to a variable.
18252
182532008-02-01 Kenichi Handa <handa@m17n.org>
18254
18255 * charset.h (enum define_charset_arg_index): New enums
18256 charset_arg_min_code and charset_arg_max_code.
18257 (struct charset): New member char_index_offset.
18258
18259 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
18260 Take charset->char_index_offset into account.
18261 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
18262 args[charset_arg_max_code]. Setup charset.char_index_offset.
18263 (syms_of_charset): Fix args to Fdefine_charset_internal.
18264
182652008-02-01 Dave Love <fx@gnu.org>
18266
18267 * coding.c (decode_coding_utf_8): Reject overlong sequences.
18268
182692008-02-01 Dave Love <fx@gnu.org>
18270
18271 * coding.c: Doc fixes.
18272 (Fcoding_system_aliases): Fix return value.
18273 (Qmac): Remove (duplicated) definition.
18274
182752008-02-01 Dave Love <fx@gnu.org>
18276
362654a6
JB
18277 * charset.c (Fcharset_priority_list, Fset_charset_priority):
18278 New functions.
aac0c6e3
MR
18279
18280 * character.c (Fstring): Doc fix.
18281
18282 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
18283
362654a6 18284 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
18285 (font-encoding-alist): Doc fix.
18286
182872008-02-01 Dave Love <fx@gnu.org>
18288
18289 * term.c (costs_set): Declare static, non-initialized for pcc.
18290 (encode_terminal_code): Remove unused var.
18291
18292 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
18293 for K&R.
18294
18295 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
18296
18297 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
18298 (suffixes): Move out of make_subsidiaries for K&R.
18299
18300 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
18301
18302 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
18303
183042008-02-01 Dave Love <fx@gnu.org>
18305
18306 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
18307
18308 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
18309
183102008-02-01 Yong Lu <lyongu@asia-infonet.com>
18311
18312 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
18313
18314 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
18315
183162008-02-01 Kenichi Handa <handa@m17n.org>
18317
18318 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
18319 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
18320
183212008-02-01 Kenichi Handa <handa@m17n.org>
18322
18323 * coding.c (decode_coding_charset): Adjust for the change of
18324 Fdefine_coding_system_internal.
18325 (Fdefine_coding_system_internal): For a coding system of
18326 `charset' type, store a list of charset IDs in
18327 `charset_attr_charset_valids' element of coding attributes.
18328
183292008-02-01 Kenichi Handa <handa@m17n.org>
18330
18331 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
18332 (emacs_mule_char): New arg src. Delete arg `composition'. Change
18333 caller. Handle 2-byte and 3-byte charsets correctly.
18334 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
18335 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
18336 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
18337 (DECODE_EMACS_MULE_21_COMPOSITION): Call
18338 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
18339 sequence.
18340 (decode_coding_emacs_mule): Handle composition correctly. Rewind
18341 `src' and `consumed_chars' correctly before calling emacs_mule_char.
18342 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
18343 and alt&rule composition.
18344 (decode_coding_iso_2022): Handle composition correctly.
18345 (init_coding_once): Setup emacs_mule_bytes for private charsets.
18346
18347 * charset.c (Fdefine_charset_internal): Fix bug for the case of
18348 re-defining a charset. If the charset has :emacs-mule-id, setup
18349 emacs_mule_bytes.
18350 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
18351
183522008-02-01 Kenichi Handa <handa@m17n.org>
18353
18354 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
18355 (encode_coding_big5, encode_coding_charset): If coding requires safe
18356 encoding, produce a character specified by
18357 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
18358
183592008-02-01 Dave Love <fx@gnu.org>
18360
18361 * xterm.c (XSetIMValues): Declare.
18362
18363 * process.c: Conditionally include sys/wait.h, pty.h.
18364
18365 * print.c (print_object): Fix print format for 64-bit systems.
18366
18367 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
18368
18369 * buffer.c (emacs_strerror): Declare.
18370
18371 * fontset.c (Fclear_face_cache): Declare.
18372 (accumulate_font_info): Comment-out (unused).
18373 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
18374 variables.
18375
18376 * character.h (string_escape_byte8): Declare.
18377
18378 * charset.c (load_charset_map, load_charset_map_from_file): Remove
18379 unused vars.
18380 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
18381 (Fmap_charset_chars): Doc fix.
18382
18383 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
18384 (Fset_coding_system_priority, Fset_coding_system_priority)
18385 (Fdefine_coding_system_internal): Doc fix.
18386
183872008-02-01 Dave Love <fx@gnu.org>
18388
18389 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
18390
183912008-02-01 Kenichi Handa <handa@m17n.org>
18392
18393 * character.c (string_escape_byte8): Make multibyte string with
18394 correct size.
18395
18396 * charset.c (Fmake_char): Delete unnecessary code.
18397
183982008-02-01 Kenichi Handa <handa@m17n.org>
18399
18400 * xfns.c (x_encode_text): Allocate coding.destination here, and
18401 call encode_coding_object with dst_object Qnil.
18402
18403 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
18404 multibyte form correctly.
18405
18406 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
18407 against Vfont_encoding_alist.
18408
18409 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
18410 handling of charset list.
18411 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
18412 (decode_coding_object): Move point to coding->dst_pos before
18413 calling post-read-conversion function.
18414 (encode_coding_object): Give correct arguments to
18415 pre-write-conversion. Ignore the return value of
18416 pre-write-conversion function. Pay attention to the case that
18417 pre-write-conversion changes the current buffer. If dst_object is
18418 Qt, even if coding->src_bytes is zero, allocate at least one byte
18419 to coding->destination.
18420
18421 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
18422
18423 * charset.c (Fmake_char): Make it more backward compatible.
18424 (Fmap_charset_chars): Fix docstring.
18425
184262008-02-01 Dave Love <fx@gnu.org>
18427
18428 * coding.c: Doc fixes.
18429 (Fdefine_coding_system_alias): Use names, not symbols, in
18430 coding-system-alist.
18431
184322008-02-01 Kenichi Handa <handa@m17n.org>
18433
18434 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
18435 of calling free_realized_face.
18436
184372008-02-01 Yong Lu <lyongu@asia-infonet.com>
18438
18439 * charset.c (read_hex): Don't treat SPC as a comment starter.
18440 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
18441 (Fdecode_char): Fix typo.
18442
184432008-02-01 Kenichi Handa <handa@m17n.org>
18444
18445 * charset.h (struct charset): New member `code_space_mask'.
18446
18447 * coding.c (coding_set_source): Delete the local variable beg_byte.
18448 (encode_coding_charset, Fdefine_coding_system_internal):
18449 Delete the local variable charset.
18450 (Fdefine_coding_system_internal): Setup
18451 attrs[coding_attr_charset_valids] correctly.
18452
18453 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
18454 member to check if CODE is valid or not.
18455 (Fdefine_charset_internal): Initialize `code_space_mask' member.
18456 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
18457 is within the range of charset->min_code and carset->max_code.
18458
184592008-02-01 Dave Love <fx@gnu.org>
18460
18461 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
18462
18463 * dispextern.h (generate_ascii_font): Fix return type.
18464
18465 * xfaces.c (generate_ascii_font): Fix arg declaration.
18466
18467 * coding.c (coding_inherit_eol_type)
18468 (Fset_terminal_coding_system_internal)
18469 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
18470
184712008-02-01 Kenichi Handa <handa@m17n.org>
18472
18473 * coding.c (decode_coding_charset, encode_coding_charset): Handle
18474 multiple charsets correctly.
18475
184762008-02-01 Kenichi Handa <handa@m17n.org>
18477
18478 * search.c (boyer_moore): Fix handling of multibyte character
18479 translation.
18480
18481 * xdisp.c (display_mode_element): When the variable `elt' is
18482 changed, update `this' and `lisp_string'.
18483
184842008-02-01 Kenichi Handa <handa@m17n.org>
18485
18486 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
18487
18488 * callproc.c (Fcall_process): Be sure to give the current buffer
18489 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
18490
18491 * charset.c (struct charset_map_entries): New struct.
18492 (load_charset_map): Rename from parse_charset_map. New args
18493 entries and n_entries. Change caller.
18494 (load_charset_map_from_file): Rename from load_charset_map.
18495 Change caller. New arg control_flag. Call load_charset_map at
18496 the tail.
18497 (load_charset_map_from_vector): New function.
18498 (Fdefine_charset_internal): Setup charset.compact_codes_p.
18499 (encode_char): If the charset is compact, change a character index
18500 to a code point.
18501
18502 * coding.c (coding_alloc_by_making_gap): Check the case that the
18503 source and destination are the same correctly.
18504 (decode_coding_raw_text): Set coding->consumed_char and
18505 coding->consumed to 0.
18506 (produce_chars): If coding->chars_at_source is nonzero, update
18507 coding->consumed_char and coding->consumed before calling
18508 alloc_destination.
18509 (Fdefine_coding_system_alias): Register ALIAS in
18510 Vcoding_system_alist.
18511 (syms_of_coding): Define `no-conversion' coding system at the tail.
18512
18513 * fileio.c (Finsert_file_contents): Set coding_system instead of
18514 val. If the current buffer is multibyte, always call
18515 decode_coding_gap.
18516
18517 * xfaces.c (try_font_list): Give higher priority to fontset's
18518 family than face's family.
18519
185202008-02-01 Kenichi Handa <handa@m17n.org>
18521
18522 * callproc.c (Fcall_process): Be sure to give the current buffer
18523 to decode_coding_c_string.
18524
18525 * xfaces.c (try_font_list): Give a family specified in a fontset
18526 higher priority than a family specified in a face.
18527
185282008-02-01 Kenichi Handa <handa@m17n.org>
18529
18530 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
18531 Fix arguments to insert_from_buffer.
18532
18533 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
18534
185352008-02-01 Kenichi Handa <handa@m17n.org>
18536
18537 * coding.c (produce_chars): Set the variable `multibytep' correctly.
18538 (decode_coding_gap): Set coding->dst_multibyte correctly.
18539
185402008-02-01 Kenichi Handa <handa@m17n.org>
18541
18542 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
18543 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
18544 (encode_coding_utf_16): Substitute coding->default_char for
18545 non-Unicode characters.
18546 (decode_coding): Don't call record_insert here.
18547 (setup_coding_system): Initialize `surrogate' of
18548 coding->spec.utf_16 to 0.
18549 (EMIT_ONE_BYTE): Fix for multibyte case.
18550
18551 * insdel.c (insert_from_gap): Call record_insert.
18552
185532008-02-01 Kenichi Handa <handa@m17n.org>
18554
18555 * casefiddle.c (casify_region): Fix multibyte case.
18556
18557 * character.c (c_string_width): Add return type `int'.
18558 (char_string_with_unification): Delete arg ADVANCED.
18559
18560 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
18561 (CHAR_STRING): Adjust for the change of char_string_with_unification.
18562 (CHAR_STRING_ADVANCE): Make it do-while statement.
18563
18564 * chartab.c (sub_char_table_set_range): Optimize for the case
18565 DEPTH == 3. Add workaround code for a GCC optimization bug.
18566
18567 * charset.c (parse_charset_map): Remove an unused variable.
18568
18569 * coding.c: Delete unused variables.
18570
18571 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
18572 earlier. If inserted is zero and the coding system doesn't
18573 require flushing, don't call decode_coding_gap.
18574
18575 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
18576
185772008-02-01 Kenichi Handa <handa@m17n.org>
18578
18579 The following changes are for using Unicode as an internal
18580 character model, and use UTF-8 format for buffer/string
18581 representation.
18582
18583 * .gdbinit (xchartable): Adjust for the change of char table structure.
18584 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
18585
18586 * Makefile.in (obj): Add character.o and chartab.o.
18587 (lisp, shortlisp): Remove utf-8.elc.
18588 (*.o): For many files, change dependency on charset.h to
18589 character.h, and add dependency on character.h.
18590 (character.o, chartab.o): New targets.
18591
18592 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
18593 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
18594 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
18595 of "charset.h".
18596
18597 * dired.c, filelock.c: Include "character.h".
18598
18599 * alloc.c: Include "character.h" instead of "charset.h".
18600 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
18601 (syms_of_alloc): Remove defsubr for Smake_char_table.
18602
18603 * buffer.c: Include "character.h" instead of "charset.h", don't
18604 include "coding.h".
18605 (Fset_buffer_multibyte): Adjust for UTF-8.
18606
18607 * buffer.h: EXFUN Fbuffer_live_p.
18608
18609 * callproc.c: Include "character.h" instead of "charset.h".
18610 (Fcall_process): Big change for the new code-conversion APIs.
18611
18612 * casetab.c: Include "character.h" instead of "charset.h".
18613 (set_canon, set_identity, shuffle): Adjust for the new
18614 map_char_table spec.
18615 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18616 accessing the char table structure.
18617
18618 * chartab.c: New file that implements char table.
18619
18620 * category.c: Include "character.h".
18621 (copy_category_entry): New function.
18622 (copy_category_table): Call map_char_table and copy_category_entry.
18623 (Fmake_category_table): Initialize all top-level slots.
18624 (char_category_set): New function.
18625 (modify_lower_category_set): Delete.
18626 (Fmodify_category_entry): Call char_table_ref_and_range.
18627
18628 * category.h (CATEGORY_SET): Just call char_category_set.
18629
18630 * ccl.c: Include "character.h".
18631 (Qccl, Qcclp): New variables.
18632 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18633 it's less than 256.
18634 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18635 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18636 and DST type.
18637 (ccl_driver): Change types of argument, adjust code accordingly.
18638 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18639 ccl_driver.
18640 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18641
18642 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18643 New members src_multibyte, dst_multibyte, consumed, and produced.
18644 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
18645 (CODING_SPEC_CCL_PROGRAM): New macro.
18646 (ccl_driver): Update prototype.
18647 (Qccl, Qcclp, Fccl_program_p): Extern them.
18648 (CHECK_CCL_PROGRAM): New macro.
18649
18650 * character.c, character.h, chartab.c: New files.
18651
18652 * charset.c: Mostly re-written. Move character and multibyte sequence
18653 handling codes to character.c.
18654
18655 * charset.h: Mostly re-written. Move character and multibyte sequence
18656 handling codes to character.h.
18657
18658 * coding.c, coding.h: Mostly re-written.
18659
18660 * composite.c: Include "character.h" instead of "charset.h".
18661 (CHAR_WIDTH): Move to character.h.
18662 (HASH_KEY, HASH_VALUE): Delete.
18663
18664 * composite.h (enum composition_method): Change order of enumeration
18665 symbols.
18666
18667 * data.c: Include "character.h" instead of "charset.h".
18668 (Faref): Call CHAR_TABLE_REF for a char table.
18669 (Faset): Call CHAR_TABLE_SET for a char table.
18670
18671 * dispextern.h (free_realized_face, check_face_attribytes)
18672 (generate_ascii_font): Extern them.
18673 (free_realized_multibyte_face): Delete extern.
18674
18675 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18676 table structure.
18677
18678 * editfns.c: Include "character.h" instead of "charset.h".
18679 (Fchar_to_string): Always call CHAR_STRING.
18680
18681 * emacs.c (main): Call init_charset_once, init_charset,
18682 syms_of_chartab, and syms_of_character.
18683
18684 * fileio.c: Include "character.h" instead of "charset.h".
18685 (Finsert_file_contents): Big change for the new code-conversion API.
18686 (choose_write_coding_system, Fwrite_region): Likewise.
18687 (build_annotations_2): Delete.
18688 (e_write): Big change for the new code-conversion API.
18689
18690 * fns.c: Include "character.h" instead of "charset.h".
18691 (copy_sub_char_table): Move to chartab.c.
18692 (Fcopy_sequence): Call copy_char_table for a char table.
18693 (concat): Delete codes calling count_multibyte.
18694 (string_char_to_byte, string_byte_to_char): Adjust for the new
18695 multibyte form.
18696 (internal_equal): Adjust for the change of char table structure.
18697 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18698 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18699 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18700 (char_table_translate, optimize_sub_char_table)
18701 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18702 chartab.c.
18703 (char_table_ref_and_index): Delete.
18704 (HASH_KEY, HASH_VALUE): Move to lisp.h.
18705 (Fmd5): Call preferred_coding_system instead of accessing
18706 Vcoding_category_list. Adjust for the new code-conversion API.
18707 (syms_of_fns): Move defsubr for char table related functions to
18708 chartab.c.
18709
18710 * fontset.c: Mostly re-written.
18711
18712 * fontset.h (struct font_info): Change type of the member encoding_type.
18713 (enum FONT_SPEC_INDEX): New enum.
18714 (fontset_font_pattern, fs_load_font): Update prototype.
18715 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18716
18717 * indent.c: Include "character.h" instead of "charset.h".
18718 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18719
18720 * insdel.c: Include "character.h" instead of "charset.h".
18721 (copy_text): Don't refer to Vnonascii_translation_table.
18722 (insert_from_gap): New function.
18723
18724 * keyboard.c: Include "character.h" instead of "charset.h".
18725 (command_loop_1): Never call direct_output_forward_char before
18726 a non-ASCII character.
18727 (read_char): If Vkeyboard_translate_table is a char table, always
18728 translate a character.
18729
18730 * keymap.c: Include "character.h".
18731 (store_in_keymap): Handle the case that IDX is a cons.
18732 (Fdefine_key): Handle the case that KEY is a cons and the car part
18733 is also a cons (range).
18734 (push_key_description): Adjust for the new character code.
18735 (describe_vector): Call describe_char_table for a char table.
18736 (describe_char_table): New function.
18737
18738 * keymap.h (describe_char_table): Extern it.
18739
18740 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18741 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18742 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18743 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18744 Delete.
18745 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18746 structure.
18747 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18748 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18749 (CHARTAB_SIZE_BITS_3): New macros.
18750 (chartab_size): Extern it.
18751 (struct Lisp_Char_Table): Re-design.
18752 (struct Lisp_Sub_Char_Table): New structure.
18753 (HASH_KEY, HASH_VALUE): Move from fns.c.
18754 (CHARACTERBITS): Define as 22.
18755 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18756 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18757 (GC_SUB_CHAR_TABLE_P): New macro.
18758 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18759 (code_convert_string_norecord): Deleted extern.
18760 (init_character_once, syms_of_character, init_charset)
18761 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18762
18763 * lread.c: Include "character.h".
18764 (read_multibyte): New arg NBYTES.
18765 (read_escape): Change the meaning of returned *BYTEREP.
18766 (to_multibyte): Delete.
18767 (read1): Adjust the handling of char table and string.
18768
18769 * print.c: Include "character.h" instead of "charset.h".
18770 (print_string): Convert 8-bit raw bytes to octal form by
18771 string_escape_byte8.
18772 (print_object): Adjust for the new multibyte form. Print 8-bit
18773 raw bytes always in octal form. Handle sub char table correctly.
18774
18775 * process.c: Include "character.h" instead of "charset.h".
18776 (read_process_output, send_process): Adjust for the new
18777 code-conversion API.
18778
18779 * puresize.h (BASE_PURESIZE): Increase.
18780
18781 * regex.c: Include "character.h" instead of "charset.h".
18782 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18783 (regex_compile): Accept a range whose starting and ending
18784 character have different leading bytes.
18785 (analyse_first): Adjust for the above change.
18786
18787 * search.c: Include "character.h" instead of "charset.h".
18788 (search_buffer, boyer_moore): Adjust for the new multibyte form.
18789 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18790
18791 * syntax.c: Include "character.h" instead of "charset.h".
18792 (syntax_parent_lookup): Delete.
18793 (Fmodify_syntax_entry): Accept a cons as CHAR.
18794 (skip_chars): Adjust for the new multibyte form.
18795 (init_syntax_once): Call char_table_set_range instead of directly
18796 accessing the structure of a char table.
18797
18798 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18799 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18800 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18801 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18802
18803 * term.c: Include "buffer.h" and "character.h".
18804 (encode_terminal_code, write_glyphs): Adjust for the new
18805 code-conversion API.
18806 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18807
18808 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18809
18810 * xdisp.c: Include "character.h".
18811 (get_next_display_element): Adjust for the new multibyte form.
18812 (disp_char_vector): Adjust for the new char table structure.
18813 (decode_mode_spec_coding): Adjust for the new structure of
18814 coding system.
18815 (decode_mode_spec): Adjust for the new code-conversion API.
18816
18817 * xfaces.c: Include "character.h" instead of "charset.h".
18818 (load_face_font): Adjust for the change of choose_face_font and
18819 FS_LOAD_FONT.
18820 (generate_ascii_font): New function.
18821 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18822 (set_font_frame_param): Adjust for the change of choose_face_font.
18823 (free_realized_face): Make it public.
18824 (free_realized_faces_for_fontset): Rename from
18825 free_realized_multibyte_face. Free also faces realized for ASCII.
18826 (choose_face_font): Change arguments. Adjust for the change of
18827 fontset_font_pattern and FS_LOAD_FONT.
18828
18829 * xfns.c: Include "character.h".
18830 (x_encode_text): Adjust for the new code-conversion API.
18831
18832 * xselect.c: Don't include "charset.h".
18833 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18834
18835 * xterm.c: Include "character.h".
18836 (x_encode_char): New argument CHARSET. Change caller.
18837 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18838 Call ENCODE_CHAR instead of SPLIT_CHAR.
18839 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18840 CHAR_WIDTH instead of CHARSET_WIDTH.
18841 (XTread_socket): Adjust for the new code-conversion API.
18842 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18843 (x_load_font): Adjust for the change of struct font.
18844
188452008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18846
18847 * xfaces.c (face_at_buffer_position): Remove unused vars.
18848
188492008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18850
18851 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18852 Fix overflow checking.
18853
188542008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18855
18856 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18857 Cancel previous change.
18858
188592008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18860
18861 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18862 ccl->eight_bit_control. Fix check for buffer overflow.
18863 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18864 (ccl_driver): Initialize extra_bytes to 0.
18865
188662008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18867
18868 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18869 return it ORed with ctrl_modifier.
18870
188712008-01-29 Miles Bader <miles@gnu.org>
18872
18873 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18874
188752008-01-28 Jason Rumney <jasonr@gnu.org>
18876
18877 * w32.c (stat): Don't double check for networked drive.
18878
188792008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18880
18881 * window.c (run_window_configuration_change_hook): New function.
18882 Code extracted from set_window_buffer. Set the selected frame.
18883 (set_window_buffer): Use it.
18884 * window.h (run_window_configuration_change_hook): Declare.
18885 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18886
18887 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18888
188892008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18890
18891 * Makefile.in: Remove references to unused macros.
18892
188932008-01-26 Eli Zaretskii <eliz@gnu.org>
18894
18895 * w32.c (g_b_init_get_sid_sub_authority)
18896 (g_b_init_get_sid_sub_authority_count): New static variables.
18897 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18898 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18899 (init_user_info): Use them to retrieve uid and gid.
18900 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18901 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18902 st_uid and st_gid of the file.
18903
189042008-01-26 Jason Rumney <jasonr@gnu.org>
18905
18906 * w32.c (logon_network_drive): New function.
18907 (stat): Use it.
18908
189092008-01-26 Chong Yidong <cyd@stupidchicken.com>
18910
18911 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18912 invisible text covered with an ellipsis.
18913
189142008-01-25 Richard Stallman <rms@gnu.org>
18915
18916 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18917 jump back to beginning. Move some other initializations after that.
18918 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18919 New variables.
18920 (syms_of_xdisp): Init them.
18921
18922 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18923
18924 * buffer.c (reset_buffer_local_variables):
18925 Implement `permanent-local-hook'.
18926 (Qpermanent_local_hook): New variable.
18927 (syms_of_buffer): Init and staticpro it.
18928
189292008-01-25 Michael Albinus <michael.albinus@gmx.de>
18930
18931 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18932
189332008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18934
18935 * fns.c (Fclrhash): Return TABLE.
18936
189372008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18938
18939 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18940 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18941 is set even without positional changes.
18942 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18943
18944 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18945
189462008-01-23 Jason Rumney <jasonr@gnu.org>
18947
18948 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18949
18950 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18951 the unicode range available in MULE by locale-coding-system.
18952 Improve dbcs lead byte detection. Set event timestamp and modifiers
18953 earlier.
18954
189552008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18956
18957 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18958 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18959 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18960 when used on child processes.
18961
189622008-01-21 Michael Albinus <michael.albinus@gmx.de>
18963
18964 * dbusbind.c (Fdbus_method_return_internal): Rename from
18965 Fdbus_method_return.
18966 (Fdbus_unregister_object): Move to dbus.el.
18967 (Fdbus_call_method, Fdbus_method_return_internal)
18968 (Fdbus_send_signal): Improve debug messages.
18969
189702008-01-20 Martin Rudalics <rudalics@gmx.at>
18971
18972 * undo.c (undo_inhibit_record_point): New variable.
18973 (syms_of_undo): Initialize it.
18974 (record_point): Don't record point when undo_inhibit_record_point
18975 is set.
18976
189772008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18978
18979 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18980
18981 * xdisp.c (Qauto_hscroll_mode): New var.
18982 (syms_of_xdisp): Initialize it.
18983 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18984 window's buffer.
18985 (hscroll_windows): Don't check automatic_hscrolling_p here.
18986
18987 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18988 vscroll if we're setting window-buffer to the value it already has.
18989
189902008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18991
18992 * m/intel386.h: Remove references to XENIX.
18993
189942008-01-17 Andreas Schwab <schwab@suse.de>
18995
18996 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18997 instead of HAVE_X86_64_LIB64_DIR.
18998 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18999
190002008-01-17 Glenn Morris <rgm@gnu.org>
19001
19002 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
19003 to HAVE_X86_64_LIB64_DIR.
19004
190052008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
19006
19007 * s/irix3-3.h:
19008 * s/irix4-0.h:
19009 * s/386-ix.h:
19010 * s/domain.h:
19011 * s/hpux9-x11r4.h:
19012 * s/hpux9shxr4.h: Remove files for systems no longer supported.
19013
19014 * sysdep.c: Remove code containing references to symbols defined
19015 by unsupported systems.
19016
190172008-01-16 Glenn Morris <rgm@gnu.org>
19018
19019 * coding.c (select-safe-coding-system-function): Doc fix.
19020
190212008-01-15 Glenn Morris <rgm@gnu.org>
19022
19023 * config.in: Revert 2008-01-13 change: this is a generated file.
19024
190252008-01-13 Tom Tromey <tromey@redhat.com>
19026
19027 * lisp.h: Fix typo.
19028
190292008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
19030
19031 * m/sequent-ptx.h:
19032 * m/sequent.h:
19033 * s/ptx.h:
19034 * s/ptx4-2.h:
19035 * s/ptx4.h: Remove files for systems no longer supported.
19036
19037 * callproc.c (Fcall_process): Fix previous change.
19038
190392008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
19040
19041 * unexsunos4.c: Remove file, system not supported anymore.
19042
19043 * m/mips.h:
19044 * m/intel386.h:
19045 * callproc.c:
19046 * config.in:
19047 * ecrt0.c:
19048 * emacs.c:
19049 * fileio.c:
19050 * frame.c:
19051 * getpagesize.h:
19052 * keyboard.c:
19053 * lread.c:
19054 * process.c:
19055 * puresize.h:
19056 * sysdep.c:
19057 * systty.h:
19058 * syswait.h:
19059 * unexec.c:
19060 * xdisp.c:
19061 * alloc.c: Remove code containing references to symbols defined by
19062 unsupported systems.
19063
190642008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
19065
19066 * coding.c (detect_coding_mask): Fix previous change.
19067
190682008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
19069
19070 * coding.c (detect_coding_iso2022): New arg
19071 latin_extra_code_state. Allow Latin extra codes only
19072 when *latin_extra_code_state is nonzero.
19073 (detect_coding_mask): If there is a NULL byte, detect the encoding
19074 as UTF-16 or binary. If Latin extra codes exist, detect the
19075 encoding as ISO-2022 only when there's no other proper encoding is
19076 found.
19077
190782008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19079
19080 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
19081 #ifdef MAC_OS.
19082
190832008-01-08 Richard Stallman <rms@gnu.org>
19084
19085 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
19086
190872008-01-06 Nick Roberts <nickrob@snap.net.nz>
19088
19089 * keyboard.c (parse_menu_item): Don't enclose key bindings on
19090 menu bar in parentheses.
19091
190922008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
19093
19094 * m/7300.h:
19095 * m/acorn.h:
19096 * m/alliant-2800.h:
19097 * m/alliant.h:
19098 * m/alliant1.h:
19099 * m/alliant4.h:
19100 * m/altos.h:
19101 * m/amdahl.h:
19102 * m/apollo.h:
19103 * m/att3b.h:
19104 * m/aviion-intel.h:
19105 * m/aviion.h:
19106 * m/celerity.h:
19107 * m/clipper.h:
19108 * m/cnvrgnt.h:
19109 * m/convex.h:
19110 * m/cydra5.h:
19111 * m/delta88k.h:
19112 * m/dpx2.h:
19113 * m/dual.h:
19114 * m/elxsi.h:
19115 * m/f301.h:
19116 * m/gould-np1.h:
19117 * m/gould.h:
19118 * m/i860.h:
19119 * m/ibmps2-aix.h:
19120 * m/ibmrt-aix.h:
19121 * m/ibmrt.h:
19122 * m/irist.h:
19123 * m/is386.h:
19124 * m/isi-ov.h:
19125 * m/mega68.h:
19126 * m/mg1.h:
19127 * m/news-r6.h:
19128 * m/news-risc.h:
19129 * m/news.h:
19130 * m/nh3000.h:
19131 * m/nh4000.h:
19132 * m/ns16000.h:
19133 * m/ns32000.h:
19134 * m/nu.h:
19135 * m/orion.h:
19136 * m/orion105.h:
19137 * m/paragon.h:
19138 * m/pfa50.h:
19139 * m/plexus.h:
19140 * m/pyramid.h:
19141 * m/pyrmips.h:
19142 * m/sh3el.h:
19143 * m/sps7.h:
19144 * m/sr2k.h:
19145 * m/stride.h:
19146 * m/sun1.h:
19147 * m/sun2.h:
19148 * m/sun3-68881.h:
19149 * m/sun3-fpa.h:
19150 * m/sun3-soft.h:
19151 * m/sun3.h:
19152 * m/sun386.h:
19153 * m/symmetry.h:
19154 * m/tad68k.h:
19155 * m/tahoe.h:
19156 * m/targon31.h:
19157 * m/tek4300.h:
19158 * m/tekxd88.h:
19159 * m/tower32.h:
19160 * m/tower32v3.h:
19161 * m/ustation.h:
19162 * m/wicat.h:
19163 * m/xps100.h:
19164 * s/cxux.h:
19165 * s/cxux7.h:
19166 * s/dgux.h:
19167 * s/dgux4.h:
19168 * s/dgux5-4-3.h:
19169 * s/dgux5-4r2.h:
19170 * s/esix.h:
19171 * s/esix5r4.h:
19172 * s/hiuxmpp.h:
19173 * s/hiuxwe2.h:
19174 * s/iris3-5.h:
19175 * s/iris3-6.h:
19176 * s/isc2-2.h:
19177 * s/isc3-0.h:
19178 * s/isc4-0.h:
19179 * s/isc4-1.h:
19180 * s/newsos5.h:
19181 * s/newsos6.h:
19182 * s/osf1.h:
19183 * s/osf5-0.h:
19184 * s/riscix1-1.h:
19185 * s/riscix12.h:
19186 * s/sco4.h:
19187 * s/sco5.h:
19188 * s/sunos4-0.h:
19189 * s/sunos4-1.h:
19190 * s/sunos413.h:
19191 * s/sunos4shr.h:
19192 * s/umax.h:
19193 * s/unipl5-2.h:
19194 * s/xenix.h:
19195 * cxux-crt0.s:
19196 * unexapollo.c:
19197 * unexconvex.c:
19198 * unexenix.c:
19199 * unexsni.c: Remove files for systems no longer supported.
19200
19201 * m/intel386.h: Remove references to unsupported systems.
19202
19203 * w32.c (get_emacs_configuration): Remove reference to i860.
19204
19205 * sysdep.c: Remove dead code.
19206
192072008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
19208
19209 * s/rtu.h:
19210 * m/masscomp.h: Remove files. Platform is obsolete.
19211
192122008-01-04 Michael Albinus <michael.albinus@gmx.de>
19213
19214 * dbusbind.c (Fdbus_method_return): New function.
19215 (xd_read_message): Add the serial number to the event.
19216 (Fdbus_register_method): Activate the function.
19217
192182008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19219
19220 * keyboard.c (read_key_sequence): Fix typo.
19221
192222008-01-03 Michael Albinus <michael.albinus@gmx.de>
19223
19224 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
19225 (xd_signature, xd_append_arg): Handle element type detection for
19226 empty arrays.
19227 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
19228 SDATA () calls; this must be solved more general.
19229 (Fdbus_register_signal): Use SBYTES instead of strlen.
19230
192312008-01-03 Magnus Henoch <magnus@zemdatav>
19232
19233 * dbusbind.c (xd_append_arg): Use unsigned char instead of
19234 unsigned int for byte values (necessary for big-endian platform).
19235 (Fdbus_call_method): Handle the case of no returned arguments.
19236
192372007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
19238
19239 * dbusbind.c (xd_read_message): Use non-static input_event struct.
19240
192412007-12-31 Magnus Henoch <mange@freemail.hu>
19242
19243 * dbusbind.c (xd_signature): Signature of variant is just "v".
19244
192452007-12-30 Michael Albinus <michael.albinus@gmx.de>
19246
19247 * dbusbind.c: Fix several errors and compiler warnings.
19248 Reported by Tom Tromey <tromey@redhat.com>.
19249 (XD_ERROR, XD_DEBUG_MESSAGE)
19250 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
19251 (xd_append_arg): Part for basic D-Bus types rewritten.
19252 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
19253 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
19254 appropriate.
19255 (xd_read_message): Return Qnil. Don't signal an error; it is not
19256 useful during event reading.
19257 (Fdbus_register_signal): Signal an error if the check for
19258 FUNCTIONP fails.
19259 (Fdbus_register_method): New function. The implementation is not
19260 complete, the call of the function signals an error therefore.
19261 (Fdbus_unregister_object): New function, renamed from
19262 Fdbus_unregister_signal. The initial check signals an error, if
19263 the object is not well formed.
19264
192652007-12-30 Richard Stallman <rms@gnu.org>
19266
19267 * textprop.c (get_char_property_and_overlay):
19268 Signal error if POSITION is out of range in a buffer.
19269
192702007-12-29 Martin Rudalics <rudalics@gmx.at>
19271
19272 * w32fns.c (Fx_create_frame): Make copy of frame parameters
19273 because the original parameters are in pure storage now.
19274
192752007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19276
19277 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
19278
192792007-12-22 Eli Zaretskii <eliz@gnu.org>
19280
19281 * callint.c (syms_of_callint) <command-history>: Add reference to
19282 history-length in the doc string.
19283
192842007-12-17 Jason Rumney <jasonr@gnu.org>
19285
19286 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
19287 before passing as wParam.
19288
192892007-12-22 Michael Albinus <michael.albinus@gmx.de>
19290
19291 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
19292 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
19293 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
19294 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
19295 as number.
19296 (Fdbus_call_method): Fix docstring.
19297
192982007-12-21 Michael Albinus <michael.albinus@gmx.de>
19299
19300 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
19301 New macros.
19302 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
19303 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
19304 Simplify.
19305 (xd_signature): New function.
19306 (xd_append_arg): Compute also signatures. Major rewrite.
19307 (xd_retrieve_arg): Make debug messages friendly.
19308 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
19309 Check for signatures of arguments.
19310
193112007-12-19 Michael Albinus <michael.albinus@gmx.de>
19312
19313 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
19314 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
19315 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
19316 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
19317 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
19318 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
19319 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
19320 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
19321 (xd_retrieve_value): Remove. Functionality included in ...
19322 (xd_append_arg): New function.
19323 (Fdbus_call_method, Fdbus_send_signal): Apply it.
19324
193252007-12-16 Michael Albinus <michael.albinus@gmx.de>
19326
19327 * dbusbind.c (top): Include <stdio.h>.
19328 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
19329 dbus_message_new_method_call and dbus_message_new_signal.
19330 (Fdbus_register_signal): Rename unique_name to uname.
19331 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
19332 non-existing unique name. Fix typos in matching rule. Return an
19333 object which is useful in Fdbus_unregister_signal.
19334 (Fdbus_unregister_signal): Reimplementation, in order to remove
19335 only the corresponding entry.
19336 (Vdbus_registered_functions_table): Change the order of entries.
19337 Apply these changes in xd_read_message and Fdbus_register_signal.
19338
193392007-12-16 Andreas Schwab <schwab@suse.de>
19340
19341 * fileio.c (Finsert_file_contents): Fix overflow check to not
19342 depend on undefined integer overflow.
19343
193442007-12-14 Jason Rumney <jasonr@gnu.org>
19345
19346 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
19347 for characters above 127.
19348
193492007-12-13 Jason Rumney <jasonr@gnu.org>
19350
19351 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
19352 before dereferencing array.
19353 (lookup_vk_code): Remove zero comparison.
19354
193552007-12-14 Michael Albinus <michael.albinus@gmx.de>
19356
19357 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
19358 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
19359 Use `unsigned int' instead of `uint'.
19360 (xd_read_message, Fdbus_register_signal): Split expressions into
19361 multiple lines before operators "&&" and "||", according to the
19362 GNU Coding Standards.
19363
193642007-12-14 Eli Zaretskii <eliz@gnu.org>
19365
19366 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
19367
193682007-12-12 Juri Linkov <juri@jurta.org>
19369
19370 * buffer.c (Frename_buffer): In interactive spec replace
19371 `read-buffer' with `read-string' that uses `buffer-name-history'
19372 as history, and the current buffer's name as default.
19373
193742007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
19375
19376 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
19377 manipulating the backtrace manually.
19378 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
19379 (struct backtrace, backtrace_list): Remove.
19380 (command_loop_1): Remove dead var `no_direct'.
19381
19382 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
19383 preserve non-built-in buffer-local variables.
19384 (Fkill_all_local_variables): Don't re-create&re-set permanent
19385 buffer-local variables.
19386
193872007-12-09 Juri Linkov <juri@jurta.org>
19388
19389 * buffer.c (Frename_buffer): Change interactive spec from "s" to
19390 Lisp code that uses `read-buffer' with current buffer as default.
19391
193922007-12-08 Michael Albinus <michael.albinus@gmx.de>
19393
19394 * dbusbind.c (xd_read_message): Generate an event for every
19395 registered handler. There might be several handlers registered
19396 for the same signal.
19397 (Fdbus_register_signal): Don't overwrite a registration for the
19398 same signal. Add a new registration if handlers are different.
19399 (Vdbus_registered_functions_table): Rework doc string.
19400
194012007-12-07 Michael Albinus <michael.albinus@gmx.de>
19402
19403 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
19404 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
19405 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
19406 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
19407 Unify argument lists.
19408 (xd_read_message, Fdbus_register_signal): Reorder and extend event
19409 arguments and hash table keys. Use unique name for service.
19410 (Fdbus_unregister_signal): Remove checks.
19411 (Vdbus_registered_functions_table): Fix doc string.
19412
194132007-12-05 Magnus Henoch <mange@freemail.hu>
19414
19415 * process.c (make_process): Initialize pty_flag to 0.
19416
194172007-12-05 Jason Rumney <jasonr@gnu.org>
19418
19419 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
19420 specified XBMs.
19421
194222007-12-05 Richard Stallman <rms@gnu.org>
19423
19424 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
19425
194262007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19427
19428 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
19429 New variable.
19430 (mac_try_close_socket) [MAC_OSX]: New function.
19431 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
19432 Update cfsockets_for_select. Replace invalid CFRunLoop source.
19433
19434 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
19435 Use mac_try_close_socket.
19436
194372007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19438
19439 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
19440 reloc_base.
19441 (copy_dysymtab): Compute relocation base here.
19442 (rebase_reloc_address) [__ppc64__]: New function.
19443 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
19444 changed.
19445
194462007-12-05 Jason Rumney <jasonr@gnu.org>
19447
19448 * w32proc.c (sys_spawnve): Quote args with wildcards.
19449
194502007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19451
19452 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
19453 __objc_* sections.
19454 (unrelocate) [_LP64]: Set relocation base to address of data segment.
19455
194562007-12-05 Michael Albinus <michael.albinus@gmx.de>
19457
19458 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
19459 Move check for Vdbus_registered_functions_table to
19460 xd_read_queued_messages.
19461 (xd_read_queued_messages): Protect xd_read_message calls by
19462 internal_condition_case_1.
19463
194642007-12-04 Michael Albinus <michael.albinus@gmx.de>
19465
19466 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
19467 Qdbus_system_bus and Qdbus_session_bus, respectively.
19468 (Vdbus_intern_symbols): Remove.
19469 (Vdbus_registered_functions_table): New hash table.
19470 (XD_SYMBOL_INTERN_SYMBOL): Remove.
19471 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
19472 Rewrite in order to manage registered functions by hash table
19473 Vdbus_registered_functions_table.
19474
194752007-12-03 Jan Djärv <jan.h.d@swipnet.se>
19476
19477 * xterm.c: Update URL to Window Manager Specification in comment.
19478
194792007-12-02 Michael Albinus <michael.albinus@gmx.de>
19480
19481 * config.in (HAVE_DBUS): Add.
19482
19483 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
19484 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
19485 (obj): Add $(DBUS_OBJ).
19486 (LIBES): Add $(DBUS_LIBS).
19487 (dbusbind.o): New target.
19488
19489 * dbusbind.c: New file.
19490
19491 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
19492
19493 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
19494 (Qdbus_event): New Lisp symbol.
19495 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
19496 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 19497 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
19498
19499 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
19500
195012007-12-01 Richard Stallman <rms@gnu.org>
19502
19503 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
19504
195052007-11-30 Jason Rumney <jasonr@gnu.org>
19506
19507 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
19508 (w32con_reset_terminal_modes): Clear screen buffer.
19509 (w32_face_attributes): Don't use color indexes that are out of range.
19510 Only reverse the default colors.
19511
19512 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
19513 WINDOWSNT.
19514
19515 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
19516
195172007-11-29 Jason Rumney <jasonr@gnu.org>
19518
19519 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
19520 (w32_face_attributes): Use Vtty_defined_color_alist to determine
19521 if the terminal colors are initialized.
19522 (unspecified_fg, unspecified_bg): Remove unused declarations.
19523
195242007-11-29 Andreas Schwab <schwab@suse.de>
19525
19526 * keyboard.c (apply_modifiers): Fix typo.
19527
195282007-11-29 Richard Stallman <rms@gnu.org>
19529
19530 * keymap.c (Fcurrent_local_map): Doc fix.
19531
195322007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
19533
19534 * s/gnu-kfreebsd.h: New file.
19535
195362007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19537
19538 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
19539 Don't cast redundantly.
19540
19541 * keyboard.c (KEY_TO_CHAR): New macro.
19542 (parse_modifiers, apply_modifiers): Accept integer arguments.
19543 (read_key_sequence): Use them to unify the "shift->unshift" mapping
19544 for chars and symbol keys.
19545 After doing such remapping, apply function-key-map again.
19546
195472007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
19548
19549 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
19550 compiled anymore.
19551
195522007-11-26 Andreas Schwab <schwab@suse.de>
19553
19554 * process.c (list_processes_1): Fix indentation level of the
19555 command column.
19556
195572007-11-23 Andreas Schwab <schwab@suse.de>
19558
19559 * editfns.c (Fformat): Handle %c specially since it requires the
19560 argument to be of type int.
19561
195622007-11-23 Markus Triska <markus.triska@gmx.at>
19563
19564 * emacs.c (main): Call init_editfns before init_process, since
19565 init_process sets Vprocess_connection_type depending on OS release.
19566
195672007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19568
19569 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
19570 (find_symbol_value): Use do_symval_forwarding.
19571
19572 * data.c (set_internal): Set the value in the `cons-cell' (for
19573 Buffer_Local_values) not only for frame-local variables.
19574
195752007-11-22 Andreas Schwab <schwab@suse.de>
19576
19577 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
19578 values to sprintf.
19579 * keymap.c (Fsingle_key_description): Likewise.
19580 * print.c (print_object): Likewise.
19581
195822007-11-22 Jan Djärv <jan.h.d@swipnet.se>
19583
19584 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
19585 file for image is nil.
19586
195872007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
19588
19589 * term.c: Include stdarg.h.
19590 (fatal): Implement using varargs.
19591 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
19592
195932007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19594
19595 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
19596 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
19597 Update call to buffer_slot_type_mismatch.
19598 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
19599 (buffer_slot_type_mismatch): Update.
19600 * buffer.c (buffer_local_types): Remove.
19601 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
19602 (defvar_per_buffer): Set the type in the buffer_objfwd.
19603
196042007-11-21 Jason Rumney <jasonr@gnu.org>
19605
19606 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19607 CreateFileMapping returns NULL on failure.
19608
196092007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19610
19611 * search.c (Fset_match_data): Remove the `evaporate' feature.
19612 (unwind_set_match_data): Don't use the `evaporate' feature.
19613
196142007-11-21 Jason Rumney <jasonr@gnu.org>
19615
19616 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19617
19618 * w32console.c (w32con_write_glyphs): Remove unused variables.
19619
196202007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
19621
19622 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19623
19624 * s/darwin.h (MULTI_KBOARD): Remove.
19625
19626 * macfns.c (x_create_tip_frame, Fx_create_frame)
19627 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19628
196292007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19630
19631 * buffer.c (Fbuffer_local_value): Remove redundant test.
19632 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19633 than in `current-buffer' to match the comment.
19634 Do the swap using swap_in_global_binding.
19635
19636 * data.c (store_symval_forwarding, set_internal):
19637 * eval.c (specbind): Remove dead code.
19638
19639 * coding.c (detect_coding, Fupdate_coding_systems_internal):
19640 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19641 Since we do not want to see internal Lisp_*fwd objects here.
19642
196432007-11-18 Jan Djärv <jan.h.d@swipnet.se>
19644
19645 * sysdep.c (init_system_name): Use getaddrinfo if available.
19646
19647 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19648 (x_scroll_bar_note_movement): start, end, with, height in struct
19649 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19650
196512007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
19652
19653 * puresize.h (BASE_PURESIZE): Increase to 1190000.
19654
196552007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19656
19657 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19658 This undoes Richard's change of 14-Oct-2002.
19659
19660 * alloc.c (allocate_other_vector):
19661 * lisp.h (allocate_other_vector): Remove.
19662
19663 * window.c (struct save_window_data): Move non-lisp data to the end
19664 and make it `int' rather than Lisp_Object.
19665 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19666 Done wrap/unwrap integer values.
19667 (Fset_window_configuration, compare_window_configurations):
19668 Update use of fields to their new types.
19669
19670 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19671 Turn integer fields into `int'. Merge x_window_low and x_window_high.
19672 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19673 (SET_SCROLL_BAR_X_WINDOW): Remove.
19674 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19675 Access the new x_window field directly.
19676 * xterm.c (x_scroll_bar_create): Use a pseudovector.
19677 Don't wrap/unwrap integers into Lisp_Objects.
19678 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19679 (x_scroll_bar_report_motion):
19680 Don't wrap/unwrap integers into Lisp_Objects.
19681 (x_term_init): Use SDATA.
19682 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19683 (x_scroll_bar_set_handle, x_scroll_bar_remove)
19684 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19685 (x_scroll_bar_report_motion, x_scroll_bar_clear):
19686 * xfns.c (x_set_background_color):
19687 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19688 Access the new x_window field directly.
19689
19690 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19691 (allocate_pseudovector): Make non-static.
19692
19693 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19694 (allocate_pseudovector): Declare.
19695 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19696
196972007-11-15 Andreas Schwab <schwab@suse.de>
19698
19699 * editfns.c (Fformat): Correctly format EMACS_INT values.
19700 Also take precision into account when formatting an integer.
19701
19702 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19703
197042007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19705
19706 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19707 (syms_of_keyboard): Defsubr it.
19708
19709 * data.c (swap_in_global_binding): Fix longstanding bug where
19710 store_symval_forwarding was not called with the right second argument,
19711 thus causing objfwd-ing from being dropped.
19712
197132007-11-14 Juanma Barranquero <lekktu@gmail.com>
19714
19715 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19716 (Fx_display_pixel_height, Fx_display_planes)
19717 (Fx_display_color_cells, Fx_server_max_request_size)
19718 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19719 (Fx_display_visual_class, Fx_display_save_under):
19720 * w32fns.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_screens)
19724 (Fx_display_mm_height, Fx_display_mm_width)
19725 (Fx_display_backing_store, Fx_display_visual_class)
19726 (Fw32_select_font, Fx_display_save_under):
19727 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19728 (Fx_display_pixel_height, Fx_display_planes)
19729 (Fx_display_color_cells, Fx_server_max_request_size)
19730 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19731 (Fx_display_save_under): Fix typos in docstrings.
19732
197332007-11-14 Juanma Barranquero <lekktu@gmail.com>
19734
19735 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19736 corresponding to deleted entries; they are an implementation detail.
19737 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19738 Remove variables.
19739 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19740 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19741 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19742 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19743 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19744 (Fw32_define_rgb_color, Fw32_load_color_file)
19745 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19746 Fix typos in docstrings.
19747 (Fx_server_version): Reflow docstring.
19748 (Fw32_shell_execute): Doc fixes.
19749
197502007-11-13 Juanma Barranquero <lekktu@gmail.com>
19751
19752 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19753 if w32_parse_hot_key returned nil.
19754
197552007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19756
19757 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19758
197592007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 19760
aac0c6e3
MR
19761 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19762
19763 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19764
19765 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19766 Remove W32_SCROLL_BAR_CLICK_EVENT.
19767
19768 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19769 Add MULTIMEDIA_KEY_EVENT.
19770
19771 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19772 (lispy_multimedia_keys) [WINDOWSNT]: New array.
19773 (make_lispy_event) [WINDOWSNT]: Use it to translate
19774 MULTIMEDIA_KEY_EVENT.
19775
19776 * w32term.h (WM_APPCOMMAND): Define if not already.
19777 (GET_APPCOMMAND_LPARAM): Likewise.
19778
19779 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19780 WM_APPCOMMAND.
19781
19782 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19783 (syms_of_w32fns): Export and initialize it.
19784 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19785
197862007-11-09 Chong Yidong <cyd@stupidchicken.com>
19787
19788 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19789 twice.
19790
19791 * xdisp.c (handle_face_prop): Fix last change.
19792
197932007-11-09 Richard Stallman <rms@gnu.org>
19794
19795 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19796 not just for after-strings and before-strings.
19797 Call face_for_overlay_string and pass the overlay to it.
19798 (handle_display_prop): Determine whether property came from an overlay.
19799 Pass OVERLAY arg to handle_single_display_spec.
19800 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19801 (load_overlay_strings): Fill in it->string_overlays.
19802 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19803
19804 * xfaces.c (face_for_overlay_string): Function renamed from
19805 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19806
19807 * dispextern.h (struct it): New elt string_overlays.
19808 New elt from_overlay, also in stack.
19809 Rearrange a few elements.
19810 (face_for_overlay_string): Decl renamed from
19811 face_at_buffer_position_no_overlays, and add argument.
19812
198132007-11-09 Richard Stallman <rms@gnu.org>
19814
19815 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19816 to get the base face for an overlay string.
19817
19818 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19819
19820 * xfaces.c (face_at_buffer_position_no_overlays): New function.
19821
19822 * xdisp.c (handle_stop): Move some code out of loop.
19823
198242007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19825
19826 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19827 Fix conversion from Lisp object to ATSUFontID.
19828
198292007-11-09 Jason Rumney <jasonr@gnu.org>
19830
19831 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19832
198332007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19834
19835 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19836 Don't assume regions are aligned to page boundary.
19837 (print_load_command_name): Add LC_UUID if defined.
19838
198392007-11-09 Richard Stallman <rms@gnu.org>
19840
19841 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19842
198432007-11-07 Jason Rumney <jasonr@gnu.org>
19844
19845 * s/windows95.h: Remove.
19846
198472007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19848
19849 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19850 abort with a message on unhandled store_type values.
19851
198522007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19853
19854 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19855 Remove HAVE_X11R5 and HAVE_X11R4.
19856
198572007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19858
19859 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19860
198612007-11-01 Johan Bockgård <bojohan@gnu.org>
19862
19863 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19864 Don't set s->stippled_p here, since it has already been set by
19865 x_set_glyph_string_gc from x_draw_glyph_string.
19866
198672007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19868
19869 * sunfns.c: Remove file.
19870
19871 * m/sun386.h:
19872 * m/sun2.h:
19873 * m/sparc.h: Remove Sun windows code.
19874
198752007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19876
19877 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19878 (init_keyboard): Set current_kboard's window-system to nil.
19879 (tty_read_avail_input): Typo.
19880 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19881
198822007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19883
19884 * s/usg5-4.h:
19885 * s/usg5-3.h:
19886 * s/ptx.h:
19887 * m/is386.h:
19888 * m/ibmps2-aix.h:
19889 * Makefile.in: Remove all mentions of X10.
19890
19891 * dispnew.c (syms_of_display): Don't mention version 10.
19892
198932007-10-28 Juanma Barranquero <lekktu@gmail.com>
19894
19895 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19896 ($(BLD)/abbrev.$(O)): Remove.
19897
198982007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19899
19900 Rewrite abbrev.c in Elisp.
19901 * image.c (Qcount): Don't declare as extern.
19902 (syms_of_image): Initialize and staticpro `Qcount'.
19903 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19904 * emacs.c (main): Don't call syms_of_abbrev.
19905 * Makefile.in (obj): Remove abbrev.o.
19906 (abbrev.o): Remove.
19907 * abbrev.c: Remove.
19908
199092007-10-26 Martin Rudalics <rudalics@gmx.at>
19910
19911 * window.c (window_min_size_2): Don't count header-line.
19912
199132007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19914
19915 * frame.h (struct frame): Move all bit fields after the first bit
19916 field to take advantage of the available space. Group all the
19917 chars together to reduce wasted space due to padding.
19918
199192007-10-26 Juanma Barranquero <lekktu@gmail.com>
19920
19921 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19922
19923 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19924 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19925 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19926 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19927 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19928 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19929 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19930 (last_marked, mark_object_loop_halt): Make static.
19931
19932 * frame.c (syms_of_frame) <delete-frame-functions>:
19933 Fix typo in docstring.
19934
199352007-10-25 Juanma Barranquero <lekktu@gmail.com>
19936
19937 * w32.c (init_environment): Fix tiny memory leak.
19938 (w32_get_resource): Remove unused variable `ok'.
19939
199402007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19941
19942 Make `window-system' into a keyboard-local variable (rather than
19943 frame-local as done originally by multi-tty).
19944
19945 * keyboard.h (struct kboard): Add Vwindow_system.
19946 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19947 (mark_kboards): Mark Vwindow_system.
19948
19949 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19950 (init_display): Don't set the obsolete `window-system' frame-param.
19951
19952 * xterm.c (x_term_init):
19953 * w32term.c (w32_create_terminal):
19954 * term.c (init_tty): Set Vwindow_system.
19955 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19956 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19957
19958 * xfns.c (Fx_create_frame, x_create_tip_frame):
19959 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19960 * macfns.c (Fx_create_frame):
19961 Don't set the obsolete `window-system' frame-param.
19962
19963 * frame.h (Qwindow_system): Remove.
19964 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19965 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19966
199672007-10-24 Richard Stallman <rms@gnu.org>
19968
19969 * frame.c (x_figure_window_size): For fullscreen case,
19970 set USPosition | PPosition without clobbering rest of window_prompting.
19971
19972 * keyboard.c (Fcurrent_idle_time): Doc fix.
19973
19974 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19975
199762007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19977
19978 * process.c (unwind_request_sigio): Only define if __ultrix__.
19979
19980 * callproc.c (child_setup): Remove spurious *.
19981
19982 * lisp.h (Fget_text_property): Declare.
19983 (have_menus_p): Declare it here rather than in sys-dep header files.
19984 * macterm.h (have_menus_p):
19985 * msdos.h (have_menus_p):
19986 * xterm.h (have_menus_p): Remove.
19987
19988 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19989 (Fmake_variable_frame_local): Just check the variable's const-ness
19990 rather than checking nil or t.
19991
199922007-10-22 Jason Rumney <jasonr@gnu.org>
19993
19994 * w32fns.c: Include math.h.
19995 (w32_abort): Declaration moved to nt/config.nt.
19996
19997 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19998 (abort): Redefinition moved to nt/config.nt.
19999
20000 * m/windowsnt.h: Remove.
20001
200022007-10-22 Juanma Barranquero <lekktu@gmail.com>
20003
20004 * emacs.c (Fdump_emacs): Fix typo in message.
20005 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
20006 <installation-directory>: Reflow docstring.
20007
200082007-10-22 Juri Linkov <juri@jurta.org>
20009
20010 * minibuf.c: Allow minibuffer default to be a list of default values.
20011 With empty input use the first element of this list as returned default.
20012 (string_to_object)
20013 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
20014 (read_minibuf): If defalt is cons, set histstring to its car.
20015 (Fread_string): If default_value is cons, set val to its car.
20016 (Fread_buffer): If def is cons, use its car.
20017 (Fcompleting_read): If defalt is cons, set val to its car.
20018
200192007-10-21 Michael Albinus <michael.albinus@gmx.de>
20020
20021 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
20022
200232007-10-20 Juanma Barranquero <lekktu@gmail.com>
20024
20025 * doc.c (Fdocumentation): Check for advice in all cases.
20026
200272007-10-19 Chong Yidong <cyd@stupidchicken.com>
20028
20029 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
20030
200312007-10-19 Richard Stallman <rms@gnu.org>
20032
20033 * doc.c (Fdocumentation): Check for and handle an advised function.
20034
200352007-10-19 Juanma Barranquero <lekktu@gmail.com>
20036
20037 * process.c (Fset_process_filter): Doc fix.
20038
200392007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20040
20041 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
20042 which caused key-translation-map to applied repeatedly (thus breaking
20043 double-mode).
20044
200452007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20046
20047 * xselect.c (x_own_selection, x_handle_selection_clear)
20048 (x_clear_frame_selections):
20049 * w32menu.c (list_of_panes, list_of_items):
20050 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
20051 * textprop.c (validate_plist, interval_has_all_properties)
20052 (interval_has_some_properties, interval_has_some_properties_list)
20053 (add_properties, text_property_list):
20054 * process.c (Fget_buffer_process, list_processes_1, status_notify):
20055 * minibuf.c (Fassoc_string):
20056 * macselect.c (x_own_selection, x_clear_frame_selections)
20057 (Fx_disown_selection_internal):
20058 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
20059 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
20060
200612007-10-17 Chong Yidong <cyd@stupidchicken.com>
20062
20063 * process.c: Link to libs for calling res_init() if available.
20064 (Fmake_network_process): Call res_init() before getaddrinfo or
20065 gethostbyname, if possible.
20066
200672007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20068
20069 * lread.c (read1): Set pvectype for char_tables.
20070
20071 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
20072 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
20073 Add type checks.
20074 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
20075
20076 * alloc.c (free_misc): Use XMISCTYPE.
20077 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
20078
200792007-10-17 Glenn Morris <rgm@gnu.org>
20080
20081 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
20082 (syms_of_minibuf): Add Qcompletion_ignore_case.
20083 * dired.c (Qcompletion_ignore_case): Change to external.
20084 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
20085 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
20086 (Fread_file_name): Use it rather than intern'ing.
20087
20088 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
20089 (Fread_coding_system): Ignore case of user input.
20090
200912007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20092
20093 * xdisp.c (handle_display_prop): Ignore display specs after
20094 replacing one when string text is being replaced.
20095 (handle_single_display_spec): Pretend as if characters with display
20096 property haven't been consumed only when buffer text is being replaced.
20097
200982007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20099
20100 * xfns.c (Fx_create_frame, Fx_display_list):
20101 * window.c (window_fixed_size_p, enlarge_window)
20102 (shrink_window_lowest_first):
20103 * macterm.c (init_font_name_table):
20104 * macfns.c (Fx_create_frame, Fx_display_list):
20105 * lread.c (close_load_descs):
20106 * keyboard.c (read_char_x_menu_prompt):
20107 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
20108 * coding.c (code_convert_region_unwind): Test the type of an object
20109 rather than just !NILP before extracting data from it.
20110
20111 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
20112
20113 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
20114 (XMISCANY): New macro.
20115 (XMISCTYPE): Use it.
20116 (struct Lisp_Misc_Any): New type.
20117 (union Lisp_Misc): Use it.
20118 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
20119 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
20120 (find_symbol_value, set_internal, default_value, Fset_default)
20121 (Fmake_variable_buffer_local, Fmake_local_variable)
20122 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
20123 (Flocal_variable_if_set_p, Fvariable_binding_locus):
20124 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
20125 * alloc.c (allocate_buffer): Set the size and tag.
20126 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
20127 Use XMISCANY.
20128 (die): Follow the GNU convention for error messages.
20129 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
20130 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
20131 tag any more.
20132 (set_buffer_internal_1):
20133 * frame.c (store_frame_param):
20134 * eval.c (specbind):
20135 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
20136
20137 * doc.c (Fsnarf_documentation): Simplify.
20138
201392007-10-14 Juanma Barranquero <lekktu@gmail.com>
20140
20141 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
20142 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
20143
201442007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20145
20146 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
20147
201482007-10-14 Juanma Barranquero <lekktu@gmail.com>
20149
20150 * eval.c (do_autoload): Don't save autoloads.
20151
20152 * data.c (Ffset): Save autoload of the function being set.
20153
201542007-10-07 John Paul Wallington <jpw@pobox.com>
20155
20156 * xfns.c (x_create_tip_frame): Set the `display-type' frame
20157 parameter before setting up faces.
20158
201592007-10-13 Eli Zaretskii <eliz@gnu.org>
20160
20161 * ccl.c (Fregister_code_conversion_map):
20162 * keyboard.c (append_tool_bar_item): Reformat last change.
20163
20164 * lisp.h (eabs): Rename from `abs'. All callers changed.
20165
201662007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
20167
20168 * buffer.c (add_overlay_mod_hooklist):
20169 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
20170 * fontset.c (make_fontset):
20171 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
20172 (append_tool_bar_item):
20173 * macmenu.c (grow_menu_items):
20174 * w32menu.c (grow_menu_items):
20175 * xmenu.c (grow_menu_items): Use larger_vector.
20176
201772007-10-13 Eli Zaretskii <eliz@gnu.org>
20178
20179 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
20180 selected frame'' on MSDOS).
20181
201822007-10-12 Martin Rudalics <rudalics@gmx.at>
20183
20184 * frame.c (Qexplicit_name): New variable.
20185 (x_report_frame_params): Report it in parameter alist.
20186 (syms_of_frame): Intern and staticpro it.
20187
201882007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
20189
20190 * macfns.c (x_create_tip_frame): Set terminal for frame.
20191
201922007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20193
20194 * frame.c (Qenvironment): Remove.
20195 (syms_of_frame) <Qenvironment>: Don't initialize.
20196 (Fdelete_frame): Don't treat the `environment' param specially.
20197 * frame.h (Qenvironment): Don't declare.
20198 * callproc.c (set_initial_environment): Don't set unused frame param.
20199
20200 * frame.c (Fframe_with_environment): Remove.
20201 (syms_of_frame) <Sframe_with_environment>: Don't declare.
20202
20203 * lisp.h (Fframe_with_environment): Don't declare.
20204
202052007-10-10 Juanma Barranquero <lekktu@gmail.com>
20206
20207 * indent.c (indent_tabs_mode, last_known_column)
20208 (last_known_column_modified): Make static.
20209 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
20210
202112007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
20212
20213 * puresize.h (BASE_PURESIZE): Increase to 1170000.
20214
202152007-10-09 Jason Rumney <jasonr@gnu.org>
20216
20217 * w32term.c (x_set_window_size): Disable code that attempts to tell
20218 Lisp code about a size change before it actually happens.
20219
202202007-10-09 Richard Stallman <rms@gnu.org>
20221
20222 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
20223 return HANDLED_RETURN.
20224
202252007-10-08 Martin Rudalics <rudalics@gmx.at>
20226
20227 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
20228 when there's an unread command event.
20229
20230 * frame.c (focus_follows_mouse): Move here from frame.el to allow
20231 window autoselection act appropriately when leaving selected frame.
20232 (syms_of_frame): Initialize focus_follows_mouse.
20233 * frame.h (focus_follows_mouse): Extern it.
20234 * macterm.c (XTread_socket): When focus_follows_mouse is nil
20235 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
20236 * msdos.c (dos_rawgetc): Likewise.
20237 * w32term.c (w32_read_socket): Likewise.
20238 * xterm.c (handle_one_xevent): Likewise.
20239 * xdisp.c (syms_of_xdisp): In doc-string of
20240 mouse-autoselect-window mention focus-follows-mouse.
20241
202422007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20243
20244 * macterm.c (mac_load_query_font): Fix missing return value.
20245 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
20246 Add BLOCK_INPUT.
20247
202482007-10-08 Richard Stallman <rms@gnu.org>
20249
20250 * xdisp.c (get_window_cursor_type): Implement documented behavior
20251 for cursor-in-non-selected-windows = t.
20252
202532007-10-08 Jason Rumney <jasonr@gnu.org>
20254
20255 * w32.c (w32_get_resource): Always close registry keys.
20256
202572007-10-08 Jason Rumney <jasonr@gnu.org>
20258
20259 * makefile.w32-in (LIBS): Add COMCTL32.
20260
20261 * w32fns.c (globals_of_w32fns): Init common controls.
20262
202632007-10-08 Richard Stallman <rms@gnu.org>
20264
20265 * image.c (our_memory_buffer): Rename from omfib_buffer.
20266
202672007-10-08 Richard Stallman <rms@gnu.org>
20268
20269 * buffer.c (Foverlays_at): Doc fix.
20270
202712007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
20272
20273 * fns.c (Fplist_put): Preserve uneven tail data.
20274
202752007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
20276
20277 * termhooks.h (enum event_kind): Remove trailing comma.
20278
20279 * frame.h (enum): Remove trailing comma.
20280
202812007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20282
20283 * w32proc.c (delete_child): Don't terminate threads of zombies.
20284
202852007-10-08 Martin Rudalics <rudalics@gmx.at>
20286
20287 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
20288
20289 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
20290 last-repeatable-command.
20291 (init_kboard): Initialize Vlast_repeatable_command.
20292 (command_loop_1): Set it to real_this_command unless that was
20293 bound to an input event.
20294 (mark_kboards): Mark it.
20295
202962007-10-08 Richard Stallman <rms@gnu.org>
20297
20298 * eval.c (condition-case): Doc fix.
20299
203002007-10-08 Masatake YAMATO <jet@gyve.org>
20301
20302 * xfaces.c (tty_supports_face_attributes_p): Fix code
20303 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
20304 was copied and not edited.
20305
203062007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
20307
20308 Add new `input-decode-map' keymap and use it for terminal
20309 escape sequences.
20310 * keyboard.h (struct kboard): Add Vinput_decode_map.
20311 Remove Vlocal_key_translation_map.
20312 * keyboard.c (read_key_sequence): Add support for input-decode-map.
20313 (init_kboard): Init input-decode-map.
20314 Replace local-key-translation-map back with key-translation-map.
20315 (syms_of_keyboard): Declare input-decode-map.
20316 Remove local-key-translation-map. Update docstrings.
20317 (mark_kboards): Mark Vinput_decode_map.
20318 Don't mark Vlocal_key_translation_map.
20319 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
20320 Replace local-key-translation-map back with key-translation-map.
20321 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
20322 Bind in input-decode-map rather than function-key-map.
20323
20324 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
20325 This was made redundant by the previous introduction of XSETPVECTYPE.
20326
203272007-10-09 Richard Stallman <rms@gnu.org>
20328
20329 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
20330
203312007-09-29 Richard Stallman <rms@gnu.org>
20332
20333 * eval.c (internal_condition_case_2, internal_condition_case_1)
20334 (internal_condition_case): Reenable abort if x_catching_errors ()
20335 to see if that really happens and why.
20336
203372007-10-06 Andreas Schwab <schwab@suse.de>
20338
20339 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
20340
203412007-10-04 Juanma Barranquero <lekktu@gmail.com>
20342
20343 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
20344
203452007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20346
20347 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
20348
203492007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20350
20351 * window.h (struct window):
20352 * window.c (struct save_window_data, struct saved_window):
20353 * termhooks.h (struct terminal):
20354 * process.h (struct Lisp_Process):
20355 * frame.h (struct frame):
20356 * buffer.h (struct buffer):
20357 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
20358 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
20359 The size field of (pseudo)vectors is now unsigned.
20360 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
20361
20362 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
20363 Turn `count' into an integer.
20364
20365 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
20366 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
20367 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
20368 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
20369 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
20370
20371 * alloc.c (allocate_pseudovector): New fun.
20372 (ALLOCATE_PSEUDOVECTOR): New macro.
20373 (allocate_window, allocate_terminal, allocate_frame)
20374 (allocate_process): Use it.
20375 (mark_vectorlike): New function.
20376 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
20377 (mark_terminals): Use it.
20378 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
20379 (Fmake_byte_code): Use XSETPVECTYPE.
20380
20381 * frame.c (Fframe_parameters): Minor simplification.
20382
20383 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
20384
20385 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
20386
20387 * buffer.c (Fget_buffer_create, init_buffer_once):
20388 * lread.c (defsubr):
20389 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
20390
20391 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
20392 defined differently in the m/*.h files.
20393 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
20394 (XSETPVECTYPE): New macro.
20395 (XSETPSEUDOVECTOR): Use it.
20396
20397 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
20398 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
20399
20400 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
20401 * lread.c (defvar_per_buffer):
20402 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
20403
20404 * window.c (candidate_window_p): Only consider as visible frames that
20405 are on the same terminal.
20406
20407 * m/ibms390x.h (MARKBIT): Remove unused macro.
20408
204092007-10-01 Juanma Barranquero <lekktu@gmail.com>
20410
20411 * lread.c (Fload): Fix typo in docstring.
20412
204132007-10-01 Michaël Cadilhac <michael@cadilhac.name>
20414
20415 * floatfns.c (Fexpt): Manually check for overflows, so that a power
20416 of a non-zero value can't yield zero.
20417
204182007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
20419
20420 * term.c (term_clear_mouse_face, term_mouse_highlight)
20421 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
20422
20423 * print.c (safe_debug_print): Use XHASH.
20424
20425 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
20426 Lisp elements such as tags.
20427 (XHASH): New macro.
20428 (EQ): Use it.
20429 (SREF, SSET, STRING_COPYIN): Use SDATA.
20430 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
20431
20432 * alloc.c (mark_terminal): Remove left-over declaration.
20433 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
20434 (allocate_vectorlike): Remove type argument. Adjust callers.
20435 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
20436 Only handle the one remaining MEM_TYPE_VECTORLIKE.
20437
20438 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
20439 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
20440 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
20441 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
20442 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
20443 Use them.
20444
20445 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
20446 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
20447 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
20448
204492007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
20450
20451 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
20452 loaded by default.
20453
204542007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20455
20456 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
20457 on this tty.
20458 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
20459
20460 * term.c (mouse_face_window): Rename from Qmouse_face_window.
20461 Update all users.
20462 (handle_one_term_event): Use Gpm_DrawPointer.
20463 (Fgpm_mouse_start): Rename from Fterm_open_connection.
20464 Signal errors instead of returning nil. Always return nil.
20465 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
20466 Make it a noop if gpm-mouse was not activated.
20467 (syms_of_term): Update names.
20468
204692007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
20470
20471 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
20472 (init_sys_modes): Check that gpm_tty is the current tty.
20473
20474 * alloc.c (allocate_terminal): Set the vector size to only count the
20475 lisp fields. Initialize those to nil.
20476 (mark_object): Don't treat terminals specially.
20477 (mark_terminal): Remove.
20478 (mark_terminals): Use mark_object instead.
20479
20480 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
20481 the GC to the beginning.
20482
20483 * indent.h:
20484 * indent.c: Use EMACS_INT for ints coming from Elisp data.
20485
20486 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
20487
204882007-09-25 Jason Rumney <jasonr@gnu.org>
20489
20490 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
20491
20492 * w32console.c (create_w32cons_output): Remove.
20493
20494 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
20495
20496 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
20497 (reset_sys_modes): Use reset_terminal_modes_hook.
20498
204992007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20500
20501 * eval.c (do_autoload): Don't output any message.
20502
205032007-09-24 Juri Linkov <juri@jurta.org>
20504
20505 * emacs.c (standard_args): Change priority of "--no-splash"
20506 from 40 to 3. Add "--no-desktop" with the same priority.
20507
205082007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
20509
20510 * alloc.c (gc_sweep): Check cons cell mark bits word by word
20511 and optimize the case where they are all 1.
20512
205132007-09-23 Johannes Weiner <hannes@saeurebad.de>
20514
20515 * lisp.h (abs): Define if not defined.
20516 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
20517 Don't define `abs', since it's defined in lisp.h.
20518
205192007-09-22 Eli Zaretskii <eliz@gnu.org>
20520
20521 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
20522 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
20523 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
20524 (init_tty): Use DEV_TTY instead of "/dev/tty".
20525 [WINDOWSNT]: No need to protect from NAME arg being null.
20526
205272007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20528
20529 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
20530 up the tty state.
20531
205322007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20533
20534 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
20535 (gpm_tty): Change its type.
20536 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
20537 (gpm_tty): Change its type and initialize it.
20538 (Fterm_open_connection): Check the frame is indeed a tty.
20539 Use the new gpm_tty.
20540 (Fterm_close_connection): Use the new gpm_tty.
20541 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
20542 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
20543
205442007-09-21 Juanma Barranquero <lekktu@gmail.com>
20545
20546 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
20547 underline_color, to draw strike-through.
20548
205492007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20550
20551 * lisp.h (allocate_terminal): Declare.
20552
20553 * window.c (candidate_window_p): Consider frames that are being placed
20554 by the user as somewhere between visible and iconified.
20555 (window_loop): Prefer windows on the current frame.
20556 (Fselect_window): Move the use of select-frame to the beginning so we
20557 can just delegate all the work (it'll call us back anyway).
20558
20559 * frame.c (Qdisplay_environment_variable):
20560 * frame.h (Qdisplay_environment_variable): Delete.
20561
20562 * .gdbinit (xbacktrace): Print the arg's address rather than the value
20563 of the first arg, since that value may be a union.
20564
20565 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
20566 parameter rather than Qdisplay_environment_variable. If all else
20567 fails, look for DISPLAY in initial-environment.
20568
205692007-09-21 Glenn Morris <rgm@gnu.org>
20570
20571 * Makefile.in (emacstool): Remove target.
20572 (lisp, shortlisp): Remove termdev.elc.
20573
205742007-09-21 Markus Triska <markus.triska@gmx.at>
20575
20576 * xterm.c (x_delete_display): Compile session management conditionally.
20577
205782007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20579
20580 * callproc.c (getenv_internal_1): New function.
20581 (getenv_internal): Use it.
20582 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
20583
20584 * terminal.c (get_terminal): Don't accept ints to represent terminals.
20585 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
20586 (Fset_terminal_parameter): Work with dead terminals as well.
20587 (Fmodify_terminal_parameters): Remove.
20588
20589 * terminal.c (get_terminal): Handle terminals.
20590 Make sure the terminal returned is live.
20591 (create_terminal): Use allocate_terminal.
20592 (mark_terminals): Move to alloc.c.
20593 (delete_terminal): Use terminal->name as liveness status.
20594 NULL out fields after freeing their contents.
20595 Don't deallocate the object.
20596 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
20597 rather than an int.
20598 (Fterminal_live_p): Accept non-integer arguments.
20599 (Fterminal_list): Return terminal objects rather than an ints.
20600
20601 * alloc.c (enum mem_type): New member for `terminal' objects.
20602 (allocate_terminal): New function.
20603 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
20604 Handle terminals.
20605 (mark_terminal): New fun.
20606 (mark_terminals): Move from terminal.c.
20607
20608 * term.c (get_tty_terminal): Don't treat output_initial specially.
20609 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20610 (delete_tty): Use terminal->name as liveness status.
20611
20612 * termhooks.h (struct terminal): Make it into a pseudovector.
20613 Remove `deleted' replaced by checking `name's nullness.
20614
20615 * print.c (print_object): Handle terminals.
20616
20617 * lisp.h (enum pvec_type): New `terminal' pseudovector.
20618 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20619
20620 * frame.c (make_terminal_frame):
20621 * keyboard.c (tty_read_avail_input):
20622 * w32term.c (x_delete_terminal):
20623 * xfns.c (Fx_create_frame, x_create_tip_frame):
20624 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20625
206262007-09-20 Glenn Morris <rgm@gnu.org>
20627
20628 * process.c (Fmake_network_process): Doc fix.
20629
206302007-09-19 Jason Rumney <jasonr@gnu.org>
20631
20632 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20633
206342007-09-19 Michaël Cadilhac <michael@cadilhac.name>
20635
20636 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20637 Fix a C warning regarding variable constness.
20638
20639 * xterm.c (handle_one_xevent): Fix a C warning.
20640
206412007-09-18 Jason Rumney <jasonr@gnu.org>
20642
20643 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20644
206452007-09-17 Jan Djärv <jan.h.d@swipnet.se>
20646
20647 * gtkutil.c (gdpy_def): New variable.
20648 (xg_initialize): Initialize gdpy_def.
20649 (xg_display_close): If no other display exists, set gdpy_def to a
20650 new connection.
20651
206522007-09-16 Jan Djärv <jan.h.d@swipnet.se>
20653
20654 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20655 when we have no file name for the icon.
20656 (xg_tool_bar_expose_callback): Remove.
20657 (xg_create_tool_bar): Don't connect expose signal to
20658 xg_tool_bar_expose_callback.
20659 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20660
206612007-09-16 Andreas Schwab <schwab@suse.de>
20662
20663 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20664 values instead of zapping them.
20665
206662007-09-14 Glenn Morris <rgm@gnu.org>
20667
20668 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20669 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20670 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20671 scope and rename to omfib_buffer for clarity.
20672 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20673
206742007-09-14 Kenichi Handa <handa@m17n.org>
20675
20676 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20677
206782007-09-13 Jason Rumney <jasonr@gnu.org>
20679
20680 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20681
20682 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20683
20684 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20685 (mac_term_init): Call here instead, passing rif.
20686
206872007-09-13 Glenn Morris <rgm@gnu.org>
20688
20689 * s/hpux.h: No longer define `static' as nothing.
20690
206912007-09-13 Johan Bockgård <bojohan@gnu.org>
20692
20693 * callint.c (Fcall_interactively): Remove unused var `fun'.
20694
206952007-09-12 Romain Francoise <romain@orebokech.com>
20696
20697 * window.c (prefer_window_split_horizontally, display_buffer):
20698 Revert 2007-09-08 change.
20699
207002007-09-12 Glenn Morris <rgm@gnu.org>
20701
20702 * alloca.c: Remove file.
20703 * Makefile.in (alloca): Do not undef.
20704 (allocaobj, alloca.o): Remove.
20705 (otherobj): Remove allocaobj.
20706 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20707 * regex.c (C_ALLOCA): Remove all references and code that was only
20708 used when this was defined.
20709 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20710 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20711 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20712
20713 * Makefile.in (SOURCES, unlock, relock): Delete.
20714
20715 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20716 (menu_grab_callback): All uses changed.
20717
20718 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20719 (x_reply_selection_request): All uses changed.
20720
207212007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20722
20723 * lread.c (load_warn_old_style_backquotes): Change message to look
20724 better when it appears in the middle of byte-compiler messages.
20725
207262007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
20727
20728 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20729
20730 * xterm.c (x_create_terminal): Add comment.
20731
20732 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20733
207342007-09-10 Richard Stallman <rms@gnu.org>
20735
20736 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20737
207382007-09-10 Michaël Cadilhac <michael@cadilhac.name>
20739
20740 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20741 (DEFUN): Document `intspec', use it instead of `prompt'.
20742
20743 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20744
20745 * data.c (Finteractive_form): If the interactive specification starts
20746 with a `(', use it as a Lisp form.
20747
20748 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20749 name and file modes.
20750
20751 * callint.c (Fcall_interactively): Comment fixes.
20752
207532007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20754
20755 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20756 and compiled functions.
20757
207582007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
20759
20760 * window.c (prefer_window_split_horizontally): New variable.
20761 (display_buffer): Consider splitting window horizontally depending
20762 on prefer_window_split_horizontally.
20763
207642007-09-08 Eli Zaretskii <eliz@gnu.org>
20765
20766 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20767
207682007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20769
20770 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20771
20772 * frame.c (x_set_frame_parameters): Check number is positive before
20773 using XFASTINT.
20774
20775 * window.c (freeze_window_start): Don't presume selected_window holds
20776 a window object.
20777 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20778
207792007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
20780
20781 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20782
207832007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20784
20785 * window.c (Vsplit_window_preferred_function): New var.
20786 (Fdisplay_buffer): Use it.
20787 (syms_of_window): Export, and initialize it.
20788
207892007-09-06 Pixel <pixel@mandriva.com> (tiny change)
20790
20791 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20792
207932007-09-06 Glenn Morris <rgm@gnu.org>
20794
20795 * gtkutil.c (menu_grab_callback) <cnt>:
20796 * xselect.c (x_reply_selection_request) <cnt>: Move static
20797 variable to file scope.
20798
207992007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20800
20801 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20802 consistent values of selected_frame and selected_window.
20803
208042007-09-04 Jason Rumney <jasonr@gnu.org>
20805
20806 * w32console.c (initialize_w32_display): Zero unused hooks.
20807
208082007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20809
20810 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20811 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20812
208132007-09-04 Jason Rumney <jasonr@gnu.org>
20814
20815 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20816 in w32console.c. Set up input. Remove XXX comments that have been
20817 confirmed as correct.
20818
20819 * s/ms-w32.h (MULTI_KBOARD): Define.
20820
20821 * w32console.c (one_and_only_w32cons): Remove.
20822 (initialize_w32_display): Take terminal argument.
20823
20824 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20825 initialize_w32_display.
20826 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20827
20828 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20829
20830 * keyboard.c (discard_mouse_events): Discard it.
20831 (make_lispy_event): Translate it to a lisp event.
20832 (lispy_wheel_names): Add wheel-left and right events.
20833 (syms_of_keyboard): Enlarge wheel_syms.
20834
20835 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20836 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20837
20838 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20839
20840 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20841 from WM_MOUSEHWHEEL.
20842 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20843
20844 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20845 terminal.
20846
20847 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20848 keyboard for the terminal.
20849
208502007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20851
20852 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20853 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20854 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20855 and resume-tty-function to resume-tty-hook.
20856 (Fsuspend_tty, Fresume_tty): Use new names.
20857
208582007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20859
20860 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20861 if it starts with "n:".
20862
208632007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20864
20865 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20866
208672007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20868
20869 * frame.h:
20870 * frame.c (Qterm_environment_variable): Remove.
20871 (syms_of_frame): Don't init and staticpro it.
20872
20873 * callproc.c (getenv_internal): Remove special case for $TERM.
20874
20875 * callproc.c (Vinitial_environment): New variable.
20876 (set_initial_environment): Initialize it.
20877 (syms_of_callproc): Declare it.
20878 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20879 TERM under which a process runs is never related to the TERM in which
20880 Emacs is running.
20881
208822007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20883
20884 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20885 * s/darwin.h: ... do it here.
20886
208872007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20888
20889 * lisp.h (set_initial_environment): Rename from set_global_environment.
20890
20891 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20892 removed by mistake on the multi-tty branch.
20893
20894 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20895 (Fmodify_frame_parameters): Return a value.
20896
20897 * image.c (png_load): Comment-out var only used in commented-out code.
20898
20899 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20900 before passing it to mark_object.
20901
20902 * xfaces.c (internal_resolve_face_name): Return a value.
20903 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20904
20905 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20906 (x_icon): Comment-out var only used in commented-out code.
20907
209082007-08-29 Romain Francoise <romain@orebokech.com>
20909
20910 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20911 QUIT hasn't been provided.
20912
209132007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20914
20915 * callproc.c (child_setup, getenv_internal): Use the
20916 display-environment-variable and term-environment-variable frame params.
20917 (set_initial_environment): Initialise Vprocess_environment.
20918
20919 * config.in: Disable multi-keyboard support on a mac.
20920
20921 * frame.c (Qterm_environment_variable)
20922 (Qdisplay_environment_variable): New variables.
20923 (syms_of_frame): Intern and staticpro them.
20924 (Fmake_terminal_frame): Disable output method test.
20925
20926 * frame.h: Declare them here.
20927
20928 * macfns.c (x_set_mouse_color): Get rif from the frame.
20929 (x_set_tool_bar_lines): Don't use updating_frame.
20930 (mac_window): Add 2 new parameters for consistency with other systems.
20931 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20932 frame parameters following what is done in X11 and w32. Don't use
20933 FRAME_MAC_DISPLAY_INFO.
20934 (Fx_open_connection, start_hourglass): Remove window-system check.
20935 (x_create_tip_frame): Get the keyboard from the terminal.
20936
20937 * macmenu.c: Reorder includes.
20938 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20939
20940 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20941 terminal parameter.
20942 (x_clear_frame): Add a frame parameter.
20943 (note_mouse_movement): Get rif from the frame.
20944 (mac_term_init): Initialize the terminal.
20945 (mac_initialize): Make static and move terminal initialization ...
20946 (mac_create_terminal): ... to this new function.
20947
20948 * macterm.h (struct mac_display_info): Add terminal.
20949 (mac_initialize): Delete declaration.
20950
20951 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20952
20953 * sysdep.c: Comment out text after #endif.
20954
20955 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20956 is defined. Better initialize ttys in windows. Use terminal
20957 specific mouse_position_hook.
20958
20959 * termhooks.h (union display_info): Add mac_display_info.
20960
20961 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20962 Set the default minibuffer frame, window_system and the rest of the
20963 frame parameters following what is done in X11.
20964
20965 * w32term.c (w32_initialize): Make static.
20966
20967 * xselect.c (x_handle_selection_clear): Only access
20968 terminal->kboard when MULTI_KBOARD is defined.
20969
20970 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20971 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20972
209732007-08-29 Jason Rumney <jasonr@gnu.org>
20974
20975 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20976 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20977
20978 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20979 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20980
20981 * keyboard.c (restore_kboard_configuration): Only define when
20982 MULTI_KBOARD defined.
20983
20984 * makefile.w32-in: Update dependancies from Makefile.in.
20985 (OBJ1): Add terminal.$(O)
20986
20987 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20988 Don't define function body.
20989 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20990
20991 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20992
20993 * w32.c (request_sigio, unrequest_sigio): Remove.
20994
20995 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20996 (w32con_clear_frame, w32con_clear_end_of_line)
20997 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20998 (w32con_delete_glyphs, w32con_set_terminal_window)
20999 (scroll_line, w32_sys_ring_bell): Add frame arg.
21000 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
21001 Add terminal arg.
21002 (PICK_FRAME): Remove.
21003 (w32con_write_glyphs): Use frame specific terminal coding.
21004 (one_and_only_w32cons): New global variable.
21005 (initialize_w32_display): Use it for storing hooks.
21006 (create_w32cons_output): New function.
21007
21008 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
21009 arg a frame.
21010
21011 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
21012 Set window_system.
21013 (x_set_tool_bar_lines): Don't use updating_frame.
21014 (Fx_create_frame): Set terminal and ref count.
21015 (Fx_open_connection): Remove window-system check.
21016
21017 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
21018
21019 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
21020 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
21021 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
21022 Add frame arg.
21023 (x_delete_terminal, w32_create_terminal): New functions.
21024 (w32_term_init): Create a terminal.
21025 (w32_initialize): Move terminal specific initialization to
21026 w32_create_terminal.
21027
21028 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
21029 (w32_clear_rect, w32_clear_area): Use background from frame.
21030 (w32_display_info): Add terminal.
21031 (w32_sys_ring_bell, x_delete_display): Declare here.
21032
21033 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
21034
21035 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
21036
210372007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
21038
21039 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
21040 Fix get_named_tty calls for the controlling tty.
21041
210422007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21043
194d44e7 21044 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
21045
210462007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
21047
21048 * term.c (tty_insert_glyphs): Add missing first parameter.
21049
210502007-08-29 Károly Lőrentey <karoly@lorentey.hu>
21051
21052 * buffer.c (Fbuffer_list, Fbury_buffer):
21053 Take frame->buried_buffer_list into account.
21054
21055 * cm.c (current_tty): New variable, for cmputc().
21056 (cmputc): Use it.
21057 (cmcheckmagic): Add tty parameter, look up terminal streams there.
21058 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
21059 (cmgoto): Add tty parameter. Pass it on to calccost().
21060 Use emacs_tputs() instead of tputs().
21061
21062 * cm.h (emacs_tputs): New macro to set current_tty, and then call
21063 tputs().
21064 (current_tty): New variable, for cmputc().
21065 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
21066
21067 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
21068 (internal_condition_case, internal_condition_case_1)
21069 (internal_condition_case_2): Don't abort when x_catching_errors.
21070
21071 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
21072 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
21073 prevent crashes caused by bogus longjmps in read_char.
21074
21075 * keymap.h (Fset_keymap_parent): Add EXFUN.
21076
21077 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
21078 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21079 Remove redundant definition.
21080
21081 * macfns.c (x_set_mouse_color, x_make_gc):
21082 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21083
21084 * w32term.c (x_free_frame_resources):
21085 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21086 (w32_initialize): Use the accessor macros for terminal characteristics.
21087
21088 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
21089 Use the accessor macros for terminal characteristics.
21090 * msdos.c (internal_terminal_init): Use the accessor macros for
21091 terminal characteristics.
21092 (ScreenVisualBell, internal_terminal_init):
21093 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21094
21095 * termopts.h (no_redraw_on_reenter): Declare.
21096
21097 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
21098 (mark_terminals, mark_ttys): Declare.
21099 (Fgarbage_collect): Call them.
21100 (mark_object): Mark buried_buffer_list.
21101
21102 * prefix-args.c: Include stdlib.h for exit.
21103
21104 * syssignal.h: Add comment.
21105
21106 * indent.c: Include stdio.h.
21107
21108 * window.h (Vinitial_window_system): Declare.
21109 (Vwindow_system): Delete declaration.
21110
21111 * fontset.c (Finternal_char_font): Use FRAME_RIF.
21112
21113 * image.c (lookup_image): Don't initialize `c' until the xasserts
21114 have been run.
21115
21116 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
21117 FRAME_FOREGROUND_PIXEL.
21118
21119 * print.c (print_preprocess): Don't lose print_depth levels while
21120 iterating.
21121
21122 * widget.c (update_from_various_frame_slots):
21123 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21124
21125 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
21126 frames.
21127 (window_internal_height): Remove bogus make_number call.
21128 (init_window_once): Call make_terminal_frame with two zero parameters.
21129
21130 * fileio.c (Fread_file_name): Update comment.
21131
21132 * callint.c (Fcall_interactively):
21133 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
21134 Make sure it is correctly unwound.
21135
21136 * xsmfns.c (x_session_close): New function.
21137
21138 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
21139 Delete declarations.
21140
21141 * xterm.h: Remove declaration for x_fully_uncatch_errors.
21142 (x_output): Remove background_pixel and foreground_pixel fields.
21143 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
21144 (x_delete_device, x_session_close): Declare.
21145
21146 * lread.c: Include setjmp.h. Update declaration of `read_char'.
21147 (read_filtered_event): Call `read_char' with a local
21148 `wrong_kboard_jmpbuf'.
21149
21150 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
21151 Don't call single_kboard_state. Use FRAME_RIF.
21152
21153 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
21154 systems.
21155
21156 * lisp.h (set_process_environment): Rename to `set_global_environment'.
21157 (Fframe_with_environment, Fset_input_meta_mode)
21158 (Fset_quit_char): EXFUN.
21159 (x_create_device, tty_output, terminal, tty_display_info): Declare.
21160 (init_sys_modes, reset_sys_modes): Update prototypes.
21161 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
21162
21163 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
21164 Vlocal_key_translation_map, and Vkeyboard_translate_table.
21165 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
21166 Delete declarations.
21167 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
21168 (temporarily_switch_to_single_kboard, tty_read_avail_input):
21169 New declarations.
21170
21171 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
21172 already does that during init_display(). Call syms_of_keymap
21173 before syms_of_keyboard. Call `syms_of_terminal'.
21174 Call set_initial_environment, not set_process_environment.
21175 (shut_down_emacs): Call reset_all_sys_modes() instead of
21176 reset_sys_modes().
21177
21178 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
21179 (internal_resolve_face_name, resolve_face_name_error): New functions.
21180 (resolve_face_name): Protect against loops and errors thrown by Fget.
21181 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
21182 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
21183
21184 * scroll.c: Replace CURTTY() with local variables throughout the
21185 file (where applicable).
21186 (calculate_scrolling, calculate_direct_scrolling)
21187 (scrolling_1, scroll_cost): Use the accessor macros for terminal
21188 characteristics.
21189
21190 * keymap.c (Vfunction_key_map): Remove.
21191 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
21192 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
21193 (Vkey_translation_map): Remove.
21194 (syms_of_keymap): Remove DEFVAR for key-translation-map.
21195 (Fdescribe_buffer_bindings)
21196 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
21197 Update for terminal-local key-translation-map.
21198
21199 * Makefile.in (callproc.o): Update dependencies.
21200 (lisp, shortlisp): Add termdev.elc.
21201 (obj): Add terminal.o.
21202 (terminal.o): Add dependencies.
21203 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
21204 (data.o, fns.o): Add termhooks.h dependency.
21205 (SOME_MACHINE_LISP): Add dnd.elc.
21206 (minibuf.o): Fix typo.
21207 Update dependencies.
21208
21209 * data.c (do_symval_forwarding, store_symval_forwarding)
21210 (find_symbol_value): Use the selected frame's keyboard, not
21211 current_kboard.
21212
21213 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
21214 Vwindow_system.
21215
21216 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
21217 Fmenu_bar_open.
21218 (syms_of_xmenu): Update defsubr.
21219 (mouse_position_for_popup, Fx_popup_menu)
21220 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
21221 (set_frame_menubar, free_frame_menubar)
b97439ce 21222 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
21223 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
21224 an X frame.
21225
21226 * xselect.c (x_own_selection): Abort if not an X frame.
21227 (some_frame_on_display): Check if it is an X frame.
21228 (x_handle_selection_clear): Deal with MULTI_KBOARD.
21229
21230 * coding.c: Include frame.h and termhooks.h.
21231 (terminal_coding, keyboard_coding): Delete.
21232 (Fset_terminal_coding_system_internal)
21233 (Fset_keyboard_coding_system_internal)
21234 (Fkeyboard_coding_system)
21235 (Fterminal_coding_system): Add a terminal parameter.
21236 Get terminal_coding from the terminal.
21237 (init_coding_once): Don't call setup_coding_system here.
21238
21239 * dispextern.h (set_scroll_region, turn_off_insert)
21240 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
21241 (tty_clear_end_of_line, tty_setup_colors)
21242 (delete_tty, updating_frame)
21243 (produce_special_glyphs, produce_glyphs, write_glyphs)
21244 (insert_glyphs): Remove.
21245 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
21246 (tty_turn_off_highlight, get_tty_size): Add declaration.
21247 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
21248
21249 * frame.h (enum output_method): Add output_initial.
21250 (struct x_output): Delete.
21251 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21252 Access foreground_pixel and background_pixel directly from the frame.
21253 (tty_display): Delete.
21254 (struct frame): Add buried_buffer_list, foreground_pixel,
21255 background_pixel and terminal. Delete kboard.
21256 (union output_data): Add tty.
21257 (FRAME_KBOARD): Get the kboard from the terminal.
21258 (FRAME_INITIAL_P): New macro.
21259 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
21260 (Qterm_environment_variable, Qdisplay_environment_variable)
21261 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
21262 New declarations.
21263
21264 * termchar.h (tty_output, tty_display_info): New structures.
21265 (tty_list): Declare.
21266 (FRAME_TTY, CURTTY): New macros.
21267 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
21268 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
21269 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
21270 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
21271
21272 * callproc.c: Include frame.h and termhooks.h, for terminal
21273 parameters.
21274 (add_env): New function.
21275 (child_setup): Use it.
21276 (child_setup, getenv_internal): Handle the new Vprocess_environment.
21277 (getenv_internal): Fix get_terminal_param call.
21278 (Fgetenv_internal, egetenv): Update doc.
21279 (syms_of_callproc): Initialize Vprocess_environment to nil.
21280 Register and initialize them. Remove obsolete defvars. Update doc
21281 strings.
21282 (child_setup): Handle Vlocal_environment_variables.
21283 (getenv_internal): Add terminal parameter.
21284 Handle Vlocal_environment_variables.
21285 (Fgetenv_internal): Add terminal parameter.
21286 (child_setup, getenv_internal, Fgetenv_internal): Store the local
21287 environment in a frame (not terminal) parameter. Update doc strings.
21288 (set_initial_environment): Rename from set_global_environment.
21289 Store Emacs environment in initial frame parameter.
21290
21291 * xdisp.c (redisplay_internal): Update references to
21292 `previous_terminal_frame'.
21293 (display_mode_line, Fformat_mode_line): Replace calls to
21294 `push_frame_kboard' with `push_kboard'.
21295 (get_glyph_string_clip_rects): Add extra parentheses and
21296 braces to prevent compiler warnings.
21297 (calc_pixel_width_or_height): Add xassert to check that the
21298 frame is alive. Don't call `lookup_image' on a termcap frame.
21299 (message2_nolog, message3_nolog, redisplay_internal)
21300 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
21301 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
21302 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
21303 (Fx_display_pixel_width, Fx_display_pixel_height)
21304 (Fx_display_planes, Fx_display_color_cells)
21305 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
21306 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
21307 (Fx_display_backing_store, Fx_display_visual_class)
21308 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
21309 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
21310
21311 * xfns.c (x_set_foreground_color x_set_background_color)
21312 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
21313 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21314 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
21315 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
21316 terminal that is being deleted.
21317 (Fx_create_frame): Use `store_frame_param' to set `window-system'
21318 frame parameter, and make sure it overrides any user-supplied setting.
21319 (Fx_close_connection, Fx_synchronize): Unify argument names with
21320 the rest of the DEFUNs.
21321
21322 * dispnew.c (Fsend_string_to_terminal): Update call to
21323 `get_tty_terminal'.
21324 (Fredraw_frame, Fsend_string_to_terminal)
21325 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
21326 FRAME_TERMCAP_P and FRAME_TTY.
21327 (window_change_signal): Don't believe width/height values that are
21328 impossibly small.
21329 (Vinitial_window_system): Rename from Vwindow_system.
21330 (termscript, Wcm, rif): Delete.
21331
21332 * termhooks.h (struct terminal): New struct containing the
21333 previously global text display hooks and new members NAME,
21334 DELETED and PARAM_ALIST.
21335 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
21336 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
21337 (FRAME_RIF): New macros.
21338 (get_terminal_param, get_device): New declarations.
21339 (termscript): Delete declaration.
21340
21341 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
21342 (XTflash, x_free_frame_resources, x_scroll_bar_create)
21343 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
21344 FRAME_FOREGROUND_PIXEL.
21345 (x_fully_uncatch_errors): Disable definition.
21346 (x_scroll_bar_expose): Fix reference to foreground pixel.
21347 (XTread_socket): Disable loop on all X displays.
21348 (x_delete_terminal): Don't set terminal->deleted and let
21349 delete_terminal delete the frames on the terminal.
21350 (x_delete_display): Doc update to reflect changes in
21351 delete_terminal.
21352 (x_display_info) <terminal>: Move member earlier in the struct.
21353 (deleting_tty): Remove old variable.
21354 (Fsuspend_tty): Call clear_tty_hooks.
21355 (Fresume_tty, init_tty): Call set_tty_hooks.
21356 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
21357 errors on X frames.
21358 (x_catch_errors_unwind): Abort if x_error_message is NULL.
21359 (handle_one_xevent): Initialize `f' to NULL.
21360 (x_delete_terminal, x_create_terminal): New functions.
21361 (XTset_terminal_modes, XTreset_terminal_modes)
21362 (XTread_socket, x_connection_closed, x_term_init)
21363 (x_term_init, x_delete_display): Add terminal parameter.
21364 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
21365 X connections.
21366
21367 * frame.c: Include termchar.h.
21368 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
21369 (Qwindow_system, Qenvironment, Qterm_environment_variable)
21370 (Qdisplay_environment_variable): New vars.
21371 (Fframep): Deal with output_initial.
21372 (Fframe-live-p): Doc fix.
21373 (Fwindow-system): New function.
21374 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
21375 (make_terminal_frame): Don't create frames on a terminal that is
21376 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21377 (store_frame_param): Check for found_for_frame before calling XFRAME.
21378 (Fmake_terminal_frame): Handle NULL tty names correctly.
21379 (syms_of_frame): Enhance doc string of `default-frame-alist'.
21380 (Fdelete_frame): Remove unused variable `count'. Don't allow other
21381 frames to refer to a deleted frame in their 'environment parameter.
21382 (Fframe_with_environment): New function.
21383 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
21384 (get_future_frame_param): New function.
21385 (Fmake_terminal_frame): Use it.
21386 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
21387
21388 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
21389 * sysdep.c (reset_sys_modes): Update for renames.
21390
21391 * keyboard.c (tty_read_avail_input): New function.
21392 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
21393 (syms_of_keyboard): Defsubr them.
21394 (Fset_input_meta_mode, Fset_quit_char): New functions.
21395 (Fset_input_mode): Split to above functions.
21396 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
21397 parameter. Use it in call to `read_char'.
21398 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
21399 Set wrong_kboard_jmpbuf correctly in recursive calls.
21400 Use current_kboard to access Vkeyboard_translate_table.
21401 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
21402 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
21403 Update longjmp invocations. Remember the original current_kboard,
21404 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
21405 changes it. Comment out unnecessary calls to
21406 `record_single_kboard_state' and `any_kboard_state'.
21407 Update recursive calls.
21408 (wrong_kboard_jmpbuf): Remove global variable.
21409 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
21410 Handle deleted interrupted_kboards correctly; that is a legal
21411 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
21412 and read_char calls. Abort if interrupted_kboard died in read_char.
21413 (any_kboard_state, single_kboard_state)
21414 (push_frame_kboard): Remove function.
21415 (pop_kboard): Switch out of single_kboard mode if the kboard has
21416 been deleted. Remove unused variable. Help debugging by not
21417 changing current_kboard unnecessarily. Set current_kboard to the
21418 kboard of the selected frame when the stored kboard object has
21419 been deleted before pop_kboard.
21420 (temporarily_switch_to_single_kboard): Change first parameter to a
21421 frame pointer. Throw an error when caller wants to change kboards
21422 while in single_kboard mode. Don't push_kboard if we weren't in
21423 single kboard state. Don't pop_kboard if we popped into any
21424 kboard state.
21425 (restore_kboard_configuration): Abort if pop_kboard changed the
21426 kboard in single_kboard mode. Call pop_kboard only after setting
21427 up single_kboard mode.
21428 (Frecursive_edit): Switch to single_kboard mode only in nested
21429 command loops.
21430 (cmd_error, command_loop, command_loop_1, timer_check):
21431 Comment out unnecessary call to `any_kboard_state' and
21432 `record_single_kboard_state'.
21433 (delete_kboard): Exit single_kboard mode if we have just deleted
21434 that kboard. Use FRAME_KBOARD.
21435 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
21436 `fatal_error_signal'.
21437 (record_single_kboard_state): Don't push_kboard if we weren't in
21438 single kboard state. Don't pop_kboard if we popped into any
21439 kboard state.
21440 (push_frame_kboard): Rename to push_kboard.
21441 (kbd_buffer_get_event): Use FRAME_TERMINAL.
21442 (read_avail_input): Read input from all terminals.
21443 (mark_kboards): Also mark Vkeyboard_translate_table.
21444 (kbd_buffer_store_event_hold): Simplify condition.
21445 (read_key_sequence): Reinitialize fkey and keytran at each replay.
21446 (Vkeyboard_translate_table): Move to struct kboard.
21447 (init_kboard): Initialize Vkeyboard_translate_table.
21448 (syms_of_keyboard): Use DEFVAR_KBOARD to define
21449 Vkeyboard_translate_table. Update doc strings. Update docs of
21450 local-function-key-map and function-key-map.
21451
21452 * terminal.c: New file.
21453
21454 * term.c: Include errno.h.
21455 (Vring_bell_function, device_list, initial_device)
21456 (next_device_id, ring_bell, update_begin, update_end)
21457 (set_terminal_window, cursor_to, raw_cursor_to)
21458 (clear_to_end, clear_frame, clear_end_of_line)
21459 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
21460 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
21461 (syms_of_term): Move their initialization to terminal.c.
21462 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
21463 (Ftty_display_color_cells)
21464 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
21465 (clear_tty_hooks, set_tty_hooks)
21466 (init_tty, maybe_fatal): New functions.
21467 (Ftty_type): Return nil if terminal is not on a tty instead of
21468 throwing an error. Doc update.
21469 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
21470 Doc update. Initialize new subrs and variables.
21471 (delete_tty): Use terminal->deleted.
21472 (tty_set_terminal_modes): Rename from set_terminal_modes.
21473 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
21474 (set_scroll_region): Rename to `tty_set_scroll_region'.
21475 (turn_on_insert): Rename to `tty_turn_on_insert'.
21476 (turn_off_insert): Rename to `tty_turn_off_insert'.
21477 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
21478 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
21479 (toggle_highligh): Rename to `tty_toggle_highlight'.
21480 (background_highlight): Rename to `tty_background_highlight'.
21481 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
21482 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
21483 (tty_set_scroll_region, tty_background_highlight)
21484 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
21485 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
21486 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
21487 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
21488 Add static modifier.
21489 (tty_reset_terminal_modes, tty_set_terminal_window)
21490 (tty_set_scroll_region, tty_background_highlight)
21491 (tty_highlight_if_desired, tty_cursor_to)
21492 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
21493 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
21494 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
21495 renames.
21496
214972007-08-28 Jan Djärv <jan.h.d@swipnet.se>
21498
21499 * keyboard.c: Qrtl is new.
21500 (parse_tool_bar_item): Handle :rtl keyword.
21501 (syms_of_keyboard): Intern :rtl keyword.
21502
21503 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
21504
21505 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
21506 so no Lisp code is executed.
21507 (file_for_image, find_rtl_image): New functions.
21508 (xg_get_image_for_pixmap): Use file_for_image.
21509 (update_frame_tool_bar): If direction is RTL, use RTL image if
21510 defined. Use Gtk stock images if defined.
21511
215122007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21513
21514 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
21515 for nonexistent or zero-width glyph in composition glyph.
21516
215172007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
21518
21519 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
21520
21521 * xdisp.c (Finvisible_p): New function.
21522 (syms_of_xdisp): defsubr it.
21523
215242007-08-24 Juanma Barranquero <lekktu@gmail.com>
21525
21526 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
21527 Doc fixes.
21528
215292007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21530
21531 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
21532
215332007-08-24 Martin Rudalics <rudalics@gmx.at>
21534
21535 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
21536 whether decoding has modified buffer contents.
21537
215382007-08-24 Jason Rumney <jasonr@gnu.org>
21539
21540 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
21541 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
21542 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
21543 (init_svg_functions) [HAVE_NTGUI]: New function.
21544 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
21545 (svg_load_image): Use them.
21546 (svg_load_image) [HAVE_NTGUI]: Implement background.
21547
215482007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21549
21550 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
21551 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
21552 (LIBX): Remove @RSVG_LIBS@.
21553 (LIBES): Add $(RSVG_LIBS).
21554
21555 * image.c (svg_load_image): Blend with specified background if exists.
21556 Use IMAGE_BACKGROUND. Add Mac OS Support.
21557
21558 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
21559 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
21560 Remove macros.
21561 [MAC_OSX] (socket_callback): Do nothing.
21562 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
21563 ReceiveNextEvent.
21564 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
21565 socket_callback.
21566 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
21567
215682007-08-22 Glenn Morris <rgm@gnu.org>
21569
21570 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
21571
215722007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
21573
21574 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
21575
21576 * image.c: Add support for SVG images. Some additional comments
21577 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
21578 (svg_image_p): New function to test for SVG image.
21579 (svg_load): New function to load SVG image.
21580 (svg_load_image): New function, helper for svg_load.
21581 (Qsvg): New Lisp_object.
21582 (svg_keyword_index): New enum.
21583 (svg_format): New static `image_keyword' struct.
21584 (svg_type): New static `image_type' struct.
21585 (librsvg/rsvg.h): Include it.
21586
215872007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21588
21589 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
21590
215912007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21592
21593 * lread.c (Qold_style_backquotes): New var.
21594 (syms_of_lread): Init and staticpro it.
21595 (load_warn_old_style_backquotes): New fun.
21596 (Fload): Use them to warn about old style backquotes.
21597 (end_of_file_error, Fload): Remove unused vars.
21598
21599 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
21600
21601 * lread.c (Vold_style_backquotes): New var.
21602 (syms_of_lread): Init and export it to Elisp.
21603 (read1): Set it when we find an old-style (back)quote.
21604
216052007-08-22 Jason Rumney <jasonr@gnu.org>
21606
21607 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21608
216092007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21610
21611 * puresize.h (BASE_PURESIZE): Increase to 1140000.
21612
216132007-08-19 Richard Stallman <rms@gnu.org>
21614
21615 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21616
216172007-08-19 Andreas Schwab <schwab@suse.de>
21618
21619 * alloc.c (pure): Round PURESIZE up.
21620
216212007-08-17 Jan Djärv <jan.h.d@swipnet.se>
21622
21623 * xterm.c (handle_one_xevent): Remove check that mouse click is in
21624 active frame.
21625
216262007-08-16 Richard Stallman <rms@gnu.org>
21627
21628 * eval.c (Fcommandp): Add parens to clarify.
21629
21630 * minibuf.c (Fall_completions): Use enum for type of table.
21631
21632 * emacs.c (USAGE2): Improve text.
21633
216342007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
21635
21636 * term.c (tty_default_color_capabilities): Declare static
21637 variables in file scope, to avoid HPUX compiler problem.
21638
216392007-08-13 Jan Djärv <jan.h.d@swipnet.se>
21640
21641 * gtkutil.c (update_frame_tool_bar): Use -1 as index
21642 to gtk_toolbar_insert.
21643
216442007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
21645
21646 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21647
21648 * insdel.c (reset_var_on_error): New fun.
21649 (signal_before_change, signal_after_change):
21650 Use it to reset (after|before)-change-functions to nil in case of error.
21651 Bind inhibit-modification-hooks to t.
21652 Don't bind (after|before)-change-functions to nil while they run.
21653
216542007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21655
21656 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21657 filling pixmap with stippled background.
21658
216592007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21660
21661 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21662 Don't use invisible frame as parent window for repositioning.
21663
216642007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21665
21666 * print.c (new_backquote_output): Rename from old_backquote_output.
21667 (print): Inverse its logic (according to its name) so as to match the
21668 behavior of new_backquote_flag in lread.c.
21669
216702007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21671
21672 * gmalloc.c (posix_memalign): New function.
21673
21674 * macterm.c (frame_highlight, frame_unhighlight): Don't call
21675 ActivateControl/DeactivateControl here.
21676 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21677 frame-notice-user-settings is non-nil.
21678 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21679 for kEventParamFMFontStyle.
21680 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21681 mac_pass_command_to_system and mac_pass_control_to_system here.
21682 (XTread_socket): Call ActivateControl/DeactivateControl here.
21683 (XTread_socket) [TARGET_API_MAC_CARBON]:
21684 Check mac_pass_command_to_system and mac_pass_control_to_system here.
21685 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21686 for window repositioning.
21687
216882007-08-08 Glenn Morris <rgm@gnu.org>
21689
21690 * Replace `iff' in doc-strings and comments.
21691
216922007-08-07 Chong Yidong <cyd@stupidchicken.com>
21693
21694 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21695
216962007-08-07 Martin Rudalics <rudalics@gmx.at>
21697
21698 * fileio.c (Finsert_file_contents): Run format-decode and
21699 after_insert_file_functions on entire buffer when REPLACE is
21700 non-nil and inhibit modification_hooks and point_motion_hooks.
21701 For consistency, run after_insert_file_functions iff something
21702 got inserted. Move signal_after_change and update_compositions
21703 after code running after_insert_file_functions. Make sure that
21704 undo_list doesn't record intermediate steps of the decoding process.
21705
217062007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21707
21708 * emacs.c (main)
21709 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21710 Call malloc_enable_thread on interactive startup.
21711
21712 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21713 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21714 [USE_PTHREAD]: Conditionalize with it.
21715 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21716 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21717 New functions.
21718
217192007-08-06 Chong Yidong <cyd@stupidchicken.com>
21720
21721 * xdisp.c (redisplay_window): When restoring original buffer
21722 position, make sure it is still valid.
21723
21724 * image.c (png_load): Ignore png-supplied background color.
21725
217262007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21727
21728 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21729 Use kCFAbsoluteTimeIntervalSince1970.
21730
21731 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21732 New variable.
21733 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21734 event loop should be quit.
21735 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21736 Quit dialog event loop if quit_dialog_event_loop is set.
21737
21738 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21739 (Selection): New typedef. Use instead of ScrapRef.
21740 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21741 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21742 (mac_clear_selection): Rename from clear_scrap.
21743 (get_flavor_type_from_symbol): New argument SEL and subsume function of
21744 scrap_has_target_type. All uses changed.
21745 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21746 (mac_selection_has_target_p): New functions.
21747 (mac_put_selection_value): Rename from put_scrap_string.
21748 (mac_get_selection_value): Rename from get_scrap_string.
21749 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21750 (put_scrap_private_timestamp, scrap_has_target_type)
21751 (get_scrap_private_timestamp): Remove functions.
21752 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21753 (x_own_selection, x_get_local_selection):
21754 Use mac_valid_selection_value_p.
21755 (x_own_selection): Don't use put_scrap_private_timestamp.
21756 Record OWNERSHIP-INFO into Vselection_alist instead.
21757 (x_get_local_selection): Don't check type if request is local.
21758 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21759 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21760
217612007-08-04 Jan Djärv <jan.h.d@swipnet.se>
21762
21763 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21764 add comment explaining why.
21765
217662007-08-03 Richard Stallman <rms@gnu.org>
21767
21768 * fileio.c (Fvisited_file_modtime): Use make_time.
21769
217702007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
21771
21772 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21773 build.
21774
217752007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21776
21777 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21778
217792007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
21780
21781 * puresize.h (BASE_PURESIZE): Increase to 1130000.
21782
217832007-07-30 Richard Stallman <rms@gnu.org>
21784
21785 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21786
217872007-07-29 Jan Djärv <jan.h.d@swipnet.se>
21788
21789 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
21790
217912007-07-28 Nick Roberts <nickrob@snap.net.nz>
21792
21793 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21794 remote default-directory.
21795
21796 * buffer.c (mode-line-format): Update doc string.
21797
217982007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21799
21800 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21801 scroll bar gap.
21802 (x_scroll_bar_create): Set bar->fringe_extended_p.
21803 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21804 on frame edge. Check fringe background extension. Don't clear
21805 extended fringe background area.
21806
21807 * w32term.h (struct scroll_bar): New member fringe_extended_p.
21808 (w32_fill_area): Enclose multiple statements with do ... while (0).
21809
21810 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21811 Extend fringe background to scroll bar gap.
21812 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21813 Set bar->fringe_extended_p.
21814 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21815 Put leftmost/rightmost scroll bars on frame edge. Check fringe
21816 background extension. Don't clear extended fringe background area.
21817
21818 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21819 New member fringe_extended_p.
21820
218212007-07-25 Glenn Morris <rgm@gnu.org>
21822
21823 * Relicense all FSF files to GPLv3 or later.
21824
21825 * COPYING: Switch to GPLv3.
21826
218272007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21828
21829 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21830
21831 * data.c (Finteractive_form): Check for the presence of an
21832 `interactive-form' symbol property more thoroughly.
21833
21834 * data.c (Finteractive_form): Use an `interactive-form' property if
21835 present, analogous to the function-documentation property.
21836
218372007-07-24 Jason Rumney <jasonr@gnu.org>
21838
21839 * w32fns.c (x_real_positions): Get real position from OS instead of
21840 calculating it.
21841
218422007-07-23 Jason Rumney <jasonr@gnu.org>
21843
21844 * filelock.c (current_lock_owner): Allow for @ sign in username.
21845
218462007-07-22 Nick Roberts <nickrob@snap.net.nz>
21847
21848 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21849 remote default-directory.
21850
21851 * buffer.c (mode-line-format): Describe above case in doc string.
21852
218532007-07-20 Eli Zaretskii <eliz@gnu.org>
21854
21855 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21856 Define if not defined.
21857
218582007-07-18 Jason Rumney <jasonr@gnu.org>
21859
21860 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21861
218622007-07-18 Richard Stallman <rms@gnu.org>
21863
21864 * data.c (Fsetq_default): Doc fix.
21865
21866 * eval.c (Fsetq): Doc fix.
21867
218682007-07-18 Juanma Barranquero <lekktu@gmail.com>
21869
21870 * coding.c (Ffind_operation_coding_system):
21871 * eval.c (For, Fand): Doc fixes.
21872 Reported by Johan Bockgård.
21873
218742007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21875
21876 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21877
21878 * xterm.h: Declare x_ewmh_activate_frame.
21879
21880 * xterm.c (x_ewmh_activate_frame): New function.
21881 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21882
218832007-07-17 Martin Rudalics <rudalics@gmx.at>
21884
21885 * window.c (Fdisplay_buffer): If largest or LRU window is the
21886 only window, split it even if it is not eligible for splitting.
21887 This restores the original behavior broken by the 2007-07-15
21888 change.
21889
218902007-07-17 Glenn Morris <rgm@gnu.org>
21891
21892 * abbrev.c (abbrev_check_chars): New function.
21893 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21894 Call abbrev_check_chars to check abbrev characters are word
21895 constituents. Doc fix.
21896
218972007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21898
21899 * process.c (Fstart_process, Fmake_network_process)
21900 (read_process_output): Fix up last changes.
21901
219022007-07-16 Eli Zaretskii <eliz@gnu.org>
21903
21904 * makefile.w32-in (clean): Don't delete *~.
21905
219062007-07-16 Andreas Schwab <schwab@suse.de>
21907
21908 * window.c (Fdisplay_buffer): Use NILP.
21909 (Fset_window_scroll_bars): Likewise.
21910
219112007-07-15 Martin Rudalics <rudalics@gmx.at>
21912
21913 * window.c (window_min_size_2): New function.
21914 (window_min_size_1, size_window, Fdisplay_buffer)
21915 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21916 windows without mode- or header-lines when window-min-height is
21917 too small.
21918 (size_window): Reset nodelete_p after testing it, following an
21919 earlier note by Kim F. Storm.
21920 (display_buffer): Do not set split_height_threshold to twice the
21921 value of window_min_height to avoid changing the value of a
21922 customizable variable. Rather explicitly check whether the
21923 height of the window that shall be splitted is at least as large
21924 as split_height_threshold.
21925 (Fwindow_full_width_p): New defun.
21926 (syms_of_window): Defsubr it.
21927
21928 * window.h: Add EXFUN for Fwindow_full_width_p.
21929
219302007-07-14 Jason Rumney <jasonr@gnu.org>
21931
21932 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21933
219342007-07-14 Richard Stallman <rms@gnu.org>
21935
21936 * eval.c (maybe_call_debugger): New function.
21937 (find_handler_clause): Use maybe_call_debugger.
21938 Call it when the handler says `debug'.
21939 Eliminate DEBUGGER_VALUE_PTR.
21940 (Fsignal): Eliminate debugger_value.
21941 (Qdebug): New variable.
21942 (syms_of_eval): Initialize it.
21943
219442007-07-14 Juanma Barranquero <lekktu@gmail.com>
21945
21946 * eval.c (Fprogn):
21947 * keyboard.c (Ftrack_mouse):
21948 * print.c (Fwith_output_to_temp_buffer):
21949 * window.c (Fsave_window_excursion): Doc fix.
21950
219512007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21952
21953 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21954
219552007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21956
21957 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21958 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21959 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21960 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21961 Remove unused encoding_carryover.
21962 * process.c: Adjust all functions accordingly.
21963
219642007-07-12 Richard Stallman <rms@gnu.org>
21965
21966 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21967
219682007-07-11 Jason Rumney <jasonr@gnu.org>
21969
21970 * makefile.w32-in (LIBS): Include OLE32.
21971
21972 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21973 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21974
219752007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21976
21977 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21978 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21979 from a Lisp_Object into a bare pointer.
21980 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21981 Adjust the code correspondingly.
21982
21983 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21984
21985 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21986 (term_show_mouse_face): Remove unused var `j'.
21987 (handle_one_term_event): Remove unused vars `i' and `j'.
21988 Don't cast return value of ttyname since it's not necessary.
21989
219902007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21991
21992 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21993 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21994
21995 * fns.c (map_char_table): Use an array of int for `indices' rather than
21996 an array of Lisp_Objects (which are only ever integers anyway).
21997 (Fmap_char_table): Update caller.
21998 * lisp.h: Update prototype.
21999 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
22000 * fontset.c (Ffontset_info):
22001 * casetab.c (set_case_table): Update callers.
22002
22003 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
22004
22005 * keymap.c (struct accessible_keymaps_data)
22006 (struct where_is_internal_data): New structures.
22007 (accessible_keymaps_1, where_is_internal_1): Use them to change
22008 interface to adhere to the one used by map_keymap.
22009 (Faccessible_keymaps, where_is_internal): Use map_keymap.
22010 (accessible_keymaps_char_table, where_is_internal_2): Remove.
22011
22012 * keymap.h (map_keymap_function_t): More informative prototype.
22013
220142007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
22015
22016 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
22017 (looking_at_1): Don't change search_regs and last_thing_searched
22018 if `inhibit-changing-match-data' is non-nil.
22019 (string_match_1, search_buffer, set_search_regs): Likewise.
22020 (syms_of_search): Add Lisp level definition for
22021 `inhibit-changing-match-data' and set it to nil.
22022 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
22023 start and end of the match, instead of using values in search_regs.
22024
220252007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22026
22027 * minibuf.c (Fcompleting_read): New value `confirm-only'
22028 for `require-match'.
22029
220302007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22031
22032 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
22033 part of the 2007-06-27 change to syms_of_fileio.
22034
220352007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22036
22037 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
22038 Check WINDOWP before using XWINDOW. Consolidate return statements.
22039
220402007-06-27 Richard Stallman <rms@gnu.org>
22041
22042 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
22043
220442007-06-27 Juanma Barranquero <lekktu@gmail.com>
22045
22046 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
22047
220482007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22049
22050 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
22051 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
22052 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
22053 (_free_internal, memalign): Use them.
22054 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
22055 Initialize to PTHREAD_MUTEX_INITIALIZER.
22056 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
22057 (morecore_nolock): Rename from morecore. All uses changed.
22058 Use only nolock versions of internal allocation functions.
22059 (_malloc_internal_nolock, _realloc_internal_nolock)
22060 (_free_internal_nolock): New functions created from
22061 _malloc_internal, _realloc_internal, and _free_internal.
22062 (_malloc_internal, _realloc_internal, _free_internal): Use them.
22063 Copy hook value to automatic variable before its use.
22064 (memalign): Copy hook value to automatic variable before its use.
22065
220662007-06-26 Kenichi Handa <handa@m17n.org>
22067
22068 * coding.c (Ffind_operation_coding_system): Docstring improved.
22069 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
22070
220712007-06-25 David Kastrup <dak@gnu.org>
22072
22073 * keymap.c (Fcurrent_active_maps): Add `position' argument.
22074 (Fwhere_is_internal): Adjust call to `current-active-maps' to
22075 cater for additional parameter.
22076
22077 * keymap.h: Adjust number of parameters to `current-active-maps'.
22078
22079 * doc.c (Fsubstitute_command_keys): Adjust call of
22080 `current-active-maps'.
22081
220822007-06-25 David Kastrup <dak@gnu.org>
22083
22084 * callint.c (Fcall_interactively): Make the parsing of interactive
22085 specs somewhat more readable.
22086
220872007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22088
22089 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
22090 to scroll bar gap also when bitmap fills fringe. Draw only foreground
22091 if extended background has already been filled.
22092
220932007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22094
22095 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
22096 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
22097
22098 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
22099 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
22100 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
22101 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
22102 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
22103 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
22104 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
22105 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
22106 Run timers during dialog popup.
22107 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
22108
221092007-06-21 Jason Rumney <jasonr@gnu.org>
22110
22111 * image.c (convert_mono_to_color_image): Swap fore and background.
22112
221132007-06-20 Jason Rumney <jasonr@gnu.org>
22114
22115 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
22116 (w32_free_bdf_font): Unmap memory not handle.
22117
221182007-06-20 Sam Steingold <sds@gnu.org>
22119
22120 * gmalloc.c (__morecore): Fix the declaration to comply with the
22121 definition.
22122
221232007-06-20 Juanma Barranquero <lekktu@gmail.com>
22124
22125 * w32term.c (w32_delete_display): Remove leftover declaration.
22126 (w32_define_cursor, w32_initialize): Make static.
22127
22128 * w32.c (_wsa_errlist): Fix typo in error message.
22129 (init_environment): Ignore any environment variable from the
22130 registry having a null value.
22131
221322007-06-20 Glenn Morris <rgm@gnu.org>
22133
22134 * Makefile.in (LIBGIF): Default to -lgif.
22135
221362007-06-17 Jason Rumney <jasonr@gnu.org>
22137
22138 * w32menu.c (add_menu_item): Don't use multibyte string functions on
22139 unicode strings.
22140
221412007-06-16 Juanma Barranquero <lekktu@gmail.com>
22142
22143 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
22144 Fix typo in docstring.
22145
221462007-06-16 Eli Zaretskii <eliz@gnu.org>
22147
22148 * w32menu.c (add_menu_item): Escape `&' characters in menu items
22149 and their keybindings.
22150
221512007-06-15 Chong Yidong <cyd@stupidchicken.com>
22152
22153 * composite.c (update_compositions): Fix last fix.
22154
221552007-06-14 Jason Rumney <jasonr@gnu.org>
22156
22157 * w32.c (get_process_times_fn): New function pointer.
22158 (globals_of_w32): Intialize it if present in kernel32.dll.
22159 (w32_get_internal_run_time): New function.
22160
22161 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
22162
221632007-06-14 Kenichi Handa <handa@etlken.m17n.org>
22164
22165 * composite.c (update_compositions): Check the validness of
22166 compositions.
22167
221682007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22169
22170 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
22171 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
22172
22173 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
22174 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
22175
22176 * macgui.h (USE_MAC_TOOLBAR): New define.
22177
22178 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22179 Return immediately unless popup is activated.
22180
22181 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
22182 background to scroll bar gap.
22183 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
22184 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
22185 scroll bars on frame edge. Check fringe background extension.
22186 Don't clear extended fringe background area.
22187 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
22188 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
22189 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
22190 [USE_MAC_TOOLBAR]: New macros.
22191 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
22192 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
22193 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
22194 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
22195 [USE_MAC_TOOLBAR]: New functions.
22196 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
22197 manually if previous repositioning has failed.
22198 (mac_handle_keyboard_event): Use precomputed event kind.
22199 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
22200 as tool bar item click. Handle mouse movement over tool bar items.
22201
22202 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
22203 toolbar_win_gravity.
22204 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
22205 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
22206 Add externs.
22207
22208 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
22209 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
22210
222112007-06-14 Chong Yidong <cyd@stupidchicken.com>
22212
22213 * image.c (search_image_cache): Remove unused variable.
22214
222152007-06-13 Chong Yidong <cyd@stupidchicken.com>
22216
22217 * xfns.c, xmenu.c: Link to xaw3d if available.
22218
222192007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22220
22221 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
22222 frame_foreground and frame_background.
22223
22224 * image.c (lookup_image): Save frame foreground and background colors.
22225 (search_image_cache): Check if saved and current frame colors match.
22226
222272007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22228
22229 * regex.c (regex_compile): Remove the `regnum' counter.
22230 Use bufp->re_nsub instead. Add support for \(?N:RE\).
22231
222322007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22233
22234 * term.c: Include intervals.h to declare Fget_text_property.
22235
222362007-06-10 Jason Rumney <jasonr@gnu.org>
22237
22238 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
22239
222402007-06-08 Juanma Barranquero <lekktu@gmail.com>
22241
22242 * callint.c (Fcall_interactively):
22243 * editfns.c (Fdelete_and_extract_region):
22244 * fileio.c (Fread_file_name):
22245 * fns.c (Fmapconcat):
22246 * keyboard.c (cmd_error_internal):
22247 * keymap.c (Fkey_description):
22248 * lread.c (openp):
22249 * minibuf.c (read_minibuf):
22250 * search.c (wordify):
22251 * sunfns.c (sel_read):
22252 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
22253 * xfns.c (x_default_scroll_bar_color_parameter):
22254 * xmenu.c (menu_help_callback):
22255 * xselect.c (Fx_get_atom_name):
22256 * xterm.c (x_term_init): Use empty_unibyte_string.
22257
222582007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
22259
22260 * alloc.c (init_strings): Initialize canonical empty strings.
22261 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
22262 canonical empty string when the requested size is 0.
22263
22264 * emacs.c (empty_unibyte_string): Rename from empty_string.
22265 (empty_multibyte_string): New canonical empty string.
22266 (syms_of_emacs): Don't initialize empty_string.
22267
22268 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
22269 string, if appropriate.
22270 (empty_unibyte_string, empty_multibyte_string): New externs.
22271 (empty_string): Remove extern.
22272
22273 * lread.c (syms_of_lread): Use empty_unibyte_string.
22274
222752007-06-07 Jason Rumney <jasonr@gnu.org>
22276
22277 * s/ms-w32.h: Don't define HAVE_TZNAME.
22278
22279 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
22280
222812007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22282
22283 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
22284
22285 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
22286 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
22287
22288 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22289 Don't call next handler.
22290 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
22291 Remove argument. Install handler to application.
22292 (set_frame_menubar): Don't change deep_p.
22293 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
22294 FRAME_OUTER_TO_INNER_DIFF_Y.
22295 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
22296 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
22297 [HAVE_DIALOGS]: New macros.
22298 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
22299 Use them.
22300 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
22301
22302 * macselect.c [MAC_OSX] (install_service_handler): Rename from
22303 init_service_handler. All callers changed. Return OSStatus value.
22304
22305 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
22306 All callers changed so as not to call SetPortWindowPort.
22307 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
22308 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
22309 mac_draw_string_common.
22310 (mac_draw_image_string_qd): Likewise.
22311 (mac_draw_string_common): Use them. Add INLINE.
22312 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
22313 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
22314 GetGlobalMouse.
22315 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
22316 and FRAME_OUTER_TO_INNER_DIFF_Y.
22317 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
22318 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
22319 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
22320 repositioning window to mac_handle_window_event.
22321 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
22322 saving window location to mac_handle_window_event
22323 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
22324 (install_menu_target_item_handler): Remove argument in extern.
22325 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
22326 Also accept command events.
22327 (do_keystroke): New function created from XTread_socket.
22328 (init_command_handler): Remove functions.
22329 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
22330 and save window location by kEventWindowShowing and kEventWindowHiding
22331 handlers here. Don't call next handler for window state change and
22332 focus events.
22333 (mac_handle_application_event, mac_handle_keyboard_event)
22334 [TARGET_API_MAC_CARBON]: New functions.
22335 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
22336 kEventWindowShowing and kEventWindowHiding events. Move installation
22337 of mouse, font, text input and menu target item handlers to
22338 install_application_handler.
22339 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
22340 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22341 New function.
22342 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22343 Register it.
22344 (XTread_socket) [TARGET_API_MAC_CARBON]:
22345 Consolidate SendEventToEventTarget calls.
22346 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
22347 Move application activation handler to mac_handle_application_event.
22348 Move keyboard handler to mac_handle_keyboard_event.
22349 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
22350 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
22351 init_command_handler. Call install_application_handler.
22352
22353 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
22354 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
22355
223562007-06-07 Glenn Morris <rgm@gnu.org>
22357
22358 * emacs.c (main): Use `emacs-copyright' in --version output.
22359
223602007-06-06 Chong Yidong <cyd@stupidchicken.com>
22361
22362 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
22363
223642007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22365
22366 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
22367
22368 * macgui.h: Replace WindowPtr with WindowRef.
22369
22370 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22371 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22372 Replace ControlHandle with ControlRef.
22373 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
22374
22375 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22376 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22377 Replace ControlHandle with ControlRef.
22378 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
22379 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
22380
22381 * macterm.h (struct scroll_bar): Rename member control_handle_low
22382 and control_handle_high to control_ref_low and control_ref_high.
22383 All uses changed.
22384 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
22385 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
22386 respectively. All uses changed.
22387 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
22388 (install_window_handler, remove_window_handler): Replace WindowPtr
22389 with WindowRef in externs.
22390
223912007-06-05 Juanma Barranquero <lekktu@gmail.com>
22392
22393 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
22394
223952007-06-03 Nick Roberts <nickrob@snap.net.nz>
22396
22397 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
22398
22399 * frame.c (Fmouse_position, Fmouse_pixel_position):
22400 Condition on HAVE_GPM too.
22401
22402 * term.c (term_mouse_highlight): Remove unused variables.
22403 (Fterm_open_connection): Set gpm_zerobased to 1.
22404 (term_mouse_movement, term_mouse_click, handle_one_term_event):
22405 Use zero based co-ordinates.
22406 (handle_one_term_event): Report a drag as mouse movement too.
22407
22408 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
22409
224102007-06-03 Chong Yidong <cyd@stupidchicken.com>
22411
22412 * image.c (search_image_cache): New function. Require background
22413 color match if background color is unspecified in the image spec.
22414 (uncache_image, lookup_image): Use it.
22415
224162007-06-01 Juanma Barranquero <lekktu@gmail.com>
22417
22418 * window.c (Fshrink_window): Reflow docstring.
22419
224202007-06-02 Chong Yidong <cyd@stupidchicken.com>
22421
22422 * Version 22.1 released.
22423
224242007-06-01 Richard Stallman <rms@gnu.org>
22425
22426 * xfns.c (x_encode_text): Add GCPRO.
22427
224282007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22429
22430 * xfns.c (x_set_name_internal): Save encoded name before
22431 x_encode_text in case string data is relocated.
22432
224332007-05-31 Richard Stallman <rms@gnu.org>
22434
22435 * buffer.c (syms_of_buffer): Doc fix.
22436
224372007-05-30 Nick Roberts <nickrob@snap.net.nz>
22438
22439 * sysdep.c (init_sys_modes): Add rather than replace with
22440 O_NONBLOCK.
22441
22442 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
22443 term_mouse_moveto.
22444
22445 * termhooks.h (term_mouse_moveto): New extern.
22446
22447 * term.c (mouse_face_window): Rename...
22448 (Qmouse_face_window): ...to this.
22449 (term_show_mouse_face, term_clear_mouse_face)
22450 (term_mouse_highlight): Use Qmouse_face_window.
22451 (term_mouse_moveto): New function.
22452 (term_mouse_position): Make it work.
22453 (syms_of_term): Uncomment assignment to mouse_position_hook.
22454 Staticpro Qmouse_face_window.
22455
224562007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22457
22458 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
22459 around current_column call.
22460
224612007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
22462
22463 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
22464 * xdisp.c (next_element_from_buffer):
22465 * window.c (delete_window):
22466 * term.c (term_mouse_highlight):
22467 * msdos.c (getdefdir):
22468 * macterm.c (mac_create_bitmap_from_bitmap_data)
22469 (init_font_name_table):
22470 * fns.c (Fsxhash):
22471 * data.c (Fmake_local_variable):
22472 * ccl.c (ccl_driver): Likewise.
22473
224742007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22475
22476 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
22477 Call mac_wakeup_from_rne on window size change.
22478
224792007-05-25 Chong Yidong <cyd@stupidchicken.com>
22480
22481 * image.c (uncache_image): Fix typo.
22482
224832007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
22484
22485 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
22486
224872007-05-22 Richard Stallman <rms@gnu.org>
22488
22489 * xterm.c (x_connection_closed): Remove NO_RETURN.
22490
224912007-05-22 Martin Rudalics <rudalics@gmx.at>
22492
22493 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
22494
224952007-05-21 Chong Yidong <cyd@stupidchicken.com>
22496
22497 * image.c (uncache_image): New function.
22498 (Fimage_refresh): New function.
22499
225002007-05-20 Jan Djärv <jan.h.d@swipnet.se>
22501
22502 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
22503
225042007-05-20 Nick Roberts <nickrob@snap.net.nz>
22505
22506 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
22507 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
22508
225092007-05-20 Nick Roberts <nickrob@snap.net.nz>
22510
22511 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
22512 conditional on [HAVE_GPM_H].
22513
225142007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
22515
22516 * syntax.c (skip_chars): Update syntax-table only after we checked that
22517 the new location is valid.
22518
225192007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22520
22521 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
22522 mac_get_window_bounds.
22523
225242007-05-20 Nick Roberts <nickrob@snap.net.nz>
22525
22526 * Makefile.in (LIBGPM): Allow it to be set from configure.
22527 If set then link Emacs with it.
22528
22529 * config.in: Regenerate.
22530
22531 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
22532 New externs.
22533
22534 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
22535 Include gpm.h.
22536 (handle_one_term_event, term_gpm): New externs.
22537
22538 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
22539 and allow it to be interrupted by SIGIO.
22540
22541 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
22542 (wait_reading_process_output): Wait on gpm_fd too.
22543 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
22544 (add_gpm_wait_descriptor_called_flag): New variable.
22545 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
22546
22547 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
22548 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
22549 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
22550 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
22551 (make_lispy_event): Add case GPM_CLICK_EVENT.
22552 (read_avail_input): Handle mouse input.
22553
22554 * term.c (write_glyphs_with_face): New function.
22555 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
22556 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
22557 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
22558 (mouse_face_face_id, term_gpm, pos_x, pos_y)
22559 (last_mouse_x, last_mouse_y): New variables.
22560 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
22561 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
22562 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
22563 (Fterm_close_connection): New functions.
22564 (term_init): Initialise mouse_face_window.
22565
225662007-05-19 Chong Yidong <cyd@stupidchicken.com>
22567
22568 * xdisp.c (redisplay_window): If first window line is a
22569 continuation line, recompute the new window start instead of
22570 recentering.
22571
225722007-05-18 Glenn Morris <rgm@gnu.org>
22573
22574 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
22575 Suggested by Alfred M. Szmidt <ams@gnu.org>.
22576
225772007-05-17 Glenn Morris <rgm@gnu.org>
22578
22579 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
22580
225812007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22582
22583 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
22584 dead key repeat and up events.
22585
225862007-05-14 Chong Yidong <cyd@stupidchicken.com>
22587
22588 * image.c (pbm_load): Check image size for monochrome pbm.
22589
225902007-05-13 Chong Yidong <cyd@stupidchicken.com>
22591
22592 * xterm.c (XTread_socket): Revert last change.
22593
225942007-05-12 Chong Yidong <cyd@stupidchicken.com>
22595
22596 * image.c (pbm_load): Correctly check image size for greyscale pbm.
22597
22598 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
22599
226002007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22601
22602 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
22603 mixup (YAILOM).
22604
226052007-05-07 Andreas Schwab <schwab@suse.de>
22606
22607 * keymap.c (Flookup_key): Fix typo in last change.
22608
226092007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22610
22611 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22612 mapping for unibyte strings.
22613
226142007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22615
22616 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22617 (Fx_popup_dialog) [MAC_OSX]: Likewise.
22618
226192007-04-29 Richard Stallman <rms@gnu.org>
22620
22621 * insdel.c (replace_range): For undo, record insertion first.
22622
226232007-04-29 Andreas Schwab <schwab@suse.de>
22624
22625 * lisp.h (VECSIZE): Use OFFSETOF.
22626
226272007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22628
22629 * xdisp.c (try_window_reusing_current_matrix): Fix number of
22630 disabled lines.
22631
226322007-04-28 Richard Stallman <rms@gnu.org>
22633
22634 * lread.c (read_escape): In a string, \s is always space.
22635
226362007-04-27 Jan Djärv <jan.h.d@swipnet.se>
22637
22638 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22639
22640 * gtkutil.c (xg_update_menubar, create_menus): Create empty
22641 submenu for menu bar items.
22642
22643See ChangeLog.10 for earlier changes.
22644
22645;; Local Variables:
22646;; coding: utf-8
22647;; add-log-time-zone-rule: t
aac0c6e3
MR
22648;; End:
22649
5df4f04c 22650 Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
aac0c6e3
MR
22651
22652 This file is part of GNU Emacs.
22653
22654 GNU Emacs is free software: you can redistribute it and/or modify
22655 it under the terms of the GNU General Public License as published by
22656 the Free Software Foundation, either version 3 of the License, or
22657 (at your option) any later version.
22658
22659 GNU Emacs is distributed in the hope that it will be useful,
22660 but WITHOUT ANY WARRANTY; without even the implied warranty of
22661 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22662 GNU General Public License for more details.
22663
22664 You should have received a copy of the GNU General Public License
22665 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22666
22667;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40