Trivial fixes for epg.el.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
77f1ed6c
CY
12010-12-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * xdisp.c (try_scrolling): Avoid infloop if the first line is
4 obscured due to a vscroll (Bug#7537).
5
2a91a0b5
JD
62010-12-02 Jan Djärv <jhd@zeplinf.localdomain>
7
8 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
9
10 * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
11 Use FRAME_TOOLBAR_HEIGHT.
12 (x_set_offset): Handle XNegative and YNegative in
13 f->size_hint_flags (Bug#7510).
14
b84ae584
KH
152010-11-25 Kenichi Handa <handa@m17n.org>
16
17 * charset.c (emacs_mule_charset): Make it an array of charset ID;
18 i.e. integer.
19 (Fdefine_charset_internal): Adjusted for the above change.
20 (init_charset_once): Likewise.
21
22 * charset.h (emacs_mule_charset): Adjust the prototype. Delete
23 duplicated extern.
24
25 * coding.c (emacs_mule_char): Adjust for the change of
26 emacs_mule_charset.
27
28 * lread.c (read_emacs_mule_char): Adjust for the change of
29 emacs_mule_charset.
30
b8e5cf1d
EZ
312010-11-22 Eli Zaretskii <eliz@gnu.org>
32
33 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
34 of w32api >= 3.15. (Bug#6989) (Bug#7452)
35
96ad0af7
YM
362010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
37
38 * alloc.c (mark_terminals): Ensure that the image cache is marked
39 even if the terminal object was marked earlier (Bug#6301).
40
35f1de62
CY
412010-11-21 Chong Yidong <cyd@stupidchicken.com>
42
43 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
44
8d7f026f
JD
452010-11-20 Jan Djärv <jan.h.d@swipnet.se>
46
47 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
48 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
49 Use 23 as menubar height if 0. (Bug#7425).
50
37de8fd0
J
512010-11-14 Jan Djärv <jan.h.d@swipnet.se>
52
53 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
54
55 * config.in (HAVE_G_TYPE_INIT): New symbol.
56
c7926fe2
EZ
572010-11-12 Eli Zaretskii <eliz@gnu.org>
58
59 * lread.c (Fload): Mention `load-in-progress' and
60 `load-file-name'. (Bug#7346)
61
c0098065
EZ
622010-11-09 Eli Zaretskii <eliz@gnu.org>
63
86520d8c
EZ
64 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
65 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
66 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
67 subprocesses. Use buffer_free only ifdef subprocesses.
68
69 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
70 the subprocesses version, not in the non-subprocesses one.
71
794a4b6d
EZ
72 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
73
c0098065
EZ
74 * xfns.c (x_real_positions): Fix declaration-after-statement
75 problem.
76
be3faa80
CY
772010-11-05 Chong Yidong <cyd@stupidchicken.com>
78
79 * image.c (free_image): Don't garbage the frame here, since this
80 function can be called while redisplaying (Bug#7210).
81 (uncache_image): Garbage the frame here (Bug#6426).
82
055c91d4 832010-11-04 Chong Yidong <cyd@stupidchicken.com>
184765cc
CY
84
85 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
86 Windows.
87
055c91d4 882010-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
bd80a886
YM
89
90 * process.c (Fmake_network_process): Don't call turn_on_atimers around
91 `connect' (Bug#5723).
92
055c91d4 932010-11-04 Helmut Eller <eller.helmut@gmail.com>
c2e124a9
HE
94
95 * process.c (Fmake_network_process): Call `select' for interrupted
96 `connect' rather than creating new socket (Bug#5173).
97
68ae6cda
KH
982010-11-04 Kenichi Handa <handa@m17n.org>
99
100 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
101 Don't sheck SPEC if it is nil.
102 (font_list_entities): Call font_delete_unmatched if
103 Vface_ignored_fonts is non-nil.
104
db5cada2 1052010-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
fa884f18 106
2511e8e0
CY
107 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
108 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
109
110 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
111 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
112 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
113 TRY_WINDOW_CHECK_MARGINS.
114
115 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
116 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423).
fa884f18 117
d75c9992
JD
1182010-11-04 Jan Djärv <jan.h.d@swipnet.se>
119
31887d45
JD
120 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
121 parent is the root window. Check this after traversing window tree.
122
d75c9992
JD
123 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
124
125 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
126
127 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
128 before traversing window tree (Bug#5721).
129
754996bc
GM
1302010-11-03 Glenn Morris <rgm@gnu.org>
131
132 * Makefile.in (CRT_DIR): New variable, set by configure.
133 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
134 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
135
3649d303
JD
1362010-11-01 Jan Djärv <jan.h.d@swipnet.se>
137
138 * process.c (kbd_is_on_hold): New variable.
139 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
140 New functions.
141 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
142 select on empty input mask.
143 (init_process): Initialize kbd_is_on_hold to 0.
144
145 * process.h (hold_keyboard_input, unhold_keyboard_input)
146 (kbd_on_hold_p): Declare.
147
148 * keyboard.c (input_available_signal): Declare.
149 (kbd_buffer_nr_stored): New function.
150 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
151 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
152 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
153 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
154 (tty_read_avail_input): If input is on hold, return.
155 Don't read more that free slots in kbd_buffer (Bug#6571).
156
46eadc7a
CY
1572010-10-31 Chong Yidong <cyd@stupidchicken.com>
158
159 * xterm.c (x_connection_closed): Print informative error message
160 when aborting on GTK. This requires using shut_down_emacs
161 directly instead of Fkill_emacs.
162
655441b2
MA
1632010-10-25 Michael Albinus <michael.albinus@gmx.de>
164
165 * dbusbind.c (Fdbus_call_method_asynchronously)
166 (Fdbus_register_signal, Fdbus_register_method): Check, whether
167 `dbus-registered-objects-table' is initialized.
168
23c261f5
CY
1692010-10-24 Chong Yidong <cyd@stupidchicken.com>
170
171 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
172
89baa1df
EZ
1732010-10-22 Eli Zaretskii <eliz@gnu.org>
174
175 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
176
177 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
178 Deprecate use as a boolean flag.
179
5419963b
KB
1802010-10-18 Ken Brown <kbrown@cornell.edu>
181
182 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
183
31daa5e1
KH
1842010-10-15 Kenichi Handa <handa@m17n.org>
185
186 Fix incorrect font metrics when the same font is opened with
187 different pixelsizes.
188
189 * xftfont.c: Include composite.h.
190 (xftfont_shape): New function.
191 (syms_of_xftfont): Set xftfont_driver.shape.
192
9fa82824
DP
1932010-10-13 Damyan Pepper <damyanp@gmail.com>
194
195 Fix handling of font properties on Windows (bug#6303).
196 * font.c (font_filter_properties): New function, refactored from
197 ftfont_filter_properties.
198 * font.h (font_filter_properties): Declare.
199 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
200 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
201 (w32font_filter_properties): New function.
202 (w32font_driver): Add w32font_filter_properties.
203
51e4f4a8
JB
2042010-10-12 Juanma Barranquero <lekktu@gmail.com>
205
c0943d3d 206 * font.c (Ffont_variation_glyphs):
51e4f4a8
JB
207 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
208
a2e35ef5
JD
2092010-10-10 Jan Djärv <jan.h.d@swipnet.se>
210
211 * nsterm.m (Qleft): Declare.
212 (ns_right_alternate_modifier): New variable
213 (NSRightAlternateKeyMask): New define.
214 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
215 ns_right_alternate_modifier isn't Qleft.
216 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
217 as emacs modifier for NSRightAlternateKeyMask.
218 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
219
2e828c79
MA
2202010-10-08 Michael Albinus <michael.albinus@gmx.de>
221
222 * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.
223 (xd_pending_messages): Catch xd_get_dispatch_status calls.
224
93d50df8
KH
2252010-10-08 Kenichi Handa <handa@m17n.org>
226
2b7c9342 227 * coding.c (complement_process_encoding_system): Fix previous change.
5886ec9c 228
a79b0f28
MA
2292010-10-03 Michael Albinus <michael.albinus@gmx.de>
230
231 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
232 (Fdbus_init_bus): ... here. (Bug#7113)
233
7b2bf907
GM
2342010-10-03 Glenn Morris <rgm@gnu.org>
235
236 * buffer.c (before-change-functions, after-change-functions):
237 Three-year overdue doc fix following 2007-08-13 change.
238
1911a33b
KH
2392010-10-02 Kenichi Handa <handa@m17n.org>
240
241 * coding.c (coding_inherit_eol_type): If parent doesn't specify
242 eol-format, inherit from the system's default.
243 (complement_process_encoding_system): Make a new coding system
244 inherit the original eol-format.
245
fcaf8878
KH
2462010-09-30 Kenichi Handa <handa@m17n.org>
247
248 * coding.c (complement_process_encoding_system): New function.
249
250 * coding.h (complement_process_encoding_system): Extern it.
251
252 * callproc.c (Fcall_process): Complement the coding system for
253 encoding arguments.
254 (Fcall_process_region): Complement the coding system for encoding
255 the input to the process.
256
257 * process.c (Fstart_process): Complement the coding system for
258 encoding arguments.
259 (send_process): Complement the coding system for encoding what
260 sent to the process.
261
18acb5ad
KH
2622010-09-29 Kenichi Handa <handa@m17n.org>
263
264 * xfont.c (xfont_open): Fix setting of font->average_width from
265 :avgwidth property (Bug#7123).
266
dec83468
MA
2672010-09-28 Michael Albinus <michael.albinus@gmx.de>
268
269 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
270 is more portable.
271
272 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
273 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
274 has not defined SIGIO.
275
e0720500
MA
2762010-09-27 Michael Albinus <michael.albinus@gmx.de>
277
11a5af7c 278 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
e0720500
MA
279 (Bug#7113)
280
42d3022b
J
2812010-09-26 Jan Djärv <jan.h.d@swipnet.se>
282
283 * xgselect.c (xg_select): Clear file descriptors not set from
284 rfds and wfds.
285
fbb3da77
SM
2862010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * syntax.c (back_comment): Detect the case where a 1-char comment
289 starter is also the 2nd char of a 2-char comment ender.
290
2b5b82db
J
2912010-09-17 Jan Djärv <jan.h.d@swipnet.se>
292
293 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
294
5f61a25c
J
2952010-09-12 Jan Djärv <jan.h.d@swipnet.se>
296
297 * xterm.c (get_current_vm_state): New function.
298 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
299 want_fullscreen so set_wm_state calls are few (Bug#7013).
300 (x_handle_net_wm_state): Move code to get_current_vm_state and
301 call that function.
302
65c92e31 3032010-09-11 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
65b3d997
A
304
305 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
306
a552b35a
KH
3072010-09-08 Kenichi Handa <handa@m17n.org>
308
309 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
310 we may use designation or locking-shift.
311
396475b7
KH
3122010-09-07 Kenichi Handa <handa@m17n.org>
313
314 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
315 sequence when the source is multibyte.
316
d419e1d9
KH
3172010-08-31 Kenichi Handa <handa@m17n.org>
318
319 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
320 characters.
321
322 * term.c (encode_terminal_code): Fix the previous change.
65b3d997
A
323 (produce_glyphs): Don't set it->char_to_display here.
324 Don't handle unibyte-display-via-language-environment here.
d419e1d9
KH
325 (produce_special_glyphs): Set temp_it.char_to_display before
326 calling produce_glyphs.
327
328 * xdisp.c (get_next_display_element): Set it->char_to_display
329 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
330 characters.
331 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
332 calling PRODUCE_GLYPHS.
333 (append_space_for_newline): Save and store it->char_to_display.
334 Set it->char_to_display before calling PRODUCE_GLYPHS.
335 (extend_face_to_end_of_line): Set it->char_to_display before
336 calling PRODUCE_GLYPHS.
337 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
338 character to its byte value.
339 (get_char_glyph_code): New function.
340 (produce_stretch_glyph): Set it2.char_to_display too before
341 calling x_produce_glyphs.
342 (x_produce_glyphs): Simplify by using the same code for ASCII and
65b3d997
A
343 non-ASCII characters. Don't set it->char_to_display here.
344 Don't handle unibyte-display-via-language-environment here. For a
c0943d3d 345 character of no glyph, use font->space_width instead of FONT_WIDTH.
d419e1d9 346
769ae9e1
KH
3472010-08-29 Kenichi Handa <handa@m17n.org>
348
349 * term.c (encode_terminal_code): Encode byte chars to the
350 correspnding bytes.
351
b72e0717
AS
3522010-08-17 Andreas Schwab <schwab@linux-m68k.org>
353
354 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
355 instead of SAFE_ALLOCA.
356
3a7a9129
CY
3572010-08-17 Chong Yidong <cyd@stupidchicken.com>
358
359 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
360 (Bug#6214).
361
983b8302
J
3622010-08-14 Jan Djärv <jan.h.d@swipnet.se>
363
364 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
365
7d1b9df3
J
3662010-08-13 Jan Djärv <jan.h.d@swipnet.se>
367
368 * doc.c (Fsnarf_documentation): Initialize skip_file before
369 build-files test.
370
2294b255
PG
3712010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
372
65b3d997
A
373 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
374 New definitions.
2294b255
PG
375 (HAVE_TERMIO): Remove.
376
7a84eee5
KH
3772010-08-06 Kenichi Handa <handa@m17n.org>
378
379 * charset.c: Include <stdlib.h>
380 (struct charset_sort_data): New struct.
381 (charset_compare): New function.
c0943d3d 382 (Fsort_charsets): New function.
7a84eee5
KH
383 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
384
385 * coding.c (decode_coding_iso_2022): Fix checking of dimension
386 number in CTEXT extended segment.
387
f5f6c0e0
JB
3882010-08-01 Juanma Barranquero <lekktu@gmail.com>
389
390 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
391 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
392
b756c005
JB
3932010-07-30 Juanma Barranquero <lekktu@gmail.com>
394
395 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
396 (Fhash_table_size): Fix typos in docstrings.
397 (Fmake_hash_table): Doc fix.
398
b4f588fa
JB
3992010-07-28 Juanma Barranquero <lekktu@gmail.com>
400
401 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
402 Doc fix (bug#5625).
403
9f8c08a7
KB
4042010-07-27 Ken Brown <kbrown@cornell.edu>
405
406 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
407 the MSDOS definition.
408
a2a0d36b
CS
4092010-07-25 Christoph Scholtes <cschol2112@gmail.com>
410
411 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
412
a77cfeaf
CS
4132010-07-22 Christoph Scholtes <cschol2112@gmail.com>
414
415 * window.c (Fwindow_height): Doc fix (bug#6518).
416
14fb5704
JB
4172010-07-21 Juanma Barranquero <lekktu@gmail.com>
418
419 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
420
499322ce
J
4212010-07-17 Jan Djärv <jan.h.d@swipnet.se>
422
423 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
424 is related to the menu bar (Bug#6499).
425
b78f9767
J
4262010-07-14 Jan Djärv <jan.h.d@swipnet.se>
427
428 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
429
430 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
431
432 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
433 i.e. don't put back ButtonRelease (Bug#6608).
434
435 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
436 instead of Window. Call xg_event_is_for_menubar when
437 USE_GTK (Bug#6499).
438
439 * gtkutil.h (xg_event_is_for_menubar): Declare.
440
441 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
442
1f60c16a
EZ
4432010-07-14 Eli Zaretskii <eliz@gnu.org>
444
445 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
446 when it's the same as the old foreground. (Bug#6609)
447
7c33a057
CY
4482010-07-10 Chong Yidong <cyd@stupidchicken.com>
449
450 * xfaces.c (realize_face): Garbage the frame if a face is removed
451 (Bug#6593).
452
9d70a3fc
AS
4532010-07-05 Andreas Schwab <schwab@linux-m68k.org>
454
455 * keyboard.c: Remove duplicate <setjmp.h>.
456 (read_key_sequence): Remove volatile qualifiers.
457
5a874e95
YM
4582010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
459
460 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
461 (struct glyph_row): New members left_fringe_offset and
462 right_fringe_offset.
463
464 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
465 specially.
466 * w32term.c (w32_draw_fringe_bitmap): Likewise.
467 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
468
469 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
470 Take account of bitmap offset.
471 (draw_window_fringes): Take account of window vscroll.
472 (update_window_fringes): Likewise. Extend top-aligned top indicator
473 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
474 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
475 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
476
0682186e
JB
4772010-07-04 Juanma Barranquero <lekktu@gmail.com>
478
479 * w32fns.c (Qtooltip): Declare.
480 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
481
ad3e6f44
J
4822010-07-03 Jan Djärv <jan.h.d@swipnet.se>
483
484 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
485 grab on just Press (Bug#6499).
486
54ee7410
CY
4872010-07-02 Chong Yidong <cyd@stupidchicken.com>
488
489 * frame.c (Qtooltip): New var.
490 (delete_frame): Use it. Fix faulty if statement. Don't update
491 mode line for tooltip frames. Suggested by Martin Rudalics.
492
493 * xfns.c (x_create_tip_frame):
494 * w32fns.c (x_create_tip_frame): Use it.
495
3d8416fc
NA
4962010-06-30 Naohiro Aota <naota@elisp.net> (tiny change)
497
498 * xftfont.c (xftfont_open): Check font width one by one also when
499 spacing is dual.
500
501 * ftfont.c (ftfont_open): Ditto.
502
b1feb9b4
AS
5032010-06-26 Andreas Schwab <schwab@linux-m68k.org>
504
505 * alloc.c (Fmake_byte_code): Don't access undefined argument
506 (Bug#6517).
507
c7dd9743
CY
5082010-06-25 Chong Yidong <cyd@stupidchicken.com>
509
510 * xdisp.c (next_element_from_image): Ensure that after-strings are
511 read the next time we hit handle_stop (Bug#1336).
512
5721b4ed
AS
5132010-06-23 Andreas Schwab <schwab@linux-m68k.org>
514
515 * lread.c (read1): Signal error if #s is not followed by paren.
516
277c5f18
CY
5172010-06-19 Chong Yidong <cyd@stupidchicken.com>
518
52ab9bb2
CY
519 * image.c (free_image): Mark frame as garbaged (Bug#6426).
520
277c5f18
CY
521 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
522
6fda6a0c
GM
5232010-06-15 Glenn Morris <rgm@gnu.org>
524
525 * editfns.c (Fbyte_to_string): Pacify compiler.
526
e454a4a3
SM
5272010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
530 Check `object's type before accessing its guts.
531
657d4c0b
AS
5322010-06-08 Andreas Schwab <schwab@linux-m68k.org>
533
534 * minibuf.c (Fall_completions): Add more checks.
535
9b27fd9f
JB
5362010-06-08 Juanma Barranquero <lekktu@gmail.com>
537
538 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
539
0eb7675e
AS
5402010-06-03 Andreas Schwab <schwab@linux-m68k.org>
541
542 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
f07b083d 543 address. (Bug#6346)
0eb7675e 544
78edd3b7
JB
5452010-06-03 Juanma Barranquero <lekktu@gmail.com>
546
547 * ccl.c (Fccl_program_p): Fix typo in docstring.
548
1ab8293c
SM
5492010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
552 of bug#6305).
553
5ca3929b
CY
5542010-05-27 Chong Yidong <cyd@stupidchicken.com>
555
556 * xdisp.c (redisplay_window): After redisplay, check if point is
557 still valid before setting it (Bug#6177).
558
f5b416d2 5592010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
560
561 * s/netbsd.h: If terminfo is found, use it in preference to
562 termcap. (Bug#6190) [Backport from trunk]
563
aeb77d46
CY
5642010-05-20 Kevin Ryde <user42@zip.com.au>
565
566 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
567 (Voverriding_terminal_local_map, Vsystem_key_alist)
568 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
569
c3bb441d
SM
5702010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
571
572 * editfns.c (Fbyte_to_string): New function.
573
754790b6
CY
5742010-05-18 Chong Yidong <cyd@stupidchicken.com>
575
576 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
577 prevent stack overflow if number of arguments is too large
578 (Bug#6214).
579
c8670ded
EZ
5802010-05-11 Eli Zaretskii <eliz@gnu.org>
581
582 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
583
584 * w32fns.c: Include w32.h.
585 (Fw32_shell_execute): Decode the error message before passing it
586 to `error'. (Bug#6126)
587
3ffd4615 5882010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
589
590 * ftfont.c: Fix incorrect parentheses of #if condition for
591 definining M17N_FLT_USE_NEW_FEATURE.
592
61a808e8
CY
5932010-05-07 Chong Yidong <cyd@stupidchicken.com>
594
595 * Version 23.2 released.
596
5dcde606
AS
5972010-04-30 Andreas Schwab <schwab@linux-m68k.org>
598
599 * composite.c (autocmp_chars): Save point as marker before calling
600 auto-composition-function (Bug#5984).
601
602 * lisp.h (restore_point_unwind): Add prototype.
603
604 * fileio.c (restore_point_unwind): Remove static attribute.
605
c4170e32
KH
6062010-04-23 Kenichi Handa <handa@m17n.org>
607
608 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
609 new feature of libotf and m17n-flt.
65b3d997
A
610 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
611 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
612 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
613 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
614 that OUT is NULL. Use OTF_drive_gsub_with_log and
615 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
616 OTF_drive_gpos.
617 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
65b3d997
A
618 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
619 Setup mflt_enable_new_feature and mflt_try_otf.
c4170e32 620
e42cd1a7
JB
6212010-04-19 Juanma Barranquero <lekktu@gmail.com>
622
623 * dired.c (Ffile_attributes): Fix typo in docstring.
624
79353a53
AR
6252010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com>
626
627 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
628 NSInteger (Bug#5811).
629
658b9b93
YM
6302010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
631
632 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
633 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
634
16009a0e
YM
6352010-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
636
637 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
638
f016f225
JD
6392010-04-07 Jan Djärv <jan.h.d@swipnet.se>
640
641 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
642 FRAME_LINE_TO_PIXEL_Y.
643
644 * xterm.c (x_set_window_size_1): Don't add border_width/height to
645 pixelwidth/height.
646
84257d93
CY
6472010-04-05 Chong Yidong <cyd@stupidchicken.com>
648
649 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
650 terminal frames (Bug#5837).
651
95b1abcf
CY
6522010-03-31 Chong Yidong <cyd@stupidchicken.com>
653
654 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
655 * nsterm.h: Fix prototype.
656
4a217bed
EZ
6572010-03-31 Eli Zaretskii <eliz@gnu.org>
658
659 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
660 in this function. (Bug#5703)
661
4f103e04
CY
6622010-03-31 Chong Yidong <cyd@stupidchicken.com>
663
664 * nsterm.h: Fix last change.
665
a6d676d9
CY
6662010-03-30 Bernhard Herzog <bh@intevation.de> (tiny change)
667
668 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
669
67fee863
JD
6702010-03-30 Jan Djärv <jan.h.d@swipnet.se>
671
672 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
673 invisible (Bug#5766).
674
9ae6e189
CY
6752010-03-29 Adrian Robert <adrian.b.robert@gmail.com>
676
677 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
678 HAVE_NS conditionals.
194d44e7 679 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
680
681 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
682 filename for the title.
683 (ns_set_doc_edited): Do nothing if the selected window is a
684 minibuffer window.
685
686 * nsterm.h: Add prototypes for ns_set_name_as_filename and
687 ns_set_doc_edited.
688
689 * nsterm.m: Remove unneeded prototype.
690
25c72475
GM
6912010-03-28 Glenn Morris <rgm@gnu.org>
692
693 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
694 in the DOC file. (Bug#5336)
695
f79a01db
CY
6962010-03-24 Chong Yidong <cyd@stupidchicken.com>
697
698 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
699
93318cbd
JD
7002010-03-20 Jan Djärv <jan.h.d@swipnet.se>
701
702 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
703
704 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
705
706 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
707
ad13a3ee
YM
7082010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
709
710 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
711 XLoadQueryFont.
712
fbdc1721
KH
7132010-03-16 Kenichi Handa <handa@m17n.org>
714
715 * coding.c (decode_coding_ccl): Fix previous change for the
716 multibyte case.
fb608df3
KH
717 (encode_coding_ccl): Don't setup ccl program here. Fix for the
718 case that the output buffer is fullfilled.
719 (encode_coding): Setup ccl program here.
fbdc1721 720
35cd7cd6
CY
7212010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change)
722
723 * editfns.c (Fformat): Account for string precision when computing
724 field width (Bug#5710).
725
618db430
SM
7262010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
727
c0335e02
SM
728 Make it possible to C-g in a tight bytecode loop again (bug#5680).
729 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
730 (QUIT): Use it to consolidate code and remove redundancy.
731 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
732
254c06a8
SM
733 * regex.c (regex_compile): Setup gl_state as well.
734
618db430
SM
735 * syntax.c (skip_chars): Setup gl_state (bug#3823).
736 (in_classes): Use CONSP before XCAR/XCDR.
737
233f0c9f
CY
7382010-03-03 Chong Yidong <cyd@stupidchicken.com>
739
740 * keymap.c (Fwhere_is_internal): Use Fequal to compare
741 definitions, so that keyboard macros are correctly handled
742 (Bug#5481).
743
75f80e63
EZ
7442010-03-02 Eli Zaretskii <eliz@gnu.org>
745
746 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
747 text that could be relocated inside the call to emacs_mule_char.
748 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
749 (CODING_DECODE_CHAR): Add a comment describing its purpose.
750
dcfb9bc4
KH
7512010-03-02 Kenichi Handa <handa@m17n.org>
752
fc9a17bc
KH
753 * character.c (parse_str_as_multibyte): Fix handling of the
754 multibyte form of raw-bytes.
755 (str_as_multibyte): Likewise.
756
dcfb9bc4
KH
757 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
758 form of raw-bytes.
759
412c01b6
CY
7602010-02-28 Chong Yidong <cyd@stupidchicken.com>
761
762 * charset.c (load_charset_map_from_file)
763 (load_charset_map_from_vector): Zero out allocated
764 charset_map_entries before using them.
765
df7e1ea0
AS
7662010-02-27 Andreas Schwab <schwab@linux-m68k.org>
767
768 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
769
fe69a722
CY
7702010-02-27 Chong Yidong <cyd@stupidchicken.com>
771
4ed28cf4
CY
772 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
773 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 774
7379cfce
KH
7752010-02-26 Kenichi Handa <handa@m17n.org>
776
f88cc4d6
KH
777 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
778
7379cfce
KH
779 * xdisp.c (reseat_to_string): Fix previous change.
780
cf2fdcfb
CY
7812010-02-26 David Reitter <david.reitter@gmail.com>
782
783 * nsfont.m (nsfont_draw): ns_antialias_text should be a
784 Lisp_Object (Bug#4736).
785
cc6c7c75
KH
7862010-02-25 Kenichi Handa <handa@m17n.org>
787
788 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
789
32e737d7
JD
7902010-02-24 Jan Djärv <jan.h.d@swipnet.se>
791
792 * xterm.c (XTflash): Move declarations before statements.
793
794 * gtkutil.c (xg_get_gdk_display): Remove (unused).
795 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
796 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
797 (xg_create_tool_bar): Remove unused variables.
798 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 799 (xg_create_frame_widgets): Remove variable grav.
32e737d7 800
676cae9f
CY
8012010-02-21 Chong Yidong <cyd@stupidchicken.com>
802
803 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
804
886cc2b8
SM
8052010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * term.c (fatal): Add a final \n if needed (bug#5596).
808
ddb2d8e2
CY
8092010-02-18 Chong Yidong <cyd@stupidchicken.com>
810
811 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
812
2a4f8d3d
GM
8132010-02-18 Glenn Morris <rgm@gnu.org>
814
815 * callint.c (Finteractive): Doc fix.
816
ebaf11b6
KH
8172010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
818
886cc2b8
SM
819 * coding.c (record_conversion_result):
820 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
821 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
822 memory allocation error.
823
d0396581
KH
8242010-02-17 Kenichi Handa <handa@m17n.org>
825
886cc2b8
SM
826 * coding.c (decode_coding_ccl): Don't setup ccl program here.
827 Fix for the case that the output buffer is fullfilled.
d0396581
KH
828 (decode_coding): Setup ccl program here. Keep looping when the
829 decoder stopped because the output buffer is
830 fullfilled (bug#5534).
831
832 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
833
98599f74
JD
8342010-02-13 Jan Djärv <jan.h.d@swipnet.se>
835
471e4f04 836 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 837 bug #5571.
886cc2b8 838 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 839 overdrawn.
98599f74 840
182659ae
JD
8412010-02-10 Jan Djärv <jan.h.d@swipnet.se>
842
843 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
844 doing_interact here.
845 (ice_connection_closed): New function.
846 (x_session_check_input, smc_die_CB, ice_io_error_handler)
847 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
848 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
849 returns I/O error.
850 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
851 bug #5512.
852
9be32c4e 8532010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
854
855 * nsfont.m (nsfont_open): The system's value for the font descent
856 is negative, so round it down to avoid clipping.
857
a2f3eb19
CY
8582010-02-06 Chong Yidong <cyd@stupidchicken.com>
859
860 * charset.c (load_charset_map_from_file)
861 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 862 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 863
3088147c
CY
8642010-02-05 Chong Yidong <cyd@stupidchicken.com>
865
866 * charset.c (load_charset_map_from_file): Allocate large
867 charset_map_entries structure on the heap rather than the stack.
868 (Bug#5526).
869
b57d9029
KH
8702010-01-31 Kenichi Handa <handa@m17n.org>
871
872 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 873 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 874
c67d885b
CY
8752010-01-31 Chong Yidong <cyd@stupidchicken.com>
876
877 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
878 <deactivated@gmail.com> (Bug#3605).
879
8fab2362
CY
8802010-01-31 David De La Harpe Golden <david@harpegolden.net>
881
882 * fileio.c (Frename_file): Correctly rename symlinks to
883 directories (Bug#5496).
884
cb2a62f2
CY
8852010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
886
887 * nsterm.m (ns_ring_bell): Handle visible bell like X.
888
944c7a26
AS
8892010-01-30 Andreas Schwab <schwab@linux-m68k.org>
890
891 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
892
c024ac08
CY
8932010-01-29 Chong Yidong <cyd@stupidchicken.com>
894
895 * frame.c (DEFAULT_ROWS): Change default to 35.
896
897 * xfns.c (x_default_font_parameter): Change default XFT font to
898 monospace-10 (Bug#3643).
899
af93af83
EZ
9002010-01-29 Eli Zaretskii <eliz@gnu.org>
901
902 * w32inevt.c (key_event): Remove unnecessary comparison of
903 event->uChar.AsciiChar with 128.
904
ca0eb708
CY
9052010-01-28 Chong Yidong <cyd@stupidchicken.com>
906
b242dbfc
CY
907 * fileio.c (Frename_file): Fix last change (Bug#5487).
908
ca0eb708
CY
909 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
910
911 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
912
45d45af5
JD
9132010-01-28 Jan Djärv <jan.h.d@swipnet.se>
914
915 * xfns.c (Fx_create_frame): Remove window size matching code from
916 2010-01-15.
a73f9c9d 917 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 918
7e233730
JR
9192010-01-27 Jason Rumney <jasonr@gnu.org>
920
921 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 922 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 923
86e893e3
KH
9242010-01-27 Kenichi Handa <handa@m17n.org>
925
926 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 927 pattern string (Bug#4209).
86e893e3 928
8719abec
CY
9292010-01-27 David De La Harpe Golden <david@harpegolden.net>
930
931 * fileio.c (Frename_file): Call copy-directory and
932 delete-directory for directories, in order to handle cross-device
933 renaming (Bug#3353).
934
844794c8
JD
9352010-01-25 Jan Djärv <jan.h.d@swipnet.se>
936
aa3e13b5 937 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 938 sizes 24 and 10. Bug #3643.
844794c8 939
bd4b5750
SM
9402010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
941
8dc1adf6 942 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
943 * keymap.c (shadow_lookup): Add `remap' arg.
944 (describe_map, describe_vector): Update calls to shadow_lookup.
945 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
946 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
947 perform remapping during shadow_lookup check of remapped_sequences.
948
285d07e2
CY
9492010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
950
951 * image.c (png_load): Use png_sig_cmp instead of the obsolete
952 png_check_sig, which has been removed in libpng 1.4.
953
c6d09b8d
CY
9542010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
955
956 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
957 lacks this header file).
958
3d782998
YM
9592010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
960
961 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
962 as in Emacs 22.
963
2aff7c53
YM
9642010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
965
966 * lisp.h (make_pure_string): String pointer arg now points to const.
967
968 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
969 args now point to const.
970
74327f7a
EZ
9712010-01-22 Eli Zaretskii <eliz@gnu.org>
972
973 * lread.c (Fload): Don't treat files without .elc extension as
974 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
975 them. (bug#5303)
976
4d1e6632
KH
9772010-01-20 Kenichi Handa <handa@m17n.org>
978
979 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
980 treat the source as actual byte sequence.
981
1fdede8f
AM
9822010-01-19 Alan Mackenzie <acm@muc.de>
983
984 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 985 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
986 `signal_after_change_p' to `coherent_change_p', and make the
987 invocation of `modify_region' conditional on it.
988
67477f30
JD
9892010-01-19 Jan Djärv <jan.h.d@swipnet.se>
990
991 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
992 for debug purpose.
993 (syms_of_xsettings): Declare xft-settings.
994
244b023e
CY
9952010-01-18 Chong Yidong <cyd@stupidchicken.com>
996
997 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
998
617364fe
CY
9992010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * xterm.c (event_handler_gdk): Block input (Bug#5037).
1002
4fe22cdf
CY
10032010-01-16 Chong Yidong <cyd@stupidchicken.com>
1004
1005 * emacs.c (standard_args): Adjust arg priorities to reflect how
1006 they are processed in startup.el.
1007
e118d2be
AS
10082010-01-16 Andreas Schwab <schwab@linux-m68k.org>
1009
1010 * Makefile.in (lisp, shortlisp): Update.
1011
523ae620
SM
10122010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
1015 code, link the new kboard into all_kboard before running Lisp code,
1016 and protect the new terminal with GCPRO (Bug#5365).
1017 (x_term_init): Remove unused var `atom'.
1018 (x_delete_display, x_delete_terminal): Remove unused var `i'.
1019
f0d13888
JD
10202010-01-15 Jan Djärv <jan.h.d@swipnet.se>
1021
1022 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
1023 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
1024 to find out usable size of the desktop. Don't make frames larger than
ac146f82 1025 this. Bug #3643.
f0d13888 1026
cc320f07
KH
10272010-01-15 Kenichi Handa <handa@m17n.org>
1028
1029 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
1030
7ffdf101
CY
10312010-01-15 Chong Yidong <cyd@stupidchicken.com>
1032
1033 * nsterm.m (Qnone): Define.
1034
1035 * nsfns.m (Qnone): Move definition to nsterm.m.
1036
d12bd917
KH
10372010-01-14 Kenichi Handa <handa@m17n.org>
1038
1039 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
1040 systems.
1041
d9a7c140
KH
10422010-01-14 Kenichi Handa <handa@m17n.org>
1043
1044 Make auto-composition work on all buffers even if they are
1045 fundamental mode.
1046
1047 * composite.c (Vauto_composition_mode): New variable.
1048 (composition_compute_stop_pos): Check Vauto_composition_mode
1049 instead of Vauto_composition_function.
1050 (composition_adjust_point, Ffind_composition_internal): Likewise.
1051 (syms_of_composite): Declare Lisp variable
1052 "auto-composition-mode" here.
1053
63286bb2
CY
10542010-01-13 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
1057 during call to vendor-specific-keysyms (Bug#5365).
1058
c2623ee7
YM
10592010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1060
1061 * keyboard.c (input_available_signal) [SYNC_INPUT]:
1062 Call SIGNAL_THREAD_CHECK (Bug#5333).
1063
1064 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
1065 Call SIGNAL_THREAD_CHECK.
1066
0b5397c2
SM
10672010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 Try to fix bug#5314. This is probably not the final word, tho.
1070 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
1071 recent-auto-save-p as a side-effect.
1072 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
1073 * buffer.c (Fkill_buffer, reset_buffer):
1074 * editfns.c (Fsubst_char_in_region):
1075 * fileio.c (Finsert_file_contents, Fdo_auto_save)
1076 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
1077
dc954cb2
KH
10782010-01-13 Kenichi Handa <handa@m17n.org>
1079
1080 Display buffer name, etc. in mode line by composing correctly.
1081
1082 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
1083 STRING is not nil.
0b5397c2 1084 (display_mode_element): Adjust for the change of
dc954cb2
KH
1085 decode_mode_spec and display_line.
1086 (decode_mode_spec): Change arg MULTIBYTE to STRING.
1087 (display_string): Handle the case that STRING is non-null and
1088 LISP_STRING is not nil.
1089
0b5397c2
SM
1090 * xterm.c (x_draw_composite_glyph_string_foreground):
1091 Pay attention to s->face->overstrike.
dc954cb2
KH
1092
1093 * composite.c (composition_reseat_it): Don't check PT if STRING is
1094 non nil.
1095
4a00eaca
YM
10962010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1097
1098 * keyboard.c (read_char): Don't apply previous change when current
1099 buffer is unchanged by command execution.
1100
60abb287
JD
11012010-01-12 Jan Djärv <jan.h.d@swipnet.se>
1102
1103 * keyboard.c (read_char): Return after executing from special map.
1104
893db5bc
GM
11052010-01-12 Glenn Morris <rgm@gnu.org>
1106
1107 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
1108 bug-gnu-emacs rather than emacs-pretest-bug.
1109
4d03ece0
CY
11102010-01-11 Chong Yidong <cyd@stupidchicken.com>
1111
1112 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
1113 initializing the Lisp variables that depend on them.
1114
1df47e38
YM
11152010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1116
1117 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
1118 Clear areas that will not be updated after change of menu bar lines.
1119 Clear the menu bar window's current matrix when the window gets empty.
1120
2f1c6384
CY
11212010-01-09 Chong Yidong <cyd@stupidchicken.com>
1122
e398c61c
CY
1123 * intervals.h, textprop.c (extend_property_ranges): Return value
1124 and args changed. Discard properties that begin at or after the
1125 new end (Bug#5306).
1126
1127 * editfns.c (Fformat): Caller changed.
1128
e5a29a10
CY
1129 * nsterm.m (ns_set_default_prefs): Delete function.
1130 (syms_of_nsterm): Initialize ns_command_modifier,
1131 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
1132 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
1133
2f1c6384
CY
1134 * xdisp.c (pos_visible_p): Check for invisible text at the correct
1135 position (Bug#4040).
1136
d427a9fa
EZ
11372010-01-09 Eli Zaretskii <eliz@gnu.org>
1138
1139 * editfns.c (Ffloat_time): Doc fix.
1140
21b9df2f
JD
11412010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1142
1143 * xfns.c (Fx_create_frame): Don't create frame larger than display
1144 by default bug#3643.
1145
4b00d3b1
YM
11462010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1147
1148 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
1149 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
1150 windows above internal border.
1151
1152 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
1153 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
1154 windows above internal border.
1155
1156 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
1157 tool bar windows specially.
1158
1159 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
1160
1161 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
1162 specially.
1163 (XTflash): Take account of menu bar height.
1164
1165 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
1166 specially.
1167
5075d853
JD
11682010-01-08 Jan Djärv <jan.h.d@swipnet.se>
1169
ac146f82 1170 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
1171 also be true before we can return early (bug #5339).
1172
474217c8
CY
11732010-01-06 David Reitter <david.reitter@gmail.com>
1174
1175 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
1176 (Fns_display_usable_bounds): Rewrite, computing bounds properly
1177 (Bug#3233).
1178
c0e6d47d
JD
11792010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1180
d0cf45b7
JD
1181 * font.c (font_open_entity): Enable chache and call cached_font_ok
1182 for the driver if defined.
1183 (QCuser_spec): New symbol.
1184 (font_spec_from_name): Save name as user-spec.
1185 (font_load_for_lface): Keep user-spec instead of name.
1186 (font_open_by_name): Save name as user-spec.
1187 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 1188 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
1189
1190 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
1191 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
1192 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
1193
1194 * font.h (struct font_driver): Add cached_font_ok.
1195
c0e6d47d
JD
1196 * xterm.c (x_clear_frame): Queue draw for scroll bars.
1197
7c583cd8
JD
11982010-01-05 Jan Djärv <jan.h.d@swipnet.se>
1199
1200 * xterm.c (x_new_font): Move code for setting rows/cols before
1201 resizing ...
ac146f82 1202 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
1203
1204 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
1205 (xg_frame_resized, xg_frame_set_char_size):
1206 Call xg_clear_under_internal_border.
7c583cd8 1207 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 1208
03f77f0a
CY
12092010-01-05 Chong Yidong <cyd@stupidchicken.com>
1210
1211 * keyboard.c (read_key_sequence): Catch keyboard switch after
1212 making a new tty frame (Bug#5095).
1213
2a1ef5be
KH
12142010-01-05 Kenichi Handa <handa@m17n.org>
1215
1216 * fontset.c (fontset_find_font): Fix getting the frame pointer.
1217
e3eb1dae
SM
12182010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
1221 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
1222 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
1223
777013f2
MA
12242010-01-03 Michael Albinus <michael.albinus@gmx.de>
1225
1226 * dbusbind.c (xd_add_watch): Improve debug message.
1227 (xd_remove_watch): Improve debug message. If DATA is the session
1228 bus, unset D-Bus session environment.
1229 (Fdbus_init_bus): Pass the bus as argument to
1230 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 1231
8932b1c2
CY
12322010-01-01 Chong Yidong <cyd@stupidchicken.com>
1233
87231e2c
CY
1234 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
1235
4801c5fa
CY
1236 * lread.c (syms_of_lread): Make it clearer that these are the
1237 names of loaded files (Bug#5068).
1238
8932b1c2
CY
1239 * eval.c (run_hook_with_args): Handle the case where the global
1240 value has the obsolete single-function form (Bug#5026).
1241
11e3c684
CY
12422009-12-27 Chong Yidong <cyd@stupidchicken.com>
1243
1244 * minibuf.c (Fall_completions): Minor optimization.
1245
5b28ce35
EZ
12462009-12-26 Eli Zaretskii <eliz@gnu.org>
1247
5ce6e4f4
JB
1248 * .gdbinit (pgx): Fix display of composite glyphs.
1249 Display cmp.from and cmp.to as well.
1250 (pitx): Fix last change.
5b28ce35 1251
bcffff46
KH
12522009-12-25 Kenichi Handa <handa@m17n.org>
1253
1254 * composite.h (composition_adjust_point): Update prototype.
1255
1256 * composite.c (composition_reseat_it): Don't make a composition
1257 spanning over point.
1258 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
1259 composable characters.
1260 (composition_adjust_point): New arg NEW_PT. Callers changed.
1261
1262 * keyboard.c (command_loop_1): Force redisplay if the last point
1263 was within a composition.
1264 (adjust_point_for_property): Don't adjust point for automatic
1265 composition when called after buffer modification.
1266
3f670e9a
EZ
12672009-12-19 Eli Zaretskii <eliz@gnu.org>
1268
5ce6e4f4
JB
1269 * .gdbinit (pitx): Don't use enum names, use their values.
1270 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
1271 (pgx): Don't use enum names, use their values.
1272 (pitmethod): New helper command.
1273 (pitx): Use it to display iteration method.
1274 (pgrowit): New command.
1275
ad903955
EZ
1276 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
1277
3f670e9a
EZ
1278 Update dependencies in Makefile.in.
1279
1280 * Makefile.in (alloc.o): Depend on termhooks.h.
1281 (atimer.o): Depend on blockinput.h.
1282 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
1283 and frame.h.
1284 (callint.o): Depend on systime.h, coding.h, and composite.h.
1285 (callproc.o): Depend on buffer.h.
1286 (casefiddle.o): Don't depend on charset.h.
1287 (casetab.o): Depend on character.h.
1288 (ccl.o): Depend on composite.h.
1289 (chartab.o): Depend on ccl.h.
1290 (cm.o): Depend on dispextern.h.
1291 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
1292 (coding.o): Don't depend on $(INTERVALS_H).
1293 (composite.o): Don't depend on dispextern.h explicitly (it's in
1294 $(INTERVALS_H)). Depend on ccl.h.
1295 (data.o): Depend on systime.h, coding.h, composite.h,
1296 dispextern.h, font.h, and ccl.h.
1297 (dired.o): Depend on composite.h.
1298 (dispnew.o): Depend on coding.h. Don't depend explicitly on
1299 composite.h (it's in $(INTERVALS_H)).
1300 (doc.o): Depend on systime.h, coding.h, and composite.h.
1301 (editfns.o): Don't depend explicitly on dispextern.h.
1302 (emacs.o): Depend on frame.h and coding.h.
1303 (eval.o): Depend on coding.h, composite.h, and xterm.h.
1304 (fileio.o): Depend on frame.h and commands.h. Don't depend
1305 explicitly on dispextern.h.
1306 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
1307 composite.h.
1308 (fns.o): Don't depend on termhooks.h.
1309 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
1310 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
1311 coding.h, $(INTERVALS_H), window.h, xterm.h.
1312 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
1313 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
1314 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
1315 fontset.h, ccl.h, and ftfont.h.
1316 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1317 (gtkutil.o): Depend on dispextern.h and composite.h.
1318 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
1319 termhooks.h, and ccl.h.
1320 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
1321 (intervals.o): Depend on systime.h and coding.h.
1322 (keyboard.o): Depend on composite.h and coding.h.
1323 (keymap.o): Depend on coding.h and frame.h.
1324 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
1325 (macros.o): Depend on systime.h, coding.h, and composite.h.
1326 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
1327 and atimer.h.
1328 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
1329 dispextern.h explicitly.
0b5397c2
SM
1330 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
1331 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
1332 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
1333 (regex.o): Don't depend on charset.h.
1334 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
1335 (search.o): Don't depend explicitly on composite.h.
1336 (sound.o): Depend on atimer.h and systime.h.
1337 (syntax.o): Don't depend explicitly on composite.h.
1338 (sysdep.o): Depend on coding.h and composite.h.
1339 (term.o): Depend on xterm.h and buffer.h.
1340 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
1341 (textprop.o): Don't depend on dispextern.h explicitly.
1342 (undo.o): Depend on dispextern.h.
1343 (window.o): Depend on coding.h and termhooks.h. Don't depend on
1344 dispextern.h and composite.h explicitly.
1345 (xdisp.o): Depend on ccl.h.
1346 (xfaces.o): Depend on coding.h and ccl.h.
1347 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
1348 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1349 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
1350 ftfont.h.
1351 (xgselect.o): New dependency.
1352 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
1353 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
1354 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
1355 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
1356 (xsmfns.o): Depend on frame.h and dispextern.h.
1357 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
1358 sysselect.h.
1359
7a6f7fea
AS
13602009-12-19 Andreas Schwab <schwab@linux-m68k.org>
1361
1362 * font.c (Fclear_font_cache): Pass correct cache argument to
1363 font_clear_cache.
1364
f4c21026
AS
13652009-12-16 Andreas Schwab <schwab@linux-m68k.org>
1366
1367 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
1368 twice.
1369
f7ab0997
CY
13702009-12-15 Chong Yidong <cyd@stupidchicken.com>
1371
1372 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
1373 calling file-remote-p. Reported by Jim Meyering.
1374
fa8e045a
MA
13752009-12-15 Michael Albinus <michael.albinus@gmx.de>
1376
1377 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 1378 avoid compiler warnings. (Bug #5217)
fa8e045a 1379
a63dba42
KH
13802009-12-14 Kenichi Handa <handa@m17n.org>
1381
1382 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
1383 in 8-bit encoding.
1384
5ce6e4f4 13852009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
1386
1387 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
1388 tooltip windows.
1389
223e5fc6
JD
13902009-12-13 Jan Djärv <jan.h.d@swipnet.se>
1391
36acb2a7
JD
1392 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
1393 Xatom_net_window_type.
1394
1395 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
1396 Xatom_net_window_type.
1397
b8f00677
JD
1398 * xterm.c (my_log_handler): New function.
1399 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 1400 so we can filter out buggy messages. (Bug #5120).
b8f00677 1401
e5f0bc9a
JD
1402 * xterm.c (xg_scroll_callback): Parameter list changed,
1403 use parameter GtkScrollType to determine scroll/line/page.
1404 Only allow dragging if a button < 4 is grabbed (bug #5177).
1405 (xg_end_scroll_callback): New function.
1406 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1407 xg_create_scroll_bar.
1408
1409 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1410 (scroll_end_callback): Remove.
1411 (xg_create_scroll_bar): Add parameter end_callback, bind it to
1412 button-release-event. Replace value-changed event with change-value,
1413 bug #5177,
1414 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1415 bug #5177.
1416
1417 * gtkutil.h (XG_LAST_SB_DATA): Remove.
1418 (xg_create_scroll_bar): Add GCallback end_callback.
1419
223e5fc6
JD
1420 * xftfont.c (QClcdfilter): New variable.
1421 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1422 (syms_of_xftfont): Initialize QClcdfilter.
1423
3c055b77
JD
14242009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1425
1426 * xsettings.c (struct xsettings): Add member seen.
1427 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 1428 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
1429 (apply_xft_settings): Only update Xft settings with what member seen
1430 indicates as new.
1431
05fe33ff
EZ
14322009-12-12 Eli Zaretskii <eliz@gnu.org>
1433
1434 * dispextern.h (struct text_pos): Use EMACS_INT;
1435 (struct glyph): Use EMACS_INT for charpos.
1436 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1437 region_beg_charpos, region_end_charpos,
1438 redisplay_end_trigger_charpos, and also for
1439 iterator_stack_entry.end_charpos and
1440 iterator_stack_entry.stop_charpos.
1441
e8d7886a
JD
14422009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1443
5ce6e4f4 1444 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
1445 (xg_create_scroll_bar): Call scroll_end_callback on button release
1446 event (bug #5177).
1447 (xg_event_is_for_scrollbar): != replaced with ==.
1448
d0db2ec8
KH
14492009-12-12 Kenichi Handa <handa@m17n.org>
1450
1451 * ftfont.c (struct ftfont_info): New member matrix.
1452 (ftfont_open): Setup xftfont_info->matrix.
1453 (MFLTFontFT): New member matrix.
1454 (FLOOR, CEIL, ROUND): New macros.
1455 (ftfont_get_metrics): Handle matrix transformation.
1456 (ftfont_shape_by_flt): New arg matrix. Callers changed.
1457
1458 * xftfont.c (struct xftfont_info): New member matrix.
1459 (xftfont_open): Setup xftfont_info->matrix.
1460
14612009-12-10 Kenichi Handa <handa@m17n.org>
1462
1463 * xdisp.c (append_space_for_newline): Consider face-remapping.
1464
2cc7b62f
AS
14652009-12-09 Andreas Schwab <schwab@linux-m68k.org>
1466
b87dd913
AS
1467 * xsettings.c: Include "keyboard.h".
1468
eba5eb94
AS
1469 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1470
2cc7b62f
AS
1471 Fix implicit function declarations.
1472 * cmds.c: Include "frame.h".
1473 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1474 * frame.h: Move declaration of delete_frame outside of
1475 HAVE_WINDOW_SYSTEM.
1476
a4ef73c8
CY
14772009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1478
1479 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1480
1481 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1482 GTK builds.
1483
944a300c
AS
14842009-12-07 Andreas Schwab <schwab@linux-m68k.org>
1485
1486 * unexelf.c (unexec): Don't search for .data twice.
1487
022eef62
CY
14882009-12-05 Chong Yidong <cyd@stupidchicken.com>
1489
426ac949
CY
1490 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
1491 if push failed.
1492 (handle_line_prefix): Set avoid_cursor_p here. Check return value
1493 of push_display_prop (Bug#5000).
1494
022eef62
CY
1495 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1496 value of font_list_entities (Bug#5085).
1497
be95bee9
JB
14982009-12-04 Juanma Barranquero <lekktu@gmail.com>
1499
1500 Fix `string-to-number' to deal consistently with integers and floats.
1501 * lread.c (isfloat_string): New argument ignore_trailing to accept all
1502 trailing characters, not just whitespace.
1503 (read1): Pass new arg 0 to keep old behavior.
1504 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1505 trailing chars, as it is already done for integers. Doc fixes.
1506 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1507
24c2d7ce
EZ
15082009-12-04 Eli Zaretskii <eliz@gnu.org>
1509
0b5397c2
SM
1510 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1511 Delete unused enumeration value.
24c2d7ce 1512
7e694795
EZ
15132009-12-03 Eli Zaretskii <eliz@gnu.org>
1514
1515 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1516
84b31826
SM
15172009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
1518
1519 * process.c (Fmake_network_process): Fix up the tests for
1520 "connectionless socket", so they DTRT for seqpacket sockets as well.
1521
f00c449b
SM
15222009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * process.c (Qseqpacket): New symbol.
1525 (HAVE_SEQPACKET): New macro.
1526 (Fmake_network_process): Accept new :type `seqpacket'.
1527 (init_process): Add `seqpacket' feature when applicable.
1528 (syms_of_process): Initialize Qseqpacket.
1529
8096a0ff
YM
15302009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1531
1532 * font.c (font_load_for_lface, font_open_by_name): Don't store name
1533 if entity is Qnil.
1534
3e0de07f
SM
15352009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * print.c (print_preprocess): Preprocess the key_and_value table of
1538 hashtables, even tho they're "hidden" (bug#5082).
1539
abeafb2a
JD
15402009-11-29 Jan Djärv <jan.h.d@swipnet.se>
1541
1542 * frame.c (frame_make_pointer_invisible)
1543 (frame_make_pointer_visible): Declare f before statements.
1544
4bf47195
EZ
15452009-11-28 Eli Zaretskii <eliz@gnu.org>
1546
1547 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1548 omitted dependencies on lisp.h.
1549
c525b3f2
JD
15502009-11-27 Jan Djärv <jan.h.d@swipnet.se>
1551
ece2d4ed
JD
1552 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1553 is NULL.
1554
1555 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1556
1557 * frame.c (frame_make_pointer_invisible)
3e0de07f 1558 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
1559 frame.
1560
c525b3f2
JD
1561 * search.c (simple_search): Remove warning by making *p const.
1562
2f00e299
DN
15632009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1564
1565 * xdisp.c (power_letter): Remove duplicate const.
1566
084b049b
JD
15672009-11-25 Jan Djärv <jan.h.d@swipnet.se>
1568
a1fadc6f
JD
1569 * term.c (delete_tty): Remove check for last terminal (bug#4970).
1570
5ce6e4f4 1571 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
1572 defaults (bug #5025).
1573
28259cac
SM
15742009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * insdel.c (adjust_markers_for_delete): Move it in the
1577 right direction! (bug#4803)
1578
e8e14166
YM
15792009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1580
1581 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1582
1583 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1584
86677b58
GM
15852009-11-24 Glenn Morris <rgm@gnu.org>
1586
1587 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1588
581e51e8
JD
15892009-11-23 Jan Djärv <jan.h.d@swipnet.se>
1590
cfc86c7a
JD
1591 * Makefile.in: Must create deps for ecrt0.o in its rule.
1592
581e51e8
JD
1593 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1594 because that is what Gtk+ font dialog understands.
1595
1596 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1597 of Fcopy_sequence.
1598 (font_open_by_name): Put name given into QCname for font-object returned.
1599
1600 * frame.c (x_set_font): Save original font name as frame parameter
1601 font-parameter.
1602
1603 * xsettings.c (set_default_xft_settings): New function.
1604 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1605 is found.
1606
8b264ecb
AS
16072009-11-22 Andreas Schwab <schwab@linux-m68k.org>
1608
1609 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1610 searching backwards through multibyte buffer.
1611
872870b2
JD
16122009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1613
1614 * xterm.c: #include xgselect.h.
1615 (x_initialize): Call xgselect_initialize.
1616
1617 * xsettings.c (something_changedCB): C++ comments => C comments.
1618 (init_gconf): Do not deal with any GLib file descriptors, xg_select
1619 does that now.
1620
1621 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1622 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1623 (scroll_bar_button_cb): Remove.
5ce6e4f4 1624 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
1625 event.
1626 (xg_create_scroll_bar): Don't bind button-press-event and
1627 button-release-event.
1628
1629 * process.c: Include xgselect.h if defined (USE_GTK) ||
1630 defined (HAVE_GCONF).
1631 (wait_reading_process_output): Call xg_select for the same condition.
1632
1633 * xgselect.c (xg_select): New function to better integrate with
1634 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1635
1636 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1637
1638 * Makefile.in (XOBJ): Add xgselect.o.
1639
62a6e103
AS
16402009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1641
0b5397c2
SM
1642 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1643 Remove ignored second argument. All callers changed.
62a6e103
AS
1644 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1645 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1646 * xdisp.c (string_char_and_length): Likewise.
1647
b0ca0f33
DN
16482009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1649
1650 * xterm.c (x_new_font):
1651 * print.c (print_object):
1652 * cmds.c (Fself_insert_command): Move declarations before statements.
1653
dd5a6279
CY
16542009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1655
1656 * s/cygwin.h: Remove unneeded linker flags.
1657
4a8e097d
JD
16582009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1659
0d1d0d26
JD
1660 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1661
1662 * xsettings.h: Declare xsettings_get_system_font.
1663
1664 * xsettings.c (xsettings_get_system_font): New function.
1665 (init_gconf): No use initiating gconf unless we have Xft also.
1666 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1667 HAVE_GCONF.
1668
4a8e097d
JD
1669 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1670 add a blank entry so it doesn't collapse into nothing.
1671
8ab1650e
SM
16722009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * lread.c (Funintern): Comment out last change.
1675
82c602f0
RS
16762009-11-19 Richard Stallman <rms@gnu.org>
1677
1678 * lread.c (Funintern): Error if symbol is t or nil.
1679
87e32266
SM
16802009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1683 representation of Lisp integers.
1684 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1685
1b9ac145
AS
16862009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1687
1688 * lisp.h: Remove declaration of Ffont_get_system_font.
1689 * xfns.c: Move include of "xsettings.h".
1690 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1691
dfb3c4c6
JD
16922009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1693
87e32266
SM
1694 * xsettings.c (something_changedCB, Ffont_get_system_font):
1695 Check use_system_font.
dfb3c4c6
JD
1696 (syms_of_xsettings): DEFVAR font-use-system-font.
1697
9370c1d8
AS
16982009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1699
25fe851a
AS
1700 * xfns.c (x_default_font_parameter): Remove dead assignment.
1701
9370c1d8
AS
1702 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1703
637fa988
JD
17042009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1705
87e32266 1706 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 1707 not have FC_LCD_*. #define them if not there.
a6eb20d8 1708
87e32266 1709 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 1710
637fa988
JD
1711 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1712
1713 * xterm.c (handle_one_xevent): Call xft_settings_event for
1714 ClientMessage, PropertyNotify and DestroyNotify.
1715 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1716 Call xsettings_initialize.
1717
1718 * xftfont.c (xftfont_fix_match): New function.
1719 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1720 Call xftfont_fix_match after XftFontMatch.
1721
1722 * xfont.c (xfont_driver): Initialize all members.
1723
87e32266
SM
1724 * xfns.c (x_default_font_parameter):
1725 Try font from Ffont_get_system_font.
637fa988
JD
1726 Do not get font from x_default_parameter if we got one from
1727 Ffont_get_system_font.
87e32266 1728 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
1729
1730 * w32font.c (w32font_driver): Initialize all members.
1731
1732 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1733
1734 * lisp.h: Declare syms_of_xsettings.
1735
87e32266
SM
1736 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1737 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
1738
1739 * ftfont.c (ftfont_filter_properties): New function.
1740
1741 * frame.c (x_set_font): Remove unused variable lval.
1742
87e32266 1743 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
1744
1745 * font.c (font_put_extra): Don't return if val is nil, it means
1746 boolean option is off.
1747 (font_parse_fcname): Collect all extra properties in extra_props
1748 and call filter_properties for all drivers with extra_props and
1749 font as parameter.
87e32266
SM
1750 (font_open_entity): Do not use cache, it does not pick up new
1751 fontconfig settings like hinting.
637fa988
JD
1752 (font_load_for_lface): If spec had a name in it, store it in entity.
1753
a73f9c9d 1754 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
1755
1756 * config.in: HAVE_GCONF is new.
1757
1758 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1759 xsettings.o is new.
1760
5a942932
KH
17612009-11-17 Kenichi Handa <handa@m17n.org>
1762
1763 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1764 back to the default font in case that no suitable font is found.
1765
b7c7a4d1
SM
17662009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1769 Suggested by Chad Brown <yandros@mit.edu>.
1770 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1771
072f1e39
JD
17722009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1773
1774 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1775
5d1e70a2
AS
17762009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1777
87e32266 1778 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 1779
a53cfbe5
JD
17802009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1781
473a99b7
JD
1782 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1783 has a parent.
1784
a53cfbe5 1785 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 1786 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
1787
1788 * config.in: Generated (AUTO_DEPEND).
1789
f04bb9b2
MA
17902009-11-13 Michael Albinus <michael.albinus@gmx.de>
1791
b7c7a4d1 1792 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
1793 Vdbus_registered_functions_table, because it contains also
1794 properties. Fix docstring.
b7c7a4d1 1795 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 1796
8f11f7ec
SM
17972009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1798
1799 * alloc.c (mark_object): Don't reprocess marked strings.
1800 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
1801 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1802
8a605fe8
KH
18032009-11-13 Kenichi Handa <handa@m17n.org>
1804
8f11f7ec 1805 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
1806 semantics of Vword_combining_categories.
1807 (Vword_combining_categories): Describe the slight change of the
1808 semantics.
1809
241c4680
EZ
18102009-11-13 Eli Zaretskii <eliz@gnu.org>
1811
1812 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1813
1814 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1815
5d58e44c
SM
18162009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * xdisp.c (syms_of_xdisp): Fix typo in last change.
1819
5e13f9d3
JB
18202009-11-12 Juanma Barranquero <lekktu@gmail.com>
1821
1822 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1823
cf54c754
DR
18242009-11-11 David Reitter <david.reitter@gmail.com>
1825
1826 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1827 variables to fix 2009-11-09 change.
1828
a4ada374
DN
18292009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1830
91433552
DN
1831 * process.c (ifflag_def): Make flag_sym constant.
1832 (Fnetwork_interface_info): Use a constant pointer.
1833 (ifflag_table):
1834 * xfns.c (cursor_bits):
1835 * xdisp.c (power_letter):
1836 * termcap.c (speeds, esctab):
1837 * sysdep.c (baud_convert):
1838 * keyboard.c (lispy_accent_codes, modifier_names):
1839 * image.c (xbm_format, xpm_format, pbm_format, png_format)
1840 (jpeg_format, tiff_format, gif_format, svg_format)
1841 (interlace_start, interlace_increment, gs_format):
1842 * gtkutil.c (separator_names):
1843 * fringe.c (swap_nibble):
1844 * fns.c (base64_value_to_char, base64_char_to_value):
1845 * fileio.c (make_temp_name_tbl):
1846 * coding.c (suffixes): Make constant.
1847
f4265f6c
DN
1848 * frame.c (make_initial_frame):
1849 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1850 build_string.
1851 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1852
04420943
DN
1853 * s/freebsd.h:
1854 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1855
0a5d24ae
DN
1856 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
1857 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1858
a4ada374
DN
1859 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1860 * xterm.c (syms_of_xterm):
1861 * xfaces.c (syms_of_xfaces):
1862 * xdisp.c (syms_of_xdisp):
1863 * lread.c (syms_of_lread):
1864 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1865 build_string.
91433552 1866
a4ada374
DN
1867 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1868
af98fc7f
SM
18692009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1870
8ab1650e 1871 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 1872
e90292a9
JD
18732009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1874
1875 * keyboard.h: Declare timer_check.
1876
1877 * keyboard.c (timer_check_2): New function that does what the old
1878 timer_check did.
1879 (timer_check): Call timer_check_2 until -1 or a non-zero time is
1880 returned, i.e. don't return -1 with timers pending.
1881
1882 * process.c: Remove extern declaration of timer_check.
1883
1884 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1885 even if timer_check returned -1.
1886
af98fc7f
SM
1887 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1888 xg_dialog_data.
e90292a9
JD
1889 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1890 the event loop.
1891 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1892 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1893 Destroy the dialog after xg_dialog_run.
1894
045b83c0
SM
18952009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1898
1fb99a3a
JD
18992009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1900
1901 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1902
04e452cb
JB
19032009-11-09 Juanma Barranquero <lekktu@gmail.com>
1904
1905 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1906
ef7417fd
SM
19072009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1908
1909 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1910 w32menu.c, and nsmenu.m.
1911 Simplify the obsolete case where position is nil.
1912 (cleanup_popup_menu): New function, moved from nsmenu.m.
1913 (struct skp): Remove slot `notreal'.
1914 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1915 adjust callers.
1916 (single_menu_item): Adjust call to parse_menu_item.
1917 (syms_of_menu): Defsubr x-popup-menu.
1918 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1919 (keymap_panes): Don't export any more.
1920 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1921 (xmenu_show): Declare.
1922 * keyboard.c (parse_menu_item): Remove arg `notreal'.
1923 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1924 * keyboard.h (parse_menu_item): Update declaration.
1925 * xmenu.c (Fx_popup_menu): Remove.
1926 (syms_of_xmenu): Don't defsubr x-popup-menu.
1927 * w32menu.c (Fx_popup_menu): Remove.
1928 (syms_of_w32menu): Don't defsubr x-popup-menu.
1929 * nsmenu.m (cleanup_popup_menu): Remove.
1930 (ns_menu_show): Rename from ns_popup_menu and remove all the code
1931 moved to menu.c's Fx_popup_menu.
1932 (Fx_popup_menu): Remove.
1933 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
1934 menu_items (it's done in menu.c already).
1935
424d6179
SM
19362009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
1939 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
1940
c0df13a6 19412009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
1942
1943 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 1944 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
1945 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
1946 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
1947
2de9f71c
SM
19482009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 Let integers use up 2 tags to give them one extra bit and thus double
1951 their range.
1952 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
1953 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
1954 New macros.
1955 (enum Lisp_Type): Use them. Give explicit values.
1956 (Lisp_Type_Limit): Remove.
1957 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
1958 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
1959 Pay attention to USE_2_TAGS_FOR_INTS.
1960 (INTEGERP): Use LISP_INT_TAG_P.
1961 * fns.c (internal_equal): Simplify the default case.
1962 (sxhash): Use case_Lisp_Int.
1963 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
1964 any more.
1965 (Ftype_of): Use case_Lisp_Int.
1966 (store_symval_forwarding): Take into account the fact that Ints can
1967 now have more than one tag.
1968 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
1969 buffer_slot_type_mismatch):
1970 * xfaces.c (face_attr_equal_p):
1971 * print.c (print_object):
1972 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
1973 Use case_Lisp_Int.
1974
323637a2
EZ
19752009-11-06 Eli Zaretskii <eliz@gnu.org>
1976
7ac65b38
EZ
1977 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
1978
323637a2
EZ
1979 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
1980 warning.
1981
e511451f
JD
19822009-11-06 Jan Djärv <jan.h.d@swipnet.se>
1983
1984 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
1985
1986 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
1987
1988 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
1989 ButtonPressRelease and MotionNotify (bug#4870).
1990
5e2327cf
DN
19912009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
1992
5adc433e
DN
1993 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
1994
d67b4f80
DN
1995 * xterm.c (syms_of_xterm):
1996 * xselect.c (syms_of_xselect):
1997 * xmenu.c (syms_of_xmenu):
1998 * xfns.c (syms_of_xfns):
1999 * xfaces.c (syms_of_xfaces):
2000 * xdisp.c (syms_of_xdisp):
2001 * window.c (syms_of_window):
2002 * w32fns.c (syms_of_w32fns):
2003 * undo.c (syms_of_undo):
2004 * textprop.c (syms_of_textprop):
2005 * terminal.c (syms_of_terminal):
2006 * syntax.c (syms_of_syntax):
2007 * sound.c (syms_of_sound):
2008 * search.c (syms_of_search):
2009 * print.c (syms_of_print):
2010 * minibuf.c (syms_of_minibuf):
2011 * macros.c (syms_of_macros):
2012 * keymap.c (syms_of_keymap, initial_define_key)
2013 (initial_define_lispy_key):
2014 * keyboard.c (syms_of_keyboard):
2015 * insdel.c (syms_of_insdel):
2016 * image.c (syms_of_image):
2017 * fringe.c (syms_of_fringe):
2018 * frame.c (syms_of_frame):
2019 * fontset.c (syms_of_fontset):
2020 * fns.c (syms_of_fns):
2021 * fns.c (syms_of_fns):
2022 * fileio.c (syms_of_fileio):
2023 * fileio.c (syms_of_fileio):
2024 * eval.c (syms_of_eval):
2025 * doc.c (syms_of_doc):
2026 * dispnew.c (syms_of_display):
2027 * dired.c (syms_of_dired):
2028 * dbusbind.c (syms_of_dbusbind):
2029 * data.c (syms_of_data):
2030 * composite.c (syms_of_composite):
2031 * coding.c (syms_of_coding):
2032 * cmds.c (syms_of_cmds):
2033 * charset.c (define_charset_internal, syms_of_character):
2034 * ccl.c (syms_of_ccl):
2035 * category.c (syms_of_category, init_category_once):
2036 * casetab.c (syms_of_casetab):
2037 * casefiddle.c (syms_of_casefiddle):
2038 * callint.c (syms_of_callint):
2039 * bytecode.c (syms_of_bytecode):
2040 * buffer.c (keys_of_buffer, syms_of_buffer):
2041 * alloc.c (syms_of_alloc):
2042 * process.c (syms_of_process, init_process):
2043 * lread.c (syms_of_lread, init_obarray):
2044 * font.c (build_style_table):
2045 * emacs.c (syms_of_emacs, main): Replace calls to intern with
2046 intern_c_string, calls to make_pure_string with
2047 make_pure_c_string. Use pure_cons instead of Fcons.
2048
5e2327cf
DN
2049 * process.c (socket_options): Make it const.
2050 (set_socket_option, init_process): Use a const pointer.
2051
2052 * lread.c (intern_c_string): New function.
2053 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2054 (defvar_int): Uset it. Make the name const char*.
2055
2056 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2057 (defvar_int): Update prototypes.
2058 (DEFUN, EXFUN): Support for prototypes is now required.
2059 (intern_c_string): New prototype.
2060 (struct Lisp_Subr): Make symbol_name constant.
2061
2062 * font.c (struct table_entry): Remove unused member. Make NAMES
2063 constant.
2064 (weight_table, slant_table, width_table): Make constant.
2065
2066 * emacs.c (struct standard_args): Make name and longname constant.
2067
2068 * character.h (DEFSYM): Use intern_c_string.
2069
a56eaaef
DN
20702009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * alloc.c (make_pure_c_string): New function.
2073
2074 * eval.c (Fautoload): Purecopy all arguments.
2075
f6a07420
KH
20762009-11-05 Kenichi Handa <handa@m17n.org>
2077
2078 * fileio.c (Finsert_file_contents): Be sure set coding-system of
2079 the buffer in case of replace.
2080
5d28d4b1
DN
20812009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2082
2083 * puresize.h (BASE_PURESIZE): Increase to 1620000.
2084
b349d111
SM
20852009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2086
d528b1ce
SM
2087 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
2088 when applicable (bug#4851).
2089
b349d111
SM
2090 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
2091 (P_): Support for prototypes is now required.
2092
c38eb027
CY
20932009-10-31 Chong Yidong <cyd@stupidchicken.com>
2094
2095 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
2096 (Bug#4827).
2097
0405f8d9
EZ
20982009-10-30 Eli Zaretskii <eliz@gnu.org>
2099
d528b1ce 2100 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 2101
ca0a881a
DN
21022009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2103
2104 * puresize.h (BASE_PURESIZE): Increase to 1470000.
2105
d528b1ce
SM
2106 * lread.c (Fload): Purecopy the file name when building
2107 Vpreloaded_file_list.
ca0a881a 2108
47e0e0e4
JR
21092009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
2110
2111 * w32fns.c (syms_of_w32fns): Change default value of
2112 w32-scroll-lock-modifier to nil. (Bug#2827)
2113
057bce6f
JB
21142009-10-26 Juanma Barranquero <lekktu@gmail.com>
2115
782a943e 2116 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 2117
242bc74c
AS
21182009-10-26 Andreas Schwab <schwab@redhat.com>
2119
2120 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
2121
522d013a
JB
21222009-10-26 Juanma Barranquero <lekktu@gmail.com>
2123
2124 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
2125 For delta < 0, skip check that only makes sense when the mini-window
2126 is going to be enlarged. (Bug#4534)
2127
18060980
CY
21282009-10-25 Chong Yidong <cyd@stupidchicken.com>
2129
2130 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
2131 string in menu maps (Bug#4471).
2132
fec8f0fe
CY
21332009-10-24 Chong Yidong <cyd@stupidchicken.com>
2134
2135 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
2136 FRAME_NS_VIEW on terminal frames (Bug#4765).
2137
10d66ec0
AS
21382009-10-24 Andreas Schwab <schwab@linux-m68k.org>
2139
1cae01f7
AS
2140 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
2141 DBUS_TYPE_UINTnn separately to get proper sign extension.
2142
58a12889
AS
2143 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
2144 can properly handle unsigned types.
d528b1ce 2145 (make_uid, make_gid): Remove.
58a12889 2146
987c9327
AS
2147 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
2148 types again.
2149
522d013a 2150 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
2151 (system_process_attributes): Likewise.
2152
905a9ed3
DN
21532009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2154
2155 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
2156
2157 * eval.c (Fautoload): Purecopy the filename. Simplify.
2158
2159 * category.c (Fdefine_category): Purecopy docstring.
2160
a599b3e8
AS
21612009-10-23 Andreas Schwab <schwab@linux-m68k.org>
2162
7b792fc9
AS
2163 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
2164
a599b3e8
AS
2165 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
2166
b35ac83e
CY
21672009-10-23 Chong Yidong <cyd@stupidchicken.com>
2168
2169 * window.c (Fwindow_edges, Fwindow_pixel_edges)
2170 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
2171 (Bug#4775).
2172
e8903e00
SM
21732009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
2176 (init_fileio_once):
2177 * lisp.h (init_fileio_once): Remove.
2178 * emacs.c (main): Don't call init_fileio_once.
2179
8f43cbf3
DN
21802009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2181
2182 * puresize.h (BASE_PURESIZE): Increase to 1430000.
2183
26898943
AS
21842009-10-21 Andreas Schwab <schwab@linux-m68k.org>
2185
2186 * doprnt.c (doprnt): Fix overflow check.
2187
5c646d5a
JD
21882009-10-21 Jan Djärv <jan.h.d@swipnet.se>
2189
3132a7ea
JD
2190 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
2191
5c646d5a
JD
2192 * xterm.h (x_wait_for_event): Declare it.
2193
2194 * xterm.c (pending_event_wait): New variable.
2195 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
2196 see pending_event_wait.eventtype.
2197 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
2198 (x_new_font): Call change_frame_size with new rows/columns before we
2199 try to resize the frame.
5c646d5a 2200 (x_wait_for_event): New function.
d528b1ce
SM
2201 (x_set_window_size_1): Don't change gravity unless change_gravity
2202 is set.
5c646d5a
JD
2203 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
2204 don't change frame size, instead wait for the ConfigureNotify.
2205 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
2206 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
2207 (x_initialize): Initialize pending_event_wait.
2208
2209 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
2210 size.
2211
2212 * widget.c (EmacsFrameSetValues): Add comment.
2213 (EmacsFrameSetCharSize): Just call x_set_window_size.
2214
2215 * gtkutil.c (xg_frame_set_char_size): Flush events and call
2216 x_wait_for_event.
d528b1ce 2217 (flush_and_sync): Remove again.
5c646d5a
JD
2218 (xg_get_font_name): Suggest monospace if no previous font is known.
2219
e9c1637d
SM
22202009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 2223 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 2224
5a72cccb
YM
22252009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2226
2227 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
2228 processing pending events when event is filtered for input method.
ab04798f 2229 (Bug#3681)
5a72cccb 2230
2629aa37
JB
22312009-10-20 Juanma Barranquero <lekktu@gmail.com>
2232
2233 * fns.c: Add #endif accidentally removed in previous change.
2234
c3417a74
DN
22352009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2236
2237 * fns.c: Remove code for unsupported system: MAC_OS.
2238 * image.c: Likewise. Include setjmp.h.
2239
9685cef2
JD
22402009-10-19 Jan Djärv <jan.h.d@swipnet.se>
2241
2242 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
2243 pixel -1 (bug #4742).
2244
d7306fe6
DN
22452009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2246
019d2c4c
DN
2247 * process.c (create_pty): Remove conditionals for no longer
2248 supported systems: UNIPLUS and RTU.
2249
ee6bacd4
DN
2250 * xterm.c:
2251 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
2252
d7306fe6
DN
2253 * alloc.c: Do not define struct catchtag.
2254 * eval.c: Move struct catchtag definition ...
2255 * lisp.h: ... here.
2256
2257 * image.c: Move png.h #include earlier to avoid warnings.
2258
2259 * xterm.c:
2260 * xsmfns.c:
2261 * xselect.c:
2262 * xrdb.c:
2263 * xmenu.c:
2264 * xftfont.c:
2265 * xfont.c:
2266 * xfns.c:
2267 * xfaces.c:
2268 * xdisp.c:
2269 * window.c:
2270 * widget.c:
2271 * w32xfns.c:
2272 * w32uniscribe.c:
2273 * w32term.c:
2274 * w32select.c:
2275 * w32reg.c:
2276 * w32proc.c:
2277 * w32menu.c:
2278 * w32inevt.c:
2279 * w32heap.c:
2280 * w32font.c:
2281 * w32fns.c:
2282 * w32console.c:
2283 * w32.c:
2284 * w16select.c:
2285 * vm-limit.c:
2286 * unexsol.c:
2287 * unexec.c:
2288 * unexcw.c:
2289 * unexaix.c:
2290 * undo.c:
2291 * tparam.c:
2292 * textprop.c:
2293 * terminfo.c:
2294 * terminal.c:
2295 * termcap.c:
2296 * term.c:
2297 * syntax.c:
2298 * sound.c:
2299 * sheap.c:
2300 * search.c:
2301 * scroll.c:
2302 * region-cache.c:
2303 * regex.c:
2304 * ralloc.c:
2305 * process.c:
2306 * print.c:
b024548b
DN
2307 * nsterm.m:
2308 * nsselect.m:
2309 * nsmenu.m:
2310 * nsimage.m:
2311 * nsfont.m:
2312 * nsfns.m:
d7306fe6
DN
2313 * msdos.c:
2314 * minibuf.c:
2315 * menu.c:
2316 * marker.c:
2317 * macros.c:
2318 * keymap.c:
2319 * keyboard.c:
2320 * intervals.c:
2321 * insdel.c:
2322 * indent.c:
2323 * gtkutil.c:
2324 * ftxfont.c:
2325 * ftfont.c:
2326 * fringe.c:
2327 * frame.c:
2328 * fontset.c:
2329 * font.c:
2330 * fns.c:
2331 * floatfns.c:
2332 * filelock.c:
2333 * fileio.c:
2334 * emacs.c:
2335 * editfns.c:
2336 * dosfns.c:
2337 * doprnt.c:
2338 * doc.c:
2339 * dispnew.c:
2340 * dired.c:
2341 * dbusbind.c:
2342 * data.c:
2343 * composite.c:
2344 * coding.c:
2345 * cmds.c:
2346 * cm.c:
2347 * chartab.c:
2348 * charset.c:
2349 * character.c:
2350 * ccl.c:
2351 * category.c:
2352 * casetab.c:
2353 * casefiddle.c:
2354 * callproc.c:
2355 * callint.c:
2356 * bytecode.c:
2357 * buffer.c:
2358 * atimer.c: Include setjmp.h. (Bug#4643)
2359
fd5f21e6
SM
23602009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2361
4c0354d7
SM
2362 Remove leftover table unibyte_to_multibyte_table.
2363 * character.c (unibyte_to_multibyte_table): Remove.
2364 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
2365 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
2366 * character.h (UNIBYTE_TO_CHAR): New macro.
2367 (MAKE_CHAR_MULTIBYTE): Use it.
2368 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
2369 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
2370 (message_dolog, set_message_1):
2371 * search.c (Freplace_match):
2372 * editfns.c (Fcompare_buffer_substrings):
2373 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
2374 (concat):
2375 * insdel.c (copy_text, count_size_as_multibyte):
2376 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
2377 * term.c (produce_glyphs):
2378 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
2379 * regex.c (RE_CHAR_TO_MULTIBYTE):
2380 * cmds.c (internal_self_insert):
2381 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
2382
fd5f21e6
SM
2383 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
2384
4418646e
DN
23852009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2386
2387 * puresize.h (BASE_PURESIZE): Increase to 1310000.
2388
35f5c1d2
JB
23892009-10-16 Juanma Barranquero <lekktu@gmail.com>
2390
2391 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2392
a0cd8f6b
AR
23932009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2394
2395 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2396 still needed under Tiger.
2397
2398 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
2399
2400 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
2401 __Apple__.
2402
2403 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2404
01a8d3fa
KH
24052009-10-15 Kenichi Handa <handa@m17n.org>
2406
2407 * print.c (print_object): Escape a symbol like "2E10" too.
2408
bf6c75c9 24092009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
2410
2411 Cleanups and changes for 64-bit compile under Snow Leopard.
2412 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
2413
2414 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2415
c5959062 2416 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
2417 (ns_findfonts, nsfont_list_family): Use long format in printf, and
2418 cast argument.
2419 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 2420 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
2421
2422 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2423
2424 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2425 where appropriate.
2426
2427 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2428 where appropriate.
6e4780c5
JB
2429 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2430 Use stringWithUTF8String.
bf6c75c9
AR
2431 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2432
6e4780c5
JB
2433 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2434 Add formal protocol mention to inheritance.
bf6c75c9
AR
2435 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2436
6e4780c5
JB
2437 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2438 Fix printf format.
bf6c75c9
AR
2439 (ns_query_color): Use CGFloat where appropriate.
2440 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 2441 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
2442 argument.
2443
3d87f118
AR
2444 * config.in (NS_HAVE_NSINTEGER): Drop.
2445
a95c8102
AR
2446 * dbusbind.c (dbus-method-return-internal)
2447 (dbus-method-error-internal): Use long format in printf, and cast
2448 argument.
2449
2450 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2451 in printf, and cast argument.
2452
6873acca 2453 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
2454 cast argument.
2455
9ec6f100
GM
24562009-10-11 Glenn Morris <rgm@gnu.org>
2457
2458 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
2459
5be883cd
JD
24602009-10-08 Jan Djärv <jan.h.d@swipnet.se>
2461
2462 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2463 menu bar with a small width so it doesn't enlarge the frame.
2464
d7a39b51
JB
24652009-10-08 Juanma Barranquero <lekktu@gmail.com>
2466
2467 * fontset.c (Fset_fontset_font): Fix typos in error messages.
2468
0c2b6f8e
GM
24692009-10-06 Glenn Morris <rgm@gnu.org>
2470
2471 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2472 SOME_MACHINE_LISP (this enters indirectly via DOC).
2473
e02131a2
EZ
24742009-10-05 Eli Zaretskii <eliz@gnu.org>
2475
2476 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
2477
b4744254
EZ
24782009-10-04 Eli Zaretskii <eliz@gnu.org>
2479
2480 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2481 Doc fix.
2482
dbf64827
JB
24832009-10-03 Martin Rudalics <rudalics@gmx.at>
2484
2485 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2486
e9a0aef8
MA
24872009-10-02 Michael Albinus <michael.albinus@gmx.de>
2488
d528b1ce 2489 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
2490 used anymore outside fileio.c.
2491
2492 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2493
64eb2b56
JB
24942009-10-01 Juanma Barranquero <lekktu@gmail.com>
2495
2496 * lisp.h (Qdelete_directory_internal):
2497 Declare, instead of Qdelete_directory.
2498
2499 * w32fns.c (Fsystem_move_file_to_trash): Use it.
2500
9d28c33e
SM
25012009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * eval.c (Fcalled_interactively_p): Add `kind' argument.
2504
9d8f3bd9
MA
25052009-10-01 Michael Albinus <michael.albinus@gmx.de>
2506
9d28c33e 2507 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
2508 Fdelete_directory. It is not a command anymore. It has no file
2509 name handler.
2510
9694740b
SM
25112009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * xdisp.c (get_next_display_element): Use an enum in last change.
2514
748e162f
KH
25152009-09-28 Kenichi Handa <handa@m17n.org>
2516
9694740b 2517 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
2518 unibyte_display_via_language_environment in handling
2519 Vnobreak_char_display.
2520
17efd58d
AR
25212009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2522
2523 * nsterm.h (ns_app_name): New extern variable.
2524
2525 * nsterm.m (ns_app_name): New variable.
2526 (ns_term_init): Set and use it.
2527 (ns_term_shutdown): Use it.
2528
2529 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
2530 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2531
2532 * nsfns.m (ns_set_name_iconic, ns_set_name)
2533 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2534 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2535
9694740b
SM
2536 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2537 Remove double-casting in client_data comparison.
31c2d412 2538
3208cb35
YM
25392009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2540
2541 * keyboard.c (make_lispy_event): Remember last wheel direction.
2542 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2543
b7d552d6
GM
25442009-09-26 Glenn Morris <rgm@gnu.org>
2545
2546 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2547 internal.elc. Add term/pc-win.elc.
2548 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2549 term/x-win.elc.
2550 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2551 term/w32-win.elc.
2552 (NS_SUPPORT): New.
2553 (lisp): Add NS_SUPPORT.
2554 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2555
4ff670a8
DR
25562009-09-25 David Reitter <david.reitter@gmail.com>
2557
2558 * nsmenu.m (EmacsMenu-clear): Recognize application menu
2559 on Mac OS X 10.6+ (bug#4513).
2560
feabfb6c
JB
25612009-09-24 Juanma Barranquero <lekktu@gmail.com>
2562
2563 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
2564 some parts of Emacs code (like font selection) don't grok them.
2565 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 2566
de59072a
AS
25672009-09-24 Andreas Schwab <schwab@redhat.com>
2568
2569 * coding.c (decode_coding_iso_2022): Fix operator precedence.
2570
a489517b
JB
25712009-09-24 Juanma Barranquero <lekktu@gmail.com>
2572
2573 * dired.c (Fdirectory_files): Fix typo in docstring.
2574
0592970c
AR
25752009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2576
2577 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2578 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2579 (EmacsScroller-setPosition:portion:whole:): Remove -display call
2580 under GNUstep.
2581 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2582
2583 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2584 glyph advancement.
2585
48e8a88b
AR
25862009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2587
2588 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 2589 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
2590
2591 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2592 deleted (bug #4492).
2593
e14f0a78
AR
2594 * nsfont.m (Vns_reg_to_script): New lisp variable.
2595 (syms_of_nsfont): Declare it.
2596 (ns_registry_to_script): New function.
2597 (ns_get_req_script): Call it.
2598 (ns_findfonts): Don't give up on non-unicode registry.
2599
2600 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2601
5b650faa
SM
26022009-09-20 Tom Tromey <tromey@redhat.com>
2603
2604 * eval.c (find_handler_clause): Make stack-trace-on-error work in
2605 batch mode (bug#4228).
2606
a489517b 26072009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
2608
2609 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 2610 carefully. (Bug #4339)
0bae4e09 2611
fcfe06f3
CY
26122009-09-18 Chong Yidong <cyd@stupidchicken.com>
2613
d798ba87 2614 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 2615
31642728
AR
26162009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2617
2618 * emacs.c (inhibit_x_resources): Update doc string for NS.
2619 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 2620 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
2621
2622 * nsterm.h (ns_no_defaults): Remove.
2623
2624 * nsterm.m (ns_no_defaults): Remove.
2625 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2626 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
2627 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2628 don't update the NSWindow itself.
2629 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 2630 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
2631
2632 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2633 ns_use_qd_smoothing.
2634
2635 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2636 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 2637 (x-close-connection): Drop PSFlush() under OS X.
a489517b 2638 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 2639
8686ac71
JB
26402009-09-17 Juanma Barranquero <lekktu@gmail.com>
2641
2642 * emacs.c (inhibit_x_resources): New variable.
2643 (main) [HAVE_NS]: Don't process --quick command line option.
2644 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2645
2646 * lisp.h (inhibit_x_resources): Declare it extern.
2647
2648 * w32reg.c (x_get_string_resource):
2649 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2650
e227ba05
EZ
26512009-09-17 Eli Zaretskii <eliz@gnu.org>
2652
362654a6
JB
2653 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2654 Add lisp/term/internal.elc.
e227ba05 2655
742d40e8
SM
26562009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2657
2658 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2659 (bug#4461).
2660
005bd5a2
DN
26612009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2662
2663 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2664
2665 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2666 (OBJECTS_MACHINE): Remove, unused.
2667
f9af9719
SM
26682009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * frame.c (x_get_resource_string): Remove unused.
2671
0307c7d2
JD
26722009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2673
2674 * xterm.c (x_new_font): Call change_frame_size before calling
2675 x_set_window_size, in case frame size won't change.
2676
2677 * frame.c (x_set_font): Remove dead code.
2678
428b13d6
SM
26792009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2682
5766c380
SM
26832009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * lread.c (Fload): Don't output a message after loading an obsolete
2686 package any more (done in Lisp now).
2687
2fd0161b
CY
26882009-09-12 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2691
bc5e75b6
SM
26922009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * keymap.c (Fwhere_is_internal): Use nconc2.
2695
c31c985e
AM
26962009-09-11 Alan Mackenzie <acm@muc.de>
2697
2698 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2699 batch mode.
2700
78012bd2
AS
27012009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2702
2703 * xdisp.c (display_mode_element): Detect cycles.
2704
9d889332
SM
27052009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * keymap.c (where_is_internal): Don't erroneously return nil right after
2708 filling the cache.
2709 (where_is_internal_1): Fix up typo.
2710
7ab5d780
GM
27112009-09-11 Glenn Morris <rgm@gnu.org>
2712
2713 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2714 share a common doc-string.
2715
5238a749
SM
27162009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2717
66d77eda
SM
2718 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2719 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2720
5238a749
SM
2721 * keymap.c (QCadvertised_binding): New constant.
2722 (syms_of_keymap): Initialize it.
2723 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2724 if applicable.
2725
19f48442
SM
27262009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2727
50d4ba39
SM
2728 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2729 (parse_menu_item): Streamline since bindings are recomputed all the
2730 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2731 more and don't support lmenu's menu-alias any more either.
2732
a88a5372
SM
2733 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2734 (where_is_internal): Strip it down to only traverse the keymaps.
2735 Move the cache handling from Fwhere_is_internal to here.
2736 (Fwhere_is_internal): Move the handling of remapping and the choice of
2737 the best binding from where_is_internal to here.
2738 Unify the cached/noncached paths, so remapping is also handled
2739 correctly when the cache is used, and so the cache can be used to
2740 speed up remap-handling when applicable.
2741 Give preference to non-remapped bindings.
2742 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2743 non-remapped bindings.
2744 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2745 command remapping.
2746
19f48442
SM
2747 * xdisp.c (display_mode_element): Move list length limit from 50 to
2748 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2749
599498c3 27502009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
2751
2752 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2753
f9b7b5ac
SM
27542009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2755
a53af587
JB
2756 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2757 (Bug#4334)
2758
f9b7b5ac
SM
2759 * keymap.c (where_is_internal): Filter out shadowed remappings.
2760 Assume that where_is_internal returns unshadowed bindings to simplify
2761 the code and get rid of the gotos. Use ASIZE.
2762
04f4b72d
JD
27632009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2764
4da146f2
JD
2765 * xterm.c (x_focus_changed): If we get a focusout and pointer
2766 is invisible, make it visible.
2767
04f4b72d
JD
2768 * xterm.h: Remove condition for declaration of
2769 x_*_window_to_frame.
2770
7cef7ce3
SM
27712009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2774 initial terminal as well.
2775
a54fa5b7
JD
27762009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2777
2778 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 2779 x_menubar_window_to_frame.
a54fa5b7
JD
2780
2781 * xterm.c: Remove declarations also in xterm.h
2782 (XTmouse_position): Do not return valid positions
2783 for clicks in the menubar and the toolbar for Gtk+.
2784
2785 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2786 if the widget for the event has the same top level as a frame,
2787 return the frame.
2788 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2789 internal windows, bug #4122.
2790 (x_non_menubar_window_to_frame): Remove.
2791
5a021dd0
GM
27922009-09-02 Glenn Morris <rgm@gnu.org>
2793
2794 * buffer.c (default-major-mode): Move most of the doc from here...
2795 (major-mode): ... to here.
2796
548fe2f3
NR
27972009-08-30 Nick Roberts <nickrob@snap.net.nz>
2798
2799 * process.c (wait_reading_process_output): Keep the descriptor
2800 when pty is used by a non-child process, e.g., in I/O buffer of
2801 GDB this allows inferior to be restarted.
2802
e0840eef
EZ
28032009-08-29 Eli Zaretskii <eliz@gnu.org>
2804
2805 * xdisp.c (redisplay_internal): Remove redundant test and collapse
2806 both branches into one.
2807
82e98df4
SM
28082009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2811 (main): Use enable-multibyte-characters rather than
2812 default-enable-multibyte-characters. Output a warning message when
2813 running a unibyte session.
2814
890617cb
YM
28152009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2816
2817 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2818 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2819 (copy_data_segment): Also copy __program_vars section.
2820 (copy_dyld_info) [LC_DYLD_INFO]: New function.
2821 (dump_it) [LC_DYLD_INFO]: Use it.
2822
2823 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2824
e7adeadc
EZ
28252009-08-28 Eli Zaretskii <eliz@gnu.org>
2826
2827 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2828 $(SRC)/buildobj.h.
2829 (buildobj.h): Renamed from $(SRC)/buildobj.h.
2830 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2831 $(SRC)/buildobj.h.
2832 (clean): Add buildobj.h.
2833
3ed8bbdc
TZ
28342009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2835
2836 * print.c (print_object): Set escapeflag to 1 when printing
2837 hashtable keys and values.
2838
155a6764
SM
28392009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * lread.c (read_integer): Use doubles (and potentially return a float
2842 number) as we do in string-to-number.
2843 (read1): Use strtol to read integers, signal errors on strtol's
2844 overflow and use floats if strtol's output is too large for
2845 Elisp integers.
2846
877610de
EZ
28472009-08-27 Eli Zaretskii <eliz@gnu.org>
2848
2849 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2850 (make-buildobj-SH): Fix last change.
2851 (SRC): Move to before where it's first used.
2852
ef73e7be
KH
28532009-08-27 Kenichi Handa <handa@m17n.org>
2854
550c8289
KH
2855 * process.c (send_process): Use encode_coding_object instead of
2856 encode_coding_string to perform eol-conversion even if the string
2857 is unibyte.
2858
60afa08d
KH
2859 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2860 character.
2861
ef73e7be 2862 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 2863 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 2864
7b3a82d7
DN
28652009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2866
5654bf63
DN
2867 * callproc.c (Fcall_process): Remove always true #if.
2868
7b3a82d7
DN
2869 * lisp.h: Replace #if 0 code for checking with text pointing to
2870 the --enable-checking configure flag.
2871
2872 * emacs.c (main): Mention the --enable-profiling configure flag
2873 instead of using CFLAGS.
2874
878bde49
KR
28752009-08-26 Ken Raeburn <raeburn@raeburn.org>
2876
2877 * Makefile.in (buildobj.h): New target.
2878 (doc.o): Depend on it.
2879 (temacs${EXEEXT}): Don't generate buildobj.lst.
2880 (mostlyclean): Delete buildobj.h, not buildobj.lst.
2881 * makefile.w32-in ($(SRC)/buildobj.h): New target.
2882 ($(BLD)/doc.$(O)): Depend on it.
2883 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
2884 provided by Eli Zaretskii.)
2885 ($(TEMACS)): Don't generate buildobj.lst.
2886 * doc.c: Include buildobj.h.
2887 (buildobj): New static variable.
2888 (Fsnarf_documentation): Use it, instead of opening and reading
2889 buildobj.lst.
2890
1574224c
MA
28912009-08-25 Michael Albinus <michael.albinus@gmx.de>
2892
2893 * dbusbind.c (Fdbus_call_method)
2894 (Fdbus_call_method_asynchronously): Use English numeric format for
2895 timeout values in doc string.
2896
d9da2f45
KH
28972009-08-25 Kenichi Handa <handa@m17n.org>
2898
ef73e7be
KH
2899 * alloc.c (mark_char_table): New function.
2900 (mark_object): Use mark_char_table for a char-table.
2901
d9da2f45
KH
2902 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2903 (CHAR_TABLE_REF): Use it.
2904
c8edcc01
KR
29052009-08-23 Ken Raeburn <raeburn@raeburn.org>
2906
2907 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2908 before invoking the newly build emacs to check for load-path
2909 shadowing.
2910
7763401b
GM
29112009-08-22 Glenn Morris <rgm@gnu.org>
2912
2913 * Makefile.in (bootstrap_exe): New variable.
2914 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2915 Use ${bootstrap_exe}.
2916
729eadda
EZ
29172009-08-22 Eli Zaretskii <eliz@gnu.org>
2918
2919 * coding.h (encode_coding_string): Don't encode unibyte strings.
2920 (Bug#4047)
2921
eb4c6ace
MA
29222009-08-22 Michael Albinus <michael.albinus@gmx.de>
2923
2924 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2925
2926 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
2927 intended as hotfix only.
2928 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2929
36e34d1b
AR
29302009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2931
2932 * nsterm.m (ns_get_color): Update documentation properly for last
2933 change, and clean up loose ends in the code left by it. Fix
2934 longstanding bug with 16-bit hex parsing, and add support for
2935 yet another X11 format (rgb:r/g/b) for compatibility.
2936 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
2937 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
2938
f983eb8a
SM
29392009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2940
2941 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
2942
3f56d3c6
MA
29432009-08-20 Michael Albinus <michael.albinus@gmx.de>
2944
2945 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
2946 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
2947 (xd_initialize, xd_pending_messages): Check, whether
2948 $DBUS_SESSION_BUS_ADDRESS is set.
2949
fb641d68
YM
29502009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2951
2952 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
2953
2954 * nsterm.m (ns_get_color): Remove incompatible color formats again.
2955
cf59a374
GM
29562009-08-20 Glenn Morris <rgm@gnu.org>
2957
2958 * emacs.c (system-type): Doc fix.
2959
1373f3be
SM
29602009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
2963 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
2964
058ed861
MA
29652009-08-18 Michael Albinus <michael.albinus@gmx.de>
2966
1373f3be
SM
2967 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
2968 New functions.
058ed861
MA
2969 (xd_initialize): Revert change from 2009-08-16.
2970
563a866e 29712009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
2972
2973 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 2974 font-group vector, return nil.
5fc05db0 2975
e42bdf01
CY
29762009-08-17 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * process.c (status_notify): Don't perform redisplay.
2979 (Fdelete_process, list_processes_1, process_send_signal):
2980 Expliticly perform redisplay.
2981 (wait_reading_process_output): Always check process status, but
2982 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
2983
4230ab74
KR
29842009-08-17 Ken Raeburn <raeburn@raeburn.org>
2985
1373f3be 2986 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
2987 (XFLOAT_INIT): New macro for storing a float value.
2988 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
2989 * fns.c (sxhash): Copy out the value of a float in order to
2990 examine its bytes.
2991 * dbusbind.c (xd_append_arg): Likewise.
2992
4230ab74
KR
2993 * emacs.c (main): Don't call syms_of_data twice.
2994
a0645cdd
MA
29952009-08-16 Michael Albinus <michael.albinus@gmx.de>
2996
2997 * dbusbind.c (xd_initialize): Add connection file descriptor to
2998 input_wait_mask, in order to let select() detect, whether a new
2999 message has been arrived.
ca4f31ea 3000 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 3001
485db0ba
MA
30022009-08-15 Michael Albinus <michael.albinus@gmx.de>
3003
1373f3be
SM
3004 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
3005 New functions.
485db0ba
MA
3006
3007 * lisp.h (xd_pending_messages): Declare.
3008
3009 * keyboard.c (readable_events): Call xd_pending_messages.
3010
b5b98ff4
CY
30112009-08-15 Chong Yidong <cyd@stupidchicken.com>
3012
1373f3be 3013 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 3014
f8354c6e
CY
3015 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
3016
b5b98ff4
CY
3017 * buffer.c (set_buffer_internal_1)
3018 (swap_out_buffer_local_variables): Check for unbound local
3019 variables (Bug#4138).
3020
8b9fc636
EZ
30212009-08-14 Eli Zaretskii <eliz@gnu.org>
3022
3023 * process.c (create_pty): Fix last change.
3024
ce959360
CY
30252009-08-13 Chong Yidong <cyd@stupidchicken.com>
3026
3027 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
3028 (xbm_load_image): Caller changed.
64b807c9 3029 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 3030
c7baf7e9
NR
30312009-08-13 Nick Roberts <nickrob@snap.net.nz>
3032
3033 * process.c (create_pty): New function.
3034 (Fstart_process): Use it to allow Emacs to just associate a pty
3035 with the buffer. See associated change in gdb-mi.el.
3036 (list_processes_1): Deal with no program name.
3037 (start_process_unwind): Use pid == -2 to mean no process.
3038
1ac9108a
SM
30392009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * cmds.c (nonundocount): New global variable.
3042 (keys_of_cmds): Initialize it.
3043 (Fself_insert_command): Use it to combine upto 20 sequential chars
3044 into a single undo entry, just like the Qself_insert_command code in
3045 keyboard.c does.
3046 Call frame_make_pointer_invisible, also like the Qself_insert_command
3047 code in keyboard.c does.
3048 * keyboard.c (command_loop_1): Use the new global nonundocount rather
3049 than its own local replacement for it.
3050
e267324c
KR
30512009-08-10 Ken Raeburn <raeburn@raeburn.org>
3052
1ac9108a 3053 * fns.c (concat): Don't re-set string length to its current value.
77437343 3054
1ac9108a
SM
3055 * coding.h (decode_coding_string, encode_coding_string):
3056 Use SBYTES macro.
f0bed503 3057
1ac9108a 3058 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
3059 (doprnt): Merge with doprnt1, discarding lispstrings code.
3060 * lisp.h (doprnt_lisp): Don't declare.
3061
416e006d
JL
30622009-08-07 Juri Linkov <juri@jurta.org>
3063
3064 * puresize.h (BASE_PURESIZE): Increase to 1270000.
3065
6f7d5780
DN
30662009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3067
3068 * print.c (syms_of_print): Undo previous change.
3069
f19a0f5b
TZ
30702009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
3071
3072 * lread.c (read1, syms_of_lread): Read hashtables back from the
3073 readable format.
3074
3075 * print.c (print_preprocess, print_object): Print hashtables fully
3076 and readably.
3077 (syms_of_print): Provide 'hashtable-print-readable.
3078
b9173dc2
AR
30792009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3080
3081 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
3082 no family set.
3083 (nsfont_open): Handle case when entity has no family.
3084
1586503c
AR
30852009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3086
3087 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
3088 element, not a list, for match case.
3089
087048cd
KH
30902009-07-28 Kenichi Handa <handa@m17n.org>
3091
3092 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
3093 rigidly.
3094
3095 * xfont.c (xfont_list_pattern): Don't ignore the return value of
3096 font_parse_xlfd. Check font properties more rigidly.
3097
780c2506
DN
30982009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3099
31fd7c5c
JB
3100 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
3101 bsd-common.h.
780c2506 3102
a8c0cc18
KH
31032009-07-27 Kenichi Handa <handa@m17n.org>
3104
3105 * xfaces.c (face_with_height): Call font_clear_prop.
3106
4fbe2306
CY
31072009-07-26 Chong Yidong <cyd@stupidchicken.com>
3108
111d9af3
CY
3109 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
3110
3111 * xterm.c (x_term_init): Use Qx.
3112
4fbe2306
CY
3113 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
3114
1ac9108a 3115 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
3116 (ns_get_color): Revert 2009-07-16 change.
3117
beb0b7f9
EZ
31182009-07-25 Eli Zaretskii <eliz@gnu.org>
3119
3120 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 3121 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 3122
2baf5e76
KR
31232009-07-25 Ken Raeburn <raeburn@raeburn.org>
3124
1ac9108a
SM
3125 * coding.h (decode_coding_string, encode_coding_string):
3126 Use SCHARS macro.
8890e5f5 3127
2baf5e76 3128 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 3129 (load_depth): Delete.
2baf5e76
KR
3130 (Qload_in_progress): New variable.
3131 (load_unwind): Don't reference load_depth or load_in_progress.
3132 (Fload): Likewise; specbind Qload_in_progress instead.
3133 (init_lread): Don't initialize load_depth.
3134 (syms_of_lread): Initialize and protect Qload_in_progress.
3135
1395c6f5
AR
31362009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3137
3138 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
3139
4e2f36cf
AR
31402009-07-23 Yavor Doganov <yavor@gnu.org>
3141
3142 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
3143
5dd9a6f7
AR
31442009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3145
3146 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
3147 Bugs 3792, 3720, 2402.
3148 (ns_lookup_indexed_color): Check for bad index.
3149 (ns_index_color): Init unused slot to 0.
3150 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
3151 Bug 3714, possibly 3082.
5dd9a6f7 3152
c902b920
JR
31532009-07-22 Jason Rumney <jasonr@gnu.org>
3154
1ac9108a
SM
3155 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
3156 Position IME window at cursor (Bug#2570).
c902b920
JR
3157 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
3158 (globals_of_w32fns): Dynamically load functions required above.
3159
3160 * w32term.c (w32_draw_window_cursor): Send message to reposition
3161 any IME window.
3162
090101cf
CY
31632009-07-21 Chong Yidong <cyd@stupidchicken.com>
3164
3165 * fileio.c: Revert 2009-07-16 changes.
3166 (Vauto_save_include_big_deletions): New variable.
3167 (Fdo_auto_save): Disable auto-save only if
3168 auto-save-include-big-deletions is nil.
3169
e6583e3d
CY
31702009-07-21 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * xdisp.c (move_it_to): For continued lines ending in a tab, take
3173 the overflowed pixels into account (Bug#3879).
3174
ece435a5
KR
31752009-07-21 Ken Raeburn <raeburn@raeburn.org>
3176
3177 * lread.c (load_depth): New variable.
3178 (Fload, load_unwind, init_lread): Set it to the load recursion
3179 depth; set load_in_progress as a simple boolean based on the
3180 current load_depth. (Bug#3892)
3181
40b2d973
AR
31822009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3183
3184 * nsfont.m (ns_has_attribute): Remove.
3185 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
3186
10be7e0d
JL
31872009-07-18 Juri Linkov <juri@jurta.org>
3188
3189 * process.c (Fset_process_query_on_exit_flag): Mention killing
3190 a buffer in docstring.
3191
fa055055
KH
31922009-07-17 Kenichi Handa <handa@m17n.org>
3193
3194 * casetab.c (shuffle): Fix the logic of setting up the cycle.
3195
042f7b69
YM
31962009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3197
3198 * nsfns.m (Fns_set_alpha): Remove function.
3199 (syms_of_nsfns): Don't defsubr it.
3200
3201 * nsterm.m (ns_get_color): Remove incompatible color formats.
3202 (ns_color_to_lisp): Generate #rrggbb color format string.
3203
4be941e3
RS
32042009-07-16 Richard Stallman <rms@gnu.org>
3205
3206 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
3207 (Fset_buffer_auto_saved): Handle save_length = -2.
3208
4e6b227d
CY
32092009-07-16 Chong Yidong <cyd@stupidchicken.com>
3210
3211 * xterm.c (Qx_gtk_map_stock): New var.
3212
3213 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
3214 of calling intern each time.
3215
a1856973
YM
32162009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3217
3218 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
3219 does tiling.
3220
3221 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
3222
497e54d8
KH
32232009-07-14 Kenichi Handa <handa@m17n.org>
3224
72d36834
KH
3225 * font.c (font_vconcat_entity_vectors): New function.
3226 (struct font_sort_data): New member font_driver_preference.
3227 (font_compare): Check font_driver_preference.
3228 (font_sort_entities): The format of the first argument changed.
3229 (font_delete_unmatched): Likewise.
3230 (font_list_entities): The return type changed.
3231 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
3232 (font_find_for_lface): Adjuste for the above changes.
3233 Don't suppress the checking of C even if the repertory supports it.
3234 (Flist_fonts): Adjust for the above changes.
72d36834 3235
1ac9108a
SM
3236 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
3237 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
3238 Reject a font who has adstyle property that is different from a
3239 langname derived from registry property.
1ac9108a 3240 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 3241
b6046155
EZ
32422009-07-13 Eli Zaretskii <eliz@gnu.org>
3243
3244 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
3245 local copy of dirfilename.
3246
fb6b6049
KH
32472009-07-13 Kenichi Handa <handa@m17n.org>
3248
e2402a5e
KH
3249 * chartab.c (sub_char_table_ref_and_range): Fix the range check
3250 against max_char.
3251
fb6b6049
KH
3252 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
3253 calling XSYMBOL (sym).
3254
65156807
EZ
32552009-07-11 Eli Zaretskii <eliz@gnu.org>
3256
1ac9108a
SM
3257 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
3258 New function.
3259 (directory_files_internal) [WINDOWSNT]:
3260 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
3261 the filesystem of the directory is fast or slow.
3262
3263 * w32.c (logon_network_drive): Don't assume PATH is an absolute
3264 file name.
3265 (is_slow_fs): New function.
3266 (stat): Use it to determine whether to issue more system calls to
3267 get accurate file attributes, when w32-get-true-file-attributes is
3268 `local'.
3269
e0ab5fcf
JD
32702009-07-10 Jan Djärv <jan.h.d@swipnet.se>
3271
3272 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 3273 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
3274 parameter font-parameter as default to the font dialog.
3275
784ceded
KH
32762009-07-10 Kenichi Handa <handa@m17n.org>
3277
3278 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
3279
fb8edc0b
EZ
32802009-07-09 Eli Zaretskii <eliz@gnu.org>
3281
1ac9108a 3282 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 3283
fb8edc0b
EZ
3284 * w32.c (stat): Treat UNC file names as residing on remote
3285 drives. (Bug#3542)
3286
635c75b1
KH
32872009-07-09 Kenichi Handa <handa@m17n.org>
3288
3289 * fontset.c (fontset_find_font): Fix previous change.
3290
c1d5ce94
MA
32912009-07-08 Michael Albinus <michael.albinus@gmx.de>
3292
3293 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
3294 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
3295 error flag.
3296
edb61b39
KH
32972009-07-08 Kenichi Handa <handa@m17n.org>
3298
374bf7e4
KH
3299 * fontset.c (fontset_find_font): Fix the logic of handling
3300 charset_matched.
3301 (font_for_char): Delete unused var.
3302 (generate_ascii_font_name): Delete it.
3303
edb61b39
KH
3304 * coding.h (JIS_TO_SJIS2): Fix the code range check.
3305
3306 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
3307 (encode_coding_sjis): Fix the code range check.
3308
0f3f018c
CY
33092009-07-07 Chong Yidong <cyd@stupidchicken.com>
3310
3311 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
3312 (Fexpand_file_name): Copy string data properly (Bug#3772).
3313
fcaf6f3a
JD
33142009-07-07 Jan Djärv <jan.h.d@swipnet.se>
3315
3316 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
3317 first MapNotify.
3318
6809ca75
KH
33192009-07-07 Kenichi Handa <handa@m17n.org>
3320
3321 * character.h (unibyte_has_multibyte_table): Delete extern.
3322 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
3323
3324 * charset.c (Fset_charset_priority): Update charset_unibyte.
3325 (syms_of_charset): Initialize charset_unibyte.
3326
3327 * character.c (unibyte_has_multibyte_table): Delete it.
3328 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
3329 charset_unibyte.
3330 (multibyte_char_to_unibyte_safe): Likewise.
3331 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
3332
1ac9108a 3333 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
3334 (x_produce_glyphs): Likewise.
3335
3336 * .gdbinit (xcharset): Fix the treating $arg0.
3337
ad9e2d54
EZ
33382009-07-04 Eli Zaretskii <eliz@gnu.org>
3339
3340 Emulation of `getloadavg' on MS-Windows.
3341 * w32.c: Include float.h
3342 (g_b_init_get_native_system_info, g_b_init_get_system_times)
3343 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
3344 (get_native_system_info, get_system_times): New functions.
3345 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
3346 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
3347 (globals_of_w32): Initialize g_b_init_get_native_system_info,
3348 g_b_init_get_system_times, and num_of_processors.
3349
0a3472c7
JR
33502009-07-03 Jason Rumney <jasonr@gnu.org>
3351
3352 * w32term.c (w32_initialize): Use standard types.
3353
80904120
EZ
33542009-07-03 Eli Zaretskii <eliz@gnu.org>
3355
3356 * dired.c (Ffile_attributes): Decode user and group names by the
3357 locale's encoding. (Bug#3443)
3358
6978862d
DN
33592009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3360
f8d23104
DN
3361 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
3362 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
3363
3364 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
3365
3366 * term.c (init_tty): Remove spurious #ifdef.
3367
6978862d
DN
3368 * m/mips.h: Mention this file is also used for netbsd.
3369 * m/pmax.h: Remove file.
3370
e044e4fc
JD
33712009-07-03 Jan Djärv <jan.h.d@swipnet.se>
3372
3373 * xterm.h (struct x_display_info): Add invisible_cursor.
3374 (struct x_output): Add current_cursor.
3375
3376 * xterm.c (XTtoggle_invisible_pointer): New function.
3377 (x_define_frame_cursor): Don't define cursor if invisible or the
3378 same as before. Set current_cursor.
3379 (x_create_terminal): Set toggle_invisible_pointer_hook.
3380
3381 * xfns.c (make_invisible_cursor): New function.
3382 (x_set_mouse_color): Call make_invisible_cursor.
3383 Set current_cursor.
3384 (x_window): Set current_cursor.
3385
3386 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
3387
3388 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
3389 inserting a character.
3390 (read_avail_input): Call frame_make_pointer_visible.
3391
3392 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
3393 (frame_make_pointer_invisible, frame_make_pointer_visible):
3394 New functions.
e044e4fc
JD
3395 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
3396
3397 * frame.h: Declare frame_make_pointer_invisible and
3398 frame_make_pointer_visible.
3399 (struct frame): Add pointer_invisible.
3400
574c8efa
JD
34012009-07-02 Jan Djärv <jan.h.d@swipnet.se>
3402
7b507248
JD
3403 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3404 frame isn't visible.
3405 (xg_frame_resized): If width/height is -1, get size of window
3406 from X server.
3407
3408 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3409 for MapNotify.
3410
835bdaa7 3411 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 3412 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 3413 (flush_and_sync): Reintroduce.
574c8efa 3414
3f1c6666 34152009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 3416
31fd7c5c 3417 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
3418
3419 * xterm.c (x_handle_net_wm_state): Also look for sticky.
3420 (x_term_init): Initialize Xatom_net_wm_state_sticky.
3421
3422 * frame.h: Declare Qsticky.
3423
cad9ef74
JD
3424 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3425
3426 * nsfns.m (ns_frame_parm_handlers): Ditto.
3427
3428 * frame.c: Declare Qsticky.
3429 (frame_parms): Add sticky.
3430
3431 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3432
3433 * xterm.h: Declare x_set_sticky.
3434
3435 * xterm.c (x_set_sticky): New function.
3436
69b16610
JD
3437 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3438 (xg_tool_bar_menu_proxy): Attach enter/leave events to
3439 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
3440
3441 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3442
3443 * frame.c: Qmaximized is new.
3444 (x_set_frame_parameters): Do not handle fullscreen specially.
3445 Only set width and height if explicitly set.
3446 (x_set_fullscreen): Handle Qmaximized.
3447 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3448 (syms_of_frame): Initialize Qmaximized.
3449
1ac9108a
SM
3450 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3451 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
3452
3453 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
3454 for Expose event. Add call to x_check_fullscreen for MapNotify event.
3455 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
3456 set gravity to NorthWestGravity when USE_GTK.
3457 (set_wm_state): New function.
31fd7c5c 3458 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
3459 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3460 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 3461 or the case when no window manager is running. That means remove calls
3f1c6666
JD
3462 to x_real_positions and x_fullscreen_adjust.
3463
3464 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3465 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3466 flush_and_sync.
3467 (xg_height_changed): New function.
3468 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
3469 and gtk_window_set_policy. Set frame gravity after parsing the
3470 geometry string.
3f1c6666
JD
3471 (xg_update_frame_menubar, free_frame_menubar)
3472 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3473 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3474 Remove calls to xg_frame_set_char_size.
3475
fd503d99
KH
34762009-07-01 Kenichi Handa <handa@m17n.org>
3477
3478 * keyboard.c (decode_keyboard_code): New function.
3479 (tty_read_avail_input): Decode the input bytes if necessary.
3480
1ac9108a
SM
3481 * coding.c (setup_coding_system):
3482 Initialize coding->carryover_bytes to 0.
fd503d99
KH
3483 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3484 use Qno_conversion.
3485
24ed93fb
YM
34862009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3487
3488 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3489
99061dfc
CY
34902009-06-30 Chong Yidong <cyd@stupidchicken.com>
3491
1ac9108a 3492 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 3493
ff90fbde
JR
34942009-06-30 Jason Rumney <jasonr@gnu.org>
3495
3496 * w32term.c (w32_initialize): Use GetModuleHandle for library that
3497 is already loaded.
3498 Set user model ID if supported (bug#1849).
3499
5f445726
JM
35002009-06-29 Jim Meyering <meyering@redhat.com>
3501
3502 Remove useless if-before-xfree test.
3503 * nsfont.m (nsfont_close): Remove useless test.
3504 * term.c (delete_tty): Likewise.
3505 * w32.c (system_process_attributes): Likewise.
3506 * w32font.c (w32font_close): Likewise.
3507 * xfaces.c (x_free_gc): Likewise.
3508 * xselect.c (buffer): Likewise.
3509
b9607587
AS
35102009-06-28 Andreas Schwab <schwab@linux-m68k.org>
3511
3512 * process.c (send_process): Keep decoded string in a local
3513 variable and protect it from GC. (Bug#3521)
3514
89ba96f4
EZ
35152009-06-28 Eli Zaretskii <eliz@gnu.org>
3516
3517 * term.c (create_tty_output) [MSDOS]: #ifdef away.
3518 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3519
098a1589
CY
35202009-06-28 Chong Yidong <cyd@stupidchicken.com>
3521
485422be
CY
3522 * xdisp.c (start_display, handle_face_prop)
3523 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
3524 (redisplay_window, try_window_id, produce_image_glyph):
3525 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 3526
098a1589
CY
3527 * xterm.c (x_update_window_begin, x_new_focus_frame)
3528 (x_scroll_bar_handle_click, handle_one_xevent)
3529 (handle_one_xevent, XTread_socket, x_focus_on_frame)
3530 (x_make_frame_visible, x_make_frame_invisible)
3531 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3532 code chunks that are now obsolete.
3533
78c38319
MA
35342009-06-28 Michael Albinus <michael.albinus@gmx.de>
3535
3536 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3537 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
3538 for hours, when optimzation is enabled.
3539 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3540 (xd_read_message): Make them static.
3541
4189ed40
CY
35422009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
3543
3544 * term.c (turn_on_face): Allow simultaneously bold and dim
3545 terminal faces (Bug#3530).
3546
cd9b5e16
CY
35472009-06-27 Chong Yidong <cyd@stupidchicken.com>
3548
4e23bedb
CY
3549 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3550
cd9b5e16
CY
3551 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3552 truncation glyphs (Bug#3686).
3553
07cc3c35
GM
35542009-06-27 Glenn Morris <rgm@gnu.org>
3555
3556 * m/pmax.h: Restore file, with only netbsd portions.
3557
31fd7c5c 35582009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 3559
cd9b5e16 3560 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 3561
42d4a64f
KH
35622009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
3563
3564 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3565 the arg FORCE_SYMBOL.
3566
930fe55b 35672009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
3568
3569 * fontset.c (fontset_find_font): When a usable rfont_def is found
3570 in a fallback font-group, make it the first element of the group.
3571
57ebc3fd
CY
35722009-06-24 Chong Yidong <cyd@stupidchicken.com>
3573
3574 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3575
f084f942
KH
35762009-06-24 Kenichi Handa <handa@m17n.org>
3577
3578 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3579 set for C.
3580 (fontset_font): Record the availability of a font for C both in
3581 the realized fontsets of the current one and the default one.
3582
2f686c87
DN
35832009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3584
3585 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3586 conditional, it is always defined on AIX.
3587
666e158e
MB
35882009-06-23 Miles Bader <miles@gnu.org>
3589
3590 * window.c (Vrecenter_redisplay): New variable.
3591 (syms_of_window): Initialize it.
3592 (Qtty): New extern declaration.
3593 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3594
c6da7cd2
JM
35952009-06-23 Jim Meyering <meyering@redhat.com>
3596
1ac9108a
SM
3597 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3598 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 3599 pointer dereferences are guaranteed to be valid.
c6da7cd2 3600
678dca3d
KH
36012009-06-23 Kenichi Handa <handa@m17n.org>
3602
74d75424
KH
3603 * emacs.c (main): Call init_font ().
3604
3605 * font.h (Vfont_log): Extern it.
3606 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3607
3608 * font.c (font_sort_entities, font_list_entities)
3609 (font_matching_entity, font_open_entity)
3610 (font_close_object): Change font_add_log to FONT_ADD_LOG.
3611 (Vfont_log): Delete static.
3612 (font_log_env_checked): Delete this variable.
3613 (font_add_log): Don't check font_log_env_checked.
3614 (font_deferred_log): Check Vfont_log.
3615 (init_font): New function.
3616
678dca3d
KH
3617 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3618
3619 * w32font.c: Change font_add_log to FONT_ADD_LOG.
3620
3621 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3622
3623 * xfont.c: Change font_add_log to FONT_ADD_LOG.
3624
3625 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3626 (face_for_char): Don't call font_deferred_log here.
3627 (font_for_char): Likewise.
3628
8a668709
CY
36292009-06-22 Chong Yidong <cyd@stupidchicken.com>
3630
9a01ee33
CY
3631 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3632 rather than its background_width for drawing the overline and
3633 underline (Bug#489).
3634
3635 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3636 rather than its background_width for drawing the overline and
3637 underline (Bug#489).
ec7c9926
CY
3638 (xg_default_icon_file): New variable.
3639 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3640 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 3641
8a668709
CY
3642 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3643 (load_overlay_strings): Remove externs.
3644 (fast_find_position): Function deleted.
3645 (mouse_face_from_buffer_pos): New function, based on
3646 fast_find_position. Correctly handle before-strings,
3647 display-strings, and after-strings (Bug#1220).
3648 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3649
4d4c02d8
CY
36502009-06-21 Chong Yidong <cyd@stupidchicken.com>
3651
1ac9108a 3652 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
3653 (move_it_in_display_line_to, move_it_in_display_line_to)
3654 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3655
70243478
CY
36562009-06-21 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * Branch for 23.1.
3659
13087e59
JR
36602009-06-21 Jason Rumney <jasonr@gnu.org>
3661
3662 * w32term.c (keyboard_codepage): New static variable.
3663 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3664 (w32_read_socket) [WM_CHAR]: Use it to decode character
3665 input (bug#3237).
3666 (w32_initialize): Initialize it.
3667 (codepage_for_locale): New function.
3668
4735b74e
KR
36692009-06-20 Ken Raeburn <raeburn@raeburn.org>
3670
3671 * process.c (status_message): Pass Faset index argument as a lisp
3672 object, so as to work with USE_LISP_UNION_TYPE.
3673
0e727afa
YM
36742009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3675
3676 * coding.c (Ffind_coding_systems_region_internal):
3677 Cache checked characters.
3678
cf299835
KH
36792009-06-18 Kenichi Handa <handa@m17n.org>
3680
1ac9108a 3681 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 3682
90f20d94
AS
36832009-06-18 Andreas Schwab <aschwab@redhat.com>
3684
3685 * xdisp.c (redisplay_internal): Check that the frame is still
3686 live after redisplay of its windows.
3687 (redisplay_windows): Check that the window is still live.
3688
7f1faf1c
KH
36892009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3690
3691 * coding.c (detect_coding_utf_16): Fix previous change.
3692
cc13543e
KH
36932009-06-16 Kenichi Handa <handa@m17n.org>
3694
3695 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3696 UTF-16 by checking the dispersion of Eth and Oth bytes.
3697
977b85f4
AS
36982009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3699
3700 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3701
66bd43d1
KH
37022009-06-15 Kenichi Handa <handa@m17n.org>
3703
3704 * process.c (status_message): Fix previous change. Be sure to
3705 decode a localized string.
3706
cb5ca9c5
YM
37072009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3708
3709 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3710 add comment explaining why.
3711
ec7709ba 37122009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 3713
ec7709ba 3714 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 3715
4b7f335c
AR
37162009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3717
3718 * nsfont.m (ns_attribute_value): Remove.
3719 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3720 (ns_has_attribute): Shrink the normal range.
3721 (ns_findfonts): Don't worry about requested spec in determining
3722 need for synthItal.
e41820ee 3723 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 3724
73b26103
SZ
37252009-06-14 Seiji Zenitani <zenitani@mac.com>
3726
3727 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3728
5753e4da
KH
37292009-06-11 Kenichi Handa <handa@m17n.org>
3730
3731 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3732 overhang for the static composition case.
3733
3561b671
KH
37342009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3735
5753e4da
KH
3736 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3737 overhang for the automatic composition case.
3738
3561b671
KH
3739 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3740 composition case.
3741
852bbd41
CY
37422009-06-10 Chong Yidong <cyd@stupidchicken.com>
3743
3744 * xdisp.c (get_next_display_element): When handling wrap-prefix
3745 and line-prefix, treat \n as a control character (bug#3502).
3746
9903d1e6
KH
37472009-06-10 Kenichi Handa <handa@m17n.org>
3748
3749 * font.c (font_parse_family_registry): Fix for one-char foundry.
3750 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3751
0bcbaaaa
CY
37522009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3753
3754 * process.c (status_message): Fix handling of multibyte signal
3755 string (Bug#3499).
3756
40aa3f13
JM
37572009-06-09 Jim Meyering <meyering@redhat.com>
3758
1f80c7e2
CY
3759 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3760 color name is missing.
40aa3f13 3761
72d51285
KH
37622009-06-09 Kenichi Handa <handa@m17n.org>
3763
3764 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3765 FROM-CODE and TO-CODE are codepoints of CHARSET.
3766
c1d04d84
AR
37672009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3768
3769 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3770
37712009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3772
3773 Changes to support :script/:lang/:otf in NS font driver.
3774 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3775 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3776 indicate not part of font driver interface, and change callers.
3777 (ns_get_family): Remove pointless null check.
3778 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3779 ns_spec_to_descriptor, ns_descriptor_to_entity.
3780 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3781 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3782 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3783 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3784 (ns_get_req_script, ns_accumulate_script_ranges)
3785 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3786 New functions.
3787 (nsfont_list, nsfont_match): Use ns_findfonts.
3788 (nsfont_open): Use font descriptor instead of traits.
3789 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3790 (dump_glyphstring): Rename to ns_dump_glyphstring.
3791
c7eb9816
AR
3792 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3793
c1d04d84
AR
3794 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3795
3796 * fontset.c (fontset_from_font): Remove NS-specific code.
3797
ec7709ba 37982009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
3799
3800 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3801 nonactive windows.
3802
31fd7c5c 38032009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 3804
1ac9108a 3805 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 3806
68852c13 38072009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
3808
3809 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3810
6756cd1d
CY
38112009-06-07 Chong Yidong <cyd@stupidchicken.com>
3812
3813 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3814 account for the overflowing of newlines into the last glyph on the
3815 display line (Bug#3482).
3816
28bf482a
DR
38172009-06-05 David Reitter <david.reitter@gmail.com>
3818
ec7709ba
JB
3819 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3820 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
3821 Fns_selection_exists_p, Fns_selection_owner_p.
3822
fdb55376
JR
38232009-06-03 Jason Rumney <jasonr@gnu.org>
3824
3825 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3826 available. (Bug#3379)
3827
05129fbe
KH
38282009-05-29 Kenichi Handa <handa@m17n.org>
3829
1ac9108a
SM
3830 * coding.c (get_translation_table):
3831 Check Venable_character_translation.
05129fbe 3832
ec7709ba 38332009-05-26 David Reitter <david.reitter@gmail.com>
15891144 3834
ec7709ba
JB
3835 * nsterm.m (ns_raise_frame): Only raise frame if visible.
3836 (x_make_frame_visible): Move frame to front rather than calling
15891144 3837 ns_raise_frame().
ec7709ba 3838 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 3839 isn't key window.
ec7709ba 3840 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
3841 drawRect may be called by NSView even if the frame is hidden.
3842
ec7709ba
JB
3843 * nsfns.m (Fx_create_frame): Follow other ports in
3844 determining visibility; default to t. Ensure async_visible is set.
15891144 3845
21f73755
EZ
38462009-05-23 Eli Zaretskii <eliz@gnu.org>
3847
3848 * dired.c (Ffile_attributes): Doc fix.
3849
34001e41
CY
38502009-05-22 Chong Yidong <cyd@stupidchicken.com>
3851
3852 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3853
46306a17
SM
38542009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3857 and xfont_scratch_props.
3858 (syms_of_xfont): Do it here instead.
3859 (xfont_find_ccl_program): Delete, unused.
3860 (xfont_open): Delete unused var `i'.
3861
ef6e0694
KH
38622009-05-21 Kenichi Handa <handa@m17n.org>
3863
3864 * fontset.c (Qlatin): Don't make it static.
3865
46306a17
SM
3866 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3867 New functions.
ef6e0694
KH
3868 (xfont_scripts_cache, xfont_scratch_props): New variables.
3869 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
3870 (xfont_list_pattern): Argument changed. Callers changed.
3871 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
3872 (xfont_list): Don't reject a font spec with :script property.
3873 (xfont_has_char): Fix setting of encoding.
3874 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3875 xfont_scratch_props.
3876
38772009-05-19 Kenichi Handa <handa@m17n.org>
3878
46306a17 3879 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
3880 Callers changed.
3881
38822009-05-18 Kenichi Handa <handa@m17n.org>
3883
3884 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3885
ac71ced7
SM
38862009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3889 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3890
1c6d1051
YM
38912009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3892
3893 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3894 (x_delete_terminal): Dissociate resource database from display and
3895 then call XrmDestroyDatabase before closing display.
3896
9b9b779c
AR
38972009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3898
3899 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
3900 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3901 whether selected frame is viable before raising it (based on patch
3902 by David Reitter), and improve commentary.
3903 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 3904
cccd42d5
KH
39052009-05-15 Kenichi Handa <handa@m17n.org>
3906
3907 * font.c (Ffont_spec): Check arguments.
3908
337fbd17
CY
39092009-05-14 Chong Yidong <cyd@stupidchicken.com>
3910
3911 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3912 weight when testing attributes (Bug#3282).
3913
47a6002f
JD
39142009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3915
3916 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3917 what we expect to get in the next ConfigureNotify event.
3918
9cb363db
YM
3919 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3920 before Xft one (Bug#1696).
3921
b9126609
CY
39222009-05-07 David Reitter <david.reitter@gmail.com>
3923
3924 * nsfns.m (Fx_display_planes): Compute bitplanes using
3925 NSBitsPerPixelFromDepth (Bug#3207).
3926
27a69fd9
CY
39272009-05-10 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
3930
00f37552
TTN
39312009-05-10 Ulrich Mueller <ulm@gentoo.org>
3932
3933 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
3934
2d82a920
DR
39352009-05-07 David Reitter <david.reitter@gmail.com>
3936
ec7709ba
JB
3937 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
3938 Respect mouse face background.
2d82a920 3939
46b0d52d
DR
39402009-05-07 David Reitter <david.reitter@gmail.com>
3941
ec7709ba
JB
3942 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
3943 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
3944 in ns_update_begin and ns_update_end.
3945
ce1b23bb
SM
39462009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3947
5996e1b7
SM
3948 * nsfns.m (ns_get_screen): Rewrite.
3949 Don't presume selected-frame is of type `ns'.
3950
ba98e3a0
SM
3951 * font.c (font_update_drivers): Sanity fallback to avoid disabling
3952 all drivers.
3953
ce1b23bb
SM
3954 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
3955
bcda200f
YM
39562009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3957
3958 * keyboard.h (add_user_signal): Fix typo in extern.
3959
3960 * lisp.h (add_user_signal): Remove extern.
3961
3962 * unexelf.c (unexec): Consider a section to precede the .bss section
3963 if its addresses overlap that of .bss.
3964 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
3965 instead of dumping process.
3966
864660a2
SM
39672009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
3970
50da4e56
SM
39712009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3972
3973 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
3974
51520a1a
DN
39752009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3976
3977 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
3978 any statements.
3979
409ea3a1
AS
39802009-05-02 Andreas Schwab <schwab@linux-m68k.org>
3981
59c4c60f
AS
3982 * process.c (read_process_output): Make sure the current buffer is
3983 always restored.
3984
409ea3a1
AS
3985 * coding.c (record_conversion_result): Don't modify
3986 Vlast_code_conversion_error for successful result.
3987 (alloc_destination): Don't clobber conversion result. (Bug#1650)
3988
56f00ed2
KH
39892009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3990
3991 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 3992 (load_charset_map): Remove unnecessary code.
56f00ed2 3993
4491c9d2
DR
39942009-04-30 David Reitter <david.reitter@gmail.com>
3995
35f5b128 3996 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
3997 through f24.
3998
6970f632
CY
39992009-04-30 Chong Yidong <cyd@stupidchicken.com>
4000
4001 * xfaces.c (face_at_buffer_position): New arg base_face_id.
4002
4003 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
4004 face_at_buffer_position.
4005 (face_before_or_after_it_pos, get_next_display_element)
4006 (note_mouse_highlight): Update face_at_buffer_position call.
4007
4008 * term.c (term_mouse_highlight):
4009 * msdos.c (IT_note_mouse_highlight):
4010 * fontset.c (Finternal_char_font):
35f5b128 4011 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
4012
4013 * dispextern.h (face_at_buffer_position): Update prototype.
4014
0c616f63
KH
40152009-04-30 Kenichi Handa <handa@m17n.org>
4016
35f5b128 4017 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 4018
ad3aaf33
AS
40192009-04-29 Andreas Schwab <schwab@linux-m68k.org>
4020
4021 * callproc.c (Fcall_process): Fix GC protection. Make sure
4022 current buffer is always restored.
4023
c3c963a0
YM
40242009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4025
4026 * atimer.c (init_atimer): Also clear stopped_atimers.
4027
4028 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
4029
7e3386cb
YM
4030 * process.c (create_process): Clean up merger residues of
4031 2008-07-17 change.
4032
91f68422
CY
40332009-04-29 Ulrich Mueller <ulm@gentoo.org>
4034
4035 * lread.c (Vread_circle): New variable.
4036 (read1): Disable recursive read if Vread_circle is nil.
4037
24b34550
KH
40382009-04-29 Kenichi Handa <handa@m17n.org>
4039
4040 * fontset.h (set_default_ascii_font): Delete extern.
4041
4042 * fontset.c (set_default_ascii_font): Delete this unused function.
4043
4044 * frame.c (x_set_font): When ARG is a font-object, check if the
4045 font-object matches with the ASCII font-spec of the frame's
9c358bda 4046 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 4047
77bf07e1
AS
40482009-04-28 Andreas Schwab <schwab@linux-m68k.org>
4049
4050 * fns.c (Flocale_info): Protect vector from GC during decoding.
4051
4052 * process.c (Fstart_process): Protect argv strings from GC during
4053 encoding.
4054
2c55aacf
AS
40552009-04-27 Andreas Schwab <schwab@linux-m68k.org>
4056
4057 * sysdep.c: Include <ctype.h>.
4058
b892d3c9
DR
40592009-04-27 David Reitter <david.reitter@gmail.com>
4060
35f5b128 4061 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
4062 Remove commented-out code.
4063
9d0644c4
JB
40642009-04-26 Johan Bockgård <bojohan@gnu.org>
4065
4066 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
4067
b7053016
JR
40682009-04-25 Jason Rumney <jasonr@gnu.org>
4069
4070 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
4071
4e8231f3
YM
40722009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4073
4074 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
4075 Swap bytes in short integer if fringe bitmap width > 8.
4076
493dcf2c
KH
40772009-04-23 Kenichi Handa <handa@m17n.org>
4078
4079 * xfaces.c (Fx_list_fonts): If a font size is specified in
4080 PATTERN, set it in returned scalable fonts.
4081
401e9e57
CY
40822009-04-22 Chong Yidong <cyd@stupidchicken.com>
4083
708e05dc
CY
4084 * keyboard.c (Fset_input_meta_mode): Doc fix.
4085
4086 * dispnew.c (Fsend_string_to_terminal): Doc fix.
4087
1ac9108a 4088 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
4089
4090 * coding.c (Fterminal_coding_system): Doc fix.
4091
4092 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
4093 (Fx_display_pixel_height, Fx_display_planes)
4094 (Fx_display_color_cells, Fx_server_max_request_size)
4095 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
4096 (Fx_display_mm_height, Fx_display_mm_width)
4097 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
4098 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
4099 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
4100 (check_x_display_info): Handle terminal objects instead of
4101 terminal ids.
4102
401e9e57
CY
4103 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
4104 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
4105 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
4106 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 4107
df80c7f0
KH
41082009-04-21 Kenichi Handa <handa@m17n.org>
4109
5a8f12af 4110 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 4111 (font_score): Check AVGWIDTH too.
908567ef 4112
df80c7f0
KH
4113 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
4114 worst case.
1ac9108a
SM
4115 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
4116 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 4117
705af33f
JR
41182009-04-19 Jason Rumney <jasonr@gnu.org>
4119
4120 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 4121 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
4122
4123 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
4124 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
4125 get_phys_cursor_geometry.
4126
b71ac3dd 4127 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
4128 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
4129 using get_phys_cursor_geometry.
4130
4131 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
4132 correctly calculated.
4133
dc2933eb
JD
41342009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4135
1ac9108a
SM
4136 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
4137 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
4138 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
4139 is deprecated.
4140
973e7849
AS
41412009-04-18 Andreas Schwab <schwab@linux-m68k.org>
4142
4143 * font.c (font_put_frame_data): Use xfree instead of free.
4144
314d66f4
JB
41452009-04-17 Juanma Barranquero <lekktu@gmail.com>
4146
4147 * w32font.c (Qja, Qko): Remove declarations.
4148 (syms_of_w32font): Don't DEFSYM them.
4149
cf702558
CY
41502009-04-17 Chong Yidong <cyd@stupidchicken.com>
4151
4152 * font.c (Qja, Qko): Move definitions here from ftfont.c.
4153
4154 * font.h (Qja, Qko): Extern them.
4155
4156 * ftfont.c (Qja, Qko): Remove declarations.
4157
4158 * xfont.c (Qja, Qko): Remove declarations.
4159
b50504f5
KH
41602009-04-17 Kenichi Handa <handa@m17n.org>
4161
bde25748
KH
4162 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
4163 string from a vector to handle Latin-1 characters correctly.
4164
b50504f5
KH
4165 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
4166 entity even if the cache hits.
4167
f4646fff
AS
41682009-04-16 Andreas Schwab <schwab@linux-m68k.org>
4169
4170 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 4171 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 4172
e7deaab0
AS
4173 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
4174 * lisp.h: Adjust prototypes.
4175
0a0e7d49
CY
41762009-04-16 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
4179 change (Bug#3003).
4180
3c908a57
KH
41812009-04-16 Kenichi Handa <handa@m17n.org>
4182
1ac9108a 4183 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
4184
4185 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
4186 adstyle.
4187
4188 * ftfont.c (Qja, Qko): Don't make them static.
4189 (enum ftfont_cache_for): New enum.
4190 (fc_charset_table): Undo the previous change.
4191 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
4192 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
4193 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
4194 non-scarable font, try to get AVERAGE_WIDTH.
4195 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
4196 Change ft_face_cache from a list of a hash-table. Don't check
4197 `ja' and `ko' adstyle here.
4198 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
4199 FTFONT_CACHE_FOR_CHARET.
4200 (ftfont_get_charset): Undo the previous change.
1ac9108a 4201 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
4202 (ftfont_close): Likewise.
4203 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
4204
4205 * font.c (font_sort_entites): Change the meaning of the arg
4206 BEST-ONLY. Don't optimize for VEC of lenght 1.
4207 (font_select_entity): Just return the value of font_sort_entites.
4208
4209 * xfaces.c (merge_face_vectors): Reflect font properties in
4210 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
4211 font_clear_prop if a face attribute doesn't change.
4212
3c908a57
KH
4213 * charset.h (charset_ksc5601): Extern it.
4214
4215 * charset.c (charset_ksc5601): New variable.
4216 (Fdefine_charset_internal): Set charset_ksc5601.
4217 (init_charset_once): Initialize charset_ksc5601 to -1.
4218
d65859c3
DN
42192009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4220
4221 * fileio.c (history_delete_duplicates): Remove unused declaration.
4222
4223 * callint.c (history_delete_duplicates): New declaration.
4224 (Fcall_interactively): Remove command history duplicates when
4225 history_delete_duplicates is true.
4226
3ba010e5
EZ
42272009-04-14 Eli Zaretskii <eliz@gnu.org>
4228
4229 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
4230
06f19b91
KH
42312009-04-14 Kenichi Handa <handa@m17n.org>
4232
4233 * font.c (Ffont_info): Fix docstring. Fix the second element of
4234 the returned value (bug#2949).
4235
2cce8bfc
CY
42362009-04-14 Chong Yidong <cyd@stupidchicken.com>
4237
4238 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
4239
d156542d
KH
42402009-04-14 Kenichi Handa <handa@m17n.org>
4241
4242 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
4243 encoding charset is ascii_compatible.
4244
4245 * charset.c (Fdefine_charset_internal): Make charset
4246 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
4247 code_offset is 0, and covers all ASCII characters.
4248
86fa089e
SM
42492009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
4252 (ns_string_to_pasteboard_internal):
4253 * nsmenu.m (process_dialog):
4254 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
4255 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
4256 * lisp.h (Fx_load_color_file): Declare.
4257
a8a3728b
KH
42582009-04-13 Kenichi Handa <handa@m17n.org>
4259
1ac9108a 4260 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
4261 (font_select_entity): Suppress the code to optimize for the same
4262 kind of fonts.
4263 (font_load_for_lface): Get a font that supports at least ASCII
4264 characters.
4265
4266 * ftfont.c (Qja, Qko): New variables.
4267 (fc_charset_table): Delete uniquifier data for iso8859-1.
4268 (ftfont_get_latin1_charset): New function.
4269 (get_adstyle_property): New function.
4270 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
4271 bitmap fonts.
4272 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
4273 Delete iso-8859-1 range from the charset of fonts whose adstyle is
4274 `ko' or `ja'.
4275 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 4276 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
4277 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
4278 property.
4279 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
4280 (syms_of_ftfont): DEFSYM Qja and Qko.
4281
483670b5
KH
42822009-04-09 Kenichi Handa <handa@m17n.org>
4283
12b55765
KH
4284 * charset.c (map_charset_chars): For a charset of `superset'
4285 method, fix calculation of code range.
4286
483670b5
KH
4287 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
4288 from the list of extra properties.
4289 (font_clear_prop): Be sure to delete `:name' font property.
4290
57d3b93b
KH
42912009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4292
b4b2c2ca
YM
4293 * dispnew.c (redraw_overlapping_rows): Fix detection of
4294 overlapping for topmost and bottommost rows.
4295
1ac9108a 4296 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 4297
472c3609
JR
42982009-04-06 Jason Rumney <jasonr@gnu.org>
4299
4300 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
4301
ab193662
KH
43022009-04-06 Kenichi Handa <handa@m17n.org>
4303
4304 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
4305
4306 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
4307
0c26f026
KH
43082009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4309
4310 * ftfont.c (ftfont_open): Fix checking of the return value of
4311 FT_Load_Char. Fix setting font->underline_thickness.
4312
e173bbce
CY
43132009-04-04 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
4316 (Fterminal_parameters, Fterminal_parameter)
4317 (Fset_terminal_parameter): In doc string, refer to terminal
4318 objects rather than terminal ids.
4319
693a2698
EZ
43202009-04-04 Eli Zaretskii <eliz@gnu.org>
4321
4322 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
4323 ret_lim_data. (Bug#2867)
4324
d5221487
CY
43252009-04-03 Chong Yidong <cyd@stupidchicken.com>
4326
4327 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
4328 so they don't get wider than the window, matching 2006-01-23
4329 change to the partner function in xdisp.c (Bug#2800).
4330
223509a3
KH
43312009-04-03 Kenichi Handa <handa@m17n.org>
4332
4333 * print.c (print_object): Make each lowest sub_char_table start a
4334 new line (Bug#2866).
4335
74fcd0b1
KH
43362009-04-02 Kenichi Handa <handa@m17n.org>
4337
4338 * fontset.c (fontset_font): Record no-font when a fontset
4339 explicitly tells not to try another font-specs.
4340
c542407d
SM
43412009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
4342
4343 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
4344
e3869731
KH
43452009-03-30 Kenichi Handa <handa@m17n.org>
4346
d8d2f142
KH
4347 * fontset.c (fontset_from_font): Specify only registry in a
4348 font-spec for all characters supported by that registry.
4349
e3869731
KH
4350 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
4351 even if HAVE_M17N_FLT is not defined.
4352
5da5f805
CY
43532009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
4354
4355 * ftfont.c: Conditionalize prototyping and use of
4356 ftfont_variation_glyphs.
4357
ab226c50
SM
43582009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4359
9628fed7
SM
4360 * frame.c (delete_frame): Work around compiler bug.
4361
4362 * editfns.c (general_insert_function): Adjust to insdel.c changes.
4363 * insdel.c (prepare_to_modify_buffer, signal_before_change):
4364 Some more EMACS_INT.
4365 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
4366
4367 * xdisp.c (dump_glyph): Fix typo.
4368
ae19ba7c
SM
4369 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
4370 (adjust_markers_gap_motion, adjust_markers_for_delete)
4371 (adjust_markers_for_insert, adjust_point)
4372 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
4373 (make_gap, copy_text, count_size_as_multibyte, insert)
4374 (insert_and_inherit, insert_before_markers)
4375 (insert_before_markers_and_inherit, insert_1)
4376 (count_combining_before, count_combining_after, insert_1_both)
4377 (insert_from_string, insert_from_string_before_markers)
4378 (insert_from_string_1, insert_from_gap, insert_from_buffer)
4379 (insert_from_buffer_1, adjust_after_replace)
4380 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
4381 (replace_range_2, del_range, del_range_1, del_range_byte)
4382 (del_range_both, del_range_2, modify_region)
4383 (prepare_to_modify_buffer, signal_before_change)
4384 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
4385 for buffer positions and sizes.
4386 * lisp.h: Adjust prototypes accordingly.
4387
4388 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
4389 (non_regular_inserted, non_regular_nbytes, read_non_regular)
4390 (Finsert_file_contents): Use EMACS_INT for buffer positions.
4391
ab226c50
SM
4392 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
4393
46dfb8fb
JD
43942009-03-27 Jan Djärv <jan.h.d@swipnet.se>
4395
4396 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4397 lines and columns so we keep the same pixel height and width.
4398
4399 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
4400 the property _NET_WM_STATE has changed.
46dfb8fb
JD
4401 (x_handle_net_wm_state): New function to update frame parameter
4402 fullscreen.
4403 (x_term_init): Initialize atoms for _NET_WM_STATE.
4404
4405 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4406
d347e494
SM
44072009-03-27 Kevin Ryde <user42@zip.com.au>
4408
4409 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4410 Gpm_GetEvent as an error that justifies closing the filedescriptor.
4411 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4412 (Fgpm_mouse_stop): Pass that new parameter.
4413 * termhooks.h (close_gpm): Adjust prototype.
4414
84db11d6
SM
44152009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4416
c95a5008
SM
4417 * lisp.h (Fx_focus_frame): Declare.
4418
84db11d6
SM
4419 * callint.c (Fcall_interactively): For '^' just delegate the work to
4420 handle-shift-selection.
4421 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4422
0a1958d6
CY
44232009-03-24 Chong Yidong <cyd@stupidchicken.com>
4424
0bfdff23
CY
4425 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4426
0a1958d6
CY
4427 * data.c (Qinteractive_form): New variable.
4428 (Finteractive_form): Use it.
4429
4430 * eval.c (Fcommandp): Use Qinteractive_form.
4431
58aec0d6
JR
44322009-03-24 Jason Rumney <jasonr@gnu.org>
4433
4434 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4435 Calculate total size precisely. Decode environment variables
4436 before substituting. (Bug#38)
4437
553dd618
KH
44382009-03-24 Kenichi Handa <handa@m17n.org>
4439
4440 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 4441 encoding (Bug#2722).
553dd618 4442
c39ea606
JD
44432009-03-23 Jan Djärv <jan.h.d@swipnet.se>
4444
4445 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4446 that gdpy is set.
4447
bc9b2b5e
AM
44482009-03-22 Alan Mackenzie <acm@muc.de>
4449
4450 * callint.c (Finteractive): Clarify the doc string - even
4451 promptless elements need \n separators.
4452
9f995a76
JR
44532009-03-22 Jason Rumney <jasonr@gnu.org>
4454
4455 * w32term.c (syms_of_w32term): Doc fix for
4456 x-use-underline-position-properties.
4457
22749e9a
EZ
44582009-03-21 Eli Zaretskii <eliz@gnu.org>
4459
4460 * w32.c (getpwuid): Change argument type to unsigned.
4461 (struct w32_id): Change type of `rid' member to unsigned.
4462 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4463 argument ID to unsigned. All callers changed.
4464 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4465
e00553bf
EZ
44662009-03-20 Eli Zaretskii <eliz@gnu.org>
4467
4468 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4469 negative, produce a float value.
4470
4471 * dired.c (make_uid, make_gid): New functions.
4472 (Ffile_attributes): Use them to avoid negative UID and GID.
4473
f761d6b6
JB
44742009-03-20 Juanma Barranquero <lekktu@gmail.com>
4475
4476 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4477 (syms_of_keyboard) <command-hook-internal, input-method-function>:
4478 Fix typos in docstrings.
4479
d507f8d7
KH
44802009-03-19 Kenichi Handa <handa@m17n.org>
4481
4482 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
4483 changed, use font_load_for_lface to get a new font object.
4484 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
4485
4486 * frame.c (x_set_font): Handle the case that ARG is a cons.
4487
c68845e0
GM
44882009-03-19 Glenn Morris <rgm@gnu.org>
4489
4490 * fileio.c (Fsubstitute_in_file_name): Doc fix.
4491
bfa49dd1
CY
44922009-03-19 Chong Yidong <cyd@stupidchicken.com>
4493
4494 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4495
8458d4c1
KH
44962009-03-19 Kenichi Handa <handa@m17n.org>
4497
4498 * charset.c (load_charset_map_from_file): When a mapfile can't be
4499 loaded, signal an error.
4500
78e7d1fe
EZ
45012009-03-18 Eli Zaretskii <eliz@gnu.org>
4502
4503 * dired.c (Ffile_attributes): Make sure UID and GID are always
4504 positive, even if the value is too large for a positive EMACS_INT.
4505 Doc fix.
4506
4507 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
4508
5da9fdfa
YM
45092009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4510
4511 * xmenu.c (xdialog_show): Move Fredisplay call ...
4512 (Fx_popup_dialog): ... here.
4513
7519c40d
SM
45142009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * dired.c (file_name_completion): Disable the first optimization just
4517 installed, since it is not implemented correctly.
4518
2cd298e2
SM
45192009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4520
4521 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 4522 only if the entry can affect bestmatch.
2cd298e2
SM
4523 Stop the search early, as Ftry_completion already does.
4524
48d37adf
CY
45252009-03-17 Chong Yidong <cyd@stupidchicken.com>
4526
e10c9c93 4527 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 4528
9286b16a
CY
45292009-03-15 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * keyboard.c (parse_menu_item): Don't display remappings as menu
4532 equivalent bindings (Bug#788).
4533
f7b146dc
JR
45342009-03-15 Jason Rumney <jasonr@gnu.org>
4535
4536 * w32term.h (WM_EMACS_PAINT): New message.
4537 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4538 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4539 before passing to lisp thread. (Bug#950)
4540
f761d6b6 45412009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 4542
d93f9575
CY
4543 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4544 variable as it was never reset.
4545 (ns_term_init): Remove initialization of Lisp-settable defaults
4546 and ns_expand_space.
4547 (-setPanelFromDefaultValues): Remove ns_expand_space.
4548 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4549 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
4550 i.e. no additional spacing, similar to Carbon port.
4551
d93f9575
CY
4552 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4553 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 4554
305018ec
JD
45552009-03-14 Jan Djärv <jan.h.d@swipnet.se>
4556
4557 * sound.c (alsa_configure): Remove call to deprecated
4558 snd_pcm_sw_params_set_xfer_align.
4559
f761d6b6 45602009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
4561
4562 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4563 after clicking in a detached tool bar.
4564 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4565
46e722a9
SM
45662009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4567
348db3dd
SM
4568 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4569 int/Lisp_Object mixup).
46e722a9 4570
a3d16f39
KH
45712009-03-13 Kenichi Handa <handa@m17n.org>
4572
4573 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 4574 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
4575 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4576 (set_fontset_font): Change ARG to a vector. Handle range_list in
4577 ARG correctly.
4578 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 4579 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
4580 the above change.
4581 (fontset_from_font): Fix previous change.
fe24f56a 4582 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
4583 entry. If FONTSET is the default fontset, don't set the extra
4584 slot of the returning char-table.
4585
b066e6b6
JB
45862009-03-12 Juanma Barranquero <lekktu@gmail.com>
4587
4588 * nsfns.m (Fx_close_connection): Doc fix.
4589 (Fns_do_applescript): Reflow docstring.
4590 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4591 (Fx_display_pixel_width, Fx_display_pixel_height)
4592 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4593 Fix typos in docstrings.
4594 (Fns_set_alpha): Fix typos in error messages.
4595
d472514e 45962009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 4597
d472514e 4598 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
4599 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
4600 were used for such events.
4601
d472514e
JB
4602 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4603 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 4604
d472514e 4605 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
4606 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4607
fb930676
KH
46082009-03-11 Kenichi Handa <handa@m17n.org>
4609
ff85581a
KH
4610 * font.h (font_open_by_spec): Extern it.
4611
c50b7e98
KH
4612 * font.c (font_open_by_spec): New function.
4613 (font_open_by_name): Use font_open_by_spec.
4614
fb930676
KH
4615 * frame.c (x_set_font): When ARG is a font-object, don't alter the
4616 fontset of the frame.
4617
4618 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4619 modify the default font of frames that use this fontset.
4620 (num_auto_fontsets): New variable.
4621 (fontset_from_font): Use num_auto_fontsets to decide a fontset
4622 name. Be sure to set FONTSET_ASCII to the correct font name.
4623 (update_auto_fontset_alist): New function.
4624
df4e8455
JB
46252009-03-11 Juanma Barranquero <lekktu@gmail.com>
4626
4627 * makefile.w32-in: Update dependencies.
4628
0a375797
AR
46292009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4630
4631 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4632
61313fa3
SM
46332009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4636
b55103fb
CY
46372009-03-10 Chong Yidong <cyd@stupidchicken.com>
4638
4639 * lread.c (Feval_buffer): Doc fix.
4640
dde2559c
KH
46412009-03-09 Kenichi Handa <handa@m17n.org>
4642
4643 * charset.c (Qfile_name_handler_alist): Extern it.
4644 (load_charset_map_from_file): Temporarily bind
4645 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4646
df4e8455 46472009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 4648
47f588bb
GM
4649 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4650 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 4651
4ddf94bd
AR
46522009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4653
4c9bdfc2
AR
4654 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4655 (x_set_window_size): Change back to calculated method of setting
4656 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
4657 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4658 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4659
fe41ae9e
AR
4660 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4661
4c9bdfc2
AR
4662 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4663 accelerator in parens under GNUstep.
4664
825d0875
KH
46652009-03-06 Kenichi Handa <handa@m17n.org>
4666
4667 These changes are to detect incorrect composition sequence without
f3b3be74 4668 looking ahead the source. (Bug#2370)
825d0875
KH
4669
4670 * coding.h: Include "composite.h".
4671 (enum compisition_state): New enum.
4672 (struct compisition_status): New struct.
4673 (struct iso_2022_spec): New member cmp_status.
4674 (struct emacs_mule_spec): New struct.
4675 (struct coding_system): New members ctext_extended_segment_len and
4676 embedded_utf_8. Change the union member
4677 spec.emacs_mule_full_support to spec.emacs_mule.
4678
4679 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4680 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 4681 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
4682 (ADD_COMPOSITION_DATA): New arg nbytes.
4683 (emacs_mule_char): New arg cmp_status.
4684 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4685 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4686 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4687 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4688 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4689 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4690 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4691 (EMACS_MULE_COMPOSITION_END): New macro.
4692 (emacs_mule_finish_composition): New function.
4693 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4694 (decode_coding_emacs_mule): Avoid long looking ahead while
4695 handling composition.
4696 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4697 (ENCODE_COMPOSITION_RULE): New macro.
4698 (finish_composition): New function.
4699 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4700 (DECODE_COMPOSITION_START): New implementation.
4701 (DECODE_COMPOSITION_END): Likewise.
4702 (STORE_COMPOSITION_RULE): New macro.
4703 (decode_coding_iso_2022): Avoid long looking ahead while handling
4704 composition, CTEXT extended segment, and embedded UTF-8.
4705 (setup_coding_system): For a coding of type iso-2022, reset
4706 CODING_ISO_EXTSEGMENT_LEN (coding) and
4707 CODING_ISO_EMBEDDED_UTF_8 (coding).
4708 (get_translation): Delete arguments last_block, from_nchars,
4709 to_nchars. Callers changed.
4710 (produce_chars): Don't modify charbuf. Adjusted for the change of
4711 get_translation.
98a326f7 4712 (produce_composition): Adjust for the new annotation sequence.
825d0875 4713 (handle_composition_annotation): Likewise.
98a326f7 4714 (consume_chars): Adjust for the change of get_translation.
825d0875 4715
ccbc4452
AR
47162009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4717
4ddf94bd 4718 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 4719
988a7ddb
KH
47202009-03-05 Kenichi Handa <handa@m17n.org>
4721
4722 * font.c (font_select_entity): New function.
4723 (font_find_for_lface): Use font_select_entity to select a font.
4724
4725 * fontset.c (fontset_find_font): If a font found without
a8a3728b 4726 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
4727 font with C restriction.
4728
98a326f7 47292009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 4730
be1bce46 4731 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 4732
10ea2b82
JR
47332009-03-04 Jason Rumney <jasonr@gnu.org>
4734
2c93b248 4735 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 4736 characters that have already been read. (Bug#2569)
2c93b248 4737
10ea2b82
JR
4738 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4739 Log an error message if check_image_size failed.
4740 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 4741 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 4742
71a0c011
EZ
47432009-03-02 Eli Zaretskii <eliz@gnu.org>
4744
4745 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4746 when decoding process output.
4747
2f63bba8
RS
47482009-03-01 Richard M Stallman <rms@gnu.org>
4749
4750 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4751
4752 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4753
0a9564cb
EZ
47542009-02-28 Eli Zaretskii <eliz@gnu.org>
4755
4756 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4757 (decode_coding_emacs_mule, decode_coding_iso_2022)
4758 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4759 (decode_coding_raw_text, decode_coding_charset)
4760 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4761 Honor inhibit-eol-conversion. (Bug #2186)
4762
449148b3
JR
47632009-02-28 Jason Rumney <jasonr@gnu.org>
4764
4765 * coding.c (detect_coding_charset): If not checking latin extra,
4766 fail on characters between 0x80 and 0xA0. (Bug#2354)
4767
a4aee864
EZ
47682009-02-28 Eli Zaretskii <eliz@gnu.org>
4769
4770 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 4771 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 4772
d88bee5a
GM
47732009-02-27 Glenn Morris <rgm@gnu.org>
4774
4775 * callint.c (Finteractive): Doc fix.
4776
a808f22d
KH
47772009-02-27 Kenichi Handa <handa@m17n.org>
4778
4779 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4780
caf8d60c
CY
47812009-02-27 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * font.c (font_style_to_value): Set value for unknown symbols to
4784 100 instead of 255.
b61137ea
CY
4785 (weight_table, slant_table, width_table): Treat "unspecified" as
4786 the default value.
caf8d60c 4787
1a0de25c
JB
47882009-02-26 Juanma Barranquero <lekktu@gmail.com>
4789
4790 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4791
8fc45744
JB
47922009-02-25 Juanma Barranquero <lekktu@gmail.com>
4793
107bd7d1
JB
4794 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4795 error as soon as a recursive load is detected.
8fc45744 4796
f097e223
AR
47972009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4798
4799 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4800 before caching.
4801
8810a12f
KH
48022009-02-24 Kenichi Handa <handa@m17n.org>
4803
4804 * fontset.c (fontset_find_font): Fix the condition for checking
4805 unavailable font.
4806
2c7d1565
GM
48072009-02-24 Glenn Morris <rgm@gnu.org>
4808
4809 * xfaces.c (Finternal_set_font_selection_order): Remove leading
4810 whitespace that confuses documentation.
4811
a20878b6
MB
48122009-02-23 Miles Bader <miles@gnu.org>
4813
4814 * process.c (Flist_system_processes, Fprocess_attributes)
4815 (syms_of_process): Rename `system-process-attributes' to
4816 `process-attributes'.
4817
b3b58c01
AS
48182009-02-22 Andreas Schwab <schwab@linux-m68k.org>
4819
1b3b981b
AS
4820 * coding.h (struct coding_system): Make safe_charsets a pointer to
4821 unsigned char.
4822 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4823 being 255.
4824 (SAFE_CHARSET_P): Likewise.
4825 (setup_iso_safe_charsets): Properly setup safe_charsets.
4826 (Fdefine_coding_system_internal): Likewise.
4827 (setup_coding_system): Likewise. Remove unneeded casts.
4828 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4829 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
4830 unneeded casts.
4831
b3b58c01
AS
4832 * insdel.c (del_range_2): Don't modify gap contents when called
4833 from decode_coding_object. (Bug#1809)
4834
0b6f228c
CY
48352009-02-21 Chong Yidong <cyd@stupidchicken.com>
4836
4837 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4838 Qfont_object.
4839 (Ftype_of): Recognize font objects.
4840
4841 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4842
4843 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4844 moved to data.c.
4845
52f8870b
AR
48462009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4847
4848 * nsterm.m (x_make_frame_invisible): Unset async_visible,
4849 async_iconified. Based on a patch by Christian Lynbech
4850 <christian.lynbech@tieto.com>.
4851 (EmacsView-windowDidMiniaturize:): Unset async_visible.
4852
7087d5e9
GM
48532009-02-20 Glenn Morris <rgm@gnu.org>
4854
4855 * syntax.c (Fskip_chars_forward): Fix doc typo.
4856
41d2ceef
CY
48572009-02-20 Chong Yidong <cyd@stupidchicken.com>
4858
4859 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4860
1a3b7ca6
CY
48612009-02-19 Chong Yidong <cyd@stupidchicken.com>
4862
4863 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4864
73cce38d
KH
48652009-02-19 Kenichi Handa <handa@m17n.org>
4866
4867 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 4868 Don't overflow coding->carryover. (Bug#2370)
73cce38d 4869
a51092ee
DN
48702009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4871
4872 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4873
c423ecca
KH
48742009-02-18 Kenichi Handa <handa@m17n.org>
4875
4876 * font.c (font_check_otf_features): Fix handling of `nil' element.
4877 (Ffont_spec): Describe :lang and :otf in the docstring.
4878
4c1958f4
AS
48792009-02-16 Andreas Schwab <schwab@suse.de>
4880
4881 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4882 string.
4883
5704f39a
KH
48842009-02-16 Kenichi Handa <handa@m17n.org>
4885
4886 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 4887 (Bug#1723)
5704f39a 4888
8f0085aa
CY
48892009-02-14 Chong Yidong <cyd@stupidchicken.com>
4890
a057d86a 4891 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
4892
4893 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4894 (handle_line_prefix): Suppress wrapping of wrap prefixes.
4895
aff01dd9
EZ
48962009-02-14 Eli Zaretskii <eliz@gnu.org>
4897
4898 * msdos.c (MAX_SCREEN_BUF): New macro.
4899 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4900 Encode the entire run of glyphs sharing the same face, instead of
4901 doing that one glyph at a time (fixes a bug with displaying
4902 double-size characters).
4903
ba301db3
AR
49042009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4905
4906 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4907
4908 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4909 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 4910 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
4911
4912 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 4913 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 4914
51d861de
SM
49152009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4916
ac146f82 4917 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
4918 invisible areas.
4919
7fed8996
JR
49202009-02-12 Jason Rumney <jasonr@gnu.org>
4921
631ea4fb
JR
4922 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
4923 (add_font_entity_to_list): Call check_face_name even when family
4924 is unspecified.
4925
cb4a3e42
JR
4926 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4927 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 4928 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 4929
7fed8996 4930 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 4931 raster fonts. (Bug#2219)
7fed8996 4932
895416e3
KH
49332009-02-12 Kenichi Handa <handa@m17n.org>
4934
4935 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
4936 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
4937 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 4938 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
4939 (find_automatic_composition): While looking forward and backward,
4940 check static composition. Fix where to stop looking forward.
4941 (composition_adjust_point): Fix checking of static composition.
4942 (Fcomposition_get_gstring): Pay attention to
1dacf998 4943 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
4944
4945 * lisp.h (fast_looking_at): Extern it.
4946
4947 * search.c (fast_looking_at): New function.
4948
51d861de 4949 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
4950 <struct glyph>.u.cmp.to.
4951 (append_composite_glyph): Likewise.
4952
51d861de 4953 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
4954 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
4955 composition.
51d861de 4956 (append_composite_glyph): Adjust for the change of
895416e3
KH
4957 <strcut glyph>.u.cmp.to.
4958
8510724d
JB
49592009-02-11 Juanma Barranquero <lekktu@gmail.com>
4960
4961 * casetab.c (init_casetab_once):
4962 * coding.c (ALLOC_CONVERSION_WORK_AREA):
4963 * font.c (font_update_lface):
4964 * fontset.c (Fnew_fontset):
4965 * ftfont.c (ftfont_drive_otf):
4966 * xfont.c (xfont_open):
4967 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
4968
294fa707
SM
49692009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * fileio.c (Fwrite_region): !NILP -> CONSP.
4972
b5bfebec
AS
49732009-02-10 Andreas Schwab <schwab@suse.de>
4974
4975 * process.c (send_process): Properly relocate pointer into data
adab88bd 4976 when using encoded data. (Bug#2272)
b5bfebec 4977
cb84a2be
KH
49782009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
4979
4980 * coding.c (detect_coding_charset): Fix previous change.
4981
89e09428
JR
49822009-02-08 Jason Rumney <jasonr@gnu.org>
4983
4984 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 4985 disappeared while hourglass was displayed. (Bug #2193)
89e09428 4986
4470a277
AS
49872009-02-07 Andreas Schwab <schwab@suse.de>
4988
4989 * unexelf.c (unexec): Fix error message.
4990
3175b12a
AR
49912009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
4992
4993 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 4994 when modal window is active. (Bug #2152)
3175b12a
AR
4995 (applicationShouldTerminate:): Remove now-unneeded while loop
4996 around NSRunAlertPanel.
4997
4998 * nsmenu.m (popupSession): New file-global variable.
4999 (pop_down_menu): End the popupSession before closing dialog.
5000 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
5001 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
5002 don't query NSApp for events (just sleep instead).
5003
8434d0b8
EZ
50042009-02-07 Eli Zaretskii <eliz@gnu.org>
5005
51d861de
SM
5006 * coding.c (syms_of_coding) <translation-table-for-input>:
5007 Modify doc string to discourage use for character code unification.
8434d0b8 5008
aa82edfd
CY
50092009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5010
5011 * atimer.c (run_timers): Update pending_atimers.
5012
2d283c7c
CY
50132009-02-06 Chong Yidong <cyd@stupidchicken.com>
5014
eb306cab
CY
5015 * image.c (svg_load_image): Fix last change.
5016
2d283c7c
CY
5017 * xfns.c (Fx_create_frame): Signal an error if no font is
5018 found (Bug#2147).
5019
4d8e170e
JB
50202009-02-05 Juanma Barranquero <lekktu@gmail.com>
5021
5022 * character.c (syms_of_character) <script-representative-chars>:
5023 Fix typo in docstring.
5024
c96169a0
AR
50252009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5026
5027 * nsmenu.m (pop_down_menu): New function.
5028 (ns_popup_dialog): Call it on unwind.
5029 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
5030 call timer_check() (Bug#2154).
5031 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
5032 handling_signal is set.
5033 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
5034
31fd7c5c 5035 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
5036
5037 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
5038
5039 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
5040
51d861de
SM
5041 * keyboard.c (poll_for_input_1, handle_async_input):
5042 Set handling_signal under HAVE_NS.
c96169a0 5043
aacd8ba1
GM
50442009-02-04 Glenn Morris <rgm@gnu.org>
5045
5046 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
5047
4cb75c4b
KH
50482009-02-04 Kenichi Handa <handa@m17n.org>
5049
5050 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
5051
5052 * charset.c (Fchar_charset): New optional arg restriction.
5053
5054 * coding.h (coding_system_charset_list): Extern it.
5055
5056 * coding.c (coding_system_charset_list): New function.
5057
5058 * composite.c: Include coding.h and termhooks.h.
5059 (composition_gstring_p): Fix for the terminal case.
5060 (composition_gstring_width): Likewise.
5061 (fill_gstring_body): Likewise.
5062 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
5063 the frame.
5064 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
5065 is within a composition.
867d4bb3 5066 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
5067
5068 * term.c (encode_terminal_code): Fix handling of composition.
5069 (produce_composite_glyph): For static composition, get pixel_width
5070 from struct composition.
5071
826ba17e
AS
50722009-02-02 Andreas Schwab <schwab@suse.de>
5073
5074 * unexelf.c (unexec): Handle unaligned bss offset.
5075
8ad093db
AR
50762009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5077
5078 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
5079 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 5080
8ad093db
AR
5081 * keyboard.c (handle_interrupt): Don't call
5082 quit_throw_to_read_char() under NS.
d0a76a6e 5083
8ad093db
AR
5084 * blockinput.h: Remove NS-specific code.
5085
4d18a7a2
DN
50862009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
5087
db878925
DN
5088 * dispnew.c (window_change_signal): Don't try to get the size of a
5089 suspended tty frame.
5090 * term.c (Fresume_tty): Resize if the size has changed while the
5091 tty was suspended.
5092
4d18a7a2
DN
5093 * alloc.c (mark_stack): Properly conditionalize previous change.
5094
8984df7c
JB
50952009-01-30 Juanma Barranquero <lekktu@gmail.com>
5096
5097 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
5098 * w32term.c (w32_read_socket) [SYNC_INPUT]:
5099 Remove; this code is not used on Windows.
5100
75f4f1ac
EZ
51012009-01-30 Eli Zaretskii <eliz@gnu.org>
5102
5103 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
5104 EOLs that also has stray ^M characters.
5105
07a1e794
JB
51062009-01-30 Juanma Barranquero <lekktu@gmail.com>
5107
5108 * atimer.c (run_timers, alarm_signal_handler):
5109 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
5110 * w32inevt.c (w32_console_read_socket):
5111 * w32term.c (w32_read_socket):
5112 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
5113
a8b11cc9
CY
51142009-01-30 Chong Yidong <cyd@stupidchicken.com>
5115
5116 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
5117 Initialize it as a relative filename pattern.
5118 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
5119 (Fcall_process_region): Simplify temp file creation using
5120 temporary-file-directory.
5121
c279587b
EZ
51222009-01-29 Eli Zaretskii <eliz@gnu.org>
5123
5124 * msdos.c: Rename pending_signals to msdos_pending_signals.
5125 (sig_suspender, sigprocmask): Adjust.
5126
a8fe3242
CY
51272009-01-29 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * keyboard.c (pending_signals): New var.
5130 (poll_for_input, input_available_signal, init_keyboard): Set it.
5131 (process_pending_signals): New function.
5132
5133 * lisp.h (QUIT): Check pending_signals instead of
5134 interrupt_input_pending. Use process_pending_signals.
5135
51d861de 5136 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 5137
51d861de 5138 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
5139
5140 * sysdep.c (emacs_write): Use process_pending_signals.
5141
5142 * xterm.c (XTread_socket): Update pending_signals.
5143
5144 * w32term.c (w32_read_socket): Update pending_signals.
5145
5146 * w32inevt.c (w32_console_read_socket): Update pending_signals.
5147
6570a1c4
KH
51482009-01-29 Kenichi Handa <handa@m17n.org>
5149
5150 * xftfont.c (xftfont_has_char): New function.
5151 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
5152
d72a4afa
AR
51532009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5154
5155 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
5156 under GNUstep.
5157 (ns_query_color): New declaration.
5158
5159 * nsterm.m (ns_confirm_quit): New variable.
5160 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
5161 (EmacsApp-applicationShouldTerminate:): Use it.
5162 (EmacsPrefsController): Let user set it.
5163 (ns_query_color): New function.
5164 (ns_defined_color): Use it.
5165 (ns_initialize): Drop.
5166 (ns_term_init): Add two lines from ns_initialize(), and set
5167 input_interrupt_mode to nil.
5168
5169 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 5170 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 5171
9fe78804
KH
51722009-01-28 Kenichi Handa <handa@m17n.org>
5173
5174 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
5175 (fontset_get_font_group): Remember that no font-group is specified
5176 for C.
9fe78804 5177
fa57de36
CY
51782009-01-27 Chong Yidong <cyd@stupidchicken.com>
5179
930600e9
CY
5180 * fns.c (concat): Check for string overflow (bug#1787).
5181
fa57de36
CY
5182 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
5183 Quadruple undo limits (bug#1501).
5184
7179ce7b
KH
51852009-01-27 Kenichi Handa <handa@m17n.org>
5186
5187 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
5188 directly use GT_Get_Char_index.
5189
5190 * xftfont.c (struct xftfont_info): New member `index'.
5191
5192 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 5193 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 5194
5be8fcc0
CY
51952009-01-26 Kenichi Handa <handa@m17n.org>
5196
5197 * fontset.c (fontset_find_font): Fix handling of non-cons return
5198 value of fontset_get_font_group.
5199 (fontset_font): Revert last change.
5200
19ae3e61
JR
52012009-01-26 Jason Rumney <jasonr@gnu.org>
5202
5203 * w32font.c (w32font_list_internal): Return quickly if registry is
5204 unknown. Simplify final return.
5205 (add_font_entity_to_list): Break complex logic down into more
5206 manageable chunks. Move unknown registry check to
5207 w32font_list_internal.
5208
8612b71a
AR
52092009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
5210
5211 Changes to remove Feval calls from GUI under NS.
5212
d8038940
JB
5213 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
5214 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
5215 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
5216
5217 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
5218 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
5219 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
5220 instead of NON_ASCII_KEYSTROKE_EVENT.
5221 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
5222 (EmacsApp-applicationShouldTerminate:): Query user.
5223 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
5224 instead of Feval.
5225
5226 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
5227
5228 * keyboard.c (kbd_buffer_get_event): Check for it.
5229 (keys_of_keyboard): Define lispy keys for
5230 ns-put/unput-working-text.
5231
5232 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
5233 versions.
5234 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
5235
6288ae55
CY
52362009-01-25 Chong Yidong <cyd@stupidchicken.com>
5237
5238 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 5239 setting current_buffer directly. (Bug#2044)
6288ae55 5240
289e7f8f
CY
52412009-01-24 Chong Yidong <cyd@stupidchicken.com>
5242
5ce87308 5243 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 5244 any work. (Bug#1952, bug#1990).
5ce87308 5245
64cc3cf6 5246 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 5247
b3243e6f
AR
52482009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5249
5250 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
5251 (ns_no_defaults): New declaration.
5252 (main): Use it.
e0d2e69a 5253
d900b2af 5254 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 5255
d900b2af 5256 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 5257
d900b2af
AR
5258 * nsterm.m (ns_no_defaults): New variable.
5259 (ns_initialize): Don't read defaults when ns_no_defaults.
5260 (EmacsView-readSelectionFromPasteboard:)
5261 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 5262 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
5263 (ns_dumpglyphs_stretch): New function.
5264 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 5265 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 5266
e0d2e69a
AR
5267 * nsimage.m (setPixmapData:): Set to ignore image DPI.
5268
3ac71f5d
CY
52692009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
5270
5271 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
5272 call for Sparc64.
5273
3fe53a83
AR
52742009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5275
5276 * nsfns.m:
5277 * nsgui.h:
5278 * nsmenu.m:
5279 * nsselect.m:
5280 * nsterm.h:
5281 * nsterm.m: Remove '23' comments that indicated code added during
5282 update from emacs-20 -> emacs-23.
5283
10f87c6f 52842009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
5285
5286 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 5287 ns_alternate_modifier. (Bug#1217)
a3b53a85 5288
c7cef62d
AR
5289 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
5290 Display all shortcuts, including those w/o super modifier.
5291
575fb8bd
AR
5292 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
5293
918b848b
CY
52942009-01-22 Chong Yidong <cyd@stupidchicken.com>
5295
5296 * fileio.c (Vwrite_region_post_annotation_function)
5297 (Vwrite_region_annotation_buffers): New vars.
5298 (build_annotations_unwind): Just reset
5299 Vwrite_region_annotation_buffers.
5300 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
5301 Call write-region-post-annotation-function.
5302 (build_annotations): Add to Vwrite_region_annotation_buffers if
5303 buffer changes.
5304
a39e2539
AR
53052009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5306
5307 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
5308 Tiger.
51d861de
SM
5309 * nsfns.m (ns_do_applescript):
5310 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 5311
35ed44db
AR
53122009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5313
5314 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
5315
cbe0b5bf
AR
53162009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5317
5318 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 5319
6049d3a0
AR
5320 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
5321
5322 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
5323 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
5324 handle Ctrl-tab. (Bug#1841)
5325 (ns_get_color): Use unsigned long long for scanned hex string value.
5326 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 5327 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 5328 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 5329 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 5330 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 5331 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 5332 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 5333
d3810c21 5334 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 5335 DPI. (Bug#1316)
d3810c21
AR
5336 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
5337 values in onTiger section.
4c7077c3 5338
e301e634
CY
53392009-01-19 Chong Yidong <cyd@stupidchicken.com>
5340
7f82490b
CY
5341 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
5342 Check return value of font_spec_from_name.
64cc3cf6 5343 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
5344
5345 * font.c (font_spec_from_name): Return Qnil if font name could not
5346 be parsed.
5347 (font_parse_name): Treat a `?' character as part of an XLFD.
5348
e301e634
CY
5349 * fns.c (Fsubstring): Doc fix.
5350
1c0db158
KH
53512009-01-19 Kenichi Handa <handa@m17n.org>
5352
51d861de 5353 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
5354 (ftfont_list): Likewise.
5355
acf20901
JB
53562009-01-18 Juanma Barranquero <lekktu@gmail.com>
5357
fff4e459
JB
5358 * dbusbind.c (Fdbus_register_signal):
5359 * process.c (conv_sockaddr_to_lisp):
5360 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
5361
acf20901
JB
5362 * callproc.c (Fgetenv_internal): Doc fix.
5363
e7abcdfb
CY
53642009-01-16 Chong Yidong <cyd@stupidchicken.com>
5365
5366 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
5367 it is not even used.
5368
b60861e6
GM
53692009-01-16 Glenn Morris <rgm@gnu.org>
5370
5371 * font.c (Ffont_variation_glyphs): Silence compiler.
5372
8db52afe
JB
53732009-01-15 Juanma Barranquero <lekktu@gmail.com>
5374
5375 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
5376 Reported by David Robinow <drobinow@gmail.com>.
5377
4cddb209
KH
53782009-01-15 Kenichi Handa <handa@m17n.org>
5379
51d861de 5380 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 5381
f247f67b
JR
53822009-01-14 Jason Rumney <jasonr@gnu.org>
5383
5384 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 5385 never a fontset. (Bug#1562)
f247f67b 5386
f56a4450
KH
53872009-01-14 Kenichi Handa <handa@m17n.org>
5388
5389 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 5390 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 5391
4e99855e
CY
53922009-01-13 Chong Yidong <cyd@stupidchicken.com>
5393
5394 * font.c (font_clear_prop): If clearing the family, clear the font
5395 width index too.
5396
fff4e459 5397 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 5398
24f01470
JB
53992009-01-12 Juanma Barranquero <lekktu@gmail.com>
5400
5401 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
5402 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5403 functions, use sizeof.
5404
a41240a3
MR
54052009-01-12 Martin Rudalics <rudalics@gmx.at>
5406
5407 * keyboard.c (read_char): Fix case where last_nonmenu_event
5408 returned a bad value with submenus. (Bug#447)
5409
944636b8
CY
54102009-01-12 Chong Yidong <cyd@stupidchicken.com>
5411
5412 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5413 family, clear the font width index too.
5414
0dad7c6f
JR
54152009-01-11 Jason Rumney <jasonr@gnu.org>
5416
5417 * keyboard.c (cmd_error_internal): Exit when errors occur before
5418 frame creation and not in daemon mode. (Bug#1836)
5419
7c2363af
CY
54202009-01-10 Chong Yidong <cyd@stupidchicken.com>
5421
5422 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5423 of a display vector, backtrack.
5424 (try_window_reusing_current_matrix): Check glyph type before
5425 referencing charpos member.
5426
97b1b294
EZ
54272009-01-10 Eli Zaretskii <eliz@gnu.org>
5428
5429 Fix Bug #876:
5430
5431 * coding.c (inhibit_null_byte_detection): New variable.
5432 (detect_coding, detect_coding_system): Don't pay attention to null
5433 bytes if inhibit_null_byte_detection is non-zero.
51d861de 5434 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
5435 <inhibit-iso-escape-detection>: Doc fix.
5436
4624b6e3
JR
54372009-01-09 Jason Rumney <jasonr@gnu.org>
5438
5439 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 5440 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
5441 Only report Unicode Plane 2 fonts as unicode-sip.
5442
323b840c
CY
54432009-01-09 Chong Yidong <cyd@stupidchicken.com>
5444
51d861de
SM
5445 * xfaces.c (Fx_font_family_list): Delete function.
5446 Move compatibility version to faces.el.
323b840c 5447
51d861de 5448 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 5449
eba7400d
MR
54502009-01-09 Martin Rudalics <rudalics@gmx.at>
5451
5452 * frame.c (x_set_frame_parameters): Remember requested value for
5453 fullscreen before it's reset by the parameter handler.
5454
4b09796d
GM
54552009-01-09 Glenn Morris <rgm@gnu.org>
5456
5457 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 5458 (last_command_event): ... and update all users.
4b09796d
GM
5459 (last_input_char): For clarity, rename to...
5460 (last_input_event): ... and update all users.
5461 (last-command-char, last-input-char): Move to subr.el as aliases.
5462 * cmds.c, commands.h: Update for last_command_char rename.
5463
14ccea62
CY
54642009-01-08 Chong Yidong <cyd@stupidchicken.com>
5465
51d861de 5466 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 5467
5f004711
JR
54682009-01-08 Jason Rumney <jasonr@gnu.org>
5469
5470 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5471 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5472 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5473 Don't declare.
fff4e459 5474 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
5475 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5476
b71f6f73
KH
54772009-01-07 Kenichi Handa <handa@m17n.org>
5478
50b06221 5479 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 5480 remember the coding system used for decoding in
50b06221
KH
5481 coding_system (Bug#1039).
5482
b71f6f73 5483 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 5484 breaking the loop. (Bug#870)
b71f6f73
KH
5485 (decode_coding_utf_16, decode_coding_emacs_mule)
5486 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5487 (decode_coding_charset): Likewise.
5488
56f668f7
MR
54892009-01-05 Martin Rudalics <rudalics@gmx.at>
5490
5491 * frame.c (x_set_frame_parameters): Make sure height (width) get
5492 applied when fullwidth (fullheight) is set. (Bug#1522)
5493
5da9424d
JB
54942009-01-04 Juanma Barranquero <lekktu@gmail.com>
5495
5496 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
5497 (utc_base): Declare as ULONGLONG, not long double.
5498 (convert_time_raw): Delete.
5499 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5500 (initialize_utc_base): New function.
5501 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5502 (convert_from_time_t): Use initialize_utc_base; compute result with
5503 64-bit arithmetic.
5504 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5505
c4605e09
EZ
55062009-01-03 Eli Zaretskii <eliz@gnu.org>
5507
9acef61c 5508 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
5509 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5510 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5511 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5512 [!subprocesses]: Define.
5513 (syms_of_process) [!subprocesses]: Intern and staticpro them.
5514 (Flist_system_processes, Fsystem_process_attributes)
5515 [!subprocesses]: Call list_system_processes and
5516 system_process_attributes instead of returning Qnil.
5517
9acef61c
JB
5518 * dosfns.c (system_process_attributes, list_system_processes):
5519 New functions.
c4605e09
EZ
5520
5521 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5522
5523 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5524 Don't use the default (no-op) implementation.
5525
8b7d0a16
JR
55262009-01-03 Jason Rumney <jasonr@gnu.org>
5527
a6d46bc1
JR
5528 * keyboard.c (parse_modifiers_uncached): Wheel events are
5529 clicks (bug#687).
5530
8b7d0a16
JR
5531 * w32term.c (x_query_colors, x_query_color): New functions.
5532
5533 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5534 (svg_load_image): Cast returned pointers from dynamically loaded
5535 functions. Eliminate W32 specific code.
5536
bfe11752
DN
55372009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5538
89e2438a
DN
5539 * nsfns.m (x_set_foreground_color, x_set_background_color)
5540 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5541 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5542 x_ prefix instead of ns_. Update references.
5543 (syms_of_nsfns): Add a FIXME comment.
5544
5545 * nsterm.m (x_set_cursor_type): New prototype.
5546 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5547
bfe11752
DN
5548 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5549 for Solaris instead of incorrectly providing Qutime and Qcutime.
5550
031da700
EZ
55512009-01-02 Eli Zaretskii <eliz@gnu.org>
5552
5553 * w32.c (process_times): Compute sum of utime and stime.
5554 (system_process_attributes): Add Qtime to the alist.
5555
5556 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5557 and add them to the alist.
5558
5559 * process.c (top level) <Qtime, Qctime>: New variables.
5560 (syms_of_process): staticpro them.
5561 (Fsystem_process_attributes): Add their documentation to the doc
5562 string.
5563
5564 * process.h: Declare Qtime and Qctime.
5565
df23bf08
JR
55662009-01-02 Jason Rumney <jasonr@gnu.org>
5567
9acef61c 5568 * image.c (Qgobject): New symbol.
df23bf08
JR
5569 (syms_of_image): Initialize it.
5570 (init_svg_functions): Load some functions from gobject library.
5571
5bbdf7aa
DN
55722009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
5573
5574 * frame.c (make_terminal_frame): Remove redundant code and useless
5575 block.
5576
63136da6
AS
55772009-01-01 Andreas Schwab <schwab@suse.de>
5578
5579 * process.c (conv_sockaddr_to_lisp): Add workaround for
5580 getsockname bug on BSD.
5581
9ef69046
CY
55822009-01-01 Chong Yidong <cyd@stupidchicken.com>
5583
d6fafbe0
CY
5584 * xfns.c (x_create_tip_frame): Set border width of the X window.
5585
51d861de 5586 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 5587
f9c34147
JR
55882009-01-01 Jason Rumney <jasonr@gnu.org>
5589
9acef61c 5590 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
5591 Don't block input, as per earlier xterm.c changes.
5592
f5497e45
AR
55932008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
5594
5595 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5596 (ns_appkit_version_int): New function.
5597 (x-server-version): Use ns_appkit_version_int and follow 21+
5598 convention of returning 3 integers.
5599
c19cab20
KH
56002008-12-30 Kenichi Handa <handa@m17n.org>
5601
5602 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5603 (CHAR_SURROGATE_PAIR_P): New macro.
5604
5605 * font.h (struct font_driver): New member get_variation_glyphs.
5606
9acef61c 5607 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
5608 (Ffont_variation_glyphs): New function.
5609 (syms_of_font): Defsubr it.
5610
5611 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5612 ftfont_variation_glyphs.
5613 (setup_otf_gstring): New function.
5614 (ftfont_drive_otf): Use it.
5615 (ftfont_shape_by_flt): Handle variation selector.
5616 (ftfont_variation_glyphs): New function.
5617
28cd591f
MR
56182008-12-30 Martin Rudalics <rudalics@gmx.at>
5619
5620 * frame.c (Vemacs_iconified): Remove.
5621
7f714baf
JR
56222008-12-30 Jason Rumney <jasonr@gnu.org>
5623
5624 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 5625 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 5626
9d2d22ab
CY
56272008-12-30 Chong Yidong <cyd@stupidchicken.com>
5628
5629 * indent.c (Fvertical_motion): Don't advance iterator if we have
5630 reseated to the desired position.
5631
5632 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5633 checking for pos match.
5634
545312c2
KH
56352008-12-30 Kenichi Handa <handa@m17n.org>
5636
1ede3eb6
KH
5637 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5638 just get the low 8-bit of the code.
5639
545312c2
KH
5640 * font.c (font_intern_prop): Validate str as multibyte.
5641
bd7bbf29
DN
56422008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5643
31e0750e
DN
5644 * dispextern.h (struct face): Move lface and hash from the middle
5645 of bitfields.
5646
bd7bbf29
DN
5647 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5648
b5672e7c
DN
56492008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5650
5651 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5652 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5653 instead of intervals.h.
5654
d704470f
AS
56552008-12-26 Andreas Schwab <schwab@suse.de>
5656
5657 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5658 cons.
5659
54b33868
MR
56602008-12-26 Martin Rudalics <rudalics@gmx.at>
5661
5662 * textprop.c (Qminibuffer_prompt): New variable.
5663 (syms_of_textprop): Initialize it.
5664 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5665 in minibuffer-prompt face. (Bug#1662)
5666
40b615d6
JR
56672008-12-25 Jason Rumney <jasonr@gnu.org>
5668
5669 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5670
baae5c2d
JR
56712008-12-24 Jason Rumney <jasonr@gnu.org>
5672
5673 * ralloc.c (r_alloc_reset_variable): New function.
5674
5675 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 5676 record of what points where. (Bug#716)
baae5c2d 5677
a9051c88
DN
56782008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5679
5680 * minibuf.c (read_minibuf): Follow the non-interactive case when
5681 running as a daemon, before detaching.
5682
8b146312
AS
56832008-12-22 Andreas Schwab <schwab@suse.de>
5684
5685 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5686 * gtkutil.c (free_widget_value): Use xfree instead of free.
5687
56f2de10
MR
56882008-12-22 Martin Rudalics <rudalics@gmx.at>
5689
5690 * frame.c (delete_frame): New function derived from
5691 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5692 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5693 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5694 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5695 * frame.h: Extern delete_frame.
5696 * window.c (window_loop):
5697 * terminal.c (delete_terminal):
5698 * xterm.c (x_connection_closed):
5699 * xfns.c (Fx_hide_tip):
9acef61c 5700 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 5701
1fc200d6
JR
57022008-12-21 Jason Rumney <jasonr@gnu.org>
5703
5704 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5705 when character maps to .notdef character.
5706
5e252df2
SM
57072008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5710
99b72cc4
JR
57112008-12-20 Jason Rumney <jasonr@gnu.org>
5712
5713 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 5714 a graphical frame on Windows. (Bug#1325)
99b72cc4 5715
acc49a52
JD
57162008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5717
5718 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5719
6ea15123
CY
57202008-12-20 Chong Yidong <cyd@stupidchicken.com>
5721
5722 * minibuf.c (Fread_buffer): Doc fix.
5723
b2dab6c8
JR
57242008-12-20 Jason Rumney <jasonr@gnu.org>
5725
54ea0c87 5726 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 5727 server name in UNC paths. (Bug#719)
54ea0c87 5728
b2dab6c8 5729 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 5730 charbuf. (Bug#1035)
b2dab6c8 5731
6d1921be
DN
57322008-12-19 Daniel Engeler <engeler@gmail.com>
5733
5734 * sysdep.c (serial_configure): Fix typo.
5735
53934c98
DN
57362008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5737
5738 * sysdep.c: Include alloca.h.
f4f634e8
DN
5739 (system_process_attributes): Add implementation for Solaris.
5740
5741 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 5742
06e111a6
DN
57432008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5744
5745 Reorganize implementation of Flist_system_processes and
5746 Fsystem_process_attributes. No functional changes.
5747 * process.c: Don't #include pwd.h, grp.h and limits.h.
5748 (Flist_system_processes): Just call list_system_processes.
5749 (Fsystem_process_attributes): Just call system_process_attributes.
5750 (procfs_list_system_processes, time_from_jiffies)
5751 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5752 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5753
5754 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5755 (list_system_processes): Rename from
5756 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5757 Provide a do nothing implementation.
5758 (system_process_attributes): Rename from
5759 procfs_list_system_processes.
5760 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 5761 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
5762
5763 * w32.c (list_system_processes): Rename from
5764 w32_list_system_processes.
5765 (system_process_attributes): Rename from
5766 w32_system_process_attributes.
5767
5768 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5769
5770 * process.h (w32_list_system_processes)
5771 (w32_system_process_attributes): Remove.
362654a6
JB
5772 (list_system_processes, system_process_attributes):
5773 New prototypes.
06e111a6 5774
6a705b23
KH
57752008-12-19 Kenichi Handa <handa@m17n.org>
5776
5777 * xfont.c (xfont_decode_coding_xlfd): New function.
5778 (xfont_encode_coding_xlfd): New function.
5779 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5780 (xfont_list): Decode and encode XLFD by iso-8859-1.
5781 (xfont_match): Likewise.
5782 (xfont_list_family): Likewise.
5783 (xfont_open): Likewise.
5784
d66c0241 5785 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
5786 names are utf-8.
5787
d66c0241 5788 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
5789 names are utf-8.
5790
5a130941
JD
57912008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5792
5793 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5794 changed.
bfd20325
JD
5795 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5796 clicked on a detached tool bar button.
5a130941 5797
fd95644b
DN
57982008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
5799
5800 * emacs.c (main): Print and error and exit when no data is read
5801 from the pipe.
5802
e6eee6ae
JR
58032008-12-17 Jason Rumney <jasonr@gnu.org>
5804
5805 * w32font.c (w32font_has_char): Always return -1.
5806
a35dd56b
KH
58072008-12-16 Kenichi Handa <handa@m17n.org>
5808
5809 * font.c (font_open_entity): Fix previous change.
5810
0e3635c2
DN
58112008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
5812
5813 * process.c: Include <limits.h>.
5814
d4835507 58152008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
5816
5817 * font.c (font_update_drivers): Fix mistake in reconstructing the
5818 driver list.
5819
58202008-12-16 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * font.c (font_clear_cache): Fix format of font cache data.
5823
e2cbc401
CY
58242008-12-15 Chong Yidong <cyd@stupidchicken.com>
5825
5826 * xftfont.c (xftfont_open): Free Xft font pattern if
5827 XftFontOpenPattern fails.
5828
5829 * xterm.c (x_free_frame_resources): Remove extraneous call to
5830 free_frame_faces.
5831
b131d535
CY
58322008-12-13 Chong Yidong <cyd@stupidchicken.com>
5833
5834 * xterm.c (x_delete_display): Move xim_close_dpy call to
5835 x_delete_terminal.
5836 (x_delete_terminal): Call xim_close_dpy.
5837
e6df5336
JR
58382008-12-13 Jason Rumney <jasonr@gnu.org>
5839
5840 * w32font.c (intern_font_name): New function.
5841 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5842 (w32font_open_internal, Fx_select_font): Decode font name.
5843 (fill_in_logfont, list_all_matching_fonts): Encode font name.
5844
5845 * w32font.h (intern_font_name): Declare new function.
5846
5847 * w32uniscribe.c (add_opentype_font_name_to_list):
5848 Use intern_font_name.
5849
20d68145
CY
58502008-12-13 Chong Yidong <cyd@stupidchicken.com>
5851
9f2554de
CY
5852 * frame.c (Fdelete_frame): Call free_font_driver_list.
5853
3d9bec9a
CY
5854 * font.c (free_font_driver_list): Implement missing function.
5855
20d68145
CY
5856 * w32term.c (w32_term_init): Don't initialize the image cache
5857 here; it will be done in init_frame_faces.
5858
5859 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5860 (struct x_display_info): Remove unused member null_pixel. New
5861 member xim_callback_data.
5862
5863 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5864 (xim_initialize): Save pointer to callback function data.
5865 (xim_close_dpy): Free callback function data. Call XCloseIM,
5866 reverting 2008-11-04 change by David Smith.
5867 (x_term_init): Don't initialize the image cache here; it will be
5868 done in init_frame_faces. Remove ancient "null_pixel" cruft.
5869 (x_delete_display): Free x_dnd_atoms member.
5870
96f9306b
KH
58712008-12-13 Kenichi Handa <handa@m17n.org>
5872
6dec9044
JB
5873 * font.c (font_rescale_ratio): Moved from xfaces.c.
5874 Argument type changed. Handle a font-spec too.
96f9306b 5875 (font_score): Check Vface_font_rescale_alist.
6dec9044 5876 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
5877
5878 * xfaces.c (font_rescale_ratio): Moved to font.c.
5879
8d5b4964
CY
58802008-12-13 Chong Yidong <cyd@stupidchicken.com>
5881
5882 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5883
e6df5336
JR
58842008-12-12 Jason Rumney <jasonr@gnu.org>
5885
5886 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5887 Vwindow_system_version to the real w32 major version.
5888
97c6058a
DN
58892008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
5890
5891 * term.c (init_tty): Move setting the terminal name before the
5892 potential user: maybe_fatal.
5893
ec4e88d7
CY
58942008-12-11 Chong Yidong <cyd@stupidchicken.com>
5895
d4835507
JB
5896 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5897 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 5898
b4233ec9
JR
58992008-12-11 Jason Rumney <jasonr@gnu.org>
5900
8ec71e23 5901 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 5902 SYMBOL_CHARSET. (Bug#547)
8ec71e23 5903
b4233ec9 5904 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 5905 size for surrogates. (Bug#1096, bug#872)
b4233ec9 5906
011a0143
JB
59072008-12-11 Juanma Barranquero <lekktu@gmail.com>
5908
5909 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5910
3c309f34
JB
59112008-12-11 Juanma Barranquero <lekktu@gmail.com>
5912
5913 * process.c (Fsystem_process_attributes, syms_of_process):
5914 Fix typo in name of Ssystem_process_attributes.
5915 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5916
fedc6ab5
JB
59172008-12-11 Juanma Barranquero <lekktu@gmail.com>
5918
5919 * syntax.c (Fmodify_syntax_entry): Doc fix.
5920
ba3de0e8
JB
59212008-12-10 Juanma Barranquero <lekktu@gmail.com>
5922
5923 * font.c (Ffont_spec): Move usage to end of docstring.
5924
174f1c74
JR
59252008-12-10 Jason Rumney <jasonr@gnu.org>
5926
5927 * w32font.c (Qcham): New symbol.
5928 (font_supported_scripts): Add cham, and comments for other new
5929 scripts in bitfield from OpenType spec.
9d32f818
JR
5930 (add_font_entity_to_list): Limit unicode-sip fonts to those that
5931 contain characters beyond the bmp.
174f1c74 5932
7b649478
KH
59332008-12-10 Kenichi Handa <handa@m17n.org>
5934
5935 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 5936 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
5937 Qunicode_sip.
5938
2133e2d1
JB
59392008-12-10 Juanma Barranquero <lekktu@gmail.com>
5940
5941 * coding.c (QCdefault_char): Rename from QCdefalut_char.
5942 (Fcoding_system_put): Use QCdefault_char.
5943 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
5944
9af886ee
CY
59452008-12-09 Chong Yidong <cyd@stupidchicken.com>
5946
74d819eb
CY
5947 * xftfont.c (syms_of_xftfont): Fix typo.
5948
4ccfa1c0 5949 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 5950
7c19d3ae
DN
59512008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5952
5953 * emacs.c (main): Close daemon_pipe on exec.
5954
567826bb
CY
59552008-12-08 Chong Yidong <cyd@stupidchicken.com>
5956
5957 * termchar.h (struct tty): New members termcap_term_buffer and
5958 termcap_strings_buffer.
5959
5960 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 5961 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
5962 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
5963 All callers changed.
5964 (init_tty): Store termcap data and string buffers in new struct
5965 tty members termcap_term_buffer and termcap_strings_buffer.
5966 (delete_tty): Free them.
4ccfa1c0 5967 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 5968
aa96c42b
SZ
59692008-12-07 Seiji Zenitani <zenitani@mac.com>
5970
5971 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 5972 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 5973
b7e1d896
CY
59742008-12-06 Chong Yidong <cyd@stupidchicken.com>
5975
5976 * coding.c (make_conversion_work_buffer): Disable buffer
5977 modification hooks in the work buffer.
5978
b5ec91a5
EZ
59792008-12-05 Eli Zaretskii <eliz@gnu.org>
5980
5981 * process.c (procfs_system_process_attributes): If `nread' has a
5982 negative value, assign zero to it.
5983
a5d2a52b
CY
59842008-12-05 Chong Yidong <cyd@stupidchicken.com>
5985
68c5540b 5986 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 5987
7bf1bb21
KH
59882008-12-05 Kenichi Handa <handa@m17n.org>
5989
5990 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
5991 second character is a combining character.
5992
2fdc7d00
EZ
59932008-12-05 Eli Zaretskii <eliz@gnu.org>
5994
5995 * process.c (procfs_system_process_attributes): Don't use cmd,
5996 cmdsize, and q without initializing them first.
5997
bf6bfba8
JR
59982008-12-04 Jason Rumney <jasonr@gnu.org>
5999
6000 * w32font.c (w32font_draw): Initialize orig_clip before getting
6001 it, and delete it when finished.
6002
a3b1a468
DN
60032008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6004
6005 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
6006 case when running as a daemon before detaching.
6007
8b8be8eb
JB
60082008-12-03 Juanma Barranquero <lekktu@gmail.com>
6009
805f2638 6010 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 6011
b1bde622
KH
60122008-12-03 Kenichi Handa <handa@m17n.org>
6013
e500c47d
KH
6014 * font.c (font_at): Set `multibyte' at first.
6015
ca516334
KH
6016 * coding.c (decode_coding_charset): Check type of an element of
6017 vector VALIDS.
7bf1bb21 6018 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 6019
4ccfa1c0 6020 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
6021 (font_for_char): Likewise.
6022
1e5ecd37
CY
60232008-12-03 Chong Yidong <cyd@stupidchicken.com>
6024
d5b01609 6025 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
6026 (font_update_lface): Handle fonts with corrupted size specs,
6027 i.e. non-int and non-float.
d5b01609 6028
11e3a6e4 6029 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 6030 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 6031 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 6032
ab06788b
CY
6033 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
6034
1e5ecd37 6035 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 6036 underline_minimum_offset for underline position.
1e5ecd37 6037
63c125ab
DN
60382008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6039
6040 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
6041
6042 * character.c (c_string_width): Specify the type for LEN.
6043
3a8406e1
KH
60442008-12-03 Kenichi Handa <handa@m17n.org>
6045
4ccfa1c0 6046 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 6047 (decode_coding_utf_8): Likewise.
4ccfa1c0 6048 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 6049 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 6050
651df7d9
CY
60512008-12-02 Chong Yidong <cyd@stupidchicken.com>
6052
6053 * keyboard.c (make_lispy_position): Only use PT if the selected
6054 window is current.
6055
1f625c6c
AS
60562008-12-02 Andreas Schwab <schwab@suse.de>
6057
f7741ce9
AS
6058 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
6059
1f625c6c
AS
6060 * doprnt.c (doprnt1): Fix size of charbuf.
6061
92bc2678
CY
60622008-12-02 Chong Yidong <cyd@stupidchicken.com>
6063
6064 * keyboard.c (timer_check): Revert last change.
6065
93b9e8cc
JB
60662008-12-02 Juanma Barranquero <lekktu@gmail.com>
6067
6068 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
6069
fd7a37d5
JB
60702008-12-01 Juanma Barranquero <lekktu@gmail.com>
6071
6072 * makefile.w32-in: Update dependencies.
6073 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
6074
c115043b
AS
60752008-12-01 Andreas Schwab <schwab@suse.de>
6076
6077 * font.c (register_font_driver): Use xmalloc.
6078 (font_put_frame_data): Likewise.
6079
f5668d2a
CY
60802008-12-01 Chong Yidong <cyd@stupidchicken.com>
6081
860d96be
CY
6082 * xfaces.c (realize_x_face): Make abort condition clearer.
6083
f5668d2a
CY
6084 * gtkutil.c (update_frame_tool_bar): Initialize variable.
6085
379c17e7
CY
60862008-11-30 Chong Yidong <cyd@stupidchicken.com>
6087
6088 * keyboard.c (timer_check): After a timer runs, ensure that the
6089 selected window's buffer is current.
6090
35f36d65
JB
60912008-11-30 Juanma Barranquero <lekktu@gmail.com>
6092
f952c61c
JB
6093 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
6094 It was accidentally restored by the Unicode merge.
6095
35f36d65
JB
6096 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
6097
b23077df
JB
60982008-11-29 Juanma Barranquero <lekktu@gmail.com>
6099
6100 * w32proc.c: Include "coding.h".
6101 (Fw32_short_file_name): Encode filename passed to Windows API.
6102 (Fw32_long_file_name): Encode filename passed to Windows API and
6103 decode back the result. (Bug#1433)
6104
b8ebe9dd
KH
61052008-11-29 Kenichi Handa <handa@m17n.org>
6106
8cc53f96
KH
6107 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
6108 not before accessing it.
6109
b8ebe9dd
KH
6110 * charset.c (Fdefine_charset_internal): After calculating
6111 min_char, max_char, and fastmap, copy the charset structure again.
6112 (encode_char): Fix the previous change.
6113
59bc82c0
SZ
61142008-11-28 Seiji Zenitani <zenitani@mac.com>
6115
6116 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
6117
6118 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
6119
6120 * nsterm.m (x_set_frame_alpha): New function.
6121
32247e3d
EZ
61222008-11-27 Eli Zaretskii <eliz@gnu.org>
6123
6124 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
6125
b003e5ff
JB
61262008-11-27 Juanma Barranquero <lekktu@gmail.com>
6127
6128 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
6129 pointer to check_face_name.
6130
708550f5
KH
61312008-11-27 Kenichi Handa <handa@m17n.org>
6132
6133 * category.h (SET_CATEGORY_SET): Call set_category_set.
6134 (set_category_set): Extern it.
6135
6136 * category.c (hash_get_category_set): New function.
6137 (Fmodify_category_entry): Adjusted for the change of
6138 char_table_ref_and_range. Call hash_get_category_set to get a
6139 category set to store in the table.
6140
6141 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
6142 Funify_charset.
6143
2ae37cf0 6144 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
6145 (DECODE_CHAR): Check if the decoder vector is ready.
6146 (ENCODE_CHAR): Check if the encoder char-table is ready.
6147 (maybe_unify_char): Extern it.
6148
6149 * charset.c (Vchar_unified_charset_table): Delete it.
6150 (inhibit_load_charset_map): New variable.
6151 (temp_charset_work): New variable.
6152 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
6153 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
6154 New macros.
6155 (load_charset_map): Meaning of control_flag changed. If
6156 inhibit_load_charset_map is nonzero, setup a table in
6157 temp_charset_work.
6158 (load_charset): New argument control_flag.
6159 (map_charset_for_dump): New function.
6160 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
6161 map_charset_for_dump.
6162 (Fdefine_charset_internal): If the charset method is MAP, load
6163 mapping tables by calling load_charset.
6164 (Funify_charset): Don't load a mapping table but directly set
6165 Vchar_unify_table.
6166 (maybe_unify_char): New function.
6167 (decode_char): Don't handle the deleted method MAP_DEFERRED.
6168 Handle the case of inhibit_load_charset_map being nonzero.
6169 (encode_char): Don't handle the deleted method MAP_DEFERRED.
6170 Handle the case of inhibit_load_charset_map being nonzero.
6171 (Fclear_charset_maps): Just free temp_charset_work.
6172 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
6173 variable.
6174
6175 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
6176 change of char_table_ref_and_range.
6177 (char_table_ref_and_range): Change the meaning of argument FROM
6178 and TO. Now the caller must provide initial values for *FROM
6179 and *TO.
6180
6181 * fontset.c (fontset_add): Adjusted for the change of
6182 char_table_ref_and_range.
6183 (fontset_get_font_group): Likewise.
6184 (Ffontset_info): Likewise.
6185
6186 * keymap.c (describe_vector): Adjusted for the change of
6187 char_table_ref_and_range. For char-table, put boundary between
6188 non-ASCII and 8-bit characters.
6189
6190 * print.c (print_object): For bool-vector, delete unnecessary
6191 check of ASCII_BYTE_P.
6192
9196133b
JR
61932008-11-26 Jason Rumney <jasonr@gnu.org>
6194
6195 * w32font.c (w32font_open_internal): Don't include external
9acef61c 6196 leading in font height. (Bug#879)
9196133b 6197
9f688acf
GM
61982008-11-26 Glenn Morris <rgm@gnu.org>
6199
6200 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
6201 redefinition with ifdef. (Bug#1383)
6202
90d19aff
AR
62032008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6204
6205 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
6206
4ccfa1c0 62072008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
6208
6209 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
6210 New EmacsView methods.
6211 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
6212 Fixes bug #1048,1357,1414.
6213
62142008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6215
6216 Fix bug #1362.
6217 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
6218 is not an indexed color.
6219 * nsterm.m (free_indexed_color): Add argument checking.
6220 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
6221
e7d5ecb3
CY
62222008-11-24 Chong Yidong <cyd@stupidchicken.com>
6223
6224 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
6225 Document confirm-after-completion value for
6226 minibuffer-completion-confirm.
6227
c285743c
JR
62282008-11-24 Jason Rumney <jasonr@gnu.org>
6229
6230 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
6231 warning.
6232
b0857706
JR
62332008-11-23 Jason Rumney <jasonr@gnu.org>
6234
6235 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
6236 restored before returning.
6237
6238 * w32font.c (check_face_name): New function.
6239 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 6240 fonts. (Bug#642)
b0857706 6241
ee50ff07
MR
62422008-11-22 Martin Rudalics <rudalics@gmx.at>
6243
6244 * buffer.c (Fswitch_to_buffer): Reword and mention new option
6245 confirm-nonexistent-file-or-buffer in doc-string.
6246
b8ff72fa
SM
62472008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
6250 Fix copy/paste typo. Add checks.
6251
cee53ed4
KH
62522008-11-21 Kenichi Handa <handa@m17n.org>
6253
6254 * coding.c (detect_coding_iso_2022): Reject invalid composition
6255 sequence.
6256 (DECODE_COMPOSITION_START): If the current source is the last
6257 block, and the current composition doesn't end, regard this
6258 sequence as invalid.
6259 (decode_coding_iso_2022): Handle invalid composition sequence.
6260
f6ef1e65
MR
62612008-11-20 Martin Rudalics <rudalics@gmx.at>
6262
6263 * window.c (coordinates_in_window): Don't return
6264 ON_VERTICAL_BORDER for the rightmost position of a mode/header
6265 line when the window is not the rightmost one. (Bug#1372)
6266
e08b1705
MR
62672008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
6268
6269 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
6270
ad98e89f
EZ
62712008-11-15 Eli Zaretskii <eliz@gnu.org>
6272
6273 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
6274 and bright_bg if noninteractive is non-zero.
6275
fb098a4b
CY
62762008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6277
6278 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
6279 x_draw_glyph_string_background.
6280
6281 * w32term.c (x_draw_glyph_string): Likewise.
6282
ce952b6e
CY
62832008-11-15 Chong Yidong <cyd@stupidchicken.com>
6284
6285 * xterm.c (x_draw_glyph_string): Stop drawing the background of
6286 the next glyph string once past the overhang width.
6287
6288 * nsterm.m (ns_draw_glyph_string): Likewise.
6289
6290 * w32term.c (x_draw_glyph_string): Likewise.
6291
26ea7079
CY
62922008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
6293
6294 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
6295 double file close.
6296
1c33c906
MR
62972008-11-14 Martin Rudalics <rudalics@gmx.at>
6298
6299 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
6300 dedicated status of window before attempting to display another
6301 buffer in it.
6302
8fc29035
JB
63032008-11-14 Juanma Barranquero <lekktu@gmail.com>
6304
6305 * msdos.c (Fmsdos_long_file_names):
6306 (syms_of_msdos) <dos-unsupported-char-glyph>:
6307 * dosfns.c (Fint86): Fix typos in docstrings.
6308
55fb4286
EZ
63092008-11-14 Eli Zaretskii <eliz@gnu.org>
6310
6311 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
6312
3fda0315
KY
63132008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6314
6315 * puresize.h (BASE_PURESIZE): Increase to 1260000.
6316
7e849c17
CY
63172008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
6318
6319 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
6320
6321 * frame.h: Negative alpha means "don't touch".
6322
6323 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
6324
6325 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
6326
b9fd67bd
DN
63272008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6328
6329 * hftctl.c:
6330 * chpdef.h:
6331 * acldef.h: Remove files used only for systems no longer supported.
6332
6333 * Makefile.in: Fix .o alphabetical ordering.
6334 (hftctl.o): Remove dependency, file removed.
6335 (keymap.o, print.o): Depend on charset.h.
6336
d5998e03
KH
63372008-11-10 Kenichi Handa <handa@m17n.org>
6338
2ae37cf0 6339 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 6340
be70e183
CY
63412008-11-08 Chong Yidong <cyd@stupidchicken.com>
6342
6343 * dired.c (file_name_completion): If completion_ignore_case is
6344 enabled, ignore case when checking completion-regexp-list.
6345
7cf94eac
EZ
63462008-11-08 Eli Zaretskii <eliz@gnu.org>
6347
6348 * vm-limit.c (get_lim_data): Fix last change.
6349
ee107a89
KH
63502008-11-08 Kenichi Handa <handa@m17n.org>
6351
6352 * character.c (Fget_byte): New function.
6353 (syms_of_character): Defsubr Fget_byte.
6354
5fd15622
CY
63552008-11-07 Chong Yidong <cyd@stupidchicken.com>
6356
6357 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
6358 cursor position is valid after scrolling.
6359
13d62fad
JB
63602008-11-06 Juanma Barranquero <lekktu@gmail.com>
6361
6362 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
6363
a1dd2936
GM
63642008-11-06 Glenn Morris <rgm@gnu.org>
6365
6366 * xterm.c (handle_one_xevent): Don't let popup menus cause
6367 mouse-autoselect-window related window switching. (Bug#1261)
6368
860cd236
CY
63692008-11-04 David Smith <davidsmith@acm.org> (tiny change)
6370
6371 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
6372
653a3150
AS
63732008-11-04 Andreas Schwab <schwab@suse.de>
6374
6375 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
6376
870f5cac
CY
63772008-11-03 Chong Yidong <cyd@stupidchicken.com>
6378
6379 * xfns.c (Fx_wm_set_size_hint): New function.
6380
1e02f3cb
MR
63812008-11-03 Martin Rudalics <rudalics@gmx.at>
6382
6383 * textprop.c (Fprevious_single_char_property_change): Return 0
6384 when there's no change in a string. (Bug#1301)
6385
e630dfc6
MR
63862008-11-02 Martin Rudalics <rudalics@gmx.at>
6387
6388 * frame.c (do_switch_frame): New argument NORECORD passed to
6389 Fselect_window.
6390 (Fselect_frame): New argument NORECORD passed to
6391 do_switch_frame.
6392 (Fset_frame_selected_window): New argument NORECORD passed to
6393 Fselect_frame.
6394 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
6395 in call of do_switch_frame.
6396 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
6397 Handle NORECORD argument in call of Fselect_frame.
6398 * lisp.h (do_switch_frame, Fselect_frame)
6399 (Fset_frame_selected_window): Adjust declarations.
6400 * window.c (select_frame_norecord): New function.
6401 (run_window_configuration_change_hook): Use it and call
6402 Fselect_frame with NORECORD set.
6403 (Fselect_window): Pass NORECORD to Fselect_frame.
6404 (Fset_window_configuration): Handle NORECORD argument in call of
6405 do_switch_frame.
6406 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6407 Fset_frame_selected_window.
6408 * keyboard.c (command_loop_1): Handle NORECORD in call of
6409 Fselect_frame (currently ifdefd).
6410
9020b223
GM
64112008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
6412
6413 * emacs.c (USAGE2): Untabify.
6414
793ffee8
SM
64152008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 * composite.c (fill_gstring_header): Fix copy/paste typo.
6418
ab6d1131
MR
64192008-10-31 Martin Rudalics <rudalics@gmx.at>
6420
6421 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6422 (Fother_window): Rename argument and rewrite doc-string.
6423 (select_window_norecord): Fix return value. (Bug#1276)
6424
601a9cf1
JB
64252008-10-30 Juanma Barranquero <lekktu@gmail.com>
6426
6427 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6428 new frames overriding foreground for tooltips. Based on similar patch
6429 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
6430
813b0652
CY
64312008-10-29 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * emacs.c (Fdaemon_initialized): Initialize nfd.
6434
4414f58f
MR
64352008-10-29 Martin Rudalics <rudalics@gmx.at>
6436
6437 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6438 (Fwindow_text_height): Clarify doc-strings.
6439 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6440 doc-string of window-scroll-functions.
6441
ecdcaa09
RS
64422008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6443
6444 * category.c (syms_of_category): Fix typo in docstring.
6445
23fe745a
JB
64462008-10-28 Juanma Barranquero <lekktu@gmail.com>
6447
6448 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6449 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6450 Fix typos in docstrings.
6451
ff808935
DN
64522008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
6453
6454 * emacs.c (daemon_pipe): Make non-static.
6455 (IS_DAEMON): Move definition ...
6456 * lisp.h (IS_DAEMON): ... here.
6457 (daemon_pipe): Declare.
6458 (is_daemon): Remove.
6459 * dispnew.c (init_display): Use IS_DAEMON.
6460
fc012771
SM
64612008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6464 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6465
6466 * emacs.c (is_daemon): Remove.
6467 (main): Don't set is_daemon.
6468 (IS_DAEMON): New macro.
6469 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 6470 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
6471 parent exits.
6472 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6473
d8bdbe6f
CY
64742008-10-27 Chong Yidong <cyd@stupidchicken.com>
6475
d1a072bf
CY
6476 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6477 over-sized glyph, draw it with the default glyph width.
6478
e2e325aa
CY
6479 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6480 glyph, draw it with the default glyph width.
6481
6482 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6483 glyph, draw it with the default glyph width.
6484
d8bdbe6f
CY
6485 * xdisp.c (try_scrolling): When computing the distance from the
6486 scroll margin to PT, try moving some distance past the window
6487 bottom before giving up.
6488
7bfac547
MR
64892008-10-27 Martin Rudalics <rudalics@gmx.at>
6490
6491 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6492 (Fset_window_buffer): Explain in doc-string that a window can be
6493 "strongly" dedicated to its buffer.
6494
4ff029f6
DN
64952008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6496
6497 * emacs.c (daemon_name): New variable.
6498 (main): Deal with --daemon=SERVER_NAME.
6499 (Fdaemonp): Return a name if one was passed to --daemon.
6500
5790ef40
DN
65012008-10-26 Romain Francoise <romain@orebokech.com>
6502
f9bd0df9 6503 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
6504 (main): Create a pipe before forking, make the parent exit only after
6505 the child has closed its end of the pipe. Move closing the
6506 descriptors ...
6507 (Fdaemon_initialized): ... here. New function.
6508
f5385255
SM
65092008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6510
4d632321
SM
6511 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6512 the previous unoptimized table.
6513
f5385255
SM
6514 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6515 the distinction between non-nil and non-t value of `dedicated'.
6516
6c56a0f3
CY
65172008-10-25 Chong Yidong <cyd@stupidchicken.com>
6518
6519 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 6520 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 6521
fec89261
MR
65222008-10-25 Martin Rudalics <rudalics@gmx.at>
6523
6524 * window.c (Fget_buffer_window, Fdelete_windows_on)
6525 (Freplace_buffer_in_windows): Make buffer argument optional and
6526 rename to buffer_or_name.
6527
34fcddd0
CY
65282008-10-24 Chong Yidong <cyd@stupidchicken.com>
6529
f5385255
SM
6530 * xdisp.c (handle_single_display_spec, handle_display_prop):
6531 Undo 2005-05-16 change.
34fcddd0
CY
6532 (handle_stop): Pop iterator if it's loaded with an empty string.
6533 (get_overlay_strings_1): Don't save iterator if it's loaded with
6534 an empty string (bug#1201).
6535
064766f2
KH
65362008-10-24 Kenichi Handa <handa@m17n.org>
6537
6538 * ftfont.c (ftfont_otf_features): Fix previous change.
6539 (ftfont_otf_capability): Check FeatureList.FeatureCount before
6540 calling ftfont_otf_features.
6541
f9bd0df9 65422008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
6543
6544 * font.c (font_match_p): Fix for the case that a vector of
6545 characters is in script-representative-chars.
6546
1dae9197
MA
65472008-10-24 Michael Albinus <michael.albinus@gmx.de>
6548
6549 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 6550 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
6551 (xd_read_queued_messages): Catch Qdbus_error from the macros.
6552 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 6553 macro. (Bug#1186)
1dae9197 6554
f9bd0df9 65552008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
6556
6557 * s/sol2-10.h: New file.
6558
878a4584
JB
65592008-10-23 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * xdisp.c (fill_glyph_string): Fix typo in source (though the
6562 poor beast has survived 9+ years and the jump from xterm.c!).
6563
cd265ca6
MR
65642008-10-23 Martin Rudalics <rudalics@gmx.at>
6565
6566 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6567 Reword doc-string.
f5385255 6568 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 6569
472a4dc9
JB
65702008-10-23 Juanma Barranquero <lekktu@gmail.com>
6571
6572 * character.c (syms_of_character) <script-representative-chars>:
6573 <unicode-category-table>: Doc fixes.
6574
159bd5a2
NF
65752008-10-23 Noah Friedman <friedman@splode.com>
6576
6577 * coding.c (make_conversion_work_buffer): Check that
6578 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6579 Fget_buffer_create.
6580
49f9c344
KH
65812008-10-23 Kenichi Handa <handa@m17n.org>
6582
6583 * font.c (font_add_log): Check the values of extra properties.
6584
12bb3111
MR
65852008-10-22 Martin Rudalics <rudalics@gmx.at>
6586
6587 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6588 Reword doc-string.
6589 (Fset_window_parameter): Use NILP.
6590 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 6591 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 6592
bbeb4e99
JB
65932008-10-22 Juanma Barranquero <lekktu@gmail.com>
6594
6595 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6596
65972008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
6598
6599 * nsfns.m (ns_appkit_version): New function.
6600 (x-server-version): Use it.
6601 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6602 (x-server-vendor): Don't check_ns().
6603
6604 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6605
a9b555d3
JB
66062008-10-22 Juanma Barranquero <lekktu@gmail.com>
6607
6608 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6609 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6610
4626499f
KH
66112008-10-22 Kenichi Handa <handa@m17n.org>
6612
e3681952
KH
6613 * syntax.c (scan_words): Call word_boundary_p instead of comparing
6614 scripts.
6615
4626499f
KH
6616 * category.c (word_boundary_p): Check scripts instead of charset.
6617 Handle nil value in word-separating-categories and
6618 word-combining-categories.
6619 (syms_of_category): Fix docstrings of word-separating-categories
6620 and word-combining-categories.
6621
1560f91a
EZ
66222008-10-21 Eli Zaretskii <eliz@gnu.org>
6623
6624 * coding.c (Fencode_coding_region, Fdecode_coding_region)
6625 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6626
f4668441
MR
66272008-10-21 Martin Rudalics <rudalics@gmx.at>
6628
6629 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6630 Rename arg "buffer" to "buffer_or_name".
6631 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6632 it optional.
6633 (no_switch_window): Remove since the return value is not used.
a9b555d3 6634 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
6635 Consider window as dedicated when Fwindow_dedicated_p returns a
6636 non-nil value.
6637 * lisp.h: Remove prototype for no_switch_window.
6638
fd75ddb2
JD
66392008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6640
6641 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 6642 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 6643
07295713
KH
66442008-10-21 Kenichi Handa <handa@m17n.org>
6645
6646 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6647 check Vlatin_extra_code_table.
6648
712adc82
EZ
66492008-10-20 Eli Zaretskii <eliz@gnu.org>
6650
6651 * fileio.c (Fset_file_modes): Doc fix.
6652
f549eb0b
MA
66532008-10-19 Michael Albinus <michael.albinus@gmx.de>
6654
6655 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6656 in arrays.
6657
aac0c6e3
MR
66582008-10-19 Martin Rudalics <rudalics@gmx.at>
6659
6660 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6661 Mention kill-buffer in doc-string.
6662 (Fset_window_buffer): Reinsert tem check removed in last commit.
6663 (Fenlarge_window, Fshrink_window): Have argument names and
6664 doc-string follow Elisp manual more closely.
6665
66662008-10-18 Eli Zaretskii <eliz@gnu.org>
6667
6668 * fileio.c (Fset_file_modes): Doc fix.
6669
66702008-10-18 Martin Rudalics <rudalics@gmx.at>
6671
6672 * window.c (Fwindow_width, Fset_window_start)
6673 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
6674 (Fdelete_windows_on, Freplace_buffer_in_windows):
6675 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
6676 (Fwindow_dedicated_p): Make window argument optional.
6677 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6678 (Fset_window_buffer): Respect any non-nil dedicated value for
6679 window. Rename "buffer" argument to "buffer_or_name".
6680
66812008-10-18 Ulrich Mueller <ulm@gentoo.org>
6682
6683 * m/sh3.h: New file, machine description for SuperH.
6684
66852008-10-17 Martin Rudalics <rudalics@gmx.at>
6686
6687 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6688
66892008-10-17 Kenichi Handa <handa@m17n.org>
6690
6691 * ftfont.c (ftfont_otf_features): Fix indexing
6692 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6693
66942008-10-16 Magnus Henoch <mange@freemail.hu>
6695
6696 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6697 (Fdbus_call_method_asynchronously): Ditto.
6698 This change makes C-h f display the argument list.
6699
67002008-10-16 Chong Yidong <cyd@stupidchicken.com>
6701
6702 * fileio.c (Fexpand_file_name): Doc fix.
6703
6704 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6705 of :foreground and :background equivalent to unspecified (20.x
6706 compatibility).
6707
67082008-10-15 Eli Zaretskii <eliz@gnu.org>
6709
6710 * buffer.c (syms_of_buffer): Doc fix.
6711
67122008-10-14 Kenichi Handa <handa@m17n.org>
6713
6714 * font.c (font_clear_prop): When clearing font width, clear the
6715 average width field too.
6716
67172008-10-12 Andreas Schwab <schwab@suse.de>
6718
6719 * ftfont.c (ftfont_shape_by_flt): Make static.
6720 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6721
6722 * font.c: Don't include <m17n-flt.h>.
6723
67242008-10-10 Eli Zaretskii <eliz@gnu.org>
6725
6726 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6727
67282008-10-09 Eli Zaretskii <eliz@gnu.org>
6729
6730 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6731 away code.
6732
67332008-10-09 Chong Yidong <cyd@stupidchicken.com>
6734
6735 * dispnew.c (update_text_area): Avoid looping due to large glyph
6736 overhangs (bug#1070).
6737
67382008-10-09 Kenichi Handa <handa@m17n.org>
6739
6740 * fontset.c (face_for_char): If face->fontset is negative, just
6741 return ascii_face.
6742
f5385255
SM
6743 * font.c (font_delete_unmatched): Fix previous change.
6744 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
6745
67462008-10-09 Martin Rudalics <rudalics@gmx.at>
6747
6748 * frame.c (Fraise_frame): On text-only terminals select frame in
6749 order to make it visible. (Bug#1061)
6750
67512008-10-08 Chong Yidong <cyd@stupidchicken.com>
6752
6753 * fontset.c (fontset_find_font): Check frame validity.
6754
67552008-10-07 Chong Yidong <cyd@stupidchicken.com>
6756
a9b555d3 6757 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
6758 (xg_display_close): Allow Emacs to close all displays (bug#985).
6759
67602008-10-06 Andreas Schwab <schwab@suse.de>
6761
f5385255 6762 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
6763
67642008-10-06 Chong Yidong <cyd@stupidchicken.com>
6765
f5385255 6766 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 6767
a9b555d3 6768 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
6769
6770 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6771 during initialization.
6772
67732008-10-04 Eli Zaretskii <eliz@gnu.org>
6774
6775 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6776 whole thing on MSDOS frames as well as on a TTY.
6777
6778 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6779 well as for TTY.
6780 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6781 well as on a TTY.
6782
6783 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6784 as well as for TTY.
6785
6786 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6787
6788 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6789 MSDOS frames as well.
6790
67912008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6792
6793 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6794 correct arguments.
b71ac3dd 6795 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
6796
67972008-10-03 Glenn Morris <rgm@gnu.org>
6798
6799 * emacs.c (USAGE1): Add --daemon.
6800
68012008-10-02 Eli Zaretskii <eliz@gnu.org>
6802
6803 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6804 100, so it's in percents as advertised.
6805
68062008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6807
6808 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6809 (ns_output.current_cursor, ns_output.desired_cursor)
6810 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6811 (FRAME_NEW_CURSOR_COLOR): Remove.
6812
6813 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 6814 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
6815 enumeration (HOLLOW_BOX_CURSOR, etc.).
6816
6817 * nsterm.m (ns_frame_rehighlight): Remove commented code.
6818 (draw_window_cursor): Simplify code.
f5385255
SM
6819 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6820 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 6821 updates manually.
a9b555d3
JB
6822 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6823 Use core Emacs cursor types.
aac0c6e3 6824
b8ff72fa 6825 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
6826
68272008-10-02 Martin Rudalics <rudalics@gmx.at>
6828
6829 * process.c (Faccept_process_output): Fix doc-string.
6830
68312008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6832
6833 * gmalloc.c (__sbrk): Also define for uClibc.
6834
6835 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6836 for uClibc.
6837
68382008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6839
6840 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6841 styles.
6842 (nsfont_open): Reenable the cache.
6843
68442008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6845
6846 * font.c (font_matching_entity): Reflect ATTRS in font selection.
6847 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6848
68492008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6852 a suspended terminal.
6853
68542008-09-30 Michael Albinus <michael.albinus@gmx.de>
6855
6856 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6857
68582008-09-30 Eli Zaretskii <eliz@gnu.org>
6859
6860 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6861
68622008-09-30 Chong Yidong <cyd@stupidchicken.com>
6863
6864 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6865 in a continued line coincides with a line beginning.
6866
68672008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6868
6869 * nsfont.m (nsfont_trait_distance): Fix bug.
6870 (nsfont_list): Return a list rather than a vector (syncs with Handa
6871 changes of 2008-05-14).
6872 (nsfont_open): Improve logging.
6873
68742008-09-29 Andreas Schwab <schwab@suse.de>
6875
6876 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6877
68782008-09-28 Martin Rudalics <rudalics@gmx.at>
6879
6880 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6881 name as char-resolve-modifiers.
6882 Reported by: Markus Triska <markus.triska@gmx.at>
6883
68842008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6885
6886 * dispnew.c (init_display): Return earlier when running as a daemon.
6887
68882008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6889
6890 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6891
68922008-09-27 Eli Zaretskii <eliz@gnu.org>
6893
6894 * composite.c (Fcomposition_get_gstring)
6895 (Fcompose_region_internal, Fcompose_string_internal)
6896 (Ffind_composition_internal): Doc fix.
6897 (syms_of_composite) <compose-chars-after-function>: Doc fix.
6898 (syms_of_composite) <auto-composition-function>: Doc fix.
6899 (syms_of_composite) <composition-function-table>: Doc fix.
6900
69012008-09-25 Chong Yidong <cyd@stupidchicken.com>
6902
6903 * search.c (wordify): New argument for lax word-ends.
6904 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6905
69062008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6907
6908 * lisp.h (is_daemon): Declare.
6909 * dispnew.c (init_display): Do not try to initialize the terminal
6910 when running as a daemon.
6911
69122008-09-22 Chong Yidong <cyd@stupidchicken.com>
6913
6914 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6915 x_display_pixel_height.
6916
69172008-09-22 Martin Rudalics <rudalics@gmx.at>
6918
6919 * undo.c (record_point): Don't call Fundo_boundary for first
6920 change. (Bug#731)
6921
69222008-09-22 Juanma Barranquero <lekktu@gmail.com>
6923
6924 * emacs.c (Fdaemonp): Doc fix.
6925
69262008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6927
6928 * emacs.c (main): Place #ifdef in the proper place.
6929
69302008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6931
6932 * emacs.c (standard_args): Add --daemon.
6933 (main): Disconnect from the terminal when --daemon is passed.
6934 (is_daemon): New variable.
6935 (Fdaemonp): New function.
6936 (syms_of_emacs): Defsubr it.
6937
69382008-09-20 Chong Yidong <cyd@stupidchicken.com>
6939
6940 * xdisp.c (get_next_display_element): Handle string display
6941 correctly when checking for the end of a box run.
6942
69432008-09-20 Glenn Morris <rgm@gnu.org>
6944
6945 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
6946 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
6947 (Frename_file): Avoid copying to trash if a rename involves
6948 a delete. (Bug#964).
6949
69502008-09-20 Eli Zaretskii <eliz@gnu.org>
6951
6952 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
6953 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
6954 frames as well as termcap frames.
6955 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
6956 get_named_tty.
6957
69582008-09-19 Eli Zaretskii <eliz@gnu.org>
6959
6960 * process.c (procfs_system_process_attributes): Fix cmdline in
6961 case /proc/PID/cmdline is empty.
6962
6963 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
6964 x_display_pixel_height.
6965
69662008-09-19 Juanma Barranquero <lekktu@gmail.com>
6967
6968 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
6969
6970 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
6971 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
6972
69732008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
6974
6975 * dispextern.h (struct it): Move line_wrap away from the middle of
6976 bitfields. Move voffset in struct iterator_stack_entry after the
6977 bitfields. Move tab_width near after another short.
6978
69792008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6980
6981 * frame.h (struct frame): Move alpha from the middle of bitfields.
6982
6983 * window.h (struct window): Move frozen_window_start_p after the
6984 rest of the bitfields to reduce padding.
6985
69862008-09-18 Chong Yidong <cyd@stupidchicken.com>
6987
6988 * xterm.h (x_display_info): Remove `height' and `width' members.
6989
6990 * nsterm.h (ns_display_info): Remove `height' and `width' members.
6991
6992 * w32term.h (w32_display_info): Remove `height', `width',
6993 `height_in', and `width_in' members.
6994
b8ff72fa
SM
6995 * xterm.c (x_display_pixel_height, x_display_pixel_width):
6996 New functions.
aac0c6e3
MR
6997 (x_calc_absolute_position): Use them.
6998 (x_term_init): Omit removed `height' and `width' members.
6999
b8ff72fa
SM
7000 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7001 New functions.
aac0c6e3
MR
7002 (w32_read_socket, x_calc_absolute_position): Use them.
7003 (w32_initialize_display_info, w32_term_init): Omit removed members
7004 of w32_display_info.
7005
b8ff72fa
SM
7006 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
7007 New functions.
7008 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 7009
b8ff72fa
SM
7010 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7011 New functions.
aac0c6e3
MR
7012 (x_calc_absolute_position): Use them.
7013 (x_term_init): Omit removed `height' and `width' members.
7014
7015 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
7016 (compute_tip_xy):
7017 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
7018 * xmenu.c (menu_position_func): Use x_display_pixel_height and
7019 x_display_pixel_width.
7020
70212008-09-18 Kenichi Handa <handa@m17n.org>
7022
7023 * composite.c (fill_gstring_header): Don't check FROM and TO here.
7024 (composition_compute_stop_pos): Fix handling of static composition.
7025 (Fcomposition_get_gstring): Check FROM and TO at first.
7026
70272008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7028
46e722a9 7029 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
7030 mixup (YAILOM).
7031
70322008-09-17 Chong Yidong <cyd@stupidchicken.com>
7033
7034 * indent.c (Fvertical_motion): Use position reported by iterator
7035 instead of PT for determining screen motion (bug#943).
7036
70372008-09-17 Romain Francoise <romain@orebokech.com>
7038
7039 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
7040
70412008-09-17 Kenichi Handa <handa@m17n.org>
7042
7043 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
7044
7045 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
7046 if necessary.
7047
70482008-09-16 Kenichi Handa <handa@m17n.org>
7049
7050 * coding.c (make_conversion_work_buffer): Avoid calling
7051 Fget_buffer_create if it is not necessary.
7052
70532008-09-15 Martin Rudalics <rudalics@gmx.at>
7054
7055 * window.c (Fselect_window): Don't update window_select_count and
7056 use_time when norecord is not nil.
7057
70582008-09-14 Kenichi Handa <handa@m17n.org>
7059
7060 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
7061 specpdl_ptr.
7062
70632008-09-12 Kenichi Handa <handa@m17n.org>
7064
7065 * indent.c (scan_for_column): Don't handle automatic composition
7066 if the current buffer is not associated with a window.
7067
7068 * composite.c (composition_reseat_it): If the current buffer is
7069 not associated with a window, ignore the automatic composition.
7070 (find_automatic_composition): Likewise.
7071
70722008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7073
7074 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
7075 (Fgpm_mouse_stop): Use it.
7076 * termhooks.h (close_gpm): Declare.
7077 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
7078 connection if Gpm_GetEvent fails.
7079
7080 * window.c (set_window_buffer): Always preserve current-buffer.
7081
70822008-09-12 Glenn Morris <rgm@gnu.org>
7083
7084 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
7085
70862008-09-11 Glenn Morris <rgm@gnu.org>
7087
7088 * charset.c (charset-map-path): Doc fix.
7089
70902008-09-10 Kenichi Handa <handa@m17n.org>
7091
7092 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
7093
7094 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
7095 compose a grapheme cluster with the preceding base glyph.
7096
7097 * composite.c (composition_compute_stop_pos): Fix previous change.
7098 Reset cmp_it->id to -1 at first.
7099
71002008-09-10 Glenn Morris <rgm@gnu.org>
7101
7102 * Makefile.in (character.o, chartab.o): Fix config.h typo.
7103
71042008-09-09 Chong Yidong <cyd@stupidchicken.com>
7105
7106 * keyboard.c (read_key_sequence): Reapply translation maps when
7107 switching keyboards.
7108
71092008-09-09 Kenichi Handa <handa@m17n.org>
7110
7111 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
7112 characters.
7113
7114 * composite.c (FORWARD_CHAR): Fix calculation
7115 of (POSITION).pos_byte.
7116 (composition_compute_stop_pos): Limit the search of composition to
7117 at most 500 characters ahead. If we reach the limit or find a
7118 newline, set cmp_it->ch to -2 and return 0.
7119 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
7120
71212008-09-08 Kenichi Handa <handa@m17n.org>
7122
7123 * indent.c (Fvertical_motion): Be sure to set
7124 it_overshoot_expected if it.cmp_it.id is non-negative.
7125
71262008-09-07 Andreas Schwab <schwab@suse.de>
7127
7128 * callproc.c (Fcall_process): Don't hold references to string data
7129 across garbage collection. Move initialisation of new_argv down
7130 to avoid compiler bug.
7131
71322008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7133
7134 * process.c (Fsystem_process_attributes): Doc fix.
7135
71362008-09-07 Chong Yidong <cyd@stupidchicken.com>
7137
7138 * callproc.c (Fcall_process): Canonicalize current directory name.
7139
7140 * xdisp.c (move_it_to): When moving by vpos, ensure that the
7141 iterator advances to the next line if the current line ends in a
7142 continued tab.
7143
71442008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
7145
7146 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
7147 member to point to cmp_from.
7148
7149 * xdisp.c: Doc fix for references to gidx data member.
7150
71512008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
7154
71552008-09-07 Kenichi Handa <handa@m17n.org>
7156
7157 * composite.c (FORWARD_CHAR): Check STOP after
7158 incrementing (POSITION).pos.
7159
71602008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7161
7162 * process.c (Fsystem_process_attributes): Doc fix.
7163
71642008-09-06 Chong Yidong <cyd@stupidchicken.com>
7165
7166 * keyboard.c (Ftop_level): Doc fix.
7167
71682008-09-06 Eli Zaretskii <eliz@gnu.org>
7169
7170 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
7171 minibuffer, don't let lower part of menu invade the echo area.
7172
7173 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
7174 "char *q" to access menu text and advance through it. Revert the
7175 change that displayed ">" instead of ASCII character 0x10.
7176
71772008-09-05 Eli Zaretskii <eliz@gnu.org>
7178
7179 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
7180 toggle boxes and radio buttons on MS-DOS as well.
7181
71822008-09-05 Kenichi Handa <handa@m17n.org>
7183
7184 * composite.c (autocmp_chars): Check lookback count.
7185 (composition_compute_stop_pos): Set cmp_it->lookback.
7186 (composition_reseat_it): Check lookback count.
7187 (struct position_record): New struct.
7188 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
7189 (find_automatic_composition): New function.
7190 (composition_adjust_point): Use find_automatic_composition.
7191
7192 * dispextern.h (struct composition_it): New member lookback.
7193
71942008-09-02 Chong Yidong <cyd@stupidchicken.com>
7195
7196 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
7197 if moving by a single line.
7198
71992008-09-02 Andreas Schwab <schwab@suse.de>
7200
7201 * xterm.c (x_delete_display): Fix merge error.
7202
7203 * fileio.c (Fexpand_file_name): Remove unused variables.
7204
72052008-09-02 Eli Zaretskii <eliz@gnu.org>
7206
7207 * fileio.c (Fexpand_file_name): Copy argument `name' into local
7208 storage on all platforms, not just on DOS_NT.
7209
72102008-09-02 Jason Rumney <jasonr@gnu.org>
7211
b8ff72fa
SM
7212 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
7213 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
7214
72152008-09-01 Chong Yidong <cyd@stupidchicken.com>
7216
7217 * xfaces.c (Finternal_set_alternative_font_family_alist)
7218 (Finternal_set_alternative_font_registry_alist): Properly copy
7219 entire alist structure.
7220
72212008-09-01 Kenichi Handa <handa@m17n.org>
7222
d66c0241 7223 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 7224 representative chars of the script is a vector.
d66c0241
JB
7225 (ftfont_list): Handle the case where the representative chars of
7226 the script is a vector.
aac0c6e3
MR
7227
7228 * character.c (syms_of_character): Docstring of
7229 script-representative-chars fixed.
7230
72312008-08-31 Eli Zaretskii <eliz@gnu.org>
7232
7233 * msdos.c (BUILD_CHAR_GLYPH): New macro.
7234 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
7235 the menu. Allocate larger buffer for `text', to account for
7236 possible ^C characters.
7237
72382008-08-31 Martin Rudalics <rudalics@gmx.at>
7239
7240 * xdisp.c (prepare_menu_bars): Don't call
7241 Vwindow_size_change_functions with arg Qt.
7242
72432008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * font.h (font_range):
7246 * fileio.c (report_file_error):
46e722a9
SM
7247 * composite.c (composition_update_it): Yet another int/Lisp_Object
7248 mixup (YAILOM).
aac0c6e3
MR
7249
72502008-08-30 Glenn Morris <rgm@gnu.org>
7251
7252 * data.c (Fmake_variable_frame_local): Doc fix.
7253
7254 * frame.c (Fmodify_frame_parameters): Doc fix.
7255
72562008-08-30 Eli Zaretskii <eliz@gnu.org>
7257
7258 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
7259 needed by GetTokenInformation.
7260 (w32_system_process_attributes): Check return values of all system
7261 APIs.
7262
7263 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
7264 only when the state changes.
7265 (IT_update_begin, IT_update_end): Add termscript trace.
7266
7267 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
7268 clipboard is unavailable. Set dst to NULL if it doesn't point to
7269 malloc'ed data.
7270 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
7271 passing random values to xfree.
7272
7273 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 7274 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
7275
72762008-08-29 Jason Rumney <jasonr@gnu.org>
7277
7278 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
7279
72802008-08-29 Eli Zaretskii <eliz@gnu.org>
7281
7282 * composite.c (fill_gstring_body): Avoid compiler warnings.
7283
7284 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
7285 LGLYPH_SET_CODE to avoid compiler warnings.
7286
2ae37cf0 7287 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
7288
7289 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
7290
7291 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
7292 LGLYPH_SET_CODE.
7293
72942008-08-29 Kenichi Handa <handa@m17n.org>
7295
7296 * fileio.c (report_file_error): Don't downcase the first character
7297 of errstring if it is still unibyte.
7298
72992008-08-29 Kenichi Handa <handa@m17n.org>
7300
7301 These changes are to re-implement the automatic composition so
7302 that it doesn't use text properties.
7303
7304 * Makefile.in (ftfont.o): Depend on composite.h.
7305 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
7306
7307 * character.h (Vunicode_category_table): Extern it.
7308
7309 * character.c (Vunicode_category_table): New variable.
7310 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
7311
7312 * chartab.c (optimize_sub_char_table): Perform more greedy
7313 optimization.
7314
b8ff72fa
SM
7315 * composite.h (enum composition_method):
7316 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
7317 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
7318 (Vcomposition_function_table): Extern it.
7319 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
7320 (composition_gstring_put_cache, composition_gstring_from_id)
7321 (composition_gstring_p, composition_gstring_width)
7322 (composition_compute_stop_pos, composition_reseat_it)
7323 (composition_update_it, composition_adjust_point): Extern them.
7324 (Fcomposition_get_gstring): EXFUN it.
7325
d66c0241 7326 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
7327 (Vcomposition_function_table)
7328 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
7329 (gstring_hash_table, gstring_work, gstring_work_headers):
7330 New variables.
aac0c6e3
MR
7331 (gstring_lookup_cache, composition_gstring_put_cache)
7332 (composition_gstring_from_id, composition_gstring_p)
7333 (composition_gstring_width, fill_gstring_header)
7334 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
7335 (composition_reseat_it, composition_update_it)
b8ff72fa 7336 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
7337 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
7338 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 7339 Defsubr composition_get_gstring.
aac0c6e3
MR
7340
7341 * dispextern.h (struct glyph): New union u.cmp. Delete the member
7342 cmp_id.
7343 (struct glyph_string): Delete the member gidx. New members
7344 cmp_id, cmp_from, and cmp_to.
7345 (enum it_method): Delete GET_FROM_COMPOSITION.
7346 (struct composition_it): New struct.
7347 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
7348 Delete c, len, cmp_id, cmp_len in u.comp.
7349
7350 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 7351 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 7352 (enum lglyph_indices): Likewise.
b8ff72fa 7353 (font_range): Adjust extern.
aac0c6e3
MR
7354 (font_fill_lglyph_metrics): Extern it.
7355
7356 * font.c (QCf): New variable.
7357 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7358 (font_prepare_composition): Delete this function.
7359 (font_range): Type and arguments changed.
7360 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
7361 (font_fill_lglyph_metrics): New function.
b8ff72fa 7362 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 7363 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
7364 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
7365 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
7366
7367 * fontset.h (font_for_char): Extern it.
7368
7369 * fontset.c (font_for_char): New function.
7370
7371 * ftfont.c: Include composite.h.
7372 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 7373 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
7374
7375 * indent.c: Include composite.h and dispextern.h.
7376 (check_composition): Delete this function.
7377 (scan_for_column): Handle composition by
7378 composition_compute_stop_pos, composition_reseat_it, and
7379 composition_update_it.
7380 (compute_motion): Likewise.
7381 (Fvertical_motion): Fix checking of composition.
7382
7383 * keyboard.c (adjust_point_for_property): Check composition by
7384 composition_adjust_point.
7385
b8ff72fa 7386 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
7387 struct glyph_string.
7388
b8ff72fa
SM
7389 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
7390 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
7391 struct glyph.
7392 (produce_composite_glyph): Likewise.
7393
b8ff72fa
SM
7394 * w32term.c (x_draw_composite_glyph_string_foreground):
7395 Adjust for the change of struct glyph_string.
aac0c6e3
MR
7396 (x_draw_glyph_string): Likewise.
7397
7398 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
7399 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7400
7401 * xdisp.c: Include font.h.
7402 (it_props): Delete the entry for Qauto_composed.
7403 (init_iterator): Initialize it->cmp_it.id to -1.
7404 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 7405 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
7406 (handle_auto_composed_prop): Delete it.
7407 (handle_composition_prop): Handle only static composition.
7408 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7409 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 7410 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
7411 (pop_it): Likewise.
7412 (get_next_element): Delete next_element_from_composition.
7413 (CHAR_COMPOSED_P): New macro.
7414 (get_next_display_element): For automatic composition, get a face
7415 from the font in the glyph-string.
7416 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 7417 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
7418 (next_element_from_string): Check if the character at the current
7419 position is composed by CHAR_COMPOSED_P.
7420 (next_element_from_buffer): Likewise.
d66c0241
JB
7421 (next_element_from_composition): Adjust for the change of struct it.
7422 Update it->cmp_it.
b8ff72fa
SM
7423 (dump_glyph): Adjust for the change of struct glyph.
7424 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
7425 it and struct glyph. Don't handle automatic composition here.
7426 (fill_gstring_glyph_string): New function.
7427 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 7428 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
7429 (BUILD_GSTRING_GLYPH_STRING): New macro.
7430 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7431 automatic composition.
b8ff72fa 7432 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 7433 struct glyph.
b8ff72fa 7434 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 7435
b8ff72fa 7436 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
7437 the change of struct glyph_string.
7438 (x_draw_glyph_string): Likewise.
7439
74402008-08-29 Glenn Morris <rgm@gnu.org>
7441
7442 * buffer.c (word-wrap): Doc fix.
7443 * xdisp.c (truncate-partial-width-windows): Doc fix.
7444 Increase default to 50.
7445
74462008-08-29 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * xdisp.c (update_tool_bar_unwind): New function.
7449 (update_tool_bar): Temporarily set selected frame before building
7450 tool-bar items.
7451
74522008-08-28 Michael Albinus <michael.albinus@gmx.de>
7453
7454 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7455 snprintf, respectively.
7456 (xd_append_arg): Convert strings with Fstring_make_unibyte.
7457
74582008-08-28 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7461 LDFLAGS to GNUstep CC invocation.
7462
74632008-08-27 Chong Yidong <cyd@stupidchicken.com>
7464
7465 * indent.c (Fvertical_motion): Revert last change. Handle the
7466 general case where we are moving forward, and PT spans multiple
7467 screen lines.
7468
7469 * eval.c (find_handler_clause): Temporarily increase
7470 max-lisp-eval-depth while printing the backtrace buffer, to
7471 guarantee that help-mode code can run.
7472
74732008-08-27 Eli Zaretskii <eliz@gnu.org>
7474
7475 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7476 colors under -rv.
7477 (IT_set_frame_parameters): Don't swap foreground and background
7478 colors if `(reverse . t)' is present in the frame properties.
7479 (internal_terminal_init): Call init_frame_faces only for the
7480 initial frame.
7481
74822008-08-27 Andreas Schwab <schwab@suse.de>
7483
7484 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7485
74862008-08-27 Andreas Schwab <schwab@suse.de>
7487
7488 * search.c (search_buffer): Set char_base to zero only at the end.
7489
74902008-08-27 Kenichi Handa <handa@m17n.org>
7491
b8ff72fa 7492 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
7493
74942008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
7495
7496 * xterm.c (x_term_init): Temporarily hide the partially
7497 initialized terminal while calling vendor-specific-keysyms.
7498
74992008-08-26 Eli Zaretskii <eliz@gnu.org>
7500
7501 * msdos.c (internal_terminal_init): Most initializations done only
7502 once, especially initial_screen_colors[] and termscript open.
7503
75042008-08-26 Chong Yidong <cyd@stupidchicken.com>
7505
7506 * eval.c (Fcondition_case): Doc fix.
7507
7508 * widgetprv.h (EmacsFramePart): Change font member to the new font
7509 struct.
7510
7511 * widget.c: Include character.h and font.h for XSETFONT.
7512 (setup_frame_gcs): Compute X font id from font struct, just once.
7513
75142008-08-26 Eli Zaretskii <eliz@gnu.org>
7515
7516 * term.c (get_named_tty): Fix last change.
7517
75182008-08-26 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 7521 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
7522
75232008-08-25 Eli Zaretskii <eliz@gnu.org>
7524
7525 * frame.c (do_switch_frame): Mark previously displayed frame as
7526 obscured for FRAME_MSDOS_P frames as well.
7527
75282008-08-24 Eli Zaretskii <eliz@gnu.org>
7529
7530 * frame.c (make_terminal_frame): Initialize f->terminal,
7531 f->terminal->reference_count, and scroll bars on MS-DOS as well.
7532 Set the top frame to newly created frame.
7533 (Fmake_terminal_frame): Reuse the_only_display_info.
7534
7535 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7536 estimating available memory.
7537
b97439ce 75382008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
7539
7540 * nsterm.m (ns_draw_window_cursor): Don't call
7541 NSDisableScreenUpdates and NSEnableScreenUpdates on
7542 non-NS_IMPL_COCOA systems.
7543
75442008-08-23 Andreas Schwab <schwab@suse.de>
7545
7546 * process.c (procfs_system_process_attributes): Fix use of
7547 uninitialized variables.
7548
75492008-08-23 Eli Zaretskii <eliz@gnu.org>
7550
7551 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7552
7553 * dispnew.c (init_display): Remove MS-DOS specific conditions for
7554 calling tty-set-up-initial-frame-faces.
7555
b8ff72fa
SM
7556 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7557 Allow MSDOS frames along with X frames.
aac0c6e3
MR
7558
7559 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7560 addition to output_termcap.
7561
7562 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7563
7564 * termchar.h (FRAME_TTY): Support output_msdos_raw.
7565 (struct tty_display_info) [MSDOS]: Add fields related to mouse
7566 highlight.
7567
7568 * process.c [!subprocesses]: Define QCname.
7569 (syms_of_process): Intern and staticpro it.
7570
7571 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
7572 Adjust for changes in encoding/decoding routines.
7573 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
7574 encode_coding and decode_coding.
7575
b8ff72fa 7576 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
7577
7578 * dosfns.c: Include frame.h before termhooks.h.
7579 (dos_cleanup): Use CURTTY ()->termscript instead of a global
7580 variable termscript.
7581
7582 * s/msdos.h (USER_FULL_NAME): Define.
7583 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7584
7585 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7586 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7587 pw->pw_gecos.
7588
7589 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7590 SELECTED_FRAME as additional (1st) argument.
7591 (tty_read_avail_input): Handle output_msdos_raw in
7592 addition to output_termcap.
7593
7594 * msdos.c: Include frame.h before termhooks.h.
7595 (mouse_on, mouse_off, mouse_moveto, mouse_init)
7596 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7597 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7598 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7599 (IT_set_terminal_modes, IT_reset_terminal_modes)
7600 (IT_set_frame_parameters): Use tty->termscript instead of a global
7601 variable termscript.
7602 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7603 global variable terminal_coding. Don't refer to
7604 Vnonascii_translation_table.
7605 (internal_terminal_init): Set Vwindow_system in current_kboard.
7606 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
7607 Announce date and time of session start, if termscript is open.
7608 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
7609 term.c:init_tty). Open termscript only of not already open.
7610 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
7611 here instead of dos_ttraw. Don't initialize display if this is an
7612 initial tty. Don't set FRAME_FONT.
7613 (Vwindow_system_version): Bump to 23.
7614 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
7615 is available, set up mouse_position_hook.
7616 (dos_ttraw, IT_set_terminal_modes): If called with initial
7617 terminal, do nothing.
7618 (IT_set_frame_parameters): Handle the Qtty_type frame
7619 parameter by calling internal_terminal_init.
7620 (dos_set_window_size, show_mouse_face)
7621 (clear_mouse_face, IT_note_mode_line_highlight)
7622 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7623 (dos_rawgetc): Use tty_display_info instead of x_display_info.
7624 (initialize_msdos_display): New function.
7625 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7626 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7627 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7628 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 7629 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
7630 (request_sigio, unrequest_sigio): Don't define, now defined on
7631 sysdep.c.
7632 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7633
7634 * term.c [MSDOS]: Include msdos.h.
7635 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7636 conditional to DOS_NT. Allow only one call to this function in a
7637 session. Don't allocate a new struct tty_display_info; instead,
7638 reuse the_only_display_info. Call get_tty_size to get screen
7639 dimensions. Call init_baud_rate to set bad_rate.
7640 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7641 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 7642 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
7643 (get_tty_terminal, get_named_tty, Ftty_type)
7644 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7645 output_termcap.
b8ff72fa
SM
7646 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7647 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 7648 only when subprocesses are supported.
aac0c6e3
MR
7649
7650 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7651 f->output_data.x.
7652 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7653 terminal devices.
7654
5582fbc7 7655 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
7656 x_output.
7657 (FRAME_FONT): Use output_data.tty.
7658 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
7659 (struct x_display_info): Rename from display_info. Update all users in
7660 msdos.c.
aac0c6e3 7661 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 7662 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
7663 (dos_ttraw): Update prototype.
7664
7665 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7666 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7667
76682008-08-23 Jason Rumney <jasonr@gnu.org>
7669
7670 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7671 (fn_TIFFSetDirectory): New library function used.
7672 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7673 (tiff_load): Use :index to select among multiple images. Set count
7674 property when multiple images exist.
7675 (gif_format): Use :index, not :image.
7676
76772008-08-23 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * xdisp.c (try_scrolling): Check INT_MAX instead of
7680 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7681 to obtain INT_MAX.
7682
76832008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7684
7685 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7686
76872008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7688
7689 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7690 GNUstep library location.
7691
76922008-08-21 Chong Yidong <cyd@stupidchicken.com>
7693
7694 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7695 before using it.
7696
7697 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7698
76992008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7700
7701 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7702 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7703 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7704 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7705 (EmacsApp-cursor_blink_handler): Remove declaration.
7706 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7707 match 01 Feb 2008 changes in xterm.c.
7708 (ns_read_socket): Add cast to avoid warning.
7709 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7710 GNUstep.
7711
77122008-08-20 Chong Yidong <cyd@stupidchicken.com>
7713
7714 * xselect.c (x_get_foreign_selection): Return nil if desired
7715 selection could not be obtained, instead of signalling an error.
7716
77172008-08-20 David Reitter <david.reitter@gmail.com>
7718
7719 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7720 * nsterm.m: Remove ns-specific code for cursor blinking.
7721 (ns_draw_window_cursor): Clear cursor properly rather than
7722 redrawing the area. Respect width of bar cursors.
7723 These changes enable the use of generic blink-cursor-mode and
7724 generic cursor types in NS and support smooth cursor movements (do
7725 not blink off after command).
7726 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7727 Nextstep, too.
7728
77292008-08-19 Kenichi Handa <handa@m17n.org>
7730
7731 * font.c (Vfont_log_deferred): New variable.
7732 (font_add_log): Check Vfont_log_deferred.
7733 (font_deferred_log): New function.
7734
7735 * font.h (font_deferred_log): Extern it.
7736
7737 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7738 for sorting.
7739 (face_for_char): Use deferred log.
7740
77412008-08-18 Kenichi Handa <handa@m17n.org>
7742
7743 * fontset.c (face_for_char): Add font log.
7744
7745 * font.c (font_add_log): Add the font properties :script, :lang,
7746 and :otf in the log.
7747
77482008-08-17 Chong Yidong <cyd@stupidchicken.com>
7749
7750 * xdisp.c: Remove dead code.
7751 (handle_invisible_prop, next_overlay_string): Defer call to
7752 setup_for_ellipsis.
7753 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7754
77552008-08-15 Chong Yidong <cyd@stupidchicken.com>
7756
7757 * xfaces.c (lookup_derived_face): Properly handle possible zero
7758 return value of get_lface_attributes.
7759 (merge_faces): Don't tell lookup_derived_face to signal an error
7760 if face is not found.
7761
7762 * dired.c (Fdirectory_files): Doc fix.
7763
7764 * process.c (make_process): Initialize kill_without_query struct
7765 member.
7766
77672008-08-15 Eli Zaretskii <eliz@gnu.org>
7768
7769 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7770 Alternative calculation of totphys for Visual Studio 6.
7771
7772 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7773
7774 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7775 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7776 All users changed.
7777 (stat): Only root directory passed to GetDriveType. Allow RAM
7778 disk as well as local fixed disk when w32-get-true-file-attributes
7779 is set to `local'.
7780 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7781 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7782 (w32_cached_id, w32_add_to_cache): New functions.
7783 (get_name_and_id): Look account names in the cache before calling
7784 lookup_account_sid.
7785 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7786 New initialization flags.
7787 (globals_of_w32): Initialize them to zero.
7788 (w32_system_process_attributes): Use w32_cached_id and
7789 w32_add_to_cache.
7790
77912008-08-14 Lawrence Mitchell <wence@gmx.li>
7792
7793 * lread.c (Fread_char, Fread_char_exclusive): If no character
7794 event is read before timeout is reached, return nil, rather than
7795 converting to a number.
7796
77972008-08-14 Chong Yidong <cyd@stupidchicken.com>
7798
7799 * fns.c (use_dialog_box): Doc fix.
7800
7801 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7802 on OS X.
7803
78042008-08-13 Chong Yidong <cyd@stupidchicken.com>
7805
7806 * frame.c (Qns_parse_geometry): New var.
7807 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7808
78092008-08-11 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * xdisp.c (x_produce_glyphs): Handle the case when font has no
7812 space character in calculating tabs.
7813
78142008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
7815
7816 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7817
78182008-08-10 Glenn Morris <rgm@gnu.org>
7819
7820 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7821 silence gcc "limited range of data type" warnings in some
7822 make_fixnum_or_float calls.
7823
78242008-08-09 Eli Zaretskii <eliz@gnu.org>
7825
7826 * w32.c (w32_system_process_attributes): If the process does not
7827 exist, return nil.
7828
7829 * w32.c: Include thelp32.h, psapi.h and coding.h.
7830 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7831 declarations.
7832 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7833 (Process32Next_Proc): New typedefs.
7834 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7835 (g_b_init_process32_next, g_b_init_open_thread_token)
7836 (g_b_init_impersonate_self, g_b_init_revert_to_self)
7837 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7838 (g_b_init_get_process_working_set_size)
7839 (g_b_init_global_memory_status_ex): New static variables.
7840 (globals_of_w32): Initialize them.
7841 (create_toolhelp32_snapshot, process32_first, process32_next)
7842 (open_thread_token, impersonate_self, revert_to_self)
7843 (get_process_memory_info, get_process_working_set_size)
7844 (global_memory_status, global_memory_status_ex): New wrapper
7845 functions.
7846 (w32_list_system_processes, w32_system_process_attributes)
7847 (enable_privilege, restore_privilege, ltime, process_times):
7848 New functions.
7849 (convert_time_raw): New function.
7850 (convert_time): Remove conversion of FILETIME into time in 100
7851 nsec units, call convert_time_raw instead.
7852
7853 * process.h (w32_list_system_processes, w32_system_process_attributes):
7854 Add prototypes.
7855 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7856 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7857 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7858 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7859
7860 * process.c (Fsystem_process_attributes): Doc fix.
7861
78622008-08-08 Chong Yidong <cyd@stupidchicken.com>
7863
7864 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7865 a continued multi-char glyph; if so, advance to the actual glyph.
7866
78672008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7868
7869 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7870
7871 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7872 (.m.o): Use it.
7873 * config.in: Regenerate.
7874
78752008-08-07 Chong Yidong <cyd@stupidchicken.com>
7876
7877 * xdisp.c (redisplay_window): Revert last change.
7878 (try_window): Check bottom scroll margin too.
7879
78802008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7881
7882 * config.in: Regenerate.
7883
7884 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7885 -list-load-path-shadows'.
7886 (nsgui.h): Reduce number of things depending on it.
7887
78882008-08-06 Chong Yidong <cyd@stupidchicken.com>
7889
7890 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7891 instead of window-end which does the wrong thing at eob.
7892 (try_cursor_movement): Minor optimization.
7893 (redisplay_window): If scroll margin is defined, don't assume
7894 window doesn't need scrolling.
7895
78962008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7897
7898 * config.in: Regenerate.
7899
7900 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7901 (mostlyclean): Don't delete *.d under NS.
7902
7903 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7904
79052008-08-06 Kenichi Handa <handa@m17n.org>
7906
7907 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7908
79092008-08-06 Andreas Schwab <schwab@suse.de>
7910
7911 * config.in: Regenerate.
7912
79132008-08-05 Chong Yidong <cyd@stupidchicken.com>
7914
7915 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7916 forcing a window start.
7917
7918 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7919 (auto_save_1): Update modtime when auto-save-list-file-name is on.
7920
79212008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7922
7923 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7924 argument.
7925
79262008-08-05 Juanma Barranquero <lekktu@gmail.com>
7927
7928 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7929 <scroll-down-aggressively, before-change-functions>:
7930 <after-change-functions>: Reflow docstrings.
7931
79322008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7933 Ken Raeburn <raeburn@gnu.org>
7934
7935 Dock menu customization, based on a patch by Ken Raeburn, plus some
7936 other fixes.
7937 * nsmenu.m (dockMenu): New variable.
7938 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
7939
7940 * nsterm.h (dockMenu): Declare.
7941
7942 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
7943 (ns_term_init): Initialize dockMenu.
7944 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
7945 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
7946 left.
7947
7948 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
7949
79502008-08-04 Chong Yidong <cyd@stupidchicken.com>
7951
7952 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
7953
7954 * config.in: Regenerate.
7955
79562008-08-04 Seiji Zenitani <zenitani@mac.com>
7957
7958 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
7959
79602008-08-04 Chong Yidong <cyd@stupidchicken.com>
7961
7962 * nsterm.h (find_and_call_menu_selection): Fix prototype.
7963
79642008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7965
7966 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
7967
7968 * keyboard.h: Comment an #endif.
7969
7970 * lisp.h (have_menus_p): Adjust comment.
7971
7972 * menu.c (find_and_return_menu_selection): Fix comparison with
7973 client_data.
7974
7975 * nsmenu.m (popup_activated_flag): New variable.
7976 (popup_activated): New function.
7977 (menu-or-popup-active-p): New exported lisp definition.
7978 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
7979 when popup done.
7980 (ns_popup_dialog): Set popup_activated_flag.
7981
7982 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
7983 version for GNUstep (handled by conditional typedef in nsterm.m).
7984 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
7985 in rgb.txt).
7986
7987 * process.c (init_process): Use DARWIN_OS, not DARWIN.
7988
7989 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
7990
7991 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
7992
7993 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
7994 shortcircuit if popup_activated like GTK and X toolkit.
7995
7996 * m/inter386.h: Change DARWIN to DARWIN_OS.
7997
7998 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
7999 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
8000 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
8001 comment on NO_SOCK_SIGIO.
8002
80032008-08-03 Chong Yidong <cyd@stupidchicken.com>
8004
8005 * nsterm.m (windowDidResize): Remove stopModal call.
8006
80072008-08-03 Andreas Schwab <schwab@suse.de>
8008
8009 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
8010 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
8011
80122008-08-02 Chong Yidong <cyd@stupidchicken.com>
8013
8014 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
8015 Don't use uninitialized pointer variable when using getrlimit.
8016
80172008-08-02 Jason Rumney <jasonr@gnu.org>
8018
8019 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
8020
80212008-08-02 Eli Zaretskii <eliz@gnu.org>
8022
8023 * alloc.c (NSTATICS): Bump to 0x640.
8024
8025 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
8026
8027 * lisp.h: Add prototype for directory_files_internal.
8028
8029 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
8030 New functions.
8031 (syms_of_process): Defsubr them. Add initializations for various
8032 Q* symbols used in procfs_system_process_attributes.
8033 (procfs_list_system_processes, procfs_system_process_attributes)
8034 [HAVE_PROCFS]: New functions.
8035 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
8036 (procfs_get_total_memory): New functions.
8037
80382008-08-01 Juanma Barranquero <lekktu@gmail.com>
8039
8040 * xfaces.c (Fx_load_color_file): Fix previous change;
8041 it is #ifdef WINDOWSNT, not WINDOWS_NT.
8042
80432008-08-01 Michael Albinus <michael.albinus@gmx.de>
8044
8045 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
8046
80472008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8048
8049 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
8050
80512008-08-01 Chong Yidong <cyd@stupidchicken.com>
8052
8053 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
8054
8055 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
8056 define NSApplicationDelegateReplySuccess.
8057 (EmacsView -converstationIdentifier): Use long instead of
8058 NSInteger for GNUstep, since it doesn't have NSInteger.
8059
8060 * xmenu.c: Revert last change.
8061
8062 * keyboard.h: Fix last change.
8063
80642008-08-01 Juanma Barranquero <lekktu@gmail.com>
8065
8066 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
8067 on Windows.
8068
80692008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8070
8071 Warning clearing and clean-up in NS port.
8072 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
8073 Add prototypes.
8074 * nsgui.h (FACE_DEFAULT): Remove, unused.
8075 (XGCValues): Change colors to unsigned long.
8076 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
8077 nsterm.m.
8078 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
8079 (ns_list_fonts): Remove, unused.
8080 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
8081 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
8082 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
8083 (nsfont_draw): Compare face colors to 0, not nil.
8084 * nsmenu.m (struct widget_value): Drop unneeded declaration.
8085 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
8086 (-addSubmenuWithTitle:): Use NSMenuItem class.
8087 (ns_popup_menu): Use NO, not NULL, for enabled setting.
8088 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
8089 (ns_clip_to_row): Make gc arg a BOOL.
8090 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
8091 ns_clip_to_row() call.
8092 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
8093 used). Cast FRAME_FONT assignments.
8094 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
8095 (ns_string_to_lispmod): Change arg to const char.
8096 (ns_term_init): Use NSMenuItem class.
8097 (EmacsApp -openFile:): Move to different section of file.
8098 (EmacsApp -application:openFiles:): Don't return a value, call
8099 -replyToOpenOrPrint:.
8100 (EmacsView -keyDown:): Fix up cast.
8101 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
8102 (EmacsView -menuDown:): Cast tag in call to
8103 find_and_call_menu_selection().
8104 (ns_list_fonts): Remove, unused.
8105 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
8106 (ns_fontname_to_xlfd): Make static.
8107 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
8108 Remove prototypes (now in keyboard.h).
8109 (next_menubar_widget_id): Remove, unused.
8110 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
8111 Remove prototypes (now in keyboard.h).
8112 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
8113
81142008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8115
8116 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
8117 (floatfns.o): Depend on syssignal.h.
8118 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
8119
8120 * systty.h: Fix previous change that removed BSD_TERMIOS.
8121 Add comments to #ifdefs.
8122
81232008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8124
8125 * w32fns.c (w32-load-color-file): Remove.
8126 (x-open-connection): Use renamed Fx_load_color_file.
8127 * xfaces.c (x-load-color-file): Add.
8128 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
8129 Emacs.clr.
8130 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
8131
81322008-07-31 Michael Albinus <michael.albinus@gmx.de>
8133
8134 * dbusbind.c (Fdbus_call_method_asynchronously)
8135 (Fdbus_method_error_internal): New defuns.
8136 (xd_read_message): Handle also reply messages.
8137 (Vdbus_registered_functions_table): Extend docstring.
8138
81392008-07-31 Juanma Barranquero <lekktu@gmail.com>
8140
8141 * keyboard.c (gobble_input): Fix previous change.
8142
81432008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8144
8145 * bitmaps/README:
8146 * xfns.c:
8147 * termcap.c:
8148 * term.c:
8149 * syswait.h:
8150 * systty.h:
8151 * systime.h:
8152 * syssignal.h:
8153 * sysdep.c:
8154 * process.h:
8155 * process.c:
8156 * print.c:
8157 * ndir.h:
8158 * lread.c:
8159 * keyboard.c:
8160 * getpagesize.h:
8161 * floatfns.c:
8162 * fileio.c:
8163 * emacs.c:
8164 * doc.c:
8165 * dispnew.c:
8166 * dired.c:
8167 * data.c:
8168 * callproc.c:
8169 * buffer.c:
8170 * README:
8171 * Makefile.in:
8172 * s/template.h:
8173 * s/msdos.h:
8174 * m/vax.h: Remove VMS support.
8175 * s/vms.h:
8176 * vlimit.h:
8177 * uaf.h:
8178 * temacs.opt:
8179 * param.h:
8180 * ioctl.h: Remove file.
8181
81822008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8183
8184 * s/ms-w32.h (MULTI_KBOARD): Remove.
8185 * xterm.c:
8186 * xselect.c:
8187 * xfns.c:
8188 * window.c:
8189 * w32term.c:
8190 * w32fns.c:
8191 * terminal.c:
8192 * termhooks.h:
8193 * term.c:
8194 * sysdep.c:
8195 * keyboard.h:
8196 * keyboard.c:
8197 * frame.h:
8198 * frame.c:
8199 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
8200 * config.in: Regenerate.
8201
82022008-07-30 Jason Rumney <jasonr@gnu.org>
8203
8204 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
8205
8206 * w32font.c (w32font_encode_char): Leave as unicode if in range.
8207 (w32font_open_internal): Get unicode version of textmetrics.
8208 Don't enable or disable glyph indices here.
8209 (w32font_open): Disable use of glyph indices.
8210
8211 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
8212
82132008-07-30 Chong Yidong <cyd@stupidchicken.com>
8214
8215 * minibuf.c (Vread_buffer_function): Doc fix.
8216
82172008-07-30 John Paul Wallington <jpw@pobox.com>
8218
8219 * minibuf.c (read_buffer_completion_ignore_case): New var.
8220 (Fread_buffer): Use it.
8221
82222008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8223
8224 * systty.h (sensemode): Remove empty #if. Remove reference to
8225 BSD_TERMIOS, unused.
8226
8227 * sysdep.c: Remove reference to DGUX.
8228 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
8229
8230 * config.in: Regenerate.
8231
82322008-07-30 Jason Rumney <jasonr@gnu.org>
8233
8234 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
8235
82362008-07-29 Jason Rumney <jasonr@gnu.org>
8237
8238 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
8239 is populated.
8240 (uniscribe_encode_char): Always use uniscribe.
8241 Avoid using context if cache is populated.
8242
82432008-07-29 Jan Djärv <jan.h.d@swipnet.se>
8244
8245 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
8246 open menu.
8247
8248 * gtkutil.c (menu_nav_ended): Remove.
8249 (create_menus): Remove signal connect for menu_nav_ended.
8250
82512008-07-28 Chong Yidong <cyd@stupidchicken.com>
8252
8253 * xdisp.c (redisplay_window): Check return value of
8254 compute_window_start_on_continuation_line before forcing a window
8255 start.
8256
82572008-07-28 Jason Rumney <jasonr@gnu.org>
8258
8259 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
8260
8261 * w32term.c (w32_enable_unicode_output, cleartype_active):
8262 Remove obsolete display options.
8263 (x_draw_glyph_string_background): Don't use old cleartype_active
8264 workaround.
8265 (w32_initialize): Remove cleartype_active initialization.
8266 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
8267
82682008-07-28 Andreas Schwab <schwab@suse.de>
8269
8270 * lisp.h (init_weak_hash_tables, syms_of_font)
8271 (xd_read_queued_messages, syms_of_dbusbind): Declare.
8272 (remove_hash_entry): Don't declare.
8273 * eval.c (maybe_call_debugger): Make static and move before use.
8274 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
8275 * xdisp.c: Include "gtkutil.h" if USE_GTK.
8276 * xterm.h (x_set_frame_alpha): Declare.
8277
82782008-07-28 Jan Djärv <jan.h.d@swipnet.se>
8279
8280 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
8281 (create_menus): Connect selection-done to menu_nav_ended.
8282
82832008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8284
8285 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
8286 Set Vx_resource_name to a fallback. Replace read of 'buffered'
8287 parameter with read of 'alpha' one.
8288 (Qns_frame_parameter): Remove.
5582fbc7 8289 * nsselect.m (selection-coding-system)
aac0c6e3
MR
8290 (next-selection-coding-system, Vselection_coding_system)
8291 (Vnext_selection_coding_system): Drop.
8292
82932008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8294
8295 * nsfns.m (do-applescript, do_applescript): Rename to
8296 ns-do-applescript, ns_do_applescript, and move within file.
8297
82982008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8299
8300 Remove support for Mac Carbon.
8301 * mactoolbox.c:
8302 * macterm.h:
8303 * macterm.c:
8304 * macselect.c:
8305 * macmenu.c:
8306 * macgui.h:
8307 * macfns.c:
8308 * mac.c: Remove file.
8309 * s/darwin.h:
8310 * m/intel386.h:
8311 * xfaces.c:
8312 * xdisp.c:
8313 * window.c:
8314 * tparam.c:
8315 * termhooks.h:
8316 * termcap.c:
8317 * term.c:
8318 * syssignal.h:
8319 * sysselect.h:
8320 * sysdep.c:
8321 * process.c:
8322 * lread.c:
8323 * lisp.h:
8324 * keyboard.c:
8325 * image.c:
8326 * fringe.c:
8327 * frame.h:
8328 * frame.c:
8329 * fontset.c:
8330 * font.h:
8331 * font.c:
8332 * fns.c:
8333 * fileio.c:
8334 * emacs.c:
8335 * dispnew.c:
8336 * dispextern.h:
8337 * config.in:
8338 * atimer.c:
2ae37cf0 8339 * Makefile.in: Remove code for Carbon.
aac0c6e3 8340
f0131492 83412008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
8342
8343 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
8344
83452008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8346
8347 * macterm.h (kCGBitmapByteOrder32Host): New define for
8348 non-universal SDKs.
8349
8350 * image.c (mac_create_cg_image_from_image, image_load_image_io)
8351 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8352
8353 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
8354 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8355
83562008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
8357
8358 * w32inevt.c: Include dispextern.h.
8359
83602008-07-26 Andreas Schwab <schwab@suse.de>
8361
8362 * print.c (print_object): Fix off-by-one in last change.
8363
83642008-07-25 Juanma Barranquero <lekktu@gmail.com>
8365
8366 * term.c (syms_of_term): Don't initialize default_orig_pair,
8367 default_set_foreground and default_set_background on Windows.
8368
83692008-07-25 Jason Rumney <jasonr@gnu.org>
8370
8371 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
8372 ScriptItemize. Clean up return value checking. Remove unused
8373 variables.
8374 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
8375 shaping engine.
8376
8377 * w32font.c (w32font_has_char): Handle the case where we can't
8378 determine the script for a character.
8379
83802008-07-25 Chong Yidong <cyd@stupidchicken.com>
8381
8382 * term.c (syms_of_term): Initialize default_orig_pair,
8383 default_set_foreground, and default_set_background.
8384
8385 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
8386 clash (bug#86).
8387 (getloadavg): Callers changed.
8388
8389 * image.c (svg_load_image): Fix last change.
8390 (svg_load_image): Use rsvg_handle_get_dimensions to check that
8391 image size is valid. Use g_object_unref instead of deprecated
8392 rsvg_handle_free to free rsvg handle.
8393 (x_from_xcolors): Don't initialize pixmap (silence compiler).
8394
83952008-07-25 Jason Rumney <jasonr@gnu.org>
8396
8397 * w32font.c (w32font_encode_char): Encode characters outside BMP as
8398 surrogates before looking up glyph index.
8399 (w32font_text_extents): Encode as surrogates if falling back to
8400 functions that need UTF-16 wide chars.
8401
8402 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8403 BMP as surrogates before looking up glyph index.
8404
84052008-07-25 Chong Yidong <cyd@stupidchicken.com>
8406
8407 * image.c (svg_load_image): Check for failure in return value of
8408 rsvg_handle_get_pixbuf. Free rsvg handle when done.
8409
84102008-07-25 Jason Rumney <jasonr@gnu.org>
8411
8412 * w32font.c (Fx_select_font): Reverse sense of second arg.
8413
84142008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8417 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8418
8419 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8420 (PURESIZE): Use it.
8421
84222008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8423
8424 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8425 * m/alpha.h (TEXT_END):
8426 * m/ibmrs6000.h (TEXT_END):
8427 * m/macppc.h (TEXT_END):
8428 * s/darwin.h (TEXT_END):
8429 * s/msdos.h (TEXT_END): Remove, unused.
8430 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8431 * s/cygwin.h: Remove comment.
8432
8433 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8434 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8435 * m/intel386.h (DOT_GLOBAL_START):
8436 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8437 (USG): Remove, file not used on USG platforms.
8438
8439 * Makefile.in (HAVE_X11): Remove empty #else.
8440
84412008-07-24 Andreas Schwab <schwab@suse.de>
8442
8443 * fileio.c (Finsert_file_contents): Properly adjust undo list
8444 after format conversion.
8445
84462008-07-24 Jan Djärv <jan.h.d@swipnet.se>
8447
8448 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8449 (menu_nav_ended): Remove.
8450 (create_menus): Remove signal connect for menu_nav_ended.
8451 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8452 create_menus.
8453 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8454
84552008-07-23 Jason Rumney <jasonr@gnu.org>
8456
8457 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8458 with opened font.
8459 (w32font_open): Set font type to gdi.
8460
8461 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8462
84632008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8464
8465 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8466 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8467 defines it.
8468 * unexec.c (ADDR_CORRECT): Define unconditionally.
8469
8470 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8471
8472 * unexec.c: Remove code depending on !COFF and USG, the file is
8473 not used for such systems.
8474
8475 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8476 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8477 (LD_SWITCH_SYSTEM_1): Remove, update users.
8478
8479 * s/darwin.h (DATA_END):
8480 * m/intel386.h (DATA_END):
8481 * m/ibmrs6000.h (DATA_END):
8482 * m/alpha.h (DATA_END): Remove, unused.
8483
8484 * config.in: Regenerate.
8485 * s/ms-w32.h (subprocesses): Define unconditionally.
8486 * s/template.h (subprocesses): Update comment.
8487 * s/vms.h (subprocesses):
8488 * s/usg5-4.h (subprocesses):
8489 * s/hpux10-20.h (subprocesses):
8490 * s/gnu-linux.h (subprocesses):
8491 * s/cygwin.h (subprocesses):
8492 * s/bsd-common.h (subprocesses):
8493 * s/aix4-2.h (subprocesses):
8494 * s/darwin.h (subprocesses): Do not define, defined by default now.
8495
8496 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8497 Remove all references.
8498 (temacs): Add GNUstep specific ld flags.
8499
8500 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8501 similarly to what X does.
8502
85032008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8504
8505 * nsfns.m (x-list-fonts): Remove.
8506 (syms_of_nsfns): Drop the x-list-fonts declaration.
8507 * nsterm.m: Get rid of remaining "//" comments.
8508
85092008-07-22 Chong Yidong <cyd@stupidchicken.com>
8510
8511 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8512
8513 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8514 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8515 (Fns_own_selection_internal, Fx_disown_selection_internal)
8516 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8517
8518 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8519 ... */' style of docstrings. Doc fixes.
8520
85212008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8522
8523 * terminfo.c (UP, BC, PC): Undo previous change.
8524
8525 * nsfns.m: Rename ns prefixed functions/variables to the
8526 corresponding x versions. Update references.
8527
85282008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8531
85322008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8533
8534 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8535 Remove forwarding functions.
8536 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8537 non-static.
8538 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8539 non-static.
8540 (ns_frame_parm_handlers): Use the new names.
8541 (syms_of_nsfns): Move to the end of file.
8542
8543 * nsterm.m (syms_of_nsterm): Move to the end of file.
8544
8545 * dispnew.c (init_display): Remove code for X10.
8546
85472008-07-22 Jason Rumney <jasonr@gnu.org>
8548
8549 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8550 bare drive.
8551
85522008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8553
8554 * nsterm.m (syms_of_nsterm): Remove debugging println.
8555
85562008-07-22 David Reitter <david.reitter@gmail.com>
8557
8558 * nsfns.m (do_applescript, F_do_applescript): NS version of the
8559 Carbon implementation of the same functionality: execute arbitrary
8560 AppleScript code.
8561
85622008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8563
8564 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8565 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8566 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8567 (Fx_display_mm_height, Fx_display_mm_width)
8568 (Fx_display_backing_store, Fx_display_visual_class)
8569 (Fx_display_save_under, Fx_open_connection)
8570 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8571 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8572 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8573 (Fx_display_pixel_width, Fx_display_pixel_height)
8574 (Fx_display_usable_bounds, Fx_display_planes)
8575 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8576 ... */' style of docstrings.
8577
85782008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8579
8580 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8581 on this platform.
8582 (mips):
8583 * m/iris4d.h (mips): Do not define.
8584 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8585
8586 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8587
8588 * image.c:
8589 * nsfns.m:
8590 * nsselect.m:
8591 * nsterm.h:
8592 * nsterm.m: Rename ns prefixed functions/variables to the
8593 corresponding x versions. Update references.
8594
8595 * m/ibms390x.h (NO_REMAP): Do not undefine.
8596
8597 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8598
85992008-07-21 Chong Yidong <cyd@stupidchicken.com>
8600
8601 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8602 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8603 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8604 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8605 (Fns_display_mm_height, Fns_display_mm_width)
8606 (Fns_display_backing_store, Fns_display_visual_class)
8607 (Fns_display_save_under, Fns_open_connection)
8608 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8609 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8610 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8611 (Fns_display_pixel_width, Fns_display_pixel_height)
8612 (Fns_display_usable_bounds, Fx_display_planes)
8613 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8614
86152008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
8616
8617 * print.c (print_object): Check print_depth before searching for
8618 circularities.
8619
86202008-07-21 Michael Albinus <michael.albinus@gmx.de>
8621
8622 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8623 only sprintf.
8624
86252008-07-21 Kenichi Handa <handa@m17n.org>
8626
8627 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8628
86292008-07-20 Andreas Schwab <schwab@suse.de>
8630
8631 * syntax.c (find_start_pos, find_start_value)
8632 (find_start_value_byte, find_start_begv, find_defun_start)
8633 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8634
86352008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8636
8637 * s/sol2-3.h: Insert contents of s/sol2.h.
8638 (LD_SWITCH_SYSTEM): Remove redundant definition.
8639 * s/sol2.h: Remove, unused.
8640
86412008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8642
8643 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8644
86452008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8646
8647 * Makefile.in (ns_appdir): Fix typo in find command.
8648
86492008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8650
8651 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8652
8653 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8654 added not supported anymore.
8655
8656 * s/usg5-4-2.h (LIBS_SYSTEM):
8657 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8658
8659 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8660 * s/lynxos.h (GETPGRP_NO_ARG):
8661 * s/hpux10-20.h (NO_SIOCTL_H):
8662 * s/gnu.h (GETPGRP_NO_ARG):
8663 * s/gnu-linux.h (NO_SIOCTL_H):
8664 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8665 * s/cygwin.h (GETPGRP_NO_ARG):
8666 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8667 (C_DEBUG_SWITCH): Remove duplicate definition.
8668
8669 * m/ibms390.h: Remove boilerplate comments.
8670
8671 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8672
8673 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8674 (wait_reading_process_output): Remove code for SunOS, platform not
8675 supported anymore. Use SOLARIS2 instead of sun.
8676
86772008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8678
8679 * font.c (font_open_by_name): Under NS, default lface height to zero.
8680 (font_open_for_lface): Under NS, set size based on frame fontsize.
8681 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8682 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8683
86842008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8685
8686 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8687 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8688 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8689 YES/NO.
8690 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8691 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8692 * Makefile.in (clean): Clear out build destination dir.
8693
86942008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8695
8696 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8697 xterm, xselect.
8698 * lisp.h: Remove declaration of hash_remove.
8699 * nsgui.h: Remove redefinitions of hash_remove.
8700 * fns.c (hash_remove): Rename to hash_remove_from_table.
8701
87022008-07-19 Seiji Zenitani <zenitani@mac.com>
8703
8704 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8705 strdup() the family UTF8String before modifying it.
8706
87072008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8708
8709 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8710 NS_FACE_BACKGROUND with 0 instead of nil.
8711 * nsfont.m (nsfont_draw): Same.
8712
87132008-07-19 Chong Yidong <cyd@stupidchicken.com>
8714
8715 * nsfns.m (ns_set_background_color): Fix crash.
8716
87172008-07-18 Chong Yidong <cyd@stupidchicken.com>
8718
8719 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8720
87212008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8722
8723 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8724
87252008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8726
8727 * gtkutil.c: Include <config.h> instead of "config.h".
8728
8729 * lisp.h (Foverlay_buffer): Add EXFUN.
8730
8731 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8732 child process to complete child_setup. Undo 2005-09-21 change.
8733
8734 * s/darwin.h: Mention setsid after vfork.
8735
87362008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8737
8738 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8739 Depend on macgui.h.
8740
8741 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8742 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8743
8744 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8745 and f19.
8746 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8747
8748 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8749 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8750 Remove enumerators.
8751
8752 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8753 Check if FACE_FROM_ID returns NULL.
8754
87552008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8756
8757 * w32inevt.c (change_frame_size): Remove extern declaration.
8758 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8759 change_frame_size.
8760
87612008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8762
8763 * getloadavg.c: Revert last change (2008-07-15).
8764
87652008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8766
8767 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 8768 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
8769 from configure.
8770
87712008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8772
8773 * s/sol2.h:
8774 * s/sol2-4.h: Reorganize conditionals.
8775
8776 * ecrt0.c: Remove code depending on m68000, not used anymore.
8777
8778 * fns.c (hash_remove): Make static.
8779 * lisp.h (hash_remove): Don't prototype.
8780
8781 * m/ibmrs6000.h:
8782 * m/ibms390x.h:
8783 * m/macppc.h: Remove boilerplate comments.
8784
8785 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8786 Solaris, which does not need them.
8787
8788 * m/vax.h: Remove comments about unsupported systems.
8789
8790 * s/darwin.h: Reorganize ifdefs.
8791
87922008-07-17 Andreas Schwab <schwab@suse.de>
8793
8794 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8795
87962008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 Use SDATA. Follow coding convention of placing operators at
8799 beginning of next line rather than end of previous line, and placing
8800 spaces around infix operators.
8801
8802 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8803 in case it was defined already.
8804 USE @GNUSTEP_MAKEFILES@ rather than envvars.
8805 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8806 ns_default.
8807 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8808 Lisp_Objects.
8809 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8810 (ns_defined_color, ns_color_to_lisp): Declare.
8811 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8812 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8813 it's accepted even with USE_LISP_UNION_TYPE.
8814 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8815 (update_frame_tool_bar): Remove apparently obsolete tests for
8816 non-integerness of f->tool_bar_lines.
8817 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8818 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8819 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8820 (nsfont_open): Don't confuse NULL for Qnil.
8821 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8822 * menu.h (find_and_call_menu_selection):
8823 * menu.c (find_and_call_menu_selection): Use just int for vector size.
8824 (find_and_return_menu_selection): Always return something.
8825 * frame.h: Include dispextern.h for Display_Info.
8826 (display_x_get_resource): Declare.
8827
88282008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8829
8830 * syntax.c: Remove stdio.h include accidentally introduced in
8831 Emacs.app commit.
8832 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8833 NS_IMPL_COCOA.
8834 * keyboard.c (handle_async_input, input_available_signal): Remove
8835 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8836
88372008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8840 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8841 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8842 Use SDATA.
8843
8844 * keymap.c: Remove all NS-specific code.
8845 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8846 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8847 where_is_preferred_modifier, return a different value depending on how
8848 preferred is the binding.
8849 (where_is_internal): Adjust accordingly.
8850 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8851 Adjust to new preferred_sequence_p.
8852 (syms_of_keymap): Declare `where-is-preferred-modifier'.
8853 * keyboard.c (parse_solitary_modifier): Not static any more.
8854 * keyboard.h (parse_solitary_modifier): Declare.
8855
88562008-07-16 Andreas Schwab <schwab@suse.de>
8857
8858 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8859 of easymenu.
8860
88612008-07-16 Chong Yidong <cyd@stupidchicken.com>
8862
8863 * xdisp.c (move_it_in_display_line): Account for word wrap, so
8864 that we don't move off the line.
8865
88662008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 * keyboard.c (Qsuper): Remove.
8869 (parse_menu_item): Don't call where_is_internal specially for NS.
8870
88712008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8872
8873 * s/gnu-linux.h: Remove boilerplate comments.
8874
8875 * m/alpha.h (__ELF__): Consolidate conditions.
8876
8877 * m/m68k.h (linux): Use GNU_LINUX instead.
8878 Remove boilerplate comments.
8879
8880 * m/intel386.h: Undo refactoring from previous change.
8881 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8882 too, remove dead code.
8883 (linux): Use GNU_LINUX instead.
8884
88852008-07-16 Jason Rumney <jasonr@gnu.org>
8886
8887 * w32gui.h: Repeat 26 June changes lost by last change.
8888
88892008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8890
8891 * systty.h: Remove code for Aix on 386, unsupported platform.
8892
8893 * s/ms-w32.h: Remove boilerplate comments.
8894 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8895
8896 * s/gnu-linux.h (TERM): Remove support.
8897 (HAVE_SYSVIPC): Remove, unused.
8898 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8899 for this system.
8900
8901 * process.c: Remove support for IRIS, unused.
8902 Remove support for TERM, not relevant anymore.
8903
8904 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8905 used with the definition.
8906
8907 * s/aix4-2.h (static): Do not undef.
8908
8909 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8910 only used on Aix.
8911 (HAVE_SYSVIPC): Remove, unused.
8912
8913 * m/hp800.h (CANNOT_DUMP): Do not undef.
8914
8915 * m/alpha.h: Fix comment.
8916
8917 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8918 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8919 used by this configuration.
8920 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8921 * unexec.c: Remove code depending on HPUX and
8922 USG_SHARED_LIBRARIES, not used with this file. Remove code
8923 depending on IRIS, unused. Remove if 0-ed code.
8924
8925 * s/template.h: Remove comments about static.
8926
8927 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8928 Remove if 0-ed code.
8929 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
8930 were the same as the default.
8931 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
8932 Remove boilerplate comments.
8933 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
8934 (HAVE_SYSVIPC): Remove, unused.
8935 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
8936
8937 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8938 Remove boilerplate comments.
8939 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8940 Remove boilerplate comments.
8941 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
8942 Remove boilerplate comments.
8943 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
8944
8945 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
8946 USG systems which do not use DATA_SEG_BITS.
8947 Refactor code. Remove boilerplate comments.
8948
8949 * m/ibms390.h:
8950 * m/m68k.h:
8951 * s/bsd-common.h:
8952 * s/cygwin.h:
8953 * s/darwin.h:
8954 * s/freebsd.h:
8955 * s/gnu.h:
8956 * s/msdos.h: Remove boilerplate comments.
8957
8958 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 8959 do not use this file.
aac0c6e3
MR
8960 (IRIS_4D): Remove, unused.
8961
8962 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 8963 do not use this file.
aac0c6e3
MR
8964 (SIGN_EXTEND_CHAR):
8965 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
8966 * unexmips.c: Remove file, unused.
8967
8968 * editfns.c (Fuser_full_name): Replace the only use of
8969 USER_FULL_NAME with its value.
8970 * config.in: Regenerate.
8971
89722008-07-16 David Reitter <david.reitter@gmail.com>
8973
8974 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
8975 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
8976
89772008-07-16 Glenn Morris <rgm@gnu.org>
8978
8979 * emacs.c (system-type): Doc fix.
8980
89812008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
8984 If the cache doesn't work, let's fix it, rather than work around it.
8985
89862008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8987
8988 * Makefile.in: Correct additions for nsfont.o in last commit.
8989 * nsfont.m: New file (forgot last commit).
8990
89912008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8992
8993 * callproc.c (set_initial_environment): Initialize
8994 Vprocess_environment under CANNOT_DUMP (fixes crash when
8995 batch-compiling for bootstrap).
8996
89972008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
8998 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8999
9000 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
9001 fix crash due to different init order.
9002
90032008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9004
9005 Changes and additions for NeXTstep windowing system (Cocoa and
9006 GNUstep) support.
9007
9008 * Makefile.in:
9009 * config.in: Support defines and build commands for NS port.
9010 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
9011 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
9012 * dispextern.h: Include nsgui.h and add needed typedefs under NS
9013 windowing.
9014 (struct face): Add synth_ital field.
9015 * dispnew.c: Include nsterm.h when compiling under NS windowing.
9016 (init_display): Initialize Vinitial_window_system to "ns" when so
9017 compiled.
9018 * emacs.c: Include GSConfig.h when compiling under GNUstep.
9019 (display_arg): Use under NS.
9020 (main): Under NS, allocate autorelease pool and handle command line
9021 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
9022 (standard_args): Add NS-specific args.
9023 (shut_down_emacs): Shut down NS terminal if compiled under NS.
9024 * font.c (DEFAULT_ENCODING): New variable.
9025 (font_find_for_lface): Use it.
9026 (syms_of_font): Load syms_of_nsfont under NS.
9027 * font.h: Declare nsfont_driver when compiled under NS.
9028 * fontset.c: When compiling under NS, include nsterm.h.
9029 (fontset_from_font): Autoconstruct fontset under NS.
9030 * frame.c (various): Under NS, include nsterm.h, add Qns window system
9031 symbol, document and use it.
9032 (do_switch_frame): When for_deletion under Cocoa, add
9033 Fraise_frame(Qnil).
9034 (x_set_frame_parameters): Ensure font attribute changes are picked up.
9035 (x_get_arg): Allow "yes" and "no" as boolean values.
9036 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
9037 Qright under Cocoa.
9038 (focus-follows-mouse): Default to 0 under NS.
9039 * frame.h (enum output_method): Add output_ns.
9040 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
9041 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
9042 (FRAME_WINDOW_P): NS-specific definition.
9043 * fringe.c (max_used_fringe_bitmap): Make public.
9044 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
9045 (getloadavg): Use NeXT code under descendant OS's.
9046 * image.c (includes and header section, x_create_bitmap_from_data)
9047 (x_create_bitmap_from_file, free_bitmap_record, image_background)
9048 (image_background_transparent, x_clear_image_1)
9049 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
9050 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
9051 (x_to_xcolors, x_from_xcolors, x_disable_image)
9052 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
9053 other GUIs, including XPM support using code originally written for
9054 Carbon GUI.
9055 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
9056 using NS API.
9057 (image_ascent): Use font metrics macros instead of direct struct field
9058 access.
9059 * keyboard.c (includes): Add nsterm.h when compiling under NS.
9060 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
9061 Also, handle NS as GTK for menu bar purposes.
9062 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
9063 toolkit where they differ.
9064 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
9065 use cachelist, still needed under NS.
9066 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
9067 (struct widget_value): Define it here for menu.c.
9068 * keymap.c (includes): Include modifier internals.
9069 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
9070 NS.
9071 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
9072 support for preferring sequences using certain modifiers, specified by
9073 the FIRSTONLY argument.
9074 * lisp.h (hash_remove): Rename to avoid name clash when compiling
9075 under NS GNUstep implementation.
9076 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
9077 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
9078 * menu.c: Include nsterm.h under NS.
9079 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
9080 (free_menubar_widget_tree_value, update_submenu_strings)
9081 (find_and_call_menu_selection): Treat NS as X and NT.
9082 (find_and_return_menu_selection): New function, used for popup menus.
9083 * nsgui.h:
9084 * nsterm.h:
9085 * nsfns.m:
9086 * nsimage.m:
9087 * nsmenu.m:
9088 * nsselect.m:
9089 * nsterm.m: New files.
9090 * process.c (wait_reading_process_output): Under NS, call ns_select()
9091 instead of plain select().
9092 * syntax.c (char_quoted): Under NS, avoid a crash when called near
9093 beginning of buffer.
9094 * sysselect.h (init_process): Rename when compiling under Cocoa to
9095 avoid name conflict.
9096 * termhooks.h (display_info): Add ns_display_info to union.
9097 * terminal.c (Fterminal_live_p): Add ns to terminal types.
9098 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
9099 COCOA environment.
9100 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
9101 unexec() signature. (Note, this will dump, but the resulting file
9102 crashes; unexosx is used instead; keeping around for reference and
9103 possible aid in getting dump working under GNUstep.)
9104 * w32gui.h (button_type, widget_value): Remove definitions (now in
9105 keyboard.h).
9106 * window.c: Include nsterm.h when compiling under NS.
9107 * xdisp.c (includes): Include nsterm.h when compiling under NS.
9108 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
9109 other GUI windowing systems.
9110 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
9111 GTK.
9112 (x_consider_frame_title): Under NS, set icon type and frame
9113 modified-state indicator; use ns_set_name_as_filename() when using
9114 formatted title.
9115 (update_window_cursor): Make public when compiling under NS.
9116 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
9117 (hourglass_atimer, Vhourglass_delay
9118 * xfaces.c (header section, init_frame_faces, clear_font_table)
9119 (defined_color, unload_color, x_face_list_fonts)
9120 (prepare_face_for_display): Add NS support parallel to other GUIs.
9121 Emulate GCs like other non-X GUIs.
9122 (split_font_name): Don't lowercase font name under NS.
9123 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
9124 under NS.
9125 * s/darwin.h: Add support for compilation under NS.
9126
91272008-07-15 Jason Rumney <jasonr@gnu.org>
9128
9129 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
9130 (w32_show_hourglass): Rename from show_hourglass.
9131 (w32_hide_hourglass): Rename from hide_hourglass.
9132 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
9133 (Vhourglass_delay): Declare extern.
9134 (hourglass_started): Remove.
9135
9136 * xdisp.c (Vhourglass_delay): Remove static.
9137 (hourglass_started, start_hourglass, cancel_hourglass):
9138 Don't include these versions on WINDOWSNT.
9139
91402008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9141
9142 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
9143 variables (formerly in xfns.c).
9144 (show_hourglass, hide_hourglass): New prototypes (same).
9145 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
9146 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
9147 in xfns.c).
9148 (syms_of_xdisp): Declare/initialize display-hourglass,
9149 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
9150 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
9151 formerly in xfns.c.
9152 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9153 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9154 (start_hourglass, cancel_hourglass): Remove.
9155 (show_hourglass, hide_hourglass): Remove prototypes and static
9156 modifiers.
9157 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
9158 hourglass_atimer, hourglass_shown_p declaration/initialization.
9159 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9160 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9161 (start_hourglass, cancel_hourglass): Remove.
9162 (show_hourglass, hide_hourglass): Remove prototypes and static
9163 modifiers.
9164 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
9165 hourglass_atimer, hourglass_shown_p declaration/initialization.
9166 * w32fns.c (display_hourglass_p, Vhourglass_delay)
9167 (DEFAULT_HOURGLASS_DELAY): Remove.
9168 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
9169 hourglass_shown_p declaration/initialization.
9170
91712008-07-14 Jason Rumney <jasonr@gnu.org>
9172
9173 * w32fns.c (w32_get_arg): Remove wrapper function.
9174 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
9175 directly.
9176 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
9177
91782008-07-14 Kenichi Handa <handa@m17n.org>
9179
9180 * xfont.c (xfont_open): Add workaround for X's bug.
9181
91822008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9183
9184 * fontset.c: Include <stdio.h> unconditionally.
9185
91862008-07-13 Michael Albinus <michael.albinus@gmx.de>
9187
9188 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
9189 for filtering.
9190
91912008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9192
9193 * s/vms.h: Use __GNUC__ instead of _GNUC_.
9194
9195 * m/macppc.h:
9196 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
9197
9198 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
9199 (SPECIAL_EMACS_INT):
9200 * m/ia64.h (SPECIAL_EMACS_INT):
9201 * m/amdx86-64.h (SPECIAL_EMACS_INT):
9202 * s/gnu.h (NLIST_STRUCT):
9203 * s/aix4-2.h (X11R5_INHIBIT_I18N):
9204 * s/gnu-linux.h (LINUX):
9205 * s/msdos.h (HAVE_FACES):
9206 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
9207
9208 * systty.h:
9209 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
9210 anymore.
9211
92122008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
9213
9214 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
9215 always defined as int.
9216
9217 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
9218 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
9219 * s/gnu-linux.h (HAVE_WAIT_HEADER):
9220 * s/freebsd.h (HAVE_WAIT_HEADER):
9221 * s/bsd-common.h (HAVE_UNION_WAIT):
9222 * s/aix4-2.h (HAVE_WAIT_HEADER):
9223 * m/mips.h (HAVE_UNION_WAIT):
9224 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
9225 (COFF, static): Do not define, they are undefined later in the file.
9226
9227 * process.c (update_status): Don't use a union.
9228 (status_convert):
9229 (sigchld_handler): Use int instead of WAITTYPE.
9230
92312008-07-12 Chong Yidong <cyd@stupidchicken.com>
9232
9233 * indent.c (Fvertical_motion): Restore hscroll before moving to
9234 goal column.
9235
92362008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9237
9238 * lisp.h: Remove left over code.
9239
92402008-07-11 Andreas Schwab <schwab@suse.de>
9241
9242 * lisp.h: Fix logic in last change.
9243
9244 * menu.h: New file.
9245 * menu.c: Include it.
9246 * xmenu.c: Likewise.
9247 * Makefile.in: Update dependencies.
9248
92492008-07-11 Kenichi Handa <handa@m17n.org>
9250
9251 * fontset.c (fontset_from_font): Cancel the previous change.
9252
92532008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9254
9255 * lisp.h:
9256 * w32heap.c:
9257 * emacs.c:
9258 * alloc.c: Replace all references of NO_UNION_TYPE with
9259 USE_LISP_UNION_TYPE.
9260
9261 * m/xtensa.h (NO_UNION_TYPE):
9262 * m/vax.h (NO_UNION_TYPE):
9263 * m/template.h (NO_UNION_TYPE):
9264 * m/sparc.h (NO_UNION_TYPE):
9265 * m/mips.h (NO_UNION_TYPE):
9266 * m/macppc.h (NO_UNION_TYPE):
9267 * m/m68k.h (NO_UNION_TYPE):
9268 * m/iris4d.h (NO_UNION_TYPE):
9269 * m/intel386.h (NO_UNION_TYPE):
9270 * m/ibms390x.h (NO_UNION_TYPE):
9271 * m/ibms390.h (NO_UNION_TYPE):
9272 * m/ibmrs6000.h (NO_UNION_TYPE):
9273 * m/ia64.h (NO_UNION_TYPE):
9274 * m/hp800.h (NO_UNION_TYPE):
9275 * m/arm.h (NO_UNION_TYPE):
9276 * m/amdx86-64.h (NO_UNION_TYPE):
9277 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
9278 defining it the same.
9279
92802008-07-10 Chong Yidong <cyd@stupidchicken.com>
9281
9282 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
9283
92842008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9285
9286 * fileio.c:
9287 * sysdep.c
9288 * systty.h:
9289 * m/ibmrs6000.h:
9290 * m/iris4d.h:
9291 * s/aix4-2.h:
9292 * s/freebsd.h:
9293 * s/gnu-linux.h:
9294 * s/hpux10-20.h:
9295 * s/hpux11.h:
9296 * s/netbsd.h:
9297 * s/sol2-3.h:
9298 * s/sol2-4.h:
9299 * s/sol2.h:
9300 * s/usg5-4.h:
9301 * s/vms.h: Remove references to unused variables.
9302
93032008-07-10 Andreas Schwab <schwab@suse.de>
9304
9305 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
9306 pattern before matching the generic family.
9307
93082008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9309
9310 * unexec.c:
9311 * s/vms.h:
9312 * s/usg5-4-2.h:
9313 * s/sol2-5.h:
9314 * s/freebsd.h:
9315 * s/darwin.h: Remove dead code.
9316
9317 * m/template.h:
9318 * m/sparc.h:
9319 * m/mips.h:
9320 * m/m68k.h:
9321 * m/iris4d.h:
9322 * m/intel386.h:
9323 * m/ibms390x.h:
9324 * m/ibms390.h:
9325 * m/ia64.h:
9326 * m/hp800.h:
9327 * m/arm.h:
9328 * m/amdx86-64.h: Remove dead code and references to unused
9329 and compiler defined symbols.
9330
9331 * unexmips.c:
9332 * unexelf.c: Remove references to desupported systems.
9333
9334 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
9335
9336 * m/powermac.h: Remove boilerplate comments.
9337 (NO_REMAP): Remove unused definition.
9338
9339 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
9340 define them.
9341
93422008-07-10 Kenichi Handa <handa@m17n.org>
9343
9344 * xfont.c (xfont_open): Log the reason of failure.
9345
93462008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * fontset.c (fontset_get_font_group):
9349 * font.c (font_check_otf): Specify argument types.
9350
93512008-07-09 Kenichi Handa <handa@m17n.org>
9352
9353 * coding.c (detect_coding_utf_8): Set detect_info->found only when
9354 non-ASCII char is found.
9355
9356 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
9357 (reorder_font_vector): Change the arg preferred_family to font.
9358 Prefer the spec matching with font.
9359 (fontset_get_font_group): New function.
9360 (fontset_find_font): Change the format of an element of a realized
9361 fontset. Use fontset_get_font_group.
9362 (fontset_font): Try the current fontset, the default fontset, the
9363 fallbacks of the current fontset, and the fallbacks of the default
9364 fontset in this order.
9365 (face_for_char): Delete the shortcut to use the current font.
9366 (fontset_from_font): Don't set fonts for Latin in the fontset.
9367
9368 * font.h (font_make_object, font_match_p): Adjust prototypes.
9369
9370 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
9371
9372 * font.c (font_make_object): New arg entity and pixelsize.
9373 (font_check_otf_features, font_check_otf): New functions.
9374 (font_match_p): Check :lang, :script, and :otf properties.
9375
9376 * xfont.c (xfont_open): Adjust it for the change of
9377 font_make_object.
9378 (xfont_text_extents): Fix initial setting of metrics.
9379
9380 * ftfont.c (struct ftfont_info): New member index, delete member
9381 fc_charset_idx. Make the member order compatible with struct
9382 xftfont_info.
9383 (fc_charset_table): Change charset names to registry names.
9384 (ftfont_pattern_entity): Delete the args registry and
9385 fc_charset_idx. Change the value of :font-entity property
9386 to (FONTNAME . INDEX). Always set :registry property to
9387 `iso10646-1'.
9388 (struct ftfont_cache_data): New struct.
9389 (ftfont_lookup_cache): New arg for_face.
9390 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
9391 (ftfont_driver): Set the member otf_capability.
9392 (ftfont_get_charset): Adjust it for the change of
9393 fc_charset_table.
9394 (OTF_TAG_SYM): New macro.
9395 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
9396 for the change of fc_charset_table.
9397 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
9398 ftfont_pattern_entity. Add FC_INDEX to objset.
9399 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
9400 and ftfont_pattern_entity.
9401 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
9402 font_make_object, struct ftfont_info.
9403 (ftfont_has_char): Use ftfont_get_fc_charset.
9404 (ftfont_otf_features, ftfont_otf_capability): New functions.
9405 (ftfont_shape): Use ftfont_get_otf.
9406 (ftfont_text_extents): Fix initial setting of metrics.
9407
9408 * xftfont.c (struct xftfont_info): New member ft_size. Make the
9409 member order compatible with struct ftfont_info.
9410 (xftfont_open): Add FC_CHARSET to the pattern. Set
9411 xftfont_info->ft_size. Don't unlock the face. Check BDF
9412 properties if appropriate.
9413 (xftfont_close): Unlock the face.
9414 (xftfont_anchor_point, xftfont_shape): Deleted.
9415 (syms_of_xftfont): Don't set members anchor_point and shape of
9416 xftfont_driver.
9417
9418 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9419 font_make_object.
9420
9421 * w32font.c (w32font_open): Adjust it for the change of
9422 font_make_object.
9423 (w32font_open_internal): Don't set properties of font_object here.
9424
94252008-07-08 Chong Yidong <cyd@stupidchicken.com>
9426
9427 * macfns.c (x_create_tip_frame):
9428 * w32fns.c (x_create_tip_frame):
9429 * xfns.c (x_create_tip_frame): Pass parameter argument to
9430 face-set-after-frame-default.
9431
9432 * xfaces.c (Finternal_merge_in_global_face): Save merged
9433 attributes for the default face back into the face vector.
9434
94352008-07-08 Andreas Schwab <schwab@suse.de>
9436
9437 * fontset.h: Declare fontset_from_font. Don't declare
9438 new_fontset_from_font and fontset_from_font_name.
9439 * xterm.c: Include "fontset.h".
9440 * Makefile.in (xterm.o): Update dependencies.
9441
94422008-07-08 Glenn Morris <rgm@gnu.org>
9443
9444 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
9445 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9446
94472008-07-07 Chong Yidong <cyd@stupidchicken.com>
9448
9449 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9450 (x_set_frame_parameters): Don't bind it.
9451
94522008-07-07 Juanma Barranquero <lekktu@gmail.com>
9453
9454 * w32fns.c (map_w32_filename): Declare extern.
9455
94562008-07-07 Jason Rumney <jasonr@gnu.org>
9457
9458 * w32term.c (WS_EX_LAYERED): Define if not already.
9459
94602008-07-06 Chong Yidong <cyd@stupidchicken.com>
9461
9462 * xfaces.c (set_font_frame_param): Don't try to set the font
9463 parameter if it is still unspecified in the lface.
9464
94652008-07-05 Chong Yidong <cyd@stupidchicken.com>
9466
9467 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9468 face if it didn't already exist.
9469
9470 * xdisp.c (try_window_id): Give up if word-wrapping is on.
9471
94722008-07-05 Andreas Schwab <schwab@suse.de>
9473
9474 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9475
94762008-07-05 Chong Yidong <cyd@stupidchicken.com>
9477
9478 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9479 word-wrapping.
9480 (IT_DISPLAYING_WHITESPACE): New macro.
9481 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9482 when word-wrapping. Simplify word-wrapping logic. Use correct
9483 pixel positions when saving copies of the iterator.
9484 (display_line): Use proper wrap point if the last character on a
9485 line was preceded by whitespace.
9486
94872008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9488
9489 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9490
94912008-07-04 Kenichi Handa <handa@m17n.org>
9492
9493 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9494
9495 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9496
94972008-07-02 Jason Rumney <jasonr@gnu.org>
9498
9499 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 9500 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
9501
9502 * xdisp.c (next_element_from_display_vector): Move assignment out
9503 of if statement.
9504
95052008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9506
9507 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9508
9509 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9510 (syms_of_fileio): Initialize and export them.
9511 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9512
9513 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9514 (Fsystem_move_file_to_trash): New function.
9515 (syms_of_w32fns): Export it to lisp.
9516
95172008-07-01 Jason Rumney <jasonr@gnu.org>
9518
9519 * w32font.c (w32font_text_extents): Don't count overhang as part
9520 of width.
9521
95222008-06-30 Miles Bader <miles@gnu.org>
9523
9524 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9525 Add `avoid_cursor_p' field.
9526
9527 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9528 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9529 (append_glyph, append_composite_glyph, produce_image_glyph)
9530 (append_stretch_glyph): Initialize avoid_cursor_p.
9531 (get_it_property): Rename from `get_line_height_property'.
9532 (x_produce_glyphs): Use get_it_property.
9533 (handle_line_prefix, push_display_prop): New functions.
9534 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9535 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9536 New variables.
9537 (syms_of_xdisp): Initialize them.
9538
95392008-06-30 Kenichi Handa <handa@m17n.org>
9540
9541 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9542 XftDefaultSubstitute (they are called in XftFontMatch).
9543 (xftfont_open): Fix args to ftfont_font_format.
9544
9545 * ftfont.c (fc_charset_table): New member lang.
9546 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 9547 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
9548 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9549 (ftfont_open): Fix args to ftfont_font_format.
9550 (ftfont_font_format): New arg filename.
9551
95522008-06-30 Chong Yidong <cyd@stupidchicken.com>
9553
9554 * xfaces.c (Finternal_merge_in_global_face): If default face was
9555 modified, realize it again. Update the font face attribute.
9556
95572008-06-29 Jason Rumney <jasonr@gnu.org>
9558
9559 * w32term.c (x_set_frame_alpha): Fix logic.
9560
95612008-06-29 Kenichi Handa <handa@m17n.org>
9562
9563 * fontset.c (Finternal_char_font): Return font-object instead of
9564 font-name.
9565
9566 * composite.c (get_composition_id): Fix the width calculation for TAB.
9567
95682008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * indent.c (Fvertical_motion): Properly handle float column arg.
9571
95722008-06-28 Jason Rumney <jasonr@gnu.org>
9573
9574 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9575 (pfnSetLayeredWindowAttributes): New function pointer.
9576 (w32_initialize): Initialize it when supported.
9577 (x_set_frame_alpha): New function.
9578
9579 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9580 (w32_frame_parm_handlers): Set alpha handler.
9581
9582 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9583
95842008-06-27 Jason Rumney <jasonr@gnu.org>
9585
9586 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9587 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9588 (w32_to_x_charset, x_to_w32_charset)
9589 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9590 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9591 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9592 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9593 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9594 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9595 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9596 (Qw32_charset_unicode): Remove.
9597 (syms_of_w32fns): Update for above changes.
9598
9599 * w32font.c (w32_to_x_charset, x_to_w32_charset)
9600 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9601 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9602 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9603 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9604 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9605 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9606 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9607 (syms_of_w32font): Update for above changes.
9608
96092008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
9610
9611 * s/usg5-4.h: Fix previous change: keep the correct branch of a
9612 removed #if.
9613 (USG_SHARED_LIBRARIES): Remove duplicate definition.
9614
96152008-06-26 Juanma Barranquero <lekktu@gmail.com>
9616 Eli Zaretskii <eliz@gnu.org>
9617
9618 * makefile.w32-in (LOCAL_FLAGS):
9619 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9620
9621 * sysdep.c (_spawnlp, _getpid):
9622 Declare with explicit _cdecl instead of _CRTAPI1.
9623
9624 * editfns.c (Fget_internal_run_time):
9625 Check for WINDOWSNT with #ifdef, not #if.
9626
96272008-06-26 Jason Rumney <jasonr@gnu.org>
9628
9629 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9630
9631 * w32term.c (x_draw_glyph_string_foreground)
9632 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9633 Use FONT_HANDLE macro.
9634 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9635
9636 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9637 (uniscribe_encode_char): Use FONT_HANDLE macro.
9638
9639 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9640 (w32font_text_extents): Use precast w32_font.
9641 (w32font_close): Free cached metrics.
9642 (w32font_open_internal): Allocate space for name on stack.
9643
96442008-06-26 Chong Yidong <cyd@stupidchicken.com>
9645
9646 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9647
96482008-06-26 Jason Rumney <jasonr@gnu.org>
9649
9650 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9651 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9652
96532008-06-26 Juanma Barranquero <lekktu@gmail.com>
9654
9655 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9656
96572008-06-26 Jason Rumney <jasonr@gnu.org>
9658
9659 * w32bdf.c, w32bdf.h: Remove obsolete files.
9660
9661 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9662
9663 * w32gui.h: Don't include w32bdf.h.
9664 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9665 Remove obsolete font support.
9666
9667 * w32font.h (struct w32font_info): Remove compat_w32_font.
9668 Add hfont member.
9669 (FONT_COMPAT): Remove obsolete macro.
9670
9671 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9672 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9673 (w32font_open_internal): Remove compat code. Set new hfont member.
9674 (Fx_select_font): Use new hfont member.
9675
9676 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9677 (uniscribe_encode_char): Use new hfont member.
9678
9679 * w32term.c (x_draw_glyph_string_foreground)
9680 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9681 (x_draw_glyph_string): Use metrics in w32font_info.
9682
96832008-06-26 Kenichi Handa <handa@m17n.org>
9684
9685 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9686
96872008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9688
9689 * unexnext.c:
9690 * m/ews4800.h:
9691 * m/hp9000s300.h:
9692 * m/ibm370aix.h:
9693 * m/mips-siemens.h:
9694 * m/ncr386.h:
9695 * m/next.h:
9696 * m/pmax.h:
9697 * m/powerpcle.h:
9698 * m/tandem-s2.h:
9699 * s/386bsd.h:
9700 * s/bsd386.h:
9701 * s/bsd4-1.h:
9702 * s/bsd4-2.h:
9703 * s/bsdos2-1.h:
9704 * s/bsdos2.h:
9705 * s/bsdos3.h:
9706 * s/bsdos4.h:
9707 * s/nextstep.h:
9708 * s/ultrix4-3.h:
9709 * s/usg5-0.h:
9710 * s/usg5-2-2.h:
9711 * s/usg5-2.h:
9712 * s/usg5-4-3.h:
9713 * s/ux4800.h:
9714 * s/uxpds.h:
9715 * s/uxpv.h: Remove support for obsolete systems.
9716 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 9717 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
9718 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9719 Remove, insert contents in s/aix4-2.h.
9720 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9721 * s/bsd4-3.h: Rename to ...
9722 * s/bsd-common.h: ... this.
9723 * data.c:
9724 * doc.c:
9725 * ecrt0.c:
9726 * emacs.c:
9727 * fileio.c:
9728 * floatfns.c:
9729 * keyboard.c:
9730 * mem-limits.h:
9731 * print.c:
9732 * process.c:
9733 * sysdep.c:
9734 * syssignal.h:
9735 * systty.h:
9736 * syswait.h:
9737 * term.c:
9738 * unexec.c:
9739 * unexelf.c:
9740 * unexhp9k800.c:
9741 * m/hp800.h:
9742 * m/ibmrs6000.h:
9743 * m/mips.h:
9744 * m/vax.h:
9745 * s/darwin.h:
9746 * s/freebsd.h:
9747 * s/gnu.h:
9748 * s/ms-w32.h:
9749 * s/msdos.h:
9750 * s/netbsd.h:
9751 * s/template.h: Remove references to obsolete variables.
9752
9753 * Makefile.in: Add dependencies for all unexec files.
9754 (admindir): Remove unused variable.
9755 (UNEXEC_SRC): Remove references.
9756
97572008-06-25 Chong Yidong <cyd@stupidchicken.com>
9758
9759 * xfns.c (x_default_font_parameter): If Xft is available, first
9760 try Monospace-12 for the default font.
9761
97622008-06-25 Jason Rumney <jasonr@gnu.org>
9763
9764 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9765
97662008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9767
9768 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9769
9770 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9771
97722008-06-25 Juanma Barranquero <lekktu@gmail.com>
9773
9774 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9775 <scroll-conservatively>: Fix typo in docstring.
9776
9777 * xselect.c (Fx_send_client_event): Doc fix.
9778
97792008-06-25 Kenichi Handa <handa@m17n.org>
9780
9781 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9782
9783 * font.c (font_parse_fcname): Remove unused variables.
9784 (font_sort_entites): Delete the arg SPEC. Caller changed.
9785 Fix for the case of ! best_only.
9786 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9787
9788 * lisp.h (Fstring_to_unibyte): EXFUN it.
9789
9790 * character.h (str_to_unibyte): Extern it.
9791
9792 * character.c (str_to_unibyte): New function.
9793
9794 * fns.c (Fstring_to_unibyte): New function.
9795 (syms_of_fns): Defsubr it.
9796
97972008-06-24 Kenichi Handa <handa@m17n.org>
9798
9799 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9800 DPI too.
9801 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9802
98032008-06-24 Andreas Schwab <schwab@suse.de>
9804
9805 * Makefile.in (${lispsource}loaddefs.el): Rename from
9806 ../lisp/loaddefs.el.
9807 (bootstrap-clean): Do what distclean does but don't remove
9808 Makefile.
9809 (distclean): Depend on bootstrap-clean and remove Makefile.
9810
98112008-06-24 Chong Yidong <cyd@stupidchicken.com>
9812
9813 * buffer.h (struct buffer): New member word_wrap.
9814
9815 * buffer.c (syms_of_buffer): New variables default-word-wrap and
9816 word-wrap.
9817 (init_buffer_once): Initialize them.
9818
9819 * dispextern.h (struct it): Replace bool truncate_lines_p with a
9820 line_wrap enum possessing three possible values.
9821
9822 * termopts.h: Replace truncate_partial_width_windows with
9823 Vtruncate_partial_width_windows.
9824
9825 * dispnew.c (direct_output_for_insert): Avoid direct output when
9826 inserting a space with word wrap on.
9827
9828 * indent.c (compute_motion): Obey integer values of
9829 truncate-partial-width-windows.
9830
9831 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9832 replacing truncate_partial_width_windows.
9833 (init_iterator): If Vtruncate_partial_width_windows is an integer,
9834 truncate only if the window width is below that integer.
9835 (start_display, resize_mini_window, produce_stretch_glyph)
9836 (display_string, move_it_in_display_line_to): Use line_wrap.
9837 (back_to_previous_visible_line_start, reseat_1): Reset
9838 string_from_display_prop_p.
9839 (display_line): Extend default face to end of line when wrapping.
9840
98412008-06-24 Kim F. Storm <storm@cua.dk>
9842
9843 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9844 to wrap continued lines at word boundaries.
9845
98462008-06-24 Jason Rumney <jasonr@gnu.org>
9847
9848 * font.c (Ffont_face_attributes): Multiply pixel size before point
9849 conversion to avoid multiplying rounding error.
9850
98512008-06-23 Jason Rumney <jasonr@gnu.org>
9852
9853 * w32term.c (x_draw_glyph_string_background)
9854 (x_draw_glyph_string): Remove old bdf font code.
9855
9856 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9857
98582008-06-22 Kenichi Handa <handa@m17n.org>
9859
9860 * font.c (font_find_for_lface): Try the adstyle specified in
9861 the property of LFACE_FONT of LFACE (if any).
9862
98632008-06-21 Seiji Zenitani <zenitani@mac.com>
9864 Ryo Yoshitake <ryo@shiftmode.net>
9865
9866 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9867
98682008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9871 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9872 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9873 (witness-emacs): Remove.
9874 (lisp, shortlisp): Move loaddefs.el earlier.
9875 (mostlyclean): Forget about witness-emacs.
9876
98772008-06-22 Glenn Morris <rgm@gnu.org>
9878
9879 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9880 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9881
98822008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * Makefile.in (PRECOMP): Remove.
9885 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9886 (witness-emacs): Run `compile-first'.
9887 (.el.elc): Use the new compile-onefile target.
9888
98892008-06-21 Kenichi Handa <handa@m17n.org>
9890
9891 * xftfont.c (xftfont_open): Handle QCembolden only when
9892 FC_EMBOLDEN is defined.
9893
98942008-06-21 Andreas Schwab <schwab@suse.de>
9895
9896 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9897 (.el.elc): Likewise.
9898
98992008-06-21 Miles Bader <miles@gnu.org>
9900
9901 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9902 build dir, not the lisp source dir.
9903
99042008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9905
9906 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9907 (bootstrapclean): Remove.
9908 (.el.elc): New rule.
9909 (PRECOMP): New var.
9910 (../lisp/subdirs.el): Remove.
9911 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9912 (witness-emacs): New target.
9913 (mostlyclean): Remove witness-emacs as well.
9914 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9915 Add witness-emacs dependency.
9916
99172008-06-20 Chong Yidong <cyd@stupidchicken.com>
9918
9919 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9920 defined by the font.
9921
99222008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9925 (bootstrap-clean): New target that keeps TAGS around.
9926 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9927 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9928
99292008-06-20 Jason Rumney <jasonr@gnu.org>
9930
9931 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
9932 Remove obsolete font code.
9933
9934 * w32font.c (font_matches_spec): Use csb bitfield from font signature
9935 to determine language support.
9936
99372008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * sysdep.c (cfsetspeed): New fun extracted from the code.
9940 (cfmakeraw): Move before first use.
9941
99422008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
9943
9944 * sysdep.c (cfmakeraw): Provide fallback implementation.
9945 (serial_configure): Provide fallback implementation of cfsetspeed.
9946
99472008-06-20 Kenichi Handa <handa@m17n.org>
9948
9949 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
9950 the pattern.
9951
9952 * fontset.c (fontset_from_font): Copy font_spec before changing
9953 the elements.
9954
9955 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
9956
99572008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
9960 for explicit `font' parameters.
9961
9962 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
9963
99642008-06-19 Kenichi Handa <handa@m17n.org>
9965
9966 * frame.c: Include <ctype.h>.
9967 (x_set_font_backend): Allow spacing characters in the X resource
9968 for FontBackend.
9969
99702008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9971
9972 * w32fns.c, xfns.c (Qfont_param): New var.
9973 (syms_of_w32fns): Initialize it.
9974 (x_default_font_parameter): Record explicit `font' into
9975 `font-parameter'.
9976
99772008-06-18 Kenichi Handa <handa@m17n.org>
9978
9979 * font.c (font_parse_xlfd): Fix previous change.
9980 (font_parse_fcname): Don't use :fc-unknown-spec.
9981 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
9982 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
9983 (font_add_log): Prepend the driver name to the resulting fonts.
9984
9985 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
9986 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
9987 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
9988
9989 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
9990 (QCembolden): New variables.
9991 (syms_of_xftfont): DEFSYM them.
9992 (xftfont_open): Call XftFontMatch. Don't trust the result of
9993 XftTextExtents8 if the pixel_size is less than 5.
9994
99952008-06-18 Andreas Schwab <schwab@suse.de>
9996
9997 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
9998 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
9999
100002008-06-18 Jason Rumney <jasonr@gnu.org>
10001
10002 * w32font.c (w32font_list, w32font_match): Add logging.
10003
10004 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
10005
100062008-06-17 Chong Yidong <cyd@stupidchicken.com>
10007
10008 * font.c (font_parse_fcname): Store divider characters for
10009 unknown-spec list. For known key symbols, intern using correct
10010 symbol name.
10011
100122008-06-17 Kenichi Handa <handa@m17n.org>
10013
10014 * xfaces.c (realize_default_face): If the frame is not on window
10015 system, set the fontset of face to nil.
10016
100172008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10018
10019 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
10020
100212008-06-16 Juanma Barranquero <lekktu@gmail.com>
10022
10023 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
10024 (build_font_name_from_vector): Delete externs.
10025
10026 * xfaces.c (struct font_name): Don't declare.
10027
100282008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
10031
100322008-06-16 Chong Yidong <cyd@stupidchicken.com>
10033
10034 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
10035
100362008-06-16 Juanma Barranquero <lekktu@gmail.com>
10037
10038 * font.c (Ffont_spec): Fix usage in docstring.
10039 (Ffont_face_attributes): Doc fix.
10040
100412008-06-16 Andreas Schwab <schwab@suse.de>
10042
10043 * font.c (Ffont_face_attributes): Fix definition.
10044
100452008-06-16 Jason Rumney <jasonr@gnu.org>
10046
10047 * font.h (font_style_symbolic_from_value): Remove.
10048
10049 * font.c (font_style_symbolic_from_value): Remove.
10050 (font_style_symbolic): Revert to pre 2008-06-13 version.
10051
10052 * w32font.c (w32_to_fc_weight): New function.
10053 (w32font_full_name, logfont_to_fcname): Use it.
10054
100552008-06-16 Kenichi Handa <handa@m17n.org>
10056
10057 * font.c (font_check_object): Delete it.
10058 (font_clear_cache): Check if a font-object is alive.
10059 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
10060 font-object to nil.
10061 (font_close_object): Don't check FONT_CLOSE_OBJECT.
10062 (font_at): Don't call font_check_object.
10063 (Ffont_get): Return a symbol for :weight, :slant, and :width.
10064
100652008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10066
10067 * puresize.h (BASE_PURESIZE): Increase to 1230000.
10068
100692008-06-16 Chong Yidong <cyd@stupidchicken.com>
10070
10071 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
10072
100732008-06-15 Chong Yidong <cyd@stupidchicken.com>
10074
10075 * font.c (font_parse_fcname): Only one decimal point.
10076 (font_unparse_fcname): Handle data in family and foundry indices
10077 as symbols, not strings.
10078 (font_unparse_gtkname, Ffont_face_attributes): New functions.
10079
10080 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
10081
10082 * font.h (font_unparse_gtkname): Add prototype.
10083
100842008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10085
10086 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
10087
100882008-06-15 Andreas Schwab <schwab@suse.de>
10089
10090 * font.c (font_update_drivers): Fix crash when no drivers match.
10091
100922008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
10095 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
10096
100972008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10098
10099 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
10100
101012008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * process.c (Fserial_process_configure, Fprocess_send_eof):
10104 Use EQ to compare Lisp_Objects.
10105
101062008-06-13 Jason Rumney <jasonr@gnu.org>
10107
10108 * w32fns.c (Fw32_select_font): Remove old font API function.
10109
10110 * w32font.c (logfont_to_fcname): New function.
10111 (Fx_select_font): New font dialog function compatible with
10112 GTK/fontconfig version.
10113
10114 * font.c (font_style_symbolic_from_value): New function.
10115 (font_style_symbolic): Use it.
10116
10117 * font.h (font_style_symbolic_from_value): Declare new function.
10118
101192008-06-13 Juanma Barranquero <lekktu@gmail.com>
10120
10121 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
10122 <font-width-table>: Fix typos in docstrings.
10123
101242008-06-13 Daniel Engeler <engeler@gmail.com>
10125
10126 These changes add serial port access.
10127 * process.c: Add HAVE_SERIAL.
10128 (Fdelete_process, Fprocess_status, Fset_process_buffer)
10129 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
10130 (list_processes_1, select_wrapper, Fstop_process)
10131 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
10132 (status_notify): Modify to handle serial processes.
10133 [HAVE_SERIAL] (Fserial_process_configure)
10134 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
10135 New functions.
10136 * process.h (struct Lisp_Process): Add `type'.
10137 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
10138 New functions.
10139 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
10140 serial ports.
b71ac3dd 10141 (serial_open, serial_configure): New functions.
aac0c6e3
MR
10142 * w32.h: Add FILE_SERIAL.
10143 (struct _child_process): Add ovl_read, ovl_write.
10144
101452008-06-13 Kenichi Handa <handa@m17n.org>
10146
10147 * dispextern.h (enum lface_attribute_index): New member
10148 LFACE_FOUNDRY_INDEX.
10149
10150 * font.c (font_score): Delete arg alternate_families. Check only
10151 weight, slant, width, and size. Ignore the difference of alias
10152 style symbols.
10153 (font_sort_entites): Adjust for the above change. Reflect the
10154 order of font-driver to scores.
10155 (font_list_entities): Don't check alternate_familes here.
10156 (font_clear_prop): Handle foundry.
10157 (font_update_lface): Don't parse "foundry-family" form here.
10158 Handle FONT_FOUNDRY_INDEX.
10159 (font_find_for_lface): Likewise. Handle alternate families here.
10160 If registry is nil, try iso8859-1 and ascii-0.
10161 (font_open_for_lface): Pay attention to size in ENTITY.
10162 (font_open_by_name): Simplify by calling font_load_for_lface.
10163 (free_font_driver_list): Delete it.
10164 (font_update_drivers): Preserve the order of backends.
10165 (syms_of_font): Setting of sort_shift_bits adjusted for the change
10166 of font_score and font_sort_entites.
10167 (font_update_sort_order): Likewise.
10168
10169 * xfaces.c (LFACE_FOUNDRY): New macro.
10170 (check_lface_attrs): Check foundry.
10171 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
10172 (merge_face_vectors): Check foundry.
10173 (merge_face_ref): Likewise.
10174 (Finternal_set_lisp_face_attribute): Likewise.
10175 (x_update_menu_appearance): Likewise.
10176 (Finternal_get_lisp_face_attribute): Likewise.
10177 (lface_hash): Likewise.
10178 (lface_same_font_attributes_p): Likewise.
10179 (x_supports_face_attributes_p): Likewise.
10180 (tty_supports_face_attributes_p): Likewise.
10181 (Finternal_set_alternative_font_family_alist): Intern strings.
10182 (Finternal_set_alternative_font_registry_alist): Downcase strings.
10183 (realize_default_face): Set LFACE_FOUNDRY (lface).
10184
10185 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
10186 font-driver at first.
10187
10188 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
10189
101902008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10191
10192 * lread.c (Fload): Use xfree, not free on saved_doc_string.
10193
101942008-06-12 Jim Meyering <meyering@redhat.com>
10195
10196 Make unexec_free handle NULL the same way free does.
10197 * unexmacosx.c (unexec_free): Ignore a NULL argument.
10198
101992008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * character.h (CHAR_TO_BYTE_SAFE): New macro.
10202 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
10203 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
10204 (WEAK_ALIAS): Simplify.
10205 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
10206 when searching a unibyte buffer.
10207
102082008-06-12 Chong Yidong <cyd@stupidchicken.com>
10209
10210 * xfns.c (Fx_select_font): Rename from x-font-dialog.
10211
102122008-06-12 Juanma Barranquero <lekktu@gmail.com>
10213
10214 * w32font.c: Include ctype.h.
10215
102162008-06-11 Jason Rumney <jasonr@gnu.org>
10217
10218 * w32font.c (w32font_encode_char): Detect missing glyphs that are
10219 misreported as space.
10220 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
10221 as aliases for registry iso10646-1.
10222
102232008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10224
10225 * buffer.c (clone_per_buffer_values): Skip `name'.
10226
102272008-06-11 Chong Yidong <cyd@stupidchicken.com>
10228
10229 * font.c (font_parse_fcname): Fix last change; accept decimal
10230 points in font size.
10231
102322008-06-10 Jason Rumney <jasonr@gnu.org>
10233
10234 * w32uniscribe.c (add_opentype_font_name_to_list):
10235 Skip non unicode fonts.
10236
102372008-06-10 Chong Yidong <cyd@stupidchicken.com>
10238
10239 * xfns.c (Fx_font_dialog): New function.
10240
10241 * gtkutil.c (xg_dialog_response_cb): Rename from
10242 xg_file_response_callback.
10243 (pop_down_dialog): Rename from pop_down_file_dialog.
10244 (xg_get_file_name): Callers changed.
10245 (xg_get_font_name): New function.
10246
10247 * gtkutil.h (xg_get_font_name): Insert prototype.
10248
102492008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
10252 x_underline_minimum_display_offset.
10253 (syms_of_xdisp): Declare it here rather than in xterm.c.
10254 * dispextern.h (underline_minimum_offset): Declare it.
10255 * w32term.c (x_draw_glyph_string): Use it.
10256 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
10257 (syms_of_xterm): Don't declare it any more.
10258 (x_draw_glyph_string): Adjust to the new name.
10259
8719abec 102602008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
10261
10262 * xterm.c (x_underline_minimum_display_offset): New var.
10263 (x_draw_glyph_string): Use it.
10264 (syms_of_xterm): Declare it.
10265
102662008-06-10 Chong Yidong <cyd@stupidchicken.com>
10267
10268 * font.c (font_parse_fcname): Accept GTK-style font names too.
10269
102702008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * dired.c (file_name_completion): Don't return t if the match is exact
10273 but with different capitalization.
10274 * minibuf.c (Ftry_completion): Simplify.
10275
10276 * window.c (Vwindow_point_insertion_type): New var.
10277 (set_window_buffer): Use it.
10278 (syms_of_window): Init and export it to Lisp.
10279
102802008-06-10 Kenichi Handa <handa@m17n.org>
10281
10282 * font.h (font_intern_prop): Prototype adjusted.
10283
10284 * font.c (font_intern_prop): New arg force_symbol.
10285 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
10286 Adjust for the change of font_intern_prop.
10287
10288 * ftfont.c (ftfont_pattern_entity):
10289 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
10290 (w32_registry):
10291 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
10292 the change of font_intern_prop.
10293
102942008-06-09 Juanma Barranquero <lekktu@gmail.com>
10295
10296 * w32menu.c (digest_single_submenu): Declare extern.
10297
102982008-06-09 Jason Rumney <jasonr@gnu.org>
10299
10300 * w32term.c (x_make_frame_visible): Use alternate restore flags.
10301
10302 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
10303 (parse_single_submenu): Remove.
10304 (digest_single_submenu): Remove.
10305 (syms_of_w32menu): Don't initialise variables that have moved
10306 to menu.c.
10307 (set_frame_menubar): Sync with version in xmenu.c.
10308 (w32_menu_show): Sync with xmenu_show in xmenu.c.
10309
10310 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
10311 Make static again.
10312
103132008-06-09 Jason Rumney <jasonr@gnu.org>
10314
10315 Changes to w32 files related to the move of common menu code
10316 to menu.c on 2008-06-08 by Chong Yidong.
10317
10318 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
10319 defs to w32gui.h.
10320 (single_keymap_panes, push_menu_item, push_menu_pane):
10321 Make globally visible.
10322
10323 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
10324 (local_free, malloc_widget_value, free_widget_value)
10325 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
10326 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
10327 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
10328 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
10329 (menu_items, menu_items_allocated, menu_items_used)
10330 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
10331 (init_menu_items, finish_menu_items, discard_menu_items)
10332 (grow_menu_items, push_submenu_start, push_submenu_end)
10333 (push_left_right_boundary, push_menu_pane, push_menu_item)
10334 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
10335 (free_menubar_widget_tree_value, parse_single_submenu)
10336 (update_submenu_strings): Remove functions.
10337 (xmalloc_widget_value): Remove and declare extern.
10338
10339 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
10340 (OBJ1): Build it.
10341
10342 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
10343 (local_heap, local_alloc, local_free, malloc_widget_value)
10344 (free_widget_value): Define here.
10345
103462008-06-09 Kenichi Handa <handa@m17n.org>
10347
10348 * font.h (Qascii_0): Extern it.
10349
10350 * font.c (Qascii_0): New variable.
10351 (syms_of_font): DEFSYM it.
10352 (font_open_by_name): If the registry "iso8859-1" fails, try also
10353 "ascii-0".
10354
10355 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
10356
103572008-06-08 Kenichi Handa <handa@m17n.org>
10358
10359 * .gdbinit (xfont): New command.
10360
103612008-06-08 Andreas Schwab <schwab@suse.de>
10362
10363 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
10364 * Makefile.in (menu.o): Update dependencies.
10365
10366 * Makefile.in (obj): Always add menu.o.
10367 * emacs.c (main): Always call syms_of_menu.
10368 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
10369
103702008-06-08 Chong Yidong <cyd@stupidchicken.com>
10371
10372 * Makefile.in: Compile menu.c.
10373
10374 * lisp.h: Declare syms_of_menu.
10375
10376 * emacs.c (main): Call syms_of_menu.
10377
10378 * keyboard.h: Relocate platform-independent menu definitions from
10379 xmenu.c.
10380
10381 * menu.c: New file. Relocate platform-independent menu
10382 definitions from xmenu.c. Suggested by Adrian Robert.
10383
10384 * xmenu.c: Remove platform-independent menu definitions.
10385 (menu_items menu_items_inuse, menu_items_allocated)
10386 (menu_items_used, menu_items_n_panes)
10387 (menu_items_submenu_depth): Move to keyboard.h.
10388 (init_menu_items, finish_menu_items, unuse_menu_items)
10389 (discard_menu_items, restore_menu_items, save_menu_items)
10390 (grow_menu_items, push_submenu_start, push_submenu_end)
10391 (push_left_right_boundary, push_menu_pane, push_menu_item)
10392 (keymap_panes, single_keymap_panes, single_menu_item)
10393 (list_of_panes, list_of_items, find_and_call_menu_selection)
10394 (xmalloc_widget_value, free_menubar_widget_value_tree)
10395 (parse_single_submenu, digest_single_submenu)
10396 (update_submenu_strings): Move to menu.c.
10397
103982008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
10401
104022008-06-06 Miles Bader <miles@gnu.org>
10403
10404 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10405 face, not frame default.
10406
104072008-06-05 Martin Rudalics <rudalics@gmx.at>
10408
10409 * window.c (pop_up_windows, pop_up_frames)
10410 (display_buffer_reuse_frames, Vpop_up_frame_function)
10411 (Vdisplay_buffer_function, Veven_window_heights)
10412 (Vspecial_display_buffer_names, Vspecial_display_regexps)
10413 (Vspecial_display_function, Vsame_window_buffer_names)
10414 (Vsame_window_regexps, split_height_threshold)
10415 (Vsplit_window_preferred_function): Move those vars to window.el.
10416 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10417 (Fdisplay_buffer): Move those functions to window.el.
10418 (syms_of_window): Remove corresponding declarations.
10419 (display_buffer): New function.
10420 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10421 * dispnew.c (Flast_nonminibuf_frame): New function.
10422 * buffer.c (Fpop_to_buffer): Move to window.el.
10423
104242008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10425
10426 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10427
104282008-06-05 Kenichi Handa <handa@m17n.org>
10429
10430 * coding.c (detect_coding): Fix previous change.
10431 (detect_coding_system): Likewise.
10432
104332008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10434
10435 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10436
10437 * keymap.c (Vminibuffer_local_filename_must_match_map):
10438 Rename from Vminibuffer_local_must_match_filename_map.
10439 (syms_of_keymap):
10440 * minibuf.c (Fcompleting_read): Adjust accordingly.
10441 * commands.h: Rename declaration as well.
10442
104432008-06-05 Kenichi Handa <handa@m17n.org>
10444
10445 * font.c (Ffont_spec): Don't use font_parse_family_registry for
10446 family name.
10447 (Ffont_put): Likewise.
10448
10449 * fontset.c (fontset_find_font): Call font_open_for_lface with the
10450 current font-spec.
10451
10452 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10453 is unspecified.
10454
10455 * xfaces.c (realize_x_face): If the font-related face attributes
10456 are the same as those of default face, realize a new fontset from
10457 default->fontset.
10458 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10459
104602008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10461
10462 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10463 (move_it_in_display_line): New wrapper.
10464
10465 * window.c (window_scroll_pixel_based_preserve_x)
10466 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10467 (window_scroll_pixel_based, window_scroll_line_based):
10468 Use them to preserve column positions.
10469 (syms_of_window): Initialize them.
10470
10471 * indent.c (Fvertical_motion): Extend first arg to allow passing an
10472 (HPOS . VPOS) pair.
10473
10474 * dispextern.h (move_it_in_display_line): Declare.
10475
104762008-06-05 Juanma Barranquero <lekktu@gmail.com>
10477
10478 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10479 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
10480 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
10481
104822008-06-04 Juanma Barranquero <lekktu@gmail.com>
10483
10484 * window.c (Fset_window_parameter): Doc fix.
10485 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10486
104872008-06-04 Joakim Verona <joakim@verona.se>
10488
10489 * window.h (struct window): Add new member window_parameters.
10490
10491 * window.c (Fwindow_parameters, Fwindow_parameter)
10492 (Fset_window_parameter): New defuns.
10493 (syms_of_window): Defsubr the new defuns.
10494 (make_window): Initialize window_parameters to nil.
10495
104962008-06-04 John Paul Wallington <jpw@pobox.com>
10497
10498 * eval.c (Fdefmacro): Doc fix.
10499
105002008-06-04 Kenichi Handa <handa@m17n.org>
10501
10502 * coding.c (detect_coding): Fix handling of coding->head_ascii.
10503 Be sure to call setup_coding_system when we find a proper coding system.
10504 (detect_coding_system): Fix handling of coding->head_ascii.
10505
105062008-06-03 Andreas Schwab <schwab@suse.de>
10507
10508 * font.c (font_prop_validate_spacing): Fix last change.
10509
105102008-06-03 Kenichi Handa <handa@m17n.org>
10511
10512 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10513 (font_parse_fcname): Fix handling of unknown key.
10514
10515 * xfont.c (xfont_list): Try an alias.
10516
10517 * charset.c (char_charset): Return NULL if the arg charset_list is
10518 specified and C doesn't belong to any of them.
10519
105202008-06-02 Chip Coldwell <coldwell@redhat.com>
10521
10522 * font.c (font_pixel_size): Don't take cdr of an integer.
10523
105242008-06-02 Jim Meyering <meyering@redhat.com>
10525
10526 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10527 * alloc.c (xfree): Return right away for a NULL arg.
10528 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10529 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10530 * mac.c (create_apple_event_from_event_ref): Likewise.
10531 (create_apple_event_from_drag_ref, cfstring_create_normalized):
10532 Likewise.
10533 * doprnt.c (doprnt1): Likewise.
10534 * frame.c (frame): Likewise.
10535 * keyboard.c (wipe_kboard): Likewise.
10536 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10537 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10538 * term.c (tty_default_color_capabilities, maybe_fatal)
10539 (delete_tty): Likewise.
10540 * w16select.c (string): Likewise.
10541 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10542 * w32bdf.c (w32_free_bdf_font): Likewise.
10543 * w32fns.c (w32_unload_font): Likewise.
10544 * w32font.c (w32font_close): Likewise.
10545 * window.c (size_window): Likewise.
10546 * xselect.c (receive_incremental_selection): Likewise.
10547 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10548 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10549 * w32.c (stat): Likewise.
10550
10551 Remove useless if-before-free tests.
10552 * editfns.c (Fset_time_zone_rule): Likewise.
10553 * lread.c (nosuffix): Likewise.
10554 * ralloc.c (get_bloc): Likewise.
10555 * regex.c (reg_free): Likewise.
10556 * xftfont.c (xftfont_open, xftfont_close): Likewise.
10557 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10558 * xsmfns.c (smc_save_yourself_CB): Likewise.
10559
105602008-06-02 Kenichi Handa <handa@m17n.org>
10561
10562 * font.c (font_find_for_lface): Handle float font size.
10563 (font_open_for_lface): Likewise.
10564
10565 * xfaces.c (x_supports_face_attributes_p): Check face->font before
10566 comparing the properties.
10567
105682008-06-01 Jason Rumney <jasonr@gnu.org>
10569
10570 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10571 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10572 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10573 Don't add empty script list.
10574 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10575
105762008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10577
10578 * Makefile.in (dot, dotdot): Remove, update users.
10579 ".." has been used elsewhere in the file for a long time.
10580 (LIBXT_STATIC): Remove conditional based on unused variable.
10581
105822008-06-01 Miles Bader <miles@gnu.org>
10583
10584 * xfaces.c (Vface_remapping_alist): New variable.
10585 (syms_of_xfaces): Initialize it.
10586 (enum named_merge_point_kind): New type.
10587 (struct named_merge_point): Add `named_merge_point_kind' field.
10588 (push_named_merge_point): Make cycle detection respect different
10589 named-merge-point kinds.
10590 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10591 Remove face-name alias resolution.
10592 (lface_from_face_name): New definition using
10593 `lface_from_face_name_no_resolve'.
10594 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10595 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10596 (get_lface_attributes): New definition that layers face-remapping on
10597 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
10598 (lookup_basic_face): New function.
10599 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10600 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10601 `get_lface_attributes'.
10602 (face_at_buffer_position): Use `lookup_basic_face' to lookup
10603 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
10604 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10605
10606 * xdisp.c (init_iterator): Pass base_face_id through
10607 `lookup_basic_face' when we actually use it as a face-id.
10608 (handle_single_display_prop): Use `lookup_basic_face' to lookup
10609 DEFAULT_FACE_ID.
10610
10611 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10612 lookup the initial face-id.
10613
10614 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10615
106162008-06-01 Juanma Barranquero <lekktu@gmail.com>
10617
10618 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10619 (Fremove_text_properties): Fix typos in docstrings.
10620
106212008-05-31 Kenichi Handa <handa@m17n.org>
10622
10623 * font.c (font_list_entities): Fix the car part of data to be
10624 stored in the cache.
10625
10626 * ftfont.c (ftfont_font_format): Don't use strcasestr.
10627
106282008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10631 Add a `test' argument so another predicate than `equal' can be used.
10632 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10633 (map_char_table): Remove unused vars `c' and `i'.
10634 * lisp.h (Foptimize_char_table): Adjust declaration.
10635 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10636
106372008-05-30 Kenichi Handa <handa@m17n.org>
10638
10639 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10640 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10641 defined.
10642
106432008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10644
10645 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10646 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10647 frame-local settings for the same variable.
10648
106492008-05-30 Kenichi Handa <handa@m17n.org>
10650
10651 * fontset.c (Ffont_info): Move to font.c.
10652 (syms_of_fontset): Delete defsubr of Sfont_info.
10653
10654 * font.c (font_style_to_value, font_score): Delete casting of the
10655 args to xstcasecmp.
10656 (register_font_driver): Increment num_font_drivers only when
10657 registering the driver globally.
10658 (Ffont_info): Move from fontset.c. Handle a font object too.
10659 (syms_of_font): Defsubr Sfont_info.
10660
106612008-05-29 Kenichi Handa <handa@m17n.org>
10662
10663 * coding.h (enum define_coding_utf8_arg_index): New enum.
10664 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10665 coding_attr_utf_bom.
10666 (enum utf_bom_type): Rename from utf_16_bom_type.
10667 (struct utf_16_spec): Adjust for the above change.
10668 (struct coding_system): Add utf_8_bom in `spec' union.
10669
10670 * coding.c (CODING_UTF_8_BOM): New macro.
10671 (enum coding_category): Delete coding_category_utf_8, add
10672 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10673 coding_category_utf_8_sig.
10674 (CATEGORY_MASK_UTF_8): Delete it.
10675 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10676 (CATEGORY_MASK_UTF_8_SIG): New macros.
10677 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10678 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10679 CATEGORY_MASK_UTF_8_SIG.
10680 (CATEGORY_MASK_UTF_8): New macro.
10681 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10682 (detect_coding_utf_8): Check BOM.
10683 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10684 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10685 (encode_coding_utf_16): Likewise.
10686 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10687 (detect_coding, detect_coding_system): Handle utf-8-auto.
10688 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10689 (syms_of_coding): Fix setting up of Vcoding_category_table.
10690
106912008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10692
10693 * process.c (Faccept_process_output): If `millisec' is non-nil,
10694 `seconds' default to 0.
10695 (wait_reading_process_output): Also return non-nil if we read output
10696 from a non-running process.
10697
106982008-05-29 Jason Rumney <jasonr@gnu.org>
10699
10700 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10701 `raster' specified.
10702 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10703 in the uniscribe backend, but disallow any font that has no
10704 unicode subrange support.
10705
107062008-05-29 Juanma Barranquero <lekktu@gmail.com>
10707
10708 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10709 Fix typos in docstrings.
10710
107112008-05-29 Kenichi Handa <handa@m17n.org>
10712
10713 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10714 (Fx_family_fonts): Set frame correctly.
10715
107162008-05-28 Jason Rumney <jasonr@gnu.org>
10717
10718 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10719
107202008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10721
10722 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10723 calling build_annotations.
10724
107252008-05-28 Juanma Barranquero <lekktu@gmail.com>
10726
10727 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10728 (Fencode_coding_string):
10729 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10730 <latin-extra-code-table>: Fix typos in docstrings.
10731 (syms_of_coding) <coding-system-alist>: Doc fix.
10732 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10733
107342008-05-28 Kenichi Handa <handa@m17n.org>
10735
10736 * fontset.c (Ffont_info): Don't call font_close_object.
10737
10738 * font.c (font_parse_family_registry): Use Ffont_put to validate
10739 foundry and family.
10740 (font_delete_unmatched): Don't check spacing.
10741 (font_list_entities): Add spacing to the spec to list fonts.
10742
10743 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10744 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10745
10746 * coding.c (encode_coding_raw_text): Fix previous change.
10747 (encode_coding_object): When the dst_object is a buffer and is
10748 different from src_object, move gap to PT.
10749
107502008-05-27 Chong Yidong <cyd@stupidchicken.com>
10751
10752 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10753
107542008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10755
10756 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10757 all branches. Compute it differently.
10758
10759 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10760
107612008-05-27 Juanma Barranquero <lekktu@gmail.com>
10762
10763 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10764 into "else if () ... else ...".
10765
107662008-05-27 Jason Rumney <jasonr@gnu.org>
10767
10768 * w32font.c (w32font_open_internal): Determine if glyph indices
10769 are likely to work here.
10770
107712008-05-27 Chong Yidong <cyd@stupidchicken.com>
10772
10773 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10774 draw overlap glyphs with appropriate highlighting.
10775
107762008-05-27 Kenichi Handa <handa@m17n.org>
10777
10778 * xfont.c (xfont_open): Fix calculation of font->average_width.
10779
107802008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10781
10782 * casefiddle.c (casify_object): Try to guess better whether the
10783 argument is a byte or a char.
10784
107852008-05-26 Andreas Schwab <schwab@suse.de>
10786
10787 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10788 Always send multiples of format size.
10789
10790 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10791
107922008-05-26 Jason Rumney <jasonr@gnu.org>
10793
10794 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10795 (compute_metrics): Don't set failure if we just cleared the cache.
10796 (w32_weight_table): Remove unused variable.
10797 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10798 backwards compatibility.
10799
108002008-05-25 Kenichi Handa <handa@m17n.org>
10801
10802 * w32term.c (x_draw_glyph_string):
10803 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10804
10805 * xfaces.c: Delete unused function prototypes.
10806 (xstrlwr, font_frame): Delete them.
10807 (clear_face_cache): Delete unused variable.
10808
10809 * xftfont.c (xftfont_open): Delete unused variable.
10810 If underline_thickness is not 1, adjust underline_position.
10811
10812 * ftxfont.c (ftxfont_open): Delete unused variable.
10813
10814 * fontset.c (face_for_char): Optimize for the case of no charset
10815 property.
10816
10817 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10818 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10819 (otf_open, font_otf_capability, generate_otf_features)
10820 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10821 Comment out by surrounding "#if 0" and "#endif" for the moment.
10822 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10823 (syms_of_font): Codes for accessing above commented out.
10824
108252008-05-24 Eli Zaretskii <eliz@gnu.org>
10826
10827 * w32proc.c: Include dispextern.h.
10828
10829 * w32.c: Include dispextern.h.
10830
108312008-05-23 Juanma Barranquero <lekktu@gmail.com>
10832
10833 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10834 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10835 Fix typos in docstrings.
10836
108372008-05-23 Jason Rumney <jasonr@gnu.org>
10838
10839 * xsmfns.c: Remove includes that are already included by config.h.
10840
108412008-05-23 Kenichi Handa <handa@m17n.org>
10842
10843 * charset.c (Qemacs, charset_emacs): New variables.
10844 (char_charset): Fix for non-Unicode characters.
10845 (syms_of_charset): Define charset_emacs.
10846
10847 * w32term.c (x_draw_glyph_string): Be sure to update
10848 s->underline_thickness and s->underline_position. Be sure to draw
10849 underline within the current line area.
10850
10851 * xterm.c (x_draw_glyph_string): Be sure to update
10852 s->underline_thickness and s->underline_position. Be sure to draw
10853 underline within the current line area.
10854
10855 * fontset.c: Delete unused variables and add casting for char *
10856 throughout the file.
10857 (fontset_font): Try the fallback fonts of the current fontset
10858 before consulting the default fontset.
10859
10860 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10861
10862 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10863
108642008-05-22 Jason Rumney <jasonr@gnu.org>
10865
10866 * font.c: Don't include strings.h.
10867
10868 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10869
10870 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10871 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10872 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10873 to call xstrcasecmp.
10874
10875 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10876
10877 * fontset.c (fs_query_fontset): Use xstrcasecmp.
10878
10879 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10880
10881 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10882
108832008-05-22 Kenichi Handa <handa@m17n.org>
10884
10885 * puresize.h (BASE_PURESIZE): Increase to 1220000.
10886
10887 * font.c (font_prop_validate_style): Adjust for the format
10888 change of font_style_table.
10889
10890 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10891 two args.
10892
10893 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10894 two args.
10895
108962008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10897
10898 * minibuf.c (keys_of_minibuf): Delete.
10899 * lisp.h (keys_of_minibuf): Delete.
10900 * emacs.c (main): Don't call keys_of_minibuf.
10901
109022008-05-22 Kenichi Handa <handa@m17n.org>
10903
10904 * ftfont.c (ftfont_resolve_generic_family): Rename from
10905 ftfont_list_generic_family. Return a single family for each
10906 generic family.
10907 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10908 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10909 Call font_add_log.
10910 (ftfont_match): Call font_add_log.
10911
10912 * font.h (Ffont_xlfd_name): EXFUN adjusted.
10913 (FONT_DEBUG): Define it.
10914 (font_add_log): Extern it.
10915 (font_assert): Rename from xassert.
10916
10917 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10918 (xfont_list_family): Call font_add_log.
10919 (xfont_match): Likewise.
10920 (memq_no_quit): Delete.
10921
10922 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10923 call of Ffont_xlfd_name.
10924
10925 * xfaces.c (struct table_entry, slant_table, weight_table)
10926 (swidth_table): Move to font.c.
10927
10928 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
10929 xassert are changed to font_assert. Delete many unused variables.
10930 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
10931 New variables.
10932 (struct table_entry): Move from xfaces.c and modified.
10933 (weight_table, slant_table, width_table): Move from xfaces.c and
10934 contents adjusted for the change of struct table_entry.
10935 (font_style_to_value, font_style_symbolic): Adjust for the
10936 format change of font_style_table.
10937 (font_parse_family_registry): Don't overwrite existing foundry and
10938 family of font_spec.
10939 (font_score): Fix calculation of diff for sizes.
10940 (font_sort_entites): Call font_add_log.
10941 (font_delete_unmatched): Return a newly created list.
10942 (font_list_entities): Fix previous change. Call font_add_log.
10943 (font_matching_entity, font_open_entity, font_close_entity):
10944 Call font_add_log.
10945 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
10946 (Finternal_set_font_style_table): Delete.
10947 (BUILD_STYLE_TABLE): New macro.
10948 (build_style_table): New function.
10949 (Vfont_log, font_log_env_checked): New variables.
10950 (font_add_log): New function.
10951 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
10952 Declare Lisp variables "font-weight-table", "font-slant-table",
10953 "font-width-table", and "font-log". Initialize font_style_table.
10954
109552008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
10956
10957 * xterm.c (x_set_frame_alpha): Move declarations before statements.
10958
109592008-05-21 Seiji Zenitani <zenitani@mac.com>
10960 Ryo Yoshitake <ryo@shiftmode.net>
10961
10962 * frame.c (Qalpha): Add a new frame parameter `alpha'.
10963 (Vframe_alpha_lower_limit): New variable.
10964 (x_set_alpha): New function.
10965
10966 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
10967
10968 * xfns.c (x-create-frame, Qalpha):
10969 Initialize the frame parameter `alpha'.
10970 * xterm.c (OPAQUE, OPACITY): New.
10971 (x_set_frame_alpha): New function.
10972 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
10973
10974 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
10975 * w32fns.c (w32_frame_parm_handlers): Likewise.
10976
109772008-05-20 Jason Rumney <jasonr@gnu.org>
10978
10979 * w32font.c (add_font_entity_to_list): Don't add non-opentype
10980 truetype fonts to opentype list.
10981
109822008-05-20 Juanma Barranquero <lekktu@gmail.com>
10983
10984 * fontset.c (Ffontset_info): Doc fix.
10985 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
10986 <ignore-relative-composition>: Fix typos in docstrings.
10987
10988 * font.c (syms-of-font) <font-encoding-alist>:
10989 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
10990 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
10991 (Ffont_otf_alternates): Doc fixes.
10992
109932008-05-20 Kenichi Handa <handa@m17n.org>
10994
10995 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
10996 font.h through out the file.
10997 (FONT_DRIVERS): Rename from FONTOBJ.
10998 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
10999 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
11000
11001 * emacs.c (main): Call syms_of_font unconditionally.
11002
11003 * font.h (find_font_encoding): Extern it.
11004
11005 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
11006 fontset.c.
194d44e7 11007 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
11008 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
11009 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
11010 only when HAVE_WINDOW_SYSTEM is defined.
11011 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
11012 when HAVE_WINDOW_SYSTEM is defined.
11013
11014 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
11015 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
11016
11017 * xfaces.c: Include font.h unconditionally.
11018 (merge_face_ref, merge_face_vectors)
11019 (Finternal_set_lisp_face_attribute): Cancel the previous change.
11020
110212008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11022
11023 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
11024 indirect_variable.
11025 * eval.c (lisp_indirect_variable): New fun.
11026 (Fuser_variable_p): Use it.
11027
110282008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * lisp.h (indirect_variable):
11031 * data.c (indirect_variable, let_shadows_buffer_binding_p):
11032 Use Lisp_Symbol pointers rather than Lisp_Object.
11033 Adjust callers.
11034 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
11035 To this end, change calling-convention.
11036
11037 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
11038 if some non-hidden buffers are selected by string&pred.
11039
110402008-05-19 Chong Yidong <cyd@stupidchicken.com>
11041
11042 * process.c (wait_reading_process_output): Always check status
11043 when in batch mode.
11044
110452008-05-19 Kenichi Handa <handa@m17n.org>
11046
11047 * font.c (font_list_entities): Fix handling of cache.
11048 (font_matching_entity): Likewise.
11049
11050 * ftfont.c (cs_iso8859_1): Delete.
11051 (ft_face_cache): New variable.
11052 (struct ftfont_info): New member fc_charset_idx.
11053 (ftfont_build_basic_charsets): Delete.
11054 (fc_charset_table): New variable.
11055 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
11056 . FC_CHARSET_IDX) as :font-entity property in the font entity.
11057 Callers changed.
11058 (ftfont_lookup_cache, ftfont_get_charset): New functions.
11059 (ftfont_spec_pattern): New argument fc_charset_idx.
11060 Check registry more rigidly. Change callers.
11061 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
11062 change of :font-entity property of the font.
11063
11064 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
11065 property of the font.
11066
110672008-05-18 Juanma Barranquero <lekktu@gmail.com>
11068
11069 * coding.c (Fcoding_system_p): Rename argument to match docstring.
11070 (Funencodable_char_position, Fcheck_coding_systems_region)
11071 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
11072 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
11073 (Ffind_operation_coding_system, Fset_coding_system_priority)
11074 (Fcoding_system_eol_type): Doc fixes.
11075
110762008-05-17 Glenn Morris <rgm@gnu.org>
11077
11078 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
11079
110802008-05-16 Eli Zaretskii <eliz@gnu.org>
11081
11082 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
11083 and st_gid.
11084
11085 * frame.c (Fdelete_frame): Don't call font_update_drivers if
11086 HAVE_WINDOW_SYSTEM is not defined.
11087
11088 * xfaces.c (merge_face_ref, merge_face_vectors)
11089 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
11090 HAVE_WINDOW_SYSTEM is defined.
11091 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
11092
110932008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11094
11095 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
11096
110972008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11098
11099 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
11100
111012008-05-15 Kenichi Handa <handa@m17n.org>
11102
11103 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
11104 preference.
11105
111062008-05-15 Glenn Morris <rgm@gnu.org>
11107
11108 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
11109
111102008-05-15 Chong Yidong <cyd@stupidchicken.com>
11111
11112 * fns.c (init_fns): Don't initialize weak_hash_tables here.
11113 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
11114
11115 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
11116
111172008-05-15 Kenichi Handa <handa@m17n.org>
11118
11119 * ftfont.c (ftfont_list): Downcase family name to check generic
11120 families.
11121
11122 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
11123 font-spec for QCfont value.
11124
11125 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
11126 buffer. Check the return value of it.
11127
111282008-05-14 Jason Rumney <jasonr@gnu.org>
11129
11130 * w32term.c (w32_get_glyph_overhangs): Remove.
11131 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
11132
111332008-05-14 Kenichi Handa <handa@m17n.org>
11134
11135 * font.c (font_prop_validate): Make nil a valid value.
11136 (font_clear_cache): Check if the cached vector of entities is nil
11137 or not.
11138
111392008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11140
11141 * emacs.c (main_thread): Conditionalize on
11142 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11143 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
11144
11145 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
11146 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
11147 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11148
111492008-05-14 Kenichi Handa <handa@m17n.org>
11150
11151 * coding.c (detect_coding_iso_2022): Ignore a coding category that
11152 has no corresponding coding system.
11153
111542008-05-14 Jason Rumney <jasonr@gnu.org>
11155
11156 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
11157
11158 * w32font.h (w32font_open_internal): Update declaration.
11159
11160 * w32font.c (w32font_open_internal): Change last argument from
11161 w32font_info struct to font object. Fill in font object from
11162 font_entity. Get Outline metrics if possible. Use them to
11163 calculate underline position and thickness. Use xlfd name as name
11164 property. Don't set codepage.
11165 (w32font_open): Pass font_object to w32font_open_internal. Don't
11166 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
11167 (w32font_draw): Use s->font.
11168 (clear_cached_metrics): Don't clear non-existent blocks.
11169
11170 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
11171 font was not found.
11172 (x_draw_glyph_string): Use underline position and thickness from font.
11173
11174 * w32uniscribe.c (uniscribe_open): Pass font_object to
11175 w32font_open_internal.
11176
111772008-05-14 Kenichi Handa <handa@m17n.org>
11178
11179 These changes are to delete all legacy font-handling codes, and
11180 make Emacs use only font-backends.
11181
11182 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
11183 (frame.o, image.o, print.o): Depend on $(FONTSRC).
11184
11185 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
11186
11187 * charset.h (Vcharset_non_preferred_head)
11188 (Vcurrent_iso639_language): Extern them.
11189
11190 * charset.c (Vcharset_non_preferred_head): New variable.
11191 (Vcurrent_iso639_language): New variable.
11192 (syms_of_charset): Declare it as a Lisp variable.
11193 (char_charset): Don't check non preferred charsets. As a last
11194 resort, return charset_unicode.
11195 (Fset_charset_priority): Update Vcharset_non_preferred_head.
11196
11197 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
11198 conditionals. Don't check enable_font_backend. Delete all codes
11199 used only when USE_FONT_BACKEND is not defined.
11200
11201 * dispextern.h (struct glyph_string): Change type of `font' to
11202 `struct font *'.
11203 (struct glyph_string): New member underline_position and
11204 underline_thickness.
11205 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
11206 (struct face): Change type of `font' to `struct font *'. Remove
11207 members `font_name', `font_info_id'.
11208 (per_char_metric, encode_char): Delete externs.
11209 (calc_pixel_width_or_height): Adjust the prototype.
11210
11211 * emacs.c (enable_font_backend): Delete extern.
11212 (main): Don't set enable_font_backend. Don't check the command
11213 line argument "-disable-font-backend".
11214
11215 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
11216 (enum font_property_index): New members FONT_DPI_INDEX,
11217 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
11218 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
11219 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
11220 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
11221 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
11222 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
11223 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
11224 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
11225 (struct font_spec, struct font_entity): New structs.
11226 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
11227 (struct font): Many members from old "struct font_info" moved to
11228 here. Members font and entity deleted.
11229 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
11230 the new font-related objects.
11231 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
11232 (CHECK_FONT_GET_OBJECT): Likewise.
11233 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
11234 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
11235 (struct font_driver): New members case_sensitive anc check. Type
11236 of the member list and open changed.
11237 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
11238 (font_symbolic_width, font_find_object, font_get_spec)
11239 (font_set_lface_from_name): Delete extern.
11240 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
11241
11242 * font.c: Include <strings.h>.
11243 (enable_font_backend): Delete it.
11244 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
11245 (CHECK_VALIDATE_FONT_SPEC): Delete it.
11246 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
11247 (null_string): Delete it.
11248 (null_vector): Make it static.
11249 (font_family_alist): Delete it.
11250 (Qnormal): Extern it.
11251 (QCextra, QClanguage): Delete it.
11252 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
11253 (font_make_spec, font_make_entity, font_make_object)
11254 (font_intern_prop): Renamed from intern_downcase. Don't downcase
11255 the string. Callers changed.
11256 (font_pixel_size): Adjusted for the format change of font-related
11257 objects.
11258 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
11259 (font_style_to_value, font_style_symbolic): New function.
11260 (build_font_family_alist): Delete it.
11261 (font_registry_charsets): Use Fassoc_string instead of
11262 assq_no_quit.
11263 (font_prop_validate_symbol): Don't return null_string.
11264 (font_prop_validate_style): Adjusted for the change of
11265 style-related values in a font vector.
11266 (font_property_table): Delete entries for QClanguage and
11267 QCantialias, add entries for QCavgwidth.
11268 (get_font_prop_index): Delete the 2nd argument FROM.
11269 (font_prop_validate): Arguments changed.
11270 (font_put_extra): Adjusted for the change of font-related objects.
11271 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
11272 (font_parse_fcname, font_unparse_fcname)
11273 (font_prepare_composition): Likewise.
11274 (font_parse_family_registry): Renamed from font_merge_old_spec.
11275 (otf_open): Delete the 1st arg entity.
11276 (font_otf_capability): Adjusted for the above change.
11277 (font_score): New arg alternate_families. Adjusted for the change
11278 of font-related objects.
11279 (font_sort_entites): New arg best_only.
11280 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
11281 Delete them.
11282 (font_match_p): Check alternate families.
11283 (font_find_object): Delete it.
11284 (font_check_object): New function.
11285 (font_clear_cache): Adjusted for the change of font-related objects.
11286 (font_delete_unmatched): New arg.
11287 (font_list_entities): Call font_driver->list with a spec that
11288 doesn't specify style-related properties.
11289 (font_matching_entity): Arguments changed. Caller changed.
11290 (font_open_entity): Adjusted for the change of font-related objects.
11291 (font_close_object, font_has_char, font_encode_char)
11292 (font_get_name, font_get_spec): Likewise.
11293 (font_spec_from_name, font_clear_prop, font_update_lface):
11294 New functions.
11295 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
11296 (font_prepare_for_face, font_done_for_face, font_open_by_name)
11297 (font_at): Adjusted for the change of font-related objects.
11298 (font_range): New function.
11299 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
11300 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
11301 (Fcopy_font_spec, Fmerge_font_spec): New function.
11302 (Ffont_family_list): Renamed from list-families.
11303 (Finternal_set_font_style_table): Arguments changed.
11304 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
11305 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
11306 change of font-related objects.
11307 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
11308
11309 * fontset.h (struct font_info): Delete it. Most members go to
11310 struct font.
11311 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
11312 (enum FONT_SPEC_INDEX): Delete it.
11313 (font_info, list_fonts_func, load_font_func, query_font_func)
11314 (set_frame_fontset_func, find_ccl_program_func)
11315 (get_font_repertory_func, new_fontset_from_font_name): Delete
11316 externs.
11317 (fontset_from_font_name): Extern it.
11318 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
11319 (FONT_INFO_FROM_FACE): Deleted.
11320 (face_for_font): Adjust prototype.
11321
11322 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
11323 conditionals. Don't check enable_font_backend. Delete all codes
11324 used only when USE_FONT_BACKEND is not defined.
11325 (get_font_info_func, list_font_func, load_font_func)
11326 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
11327 (get_font_repertory_func): Delete them.
11328 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
11329 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
11330 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
11331 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
11332 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
11333 (fontset_compare_rfontdef): New function.
11334 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
11335 rfont-defs by qsort. Adjusted for the change of font-group vector.
11336 (load_font_get_repertory): Deleted.
11337 (fontset_find_font): Use new macros to ref/set elements of
11338 font-def and rfont-def.
11339 (fontset_font): Fix the timing of remembering that no font for C.
11340 (free_face_fontset): Do nothing if the face has no fontset.
11341 (face_suitable_for_char_p): Use new macros to ref/set elements of
11342 rfont-def.
11343 (face_for_char): Likewise. Call face_for_char with font_object.
11344 (fs_load_font): Delete. Delete #pragma surrounding it.
11345 (fs_query_fontset): Use strcasecmp instead of strcmp.
11346 (generate_ascii_font_name): Adjusted for the format change of
11347 font-spec.
11348 (Fset_fontset_font): Likewise. Use new macros to set elements of
11349 font-def.
11350 (Fnew_fontset): Use font_unparse_xlfd to generate
11351 FONTSET_ASCII (fontset).
11352 (new_fontset_from_font_name): Deleted.
11353 (fontset_from_font): Renamed from new_fontset_from_font. Check if
11354 a fontset is already created for the font. FIx updating of
11355 Vfontset_alias_alist.
11356 (fontset_ascii_font): Deleted.
11357 (Ffont_info): Adjusted for the format change of font-spec.
11358 (Finternal_char_font): Likewise.
11359 (Ffontset_info): Likewise.
11360 (syms_of_fontset): Don't check load_font_func.
11361
11362 * fns.c (internal_equal): Handle PREV_FONT.
11363
11364 * frame.h: Delete USE_FONT_BACKEND conditional.
11365
11366 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
11367 conditionals. Don't check enable_font_backend. Delete all codes
11368 used only when USE_FONT_BACKEND is not defined.
11369 (x_set_font): Call x_new_font, not x_new_fontset2.
11370 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
11371 already set for the frame.
11372
11373 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
11374 a font-entity by font_make_entity. Use font_intern_prop instead
11375 of intern_downcase. Use FONT_SET_STYLE to set a style-related
11376 font property. If a font is scalable, set avgwidth property to 0.
11377 Set font-entity property by font_put_extra.
11378 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
11379 (ffont_driver): Adjusted for the change of struct font_driver.
11380 (ftfont_spec_pattern): New function.
11381 (ftfont_list): Return a list, not vector.
11382 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
11383 (ftfont_list_family): Don't downcase names.
11384 (ftfont_free_entity): Deleted.
11385 (ftfont_open): Return a font-object. Adjusted for the change of
11386 struct font. Get underline_thickness and underline_position from
11387 font property. Don't update dpyinfo->smallest_font_height and
11388 dpyinfo->smallest_char_width.
11389 (ftfont_close): Don't free `struct font'.
11390 (ftfont_has_char): Adjusted for the format change of font-entity.
11391 (ftfont_encode_char, ftfont_text_extents): Likewise.
11392
11393 * ftxfont.c (ftxfont_list): Return a list, not vector.
11394 (ftxfont_open): Return a font-object. Adjusted for the change of
11395 struct font. Get underline_thickness and underline_position from
11396 font property. Don't update dpyinfo->smallest_font_height and
11397 dpyinfo->smallest_char_width.
11398 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
11399 (ftxfont_draw): Adjusted for the change of struct font.
11400
11401 * image.c (image_ascent): Don't include "charset.h". Include
11402 "character.h" and "font.h".
11403
11404 * lisp.h (enum pvec_type): New member PREV_FONT.
11405 (Fassoc_string): EXFUN it.
11406
11407 * print.c: Include font.h.
11408 (print_object): Handle font-related objects.
11409
11410 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11411 conditionals. Don't check enable_font_backend. Delete all codes
11412 used only when USE_FONT_BACKEND is not defined.
11413 (handle_auto_composed_prop): Do nothing if it->f is not on a
11414 window system. Check how many following characters can be
11415 displayed by the same font.
11416 (calc_pixel_width_or_height): Type of the 4th arg is changed to
11417 'struct font *'.
11418 (get_char_face_and_encoding): Assign the whole encoding task to
11419 the `encode-char' method of a font driver.
11420 (fill_composite_glyph_string): Adjusted for the change of `struct
11421 face' and `struct glyph_string'.
11422 (fill_glyph_string): Likewise.
11423 (get_per_char_metric): Arguments changed.
11424 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11425 and `struct glyph_string'.
11426 (produce_stretch_glyph, calc_line_height_property)
11427 (x_produce_glyphs): Likewise.
11428
11429 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11430 conditionals. Don't check enable_font_backend. Delete all codes
11431 used only when USE_FONT_BACKEND is not defined. Use
11432 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11433 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11434 (Qp): Extern them.
11435 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11436 Deleted.
11437 (struct font_name): Deleted.
11438 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11439 (compare_fonts_by_sort_order): New function.
11440 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11441 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11442 Deleted.
11443 (Fx_family_fonts): Use font_list_entities, and sort fonts by
11444 compare_fonts_by_sort_order.
11445 (Fx_font_family_list): Call Ffont_family_list.
11446 (face_numeric_value, face_numeric_weight, face_numeric_slant)
11447 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11448 (face_symbolic_slant, face_symbolic_swidth)
11449 (split_font_name_into_vector, build_font_name_from_vector)
11450 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11451 (font_rescale_ratio, split_font_name, build_font_name)
11452 (free_font_names, sort_fonts, x_face_list_fonts)
11453 (face_font_available_p, sorted_font_list, cmp_font_names)
11454 (font_list_1, concat_font_list, font_list, remove_duplicates):
11455 Deleted.
11456 (Fx_list_fonts): Use Ffont_list.
11457 (LFACE_AVGWIDTH): Deleted.
11458 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
11459 by FONTP.
11460 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11461 (set_lface_from_font_name): Delete it.
11462 (set_lface_from_font): Renamed from
11463 set_lface_from_font_and_fontset. Caller changed. Don't set
11464 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
11465 for face.
11466 (merge_face_vectors): Copy font-spec if necessary.
11467 Clear properties of the font-spec if necessary.
11468 (merge_face_ref): Clear properties of the font-spec if necessary.
11469 (Finternal_set_lisp_face_attribute): Likewise.
11470 (set_font_frame_param): Use font_load_for_lface to load a
11471 font-object, and call Fmodify_frame_parameters with it.
11472 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
11473 font name by Ffont_xlfd_name.
11474 (Finternal_lisp_face_attribute_values): Don't check QCweight,
11475 QCslant, and QCwidth.
11476 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11477 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11478 Compare fonts by EQ.
11479 (lookup_non_ascii_face): Deleted.
11480 (face_for_font): The 2nd argument changed.
11481 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11482 Check atomic font properties by case insensitive.
11483 (realize_non_ascii_face): Set face->overstrike correctly.
11484 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
11485 (dump_realized_face): Get font name from
11486 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
11487
11488 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11489 conditionals. Don't check enable_font_backend. Delete all codes
11490 used only when USE_FONT_BACKEND is not defined.
11491 (xic_create_xfontset): Original code deleted and renamed from
11492 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
11493 (x_make_gc): Don't set GCFont in GCs.
11494 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11495 opened by "fixed".
11496 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11497 find_ccl_program_func, query_font_func, set_frame_fontset_func,
11498 get_font_repertory_func.
11499
11500 * xfont.c: Include <stdlib.h> and "ccl.h".
11501 (struct xfont_info): New structure.
11502 (xfont_query_font): Deleted.
11503 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11504 moved from xterm.c.
11505 (xfont_driver): Adjusted for the change of struct font_driver.
11506 (compare_font_names): New function.
11507 (xfont_list_pattern): Sort font names case insensitively. Make
11508 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
11509 (xfont_list): Return a list, not vector.
11510 (xfont_match): If the font doesn't have QCname property, generate
11511 a name from the other font properties.
11512 (xfont_open): Return a font-object. Adjusted for the change of
11513 struct font. Get underline_thickness and underline_position from
11514 font property. Don't update dpyinfo->smallest_font_height and
11515 dpyinfo->smallest_char_width.
11516 (xfont_close): Don't free struct font.
11517 (xfont_prepare_face): Adjusted for the change of struct font.
11518 (xfont_done_face): Deleted.
11519 (xfont_has_char): Adjusted for the change of struct font.
11520 (xfont_encode_char, xfont_draw): Likewise.
11521 (xfont_check): New function.
11522
11523 * xftfont.c (xftfont_list): Adjusted for the change of `list'
11524 callback function.
11525 (xftfont_match): Adjusted for the format change of font-entity.
11526 (xftfont_open): Adjusted for the format change of font-entity and
11527 font-object. Adjusted for the change of struct font. Return a
11528 font-object. Don't update dpyinfo->smallest_font_height and
11529 dpyinfo->smallest_char_width.
11530 (xftfont_close): Block input while calling XftFontClose.
11531 (xftfont_prepare_face): Don't block input while calling
11532 xftfont_get_colors. Adjusted for the change of struct font.
11533 (xftfont_shape): Return value of error case fixed.
11534
11535 * xrdb.c (x_load_resources): Don't setup a fontset resource.
11536
11537 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11538 conditionals.
11539 (FONT_WIDTH): Return (f)->max_width.
11540 (struct x_display_info): Delete member `font'.
11541 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11542 (x_find_ccl_program, x_get_font_repertory): Delete externs.
11543 (struct x_output): Change type of `font' to `struct font *'.
11544
11545 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11546 conditionals. Don't check enable_font_backend. Delete all codes
11547 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
11548 (x_per_char_metric, x_encode_char): Deleted.
11549 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11550 (x_compute_glyph_string_overhangs): Adjusted for the change of
11551 `struct face'.
11552 (x_draw_glyph_string_foreground)
11553 (x_draw_composite_glyph_string_foreground): Likewise.
11554 (x_draw_glyph_string): Likewise. Use font->underline_position and
11555 font->underline_thickness.
11556 (x_new_font): Renamed from x_new_fontset2.
11557 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11558 (x_check_font): Call `check' method of a font driver.
11559 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11560 (x_query_font, x_get_font_repertory): Deleted.
11561 (x_find_ccl_program): Renamed and moved to xfont.c.
11562 (x_redisplay_interface): Adjusted for the change of `struct
11563 redisplay_interface'.
11564
11565 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11566 conditionals. Don't check enable_font_backend. Delete all codes
11567 used only when USE_FONT_BACKEND is not defined. Surround non-used
11568 code by "#ifdef OLD_FONT" and "endif".
11569 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11570
11571 * w32font.h (struct w32font_info): New member.
11572 (FONT_COMPAT): New macro.
11573 (w32font_open_internal): Prototype adjusted.
11574
11575 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11576 OLD_FONT" and "endif".
11577
11578 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11579 conditionals. Don't check enable_font_backend. Delete all codes
11580 used only when USE_FONT_BACKEND is not defined.
11581 (w32font_open): Return a font-object. Make a font-object by
11582 font_make_object. Adjusted for the change of struct w32font_info.
11583 (w32font_close): Don't free struct font. Adjusted for the change
11584 of struct w32font_info.
11585 (w32font_encode_char, w32font_text_extents, w32font_draw):
11586 Adjusted for the change of struct w32font_info.
11587 (w32font_draw): Likewise.
11588 (w32font_list_internal): Return a list, not vector.
11589 (w32font_open_internal): Change the 4th arg to font-object.
11590 Adjusted for the change of struct w32font_info and font-object format.
11591 (add_font_name_to_list): Don't downcase names.
11592 (w32_enumfont_pattern_entity): Make a font-entity by
11593 font_make_entity. Adjusted for the format change of font-entity.
11594 Use FONT_SET_STYLE to set a style-related font property. If a
11595 font is scalable, set avgwidth property to 0. Set font-entity
11596 property by font_put_extra.
11597 (font_matches_spec): Adjusted for the format change of font-entity.
11598 (w32_weight_table, w32_decode_weight): New variables.
11599 (w32_encode_weight): New function.
11600 (fill_in_logfont): Adjusted for the format change of font-spec.
11601 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11602 weight value.
11603 (w32font_driver): Adjusted for the change of struct font_driver.
11604
11605 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11606 conditionals. Don't check enable_font_backend. Surround non-used
11607 code by "#ifdef OLD_FONT" and "endif".
11608 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11609 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11610
11611 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11612 conditionals. Don't check enable_font_backend. Delete all codes
11613 used only when USE_FONT_BACKEND is not defined. Surround non-used
11614 code by "#ifdef OLD_FONT" and "endif".
11615
11616 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11617 (uniscribe_open): Return value changed to font-object.
11618 Adjusted for the format change of font-object.
11619 (uniscribe_otf_capability): Adjusted for the change of struct font.
11620 (add_opentype_font_name_to_list): Don't downcase names.
11621 (uniscribe_font_driver): Adjusted for the change of struct
11622 font_driver.
11623
116242008-05-13 Chong Yidong <cyd@stupidchicken.com>
11625
11626 * dispnew.c (update_frame_1): Check if tty output is still valid
11627 before flushing it.
11628
116292008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11630
11631 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11632 to Gtk+ menus.
11633
116342008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11635
11636 * dired.c (file_name_completion): Tweak the code so as to always do it
11637 in a single pass. Tighten the scope of some variables.
11638
11639 * dired.c (Qdefault_directory): New var.
11640 (file_name_completion): Use it instead of Fexpand_file_name.
11641 (syms_of_dired): Initialize it.
11642
116432008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * fileio.c (double_dollars): Remove dead code.
11646
116472008-05-10 Eli Zaretskii <eliz@gnu.org>
11648
11649 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11650 Mention w32-get-true-file-attributes in doc string.
11651
11652 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11653
116542008-05-09 Glenn Morris <rgm@gnu.org>
11655
11656 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11657 2008-04-23.
11658
116592008-05-09 Eli Zaretskii <eliz@gnu.org>
11660
11661 Support for reporting owner and group of each file on MS-Windows:
11662 * dired.c (stat_uname, stat_gname): New functions, with special
11663 implementation for w32.
11664 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11665
11666 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11667 (dflt_group_name): New static variable.
11668 (dflt_group): Rename from the_group.
11669 (init_user_info): Init dflt_group fields. Get user's group name
11670 from LookupAccountSid.
11671 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11672 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11673 New initialization states.
11674 (globals_of_w32): Initialize them to zero. Initialize the default
11675 group name to "None".
11676 (GetFileSecurity_Name): New global var, the name of the function
11677 to call for GetFileSecurity.
11678 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11679 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11680 (get_file_security, get_security_descriptor_owner)
11681 (get_security_descriptor_group, is_valid_sid)
11682 (get_file_security_desc, get_rid, get_name_and_id)
11683 (get_file_owner_and_group): New functions.
11684 (stat): Use get_file_security_desc and get_file_owner_and_group to
11685 report the owner and primary group of each file. Don't ignore the
11686 high 32 bits of file's size, now that st_size is 64-bit wide.
11687 Fix test when to get true file attributes.
11688 (init_user_info): Use get_rid instead of equivalent inline code.
11689 (fstat): Don't ignore the high 32 bits of file's size.
11690
116912008-05-09 Chong Yidong <cyd@stupidchicken.com>
11692
11693 * image.c (png_load): Use correct bit-depth for setting background
11694 color.
11695
116962008-05-08 Eli Zaretskii <eliz@gnu.org>
11697
11698 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11699 epa-hook.elc.
11700
117012008-05-08 Juanma Barranquero <lekktu@gmail.com>
11702
11703 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11704
117052008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11706
11707 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11708 because the original parameters are in pure storage now.
11709 (mac_window): Remove unused params. Update callers.
11710
117112008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11712
11713 * lread.c (substitute_object_recurse): Use lower-level primitives.
11714 Don't signal errors when traversing sub-char-tables.
11715 Don't loop over all the possible characters when traversing char-tables.
11716
11717 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11718 just like we do in print.c.
11719
117202008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11721
11722 * minibuf.c (Ftry_completion): Remove code left over from when we used
11723 scmp instead of Fcompare_strings.
11724
117252008-05-04 Juanma Barranquero <lekktu@gmail.com>
11726
11727 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11728
117292008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11730
11731 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11732 Create bitmap context in native byte order.
11733
11734 * macterm.c (XDrawLine)
11735 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11736 context in native byte order.
11737
117382008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11739
11740 * config.in: Regenerate.
11741
11742 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11743 New definitions for Image I/O support.
11744 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11745 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11746 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11747 (mac_data_provider_release_data, image_load_image_io)
11748 [USE_MAC_IMAGE_IO]: New functions.
11749 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11750 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11751 (init_image_func_pointer) [MAC_OSX]: Remove function.
11752 (image_load_quartz2d) [MAC_OSX]: Check availability of
11753 CGImageCreateWithPNGDataProvider at compile time.
11754 Use lowercase `false' for boolean constant.
11755 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11756 Use image_load_image_io.
11757 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11758 Don't check MyCGImageCreateWithPNGDataProvider.
11759 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11760 Don't call init_image_func_pointer.
11761
11762 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11763
11764 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11765 Make variable non-static.
11766 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11767 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11768
11769 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11770 (RED_FROM_ULONG): Mask off higher bits.
11771 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11772
11773 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11774 Include AvailabilityMacros.h.
11775 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11776 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11777
117782008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11779
11780 * chartab.c (Fset_char_table_range): If range is t, really set all
11781 chars to that value.
11782
117832008-05-03 Eli Zaretskii <eliz@gnu.org>
11784
11785 * dired.c (Ffile_attributes): Don't allow the device number become
11786 negative.
11787
117882008-05-02 Daiki Ueno <ueno@unixuser.org>
11789
11790 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11791
117922008-05-02 Juri Linkov <juri@jurta.org>
11793
11794 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11795 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11796 DEFAULT argument as a list of default values in docstrings.
11797
117982008-05-01 Chong Yidong <cyd@stupidchicken.com>
11799
11800 * puresize.h (BASE_PURESIZE): Increase to 1210000.
11801
118022008-05-01 Martin Rudalics <rudalics@gmx.at>
11803
11804 * dispnew.c (change_frame_size_1): Preserve small windows when
11805 shrinking frames by calling set_window_height|width with third
11806 arg 2.
11807
11808 * window.h (struct window): Replace field too_small_ok by field
11809 resize_proportionally.
11810
11811 * window.c (make_window): Initialize resize_proportionally.
11812 (enlarge_window): Temporarily set resize_proportionally to make
11813 sure that shrink_windows does scale the window proportionally.
11814 (shrink_windows): When window has resize_proportionally set try
11815 to shrink it proportionally by stealing from other windows.
11816 (struct saved_window, Fset_window_configuration)
11817 (compare_window_configurations): Handle resize_proportionally.
11818 (WINDOW_TOTAL_SIZE): New macro.
11819 (window_min_size, shrink_windows, size_window): Use it.
11820 (check_min_window_sizes): Remove. Invalid values of
11821 window-min-height|width are handled by window_min_size_2 now.
11822 (size_window, Fsplit_window, enlarge_window)
11823 (adjust_window_trailing_edge, grow_mini_window): Don't call
11824 check_min_window_sizes.
11825 (window_min_size_2, window_min_size_1, window_min_size):
11826 New argument safe_p for retrieving "safe" minimum sizes.
11827 (Fdisplay_buffer, Fsplit_window, enlarge_window)
11828 (adjust_window_trailing_edge, grow_mini_window):
11829 Adjust arguments of window_min_size... functions.
11830 (shrink_windows): Argument min_size removed. New argument
11831 safe_p allows shrinking windows to their safe minimum sizes.
11832 Calculate minimum size and decide whether a window shall be
11833 deleted for each window individually.
11834 (size_window): When nodelete_p equals 2, tell shrink_windows to
11835 delete windows only if their new minimum size is no more safe.
11836 (shrink_window_lowest_first): Call window_min_size_1 to make
11837 sure to preserve modeline of bottom-most window when resizing
11838 the minibuffer.
11839 (Fset_window_configuration, Fcurrent_window_configuration)
11840 (compare_window_configurations): Do not handle
11841 window-min-height|width any more.
11842 (syms_of_window): Clarify window-min-height|width doc-strings.
11843
118442008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * dired.c (file_name_completion): Fix up the encoding/decoding issue
11847 some more. Copy some of the code from Ftry_completions.
11848 Remove special case code that dates back to initial revision when the
11849 slash was only added when necessary and that can't trigger nowadays.
11850
118512008-04-27 Kenichi Handa <handa@m17n.org>
11852
11853 * font.c (font_prop_validate): Signal `error' instead of `font'.
11854
118552008-04-29 Jason Rumney <jasonr@gnu.org>
11856
11857 * w32fns.c (Fw32_battery_status): New defun.
11858 (syms_of_w32fns): Defsubr it.
11859
118602008-04-28 Andreas Schwab <schwab@suse.de>
11861
11862 * dired.c (file_name_completion): Fix another mixing of encoded
11863 and decoded names.
11864
118652008-04-28 Juanma Barranquero <lekktu@gmail.com>
11866
11867 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11868
118692008-04-27 Juanma Barranquero <lekktu@gmail.com>
11870
11871 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11872
118732008-04-27 Andreas Schwab <schwab@suse.de>
11874
11875 * dired.c (file_name_completion): Fix inappropriate mixing of
11876 encoded and decoded names.
11877
11878 * xterm.c (XTread_socket): Fix use of uninitialized variable.
11879
11880 * puresize.h (BASE_PURESIZE): Increase to 1200000.
11881
118822008-04-26 Eli Zaretskii <eliz@gnu.org>
11883
11884 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11885 2008-03-31, it's not needed anymore with `struct stat' definition
11886 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
11887 for the same reasons.
11888
118892008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
11890
11891 * m/sparc.h: Additional redefinitions for GNU/Linux.
11892
118932008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11894
11895 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11896 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11897 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11898 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11899 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11900 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11901 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11902 Likewise.
11903
11904 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11905 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11906 (mac_ax_number_of_characters): Add externs.
11907 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11908 [USE_MAC_TSM]: Likewise.
11909 (mac_handle_text_input_event) [MAC_OSX]:
11910 Handle kEventTextInputOffsetToPos for no active input area case.
11911 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11912 (mac_handle_document_access_event)
11913 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11914 (install_application_handler) [MAC_OSX]: Register handlers for
11915 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11916 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11917 Register mac_handle_document_access_event.
11918
11919 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11920 Make functions non-static.
11921
119222008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11923
11924 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11925 (read_file_name_completion_ignore_case, insert_default_directory)
11926 (Qdefault_directory): Move to minibuffer.el.
11927 (Fread_file_name): Call the new `read-file-name' instead.
11928
119292008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11930
11931 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
11932 Make function non-static.
11933 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
11934 Remove function.
11935 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11936 Move to mactoolbox.c.
11937 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
11938
11939 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
11940 (mac_rect_make): New macro.
11941
11942 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
11943 instead of float.
11944 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11945 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
11946 (XSetBackground) [USE_CG_DRAWING]: Likewise.
11947 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
11948 CGRectMake.
11949 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
11950 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
11951 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
11952 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11953 instead of WindowRef in argument type.
11954 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
11955 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
11956 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
11957 instead of DISPLAY. All uses changed.
11958 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
11959 (x_calc_absolute_position): Simplify so as not to use
11960 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
11961
11962 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
11963 instead of WindowRef in argument type.
11964 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
11965 [TARGET_API_MAC_CARBON]: Remove externs.
11966 (create_apple_event, mac_event_parameters_to_lisp)
11967 [TARGET_API_MAC_CARBON]: Add externs.
11968
11969 * mactoolbox.c (Vmac_ts_script_language_on_focus)
11970 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
11971 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
11972 is clicked.
11973 (x_activate_menubar): Remove extern for saved_menu_event_location.
11974 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
11975 Move from mac.c.
11976
119772008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11978
11979 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
11980 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
11981
119822008-04-23 Jason Rumney <jasonr@gnu.org>
11983
11984 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
11985 attributes only for local files.
11986
11987 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
11988 default to Qlocal.
11989
119902008-04-22 Juri Linkov <juri@jurta.org>
11991
11992 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
11993 read-buffer-to-switch instead of using the letter "B".
11994
119952008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11996
11997 * fileio.c (Qdefault_directory): New variable.
11998 (Fread_file_name): Use it to pass `dir' to the completion functions.
11999
120002008-04-20 Chong Yidong <cyd@stupidchicken.com>
12001
12002 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
12003
120042008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12005
12006 * keyboard.c (Vpre_help_message): Remove.
12007 (show_help_echo): Remove default C code.
12008
12009 * dired.c (directory_files_internal, file_name_completion):
12010 Only call ENCODE_FILE if the string is indeed decoded.
12011
120122008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * Makefile.in (TOOLKIT_DEFINES): Remove.
12015 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
12016
120172008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12018
12019 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
12020 (mactoolbox.o): New target.
12021
12022 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
12023 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
12024
12025 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
12026 Use mac_set_frame_window_background instead of XSetWindowBackground.
12027 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
12028 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
12029 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
12030 instead of SetWindowTitleWithCFString.
12031 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
12032 Move function to mactoolbox.c.
12033 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
12034 Use mac_set_window_modified instead of SetWindowModified.
12035 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
12036 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
12037 (Fx_focus_frame): Use mac_front_non_floating_window instead of
12038 FrontNonFloatingWindow. Use mac_activate_window instead of
12039 ActivateWindow. Use mac_active_non_floating_window instead of
12040 ActiveNonFloatingWindow.
12041 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
12042 Use mac_show_hourglass and mac_hide_hourglass.
12043 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
12044 instead of GetGlobalMouse.
12045 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
12046 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
12047 Use mac_bring_window_to_front instead of BringToFront.
12048 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
12049 mactoolbox.c.
12050 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
12051 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
12052 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
12053 mactoolbox.c.
12054
12055 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
12056 (XtPointer): Move typedef from macmenu.c.
12057 (enum button_type): Move enum from macmenu.c.
12058 (widget_value): Move typedef from macmenu.c.
12059 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
12060 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12061 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12062 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12063 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12064 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12065 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12066 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
12067 (Selection): Move typedef from macselect.c.
12068 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
12069 macterm.c.
12070 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
12071 (mac_is_window_collapsed, mac_bring_window_to_front)
12072 (mac_send_window_behind, mac_hide_window, mac_show_window)
12073 (mac_collapse_window, mac_front_non_floating_window)
12074 (mac_active_non_floating_window, mac_activate_window)
12075 (mac_move_window_structure, mac_move_window, mac_size_window)
12076 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
12077
12078 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
12079 (enum mac_menu_kind): Move enum to mactoolbox.c.
12080 (min_menu_id): Move variable to mactoolbox.c.
12081 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
12082 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
12083 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
12084 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
12085 [TARGET_API_MAC_CARBON]: Likewise.
12086 (XtPointer): Move typedef to macgui.h.
12087 (enum button_type): Move enum to macgui.h.
12088 (widget_value): Move typedef to macgui.h.
12089 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12090 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12091 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12092 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12093 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12094 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12095 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
12096 (popup_activated_flag): Make variable non-static.
12097 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
12098 (add_menu_item, fill_menu, dispose_menus):
12099 Move functions to mactoolbox.c.
12100 (restore_show_help_function, menu_target_item_handler)
12101 (install_menu_target_item_handler, mac_handle_dialog_event)
12102 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
12103 [TARGET_API_MAC_CARBON]: Likewise.
12104 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
12105 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12106 (find_and_call_menu_selection, name_is_separator): Make function
12107 non-static.
12108 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
12109 to mactoolbox.c.
12110 (set_frame_menubar): Don't call install_menu_quit_handler.
12111 (menu_item_selection): New variable.
12112 (mac_menu_show): Use create_and_show_popup_menu.
12113 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
12114 selection but set variable menu_item_selection. All uses changed.
12115 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
12116 Call install_menu_quit_handler. Move to mactoolbox.c.
12117
12118 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
12119 (Selection): Move typedef to macgui.h.
12120 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
12121 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
12122 Make variables non-static.
12123 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12124 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
12125 Make functions non-static.
12126 (Vmac_service_selection) [MAC_OSX]: Likewise.
12127 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
12128 (mac_valid_selection_target_p, mac_clear_selection)
12129 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12130 (mac_put_selection_value, mac_selection_has_target_p)
12131 (mac_get_selection_value, mac_get_selection_target_list)
12132 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
12133 Move functions to mactoolbox.c.
12134 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
12135 Likewise.
12136 (copy_scrap_flavor_data, mac_handle_service_event)
12137 (install_service_handler) [MAC_OSX]: Likewise.
12138 (syms_of_macselect) <Vmac_dnd_known_types>:
12139 Use mac_dnd_default_known_types.
12140
12141 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
12142 Move to mactoolbox.c.
12143 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
12144 (Fx_selection_owner_p): Add EXFUN.
12145 (install_window_handler, remove_window_handler, XSetWindowBackground):
12146 Remove externs.
12147 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
12148 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
12149 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
12150 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
12151 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
12152 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
12153 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
12154 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
12155 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
12156 (create_and_show_popup_menu, mac_get_selection_from_symbol)
12157 (mac_valid_selection_target_p, mac_clear_selection)
12158 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12159 (mac_put_selection_value, mac_selection_has_target_p)
12160 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
12161 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
12162 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
12163 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12164 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
12165 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12166 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
12167 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12168 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12169
12170 * mactoolbox.c: New file.
12171
121722008-04-18 Jason Rumney <jasonr@gnu.org>
12173
12174 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
12175
121762008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * character.c (Fmultibyte_char_to_unibyte):
12179 Return latin1 chars unchanged.
12180
12181 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
12182 relocated if it points to `name'.
12183
121842008-04-17 Kenichi Handa <handa@m17n.org>
12185
12186 * data.c (Faset): Allow setting a multibyte character in an
12187 ASCII-only unibyte string.
12188
12189 * lisp.h (STRING_SET_MULTIBYTE): New macro.
12190
121912008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12192
12193 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
12194 done in config.h.
12195
121962008-04-16 Juanma Barranquero <lekktu@gmail.com>
12197
12198 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
12199 (Fchar_direction): Add usage in the docstring.
12200
122012008-04-15 Chong Yidong <cyd@stupidchicken.com>
12202
12203 * keyboard.c (read_key_sequence): Remove always-true checks.
12204
122052008-04-14 Jason Rumney <jasonr@gnu.org>
12206
12207 * w32font.c (w32font_open_internal): Set max_bounds.descent in
12208 compatibility struct, for better underline positioning.
12209
122102008-04-13 David Hansen <david.hansen@gmx.net>
12211
12212 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
12213 string.
12214
122152008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12216
12217 * m/hp800.h (XUINT, XSET): Remove.
12218
122192008-04-12 Juanma Barranquero <lekktu@gmail.com>
12220
12221 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
12222 previous change.
12223
122242008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12225
12226 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
12227 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
12228
122292008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12230
12231 * keymap.h (map_keymap_canonical): Declare.
12232 * xmenu.c (single_keymap_panes): Use it.
12233
122342008-04-11 Glenn Morris <rgm@gnu.org>
12235
12236 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
12237 set the target's value to that of the alias.
12238
122392008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12240
12241 * term.c (set_tty_color_mode): Left over typo.
12242
122432008-04-10 Michael Albinus <michael.albinus@gmx.de>
12244
12245 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
12246 only after check for file name handler functions. Signal, when
12247 native functionality is not supported.
12248 (syms_of_fileio): Declare it unconditionally.
12249
122502008-04-10 Jason Rumney <jasonr@gnu.org>
12251
12252 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
12253 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
12254
12255 * w32.c (logon_network_drive): Also logon to remote drives that
12256 are mapped to drive letters.
12257
122582008-04-10 Glenn Morris <rgm@gnu.org>
12259
12260 * xdisp.c (truncate-partial-width-windows): Doc fix.
12261
122622008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
12265 Move functions to minibuffer.el.
12266 (syms_of_fileio): Don't declare them.
12267
122682008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
12271 (syms_of_minibuf): Remove its initialization.
12272
12273 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
12274
122752008-04-09 Juanma Barranquero <lekktu@gmail.com>
12276
12277 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
12278
122792008-04-09 Jason Rumney <jasonr@gnu.org>
12280
12281 * makefile.w32-in (distclean): Delete makefile too.
12282 (maintainer-clean): New target.
12283
12284 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
12285
12286 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
12287 for new font backend and composite cases.
12288
122892008-04-09 Jan Djärv <jan.h.d@swipnet.se>
12290
12291 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
12292 Most of the code moved to run_timers.
12293 (do_pending_atimers): Call run_timers.
12294 (run_timers): New function.
12295
12296 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
12297 run atimers.
12298
12299 * process.c (wait_reading_process_output): The same as above.
12300
123012008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12302
12303 * minibuf.c (last_exact_completion): Remove variable.
12304 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
12305 (complete_and_exit_1, complete_and_exit_2)
12306 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
12307 (Fdisplay_completion_list, display_completion_list_1)
12308 (Fminibuffer_completion_help, Fself_insert_and_exit)
12309 (Fexit_minibuffer, Fminibuffer_message): Move functions to
12310 minibuffer.el.
12311 (syms_of_minibuf): Remove corresponding initializations.
12312
12313 * keyboard.c (Qdeactivate_mark): New var.
12314 (command_loop_1): Use it to call `deactivate-mark'.
12315 (syms_of_keyboard): Initialize it.
12316
12317 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
12318 to another frame.
12319 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
12320 Don't call set_tty_color_mode.
12321 (store_frame_param): Reset previous_frame rather than call
12322 set_tty_color_mode.
12323 * term.c (set_tty_color_mode): Rewrite.
12324 * dispextern.h (set_tty_color_mode): New type.
12325 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
12326
123272008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12328
12329 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
12330 for generic chars, which do not exist any more in emacs-unicode.
12331
123322008-04-08 Michael Albinus <michael.albinus@gmx.de>
12333
12334 * coding.c (detect_coding_emacs_mule)
12335 (Ffind_operation_coding_system): Fix typo.
12336
123372008-04-08 Jason Rumney <jasonr@gnu.org>
12338
12339 * w32uniscribe.c (SNAME): Extract only symbol name.
12340
12341 * w32font.h (struct w32_metric_cache): New struct.
12342 (w32font_info): Use it.
12343 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
12344 (CACHE_BLOCKSIZE): New constants.
12345
12346 * w32font.c (Qja, Qko, Qzh): New symbols.
12347 (syms_of_w32font): Initialise them.
12348 (font_matches_spec): Use them to filter by language.
12349 (recompute_cached_metrics): Remove function.
12350 (compute_metrics, clear_cached_metrics): New functions.
12351 (w32font_encode_char): Use them to manage metric cache.
12352 (w32font_text_extents): Cache metrics for all glyphs on demand.
12353 Delay converting glyph indices to WORD until needed.
12354 (w32font_open_internal): Initialize metric cache to empty.
12355 (registry_to_w32_charset): Charset should always be a symbol.
12356 (fill_in_logfont, list_all_matching_fonts): Family should
12357 always be a symbol.
12358
123592008-04-06 Jason Rumney <jasonr@gnu.org>
12360
12361 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
12362 Give up if glyph indices not supported. Use uniscribe obtained
12363 ABC widths for individual metrics. Map glyph clusters back to
12364 characters using fClusterStart flag. Return number of glyphs
12365 produced, not chars processed.
12366 (uniscribe_shape): Map char at FROM to current glyph.
12367
123682008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12369
12370 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
12371 Use SetMenuItemHierarchicalMenu.
12372
123732008-04-05 Jason Rumney <jasonr@gnu.org>
12374
12375 * image.c (pbm_load): Allow color values up to 65535.
12376 Throw an error if max_color_idx is outside the supported range.
12377 Report an error when image size is invalid.
12378 Read two bytes at a time when raw images have max_color_idx above 255.
12379
123802008-04-05 Eli Zaretskii <eliz@gnu.org>
12381
12382 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12383 cFileName a file name that includes `?' characters, use the 8+3
12384 alias in cAlternateFileName instead.
12385
123862008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
12387
12388 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
12389 append "CCL: Quitted" when the CCL program is quitted.
12390 (setup_ccl_program): Initialize ccl->quit_silently to zero.
12391
12392 * ccl.h (struct ccl_program): New member quit_silently.
12393
123942008-04-05 Chong Yidong <cyd@stupidchicken.com>
12395
12396 * search.c (compile_pattern_1): Treat non-nil and non-string of
12397 search-spaces-regexp as nil.
12398
12399 * minibuf.c (Fassoc_string): Tweak docstring.
12400
124012008-04-05 Eli Zaretskii <eliz@gnu.org>
12402
12403 * dired.c (Ffile_attributes): Support inode numbers wider than 32
12404 bits. Remove ugly WINDOWSNT-specific kludge introduced on
12405 2008-03-14 to force inode be positive.
12406
12407 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12408 _S_* ones, since we now use our own sys/stat.h.
12409 (stat, fstat): Don't mangle the inode number.
12410 (init_user_info): Don't restrict UID and GID to 0-60000 range.
12411
124122008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12413
12414 * frame.h (struct frame): Give one more bit to `visible' since we use
12415 values larger than 1 to indicate obscured frames on ttys.
12416
12417 * keymap.c (Qkeymap_canonicalize): New var.
12418 (Fmap_keymap_internal): New fun.
12419 (describe_map): Use keymap-canonicalize.
12420
12421 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12422 (Fundo_boundary): Set them.
12423 (syms_of_undo): Initialize them.
12424 (record_point): Use them instead of last_point_position*.
12425 (last_undo_buffer): Change type.
12426
124272008-04-04 Jason Rumney <jasonr@gnu.org>
12428
12429 * w32font.c (w32font_text_extents): Use font's ascent and descent.
12430 (recompute_cached_metrics): Don't set ascent and descent per char.
12431
12432 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12433 (uniscribe_check_otf): Add GC protection before consing.
12434 Rearrange loop for counting features.
12435
124362008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12437
12438 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12439 buffer with byte-size of source buffer.
12440
124412008-04-03 Chong Yidong <cyd@stupidchicken.com>
12442
12443 * callint.c (Fcall_interactively): Handle temporary region even
12444 when shift-select-mode is off.
12445
124462008-04-03 Jason Rumney <jasonr@gnu.org>
12447
12448 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12449
124502008-04-03 Kenichi Handa <handa@m17n.org>
12451
12452 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12453 (CATEGORY_MASK_UTF_16): Likewise.
12454 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12455 binary file.
12456 (detect_coding): Add null-byte detection for a binary file.
12457 (detect_coding_system): Likewise.
12458
124592008-04-03 Jason Rumney <jasonr@gnu.org>
12460
12461 * w32uniscribe.c: New file.
12462
12463 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12464
12465 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12466
12467 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12468 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12469 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12470 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12471 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12472 (Qphonetic): New symbols.
12473 (syms_of_w32font): Initialize them.
12474 (font_supported_scripts): Use them.
12475 (w32font_list_family): List all charsets.
12476 (w32font_text_extents, recompute_cached_metrics): Fix metric
12477 calculations.
12478 (w32_enumfont_pattern_entity): Make full_type a DWORD.
12479 Give opentype fonts their own format.
12480 (font_matches_spec): New arguments backend and logfont.
12481 Handle :otf spec for uniscribe backend.
12482 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12483 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12484
12485 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12486 font backend.
12487 (globals_of_w32fns): Initialize uniscribe font backend.
12488
12489 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
12490 dependencies.
12491 (w32uniscribe.$(O)): New file to build.
12492 (FONT_OBJ): Include w32uniscribe.$(O).
12493 (LIBS): Add uniscribe libraries.
12494
12495 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12496
124972008-04-02 Chong Yidong <cyd@stupidchicken.com>
12498
12499 * callint.c (Vshift_select_mode): New var.
12500 (Finteractive): Document new ^ spec.
12501 (Fcall_interactively): Call handle-shift-selection if the ^ spec
12502 is present.
12503
12504 * keyboard.c (Vthis_command_keys_shift_translated): New var.
12505 (command_loop_1): Avoid running the direct display versions of
12506 forward-char and backward-char if shift-selection may occur.
12507 (read_key_sequence): Set Vthis_command_keys_shift_translated if
12508 shift-translation takes place.
12509
12510 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12511 avoid clobbering by define-minor-mode.
12512
12513 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12514 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12515
12516 * syntax.c (Fforward_word): Add ^ interactive spec.
12517
12518 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12519 (Fscroll_right): Add ^ interactive spec.
12520
125212008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12522
12523 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12524
12525 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12526
12527 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12528
125292008-03-31 Juri Linkov <juri@jurta.org>
12530
12531 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12532
125332008-03-30 Jan Djärv <jan.h.d@swipnet.se>
12534
12535 * gtkutil.c (xg_set_geometry): Fix indentation.
12536 (xg_resize_outer_widget): Remove.
12537 (x_wm_size_hint_off): Fix indentation.
12538 (xg_frame_set_char_size): Call flush_and_sync after
12539 gtk_window_resize.
12540 (x_wm_set_size_hint): Pass NULL as geometry window to
12541 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12542 Add menu bar and tool bar height to base height.
12543 (xg_update_frame_menubar, free_frame_menubar)
12544 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12545 (update_frame_tool_bar, free_frame_tool_bar):
12546 Change xg_resize_outer_widget to xg_frame_set_char_size.
12547
125482008-03-30 Michael Albinus <michael.albinus@gmx.de>
12549
12550 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12551 (Fdbus_call_method): New parameter TIMEOUT.
12552 (dbus-send-signal): Optimize UNGCPRO call.
12553
125542008-03-29 Juri Linkov <juri@jurta.org>
12555
12556 * window.c (Fdisplay_buffer): Move call to
12557 Vsplit_window_preferred_function out of conditions that check
12558 if window is eligible for vertical splitting.
12559 When Vsplit_window_preferred_function is non-nil, call it and use
12560 its non-nil return value as window. Otherwise, continue doing
12561 vertical splitting using Fsplit_window with arg horflag=nil.
12562 (syms_of_window) <Vsplit_window_preferred_function>: Change the
12563 default value from `split-window' to nil.
12564
125652008-03-29 Juri Linkov <juri@jurta.org>
12566
12567 * callint.c (Fcall_interactively): Revert 2008-03-16 change
12568 for interactive code letters 'b' and 'B'.
12569
125702008-03-29 Eli Zaretskii <eliz@gnu.org>
12571
12572 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12573 multibyte string.
12574
125752008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12576
12577 * keyboard.c (pending_funcalls): New var.
12578 (timer_check): Run it.
12579 (syms_of_keyboard): Initialize it.
12580 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12581 (Vdelete_terminal_functions): New vars.
12582 (syms_of_terminal): Initialize them.
12583 (Fdelete_terminal): Run delete-terminal-functions.
12584 * xdisp.c (safe_eval): Rewrite.
12585 (safe_call2): New fun.
12586 * frame.c (Qdelete_frame_functions): New var.
12587 (syms_of_frame): Initialize it.
12588 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12589 * lisp.h (safe_call2, pending_funcalls): Declare.
12590
125912008-03-28 Andreas Schwab <schwab@suse.de>
12592
12593 * indent.c (Fmove_to_column): Move declaration before statements.
12594
125952008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
12598 (struct frame): Use bit fields for boolean vars.
12599
12600 * process.c (server_accept_connection): Simplify naming.
12601 (emacs_get_tty_pgrp): Use SDATA.
12602
12603 * coding.c (decode_coding_object): Fix last change.
12604
126052008-03-27 Jason Rumney <jasonr@gnu.org>
12606
12607 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12608
126092008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12610
12611 * charset.c (Fdefine_charset_internal): Change the way of
12612 registering charsets in Vcharset_order_list.
12613 (syms_of_charset): Make the charset `eight-bit' supplementary.
12614
126152008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
12616
12617 * regex.c (EXTEND_BUFFER): Change order of pointer addition
12618 operations, to avoid having the difference between pointers
12619 overflow.
12620
126212008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * indent.c (check_display_width): New fun.
12624 (scan_for_column): Use it.
12625
12626 * data.c (syms_of_data): Mark most-positive-fixnum and
12627 most-negative-fixnum as constants.
12628
12629 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12630
12631 * indent.c (scan_for_column): Extract from current_column_1.
12632 Merge with the same code from Fmove_to_column.
12633 (current_column_1, Fmove_to_column): Use it.
12634
126352008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * keymap.c (map_keymap_internal): New fun.
12638 (map_keymap): Use it.
12639 (Fmap_keymap_internal): New fun.
12640 (Fmap_keymap): Remove left-out test from before make_save_value.
12641
12642 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12643
12644 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12645 Use XCAR/XCDR.
12646
12647 * process.h (struct Lisp_Process): Remove filter_multibyte.
12648 * process.c (QCfilter_multibyte): Remove.
12649 (setup_process_coding_systems): Don't use filter_multibyte.
12650 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12651 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12652 (Fset_process_filter_multibyte): Change the coding-system to
12653 approximate the previous behavior.
12654 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12655 coding-system.
12656
12657 * coding.c (decode_coding_object): When not decoding into a buffer,
12658 obey the coding system's preference of (uni|multi)byte.
12659
126602008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12661
12662 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12663 every char is changed and has a different byte-length.
12664 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12665 Fix int -> EMACS_INT.
12666
126672008-03-23 David Hansen <david.hansen@gmx.net>
12668
12669 * dbusbind.c (xd_read_message): Remove extra copying of message
12670 strings. Check for NULL `interface' or `member'.
12671
126722008-03-22 Eli Zaretskii <eliz@gnu.org>
12673
12674 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12675 cFileName a file name that includes `?' characters, use the 8+3
12676 alias in cAlternateFileName instead.
12677
126782008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12679
12680 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12681
126822008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12683
12684 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12685 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12686 work on current_buffer only instead (that was already the case
12687 for some of the code anyway).
12688 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12689 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12690 (SET_PT, SET_PT_BOTH): Adjust.
12691 * intervals.h (set_point, temp_set_point, set_point_both)
12692 (temp_set_point_both): Remove redundant declarations.
12693
126942008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * fileio.c (Finsert_file_contents):
12697 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12698 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12699 when buffer != current_buffer anyway.
12700
127012008-03-20 Andreas Schwab <schwab@suse.de>
12702
12703 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12704 as default.
12705
127062008-03-19 Jason Rumney <jasonr@gnu.org>
12707
12708 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12709 (syms_of_w32fns): Initialize them.
12710 (HOURGLASS_ID): New constant.
12711 (x_window_to_frame): Don't check hourglass_window.
12712 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12713 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12714 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12715 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12716 Only change the cursor if hourglass is not active.
12717 (Fx_create_frame): Initialize frame's current_cursor.
12718 (hourglass_atimer): Remove.
12719 (hourglass_started): New function.
12720 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12721 (show_hourglass): Adapt to w32, changing argument to frame.
12722
12723 * w32term.h (struct w32_output): Remove hourglass_window.
12724 Add current_cursor.
12725
12726 * eval.c (call_debugger, Fsignal):
12727 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12728 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12729 (Fexecute_extended_command, cancel_hourglass_unwind):
12730 * minibuf.c (read_minibuf):
12731 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12732
127332008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * window.c (run_funs): New fun.
12736 (run_window_configuration_change_hook): Use it to run the buffer-local
12737 and the global part of the hook.
12738
12739 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12740 (unwind_format_mode_line): Restore selected window.
12741 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12742
127432008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * editfns.c (Fchar_equal): Check they are valid characters.
12746
12747 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12748
127492008-03-17 Andreas Schwab <schwab@suse.de>
12750
12751 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12752 against a charset.
12753
12754 * lisp.h (Fbuffer_list): Declare.
12755
127562008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 12757
aac0c6e3
MR
12758 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12759 handlebox_widget is != 0.
12760
127612008-03-16 Juri Linkov <juri@jurta.org>
12762
12763 * callint.c (Fcall_interactively): For interactive code letters
12764 'b' and 'B' put the buffer list into the list of default "future"
12765 values of the minibuffer.
12766
127672008-03-16 Andreas Schwab <schwab@suse.de>
12768
12769 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12770 modifiers.
12771
12772 * regex.c (re_match_2_internal): Correct matching of a charset
12773 against latin-1 characters.
12774
127752008-03-16 Kenichi Handa <handa@m17n.org>
12776
12777 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12778 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12779 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12780 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12781 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12782 CHAR_STRING_ADVANCE.
12783 (produce_chars): Fix for the case that the source and the
12784 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12785 instead of CHAR_STRING_ADVANCE.
12786 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12787 STRING_CHAR_ADVANCE.
12788
127892008-03-15 Andreas Schwab <schwab@suse.de>
12790
12791 * regex.c (re_match_2_internal): Correct matching of eight bit
12792 characters in unibyte strings.
12793
127942008-03-15 Martin Rudalics <rudalics@gmx.at>
12795
12796 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12797 at end of range when it coincides with the end of the buffer.
12798
127992008-03-14 Eli Zaretskii <eliz@gnu.org>
12800
12801 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12802
12803 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12804
128052008-03-14 Jason Rumney <jasonr@gnu.org>
12806
12807 * editfns.c (initial_tz): New variable.
12808 (syms_of_editfns): Initialize it.
12809 (Fset_time_zone_rule): Set it when first called.
12810 Use it when TZSTRING is nil.
12811
12812 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12813 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12814 (monitor_from_point_fn, get_monitor_info_fn): New globals.
12815 (globals_of_w32fns): Initialize them.
12816 (compute_tip_xy): Use them to position tooltips.
12817
128182008-03-14 Glenn Morris <rgm@gnu.org>
12819
12820 * emacs.c (main): Revert previous change.
12821 (standard_args): Revert -internal-script back to -scriptload,
12822 and remove the long-option form.
12823
128242008-03-13 Glenn Morris <rgm@gnu.org>
12825
12826 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12827 Remove option -enable-font-backend.
12828
128292008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12832
128332008-03-11 Jan Djärv <jan.h.d@swipnet.se>
12834
12835 * xterm.c (x_connection_closed): For GTK: If this is the last
12836 terminal just exit without closing the display.
12837
128382008-03-11 Jason Rumney <jasonr@gnu.org>
12839
12840 * w32font.c (w32font_full_name): Use floor to round.
12841
f0131492 128422008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
12843
12844 * sound.c (alsa_configure): Declare vol at beginning of block.
12845
12846 * fontset.c (Ffontset_info): Remove extra semicolon.
12847
128482008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12851 size of resulting string.
12852
128532008-03-10 Jason Rumney <jasonr@gnu.org>
12854
12855 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12856
128572008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12858
12859 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12860 Don't pretend as if characters with display property haven't been
12861 consumed for string-replacing-string case.
12862
128632008-03-08 Kim F. Storm <storm@cua.dk>
12864
12865 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12866 (get_next_display_element, next_element_from_string)
12867 (next_element_from_ellipsis, next_element_from_buffer): Use it.
12868
128692008-03-08 Andreas Schwab <schwab@suse.de>
12870
12871 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12872
128732008-03-06 Jason Rumney <jasonr@gnu.org>
12874
12875 * w32font.c (w32_registry): Take font_type argument. Use ANSI
12876 when charset not specified. Only translate ANSI to unicode when
12877 font_type is truetype.
12878 (w32font_coverage_ok): New function.
12879 (add_font_entity_to_list): Use it to filter unsuitable fonts.
12880
128812008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12882
12883 * lread.c (Fread_char): Resolve modifiers.
12884 (Fread_char_exclusive): Likewise.
12885
12886 * character.c (char_resolve_modifier_mask): New function.
12887 (char_string): Use char_resolve_modifier_mask.
12888 (Fchar_resolve_modifiers): New function.
12889 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12890 function.
12891
128922008-03-04 Jason Rumney <jasonr@gnu.org>
12893
12894 * makefile.w32-in: Always include w32font.c in the build.
12895 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12896
128972008-03-04 Andreas Schwab <schwab@suse.de>
12898
12899 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12900 (versionclean): Likewise.
12901
129022008-03-04 Juanma Barranquero <lekktu@gmail.com>
12903
12904 * .cvsignore: Add oo.
12905
129062008-03-03 Andreas Schwab <schwab@suse.de>
12907
12908 * coding.c (decode_coding_object): Inhibit gap shrinking while
12909 decoding in place.
12910
129112008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12912
12913 * w32term.c: Remove unused include "gnu.h".
12914 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12915
12916 * gnu.h: Rename to ...
12917 * emacs-icon.h: ... this.
12918 * xterm.c: Use emacs-icon.h instead of gnu.h.
12919 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12920
129212008-03-03 Juanma Barranquero <lekktu@gmail.com>
12922
12923 * w32font.c: Include math.h.
12924
129252008-03-03 Jason Rumney <jasonr@gnu.org>
12926
12927 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12928 Compute options separately.
12929 (w32font_open_internal): Set glyph_idx before caching metrics.
12930
12931 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
12932 Define if system headers don't.
12933 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
12934 (w32font_encode_char): Don't declare here.
12935
12936 * w32font.c (Quniscribe, QCformat): New symbols.
12937 (syms_of_w32font): Define them.
12938 (w32font_has_char): Indicate uncertainty.
12939 (w32font_encode_char): Encode as glyph point. Make static.
12940 (recompute_cached_metrics): New function.
12941 (w32font_open_internal): Use it. Set font to use glyph points
12942 initially. Set format based on type of font.
12943 (w32font_text_extents, w32font_draw): Optionally use glyph points.
12944 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
12945 on it. Set format based on information available here.
12946 (add_font_entity_to_list): Identify backend based on opentype_only.
12947
129482008-03-02 Andreas Schwab <schwab@suse.de>
12949
12950 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
12951
12952 * coding.c (decode_coding_big5, produce_chars):
12953 Fix typos in last change.
12954
129552008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
12956
12957 * gnu.h: New icon.
12958
129592008-03-02 Kenichi Handa <handa@m17n.org>
12960
12961 * coding.c (decode_coding_utf_8): When eol-type of CODING is
12962 `dos', don't decode '\r' if that is the last in the source.
12963 (decode_coding_utf_16, decode_coding_emacs_mule)
12964 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12965 (decode_coding_raw_text, decode_coding_charset): Likewise.
12966 (produce_chars): Don't decode EOL here. Use EMACS_INT.
12967
129682008-03-01 Jason Rumney <jasonr@gnu.org>
12969
12970 * w32font.c (w32font_full_name): Report point size for scalable fonts.
12971
129722008-03-01 Kim F. Storm <storm@cua.dk>
12973
12974 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
12975
129762008-03-01 Jason Rumney <jasonr@gnu.org>
12977
12978 * w32font.c (w32font_full_name): New function.
12979 (w32font_open_internal): Use it.
12980
129812008-03-01 Kim F. Storm <storm@cua.dk>
12982
12983 * dispnew.c (line_draw_cost): Fix invalid glyph check.
12984
129852008-03-01 Jason Rumney <jasonr@gnu.org>
12986
12987 * font.c (font_unparse_fcname): Increase len when style is a symbol.
12988
129892008-03-01 Jan Djärv <jan.h.d@swipnet.se>
12990
12991 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
12992 xg_frame_resized when the event is for the edit widget.
12993
12994 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
12995
12996 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
12997 set_char_size.
12998 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
12999 operations on widgets here. Just set frame size if needed.
13000 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
13001 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
13002 (x_wm_set_size_hint): Set size hints on the edit widget only, not
13003 the whole frame.
13004 (xg_create_tool_bar): Move attachment of the tool bar to
13005 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
13006 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
13007
130082008-03-01 Jason Rumney <jasonr@gnu.org>
13009
13010 * w32fns.c (w32_msg_pump): Disable debug code.
13011
130122008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13013
13014 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
13015
130162008-02-29 Chong Yidong <cyd@stupidchicken.com>
13017
13018 * xdisp.c (next_overlay_string): Don't set
13019 overlay_strings_at_end_processed_p if we're currently reading from
13020 a display string.
13021
130222008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
13023
13024 * xdisp.c (get_overlay_strings_1): Fix typo.
13025
130262008-02-29 Chong Yidong <cyd@stupidchicken.com>
13027
13028 * xdisp.c (get_overlay_strings_1): Add missing argument type.
13029
130302008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
13031
13032 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
13033
13034 * xdisp.c (display_mode_element): Cancel the previous change.
13035 (decode_mode_spec): Likewise.
13036 (handle_auto_composed_prop): Don't make composition if it->string
13037 is a string.
13038
130392008-02-27 Kim F. Storm <storm@cua.dk>
13040
13041 * lisp.h (GLYPH): Change type from int to struct with separate char
13042 and face_id members.
13043 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
13044 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
13045 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
13046 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
13047 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
13048 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
13049 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
13050 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
13051 handle new Lisp glyph code encoding, either an integer or a cons.
13052
13053 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
13054 (GLYPH_ALIAS): Delete.
13055 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
13056 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
13057 (GLYPH_FROM_CHAR): Replace macro by ...
13058 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
13059
13060 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
13061 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
13062 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
13063 (GLYPH_INVALID_P): New macro.
13064 (spec_glyph_lookup_face): Update prototype.
13065
13066 * dispnew.c (line_draw_cost): Adapt to new glyph type.
13067 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
13068 new glyph code encoding.
13069 (spec_glyph_lookup_face): No return value; update passed glyph instead.
13070 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
13071
13072 * xdisp.c (get_next_display_element, next_element_from_display_vector):
13073 Adapt to new glyph type and new glyph code encoding.
13074
13075 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
13076
13077 * indent.c (current_column, current_column_1, Fmove_to_column)
13078 (compute_motion): Adapt to new glyph code encoding.
13079
13080 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
13081
130822008-02-27 Chong Yidong <cyd@stupidchicken.com>
13083
13084 * process.c (wait_reading_process_output): Check for window
13085 changes caused by timers.
13086 Suggested by Johan Bockgård.
13087
130882008-02-27 Glenn Morris <rgm@gnu.org>
13089
13090 * emacs.c (USAGE1): Add `--disable-font-backend'.
13091
130922008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
13095 is made to the buffer.
13096
130972008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
13100 (face_at_string_position):
13101 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
13102 (face_at_string_position):
13103 * xdisp.c (display_string, next_overlay_change):
13104 * buffer.h (overlays_at):
13105 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
13106 Update callers.
13107
131082008-02-26 Chong Yidong <cyd@stupidchicken.com>
13109
13110 * editfns.c (Fformat): Doc fix.
13111
131122008-02-26 Juanma Barranquero <lekktu@gmail.com>
13113
13114 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
13115 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
13116 (Ffont_otf_alternates, Fquery_font): Doc fixes.
13117
131182008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13119
13120 * buffer.c (Fbuffer_swap_text): New function.
13121 (syms_of_buffer): Defsubr it.
13122
131232008-02-25 Chong Yidong <cyd@stupidchicken.com>
13124
13125 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
13126
131272008-02-25 Jason Rumney <jasonr@gnu.org>
13128
13129 * w32font.c (w32font_draw): Draw one character at a time when padding.
13130
131312008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13132
13133 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
13134 Handle a nil arg. Use run_window_configuration_change_hook.
13135 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
13136 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
13137 Use run_window_configuration_change_hook.
13138
131392008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13140
13141 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
13142 1-pixel width.
13143
131442008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13145
13146 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
13147 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
13148 if the glyph in the font is zero pixel with.
13149
13150 * dispextern.h (struct glyph_string): New member padding_p.
13151
13152 * w32font.c (w32font_draw): Pay attention to s->padding_p.
13153
13154 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
13155
13156 * xfont.c (xfont_draw): Pay attention to s->padding_p.
13157
13158 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
13159
13160 * font.c: If the font driver doesn't have `shape' function, return Qnil.
13161
131622008-02-25 Jason Rumney <jasonr@gnu.org>
13163
13164 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
13165
131662008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13167
13168 Allow fine-grained image-cache flushing.
13169 * dispextern.h (struct image): Add `dependencies' field.
13170 (clear_image_caches): Change arg to Lisp_Object.
13171 * image.c (make_image): Initialize `dependencies' field.
13172 (clear_image_cache): Change arg to allow fine-grained flushing.
13173 Perform the flush even if image-cache-eviction-delay is nil.
13174 (clear_image_caches): Change arg to Lisp_Object.
13175 (Fclear_image_cache): Expand meaning of the argument.
13176 (mark_image): Mark `dependencies' field.
13177 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
13178 (lface_hash): Use XHASH rather than XFASTINT.
13179 (face_at_buffer_position): Fix int -> EMACS_INT position.
13180 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
13181 (select_frame_for_redisplay): Remove code duplication.
13182 (redisplay_internal): Adapt arg to call to clear_image_caches.
13183
131842008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
13185
13186 * s/vms4-0.h:
13187 * s/vms4-2.h:
13188 * s/vms4-4.h:
13189 * s/vms5-5.h: Remove, unused.
13190
13191 * s/irix5-2.h:
13192 * s/irix6-0.h:
13193 * s/riscos5.h:
13194 * s/mach-bsd4-3.h:
13195 * m/mips4.h: Remove files for obsolete systems.
13196
13197 * Makefile.in:
13198 * filelock.c:
13199 * unexmips.c:
13200 * m/hp9000s300.h:
13201 * m/iris4d.h:
13202 * s/aix3-1.h:
13203 * s/hpux.h:
13204 * s/msdos.h:
13205 * s/usg5-0.h:
13206 * s/usg5-2-2.h:
13207 * s/usg5-2.h:
13208 * s/usg5-3.h: Remove references to obsolete variables.
13209
13210 * s/irix5-0.h: Remove, move all the contents ...
13211 * s/irix6-5.h: ... here. Simplify.
13212 * config.in: Regenerate.
13213
132142008-02-24 Jason Rumney <jasonr@gnu.org>
13215
13216 * w32term.c (x_draw_glyph_string_background): Clear the background
13217 manually when cleartype is in use.
13218 (x_draw_glyph_string_foreground): Draw text transparently when
13219 cleartype is in use.
13220
13221 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
13222 a font into it unless we have to.
13223
132242008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13225
13226 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
13227 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 13228
aac0c6e3
MR
132292008-02-18 Jason Rumney <jasonr@gnu.org>
13230
13231 * w32fns.c (Fw32_shell_execute): Encode parameters.
13232
132332008-02-09 Eli Zaretskii <eliz@gnu.org>
13234
13235 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
13236
132372008-02-05 Juanma Barranquero <lekktu@gmail.com>
13238
13239 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
13240
132412008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
13242
13243 * xterm.c (x_set_offset): Don't change the gravity if
13244 CHANGE_GRAVITY is -1.
13245
132462008-02-23 Chong Yidong <cyd@stupidchicken.com>
13247
13248 * fileio.c (auto_save_error_occurred): New var.
13249 (auto_save_error): Set it.
13250 (Fdo_auto_save): Don't overwrite the error message if an auto-save
13251 error occurred.
13252
132532008-02-23 Eli Zaretskii <eliz@gnu.org>
13254
13255 * w32.c (globals_of_w32): Add initializations for
13256 g_b_init_get_sid_sub_authority and
13257 g_b_init_get_sid_sub_authority_count.
13258
132592008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
13260
13261 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
13262 (font_parse_xlfd): Use them for sanity check.
13263 (Finternal_set_font_style_table): Make sure the table is bijective.
13264
13265 Consolidate the image_cache to the terminal struct.
13266 * termhooks.h (P_): Remove redundant def.
13267 (struct terminal): New field `image_cache'.
13268 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
13269 of FRAME_X_IMAGE_CACHE.
13270 * xterm.h (struct x_display_info): Remove image_cache field.
13271 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13272 * w32term.h (struct w32_display_info): Remove image_cache field.
13273 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13274 * macterm.h (struct mac_display_info): Remove image_cache field.
13275 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13276 * xterm.c (x_term_init):
13277 * w32term.c (w32_term_init):
13278 * macterm.c (mac_term_init): Set the image_cache in the terminal.
13279 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
13280 Remove declarations.
13281 (clear_image_caches, mark_image_cache): New declarations.
13282 * xfaces.c (clear_face_cache):
13283 * xdisp.c (redisplay_internal): Use clear_image_caches.
13284 * image.c (clear_image_cache): Don't check that a frame is on
13285 a window-system before checking if it shares the same cache.
13286 (clear_image_caches): New function.
13287 (Fclear_image_cache): Use it.
13288 (mark_image): Move from allo.c.
13289 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
13290 * alloc.c (mark_image, mark_image_cache): Move to image.c.
13291 (mark_object): Don't call mark_image_cache for frames.
13292 (mark_terminals): Call mark_image_cache.
13293
13294 * lisp.h (Fdelete_terminal): Declare.
13295
13296 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
13297 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
13298 wrong_type_argument.
13299
133002008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
13301
13302 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
13303 malayalam.el, and tamil.el. Add sinhala.el.
13304
133052008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13306
13307 * xterm.c (x_connection_closed): Consolidate identical tests.
13308 (x_delete_terminal): Don't crash if called via x_connection_closed.
13309
133102008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13311
13312 * xdisp.c (decode_mode_spec): New arg string.
13313 (display_mode_element): Adjust for the above change.
13314
133152008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13316
13317 * callint.c (Fcall_interactively): Use AREF.
13318
133192008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13320
13321 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
13322
133232008-02-18 Jan Djärv <jan.h.d@swipnet.se>
13324
13325 * xfns.c (Fx_show_tip): Set string to " " if empty.
13326
133272008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
13328
13329 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
13330 with Qt.
13331
133322008-02-17 Kenichi Handa <handa@m17n.org>
13333
13334 * ftfont.c (ftfont_shape): Return Lispy number.
13335
13336 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
13337 for GCs.
13338 (Finternal_set_font_selection_order): Call font_update_sort_order
13339 only when enable_font_backend is set.
13340 (realize_x_face): Set face->font_info to that of default face only
13341 when enable_font_backend is set.
13342
13343 * xdisp.c (handle_composition_prop): Set it->c to the fist
13344 character of the composed region.
13345 (fill_composite_glyph_string): Set base_face->font_info to
13346 s->font_info. Get a face for ascii from base_face->ascii_face.
13347 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
13348 with a face already decided.
13349 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
13350 non-negative.
13351 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
13352 call font_prepare_composition unconditionally.
13353
13354 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
13355
13356 * xterm.h (struct x_display_info): New member font.
13357
13358 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
13359 (x_set_mouse_face_gc, x_new_font): Likewise.
13360 (x_term_init): Setup display_info->font.
13361 (x_delete_terminal): Free display_info->font.
13362
13363 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
13364
13365 * ftxfont.c (ftxfont_default_fid): Delete it.
13366 (ftxfont_open): Set xfont->fid to 0.
13367 (ftxfont_end_for_frame): Clear data specific to the frame and the
13368 font-driver.
13369
13370 * xftfont.c (xftfont_default_fid): Delete it.
13371 (xftfont_open): Set xfont->fid to 0.
13372
13373 * fontset.c (FONTSET_OBJLIST): New macro.
13374 (fontset_find_font): Update font-object list of the fontset.
13375 (free_realized_fontset): New function.
13376 (free_face_fontset): Call free_realized_fontset.
13377 (Ffont_info): Call font_close_object only when enable_font_backend
13378 is set.
13379
13380 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
13381 [HAVE_NTGUI]: Include w32term.h.
13382 [MAC_OS]: Include macterm.ch.
13383 (font_otf_ValueRecord): Use make_number.
13384 (font_finish_cache): Fix handling of reference count.
13385 (font_clear_cache): Update num_fonts.
13386 (font_open_entity): Update smallest_char_width and
13387 smallest_font_height of the frame.
13388 (font_close_object): Update num_fonts.
13389 (Fclear_font_cache): Fix finding the target cache data.
13390
133912008-02-16 Glenn Morris <rgm@gnu.org>
13392
13393 * fontset.c (Finternal_char_font): Fix compilation warning.
13394
133952008-02-16 Eli Zaretskii <eliz@gnu.org>
13396
13397 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
13398 instead of char arrays. Enlarge the size of array passed to
13399 get_token_information.
13400
13401 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
13402 warnings.
13403
134042008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13405
13406 * .gdbinit: Don't set `args', it breaks gdb --args.
13407
134082008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13409
13410 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13411 within a narrowed buffer.
13412
134132008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
13414
13415 * coding.c (decode_coding_object, encode_coding_object):
13416 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
13417
134182008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13419
13420 * coding.c (coding_set_destination): Use BEG_BYTE rather than
13421 hardcoding 1.
13422 (detect_coding_system):
13423 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13424 (string_char_to_byte, string_byte_to_char, insert_from_gap):
13425 * insdel.c (insert_from_gap):
13426 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13427 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13428 (string_to_multibyte):
13429 * character.c (chars_in_text, multibyte_chars_in_text):
13430 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13431
13432 * character.h (FETCH_STRING_CHAR_ADVANCE)
13433 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13434 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13435 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13436
13437 * casefiddle.c (casify_region): Only call after-change and composition
13438 functions on the part of the region that was changed.
13439
13440 * keyboard.c (read_avail_input):
13441 * frame.c (Fdelete_frame): Call Fdelete_terminal.
13442
134432008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13444
13445 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13446 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13447
134482008-02-11 Juanma Barranquero <lekktu@gmail.com>
13449
13450 * w32menu.c (push_submenu_start, push_submenu_end)
13451 (push_left_right_boundary, push_menu_pane, push_menu_item):
13452 * keyboard.c (read_key_sequence): Don't pass args with side effects
13453 to AREF, it fails when compiling with -DENABLE_CHECKING.
13454
134552008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
13456
13457 * Makefile.in (${lispsource}international/charprop.el):
13458 Delete this target.
13459
13460 * search.c (boyer_moore): Fix incorrect synching of the trunk and
13461 emacs-unicode-2.
13462
134632008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13464
13465 * terminal.c (Fdelete_terminal): Clean up the `force' path.
13466
134672008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13468
13469 * frame.c (Qnoelisp): New symbol.
13470 (syms_of_frame): Initialize it.
13471 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13472 harmless Elisp code, from a strong `force' from x_connection_closed.
13473 * frame.h (Qnoelisp): Declare.
13474 * xterm.c (x_connection_closed): Pass `noelisp'.
13475
13476 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13477 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13478 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13479 rather than `int' for the type of `type'.
13480
134812008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13482
13483 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13484
13485 * Makefile.in (GNUC): Remove support for gcc-1.x.
13486
134872008-02-10 Richard Stallman <rms@gnu.org>
13488
13489 * lisp.h (ASET): Use AREF, not ASLOT.
13490
134912008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * lisp.h (ASET): Check bounds.
13494
134952008-02-10 Glenn Morris <rgm@gnu.org>
13496
13497 * buffer.c (mode-name): Doc fix.
13498
134992008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13500
13501 * Makefile.in:
13502 * emacs.c:
13503 * gmalloc.c:
13504 * keyboard.c:
13505 * lisp.h:
13506 * m/ibm370aix.h:
13507 * process.c:
13508 * regex.c:
13509 * s/hpux.h:
13510 * sysdep.c:
13511 * sysselect.h:
13512 * systty.h:
13513 * unexec.c:
13514 * w32term.c:
13515 * xsmfns.c:
13516 * xterm.c: Remove code that deals with obsolete variables.
13517
13518 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13519
13520 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13521 nothing else needs it anymore.
13522
135232008-02-09 Eli Zaretskii <eliz@gnu.org>
13524
13525 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13526 instead of unibyte_char_to_multibyte.
13527
135282008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13529
13530 * s/gnu-linux.h: Remove commented out code.
13531
13532 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13533
13534 * Makefile.in: Update what RMS says about using autoconf.
13535 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13536 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13537 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13538 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13539
135402008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13541
13542 * keymap.c (Fkey_description): Move side effect outside of macro call.
13543
13544 * xfaces.c (Finternal_make_lisp_face):
13545 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13546
13547 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13548 (syms_of_fontset): Use ASET.
13549
13550 * fns.c (concat): Move side effect outside of macro call.
13551 (hash_clear): Use ASET.
13552
135532008-02-08 Richard Stallman <rms@gnu.org>
13554
13555 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13556 If FORCE, and frame has a surrogate minibuffer for another frame,
13557 delete the other frame first.
13558
135592008-02-07 Timo Savola <timo.savola@iki.fi>
13560
13561 * xterm.c (x_detect_focus_change): Handle embed client message.
13562 (handle_one_xevent): Ditto.
13563 (handle_one_xevent): If embedded and we get a button press/release,
13564 request focus.
13565 (xembed_set_info, xembed_send_message): New functions.
13566 (x_make_frame_visible): Call xembed_set_info if embedded.
13567 (x_make_frame_invisible): Call xembed_set_info if embedded.
13568 (x_term_init): Initialize Xatom_XEMBED.
13569 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13570 (x_iconify_frame): Ditto.
13571
13572 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13573 (enum xembed_info, enum xembed_message, enum xembed_focus)
13574 (enum xembed_modifier, enum xembed_accelerator): New.
13575 (xembed_set_info, xembed_send_message): Declare.
13576 (FRAME_X_EMBEDDED_P): New.
13577
13578 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13579 gtk_plug_new.
13580
13581 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13582 window ID of a frame.
13583 (x_window): Reparent frame if embedded.
13584 (Fx_create_frame): Don't set border width if embedded.
13585
13586 * emacs.c (USAGE3): Add --parent-id.
13587 (standard_args): Ditto.
13588
135892008-02-07 Jan Djärv <jan.h.d@swipnet.se>
13590
13591 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13592
135932008-02-07 Jim Meyering <meyering@redhat.com>
13594
13595 Use "do...while (0)", not "if (1)...else" in macro definitions.
13596 The latter provokes a warning from gcc about the empty else, when
13597 followed by ";". Also, without that trailing semicolon, it would
13598 silently swallow up any following statement.
13599 * syntax.h (SETUP_SYNTAX_TABLE)
13600 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13601 * buffer.h (DECODE_POSITION): Likewise.
13602 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13603 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13604 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13605 (FETCH_CHAR_ADVANCE): Likewise.
13606 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13607
136082008-02-07 Jim Meyering <meyering@redhat.com>
13609
13610 * lread.c [lint]: Don't include <sys/inode.h>.
13611
136122008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13613
13614 * xselect.c (x_handle_dnd_message):
13615 * xmenu.c (digest_single_submenu, xmenu_show):
13616 * xdisp.c (with_echo_area_buffer_unwind_data)
13617 (format_mode_line_unwind_data, unwind_format_mode_line)
13618 (display_menu_bar):
13619 * eval.c (Ffetch_bytecode):
13620 * doc.c (store_function_docstring):
13621 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13622 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13623 * buffer.c (add_overlay_mod_hooklist): Use ASET.
13624
136252008-02-07 Kenichi Handa <handa@m17n.org>
13626
13627 * ftxfont.c (ftxfont_open): Don't set
13628 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13629
13630 * ftfont.c (ftfont_open): Fix previous change.
13631
136322008-02-06 Jason Rumney <jasonr@gnu.org>
13633
13634 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13635 Use cached metrics for ASCII characters.
13636 (w32font_open_internal): Don't set font's owning_frame.
13637 Cache metrics for ASCII characters.
13638
13639 * w32font.h (struct w32font_info): Add ascii_metrics.
13640 Remove owning_frame.
13641
136422008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13643
13644 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13645 to negative value.
13646
13647 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13648
13649 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13650
13651 * charset.c (syms_of_charset): Set QCtest and Qeq.
13652
136532008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13654
13655 * process.c (Fstart_process):
13656 * callproc.c (Fcall_process): Handle the case where
13657 Funhandled_file_name_directory returns nil.
13658
13659 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13660 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13661 * font.c (check_gstring): Use them and AREF to access the vector before
13662 we know it's really a gstring.
13663 (Ffont_shape_text): Fix typo.
46e722a9 13664 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
13665
13666 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13667 Declare.
13668
13669 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13670
136712008-02-05 Jason Rumney <jasonr@gnu.org>
13672
13673 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13674 Set smallest_font_height and smallest_char_width in display info.
13675
136762008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13677
13678 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13679
136802008-02-05 Miles Bader <miles@gnu.org>
13681
13682 * xfaces.c (get_lface_attributes, merge_named_face)
13683 (lookup_named_face, lookup_derived_face, realize_named_face):
13684 Revert 2008-02-01 change by cyd@stupidchicken.com.
13685
136862008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13687
13688 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13689 fallback fonts.
13690 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13691
136922008-02-04 Jason Rumney <jasonr@gnu.org>
13693
13694 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13695 set full_name.
13696 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13697
136982008-02-03 Jason Rumney <jasonr@gnu.org>
13699
13700 * makefile.w32-in (OBJ1): Include font.o here.
13701 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13702
137032008-02-02 Jason Rumney <jasonr@gnu.org>
13704
13705 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13706
137072008-02-01 Jason Rumney <jasonr@gnu.org>
13708
13709 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13710
13711 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13712
137132008-02-01 Andreas Schwab <schwab@suse.de>
13714
13715 * Makefile.in (shortlisp, lisp): Update for rename of
13716 ../lisp/language/myanmar.el.
13717
137182008-02-01 Chong Yidong <cyd@stupidchicken.com>
13719
13720 * xfaces.c (get_lface_attributes): Delete function.
13721 (merge_named_face, lookup_named_face, lookup_derived_face)
13722 (realize_named_face): Call lface_from_face_name directly, and use
13723 the fact that merge_face_vectors does not alter its FROM argument.
13724
137252008-02-01 Jason Rumney <jasonr@gnu.org>
13726
13727 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13728 input in the default locale. Handle non-Unicode multibyte input.
13729
137302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13731
13732 * fontset.c (reorder_font_vector): Exclude nil elements from the
13733 font group. Don't try multiple fonts.
13734 (fontset_font): Adjust for the above change.
13735 (Finternal_char_font): Return nil if the found font doesn't
13736 contain the character ch.
13737
13738 * Makefile.in (lisp, shortlisp): Add cham.el.
13739
137402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13741
13742 * font.h (FONTP): Make it return 1 also for a font-object.
13743
13744 * .gdbinit (xfontset): New function.
13745
13746 * font.c (font_find_for_lface): Check if the character C is
13747 supported or not only for the first font.
13748
13749 * fontset.c (reorder_font_vector): Fix typo.
13750 (fontset_find_font): Don't add a font-spec specifying a script.
13751 Use 0 (not Qt) for the indication of empty font-group. Change the
13752 format of RFONT-DEF. Return Qt if no font in the font-group
13753 support the character.
13754 (fontset_font): Adjust for the above change. If no font was
13755 found the character, remember that.
13756 (face_for_char): Adjust for the change of RFONT-DEF.
13757 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13758 no font for the target.
13759 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13760
137612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13762
13763 * font.c (font_load_for_face): Handle the case that the font in
13764 face->lface is a string.
13765
137662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13767
13768 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13769
137702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13771
13772 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13773 Fix previous change. If the frame is not on a window system,
13774 signal an error.
13775
137762008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13777
13778 * coding.c (decode_coding_object, encode_coding_object): Adjust
13779 marker positions after conversion.
13780
13781 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13782
137832008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13784
13785 * font.c (font_find_for_lface): Fix the handling of the return
13786 value of font_has_char.
13787 (Ffont_shape_text): Fix previous change.
13788
13789 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13790 (fontset_ref_and_range): Delete it.
13791 (fontset_find_font): Call char_table_ref_and_range instead of
13792 FONTSET_REF_AND_RANGE.
13793 (make_fontset): Don't setup font groups of Latin here.
13794 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13795 (new_fontset_from_font): Make the specified font the default for
13796 all Latin characters.
13797
137982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13799
13800 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13801 is on a window system before accessing the fontset of the frame.
13802
138032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13804
13805 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13806
13807 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13808 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13809
13810 * font.c (Ffont_shape_text): If the font driver doesn't have a
13811 shaper function, make zero-width glyphs to have at least one-pixel
13812 width. Fix setting of `to' field of glyphs.
13813
138142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13815
13816 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13817 glyphs.
13818
13819 * font.h (struct font_driver): Improve docstring of member `shape'.
13820
138212008-02-01 Kenichi Handa <handa@m17n.org>
13822
13823 * composite.c (syms_of_composite): Fix docstring of
13824 auto-composition-function.
13825
13826 * font.h (LGLYPH_SIZE): New macro.
13827
13828 * font.c (Ffont_fill_gstring): Stop filling when a character not
13829 supported by the font is found.
13830 (Ffont_shape_text): When a shape callback function returns nil,
13831 try at most two more times with larger gstring.
13832 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
13833
13834 * xdisp.c (handle_auto_composed_prop): Change the argument to
13835 auto-composition-function.
13836
13837 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13838 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13839 Lispy glyph and store it in the lgstring.
13840
13841 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13842
13843 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13844
138452008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13846
13847 * font.c (Ffont_shape_text): Avoid unnecessary composition.
13848
13849 * fontset.c (Vfont_encoding_charset_alist): New variable.
13850 (syms_of_fontset): DEFVAR it.
13851 (reorder_font_vector, fontset_find_font): Optimize for the case of
13852 no need of reordering.
13853 (face_for_char): Map the charset property by
13854 Vfont_encoding_charset_alist.
13855
138562008-02-01 Jason Rumney <jasonr@gnu.org>
13857
13858 * w32font.c (logfonts_match): Don't check adstyle here.
13859 (font_matches_spec): Check here against physical font instead.
13860 (add_font_entity_to_list): Avoid some substitutions.
13861
13862 * font.c (font_parse_fcname): Default weight and slant to normal.
13863 (font_score): Prefer normal fonts if weight or slant unspecified.
13864 (font_score) [WINDOWSNT]: Scale weight difference down to closer
13865 match freetype scores.
13866
138672008-02-01 Jason Rumney <jasonr@gnu.org>
13868
13869 * w32font.c (w32font_text_extents): Don't use the frame stored in the
13870 font, as it may have been deleted.
13871 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13872 most common hyphenless variation.
13873 (logfonts_match): Check generic family.
13874 (font_matches_spec): Don't check generic family here.
13875 (fill_in_logfont): Set generic family based on adstyle.
13876
13877 * w32font.h (w32font_get_cache): Update declaration.
13878
138792008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13880
13881 * ftfont.c (ftfont_get_cache): Adjust the argument type.
13882
13883 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13884 If none of the new drivers are available, call font_update_drivers
13885 with the old drivers.
13886
13887 * w32font.c (w32font_get_cache): Adjust the argument type.
13888
13889 * xfont.c (xfont_get_cache): Adjust the argument type.
13890
13891 * font.h (struct font_driver): Change argument type of get_cache.
13892
13893 * xftfont.c (xftfont_start_for_frame): Delete prototype.
13894
13895 * font.c (Ffont_get): Fix arguments to Fassoc.
13896 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13897 (font_clear_cache): New function.
13898 (font_list_entities, font_matching_entity): Use font_get_cache.
13899 (font_update_drivers): Call font_clear_cache when finishing a driver.
13900
13901 * fontset.c (fontset_find_font): Fix previous change.
13902
139032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13904
13905 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13906 dpyinfo->font_table.
13907 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13908 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13909
13910 * font.c (font_at): Handle the case that the arg C is negative.
13911 Handle the unibyte case.
13912 (Ffont_at): Call font_at with the arg C -1.
13913
13914 * xdisp.c (handle_auto_composed_prop): Don't get a character at
13915 the position here, and call font_at with the arg C -1.
13916 Don't check the range of the existing composition at the point.
13917
139182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13919
13920 * fontset.c (fontset_add): New args charset_id and family.
13921 Change caller.
13922 (load_font_get_repertory, fontset_find_font): Assume that
13923 font_spec is always a font-spec object.
13924 (Fset_fontset_font): Always store a font-spec object in a fontset.
13925
13926 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13927 instead of get_property_and_range.
13928
139292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13930
13931 * xftfont.c (struct xftfont_info): Delete the member ft_face.
13932 (xftfont_open): Don't keep locking face.
13933 (xftfont_close): Don't unlock face.
13934 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
13935
13936 * fontset.c (fontset_find_font): Don't prefer a font of
13937 supplementary charset.
13938
139392008-02-01 Kenichi Handa <handa@m17n.org>
13940
13941 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
13942 script, langsys_tag to langsys, new member script.
13943 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 13944 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
13945 listing to the script specified in that property. Fix arg to
13946 OTF_check_features.
13947
139482008-02-01 Jason Rumney <jasonr@gnu.org>
13949
13950 * w32font.h: New file.
13951
13952 * w32font.c: Include it.
13953 (struct w32font_info): Add owning_frame field. Move to w32font.h.
13954 (w32font_open): Set owning_frame.
13955 (w32font_text_extents): Use owning_frame.
13956 (struct font_callback_data): Add opentype_only field.
13957 (add_font_entity_to_list): Use it to filter fonts.
13958 Don't check against full name.
13959 (w32font_list_internal): New function.
13960 (w32font_list): Use it.
13961 (w32font_match_internal): New function.
13962 (w32font_match): Use it.
13963 (w32font_open_internal): New function.
13964 (w32font_open): Use it.
13965 (w32font_get_cache, w32font_close, w32font_has_char)
13966 (w32font_encode_char, w32font_text_extents, w32font_draw):
13967 Make non-static.
13968
13969 * makefile.w32-in (w32font.o): Depend on w32font.h.
13970
139712008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13972
13973 * charset.c (Fdefine_charset_internal): Record a supplementary
13974 charset at the tail of Vcharset_order_list.
13975
13976 * font.c (Ffont_shape_text): Fix the return value.
13977
13978 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
13979
13980 * xdisp.c (handle_auto_composed_prop): Fix previous change.
13981
139822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13983
13984 * ftfont.c (struct OpenTypeSpec): New struct.
13985 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
13986 (ftfont_get_open_type_spec): New function.
13987 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
13988
13989 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
13990
139912008-02-01 Jason Rumney <jasonr@gnu.org>
13992
13993 * w32font.c (add_font_entity_to_list): Compare only the beginning
13994 of full name.
13995
139962008-02-01 Kenichi Handa <handa@m17n.org>
13997
13998 * xdisp.c (handle_auto_composed_prop): Simplify the code.
13999 Never return HANDLED_RECOMPUTE_PROPS.
14000
140012008-02-01 Kenichi Handa <handa@m17n.org>
14002
14003 * font.c (font_gstring_produce): Delete it.
14004
14005 * composite.h (COMPOSITION_METHOD):
14006 Handle COMPOSITION_WITH_GLYPH_STRING.
14007
140082008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14009
14010 * xfont.c (Qx): Delete.
14011 (syms_of_xfont): Don't initialize Qx.
14012
14013 * composite.h (enum composition_method):
14014 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
14015
140162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14017
14018 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
14019 (choose_face_font): Accept new form of font-spec.
14020
14021 * frame.h (font_driver_list): Declare it unconditionally.
14022 (struct frame): Define members font_driver_list and font_data_list
14023 unconditionally.
14024
14025 * fontset.c: Include "font.h" unconditionally.
14026 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
14027 (Fset_fontset_font): Accept a font-spec object.
14028
14029 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
14030 PIXEL_SIZE part a wild card.
14031
14032 * dispextern.h (struct glyph_string): Define members clip and
14033 num_clips unconditionally.
14034 (struct face): Define members font_info and extra unconditionally.
14035
14036 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
14037 ftfont_info only when HAVE_LIBOTF is defined.
14038
140392008-02-01 Andreas Schwab <schwab@suse.de>
14040
14041 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
14042 and end.
14043
140442008-02-01 Jason Rumney <jasonr@gnu.org>
14045
14046 * w32font.c (w32font_driver): Add new fields.
14047
140482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14049
14050 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
14051 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
14052 (LIBES): Add @M17N_FLT_CFLAGS@.
14053
14054 * composite.c (compose_text): Don't treat the new style
14055 composition specially.
14056
14057 * emacs.c (main): Call syms_of_font unconditionally.
14058
14059 * font.h (FONT_ENTITY_NOT_LOADABLE)
14060 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
14061 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
14062 (struct font_driver): New member shape.
14063 (font_registry_charsets): Extern it.
14064 (font_find_for_lface, font_prepare_composition): Adjust prototype.
14065 (font_otf_capability, font_drive_otf): Delete their externs.
14066
14067 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
14068 (font_charset_alist, font_registry_charsets): Move from xfont.c
14069 and rename.
14070 (font_prop_validate_otf): New function.
14071 (font_property_table): Register it for QCotf.
14072 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
14073 (font_drive_otf): Delete.
14074 (font_prepare_composition): New arg F. Adjust for the change of
14075 lispy gstring.
14076 (font_find_for_lface): New arg C.
14077 (font_load_for_face): Adjust for the change of font_find_for_lface.
14078 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
14079 lispy gstring.
14080 (Ffont_shape_text): New function.
14081 (Fopen_font): If the font size is not given, use 12-pixel.
14082 (Ffont_at): New arg STRING.
c0943d3d 14083 (syms_of_font): Initialize font_charset_alist.
aac0c6e3
MR
14084 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
14085 conditionally.
14086
14087 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
14088 fonts of the same font-spec. Change the format of RFONT-DEF.
14089 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
14090 Adjust for the change of RFONT-DEF.
14091 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
14092
14093 * ftfont.h: New file.
14094
14095 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
14096 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14097 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14098 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
14099 font_otf_capability and font_drive_otf, set ftfont_shape.
14100 (ftfont_list): Adjust for the change of :otf property value.
14101 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
14102 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
14103 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
14104 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14105 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
14106 (otf_gstring, gstring, m17n_flt_initialized): New variables.
14107
14108 * w32term.c (x_draw_composite_glyph_string_foreground):
14109 Adjust for the change of lispy gstring.
14110
14111 * xdisp.c (handle_composition_prop): Adjust for the change of
14112 lispy gstring. Call a function for auto-composition with the
14113 third arg it->window.
14114 (fill_composite_glyph_string): Adjust for the change of lispy string.
14115 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
14116
14117 * xfaces.c (set_font_frame_param): Adjust for the change of
14118 font_find_for_lface.
14119
14120 * xfont.c (x_font_charset_alist): Move to font.c and rename.
14121 (xfont_registry_charsets): Likewise. Change caller.
14122 (syms_of_xfont): Don't handle x_font_charset_alist.
14123
14124 * xftfont.c: Include "ftfont.h".
14125 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14126 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14127 (xftfont_close) [HAVE_LIBOTF]: Close otf.
14128 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14129 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
14130 Set xftfont_driver.shape to xftfont_shape.
14131
14132 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14133 the change of lispy gstring.
14134
141352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14136
14137 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
14138
141392008-02-01 Jason Rumney <jasonr@gnu.org>
14140
14141 * w32font.c (w32font_draw): Fill background manually.
14142
141432008-02-01 Jason Rumney <jasonr@gnu.org>
14144
14145 * font.c (Qfontp): Remove unused symbol.
14146 (QCantialias): New symbol.
14147 (syms_of_font): Define it.
14148 (font_property_table): Set a validator for QCantialias.
14149
14150 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
14151 Define if not already.
14152 (QCfamily): Share with xfaces.c.
14153 (Qstandard, Qsubpixel, Qnatural): New symbols.
14154 (syms_of_w32font): Define them. Don't define QCfamily here.
14155 (w32_antialias_type, lispy_antialias_type): New functions.
14156 (w32_enumfont_pattern_entity): New arg requested_font.
14157 Set antialias parameter if non-default was requested.
14158 (fill_in_logfont): Fill in lfQuality if :antialias specified.
14159
141602008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14161
14162 * lread.c (read1): Undo the previous change.
14163
141642008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
14165
14166 * frame.c (Fdelete_frame): Call font_update_drivers only when
14167 USE_FONT_BACKEND is defined.
14168
141692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14170
14171 * font.h (struct font_bitmap): New member bits_per_pixel.
14172 (struct font_driver): New members start_for_frame and end_for_frame.
14173 (struct font_data_list): New struct.
14174 (font_put_frame_data, font_get_frame_data): Extern them.
14175
14176 * frame.h (struct frame): New member font_data_list.
14177
14178 * font.c (font_update_drivers): Call driver->start_for_frame and
14179 driver->end_for_frame at proper timings.
14180 (font_put_frame_data, font_get_frame_data): New functions.
14181 (Ffont_spec): Add usage in the docstring.
14182
14183 * frame.c (make_frame): Initialize f->font_data_list to NULL.
14184 (Fdelete_frame): Call font_update_drivers.
14185
14186 * xftfont.c (struct xftface_info): Delete the member xft_draw.
14187 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
14188 (xftfont_get_xft_draw): New function.
14189 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
14190 (xftfont_end_for_frame): New function.
14191 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
14192
14193 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
14194 Change argument. Cache GCs in the per-frame data.
14195 (struct ftxfont_frame_data): New struct.
14196 (ftxfont_draw_bitmap): New arg gc_fore and flush.
14197 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
14198 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
14199 (ftxfont_end_for_frame): New function.
14200 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
14201
14202 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
14203
142042008-02-01 Kenichi Handa <handa@m17n.org>
14205
14206 * xselect.c (Vselection_coding_system)
14207 (Vnext_selection_coding_system): Delete them.
14208 (syms_of_xselect): Don't declare selection-coding-system and
14209 next-selection-coding-system. They are declared in select.el.
14210
142112008-02-01 Jason Rumney <jasonr@gnu.org>
14212
14213 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
14214
14215 * w32fns.c: Include imm.h.
14216 (get_composition_string_fn, get_ime_context_fn): New optional
14217 system functions.
14218 (globals_of_w32fns): Load them from imm32.dll.
14219 (ignore_ime_char): New flag.
14220 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
14221 WM_IME_ENDCOMPOSITION messages.
14222
14223 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
14224 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
14225
142262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14227
14228 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
14229 (READCHAR_REPORT_MULTIBYTE): New macro.
14230 (readchar): New 2nd arg MULTIBYTE.
14231 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
14232 Make symbol's name multibyte according to the multibyteness of the
14233 source.
14234
142352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14236
14237 * xfaces.c (face_for_overlay_string): Call lookup_face with
14238 correct arguments (fix of synching with the trunk).
14239
142402008-02-01 Kenichi Handa <handa@m17n.org>
14241
14242 * font.c (font_prop_validate_symbol, font_prop_validate_style)
14243 (font_prop_validate_non_neg, font_prop_validate_spacing):
14244 Delete argument prop_index.
14245 (font_property_table): Change arguments to validater. Change Callers.
14246 (font_lispy_object): Delete.
14247 (font_at): Use font_find_object instead fo font_lispy_object.
14248
142492008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14250
14251 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
14252 and file names.
14253
142542008-02-01 Jason Rumney <jasonr@gnu.org>
14255
14256 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
14257 (font_matches_spec): Remove debug output.
14258 (add_font_entity_to_list): Avoid using substituted fonts.
14259
142602008-02-01 Jason Rumney <jasonr@gnu.org>
14261
14262 * doc.c (Fsnarf_documentation):
14263 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
14264
142652008-02-01 Miles Bader <miles@gnu.org>
14266
14267 * dispextern.h (struct glyph_row): Only define "clip" field if
14268 HAVE_WINDOW_SYSTEM is defined.
14269
142702008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14271
14272 Fix up multi-tty merge.
14273
14274 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
14275 and indentation.
14276
14277 * xfaces.c (free_realized_face, clear_face_gcs):
14278 Include font_done_for_face in the input_blocked section, just in case.
14279
14280 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
14281 (get_char_face_and_encoding): Undo last change and remove the *other*
14282 duplicate definition (i.e. keep the one that's better scoped and that
14283 includes code for the font-backend).
14284
14285 * terminal.c (create_terminal): Default keyboard_coding to
14286 `no-conversion' and terminal_coding to `undecided'.
14287
14288 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
14289
14290 * fontset.c (free_realized_fontsets): Check that the table entry does
14291 contain a fontset before trying to compare it to `base'.
14292
14293 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
14294 syms_of_charset, and syms_of_coding earlier because init_window_once
14295 now needs Vcoding_system_hash_table to be setup.
14296
14297 * coding.h (default_buffer_file_coding): Remove.
14298
14299 * coding.c (default_buffer_file_coding): Remove.
14300 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
14301 than ->symbol, and use the terminal-local coding system.
14302 (syms_of_coding): Don't setup the coding-systems that are not
14303 terminal-local.
14304 (Fdefine_coding_system_internal): Use XCAR/XCDR.
14305
14306 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
14307 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
14308
14309 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
14310 in chartab.c and were re-added here by mistake.
14311 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
14312
14313 * doc.c (Fsnarf_documentation):
14314 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
14315 src to etc.
14316
14317 * ChangeLog.10: Add mistakenly removed entry.
14318
143192008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
14320
14321 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
14322
143232008-02-01 Miles Bader <miles@gnu.org>
14324
14325 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
14326 Add extra args to FACE_FOR_CHAR.
14327
143282008-02-01 Kenichi Handa <handa@m17n.org>
14329
14330 * keymap.c (where_is_internal_1): If key is a cons, store the copy
14331 in sequence.
14332
14333 * chartab.c (map_sub_char_table, map_char_table): If the range
14334 contains just one character, call the function with that character
14335 even if the depth is not 3.
14336
143372008-02-01 Jason Rumney <jasonr@gnu.org>
14338
14339 * w32font.c (w32font_text_extents): Calculate metrics for the
14340 whole string.
14341
143422008-02-01 Jason Rumney <jasonr@gnu.org>
14343
14344 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
14345
143462008-02-01 Jason Rumney <jasonr@gnu.org>
14347
14348 * w32term.c (x_set_glyph_string_clipping): Use
14349 get_glyph_string_clip_rects.
14350 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14351 Adjust for the change of struct glyph_string.
14352
14353 * w32font.c (w32font_draw): Do clipping here.
14354
143552008-02-01 Kenichi Handa <handa@m17n.org>
14356
14357 * xftfont.c (xftfont_draw): Adjust for the change of struct
14358 glyph_string.
14359
14360 * xterm.c (x_set_glyph_string_clipping): Use
14361 get_glyph_string_clip_rects.
14362 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14363 Adjust for the change of struct glyph_string.
14364
14365 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
14366 the resulting clip(s}.
14367 (expose_overlaps): Add arg r. Change callers. Set it to
14368 row->clip temporarily.
14369 (expose_window): Redraw rows overlapping the exposed area.
14370
14371 * dispextern.h (struct glyph_row): New member clip.
14372 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
14373 clip_height, new member clip, and num_clips.
14374
143752008-02-01 Kenichi Handa <handa@m17n.org>
14376
14377 * data.c (Fchar_or_string_p): Fix docstring.
14378
143792008-02-01 Kenichi Handa <handa@m17n.org>
14380
14381 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
14382 create a temporary XftDraw object.
14383
143842008-02-01 Kenichi Handa <handa@m17n.org>
14385
14386 * font.c (Ffontp): Fix docstring.
14387
14388 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
14389 strong evidence of ISO-2022.
14390
143912008-02-01 Kenichi Handa <handa@m17n.org>
14392
14393 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
14394 SYNTAX_ENTRY_FOLLOW_PARENT.
14395
143962008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14397
14398 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
14399 its type.
14400 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14401 Update to the new type of weak_hash_tables and next_weak.
14402
14403 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14404 a plain C pointer to Lisp_Hash_Table.
14405
14406 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14407 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14408 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14409 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14410 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14411 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14412 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14413 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14414 (GC_EQ): Remove since they've been identical to their non-GC_
14415 alter-egos ever since the markbit was eradicated.
14416
14417 * alloc.c:
14418 * buffer.c:
14419 * buffer.h:
14420 * data.c:
14421 * fileio.c:
14422 * filelock.c:
14423 * fns.c:
14424 * frame.h:
14425 * lisp.h:
14426 * macterm.c:
14427 * print.c:
14428 * process.c:
14429 * w32fns.c:
14430 * w32menu.c:
14431 * w32term.c:
14432 * xfns.c:
14433 * xmenu.c:
14434 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14435
144362008-02-01 Kenichi Handa <handa@m17n.org>
14437
14438 * chartab.c (map_sub_char_table): Make it work for the top-level
14439 char-table. Fix handling of parent char-table.
14440 (map_char_table): Adjust for the above change.
14441
144422008-02-01 Jason Rumney <jasonr@gnu.org>
14443
14444 * w32font.c (Qgdi): Rename from Qw32.
14445
144462008-02-01 Jason Rumney <jasonr@gnu.org>
14447
14448 * w32bdf.c (get_quoted_string): Make function static.
14449
144502008-02-01 Kenichi Handa <handa@m17n.org>
14451
14452 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14453 bigger ascent and descent than those of the font, use them as
14454 font's ascent and descent.
14455
144562008-02-01 Kenichi Handa <handa@m17n.org>
14457
14458 * Makefile.in (${lispsource}international/charprop.el): Move this
14459 target within "#ifdef HAVE_UNIDATA" and "#endif".
14460
144612008-02-01 Kenichi Handa <handa@m17n.org>
14462
14463 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14464 (shortlisp): Add ../lisp/language/tai-viet.el.
14465
144662008-02-01 Ulrich Mueller <ulm@gentoo.org>
14467
14468 * Makefile.in (${lispsource}international/charprop.el): Depend on
14469 temacs${EXEEXT}.
14470
144712008-02-01 Jason Rumney <jasonr@gnu.org>
14472
14473 * w32font.c (w32font_close): Delete the GDI font object.
14474
14475 * w32menu.c: Include character.h.
14476
14477 * w32proc.c: Likewise.
14478
14479 * w32select.c: Likewise.
14480
14481 * makefile.w32-in (w32proc.o): Depend on character.h.
14482
144832008-02-01 Jason Rumney <jasonr@gnu.org>
14484
14485 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14486
14487 * w32menu.c (syms_of_w32menu): Likewise.
14488
14489 * w32proc.c (syms_of_ntproc): Likewise.
14490
14491 * w32select.c (syms_of_w32select): Likewise.
14492
14493 * w32term.c (syms_of_w32term): Likewise.
14494
144952008-02-01 Jason Rumney <jasonr@gnu.org>
14496
14497 * w32font.c (w32font_draw): Delete brush after using it.
14498
144992008-02-01 Jason Rumney <jasonr@gnu.org>
14500
14501 * w32font.c (w32font_open): Don't set font_idx.
14502 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14503 to font settings.
14504 (w32font_draw): Fill background explicitly.
14505
145062008-02-01 Jason Rumney <jasonr@gnu.org>
14507
14508 * w32term.c (w32_initialize): Don't call w32font_initialize.
14509
14510 * w32font.c (w32font_info): Remove subranges.
14511 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14512 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14513 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14514 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14515 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14516 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14517 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14518 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14519 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14520 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14521 New symbols.
14522 (font_callback_data): New struct.
14523 (w32font_list, w32font_match): Use it.
14524 (w32font_open): Don't populate subranges.
14525 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14526 (w32font_encode_char): Always return unicode code-point as-is.
14527 (w32font_text_extents): Supply a transformation matrix to
14528 GetGlyphOutline. Never look up by glyph index. Avoid looping
14529 twice. Use unicode version of GetTexExtentPoint32 instead of
14530 glyph index version.
14531 (set_fonts_frame): Remove.
14532 (w32_enumfont_pattern_entity): Add frame parameter, use it to
14533 set frame parameter. Use backward compatible fake foundries.
14534 Save generic family in extra slot under QCfamily. Make width slot
14535 constant. Save QCspacing value. Save list of scripts instead of
14536 binary subranges.
14537 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14538 (add_font_entity_to_list): Use font_callback_data struct. Filter
14539 unwanted fonts.
14540 (add_one_font_entity_to_list): Use font_callback_data struct.
14541 (w32_registry): Default to iso10646_1.
14542 (fill_in_logfont): Use dpi from extra slot. Don't bother with
14543 string font registries. Don't fill in font name if it is a generic
14544 family name, fill family instead. Use spacing, family and script
14545 extra info to fill pitch, family and charset fields.
14546 (list_all_matching_fonts): Use font_callback_data struct.
14547 (unicode_range_for_char): Remove.
14548 (font_supported_scripts): New function.
14549 (w32font_initialize): Remove.
14550 (syms_of_w32font): Update which symbols are defined.
14551
145522008-02-01 Jason Rumney <jasonr@gnu.org>
14553
14554 * font.c (font_pixel_size): Reverse assq_no_quit args.
14555
14556 * w32term.h (FONT_WIDTH): Report max width, not average.
14557 (FONT_MAX_WIDTH): Remove.
14558 (FONT_AVG_WIDTH): New macro.
14559
14560 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14561 redefinition of FONT_WIDTH.
14562
14563 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14564 (w32_cache_char_metrics): Use FONT_WIDTH.
14565
14566 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14567
145682008-02-01 Jason Rumney <jasonr@gnu.org>
14569
14570 * w32font.c (w32font_open): Make lfHeight negative.
14571
14572 * w32fns.c (x_default_font_parameter): Use new style font name.
14573 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14574
145752008-02-01 Jason Rumney <jasonr@gnu.org>
14576
14577 * w32font.c (QCsubranges): New symbol.
14578 (w32font_open, w32font_has_char): Get subranges from subproperty
14579 of extra.
14580 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14581 (syms_of_w32font): Define :subranges symbol.
14582
14583 * font.c (font_put_extra): Expose externally.
14584
14585 * font.h (font_put_extra): Move declaration from font.c.
14586
14587 * font.c (Ffont_get): Use font driver to determine otf capability.
14588 (adjust_anchor): Check if driver defines anchor_point before using.
14589
14590 * w32font.c (w32font_open): Handle size, height and pixel_size better.
14591 (w32font_draw): Use options.
14592 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14593 Fix detection of truetype fonts.
14594 (registry_to_w32_charset): Handle charsets other than iso8859-1
14595 expressed as lisp symbols.
14596 (w32_registry): Express charset as lisp symbol.
14597 (fill_in_logfont): Reverse pixel and point height logic.
14598 Don't set width here. Set quality to default.
14599
14600 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14601 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14602
14603 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14604 Remove redundant loop and allocation.
14605
14606 * makefile.w32-in (font.o, w32font.o): New objects.
14607 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14608 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14609
14610 * xdisp.c (fill_composite_glyph_string): Make the first arg to
14611 STORE_XCHARB a valid l-value.
14612
14613 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14614 calculations for non-Truetype fonts.
14615 (x_draw_glyph_string): Sync with xterm.c.
14616 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14617 Remove redundant code.
14618 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14619
14620 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14621 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14622
14623 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14624 (x_to_w32_charset, w32_to_x_charset): Expose externally.
14625
14626 * w32font.c: New file for w32 font backend.
14627
146282008-02-01 Kenichi Handa <handa@m17n.org>
14629
14630 * term.c: Don't include "buffer.h" twice.
14631
146322008-02-01 Kenichi Handa <handa@m17n.org>
14633
14634 * character.c (Funibyte_string): New function.
14635 (syms_of_character): Defsubr it.
14636
146372008-02-01 Jason Rumney <jasonr@gnu.org>
14638
14639 * w32term.c [USE_FONT_BACKEND]:
14640 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14641 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14642 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14643 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14644 (x_free_frame_resources): Sync with xterm.c.
14645
146462008-02-01 Andreas Schwab <schwab@suse.de>
14647
14648 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14649 char-table size.
14650
146512008-02-01 Kenichi Handa <handa@m17n.org>
14652
14653 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14654
146552008-02-01 Kenichi Handa <handa@m17n.org>
14656
14657 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14658 font_otf_gpos, add font_drive_otf.
14659
14660 * fontset.c (fontset_find_font): Pay attention to font size
14661 specified for a font.
14662 (reorder_font_vector): Check contents of font_def.
14663
14664 * font.c (struct otf_list): Delete it.
14665 (otf_list): Make it a lisp variable.
14666 (otf_open): Use lispy otf_list.
14667 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14668 (check_otf_features): New function.
14669 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14670 New functions.
14671 (font_drive_otf): New function merging font_otf_gsub and
14672 font_otf_gpos.
14673 (font_open_for_lface): New arg spec. Change argument order.
14674 (font_load_for_face): Adjust for the change of font_open_for_lface.
14675 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14676 Ffont_otf_gpos.
14677 (syms_of_font): Staticpro otf_list. Delete defsubr of
14678 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14679
14680 * xfaces.c (set_font_frame_param): Adjust for the change of
14681 font_open_for_lface.
14682
14683 * font.h (font_open_for_lface): Adjust prototype.
14684 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14685 member otf_drive.
14686 (font_otf_gsub, font_otf_gpos): Delete externs.
14687 (font_drive_otf): Extern it.
14688
146892008-02-01 Kenichi Handa <handa@m17n.org>
14690
14691 * font.c (font_at): If the window W is not on a window system,
14692 return Qnil.
14693
14694 * coding.c (produce_chars, encode_coding): Don't call
14695 insert_from_gap if no characters to produce.
14696
146972008-02-01 Kenichi Handa <handa@m17n.org>
14698
14699 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14700 Fclear_face_cache.
14701
14702 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14703
147042008-02-01 Miles Bader <miles@gnu.org>
14705
14706 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14707 Parse "--disable-font-backend" option.
14708 (standard_args): Add "--disable-font-backend" option.
14709
147102008-02-01 Kenichi Handa <handa@m17n.org>
14711
14712 * fontset.c (fontset_find_font): New function.
14713 (fontset_font): Use fontset_find_font.
14714 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14715 Register the specified font for all Latin characters.
14716 (new_fontset_from_font): Register the specified font for all Latin
14717 characters.
14718 (dump_fontset): For a realized fontset, include the base fontset
14719 name in the returned vector.
14720
147212008-02-01 Kenichi Handa <handa@m17n.org>
14722
14723 * character.h (CHAR_STRING): Cast C to unsigned on calling
14724 char_string.
14725
14726 * character.c (char_string): Type of arg C changed to unsigned.
14727 Signal an error if C is an invalid character code.
14728
14729 * editfns.c (general_insert_function, Fchar_to_string):
14730 Use CHARACTERP, not INTEGERP.
14731
147322008-02-01 Kenichi Handa <handa@m17n.org>
14733
14734 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14735 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14736
14737 * regex.c (analyse_first): Fix for multibyte characters in "case
14738 charset:" and "case categoryspec:".
14739
147402008-02-01 Andreas Schwab <schwab@suse.de>
14741
14742 * Makefile.in (LIBES): Move standard libraries to the end.
14743
147442008-02-01 Kenichi Handa <handa@m17n.org>
14745
14746 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14747 nonzero, don't shrink the buffer nextb.
14748
14749 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14750
14751 * coding.c (coding_alloc_by_making_gap): New arg offset.
14752 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14753 offset.
14754 (decode_coding_iso_2022): Update coding->safe_charsets.
14755 (decode_coding_gap): Temporarily set
14756 current_buffer->text->inhibit_shrinking to 1.
14757
147582008-02-01 Kenichi Handa <handa@m17n.org>
14759
14760 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14761 indexing into elements of s->cmp and s->char2b.
14762
147632008-02-01 Juanma Barranquero <lekktu@gmail.com>
14764
14765 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14766
147672008-02-01 Kenichi Handa <handa@m17n.org>
14768
14769 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14770 target_multibyte instead of multibyte.
14771 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14772 (bcmp_translate): Change the argument name from multibyte to
14773 target_multibyte.
14774
147752008-02-01 Kenichi Handa <handa@m17n.org>
14776
14777 These changes are to compile a regexp into a pattern that can be
14778 used both for multibyte and unibyte targets.
14779
14780 * Makefile.in (search.o): Depend on charset.h.
14781
14782 * character.c (multibyte_char_to_unibyte_safe): New function.
14783
14784 * search.c: Include "charset.h".
14785 (compile_pattern_1): Delete argument multibyte. Don't set
14786 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14787 (compile_pattern): Don't compare cp->buf.target_multibyte.
14788 Compare cp->buf.charset_unibyte.
14789 (compile_pattern): Set cp->buf.target_multibyte.
14790
14791 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14792
14793 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14794
14795 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14796 multibyte. Change callers.
14797 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14798 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
14799 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14800 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14801 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14802 (regex_compile): Make the compiled pattern usable both for
14803 multibyte and unibyte targets.
14804 (analyse_first): Make the fastmap usable both for multibyte and
14805 unibyte targets.
14806 (TRANSLATE_VIA_MULTIBYTE): Delete.
14807 (re_match_2_internal): Pay attention to the case that the
14808 multibyteness of bufp and target may be different.
14809
148102008-02-01 Kenichi Handa <handa@m17n.org>
14811
14812 * xdisp.c (x_produce_glyphs): When a font is not found, make the
14813 empty box occupy at least one column width.
14814
148152008-02-01 Miles Bader <miles@gnu.org>
14816
14817 * Makefile.in: Remove redundant HAVE_XFT clause.
14818
148192008-02-01 Kenichi Handa <handa@m17n.org>
14820
14821 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14822
148232008-02-01 Kenichi Handa <handa@m17n.org>
14824
14825 * fontset.c (Finternal_char_font): Fix for the case of POSITION
14826 being nil.
14827
148282008-02-01 Kenichi Handa <handa@m17n.org>
14829
14830 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14831
148322008-02-01 Kenichi Handa <handa@m17n.org>
14833
14834 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14835
148362008-02-01 Kenichi Handa <handa@m17n.org>
14837
14838 * search.c (simple_search): Fix previous change.
14839
148402008-02-01 Kenichi Handa <handa@m17n.org>
14841
14842 * xftfont.c (ftfont_font_format): Extern declaration.
14843
14844 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14845
14846 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14847 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14848
14849 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14850 (ftfont_font_format): Fix previous change.
14851
14852 * font.h (Ffont_xlfd_name): EXFUN it.
14853
14854 * font.c (font_parse_xlfd): Fix the array size of `f'.
14855 (register_font_driver): Use EQ to compare driver->type.
14856
14857 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14858 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14859 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14860
148612008-02-01 Kenichi Handa <handa@m17n.org>
14862
14863 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14864 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14865
148662008-02-01 Kenichi Handa <handa@m17n.org>
14867
14868 * xfont.c (xfont_open): Set font->format.
14869
14870 * xftfont.c (xftfont_open): Set font->format.
14871
14872 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14873 (ftfont_list): Include FC_FONTFORMAT in FcObject.
14874 (ftfont_open): Set font->format.
14875 (ftfont_font_format): New function.
14876
14877 * font.h (struct font): New member format.
14878
14879 * font.c (Qopentype): New variable.
14880 (syms_of_font): Defsym it.
14881 (Fquery_font): Change the format of the last element of the return
14882 value.
14883
148842008-02-01 Kenichi Handa <handa@m17n.org>
14885
14886 * xfns.c (xic_create_xfontset): Try the default fontset name as a
14887 last resort.
14888
148892008-02-01 Kenichi Handa <handa@m17n.org>
14890
14891 * coding.c (detect_coding_charset): Fix detection of multi-byte
14892 charset.
14893
148942008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
14895
14896 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14897
148982008-02-01 Kenichi Handa <handa@m17n.org>
14899
14900 * xdisp.c (get_next_display_element): Set it->face_id for the
14901 first component of a composition.
14902 (x_produce_glyphs): Check if the font is changed or not for composition.
14903
149042008-02-01 Kenichi Handa <handa@m17n.org>
14905
14906 * fontset.c (Qlatin): New variable.
14907 (syms_of_fontset): Define it as a lisp symbol.
14908 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14909
149102008-02-01 Kenichi Handa <handa@m17n.org>
14911
14912 * font.c (font_unparse_fcname): Pay attention to the case that
14913 some of font property is a null string.
14914
149152008-02-01 Kenichi Handa <handa@m17n.org>
14916
14917 * term.c: Include "composite.h".
14918 (encode_terminal_code): Output all components of composition.
14919 Check the size of encode_terminal_src.
14920 (produce_glyphs): For composition, call produce_composite_glyph.
14921 (append_composite_glyph, produce_composite_glyph): New functions.
14922
14923 * xdisp.c (x_produce_glyphs): In handling composition, if a font
14924 is not found, get font_info from the current ascii face.
14925
149262008-02-01 Kenichi Handa <handa@m17n.org>
14927
14928 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14929 buffer-file-name to Qnil before calling insert_from_buffer.
14930
14931 * font.c (font_unparse_fcname): Pay attention to the case that
14932 foundry is a null string.
14933
149342008-02-01 Kenichi Handa <handa@m17n.org>
14935
14936 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
14937
14938 * font.c (Qunicode_sip): New variable.
14939 (syms_of_font): Declare it as a Lisp symbol.
14940
14941 * font.h (Qunicode_sip): Extern it.
14942
149432008-02-01 Kenichi Handa <handa@m17n.org>
14944
14945 * composite.c (get_composition_id): Pay attention to TAB component.
14946
14947 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
14948 TAB. Adjust for the change of s->char2b which always points to
14949 the first element of allocated memory.
14950
14951 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
14952
14953 * xdisp.c (handle_composition_prop): Set it->c to the first
14954 non-TAB component.
14955 (fill_composite_glyph_string): Change argument.
14956 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
14957 (x_produce_glyphs): Fix handling of left/right padding.
14958
149592008-02-01 Kenichi Handa <handa@m17n.org>
14960
14961 * coding.c (detect_coding_system): Fix for handling off
14962 inhibit_iso_escape_detection. Fix for the case that no coding
14963 system is defined for a specific coding category.
14964
149652008-02-01 Kenichi Handa <handa@m17n.org>
14966
14967 * font.c (font_matching_entity): Delete unused local var.
14968
14969 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
14970 opening a font.
14971
14972 * fileio.c (Finsert_file_contents): On recovering a file, assume
14973 Unix-like eol.
14974 (choose_write_coding_system): On auto-saving a file, force
14975 Unix-like eol.
14976
14977 * coding.c (setup_coding_system): Fix setting of
14978 coding->common_flags based on eol_type.
14979 (coding_inherit_eol_type): If PARENT is not nil, be sure to
14980 inherit from it.
14981
149822008-02-01 Kenichi Handa <handa@m17n.org>
14983
14984 * alloc.c (NSTATICS): Increas to 0x600.
14985
149862008-02-01 Kenichi Handa <handa@m17n.org>
14987
14988 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
14989 (ftfont_list): Don't check :name property.
14990 (ftfont_match): New function.
14991 (ftfont_pattern_entity): If the pattern doesn't contain
14992 FC_SPACING, don't assume FC_MONO.
14993
14994 * font.h (struct font_driver): New member `match'.
14995 (font_update_drivers): Adjust prototype.
14996
14997 * font.c (font_parse_fcname, font_parse_name): Don't change :name
14998 property of FONT.
14999 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
15000 them unconditionally.
15001 (font_matching_entity): New function.
15002 (font_open_by_name): Try font_matching_entity if exact match is
15003 not found.
15004 (font_update_drivers): Delete the arg FONT. Return a list of
15005 actually used backends. Don't free faces, font caches here.
15006 Don't store data in frame parameters. Don't call x_set_font.
15007 (Ffont_spec): Store :name property as is.
15008 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
15009 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
15010 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
15011 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
15012 Call font->driver->otf_gsub instead of font_otf_gsub.
15013
15014 * frame.c (x_set_font_backend): Do more works that were done in
15015 font_update_drivers before.
15016
15017 * xfont.c (xfont_match): New function.
15018 (xfont_driver): Set xfont_driver.match to xfont_match.
15019 (xfont_draw): Set font in GC if necessary.
15020
15021 * ftxfont.c (ftxfont_match): New function.
15022 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
15023
15024 * xftfont.c (xftfont_match): New function.
15025 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
15026
150272008-02-01 Kenichi Handa <handa@m17n.org>
15028
15029 * font.h (struct font): New member scalable.
15030 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
15031 (font_otf_gsub): Adjust prototype.
15032
15033 * font.c (font_otf_capability): Fix handling of the default langsys.
15034 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
15035 Check the contents of SPEC.
15036 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
15037 (check_gstring): New function.
15038 (REPLACEMENT_CHARACTER): New macro.
15039 (font_otf_gsub): New arg alternate_subst. Be sure to set all
15040 glyph codes of GSTRING.
15041 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
15042 (font_prepare_composition): Set cmp->glyph_len.
15043 (font_open_entity): Set font->scalable.
15044 (Ffont_get): Handle :otf property.
15045 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
15046 functions.
15047 (Fquery_font): Use font->font.full_name.
15048 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
15049 Sfont_otf_alternates.
15050
15051 * ftfont.c (ftfont_open): Set font->font.full_name and
15052 font->font.name properly. Fix calculation of font->font.height
15053 and font->min_width.
15054
15055 * ftxfont.c (ftxfont_create_gcs): New function.
15056 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
15057 (ftxfont_draw_backgrond): Fix filling region.
15058 (ftxfont_default_fid): New function.
15059 (ftxfont_open): Set xfont->fid to the return value of
15060 ftxfont_default_fid.
15061 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
15062 (ftxfont_done_face): Free only GCs that are created by
15063 ftxfont_create_gcs.
15064 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
15065
15066 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
15067 Clip to src->width, etc (not src->clip_XXX).
15068
15069 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
15070 FontBackend frame parameter.
15071
150722008-02-01 Kenichi Handa <handa@m17n.org>
15073
15074 * font.h (struct font_driver_list): New member `on'.
15075 (Fclear_font_cache): EXFUN it.
15076 (font_update_drivers): Extern it.
15077
15078 * font.c (font_unparse_fcname): Fix typo (swidth->width).
15079 (font_list_entities): Check driver_list->on.
c0943d3d 15080 (register_font_driver): Initialize `on' member to 0.
aac0c6e3
MR
15081 (font_update_drivers): New function.
15082 (Fclear_font_cache): Check driver_list->on.
15083
15084 * frame.h (Qfont_backend): Extern it.
15085 (x_set_font_backend): Extern it.
15086
15087 * frame.c (Qfont_backend): New variable.
15088 (frame_parms): New element for font-backend.
15089 (x_set_font_backend): New function.
15090
15091 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
15092 FontBackend frame parameter.
15093 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
15094 x_set_font_backend.
15095
15096 * xfont.c (xfont_list): Don't try listing by :name property if the
15097 name is not for XLFD.
15098
150992008-02-01 Kenichi Handa <handa@m17n.org>
15100
15101 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
15102 (LGLYPH_SET_TO): New macros.
15103 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
15104 element of G is vector or not.
15105 (font_at): Extern it.
15106
15107 * font.c: Include window.h.
15108 (font_lispy_object): New function.
15109 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
15110 end of valid glyph.
15111 (font_close_object): Fix getting (struct font *).
15112 (font_at): New function.
15113 (Ffont_get): If FONT is a font-object, get entity from it.
15114 (Ffont_make_gstring): Initialize elements of glyphs with nil.
15115 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
15116 range check.
15117 (Ffont_at): New function.
15118 (syms_of_font): Defsubr Sfont_at.
15119
15120 * xdisp.c (it_props): Move the entry for Qauto_composed to just
15121 before the entry for Qcomposition.
15122 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
15123 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
15124 the font in gstring.
15125 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
15126 LGLYPH_FORM (g) to detect the end of valid glyph.
15127 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
15128 we are composing with gstring.
15129
15130 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
15131 Check if adjustment is vector or not.
15132
15133 * Makefile.in (font.o): Make it depends on window.h.
15134
151352008-02-01 Kenichi Handa <handa@m17n.org>
15136
15137 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
15138 adjustment is vector or not.
15139
151402008-02-01 Miles Bader <miles@gnu.org>
15141
15142 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
15143
151442008-02-01 Kenichi Handa <handa@m17n.org>
15145
15146 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
15147 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
15148 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
15149
15150 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
15151 (DEVICE_DELTA): Fix typo.
15152 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
15153 LGLYPH format.
15154
15155 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15156 the change of LGLYPH format.
15157
151582008-02-01 Kenichi Handa <handa@m17n.org>
15159
15160 * ftfont.c (ftfont_list): Fix typo.
15161 (ftfont_build_basic_charsets): Don't include letters with diacritics.
15162
151632008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15164
15165 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
15166
15167 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
15168 xftface_info is non-NULL.
15169
151702008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15171
15172 * ftfont.c (ftfont_list): Move misplaced #endif.
15173
151742008-02-01 Kenichi Handa <handa@m17n.org>
15175
15176 * ftfont.c (ftfont_list): Pay attention to the case that
15177 FC_CAPABILITY is not defined.
15178
151792008-02-01 Kenichi Handa <handa@m17n.org>
15180
15181 * xftfont.c (xftfont_open): Set charset related members to -1.
15182
15183 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
15184 QCname.
15185 (ftfont_open): Set charset related members to -1.
15186
15187 * fontset.c (Votf_script_alist): New variable.
15188 (syms_of_fontset): Initialize it.
15189 (fontset_font): Delete unused variable.
15190
15191 * fontset.h (Votf_script_alist): Extern it.
15192
15193 * font.c (font_find_for_lface): Optimize code.
15194
15195 * font.h (font_close_object, font_merge_old_spec): Extern them.
15196
151972008-02-01 Kenichi Handa <handa@m17n.org>
15198
15199 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
15200 (syms_of_font): Initialize them.
15201 (font_pixel_size): Allow float value in dpi.
15202 (font_prop_validate_type): Delete.
15203 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
15204 Change caller.
15205 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
15206 (font_prop_validate_extra): Delete.
15207 (font_prop_validate_spacing): New function.
15208 (font_property_table): Add elements for all known properties.
15209 (get_font_prop_index): Rename from check_font_prop_name. New
15210 argument FROM. Change caller.
15211 (font_prop_validate): Validate all known properties.
15212 (font_put_extra): Delete argument force. Change caller.
15213 (font_expand_wildcards): Make it static. Fix the way of shrinking
15214 the possible range.
15215 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
15216 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
15217 Change caller.
15218 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
15219 (font_parse_fcname): Delete argument merge. Fix parsing of point
15220 size. Don't validate properties values here. Change caller.
15221 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
15222 (font_open_by_name): Delete unused variable.
15223 (Ffont_spec): Likewise. Validate property values.
15224 (Ffont_match_p): New function.
15225
15226 * font.h (QCscalable): Extern it.
15227 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
15228
15229 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
15230
15231 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
15232 (xfont_list_pattern): New function.
15233 (xfont_list): Use xfont_list_pattern.
15234
152352008-02-01 Kenichi Handa <handa@m17n.org>
15236
15237 * font.h (Flist_fonts): EXFUN it.
15238
152392008-02-01 Jason Rumney <jasonr@gnu.org>
15240
15241 * w32term.c (w32_initialize): Add back smoothing_type and
15242 smoothing_enabled definitions.
15243
152442008-02-01 Kenichi Handa <handa@m17n.org>
15245
15246 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
15247 s->face->font on determining underline position.
15248
152492008-02-01 Kenichi Handa <handa@m17n.org>
15250
15251 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
15252 (font_has_char): Accept font-object too.
15253 (font_find_for_lface): Try at first with a size specified in face.
15254
152552008-02-01 Kenichi Handa <handa@m17n.org>
15256
15257 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
15258 font_open_by_name.
15259
152602008-02-01 Kenichi Handa <handa@m17n.org>
15261
15262 * font.h (QCspacing, QCdpi): Extern them.
15263 (enum font_spacing): New enum.
15264 (FONT_PIXEL_SIZE_QUANTUM): New macro.
15265
15266 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
15267 (QCspacing, QCdpi): New variables.
15268 (syms_of_font): Initialize them.
15269 (font_pixel_size): New function.
15270 (font_put_extra): New function.
15271 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
15272 in FONT_EXTRA.
15273 (font_parse_fcname): Handle enumerated values (e.g. bold).
15274 Fix handling font size. Add QCname property that contains only
15275 unknown properties.
15276 (font_score): Change argument. Change caller. Pay attention to
15277 FONT_PIXEL_SIZE_QUANTUM.
15278 (font_sort_entites, font_list_entities, font_find_for_lface)
15279 (font_open_for_lface, font_open_by_name): Fix handling of font size.
15280 (Ffont_spec): Add QCname property that contains only unknown properties.
15281
15282 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
15283 include weight in listing pattern, instead check weight of each
15284 listed font. Don't include scalable in pattern. Pay attention to
15285 FONT_PIXEL_SIZE_QUANTUM.
15286
152872008-02-01 Kenichi Handa <handa@m17n.org>
15288
15289 * font.c (font_parse_fcname): Fix parsing of point-size.
15290 (font_unparse_fcname): Produce symbolic names for style properties.
15291 (font_list_entities): Handle float size correctly.
15292 (font_open_by_name): Prefer `normal' property values if the name
15293 doesn't specify them.
15294
15295 * fontset.c (Finternal_char_font): Use font_get_name, not
15296 Ffont_xlfd_name.
15297
15298 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
15299 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
15300 pattern. Don't force scalable.
15301
15302 * xftfont.c (xftfont_open): For generating a name, start from
15303 96-byte buffer.
15304
153052008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15306
15307 * frame.h (x_new_fontset2): Fix prototype.
15308
153092008-02-01 Kenichi Handa <handa@m17n.org>
15310
15311 * font.h (struct font_driver): Delete member parse_name.
15312 (font_match_p, font_get_spec, font_parse_fcname)
15313 (font_unparse_fcname): Extern them.
15314 (font_get_name): Adjust prototype.
15315
15316 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
15317 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
15318 (font_expand_wildcards): Fix handling ENCODING field. Avoid
15319 unnecessary checks for weight, slant, and swidth.
15320 (font_parse_fcname): New function.
15321 (font_unparse_fcname): New function.
15322 (font_parse_name): New function.
15323 (font_match_p): New function.
15324 (font_get_name): Change return value to Lisp string.
15325 (font_get_spec): New function.
15326 (Qunspecified, Qignore_defface): Don't extern them.
15327 (font_find_for_lface): Assume that LFACE is fully specified.
15328 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
15329 object, use it for FACE.
15330 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
15331 driver->parse_name.
15332 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
15333
15334 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
15335 prototype.
15336
15337 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
15338 argument F. Don't call Fnew_fontset. Instead, directly call
15339 make_fontset.
15340
15341 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
15342
15343 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
15344 of x_new_fontset2.
15345
15346 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
15347 (Qsans__serif): New variables.
15348 (ftfont_generic_family_list): New variable.
15349 (syms_of_ftfont): Initialize the above variables.
15350 (ftfont_pattern_entity): Delete argument NAME.
15351 (ftfont_list_generic_family): New function.
15352 (ftfont_parse_name): Delete this function.
15353 (ftfont_list): Try generic family only when FcFontList found no font.
15354 (ftfont_list_family): Fix args to FcObjectSetBuild.
15355
15356 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
15357 object in attrs[LFACE_FONT_INDEX].
15358 (set_lface_from_font_name): Cancel all changes for font-backend.
15359 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
15360 function.
15361 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
15362 font object in QCfont attribute.
15363 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
15364 (realize_default_face) [USE_FONT_BACKEND]: Call
15365 set_lface_from_font_and_fontset.
15366
15367 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
15368 "fixed", and signal error here if no suitable font was found.
15369
15370 * xfont.c (xfont_parse_name): Delete this function.
15371
15372 * xftfont.c (xftfont_open): Change coding style of error
15373 handling. Generate fontconfig's fontname pattern.
15374
15375 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
15376 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
15377
15378 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
15379 Both args FONTSET and FONT_OBJECT must be existing ones.
15380
153812008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15382
15383 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
15384
153852008-02-01 Kenichi Handa <handa@m17n.org>
15386
15387 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
15388
15389 * font.h (struct font): Fix typo.
15390
15391 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
15392 XLFD_XXX_INDEX.
15393 (enum xlfd_field_mask): New enum.
15394 (intern_font_field): Changed argument. Change caller. If digits
15395 are followed by non-digits, return a symbol.
15396 (font_expand_wildcards): New function.
15397 (font_parse_xlfd): Fix wildcard handling.
15398 (Ffont_spec): If :name is specified, reflect the info in the other
15399 properties.
15400
15401 * ftfont.c (ftfont_pattern_entity): Fix typo.
15402 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15403 locale.
15404
154052008-02-01 Kenichi Handa <handa@m17n.org>
15406
15407 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15408
15409 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15410 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
15411 registry doesn't specify encoding part.
15412 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15413 (font_open_by_name): At first try parsing the name.
15414 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15415 as Lisp symbols.
15416
15417 * fontset.c (reorder_font_vector): Pay attention to the case that
15418 the 3rd element of font_def is nil.
15419 (fontset_font): For the default fontset, append one more fontset
15420 elements for a script-based font specification. Don't add script
15421 attribute on finding a font.
15422 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15423 font name.
15424 (fontset_ascii_font): If a font can't be opened, return nil.
15425
15426 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15427 (ftfont_pattern_entity): New function.
15428 (ftfont_get_cache): Assume that freetype_font_cache is already
15429 initialized.
15430 (ftfont_list): Handle the case that a file is specified in font
15431 name. Use ftfont_pattern_entity to generate entities.
15432 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15433 (syms_of_ftfont): Initialize freetype_font_cache.
15434
15435 * xftfont.c (xftfont_open): Make the font name fontconfig's
15436 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
15437 (xftfont_close): Free font->font.name if not NULL.
15438
15439 * xfont.c (xfont_list): If script is specified for a font, return
15440 null_vector.
15441 (xfont_list_family): Declare argument type.
15442
15443 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15444 name, set LFACE_FONT (lface) to nil.
15445
15446 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15447 return Qnil.
15448
154492008-02-01 Kenichi Handa <handa@m17n.org>
15450
15451 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15452 (standard_args): Add "-enable-font-backend".
15453
154542008-02-01 Kenichi Handa <handa@m17n.org>
15455
15456 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15457 (struct xftdraw_list, xftdraw_list): Delete them.
15458 (register_xftdraw, check_xftdraw): Delete them.
15459 (xftfont_prepare_face): Don't call register_xftdraw.
15460 (xftfont_done_face): Don't call check_xftdraw.
15461 (xftfont_draw): Get background color only when with_background is
15462 nonzero.
15463
15464 * xfont.c (xfont_encode_char): Fix calculation of char2b.
15465
154662008-02-01 Kenichi Handa <handa@m17n.org>
15467
15468 These changes are for the new font handling codes.
15469
15470 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15471 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15472 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15473 (FONTSRC, FONTOBJ): New variables.
15474 (obj): Add $(FONTOBJ).
15475 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15476 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15477 @LIBOTF_LIBS@.
15478 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15479 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15480
15481 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15482
15483 * character.h (Vscript_representative_chars): Extern it.
15484
15485 * character.c (Vscript_representative_chars): New variable.
15486 (syms_of_character): Declare it as a Lisp variable.
15487
15488 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15489 enable_font_backend is nonzero, accept the composition method
15490 COMPOSITION_WITH_GLYPH_STRING.
15491
15492 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15493 enumeration COMPOSITION_WITH_GLYPH_STRING.
15494
15495 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15496 members clip_x, clip_y, clip_width, and clip_height.
15497 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15498
15499 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15500 --enable-font-backend. Call syms_of_font.
15501
15502 * fns.c (assoc_no_quit): New function.
15503
15504 * fontset.h (FONT_INFO_FROM_FACE): New macro.
15505 (face_for_font, new_fontset_from_font)
15506 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15507
15508 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15509 (fontset_font, fontset_ascii, face_for_char)
15510 (make_fontset_for_ascii_face, Ffont_info)
15511 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15512 is nonzero, use font-backend mechanism.
15513 (find_font_encoding): Make it non-static.
15514 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15515 New functions.
15516
15517 * frame.h (struct frame): New members resx and resy.
15518 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15519 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15520
15521 * frame.c [USE_FONT_BACKEND]: Include "font.h".
15522 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15523
15524 * lisp.h (assoc_no_quit): Extern it.
15525
15526 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15527 Through out the file, use FONT_INFO_FROM_FACE instead of
15528 FONT_INFO_FROM_ID, use get_per_char_metric instead of
15529 rif->per_char_metric.
15530 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15531 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15532 (get_glyph_face_and_encoding, fill_composite_glyph_string)
15533 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15534 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15535 nonzero, use font-backend mechanism.
15536 (get_per_char_metric): New function.
15537
15538 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15539 (set_lface_from_font_name)
15540 (set_font_frame_param, free_realized_face)
15541 (prepare_face_for_display, clear_face_gcs)
15542 (Finternal_set_font_selection_order, realize_x_face)
15543 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15544 font-backend mechanism.
15545 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15546 (load_face_font) [USE_FONT_BACKEND]: Abort.
15547 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15548 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15549
15550 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15551 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15552 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15553 nonzero, register all available font drivers. Call
15554 x_default_font_parameter for deciding a font.
15555 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15556
15557 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15558 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15559 (x_set_glyph_string_clipping_exactly)
15560 (x_compute_glyph_string_overhangs)
15561 (x_draw_glyph_string_foreground)
15562 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15563 (x_free_frame_resources) [USE_FONT_BACKEND]: If
15564 enable_font_backend is nonzero, use font-backend mechanism.
15565 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15566
155672008-02-01 Kenichi Handa <handa@m17n.org>
15568
15569 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15570 system_eol_type.
15571 (syms_of_coding): Initialize system_eol_type.
15572
15573 * process.c (Fset_process_coding_system): Inherit system's eol
15574 format if necessary.
15575
155762008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15577
15578 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15579
155802008-02-01 Kenichi Handa <handa@m17n.org>
15581
15582 * coding.c (decode_eol): Pay attention to buffer relocation in
15583 del_range_2.
15584 (decode_coding): Call decode_eol before restoring undo_list.
15585
155862008-02-01 Kenichi Handa <handa@m17n.org>
15587
15588 * charset.c (Fdefine_charset_internal): Fix setting of
15589 emacs_mule_bytes.
15590
155912008-02-01 Kenichi Handa <handa@m17n.org>
15592
15593 * keyboard.c (read_char): Check if C is a character or not before
15594 looking up Vkeyboard_translate_table.
15595
155962008-02-01 Kenichi Handa <handa@m17n.org>
15597
15598 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15599 condition to terminate the loop.
15600
156012008-02-01 Kenichi Handa <handa@m17n.org>
15602
15603 * coding.c (produce_composition): Compare charbuf[i] instead of
15604 args[i] against 0.
15605 (Fterminal_coding_system): Use EQ to compare Lisp objects.
15606
156072008-02-01 Kenichi Handa <handa@m17n.org>
15608
15609 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15610 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15611 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15612 detect_coding.
15613 (emacs_mule_char): Handle old style (Emacs 20) component character
15614 of a composition.
15615 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15616 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15617 composition rule.
15618 (decode_coding_emacs_mule): Handle invalid bytes correctly.
15619
156202008-02-01 Kenichi Handa <handa@m17n.org>
15621
15622 * coding.c (encode_coding_ccl): Allocate destination dynamically
15623 when necessary.
15624
156252008-02-01 Kenichi Handa <handa@m17n.org>
15626
15627 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15628 the loop. When quitted, show a proper error message.
15629
156302008-02-01 Kenichi Handa <handa@m17n.org>
15631
15632 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15633 src->clip_head and src->clip_tail temporarily instead of src->hl.
15634
15635 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15636 character sequence.
15637 (Fccl_execute_on_string): Use ASET, not XSET.
15638
156392008-02-01 Kenichi Handa <handa@m17n.org>
15640
15641 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15642
156432008-02-01 Kenichi Handa <handa@m17n.org>
15644
15645 * coding.c (decode_coding): Fix the condition of terminating the
15646 decoding loop.
15647
156482008-02-01 Kenichi Handa <handa@m17n.org>
15649
15650 * data.c (Faset): On setting a character bigger than 255 in a
15651 unibyte string, signal an error instead of make the string multibyte.
15652
156532008-02-01 Kenichi Handa <handa@m17n.org>
15654
15655 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15656 made by a mapping table.
15657
156582008-02-01 Kenichi Handa <handa@m17n.org>
15659
15660 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15661 not.
15662 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15663 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15664
15665 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15666 s->face is NULL or not.
15667
156682008-02-01 Kenichi Handa <handa@m17n.org>
15669
15670 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15671 (x_draw_glyph_string): Fix drawing of right_overhang and
15672 left_overhang around/on cursor.
15673
15674 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15675
156762008-02-01 Kenichi Handa <handa@m17n.org>
15677
15678 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15679
156802008-02-01 Kenichi Handa <handa@m17n.org>
15681
15682 * coding.c (Fdefine_coding_system_internal)
15683 (Fdefine_coding_system_alias): Avoid a duplicated element in
15684 Vcoding_system_alist.
15685
156862008-02-01 Kenichi Handa <handa@m17n.org>
15687
15688 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15689
15690 * coding.c (Qcoding_system_define_form): New variable.
15691 (syms_of_coding): Intern and staticpro it.
15692 (Fcoding_system_p): Check Qcoding_system_define_form.
15693 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15694
15695 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15696 Fcoding_system_p.
15697 (CHECK_CODING_SYSTEM): If ID is not available, call
15698 Fcheck_coding_system.
15699 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15700 Try also Fcheck_coding_system.
15701
157022008-02-01 Kenichi Handa <handa@m17n.org>
15703
15704 * coding.c (code_conversion_restore): GCPRO arg.
15705
157062008-02-01 Kenichi Handa <handa@m17n.org>
15707
15708 * character.c (lisp_string_width): Check multibyteness of STRING.
15709
157102008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15711
15712 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15713 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15714 (decode_mac_font_name): Use decode_coding_c_string instead of
15715 decode_coding.
15716 (x_load_font): Initialize fontp->fontset to -1. Set
15717 fontp->encoding_type.
15718
157192008-02-01 Kenichi Handa <handa@m17n.org>
15720
15721 * search.c (search_buffer): Give up BM search on case-fold-search
15722 if one of a target character has a case-equivalence of different
15723 byte length even if that target charcter is an ASCII.
15724 (simple_search): Fix calculation of byte length of matched text.
15725 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15726
157272008-02-01 Kenichi Handa <handa@m17n.org>
15728
15729 * coding.c (decode_coding): Fix handling of invalid bytes.
15730
157312008-02-01 Kenichi Handa <handa@m17n.org>
15732
15733 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15734 Unicode characters.
15735
157362008-02-01 Kenichi Handa <handa@m17n.org>
15737
15738 * coding.c (encode_coding_object): If a pre-write-conversion
15739 function makes a new buffer, kill it.
15740
157412008-02-01 Kenichi Handa <handa@m17n.org>
15742
15743 * coding.c (QCascii_compatible_p): New variable.
15744 (syms_of_coding): Initialize it.
15745 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15746 calling string_char.
15747 (record_conversion_result): Add `default:' case.
15748 (coding_charset_list): Delete unused variable `coding_type'.
15749 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15750 property in the plist of the coding system.
15751 (Fcoding_system_put): Check QCascii_compatible_p.
15752
157532008-02-01 Miles Bader <miles@gnu.org>
15754
15755 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15756 removed calculation of frame `f', as it's now used.
15757
157582008-02-01 Kenichi Handa <handa@m17n.org>
15759
15760 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15761 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15762 (UNIDATA): New variable.
15763 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15764 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15765 $(RUN_TEMACS) unconditionally.
15766
157672008-02-01 Kenichi Handa <handa@m17n.org>
15768
15769 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15770 (admindir): New variable.
15771 ($(lispsource)international/charprop.el): New target.
15772
157732008-02-01 Miles Bader <miles@gnu.org>
15774
15775 * character.c (chars-in-region): Remove obsolete function.
15776 (syms_of_character): Remove its initialization.
15777
157782008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15779
15780 * w32select.c (validate_coding_system)
15781 (setup_windows_coding_system): New functions.
15782 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15783 setup_windows_coding_system.
15784 (setup_config, Fw32_get_clipboard_data): Use
15785 validate_coding_system.
15786 (Fx_selection_exists): Move call to setup_config to a place
15787 where signals are allowed.
15788
15789 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15790 (Fcheck_coding_system): Add declarations.
15791
157922008-02-01 Kenichi Handa <handa@m17n.org>
15793
15794 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15795
157962008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15797
15798 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15799 string as the second argument for x_new_fontset.
15800
158012008-02-01 Kenichi Handa <handa@m17n.org>
15802
15803 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15804 (encode_coding_object): Use safe_call instead of call2.
15805
158062008-02-01 Kenichi Handa <handa@m17n.org>
15807
15808 * fontset.c (Fset_fontset_font): Check family element of a given vector.
15809
15810 * Makefile.in (lisp): Include charprop.el.
15811
158122008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15813
15814 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15815 Not sure if it's unnecessary.
15816
158172008-02-01 Steven Tamm <steventamm@mac.com>
15818
15819 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15820 some possibly unnecessary fontset checking code that crashed
15821 when creating a new frame.
15822
158232008-02-01 Kenichi Handa <handa@m17n.org>
15824
15825 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15826 lookup_face.
15827
15828 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15829
15830 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15831
158322008-02-01 Kenichi Handa <handa@m17n.org>
15833
15834 * coding.c: Cancel the change done in HEAD on 2008-02-01.
15835 (coding_charset_list): New function.
15836
15837 * coding.h (coding_charset_list): Extern it.
15838
158392008-02-01 Kenichi Handa <handa@m17n.org>
15840
15841 * fontset.c (Fset_fontset_font): Call find_font_encoding with
15842 concatenation of family and registry.
15843
158442008-02-01 Kenichi Handa <handa@m17n.org>
15845
15846 * character.h (BYTE8_STRING): Fix typo.
15847
15848 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15849 string to multibyte (sync to HEAD).
15850
15851 * casefiddle.c (casify_region): Handle changes in byte-length
15852 using replace_range_2 (sync to HEAD).
15853
158542008-02-01 Andreas Schwab <schwab@suse.de>
15855
15856 * chartab.c (map_char_table): GCPRO table and arg.
15857
158582008-02-01 Kenichi Handa <handa@m17n.org>
15859
15860 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15861 already at limit.
15862
158632008-02-01 Kenichi Handa <handa@m17n.org>
15864
15865 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15866 instead of fast_c_string_match_ignore_case.
15867 (find_font_encoding): Change argument to Lisp_Object. Use
15868 fast_string_match_ignore_case instead of
15869 fast_c_string_match_ignore_case. Change caller.
15870
158712008-02-01 Kenichi Handa <handa@m17n.org>
15872
15873 * xdisp.c (get_next_display_element): In unibyte case, decide to
15874 display in octal form by checking a character by
15875 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15876
15877 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15878
15879 * character.c (unibyte_has_multibyte_table): New variable.
15880
15881 * character.h (unibyte_has_multibyte_table): Extern it.
15882 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15883
158842008-02-01 Kenichi Handa <handa@m17n.org>
15885
15886 * coding.c (encode_coding_iso_2022): Fix handling of charset
15887 annotation.
15888
158892008-02-01 Kenichi Handa <handa@m17n.org>
15890
15891 * coding.c (setup_coding_system): If coding_system is nil, use
15892 Qundecided.
15893 (Fterminal_coding_system): Return nil if terminal coding system is
15894 `undecided'.
15895 (syms_of_coding): Define coding-system `undecided' here. Setup
15896 terminal_coding as `undecided'.
15897
158982008-02-01 Kenichi Handa <handa@m17n.org>
15899
15900 * xdisp.c (message_dolog, set_message_1): Call
15901 unibyte_char_to_multibyte with arg type int.
15902
15903 * lread.c (read1): Fix reading of a char-table.
15904
15905 * print.c (print_object): Include sub char-table in circularities
15906 detection.
15907
159082008-02-01 Kenichi Handa <handa@m17n.org>
15909
15910 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15911 Append the found sequences in car of ARGS instead of prepending.
15912
159132008-02-01 Kenichi Handa <handa@m17n.org>
15914
15915 * fileio.c (report_file_error): Make a unibyte string from
15916 strerror (errorno).
15917 (Fsubstitute_in_file_name): Fix the arg to
15918 unibyte_char_to_multibyte. It is evaluated twice.
15919
159202008-02-01 Kenichi Handa <handa@m17n.org>
15921
15922 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15923
159242008-02-01 Kenichi Handa <handa@m17n.org>
15925
15926 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15927 BOM is not found.
15928 (detect_coding, detect_coding_system): Optimization for ISO-2022
15929 when no 8-bit data is found.
15930
159312008-02-01 Jason Rumney <jasonr@gnu.org>
15932
15933 * w32fns.c (x_to_w32_font): Update to use new coding struct.
15934
159352008-02-01 Kenichi Handa <handa@m17n.org>
15936
15937 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
15938 CHARS.
15939
159402008-02-01 Steven Tamm <steventamm@mac.com>
15941
15942 * macterm.c (mac_encode_char): Add charset argument and update
15943 to use encoding_type.
15944 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
15945 switch to pure fontset.
15946 (decode_mac_font_name): Temporarily remove decoding.
15947 (x_font_name_to_mac_font_name): Temporarily remove encoding.
15948 (x_load_font): Temporarily remove encoding.
15949
159502008-02-01 Kenichi Handa <handa@m17n.org>
15951
15952 * xfaces.c (Fface_font): If frame is not on a window system,
15953 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
15954 refer to face->font.
15955 (split_font_name_into_vector, build_font_name_from_vector)
15956 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
15957 when HAVE_WINDOW_SYSTEM is defined.
15958
159592008-02-01 Kenichi Handa <handa@m17n.org>
15960
15961 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
15962 (x_produce_glyphs): Fix setting of members of cmp in case
15963 cmp->glyph_len is zero.
15964
15965 * fontset.c (Fset_fontset_font): Fix docstring.
15966 (Ffontset_info): Make it backward compatible. New arg ALL.
15967
159682008-02-01 Kim F. Storm <storm@cua.dk>
15969
15970 * process.c (read_process_output): Grow decoding_buf when needed;
15971 this could cause a crash in allocate_string and compact_small_strings.
15972
159732008-02-01 Kenichi Handa <handa@m17n.org>
15974
15975 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
15976
159772008-02-01 Kenichi Handa <handa@m17n.org>
15978
15979 * coding.c (setup_coding_system): Set coding->common_flags
15980 correctly for raw-text.
15981 (consume_chars): On encoding unibyte text by raw-text, don't check
15982 multibyte form.
15983 (encode_coding): On encoding by raw-text, never use translation tables.
15984
15985 * fileio.c (e_write): Short cut for the case of no encoding.
15986
159872008-02-01 Kenichi Handa <handa@m17n.org>
15988
15989 * coding.c (detect_coding, detect_coding_system): Delete unused
15990 variables.
15991
159922008-02-01 Kenichi Handa <handa@m17n.org>
15993
15994 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
15995 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
15996
159972008-02-01 Kenichi Handa <handa@m17n.org>
15998
15999 * coding.c (Ffind_coding_systems_region_internal): Include
16000 raw-text and no-conversion in the result.
16001
160022008-02-01 Kenichi Handa <handa@m17n.org>
16003
16004 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
16005 (load_font_get_repertory): Delete unnecessary check of ENCODING of
16006 FONT_DEF.
16007 (font_def_arg, add_arg, from_arg, to_arg): New args.
16008 (set_fontset_font): Change argument.
16009 (Fset_fontset_font): Fix for the case that TARGET is a script
16010 name and charset name.
16011 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
16012
160132008-02-01 Kenichi Handa <handa@m17n.org>
16014
16015 * fontset.c (fontset_font): Rename from fontset_face. Change return
16016 value.
16017 (face_suitable_for_char_p, face_for_char): Adjust for the change
16018 of fontset_font.
16019 (make_fontset_for_ascii_face): Fix setting of the fontset element
16020 for ASCII.
16021 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
16022 to get a font name.
16023 (Ffontset_info): Adjust for the change of fontset_font.
16024
16025 * coding.c (emacs_mule_char): Check invalid code more rigidly.
16026
16027 * character.h (LEADING_CODE_LATIN_1_MIN)
16028 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
16029
160302008-02-01 Kenichi Handa <handa@m17n.org>
16031
16032 * editfns.c (check_translation): New function.
16033 (Ftranslate_region_internal): Handle M:N mapping.
16034
160352008-02-01 Kenichi Handa <handa@m17n.org>
16036
16037 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
16038
160392008-02-01 Kenichi Handa <handa@m17n.org>
16040
16041 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
16042 goto invalid_code.
16043 (decode_coding_iso_2022): Fix handling of invalid designation.
16044
16045 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
16046 after calling code_conversion_save.
16047
160482008-02-01 Kenichi Handa <handa@m17n.org>
16049
16050 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
16051
16052 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
16053
16054 * fontset.c: Include "intervals.h".
16055 (fontset_face): Fix comparing of Lisp_Objects.
16056 (free_face_fontset, new_fontset_from_font_name): Fix
16057 Lisp_Object/int mixup.
16058
16059 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
16060
16061 * coding.c: Add many prototypes for static functions.
16062 (get_translation_table): Allow max_lookup to be NULL.
16063 (decode_coding, Ffind_coding_systems_region_internal)
16064 (Funencodable_char_position, Fcheck_coding_systems_region): Call
16065 get_translation_table with max_lookup NULL.
16066
160672008-02-01 Kenichi Handa <handa@m17n.org>
16068
16069 * coding.c (get_translation_table): Declare it as Lisp_Object.
16070 (LOOKUP_TRANSLATION_TABLE): New macro.
16071 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
16072 instead of CHAR_TABLE_REF.
16073
160742008-02-01 Kenichi Handa <handa@m17n.org>
16075
16076 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
16077 annotation data format.
16078 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
16079 Change arguments FROM and TO to single argument NCHARS. Change caller.
16080 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
16081 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16082 (decode_coding_ccl, decode_coding_charset): Pay attention to
16083 coding->charbuf_used.
16084 (get_translation): New function.
16085 (produce_chars): New arguments translation_table and last_block.
16086 Translate characters here. Return number of carryover chars.
16087 Change caller.
16088 (produce_composition): New argument pos. Change caller.
16089 Adjust for the change of annotation data format.
16090 (produce_charset, produce_annotation): Likewise.
16091 (decode_coding, encode_coding): Don't call translate_chars.
16092 (consume_chars): New arg translation_table. Change caller.
16093 (translate_chars): Delete.
16094 (syms_of_coding): Make translation-table's number of extra slots 2.
16095
160962008-02-01 Kenichi Handa <handa@m17n.org>
16097
16098 * search.c (simple_search): Fix setting this_pos_byte in backward
16099 search.
16100
16101 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
16102 byte sequence.
16103 (detect_coding_ccl): Fix setting of the variable valids.
16104
161052008-02-01 Kenichi Handa <handa@m17n.org>
16106
16107 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
16108
16109 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
16110
16111 * editfns.c (Ftranslate_region_internal): Rename from
16112 Ftranslate_region. Accept a char-table in TABLE.
16113 (syms_of_editfns): Defsubr Stranslate_region_internal.
16114
16115 * xfaces.c (set_lface_from_font_name): If a font is specified for
16116 a frame, generate a fontset from the font.
16117 (build_scalable_font_name): If the scalable font is requested for
16118 a specific size, don't change that size.
16119 (try_font_list): Try a scalable font also in the case that a
16120 pattern string is specified.
16121
161222008-02-01 Kenichi Handa <handa@m17n.org>
16123
16124 * xfaces.c (Fface_font): New optional arg CHARACTER.
16125
161262008-02-01 Kenichi Handa <handa@m17n.org>
16127
16128 * charset.h (CHARSET_OFFSET): New macro.
16129
161302008-02-01 Kenichi Handa <handa@m17n.org>
16131
16132 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
16133
16134 * fontset.c (fontset_face): Handle the case that repertory is a
16135 char-table.
16136 (find_font_encoding): Return nil for unknown encoding.
16137 (Fset_fontset_font): Ignore a font of unknown encoding.
16138
161392008-02-01 Kenichi Handa <handa@m17n.org>
16140
16141 * keymap.c (describe_vector): Handle default value of a char table.
16142
16143 * fontset.c (fontset_face): Handle fallback fonts correctly.
16144 (Ffontset_info): Return infomation about fallback fonts.
16145
161462008-02-01 Kenichi Handa <handa@m17n.org>
16147
16148 * fontset.c (FONTSET_DEFAULT): New macro.
16149 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
16150 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
16151 the case that it is nil.
16152 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
16153 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
16154
16155 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
16156 subset or superset.
16157
161582008-02-01 Kenichi Handa <handa@m17n.org>
16159
16160 * emacs.c (main): Call init_charset after syms_of_XXX.
16161
16162 * charset.c (Vcharset_map_directory): Delete.
16163 (Vcharset_map_path): New variable.
16164 (load_charset_map_from_file): Use Vcharset_map_path instead.
16165 (init_charset): Initialize Vcharset_map_path.
16166 (syms_of_charset): Delete declaration of "charset-map-directory",
16167 add declaration of "charset-map-path".
16168
161692008-02-01 Kenichi Handa <handa@m17n.org>
16170
16171 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
16172 ASCII only string.
16173
16174 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
16175
16176 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
16177 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
16178
161792008-02-01 Kenichi Handa <handa@m17n.org>
16180
16181 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
16182
16183 * coding.c (QCmnemonic, QCdefalut_char)
16184 (QCdecode_translation_table, QCencode_translation_table)
16185 (QCpost_read_conversion, QCpre_write_conversion): New variables.
16186 (get_translation_table): Return a list of translation tables if
16187 necessary.
16188 (decode_coding): Call get_translation_table with ENCODEP 0.
16189 (char_encodable_p): If translation_table is non-nil, always call
16190 translate_char.
16191 (Fdefine_coding_system_internal): Accept list of translation
16192 tables as :encode-translation-table and :decode-translation-table.
16193 (Fcoding_system_put): New function.
16194 (syms_of_coding): Declare new symbols. Defsubr
16195 Scoding_system_put.
16196 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
16197 typically JISX0212.
16198
16199 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
16200 when the charset is superset type.
16201
16202 * character.c (translate_char): Accept list of translation tables.
16203
162042008-02-01 Kenichi Handa <handa@m17n.org>
16205
16206 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
16207 (CODING_ATTR_TRANS_TBL): New macro.
16208
16209 * coding.c (get_translation_table): New function.
16210 (translate_chars): Fix the bug of skipping annotation data.
16211 (decode_coding, encode_coding): Utilize get_translation_table.
16212 (char_encodable_p, Funencodable_char_position): Translate char if
16213 necessary.
16214 (Ffind_coding_systems_region_internal)
16215 (Fcheck_coding_systems_region): Setup translation table for encode
16216 in a coding system attribute vector in advance.
16217 (Fdefine_coding_system_internal): Allow a symbol as translation
16218 table. For shift-jis type coding system, allow 4th charset.
16219
162202008-02-01 Kenichi Handa <handa@m17n.org>
16221
16222 * coding.c (decode_coding_sjis): Check the first byte rigidly.
16223
16224 * xdisp.c (get_next_display_element): Pass -1 as POS to
16225 FACE_FOR_CHAR if displaying a C-string.
16226
162272008-02-01 Kenichi Handa <handa@m17n.org>
16228
16229 * composite.c (get_composition_id): Handle xoff and yoff in a
16230 composition rule.
16231
16232 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
16233 (struct composition): New member lbearing and rbearing.
16234
16235 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
16236 (x_get_glyph_overhangs): Handle a composition glyph.
16237 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
16238
16239 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
16240 composition glyph.
16241
162422008-02-01 Kenichi Handa <handa@m17n.org>
16243
16244 * print.c: Include charset.h.
16245 (Vprint_charset_text_property): New variable.
16246 (Qdefault): Extern it.
16247 (PRINT_STRING_NON_CHARSET_FOUND)
16248 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
16249 (print_check_string_result): New variable.
16250 (print_check_string_charset_prop): New function.
16251 (print_prune_charset_plist): New variable.
16252 (print_prune_string_charset): New function.
16253 (print_object): Call print_prune_string_charset if
16254 Vprint_charset_text_property is not t.
16255 (print_interval): Print nothing if interval->plist is nil.
16256 (syms_of_print): Declare Vprint_charset_text_property as a lisp
16257 variable. Init and staticpro print_prune_charset_plist.
16258
162592008-02-01 Kenichi Handa <handa@m17n.org>
16260
16261 * fontset.c (new_fontset_from_font_name): Use the specified font
16262 for all characters in the new fontset.
16263
16264 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16265 OBJECT args.
16266
16267 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
16268 OBJECT args for composition too.
16269
16270 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16271 OBJECT args.
16272
162732008-02-01 Kenichi Handa <handa@m17n.org>
16274
16275 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
16276
16277 * fontset.c (reorder_font_vector): Adjust for the change of
16278 FONT_DEF format.
16279 (fontset_face): New arg id. Change caller.
16280 (face_for_char): New args pos and object.
16281 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
16282 (fs_query_fontset): Check NAME by Fassoc too.
16283 (Fset_fontset_font): Allow non-XLFD font name.
16284 (Ffontset_info): Adjust for the change of FONT_DEF format.
16285
16286 * fontset.h (face_for_char): Adjust prototype.
16287
16288 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
16289 (append_space, extend_face_to_end_of_line)
16290 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16291 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
16292
16293 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
16294 POS and OBJECT args.
16295
16296 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
16297 POS and OBJECT args.
16298
162992008-02-01 Jason Rumney <jasonr@gnu.org>
16300
16301 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
16302 of GlobalAlloc'ed memory.
16303
163042008-02-01 Kenichi Handa <handa@m17n.org>
16305
16306 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
16307
16308 * charset.h (charset_table_used): Delete extern.
16309
16310 * charset.c (charset_table_used): Make it static.
16311 (map_charset_chars): Fix args to c_function with.
16312
16313 * chartab.c (map_sub_char_table_for_charset): Fix args to
16314 c_function with.
16315
16316 * coding.h (enum coding_result_code): Delete
16317 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
16318
16319 * coding.c (Qinsufficient_source, Qinconsistent_eol)
16320 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
16321 (Vlast_code_conversion_error): New variables.
16322 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
16323 (ONE_MORE_BYTE): Record error if any instead of signaling an
16324 error. If non-ASCII multibyte char is found, return the negative
16325 value of the code. All callers changed to check it.
16326 (ONE_MORE_BYTE_NO_CHECK): Likewise.
16327 (record_conversion_result): New function. Change all codes setting
16328 coding->result to call this function.
16329 (detect_coding_utf_8, decode_coding_utf_8)
16330 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
16331 Don't use the local variable incomplete.
16332 (emacs_mule_char): Change the second arg to `const'.
16333 (decode_coding): Fix of flushing out unprocessed data.
16334 (make_conversion_work_buffer): Fix making of a work buffer.
16335 (decode_coding_object): Return coding->dst_object.
16336
16337 * fontset.c (set_fontset_font): Fix args.
16338
16339 * lisp.h (CHARACTERBITS): Define as 22.
16340
16341 * process.c (send_process): Be sure to set coding->src_multibyte.
16342
16343 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
16344
163452008-02-01 Kenichi Handa <handa@m17n.org>
16346
16347 * xdisp.c (handle_auto_composed_prop): Give limit to
16348 Fnext_single_char_property_change.
16349
163502008-02-01 Kenichi Handa <handa@m17n.org>
16351
16352 * composite.c (syms_of_composite): Don't make the composition hash
16353 table weak.
16354
16355 * fontset.c (Fset_fontset_font): Fix docstring.
16356
16357 * lisp.h (detect_coding_system): Adjust prototype.
16358
16359 * fileio.c (kill_workbuf_unwind): Delete this function.
16360 (Finsert_file_contents): Adjust the call of detect_coding_system.
16361 Get conversion_buffer by code_conversion_save. Use the macro
16362 CODING_MAY_REQUIRE_DECODING. After decoding, update
16363 coding_system.
16364
16365 * coding.h (make_conversion_work_buffer): Delete extern.
16366 (code_conversion_save): Extern it.
16367
16368 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
16369 (CODING_GET_INFO): Delete argument eol_type. Change callers.
16370 (decode_coding_utf_8): Don't do eol converion.
16371 (detect_coding_utf_16): Check coding->src_chars, not
16372 coding->src_bytes. Add heuristics for those that have no signature.
16373 (decode_coding_emacs_mule, decode_coding_iso_2022)
16374 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16375 Don't do eol converion.
16376 (adjust_coding_eol_type): Return a new coding system.
16377 (detect_coding): Don't detect eol. Fix for utf-16 detection.
16378 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
16379 each change.
16380 (decode_coding): Pay attention to undo_list. Do eol conversion for
16381 all types of coding-systems (if necessary).
16382 (Vcode_conversion_work_buf_list): Delete it.
16383 (Vcode_conversion_reused_workbuf): Rename from
16384 Vcode_conversion_reused_work_buf.
16385 (Vcode_conversion_workbuf_name): New variable.
16386 (reused_workbuf_in_use): New variable.
16387 (make_conversion_work_buffer): Delete the arg DEPTH.
16388 (code_conversion_restore): Change argument to cons.
16389 (code_conversion_save): Delete the argument BUFFER. Change callers.
16390 (detect_coding_system): New argument src_chars. Change callers.
16391 Fix for utf-16 detection.
16392 (init_coding_once): Don't use ISO_carriage_return.
16393 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
16394 reused_workbuf_in_use.
16395
163962008-02-01 Kenichi Handa <handa@m17n.org>
16397
16398 * keymap.c (store_in_keymap): Pay attention to the case that idx
16399 is a cons specifying a character range.
16400
164012008-02-01 Kenichi Handa <handa@m17n.org>
16402
16403 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16404 HANDLED_RECOMPUTE_PROPS.
16405
16406 * coding.c (Fdefine_coding_system_internal): Fix checking of
16407 ascii compatibility.
16408
164092008-02-01 Kenichi Handa <handa@m17n.org>
16410
16411 * charset.c (find_charsets_in_text): Delete unused locale variable.
16412 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16413
16414 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16415 Resync charset_list to Vemacs_mule_charset_list.
16416
16417 * keymap.c (store_in_keymap): Pay attention to the case that idx
16418 is a cons specifying a character range.
16419
164202008-02-01 Kenichi Handa <handa@m17n.org>
16421
16422 * composite.c (update_compositions): Bind inhibit-read-only, etc
16423 to t before calling remove-list-of-text-properties.
16424
16425 * print.c (print_object): Always print ASCII chars as is.
16426
164272008-02-01 Kenichi Handa <handa@m17n.org>
16428
16429 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16430
16431 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16432 is a char table.
16433
164342008-02-01 Kenichi Handa <handa@m17n.org>
16435
16436 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16437
164382008-02-01 Kenichi Handa <handa@m17n.org>
16439
16440 * xfaces.c (set_lface_from_font_name): Fix for the case that
16441 FONTNAME is not fontset name.
16442
164432008-02-01 Kenichi Handa <handa@m17n.org>
16444
16445 * fns.c (base64_encode_1): Fix previous change.
16446
164472008-02-01 Kenichi Handa <handa@m17n.org>
16448
16449 * fontset.c (set_fontset_font): New function.
16450 (Fset_fontset_font): If a font is specified for a charset, use
16451 map_charset_chars to store the font spec in a fontset.
16452
164532008-02-01 Kenichi Handa <handa@m17n.org>
16454
16455 * fontset.c (fontset_face): Create a fallback fontset on demand.
16456 (make_fontset): Don't create a fallback fontset here.
16457 (free_face_fontset): Free a fallback fontset (if any) too.
16458 (n_auto_fontsets): Delete this variable.
16459 (auto_fontset_alist): New variable.
16460 (new_fontset_from_font_name): Check auto_fontset_alist.
16461 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16462 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16463 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16464 Defsubr Sfontset_list_all.
16465
164662008-02-01 Kenichi Handa <handa@m17n.org>
16467
16468 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16469
164702008-02-01 Kenichi Handa <handa@m17n.org>
16471
16472 * fontset.c (Fnew_fontset): Check NAME more rigidly.
16473
164742008-02-01 Kenichi Handa <handa@m17n.org>
16475
16476 * editfns.c (Fgoto_char): Fix docstring.
16477
164782008-02-01 Kenichi Handa <handa@m17n.org>
16479
16480 * insdel.c (insert_from_gap): Adjust intervals correctly.
16481
164822008-02-01 Jason Rumney <jasonr@gnu.org>
16483
16484 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16485 (pfnGetFontUnicodeRanges): New dynamically loaded function.
16486 (w32_initialize): Try to load it.
16487 (x_get_font_repertory): Use it if available.
16488 (w32_encode_char): Add shortcut for unicode output.
16489
16490 * w32fns.c (w32_load_system_font): Default charset to -1.
16491 (x_to_w32_charset): Match all fonts for unicode.
16492 (w32_to_x_charset): New parameter matching. Don't return partial
16493 or wildcard charsets.
16494 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16495 (w32_codepage_for_font): Return CP_UNICODE for unicode.
16496 (w32_to_x_font): Match charset to real charset.
16497 (enum_font_cb2): Always list unicode versions.
16498
16499 * makefile.w32-in (temacs): Increase EMHEAP.
16500
165012008-02-01 Jason Rumney <jasonr@gnu.org>
16502
16503 * w32term.c (w32_encode_char): New charset parameter.
16504 font_info.encoding becomes encoding_type.
16505 (x_get_font_repertory): New function. Warning: stub only!
16506 (x_new_font): Return quickly if font already set.
16507 (x_new_fontset): fontsetname parameter is Lisp_Object.
16508 Use new fs_query_fontset. Try new_fontset_from_font_name.
16509 Use fontset_name for return value.
16510
16511 * w32term.h: Declare x_get_font_repertory.
16512
16513 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16514 place of find_charset_in_text. Use encode_coding_object in place
16515 of encode_coding.
16516 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16517 decode_coding.
16518
16519 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16520 of x_new_fontset.
16521 (w32_load_system_font): Initialize charset as unicode.
16522 font_info.encoding becomes encoding_type.
16523 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16524 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16525 (syms_of_w32fns): Set get_font_repertory_func.
16526
16527 * w32console.c: Include character.h. Use terminal_encode_buffer
16528 from term.c.
16529 (write_glyphs): Use new version of encode_terminal_code. Use
16530 encode_coding_object in place of encode_coding.
16531
16532 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16533 encoding becomes encoding_type.
16534
16535 * term.c (terminal_encode_buffer): Make externally visible.
16536
16537 * makefile.w32-in: Add character.h dependancies.
16538 (character.o, chartab.o): New targets.
16539
165402008-02-01 Kenichi Handa <handa@m17n.org>
16541
16542 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16543 CODING_ID_EOL_TYPE.
16544
165452008-02-01 Andreas Schwab <schwab@suse.de>
16546
16547 * coding.c (produce_chars): Revert last change.
16548
165492008-02-01 Kenichi Handa <handa@m17n.org>
16550
16551 * charset.h (charset_unicode): Extern it.
16552
16553 * charset.c (string_xstring_p): Check by (C >= 0x100).
16554 (find_charsets_in_text): Change format of the arc CHARSETS. New
16555 arg MULTIBYTE.
16556 (Ffind_charset_region, Ffind_charset_string): Adjust for the
16557 change of find_charsets_in_text.
16558 (Fsplit_char): Fix doc. Never return unknown.
16559
16560 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16561
16562 * coding.c (Fdefine_coding_system_alias): Update
16563 Vcoding_system_list.
16564
16565 * fontset.c (load_font_get_repertory): Pay attention to the case
16566 that ENCODING of a font is specified by a char-table.
16567
16568 * xterm.c (x_get_font_repertory): Handle the case that the
16569 encoding of font is other than Unicode.
16570
165712008-02-01 Kenichi Handa <handa@m17n.org>
16572
16573 * term.c (encode_terminal_code): Don't handle glyph-table. Check
16574 if a character is encodable by the terminal coding system. If
16575 not, produces proper number of `?'s. Update
16576 terminal_encode_buffer and terminal_encode_buf_size if necessary.
16577 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16578
165792008-02-01 Kenichi Handa <handa@m17n.org>
16580
16581 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16582 variables.
16583 (encode_terminal_code): Change argument. Encode multiple
16584 characters at once. Store the result of encoding in
16585 terminal_encode_buffer.
16586 (write_glyphs, insert_glyphs): Adjust for the change of
16587 encode_terminal_code.
16588 (term_init): Initialize terminal_encode_buffer and
16589 terminal_encode_buf_size.
16590
16591 * coding.c (consume_chars): If coding->src_object is nil, don't
16592 check annotation.
16593
165942008-02-01 Kenichi Handa <handa@m17n.org>
16595
16596 * character.c (char_string): Use ASCII_CHAR_P instead of
16597 SINGLE_BYTE_CHAR_P.
16598
165992008-02-01 Kenichi Handa <handa@m17n.org>
16600
16601 * xdisp.c (handle_auto_composed_prop): Check if the last
16602 characters of auto-composed region is newly composed with the
16603 following characters.
16604 (handle_composition_prop): Fix checking of point being inside
16605 composition.
16606
166072008-02-01 Kenichi Handa <handa@m17n.org>
16608
16609 * fns.c (concat): Don't change multibyteness of the result by
16610 concatenating an 8-bit character.
16611
16612 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
16613 multibyteness of the result when newelt is an 8-bit character.
16614
166152008-02-01 Dave Love <fx@gnu.org>
16616
16617 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16618 EMACS_INT.
16619
16620 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16621
16622 * xfaces.c (face_numeric_value): Declare dim size_t.
16623 (Finternal_lisp_face_equal_p): Remove unused f.
16624
16625 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16626 (MATRIX_ROW): Remove unused vars.
16627 (draw_glyphs, x_insert_glyphs, fast_find_position)
16628 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16629 byte/char counts.
16630
16631 * regex.c (regex_compile): Remove unused var.
16632
16633 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16634
16635 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16636 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16637
16638 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16639
16640 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16641
16642 * fileio.c (Fwrite_region): Remove unused var.
16643
16644 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16645 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16646
16647 * composite.c (Fremove_list_of_text_properties): Declare.
16648
16649 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16650 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16651 (coding_inherit_eol_type): Remove unused attrs.
16652 (detect_coding): Cast arg of detect_eol.
16653
16654 * charset.c (syms_of_charset): Remove unused var p.
16655 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16656 byte/char counts.
16657
16658 * casetab.c (set_case_table): Remove unused var.
16659
16660 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16661 unused vars.
16662
166632008-02-01 Dave Love <fx@gnu.org>
16664
16665 * xterm.c (x_bitmap_mask): Declare.
16666
166672008-02-01 Dave Love <fx@gnu.org>
16668
16669 * xterm.c (x_term_init): Fix type error.
16670
16671 * lisp.h: Add Funibyte_char_to_multibyte.
16672
16673 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16674 (Fset_coding_system_priority): Doc fix.
16675
16676 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16677
16678 * indent.c (check_composition): Make start and end EMACS_INT.
16679
16680 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16681
16682 * xdisp.c (handle_composition_prop, check_point_in_composition):
16683 Make buffer positions EMACS_INT.
16684
16685 * composite.c (find_composition, run_composition_function)
16686 (update_compositions, Ffind_composition_internal): Make buffer
16687 positions EMACS_INT.
16688
16689 * composite.h (find_composition, update_compositions): Make
16690 position args EMACS_INT.
16691
16692 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16693
16694 * intervals.c (get_property_and_range):
16695 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16696
16697 * unexalpha.c: Don't include varargs.h.
16698
166992008-02-01 Dave Love <fx@gnu.org>
16700
16701 * coding.h (ENCODE_UTF_8): New.
16702
16703 * Makefile.in (gtkutil.o): Depend on coding.h.
16704
16705 * coding.c (Fset_coding_system_priority): Doc fix.
16706
167072008-02-01 Kenichi Handa <handa@m17n.org>
16708
16709 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16710 the case of auto saving.
16711
167122008-02-01 Andreas Schwab <schwab@suse.de>
16713
16714 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16715 `range' from GC.
16716
167172008-02-01 Kenichi Handa <handa@m17n.org>
16718
16719 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16720
167212008-02-01 Kenichi Handa <handa@m17n.org>
16722
16723 * fileio.c (choose_write_coding_system): Return a decided coding system.
16724 (Fwrite_region): Set Vlast_coding_system_used to the return value
16725 of choose_write_coding_system.
16726
167272008-02-01 Kenichi Handa <handa@m17n.org>
16728
16729 * charset.c (Fset_charset_priority): Pay attention to duplicated
16730 arguments.
16731
16732 * coding.c (QCcategory): New variable.
16733 (syms_of_coding): Defsym it. Set all elements of
16734 Vcoding_category_table and their symbol values.
16735 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16736 coding-category-XXX, and coding-category-list.
16737 (Fdefine_coding_system_internal): Add category in the plist.
16738
167392008-02-01 Kenichi Handa <handa@m17n.org>
16740
16741 * callproc.c (Fcall_process): Handle carryover correctly.
16742
16743 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16744 (raw_text_coding_system): Check NILP (coding_system).
16745 (coding_inherit_eol_type): Check NILP (coding_system) and
16746 NILP (parent).
16747 (consume_chars): Fix for the case of raw-text.
16748
16749 * process.c (read_process_output): Handle carryover correctly.
16750
167512008-02-01 Dave Love <fx@gnu.org>
16752
16753 * regex.c (re_search_2): Fix last change.
16754
167552008-02-01 Kenichi Handa <handa@m17n.org>
16756
16757 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16758 target_multibyte. Even in a unibyte case, return a converted
16759 multibyte char.
16760 (GET_CHAR_AFTER): New macro.
16761 (PATFETCH): Translate via multibyte char.
16762 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16763 (SETUP_MULTIBYTE_RANGE): New macro.
16764 (regex_compile): Setup compiled code so that its multibyteness
16765 matches that of a target. Fix the handling of "[X-YZ]" using
16766 SETUP_MULTIBYTE_RANGE.
16767 (analyse_first) <charset>: For filling fastmap for all multibyte
16768 characters, don't check by BASE_LEADING_CODE_P.
16769 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16770 the same as RE_MULTIBYTE_P (bufp) now.
16771 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16772 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16773 (TRANSLATE_VIA_MULTIBYTE): New macro.
16774 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16775 It is the same as RE_MULTIBYTE_P (bufp) now.
16776 <exactn>: Translate via multibyte.
16777 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16778 translate it.
16779 <charset, charset_not>: Fetch a character by
16780 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16781 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16782 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16783 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16784 by GET_CHAR_AFTER.
16785 (bcmp_translate): Likewise.
16786
16787 * search.c (compile_pattern): Check the member target_multibyte,
16788 not the member multibyte of buf.
16789
16790 * lread.c (read1): While reading a string, set force_singlebyte
16791 and force_multibyte correctly.
16792
16793 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16794 up of unibyte_to_multibyte_table.
16795
167962008-02-01 Kenichi Handa <handa@m17n.org>
16797
16798 * coding.c (setup_coding_system): If coding has
16799 post-read-conversion or pre-write-conversion, set
16800 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16801 respectively.
16802 (decode_coding_gap): Run post-read-conversion if any.
16803
16804 * fileio.c (Finsert_file_contents): Even if we read into a
16805 unibyte buffer, check if we must decode the result or not.
16806
168072008-02-01 Kenichi Handa <handa@m17n.org>
16808
16809 * coding.c (make_conversion_work_buffer): Change the work buffer
16810 name to the same one as that of Emacs 21.
16811
168122008-02-01 Kenichi Handa <handa@m17n.org>
16813
16814 * coding.h (make_conversion_work_buffer): Adjust prototype.
16815 (code_conversion_restore): Don't extern it.
16816
16817 * coding.c (detected_mask): Delete unused variable.
16818 (decode_coding_iso_2022): Pay attention to the byte sequence of
16819 CTEXT extended segment, and retain those bytes as is.
16820 (decode_coding_ccl): Delete unused variable `valids'.
16821 (setup_coding_system): Delete unused variable `category'.
16822 (consume_chars): Delete unused variable `category'. Make it work
16823 for non-multibyte case.
16824 (make_conversion_work_buffer): Change argument.
16825 (saved_coding): Delete unused variable.
16826 (code_conversion_restore): Don't check saved_coding->destination.
16827 (code_conversion_save): New function.
16828 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16829 instead of record_unwind_protect.
16830 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
16831 (detect_coding_system): Delete unused variable `mask'.
16832 (Fdefine_coding_system_internal): Delete unused variable id.
16833
16834 * fileio.c (kill_workbuf_unwind): New function.
16835 (Finsert_file_contents): On replacing, call
16836 make_conversion_work_buffer with correct args, and call
16837 record_unwind_protect with the first arg kill_workbuf_unwind.
16838
16839 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16840
168412008-02-01 Kenichi Handa <handa@m17n.org>
16842
16843 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16844 (fontset_add): Fix for the case that TO is less than TO1.
16845 (Ffontset_info): Don't use fallback fontset on checking the
16846 default fontset.
16847 (dump_fontset): New function for debugging.
16848
16849 * coding.c (Fdefine_coding_system_internal): Fix for the case that
16850 coding_type is Qcharset.
16851
168522008-02-01 Kenichi Handa <handa@m17n.org>
16853
16854 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16855 (map_char_table): Don't inherit the value from the parent on
16856 initializing VAL. Adjust for the above change.
16857
168582008-02-01 Kenichi Handa <handa@m17n.org>
16859
16860 * coding.c (Qsignature, Qendian): Delete these variables.
16861 (syms_of_coding): Don't initialize them.
16862 (CATEGORY_MASK_UTF_16_AUTO): New macro.
16863 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16864 detect_info->found.
16865 (decode_coding_utf_16): Don't detect BOM here.
16866 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16867 is NOT utf_16_without_bom.
16868 (setup_coding_system): For a coding system of type utf-16, check
16869 if the attribute :endian is Qbig or not (not nil or not), and set
16870 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16871 (detect_coding): If coding type is utf-16 and BOM detection is
16872 required, detect it.
16873 (Fdefine_coding_system_internal): For a coding system of type
16874 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16875
168762008-02-01 Kenichi Handa <handa@m17n.org>
16877
16878 * coding.c (coding_set_source): Fix for the case that the current
16879 buffer is different from coding->src_object.
16880 (decode_coding_object): Don't use the conversion work buffer if
16881 DST_OBJECT is a buffer.
16882
168832008-02-01 Dave Love <fx@gnu.org>
16884
16885 * lread.c (read_emacs_mule_char) [len==2]: Index
16886 emacs_mule_charset correctly.
16887
168882008-02-01 Dave Love <fx@gnu.org>
16889
16890 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16891 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16892 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
16893 treated specially.)
16894 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16895 (detected_mask): Remove Big5 bits.
16896
168972008-02-01 Kenichi Handa <handa@m17n.org>
16898
16899 The following changes are to make the font rescaling facility
16900 compatible with Emacs 21.
16901
16902 * xfaces.c (Vface_font_rescale_alist): Rename from
16903 Vface_resizing_fonts.
16904 (struct font_name): Rename member resizing_ratio to rescale_ratio.
16905 (font_rescale_ratio): Rename from font_resizing_ratio.
16906 (split_font_name): Set font->rescale_ratio.
16907 (better_font_p): Pay attention to font->rescale_ratio.
16908 (build_scalable_font_name): Likewise. Change RESX, and RESY
16909 fields.
16910 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16911
169122008-02-01 Kenichi Handa <handa@m17n.org>
16913
16914 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16915 (Qutf_16_le): Remove these variables.
16916 (syms_of_coding): Don't DEFSYM them.
16917 (decode_coding_utf_16): Fix handling of BOM.
16918 (encode_coding_utf_16): Fix handling of BOM.
16919
169202008-02-01 Kenichi Handa <handa@m17n.org>
16921
16922 * fileio.c (Finsert_file_contents): On replacing, before decoding
16923 the file into the work buffer, set point of the work buffer to the end.
16924
169252008-02-01 Dave Love <fx@gnu.org>
16926
16927 * coding.c (Fcheck_coding_systems_region): Fix type errors.
16928
169292008-02-01 Dave Love <fx@gnu.org>
16930
16931 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16932 and fix C types.
16933
169342008-02-01 Kenichi Handa <handa@m17n.org>
16935
16936 * xdisp.c (SKIP_GLYPHS): New macro.
16937 (set_cursor_from_row): Pay attention to string display properties.
16938
16939 * category.c (copy_category_entry): Fix for the case that RANGE
16940 is an integer.
16941
16942 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
16943
16944 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
16945
169462008-02-01 Kenichi Handa <handa@m17n.org>
16947
16948 * charset.c (Fcharset_id_internal): New function.
16949 (syms_of_charset): Defsubr it.
16950
16951 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
16952 with the last arg charset_list acquired from coding.
16953 (Fdefine_coding_system_internal): For ccl-based coding system, fix
16954 the attribute coding_attr_ccl_valids.
16955
16956 * coding.h (enum define_coding_ccl_arg_index): Set the first
16957 member coding_arg_ccl_decoder to coding_arg_max.
16958
16959 * ccl.h (ccl_driver): Adjust prototype.
16960
16961 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
16962 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 16963 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
16964 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
16965 last arg Qnil.
16966
169672008-02-01 Kenichi Handa <handa@m17n.org>
16968
16969 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
16970 call encode_char.
16971
16972 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
16973
169742008-02-01 Dave Love <fx@gnu.org>
16975
16976 * composite.c (syms_of_composite): Make composition_hash_table weak.
16977
169782008-02-01 Kenichi Handa <handa@m17n.org>
16979
16980 * dispextern.h (check_face_attributes, generate_ascii_font_name)
16981 (font_name_registry): Don't extern them.
16982 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
16983
16984 * fontset.h (Qfontset): Don't extern it.
16985 (new_fontset_from_font_name): Extern it.
16986
16987 * fontset.c: Give 8 extra slots to fontset objects.
16988 (Qfontset_info): New variable.
16989 (syms_of_fontset): Defsym it.
16990 (FONTSET_FALLBACK): New macro.
16991 (fontset_face): Try also the default fontset.
16992 (make_fontset): Realize a fallback fontset from the default fontset.
16993 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
16994 using split_font_name_into_vector and build_font_name_from_vector.
16995 (Fset_fontset_font): Access the elements of font_spec by enum
16996 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
16997 name by using split_font_name_into_vector.
16998 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
16999 generate a proper font name from the fontset name. Update
17000 Vfontset_alias_alist.
17001 (n_auto_fontsets): New variable.
17002 (new_fontset_from_font_name): New function.
17003 (Ffont_info): Store the information about fonts generated from the
17004 default fontset in the first extra slot of the returned char-table.
17005
17006 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
17007 (font_name_registry): Delete function.
17008 (split_font_name_into_vector): New function.
17009 (build_font_name_from_vector): New function.
17010 (font_list): The argument REGISTRY is now a list of registry names.
17011 (choose_face_font): If we are choosing an ASCII font, and ATTRS
17012 specifies an explicit font name, return the name as is. Make a
17013 list of registy names.
17014
17015 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
17016 of x_new_fontset.
17017 (Fx_create_frame): Don't call x_new_fontset here. Just use
17018 x_list_fonts to check the existence of fonts.
17019
17020 * xterm.h (x_new_fontset): Adjust prototype.
17021
17022 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
17023 string. Use new_fontset_from_font_name to create a fontset from a
17024 font name.
17025
170262008-02-01 Kenichi Handa <handa@m17n.org>
17027
17028 * syntax.c (Vfind_word_boundary_function_table): New name for
17029 Vnext_word_boundary_function_table.
17030 (find-word-boundary-function-table): New name for
17031 next-word-boundary-function-table.
17032
170332008-02-01 Dave Love <fx@gnu.org>
17034
17035 * Makefile.in: Fix some dependencies.
17036
17037 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
17038 set it to nil before returning.
17039
17040 * composite.c (update_compositions): Fix type error.
17041
17042 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
17043
170442008-02-01 Kenichi Handa <handa@m17n.org>
17045
17046 * xterm.c (x_new_font): Optimize for the case that the font is
17047 already set for the frame.
17048
170492008-02-01 Kenichi Handa <handa@m17n.org>
17050
17051 * chartab.c (char_table_ascii): Check if the char table contents
17052 is sub-char-table or not.
17053 (char_table_set, char_table_set_range): Fix argument to
17054 char_table_ascii.
17055
17056 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
17057 (detect_coding_utf_8, detect_coding_utf_16)
17058 (detect_coding_emacs_mule, detect_coding_iso_2022)
17059 (detect_coding_sjis, detect_coding_big5)
17060 (detect_coding_ccl, detect_coding_charset): Change argument MASK
17061 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
17062 sequence is valid in this coding system. Change callers.
17063 (MAX_ANNOTATION_LENGTH): New macro.
17064 (ADD_ANNOTATION_DATA): New macro.
17065 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
17066 ADD_ANNOTATION_DATA. Change the format of annotation data.
17067 (ADD_CHARSET_DATA): New macro.
17068 (emacs_mule_char): New argument ID. Change callers.
17069 (decode_coding_emacs_mule, decode_coding_iso_2022)
17070 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
17071 Produce charset annotation data in coding->charbuf.
17072 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
17073 to charset annotation data in coding->charbuf.
17074 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
17075 coding->common_flags if the coding system is iso-2022 based and
17076 uses designation.
17077 (produce_composition): Adjust for the new annotation data format.
17078 (produce_charset): New function.
17079 (produce_annotation): Handle charset annotation.
17080 (handle_composition_annotation, handle_charset_annotation): New
17081 functions.
17082 (consume_chars): Handle charset annotation. Utilize the above two
17083 functions.
17084 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
17085 buffer, get the deleted text as a string and set
17086 coding->src_object to that string.
17087 (detect_coding, detect_coding_system): Use the new struct
17088 coding_detection_info.
17089
17090 * coding.h (struct coding_detection_info): New structure.
17091 (struct coding_system): Adjust prototype of the member `detector'.
17092 (CODING_ANNOTATE_CHARSET_MASK): New macro.
17093
170942008-02-01 Kenichi Handa <handa@m17n.org>
17095
17096 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
17097
170982008-02-01 Dave Love <fx@gnu.org>
17099
17100 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
17101 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
17102 to new local and nullify apropos_accumulate before returning.
17103 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
17104
171052008-02-01 Kenichi Handa <handa@m17n.org>
17106
17107 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
17108 correctly.
e3eea1fc 17109
aac0c6e3
MR
171102008-02-01 Dave Love <fx@gnu.org>
17111
17112 * fns.c (Flanginfo): Call synchronize_system_time_locale.
17113
171142008-02-01 Kenichi Handa <handa@m17n.org>
17115
17116 The following changes are to make character composition happen
17117 automatically on displaying.
17118
17119 * Makefile.in (lisp, shortlisp): Add composite.elc.
17120
17121 * composite.h (Qauto_composed, Vauto_composition_function)
17122 (Qauto_composition_function): Extern them.
17123
17124 * composite.c (Vcomposition_function_table)
17125 (Qcomposition_function_table): Delete variables.
17126 (Qauto_composed, Vauto_composition_function)
17127 (Qauto_composition_function): New variables.
17128 (run_composition_function): Don't call
17129 compose-chars-after-function.
17130 (update_compositions): Clear `auto-composed' text property.
17131 (compose_chars_in_text): Delete this function.
17132 (syms_of_composite): Staticpro Qauto_composed and
17133 Qauto_composition_function. Declare Vauto_composition_function as
17134 a Lisp variable.
17135
17136 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
17137
17138 * xdisp.c (it_props): Add an entry for Qauto_composed.
17139 (handle_auto_composed_prop): New function.
17140
17141 * xselect.c (selection_data_to_lisp_data): Don't call
17142 compose_chars_in_text.
17143
171442008-02-01 Dave Love <fx@gnu.org>
17145
17146 * keyboard.c (read_char): Modify checking around use of
17147 Vkeyboard_translate_table.
17148
17149 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17150 and fix C types.
17151
171522008-02-01 Kenichi Handa <handa@m17n.org>
17153
17154 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
17155 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17156 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
17157 the case that the last byte is '\r' correctly.
17158 (decode_coding): Flush out the unprocessed data correctly.
17159 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
17160
171612008-02-01 Dave Love <fx@gnu.org>
17162
17163 * xterm.c (XTread_socket): Fix changes for defined keysyms.
17164 Add XK_ISO... case.
17165 (xaw_scroll_callback): Revert last change.
17166
171672008-02-01 Kenichi Handa <handa@m17n.org>
17168
17169 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
17170
171712008-02-01 Kenichi Handa <handa@m17n.org>
17172
17173 * xfaces.c (Vface_resizing_fonts): New variable.
17174 (struct font_name): New member `resizing_ratio'.
17175 (font_resizing_ratio): New function.
17176 (split_font_name): Set font->resizing_ratio.
17177 (better_font_p): Pay attention to font->resizing_ratio.
17178 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
17179 RESX, and RESY fields.
17180 (try_alternative_families): Try scalable fonts if
17181 Vscalable_fonts_allowed is not Qt.
17182 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
17183
171842008-02-01 Dave Love <fx@gnu.org>
17185
17186 * xterm.c (xaw_scroll_callback): Cast correctly.
17187
171882008-02-01 Dave Love <fx@gnu.org>
17189
17190 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
17191 (lispy_kana_keys): Comment out.
17192 (make_lispy_event) [XK_kana_A]: Comment out.
17193
17194 * xterm.c (xaw_scroll_callback): Cast call_data.
17195 (XTread_socket): Deal with ASCII keysyms.
17196 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
17197
171982008-02-01 Dave Love <fx@gnu.org>
17199
17200 * xterm.c (Vx_keysym_table): New.
17201 (syms_of_xterm): Initialize it.
17202 (XTread_socket): Use it.
17203 From head: Eliminate incorrect optimization that tried to avoid
17204 decoding the output of X*LookupString.
17205 (x_get_font_repertory): Delete charset declaration.
17206
172072008-02-01 Kenichi Handa <handa@m17n.org>
17208
17209 * coding.c (detect_coding_charset): If only ASCII bytes are found,
17210 return 0.
17211 (Fdefine_coding_system_internal): Setup
17212 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
17213
172142008-02-01 Dave Love <fx@gnu.org>
17215
17216 * coding.c (Fcheck_coding_system): Doc fix.
17217
17218 * editfns.c (Finsert_byte): Return a proper value.
17219
172202008-02-01 Kenichi Handa <handa@m17n.org>
17221
17222 * coding.c (decode_coding): Fix args to translate_chars. Pay
17223 attention to Vstandard_translation_table_for_decode.
17224 (encode_coding): Fix args to translate_chars. Pay attention to
17225 Vstandard_translation_table_for_encode.
17226
17227 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
17228 SINGLE_BYTE_CHAR_P.
17229
17230 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
17231 not by SINGLE_BYTE_CHAR_P.
17232
17233 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
17234 SINGLE_BYTE_CHAR_P.
17235
17236 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
17237 SINGLE_BYTE_CHAR_P.
17238
17239 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
17240 by SINGLE_BYTE_CHAR_P.
17241
17242 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
17243 SINGLE_BYTE_CHAR_P.
17244
172452008-02-01 Dave Love <fx@gnu.org>
17246
17247 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
17248
172492008-02-01 Dave Love <fx@gnu.org>
17250
17251 * fns.c (Flanginfo): Fix typo.
17252
17253 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
17254
172552008-02-01 Kenichi Handa <handa@m17n.org>
17256
17257 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
17258 (detect_coding_emacs_mule, detect_coding_iso_2022)
17259 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
17260 incomplete byte sequence. Don't update *mask when correctly detected.
17261 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
17262 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
17263 (detect_coding, detect_coding_system): Adjust for the changes above.
17264
172652008-02-01 Kenichi Handa <handa@m17n.org>
17266
17267 * character.c (char_string): Rename from
17268 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
17269 (string_char): Rename from string_char.
17270
17271 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
17272 if C is greater than MAX_3_BYTE_CHAR.
17273 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
17274 string_char instead of string_char_with_unification.
17275
172762008-02-01 Dave Love <fx@gnu.org>
17277
17278 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
17279
172802008-02-01 Kenichi Handa <handa@m17n.org>
17281
17282 * keymap.c (push_key_description): Pay attention to force_multibyte.
17283
17284 * regex.c (re_search_2): Fix for the case of unibyte buffer.
17285
172862008-02-01 Dave Love <fx@gnu.org>
17287
17288 * charset.c (define_charset_internal): Rename `supprementary'.
17289
17290 * Makefile.in (lisp, shortlisp): Remove latin-N.
17291
172922008-02-01 Dave Love <fx@gnu.org>
17293
17294 * xfns.c (x_window, x_window): Use use_xim.
17295
17296 * xterm.c (use_xim): Initialize.
17297 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17298 (x_term_init): Maybe set use_xim.
17299
17300 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17301
173022008-02-01 Kenichi Handa <handa@m17n.org>
17303
17304 * search.c (search_buffer): Fix case-fold-search of multibyte
17305 characters.
17306 (boyer_moore): Rename the last argument to char_high_bits.
17307
173082008-02-01 Kenichi Handa <handa@m17n.org>
17309
17310 * xdisp.c (display_string): Fix for the case of zero width glyph.
17311
17312 * xfns.c (x_set_font): Change the error message of the case that
17313 x_new_fontset returns Qt.
17314
17315 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
17316 (Finternal_set_lisp_face_attribute): Use signal_error for the
17317 error of invalid fontset.
17318
17319 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
17320 fontset, return Qt.
17321
173222008-02-01 Dave Love <fx@gnu.org>
17323
17324 * unexelf.c (unexec): Make .got handling not SGI-specific.
17325
17326 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
17327
17328 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
17329
17330 * keyboard.c (read_key_sequence): Fix type error.
17331
17332 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
17333 type error.
17334
17335 * fontset.c (fontset_add): Return Lisp_Object.
17336
173372008-02-01 Dave Love <fx@gnu.org>
17338
17339 * charset.h (charset_ordered_list_tick): Declare extern.
17340
173412008-02-01 Kenichi Handa <handa@m17n.org>
17342
17343 The following changes (and some of 2008-02-01 changes of mine) are
17344 for handling syntax, category, and case conversion for unibyte
17345 characters by converting them to multibyte on the fly. With these
17346 changes, we don't have to setup syntax and case tables for unibyte
17347 characters in each language environment.
17348
17349 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
17350 multibyte if necessary.
17351
17352 * bytecode.c (Fbyte_code): Likewise.
17353
17354 * character.h (LEADING_CODE_LATIN_1_MIN)
17355 (LEADING_CODE_LATIN_1_MAX): New macros.
17356 (unibyte_to_multibyte_table): Extern it.
17357 (unibyte_char_to_multibyte): New macro.
17358 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
17359 (CHAR_LEADING_CODE): New macro.
17360 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
17361
17362 * character.c (unibyte_to_multibyte_table): New variable.
17363 (unibyte_char_to_multibyte): Move to character.h and define as macro.
17364 (multibyte_char_to_unibyte): If C is an eight-bit character,
17365 convert it to the corresponding byte value.
17366
17367 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
17368 not 1, signals an error. Update the elements of
17369 unibyte_to_multibyte_table.
17370 (init_charset_once): Initialize unibyte_to_multibyte_table.
17371 (syms_of_charset): Define the charset `iso-8859-1'.
17372
17373 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
17374 as is without converting it to unibyte. In a unibyte buffer,
17375 convert C to multibyte before checking the syntax.
17376
17377 * lisp.h (unibyte_char_to_multibyte): Delete extern.
17378
17379 * minibuf.c (Fminibuffer_complete_word): Use the macro
17380 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
17381
17382 * regex.h (struct re_pattern_buffer): New member target_multibyte.
17383
17384 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
17385 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
17386 that is zero, convert an eight-bit char to multibyte.
17387 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
17388 non-emacs case.
17389 (PATFETCH): Convert an eight-bit char to multibyte.
17390 (HANDLE_UNIBYTE_RANGE): New macro.
17391 (regex_compile): Setup the compiled pattern for multibyte chars
17392 even if the given regex string is unibyte. Use PATFETCH_RAW
17393 instead of PATFETCH in many places. To handle `charset'
17394 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
17395 only for ASCII chars.
17396 (analyse_first) <exactn>: Simplify because the compiled pattern
17397 is multibyte.
17398 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
17399 <charset>: Use CHAR_LEADING_CODE to get leading codes.
17400 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
17401 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
17402 multibyte always 1.
17403 (re_search_2): In emacs, set the locale variable multibyte to 1,
17404 otherwise to 0. New local variable target_multibyte. Check it
17405 to decide the multibyteness of STR1 and STR2. If
17406 target_multibyte is zero, convert unibyte chars to multibyte
17407 before translating and checking fastmap.
17408 (TARGET_CHAR_AND_LENGTH): New macro.
17409 (re_match_2_internal): In emacs, set the locale variable multibyte
17410 to 1, otherwise to 0. New local variable target_multibyte. Check
17411 it to decide the multibyteness of STR1 and STR2. Use
17412 TARGET_CHAR_AND_LENGTH to fetch a character from D.
17413 <charset, charset_not>: If multibyte is nonzero, check fastmap
17414 only for ASCII chars. Call bcmp_translate with
17415 target_multibyte, not with multibyte.
17416 <begline>: Declare the local variable C as `unsigned'.
17417 (bcmp_translate): Change the last arg name to target_multibyte.
17418
17419 * search.c (compile_pattern_1): Don't adjust the multibyteness of
17420 the regexp pattern and the matching target. Set cp->buf.multibyte
17421 to the multibyteness of the regexp pattern. Set
17422 cp->but.target_multibyte to the multibyteness of the matching target.
17423 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17424 FETCH_STRING_CHAR_ADVANCE.
17425 (Freplace_match): Convert unibyte chars to multibyte.
17426
17427 * syntax.c (char_quoted, back_comment, scan_words)
17428 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17429 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17430 unibyte chars to multibyte.
17431 (skip_chars): Delete the arg syntaxp, and move the code for
17432 handling syntaxes to skip_syntaxes. Change callers.
17433 Fix the case that the multibyteness of STRING and the current
17434 buffer doesn't match.
17435 (skip_syntaxes): New function.
17436 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17437 SINGLE_BYTE_CHAR_P.
17438
174392008-02-01 Kenichi Handa <handa@m17n.org>
17440
17441 * xfaces.c (QCfontset): New variable.
17442 (LFACE_FONTSET): New macro.
17443 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17444 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17445 (Finternal_set_lisp_face_attribute)
17446 (Finternal_get_lisp_face_attribute): Handle QCfontset.
17447 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17448 check also LFACE_FONTSET_INDEX.
17449 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17450 attrs[LFACE_FONT_INDEX].
17451 (syms_of_xfaces): Intern and staticpro QCfontset.
17452
17453 * dispextern.h (enum lface_attribute_index): New member
17454 LFACE_FONTSET_INDEX.
17455
17456 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17457
174582008-02-01 Kenichi Handa <handa@m17n.org>
17459
17460 * coding.c (coding_set_destination): Fix coding->destination for
17461 the case converting a region.
17462 (encode_coding_utf_8): Encode eight-bit chars as single byte.
17463 (encode_coding_object): Fix coding->dst_pos and
17464 coding->dst_pos_byte for the case converting a region.
17465
17466 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17467
17468 * character.h (BYTE8_STRING): New macro.
17469
17470 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17471
174722008-02-01 Kenichi Handa <handa@m17n.org>
17473
17474 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17475 characters by octal form.
17476
17477 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17478
17479 * buffer.h (_fetch_multibyte_char_len): Delete extern.
17480 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17481 _fetch_multibyte_char_len.
17482 (FETCH_CHAR_AS_MULTIBYTE): New macro.
17483
17484 * casetab.c (set_canon, set_identity, shuffle): Simplify.
17485
17486 * casefiddle.c (casify_object): Simplify. Handle the case that
17487 the case conversion change the byte length.
17488 (casify_region): Likewise.
17489
17490 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17491
17492 * character.c (_fetch_multibyte_char_len): Delete this variable.
17493 (syms_of_character): Setup Vprintable_chars.
17494
17495 * editfns.c (Fchar_equal): Fix for the unibyte case.
17496 (Finsert_byte): New function.
17497 (syms_of_editfns): Defsubr it.
17498
17499 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17500 of direct code 0x3ffff.
17501
17502 * search.c (Freplace_match): Fix for the unibyte case.
17503
175042008-02-01 Kenichi Handa <handa@m17n.org>
17505
17506 * lread.c (safe_to_load_p): Fix the logic.
17507
17508 * syntax.c (scan_words): Don't treat characters belonging to
17509 different scripts as constituting a word.
17510
17511 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17512
17513 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17514
17515 * emacs.c (main): In the case of --unibyte, instead of aborting on
17516 finding non-empty buffer, make it unibyte.
17517
175182008-02-01 Kenichi Handa <handa@m17n.org>
17519
17520 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17521 to create a fontset.
17522
175232008-02-01 Dave Love <fx@gnu.org>
17524
17525 * character.c (Funibyte_char_to_multibyte): Doc fix.
17526
17527 * xfns.c [HAVE_STDLIB_H]: Fix last change.
17528
175292008-02-01 Kenichi Handa <handa@m17n.org>
17530
17531 * fontset.c (fontset_add): Make the type `int'.
17532 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17533
17534 * character.c (unibyte_char_to_multibyte)
17535 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17536 charset_unibyte, not charset_primary.
17537
17538 * charset.h (charset_unibyte): Extern it instead of charset_primary.
17539
17540 * charset.c (charset_unibyte): Rename from charset_primary.
17541 (Funibyte_charset): Rename from Fprimary_charset.
17542 (Fset_unibyte_charset): Rename from Fset_primary_charset.
17543 (syms_of_charset): Adjust for the above changes.
17544
17545 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17546 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17547 it->multibyte_p is zero.
17548
17549 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17550 Delete extern.
17551
175522008-02-01 Kenichi Handa <handa@m17n.org>
17553
17554 * coding.c (Fdefine_coding_system_internal): Fix category setting
17555 for a coding system of type iso-2022.
17556
175572008-02-01 Kenichi Handa <handa@m17n.org>
17558
17559 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17560
175612008-02-01 Kenichi Handa <handa@m17n.org>
17562
17563 * syntax.c (Vnext_word_boundary_function_table): New variable.
17564 (next-word-boundary-function-table): Declare it as a Lisp variable
17565 in syms_of_syntax.
17566 (scan_words): Call functions in Vnext_word_boundary_function_table
17567 if any.
17568
17569 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17570
17571 * fontset.c (fs_load_font): If fontp->charset is not negative,
17572 return fontp without setting its members.
17573
175742008-02-01 Dave Love <fx@gnu.org>
17575
17576 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17577
17578 * m/sparc.h (HAVE_ALLOCA): Delete.
17579
17580 * s/irix6-5.h: Don't include strings.h.
17581 (bcopy, bzero, bcmp): Don't undef.
17582
17583 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17584
17585 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17586 (TIOCSIGSEND): Don't test IRIX6.
17587 (bcopy, bzero, bcmp): Define conditionally.
17588
175892008-02-01 Kenichi Handa <handa@m17n.org>
17590
17591 * buffer.c (Qas, Qmake, Qto): New variables.
17592 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
17593 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17594
17595 * callproc.c (Fcall_process): Don't call insert_1_both directly if
17596 we are inserting a process output into a multibyte buffer.
17597
17598 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17599 multibyte_char_to_unibyte.
17600
17601 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17602 by the primary charset, make it eight-bit char.
17603 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17604
17605 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17606 (charset_8_bit__control, charset_8_bit_graphic)
17607 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17608 (define_charset_internal): New function.
17609 (syms_of_charset): Call define_charset_internal for pre-defined
17610 charsets.
17611
17612 * charset.h (charset_8_bit): Extern it.
17613
17614 * coding.c (make_conversion_work_buffer): Adjust for the change
17615 of Fset_buffer_multibyte.
17616 (encode_coding_raw_text): Increment p0 in the loop.
17617
17618 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17619
17620 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17621 for the change of Fset_buffer_multibyte.
17622
17623 * fns.c (Fstring_to_multibyte): New function.
17624 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17625
176262008-02-01 Dave Love <fx@gnu.org>
17627
17628 * xfns.c (x_put_x_image): Declare args.
17629
17630 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17631 (try_font_list): Declare an arg.
17632
17633 * xdisp.c (message2_nolog, set_message): Declare an arg.
17634
17635 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17636
17637 * syntax.c (scan_sexps_forward): Declare an arg.
17638
17639 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17640 Declare an arg.
17641
17642 * lisp.h (Fnew_fontset): Declare.
17643
17644 * keymap.c (push_key_description): Call CHARACTERP correctly.
17645
17646 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17647 (face_for_char): Delete unused vars.
17648 (Fset_fontset_font): Doc fix. Delete unused vars.
17649
17650 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17651
17652 * composite.c (update_compositions): Declare arg.
17653
17654 * cm.c (calccost, cmgoto): Declare args.
17655
17656 * charset.c: Remove `emacs' conditional. Doc fixes.
17657 (map_char_table_for_charset): Declare.
17658
17659 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17660
17661 * ccl.c: Remove `emacs' conditional.
17662
176632008-02-01 Kenichi Handa <handa@m17n.org>
17664
17665 The following changes are to allow specifying multiple font
17666 patterns for a character range (specified by script or charset).
17667
17668 * Makefile.in (abbrev.o): Depend on syntax.h.
17669 (xfaces.o): Depend on charset.h.
17670
17671 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17672 SINGLE_BYTE_CHAR_P.
17673
17674 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17675
17676 * character.h (Vchar_script_table): Extern it.
17677
17678 * character.c (Vscript_alist): Delete.
17679 (Vchar_script_table, Qchar_script_table): New variable.
17680 (syms_of_character): Declare Vchar_script_table as a lisp variable
17681 and initialize it.
17682
17683 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17684 have property char-table-extra-slots, make no extra slot.
17685
17686 * dispextern.h (struct face): Delete member `charset'.
17687 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17688 SINGLE_BYTE_CHAR_P.
17689 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17690 Add prototypes.
17691 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17692 (generate_ascii_font_name): Rename from generate_ascii_font.
17693
17694 * fontset.h (get_font_repertory_func): New prototype.
17695 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17696 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17697
17698 * fontset.c (Qprepend, Qappend): New variables.
17699 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17700 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17701 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17702 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17703 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17704 (load_font_get_repertory): New functions.
17705 (fontset_set): Delete.
17706 (fontset_face): New arg FACE. Return face ID, not face.
17707 Complete re-write to handle new fontset structure. Change caller.
17708 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17709 (face_for_char): Don't call lookup_face.
17710 (make_fontset_for_ascii_face): New arg FACE.
17711 (fs_load_font): New arg CHARSET_ID. Don't check
17712 Vfont_encoding_alist here.
17713 (find_font_encoding): New function.
17714 (list_fontsets): Use STRINGP, not ! NILP.
17715 (accumulate_script_ranges): New function.
17716 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17717 re-written to handle new fontset structure.
17718 (Ffontset_font): Return a copy of element.
17719 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17720 docstring of font-encoding-alist.
17721
17722 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17723 (Fset_fotset_font): Fix arguments to 5.
17724
17725 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17726
17727 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17728 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17729 (highlight_trailing_whitespace): Adjust for the change of
17730 lookup_named_face.
17731
17732 * xfaces.c: Include charset.h.
17733 (load_face_font): Delete argument C. Change caller.
17734 (generate_ascii_font_name): Rename from generate_ascii_font.
17735 (font_name_registry): New function.
17736 (cache_face): Store ascii faces before non-ascii faces in buckets.
17737 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17738 Lookup only ascii faces.
17739 (lookup_non_ascii_face): New function.
17740 (lookup_named_face): Delete argument C. Change caller.
17741 (lookup_derived_face): Delete argument C. Change caller.
17742 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17743 a string, just call font_list with it.
17744 (choose_face_font): Delete arguments FACE and C. New arg
17745 FONT_SPEC. Change caller.
17746 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17747 Change caller.
17748 (realize_non_ascii_face): New function.
17749 (realize_x_face): Call load_face_font here.
17750 (realize_tty_face): Delete argument C. Change caller.
17751 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17752 get a face ID.
17753 (dump_realized_face): Don't print charset of FACE.
17754
17755 * xfns.c (x_set_font): Always call x_new_fontset and
17756 store_frame_parameter.
17757 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17758 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17759
17760 * xterm.h (x_get_font_repertory): Extern it.
17761
17762 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17763 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17764 it->multibyte_p is zero.
17765 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17766 (x_new_fontset): If FONTSETNAME doesn't match any existing
17767 fontsets, create a new one.
17768 (x_get_font_repertory): New function.
17769
177702008-02-01 Kenichi Handa <handa@m17n.org>
17771
17772 * coding.c (Ffind_coding_systems_region_internal): Detect an
17773 ASCII only string correctly.
17774
17775 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17776 version is 0.
17777
177782008-02-01 Kenichi Handa <handa@m17n.org>
17779
17780 * lread.c: Include "coding.h".
17781 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17782 (load_each_byte, unread_char): New variables.
17783 (readchar_backlog): Delete.
17784 (readchar): Return a character unless load_each_byte is nonzero.
17785 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17786 cons. If unread_char is not -1, simply return it.
17787 (unreadchar): Handle the case that readcharfun is
17788 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17789 (read_multibyte): Delete.
17790 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17791 (read_emacs_mule_char): New functions.
17792 (Fload): Even if the file doesn't have the extension ".elc", if
17793 safe_to_load_p returns a positive version number, assume that the
17794 file contains bytecompiled code. If the version is less than 22,
17795 load the file while decoding multibyte sequences by emacs-mule.
17796 (readevalloop): Don't use readchar_backlog.
17797 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
17798 (Fread_from_string): Pay attention to the case that STREAM is a cons.
17799 (read_escape): Delete the arg BYTEREP.
17800 (read1): Set load_each_byte to 1 temporarily while handling
17801 #@NUMBER. Don't call read_multibyte.
17802 (read_vector): Call Fread with a cons. If readcharfun is
17803 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17804 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17805 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17806 and Qload_force_doc_strings.
17807
178082008-02-01 Kenichi Handa <handa@m17n.org>
17809
17810 * xdisp.c (face_before_or_after_it_pos): Call
17811 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17812
178132008-02-01 Kenichi Handa <handa@m17n.org>
17814
17815 * character.h (TRAILING_CODE_P): New macro.
17816 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17817 (string_char_with_unification): Fix prototype.
17818 (Vscript_alist): Extern it.
17819
17820 * character.c (Vscript_alist): New variable.
17821 (string_char_with_unification, str_as_unibyte)
17822 (string_escape_byte8): Add `const' to local variables.
17823 (syms_of_character): Declare script-alist as a Lisp variable.
17824
17825 * charset.h (Vcharset_ordered_list): Extern it.
17826 (charset_ordered_list_tick): Extern it.
17827 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17828 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17829 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17830 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17831 (Funify_charset): Adjust for the change of Funify_charset.
17832
17833 * charset.c (charset_ordered_list_tick): New variable.
17834 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17835 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
17836 deunify intead of unify a charset.
17837 (string_xstring_p): Add `const' to local variables.
17838 (find_charsets_in_text): Add `const' to arguments and local variables.
17839 (encode_char): Adjust for the change of Funify_charset. Fix
17840 detecting of invalid code.
17841 (Fset_charset_priority): Increment charset_ordered_list_tick.
17842 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17843 and TO_CODE.
17844
17845 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17846 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17847 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17848 (decode_coding_ccl, consume_chars)
17849 (Ffind_coding_systems_region_internal)
17850 (Fcheck_coding_systems_region): Add `const' to local variables.
17851
17852 * print.c (print_object): Use octal form for printing the
17853 contents of a bool vector.
17854
178552008-02-01 Dave Love <fx@gnu.org>
17856
17857 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17858 <version == 20>: Refuse to load.
17859
178602008-02-01 Dave Love <fx@gnu.org>
17861
17862 * fns.c: Move coding.h.
17863 (Qcodeset, Qdays, Qmonths): New.
17864 (concat): Use CHARACTERP instead of INTEGERP.
17865 (Flocale_codeset): Delete.
17866 (Flanginfo): New function.
17867 (syms_of_fns): Change accordingly.
17868
17869 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17870
178712008-02-01 Dave Love <fx@gnu.org>
17872
17873 * casetab.c (init_casetab_once, init_casetab_once): Fix
17874 CHAR_TABLE_SET call.
17875
17876 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17877
17878 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17879
17880 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
17881 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17882 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17883
17884 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17885
17886 * coding.c (ENCODE_DESIGNATION, decode_eol)
17887 (make_conversion_work_buffer, code_conversion_restore)
17888 (Fdefine_coding_system_internal): Convert Lisp types.
17889 (code_conversion_restore): Use EQ, not ==.
17890 (Fencode_coding_string): Fix code_convert_string call.
17891
17892 * coding.h (code_convert_region): Fix prototype.
17893
17894 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17895
17896 * fontset.c (fontset_ref, fontset_set, fs_load_font)
17897 (Ffontset_info): Convert Lisp types.
17898
17899 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17900
17901 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17902
17903 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17904
17905 * chartab.c: Include "...h", not <...h> in some cases.
17906
17907 * callproc.c (Fcall_process): Remove unused variables.
17908
179092008-02-01 Dave Love <fx@gnu.org>
17910
17911 * coding.c (Fset_coding_system_priority): Allow null arg list.
17912
179132008-02-01 Dave Love <fx@gnu.org>
17914
17915 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17916 (Fself_insert_and_exit): Use CHARACTERP.
17917
17918 * callproc.c (Fcall_process): Remove unused vars.
17919
17920 * xterm.c (XTread_socket): Add extra dead keysyms.
17921
17922 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17923
17924 * dispextern.h: Remove prototypes for redraw_frame,
17925 redraw_garbaged_frames.
17926
17927 * cmds.c (Fself_insert_command): Use CHARACTERP.
17928
17929 * chartab.c (make_sub_char_table): Remove unused var.
17930 (Fset_char_table_default, Fmap_char_table): Doc fix.
17931
17932 * keymap.c (access_keymap): Remove generic char code.
17933 (push_key_description): Use CHARACTERP.
17934
179352008-02-01 Dave Love <fx@gnu.org>
17936
17937 * charset.c: Doc fixes.
17938 (Funify_charset): Extra checking.
17939
179402008-02-01 Dave Love <fx@gnu.org>
17941
17942 * lread.c: Remove some unused variables.
17943 (safe_to_load_p): If safe, return the magic number version byte.
17944 (Fload): Maybe use load-with-code-conversion.
17945
179462008-02-01 Kenichi Handa <handa@m17n.org>
17947
17948 * category.c (Fmodify_category_entry): Don't modify the contents
17949 of category_set for characters out of the range. Avoid
17950 unnecessary modification.
17951
17952 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
17953 Vchar_unify_table. The default value of the table is now nil.
17954
17955 * character.c (syms_of_character): Setup Vchar_width_table for
17956 eight-bit-control and raw-byte chars.
17957
17958 * charset.h (enum define_charset_arg_index): Delete
17959 charset_arg_parents and add charset_arg_subset and
17960 charset_arg_superset.
17961 (enum charset_attr_index): Delete charset_parents and add
17962 charset_subset and charset_superset.
17963 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
17964 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
17965 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
17966 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
17967 (CHARSET_SUPERSET): New macros.
17968 (charset_work): Extern it.
17969 (ENCODE_CHAR): Use charset_work.
17970 (CHAR_CHARSET_P): Adjust for the change of encoder format.
17971 (map_charset_chars): Extern it.
17972
17973 * charset.c (load_charset_map): Set the default value of encoder
17974 and deunifier char-tables to nil.
17975 (map_charset_chars): Change argument. Change callers. Use
17976 map_char_table_for_charset instead of map_char_table.
17977 (Fmap_charset_chars): New optional args from_code and to_code.
17978 (Fdefine_charset_internal): Adjust for the change of
17979 `define-charset' (:parents -> :subset or :superset).
17980 (charset_work): New variable.
17981 (encode_char, syms_of_charset): Adjust for the change of
17982 Fdefine_charset_internal.
17983 (Ffind_charset_string): Setup the vector `charsets' correctly.
17984
17985 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
17986 the previous change.
17987 (char_table_ref_and_range): Adjust for the above change.
17988 (map_sub_char_table_for_charset): New function.
17989 (map_char_table_for_charset): New function.
17990
17991 * keymap.c (describe_vector): Handle a char-table directly here.
17992 (describe_char_table): Delete.
17993
17994 * lisp.h (map_charset_chars): Delete.
17995
179962008-02-01 Dave Love <fx@gnu.org>
17997
17998 * fns.c (count_combining): Comment out (unused).
17999 (Flocale_codeset): New.
18000 (syms_of_fns): Defsubr it.
18001
18002 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
18003 (size_t): Remove.
18004
180052008-02-01 Dave Love <fx@gnu.org>
18006
18007 * Makefile.in (chartab.o): Depend on charset.h.
18008
180092008-02-01 Kenichi Handa <handa@m17n.org>
18010
18011 * character.c (syms_of_character): Set the default value of
18012 Vprintable_chars to Qnil.
18013
180142008-02-01 Dave Love <fx@gnu.org>
18015
18016 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
18017
180182008-02-01 Kenichi Handa <handa@m17n.org>
18019
18020 * charset.c (load_charset_map): Handle the case that from < to
18021 correctly.
18022
18023 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
18024 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
18025 Pay attention to raw-8-bit chars.
18026
180272008-02-01 Kenichi Handa <handa@m17n.org>
18028
18029 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
18030 It is not bytecompiled now.
18031
18032 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
18033 (charset_jisx0208): New variables.
18034 (Fdefine_charset_internal): Setup them if appropriate.
18035 (init_charset_once): Initialize them to -1.
18036
18037 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
18038 (charset_jisx0208): Extern them.
18039
18040 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
18041 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
18042 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
18043 (setup_iso_safe_charsets): Fix arguments to Fassq.
18044 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
18045 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
18046 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
18047 (encode_coding_iso_2022): Change the 1st arg to
18048 ENCODE_ISO_CHARACTER to a variable.
18049
180502008-02-01 Kenichi Handa <handa@m17n.org>
18051
18052 * charset.h (enum define_charset_arg_index): New enums
18053 charset_arg_min_code and charset_arg_max_code.
18054 (struct charset): New member char_index_offset.
18055
18056 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
18057 Take charset->char_index_offset into account.
18058 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
18059 args[charset_arg_max_code]. Setup charset.char_index_offset.
18060 (syms_of_charset): Fix args to Fdefine_charset_internal.
18061
180622008-02-01 Dave Love <fx@gnu.org>
18063
18064 * coding.c (decode_coding_utf_8): Reject overlong sequences.
18065
180662008-02-01 Dave Love <fx@gnu.org>
18067
18068 * coding.c: Doc fixes.
18069 (Fcoding_system_aliases): Fix return value.
18070 (Qmac): Remove (duplicated) definition.
18071
180722008-02-01 Dave Love <fx@gnu.org>
18073
362654a6
JB
18074 * charset.c (Fcharset_priority_list, Fset_charset_priority):
18075 New functions.
aac0c6e3
MR
18076
18077 * character.c (Fstring): Doc fix.
18078
18079 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
18080
362654a6 18081 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
18082 (font-encoding-alist): Doc fix.
18083
180842008-02-01 Dave Love <fx@gnu.org>
18085
18086 * term.c (costs_set): Declare static, non-initialized for pcc.
18087 (encode_terminal_code): Remove unused var.
18088
18089 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
18090 for K&R.
18091
18092 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
18093
18094 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
18095 (suffixes): Move out of make_subsidiaries for K&R.
18096
18097 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
18098
18099 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
18100
181012008-02-01 Dave Love <fx@gnu.org>
18102
18103 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
18104
18105 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
18106
181072008-02-01 Yong Lu <lyongu@asia-infonet.com>
18108
18109 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
18110
18111 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
18112
181132008-02-01 Kenichi Handa <handa@m17n.org>
18114
18115 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
18116 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
18117
181182008-02-01 Kenichi Handa <handa@m17n.org>
18119
18120 * coding.c (decode_coding_charset): Adjust for the change of
18121 Fdefine_coding_system_internal.
18122 (Fdefine_coding_system_internal): For a coding system of
18123 `charset' type, store a list of charset IDs in
18124 `charset_attr_charset_valids' element of coding attributes.
18125
181262008-02-01 Kenichi Handa <handa@m17n.org>
18127
18128 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
18129 (emacs_mule_char): New arg src. Delete arg `composition'. Change
18130 caller. Handle 2-byte and 3-byte charsets correctly.
18131 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
18132 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
18133 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
18134 (DECODE_EMACS_MULE_21_COMPOSITION): Call
18135 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
18136 sequence.
18137 (decode_coding_emacs_mule): Handle composition correctly. Rewind
18138 `src' and `consumed_chars' correctly before calling emacs_mule_char.
18139 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
18140 and alt&rule composition.
18141 (decode_coding_iso_2022): Handle composition correctly.
18142 (init_coding_once): Setup emacs_mule_bytes for private charsets.
18143
18144 * charset.c (Fdefine_charset_internal): Fix bug for the case of
18145 re-defining a charset. If the charset has :emacs-mule-id, setup
18146 emacs_mule_bytes.
18147 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
18148
181492008-02-01 Kenichi Handa <handa@m17n.org>
18150
18151 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
18152 (encode_coding_big5, encode_coding_charset): If coding requires safe
18153 encoding, produce a character specified by
18154 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
18155
181562008-02-01 Dave Love <fx@gnu.org>
18157
18158 * xterm.c (XSetIMValues): Declare.
18159
18160 * process.c: Conditionally include sys/wait.h, pty.h.
18161
18162 * print.c (print_object): Fix print format for 64-bit systems.
18163
18164 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
18165
18166 * buffer.c (emacs_strerror): Declare.
18167
18168 * fontset.c (Fclear_face_cache): Declare.
18169 (accumulate_font_info): Comment-out (unused).
18170 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
18171 variables.
18172
18173 * character.h (string_escape_byte8): Declare.
18174
18175 * charset.c (load_charset_map, load_charset_map_from_file): Remove
18176 unused vars.
18177 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
18178 (Fmap_charset_chars): Doc fix.
18179
18180 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
18181 (Fset_coding_system_priority, Fset_coding_system_priority)
18182 (Fdefine_coding_system_internal): Doc fix.
18183
181842008-02-01 Dave Love <fx@gnu.org>
18185
18186 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
18187
181882008-02-01 Kenichi Handa <handa@m17n.org>
18189
18190 * character.c (string_escape_byte8): Make multibyte string with
18191 correct size.
18192
18193 * charset.c (Fmake_char): Delete unnecessary code.
18194
181952008-02-01 Kenichi Handa <handa@m17n.org>
18196
18197 * xfns.c (x_encode_text): Allocate coding.destination here, and
18198 call encode_coding_object with dst_object Qnil.
18199
18200 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
18201 multibyte form correctly.
18202
18203 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
18204 against Vfont_encoding_alist.
18205
18206 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
18207 handling of charset list.
18208 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
18209 (decode_coding_object): Move point to coding->dst_pos before
18210 calling post-read-conversion function.
18211 (encode_coding_object): Give correct arguments to
18212 pre-write-conversion. Ignore the return value of
18213 pre-write-conversion function. Pay attention to the case that
18214 pre-write-conversion changes the current buffer. If dst_object is
18215 Qt, even if coding->src_bytes is zero, allocate at least one byte
18216 to coding->destination.
18217
18218 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
18219
18220 * charset.c (Fmake_char): Make it more backward compatible.
18221 (Fmap_charset_chars): Fix docstring.
18222
182232008-02-01 Dave Love <fx@gnu.org>
18224
18225 * coding.c: Doc fixes.
18226 (Fdefine_coding_system_alias): Use names, not symbols, in
18227 coding-system-alist.
18228
182292008-02-01 Kenichi Handa <handa@m17n.org>
18230
18231 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
18232 of calling free_realized_face.
18233
182342008-02-01 Yong Lu <lyongu@asia-infonet.com>
18235
18236 * charset.c (read_hex): Don't treat SPC as a comment starter.
18237 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
18238 (Fdecode_char): Fix typo.
18239
182402008-02-01 Kenichi Handa <handa@m17n.org>
18241
18242 * charset.h (struct charset): New member `code_space_mask'.
18243
18244 * coding.c (coding_set_source): Delete the local variable beg_byte.
18245 (encode_coding_charset, Fdefine_coding_system_internal):
18246 Delete the local variable charset.
18247 (Fdefine_coding_system_internal): Setup
18248 attrs[coding_attr_charset_valids] correctly.
18249
18250 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
18251 member to check if CODE is valid or not.
18252 (Fdefine_charset_internal): Initialize `code_space_mask' member.
18253 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
18254 is within the range of charset->min_code and carset->max_code.
18255
182562008-02-01 Dave Love <fx@gnu.org>
18257
18258 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
18259
18260 * dispextern.h (generate_ascii_font): Fix return type.
18261
18262 * xfaces.c (generate_ascii_font): Fix arg declaration.
18263
18264 * coding.c (coding_inherit_eol_type)
18265 (Fset_terminal_coding_system_internal)
18266 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
18267
182682008-02-01 Kenichi Handa <handa@m17n.org>
18269
18270 * coding.c (decode_coding_charset, encode_coding_charset): Handle
18271 multiple charsets correctly.
18272
182732008-02-01 Kenichi Handa <handa@m17n.org>
18274
18275 * search.c (boyer_moore): Fix handling of multibyte character
18276 translation.
18277
18278 * xdisp.c (display_mode_element): When the variable `elt' is
18279 changed, update `this' and `lisp_string'.
18280
182812008-02-01 Kenichi Handa <handa@m17n.org>
18282
18283 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
18284
18285 * callproc.c (Fcall_process): Be sure to give the current buffer
18286 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
18287
18288 * charset.c (struct charset_map_entries): New struct.
18289 (load_charset_map): Rename from parse_charset_map. New args
18290 entries and n_entries. Change caller.
18291 (load_charset_map_from_file): Rename from load_charset_map.
18292 Change caller. New arg control_flag. Call load_charset_map at
18293 the tail.
18294 (load_charset_map_from_vector): New function.
18295 (Fdefine_charset_internal): Setup charset.compact_codes_p.
18296 (encode_char): If the charset is compact, change a character index
18297 to a code point.
18298
18299 * coding.c (coding_alloc_by_making_gap): Check the case that the
18300 source and destination are the same correctly.
18301 (decode_coding_raw_text): Set coding->consumed_char and
18302 coding->consumed to 0.
18303 (produce_chars): If coding->chars_at_source is nonzero, update
18304 coding->consumed_char and coding->consumed before calling
18305 alloc_destination.
18306 (Fdefine_coding_system_alias): Register ALIAS in
18307 Vcoding_system_alist.
18308 (syms_of_coding): Define `no-conversion' coding system at the tail.
18309
18310 * fileio.c (Finsert_file_contents): Set coding_system instead of
18311 val. If the current buffer is multibyte, always call
18312 decode_coding_gap.
18313
18314 * xfaces.c (try_font_list): Give higher priority to fontset's
18315 family than face's family.
18316
183172008-02-01 Kenichi Handa <handa@m17n.org>
18318
18319 * callproc.c (Fcall_process): Be sure to give the current buffer
18320 to decode_coding_c_string.
18321
18322 * xfaces.c (try_font_list): Give a family specified in a fontset
18323 higher priority than a family specified in a face.
18324
183252008-02-01 Kenichi Handa <handa@m17n.org>
18326
18327 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
18328 Fix arguments to insert_from_buffer.
18329
18330 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
18331
183322008-02-01 Kenichi Handa <handa@m17n.org>
18333
18334 * coding.c (produce_chars): Set the variable `multibytep' correctly.
18335 (decode_coding_gap): Set coding->dst_multibyte correctly.
18336
183372008-02-01 Kenichi Handa <handa@m17n.org>
18338
18339 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
18340 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
18341 (encode_coding_utf_16): Substitute coding->default_char for
18342 non-Unicode characters.
18343 (decode_coding): Don't call record_insert here.
18344 (setup_coding_system): Initialize `surrogate' of
18345 coding->spec.utf_16 to 0.
18346 (EMIT_ONE_BYTE): Fix for multibyte case.
18347
18348 * insdel.c (insert_from_gap): Call record_insert.
18349
183502008-02-01 Kenichi Handa <handa@m17n.org>
18351
18352 * casefiddle.c (casify_region): Fix multibyte case.
18353
18354 * character.c (c_string_width): Add return type `int'.
18355 (char_string_with_unification): Delete arg ADVANCED.
18356
18357 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
18358 (CHAR_STRING): Adjust for the change of char_string_with_unification.
18359 (CHAR_STRING_ADVANCE): Make it do-while statement.
18360
18361 * chartab.c (sub_char_table_set_range): Optimize for the case
18362 DEPTH == 3. Add workaround code for a GCC optimization bug.
18363
18364 * charset.c (parse_charset_map): Remove an unused variable.
18365
18366 * coding.c: Delete unused variables.
18367
18368 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
18369 earlier. If inserted is zero and the coding system doesn't
18370 require flushing, don't call decode_coding_gap.
18371
18372 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
18373
183742008-02-01 Kenichi Handa <handa@m17n.org>
18375
18376 The following changes are for using Unicode as an internal
18377 character model, and use UTF-8 format for buffer/string
18378 representation.
18379
18380 * .gdbinit (xchartable): Adjust for the change of char table structure.
18381 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
18382
18383 * Makefile.in (obj): Add character.o and chartab.o.
18384 (lisp, shortlisp): Remove utf-8.elc.
18385 (*.o): For many files, change dependency on charset.h to
18386 character.h, and add dependency on character.h.
18387 (character.o, chartab.o): New targets.
18388
18389 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
18390 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
18391 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
18392 of "charset.h".
18393
18394 * dired.c, filelock.c: Include "character.h".
18395
18396 * alloc.c: Include "character.h" instead of "charset.h".
18397 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
18398 (syms_of_alloc): Remove defsubr for Smake_char_table.
18399
18400 * buffer.c: Include "character.h" instead of "charset.h", don't
18401 include "coding.h".
18402 (Fset_buffer_multibyte): Adjust for UTF-8.
18403
18404 * buffer.h: EXFUN Fbuffer_live_p.
18405
18406 * callproc.c: Include "character.h" instead of "charset.h".
18407 (Fcall_process): Big change for the new code-conversion APIs.
18408
18409 * casetab.c: Include "character.h" instead of "charset.h".
18410 (set_canon, set_identity, shuffle): Adjust for the new
18411 map_char_table spec.
18412 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18413 accessing the char table structure.
18414
18415 * chartab.c: New file that implements char table.
18416
18417 * category.c: Include "character.h".
18418 (copy_category_entry): New function.
18419 (copy_category_table): Call map_char_table and copy_category_entry.
18420 (Fmake_category_table): Initialize all top-level slots.
18421 (char_category_set): New function.
18422 (modify_lower_category_set): Delete.
18423 (Fmodify_category_entry): Call char_table_ref_and_range.
18424
18425 * category.h (CATEGORY_SET): Just call char_category_set.
18426
18427 * ccl.c: Include "character.h".
18428 (Qccl, Qcclp): New variables.
18429 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18430 it's less than 256.
18431 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18432 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18433 and DST type.
18434 (ccl_driver): Change types of argument, adjust code accordingly.
18435 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18436 ccl_driver.
18437 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18438
18439 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18440 New members src_multibyte, dst_multibyte, consumed, and produced.
18441 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
18442 (CODING_SPEC_CCL_PROGRAM): New macro.
18443 (ccl_driver): Update prototype.
18444 (Qccl, Qcclp, Fccl_program_p): Extern them.
18445 (CHECK_CCL_PROGRAM): New macro.
18446
18447 * character.c, character.h, chartab.c: New files.
18448
18449 * charset.c: Mostly re-written. Move character and multibyte sequence
18450 handling codes to character.c.
18451
18452 * charset.h: Mostly re-written. Move character and multibyte sequence
18453 handling codes to character.h.
18454
18455 * coding.c, coding.h: Mostly re-written.
18456
18457 * composite.c: Include "character.h" instead of "charset.h".
18458 (CHAR_WIDTH): Move to character.h.
18459 (HASH_KEY, HASH_VALUE): Delete.
18460
18461 * composite.h (enum composition_method): Change order of enumeration
18462 symbols.
18463
18464 * data.c: Include "character.h" instead of "charset.h".
18465 (Faref): Call CHAR_TABLE_REF for a char table.
18466 (Faset): Call CHAR_TABLE_SET for a char table.
18467
18468 * dispextern.h (free_realized_face, check_face_attribytes)
18469 (generate_ascii_font): Extern them.
18470 (free_realized_multibyte_face): Delete extern.
18471
18472 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18473 table structure.
18474
18475 * editfns.c: Include "character.h" instead of "charset.h".
18476 (Fchar_to_string): Always call CHAR_STRING.
18477
18478 * emacs.c (main): Call init_charset_once, init_charset,
18479 syms_of_chartab, and syms_of_character.
18480
18481 * fileio.c: Include "character.h" instead of "charset.h".
18482 (Finsert_file_contents): Big change for the new code-conversion API.
18483 (choose_write_coding_system, Fwrite_region): Likewise.
18484 (build_annotations_2): Delete.
18485 (e_write): Big change for the new code-conversion API.
18486
18487 * fns.c: Include "character.h" instead of "charset.h".
18488 (copy_sub_char_table): Move to chartab.c.
18489 (Fcopy_sequence): Call copy_char_table for a char table.
18490 (concat): Delete codes calling count_multibyte.
18491 (string_char_to_byte, string_byte_to_char): Adjust for the new
18492 multibyte form.
18493 (internal_equal): Adjust for the change of char table structure.
18494 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18495 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18496 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18497 (char_table_translate, optimize_sub_char_table)
18498 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18499 chartab.c.
18500 (char_table_ref_and_index): Delete.
18501 (HASH_KEY, HASH_VALUE): Move to lisp.h.
18502 (Fmd5): Call preferred_coding_system instead of accessing
18503 Vcoding_category_list. Adjust for the new code-conversion API.
18504 (syms_of_fns): Move defsubr for char table related functions to
18505 chartab.c.
18506
18507 * fontset.c: Mostly re-written.
18508
18509 * fontset.h (struct font_info): Change type of the member encoding_type.
18510 (enum FONT_SPEC_INDEX): New enum.
18511 (fontset_font_pattern, fs_load_font): Update prototype.
18512 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18513
18514 * indent.c: Include "character.h" instead of "charset.h".
18515 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18516
18517 * insdel.c: Include "character.h" instead of "charset.h".
18518 (copy_text): Don't refer to Vnonascii_translation_table.
18519 (insert_from_gap): New function.
18520
18521 * keyboard.c: Include "character.h" instead of "charset.h".
18522 (command_loop_1): Never call direct_output_forward_char before
18523 a non-ASCII character.
18524 (read_char): If Vkeyboard_translate_table is a char table, always
18525 translate a character.
18526
18527 * keymap.c: Include "character.h".
18528 (store_in_keymap): Handle the case that IDX is a cons.
18529 (Fdefine_key): Handle the case that KEY is a cons and the car part
18530 is also a cons (range).
18531 (push_key_description): Adjust for the new character code.
18532 (describe_vector): Call describe_char_table for a char table.
18533 (describe_char_table): New function.
18534
18535 * keymap.h (describe_char_table): Extern it.
18536
18537 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18538 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18539 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18540 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18541 Delete.
18542 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18543 structure.
18544 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18545 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18546 (CHARTAB_SIZE_BITS_3): New macros.
18547 (chartab_size): Extern it.
18548 (struct Lisp_Char_Table): Re-design.
18549 (struct Lisp_Sub_Char_Table): New structure.
18550 (HASH_KEY, HASH_VALUE): Move from fns.c.
18551 (CHARACTERBITS): Define as 22.
18552 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18553 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18554 (GC_SUB_CHAR_TABLE_P): New macro.
18555 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18556 (code_convert_string_norecord): Deleted extern.
18557 (init_character_once, syms_of_character, init_charset)
18558 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18559
18560 * lread.c: Include "character.h".
18561 (read_multibyte): New arg NBYTES.
18562 (read_escape): Change the meaning of returned *BYTEREP.
18563 (to_multibyte): Delete.
18564 (read1): Adjust the handling of char table and string.
18565
18566 * print.c: Include "character.h" instead of "charset.h".
18567 (print_string): Convert 8-bit raw bytes to octal form by
18568 string_escape_byte8.
18569 (print_object): Adjust for the new multibyte form. Print 8-bit
18570 raw bytes always in octal form. Handle sub char table correctly.
18571
18572 * process.c: Include "character.h" instead of "charset.h".
18573 (read_process_output, send_process): Adjust for the new
18574 code-conversion API.
18575
18576 * puresize.h (BASE_PURESIZE): Increase.
18577
18578 * regex.c: Include "character.h" instead of "charset.h".
18579 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18580 (regex_compile): Accept a range whose starting and ending
18581 character have different leading bytes.
18582 (analyse_first): Adjust for the above change.
18583
18584 * search.c: Include "character.h" instead of "charset.h".
18585 (search_buffer, boyer_moore): Adjust for the new multibyte form.
18586 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18587
18588 * syntax.c: Include "character.h" instead of "charset.h".
18589 (syntax_parent_lookup): Delete.
18590 (Fmodify_syntax_entry): Accept a cons as CHAR.
18591 (skip_chars): Adjust for the new multibyte form.
18592 (init_syntax_once): Call char_table_set_range instead of directly
18593 accessing the structure of a char table.
18594
18595 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18596 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18597 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18598 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18599
18600 * term.c: Include "buffer.h" and "character.h".
18601 (encode_terminal_code, write_glyphs): Adjust for the new
18602 code-conversion API.
18603 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18604
18605 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18606
18607 * xdisp.c: Include "character.h".
18608 (get_next_display_element): Adjust for the new multibyte form.
18609 (disp_char_vector): Adjust for the new char table structure.
18610 (decode_mode_spec_coding): Adjust for the new structure of
18611 coding system.
18612 (decode_mode_spec): Adjust for the new code-conversion API.
18613
18614 * xfaces.c: Include "character.h" instead of "charset.h".
18615 (load_face_font): Adjust for the change of choose_face_font and
18616 FS_LOAD_FONT.
18617 (generate_ascii_font): New function.
18618 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18619 (set_font_frame_param): Adjust for the change of choose_face_font.
18620 (free_realized_face): Make it public.
18621 (free_realized_faces_for_fontset): Rename from
18622 free_realized_multibyte_face. Free also faces realized for ASCII.
18623 (choose_face_font): Change arguments. Adjust for the change of
18624 fontset_font_pattern and FS_LOAD_FONT.
18625
18626 * xfns.c: Include "character.h".
18627 (x_encode_text): Adjust for the new code-conversion API.
18628
18629 * xselect.c: Don't include "charset.h".
18630 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18631
18632 * xterm.c: Include "character.h".
18633 (x_encode_char): New argument CHARSET. Change caller.
18634 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18635 Call ENCODE_CHAR instead of SPLIT_CHAR.
18636 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18637 CHAR_WIDTH instead of CHARSET_WIDTH.
18638 (XTread_socket): Adjust for the new code-conversion API.
18639 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18640 (x_load_font): Adjust for the change of struct font.
18641
186422008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18643
18644 * xfaces.c (face_at_buffer_position): Remove unused vars.
18645
186462008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18647
18648 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18649 Fix overflow checking.
18650
186512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18652
18653 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18654 Cancel previous change.
18655
186562008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18657
18658 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18659 ccl->eight_bit_control. Fix check for buffer overflow.
18660 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18661 (ccl_driver): Initialize extra_bytes to 0.
18662
186632008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18664
18665 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18666 return it ORed with ctrl_modifier.
18667
186682008-01-29 Miles Bader <miles@gnu.org>
18669
18670 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18671
186722008-01-28 Jason Rumney <jasonr@gnu.org>
18673
18674 * w32.c (stat): Don't double check for networked drive.
18675
186762008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18677
18678 * window.c (run_window_configuration_change_hook): New function.
18679 Code extracted from set_window_buffer. Set the selected frame.
18680 (set_window_buffer): Use it.
18681 * window.h (run_window_configuration_change_hook): Declare.
18682 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18683
18684 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18685
186862008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18687
18688 * Makefile.in: Remove references to unused macros.
18689
186902008-01-26 Eli Zaretskii <eliz@gnu.org>
18691
18692 * w32.c (g_b_init_get_sid_sub_authority)
18693 (g_b_init_get_sid_sub_authority_count): New static variables.
18694 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18695 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18696 (init_user_info): Use them to retrieve uid and gid.
18697 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18698 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18699 st_uid and st_gid of the file.
18700
187012008-01-26 Jason Rumney <jasonr@gnu.org>
18702
18703 * w32.c (logon_network_drive): New function.
18704 (stat): Use it.
18705
187062008-01-26 Chong Yidong <cyd@stupidchicken.com>
18707
18708 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18709 invisible text covered with an ellipsis.
18710
187112008-01-25 Richard Stallman <rms@gnu.org>
18712
18713 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18714 jump back to beginning. Move some other initializations after that.
18715 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18716 New variables.
18717 (syms_of_xdisp): Init them.
18718
18719 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18720
18721 * buffer.c (reset_buffer_local_variables):
18722 Implement `permanent-local-hook'.
18723 (Qpermanent_local_hook): New variable.
18724 (syms_of_buffer): Init and staticpro it.
18725
187262008-01-25 Michael Albinus <michael.albinus@gmx.de>
18727
18728 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18729
187302008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18731
18732 * fns.c (Fclrhash): Return TABLE.
18733
187342008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18735
18736 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18737 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18738 is set even without positional changes.
18739 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18740
18741 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18742
187432008-01-23 Jason Rumney <jasonr@gnu.org>
18744
18745 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18746
18747 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18748 the unicode range available in MULE by locale-coding-system.
18749 Improve dbcs lead byte detection. Set event timestamp and modifiers
18750 earlier.
18751
187522008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18753
18754 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18755 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18756 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18757 when used on child processes.
18758
187592008-01-21 Michael Albinus <michael.albinus@gmx.de>
18760
18761 * dbusbind.c (Fdbus_method_return_internal): Rename from
18762 Fdbus_method_return.
18763 (Fdbus_unregister_object): Move to dbus.el.
18764 (Fdbus_call_method, Fdbus_method_return_internal)
18765 (Fdbus_send_signal): Improve debug messages.
18766
187672008-01-20 Martin Rudalics <rudalics@gmx.at>
18768
18769 * undo.c (undo_inhibit_record_point): New variable.
18770 (syms_of_undo): Initialize it.
18771 (record_point): Don't record point when undo_inhibit_record_point
18772 is set.
18773
187742008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18775
18776 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18777
18778 * xdisp.c (Qauto_hscroll_mode): New var.
18779 (syms_of_xdisp): Initialize it.
18780 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18781 window's buffer.
18782 (hscroll_windows): Don't check automatic_hscrolling_p here.
18783
18784 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18785 vscroll if we're setting window-buffer to the value it already has.
18786
187872008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18788
18789 * m/intel386.h: Remove references to XENIX.
18790
187912008-01-17 Andreas Schwab <schwab@suse.de>
18792
18793 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18794 instead of HAVE_X86_64_LIB64_DIR.
18795 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18796
187972008-01-17 Glenn Morris <rgm@gnu.org>
18798
18799 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18800 to HAVE_X86_64_LIB64_DIR.
18801
188022008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
18803
18804 * s/irix3-3.h:
18805 * s/irix4-0.h:
18806 * s/386-ix.h:
18807 * s/domain.h:
18808 * s/hpux9-x11r4.h:
18809 * s/hpux9shxr4.h: Remove files for systems no longer supported.
18810
18811 * sysdep.c: Remove code containing references to symbols defined
18812 by unsupported systems.
18813
188142008-01-16 Glenn Morris <rgm@gnu.org>
18815
18816 * coding.c (select-safe-coding-system-function): Doc fix.
18817
188182008-01-15 Glenn Morris <rgm@gnu.org>
18819
18820 * config.in: Revert 2008-01-13 change: this is a generated file.
18821
188222008-01-13 Tom Tromey <tromey@redhat.com>
18823
18824 * lisp.h: Fix typo.
18825
188262008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18827
18828 * m/sequent-ptx.h:
18829 * m/sequent.h:
18830 * s/ptx.h:
18831 * s/ptx4-2.h:
18832 * s/ptx4.h: Remove files for systems no longer supported.
18833
18834 * callproc.c (Fcall_process): Fix previous change.
18835
188362008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18837
18838 * unexsunos4.c: Remove file, system not supported anymore.
18839
18840 * m/mips.h:
18841 * m/intel386.h:
18842 * callproc.c:
18843 * config.in:
18844 * ecrt0.c:
18845 * emacs.c:
18846 * fileio.c:
18847 * frame.c:
18848 * getpagesize.h:
18849 * keyboard.c:
18850 * lread.c:
18851 * process.c:
18852 * puresize.h:
18853 * sysdep.c:
18854 * systty.h:
18855 * syswait.h:
18856 * unexec.c:
18857 * xdisp.c:
18858 * alloc.c: Remove code containing references to symbols defined by
18859 unsupported systems.
18860
188612008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
18862
18863 * coding.c (detect_coding_mask): Fix previous change.
18864
188652008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
18866
18867 * coding.c (detect_coding_iso2022): New arg
18868 latin_extra_code_state. Allow Latin extra codes only
18869 when *latin_extra_code_state is nonzero.
18870 (detect_coding_mask): If there is a NULL byte, detect the encoding
18871 as UTF-16 or binary. If Latin extra codes exist, detect the
18872 encoding as ISO-2022 only when there's no other proper encoding is
18873 found.
18874
188752008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18876
18877 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18878 #ifdef MAC_OS.
18879
188802008-01-08 Richard Stallman <rms@gnu.org>
18881
18882 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18883
188842008-01-06 Nick Roberts <nickrob@snap.net.nz>
18885
18886 * keyboard.c (parse_menu_item): Don't enclose key bindings on
18887 menu bar in parentheses.
18888
188892008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
18890
18891 * m/7300.h:
18892 * m/acorn.h:
18893 * m/alliant-2800.h:
18894 * m/alliant.h:
18895 * m/alliant1.h:
18896 * m/alliant4.h:
18897 * m/altos.h:
18898 * m/amdahl.h:
18899 * m/apollo.h:
18900 * m/att3b.h:
18901 * m/aviion-intel.h:
18902 * m/aviion.h:
18903 * m/celerity.h:
18904 * m/clipper.h:
18905 * m/cnvrgnt.h:
18906 * m/convex.h:
18907 * m/cydra5.h:
18908 * m/delta88k.h:
18909 * m/dpx2.h:
18910 * m/dual.h:
18911 * m/elxsi.h:
18912 * m/f301.h:
18913 * m/gould-np1.h:
18914 * m/gould.h:
18915 * m/i860.h:
18916 * m/ibmps2-aix.h:
18917 * m/ibmrt-aix.h:
18918 * m/ibmrt.h:
18919 * m/irist.h:
18920 * m/is386.h:
18921 * m/isi-ov.h:
18922 * m/mega68.h:
18923 * m/mg1.h:
18924 * m/news-r6.h:
18925 * m/news-risc.h:
18926 * m/news.h:
18927 * m/nh3000.h:
18928 * m/nh4000.h:
18929 * m/ns16000.h:
18930 * m/ns32000.h:
18931 * m/nu.h:
18932 * m/orion.h:
18933 * m/orion105.h:
18934 * m/paragon.h:
18935 * m/pfa50.h:
18936 * m/plexus.h:
18937 * m/pyramid.h:
18938 * m/pyrmips.h:
18939 * m/sh3el.h:
18940 * m/sps7.h:
18941 * m/sr2k.h:
18942 * m/stride.h:
18943 * m/sun1.h:
18944 * m/sun2.h:
18945 * m/sun3-68881.h:
18946 * m/sun3-fpa.h:
18947 * m/sun3-soft.h:
18948 * m/sun3.h:
18949 * m/sun386.h:
18950 * m/symmetry.h:
18951 * m/tad68k.h:
18952 * m/tahoe.h:
18953 * m/targon31.h:
18954 * m/tek4300.h:
18955 * m/tekxd88.h:
18956 * m/tower32.h:
18957 * m/tower32v3.h:
18958 * m/ustation.h:
18959 * m/wicat.h:
18960 * m/xps100.h:
18961 * s/cxux.h:
18962 * s/cxux7.h:
18963 * s/dgux.h:
18964 * s/dgux4.h:
18965 * s/dgux5-4-3.h:
18966 * s/dgux5-4r2.h:
18967 * s/esix.h:
18968 * s/esix5r4.h:
18969 * s/hiuxmpp.h:
18970 * s/hiuxwe2.h:
18971 * s/iris3-5.h:
18972 * s/iris3-6.h:
18973 * s/isc2-2.h:
18974 * s/isc3-0.h:
18975 * s/isc4-0.h:
18976 * s/isc4-1.h:
18977 * s/newsos5.h:
18978 * s/newsos6.h:
18979 * s/osf1.h:
18980 * s/osf5-0.h:
18981 * s/riscix1-1.h:
18982 * s/riscix12.h:
18983 * s/sco4.h:
18984 * s/sco5.h:
18985 * s/sunos4-0.h:
18986 * s/sunos4-1.h:
18987 * s/sunos413.h:
18988 * s/sunos4shr.h:
18989 * s/umax.h:
18990 * s/unipl5-2.h:
18991 * s/xenix.h:
18992 * cxux-crt0.s:
18993 * unexapollo.c:
18994 * unexconvex.c:
18995 * unexenix.c:
18996 * unexsni.c: Remove files for systems no longer supported.
18997
18998 * m/intel386.h: Remove references to unsupported systems.
18999
19000 * w32.c (get_emacs_configuration): Remove reference to i860.
19001
19002 * sysdep.c: Remove dead code.
19003
190042008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
19005
19006 * s/rtu.h:
19007 * m/masscomp.h: Remove files. Platform is obsolete.
19008
190092008-01-04 Michael Albinus <michael.albinus@gmx.de>
19010
19011 * dbusbind.c (Fdbus_method_return): New function.
19012 (xd_read_message): Add the serial number to the event.
19013 (Fdbus_register_method): Activate the function.
19014
190152008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19016
19017 * keyboard.c (read_key_sequence): Fix typo.
19018
190192008-01-03 Michael Albinus <michael.albinus@gmx.de>
19020
19021 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
19022 (xd_signature, xd_append_arg): Handle element type detection for
19023 empty arrays.
19024 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
19025 SDATA () calls; this must be solved more general.
19026 (Fdbus_register_signal): Use SBYTES instead of strlen.
19027
190282008-01-03 Magnus Henoch <magnus@zemdatav>
19029
19030 * dbusbind.c (xd_append_arg): Use unsigned char instead of
19031 unsigned int for byte values (necessary for big-endian platform).
19032 (Fdbus_call_method): Handle the case of no returned arguments.
19033
190342007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
19035
19036 * dbusbind.c (xd_read_message): Use non-static input_event struct.
19037
190382007-12-31 Magnus Henoch <mange@freemail.hu>
19039
19040 * dbusbind.c (xd_signature): Signature of variant is just "v".
19041
190422007-12-30 Michael Albinus <michael.albinus@gmx.de>
19043
19044 * dbusbind.c: Fix several errors and compiler warnings.
19045 Reported by Tom Tromey <tromey@redhat.com>.
19046 (XD_ERROR, XD_DEBUG_MESSAGE)
19047 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
19048 (xd_append_arg): Part for basic D-Bus types rewritten.
19049 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
19050 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
19051 appropriate.
19052 (xd_read_message): Return Qnil. Don't signal an error; it is not
19053 useful during event reading.
19054 (Fdbus_register_signal): Signal an error if the check for
19055 FUNCTIONP fails.
19056 (Fdbus_register_method): New function. The implementation is not
19057 complete, the call of the function signals an error therefore.
19058 (Fdbus_unregister_object): New function, renamed from
19059 Fdbus_unregister_signal. The initial check signals an error, if
19060 the object is not well formed.
19061
190622007-12-30 Richard Stallman <rms@gnu.org>
19063
19064 * textprop.c (get_char_property_and_overlay):
19065 Signal error if POSITION is out of range in a buffer.
19066
190672007-12-29 Martin Rudalics <rudalics@gmx.at>
19068
19069 * w32fns.c (Fx_create_frame): Make copy of frame parameters
19070 because the original parameters are in pure storage now.
19071
190722007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19073
19074 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
19075
190762007-12-22 Eli Zaretskii <eliz@gnu.org>
19077
19078 * callint.c (syms_of_callint) <command-history>: Add reference to
19079 history-length in the doc string.
19080
190812007-12-17 Jason Rumney <jasonr@gnu.org>
19082
19083 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
19084 before passing as wParam.
19085
190862007-12-22 Michael Albinus <michael.albinus@gmx.de>
19087
19088 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
19089 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
19090 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
19091 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
19092 as number.
19093 (Fdbus_call_method): Fix docstring.
19094
190952007-12-21 Michael Albinus <michael.albinus@gmx.de>
19096
19097 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
19098 New macros.
19099 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
19100 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
19101 Simplify.
19102 (xd_signature): New function.
19103 (xd_append_arg): Compute also signatures. Major rewrite.
19104 (xd_retrieve_arg): Make debug messages friendly.
19105 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
19106 Check for signatures of arguments.
19107
191082007-12-19 Michael Albinus <michael.albinus@gmx.de>
19109
19110 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
19111 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
19112 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
19113 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
19114 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
19115 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
19116 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
19117 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
19118 (xd_retrieve_value): Remove. Functionality included in ...
19119 (xd_append_arg): New function.
19120 (Fdbus_call_method, Fdbus_send_signal): Apply it.
19121
191222007-12-16 Michael Albinus <michael.albinus@gmx.de>
19123
19124 * dbusbind.c (top): Include <stdio.h>.
19125 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
19126 dbus_message_new_method_call and dbus_message_new_signal.
19127 (Fdbus_register_signal): Rename unique_name to uname.
19128 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
19129 non-existing unique name. Fix typos in matching rule. Return an
19130 object which is useful in Fdbus_unregister_signal.
19131 (Fdbus_unregister_signal): Reimplementation, in order to remove
19132 only the corresponding entry.
19133 (Vdbus_registered_functions_table): Change the order of entries.
19134 Apply these changes in xd_read_message and Fdbus_register_signal.
19135
191362007-12-16 Andreas Schwab <schwab@suse.de>
19137
19138 * fileio.c (Finsert_file_contents): Fix overflow check to not
19139 depend on undefined integer overflow.
19140
191412007-12-14 Jason Rumney <jasonr@gnu.org>
19142
19143 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
19144 for characters above 127.
19145
191462007-12-13 Jason Rumney <jasonr@gnu.org>
19147
19148 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
19149 before dereferencing array.
19150 (lookup_vk_code): Remove zero comparison.
19151
191522007-12-14 Michael Albinus <michael.albinus@gmx.de>
19153
19154 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
19155 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
19156 Use `unsigned int' instead of `uint'.
19157 (xd_read_message, Fdbus_register_signal): Split expressions into
19158 multiple lines before operators "&&" and "||", according to the
19159 GNU Coding Standards.
19160
191612007-12-14 Eli Zaretskii <eliz@gnu.org>
19162
19163 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
19164
191652007-12-12 Juri Linkov <juri@jurta.org>
19166
19167 * buffer.c (Frename_buffer): In interactive spec replace
19168 `read-buffer' with `read-string' that uses `buffer-name-history'
19169 as history, and the current buffer's name as default.
19170
191712007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
19172
19173 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
19174 manipulating the backtrace manually.
19175 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
19176 (struct backtrace, backtrace_list): Remove.
19177 (command_loop_1): Remove dead var `no_direct'.
19178
19179 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
19180 preserve non-built-in buffer-local variables.
19181 (Fkill_all_local_variables): Don't re-create&re-set permanent
19182 buffer-local variables.
19183
191842007-12-09 Juri Linkov <juri@jurta.org>
19185
19186 * buffer.c (Frename_buffer): Change interactive spec from "s" to
19187 Lisp code that uses `read-buffer' with current buffer as default.
19188
191892007-12-08 Michael Albinus <michael.albinus@gmx.de>
19190
19191 * dbusbind.c (xd_read_message): Generate an event for every
19192 registered handler. There might be several handlers registered
19193 for the same signal.
19194 (Fdbus_register_signal): Don't overwrite a registration for the
19195 same signal. Add a new registration if handlers are different.
19196 (Vdbus_registered_functions_table): Rework doc string.
19197
191982007-12-07 Michael Albinus <michael.albinus@gmx.de>
19199
19200 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
19201 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
19202 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
19203 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
19204 Unify argument lists.
19205 (xd_read_message, Fdbus_register_signal): Reorder and extend event
19206 arguments and hash table keys. Use unique name for service.
19207 (Fdbus_unregister_signal): Remove checks.
19208 (Vdbus_registered_functions_table): Fix doc string.
19209
192102007-12-05 Magnus Henoch <mange@freemail.hu>
19211
19212 * process.c (make_process): Initialize pty_flag to 0.
19213
192142007-12-05 Jason Rumney <jasonr@gnu.org>
19215
19216 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
19217 specified XBMs.
19218
192192007-12-05 Richard Stallman <rms@gnu.org>
19220
19221 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
19222
192232007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19224
19225 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
19226 New variable.
19227 (mac_try_close_socket) [MAC_OSX]: New function.
19228 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
19229 Update cfsockets_for_select. Replace invalid CFRunLoop source.
19230
19231 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
19232 Use mac_try_close_socket.
19233
192342007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19235
19236 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
19237 reloc_base.
19238 (copy_dysymtab): Compute relocation base here.
19239 (rebase_reloc_address) [__ppc64__]: New function.
19240 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
19241 changed.
19242
192432007-12-05 Jason Rumney <jasonr@gnu.org>
19244
19245 * w32proc.c (sys_spawnve): Quote args with wildcards.
19246
192472007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19248
19249 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
19250 __objc_* sections.
19251 (unrelocate) [_LP64]: Set relocation base to address of data segment.
19252
192532007-12-05 Michael Albinus <michael.albinus@gmx.de>
19254
19255 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
19256 Move check for Vdbus_registered_functions_table to
19257 xd_read_queued_messages.
19258 (xd_read_queued_messages): Protect xd_read_message calls by
19259 internal_condition_case_1.
19260
192612007-12-04 Michael Albinus <michael.albinus@gmx.de>
19262
19263 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
19264 Qdbus_system_bus and Qdbus_session_bus, respectively.
19265 (Vdbus_intern_symbols): Remove.
19266 (Vdbus_registered_functions_table): New hash table.
19267 (XD_SYMBOL_INTERN_SYMBOL): Remove.
19268 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
19269 Rewrite in order to manage registered functions by hash table
19270 Vdbus_registered_functions_table.
19271
192722007-12-03 Jan Djärv <jan.h.d@swipnet.se>
19273
19274 * xterm.c: Update URL to Window Manager Specification in comment.
19275
192762007-12-02 Michael Albinus <michael.albinus@gmx.de>
19277
19278 * config.in (HAVE_DBUS): Add.
19279
19280 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
19281 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
19282 (obj): Add $(DBUS_OBJ).
19283 (LIBES): Add $(DBUS_LIBS).
19284 (dbusbind.o): New target.
19285
19286 * dbusbind.c: New file.
19287
19288 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
19289
19290 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
19291 (Qdbus_event): New Lisp symbol.
19292 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
19293 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 19294 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
19295
19296 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
19297
192982007-12-01 Richard Stallman <rms@gnu.org>
19299
19300 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
19301
193022007-11-30 Jason Rumney <jasonr@gnu.org>
19303
19304 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
19305 (w32con_reset_terminal_modes): Clear screen buffer.
19306 (w32_face_attributes): Don't use color indexes that are out of range.
19307 Only reverse the default colors.
19308
19309 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
19310 WINDOWSNT.
19311
19312 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
19313
193142007-11-29 Jason Rumney <jasonr@gnu.org>
19315
19316 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
19317 (w32_face_attributes): Use Vtty_defined_color_alist to determine
19318 if the terminal colors are initialized.
19319 (unspecified_fg, unspecified_bg): Remove unused declarations.
19320
193212007-11-29 Andreas Schwab <schwab@suse.de>
19322
19323 * keyboard.c (apply_modifiers): Fix typo.
19324
193252007-11-29 Richard Stallman <rms@gnu.org>
19326
19327 * keymap.c (Fcurrent_local_map): Doc fix.
19328
193292007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
19330
19331 * s/gnu-kfreebsd.h: New file.
19332
193332007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19334
19335 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
19336 Don't cast redundantly.
19337
19338 * keyboard.c (KEY_TO_CHAR): New macro.
19339 (parse_modifiers, apply_modifiers): Accept integer arguments.
19340 (read_key_sequence): Use them to unify the "shift->unshift" mapping
19341 for chars and symbol keys.
19342 After doing such remapping, apply function-key-map again.
19343
193442007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
19345
19346 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
19347 compiled anymore.
19348
193492007-11-26 Andreas Schwab <schwab@suse.de>
19350
19351 * process.c (list_processes_1): Fix indentation level of the
19352 command column.
19353
193542007-11-23 Andreas Schwab <schwab@suse.de>
19355
19356 * editfns.c (Fformat): Handle %c specially since it requires the
19357 argument to be of type int.
19358
193592007-11-23 Markus Triska <markus.triska@gmx.at>
19360
19361 * emacs.c (main): Call init_editfns before init_process, since
19362 init_process sets Vprocess_connection_type depending on OS release.
19363
193642007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19365
19366 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
19367 (find_symbol_value): Use do_symval_forwarding.
19368
19369 * data.c (set_internal): Set the value in the `cons-cell' (for
19370 Buffer_Local_values) not only for frame-local variables.
19371
193722007-11-22 Andreas Schwab <schwab@suse.de>
19373
19374 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
19375 values to sprintf.
19376 * keymap.c (Fsingle_key_description): Likewise.
19377 * print.c (print_object): Likewise.
19378
193792007-11-22 Jan Djärv <jan.h.d@swipnet.se>
19380
19381 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
19382 file for image is nil.
19383
193842007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
19385
19386 * term.c: Include stdarg.h.
19387 (fatal): Implement using varargs.
19388 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
19389
193902007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19391
19392 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
19393 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
19394 Update call to buffer_slot_type_mismatch.
19395 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
19396 (buffer_slot_type_mismatch): Update.
19397 * buffer.c (buffer_local_types): Remove.
19398 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
19399 (defvar_per_buffer): Set the type in the buffer_objfwd.
19400
194012007-11-21 Jason Rumney <jasonr@gnu.org>
19402
19403 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19404 CreateFileMapping returns NULL on failure.
19405
194062007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19407
19408 * search.c (Fset_match_data): Remove the `evaporate' feature.
19409 (unwind_set_match_data): Don't use the `evaporate' feature.
19410
194112007-11-21 Jason Rumney <jasonr@gnu.org>
19412
19413 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19414
19415 * w32console.c (w32con_write_glyphs): Remove unused variables.
19416
194172007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
19418
19419 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19420
19421 * s/darwin.h (MULTI_KBOARD): Remove.
19422
19423 * macfns.c (x_create_tip_frame, Fx_create_frame)
19424 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19425
194262007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19427
19428 * buffer.c (Fbuffer_local_value): Remove redundant test.
19429 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19430 than in `current-buffer' to match the comment.
19431 Do the swap using swap_in_global_binding.
19432
19433 * data.c (store_symval_forwarding, set_internal):
19434 * eval.c (specbind): Remove dead code.
19435
19436 * coding.c (detect_coding, Fupdate_coding_systems_internal):
19437 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19438 Since we do not want to see internal Lisp_*fwd objects here.
19439
194402007-11-18 Jan Djärv <jan.h.d@swipnet.se>
19441
19442 * sysdep.c (init_system_name): Use getaddrinfo if available.
19443
19444 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19445 (x_scroll_bar_note_movement): start, end, with, height in struct
19446 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19447
194482007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
19449
19450 * puresize.h (BASE_PURESIZE): Increase to 1190000.
19451
194522007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19453
19454 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19455 This undoes Richard's change of 14-Oct-2002.
19456
19457 * alloc.c (allocate_other_vector):
19458 * lisp.h (allocate_other_vector): Remove.
19459
19460 * window.c (struct save_window_data): Move non-lisp data to the end
19461 and make it `int' rather than Lisp_Object.
19462 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19463 Done wrap/unwrap integer values.
19464 (Fset_window_configuration, compare_window_configurations):
19465 Update use of fields to their new types.
19466
19467 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19468 Turn integer fields into `int'. Merge x_window_low and x_window_high.
19469 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19470 (SET_SCROLL_BAR_X_WINDOW): Remove.
19471 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19472 Access the new x_window field directly.
19473 * xterm.c (x_scroll_bar_create): Use a pseudovector.
19474 Don't wrap/unwrap integers into Lisp_Objects.
19475 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19476 (x_scroll_bar_report_motion):
19477 Don't wrap/unwrap integers into Lisp_Objects.
19478 (x_term_init): Use SDATA.
19479 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19480 (x_scroll_bar_set_handle, x_scroll_bar_remove)
19481 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19482 (x_scroll_bar_report_motion, x_scroll_bar_clear):
19483 * xfns.c (x_set_background_color):
19484 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19485 Access the new x_window field directly.
19486
19487 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19488 (allocate_pseudovector): Make non-static.
19489
19490 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19491 (allocate_pseudovector): Declare.
19492 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19493
194942007-11-15 Andreas Schwab <schwab@suse.de>
19495
19496 * editfns.c (Fformat): Correctly format EMACS_INT values.
19497 Also take precision into account when formatting an integer.
19498
19499 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19500
195012007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19502
19503 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19504 (syms_of_keyboard): Defsubr it.
19505
19506 * data.c (swap_in_global_binding): Fix longstanding bug where
19507 store_symval_forwarding was not called with the right second argument,
19508 thus causing objfwd-ing from being dropped.
19509
195102007-11-14 Juanma Barranquero <lekktu@gmail.com>
19511
19512 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19513 (Fx_display_pixel_height, Fx_display_planes)
19514 (Fx_display_color_cells, Fx_server_max_request_size)
19515 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19516 (Fx_display_visual_class, Fx_display_save_under):
19517 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19518 (Fx_display_pixel_height, Fx_display_planes)
19519 (Fx_display_color_cells, Fx_server_max_request_size)
19520 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19521 (Fx_display_mm_height, Fx_display_mm_width)
19522 (Fx_display_backing_store, Fx_display_visual_class)
19523 (Fw32_select_font, Fx_display_save_under):
19524 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19525 (Fx_display_pixel_height, Fx_display_planes)
19526 (Fx_display_color_cells, Fx_server_max_request_size)
19527 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19528 (Fx_display_save_under): Fix typos in docstrings.
19529
195302007-11-14 Juanma Barranquero <lekktu@gmail.com>
19531
19532 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19533 corresponding to deleted entries; they are an implementation detail.
19534 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19535 Remove variables.
19536 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19537 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19538 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19539 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19540 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19541 (Fw32_define_rgb_color, Fw32_load_color_file)
19542 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19543 Fix typos in docstrings.
19544 (Fx_server_version): Reflow docstring.
19545 (Fw32_shell_execute): Doc fixes.
19546
195472007-11-13 Juanma Barranquero <lekktu@gmail.com>
19548
19549 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19550 if w32_parse_hot_key returned nil.
19551
195522007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19553
19554 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19555
195562007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 19557
aac0c6e3
MR
19558 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19559
19560 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19561
19562 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19563 Remove W32_SCROLL_BAR_CLICK_EVENT.
19564
19565 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19566 Add MULTIMEDIA_KEY_EVENT.
19567
19568 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19569 (lispy_multimedia_keys) [WINDOWSNT]: New array.
19570 (make_lispy_event) [WINDOWSNT]: Use it to translate
19571 MULTIMEDIA_KEY_EVENT.
19572
19573 * w32term.h (WM_APPCOMMAND): Define if not already.
19574 (GET_APPCOMMAND_LPARAM): Likewise.
19575
19576 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19577 WM_APPCOMMAND.
19578
19579 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19580 (syms_of_w32fns): Export and initialize it.
19581 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19582
195832007-11-09 Chong Yidong <cyd@stupidchicken.com>
19584
19585 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19586 twice.
19587
19588 * xdisp.c (handle_face_prop): Fix last change.
19589
195902007-11-09 Richard Stallman <rms@gnu.org>
19591
19592 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19593 not just for after-strings and before-strings.
19594 Call face_for_overlay_string and pass the overlay to it.
19595 (handle_display_prop): Determine whether property came from an overlay.
19596 Pass OVERLAY arg to handle_single_display_spec.
19597 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19598 (load_overlay_strings): Fill in it->string_overlays.
19599 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19600
19601 * xfaces.c (face_for_overlay_string): Function renamed from
19602 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19603
19604 * dispextern.h (struct it): New elt string_overlays.
19605 New elt from_overlay, also in stack.
19606 Rearrange a few elements.
19607 (face_for_overlay_string): Decl renamed from
19608 face_at_buffer_position_no_overlays, and add argument.
19609
196102007-11-09 Richard Stallman <rms@gnu.org>
19611
19612 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19613 to get the base face for an overlay string.
19614
19615 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19616
19617 * xfaces.c (face_at_buffer_position_no_overlays): New function.
19618
19619 * xdisp.c (handle_stop): Move some code out of loop.
19620
196212007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19622
19623 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19624 Fix conversion from Lisp object to ATSUFontID.
19625
196262007-11-09 Jason Rumney <jasonr@gnu.org>
19627
19628 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19629
196302007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19631
19632 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19633 Don't assume regions are aligned to page boundary.
19634 (print_load_command_name): Add LC_UUID if defined.
19635
196362007-11-09 Richard Stallman <rms@gnu.org>
19637
19638 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19639
196402007-11-07 Jason Rumney <jasonr@gnu.org>
19641
19642 * s/windows95.h: Remove.
19643
196442007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19645
19646 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19647 abort with a message on unhandled store_type values.
19648
196492007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19650
19651 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19652 Remove HAVE_X11R5 and HAVE_X11R4.
19653
196542007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19655
19656 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19657
196582007-11-01 Johan Bockgård <bojohan@gnu.org>
19659
19660 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19661 Don't set s->stippled_p here, since it has already been set by
19662 x_set_glyph_string_gc from x_draw_glyph_string.
19663
196642007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19665
19666 * sunfns.c: Remove file.
19667
19668 * m/sun386.h:
19669 * m/sun2.h:
19670 * m/sparc.h: Remove Sun windows code.
19671
196722007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19673
19674 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19675 (init_keyboard): Set current_kboard's window-system to nil.
19676 (tty_read_avail_input): Typo.
19677 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19678
196792007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19680
19681 * s/usg5-4.h:
19682 * s/usg5-3.h:
19683 * s/ptx.h:
19684 * m/is386.h:
19685 * m/ibmps2-aix.h:
19686 * Makefile.in: Remove all mentions of X10.
19687
19688 * dispnew.c (syms_of_display): Don't mention version 10.
19689
196902007-10-28 Juanma Barranquero <lekktu@gmail.com>
19691
19692 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19693 ($(BLD)/abbrev.$(O)): Remove.
19694
196952007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19696
19697 Rewrite abbrev.c in Elisp.
19698 * image.c (Qcount): Don't declare as extern.
19699 (syms_of_image): Initialize and staticpro `Qcount'.
19700 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19701 * emacs.c (main): Don't call syms_of_abbrev.
19702 * Makefile.in (obj): Remove abbrev.o.
19703 (abbrev.o): Remove.
19704 * abbrev.c: Remove.
19705
197062007-10-26 Martin Rudalics <rudalics@gmx.at>
19707
19708 * window.c (window_min_size_2): Don't count header-line.
19709
197102007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19711
19712 * frame.h (struct frame): Move all bit fields after the first bit
19713 field to take advantage of the available space. Group all the
19714 chars together to reduce wasted space due to padding.
19715
197162007-10-26 Juanma Barranquero <lekktu@gmail.com>
19717
19718 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19719
19720 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19721 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19722 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19723 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19724 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19725 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19726 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19727 (last_marked, mark_object_loop_halt): Make static.
19728
19729 * frame.c (syms_of_frame) <delete-frame-functions>:
19730 Fix typo in docstring.
19731
197322007-10-25 Juanma Barranquero <lekktu@gmail.com>
19733
19734 * w32.c (init_environment): Fix tiny memory leak.
19735 (w32_get_resource): Remove unused variable `ok'.
19736
197372007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19738
19739 Make `window-system' into a keyboard-local variable (rather than
19740 frame-local as done originally by multi-tty).
19741
19742 * keyboard.h (struct kboard): Add Vwindow_system.
19743 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19744 (mark_kboards): Mark Vwindow_system.
19745
19746 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19747 (init_display): Don't set the obsolete `window-system' frame-param.
19748
19749 * xterm.c (x_term_init):
19750 * w32term.c (w32_create_terminal):
19751 * term.c (init_tty): Set Vwindow_system.
19752 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19753 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19754
19755 * xfns.c (Fx_create_frame, x_create_tip_frame):
19756 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19757 * macfns.c (Fx_create_frame):
19758 Don't set the obsolete `window-system' frame-param.
19759
19760 * frame.h (Qwindow_system): Remove.
19761 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19762 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19763
197642007-10-24 Richard Stallman <rms@gnu.org>
19765
19766 * frame.c (x_figure_window_size): For fullscreen case,
19767 set USPosition | PPosition without clobbering rest of window_prompting.
19768
19769 * keyboard.c (Fcurrent_idle_time): Doc fix.
19770
19771 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19772
197732007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19774
19775 * process.c (unwind_request_sigio): Only define if __ultrix__.
19776
19777 * callproc.c (child_setup): Remove spurious *.
19778
19779 * lisp.h (Fget_text_property): Declare.
19780 (have_menus_p): Declare it here rather than in sys-dep header files.
19781 * macterm.h (have_menus_p):
19782 * msdos.h (have_menus_p):
19783 * xterm.h (have_menus_p): Remove.
19784
19785 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19786 (Fmake_variable_frame_local): Just check the variable's const-ness
19787 rather than checking nil or t.
19788
197892007-10-22 Jason Rumney <jasonr@gnu.org>
19790
19791 * w32fns.c: Include math.h.
19792 (w32_abort): Declaration moved to nt/config.nt.
19793
19794 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19795 (abort): Redefinition moved to nt/config.nt.
19796
19797 * m/windowsnt.h: Remove.
19798
197992007-10-22 Juanma Barranquero <lekktu@gmail.com>
19800
19801 * emacs.c (Fdump_emacs): Fix typo in message.
19802 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19803 <installation-directory>: Reflow docstring.
19804
198052007-10-22 Juri Linkov <juri@jurta.org>
19806
19807 * minibuf.c: Allow minibuffer default to be a list of default values.
19808 With empty input use the first element of this list as returned default.
19809 (string_to_object)
19810 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19811 (read_minibuf): If defalt is cons, set histstring to its car.
19812 (Fread_string): If default_value is cons, set val to its car.
19813 (Fread_buffer): If def is cons, use its car.
19814 (Fcompleting_read): If defalt is cons, set val to its car.
19815
198162007-10-21 Michael Albinus <michael.albinus@gmx.de>
19817
19818 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19819
198202007-10-20 Juanma Barranquero <lekktu@gmail.com>
19821
19822 * doc.c (Fdocumentation): Check for advice in all cases.
19823
198242007-10-19 Chong Yidong <cyd@stupidchicken.com>
19825
19826 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19827
198282007-10-19 Richard Stallman <rms@gnu.org>
19829
19830 * doc.c (Fdocumentation): Check for and handle an advised function.
19831
198322007-10-19 Juanma Barranquero <lekktu@gmail.com>
19833
19834 * process.c (Fset_process_filter): Doc fix.
19835
198362007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19837
19838 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19839 which caused key-translation-map to applied repeatedly (thus breaking
19840 double-mode).
19841
198422007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19843
19844 * xselect.c (x_own_selection, x_handle_selection_clear)
19845 (x_clear_frame_selections):
19846 * w32menu.c (list_of_panes, list_of_items):
19847 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19848 * textprop.c (validate_plist, interval_has_all_properties)
19849 (interval_has_some_properties, interval_has_some_properties_list)
19850 (add_properties, text_property_list):
19851 * process.c (Fget_buffer_process, list_processes_1, status_notify):
19852 * minibuf.c (Fassoc_string):
19853 * macselect.c (x_own_selection, x_clear_frame_selections)
19854 (Fx_disown_selection_internal):
19855 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19856 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19857
198582007-10-17 Chong Yidong <cyd@stupidchicken.com>
19859
19860 * process.c: Link to libs for calling res_init() if available.
19861 (Fmake_network_process): Call res_init() before getaddrinfo or
19862 gethostbyname, if possible.
19863
198642007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19865
19866 * lread.c (read1): Set pvectype for char_tables.
19867
19868 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19869 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19870 Add type checks.
19871 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19872
19873 * alloc.c (free_misc): Use XMISCTYPE.
19874 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19875
198762007-10-17 Glenn Morris <rgm@gnu.org>
19877
19878 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19879 (syms_of_minibuf): Add Qcompletion_ignore_case.
19880 * dired.c (Qcompletion_ignore_case): Change to external.
19881 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19882 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19883 (Fread_file_name): Use it rather than intern'ing.
19884
19885 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19886 (Fread_coding_system): Ignore case of user input.
19887
198882007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19889
19890 * xdisp.c (handle_display_prop): Ignore display specs after
19891 replacing one when string text is being replaced.
19892 (handle_single_display_spec): Pretend as if characters with display
19893 property haven't been consumed only when buffer text is being replaced.
19894
198952007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19896
19897 * xfns.c (Fx_create_frame, Fx_display_list):
19898 * window.c (window_fixed_size_p, enlarge_window)
19899 (shrink_window_lowest_first):
19900 * macterm.c (init_font_name_table):
19901 * macfns.c (Fx_create_frame, Fx_display_list):
19902 * lread.c (close_load_descs):
19903 * keyboard.c (read_char_x_menu_prompt):
19904 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19905 * coding.c (code_convert_region_unwind): Test the type of an object
19906 rather than just !NILP before extracting data from it.
19907
19908 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19909
19910 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19911 (XMISCANY): New macro.
19912 (XMISCTYPE): Use it.
19913 (struct Lisp_Misc_Any): New type.
19914 (union Lisp_Misc): Use it.
19915 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19916 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19917 (find_symbol_value, set_internal, default_value, Fset_default)
19918 (Fmake_variable_buffer_local, Fmake_local_variable)
19919 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19920 (Flocal_variable_if_set_p, Fvariable_binding_locus):
19921 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19922 * alloc.c (allocate_buffer): Set the size and tag.
19923 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19924 Use XMISCANY.
19925 (die): Follow the GNU convention for error messages.
19926 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19927 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19928 tag any more.
19929 (set_buffer_internal_1):
19930 * frame.c (store_frame_param):
19931 * eval.c (specbind):
19932 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
19933
19934 * doc.c (Fsnarf_documentation): Simplify.
19935
199362007-10-14 Juanma Barranquero <lekktu@gmail.com>
19937
19938 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
19939 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
19940
199412007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19942
19943 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
19944
199452007-10-14 Juanma Barranquero <lekktu@gmail.com>
19946
19947 * eval.c (do_autoload): Don't save autoloads.
19948
19949 * data.c (Ffset): Save autoload of the function being set.
19950
199512007-10-07 John Paul Wallington <jpw@pobox.com>
19952
19953 * xfns.c (x_create_tip_frame): Set the `display-type' frame
19954 parameter before setting up faces.
19955
199562007-10-13 Eli Zaretskii <eliz@gnu.org>
19957
19958 * ccl.c (Fregister_code_conversion_map):
19959 * keyboard.c (append_tool_bar_item): Reformat last change.
19960
19961 * lisp.h (eabs): Rename from `abs'. All callers changed.
19962
199632007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
19964
19965 * buffer.c (add_overlay_mod_hooklist):
19966 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
19967 * fontset.c (make_fontset):
19968 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
19969 (append_tool_bar_item):
19970 * macmenu.c (grow_menu_items):
19971 * w32menu.c (grow_menu_items):
19972 * xmenu.c (grow_menu_items): Use larger_vector.
19973
199742007-10-13 Eli Zaretskii <eliz@gnu.org>
19975
19976 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
19977 selected frame'' on MSDOS).
19978
199792007-10-12 Martin Rudalics <rudalics@gmx.at>
19980
19981 * frame.c (Qexplicit_name): New variable.
19982 (x_report_frame_params): Report it in parameter alist.
19983 (syms_of_frame): Intern and staticpro it.
19984
199852007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
19986
19987 * macfns.c (x_create_tip_frame): Set terminal for frame.
19988
199892007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19990
19991 * frame.c (Qenvironment): Remove.
19992 (syms_of_frame) <Qenvironment>: Don't initialize.
19993 (Fdelete_frame): Don't treat the `environment' param specially.
19994 * frame.h (Qenvironment): Don't declare.
19995 * callproc.c (set_initial_environment): Don't set unused frame param.
19996
19997 * frame.c (Fframe_with_environment): Remove.
19998 (syms_of_frame) <Sframe_with_environment>: Don't declare.
19999
20000 * lisp.h (Fframe_with_environment): Don't declare.
20001
200022007-10-10 Juanma Barranquero <lekktu@gmail.com>
20003
20004 * indent.c (indent_tabs_mode, last_known_column)
20005 (last_known_column_modified): Make static.
20006 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
20007
200082007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
20009
20010 * puresize.h (BASE_PURESIZE): Increase to 1170000.
20011
200122007-10-09 Jason Rumney <jasonr@gnu.org>
20013
20014 * w32term.c (x_set_window_size): Disable code that attempts to tell
20015 Lisp code about a size change before it actually happens.
20016
200172007-10-09 Richard Stallman <rms@gnu.org>
20018
20019 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
20020 return HANDLED_RETURN.
20021
200222007-10-08 Martin Rudalics <rudalics@gmx.at>
20023
20024 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
20025 when there's an unread command event.
20026
20027 * frame.c (focus_follows_mouse): Move here from frame.el to allow
20028 window autoselection act appropriately when leaving selected frame.
20029 (syms_of_frame): Initialize focus_follows_mouse.
20030 * frame.h (focus_follows_mouse): Extern it.
20031 * macterm.c (XTread_socket): When focus_follows_mouse is nil
20032 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
20033 * msdos.c (dos_rawgetc): Likewise.
20034 * w32term.c (w32_read_socket): Likewise.
20035 * xterm.c (handle_one_xevent): Likewise.
20036 * xdisp.c (syms_of_xdisp): In doc-string of
20037 mouse-autoselect-window mention focus-follows-mouse.
20038
200392007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20040
20041 * macterm.c (mac_load_query_font): Fix missing return value.
20042 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
20043 Add BLOCK_INPUT.
20044
200452007-10-08 Richard Stallman <rms@gnu.org>
20046
20047 * xdisp.c (get_window_cursor_type): Implement documented behavior
20048 for cursor-in-non-selected-windows = t.
20049
200502007-10-08 Jason Rumney <jasonr@gnu.org>
20051
20052 * w32.c (w32_get_resource): Always close registry keys.
20053
200542007-10-08 Jason Rumney <jasonr@gnu.org>
20055
20056 * makefile.w32-in (LIBS): Add COMCTL32.
20057
20058 * w32fns.c (globals_of_w32fns): Init common controls.
20059
200602007-10-08 Richard Stallman <rms@gnu.org>
20061
20062 * image.c (our_memory_buffer): Rename from omfib_buffer.
20063
200642007-10-08 Richard Stallman <rms@gnu.org>
20065
20066 * buffer.c (Foverlays_at): Doc fix.
20067
200682007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
20069
20070 * fns.c (Fplist_put): Preserve uneven tail data.
20071
200722007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
20073
20074 * termhooks.h (enum event_kind): Remove trailing comma.
20075
20076 * frame.h (enum): Remove trailing comma.
20077
200782007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20079
20080 * w32proc.c (delete_child): Don't terminate threads of zombies.
20081
200822007-10-08 Martin Rudalics <rudalics@gmx.at>
20083
20084 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
20085
20086 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
20087 last-repeatable-command.
20088 (init_kboard): Initialize Vlast_repeatable_command.
20089 (command_loop_1): Set it to real_this_command unless that was
20090 bound to an input event.
20091 (mark_kboards): Mark it.
20092
200932007-10-08 Richard Stallman <rms@gnu.org>
20094
20095 * eval.c (condition-case): Doc fix.
20096
200972007-10-08 Masatake YAMATO <jet@gyve.org>
20098
20099 * xfaces.c (tty_supports_face_attributes_p): Fix code
20100 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
20101 was copied and not edited.
20102
201032007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
20104
20105 Add new `input-decode-map' keymap and use it for terminal
20106 escape sequences.
20107 * keyboard.h (struct kboard): Add Vinput_decode_map.
20108 Remove Vlocal_key_translation_map.
20109 * keyboard.c (read_key_sequence): Add support for input-decode-map.
20110 (init_kboard): Init input-decode-map.
20111 Replace local-key-translation-map back with key-translation-map.
20112 (syms_of_keyboard): Declare input-decode-map.
20113 Remove local-key-translation-map. Update docstrings.
20114 (mark_kboards): Mark Vinput_decode_map.
20115 Don't mark Vlocal_key_translation_map.
20116 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
20117 Replace local-key-translation-map back with key-translation-map.
20118 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
20119 Bind in input-decode-map rather than function-key-map.
20120
20121 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
20122 This was made redundant by the previous introduction of XSETPVECTYPE.
20123
201242007-10-09 Richard Stallman <rms@gnu.org>
20125
20126 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
20127
201282007-09-29 Richard Stallman <rms@gnu.org>
20129
20130 * eval.c (internal_condition_case_2, internal_condition_case_1)
20131 (internal_condition_case): Reenable abort if x_catching_errors ()
20132 to see if that really happens and why.
20133
201342007-10-06 Andreas Schwab <schwab@suse.de>
20135
20136 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
20137
201382007-10-04 Juanma Barranquero <lekktu@gmail.com>
20139
20140 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
20141
201422007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20143
20144 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
20145
201462007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20147
20148 * window.h (struct window):
20149 * window.c (struct save_window_data, struct saved_window):
20150 * termhooks.h (struct terminal):
20151 * process.h (struct Lisp_Process):
20152 * frame.h (struct frame):
20153 * buffer.h (struct buffer):
20154 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
20155 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
20156 The size field of (pseudo)vectors is now unsigned.
20157 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
20158
20159 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
20160 Turn `count' into an integer.
20161
20162 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
20163 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
20164 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
20165 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
20166 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
20167
20168 * alloc.c (allocate_pseudovector): New fun.
20169 (ALLOCATE_PSEUDOVECTOR): New macro.
20170 (allocate_window, allocate_terminal, allocate_frame)
20171 (allocate_process): Use it.
20172 (mark_vectorlike): New function.
20173 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
20174 (mark_terminals): Use it.
20175 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
20176 (Fmake_byte_code): Use XSETPVECTYPE.
20177
20178 * frame.c (Fframe_parameters): Minor simplification.
20179
20180 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
20181
20182 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
20183
20184 * buffer.c (Fget_buffer_create, init_buffer_once):
20185 * lread.c (defsubr):
20186 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
20187
20188 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
20189 defined differently in the m/*.h files.
20190 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
20191 (XSETPVECTYPE): New macro.
20192 (XSETPSEUDOVECTOR): Use it.
20193
20194 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
20195 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
20196
20197 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
20198 * lread.c (defvar_per_buffer):
20199 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
20200
20201 * window.c (candidate_window_p): Only consider as visible frames that
20202 are on the same terminal.
20203
20204 * m/ibms390x.h (MARKBIT): Remove unused macro.
20205
202062007-10-01 Juanma Barranquero <lekktu@gmail.com>
20207
20208 * lread.c (Fload): Fix typo in docstring.
20209
202102007-10-01 Michaël Cadilhac <michael@cadilhac.name>
20211
20212 * floatfns.c (Fexpt): Manually check for overflows, so that a power
20213 of a non-zero value can't yield zero.
20214
202152007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
20216
20217 * term.c (term_clear_mouse_face, term_mouse_highlight)
20218 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
20219
20220 * print.c (safe_debug_print): Use XHASH.
20221
20222 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
20223 Lisp elements such as tags.
20224 (XHASH): New macro.
20225 (EQ): Use it.
20226 (SREF, SSET, STRING_COPYIN): Use SDATA.
20227 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
20228
20229 * alloc.c (mark_terminal): Remove left-over declaration.
20230 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
20231 (allocate_vectorlike): Remove type argument. Adjust callers.
20232 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
20233 Only handle the one remaining MEM_TYPE_VECTORLIKE.
20234
20235 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
20236 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
20237 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
20238 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
20239 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
20240 Use them.
20241
20242 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
20243 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
20244 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
20245
202462007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
20247
20248 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
20249 loaded by default.
20250
202512007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20252
20253 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
20254 on this tty.
20255 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
20256
20257 * term.c (mouse_face_window): Rename from Qmouse_face_window.
20258 Update all users.
20259 (handle_one_term_event): Use Gpm_DrawPointer.
20260 (Fgpm_mouse_start): Rename from Fterm_open_connection.
20261 Signal errors instead of returning nil. Always return nil.
20262 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
20263 Make it a noop if gpm-mouse was not activated.
20264 (syms_of_term): Update names.
20265
202662007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
20267
20268 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
20269 (init_sys_modes): Check that gpm_tty is the current tty.
20270
20271 * alloc.c (allocate_terminal): Set the vector size to only count the
20272 lisp fields. Initialize those to nil.
20273 (mark_object): Don't treat terminals specially.
20274 (mark_terminal): Remove.
20275 (mark_terminals): Use mark_object instead.
20276
20277 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
20278 the GC to the beginning.
20279
20280 * indent.h:
20281 * indent.c: Use EMACS_INT for ints coming from Elisp data.
20282
20283 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
20284
202852007-09-25 Jason Rumney <jasonr@gnu.org>
20286
20287 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
20288
20289 * w32console.c (create_w32cons_output): Remove.
20290
20291 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
20292
20293 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
20294 (reset_sys_modes): Use reset_terminal_modes_hook.
20295
202962007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20297
20298 * eval.c (do_autoload): Don't output any message.
20299
203002007-09-24 Juri Linkov <juri@jurta.org>
20301
20302 * emacs.c (standard_args): Change priority of "--no-splash"
20303 from 40 to 3. Add "--no-desktop" with the same priority.
20304
203052007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
20306
20307 * alloc.c (gc_sweep): Check cons cell mark bits word by word
20308 and optimize the case where they are all 1.
20309
203102007-09-23 Johannes Weiner <hannes@saeurebad.de>
20311
20312 * lisp.h (abs): Define if not defined.
20313 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
20314 Don't define `abs', since it's defined in lisp.h.
20315
203162007-09-22 Eli Zaretskii <eliz@gnu.org>
20317
20318 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
20319 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
20320 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
20321 (init_tty): Use DEV_TTY instead of "/dev/tty".
20322 [WINDOWSNT]: No need to protect from NAME arg being null.
20323
203242007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20325
20326 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
20327 up the tty state.
20328
203292007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20330
20331 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
20332 (gpm_tty): Change its type.
20333 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
20334 (gpm_tty): Change its type and initialize it.
20335 (Fterm_open_connection): Check the frame is indeed a tty.
20336 Use the new gpm_tty.
20337 (Fterm_close_connection): Use the new gpm_tty.
20338 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
20339 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
20340
203412007-09-21 Juanma Barranquero <lekktu@gmail.com>
20342
20343 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
20344 underline_color, to draw strike-through.
20345
203462007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20347
20348 * lisp.h (allocate_terminal): Declare.
20349
20350 * window.c (candidate_window_p): Consider frames that are being placed
20351 by the user as somewhere between visible and iconified.
20352 (window_loop): Prefer windows on the current frame.
20353 (Fselect_window): Move the use of select-frame to the beginning so we
20354 can just delegate all the work (it'll call us back anyway).
20355
20356 * frame.c (Qdisplay_environment_variable):
20357 * frame.h (Qdisplay_environment_variable): Delete.
20358
20359 * .gdbinit (xbacktrace): Print the arg's address rather than the value
20360 of the first arg, since that value may be a union.
20361
20362 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
20363 parameter rather than Qdisplay_environment_variable. If all else
20364 fails, look for DISPLAY in initial-environment.
20365
203662007-09-21 Glenn Morris <rgm@gnu.org>
20367
20368 * Makefile.in (emacstool): Remove target.
20369 (lisp, shortlisp): Remove termdev.elc.
20370
203712007-09-21 Markus Triska <markus.triska@gmx.at>
20372
20373 * xterm.c (x_delete_display): Compile session management conditionally.
20374
203752007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20376
20377 * callproc.c (getenv_internal_1): New function.
20378 (getenv_internal): Use it.
20379 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
20380
20381 * terminal.c (get_terminal): Don't accept ints to represent terminals.
20382 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
20383 (Fset_terminal_parameter): Work with dead terminals as well.
20384 (Fmodify_terminal_parameters): Remove.
20385
20386 * terminal.c (get_terminal): Handle terminals.
20387 Make sure the terminal returned is live.
20388 (create_terminal): Use allocate_terminal.
20389 (mark_terminals): Move to alloc.c.
20390 (delete_terminal): Use terminal->name as liveness status.
20391 NULL out fields after freeing their contents.
20392 Don't deallocate the object.
20393 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
20394 rather than an int.
20395 (Fterminal_live_p): Accept non-integer arguments.
20396 (Fterminal_list): Return terminal objects rather than an ints.
20397
20398 * alloc.c (enum mem_type): New member for `terminal' objects.
20399 (allocate_terminal): New function.
20400 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
20401 Handle terminals.
20402 (mark_terminal): New fun.
20403 (mark_terminals): Move from terminal.c.
20404
20405 * term.c (get_tty_terminal): Don't treat output_initial specially.
20406 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20407 (delete_tty): Use terminal->name as liveness status.
20408
20409 * termhooks.h (struct terminal): Make it into a pseudovector.
20410 Remove `deleted' replaced by checking `name's nullness.
20411
20412 * print.c (print_object): Handle terminals.
20413
20414 * lisp.h (enum pvec_type): New `terminal' pseudovector.
20415 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20416
20417 * frame.c (make_terminal_frame):
20418 * keyboard.c (tty_read_avail_input):
20419 * w32term.c (x_delete_terminal):
20420 * xfns.c (Fx_create_frame, x_create_tip_frame):
20421 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20422
204232007-09-20 Glenn Morris <rgm@gnu.org>
20424
20425 * process.c (Fmake_network_process): Doc fix.
20426
204272007-09-19 Jason Rumney <jasonr@gnu.org>
20428
20429 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20430
204312007-09-19 Michaël Cadilhac <michael@cadilhac.name>
20432
20433 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20434 Fix a C warning regarding variable constness.
20435
20436 * xterm.c (handle_one_xevent): Fix a C warning.
20437
204382007-09-18 Jason Rumney <jasonr@gnu.org>
20439
20440 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20441
204422007-09-17 Jan Djärv <jan.h.d@swipnet.se>
20443
20444 * gtkutil.c (gdpy_def): New variable.
20445 (xg_initialize): Initialize gdpy_def.
20446 (xg_display_close): If no other display exists, set gdpy_def to a
20447 new connection.
20448
204492007-09-16 Jan Djärv <jan.h.d@swipnet.se>
20450
20451 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20452 when we have no file name for the icon.
20453 (xg_tool_bar_expose_callback): Remove.
20454 (xg_create_tool_bar): Don't connect expose signal to
20455 xg_tool_bar_expose_callback.
20456 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20457
204582007-09-16 Andreas Schwab <schwab@suse.de>
20459
20460 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20461 values instead of zapping them.
20462
204632007-09-14 Glenn Morris <rgm@gnu.org>
20464
20465 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20466 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20467 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20468 scope and rename to omfib_buffer for clarity.
20469 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20470
204712007-09-14 Kenichi Handa <handa@m17n.org>
20472
20473 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20474
204752007-09-13 Jason Rumney <jasonr@gnu.org>
20476
20477 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20478
20479 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20480
20481 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20482 (mac_term_init): Call here instead, passing rif.
20483
204842007-09-13 Glenn Morris <rgm@gnu.org>
20485
20486 * s/hpux.h: No longer define `static' as nothing.
20487
204882007-09-13 Johan Bockgård <bojohan@gnu.org>
20489
20490 * callint.c (Fcall_interactively): Remove unused var `fun'.
20491
204922007-09-12 Romain Francoise <romain@orebokech.com>
20493
20494 * window.c (prefer_window_split_horizontally, display_buffer):
20495 Revert 2007-09-08 change.
20496
204972007-09-12 Glenn Morris <rgm@gnu.org>
20498
20499 * alloca.c: Remove file.
20500 * Makefile.in (alloca): Do not undef.
20501 (allocaobj, alloca.o): Remove.
20502 (otherobj): Remove allocaobj.
20503 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20504 * regex.c (C_ALLOCA): Remove all references and code that was only
20505 used when this was defined.
20506 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20507 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20508 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20509
20510 * Makefile.in (SOURCES, unlock, relock): Delete.
20511
20512 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20513 (menu_grab_callback): All uses changed.
20514
20515 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20516 (x_reply_selection_request): All uses changed.
20517
205182007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20519
20520 * lread.c (load_warn_old_style_backquotes): Change message to look
20521 better when it appears in the middle of byte-compiler messages.
20522
205232007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
20524
20525 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20526
20527 * xterm.c (x_create_terminal): Add comment.
20528
20529 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20530
205312007-09-10 Richard Stallman <rms@gnu.org>
20532
20533 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20534
205352007-09-10 Michaël Cadilhac <michael@cadilhac.name>
20536
20537 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20538 (DEFUN): Document `intspec', use it instead of `prompt'.
20539
20540 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20541
20542 * data.c (Finteractive_form): If the interactive specification starts
20543 with a `(', use it as a Lisp form.
20544
20545 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20546 name and file modes.
20547
20548 * callint.c (Fcall_interactively): Comment fixes.
20549
205502007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20551
20552 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20553 and compiled functions.
20554
205552007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
20556
20557 * window.c (prefer_window_split_horizontally): New variable.
20558 (display_buffer): Consider splitting window horizontally depending
20559 on prefer_window_split_horizontally.
20560
205612007-09-08 Eli Zaretskii <eliz@gnu.org>
20562
20563 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20564
205652007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20566
20567 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20568
20569 * frame.c (x_set_frame_parameters): Check number is positive before
20570 using XFASTINT.
20571
20572 * window.c (freeze_window_start): Don't presume selected_window holds
20573 a window object.
20574 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20575
205762007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
20577
20578 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20579
205802007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20581
20582 * window.c (Vsplit_window_preferred_function): New var.
20583 (Fdisplay_buffer): Use it.
20584 (syms_of_window): Export, and initialize it.
20585
205862007-09-06 Pixel <pixel@mandriva.com> (tiny change)
20587
20588 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20589
205902007-09-06 Glenn Morris <rgm@gnu.org>
20591
20592 * gtkutil.c (menu_grab_callback) <cnt>:
20593 * xselect.c (x_reply_selection_request) <cnt>: Move static
20594 variable to file scope.
20595
205962007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20597
20598 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20599 consistent values of selected_frame and selected_window.
20600
206012007-09-04 Jason Rumney <jasonr@gnu.org>
20602
20603 * w32console.c (initialize_w32_display): Zero unused hooks.
20604
206052007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20606
20607 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20608 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20609
206102007-09-04 Jason Rumney <jasonr@gnu.org>
20611
20612 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20613 in w32console.c. Set up input. Remove XXX comments that have been
20614 confirmed as correct.
20615
20616 * s/ms-w32.h (MULTI_KBOARD): Define.
20617
20618 * w32console.c (one_and_only_w32cons): Remove.
20619 (initialize_w32_display): Take terminal argument.
20620
20621 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20622 initialize_w32_display.
20623 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20624
20625 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20626
20627 * keyboard.c (discard_mouse_events): Discard it.
20628 (make_lispy_event): Translate it to a lisp event.
20629 (lispy_wheel_names): Add wheel-left and right events.
20630 (syms_of_keyboard): Enlarge wheel_syms.
20631
20632 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20633 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20634
20635 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20636
20637 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20638 from WM_MOUSEHWHEEL.
20639 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20640
20641 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20642 terminal.
20643
20644 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20645 keyboard for the terminal.
20646
206472007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20648
20649 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20650 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20651 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20652 and resume-tty-function to resume-tty-hook.
20653 (Fsuspend_tty, Fresume_tty): Use new names.
20654
206552007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20656
20657 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20658 if it starts with "n:".
20659
206602007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20661
20662 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20663
206642007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20665
20666 * frame.h:
20667 * frame.c (Qterm_environment_variable): Remove.
20668 (syms_of_frame): Don't init and staticpro it.
20669
20670 * callproc.c (getenv_internal): Remove special case for $TERM.
20671
20672 * callproc.c (Vinitial_environment): New variable.
20673 (set_initial_environment): Initialize it.
20674 (syms_of_callproc): Declare it.
20675 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20676 TERM under which a process runs is never related to the TERM in which
20677 Emacs is running.
20678
206792007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20680
20681 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20682 * s/darwin.h: ... do it here.
20683
206842007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20685
20686 * lisp.h (set_initial_environment): Rename from set_global_environment.
20687
20688 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20689 removed by mistake on the multi-tty branch.
20690
20691 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20692 (Fmodify_frame_parameters): Return a value.
20693
20694 * image.c (png_load): Comment-out var only used in commented-out code.
20695
20696 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20697 before passing it to mark_object.
20698
20699 * xfaces.c (internal_resolve_face_name): Return a value.
20700 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20701
20702 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20703 (x_icon): Comment-out var only used in commented-out code.
20704
207052007-08-29 Romain Francoise <romain@orebokech.com>
20706
20707 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20708 QUIT hasn't been provided.
20709
207102007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20711
20712 * callproc.c (child_setup, getenv_internal): Use the
20713 display-environment-variable and term-environment-variable frame params.
20714 (set_initial_environment): Initialise Vprocess_environment.
20715
20716 * config.in: Disable multi-keyboard support on a mac.
20717
20718 * frame.c (Qterm_environment_variable)
20719 (Qdisplay_environment_variable): New variables.
20720 (syms_of_frame): Intern and staticpro them.
20721 (Fmake_terminal_frame): Disable output method test.
20722
20723 * frame.h: Declare them here.
20724
20725 * macfns.c (x_set_mouse_color): Get rif from the frame.
20726 (x_set_tool_bar_lines): Don't use updating_frame.
20727 (mac_window): Add 2 new parameters for consistency with other systems.
20728 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20729 frame parameters following what is done in X11 and w32. Don't use
20730 FRAME_MAC_DISPLAY_INFO.
20731 (Fx_open_connection, start_hourglass): Remove window-system check.
20732 (x_create_tip_frame): Get the keyboard from the terminal.
20733
20734 * macmenu.c: Reorder includes.
20735 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20736
20737 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20738 terminal parameter.
20739 (x_clear_frame): Add a frame parameter.
20740 (note_mouse_movement): Get rif from the frame.
20741 (mac_term_init): Initialize the terminal.
20742 (mac_initialize): Make static and move terminal initialization ...
20743 (mac_create_terminal): ... to this new function.
20744
20745 * macterm.h (struct mac_display_info): Add terminal.
20746 (mac_initialize): Delete declaration.
20747
20748 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20749
20750 * sysdep.c: Comment out text after #endif.
20751
20752 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20753 is defined. Better initialize ttys in windows. Use terminal
20754 specific mouse_position_hook.
20755
20756 * termhooks.h (union display_info): Add mac_display_info.
20757
20758 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20759 Set the default minibuffer frame, window_system and the rest of the
20760 frame parameters following what is done in X11.
20761
20762 * w32term.c (w32_initialize): Make static.
20763
20764 * xselect.c (x_handle_selection_clear): Only access
20765 terminal->kboard when MULTI_KBOARD is defined.
20766
20767 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20768 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20769
207702007-08-29 Jason Rumney <jasonr@gnu.org>
20771
20772 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20773 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20774
20775 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20776 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20777
20778 * keyboard.c (restore_kboard_configuration): Only define when
20779 MULTI_KBOARD defined.
20780
20781 * makefile.w32-in: Update dependancies from Makefile.in.
20782 (OBJ1): Add terminal.$(O)
20783
20784 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20785 Don't define function body.
20786 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20787
20788 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20789
20790 * w32.c (request_sigio, unrequest_sigio): Remove.
20791
20792 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20793 (w32con_clear_frame, w32con_clear_end_of_line)
20794 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20795 (w32con_delete_glyphs, w32con_set_terminal_window)
20796 (scroll_line, w32_sys_ring_bell): Add frame arg.
20797 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20798 Add terminal arg.
20799 (PICK_FRAME): Remove.
20800 (w32con_write_glyphs): Use frame specific terminal coding.
20801 (one_and_only_w32cons): New global variable.
20802 (initialize_w32_display): Use it for storing hooks.
20803 (create_w32cons_output): New function.
20804
20805 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20806 arg a frame.
20807
20808 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20809 Set window_system.
20810 (x_set_tool_bar_lines): Don't use updating_frame.
20811 (Fx_create_frame): Set terminal and ref count.
20812 (Fx_open_connection): Remove window-system check.
20813
20814 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20815
20816 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20817 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20818 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20819 Add frame arg.
20820 (x_delete_terminal, w32_create_terminal): New functions.
20821 (w32_term_init): Create a terminal.
20822 (w32_initialize): Move terminal specific initialization to
20823 w32_create_terminal.
20824
20825 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20826 (w32_clear_rect, w32_clear_area): Use background from frame.
20827 (w32_display_info): Add terminal.
20828 (w32_sys_ring_bell, x_delete_display): Declare here.
20829
20830 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20831
20832 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20833
208342007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
20835
20836 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20837 Fix get_named_tty calls for the controlling tty.
20838
208392007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20840
194d44e7 20841 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
20842
208432007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20844
20845 * term.c (tty_insert_glyphs): Add missing first parameter.
20846
208472007-08-29 Károly Lőrentey <karoly@lorentey.hu>
20848
20849 * buffer.c (Fbuffer_list, Fbury_buffer):
20850 Take frame->buried_buffer_list into account.
20851
20852 * cm.c (current_tty): New variable, for cmputc().
20853 (cmputc): Use it.
20854 (cmcheckmagic): Add tty parameter, look up terminal streams there.
20855 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
20856 (cmgoto): Add tty parameter. Pass it on to calccost().
20857 Use emacs_tputs() instead of tputs().
20858
20859 * cm.h (emacs_tputs): New macro to set current_tty, and then call
20860 tputs().
20861 (current_tty): New variable, for cmputc().
20862 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20863
20864 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20865 (internal_condition_case, internal_condition_case_1)
20866 (internal_condition_case_2): Don't abort when x_catching_errors.
20867
20868 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20869 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
20870 prevent crashes caused by bogus longjmps in read_char.
20871
20872 * keymap.h (Fset_keymap_parent): Add EXFUN.
20873
20874 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20875 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20876 Remove redundant definition.
20877
20878 * macfns.c (x_set_mouse_color, x_make_gc):
20879 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20880
20881 * w32term.c (x_free_frame_resources):
20882 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20883 (w32_initialize): Use the accessor macros for terminal characteristics.
20884
20885 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20886 Use the accessor macros for terminal characteristics.
20887 * msdos.c (internal_terminal_init): Use the accessor macros for
20888 terminal characteristics.
20889 (ScreenVisualBell, internal_terminal_init):
20890 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20891
20892 * termopts.h (no_redraw_on_reenter): Declare.
20893
20894 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20895 (mark_terminals, mark_ttys): Declare.
20896 (Fgarbage_collect): Call them.
20897 (mark_object): Mark buried_buffer_list.
20898
20899 * prefix-args.c: Include stdlib.h for exit.
20900
20901 * syssignal.h: Add comment.
20902
20903 * indent.c: Include stdio.h.
20904
20905 * window.h (Vinitial_window_system): Declare.
20906 (Vwindow_system): Delete declaration.
20907
20908 * fontset.c (Finternal_char_font): Use FRAME_RIF.
20909
20910 * image.c (lookup_image): Don't initialize `c' until the xasserts
20911 have been run.
20912
20913 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20914 FRAME_FOREGROUND_PIXEL.
20915
20916 * print.c (print_preprocess): Don't lose print_depth levels while
20917 iterating.
20918
20919 * widget.c (update_from_various_frame_slots):
20920 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20921
20922 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20923 frames.
20924 (window_internal_height): Remove bogus make_number call.
20925 (init_window_once): Call make_terminal_frame with two zero parameters.
20926
20927 * fileio.c (Fread_file_name): Update comment.
20928
20929 * callint.c (Fcall_interactively):
20930 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
20931 Make sure it is correctly unwound.
20932
20933 * xsmfns.c (x_session_close): New function.
20934
20935 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
20936 Delete declarations.
20937
20938 * xterm.h: Remove declaration for x_fully_uncatch_errors.
20939 (x_output): Remove background_pixel and foreground_pixel fields.
20940 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
20941 (x_delete_device, x_session_close): Declare.
20942
20943 * lread.c: Include setjmp.h. Update declaration of `read_char'.
20944 (read_filtered_event): Call `read_char' with a local
20945 `wrong_kboard_jmpbuf'.
20946
20947 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
20948 Don't call single_kboard_state. Use FRAME_RIF.
20949
20950 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
20951 systems.
20952
20953 * lisp.h (set_process_environment): Rename to `set_global_environment'.
20954 (Fframe_with_environment, Fset_input_meta_mode)
20955 (Fset_quit_char): EXFUN.
20956 (x_create_device, tty_output, terminal, tty_display_info): Declare.
20957 (init_sys_modes, reset_sys_modes): Update prototypes.
20958 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
20959
20960 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
20961 Vlocal_key_translation_map, and Vkeyboard_translate_table.
20962 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
20963 Delete declarations.
20964 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
20965 (temporarily_switch_to_single_kboard, tty_read_avail_input):
20966 New declarations.
20967
20968 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
20969 already does that during init_display(). Call syms_of_keymap
20970 before syms_of_keyboard. Call `syms_of_terminal'.
20971 Call set_initial_environment, not set_process_environment.
20972 (shut_down_emacs): Call reset_all_sys_modes() instead of
20973 reset_sys_modes().
20974
20975 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
20976 (internal_resolve_face_name, resolve_face_name_error): New functions.
20977 (resolve_face_name): Protect against loops and errors thrown by Fget.
20978 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
20979 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
20980
20981 * scroll.c: Replace CURTTY() with local variables throughout the
20982 file (where applicable).
20983 (calculate_scrolling, calculate_direct_scrolling)
20984 (scrolling_1, scroll_cost): Use the accessor macros for terminal
20985 characteristics.
20986
20987 * keymap.c (Vfunction_key_map): Remove.
20988 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
20989 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
20990 (Vkey_translation_map): Remove.
20991 (syms_of_keymap): Remove DEFVAR for key-translation-map.
20992 (Fdescribe_buffer_bindings)
20993 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
20994 Update for terminal-local key-translation-map.
20995
20996 * Makefile.in (callproc.o): Update dependencies.
20997 (lisp, shortlisp): Add termdev.elc.
20998 (obj): Add terminal.o.
20999 (terminal.o): Add dependencies.
21000 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
21001 (data.o, fns.o): Add termhooks.h dependency.
21002 (SOME_MACHINE_LISP): Add dnd.elc.
21003 (minibuf.o): Fix typo.
21004 Update dependencies.
21005
21006 * data.c (do_symval_forwarding, store_symval_forwarding)
21007 (find_symbol_value): Use the selected frame's keyboard, not
21008 current_kboard.
21009
21010 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
21011 Vwindow_system.
21012
21013 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
21014 Fmenu_bar_open.
21015 (syms_of_xmenu): Update defsubr.
21016 (mouse_position_for_popup, Fx_popup_menu)
21017 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
21018 (set_frame_menubar, free_frame_menubar)
b97439ce 21019 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
21020 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
21021 an X frame.
21022
21023 * xselect.c (x_own_selection): Abort if not an X frame.
21024 (some_frame_on_display): Check if it is an X frame.
21025 (x_handle_selection_clear): Deal with MULTI_KBOARD.
21026
21027 * coding.c: Include frame.h and termhooks.h.
21028 (terminal_coding, keyboard_coding): Delete.
21029 (Fset_terminal_coding_system_internal)
21030 (Fset_keyboard_coding_system_internal)
21031 (Fkeyboard_coding_system)
21032 (Fterminal_coding_system): Add a terminal parameter.
21033 Get terminal_coding from the terminal.
21034 (init_coding_once): Don't call setup_coding_system here.
21035
21036 * dispextern.h (set_scroll_region, turn_off_insert)
21037 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
21038 (tty_clear_end_of_line, tty_setup_colors)
21039 (delete_tty, updating_frame)
21040 (produce_special_glyphs, produce_glyphs, write_glyphs)
21041 (insert_glyphs): Remove.
21042 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
21043 (tty_turn_off_highlight, get_tty_size): Add declaration.
21044 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
21045
21046 * frame.h (enum output_method): Add output_initial.
21047 (struct x_output): Delete.
21048 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21049 Access foreground_pixel and background_pixel directly from the frame.
21050 (tty_display): Delete.
21051 (struct frame): Add buried_buffer_list, foreground_pixel,
21052 background_pixel and terminal. Delete kboard.
21053 (union output_data): Add tty.
21054 (FRAME_KBOARD): Get the kboard from the terminal.
21055 (FRAME_INITIAL_P): New macro.
21056 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
21057 (Qterm_environment_variable, Qdisplay_environment_variable)
21058 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
21059 New declarations.
21060
21061 * termchar.h (tty_output, tty_display_info): New structures.
21062 (tty_list): Declare.
21063 (FRAME_TTY, CURTTY): New macros.
21064 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
21065 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
21066 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
21067 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
21068
21069 * callproc.c: Include frame.h and termhooks.h, for terminal
21070 parameters.
21071 (add_env): New function.
21072 (child_setup): Use it.
21073 (child_setup, getenv_internal): Handle the new Vprocess_environment.
21074 (getenv_internal): Fix get_terminal_param call.
21075 (Fgetenv_internal, egetenv): Update doc.
21076 (syms_of_callproc): Initialize Vprocess_environment to nil.
21077 Register and initialize them. Remove obsolete defvars. Update doc
21078 strings.
21079 (child_setup): Handle Vlocal_environment_variables.
21080 (getenv_internal): Add terminal parameter.
21081 Handle Vlocal_environment_variables.
21082 (Fgetenv_internal): Add terminal parameter.
21083 (child_setup, getenv_internal, Fgetenv_internal): Store the local
21084 environment in a frame (not terminal) parameter. Update doc strings.
21085 (set_initial_environment): Rename from set_global_environment.
21086 Store Emacs environment in initial frame parameter.
21087
21088 * xdisp.c (redisplay_internal): Update references to
21089 `previous_terminal_frame'.
21090 (display_mode_line, Fformat_mode_line): Replace calls to
21091 `push_frame_kboard' with `push_kboard'.
21092 (get_glyph_string_clip_rects): Add extra parentheses and
21093 braces to prevent compiler warnings.
21094 (calc_pixel_width_or_height): Add xassert to check that the
21095 frame is alive. Don't call `lookup_image' on a termcap frame.
21096 (message2_nolog, message3_nolog, redisplay_internal)
21097 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
21098 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
21099 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
21100 (Fx_display_pixel_width, Fx_display_pixel_height)
21101 (Fx_display_planes, Fx_display_color_cells)
21102 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
21103 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
21104 (Fx_display_backing_store, Fx_display_visual_class)
21105 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
21106 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
21107
21108 * xfns.c (x_set_foreground_color x_set_background_color)
21109 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
21110 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21111 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
21112 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
21113 terminal that is being deleted.
21114 (Fx_create_frame): Use `store_frame_param' to set `window-system'
21115 frame parameter, and make sure it overrides any user-supplied setting.
21116 (Fx_close_connection, Fx_synchronize): Unify argument names with
21117 the rest of the DEFUNs.
21118
21119 * dispnew.c (Fsend_string_to_terminal): Update call to
21120 `get_tty_terminal'.
21121 (Fredraw_frame, Fsend_string_to_terminal)
21122 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
21123 FRAME_TERMCAP_P and FRAME_TTY.
21124 (window_change_signal): Don't believe width/height values that are
21125 impossibly small.
21126 (Vinitial_window_system): Rename from Vwindow_system.
21127 (termscript, Wcm, rif): Delete.
21128
21129 * termhooks.h (struct terminal): New struct containing the
21130 previously global text display hooks and new members NAME,
21131 DELETED and PARAM_ALIST.
21132 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
21133 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
21134 (FRAME_RIF): New macros.
21135 (get_terminal_param, get_device): New declarations.
21136 (termscript): Delete declaration.
21137
21138 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
21139 (XTflash, x_free_frame_resources, x_scroll_bar_create)
21140 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
21141 FRAME_FOREGROUND_PIXEL.
21142 (x_fully_uncatch_errors): Disable definition.
21143 (x_scroll_bar_expose): Fix reference to foreground pixel.
21144 (XTread_socket): Disable loop on all X displays.
21145 (x_delete_terminal): Don't set terminal->deleted and let
21146 delete_terminal delete the frames on the terminal.
21147 (x_delete_display): Doc update to reflect changes in
21148 delete_terminal.
21149 (x_display_info) <terminal>: Move member earlier in the struct.
21150 (deleting_tty): Remove old variable.
21151 (Fsuspend_tty): Call clear_tty_hooks.
21152 (Fresume_tty, init_tty): Call set_tty_hooks.
21153 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
21154 errors on X frames.
21155 (x_catch_errors_unwind): Abort if x_error_message is NULL.
21156 (handle_one_xevent): Initialize `f' to NULL.
21157 (x_delete_terminal, x_create_terminal): New functions.
21158 (XTset_terminal_modes, XTreset_terminal_modes)
21159 (XTread_socket, x_connection_closed, x_term_init)
21160 (x_term_init, x_delete_display): Add terminal parameter.
21161 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
21162 X connections.
21163
21164 * frame.c: Include termchar.h.
21165 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
21166 (Qwindow_system, Qenvironment, Qterm_environment_variable)
21167 (Qdisplay_environment_variable): New vars.
21168 (Fframep): Deal with output_initial.
21169 (Fframe-live-p): Doc fix.
21170 (Fwindow-system): New function.
21171 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
21172 (make_terminal_frame): Don't create frames on a terminal that is
21173 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21174 (store_frame_param): Check for found_for_frame before calling XFRAME.
21175 (Fmake_terminal_frame): Handle NULL tty names correctly.
21176 (syms_of_frame): Enhance doc string of `default-frame-alist'.
21177 (Fdelete_frame): Remove unused variable `count'. Don't allow other
21178 frames to refer to a deleted frame in their 'environment parameter.
21179 (Fframe_with_environment): New function.
21180 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
21181 (get_future_frame_param): New function.
21182 (Fmake_terminal_frame): Use it.
21183 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
21184
21185 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
21186 * sysdep.c (reset_sys_modes): Update for renames.
21187
21188 * keyboard.c (tty_read_avail_input): New function.
21189 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
21190 (syms_of_keyboard): Defsubr them.
21191 (Fset_input_meta_mode, Fset_quit_char): New functions.
21192 (Fset_input_mode): Split to above functions.
21193 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
21194 parameter. Use it in call to `read_char'.
21195 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
21196 Set wrong_kboard_jmpbuf correctly in recursive calls.
21197 Use current_kboard to access Vkeyboard_translate_table.
21198 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
21199 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
21200 Update longjmp invocations. Remember the original current_kboard,
21201 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
21202 changes it. Comment out unnecessary calls to
21203 `record_single_kboard_state' and `any_kboard_state'.
21204 Update recursive calls.
21205 (wrong_kboard_jmpbuf): Remove global variable.
21206 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
21207 Handle deleted interrupted_kboards correctly; that is a legal
21208 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
21209 and read_char calls. Abort if interrupted_kboard died in read_char.
21210 (any_kboard_state, single_kboard_state)
21211 (push_frame_kboard): Remove function.
21212 (pop_kboard): Switch out of single_kboard mode if the kboard has
21213 been deleted. Remove unused variable. Help debugging by not
21214 changing current_kboard unnecessarily. Set current_kboard to the
21215 kboard of the selected frame when the stored kboard object has
21216 been deleted before pop_kboard.
21217 (temporarily_switch_to_single_kboard): Change first parameter to a
21218 frame pointer. Throw an error when caller wants to change kboards
21219 while in single_kboard mode. Don't push_kboard if we weren't in
21220 single kboard state. Don't pop_kboard if we popped into any
21221 kboard state.
21222 (restore_kboard_configuration): Abort if pop_kboard changed the
21223 kboard in single_kboard mode. Call pop_kboard only after setting
21224 up single_kboard mode.
21225 (Frecursive_edit): Switch to single_kboard mode only in nested
21226 command loops.
21227 (cmd_error, command_loop, command_loop_1, timer_check):
21228 Comment out unnecessary call to `any_kboard_state' and
21229 `record_single_kboard_state'.
21230 (delete_kboard): Exit single_kboard mode if we have just deleted
21231 that kboard. Use FRAME_KBOARD.
21232 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
21233 `fatal_error_signal'.
21234 (record_single_kboard_state): Don't push_kboard if we weren't in
21235 single kboard state. Don't pop_kboard if we popped into any
21236 kboard state.
21237 (push_frame_kboard): Rename to push_kboard.
21238 (kbd_buffer_get_event): Use FRAME_TERMINAL.
21239 (read_avail_input): Read input from all terminals.
21240 (mark_kboards): Also mark Vkeyboard_translate_table.
21241 (kbd_buffer_store_event_hold): Simplify condition.
21242 (read_key_sequence): Reinitialize fkey and keytran at each replay.
21243 (Vkeyboard_translate_table): Move to struct kboard.
21244 (init_kboard): Initialize Vkeyboard_translate_table.
21245 (syms_of_keyboard): Use DEFVAR_KBOARD to define
21246 Vkeyboard_translate_table. Update doc strings. Update docs of
21247 local-function-key-map and function-key-map.
21248
21249 * terminal.c: New file.
21250
21251 * term.c: Include errno.h.
21252 (Vring_bell_function, device_list, initial_device)
21253 (next_device_id, ring_bell, update_begin, update_end)
21254 (set_terminal_window, cursor_to, raw_cursor_to)
21255 (clear_to_end, clear_frame, clear_end_of_line)
21256 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
21257 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
21258 (syms_of_term): Move their initialization to terminal.c.
21259 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
21260 (Ftty_display_color_cells)
21261 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
21262 (clear_tty_hooks, set_tty_hooks)
21263 (init_tty, maybe_fatal): New functions.
21264 (Ftty_type): Return nil if terminal is not on a tty instead of
21265 throwing an error. Doc update.
21266 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
21267 Doc update. Initialize new subrs and variables.
21268 (delete_tty): Use terminal->deleted.
21269 (tty_set_terminal_modes): Rename from set_terminal_modes.
21270 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
21271 (set_scroll_region): Rename to `tty_set_scroll_region'.
21272 (turn_on_insert): Rename to `tty_turn_on_insert'.
21273 (turn_off_insert): Rename to `tty_turn_off_insert'.
21274 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
21275 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
21276 (toggle_highligh): Rename to `tty_toggle_highlight'.
21277 (background_highlight): Rename to `tty_background_highlight'.
21278 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
21279 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
21280 (tty_set_scroll_region, tty_background_highlight)
21281 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
21282 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
21283 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
21284 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
21285 Add static modifier.
21286 (tty_reset_terminal_modes, tty_set_terminal_window)
21287 (tty_set_scroll_region, tty_background_highlight)
21288 (tty_highlight_if_desired, tty_cursor_to)
21289 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
21290 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
21291 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
21292 renames.
21293
212942007-08-28 Jan Djärv <jan.h.d@swipnet.se>
21295
21296 * keyboard.c: Qrtl is new.
21297 (parse_tool_bar_item): Handle :rtl keyword.
21298 (syms_of_keyboard): Intern :rtl keyword.
21299
21300 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
21301
21302 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
21303 so no Lisp code is executed.
21304 (file_for_image, find_rtl_image): New functions.
21305 (xg_get_image_for_pixmap): Use file_for_image.
21306 (update_frame_tool_bar): If direction is RTL, use RTL image if
21307 defined. Use Gtk stock images if defined.
21308
213092007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21310
21311 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
21312 for nonexistent or zero-width glyph in composition glyph.
21313
213142007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
21315
21316 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
21317
21318 * xdisp.c (Finvisible_p): New function.
21319 (syms_of_xdisp): defsubr it.
21320
213212007-08-24 Juanma Barranquero <lekktu@gmail.com>
21322
21323 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
21324 Doc fixes.
21325
213262007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21327
21328 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
21329
213302007-08-24 Martin Rudalics <rudalics@gmx.at>
21331
21332 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
21333 whether decoding has modified buffer contents.
21334
213352007-08-24 Jason Rumney <jasonr@gnu.org>
21336
21337 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
21338 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
21339 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
21340 (init_svg_functions) [HAVE_NTGUI]: New function.
21341 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
21342 (svg_load_image): Use them.
21343 (svg_load_image) [HAVE_NTGUI]: Implement background.
21344
213452007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21346
21347 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
21348 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
21349 (LIBX): Remove @RSVG_LIBS@.
21350 (LIBES): Add $(RSVG_LIBS).
21351
21352 * image.c (svg_load_image): Blend with specified background if exists.
21353 Use IMAGE_BACKGROUND. Add Mac OS Support.
21354
21355 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
21356 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
21357 Remove macros.
21358 [MAC_OSX] (socket_callback): Do nothing.
21359 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
21360 ReceiveNextEvent.
21361 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
21362 socket_callback.
21363 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
21364
213652007-08-22 Glenn Morris <rgm@gnu.org>
21366
21367 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
21368
213692007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
21370
21371 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
21372
21373 * image.c: Add support for SVG images. Some additional comments
21374 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
21375 (svg_image_p): New function to test for SVG image.
21376 (svg_load): New function to load SVG image.
21377 (svg_load_image): New function, helper for svg_load.
21378 (Qsvg): New Lisp_object.
21379 (svg_keyword_index): New enum.
21380 (svg_format): New static `image_keyword' struct.
21381 (svg_type): New static `image_type' struct.
21382 (librsvg/rsvg.h): Include it.
21383
213842007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21385
21386 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
21387
213882007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21389
21390 * lread.c (Qold_style_backquotes): New var.
21391 (syms_of_lread): Init and staticpro it.
21392 (load_warn_old_style_backquotes): New fun.
21393 (Fload): Use them to warn about old style backquotes.
21394 (end_of_file_error, Fload): Remove unused vars.
21395
21396 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
21397
21398 * lread.c (Vold_style_backquotes): New var.
21399 (syms_of_lread): Init and export it to Elisp.
21400 (read1): Set it when we find an old-style (back)quote.
21401
214022007-08-22 Jason Rumney <jasonr@gnu.org>
21403
21404 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21405
214062007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21407
21408 * puresize.h (BASE_PURESIZE): Increase to 1140000.
21409
214102007-08-19 Richard Stallman <rms@gnu.org>
21411
21412 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21413
214142007-08-19 Andreas Schwab <schwab@suse.de>
21415
21416 * alloc.c (pure): Round PURESIZE up.
21417
214182007-08-17 Jan Djärv <jan.h.d@swipnet.se>
21419
21420 * xterm.c (handle_one_xevent): Remove check that mouse click is in
21421 active frame.
21422
214232007-08-16 Richard Stallman <rms@gnu.org>
21424
21425 * eval.c (Fcommandp): Add parens to clarify.
21426
21427 * minibuf.c (Fall_completions): Use enum for type of table.
21428
21429 * emacs.c (USAGE2): Improve text.
21430
214312007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
21432
21433 * term.c (tty_default_color_capabilities): Declare static
21434 variables in file scope, to avoid HPUX compiler problem.
21435
214362007-08-13 Jan Djärv <jan.h.d@swipnet.se>
21437
21438 * gtkutil.c (update_frame_tool_bar): Use -1 as index
21439 to gtk_toolbar_insert.
21440
214412007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
21442
21443 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21444
21445 * insdel.c (reset_var_on_error): New fun.
21446 (signal_before_change, signal_after_change):
21447 Use it to reset (after|before)-change-functions to nil in case of error.
21448 Bind inhibit-modification-hooks to t.
21449 Don't bind (after|before)-change-functions to nil while they run.
21450
214512007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21452
21453 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21454 filling pixmap with stippled background.
21455
214562007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21457
21458 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21459 Don't use invisible frame as parent window for repositioning.
21460
214612007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21462
21463 * print.c (new_backquote_output): Rename from old_backquote_output.
21464 (print): Inverse its logic (according to its name) so as to match the
21465 behavior of new_backquote_flag in lread.c.
21466
214672007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21468
21469 * gmalloc.c (posix_memalign): New function.
21470
21471 * macterm.c (frame_highlight, frame_unhighlight): Don't call
21472 ActivateControl/DeactivateControl here.
21473 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21474 frame-notice-user-settings is non-nil.
21475 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21476 for kEventParamFMFontStyle.
21477 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21478 mac_pass_command_to_system and mac_pass_control_to_system here.
21479 (XTread_socket): Call ActivateControl/DeactivateControl here.
21480 (XTread_socket) [TARGET_API_MAC_CARBON]:
21481 Check mac_pass_command_to_system and mac_pass_control_to_system here.
21482 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21483 for window repositioning.
21484
214852007-08-08 Glenn Morris <rgm@gnu.org>
21486
21487 * Replace `iff' in doc-strings and comments.
21488
214892007-08-07 Chong Yidong <cyd@stupidchicken.com>
21490
21491 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21492
214932007-08-07 Martin Rudalics <rudalics@gmx.at>
21494
21495 * fileio.c (Finsert_file_contents): Run format-decode and
21496 after_insert_file_functions on entire buffer when REPLACE is
21497 non-nil and inhibit modification_hooks and point_motion_hooks.
21498 For consistency, run after_insert_file_functions iff something
21499 got inserted. Move signal_after_change and update_compositions
21500 after code running after_insert_file_functions. Make sure that
21501 undo_list doesn't record intermediate steps of the decoding process.
21502
215032007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21504
21505 * emacs.c (main)
21506 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21507 Call malloc_enable_thread on interactive startup.
21508
21509 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21510 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21511 [USE_PTHREAD]: Conditionalize with it.
21512 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21513 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21514 New functions.
21515
215162007-08-06 Chong Yidong <cyd@stupidchicken.com>
21517
21518 * xdisp.c (redisplay_window): When restoring original buffer
21519 position, make sure it is still valid.
21520
21521 * image.c (png_load): Ignore png-supplied background color.
21522
215232007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21524
21525 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21526 Use kCFAbsoluteTimeIntervalSince1970.
21527
21528 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21529 New variable.
21530 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21531 event loop should be quit.
21532 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21533 Quit dialog event loop if quit_dialog_event_loop is set.
21534
21535 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21536 (Selection): New typedef. Use instead of ScrapRef.
21537 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21538 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21539 (mac_clear_selection): Rename from clear_scrap.
21540 (get_flavor_type_from_symbol): New argument SEL and subsume function of
21541 scrap_has_target_type. All uses changed.
21542 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21543 (mac_selection_has_target_p): New functions.
21544 (mac_put_selection_value): Rename from put_scrap_string.
21545 (mac_get_selection_value): Rename from get_scrap_string.
21546 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21547 (put_scrap_private_timestamp, scrap_has_target_type)
21548 (get_scrap_private_timestamp): Remove functions.
21549 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21550 (x_own_selection, x_get_local_selection):
21551 Use mac_valid_selection_value_p.
21552 (x_own_selection): Don't use put_scrap_private_timestamp.
21553 Record OWNERSHIP-INFO into Vselection_alist instead.
21554 (x_get_local_selection): Don't check type if request is local.
21555 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21556 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21557
215582007-08-04 Jan Djärv <jan.h.d@swipnet.se>
21559
21560 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21561 add comment explaining why.
21562
215632007-08-03 Richard Stallman <rms@gnu.org>
21564
21565 * fileio.c (Fvisited_file_modtime): Use make_time.
21566
215672007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
21568
21569 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21570 build.
21571
215722007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21573
21574 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21575
215762007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
21577
21578 * puresize.h (BASE_PURESIZE): Increase to 1130000.
21579
215802007-07-30 Richard Stallman <rms@gnu.org>
21581
21582 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21583
215842007-07-29 Jan Djärv <jan.h.d@swipnet.se>
21585
21586 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
21587
215882007-07-28 Nick Roberts <nickrob@snap.net.nz>
21589
21590 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21591 remote default-directory.
21592
21593 * buffer.c (mode-line-format): Update doc string.
21594
215952007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21596
21597 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21598 scroll bar gap.
21599 (x_scroll_bar_create): Set bar->fringe_extended_p.
21600 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21601 on frame edge. Check fringe background extension. Don't clear
21602 extended fringe background area.
21603
21604 * w32term.h (struct scroll_bar): New member fringe_extended_p.
21605 (w32_fill_area): Enclose multiple statements with do ... while (0).
21606
21607 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21608 Extend fringe background to scroll bar gap.
21609 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21610 Set bar->fringe_extended_p.
21611 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21612 Put leftmost/rightmost scroll bars on frame edge. Check fringe
21613 background extension. Don't clear extended fringe background area.
21614
21615 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21616 New member fringe_extended_p.
21617
216182007-07-25 Glenn Morris <rgm@gnu.org>
21619
21620 * Relicense all FSF files to GPLv3 or later.
21621
21622 * COPYING: Switch to GPLv3.
21623
216242007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21625
21626 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21627
21628 * data.c (Finteractive_form): Check for the presence of an
21629 `interactive-form' symbol property more thoroughly.
21630
21631 * data.c (Finteractive_form): Use an `interactive-form' property if
21632 present, analogous to the function-documentation property.
21633
216342007-07-24 Jason Rumney <jasonr@gnu.org>
21635
21636 * w32fns.c (x_real_positions): Get real position from OS instead of
21637 calculating it.
21638
216392007-07-23 Jason Rumney <jasonr@gnu.org>
21640
21641 * filelock.c (current_lock_owner): Allow for @ sign in username.
21642
216432007-07-22 Nick Roberts <nickrob@snap.net.nz>
21644
21645 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21646 remote default-directory.
21647
21648 * buffer.c (mode-line-format): Describe above case in doc string.
21649
216502007-07-20 Eli Zaretskii <eliz@gnu.org>
21651
21652 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21653 Define if not defined.
21654
216552007-07-18 Jason Rumney <jasonr@gnu.org>
21656
21657 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21658
216592007-07-18 Richard Stallman <rms@gnu.org>
21660
21661 * data.c (Fsetq_default): Doc fix.
21662
21663 * eval.c (Fsetq): Doc fix.
21664
216652007-07-18 Juanma Barranquero <lekktu@gmail.com>
21666
21667 * coding.c (Ffind_operation_coding_system):
21668 * eval.c (For, Fand): Doc fixes.
21669 Reported by Johan Bockgård.
21670
216712007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21672
21673 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21674
21675 * xterm.h: Declare x_ewmh_activate_frame.
21676
21677 * xterm.c (x_ewmh_activate_frame): New function.
21678 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21679
216802007-07-17 Martin Rudalics <rudalics@gmx.at>
21681
21682 * window.c (Fdisplay_buffer): If largest or LRU window is the
21683 only window, split it even if it is not eligible for splitting.
21684 This restores the original behavior broken by the 2007-07-15
21685 change.
21686
216872007-07-17 Glenn Morris <rgm@gnu.org>
21688
21689 * abbrev.c (abbrev_check_chars): New function.
21690 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21691 Call abbrev_check_chars to check abbrev characters are word
21692 constituents. Doc fix.
21693
216942007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21695
21696 * process.c (Fstart_process, Fmake_network_process)
21697 (read_process_output): Fix up last changes.
21698
216992007-07-16 Eli Zaretskii <eliz@gnu.org>
21700
21701 * makefile.w32-in (clean): Don't delete *~.
21702
217032007-07-16 Andreas Schwab <schwab@suse.de>
21704
21705 * window.c (Fdisplay_buffer): Use NILP.
21706 (Fset_window_scroll_bars): Likewise.
21707
217082007-07-15 Martin Rudalics <rudalics@gmx.at>
21709
21710 * window.c (window_min_size_2): New function.
21711 (window_min_size_1, size_window, Fdisplay_buffer)
21712 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21713 windows without mode- or header-lines when window-min-height is
21714 too small.
21715 (size_window): Reset nodelete_p after testing it, following an
21716 earlier note by Kim F. Storm.
21717 (display_buffer): Do not set split_height_threshold to twice the
21718 value of window_min_height to avoid changing the value of a
21719 customizable variable. Rather explicitly check whether the
21720 height of the window that shall be splitted is at least as large
21721 as split_height_threshold.
21722 (Fwindow_full_width_p): New defun.
21723 (syms_of_window): Defsubr it.
21724
21725 * window.h: Add EXFUN for Fwindow_full_width_p.
21726
217272007-07-14 Jason Rumney <jasonr@gnu.org>
21728
21729 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21730
217312007-07-14 Richard Stallman <rms@gnu.org>
21732
21733 * eval.c (maybe_call_debugger): New function.
21734 (find_handler_clause): Use maybe_call_debugger.
21735 Call it when the handler says `debug'.
21736 Eliminate DEBUGGER_VALUE_PTR.
21737 (Fsignal): Eliminate debugger_value.
21738 (Qdebug): New variable.
21739 (syms_of_eval): Initialize it.
21740
217412007-07-14 Juanma Barranquero <lekktu@gmail.com>
21742
21743 * eval.c (Fprogn):
21744 * keyboard.c (Ftrack_mouse):
21745 * print.c (Fwith_output_to_temp_buffer):
21746 * window.c (Fsave_window_excursion): Doc fix.
21747
217482007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21749
21750 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21751
217522007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21753
21754 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21755 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21756 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21757 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21758 Remove unused encoding_carryover.
21759 * process.c: Adjust all functions accordingly.
21760
217612007-07-12 Richard Stallman <rms@gnu.org>
21762
21763 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21764
217652007-07-11 Jason Rumney <jasonr@gnu.org>
21766
21767 * makefile.w32-in (LIBS): Include OLE32.
21768
21769 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21770 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21771
217722007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21773
21774 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21775 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21776 from a Lisp_Object into a bare pointer.
21777 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21778 Adjust the code correspondingly.
21779
21780 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21781
21782 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21783 (term_show_mouse_face): Remove unused var `j'.
21784 (handle_one_term_event): Remove unused vars `i' and `j'.
21785 Don't cast return value of ttyname since it's not necessary.
21786
217872007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21788
21789 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21790 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21791
21792 * fns.c (map_char_table): Use an array of int for `indices' rather than
21793 an array of Lisp_Objects (which are only ever integers anyway).
21794 (Fmap_char_table): Update caller.
21795 * lisp.h: Update prototype.
21796 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21797 * fontset.c (Ffontset_info):
21798 * casetab.c (set_case_table): Update callers.
21799
21800 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21801
21802 * keymap.c (struct accessible_keymaps_data)
21803 (struct where_is_internal_data): New structures.
21804 (accessible_keymaps_1, where_is_internal_1): Use them to change
21805 interface to adhere to the one used by map_keymap.
21806 (Faccessible_keymaps, where_is_internal): Use map_keymap.
21807 (accessible_keymaps_char_table, where_is_internal_2): Remove.
21808
21809 * keymap.h (map_keymap_function_t): More informative prototype.
21810
218112007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21812
21813 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21814 (looking_at_1): Don't change search_regs and last_thing_searched
21815 if `inhibit-changing-match-data' is non-nil.
21816 (string_match_1, search_buffer, set_search_regs): Likewise.
21817 (syms_of_search): Add Lisp level definition for
21818 `inhibit-changing-match-data' and set it to nil.
21819 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21820 start and end of the match, instead of using values in search_regs.
21821
218222007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21823
21824 * minibuf.c (Fcompleting_read): New value `confirm-only'
21825 for `require-match'.
21826
218272007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21828
21829 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21830 part of the 2007-06-27 change to syms_of_fileio.
21831
218322007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21833
21834 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21835 Check WINDOWP before using XWINDOW. Consolidate return statements.
21836
218372007-06-27 Richard Stallman <rms@gnu.org>
21838
21839 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21840
218412007-06-27 Juanma Barranquero <lekktu@gmail.com>
21842
21843 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21844
218452007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21846
21847 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21848 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21849 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21850 (_free_internal, memalign): Use them.
21851 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21852 Initialize to PTHREAD_MUTEX_INITIALIZER.
21853 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21854 (morecore_nolock): Rename from morecore. All uses changed.
21855 Use only nolock versions of internal allocation functions.
21856 (_malloc_internal_nolock, _realloc_internal_nolock)
21857 (_free_internal_nolock): New functions created from
21858 _malloc_internal, _realloc_internal, and _free_internal.
21859 (_malloc_internal, _realloc_internal, _free_internal): Use them.
21860 Copy hook value to automatic variable before its use.
21861 (memalign): Copy hook value to automatic variable before its use.
21862
218632007-06-26 Kenichi Handa <handa@m17n.org>
21864
21865 * coding.c (Ffind_operation_coding_system): Docstring improved.
21866 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21867
218682007-06-25 David Kastrup <dak@gnu.org>
21869
21870 * keymap.c (Fcurrent_active_maps): Add `position' argument.
21871 (Fwhere_is_internal): Adjust call to `current-active-maps' to
21872 cater for additional parameter.
21873
21874 * keymap.h: Adjust number of parameters to `current-active-maps'.
21875
21876 * doc.c (Fsubstitute_command_keys): Adjust call of
21877 `current-active-maps'.
21878
218792007-06-25 David Kastrup <dak@gnu.org>
21880
21881 * callint.c (Fcall_interactively): Make the parsing of interactive
21882 specs somewhat more readable.
21883
218842007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21885
21886 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21887 to scroll bar gap also when bitmap fills fringe. Draw only foreground
21888 if extended background has already been filled.
21889
218902007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21891
21892 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21893 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21894
21895 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21896 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21897 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21898 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21899 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21900 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
21901 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21902 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21903 Run timers during dialog popup.
21904 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21905
219062007-06-21 Jason Rumney <jasonr@gnu.org>
21907
21908 * image.c (convert_mono_to_color_image): Swap fore and background.
21909
219102007-06-20 Jason Rumney <jasonr@gnu.org>
21911
21912 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21913 (w32_free_bdf_font): Unmap memory not handle.
21914
219152007-06-20 Sam Steingold <sds@gnu.org>
21916
21917 * gmalloc.c (__morecore): Fix the declaration to comply with the
21918 definition.
21919
219202007-06-20 Juanma Barranquero <lekktu@gmail.com>
21921
21922 * w32term.c (w32_delete_display): Remove leftover declaration.
21923 (w32_define_cursor, w32_initialize): Make static.
21924
21925 * w32.c (_wsa_errlist): Fix typo in error message.
21926 (init_environment): Ignore any environment variable from the
21927 registry having a null value.
21928
219292007-06-20 Glenn Morris <rgm@gnu.org>
21930
21931 * Makefile.in (LIBGIF): Default to -lgif.
21932
219332007-06-17 Jason Rumney <jasonr@gnu.org>
21934
21935 * w32menu.c (add_menu_item): Don't use multibyte string functions on
21936 unicode strings.
21937
219382007-06-16 Juanma Barranquero <lekktu@gmail.com>
21939
21940 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
21941 Fix typo in docstring.
21942
219432007-06-16 Eli Zaretskii <eliz@gnu.org>
21944
21945 * w32menu.c (add_menu_item): Escape `&' characters in menu items
21946 and their keybindings.
21947
219482007-06-15 Chong Yidong <cyd@stupidchicken.com>
21949
21950 * composite.c (update_compositions): Fix last fix.
21951
219522007-06-14 Jason Rumney <jasonr@gnu.org>
21953
21954 * w32.c (get_process_times_fn): New function pointer.
21955 (globals_of_w32): Intialize it if present in kernel32.dll.
21956 (w32_get_internal_run_time): New function.
21957
21958 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
21959
219602007-06-14 Kenichi Handa <handa@etlken.m17n.org>
21961
21962 * composite.c (update_compositions): Check the validness of
21963 compositions.
21964
219652007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21966
21967 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
21968 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
21969
21970 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
21971 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
21972
21973 * macgui.h (USE_MAC_TOOLBAR): New define.
21974
21975 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
21976 Return immediately unless popup is activated.
21977
21978 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
21979 background to scroll bar gap.
21980 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
21981 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
21982 scroll bars on frame edge. Check fringe background extension.
21983 Don't clear extended fringe background area.
21984 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
21985 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
21986 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
21987 [USE_MAC_TOOLBAR]: New macros.
21988 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
21989 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
21990 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
21991 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
21992 [USE_MAC_TOOLBAR]: New functions.
21993 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
21994 manually if previous repositioning has failed.
21995 (mac_handle_keyboard_event): Use precomputed event kind.
21996 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
21997 as tool bar item click. Handle mouse movement over tool bar items.
21998
21999 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
22000 toolbar_win_gravity.
22001 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
22002 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
22003 Add externs.
22004
22005 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
22006 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
22007
220082007-06-14 Chong Yidong <cyd@stupidchicken.com>
22009
22010 * image.c (search_image_cache): Remove unused variable.
22011
220122007-06-13 Chong Yidong <cyd@stupidchicken.com>
22013
22014 * xfns.c, xmenu.c: Link to xaw3d if available.
22015
220162007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22017
22018 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
22019 frame_foreground and frame_background.
22020
22021 * image.c (lookup_image): Save frame foreground and background colors.
22022 (search_image_cache): Check if saved and current frame colors match.
22023
220242007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22025
22026 * regex.c (regex_compile): Remove the `regnum' counter.
22027 Use bufp->re_nsub instead. Add support for \(?N:RE\).
22028
220292007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22030
22031 * term.c: Include intervals.h to declare Fget_text_property.
22032
220332007-06-10 Jason Rumney <jasonr@gnu.org>
22034
22035 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
22036
220372007-06-08 Juanma Barranquero <lekktu@gmail.com>
22038
22039 * callint.c (Fcall_interactively):
22040 * editfns.c (Fdelete_and_extract_region):
22041 * fileio.c (Fread_file_name):
22042 * fns.c (Fmapconcat):
22043 * keyboard.c (cmd_error_internal):
22044 * keymap.c (Fkey_description):
22045 * lread.c (openp):
22046 * minibuf.c (read_minibuf):
22047 * search.c (wordify):
22048 * sunfns.c (sel_read):
22049 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
22050 * xfns.c (x_default_scroll_bar_color_parameter):
22051 * xmenu.c (menu_help_callback):
22052 * xselect.c (Fx_get_atom_name):
22053 * xterm.c (x_term_init): Use empty_unibyte_string.
22054
220552007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
22056
22057 * alloc.c (init_strings): Initialize canonical empty strings.
22058 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
22059 canonical empty string when the requested size is 0.
22060
22061 * emacs.c (empty_unibyte_string): Rename from empty_string.
22062 (empty_multibyte_string): New canonical empty string.
22063 (syms_of_emacs): Don't initialize empty_string.
22064
22065 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
22066 string, if appropriate.
22067 (empty_unibyte_string, empty_multibyte_string): New externs.
22068 (empty_string): Remove extern.
22069
22070 * lread.c (syms_of_lread): Use empty_unibyte_string.
22071
220722007-06-07 Jason Rumney <jasonr@gnu.org>
22073
22074 * s/ms-w32.h: Don't define HAVE_TZNAME.
22075
22076 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
22077
220782007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22079
22080 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
22081
22082 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
22083 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
22084
22085 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22086 Don't call next handler.
22087 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
22088 Remove argument. Install handler to application.
22089 (set_frame_menubar): Don't change deep_p.
22090 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
22091 FRAME_OUTER_TO_INNER_DIFF_Y.
22092 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
22093 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
22094 [HAVE_DIALOGS]: New macros.
22095 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
22096 Use them.
22097 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
22098
22099 * macselect.c [MAC_OSX] (install_service_handler): Rename from
22100 init_service_handler. All callers changed. Return OSStatus value.
22101
22102 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
22103 All callers changed so as not to call SetPortWindowPort.
22104 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
22105 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
22106 mac_draw_string_common.
22107 (mac_draw_image_string_qd): Likewise.
22108 (mac_draw_string_common): Use them. Add INLINE.
22109 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
22110 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
22111 GetGlobalMouse.
22112 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
22113 and FRAME_OUTER_TO_INNER_DIFF_Y.
22114 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
22115 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
22116 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
22117 repositioning window to mac_handle_window_event.
22118 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
22119 saving window location to mac_handle_window_event
22120 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
22121 (install_menu_target_item_handler): Remove argument in extern.
22122 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
22123 Also accept command events.
22124 (do_keystroke): New function created from XTread_socket.
22125 (init_command_handler): Remove functions.
22126 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
22127 and save window location by kEventWindowShowing and kEventWindowHiding
22128 handlers here. Don't call next handler for window state change and
22129 focus events.
22130 (mac_handle_application_event, mac_handle_keyboard_event)
22131 [TARGET_API_MAC_CARBON]: New functions.
22132 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
22133 kEventWindowShowing and kEventWindowHiding events. Move installation
22134 of mouse, font, text input and menu target item handlers to
22135 install_application_handler.
22136 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
22137 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22138 New function.
22139 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22140 Register it.
22141 (XTread_socket) [TARGET_API_MAC_CARBON]:
22142 Consolidate SendEventToEventTarget calls.
22143 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
22144 Move application activation handler to mac_handle_application_event.
22145 Move keyboard handler to mac_handle_keyboard_event.
22146 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
22147 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
22148 init_command_handler. Call install_application_handler.
22149
22150 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
22151 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
22152
221532007-06-07 Glenn Morris <rgm@gnu.org>
22154
22155 * emacs.c (main): Use `emacs-copyright' in --version output.
22156
221572007-06-06 Chong Yidong <cyd@stupidchicken.com>
22158
22159 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
22160
221612007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22162
22163 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
22164
22165 * macgui.h: Replace WindowPtr with WindowRef.
22166
22167 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22168 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22169 Replace ControlHandle with ControlRef.
22170 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
22171
22172 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22173 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22174 Replace ControlHandle with ControlRef.
22175 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
22176 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
22177
22178 * macterm.h (struct scroll_bar): Rename member control_handle_low
22179 and control_handle_high to control_ref_low and control_ref_high.
22180 All uses changed.
22181 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
22182 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
22183 respectively. All uses changed.
22184 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
22185 (install_window_handler, remove_window_handler): Replace WindowPtr
22186 with WindowRef in externs.
22187
221882007-06-05 Juanma Barranquero <lekktu@gmail.com>
22189
22190 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
22191
221922007-06-03 Nick Roberts <nickrob@snap.net.nz>
22193
22194 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
22195
22196 * frame.c (Fmouse_position, Fmouse_pixel_position):
22197 Condition on HAVE_GPM too.
22198
22199 * term.c (term_mouse_highlight): Remove unused variables.
22200 (Fterm_open_connection): Set gpm_zerobased to 1.
22201 (term_mouse_movement, term_mouse_click, handle_one_term_event):
22202 Use zero based co-ordinates.
22203 (handle_one_term_event): Report a drag as mouse movement too.
22204
22205 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
22206
222072007-06-03 Chong Yidong <cyd@stupidchicken.com>
22208
22209 * image.c (search_image_cache): New function. Require background
22210 color match if background color is unspecified in the image spec.
22211 (uncache_image, lookup_image): Use it.
22212
222132007-06-01 Juanma Barranquero <lekktu@gmail.com>
22214
22215 * window.c (Fshrink_window): Reflow docstring.
22216
222172007-06-02 Chong Yidong <cyd@stupidchicken.com>
22218
22219 * Version 22.1 released.
22220
222212007-06-01 Richard Stallman <rms@gnu.org>
22222
22223 * xfns.c (x_encode_text): Add GCPRO.
22224
222252007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22226
22227 * xfns.c (x_set_name_internal): Save encoded name before
22228 x_encode_text in case string data is relocated.
22229
222302007-05-31 Richard Stallman <rms@gnu.org>
22231
22232 * buffer.c (syms_of_buffer): Doc fix.
22233
222342007-05-30 Nick Roberts <nickrob@snap.net.nz>
22235
22236 * sysdep.c (init_sys_modes): Add rather than replace with
22237 O_NONBLOCK.
22238
22239 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
22240 term_mouse_moveto.
22241
22242 * termhooks.h (term_mouse_moveto): New extern.
22243
22244 * term.c (mouse_face_window): Rename...
22245 (Qmouse_face_window): ...to this.
22246 (term_show_mouse_face, term_clear_mouse_face)
22247 (term_mouse_highlight): Use Qmouse_face_window.
22248 (term_mouse_moveto): New function.
22249 (term_mouse_position): Make it work.
22250 (syms_of_term): Uncomment assignment to mouse_position_hook.
22251 Staticpro Qmouse_face_window.
22252
222532007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22254
22255 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
22256 around current_column call.
22257
222582007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
22259
22260 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
22261 * xdisp.c (next_element_from_buffer):
22262 * window.c (delete_window):
22263 * term.c (term_mouse_highlight):
22264 * msdos.c (getdefdir):
22265 * macterm.c (mac_create_bitmap_from_bitmap_data)
22266 (init_font_name_table):
22267 * fns.c (Fsxhash):
22268 * data.c (Fmake_local_variable):
22269 * ccl.c (ccl_driver): Likewise.
22270
222712007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22272
22273 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
22274 Call mac_wakeup_from_rne on window size change.
22275
222762007-05-25 Chong Yidong <cyd@stupidchicken.com>
22277
22278 * image.c (uncache_image): Fix typo.
22279
222802007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
22281
22282 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
22283
222842007-05-22 Richard Stallman <rms@gnu.org>
22285
22286 * xterm.c (x_connection_closed): Remove NO_RETURN.
22287
222882007-05-22 Martin Rudalics <rudalics@gmx.at>
22289
22290 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
22291
222922007-05-21 Chong Yidong <cyd@stupidchicken.com>
22293
22294 * image.c (uncache_image): New function.
22295 (Fimage_refresh): New function.
22296
222972007-05-20 Jan Djärv <jan.h.d@swipnet.se>
22298
22299 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
22300
223012007-05-20 Nick Roberts <nickrob@snap.net.nz>
22302
22303 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
22304 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
22305
223062007-05-20 Nick Roberts <nickrob@snap.net.nz>
22307
22308 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
22309 conditional on [HAVE_GPM_H].
22310
223112007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
22312
22313 * syntax.c (skip_chars): Update syntax-table only after we checked that
22314 the new location is valid.
22315
223162007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22317
22318 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
22319 mac_get_window_bounds.
22320
223212007-05-20 Nick Roberts <nickrob@snap.net.nz>
22322
22323 * Makefile.in (LIBGPM): Allow it to be set from configure.
22324 If set then link Emacs with it.
22325
22326 * config.in: Regenerate.
22327
22328 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
22329 New externs.
22330
22331 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
22332 Include gpm.h.
22333 (handle_one_term_event, term_gpm): New externs.
22334
22335 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
22336 and allow it to be interrupted by SIGIO.
22337
22338 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
22339 (wait_reading_process_output): Wait on gpm_fd too.
22340 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
22341 (add_gpm_wait_descriptor_called_flag): New variable.
22342 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
22343
22344 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
22345 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
22346 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
22347 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
22348 (make_lispy_event): Add case GPM_CLICK_EVENT.
22349 (read_avail_input): Handle mouse input.
22350
22351 * term.c (write_glyphs_with_face): New function.
22352 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
22353 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
22354 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
22355 (mouse_face_face_id, term_gpm, pos_x, pos_y)
22356 (last_mouse_x, last_mouse_y): New variables.
22357 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
22358 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
22359 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
22360 (Fterm_close_connection): New functions.
22361 (term_init): Initialise mouse_face_window.
22362
223632007-05-19 Chong Yidong <cyd@stupidchicken.com>
22364
22365 * xdisp.c (redisplay_window): If first window line is a
22366 continuation line, recompute the new window start instead of
22367 recentering.
22368
223692007-05-18 Glenn Morris <rgm@gnu.org>
22370
22371 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
22372 Suggested by Alfred M. Szmidt <ams@gnu.org>.
22373
223742007-05-17 Glenn Morris <rgm@gnu.org>
22375
22376 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
22377
223782007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22379
22380 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
22381 dead key repeat and up events.
22382
223832007-05-14 Chong Yidong <cyd@stupidchicken.com>
22384
22385 * image.c (pbm_load): Check image size for monochrome pbm.
22386
223872007-05-13 Chong Yidong <cyd@stupidchicken.com>
22388
22389 * xterm.c (XTread_socket): Revert last change.
22390
223912007-05-12 Chong Yidong <cyd@stupidchicken.com>
22392
22393 * image.c (pbm_load): Correctly check image size for greyscale pbm.
22394
22395 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
22396
223972007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22398
22399 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
22400 mixup (YAILOM).
22401
224022007-05-07 Andreas Schwab <schwab@suse.de>
22403
22404 * keymap.c (Flookup_key): Fix typo in last change.
22405
224062007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22407
22408 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22409 mapping for unibyte strings.
22410
224112007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22412
22413 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22414 (Fx_popup_dialog) [MAC_OSX]: Likewise.
22415
224162007-04-29 Richard Stallman <rms@gnu.org>
22417
22418 * insdel.c (replace_range): For undo, record insertion first.
22419
224202007-04-29 Andreas Schwab <schwab@suse.de>
22421
22422 * lisp.h (VECSIZE): Use OFFSETOF.
22423
224242007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22425
22426 * xdisp.c (try_window_reusing_current_matrix): Fix number of
22427 disabled lines.
22428
224292007-04-28 Richard Stallman <rms@gnu.org>
22430
22431 * lread.c (read_escape): In a string, \s is always space.
22432
224332007-04-27 Jan Djärv <jan.h.d@swipnet.se>
22434
22435 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22436
22437 * gtkutil.c (xg_update_menubar, create_menus): Create empty
22438 submenu for menu bar items.
22439
22440See ChangeLog.10 for earlier changes.
22441
22442;; Local Variables:
22443;; coding: utf-8
22444;; add-log-time-zone-rule: t
aac0c6e3
MR
22445;; End:
22446
e3eb1dae 22447 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
22448
22449 This file is part of GNU Emacs.
22450
22451 GNU Emacs is free software: you can redistribute it and/or modify
22452 it under the terms of the GNU General Public License as published by
22453 the Free Software Foundation, either version 3 of the License, or
22454 (at your option) any later version.
22455
22456 GNU Emacs is distributed in the hope that it will be useful,
22457 but WITHOUT ANY WARRANTY; without even the implied warranty of
22458 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22459 GNU General Public License for more details.
22460
22461 You should have received a copy of the GNU General Public License
22462 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22463
22464;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40