More fallout from fixing bug #7587.
[bpt/emacs.git] / src / ChangeLog
1 2010-12-25 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
4 the basic faces are supported.
5
6 2010-12-24 Jan Djärv <jan.h.d@swipnet.se>
7
8 * xterm.c (x_check_fullscreen): Fix pixel/character mixup.
9
10 2010-12-17 Eli Zaretskii <eliz@gnu.org>
11
12 * xdisp.c (Fformat_mode_line): Fix last change.
13
14 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
15
16 * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic
17 faces (Bug#7587).
18
19 2010-12-13 Eli Zaretskii <eliz@gnu.org>
20
21 * fileio.c (Fexpand_file_name): One more doc fix.
22
23 2010-12-12 Eli Zaretskii <eliz@gnu.org>
24
25 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)
26
27 2010-12-11 Eli Zaretskii <eliz@gnu.org>
28
29 * w32fns.c (Fx_show_tip): Call try_window with last argument
30 TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
31 solved. Round up the tip height to an integral multiple of the
32 frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
33 (Bug#7398)
34
35 * xdisp.c (string_pos_nchars_ahead, c_string_pos)
36 (face_before_or_after_it_pos, next_element_from_string)
37 (next_element_from_c_string, produce_stretch_glyph): Remove unused
38 calculations of maximum string length before calling
39 string_char_and_length and STRING_CHAR_AND_LENGTH.
40 (string_char_and_length): Update commentary: MAXLEN is no longer
41 needed.
42
43 2010-12-10 Jan Djärv <jan.h.d@swipnet.se>
44
45 * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
46 as (Qsave_session arg).
47
48 * xsmfns.c (smc_interact_CB): Set arg to Qnil.
49 (smc_die_CB): Make an event with arg Qt.
50 (Fhandle_save_session): If event has Qt as argument,
51 call Fkill_emacs (Bug#7552).
52
53 2010-12-07 Jan Djärv <jan.h.d@swipnet.se>
54
55 * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
56
57 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
58
59 * dispextern.h (struct it): New member overlay_strings_charpos.
60
61 * xdisp.c (next_overlay_string, load_overlay_strings): Record the
62 charpos where we computed n_overlay_strings.
63 (next_overlay_string): Load overlay strings at recorded position,
64 which may not be the same as the iterator's charpos (Bug#7016).
65
66 2010-12-05 Jan Djärv <jan.h.d@swipnet.se>
67
68 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
69 with cursor color and draw a rectangle around the image (Bug#7412).
70
71 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
72
73 * xdisp.c (try_scrolling): Avoid infloop if the first line is
74 obscured due to a vscroll (Bug#7537).
75
76 2010-12-02 Jan Djärv <jhd@zeplinf.localdomain>
77
78 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
79
80 * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
81 Use FRAME_TOOLBAR_HEIGHT.
82 (x_set_offset): Handle XNegative and YNegative in
83 f->size_hint_flags (Bug#7510).
84
85 2010-11-25 Kenichi Handa <handa@m17n.org>
86
87 * charset.c (emacs_mule_charset): Make it an array of charset ID;
88 i.e. integer.
89 (Fdefine_charset_internal): Adjusted for the above change.
90 (init_charset_once): Likewise.
91
92 * charset.h (emacs_mule_charset): Adjust the prototype. Delete
93 duplicated extern.
94
95 * coding.c (emacs_mule_char): Adjust for the change of
96 emacs_mule_charset.
97
98 * lread.c (read_emacs_mule_char): Adjust for the change of
99 emacs_mule_charset.
100
101 2010-11-22 Eli Zaretskii <eliz@gnu.org>
102
103 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
104 of w32api >= 3.15. (Bug#6989) (Bug#7452)
105
106 2010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
107
108 * alloc.c (mark_terminals): Ensure that the image cache is marked
109 even if the terminal object was marked earlier (Bug#6301).
110
111 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
112
113 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
114
115 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
116
117 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
118 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
119 Use 23 as menubar height if 0. (Bug#7425).
120
121 2010-11-14 Jan Djärv <jan.h.d@swipnet.se>
122
123 * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
124
125 * config.in (HAVE_G_TYPE_INIT): New symbol.
126
127 2010-11-12 Eli Zaretskii <eliz@gnu.org>
128
129 * lread.c (Fload): Mention `load-in-progress' and
130 `load-file-name'. (Bug#7346)
131
132 2010-11-09 Eli Zaretskii <eliz@gnu.org>
133
134 * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
135 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
136 (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
137 subprocesses. Use buffer_free only ifdef subprocesses.
138
139 * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
140 the subprocesses version, not in the non-subprocesses one.
141
142 * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
143
144 * xfns.c (x_real_positions): Fix declaration-after-statement
145 problem.
146
147 2010-11-05 Chong Yidong <cyd@stupidchicken.com>
148
149 * image.c (free_image): Don't garbage the frame here, since this
150 function can be called while redisplaying (Bug#7210).
151 (uncache_image): Garbage the frame here (Bug#6426).
152
153 2010-11-04 Chong Yidong <cyd@stupidchicken.com>
154
155 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
156 Windows.
157
158 2010-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
159
160 * process.c (Fmake_network_process): Don't call turn_on_atimers around
161 `connect' (Bug#5723).
162
163 2010-11-04 Helmut Eller <eller.helmut@gmail.com>
164
165 * process.c (Fmake_network_process): Call `select' for interrupted
166 `connect' rather than creating new socket (Bug#5173).
167
168 2010-11-04 Kenichi Handa <handa@m17n.org>
169
170 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
171 Don't sheck SPEC if it is nil.
172 (font_list_entities): Call font_delete_unmatched if
173 Vface_ignored_fonts is non-nil.
174
175 2010-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
176
177 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
178 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
179
180 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
181 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
182 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
183 TRY_WINDOW_CHECK_MARGINS.
184
185 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
186 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423).
187
188 2010-11-04 Jan Djärv <jan.h.d@swipnet.se>
189
190 * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
191 parent is the root window. Check this after traversing window tree.
192
193 * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
194
195 * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
196
197 * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
198 before traversing window tree (Bug#5721).
199
200 2010-11-03 Glenn Morris <rgm@gnu.org>
201
202 * Makefile.in (CRT_DIR): New variable, set by configure.
203 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
204 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
205
206 2010-11-01 Jan Djärv <jan.h.d@swipnet.se>
207
208 * process.c (kbd_is_on_hold): New variable.
209 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
210 New functions.
211 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
212 select on empty input mask.
213 (init_process): Initialize kbd_is_on_hold to 0.
214
215 * process.h (hold_keyboard_input, unhold_keyboard_input)
216 (kbd_on_hold_p): Declare.
217
218 * keyboard.c (input_available_signal): Declare.
219 (kbd_buffer_nr_stored): New function.
220 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
221 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
222 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
223 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
224 (tty_read_avail_input): If input is on hold, return.
225 Don't read more that free slots in kbd_buffer (Bug#6571).
226
227 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
228
229 * xterm.c (x_connection_closed): Print informative error message
230 when aborting on GTK. This requires using shut_down_emacs
231 directly instead of Fkill_emacs.
232
233 2010-10-25 Michael Albinus <michael.albinus@gmx.de>
234
235 * dbusbind.c (Fdbus_call_method_asynchronously)
236 (Fdbus_register_signal, Fdbus_register_method): Check, whether
237 `dbus-registered-objects-table' is initialized.
238
239 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
240
241 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
242
243 2010-10-22 Eli Zaretskii <eliz@gnu.org>
244
245 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
246
247 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
248 Deprecate use as a boolean flag.
249
250 2010-10-18 Ken Brown <kbrown@cornell.edu>
251
252 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
253
254 2010-10-15 Kenichi Handa <handa@m17n.org>
255
256 Fix incorrect font metrics when the same font is opened with
257 different pixelsizes.
258
259 * xftfont.c: Include composite.h.
260 (xftfont_shape): New function.
261 (syms_of_xftfont): Set xftfont_driver.shape.
262
263 2010-10-13 Damyan Pepper <damyanp@gmail.com>
264
265 Fix handling of font properties on Windows (bug#6303).
266 * font.c (font_filter_properties): New function, refactored from
267 ftfont_filter_properties.
268 * font.h (font_filter_properties): Declare.
269 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
270 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
271 (w32font_filter_properties): New function.
272 (w32font_driver): Add w32font_filter_properties.
273
274 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
275
276 * font.c (Ffont_variation_glyphs):
277 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
278
279 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
280
281 * nsterm.m (Qleft): Declare.
282 (ns_right_alternate_modifier): New variable
283 (NSRightAlternateKeyMask): New define.
284 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
285 ns_right_alternate_modifier isn't Qleft.
286 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
287 as emacs modifier for NSRightAlternateKeyMask.
288 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
289
290 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
291
292 * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.
293 (xd_pending_messages): Catch xd_get_dispatch_status calls.
294
295 2010-10-08 Kenichi Handa <handa@m17n.org>
296
297 * coding.c (complement_process_encoding_system): Fix previous change.
298
299 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
300
301 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
302 (Fdbus_init_bus): ... here. (Bug#7113)
303
304 2010-10-03 Glenn Morris <rgm@gnu.org>
305
306 * buffer.c (before-change-functions, after-change-functions):
307 Three-year overdue doc fix following 2007-08-13 change.
308
309 2010-10-02 Kenichi Handa <handa@m17n.org>
310
311 * coding.c (coding_inherit_eol_type): If parent doesn't specify
312 eol-format, inherit from the system's default.
313 (complement_process_encoding_system): Make a new coding system
314 inherit the original eol-format.
315
316 2010-09-30 Kenichi Handa <handa@m17n.org>
317
318 * coding.c (complement_process_encoding_system): New function.
319
320 * coding.h (complement_process_encoding_system): Extern it.
321
322 * callproc.c (Fcall_process): Complement the coding system for
323 encoding arguments.
324 (Fcall_process_region): Complement the coding system for encoding
325 the input to the process.
326
327 * process.c (Fstart_process): Complement the coding system for
328 encoding arguments.
329 (send_process): Complement the coding system for encoding what
330 sent to the process.
331
332 2010-09-29 Kenichi Handa <handa@m17n.org>
333
334 * xfont.c (xfont_open): Fix setting of font->average_width from
335 :avgwidth property (Bug#7123).
336
337 2010-09-28 Michael Albinus <michael.albinus@gmx.de>
338
339 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
340 is more portable.
341
342 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
343 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
344 has not defined SIGIO.
345
346 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
347
348 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
349 (Bug#7113)
350
351 2010-09-26 Jan Djärv <jan.h.d@swipnet.se>
352
353 * xgselect.c (xg_select): Clear file descriptors not set from
354 rfds and wfds.
355
356 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * syntax.c (back_comment): Detect the case where a 1-char comment
359 starter is also the 2nd char of a 2-char comment ender.
360
361 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
362
363 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
364
365 2010-09-12 Jan Djärv <jan.h.d@swipnet.se>
366
367 * xterm.c (get_current_vm_state): New function.
368 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
369 want_fullscreen so set_wm_state calls are few (Bug#7013).
370 (x_handle_net_wm_state): Move code to get_current_vm_state and
371 call that function.
372
373 2010-09-11 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
374
375 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
376
377 2010-09-08 Kenichi Handa <handa@m17n.org>
378
379 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
380 we may use designation or locking-shift.
381
382 2010-09-07 Kenichi Handa <handa@m17n.org>
383
384 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
385 sequence when the source is multibyte.
386
387 2010-08-31 Kenichi Handa <handa@m17n.org>
388
389 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
390 characters.
391
392 * term.c (encode_terminal_code): Fix the previous change.
393 (produce_glyphs): Don't set it->char_to_display here.
394 Don't handle unibyte-display-via-language-environment here.
395 (produce_special_glyphs): Set temp_it.char_to_display before
396 calling produce_glyphs.
397
398 * xdisp.c (get_next_display_element): Set it->char_to_display
399 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
400 characters.
401 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
402 calling PRODUCE_GLYPHS.
403 (append_space_for_newline): Save and store it->char_to_display.
404 Set it->char_to_display before calling PRODUCE_GLYPHS.
405 (extend_face_to_end_of_line): Set it->char_to_display before
406 calling PRODUCE_GLYPHS.
407 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
408 character to its byte value.
409 (get_char_glyph_code): New function.
410 (produce_stretch_glyph): Set it2.char_to_display too before
411 calling x_produce_glyphs.
412 (x_produce_glyphs): Simplify by using the same code for ASCII and
413 non-ASCII characters. Don't set it->char_to_display here.
414 Don't handle unibyte-display-via-language-environment here. For a
415 character of no glyph, use font->space_width instead of FONT_WIDTH.
416
417 2010-08-29 Kenichi Handa <handa@m17n.org>
418
419 * term.c (encode_terminal_code): Encode byte chars to the
420 correspnding bytes.
421
422 2010-08-17 Andreas Schwab <schwab@linux-m68k.org>
423
424 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
425 instead of SAFE_ALLOCA.
426
427 2010-08-17 Chong Yidong <cyd@stupidchicken.com>
428
429 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
430 (Bug#6214).
431
432 2010-08-14 Jan Djärv <jan.h.d@swipnet.se>
433
434 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
435
436 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
437
438 * doc.c (Fsnarf_documentation): Initialize skip_file before
439 build-files test.
440
441 2010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
442
443 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
444 New definitions.
445 (HAVE_TERMIO): Remove.
446
447 2010-08-06 Kenichi Handa <handa@m17n.org>
448
449 * charset.c: Include <stdlib.h>
450 (struct charset_sort_data): New struct.
451 (charset_compare): New function.
452 (Fsort_charsets): New function.
453 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
454
455 * coding.c (decode_coding_iso_2022): Fix checking of dimension
456 number in CTEXT extended segment.
457
458 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
459
460 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
461 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
462
463 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
464
465 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
466 (Fhash_table_size): Fix typos in docstrings.
467 (Fmake_hash_table): Doc fix.
468
469 2010-07-28 Juanma Barranquero <lekktu@gmail.com>
470
471 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
472 Doc fix (bug#5625).
473
474 2010-07-27 Ken Brown <kbrown@cornell.edu>
475
476 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
477 the MSDOS definition.
478
479 2010-07-25 Christoph Scholtes <cschol2112@gmail.com>
480
481 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
482
483 2010-07-22 Christoph Scholtes <cschol2112@gmail.com>
484
485 * window.c (Fwindow_height): Doc fix (bug#6518).
486
487 2010-07-21 Juanma Barranquero <lekktu@gmail.com>
488
489 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
490
491 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
492
493 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
494 is related to the menu bar (Bug#6499).
495
496 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
497
498 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
499
500 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
501
502 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
503 i.e. don't put back ButtonRelease (Bug#6608).
504
505 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
506 instead of Window. Call xg_event_is_for_menubar when
507 USE_GTK (Bug#6499).
508
509 * gtkutil.h (xg_event_is_for_menubar): Declare.
510
511 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
512
513 2010-07-14 Eli Zaretskii <eliz@gnu.org>
514
515 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
516 when it's the same as the old foreground. (Bug#6609)
517
518 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
519
520 * xfaces.c (realize_face): Garbage the frame if a face is removed
521 (Bug#6593).
522
523 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
524
525 * keyboard.c: Remove duplicate <setjmp.h>.
526 (read_key_sequence): Remove volatile qualifiers.
527
528 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
529
530 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
531 (struct glyph_row): New members left_fringe_offset and
532 right_fringe_offset.
533
534 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
535 specially.
536 * w32term.c (w32_draw_fringe_bitmap): Likewise.
537 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
538
539 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
540 Take account of bitmap offset.
541 (draw_window_fringes): Take account of window vscroll.
542 (update_window_fringes): Likewise. Extend top-aligned top indicator
543 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
544 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
545 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
546
547 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
548
549 * w32fns.c (Qtooltip): Declare.
550 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
551
552 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
553
554 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
555 grab on just Press (Bug#6499).
556
557 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
558
559 * frame.c (Qtooltip): New var.
560 (delete_frame): Use it. Fix faulty if statement. Don't update
561 mode line for tooltip frames. Suggested by Martin Rudalics.
562
563 * xfns.c (x_create_tip_frame):
564 * w32fns.c (x_create_tip_frame): Use it.
565
566 2010-06-30 Naohiro Aota <naota@elisp.net> (tiny change)
567
568 * xftfont.c (xftfont_open): Check font width one by one also when
569 spacing is dual.
570
571 * ftfont.c (ftfont_open): Ditto.
572
573 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
574
575 * alloc.c (Fmake_byte_code): Don't access undefined argument
576 (Bug#6517).
577
578 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
579
580 * xdisp.c (next_element_from_image): Ensure that after-strings are
581 read the next time we hit handle_stop (Bug#1336).
582
583 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
584
585 * lread.c (read1): Signal error if #s is not followed by paren.
586
587 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
588
589 * image.c (free_image): Mark frame as garbaged (Bug#6426).
590
591 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
592
593 2010-06-15 Glenn Morris <rgm@gnu.org>
594
595 * editfns.c (Fbyte_to_string): Pacify compiler.
596
597 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
600 Check `object's type before accessing its guts.
601
602 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
603
604 * minibuf.c (Fall_completions): Add more checks.
605
606 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
607
608 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
609
610 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
611
612 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
613 address. (Bug#6346)
614
615 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
616
617 * ccl.c (Fccl_program_p): Fix typo in docstring.
618
619 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
622 of bug#6305).
623
624 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
625
626 * xdisp.c (redisplay_window): After redisplay, check if point is
627 still valid before setting it (Bug#6177).
628
629 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
630
631 * s/netbsd.h: If terminfo is found, use it in preference to
632 termcap. (Bug#6190) [Backport from trunk]
633
634 2010-05-20 Kevin Ryde <user42@zip.com.au>
635
636 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
637 (Voverriding_terminal_local_map, Vsystem_key_alist)
638 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
639
640 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * editfns.c (Fbyte_to_string): New function.
643
644 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
645
646 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
647 prevent stack overflow if number of arguments is too large
648 (Bug#6214).
649
650 2010-05-11 Eli Zaretskii <eliz@gnu.org>
651
652 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
653
654 * w32fns.c: Include w32.h.
655 (Fw32_shell_execute): Decode the error message before passing it
656 to `error'. (Bug#6126)
657
658 2010-05-11 Karel Klic <kklic@redhat.com>
659
660 * ftfont.c: Fix incorrect parentheses of #if condition for
661 definining M17N_FLT_USE_NEW_FEATURE.
662
663 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
664
665 * Version 23.2 released.
666
667 2010-04-30 Andreas Schwab <schwab@linux-m68k.org>
668
669 * composite.c (autocmp_chars): Save point as marker before calling
670 auto-composition-function (Bug#5984).
671
672 * lisp.h (restore_point_unwind): Add prototype.
673
674 * fileio.c (restore_point_unwind): Remove static attribute.
675
676 2010-04-23 Kenichi Handa <handa@m17n.org>
677
678 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
679 new feature of libotf and m17n-flt.
680 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
681 Call OTF_check_features even if no specific feature is given.
682 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
683 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
684 that OUT is NULL. Use OTF_drive_gsub_with_log and
685 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
686 OTF_drive_gpos.
687 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
688 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
689 Setup mflt_enable_new_feature and mflt_try_otf.
690
691 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
692
693 * dired.c (Ffile_attributes): Fix typo in docstring.
694
695 2010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com>
696
697 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
698 NSInteger (Bug#5811).
699
700 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
701
702 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
703 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
704
705 2010-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
706
707 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
708
709 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
710
711 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
712 FRAME_LINE_TO_PIXEL_Y.
713
714 * xterm.c (x_set_window_size_1): Don't add border_width/height to
715 pixelwidth/height.
716
717 2010-04-05 Chong Yidong <cyd@stupidchicken.com>
718
719 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
720 terminal frames (Bug#5837).
721
722 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
723
724 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
725 * nsterm.h: Fix prototype.
726
727 2010-03-31 Eli Zaretskii <eliz@gnu.org>
728
729 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
730 in this function. (Bug#5703)
731
732 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
733
734 * nsterm.h: Fix last change.
735
736 2010-03-30 Bernhard Herzog <bh@intevation.de> (tiny change)
737
738 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
739
740 2010-03-30 Jan Djärv <jan.h.d@swipnet.se>
741
742 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
743 invisible (Bug#5766).
744
745 2010-03-29 Adrian Robert <adrian.b.robert@gmail.com>
746
747 * xdisp.c (x_consider_frame_title, update_window_cursor): Remove
748 HAVE_NS conditionals.
749 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
750
751 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
752 filename for the title.
753 (ns_set_doc_edited): Do nothing if the selected window is a
754 minibuffer window.
755
756 * nsterm.h: Add prototypes for ns_set_name_as_filename and
757 ns_set_doc_edited.
758
759 * nsterm.m: Remove unneeded prototype.
760
761 2010-03-28 Glenn Morris <rgm@gnu.org>
762
763 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
764 in the DOC file. (Bug#5336)
765
766 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
767
768 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
769
770 2010-03-20 Jan Djärv <jan.h.d@swipnet.se>
771
772 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
773
774 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
775
776 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
777
778 2010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
779
780 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
781 XLoadQueryFont.
782
783 2010-03-16 Kenichi Handa <handa@m17n.org>
784
785 * coding.c (decode_coding_ccl): Fix previous change for the
786 multibyte case.
787 (encode_coding_ccl): Don't setup ccl program here. Fix for the
788 case that the output buffer is fullfilled.
789 (encode_coding): Setup ccl program here.
790
791 2010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change)
792
793 * editfns.c (Fformat): Account for string precision when computing
794 field width (Bug#5710).
795
796 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 Make it possible to C-g in a tight bytecode loop again (bug#5680).
799 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
800 (QUIT): Use it to consolidate code and remove redundancy.
801 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
802
803 * regex.c (regex_compile): Setup gl_state as well.
804
805 * syntax.c (skip_chars): Setup gl_state (bug#3823).
806 (in_classes): Use CONSP before XCAR/XCDR.
807
808 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
809
810 * keymap.c (Fwhere_is_internal): Use Fequal to compare
811 definitions, so that keyboard macros are correctly handled
812 (Bug#5481).
813
814 2010-03-02 Eli Zaretskii <eliz@gnu.org>
815
816 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
817 text that could be relocated inside the call to emacs_mule_char.
818 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
819 (CODING_DECODE_CHAR): Add a comment describing its purpose.
820
821 2010-03-02 Kenichi Handa <handa@m17n.org>
822
823 * character.c (parse_str_as_multibyte): Fix handling of the
824 multibyte form of raw-bytes.
825 (str_as_multibyte): Likewise.
826
827 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
828 form of raw-bytes.
829
830 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
831
832 * charset.c (load_charset_map_from_file)
833 (load_charset_map_from_vector): Zero out allocated
834 charset_map_entries before using them.
835
836 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
837
838 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
839
840 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
841
842 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
843 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
844
845 2010-02-26 Kenichi Handa <handa@m17n.org>
846
847 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
848
849 * xdisp.c (reseat_to_string): Fix previous change.
850
851 2010-02-26 David Reitter <david.reitter@gmail.com>
852
853 * nsfont.m (nsfont_draw): ns_antialias_text should be a
854 Lisp_Object (Bug#4736).
855
856 2010-02-25 Kenichi Handa <handa@m17n.org>
857
858 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
859
860 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
861
862 * xterm.c (XTflash): Move declarations before statements.
863
864 * gtkutil.c (xg_get_gdk_display): Remove (unused).
865 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
866 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
867 (xg_create_tool_bar): Remove unused variables.
868 (x_wm_set_size_hint): Move declarations before statements.
869 (xg_create_frame_widgets): Remove variable grav.
870
871 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
872
873 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
874
875 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * term.c (fatal): Add a final \n if needed (bug#5596).
878
879 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
880
881 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
882
883 2010-02-18 Glenn Morris <rgm@gnu.org>
884
885 * callint.c (Finteractive): Doc fix.
886
887 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
888
889 * coding.c (record_conversion_result):
890 Handle CODING_RESULT_INSUFFICIENT_DST.
891 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
892 memory allocation error.
893
894 2010-02-17 Kenichi Handa <handa@m17n.org>
895
896 * coding.c (decode_coding_ccl): Don't setup ccl program here.
897 Fix for the case that the output buffer is fullfilled.
898 (decode_coding): Setup ccl program here. Keep looping when the
899 decoder stopped because the output buffer is
900 fullfilled (bug#5534).
901
902 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
903
904 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
905
906 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
907 bug #5571.
908 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
909 overdrawn.
910
911 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
912
913 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
914 doing_interact here.
915 (ice_connection_closed): New function.
916 (x_session_check_input, smc_die_CB, ice_io_error_handler)
917 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
918 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
919 returns I/O error.
920 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
921 bug #5512.
922
923 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
924
925 * nsfont.m (nsfont_open): The system's value for the font descent
926 is negative, so round it down to avoid clipping.
927
928 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
929
930 * charset.c (load_charset_map_from_file)
931 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
932 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
933
934 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
935
936 * charset.c (load_charset_map_from_file): Allocate large
937 charset_map_entries structure on the heap rather than the stack.
938 (Bug#5526).
939
940 2010-01-31 Kenichi Handa <handa@m17n.org>
941
942 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
943 size in NAME is invalid, return -1 (Bug#5396).
944
945 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
946
947 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
948 <deactivated@gmail.com> (Bug#3605).
949
950 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
951
952 * fileio.c (Frename_file): Correctly rename symlinks to
953 directories (Bug#5496).
954
955 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
956
957 * nsterm.m (ns_ring_bell): Handle visible bell like X.
958
959 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
960
961 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
962
963 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
964
965 * frame.c (DEFAULT_ROWS): Change default to 35.
966
967 * xfns.c (x_default_font_parameter): Change default XFT font to
968 monospace-10 (Bug#3643).
969
970 2010-01-29 Eli Zaretskii <eliz@gnu.org>
971
972 * w32inevt.c (key_event): Remove unnecessary comparison of
973 event->uChar.AsciiChar with 128.
974
975 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
976
977 * fileio.c (Frename_file): Fix last change (Bug#5487).
978
979 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
980
981 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
982
983 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
984
985 * xfns.c (Fx_create_frame): Remove window size matching code from
986 2010-01-15.
987 (x_get_current_desktop, x_get_desktop_workarea): Remove.
988
989 2010-01-27 Jason Rumney <jasonr@gnu.org>
990
991 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
992 (key_event): Use unicode for characters 128 and higher (Bug#4567).
993
994 2010-01-27 Kenichi Handa <handa@m17n.org>
995
996 * regex.c (analyse_first): Fix setting of fastmap for unibyte
997 pattern string (Bug#4209).
998
999 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1000
1001 * fileio.c (Frename_file): Call copy-directory and
1002 delete-directory for directories, in order to handle cross-device
1003 renaming (Bug#3353).
1004
1005 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
1006
1007 * xfns.c (Fx_create_frame): If frame height is too big, try
1008 sizes 24 and 10. Bug #3643.
1009
1010 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 Try and fix bug#788, hopefully for real this time.
1013 * keymap.c (shadow_lookup): Add `remap' arg.
1014 (describe_map, describe_vector): Update calls to shadow_lookup.
1015 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
1016 `remapped' so this flag is applicable to `sequence'. Be careful to
1017 perform remapping during shadow_lookup check of remapped_sequences.
1018
1019 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
1020
1021 * image.c (png_load): Use png_sig_cmp instead of the obsolete
1022 png_check_sig, which has been removed in libpng 1.4.
1023
1024 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1025
1026 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
1027 lacks this header file).
1028
1029 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1030
1031 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
1032 as in Emacs 22.
1033
1034 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1035
1036 * lisp.h (make_pure_string): String pointer arg now points to const.
1037
1038 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
1039 args now point to const.
1040
1041 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1042
1043 * lread.c (Fload): Don't treat files without .elc extension as
1044 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
1045 them. (bug#5303)
1046
1047 2010-01-20 Kenichi Handa <handa@m17n.org>
1048
1049 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
1050 treat the source as actual byte sequence.
1051
1052 2010-01-19 Alan Mackenzie <acm@muc.de>
1053
1054 Fix spurious before-change-functions invocation from (insert ?\n).
1055 * textprop.c (set_text_properties): Rename parameter
1056 `signal_after_change_p' to `coherent_change_p', and make the
1057 invocation of `modify_region' conditional on it.
1058
1059 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
1060
1061 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
1062 for debug purpose.
1063 (syms_of_xsettings): Declare xft-settings.
1064
1065 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1066
1067 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
1068
1069 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * xterm.c (event_handler_gdk): Block input (Bug#5037).
1072
1073 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1074
1075 * emacs.c (standard_args): Adjust arg priorities to reflect how
1076 they are processed in startup.el.
1077
1078 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
1079
1080 * Makefile.in (lisp, shortlisp): Update.
1081
1082 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
1085 code, link the new kboard into all_kboard before running Lisp code,
1086 and protect the new terminal with GCPRO (Bug#5365).
1087 (x_term_init): Remove unused var `atom'.
1088 (x_delete_display, x_delete_terminal): Remove unused var `i'.
1089
1090 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
1091
1092 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
1093 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
1094 to find out usable size of the desktop. Don't make frames larger than
1095 this. Bug #3643.
1096
1097 2010-01-15 Kenichi Handa <handa@m17n.org>
1098
1099 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
1100
1101 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
1102
1103 * nsterm.m (Qnone): Define.
1104
1105 * nsfns.m (Qnone): Move definition to nsterm.m.
1106
1107 2010-01-14 Kenichi Handa <handa@m17n.org>
1108
1109 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
1110 systems.
1111
1112 2010-01-14 Kenichi Handa <handa@m17n.org>
1113
1114 Make auto-composition work on all buffers even if they are
1115 fundamental mode.
1116
1117 * composite.c (Vauto_composition_mode): New variable.
1118 (composition_compute_stop_pos): Check Vauto_composition_mode
1119 instead of Vauto_composition_function.
1120 (composition_adjust_point, Ffind_composition_internal): Likewise.
1121 (syms_of_composite): Declare Lisp variable
1122 "auto-composition-mode" here.
1123
1124 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
1125
1126 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
1127 during call to vendor-specific-keysyms (Bug#5365).
1128
1129 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1130
1131 * keyboard.c (input_available_signal) [SYNC_INPUT]:
1132 Call SIGNAL_THREAD_CHECK (Bug#5333).
1133
1134 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
1135 Call SIGNAL_THREAD_CHECK.
1136
1137 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 Try to fix bug#5314. This is probably not the final word, tho.
1140 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
1141 recent-auto-save-p as a side-effect.
1142 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
1143 * buffer.c (Fkill_buffer, reset_buffer):
1144 * editfns.c (Fsubst_char_in_region):
1145 * fileio.c (Finsert_file_contents, Fdo_auto_save)
1146 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
1147
1148 2010-01-13 Kenichi Handa <handa@m17n.org>
1149
1150 Display buffer name, etc. in mode line by composing correctly.
1151
1152 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
1153 STRING is not nil.
1154 (display_mode_element): Adjust for the change of
1155 decode_mode_spec and display_line.
1156 (decode_mode_spec): Change arg MULTIBYTE to STRING.
1157 (display_string): Handle the case that STRING is non-null and
1158 LISP_STRING is not nil.
1159
1160 * xterm.c (x_draw_composite_glyph_string_foreground):
1161 Pay attention to s->face->overstrike.
1162
1163 * composite.c (composition_reseat_it): Don't check PT if STRING is
1164 non nil.
1165
1166 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1167
1168 * keyboard.c (read_char): Don't apply previous change when current
1169 buffer is unchanged by command execution.
1170
1171 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
1172
1173 * keyboard.c (read_char): Return after executing from special map.
1174
1175 2010-01-12 Glenn Morris <rgm@gnu.org>
1176
1177 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
1178 bug-gnu-emacs rather than emacs-pretest-bug.
1179
1180 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1181
1182 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
1183 initializing the Lisp variables that depend on them.
1184
1185 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1186
1187 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
1188 Clear areas that will not be updated after change of menu bar lines.
1189 Clear the menu bar window's current matrix when the window gets empty.
1190
1191 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1192
1193 * intervals.h, textprop.c (extend_property_ranges): Return value
1194 and args changed. Discard properties that begin at or after the
1195 new end (Bug#5306).
1196
1197 * editfns.c (Fformat): Caller changed.
1198
1199 * nsterm.m (ns_set_default_prefs): Delete function.
1200 (syms_of_nsterm): Initialize ns_command_modifier,
1201 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
1202 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
1203
1204 * xdisp.c (pos_visible_p): Check for invisible text at the correct
1205 position (Bug#4040).
1206
1207 2010-01-09 Eli Zaretskii <eliz@gnu.org>
1208
1209 * editfns.c (Ffloat_time): Doc fix.
1210
1211 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1212
1213 * xfns.c (Fx_create_frame): Don't create frame larger than display
1214 by default bug#3643.
1215
1216 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1217
1218 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
1219 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
1220 windows above internal border.
1221
1222 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
1223 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
1224 windows above internal border.
1225
1226 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
1227 tool bar windows specially.
1228
1229 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
1230
1231 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
1232 specially.
1233 (XTflash): Take account of menu bar height.
1234
1235 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
1236 specially.
1237
1238 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
1239
1240 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
1241 also be true before we can return early (bug #5339).
1242
1243 2010-01-06 David Reitter <david.reitter@gmail.com>
1244
1245 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
1246 (Fns_display_usable_bounds): Rewrite, computing bounds properly
1247 (Bug#3233).
1248
1249 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1250
1251 * font.c (font_open_entity): Enable chache and call cached_font_ok
1252 for the driver if defined.
1253 (QCuser_spec): New symbol.
1254 (font_spec_from_name): Save name as user-spec.
1255 (font_load_for_lface): Keep user-spec instead of name.
1256 (font_open_by_name): Save name as user-spec.
1257 (syms_of_font): Initialize QCuser_spec.
1258 (font_clear_prop): Clear name if it exists in font (bug#5157).
1259
1260 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
1261 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
1262 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
1263
1264 * font.h (struct font_driver): Add cached_font_ok.
1265
1266 * xterm.c (x_clear_frame): Queue draw for scroll bars.
1267
1268 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
1269
1270 * xterm.c (x_new_font): Move code for setting rows/cols before
1271 resizing ...
1272 (x_set_window_size): ... to here. Bug #2568.
1273
1274 * gtkutil.c (xg_clear_under_internal_border): New function.
1275 (xg_frame_resized, xg_frame_set_char_size):
1276 Call xg_clear_under_internal_border.
1277 (xg_update_scrollbar_pos): Clear under old scroll bar position.
1278
1279 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
1280
1281 * keyboard.c (read_key_sequence): Catch keyboard switch after
1282 making a new tty frame (Bug#5095).
1283
1284 2010-01-05 Kenichi Handa <handa@m17n.org>
1285
1286 * fontset.c (fontset_find_font): Fix getting the frame pointer.
1287
1288 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
1291 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
1292 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
1293
1294 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * dbusbind.c (xd_add_watch): Improve debug message.
1297 (xd_remove_watch): Improve debug message. If DATA is the session
1298 bus, unset D-Bus session environment.
1299 (Fdbus_init_bus): Pass the bus as argument to
1300 dbus_connection_set_watch_functions. (Bug#5283)
1301
1302 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1303
1304 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
1305
1306 * lread.c (syms_of_lread): Make it clearer that these are the
1307 names of loaded files (Bug#5068).
1308
1309 * eval.c (run_hook_with_args): Handle the case where the global
1310 value has the obsolete single-function form (Bug#5026).
1311
1312 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * minibuf.c (Fall_completions): Minor optimization.
1315
1316 2009-12-26 Eli Zaretskii <eliz@gnu.org>
1317
1318 * .gdbinit (pgx): Fix display of composite glyphs.
1319 Display cmp.from and cmp.to as well.
1320 (pitx): Fix last change.
1321
1322 2009-12-25 Kenichi Handa <handa@m17n.org>
1323
1324 * composite.h (composition_adjust_point): Update prototype.
1325
1326 * composite.c (composition_reseat_it): Don't make a composition
1327 spanning over point.
1328 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
1329 composable characters.
1330 (composition_adjust_point): New arg NEW_PT. Callers changed.
1331
1332 * keyboard.c (command_loop_1): Force redisplay if the last point
1333 was within a composition.
1334 (adjust_point_for_property): Don't adjust point for automatic
1335 composition when called after buffer modification.
1336
1337 2009-12-19 Eli Zaretskii <eliz@gnu.org>
1338
1339 * .gdbinit (pitx): Don't use enum names, use their values.
1340 Remove reference to non-existing value GET_FROM_COMPOSITION.
1341 (pgx): Don't use enum names, use their values.
1342 (pitmethod): New helper command.
1343 (pitx): Use it to display iteration method.
1344 (pgrowit): New command.
1345
1346 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
1347
1348 Update dependencies in Makefile.in.
1349
1350 * Makefile.in (alloc.o): Depend on termhooks.h.
1351 (atimer.o): Depend on blockinput.h.
1352 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
1353 and frame.h.
1354 (callint.o): Depend on systime.h, coding.h, and composite.h.
1355 (callproc.o): Depend on buffer.h.
1356 (casefiddle.o): Don't depend on charset.h.
1357 (casetab.o): Depend on character.h.
1358 (ccl.o): Depend on composite.h.
1359 (chartab.o): Depend on ccl.h.
1360 (cm.o): Depend on dispextern.h.
1361 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
1362 (coding.o): Don't depend on $(INTERVALS_H).
1363 (composite.o): Don't depend on dispextern.h explicitly (it's in
1364 $(INTERVALS_H)). Depend on ccl.h.
1365 (data.o): Depend on systime.h, coding.h, composite.h,
1366 dispextern.h, font.h, and ccl.h.
1367 (dired.o): Depend on composite.h.
1368 (dispnew.o): Depend on coding.h. Don't depend explicitly on
1369 composite.h (it's in $(INTERVALS_H)).
1370 (doc.o): Depend on systime.h, coding.h, and composite.h.
1371 (editfns.o): Don't depend explicitly on dispextern.h.
1372 (emacs.o): Depend on frame.h and coding.h.
1373 (eval.o): Depend on coding.h, composite.h, and xterm.h.
1374 (fileio.o): Depend on frame.h and commands.h. Don't depend
1375 explicitly on dispextern.h.
1376 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
1377 composite.h.
1378 (fns.o): Don't depend on termhooks.h.
1379 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
1380 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
1381 coding.h, $(INTERVALS_H), window.h, xterm.h.
1382 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
1383 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
1384 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
1385 fontset.h, ccl.h, and ftfont.h.
1386 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1387 (gtkutil.o): Depend on dispextern.h and composite.h.
1388 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
1389 termhooks.h, and ccl.h.
1390 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
1391 (intervals.o): Depend on systime.h and coding.h.
1392 (keyboard.o): Depend on composite.h and coding.h.
1393 (keymap.o): Depend on coding.h and frame.h.
1394 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
1395 (macros.o): Depend on systime.h, coding.h, and composite.h.
1396 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
1397 and atimer.h.
1398 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
1399 dispextern.h explicitly.
1400 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
1401 Don't depend explicitly on dispextern.h and composite.h.
1402 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
1403 (regex.o): Don't depend on charset.h.
1404 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
1405 (search.o): Don't depend explicitly on composite.h.
1406 (sound.o): Depend on atimer.h and systime.h.
1407 (syntax.o): Don't depend explicitly on composite.h.
1408 (sysdep.o): Depend on coding.h and composite.h.
1409 (term.o): Depend on xterm.h and buffer.h.
1410 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
1411 (textprop.o): Don't depend on dispextern.h explicitly.
1412 (undo.o): Depend on dispextern.h.
1413 (window.o): Depend on coding.h and termhooks.h. Don't depend on
1414 dispextern.h and composite.h explicitly.
1415 (xdisp.o): Depend on ccl.h.
1416 (xfaces.o): Depend on coding.h and ccl.h.
1417 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
1418 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1419 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
1420 ftfont.h.
1421 (xgselect.o): New dependency.
1422 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
1423 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
1424 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
1425 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
1426 (xsmfns.o): Depend on frame.h and dispextern.h.
1427 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
1428 sysselect.h.
1429
1430 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
1431
1432 * font.c (Fclear_font_cache): Pass correct cache argument to
1433 font_clear_cache.
1434
1435 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
1436
1437 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
1438 twice.
1439
1440 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
1441
1442 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
1443 calling file-remote-p. Reported by Jim Meyering.
1444
1445 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1446
1447 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
1448 avoid compiler warnings. (Bug #5217)
1449
1450 2009-12-14 Kenichi Handa <handa@m17n.org>
1451
1452 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
1453 in 8-bit encoding.
1454
1455 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
1456
1457 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
1458 tooltip windows.
1459
1460 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
1461
1462 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
1463 Xatom_net_window_type.
1464
1465 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
1466 Xatom_net_window_type.
1467
1468 * xterm.c (my_log_handler): New function.
1469 (x_term_init): Set my_log_handler as log handler during gtk_init
1470 so we can filter out buggy messages. (Bug #5120).
1471
1472 * xterm.c (xg_scroll_callback): Parameter list changed,
1473 use parameter GtkScrollType to determine scroll/line/page.
1474 Only allow dragging if a button < 4 is grabbed (bug #5177).
1475 (xg_end_scroll_callback): New function.
1476 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1477 xg_create_scroll_bar.
1478
1479 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1480 (scroll_end_callback): Remove.
1481 (xg_create_scroll_bar): Add parameter end_callback, bind it to
1482 button-release-event. Replace value-changed event with change-value,
1483 bug #5177,
1484 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1485 bug #5177.
1486
1487 * gtkutil.h (XG_LAST_SB_DATA): Remove.
1488 (xg_create_scroll_bar): Add GCallback end_callback.
1489
1490 * xftfont.c (QClcdfilter): New variable.
1491 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1492 (syms_of_xftfont): Initialize QClcdfilter.
1493
1494 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1495
1496 * xsettings.c (struct xsettings): Add member seen.
1497 (parse_xft_settings): Update member seen with what we have read.
1498 Return non-zero if Xft-settings have been parsed, 0 otherwise.
1499 (apply_xft_settings): Only update Xft settings with what member seen
1500 indicates as new.
1501
1502 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1503
1504 * dispextern.h (struct text_pos): Use EMACS_INT;
1505 (struct glyph): Use EMACS_INT for charpos.
1506 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1507 region_beg_charpos, region_end_charpos,
1508 redisplay_end_trigger_charpos, and also for
1509 iterator_stack_entry.end_charpos and
1510 iterator_stack_entry.stop_charpos.
1511
1512 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1513
1514 * gtkutil.c (scroll_end_callback): New function (bug #5177).
1515 (xg_create_scroll_bar): Call scroll_end_callback on button release
1516 event (bug #5177).
1517 (xg_event_is_for_scrollbar): != replaced with ==.
1518
1519 2009-12-12 Kenichi Handa <handa@m17n.org>
1520
1521 * ftfont.c (struct ftfont_info): New member matrix.
1522 (ftfont_open): Setup xftfont_info->matrix.
1523 (MFLTFontFT): New member matrix.
1524 (FLOOR, CEIL, ROUND): New macros.
1525 (ftfont_get_metrics): Handle matrix transformation.
1526 (ftfont_shape_by_flt): New arg matrix. Callers changed.
1527
1528 * xftfont.c (struct xftfont_info): New member matrix.
1529 (xftfont_open): Setup xftfont_info->matrix.
1530
1531 2009-12-10 Kenichi Handa <handa@m17n.org>
1532
1533 * xdisp.c (append_space_for_newline): Consider face-remapping.
1534
1535 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
1536
1537 * xsettings.c: Include "keyboard.h".
1538
1539 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
1540
1541 Fix implicit function declarations.
1542 * cmds.c: Include "frame.h".
1543 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
1544 * frame.h: Move declaration of delete_frame outside of
1545 HAVE_WINDOW_SYSTEM.
1546
1547 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1548
1549 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
1550
1551 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
1552 GTK builds.
1553
1554 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
1555
1556 * unexelf.c (unexec): Don't search for .data twice.
1557
1558 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1559
1560 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
1561 if push failed.
1562 (handle_line_prefix): Set avoid_cursor_p here. Check return value
1563 of push_display_prop (Bug#5000).
1564
1565 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
1566 value of font_list_entities (Bug#5085).
1567
1568 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
1569
1570 Fix `string-to-number' to deal consistently with integers and floats.
1571 * lread.c (isfloat_string): New argument ignore_trailing to accept all
1572 trailing characters, not just whitespace.
1573 (read1): Pass new arg 0 to keep old behavior.
1574 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
1575 trailing chars, as it is already done for integers. Doc fixes.
1576 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
1577
1578 2009-12-04 Eli Zaretskii <eliz@gnu.org>
1579
1580 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
1581 Delete unused enumeration value.
1582
1583 2009-12-03 Eli Zaretskii <eliz@gnu.org>
1584
1585 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
1586
1587 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
1588
1589 * process.c (Fmake_network_process): Fix up the tests for
1590 "connectionless socket", so they DTRT for seqpacket sockets as well.
1591
1592 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * process.c (Qseqpacket): New symbol.
1595 (HAVE_SEQPACKET): New macro.
1596 (Fmake_network_process): Accept new :type `seqpacket'.
1597 (init_process): Add `seqpacket' feature when applicable.
1598 (syms_of_process): Initialize Qseqpacket.
1599
1600 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1601
1602 * font.c (font_load_for_lface, font_open_by_name): Don't store name
1603 if entity is Qnil.
1604
1605 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1606
1607 * print.c (print_preprocess): Preprocess the key_and_value table of
1608 hashtables, even tho they're "hidden" (bug#5082).
1609
1610 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
1611
1612 * frame.c (frame_make_pointer_invisible)
1613 (frame_make_pointer_visible): Declare f before statements.
1614
1615 2009-11-28 Eli Zaretskii <eliz@gnu.org>
1616
1617 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
1618 omitted dependencies on lisp.h.
1619
1620 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
1621
1622 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
1623 is NULL.
1624
1625 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
1626
1627 * frame.c (frame_make_pointer_invisible)
1628 (frame_make_pointer_visible): Just return if there isn't any selected
1629 frame.
1630
1631 * search.c (simple_search): Remove warning by making *p const.
1632
1633 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1634
1635 * xdisp.c (power_letter): Remove duplicate const.
1636
1637 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
1638
1639 * term.c (delete_tty): Remove check for last terminal (bug#4970).
1640
1641 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
1642 defaults (bug #5025).
1643
1644 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * insdel.c (adjust_markers_for_delete): Move it in the
1647 right direction! (bug#4803)
1648
1649 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1650
1651 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
1652
1653 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
1654
1655 2009-11-24 Glenn Morris <rgm@gnu.org>
1656
1657 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
1658
1659 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
1660
1661 * Makefile.in: Must create deps for ecrt0.o in its rule.
1662
1663 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
1664 because that is what Gtk+ font dialog understands.
1665
1666 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
1667 of Fcopy_sequence.
1668 (font_open_by_name): Put name given into QCname for font-object returned.
1669
1670 * frame.c (x_set_font): Save original font name as frame parameter
1671 font-parameter.
1672
1673 * xsettings.c (set_default_xft_settings): New function.
1674 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
1675 is found.
1676
1677 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
1678
1679 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
1680 searching backwards through multibyte buffer.
1681
1682 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1683
1684 * xterm.c: #include xgselect.h.
1685 (x_initialize): Call xgselect_initialize.
1686
1687 * xsettings.c (something_changedCB): C++ comments => C comments.
1688 (init_gconf): Do not deal with any GLib file descriptors, xg_select
1689 does that now.
1690
1691 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
1692 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
1693 (scroll_bar_button_cb): Remove.
1694 (create_menus): C++ comments => C comments. Don't bind grab-notify
1695 event.
1696 (xg_create_scroll_bar): Don't bind button-press-event and
1697 button-release-event.
1698
1699 * process.c: Include xgselect.h if defined (USE_GTK) ||
1700 defined (HAVE_GCONF).
1701 (wait_reading_process_output): Call xg_select for the same condition.
1702
1703 * xgselect.c (xg_select): New function to better integrate with
1704 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
1705
1706 * xgselect.h: New file, declare xg_select, xgselect_initialize.
1707
1708 * Makefile.in (XOBJ): Add xgselect.o.
1709
1710 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
1711
1712 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
1713 Remove ignored second argument. All callers changed.
1714 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
1715 (RE_STRING_CHAR_AND_LENGTH): Likewise.
1716 * xdisp.c (string_char_and_length): Likewise.
1717
1718 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1719
1720 * xterm.c (x_new_font):
1721 * print.c (print_object):
1722 * cmds.c (Fself_insert_command): Move declarations before statements.
1723
1724 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1725
1726 * s/cygwin.h: Remove unneeded linker flags.
1727
1728 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
1729
1730 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
1731
1732 * xsettings.h: Declare xsettings_get_system_font.
1733
1734 * xsettings.c (xsettings_get_system_font): New function.
1735 (init_gconf): No use initiating gconf unless we have Xft also.
1736 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
1737 HAVE_GCONF.
1738
1739 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
1740 add a blank entry so it doesn't collapse into nothing.
1741
1742 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * lread.c (Funintern): Comment out last change.
1745
1746 2009-11-19 Richard Stallman <rms@gnu.org>
1747
1748 * lread.c (Funintern): Error if symbol is t or nil.
1749
1750 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * insdel.c (make_gap_larger): Don't make as many assumptions about the
1753 representation of Lisp integers.
1754 Reported by MJ Chan <mjchan.inbox@gmail.com>.
1755
1756 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1757
1758 * lisp.h: Remove declaration of Ffont_get_system_font.
1759 * xfns.c: Move include of "xsettings.h".
1760 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
1761
1762 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1763
1764 * xsettings.c (something_changedCB, Ffont_get_system_font):
1765 Check use_system_font.
1766 (syms_of_xsettings): DEFVAR font-use-system-font.
1767
1768 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
1769
1770 * xfns.c (x_default_font_parameter): Remove dead assignment.
1771
1772 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
1773
1774 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1775
1776 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
1777 not have FC_LCD_*. #define them if not there.
1778
1779 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
1780
1781 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
1782
1783 * xterm.c (handle_one_xevent): Call xft_settings_event for
1784 ClientMessage, PropertyNotify and DestroyNotify.
1785 (x_term_init): If we have XFT, get DPI from Xft.dpi.
1786 Call xsettings_initialize.
1787
1788 * xftfont.c (xftfont_fix_match): New function.
1789 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
1790 Call xftfont_fix_match after XftFontMatch.
1791
1792 * xfont.c (xfont_driver): Initialize all members.
1793
1794 * xfns.c (x_default_font_parameter):
1795 Try font from Ffont_get_system_font.
1796 Do not get font from x_default_parameter if we got one from
1797 Ffont_get_system_font.
1798 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
1799
1800 * w32font.c (w32font_driver): Initialize all members.
1801
1802 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
1803
1804 * lisp.h: Declare syms_of_xsettings.
1805
1806 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
1807 Handle CONFIG_CHANGED_EVENT.
1808
1809 * ftfont.c (ftfont_filter_properties): New function.
1810
1811 * frame.c (x_set_font): Remove unused variable lval.
1812
1813 * font.h (struct font_driver): Add filter_properties.
1814
1815 * font.c (font_put_extra): Don't return if val is nil, it means
1816 boolean option is off.
1817 (font_parse_fcname): Collect all extra properties in extra_props
1818 and call filter_properties for all drivers with extra_props and
1819 font as parameter.
1820 (font_open_entity): Do not use cache, it does not pick up new
1821 fontconfig settings like hinting.
1822 (font_load_for_lface): If spec had a name in it, store it in entity.
1823
1824 * emacs.c (main): Call syms_of_xsettings.
1825
1826 * config.in: HAVE_GCONF is new.
1827
1828 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
1829 xsettings.o is new.
1830
1831 2009-11-17 Kenichi Handa <handa@m17n.org>
1832
1833 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
1834 back to the default font in case that no suitable font is found.
1835
1836 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
1839 Suggested by Chad Brown <yandros@mit.edu>.
1840 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
1841
1842 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
1843
1844 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
1845
1846 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
1847
1848 * Makefile.in: Ignore errors from mkdir when creating deps directory.
1849
1850 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1851
1852 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
1853 has a parent.
1854
1855 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
1856 dependency files in deps/. Include those files into Makefile.
1857
1858 * config.in: Generated (AUTO_DEPEND).
1859
1860 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1861
1862 * dbusbind.c (Vdbus_registered_objects_table): Rename from
1863 Vdbus_registered_functions_table, because it contains also
1864 properties. Fix docstring.
1865 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
1866
1867 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * alloc.c (mark_object): Don't reprocess marked strings.
1870 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
1871 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
1872
1873 2009-11-13 Kenichi Handa <handa@m17n.org>
1874
1875 * category.c (word_boundary_p): Adjust for the change of the
1876 semantics of Vword_combining_categories.
1877 (Vword_combining_categories): Describe the slight change of the
1878 semantics.
1879
1880 2009-11-13 Eli Zaretskii <eliz@gnu.org>
1881
1882 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
1883
1884 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
1885
1886 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1887
1888 * xdisp.c (syms_of_xdisp): Fix typo in last change.
1889
1890 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
1891
1892 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
1893
1894 2009-11-11 David Reitter <david.reitter@gmail.com>
1895
1896 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
1897 variables to fix 2009-11-09 change.
1898
1899 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1900
1901 * process.c (ifflag_def): Make flag_sym constant.
1902 (Fnetwork_interface_info): Use a constant pointer.
1903 (ifflag_table):
1904 * xfns.c (cursor_bits):
1905 * xdisp.c (power_letter):
1906 * termcap.c (speeds, esctab):
1907 * sysdep.c (baud_convert):
1908 * keyboard.c (lispy_accent_codes, modifier_names):
1909 * image.c (xbm_format, xpm_format, pbm_format, png_format)
1910 (jpeg_format, tiff_format, gif_format, svg_format)
1911 (interlace_start, interlace_increment, gs_format):
1912 * gtkutil.c (separator_names):
1913 * fringe.c (swap_nibble):
1914 * fns.c (base64_value_to_char, base64_char_to_value):
1915 * fileio.c (make_temp_name_tbl):
1916 * coding.c (suffixes): Make constant.
1917
1918 * frame.c (make_initial_frame):
1919 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
1920 build_string.
1921 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
1922
1923 * s/freebsd.h:
1924 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
1925
1926 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
1927 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
1928
1929 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
1930 * xterm.c (syms_of_xterm):
1931 * xfaces.c (syms_of_xfaces):
1932 * xdisp.c (syms_of_xdisp):
1933 * lread.c (syms_of_lread):
1934 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
1935 build_string.
1936
1937 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
1938
1939 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1940
1941 * fns.c (Fplist_get): Merge the active and the commented out code.
1942
1943 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1944
1945 * keyboard.h: Declare timer_check.
1946
1947 * keyboard.c (timer_check_2): New function that does what the old
1948 timer_check did.
1949 (timer_check): Call timer_check_2 until -1 or a non-zero time is
1950 returned, i.e. don't return -1 with timers pending.
1951
1952 * process.c: Remove extern declaration of timer_check.
1953
1954 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
1955 even if timer_check returned -1.
1956
1957 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
1958 xg_dialog_data.
1959 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
1960 the event loop.
1961 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
1962 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
1963 Destroy the dialog after xg_dialog_run.
1964
1965 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
1968
1969 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
1970
1971 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
1972
1973 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
1974
1975 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
1976
1977 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
1980 w32menu.c, and nsmenu.m.
1981 Simplify the obsolete case where position is nil.
1982 (cleanup_popup_menu): New function, moved from nsmenu.m.
1983 (struct skp): Remove slot `notreal'.
1984 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
1985 adjust callers.
1986 (single_menu_item): Adjust call to parse_menu_item.
1987 (syms_of_menu): Defsubr x-popup-menu.
1988 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
1989 (keymap_panes): Don't export any more.
1990 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
1991 (xmenu_show): Declare.
1992 * keyboard.c (parse_menu_item): Remove arg `notreal'.
1993 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
1994 * keyboard.h (parse_menu_item): Update declaration.
1995 * xmenu.c (Fx_popup_menu): Remove.
1996 (syms_of_xmenu): Don't defsubr x-popup-menu.
1997 * w32menu.c (Fx_popup_menu): Remove.
1998 (syms_of_w32menu): Don't defsubr x-popup-menu.
1999 * nsmenu.m (cleanup_popup_menu): Remove.
2000 (ns_menu_show): Rename from ns_popup_menu and remove all the code
2001 moved to menu.c's Fx_popup_menu.
2002 (Fx_popup_menu): Remove.
2003 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
2004 menu_items (it's done in menu.c already).
2005
2006 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
2009 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
2010
2011 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
2014 xmenu_show. Hide any tooltip before opening a menu.
2015 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
2016 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
2017
2018 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 Let integers use up 2 tags to give them one extra bit and thus double
2021 their range.
2022 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
2023 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
2024 New macros.
2025 (enum Lisp_Type): Use them. Give explicit values.
2026 (Lisp_Type_Limit): Remove.
2027 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
2028 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
2029 Pay attention to USE_2_TAGS_FOR_INTS.
2030 (INTEGERP): Use LISP_INT_TAG_P.
2031 * fns.c (internal_equal): Simplify the default case.
2032 (sxhash): Use case_Lisp_Int.
2033 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
2034 any more.
2035 (Ftype_of): Use case_Lisp_Int.
2036 (store_symval_forwarding): Take into account the fact that Ints can
2037 now have more than one tag.
2038 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
2039 buffer_slot_type_mismatch):
2040 * xfaces.c (face_attr_equal_p):
2041 * print.c (print_object):
2042 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
2043 Use case_Lisp_Int.
2044
2045 2009-11-06 Eli Zaretskii <eliz@gnu.org>
2046
2047 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
2048
2049 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
2050 warning.
2051
2052 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
2053
2054 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
2055
2056 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
2057
2058 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
2059 ButtonPressRelease and MotionNotify (bug#4870).
2060
2061 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
2062
2063 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
2064
2065 * xterm.c (syms_of_xterm):
2066 * xselect.c (syms_of_xselect):
2067 * xmenu.c (syms_of_xmenu):
2068 * xfns.c (syms_of_xfns):
2069 * xfaces.c (syms_of_xfaces):
2070 * xdisp.c (syms_of_xdisp):
2071 * window.c (syms_of_window):
2072 * w32fns.c (syms_of_w32fns):
2073 * undo.c (syms_of_undo):
2074 * textprop.c (syms_of_textprop):
2075 * terminal.c (syms_of_terminal):
2076 * syntax.c (syms_of_syntax):
2077 * sound.c (syms_of_sound):
2078 * search.c (syms_of_search):
2079 * print.c (syms_of_print):
2080 * minibuf.c (syms_of_minibuf):
2081 * macros.c (syms_of_macros):
2082 * keymap.c (syms_of_keymap, initial_define_key)
2083 (initial_define_lispy_key):
2084 * keyboard.c (syms_of_keyboard):
2085 * insdel.c (syms_of_insdel):
2086 * image.c (syms_of_image):
2087 * fringe.c (syms_of_fringe):
2088 * frame.c (syms_of_frame):
2089 * fontset.c (syms_of_fontset):
2090 * fns.c (syms_of_fns):
2091 * fns.c (syms_of_fns):
2092 * fileio.c (syms_of_fileio):
2093 * fileio.c (syms_of_fileio):
2094 * eval.c (syms_of_eval):
2095 * doc.c (syms_of_doc):
2096 * dispnew.c (syms_of_display):
2097 * dired.c (syms_of_dired):
2098 * dbusbind.c (syms_of_dbusbind):
2099 * data.c (syms_of_data):
2100 * composite.c (syms_of_composite):
2101 * coding.c (syms_of_coding):
2102 * cmds.c (syms_of_cmds):
2103 * charset.c (define_charset_internal, syms_of_character):
2104 * ccl.c (syms_of_ccl):
2105 * category.c (syms_of_category, init_category_once):
2106 * casetab.c (syms_of_casetab):
2107 * casefiddle.c (syms_of_casefiddle):
2108 * callint.c (syms_of_callint):
2109 * bytecode.c (syms_of_bytecode):
2110 * buffer.c (keys_of_buffer, syms_of_buffer):
2111 * alloc.c (syms_of_alloc):
2112 * process.c (syms_of_process, init_process):
2113 * lread.c (syms_of_lread, init_obarray):
2114 * font.c (build_style_table):
2115 * emacs.c (syms_of_emacs, main): Replace calls to intern with
2116 intern_c_string, calls to make_pure_string with
2117 make_pure_c_string. Use pure_cons instead of Fcons.
2118
2119 * process.c (socket_options): Make it const.
2120 (set_socket_option, init_process): Use a const pointer.
2121
2122 * lread.c (intern_c_string): New function.
2123 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2124 (defvar_int): Uset it. Make the name const char*.
2125
2126 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2127 (defvar_int): Update prototypes.
2128 (DEFUN, EXFUN): Support for prototypes is now required.
2129 (intern_c_string): New prototype.
2130 (struct Lisp_Subr): Make symbol_name constant.
2131
2132 * font.c (struct table_entry): Remove unused member. Make NAMES
2133 constant.
2134 (weight_table, slant_table, width_table): Make constant.
2135
2136 * emacs.c (struct standard_args): Make name and longname constant.
2137
2138 * character.h (DEFSYM): Use intern_c_string.
2139
2140 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2141
2142 * alloc.c (make_pure_c_string): New function.
2143
2144 * eval.c (Fautoload): Purecopy all arguments.
2145
2146 2009-11-05 Kenichi Handa <handa@m17n.org>
2147
2148 * fileio.c (Finsert_file_contents): Be sure set coding-system of
2149 the buffer in case of replace.
2150
2151 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2152
2153 * puresize.h (BASE_PURESIZE): Increase to 1620000.
2154
2155 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2156
2157 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
2158 when applicable (bug#4851).
2159
2160 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
2161 (P_): Support for prototypes is now required.
2162
2163 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2164
2165 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
2166 (Bug#4827).
2167
2168 2009-10-30 Eli Zaretskii <eliz@gnu.org>
2169
2170 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
2171
2172 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2173
2174 * puresize.h (BASE_PURESIZE): Increase to 1470000.
2175
2176 * lread.c (Fload): Purecopy the file name when building
2177 Vpreloaded_file_list.
2178
2179 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
2180
2181 * w32fns.c (syms_of_w32fns): Change default value of
2182 w32-scroll-lock-modifier to nil. (Bug#2827)
2183
2184 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * minibuf.c (Fall_completions): Fix typos in docstring.
2187
2188 2009-10-26 Andreas Schwab <schwab@redhat.com>
2189
2190 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
2191
2192 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
2193
2194 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
2195 For delta < 0, skip check that only makes sense when the mini-window
2196 is going to be enlarged. (Bug#4534)
2197
2198 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
2199
2200 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
2201 string in menu maps (Bug#4471).
2202
2203 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2204
2205 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
2206 FRAME_NS_VIEW on terminal frames (Bug#4765).
2207
2208 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
2209
2210 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
2211 DBUS_TYPE_UINTnn separately to get proper sign extension.
2212
2213 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
2214 can properly handle unsigned types.
2215 (make_uid, make_gid): Remove.
2216
2217 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
2218 types again.
2219
2220 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
2221 (system_process_attributes): Likewise.
2222
2223 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2224
2225 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
2226
2227 * eval.c (Fautoload): Purecopy the filename. Simplify.
2228
2229 * category.c (Fdefine_category): Purecopy docstring.
2230
2231 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
2232
2233 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
2234
2235 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
2236
2237 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
2238
2239 * window.c (Fwindow_edges, Fwindow_pixel_edges)
2240 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
2241 (Bug#4775).
2242
2243 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
2246 (init_fileio_once):
2247 * lisp.h (init_fileio_once): Remove.
2248 * emacs.c (main): Don't call init_fileio_once.
2249
2250 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2251
2252 * puresize.h (BASE_PURESIZE): Increase to 1430000.
2253
2254 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
2255
2256 * doprnt.c (doprnt): Fix overflow check.
2257
2258 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
2259
2260 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
2261
2262 * xterm.h (x_wait_for_event): Declare it.
2263
2264 * xterm.c (pending_event_wait): New variable.
2265 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
2266 see pending_event_wait.eventtype.
2267 (handle_one_xevent): Don't change gravity when parent changes.
2268 (x_new_font): Call change_frame_size with new rows/columns before we
2269 try to resize the frame.
2270 (x_wait_for_event): New function.
2271 (x_set_window_size_1): Don't change gravity unless change_gravity
2272 is set.
2273 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
2274 don't change frame size, instead wait for the ConfigureNotify.
2275 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
2276 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
2277 (x_initialize): Initialize pending_event_wait.
2278
2279 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
2280 size.
2281
2282 * widget.c (EmacsFrameSetValues): Add comment.
2283 (EmacsFrameSetCharSize): Just call x_set_window_size.
2284
2285 * gtkutil.c (xg_frame_set_char_size): Flush events and call
2286 x_wait_for_event.
2287 (flush_and_sync): Remove again.
2288 (xg_get_font_name): Suggest monospace if no previous font is known.
2289
2290 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
2293 8th bit, since that only made sense in the ASCII world (bug#4751).
2294
2295 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2296
2297 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
2298 processing pending events when event is filtered for input method.
2299 (Bug#3681)
2300
2301 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
2302
2303 * fns.c: Add #endif accidentally removed in previous change.
2304
2305 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2306
2307 * fns.c: Remove code for unsupported system: MAC_OS.
2308 * image.c: Likewise. Include setjmp.h.
2309
2310 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
2311
2312 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
2313 pixel -1 (bug #4742).
2314
2315 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2316
2317 * process.c (create_pty): Remove conditionals for no longer
2318 supported systems: UNIPLUS and RTU.
2319
2320 * xterm.c:
2321 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
2322
2323 * alloc.c: Do not define struct catchtag.
2324 * eval.c: Move struct catchtag definition ...
2325 * lisp.h: ... here.
2326
2327 * image.c: Move png.h #include earlier to avoid warnings.
2328
2329 * xterm.c:
2330 * xsmfns.c:
2331 * xselect.c:
2332 * xrdb.c:
2333 * xmenu.c:
2334 * xftfont.c:
2335 * xfont.c:
2336 * xfns.c:
2337 * xfaces.c:
2338 * xdisp.c:
2339 * window.c:
2340 * widget.c:
2341 * w32xfns.c:
2342 * w32uniscribe.c:
2343 * w32term.c:
2344 * w32select.c:
2345 * w32reg.c:
2346 * w32proc.c:
2347 * w32menu.c:
2348 * w32inevt.c:
2349 * w32heap.c:
2350 * w32font.c:
2351 * w32fns.c:
2352 * w32console.c:
2353 * w32.c:
2354 * w16select.c:
2355 * vm-limit.c:
2356 * unexsol.c:
2357 * unexec.c:
2358 * unexcw.c:
2359 * unexaix.c:
2360 * undo.c:
2361 * tparam.c:
2362 * textprop.c:
2363 * terminfo.c:
2364 * terminal.c:
2365 * termcap.c:
2366 * term.c:
2367 * syntax.c:
2368 * sound.c:
2369 * sheap.c:
2370 * search.c:
2371 * scroll.c:
2372 * region-cache.c:
2373 * regex.c:
2374 * ralloc.c:
2375 * process.c:
2376 * print.c:
2377 * nsterm.m:
2378 * nsselect.m:
2379 * nsmenu.m:
2380 * nsimage.m:
2381 * nsfont.m:
2382 * nsfns.m:
2383 * msdos.c:
2384 * minibuf.c:
2385 * menu.c:
2386 * marker.c:
2387 * macros.c:
2388 * keymap.c:
2389 * keyboard.c:
2390 * intervals.c:
2391 * insdel.c:
2392 * indent.c:
2393 * gtkutil.c:
2394 * ftxfont.c:
2395 * ftfont.c:
2396 * fringe.c:
2397 * frame.c:
2398 * fontset.c:
2399 * font.c:
2400 * fns.c:
2401 * floatfns.c:
2402 * filelock.c:
2403 * fileio.c:
2404 * emacs.c:
2405 * editfns.c:
2406 * dosfns.c:
2407 * doprnt.c:
2408 * doc.c:
2409 * dispnew.c:
2410 * dired.c:
2411 * dbusbind.c:
2412 * data.c:
2413 * composite.c:
2414 * coding.c:
2415 * cmds.c:
2416 * cm.c:
2417 * chartab.c:
2418 * charset.c:
2419 * character.c:
2420 * ccl.c:
2421 * category.c:
2422 * casetab.c:
2423 * casefiddle.c:
2424 * callproc.c:
2425 * callint.c:
2426 * bytecode.c:
2427 * buffer.c:
2428 * atimer.c: Include setjmp.h. (Bug#4643)
2429
2430 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 Remove leftover table unibyte_to_multibyte_table.
2433 * character.c (unibyte_to_multibyte_table): Remove.
2434 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
2435 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
2436 * character.h (UNIBYTE_TO_CHAR): New macro.
2437 (MAKE_CHAR_MULTIBYTE): Use it.
2438 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
2439 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
2440 (message_dolog, set_message_1):
2441 * search.c (Freplace_match):
2442 * editfns.c (Fcompare_buffer_substrings):
2443 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
2444 (concat):
2445 * insdel.c (copy_text, count_size_as_multibyte):
2446 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
2447 * term.c (produce_glyphs):
2448 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
2449 * regex.c (RE_CHAR_TO_MULTIBYTE):
2450 * cmds.c (internal_self_insert):
2451 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
2452
2453 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
2454
2455 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2456
2457 * puresize.h (BASE_PURESIZE): Increase to 1310000.
2458
2459 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2460
2461 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2462
2463 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2464
2465 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2466 still needed under Tiger.
2467
2468 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
2469
2470 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
2471 __Apple__.
2472
2473 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2474
2475 2009-10-15 Kenichi Handa <handa@m17n.org>
2476
2477 * print.c (print_object): Escape a symbol like "2E10" too.
2478
2479 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2480
2481 Cleanups and changes for 64-bit compile under Snow Leopard.
2482 Based on suggestions by Erik Charlebois.
2483
2484 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2485
2486 * nsfont.m (ns_char_width): Replace deprecated call.
2487 (ns_findfonts, nsfont_list_family): Use long format in printf, and
2488 cast argument.
2489 (nsfont_open): Use ns_char_width() everywhere.
2490 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
2491
2492 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2493
2494 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2495 where appropriate.
2496
2497 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2498 where appropriate.
2499 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2500 Use stringWithUTF8String.
2501 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2502
2503 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2504 Add formal protocol mention to inheritance.
2505 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2506
2507 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2508 Fix printf format.
2509 (ns_query_color): Use CGFloat where appropriate.
2510 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
2511 (EmacsScroller-mouseDown:): Use long format in printf, and cast
2512 argument.
2513
2514 * config.in (NS_HAVE_NSINTEGER): Drop.
2515
2516 * dbusbind.c (dbus-method-return-internal)
2517 (dbus-method-error-internal): Use long format in printf, and cast
2518 argument.
2519
2520 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
2521 in printf, and cast argument.
2522
2523 * process.c (list_processes_1): Use long format in printf, and
2524 cast argument.
2525
2526 2009-10-11 Glenn Morris <rgm@gnu.org>
2527
2528 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
2529
2530 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
2531
2532 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2533 menu bar with a small width so it doesn't enlarge the frame.
2534
2535 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
2536
2537 * fontset.c (Fset_fontset_font): Fix typos in error messages.
2538
2539 2009-10-06 Glenn Morris <rgm@gnu.org>
2540
2541 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
2542 SOME_MACHINE_LISP (this enters indirectly via DOC).
2543
2544 2009-10-05 Eli Zaretskii <eliz@gnu.org>
2545
2546 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
2547
2548 2009-10-04 Eli Zaretskii <eliz@gnu.org>
2549
2550 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
2551 Doc fix.
2552
2553 2009-10-03 Martin Rudalics <rudalics@gmx.at>
2554
2555 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2556
2557 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
2558
2559 * lisp.h (Qdelete_directory_internal): Remove, because it is not
2560 used anymore outside fileio.c.
2561
2562 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2563
2564 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2565
2566 * lisp.h (Qdelete_directory_internal):
2567 Declare, instead of Qdelete_directory.
2568
2569 * w32fns.c (Fsystem_move_file_to_trash): Use it.
2570
2571 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * eval.c (Fcalled_interactively_p): Add `kind' argument.
2574
2575 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
2576
2577 * fileio.c (Fdelete_directory_internal): Rename from
2578 Fdelete_directory. It is not a command anymore. It has no file
2579 name handler.
2580
2581 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2582
2583 * xdisp.c (get_next_display_element): Use an enum in last change.
2584
2585 2009-09-28 Kenichi Handa <handa@m17n.org>
2586
2587 * xdisp.c (get_next_display_element): Pay attention to
2588 unibyte_display_via_language_environment in handling
2589 Vnobreak_char_display.
2590
2591 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
2592
2593 * nsterm.h (ns_app_name): New extern variable.
2594
2595 * nsterm.m (ns_app_name): New variable.
2596 (ns_term_init): Set and use it.
2597 (ns_term_shutdown): Use it.
2598
2599 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
2600 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
2601
2602 * nsfns.m (ns_set_name_iconic, ns_set_name)
2603 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
2604 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2605
2606 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
2607 Remove double-casting in client_data comparison.
2608
2609 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2610
2611 * keyboard.c (make_lispy_event): Remember last wheel direction.
2612 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2613
2614 2009-09-26 Glenn Morris <rgm@gnu.org>
2615
2616 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
2617 internal.elc. Add term/pc-win.elc.
2618 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
2619 term/x-win.elc.
2620 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
2621 term/w32-win.elc.
2622 (NS_SUPPORT): New.
2623 (lisp): Add NS_SUPPORT.
2624 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2625
2626 2009-09-25 David Reitter <david.reitter@gmail.com>
2627
2628 * nsmenu.m (EmacsMenu-clear): Recognize application menu
2629 on Mac OS X 10.6+ (bug#4513).
2630
2631 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2632
2633 * frame.c (xrdb_get_resource): Return nil for empty string resources;
2634 some parts of Emacs code (like font selection) don't grok them.
2635 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
2636
2637 2009-09-24 Andreas Schwab <schwab@redhat.com>
2638
2639 * coding.c (decode_coding_iso_2022): Fix operator precedence.
2640
2641 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * dired.c (Fdirectory_files): Fix typo in docstring.
2644
2645 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2646
2647 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
2648 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
2649 (EmacsScroller-setPosition:portion:whole:): Remove -display call
2650 under GNUstep.
2651 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
2652
2653 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
2654 glyph advancement.
2655
2656 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2657
2658 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
2659 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
2660
2661 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
2662 deleted (bug #4492).
2663
2664 * nsfont.m (Vns_reg_to_script): New lisp variable.
2665 (syms_of_nsfont): Declare it.
2666 (ns_registry_to_script): New function.
2667 (ns_get_req_script): Call it.
2668 (ns_findfonts): Don't give up on non-unicode registry.
2669
2670 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
2671
2672 2009-09-20 Tom Tromey <tromey@redhat.com>
2673
2674 * eval.c (find_handler_clause): Make stack-trace-on-error work in
2675 batch mode (bug#4228).
2676
2677 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
2678
2679 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
2680 carefully. (Bug #4339)
2681
2682 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
2685
2686 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2687
2688 * emacs.c (inhibit_x_resources): Update doc string for NS.
2689 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
2690 legacy code for -NXHost. Fix error printf in daemon case.
2691
2692 * nsterm.h (ns_no_defaults): Remove.
2693
2694 * nsterm.m (ns_no_defaults): Remove.
2695 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
2696 (ns_use_qd_smoothing): Remove legacy variable.
2697 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
2698 don't update the NSWindow itself.
2699 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
2700 state detection and store user rect ourselves. (Bug #3581)
2701
2702 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
2703 ns_use_qd_smoothing.
2704
2705 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
2706 platform versions. Drop support for emacs-20-style face specs.
2707 (x-close-connection): Drop PSFlush() under OS X.
2708 (x-focus-frame): Activate the app first. (Bug #4180)
2709
2710 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
2711
2712 * emacs.c (inhibit_x_resources): New variable.
2713 (main) [HAVE_NS]: Don't process --quick command line option.
2714 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
2715
2716 * lisp.h (inhibit_x_resources): Declare it extern.
2717
2718 * w32reg.c (x_get_string_resource):
2719 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2720
2721 2009-09-17 Eli Zaretskii <eliz@gnu.org>
2722
2723 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
2724 Add lisp/term/internal.elc.
2725
2726 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
2729 (bug#4461).
2730
2731 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2732
2733 * puresize.h (BASE_PURESIZE): Increase to 1290000.
2734
2735 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
2736 (OBJECTS_MACHINE): Remove, unused.
2737
2738 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * frame.c (x_get_resource_string): Remove unused.
2741
2742 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
2743
2744 * xterm.c (x_new_font): Call change_frame_size before calling
2745 x_set_window_size, in case frame size won't change.
2746
2747 * frame.c (x_set_font): Remove dead code.
2748
2749 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
2752
2753 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * lread.c (Fload): Don't output a message after loading an obsolete
2756 package any more (done in Lisp now).
2757
2758 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * fns.c (syms_of_fns): Doc fix (Bug#4227).
2761
2762 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 * keymap.c (Fwhere_is_internal): Use nconc2.
2765
2766 2009-09-11 Alan Mackenzie <acm@muc.de>
2767
2768 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
2769 batch mode.
2770
2771 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
2772
2773 * xdisp.c (display_mode_element): Detect cycles.
2774
2775 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 * keymap.c (where_is_internal): Don't erroneously return nil right after
2778 filling the cache.
2779 (where_is_internal_1): Fix up typo.
2780
2781 2009-09-11 Glenn Morris <rgm@gnu.org>
2782
2783 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
2784 share a common doc-string.
2785
2786 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * keymap.c (get_keymap): Return the actual keymap symbol rather than
2789 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
2790
2791 * keymap.c (QCadvertised_binding): New constant.
2792 (syms_of_keymap): Initialize it.
2793 (Fwhere_is_internal): Try and use bindings from :advertised-binding
2794 if applicable.
2795
2796 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
2799 (parse_menu_item): Streamline since bindings are recomputed all the
2800 time anyway. Don't bother checking Vdefine_key_rebound_commands any
2801 more and don't support lmenu's menu-alias any more either.
2802
2803 * keymap.c (where_is_internal_data): Make noindirect a boolean.
2804 (where_is_internal): Strip it down to only traverse the keymaps.
2805 Move the cache handling from Fwhere_is_internal to here.
2806 (Fwhere_is_internal): Move the handling of remapping and the choice of
2807 the best binding from where_is_internal to here.
2808 Unify the cached/noncached paths, so remapping is also handled
2809 correctly when the cache is used, and so the cache can be used to
2810 speed up remap-handling when applicable.
2811 Give preference to non-remapped bindings.
2812 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
2813 non-remapped bindings.
2814 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
2815 command remapping.
2816
2817 * xdisp.c (display_mode_element): Move list length limit from 50 to
2818 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
2819
2820 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
2821
2822 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
2823
2824 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
2827 (Bug#4334)
2828
2829 * keymap.c (where_is_internal): Filter out shadowed remappings.
2830 Assume that where_is_internal returns unshadowed bindings to simplify
2831 the code and get rid of the gotos. Use ASIZE.
2832
2833 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
2834
2835 * xterm.c (x_focus_changed): If we get a focusout and pointer
2836 is invisible, make it visible.
2837
2838 * xterm.h: Remove condition for declaration of
2839 x_*_window_to_frame.
2840
2841 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
2844 initial terminal as well.
2845
2846 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2847
2848 * xterm.h: Rename x_non_menubar_window_to_frame to
2849 x_menubar_window_to_frame.
2850
2851 * xterm.c: Remove declarations also in xterm.h
2852 (XTmouse_position): Do not return valid positions
2853 for clicks in the menubar and the toolbar for Gtk+.
2854
2855 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
2856 if the widget for the event has the same top level as a frame,
2857 return the frame.
2858 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
2859 internal windows, bug #4122.
2860 (x_non_menubar_window_to_frame): Remove.
2861
2862 2009-09-02 Glenn Morris <rgm@gnu.org>
2863
2864 * buffer.c (default-major-mode): Move most of the doc from here...
2865 (major-mode): ... to here.
2866
2867 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
2868
2869 * process.c (wait_reading_process_output): Keep the descriptor
2870 when pty is used by a non-child process, e.g., in I/O buffer of
2871 GDB this allows inferior to be restarted.
2872
2873 2009-08-29 Eli Zaretskii <eliz@gnu.org>
2874
2875 * xdisp.c (redisplay_internal): Remove redundant test and collapse
2876 both branches into one.
2877
2878 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
2881 (main): Use enable-multibyte-characters rather than
2882 default-enable-multibyte-characters. Output a warning message when
2883 running a unibyte session.
2884
2885 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2886
2887 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
2888 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
2889 (copy_data_segment): Also copy __program_vars section.
2890 (copy_dyld_info) [LC_DYLD_INFO]: New function.
2891 (dump_it) [LC_DYLD_INFO]: Use it.
2892
2893 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2894
2895 2009-08-28 Eli Zaretskii <eliz@gnu.org>
2896
2897 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
2898 $(SRC)/buildobj.h.
2899 (buildobj.h): Renamed from $(SRC)/buildobj.h.
2900 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
2901 $(SRC)/buildobj.h.
2902 (clean): Add buildobj.h.
2903
2904 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2905
2906 * print.c (print_object): Set escapeflag to 1 when printing
2907 hashtable keys and values.
2908
2909 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 * lread.c (read_integer): Use doubles (and potentially return a float
2912 number) as we do in string-to-number.
2913 (read1): Use strtol to read integers, signal errors on strtol's
2914 overflow and use floats if strtol's output is too large for
2915 Elisp integers.
2916
2917 2009-08-27 Eli Zaretskii <eliz@gnu.org>
2918
2919 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
2920 (make-buildobj-SH): Fix last change.
2921 (SRC): Move to before where it's first used.
2922
2923 2009-08-27 Kenichi Handa <handa@m17n.org>
2924
2925 * process.c (send_process): Use encode_coding_object instead of
2926 encode_coding_string to perform eol-conversion even if the string
2927 is unibyte.
2928
2929 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
2930 character.
2931
2932 * cmds.c (Fself_insert_command): Avoid unnecessay
2933 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
2934
2935 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2936
2937 * callproc.c (Fcall_process): Remove always true #if.
2938
2939 * lisp.h: Replace #if 0 code for checking with text pointing to
2940 the --enable-checking configure flag.
2941
2942 * emacs.c (main): Mention the --enable-profiling configure flag
2943 instead of using CFLAGS.
2944
2945 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
2946
2947 * Makefile.in (buildobj.h): New target.
2948 (doc.o): Depend on it.
2949 (temacs${EXEEXT}): Don't generate buildobj.lst.
2950 (mostlyclean): Delete buildobj.h, not buildobj.lst.
2951 * makefile.w32-in ($(SRC)/buildobj.h): New target.
2952 ($(BLD)/doc.$(O)): Depend on it.
2953 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
2954 provided by Eli Zaretskii.)
2955 ($(TEMACS)): Don't generate buildobj.lst.
2956 * doc.c: Include buildobj.h.
2957 (buildobj): New static variable.
2958 (Fsnarf_documentation): Use it, instead of opening and reading
2959 buildobj.lst.
2960
2961 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
2962
2963 * dbusbind.c (Fdbus_call_method)
2964 (Fdbus_call_method_asynchronously): Use English numeric format for
2965 timeout values in doc string.
2966
2967 2009-08-25 Kenichi Handa <handa@m17n.org>
2968
2969 * alloc.c (mark_char_table): New function.
2970 (mark_object): Use mark_char_table for a char-table.
2971
2972 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
2973 (CHAR_TABLE_REF): Use it.
2974
2975 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
2976
2977 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
2978 before invoking the newly build emacs to check for load-path
2979 shadowing.
2980
2981 2009-08-22 Glenn Morris <rgm@gnu.org>
2982
2983 * Makefile.in (bootstrap_exe): New variable.
2984 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
2985 Use ${bootstrap_exe}.
2986
2987 2009-08-22 Eli Zaretskii <eliz@gnu.org>
2988
2989 * coding.h (encode_coding_string): Don't encode unibyte strings.
2990 (Bug#4047)
2991
2992 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
2993
2994 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
2995
2996 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
2997 intended as hotfix only.
2998 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2999
3000 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3001
3002 * nsterm.m (ns_get_color): Update documentation properly for last
3003 change, and clean up loose ends in the code left by it. Fix
3004 longstanding bug with 16-bit hex parsing, and add support for
3005 yet another X11 format (rgb:r/g/b) for compatibility.
3006 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
3007 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
3008
3009 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
3012
3013 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
3014
3015 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
3016 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
3017 (xd_initialize, xd_pending_messages): Check, whether
3018 $DBUS_SESSION_BUS_ADDRESS is set.
3019
3020 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3021
3022 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
3023
3024 * nsterm.m (ns_get_color): Remove incompatible color formats again.
3025
3026 2009-08-20 Glenn Morris <rgm@gnu.org>
3027
3028 * emacs.c (system-type): Doc fix.
3029
3030 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
3033 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
3034
3035 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
3036
3037 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
3038 New functions.
3039 (xd_initialize): Revert change from 2009-08-16.
3040
3041 2009-08-18 Kenichi Handa <handa@m17n.org>
3042
3043 * fontset.c (Ffontset_font): If a nil element is found in a
3044 font-group vector, return nil.
3045
3046 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
3047
3048 * process.c (status_notify): Don't perform redisplay.
3049 (Fdelete_process, list_processes_1, process_send_signal):
3050 Expliticly perform redisplay.
3051 (wait_reading_process_output): Always check process status, but
3052 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
3053
3054 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
3055
3056 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
3057 (XFLOAT_INIT): New macro for storing a float value.
3058 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
3059 * fns.c (sxhash): Copy out the value of a float in order to
3060 examine its bytes.
3061 * dbusbind.c (xd_append_arg): Likewise.
3062
3063 * emacs.c (main): Don't call syms_of_data twice.
3064
3065 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
3066
3067 * dbusbind.c (xd_initialize): Add connection file descriptor to
3068 input_wait_mask, in order to let select() detect, whether a new
3069 message has been arrived.
3070 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
3071
3072 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
3073
3074 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
3075 New functions.
3076
3077 * lisp.h (xd_pending_messages): Declare.
3078
3079 * keyboard.c (readable_events): Call xd_pending_messages.
3080
3081 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
3082
3083 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
3084
3085 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
3086
3087 * buffer.c (set_buffer_internal_1)
3088 (swap_out_buffer_local_variables): Check for unbound local
3089 variables (Bug#4138).
3090
3091 2009-08-14 Eli Zaretskii <eliz@gnu.org>
3092
3093 * process.c (create_pty): Fix last change.
3094
3095 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
3098 (xbm_load_image): Caller changed.
3099 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
3100
3101 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
3102
3103 * process.c (create_pty): New function.
3104 (Fstart_process): Use it to allow Emacs to just associate a pty
3105 with the buffer. See associated change in gdb-mi.el.
3106 (list_processes_1): Deal with no program name.
3107 (start_process_unwind): Use pid == -2 to mean no process.
3108
3109 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * cmds.c (nonundocount): New global variable.
3112 (keys_of_cmds): Initialize it.
3113 (Fself_insert_command): Use it to combine upto 20 sequential chars
3114 into a single undo entry, just like the Qself_insert_command code in
3115 keyboard.c does.
3116 Call frame_make_pointer_invisible, also like the Qself_insert_command
3117 code in keyboard.c does.
3118 * keyboard.c (command_loop_1): Use the new global nonundocount rather
3119 than its own local replacement for it.
3120
3121 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
3122
3123 * fns.c (concat): Don't re-set string length to its current value.
3124
3125 * coding.h (decode_coding_string, encode_coding_string):
3126 Use SBYTES macro.
3127
3128 * doprnt.c (doprnt_lisp): Delete unused function.
3129 (doprnt): Merge with doprnt1, discarding lispstrings code.
3130 * lisp.h (doprnt_lisp): Don't declare.
3131
3132 2009-08-07 Juri Linkov <juri@jurta.org>
3133
3134 * puresize.h (BASE_PURESIZE): Increase to 1270000.
3135
3136 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3137
3138 * print.c (syms_of_print): Undo previous change.
3139
3140 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
3141
3142 * lread.c (read1, syms_of_lread): Read hashtables back from the
3143 readable format.
3144
3145 * print.c (print_preprocess, print_object): Print hashtables fully
3146 and readably.
3147 (syms_of_print): Provide 'hashtable-print-readable.
3148
3149 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3150
3151 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
3152 no family set.
3153 (nsfont_open): Handle case when entity has no family.
3154
3155 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3156
3157 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
3158 element, not a list, for match case.
3159
3160 2009-07-28 Kenichi Handa <handa@m17n.org>
3161
3162 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
3163 rigidly.
3164
3165 * xfont.c (xfont_list_pattern): Don't ignore the return value of
3166 font_parse_xlfd. Check font properties more rigidly.
3167
3168 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3169
3170 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
3171 bsd-common.h.
3172
3173 2009-07-27 Kenichi Handa <handa@m17n.org>
3174
3175 * xfaces.c (face_with_height): Call font_clear_prop.
3176
3177 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
3180
3181 * xterm.c (x_term_init): Use Qx.
3182
3183 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
3184
3185 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
3186 (ns_get_color): Revert 2009-07-16 change.
3187
3188 2009-07-25 Eli Zaretskii <eliz@gnu.org>
3189
3190 * lread.c (syms_of_lread) <force_load_messages>: New variable.
3191 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
3192
3193 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
3194
3195 * coding.h (decode_coding_string, encode_coding_string):
3196 Use SCHARS macro.
3197
3198 * lread.c: Rewrite 2009-07-21 changes.
3199 (load_depth): Delete.
3200 (Qload_in_progress): New variable.
3201 (load_unwind): Don't reference load_depth or load_in_progress.
3202 (Fload): Likewise; specbind Qload_in_progress instead.
3203 (init_lread): Don't initialize load_depth.
3204 (syms_of_lread): Initialize and protect Qload_in_progress.
3205
3206 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3207
3208 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
3209
3210 2009-07-23 Yavor Doganov <yavor@gnu.org>
3211
3212 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
3213
3214 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3215
3216 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
3217 Bugs 3792, 3720, 2402.
3218 (ns_lookup_indexed_color): Check for bad index.
3219 (ns_index_color): Init unused slot to 0.
3220 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
3221 Bug 3714, possibly 3082.
3222
3223 2009-07-22 Jason Rumney <jasonr@gnu.org>
3224
3225 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
3226 Position IME window at cursor (Bug#2570).
3227 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
3228 (globals_of_w32fns): Dynamically load functions required above.
3229
3230 * w32term.c (w32_draw_window_cursor): Send message to reposition
3231 any IME window.
3232
3233 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * fileio.c: Revert 2009-07-16 changes.
3236 (Vauto_save_include_big_deletions): New variable.
3237 (Fdo_auto_save): Disable auto-save only if
3238 auto-save-include-big-deletions is nil.
3239
3240 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
3241
3242 * xdisp.c (move_it_to): For continued lines ending in a tab, take
3243 the overflowed pixels into account (Bug#3879).
3244
3245 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
3246
3247 * lread.c (load_depth): New variable.
3248 (Fload, load_unwind, init_lread): Set it to the load recursion
3249 depth; set load_in_progress as a simple boolean based on the
3250 current load_depth. (Bug#3892)
3251
3252 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3253
3254 * nsfont.m (ns_has_attribute): Remove.
3255 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
3256
3257 2009-07-18 Juri Linkov <juri@jurta.org>
3258
3259 * process.c (Fset_process_query_on_exit_flag): Mention killing
3260 a buffer in docstring.
3261
3262 2009-07-17 Kenichi Handa <handa@m17n.org>
3263
3264 * casetab.c (shuffle): Fix the logic of setting up the cycle.
3265
3266 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3267
3268 * nsfns.m (Fns_set_alpha): Remove function.
3269 (syms_of_nsfns): Don't defsubr it.
3270
3271 * nsterm.m (ns_get_color): Remove incompatible color formats.
3272 (ns_color_to_lisp): Generate #rrggbb color format string.
3273
3274 2009-07-16 Richard Stallman <rms@gnu.org>
3275
3276 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
3277 (Fset_buffer_auto_saved): Handle save_length = -2.
3278
3279 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
3280
3281 * xterm.c (Qx_gtk_map_stock): New var.
3282
3283 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
3284 of calling intern each time.
3285
3286 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3287
3288 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
3289 does tiling.
3290
3291 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
3292
3293 2009-07-14 Kenichi Handa <handa@m17n.org>
3294
3295 * font.c (font_vconcat_entity_vectors): New function.
3296 (struct font_sort_data): New member font_driver_preference.
3297 (font_compare): Check font_driver_preference.
3298 (font_sort_entities): The format of the first argument changed.
3299 (font_delete_unmatched): Likewise.
3300 (font_list_entities): The return type changed.
3301 (font_select_entity): The format of the second argument changed.
3302 (font_find_for_lface): Adjuste for the above changes.
3303 Don't suppress the checking of C even if the repertory supports it.
3304 (Flist_fonts): Adjust for the above changes.
3305
3306 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
3307 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
3308 Reject a font who has adstyle property that is different from a
3309 langname derived from registry property.
3310 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
3311
3312 2009-07-13 Eli Zaretskii <eliz@gnu.org>
3313
3314 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
3315 local copy of dirfilename.
3316
3317 2009-07-13 Kenichi Handa <handa@m17n.org>
3318
3319 * chartab.c (sub_char_table_ref_and_range): Fix the range check
3320 against max_char.
3321
3322 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
3323 calling XSYMBOL (sym).
3324
3325 2009-07-11 Eli Zaretskii <eliz@gnu.org>
3326
3327 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
3328 New function.
3329 (directory_files_internal) [WINDOWSNT]:
3330 Bind w32-get-true-file-attributes to either t or nil, depending whether
3331 the filesystem of the directory is fast or slow.
3332
3333 * w32.c (logon_network_drive): Don't assume PATH is an absolute
3334 file name.
3335 (is_slow_fs): New function.
3336 (stat): Use it to determine whether to issue more system calls to
3337 get accurate file attributes, when w32-get-true-file-attributes is
3338 `local'.
3339
3340 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
3341
3342 * xfns.c (Fx_select_font): Remember last font selected in
3343 x_last_font_name and use that the next time. Also try the frame
3344 parameter font-parameter as default to the font dialog.
3345
3346 2009-07-10 Kenichi Handa <handa@m17n.org>
3347
3348 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
3349
3350 2009-07-09 Eli Zaretskii <eliz@gnu.org>
3351
3352 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
3353
3354 * w32.c (stat): Treat UNC file names as residing on remote
3355 drives. (Bug#3542)
3356
3357 2009-07-09 Kenichi Handa <handa@m17n.org>
3358
3359 * fontset.c (fontset_find_font): Fix previous change.
3360
3361 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
3362
3363 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
3364 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
3365 error flag.
3366
3367 2009-07-08 Kenichi Handa <handa@m17n.org>
3368
3369 * fontset.c (fontset_find_font): Fix the logic of handling
3370 charset_matched.
3371 (font_for_char): Delete unused var.
3372 (generate_ascii_font_name): Delete it.
3373
3374 * coding.h (JIS_TO_SJIS2): Fix the code range check.
3375
3376 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
3377 (encode_coding_sjis): Fix the code range check.
3378
3379 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
3382 (Fexpand_file_name): Copy string data properly (Bug#3772).
3383
3384 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
3385
3386 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
3387 first MapNotify.
3388
3389 2009-07-07 Kenichi Handa <handa@m17n.org>
3390
3391 * character.h (unibyte_has_multibyte_table): Delete extern.
3392 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
3393
3394 * charset.c (Fset_charset_priority): Update charset_unibyte.
3395 (syms_of_charset): Initialize charset_unibyte.
3396
3397 * character.c (unibyte_has_multibyte_table): Delete it.
3398 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
3399 charset_unibyte.
3400 (multibyte_char_to_unibyte_safe): Likewise.
3401 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
3402
3403 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
3404 (x_produce_glyphs): Likewise.
3405
3406 * .gdbinit (xcharset): Fix the treating $arg0.
3407
3408 2009-07-04 Eli Zaretskii <eliz@gnu.org>
3409
3410 Emulation of `getloadavg' on MS-Windows.
3411 * w32.c: Include float.h
3412 (g_b_init_get_native_system_info, g_b_init_get_system_times)
3413 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
3414 (get_native_system_info, get_system_times): New functions.
3415 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
3416 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
3417 (globals_of_w32): Initialize g_b_init_get_native_system_info,
3418 g_b_init_get_system_times, and num_of_processors.
3419
3420 2009-07-03 Jason Rumney <jasonr@gnu.org>
3421
3422 * w32term.c (w32_initialize): Use standard types.
3423
3424 2009-07-03 Eli Zaretskii <eliz@gnu.org>
3425
3426 * dired.c (Ffile_attributes): Decode user and group names by the
3427 locale's encoding. (Bug#3443)
3428
3429 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3430
3431 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
3432 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
3433
3434 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
3435
3436 * term.c (init_tty): Remove spurious #ifdef.
3437
3438 * m/mips.h: Mention this file is also used for netbsd.
3439 * m/pmax.h: Remove file.
3440
3441 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
3442
3443 * xterm.h (struct x_display_info): Add invisible_cursor.
3444 (struct x_output): Add current_cursor.
3445
3446 * xterm.c (XTtoggle_invisible_pointer): New function.
3447 (x_define_frame_cursor): Don't define cursor if invisible or the
3448 same as before. Set current_cursor.
3449 (x_create_terminal): Set toggle_invisible_pointer_hook.
3450
3451 * xfns.c (make_invisible_cursor): New function.
3452 (x_set_mouse_color): Call make_invisible_cursor.
3453 Set current_cursor.
3454 (x_window): Set current_cursor.
3455
3456 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
3457
3458 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
3459 inserting a character.
3460 (read_avail_input): Call frame_make_pointer_visible.
3461
3462 * frame.c (Vmake_pointer_invisible): New variable.
3463 (frame_make_pointer_invisible, frame_make_pointer_visible):
3464 New functions.
3465 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
3466
3467 * frame.h: Declare frame_make_pointer_invisible and
3468 frame_make_pointer_visible.
3469 (struct frame): Add pointer_invisible.
3470
3471 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
3472
3473 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3474 frame isn't visible.
3475 (xg_frame_resized): If width/height is -1, get size of window
3476 from X server.
3477
3478 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3479 for MapNotify.
3480
3481 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
3482 here or call change_frame_size. Just call flush_and_sync.
3483 (flush_and_sync): Reintroduce.
3484
3485 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3486
3487 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
3488
3489 * xterm.c (x_handle_net_wm_state): Also look for sticky.
3490 (x_term_init): Initialize Xatom_net_wm_state_sticky.
3491
3492 * frame.h: Declare Qsticky.
3493
3494 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3495
3496 * nsfns.m (ns_frame_parm_handlers): Ditto.
3497
3498 * frame.c: Declare Qsticky.
3499 (frame_parms): Add sticky.
3500
3501 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3502
3503 * xterm.h: Declare x_set_sticky.
3504
3505 * xterm.c (x_set_sticky): New function.
3506
3507 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3508 (xg_tool_bar_menu_proxy): Attach enter/leave events to
3509 xg_tool_bar_proxy_help_callback.
3510
3511 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
3512
3513 * frame.c: Qmaximized is new.
3514 (x_set_frame_parameters): Do not handle fullscreen specially.
3515 Only set width and height if explicitly set.
3516 (x_set_fullscreen): Handle Qmaximized.
3517 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
3518 (syms_of_frame): Initialize Qmaximized.
3519
3520 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
3521 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3522
3523 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
3524 for Expose event. Add call to x_check_fullscreen for MapNotify event.
3525 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3526 set gravity to NorthWestGravity when USE_GTK.
3527 (set_wm_state): New function.
3528 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3529 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
3530 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
3531 or the case when no window manager is running. That means remove calls
3532 to x_real_positions and x_fullscreen_adjust.
3533
3534 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
3535 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
3536 flush_and_sync.
3537 (xg_height_changed): New function.
3538 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
3539 and gtk_window_set_policy. Set frame gravity after parsing the
3540 geometry string.
3541 (xg_update_frame_menubar, free_frame_menubar)
3542 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3543 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
3544 Remove calls to xg_frame_set_char_size.
3545
3546 2009-07-01 Kenichi Handa <handa@m17n.org>
3547
3548 * keyboard.c (decode_keyboard_code): New function.
3549 (tty_read_avail_input): Decode the input bytes if necessary.
3550
3551 * coding.c (setup_coding_system):
3552 Initialize coding->carryover_bytes to 0.
3553 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
3554 use Qno_conversion.
3555
3556 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3557
3558 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
3559
3560 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
3561
3562 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
3563
3564 2009-06-30 Jason Rumney <jasonr@gnu.org>
3565
3566 * w32term.c (w32_initialize): Use GetModuleHandle for library that
3567 is already loaded.
3568 Set user model ID if supported (bug#1849).
3569
3570 2009-06-29 Jim Meyering <meyering@redhat.com>
3571
3572 Remove useless if-before-xfree test.
3573 * nsfont.m (nsfont_close): Remove useless test.
3574 * term.c (delete_tty): Likewise.
3575 * w32.c (system_process_attributes): Likewise.
3576 * w32font.c (w32font_close): Likewise.
3577 * xfaces.c (x_free_gc): Likewise.
3578 * xselect.c (buffer): Likewise.
3579
3580 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
3581
3582 * process.c (send_process): Keep decoded string in a local
3583 variable and protect it from GC. (Bug#3521)
3584
3585 2009-06-28 Eli Zaretskii <eliz@gnu.org>
3586
3587 * term.c (create_tty_output) [MSDOS]: #ifdef away.
3588 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
3589
3590 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * xdisp.c (start_display, handle_face_prop)
3593 (move_it_vertically_backward, cursor_row_fully_visible_p)
3594 (redisplay_window, try_window_id, produce_image_glyph):
3595 Delete some #ifdef-ed out code chunks that are now obsolete.
3596
3597 * xterm.c (x_update_window_begin, x_new_focus_frame)
3598 (x_scroll_bar_handle_click, handle_one_xevent)
3599 (handle_one_xevent, XTread_socket, x_focus_on_frame)
3600 (x_make_frame_visible, x_make_frame_invisible)
3601 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
3602 code chunks that are now obsolete.
3603
3604 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
3605
3606 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
3607 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
3608 for hours, when optimzation is enabled.
3609 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
3610 (xd_read_message): Make them static.
3611
3612 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
3613
3614 * term.c (turn_on_face): Allow simultaneously bold and dim
3615 terminal faces (Bug#3530).
3616
3617 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
3618
3619 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
3620
3621 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
3622 truncation glyphs (Bug#3686).
3623
3624 2009-06-27 Glenn Morris <rgm@gnu.org>
3625
3626 * m/pmax.h: Restore file, with only netbsd portions.
3627
3628 2009-06-26 David Reitter <david.reitter@gmail.com>
3629
3630 * nsterm.m (keydown): Avoid infinite loop.
3631
3632 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
3633
3634 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
3635 the arg FORCE_SYMBOL.
3636
3637 2009-06-25 Kenichi Handa <handa@m17n.org>
3638
3639 * fontset.c (fontset_find_font): When a usable rfont_def is found
3640 in a fallback font-group, make it the first element of the group.
3641
3642 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3643
3644 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
3645
3646 2009-06-24 Kenichi Handa <handa@m17n.org>
3647
3648 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
3649 set for C.
3650 (fontset_font): Record the availability of a font for C both in
3651 the realized fontsets of the current one and the default one.
3652
3653 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3654
3655 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
3656 conditional, it is always defined on AIX.
3657
3658 2009-06-23 Miles Bader <miles@gnu.org>
3659
3660 * window.c (Vrecenter_redisplay): New variable.
3661 (syms_of_window): Initialize it.
3662 (Qtty): New extern declaration.
3663 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
3664
3665 2009-06-23 Jim Meyering <meyering@redhat.com>
3666
3667 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
3668 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
3669 pointer dereferences are guaranteed to be valid.
3670
3671 2009-06-23 Kenichi Handa <handa@m17n.org>
3672
3673 * emacs.c (main): Call init_font ().
3674
3675 * font.h (Vfont_log): Extern it.
3676 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
3677
3678 * font.c (font_sort_entities, font_list_entities)
3679 (font_matching_entity, font_open_entity)
3680 (font_close_object): Change font_add_log to FONT_ADD_LOG.
3681 (Vfont_log): Delete static.
3682 (font_log_env_checked): Delete this variable.
3683 (font_add_log): Don't check font_log_env_checked.
3684 (font_deferred_log): Check Vfont_log.
3685 (init_font): New function.
3686
3687 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
3688
3689 * w32font.c: Change font_add_log to FONT_ADD_LOG.
3690
3691 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
3692
3693 * xfont.c: Change font_add_log to FONT_ADD_LOG.
3694
3695 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
3696 (face_for_char): Don't call font_deferred_log here.
3697 (font_for_char): Likewise.
3698
3699 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
3700
3701 * w32term.c (x_draw_glyph_string): Use the glyph string's width
3702 rather than its background_width for drawing the overline and
3703 underline (Bug#489).
3704
3705 * xterm.c (x_draw_glyph_string): Use the glyph string's width
3706 rather than its background_width for drawing the overline and
3707 underline (Bug#489).
3708 (xg_default_icon_file): New variable.
3709 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
3710 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
3711
3712 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
3713 (load_overlay_strings): Remove externs.
3714 (fast_find_position): Function deleted.
3715 (mouse_face_from_buffer_pos): New function, based on
3716 fast_find_position. Correctly handle before-strings,
3717 display-strings, and after-strings (Bug#1220).
3718 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
3719
3720 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3721
3722 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
3723 (move_it_in_display_line_to, move_it_in_display_line_to)
3724 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
3725
3726 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * Branch for 23.1.
3729
3730 2009-06-21 Jason Rumney <jasonr@gnu.org>
3731
3732 * w32term.c (keyboard_codepage): New static variable.
3733 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
3734 (w32_read_socket) [WM_CHAR]: Use it to decode character
3735 input (bug#3237).
3736 (w32_initialize): Initialize it.
3737 (codepage_for_locale): New function.
3738
3739 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
3740
3741 * process.c (status_message): Pass Faset index argument as a lisp
3742 object, so as to work with USE_LISP_UNION_TYPE.
3743
3744 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3745
3746 * coding.c (Ffind_coding_systems_region_internal):
3747 Cache checked characters.
3748
3749 2009-06-18 Kenichi Handa <handa@m17n.org>
3750
3751 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
3752
3753 2009-06-18 Andreas Schwab <aschwab@redhat.com>
3754
3755 * xdisp.c (redisplay_internal): Check that the frame is still
3756 live after redisplay of its windows.
3757 (redisplay_windows): Check that the window is still live.
3758
3759 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
3760
3761 * coding.c (detect_coding_utf_16): Fix previous change.
3762
3763 2009-06-16 Kenichi Handa <handa@m17n.org>
3764
3765 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
3766 UTF-16 by checking the dispersion of Eth and Oth bytes.
3767
3768 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
3769
3770 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
3771
3772 2009-06-15 Kenichi Handa <handa@m17n.org>
3773
3774 * process.c (status_message): Fix previous change. Be sure to
3775 decode a localized string.
3776
3777 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3778
3779 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
3780 add comment explaining why.
3781
3782 2009-06-14 Sidney Markowitz <sidney@sidney.com>
3783
3784 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
3785
3786 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
3787
3788 * nsfont.m (ns_attribute_value): Remove.
3789 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
3790 (ns_has_attribute): Shrink the normal range.
3791 (ns_findfonts): Don't worry about requested spec in determining
3792 need for synthItal.
3793 (ns_get_covering_families): Retain scriptToFamilies.
3794
3795 2009-06-14 Seiji Zenitani <zenitani@mac.com>
3796
3797 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
3798
3799 2009-06-11 Kenichi Handa <handa@m17n.org>
3800
3801 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3802 overhang for the static composition case.
3803
3804 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3805
3806 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
3807 overhang for the automatic composition case.
3808
3809 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
3810 composition case.
3811
3812 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
3813
3814 * xdisp.c (get_next_display_element): When handling wrap-prefix
3815 and line-prefix, treat \n as a control character (bug#3502).
3816
3817 2009-06-10 Kenichi Handa <handa@m17n.org>
3818
3819 * font.c (font_parse_family_registry): Fix for one-char foundry.
3820 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
3821
3822 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
3823
3824 * process.c (status_message): Fix handling of multibyte signal
3825 string (Bug#3499).
3826
3827 2009-06-09 Jim Meyering <meyering@redhat.com>
3828
3829 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
3830 color name is missing.
3831
3832 2009-06-09 Kenichi Handa <handa@m17n.org>
3833
3834 * charset.c (Fmap_charset_chars): In docstring, state clearly that
3835 FROM-CODE and TO-CODE are codepoints of CHARSET.
3836
3837 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3838
3839 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
3840
3841 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
3842
3843 Changes to support :script/:lang/:otf in NS font driver.
3844 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
3845 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
3846 indicate not part of font driver interface, and change callers.
3847 (ns_get_family): Remove pointless null check.
3848 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
3849 ns_spec_to_descriptor, ns_descriptor_to_entity.
3850 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
3851 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
3852 (ns_spec_to_descriptor, ns_descriptor_to_entity)
3853 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
3854 (ns_get_req_script, ns_accumulate_script_ranges)
3855 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
3856 New functions.
3857 (nsfont_list, nsfont_match): Use ns_findfonts.
3858 (nsfont_open): Use font descriptor instead of traits.
3859 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
3860 (dump_glyphstring): Rename to ns_dump_glyphstring.
3861
3862 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
3863
3864 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
3865
3866 * fontset.c (fontset_from_font): Remove NS-specific code.
3867
3868 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
3869
3870 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
3871 nonactive windows.
3872
3873 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
3874
3875 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
3876
3877 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
3878
3879 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
3880
3881 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3882
3883 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
3884 account for the overflowing of newlines into the last glyph on the
3885 display line (Bug#3482).
3886
3887 2009-06-05 David Reitter <david.reitter@gmail.com>
3888
3889 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
3890 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
3891 Fns_selection_exists_p, Fns_selection_owner_p.
3892
3893 2009-06-03 Jason Rumney <jasonr@gnu.org>
3894
3895 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
3896 available. (Bug#3379)
3897
3898 2009-05-29 Kenichi Handa <handa@m17n.org>
3899
3900 * coding.c (get_translation_table):
3901 Check Venable_character_translation.
3902
3903 2009-05-26 David Reitter <david.reitter@gmail.com>
3904
3905 * nsterm.m (ns_raise_frame): Only raise frame if visible.
3906 (x_make_frame_visible): Move frame to front rather than calling
3907 ns_raise_frame().
3908 (keyDown:): Do not swallow events that aren't re-sent if frame
3909 isn't key window.
3910 (drawRect:): Do not set visibility/iconified flags because
3911 drawRect may be called by NSView even if the frame is hidden.
3912
3913 * nsfns.m (Fx_create_frame): Follow other ports in
3914 determining visibility; default to t. Ensure async_visible is set.
3915
3916 2009-05-23 Eli Zaretskii <eliz@gnu.org>
3917
3918 * dired.c (Ffile_attributes): Doc fix.
3919
3920 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
3921
3922 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
3923
3924 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
3927 and xfont_scratch_props.
3928 (syms_of_xfont): Do it here instead.
3929 (xfont_find_ccl_program): Delete, unused.
3930 (xfont_open): Delete unused var `i'.
3931
3932 2009-05-21 Kenichi Handa <handa@m17n.org>
3933
3934 * fontset.c (Qlatin): Don't make it static.
3935
3936 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
3937 New functions.
3938 (xfont_scripts_cache, xfont_scratch_props): New variables.
3939 (Qlatin, Vscalable_fonts_allowed): Extern it.
3940 (xfont_list_pattern): Argument changed. Callers changed.
3941 Check Vscalable_fonts_allowed. Check the support of a script.
3942 (xfont_list): Don't reject a font spec with :script property.
3943 (xfont_has_char): Fix setting of encoding.
3944 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
3945 xfont_scratch_props.
3946
3947 2009-05-19 Kenichi Handa <handa@m17n.org>
3948
3949 * font.c (font_sort_entities): Rename from font_sort_entites.
3950 Callers changed.
3951
3952 2009-05-18 Kenichi Handa <handa@m17n.org>
3953
3954 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
3955
3956 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
3959 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
3960
3961 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3962
3963 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
3964 (x_delete_terminal): Dissociate resource database from display and
3965 then call XrmDestroyDatabase before closing display.
3966
3967 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3968
3969 * nsterm.m (ns_read_socket): Remove unused variable.
3970 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
3971 whether selected frame is viable before raising it (based on patch
3972 by David Reitter), and improve commentary.
3973 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
3974
3975 2009-05-15 Kenichi Handa <handa@m17n.org>
3976
3977 * font.c (Ffont_spec): Check arguments.
3978
3979 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
3982 weight when testing attributes (Bug#3282).
3983
3984 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3985
3986 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
3987 what we expect to get in the next ConfigureNotify event.
3988
3989 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
3990 before Xft one (Bug#1696).
3991
3992 2009-05-07 David Reitter <david.reitter@gmail.com>
3993
3994 * nsfns.m (Fx_display_planes): Compute bitplanes using
3995 NSBitsPerPixelFromDepth (Bug#3207).
3996
3997 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
3998
3999 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
4000
4001 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
4002
4003 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
4004
4005 2009-05-07 David Reitter <david.reitter@gmail.com>
4006
4007 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
4008 Respect mouse face background.
4009
4010 2009-05-07 David Reitter <david.reitter@gmail.com>
4011
4012 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
4013 Mouse movement/highlight: bracket drawing operations
4014 in ns_update_begin and ns_update_end.
4015
4016 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * nsfns.m (ns_get_screen): Rewrite.
4019 Don't presume selected-frame is of type `ns'.
4020
4021 * font.c (font_update_drivers): Sanity fallback to avoid disabling
4022 all drivers.
4023
4024 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
4025
4026 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4027
4028 * keyboard.h (add_user_signal): Fix typo in extern.
4029
4030 * lisp.h (add_user_signal): Remove extern.
4031
4032 * unexelf.c (unexec): Consider a section to precede the .bss section
4033 if its addresses overlap that of .bss.
4034 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
4035 instead of dumping process.
4036
4037 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
4040
4041 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
4044
4045 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4046
4047 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
4048 any statements.
4049
4050 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
4051
4052 * process.c (read_process_output): Make sure the current buffer is
4053 always restored.
4054
4055 * coding.c (record_conversion_result): Don't modify
4056 Vlast_code_conversion_error for successful result.
4057 (alloc_destination): Don't clobber conversion result. (Bug#1650)
4058
4059 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4060
4061 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
4062 (load_charset_map): Remove unnecessary code.
4063
4064 2009-04-30 David Reitter <david.reitter@gmail.com>
4065
4066 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4067 through f24.
4068
4069 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * xfaces.c (face_at_buffer_position): New arg base_face_id.
4072
4073 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
4074 face_at_buffer_position.
4075 (face_before_or_after_it_pos, get_next_display_element)
4076 (note_mouse_highlight): Update face_at_buffer_position call.
4077
4078 * term.c (term_mouse_highlight):
4079 * msdos.c (IT_note_mouse_highlight):
4080 * fontset.c (Finternal_char_font):
4081 * font.c (font_at, font_range): Update face_at_buffer_position call.
4082
4083 * dispextern.h (face_at_buffer_position): Update prototype.
4084
4085 2009-04-30 Kenichi Handa <handa@m17n.org>
4086
4087 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
4088
4089 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
4090
4091 * callproc.c (Fcall_process): Fix GC protection. Make sure
4092 current buffer is always restored.
4093
4094 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4095
4096 * atimer.c (init_atimer): Also clear stopped_atimers.
4097
4098 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
4099
4100 * process.c (create_process): Clean up merger residues of
4101 2008-07-17 change.
4102
4103 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
4104
4105 * lread.c (Vread_circle): New variable.
4106 (read1): Disable recursive read if Vread_circle is nil.
4107
4108 2009-04-29 Kenichi Handa <handa@m17n.org>
4109
4110 * fontset.h (set_default_ascii_font): Delete extern.
4111
4112 * fontset.c (set_default_ascii_font): Delete this unused function.
4113
4114 * frame.c (x_set_font): When ARG is a font-object, check if the
4115 font-object matches with the ASCII font-spec of the frame's
4116 fontset. If not, create a new fontset for the frame. (Bug #3075)
4117
4118 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
4119
4120 * fns.c (Flocale_info): Protect vector from GC during decoding.
4121
4122 * process.c (Fstart_process): Protect argv strings from GC during
4123 encoding.
4124
4125 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
4126
4127 * sysdep.c: Include <ctype.h>.
4128
4129 2009-04-27 David Reitter <david.reitter@gmail.com>
4130
4131 * nsfont.m (nsfont_open): Remove unused variable shrink.
4132 Remove commented-out code.
4133
4134 2009-04-26 Johan Bockgård <bojohan@gnu.org>
4135
4136 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
4137
4138 2009-04-25 Jason Rumney <jasonr@gnu.org>
4139
4140 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
4141
4142 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4143
4144 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
4145 Swap bytes in short integer if fringe bitmap width > 8.
4146
4147 2009-04-23 Kenichi Handa <handa@m17n.org>
4148
4149 * xfaces.c (Fx_list_fonts): If a font size is specified in
4150 PATTERN, set it in returned scalable fonts.
4151
4152 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
4153
4154 * keyboard.c (Fset_input_meta_mode): Doc fix.
4155
4156 * dispnew.c (Fsend_string_to_terminal): Doc fix.
4157
4158 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
4159
4160 * coding.c (Fterminal_coding_system): Doc fix.
4161
4162 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
4163 (Fx_display_pixel_height, Fx_display_planes)
4164 (Fx_display_color_cells, Fx_server_max_request_size)
4165 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
4166 (Fx_display_mm_height, Fx_display_mm_width)
4167 (Fx_display_backing_store, Fx_display_visual_class)
4168 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
4169 Doc fixes, replacing "terminal id" with "terminal object".
4170 (check_x_display_info): Handle terminal objects instead of
4171 terminal ids.
4172
4173 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
4174 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
4175 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
4176 Doc fixes, replacing "terminal id" with "terminal object".
4177
4178 2009-04-21 Kenichi Handa <handa@m17n.org>
4179
4180 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
4181 (font_score): Check AVGWIDTH too.
4182
4183 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
4184 worst case.
4185 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
4186 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
4187
4188 2009-04-19 Jason Rumney <jasonr@gnu.org>
4189
4190 The following changes fix Bug#3005 for wide glyphs on each platform,
4191 without reintroducing Bug#1258 for stretch glyphs.
4192
4193 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
4194 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
4195 get_phys_cursor_geometry.
4196
4197 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
4198 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
4199 using get_phys_cursor_geometry.
4200
4201 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
4202 correctly calculated.
4203
4204 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4205
4206 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
4207 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
4208 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
4209 is deprecated.
4210
4211 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
4212
4213 * font.c (font_put_frame_data): Use xfree instead of free.
4214
4215 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
4216
4217 * w32font.c (Qja, Qko): Remove declarations.
4218 (syms_of_w32font): Don't DEFSYM them.
4219
4220 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
4221
4222 * font.c (Qja, Qko): Move definitions here from ftfont.c.
4223
4224 * font.h (Qja, Qko): Extern them.
4225
4226 * ftfont.c (Qja, Qko): Remove declarations.
4227
4228 * xfont.c (Qja, Qko): Remove declarations.
4229
4230 2009-04-17 Kenichi Handa <handa@m17n.org>
4231
4232 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
4233 string from a vector to handle Latin-1 characters correctly.
4234
4235 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
4236 entity even if the cache hits.
4237
4238 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
4239
4240 * search.c (boyer_moore): Use zero as marker value for a possible
4241 match instead of depending on overflow behavior. (Bug#2844)
4242
4243 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
4244 * lisp.h: Adjust prototypes.
4245
4246 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
4247
4248 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
4249 change (Bug#3003).
4250
4251 2009-04-16 Kenichi Handa <handa@m17n.org>
4252
4253 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
4254
4255 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
4256 adstyle.
4257
4258 * ftfont.c (Qja, Qko): Don't make them static.
4259 (enum ftfont_cache_for): New enum.
4260 (fc_charset_table): Undo the previous change.
4261 (ftfont_get_latin1_charset): Delete it.
4262 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
4263 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
4264 non-scarable font, try to get AVERAGE_WIDTH.
4265 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
4266 Change ft_face_cache from a list of a hash-table. Don't check
4267 `ja' and `ko' adstyle here.
4268 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
4269 FTFONT_CACHE_FOR_CHARET.
4270 (ftfont_get_charset): Undo the previous change.
4271 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
4272 (ftfont_close): Likewise.
4273 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
4274
4275 * font.c (font_sort_entites): Change the meaning of the arg
4276 BEST-ONLY. Don't optimize for VEC of lenght 1.
4277 (font_select_entity): Just return the value of font_sort_entites.
4278
4279 * xfaces.c (merge_face_vectors): Reflect font properties in
4280 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
4281 font_clear_prop if a face attribute doesn't change.
4282
4283 * charset.h (charset_ksc5601): Extern it.
4284
4285 * charset.c (charset_ksc5601): New variable.
4286 (Fdefine_charset_internal): Set charset_ksc5601.
4287 (init_charset_once): Initialize charset_ksc5601 to -1.
4288
4289 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4290
4291 * fileio.c (history_delete_duplicates): Remove unused declaration.
4292
4293 * callint.c (history_delete_duplicates): New declaration.
4294 (Fcall_interactively): Remove command history duplicates when
4295 history_delete_duplicates is true.
4296
4297 2009-04-14 Eli Zaretskii <eliz@gnu.org>
4298
4299 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
4300
4301 2009-04-14 Kenichi Handa <handa@m17n.org>
4302
4303 * font.c (Ffont_info): Fix docstring. Fix the second element of
4304 the returned value (bug#2949).
4305
4306 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
4307
4308 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
4309
4310 2009-04-14 Kenichi Handa <handa@m17n.org>
4311
4312 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
4313 encoding charset is ascii_compatible.
4314
4315 * charset.c (Fdefine_charset_internal): Make charset
4316 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
4317 code_offset is 0, and covers all ASCII characters.
4318
4319 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
4322 (ns_string_to_pasteboard_internal):
4323 * nsmenu.m (process_dialog):
4324 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
4325 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
4326 * lisp.h (Fx_load_color_file): Declare.
4327
4328 2009-04-13 Kenichi Handa <handa@m17n.org>
4329
4330 * font.c (font_delete_unmatched): Preserve the order of list elements.
4331 (font_select_entity): Suppress the code to optimize for the same
4332 kind of fonts.
4333 (font_load_for_lface): Get a font that supports at least ASCII
4334 characters.
4335
4336 * ftfont.c (Qja, Qko): New variables.
4337 (fc_charset_table): Delete uniquifier data for iso8859-1.
4338 (ftfont_get_latin1_charset): New function.
4339 (get_adstyle_property): New function.
4340 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
4341 bitmap fonts.
4342 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
4343 Delete iso-8859-1 range from the charset of fonts whose adstyle is
4344 `ko' or `ja'.
4345 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
4346 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
4347 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
4348 property.
4349 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
4350 (syms_of_ftfont): DEFSYM Qja and Qko.
4351
4352 2009-04-09 Kenichi Handa <handa@m17n.org>
4353
4354 * charset.c (map_charset_chars): For a charset of `superset'
4355 method, fix calculation of code range.
4356
4357 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
4358 from the list of extra properties.
4359 (font_clear_prop): Be sure to delete `:name' font property.
4360
4361 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4362
4363 * dispnew.c (redraw_overlapping_rows): Fix detection of
4364 overlapping for topmost and bottommost rows.
4365
4366 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
4367
4368 2009-04-06 Jason Rumney <jasonr@gnu.org>
4369
4370 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
4371
4372 2009-04-06 Kenichi Handa <handa@m17n.org>
4373
4374 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
4375
4376 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
4377
4378 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4379
4380 * ftfont.c (ftfont_open): Fix checking of the return value of
4381 FT_Load_Char. Fix setting font->underline_thickness.
4382
4383 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
4384
4385 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
4386 (Fterminal_parameters, Fterminal_parameter)
4387 (Fset_terminal_parameter): In doc string, refer to terminal
4388 objects rather than terminal ids.
4389
4390 2009-04-04 Eli Zaretskii <eliz@gnu.org>
4391
4392 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
4393 ret_lim_data. (Bug#2867)
4394
4395 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
4396
4397 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
4398 so they don't get wider than the window, matching 2006-01-23
4399 change to the partner function in xdisp.c (Bug#2800).
4400
4401 2009-04-03 Kenichi Handa <handa@m17n.org>
4402
4403 * print.c (print_object): Make each lowest sub_char_table start a
4404 new line (Bug#2866).
4405
4406 2009-04-02 Kenichi Handa <handa@m17n.org>
4407
4408 * fontset.c (fontset_font): Record no-font when a fontset
4409 explicitly tells not to try another font-specs.
4410
4411 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
4412
4413 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
4414
4415 2009-03-30 Kenichi Handa <handa@m17n.org>
4416
4417 * fontset.c (fontset_from_font): Specify only registry in a
4418 font-spec for all characters supported by that registry.
4419
4420 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
4421 even if HAVE_M17N_FLT is not defined.
4422
4423 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
4424
4425 * ftfont.c: Conditionalize prototyping and use of
4426 ftfont_variation_glyphs.
4427
4428 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * frame.c (delete_frame): Work around compiler bug.
4431
4432 * editfns.c (general_insert_function): Adjust to insdel.c changes.
4433 * insdel.c (prepare_to_modify_buffer, signal_before_change):
4434 Some more EMACS_INT.
4435 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
4436
4437 * xdisp.c (dump_glyph): Fix typo.
4438
4439 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
4440 (adjust_markers_gap_motion, adjust_markers_for_delete)
4441 (adjust_markers_for_insert, adjust_point)
4442 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
4443 (make_gap, copy_text, count_size_as_multibyte, insert)
4444 (insert_and_inherit, insert_before_markers)
4445 (insert_before_markers_and_inherit, insert_1)
4446 (count_combining_before, count_combining_after, insert_1_both)
4447 (insert_from_string, insert_from_string_before_markers)
4448 (insert_from_string_1, insert_from_gap, insert_from_buffer)
4449 (insert_from_buffer_1, adjust_after_replace)
4450 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
4451 (replace_range_2, del_range, del_range_1, del_range_byte)
4452 (del_range_both, del_range_2, modify_region)
4453 (prepare_to_modify_buffer, signal_before_change)
4454 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
4455 for buffer positions and sizes.
4456 * lisp.h: Adjust prototypes accordingly.
4457
4458 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
4459 (non_regular_inserted, non_regular_nbytes, read_non_regular)
4460 (Finsert_file_contents): Use EMACS_INT for buffer positions.
4461
4462 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
4463
4464 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
4465
4466 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4467 lines and columns so we keep the same pixel height and width.
4468
4469 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
4470 the property _NET_WM_STATE has changed.
4471 (x_handle_net_wm_state): New function to update frame parameter
4472 fullscreen.
4473 (x_term_init): Initialize atoms for _NET_WM_STATE.
4474
4475 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4476
4477 2009-03-27 Kevin Ryde <user42@zip.com.au>
4478
4479 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4480 Gpm_GetEvent as an error that justifies closing the filedescriptor.
4481 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4482 (Fgpm_mouse_stop): Pass that new parameter.
4483 * termhooks.h (close_gpm): Adjust prototype.
4484
4485 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * lisp.h (Fx_focus_frame): Declare.
4488
4489 * callint.c (Fcall_interactively): For '^' just delegate the work to
4490 handle-shift-selection.
4491 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4492
4493 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4494
4495 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4496
4497 * data.c (Qinteractive_form): New variable.
4498 (Finteractive_form): Use it.
4499
4500 * eval.c (Fcommandp): Use Qinteractive_form.
4501
4502 2009-03-24 Jason Rumney <jasonr@gnu.org>
4503
4504 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4505 Calculate total size precisely. Decode environment variables
4506 before substituting. (Bug#38)
4507
4508 2009-03-24 Kenichi Handa <handa@m17n.org>
4509
4510 * font.c (find_font_encoding): Return Qnil for unsupported
4511 encoding (Bug#2722).
4512
4513 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
4514
4515 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
4516 that gdpy is set.
4517
4518 2009-03-22 Alan Mackenzie <acm@muc.de>
4519
4520 * callint.c (Finteractive): Clarify the doc string - even
4521 promptless elements need \n separators.
4522
4523 2009-03-22 Jason Rumney <jasonr@gnu.org>
4524
4525 * w32term.c (syms_of_w32term): Doc fix for
4526 x-use-underline-position-properties.
4527
4528 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4529
4530 * w32.c (getpwuid): Change argument type to unsigned.
4531 (struct w32_id): Change type of `rid' member to unsigned.
4532 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
4533 argument ID to unsigned. All callers changed.
4534 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
4535
4536 2009-03-20 Eli Zaretskii <eliz@gnu.org>
4537
4538 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
4539 negative, produce a float value.
4540
4541 * dired.c (make_uid, make_gid): New functions.
4542 (Ffile_attributes): Use them to avoid negative UID and GID.
4543
4544 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
4545
4546 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
4547 (syms_of_keyboard) <command-hook-internal, input-method-function>:
4548 Fix typos in docstrings.
4549
4550 2009-03-19 Kenichi Handa <handa@m17n.org>
4551
4552 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
4553 changed, use font_load_for_lface to get a new font object.
4554 Call free_realized_fontset after handling ASCII font change.
4555
4556 * frame.c (x_set_font): Handle the case that ARG is a cons.
4557
4558 2009-03-19 Glenn Morris <rgm@gnu.org>
4559
4560 * fileio.c (Fsubstitute_in_file_name): Doc fix.
4561
4562 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
4565
4566 2009-03-19 Kenichi Handa <handa@m17n.org>
4567
4568 * charset.c (load_charset_map_from_file): When a mapfile can't be
4569 loaded, signal an error.
4570
4571 2009-03-18 Eli Zaretskii <eliz@gnu.org>
4572
4573 * dired.c (Ffile_attributes): Make sure UID and GID are always
4574 positive, even if the value is too large for a positive EMACS_INT.
4575 Doc fix.
4576
4577 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
4578
4579 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4580
4581 * xmenu.c (xdialog_show): Move Fredisplay call ...
4582 (Fx_popup_dialog): ... here.
4583
4584 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * dired.c (file_name_completion): Disable the first optimization just
4587 installed, since it is not implemented correctly.
4588
4589 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4590
4591 * dired.c (file_name_completion): Check completion-ignored-extensions
4592 only if the entry can affect bestmatch.
4593 Stop the search early, as Ftry_completion already does.
4594
4595 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4596
4597 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
4598
4599 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
4600
4601 * keyboard.c (parse_menu_item): Don't display remappings as menu
4602 equivalent bindings (Bug#788).
4603
4604 2009-03-15 Jason Rumney <jasonr@gnu.org>
4605
4606 * w32term.h (WM_EMACS_PAINT): New message.
4607 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
4608 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
4609 before passing to lisp thread. (Bug#950)
4610
4611 2009-03-14 David Reitter <david.reitter@gmail.com>
4612
4613 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
4614 variable as it was never reset.
4615 (ns_term_init): Remove initialization of Lisp-settable defaults
4616 and ns_expand_space.
4617 (-setPanelFromDefaultValues): Remove ns_expand_space.
4618 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
4619 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
4620 i.e. no additional spacing, similar to Carbon port.
4621
4622 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
4623 * nsfns.m (ns-popup-prefs-panel): Remove.
4624
4625 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
4626
4627 * sound.c (alsa_configure): Remove call to deprecated
4628 snd_pcm_sw_params_set_xfer_align.
4629
4630 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
4631
4632 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
4633 after clicking in a detached tool bar.
4634 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
4635
4636 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4637
4638 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
4639 int/Lisp_Object mixup).
4640
4641 2009-03-13 Kenichi Handa <handa@m17n.org>
4642
4643 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
4644 Handle NAME nil and t correctly. Callers changed.
4645 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
4646 (set_fontset_font): Change ARG to a vector. Handle range_list in
4647 ARG correctly.
4648 (Fset_fontset_font): Fix the case that TARGET is both a script
4649 name and charset name. Adjust the arg to set_fontset_font for
4650 the above change.
4651 (fontset_from_font): Fix previous change.
4652 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
4653 entry. If FONTSET is the default fontset, don't set the extra
4654 slot of the returning char-table.
4655
4656 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
4657
4658 * nsfns.m (Fx_close_connection): Doc fix.
4659 (Fns_do_applescript): Reflow docstring.
4660 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
4661 (Fx_display_pixel_width, Fx_display_pixel_height)
4662 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
4663 Fix typos in docstrings.
4664 (Fns_set_alpha): Fix typos in error messages.
4665
4666 2009-03-12 David Reitter <david.reitter@gmail.com>
4667
4668 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
4669 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
4670 were used for such events.
4671
4672 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
4673 (toggleToolbar, performDragOperation, runHelp): Use it.
4674
4675 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
4676 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
4677
4678 2009-03-11 Kenichi Handa <handa@m17n.org>
4679
4680 * font.h (font_open_by_spec): Extern it.
4681
4682 * font.c (font_open_by_spec): New function.
4683 (font_open_by_name): Use font_open_by_spec.
4684
4685 * frame.c (x_set_font): When ARG is a font-object, don't alter the
4686 fontset of the frame.
4687
4688 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
4689 modify the default font of frames that use this fontset.
4690 (num_auto_fontsets): New variable.
4691 (fontset_from_font): Use num_auto_fontsets to decide a fontset
4692 name. Be sure to set FONTSET_ASCII to the correct font name.
4693 (update_auto_fontset_alist): New function.
4694
4695 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
4696
4697 * makefile.w32-in: Update dependencies.
4698
4699 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4700
4701 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
4702
4703 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
4706
4707 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4708
4709 * lread.c (Feval_buffer): Doc fix.
4710
4711 2009-03-09 Kenichi Handa <handa@m17n.org>
4712
4713 * charset.c (Qfile_name_handler_alist): Extern it.
4714 (load_charset_map_from_file): Temporarily bind
4715 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
4716
4717 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4718
4719 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
4720 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
4721
4722 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4723
4724 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
4725 (x_set_window_size): Change back to calculated method of setting
4726 toolbar height under Cocoa. (Bug#2546)
4727 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
4728 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
4729
4730 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
4731
4732 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
4733 accelerator in parens under GNUstep.
4734
4735 2009-03-06 Kenichi Handa <handa@m17n.org>
4736
4737 These changes are to detect incorrect composition sequence without
4738 looking ahead the source. (Bug#2370)
4739
4740 * coding.h: Include "composite.h".
4741 (enum compisition_state): New enum.
4742 (struct compisition_status): New struct.
4743 (struct iso_2022_spec): New member cmp_status.
4744 (struct emacs_mule_spec): New struct.
4745 (struct coding_system): New members ctext_extended_segment_len and
4746 embedded_utf_8. Change the union member
4747 spec.emacs_mule_full_support to spec.emacs_mule.
4748
4749 * coding.c (CODING_ISO_CMP_STATUS): New macro.
4750 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
4751 (MAX_ANNOTATION_LENGTH): Define to 5.
4752 (ADD_COMPOSITION_DATA): New arg nbytes.
4753 (emacs_mule_char): New arg cmp_status.
4754 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
4755 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
4756 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
4757 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
4758 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
4759 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
4760 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
4761 (EMACS_MULE_COMPOSITION_END): New macro.
4762 (emacs_mule_finish_composition): New function.
4763 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
4764 (decode_coding_emacs_mule): Avoid long looking ahead while
4765 handling composition.
4766 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
4767 (ENCODE_COMPOSITION_RULE): New macro.
4768 (finish_composition): New function.
4769 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
4770 (DECODE_COMPOSITION_START): New implementation.
4771 (DECODE_COMPOSITION_END): Likewise.
4772 (STORE_COMPOSITION_RULE): New macro.
4773 (decode_coding_iso_2022): Avoid long looking ahead while handling
4774 composition, CTEXT extended segment, and embedded UTF-8.
4775 (setup_coding_system): For a coding of type iso-2022, reset
4776 CODING_ISO_EXTSEGMENT_LEN (coding) and
4777 CODING_ISO_EMBEDDED_UTF_8 (coding).
4778 (get_translation): Delete arguments last_block, from_nchars,
4779 to_nchars. Callers changed.
4780 (produce_chars): Don't modify charbuf. Adjusted for the change of
4781 get_translation.
4782 (produce_composition): Adjust for the new annotation sequence.
4783 (handle_composition_annotation): Likewise.
4784 (consume_chars): Adjust for the change of get_translation.
4785
4786 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4787
4788 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
4789
4790 2009-03-05 Kenichi Handa <handa@m17n.org>
4791
4792 * font.c (font_select_entity): New function.
4793 (font_find_for_lface): Use font_select_entity to select a font.
4794
4795 * fontset.c (fontset_find_font): If a font found without
4796 restricting to the characters C doesn't support C, try to find a
4797 font with C restriction.
4798
4799 2009-03-04 Nikolaj Schumacher <me@nschum.de>
4800
4801 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
4802
4803 2009-03-04 Jason Rumney <jasonr@gnu.org>
4804
4805 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4806 characters that have already been read. (Bug#2569)
4807
4808 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
4809 Log an error message if check_image_size failed.
4810 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4811 (gs_load): Mention max-image-size in size error message. (Bug#2560)
4812
4813 2009-03-02 Eli Zaretskii <eliz@gnu.org>
4814
4815 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
4816 when decoding process output.
4817
4818 2009-03-01 Richard M Stallman <rms@gnu.org>
4819
4820 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
4821
4822 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
4823
4824 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4825
4826 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
4827 (decode_coding_emacs_mule, decode_coding_iso_2022)
4828 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4829 (decode_coding_raw_text, decode_coding_charset)
4830 (setup_coding_system, decode_eol, decode_coding, consume_chars):
4831 Honor inhibit-eol-conversion. (Bug #2186)
4832
4833 2009-02-28 Jason Rumney <jasonr@gnu.org>
4834
4835 * coding.c (detect_coding_charset): If not checking latin extra,
4836 fail on characters between 0x80 and 0xA0. (Bug#2354)
4837
4838 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4839
4840 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
4841 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
4842
4843 2009-02-27 Glenn Morris <rgm@gnu.org>
4844
4845 * callint.c (Finteractive): Doc fix.
4846
4847 2009-02-27 Kenichi Handa <handa@m17n.org>
4848
4849 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
4850
4851 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4852
4853 * font.c (font_style_to_value): Set value for unknown symbols to
4854 100 instead of 255.
4855 (weight_table, slant_table, width_table): Treat "unspecified" as
4856 the default value.
4857
4858 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
4859
4860 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
4861
4862 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
4863
4864 * lread.c (Fload): Stop checking Vloads_in_progress and signal
4865 error as soon as a recursive load is detected.
4866
4867 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4868
4869 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
4870 before caching.
4871
4872 2009-02-24 Kenichi Handa <handa@m17n.org>
4873
4874 * fontset.c (fontset_find_font): Fix the condition for checking
4875 unavailable font.
4876
4877 2009-02-24 Glenn Morris <rgm@gnu.org>
4878
4879 * xfaces.c (Finternal_set_font_selection_order): Remove leading
4880 whitespace that confuses documentation.
4881
4882 2009-02-23 Miles Bader <miles@gnu.org>
4883
4884 * process.c (Flist_system_processes, Fprocess_attributes)
4885 (syms_of_process): Rename `system-process-attributes' to
4886 `process-attributes'.
4887
4888 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
4889
4890 * coding.h (struct coding_system): Make safe_charsets a pointer to
4891 unsigned char.
4892 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
4893 being 255.
4894 (SAFE_CHARSET_P): Likewise.
4895 (setup_iso_safe_charsets): Properly setup safe_charsets.
4896 (Fdefine_coding_system_internal): Likewise.
4897 (setup_coding_system): Likewise. Remove unneeded casts.
4898 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
4899 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
4900 unneeded casts.
4901
4902 * insdel.c (del_range_2): Don't modify gap contents when called
4903 from decode_coding_object. (Bug#1809)
4904
4905 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4906
4907 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4908 Qfont_object.
4909 (Ftype_of): Recognize font objects.
4910
4911 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
4912
4913 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
4914 moved to data.c.
4915
4916 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
4917
4918 * nsterm.m (x_make_frame_invisible): Unset async_visible,
4919 async_iconified. Based on a patch by Christian Lynbech
4920 <christian.lynbech@tieto.com>.
4921 (EmacsView-windowDidMiniaturize:): Unset async_visible.
4922
4923 2009-02-20 Glenn Morris <rgm@gnu.org>
4924
4925 * syntax.c (Fskip_chars_forward): Fix doc typo.
4926
4927 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
4928
4929 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
4930
4931 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
4932
4933 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
4934
4935 2009-02-19 Kenichi Handa <handa@m17n.org>
4936
4937 * coding.c (detect_coding): Preserve coding->mode.
4938 Don't overflow coding->carryover. (Bug#2370)
4939
4940 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
4941
4942 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
4943
4944 2009-02-18 Kenichi Handa <handa@m17n.org>
4945
4946 * font.c (font_check_otf_features): Fix handling of `nil' element.
4947 (Ffont_spec): Describe :lang and :otf in the docstring.
4948
4949 2009-02-16 Andreas Schwab <schwab@suse.de>
4950
4951 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
4952 string.
4953
4954 2009-02-16 Kenichi Handa <handa@m17n.org>
4955
4956 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
4957 (Bug#1723)
4958
4959 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
4960
4961 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
4962
4963 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
4964 (handle_line_prefix): Suppress wrapping of wrap prefixes.
4965
4966 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4967
4968 * msdos.c (MAX_SCREEN_BUF): New macro.
4969 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
4970 Encode the entire run of glyphs sharing the same face, instead of
4971 doing that one glyph at a time (fixes a bug with displaying
4972 double-size characters).
4973
4974 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
4975
4976 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
4977
4978 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
4979 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
4980 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
4981
4982 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
4983 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
4984
4985 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * keyboard.c (adjust_point_for_property): Allow stopping between two
4988 invisible areas.
4989
4990 2009-02-12 Jason Rumney <jasonr@gnu.org>
4991
4992 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
4993 (add_font_entity_to_list): Call check_face_name even when family
4994 is unspecified.
4995
4996 * w32term.c (x_display_pixel_height, x_display_pixel_width):
4997 Release DC when finished. Use NULL window to refer to desktop.
4998 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
4999
5000 * w32font.c (add_font_entity_to_list): Fix check for substituted
5001 raster fonts. (Bug#2219)
5002
5003 2009-02-12 Kenichi Handa <handa@m17n.org>
5004
5005 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
5006 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
5007 (autocmp_chars): Use fast_looking_at. Don't compose more
5008 characters than MAX_COMPOSITION_COMPONENTS.
5009 (find_automatic_composition): While looking forward and backward,
5010 check static composition. Fix where to stop looking forward.
5011 (composition_adjust_point): Fix checking of static composition.
5012 (Fcomposition_get_gstring): Pay attention to
5013 MAX_COMPOSITION_COMPONENTS.
5014
5015 * lisp.h (fast_looking_at): Extern it.
5016
5017 * search.c (fast_looking_at): New function.
5018
5019 * term.c (encode_terminal_code): Adjust for the change of
5020 <struct glyph>.u.cmp.to.
5021 (append_composite_glyph): Likewise.
5022
5023 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
5024 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
5025 composition.
5026 (append_composite_glyph): Adjust for the change of
5027 <strcut glyph>.u.cmp.to.
5028
5029 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
5030
5031 * casetab.c (init_casetab_once):
5032 * coding.c (ALLOC_CONVERSION_WORK_AREA):
5033 * font.c (font_update_lface):
5034 * fontset.c (Fnew_fontset):
5035 * ftfont.c (ftfont_drive_otf):
5036 * xfont.c (xfont_open):
5037 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
5038
5039 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5040
5041 * fileio.c (Fwrite_region): !NILP -> CONSP.
5042
5043 2009-02-10 Andreas Schwab <schwab@suse.de>
5044
5045 * process.c (send_process): Properly relocate pointer into data
5046 when using encoded data. (Bug#2272)
5047
5048 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
5049
5050 * coding.c (detect_coding_charset): Fix previous change.
5051
5052 2009-02-08 Jason Rumney <jasonr@gnu.org>
5053
5054 * w32fns.c (w32_hide_hourglass): Handle case where frame
5055 disappeared while hourglass was displayed. (Bug #2193)
5056
5057 2009-02-07 Andreas Schwab <schwab@suse.de>
5058
5059 * unexelf.c (unexec): Fix error message.
5060
5061 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
5062
5063 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
5064 when modal window is active. (Bug #2152)
5065 (applicationShouldTerminate:): Remove now-unneeded while loop
5066 around NSRunAlertPanel.
5067
5068 * nsmenu.m (popupSession): New file-global variable.
5069 (pop_down_menu): End the popupSession before closing dialog.
5070 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
5071 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
5072 don't query NSApp for events (just sleep instead).
5073
5074 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5075
5076 * coding.c (syms_of_coding) <translation-table-for-input>:
5077 Modify doc string to discourage use for character code unification.
5078
5079 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5080
5081 * atimer.c (run_timers): Update pending_atimers.
5082
5083 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * image.c (svg_load_image): Fix last change.
5086
5087 * xfns.c (Fx_create_frame): Signal an error if no font is
5088 found (Bug#2147).
5089
5090 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
5091
5092 * character.c (syms_of_character) <script-representative-chars>:
5093 Fix typo in docstring.
5094
5095 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5096
5097 * nsmenu.m (pop_down_menu): New function.
5098 (ns_popup_dialog): Call it on unwind.
5099 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
5100 call timer_check() (Bug#2154).
5101 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
5102 handling_signal is set.
5103 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
5104
5105 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
5106
5107 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
5108
5109 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
5110
5111 * keyboard.c (poll_for_input_1, handle_async_input):
5112 Set handling_signal under HAVE_NS.
5113
5114 2009-02-04 Glenn Morris <rgm@gnu.org>
5115
5116 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
5117
5118 2009-02-04 Kenichi Handa <handa@m17n.org>
5119
5120 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
5121
5122 * charset.c (Fchar_charset): New optional arg restriction.
5123
5124 * coding.h (coding_system_charset_list): Extern it.
5125
5126 * coding.c (coding_system_charset_list): New function.
5127
5128 * composite.c: Include coding.h and termhooks.h.
5129 (composition_gstring_p): Fix for the terminal case.
5130 (composition_gstring_width): Likewise.
5131 (fill_gstring_body): Likewise.
5132 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
5133 the frame.
5134 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
5135 is within a composition.
5136 (Fcomposition_get_gstring): Fix the terminal case.
5137
5138 * term.c (encode_terminal_code): Fix handling of composition.
5139 (produce_composite_glyph): For static composition, get pixel_width
5140 from struct composition.
5141
5142 2009-02-02 Andreas Schwab <schwab@suse.de>
5143
5144 * unexelf.c (unexec): Handle unaligned bss offset.
5145
5146 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5147
5148 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
5149 XT,w32read_socket changes to ns_read_socket.
5150
5151 * keyboard.c (handle_interrupt): Don't call
5152 quit_throw_to_read_char() under NS.
5153
5154 * blockinput.h: Remove NS-specific code.
5155
5156 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
5157
5158 * dispnew.c (window_change_signal): Don't try to get the size of a
5159 suspended tty frame.
5160 * term.c (Fresume_tty): Resize if the size has changed while the
5161 tty was suspended.
5162
5163 * alloc.c (mark_stack): Properly conditionalize previous change.
5164
5165 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
5166
5167 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
5168 * w32term.c (w32_read_socket) [SYNC_INPUT]:
5169 Remove; this code is not used on Windows.
5170
5171 2009-01-30 Eli Zaretskii <eliz@gnu.org>
5172
5173 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
5174 EOLs that also has stray ^M characters.
5175
5176 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
5177
5178 * atimer.c (run_timers, alarm_signal_handler):
5179 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
5180 * w32inevt.c (w32_console_read_socket):
5181 * w32term.c (w32_read_socket):
5182 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
5183
5184 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
5185
5186 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
5187 Initialize it as a relative filename pattern.
5188 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
5189 (Fcall_process_region): Simplify temp file creation using
5190 temporary-file-directory.
5191
5192 2009-01-29 Eli Zaretskii <eliz@gnu.org>
5193
5194 * msdos.c: Rename pending_signals to msdos_pending_signals.
5195 (sig_suspender, sigprocmask): Adjust.
5196
5197 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
5198
5199 * keyboard.c (pending_signals): New var.
5200 (poll_for_input, input_available_signal, init_keyboard): Set it.
5201 (process_pending_signals): New function.
5202
5203 * lisp.h (QUIT): Check pending_signals instead of
5204 interrupt_input_pending. Use process_pending_signals.
5205
5206 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
5207
5208 * process.c (wait_reading_process_output): Use process_pending_signals.
5209
5210 * sysdep.c (emacs_write): Use process_pending_signals.
5211
5212 * xterm.c (XTread_socket): Update pending_signals.
5213
5214 * w32term.c (w32_read_socket): Update pending_signals.
5215
5216 * w32inevt.c (w32_console_read_socket): Update pending_signals.
5217
5218 2009-01-29 Kenichi Handa <handa@m17n.org>
5219
5220 * xftfont.c (xftfont_has_char): New function.
5221 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
5222
5223 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5224
5225 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
5226 under GNUstep.
5227 (ns_query_color): New declaration.
5228
5229 * nsterm.m (ns_confirm_quit): New variable.
5230 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
5231 (EmacsApp-applicationShouldTerminate:): Use it.
5232 (EmacsPrefsController): Let user set it.
5233 (ns_query_color): New function.
5234 (ns_defined_color): Use it.
5235 (ns_initialize): Drop.
5236 (ns_term_init): Add two lines from ns_initialize(), and set
5237 input_interrupt_mode to nil.
5238
5239 * image.c (svg_load_image): Don't right-shift background RGB when
5240 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
5241
5242 2009-01-28 Kenichi Handa <handa@m17n.org>
5243
5244 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
5245 (fontset_get_font_group): Remember that no font-group is specified
5246 for C.
5247
5248 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
5249
5250 * fns.c (concat): Check for string overflow (bug#1787).
5251
5252 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
5253 Quadruple undo limits (bug#1501).
5254
5255 2009-01-27 Kenichi Handa <handa@m17n.org>
5256
5257 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
5258 directly use GT_Get_Char_index.
5259
5260 * xftfont.c (struct xftfont_info): New member `index'.
5261
5262 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
5263 (Ffontset_font): Adjust for the change of fontset entry.
5264
5265 2009-01-26 Kenichi Handa <handa@m17n.org>
5266
5267 * fontset.c (fontset_find_font): Fix handling of non-cons return
5268 value of fontset_get_font_group.
5269 (fontset_font): Revert last change.
5270
5271 2009-01-26 Jason Rumney <jasonr@gnu.org>
5272
5273 * w32font.c (w32font_list_internal): Return quickly if registry is
5274 unknown. Simplify final return.
5275 (add_font_entity_to_list): Break complex logic down into more
5276 manageable chunks. Move unknown registry check to
5277 w32font_list_internal.
5278
5279 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
5280
5281 Changes to remove Feval calls from GUI under NS.
5282
5283 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
5284 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
5285 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
5286
5287 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
5288 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
5289 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
5290 instead of NON_ASCII_KEYSTROKE_EVENT.
5291 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
5292 (EmacsApp-applicationShouldTerminate:): Query user.
5293 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
5294 instead of Feval.
5295
5296 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
5297
5298 * keyboard.c (kbd_buffer_get_event): Check for it.
5299 (keys_of_keyboard): Define lispy keys for
5300 ns-put/unput-working-text.
5301
5302 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
5303 versions.
5304 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
5305
5306 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
5307
5308 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
5309 setting current_buffer directly. (Bug#2044)
5310
5311 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * fontset.c (fontset_font): If we know there is no font, don't do
5314 any work. (Bug#1952, bug#1990).
5315
5316 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
5317
5318 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5319
5320 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
5321 (ns_no_defaults): New declaration.
5322 (main): Use it.
5323
5324 * nsterm.h (ns_no_defaults): New declaration.
5325
5326 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
5327
5328 * nsterm.m (ns_no_defaults): New variable.
5329 (ns_initialize): Don't read defaults when ns_no_defaults.
5330 (EmacsView-readSelectionFromPasteboard:)
5331 (writeSelectionToPasteboard:types:): New stubbed-out methods for
5332 NSServicesRequests protocol. (Bug#1435)
5333 (ns_dumpglyphs_stretch): New function.
5334 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
5335 of 2008-11-15 to other terms. (Bug#615)
5336
5337 * nsimage.m (setPixmapData:): Set to ignore image DPI.
5338
5339 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
5340
5341 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
5342 call for Sparc64.
5343
5344 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5345
5346 * nsfns.m:
5347 * nsgui.h:
5348 * nsmenu.m:
5349 * nsselect.m:
5350 * nsterm.h:
5351 * nsterm.m: Remove '23' comments that indicated code added during
5352 update from emacs-20 -> emacs-23.
5353
5354 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5355
5356 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
5357 ns_alternate_modifier. (Bug#1217)
5358
5359 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
5360 Display all shortcuts, including those w/o super modifier.
5361
5362 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
5363
5364 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5365
5366 * fileio.c (Vwrite_region_post_annotation_function)
5367 (Vwrite_region_annotation_buffers): New vars.
5368 (build_annotations_unwind): Just reset
5369 Vwrite_region_annotation_buffers.
5370 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
5371 Call write-region-post-annotation-function.
5372 (build_annotations): Add to Vwrite_region_annotation_buffers if
5373 buffer changes.
5374
5375 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5376
5377 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
5378 Tiger.
5379 * nsfns.m (ns_do_applescript):
5380 Conditionalize typeUTF16ExternalRepresentation on Tiger.
5381
5382 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5383
5384 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
5385
5386 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5387
5388 * nsmenu.m (NSMENUPROFILE): Change #if style.
5389
5390 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
5391
5392 * nsterm.m (x_set_frame_alpha): Add prototype.
5393 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
5394 handle Ctrl-tab. (Bug#1841)
5395 (ns_get_color): Use unsigned long long for scanned hex string value.
5396 (ns_term_shutdown): Abort on non SIGTERM signals.
5397 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
5398 (EmacsPrefsController-setPanelFromDefaultValues): New function.
5399 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
5400 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
5401 (ns_defined_color): Fix settings of the XColor variable fields:
5402 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
5403
5404 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
5405 DPI. (Bug#1316)
5406 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
5407 values in onTiger section.
5408
5409 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5410
5411 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
5412 Check return value of font_spec_from_name.
5413 (Fx_list_fonts): Doc fix. (Bug#1951)
5414
5415 * font.c (font_spec_from_name): Return Qnil if font name could not
5416 be parsed.
5417 (font_parse_name): Treat a `?' character as part of an XLFD.
5418
5419 * fns.c (Fsubstring): Doc fix.
5420
5421 2009-01-19 Kenichi Handa <handa@m17n.org>
5422
5423 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
5424 (ftfont_list): Likewise.
5425
5426 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
5427
5428 * dbusbind.c (Fdbus_register_signal):
5429 * process.c (conv_sockaddr_to_lisp):
5430 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
5431
5432 * callproc.c (Fgetenv_internal): Doc fix.
5433
5434 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
5437 it is not even used.
5438
5439 2009-01-16 Glenn Morris <rgm@gnu.org>
5440
5441 * font.c (Ffont_variation_glyphs): Silence compiler.
5442
5443 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
5444
5445 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
5446 Reported by David Robinow <drobinow@gmail.com>.
5447
5448 2009-01-15 Kenichi Handa <handa@m17n.org>
5449
5450 * coding.c (detect_coding_system): Fix handling of null_byte_found.
5451
5452 2009-01-14 Jason Rumney <jasonr@gnu.org>
5453
5454 * frame.c (x_set_font): Always store a font to the font parameter,
5455 never a fontset. (Bug#1562)
5456
5457 2009-01-14 Kenichi Handa <handa@m17n.org>
5458
5459 * coding.c (TWO_MORE_BYTES): New macro.
5460 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
5461
5462 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
5463
5464 * font.c (font_clear_prop): If clearing the family, clear the font
5465 width index too.
5466
5467 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
5468
5469 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5470
5471 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
5472 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5473 functions, use sizeof.
5474
5475 2009-01-12 Martin Rudalics <rudalics@gmx.at>
5476
5477 * keyboard.c (read_char): Fix case where last_nonmenu_event
5478 returned a bad value with submenus. (Bug#447)
5479
5480 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5483 family, clear the font width index too.
5484
5485 2009-01-11 Jason Rumney <jasonr@gnu.org>
5486
5487 * keyboard.c (cmd_error_internal): Exit when errors occur before
5488 frame creation and not in daemon mode. (Bug#1836)
5489
5490 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5491
5492 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5493 of a display vector, backtrack.
5494 (try_window_reusing_current_matrix): Check glyph type before
5495 referencing charpos member.
5496
5497 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5498
5499 Fix Bug #876:
5500
5501 * coding.c (inhibit_null_byte_detection): New variable.
5502 (detect_coding, detect_coding_system): Don't pay attention to null
5503 bytes if inhibit_null_byte_detection is non-zero.
5504 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
5505 <inhibit-iso-escape-detection>: Doc fix.
5506
5507 2009-01-09 Jason Rumney <jasonr@gnu.org>
5508
5509 * w32font.c (add_font_entity_to_list): Don't report unknown
5510 Windows charset as any unrecognized registry. (Bug#1548)
5511 Only report Unicode Plane 2 fonts as unicode-sip.
5512
5513 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5514
5515 * xfaces.c (Fx_font_family_list): Delete function.
5516 Move compatibility version to faces.el.
5517
5518 * font.c (Ffont_family_list): Return a list of strings, not symbols.
5519
5520 2009-01-09 Martin Rudalics <rudalics@gmx.at>
5521
5522 * frame.c (x_set_frame_parameters): Remember requested value for
5523 fullscreen before it's reset by the parameter handler.
5524
5525 2009-01-09 Glenn Morris <rgm@gnu.org>
5526
5527 * keyboard.c (last_command_char): For clarity, rename to...
5528 (last_command_event): ... and update all users.
5529 (last_input_char): For clarity, rename to...
5530 (last_input_event): ... and update all users.
5531 (last-command-char, last-input-char): Move to subr.el as aliases.
5532 * cmds.c, commands.h: Update for last_command_char rename.
5533
5534 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * font.c (font_open_for_lface): Handle unspecified height attribute.
5537
5538 2009-01-08 Jason Rumney <jasonr@gnu.org>
5539
5540 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
5541 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
5542 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
5543 Don't declare.
5544 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5545 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
5546
5547 2009-01-07 Kenichi Handa <handa@m17n.org>
5548
5549 * fileio.c (Finsert_file_contents): In the case of replace,
5550 remember the coding system used for decoding in
5551 coding_system (Bug#1039).
5552
5553 * coding.c (decode_coding_utf_8): Check byte_after_cr before
5554 breaking the loop. (Bug#870)
5555 (decode_coding_utf_16, decode_coding_emacs_mule)
5556 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5557 (decode_coding_charset): Likewise.
5558
5559 2009-01-05 Martin Rudalics <rudalics@gmx.at>
5560
5561 * frame.c (x_set_frame_parameters): Make sure height (width) get
5562 applied when fullwidth (fullheight) is set. (Bug#1522)
5563
5564 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
5565
5566 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
5567 (utc_base): Declare as ULONGLONG, not long double.
5568 (convert_time_raw): Delete.
5569 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
5570 (initialize_utc_base): New function.
5571 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
5572 (convert_from_time_t): Use initialize_utc_base; compute result with
5573 64-bit arithmetic.
5574 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
5575
5576 2009-01-03 Eli Zaretskii <eliz@gnu.org>
5577
5578 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
5579 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5580 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
5581 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
5582 [!subprocesses]: Define.
5583 (syms_of_process) [!subprocesses]: Intern and staticpro them.
5584 (Flist_system_processes, Fsystem_process_attributes)
5585 [!subprocesses]: Call list_system_processes and
5586 system_process_attributes instead of returning Qnil.
5587
5588 * dosfns.c (system_process_attributes, list_system_processes):
5589 New functions.
5590
5591 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
5592
5593 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
5594 Don't use the default (no-op) implementation.
5595
5596 2009-01-03 Jason Rumney <jasonr@gnu.org>
5597
5598 * keyboard.c (parse_modifiers_uncached): Wheel events are
5599 clicks (bug#687).
5600
5601 * w32term.c (x_query_colors, x_query_color): New functions.
5602
5603 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
5604 (svg_load_image): Cast returned pointers from dynamically loaded
5605 functions. Eliminate W32 specific code.
5606
5607 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5608
5609 * nsfns.m (x_set_foreground_color, x_set_background_color)
5610 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
5611 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
5612 x_ prefix instead of ns_. Update references.
5613 (syms_of_nsfns): Add a FIXME comment.
5614
5615 * nsterm.m (x_set_cursor_type): New prototype.
5616 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
5617
5618 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
5619 for Solaris instead of incorrectly providing Qutime and Qcutime.
5620
5621 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5622
5623 * w32.c (process_times): Compute sum of utime and stime.
5624 (system_process_attributes): Add Qtime to the alist.
5625
5626 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
5627 and add them to the alist.
5628
5629 * process.c (top level) <Qtime, Qctime>: New variables.
5630 (syms_of_process): staticpro them.
5631 (Fsystem_process_attributes): Add their documentation to the doc
5632 string.
5633
5634 * process.h: Declare Qtime and Qctime.
5635
5636 2009-01-02 Jason Rumney <jasonr@gnu.org>
5637
5638 * image.c (Qgobject): New symbol.
5639 (syms_of_image): Initialize it.
5640 (init_svg_functions): Load some functions from gobject library.
5641
5642 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
5643
5644 * frame.c (make_terminal_frame): Remove redundant code and useless
5645 block.
5646
5647 2009-01-01 Andreas Schwab <schwab@suse.de>
5648
5649 * process.c (conv_sockaddr_to_lisp): Add workaround for
5650 getsockname bug on BSD.
5651
5652 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
5653
5654 * xfns.c (x_create_tip_frame): Set border width of the X window.
5655
5656 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
5657
5658 2009-01-01 Jason Rumney <jasonr@gnu.org>
5659
5660 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
5661 Don't block input, as per earlier xterm.c changes.
5662
5663 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
5664
5665 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
5666 (ns_appkit_version_int): New function.
5667 (x-server-version): Use ns_appkit_version_int and follow 21+
5668 convention of returning 3 integers.
5669
5670 2008-12-30 Kenichi Handa <handa@m17n.org>
5671
5672 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
5673 (CHAR_SURROGATE_PAIR_P): New macro.
5674
5675 * font.h (struct font_driver): New member get_variation_glyphs.
5676
5677 * font.c (font_range): Don't require a font for a variation selector.
5678 (Ffont_variation_glyphs): New function.
5679 (syms_of_font): Defsubr it.
5680
5681 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
5682 ftfont_variation_glyphs.
5683 (setup_otf_gstring): New function.
5684 (ftfont_drive_otf): Use it.
5685 (ftfont_shape_by_flt): Handle variation selector.
5686 (ftfont_variation_glyphs): New function.
5687
5688 2008-12-30 Martin Rudalics <rudalics@gmx.at>
5689
5690 * frame.c (Vemacs_iconified): Remove.
5691
5692 2008-12-30 Jason Rumney <jasonr@gnu.org>
5693
5694 * frame.c (store_frame_param, x_get_arg): Enable newer code on
5695 WINDOWSNT too, as related changes have already been synced. (Bug#117)
5696
5697 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
5698
5699 * indent.c (Fvertical_motion): Don't advance iterator if we have
5700 reseated to the desired position.
5701
5702 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
5703 checking for pos match.
5704
5705 2008-12-30 Kenichi Handa <handa@m17n.org>
5706
5707 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
5708 just get the low 8-bit of the code.
5709
5710 * font.c (font_intern_prop): Validate str as multibyte.
5711
5712 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5713
5714 * dispextern.h (struct face): Move lface and hash from the middle
5715 of bitfields.
5716
5717 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
5718
5719 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
5720
5721 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
5722 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
5723 instead of intervals.h.
5724
5725 2008-12-26 Andreas Schwab <schwab@suse.de>
5726
5727 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
5728 cons.
5729
5730 2008-12-26 Martin Rudalics <rudalics@gmx.at>
5731
5732 * textprop.c (Qminibuffer_prompt): New variable.
5733 (syms_of_textprop): Initialize it.
5734 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
5735 in minibuffer-prompt face. (Bug#1662)
5736
5737 2008-12-25 Jason Rumney <jasonr@gnu.org>
5738
5739 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
5740
5741 2008-12-24 Jason Rumney <jasonr@gnu.org>
5742
5743 * ralloc.c (r_alloc_reset_variable): New function.
5744
5745 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
5746 record of what points where. (Bug#716)
5747
5748 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
5749
5750 * minibuf.c (read_minibuf): Follow the non-interactive case when
5751 running as a daemon, before detaching.
5752
5753 2008-12-22 Andreas Schwab <schwab@suse.de>
5754
5755 * buffer.c (init_buffer): Use realloc instead of xrealloc.
5756 * gtkutil.c (free_widget_value): Use xfree instead of free.
5757
5758 2008-12-22 Martin Rudalics <rudalics@gmx.at>
5759
5760 * frame.c (delete_frame): New function derived from
5761 Fdelete_frame to handle Qnoelisp value for FORCE argument.
5762 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
5763 (Fdelete_frame): Call delete_frame. Remove line from doc-string
5764 saying that FORCE non-nil doesn't run `delete-frame-functions'.
5765 * frame.h: Extern delete_frame.
5766 * window.c (window_loop):
5767 * terminal.c (delete_terminal):
5768 * xterm.c (x_connection_closed):
5769 * xfns.c (Fx_hide_tip):
5770 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
5771
5772 2008-12-21 Jason Rumney <jasonr@gnu.org>
5773
5774 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
5775 when character maps to .notdef character.
5776
5777 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
5780
5781 2008-12-20 Jason Rumney <jasonr@gnu.org>
5782
5783 * frame.c (Fmake_terminal_frame): Raise an error when called from
5784 a graphical frame on Windows. (Bug#1325)
5785
5786 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
5787
5788 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
5789
5790 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
5791
5792 * minibuf.c (Fread_buffer): Doc fix.
5793
5794 2008-12-20 Jason Rumney <jasonr@gnu.org>
5795
5796 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
5797 server name in UNC paths. (Bug#719)
5798
5799 * coding.c (decode_coding): Clear chars_at_source flag when using
5800 charbuf. (Bug#1035)
5801
5802 2008-12-19 Daniel Engeler <engeler@gmail.com>
5803
5804 * sysdep.c (serial_configure): Fix typo.
5805
5806 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5807
5808 * sysdep.c: Include alloca.h.
5809 (system_process_attributes): Add implementation for Solaris.
5810
5811 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
5812
5813 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
5814
5815 Reorganize implementation of Flist_system_processes and
5816 Fsystem_process_attributes. No functional changes.
5817 * process.c: Don't #include pwd.h, grp.h and limits.h.
5818 (Flist_system_processes): Just call list_system_processes.
5819 (Fsystem_process_attributes): Just call system_process_attributes.
5820 (procfs_list_system_processes, time_from_jiffies)
5821 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5822 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
5823
5824 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
5825 (list_system_processes): Rename from
5826 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
5827 Provide a do nothing implementation.
5828 (system_process_attributes): Rename from
5829 procfs_list_system_processes.
5830 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
5831 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
5832
5833 * w32.c (list_system_processes): Rename from
5834 w32_list_system_processes.
5835 (system_process_attributes): Rename from
5836 w32_system_process_attributes.
5837
5838 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
5839
5840 * process.h (w32_list_system_processes)
5841 (w32_system_process_attributes): Remove.
5842 (list_system_processes, system_process_attributes):
5843 New prototypes.
5844
5845 2008-12-19 Kenichi Handa <handa@m17n.org>
5846
5847 * xfont.c (xfont_decode_coding_xlfd): New function.
5848 (xfont_encode_coding_xlfd): New function.
5849 (xfont_list_pattern): Decode XLFD by iso-8859-1.
5850 (xfont_list): Decode and encode XLFD by iso-8859-1.
5851 (xfont_match): Likewise.
5852 (xfont_list_family): Likewise.
5853 (xfont_open): Likewise.
5854
5855 * ftfont.c (ftfont_open): Generate a multibyte string if given
5856 names are utf-8.
5857
5858 * xftfont.c (xftfont_open): Generate a multibyte string if given
5859 names are utf-8.
5860
5861 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
5862
5863 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
5864 changed.
5865 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
5866 clicked on a detached tool bar button.
5867
5868 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
5869
5870 * emacs.c (main): Print and error and exit when no data is read
5871 from the pipe.
5872
5873 2008-12-17 Jason Rumney <jasonr@gnu.org>
5874
5875 * w32font.c (w32font_has_char): Always return -1.
5876
5877 2008-12-16 Kenichi Handa <handa@m17n.org>
5878
5879 * font.c (font_open_entity): Fix previous change.
5880
5881 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
5882
5883 * process.c: Include <limits.h>.
5884
5885 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
5886
5887 * font.c (font_update_drivers): Fix mistake in reconstructing the
5888 driver list.
5889
5890 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
5891
5892 * font.c (font_clear_cache): Fix format of font cache data.
5893
5894 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
5895
5896 * xftfont.c (xftfont_open): Free Xft font pattern if
5897 XftFontOpenPattern fails.
5898
5899 * xterm.c (x_free_frame_resources): Remove extraneous call to
5900 free_frame_faces.
5901
5902 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5903
5904 * xterm.c (x_delete_display): Move xim_close_dpy call to
5905 x_delete_terminal.
5906 (x_delete_terminal): Call xim_close_dpy.
5907
5908 2008-12-13 Jason Rumney <jasonr@gnu.org>
5909
5910 * w32font.c (intern_font_name): New function.
5911 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
5912 (w32font_open_internal, Fx_select_font): Decode font name.
5913 (fill_in_logfont, list_all_matching_fonts): Encode font name.
5914
5915 * w32font.h (intern_font_name): Declare new function.
5916
5917 * w32uniscribe.c (add_opentype_font_name_to_list):
5918 Use intern_font_name.
5919
5920 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5921
5922 * frame.c (Fdelete_frame): Call free_font_driver_list.
5923
5924 * font.c (free_font_driver_list): Implement missing function.
5925
5926 * w32term.c (w32_term_init): Don't initialize the image cache
5927 here; it will be done in init_frame_faces.
5928
5929 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
5930 (struct x_display_info): Remove unused member null_pixel. New
5931 member xim_callback_data.
5932
5933 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
5934 (xim_initialize): Save pointer to callback function data.
5935 (xim_close_dpy): Free callback function data. Call XCloseIM,
5936 reverting 2008-11-04 change by David Smith.
5937 (x_term_init): Don't initialize the image cache here; it will be
5938 done in init_frame_faces. Remove ancient "null_pixel" cruft.
5939 (x_delete_display): Free x_dnd_atoms member.
5940
5941 2008-12-13 Kenichi Handa <handa@m17n.org>
5942
5943 * font.c (font_rescale_ratio): Moved from xfaces.c.
5944 Argument type changed. Handle a font-spec too.
5945 (font_score): Check Vface_font_rescale_alist.
5946 (font_open_entity): Likewise. (Bug#1547)
5947
5948 * xfaces.c (font_rescale_ratio): Moved to font.c.
5949
5950 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
5953
5954 2008-12-12 Jason Rumney <jasonr@gnu.org>
5955
5956 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
5957 Vwindow_system_version to the real w32 major version.
5958
5959 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
5960
5961 * term.c (init_tty): Move setting the terminal name before the
5962 potential user: maybe_fatal.
5963
5964 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
5965
5966 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
5967 all callers changed. Call free_frame_faces to free the face cache.
5968
5969 2008-12-11 Jason Rumney <jasonr@gnu.org>
5970
5971 * w32font.c (fill_in_logfont): Don't assume symbol script means
5972 SYMBOL_CHARSET. (Bug#547)
5973
5974 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
5975 size for surrogates. (Bug#1096, bug#872)
5976
5977 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5978
5979 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
5980
5981 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5982
5983 * process.c (Fsystem_process_attributes, syms_of_process):
5984 Fix typo in name of Ssystem_process_attributes.
5985 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
5986
5987 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
5988
5989 * syntax.c (Fmodify_syntax_entry): Doc fix.
5990
5991 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
5992
5993 * font.c (Ffont_spec): Move usage to end of docstring.
5994
5995 2008-12-10 Jason Rumney <jasonr@gnu.org>
5996
5997 * w32font.c (Qcham): New symbol.
5998 (font_supported_scripts): Add cham, and comments for other new
5999 scripts in bitfield from OpenType spec.
6000 (add_font_entity_to_list): Limit unicode-sip fonts to those that
6001 contain characters beyond the bmp.
6002
6003 2008-12-10 Kenichi Handa <handa@m17n.org>
6004
6005 * ftfont.c (fc_charset_table): Add "unicode-sip".
6006 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
6007 Qunicode_sip.
6008
6009 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
6010
6011 * coding.c (QCdefault_char): Rename from QCdefalut_char.
6012 (Fcoding_system_put): Use QCdefault_char.
6013 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
6014
6015 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * xftfont.c (syms_of_xftfont): Fix typo.
6018
6019 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
6020
6021 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6022
6023 * emacs.c (main): Close daemon_pipe on exec.
6024
6025 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
6026
6027 * termchar.h (struct tty): New members termcap_term_buffer and
6028 termcap_strings_buffer.
6029
6030 * term.c (encode_terminal_code): Free any previous memory blocks
6031 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
6032 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
6033 All callers changed.
6034 (init_tty): Store termcap data and string buffers in new struct
6035 tty members termcap_term_buffer and termcap_strings_buffer.
6036 (delete_tty): Free them.
6037 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
6038
6039 2008-12-07 Seiji Zenitani <zenitani@mac.com>
6040
6041 * nsfns.m (ns_set_background_color): Remove code duplication.
6042 It was a substitute for face-transparency on OS X 10.3.
6043
6044 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * coding.c (make_conversion_work_buffer): Disable buffer
6047 modification hooks in the work buffer.
6048
6049 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6050
6051 * process.c (procfs_system_process_attributes): If `nread' has a
6052 negative value, assign zero to it.
6053
6054 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
6055
6056 * eval.c (Vdebug_on_error): Doc fix.
6057
6058 2008-12-05 Kenichi Handa <handa@m17n.org>
6059
6060 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
6061 second character is a combining character.
6062
6063 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6064
6065 * process.c (procfs_system_process_attributes): Don't use cmd,
6066 cmdsize, and q without initializing them first.
6067
6068 2008-12-04 Jason Rumney <jasonr@gnu.org>
6069
6070 * w32font.c (w32font_draw): Initialize orig_clip before getting
6071 it, and delete it when finished.
6072
6073 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6074
6075 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
6076 case when running as a daemon before detaching.
6077
6078 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
6079
6080 * w32.c (init_environment): Don't unload library shell32.dll.
6081
6082 2008-12-03 Kenichi Handa <handa@m17n.org>
6083
6084 * font.c (font_at): Set `multibyte' at first.
6085
6086 * coding.c (decode_coding_charset): Check type of an element of
6087 vector VALIDS.
6088 (encode_coding_emacs_mule): Be sure to set `code'.
6089
6090 * fontset.c (face_for_char): Handle invalid charset property correctly.
6091 (font_for_char): Likewise.
6092
6093 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
6094
6095 * font.c (Fopen_font): Compute pixel size correctly.
6096 (font_update_lface): Handle fonts with corrupted size specs,
6097 i.e. non-int and non-float.
6098
6099 * ftfont.c (ftfont_match): Initialize entity variable.
6100 (ftfont_resolve_generic_family): Avoid using uninitialized var.
6101 (ftfont_list_family): Initialize list var earlier.
6102
6103 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
6104
6105 * xterm.c (x_draw_glyph_string): Fall back on
6106 underline_minimum_offset for underline position.
6107
6108 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6109
6110 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
6111
6112 * character.c (c_string_width): Specify the type for LEN.
6113
6114 2008-12-03 Kenichi Handa <handa@m17n.org>
6115
6116 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
6117 (decode_coding_utf_8): Likewise.
6118 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
6119 (produce_chars): Initialize consumed_chars to 0.
6120
6121 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
6122
6123 * keyboard.c (make_lispy_position): Only use PT if the selected
6124 window is current.
6125
6126 2008-12-02 Andreas Schwab <schwab@suse.de>
6127
6128 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
6129
6130 * doprnt.c (doprnt1): Fix size of charbuf.
6131
6132 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
6133
6134 * keyboard.c (timer_check): Revert last change.
6135
6136 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
6137
6138 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
6139
6140 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
6141
6142 * makefile.w32-in: Update dependencies.
6143 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
6144
6145 2008-12-01 Andreas Schwab <schwab@suse.de>
6146
6147 * font.c (register_font_driver): Use xmalloc.
6148 (font_put_frame_data): Likewise.
6149
6150 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
6151
6152 * xfaces.c (realize_x_face): Make abort condition clearer.
6153
6154 * gtkutil.c (update_frame_tool_bar): Initialize variable.
6155
6156 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
6157
6158 * keyboard.c (timer_check): After a timer runs, ensure that the
6159 selected window's buffer is current.
6160
6161 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
6162
6163 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
6164 It was accidentally restored by the Unicode merge.
6165
6166 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
6167
6168 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
6169
6170 * w32proc.c: Include "coding.h".
6171 (Fw32_short_file_name): Encode filename passed to Windows API.
6172 (Fw32_long_file_name): Encode filename passed to Windows API and
6173 decode back the result. (Bug#1433)
6174
6175 2008-11-29 Kenichi Handa <handa@m17n.org>
6176
6177 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
6178 not before accessing it.
6179
6180 * charset.c (Fdefine_charset_internal): After calculating
6181 min_char, max_char, and fastmap, copy the charset structure again.
6182 (encode_char): Fix the previous change.
6183
6184 2008-11-28 Seiji Zenitani <zenitani@mac.com>
6185
6186 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
6187
6188 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
6189
6190 * nsterm.m (x_set_frame_alpha): New function.
6191
6192 2008-11-27 Eli Zaretskii <eliz@gnu.org>
6193
6194 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
6195
6196 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
6197
6198 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
6199 pointer to check_face_name.
6200
6201 2008-11-27 Kenichi Handa <handa@m17n.org>
6202
6203 * category.h (SET_CATEGORY_SET): Call set_category_set.
6204 (set_category_set): Extern it.
6205
6206 * category.c (hash_get_category_set): New function.
6207 (Fmodify_category_entry): Adjusted for the change of
6208 char_table_ref_and_range. Call hash_get_category_set to get a
6209 category set to store in the table.
6210
6211 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
6212 Funify_charset.
6213
6214 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
6215 (DECODE_CHAR): Check if the decoder vector is ready.
6216 (ENCODE_CHAR): Check if the encoder char-table is ready.
6217 (maybe_unify_char): Extern it.
6218
6219 * charset.c (Vchar_unified_charset_table): Delete it.
6220 (inhibit_load_charset_map): New variable.
6221 (temp_charset_work): New variable.
6222 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
6223 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
6224 New macros.
6225 (load_charset_map): Meaning of control_flag changed. If
6226 inhibit_load_charset_map is nonzero, setup a table in
6227 temp_charset_work.
6228 (load_charset): New argument control_flag.
6229 (map_charset_for_dump): New function.
6230 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
6231 map_charset_for_dump.
6232 (Fdefine_charset_internal): If the charset method is MAP, load
6233 mapping tables by calling load_charset.
6234 (Funify_charset): Don't load a mapping table but directly set
6235 Vchar_unify_table.
6236 (maybe_unify_char): New function.
6237 (decode_char): Don't handle the deleted method MAP_DEFERRED.
6238 Handle the case of inhibit_load_charset_map being nonzero.
6239 (encode_char): Don't handle the deleted method MAP_DEFERRED.
6240 Handle the case of inhibit_load_charset_map being nonzero.
6241 (Fclear_charset_maps): Just free temp_charset_work.
6242 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
6243 variable.
6244
6245 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
6246 change of char_table_ref_and_range.
6247 (char_table_ref_and_range): Change the meaning of argument FROM
6248 and TO. Now the caller must provide initial values for *FROM
6249 and *TO.
6250
6251 * fontset.c (fontset_add): Adjusted for the change of
6252 char_table_ref_and_range.
6253 (fontset_get_font_group): Likewise.
6254 (Ffontset_info): Likewise.
6255
6256 * keymap.c (describe_vector): Adjusted for the change of
6257 char_table_ref_and_range. For char-table, put boundary between
6258 non-ASCII and 8-bit characters.
6259
6260 * print.c (print_object): For bool-vector, delete unnecessary
6261 check of ASCII_BYTE_P.
6262
6263 2008-11-26 Jason Rumney <jasonr@gnu.org>
6264
6265 * w32font.c (w32font_open_internal): Don't include external
6266 leading in font height. (Bug#879)
6267
6268 2008-11-26 Glenn Morris <rgm@gnu.org>
6269
6270 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
6271 redefinition with ifdef. (Bug#1383)
6272
6273 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6274
6275 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
6276
6277 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
6278
6279 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
6280 New EmacsView methods.
6281 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
6282 Fixes bug #1048,1357,1414.
6283
6284 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6285
6286 Fix bug #1362.
6287 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
6288 is not an indexed color.
6289 * nsterm.m (free_indexed_color): Add argument checking.
6290 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
6291
6292 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6293
6294 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
6295 Document confirm-after-completion value for
6296 minibuffer-completion-confirm.
6297
6298 2008-11-24 Jason Rumney <jasonr@gnu.org>
6299
6300 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
6301 warning.
6302
6303 2008-11-23 Jason Rumney <jasonr@gnu.org>
6304
6305 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
6306 restored before returning.
6307
6308 * w32font.c (check_face_name): New function.
6309 (add_font_entity_to_list): Use it to filter out common substituted
6310 fonts. (Bug#642)
6311
6312 2008-11-22 Martin Rudalics <rudalics@gmx.at>
6313
6314 * buffer.c (Fswitch_to_buffer): Reword and mention new option
6315 confirm-nonexistent-file-or-buffer in doc-string.
6316
6317 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
6320 Fix copy/paste typo. Add checks.
6321
6322 2008-11-21 Kenichi Handa <handa@m17n.org>
6323
6324 * coding.c (detect_coding_iso_2022): Reject invalid composition
6325 sequence.
6326 (DECODE_COMPOSITION_START): If the current source is the last
6327 block, and the current composition doesn't end, regard this
6328 sequence as invalid.
6329 (decode_coding_iso_2022): Handle invalid composition sequence.
6330
6331 2008-11-20 Martin Rudalics <rudalics@gmx.at>
6332
6333 * window.c (coordinates_in_window): Don't return
6334 ON_VERTICAL_BORDER for the rightmost position of a mode/header
6335 line when the window is not the rightmost one. (Bug#1372)
6336
6337 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
6338
6339 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
6340
6341 2008-11-15 Eli Zaretskii <eliz@gnu.org>
6342
6343 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
6344 and bright_bg if noninteractive is non-zero.
6345
6346 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6347
6348 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
6349 x_draw_glyph_string_background.
6350
6351 * w32term.c (x_draw_glyph_string): Likewise.
6352
6353 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
6354
6355 * xterm.c (x_draw_glyph_string): Stop drawing the background of
6356 the next glyph string once past the overhang width.
6357
6358 * nsterm.m (ns_draw_glyph_string): Likewise.
6359
6360 * w32term.c (x_draw_glyph_string): Likewise.
6361
6362 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
6363
6364 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
6365 double file close.
6366
6367 2008-11-14 Martin Rudalics <rudalics@gmx.at>
6368
6369 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
6370 dedicated status of window before attempting to display another
6371 buffer in it.
6372
6373 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
6374
6375 * msdos.c (Fmsdos_long_file_names):
6376 (syms_of_msdos) <dos-unsupported-char-glyph>:
6377 * dosfns.c (Fint86): Fix typos in docstrings.
6378
6379 2008-11-14 Eli Zaretskii <eliz@gnu.org>
6380
6381 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
6382
6383 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6384
6385 * puresize.h (BASE_PURESIZE): Increase to 1260000.
6386
6387 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
6388
6389 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
6390
6391 * frame.h: Negative alpha means "don't touch".
6392
6393 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
6394
6395 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
6396
6397 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6398
6399 * hftctl.c:
6400 * chpdef.h:
6401 * acldef.h: Remove files used only for systems no longer supported.
6402
6403 * Makefile.in: Fix .o alphabetical ordering.
6404 (hftctl.o): Remove dependency, file removed.
6405 (keymap.o, print.o): Depend on charset.h.
6406
6407 2008-11-10 Kenichi Handa <handa@m17n.org>
6408
6409 * character.c (Fget_byte): Fix and make it faster for unibyte target.
6410
6411 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
6412
6413 * dired.c (file_name_completion): If completion_ignore_case is
6414 enabled, ignore case when checking completion-regexp-list.
6415
6416 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6417
6418 * vm-limit.c (get_lim_data): Fix last change.
6419
6420 2008-11-08 Kenichi Handa <handa@m17n.org>
6421
6422 * character.c (Fget_byte): New function.
6423 (syms_of_character): Defsubr Fget_byte.
6424
6425 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
6426
6427 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
6428 cursor position is valid after scrolling.
6429
6430 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
6431
6432 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
6433
6434 2008-11-06 Glenn Morris <rgm@gnu.org>
6435
6436 * xterm.c (handle_one_xevent): Don't let popup menus cause
6437 mouse-autoselect-window related window switching. (Bug#1261)
6438
6439 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
6440
6441 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
6442
6443 2008-11-04 Andreas Schwab <schwab@suse.de>
6444
6445 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
6446
6447 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
6448
6449 * xfns.c (Fx_wm_set_size_hint): New function.
6450
6451 2008-11-03 Martin Rudalics <rudalics@gmx.at>
6452
6453 * textprop.c (Fprevious_single_char_property_change): Return 0
6454 when there's no change in a string. (Bug#1301)
6455
6456 2008-11-02 Martin Rudalics <rudalics@gmx.at>
6457
6458 * frame.c (do_switch_frame): New argument NORECORD passed to
6459 Fselect_window.
6460 (Fselect_frame): New argument NORECORD passed to
6461 do_switch_frame.
6462 (Fset_frame_selected_window): New argument NORECORD passed to
6463 Fselect_frame.
6464 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
6465 in call of do_switch_frame.
6466 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
6467 Handle NORECORD argument in call of Fselect_frame.
6468 * lisp.h (do_switch_frame, Fselect_frame)
6469 (Fset_frame_selected_window): Adjust declarations.
6470 * window.c (select_frame_norecord): New function.
6471 (run_window_configuration_change_hook): Use it and call
6472 Fselect_frame with NORECORD set.
6473 (Fselect_window): Pass NORECORD to Fselect_frame.
6474 (Fset_window_configuration): Handle NORECORD argument in call of
6475 do_switch_frame.
6476 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6477 Fset_frame_selected_window.
6478 * keyboard.c (command_loop_1): Handle NORECORD in call of
6479 Fselect_frame (currently ifdefd).
6480
6481 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
6482
6483 * emacs.c (USAGE2): Untabify.
6484
6485 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * composite.c (fill_gstring_header): Fix copy/paste typo.
6488
6489 2008-10-31 Martin Rudalics <rudalics@gmx.at>
6490
6491 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6492 (Fother_window): Rename argument and rewrite doc-string.
6493 (select_window_norecord): Fix return value. (Bug#1276)
6494
6495 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
6496
6497 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6498 new frames overriding foreground for tooltips. Based on similar patch
6499 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
6500
6501 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
6502
6503 * emacs.c (Fdaemon_initialized): Initialize nfd.
6504
6505 2008-10-29 Martin Rudalics <rudalics@gmx.at>
6506
6507 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6508 (Fwindow_text_height): Clarify doc-strings.
6509 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6510 doc-string of window-scroll-functions.
6511
6512 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6513
6514 * category.c (syms_of_category): Fix typo in docstring.
6515
6516 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
6519 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
6520 Fix typos in docstrings.
6521
6522 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
6523
6524 * emacs.c (daemon_pipe): Make non-static.
6525 (IS_DAEMON): Move definition ...
6526 * lisp.h (IS_DAEMON): ... here.
6527 (daemon_pipe): Declare.
6528 (is_daemon): Remove.
6529 * dispnew.c (init_display): Use IS_DAEMON.
6530
6531 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
6534 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
6535
6536 * emacs.c (is_daemon): Remove.
6537 (main): Don't set is_daemon.
6538 (IS_DAEMON): New macro.
6539 (Fdaemonp, Fdaemon_initialized): Use it.
6540 (Fdaemon_initialized): Write a char into the pipe to make sure the
6541 parent exits.
6542 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
6543
6544 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
6545
6546 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
6547 over-sized glyph, draw it with the default glyph width.
6548
6549 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6550 glyph, draw it with the default glyph width.
6551
6552 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
6553 glyph, draw it with the default glyph width.
6554
6555 * xdisp.c (try_scrolling): When computing the distance from the
6556 scroll margin to PT, try moving some distance past the window
6557 bottom before giving up.
6558
6559 2008-10-27 Martin Rudalics <rudalics@gmx.at>
6560
6561 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
6562 (Fset_window_buffer): Explain in doc-string that a window can be
6563 "strongly" dedicated to its buffer.
6564
6565 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
6566
6567 * emacs.c (daemon_name): New variable.
6568 (main): Deal with --daemon=SERVER_NAME.
6569 (Fdaemonp): Return a name if one was passed to --daemon.
6570
6571 2008-10-26 Romain Francoise <romain@orebokech.com>
6572
6573 * emacs.c (daemon_pipe): New variable.
6574 (main): Create a pipe before forking, make the parent exit only after
6575 the child has closed its end of the pipe. Move closing the
6576 descriptors ...
6577 (Fdaemon_initialized): ... here. New function.
6578
6579 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
6582 the previous unoptimized table.
6583
6584 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
6585 the distinction between non-nil and non-t value of `dedicated'.
6586
6587 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
6588
6589 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
6590 read_char_minibuf_menu_text is large enough to hold the menu string.
6591
6592 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6593
6594 * window.c (Fget_buffer_window, Fdelete_windows_on)
6595 (Freplace_buffer_in_windows): Make buffer argument optional and
6596 rename to buffer_or_name.
6597
6598 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
6599
6600 * xdisp.c (handle_single_display_spec, handle_display_prop):
6601 Undo 2005-05-16 change.
6602 (handle_stop): Pop iterator if it's loaded with an empty string.
6603 (get_overlay_strings_1): Don't save iterator if it's loaded with
6604 an empty string (bug#1201).
6605
6606 2008-10-24 Kenichi Handa <handa@m17n.org>
6607
6608 * ftfont.c (ftfont_otf_features): Fix previous change.
6609 (ftfont_otf_capability): Check FeatureList.FeatureCount before
6610 calling ftfont_otf_features.
6611
6612 2008-10-24 Kenichi Handa <handa@m17n.org>
6613
6614 * font.c (font_match_p): Fix for the case that a vector of
6615 characters is in script-representative-chars.
6616
6617 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
6618
6619 * dbusbind.c (xd_in_read_queued_messages): New variable.
6620 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
6621 (xd_read_queued_messages): Catch Qdbus_error from the macros.
6622 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
6623 macro. (Bug#1186)
6624
6625 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6626
6627 * s/sol2-10.h: New file.
6628
6629 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6630
6631 * xdisp.c (fill_glyph_string): Fix typo in source (though the
6632 poor beast has survived 9+ years and the jump from xterm.c!).
6633
6634 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6635
6636 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
6637 Reword doc-string.
6638 (Fbury_buffer): In doc-string say what happens to the buffer's window.
6639
6640 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6641
6642 * character.c (syms_of_character) <script-representative-chars>:
6643 <unicode-category-table>: Doc fixes.
6644
6645 2008-10-23 Noah Friedman <friedman@splode.com>
6646
6647 * coding.c (make_conversion_work_buffer): Check that
6648 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
6649 Fget_buffer_create.
6650
6651 2008-10-23 Kenichi Handa <handa@m17n.org>
6652
6653 * font.c (font_add_log): Check the values of extra properties.
6654
6655 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6656
6657 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6658 Reword doc-string.
6659 (Fset_window_parameter): Use NILP.
6660 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
6661 (Frecenter): Use "selected" instead of "current" window in doc-strings.
6662
6663 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6664
6665 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
6666
6667 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6668
6669 * nsfns.m (ns_appkit_version): New function.
6670 (x-server-version): Use it.
6671 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
6672 (x-server-vendor): Don't check_ns().
6673
6674 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
6675
6676 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6677
6678 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
6679 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
6680
6681 2008-10-22 Kenichi Handa <handa@m17n.org>
6682
6683 * syntax.c (scan_words): Call word_boundary_p instead of comparing
6684 scripts.
6685
6686 * category.c (word_boundary_p): Check scripts instead of charset.
6687 Handle nil value in word-separating-categories and
6688 word-combining-categories.
6689 (syms_of_category): Fix docstrings of word-separating-categories
6690 and word-combining-categories.
6691
6692 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6693
6694 * coding.c (Fencode_coding_region, Fdecode_coding_region)
6695 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
6696
6697 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6698
6699 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
6700 Rename arg "buffer" to "buffer_or_name".
6701 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
6702 it optional.
6703 (no_switch_window): Remove since the return value is not used.
6704 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
6705 Consider window as dedicated when Fwindow_dedicated_p returns a
6706 non-nil value.
6707 * lisp.h: Remove prototype for no_switch_window.
6708
6709 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
6710
6711 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
6712 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
6713
6714 2008-10-21 Kenichi Handa <handa@m17n.org>
6715
6716 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
6717 check Vlatin_extra_code_table.
6718
6719 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6720
6721 * fileio.c (Fset_file_modes): Doc fix.
6722
6723 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
6724
6725 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
6726 in arrays.
6727
6728 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6729
6730 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
6731 Mention kill-buffer in doc-string.
6732 (Fset_window_buffer): Reinsert tem check removed in last commit.
6733 (Fenlarge_window, Fshrink_window): Have argument names and
6734 doc-string follow Elisp manual more closely.
6735
6736 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6737
6738 * fileio.c (Fset_file_modes): Doc fix.
6739
6740 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6741
6742 * window.c (Fwindow_width, Fset_window_start)
6743 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
6744 (Fdelete_windows_on, Freplace_buffer_in_windows):
6745 Make doc-strings follow code and Elisp manual more closely.
6746 (Fwindow_dedicated_p): Make window argument optional.
6747 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
6748 (Fset_window_buffer): Respect any non-nil dedicated value for
6749 window. Rename "buffer" argument to "buffer_or_name".
6750
6751 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
6752
6753 * m/sh3.h: New file, machine description for SuperH.
6754
6755 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6756
6757 * window.c (Fsplit_window): Rename arg horflag to horizontal.
6758
6759 2008-10-17 Kenichi Handa <handa@m17n.org>
6760
6761 * ftfont.c (ftfont_otf_features): Fix indexing
6762 gsub_gpos->FeatureList.Feature. Check the validity of indices.
6763
6764 2008-10-16 Magnus Henoch <mange@freemail.hu>
6765
6766 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
6767 (Fdbus_call_method_asynchronously): Ditto.
6768 This change makes C-h f display the argument list.
6769
6770 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
6771
6772 * fileio.c (Fexpand_file_name): Doc fix.
6773
6774 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
6775 of :foreground and :background equivalent to unspecified (20.x
6776 compatibility).
6777
6778 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6779
6780 * buffer.c (syms_of_buffer): Doc fix.
6781
6782 2008-10-14 Kenichi Handa <handa@m17n.org>
6783
6784 * font.c (font_clear_prop): When clearing font width, clear the
6785 average width field too.
6786
6787 2008-10-12 Andreas Schwab <schwab@suse.de>
6788
6789 * ftfont.c (ftfont_shape_by_flt): Make static.
6790 * ftfont.h (ftfont_shape_by_flt): Don't declare.
6791
6792 * font.c: Don't include <m17n-flt.h>.
6793
6794 2008-10-10 Eli Zaretskii <eliz@gnu.org>
6795
6796 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
6797
6798 2008-10-09 Eli Zaretskii <eliz@gnu.org>
6799
6800 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
6801 away code.
6802
6803 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
6804
6805 * dispnew.c (update_text_area): Avoid looping due to large glyph
6806 overhangs (bug#1070).
6807
6808 2008-10-09 Kenichi Handa <handa@m17n.org>
6809
6810 * fontset.c (face_for_char): If face->fontset is negative, just
6811 return ascii_face.
6812
6813 * font.c (font_delete_unmatched): Fix previous change.
6814 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
6815
6816 2008-10-09 Martin Rudalics <rudalics@gmx.at>
6817
6818 * frame.c (Fraise_frame): On text-only terminals select frame in
6819 order to make it visible. (Bug#1061)
6820
6821 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
6822
6823 * fontset.c (fontset_find_font): Check frame validity.
6824
6825 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
6826
6827 * gtkutil.c (xg_display_open): Reset default display if none exists.
6828 (xg_display_close): Allow Emacs to close all displays (bug#985).
6829
6830 2008-10-06 Andreas Schwab <schwab@suse.de>
6831
6832 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
6833
6834 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
6835
6836 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
6837
6838 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
6839
6840 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
6841 during initialization.
6842
6843 2008-10-04 Eli Zaretskii <eliz@gnu.org>
6844
6845 * xdisp.c (redisplay_internal): If frame switched, redisplay the
6846 whole thing on MSDOS frames as well as on a TTY.
6847
6848 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
6849 well as for TTY.
6850 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
6851 well as on a TTY.
6852
6853 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
6854 as well as for TTY.
6855
6856 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
6857
6858 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
6859 MSDOS frames as well.
6860
6861 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6862
6863 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
6864 correct arguments.
6865 * menu.c (find_and_return_menu_selection): Add cast.
6866
6867 2008-10-03 Glenn Morris <rgm@gnu.org>
6868
6869 * emacs.c (USAGE1): Add --daemon.
6870
6871 2008-10-02 Eli Zaretskii <eliz@gnu.org>
6872
6873 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
6874 100, so it's in percents as advertised.
6875
6876 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6877
6878 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
6879 (ns_output.current_cursor, ns_output.desired_cursor)
6880 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
6881 (FRAME_NEW_CURSOR_COLOR): Remove.
6882
6883 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
6884 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
6885 enumeration (HOLLOW_BOX_CURSOR, etc.).
6886
6887 * nsterm.m (ns_frame_rehighlight): Remove commented code.
6888 (draw_window_cursor): Simplify code.
6889 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
6890 Don't change cursor type. In latter, call rehighlight instead of doing
6891 updates manually.
6892 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
6893 Use core Emacs cursor types.
6894
6895 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
6896
6897 2008-10-02 Martin Rudalics <rudalics@gmx.at>
6898
6899 * process.c (Faccept_process_output): Fix doc-string.
6900
6901 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6902
6903 * gmalloc.c (__sbrk): Also define for uClibc.
6904
6905 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
6906 for uClibc.
6907
6908 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6909
6910 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
6911 styles.
6912 (nsfont_open): Reenable the cache.
6913
6914 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6915
6916 * font.c (font_matching_entity): Reflect ATTRS in font selection.
6917 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
6918
6919 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
6922 a suspended terminal.
6923
6924 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
6925
6926 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
6927
6928 2008-09-30 Eli Zaretskii <eliz@gnu.org>
6929
6930 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
6931
6932 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
6935 in a continued line coincides with a line beginning.
6936
6937 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6938
6939 * nsfont.m (nsfont_trait_distance): Fix bug.
6940 (nsfont_list): Return a list rather than a vector (syncs with Handa
6941 changes of 2008-05-14).
6942 (nsfont_open): Improve logging.
6943
6944 2008-09-29 Andreas Schwab <schwab@suse.de>
6945
6946 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
6947
6948 2008-09-28 Martin Rudalics <rudalics@gmx.at>
6949
6950 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
6951 name as char-resolve-modifiers.
6952 Reported by: Markus Triska <markus.triska@gmx.at>
6953
6954 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6955
6956 * dispnew.c (init_display): Return earlier when running as a daemon.
6957
6958 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6959
6960 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
6961
6962 2008-09-27 Eli Zaretskii <eliz@gnu.org>
6963
6964 * composite.c (Fcomposition_get_gstring)
6965 (Fcompose_region_internal, Fcompose_string_internal)
6966 (Ffind_composition_internal): Doc fix.
6967 (syms_of_composite) <compose-chars-after-function>: Doc fix.
6968 (syms_of_composite) <auto-composition-function>: Doc fix.
6969 (syms_of_composite) <composition-function-table>: Doc fix.
6970
6971 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6972
6973 * search.c (wordify): New argument for lax word-ends.
6974 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
6975
6976 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6977
6978 * lisp.h (is_daemon): Declare.
6979 * dispnew.c (init_display): Do not try to initialize the terminal
6980 when running as a daemon.
6981
6982 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
6983
6984 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
6985 x_display_pixel_height.
6986
6987 2008-09-22 Martin Rudalics <rudalics@gmx.at>
6988
6989 * undo.c (record_point): Don't call Fundo_boundary for first
6990 change. (Bug#731)
6991
6992 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
6993
6994 * emacs.c (Fdaemonp): Doc fix.
6995
6996 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6997
6998 * emacs.c (main): Place #ifdef in the proper place.
6999
7000 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7001
7002 * emacs.c (standard_args): Add --daemon.
7003 (main): Disconnect from the terminal when --daemon is passed.
7004 (is_daemon): New variable.
7005 (Fdaemonp): New function.
7006 (syms_of_emacs): Defsubr it.
7007
7008 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
7009
7010 * xdisp.c (get_next_display_element): Handle string display
7011 correctly when checking for the end of a box run.
7012
7013 2008-09-20 Glenn Morris <rgm@gnu.org>
7014
7015 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
7016 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
7017 (Frename_file): Avoid copying to trash if a rename involves
7018 a delete. (Bug#964).
7019
7020 2008-09-20 Eli Zaretskii <eliz@gnu.org>
7021
7022 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
7023 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
7024 frames as well as termcap frames.
7025 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
7026 get_named_tty.
7027
7028 2008-09-19 Eli Zaretskii <eliz@gnu.org>
7029
7030 * process.c (procfs_system_process_attributes): Fix cmdline in
7031 case /proc/PID/cmdline is empty.
7032
7033 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
7034 x_display_pixel_height.
7035
7036 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
7037
7038 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
7039
7040 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
7041 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
7042
7043 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
7044
7045 * dispextern.h (struct it): Move line_wrap away from the middle of
7046 bitfields. Move voffset in struct iterator_stack_entry after the
7047 bitfields. Move tab_width near after another short.
7048
7049 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
7050
7051 * frame.h (struct frame): Move alpha from the middle of bitfields.
7052
7053 * window.h (struct window): Move frozen_window_start_p after the
7054 rest of the bitfields to reduce padding.
7055
7056 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
7057
7058 * xterm.h (x_display_info): Remove `height' and `width' members.
7059
7060 * nsterm.h (ns_display_info): Remove `height' and `width' members.
7061
7062 * w32term.h (w32_display_info): Remove `height', `width',
7063 `height_in', and `width_in' members.
7064
7065 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7066 New functions.
7067 (x_calc_absolute_position): Use them.
7068 (x_term_init): Omit removed `height' and `width' members.
7069
7070 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7071 New functions.
7072 (w32_read_socket, x_calc_absolute_position): Use them.
7073 (w32_initialize_display_info, w32_term_init): Omit removed members
7074 of w32_display_info.
7075
7076 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
7077 New functions.
7078 (ns_initialize_display_info): Omit removed members of ns_display_info.
7079
7080 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7081 New functions.
7082 (x_calc_absolute_position): Use them.
7083 (x_term_init): Omit removed `height' and `width' members.
7084
7085 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
7086 (compute_tip_xy):
7087 * frame.c (x_fullscreen_adjust):
7088 * xmenu.c (menu_position_func): Use x_display_pixel_height and
7089 x_display_pixel_width.
7090
7091 2008-09-18 Kenichi Handa <handa@m17n.org>
7092
7093 * composite.c (fill_gstring_header): Don't check FROM and TO here.
7094 (composition_compute_stop_pos): Fix handling of static composition.
7095 (Fcomposition_get_gstring): Check FROM and TO at first.
7096
7097 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
7100 mixup (YAILOM).
7101
7102 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
7103
7104 * indent.c (Fvertical_motion): Use position reported by iterator
7105 instead of PT for determining screen motion (bug#943).
7106
7107 2008-09-17 Romain Francoise <romain@orebokech.com>
7108
7109 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
7110
7111 2008-09-17 Kenichi Handa <handa@m17n.org>
7112
7113 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
7114
7115 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
7116 if necessary.
7117
7118 2008-09-16 Kenichi Handa <handa@m17n.org>
7119
7120 * coding.c (make_conversion_work_buffer): Avoid calling
7121 Fget_buffer_create if it is not necessary.
7122
7123 2008-09-15 Martin Rudalics <rudalics@gmx.at>
7124
7125 * window.c (Fselect_window): Don't update window_select_count and
7126 use_time when norecord is not nil.
7127
7128 2008-09-14 Kenichi Handa <handa@m17n.org>
7129
7130 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
7131 specpdl_ptr.
7132
7133 2008-09-12 Kenichi Handa <handa@m17n.org>
7134
7135 * indent.c (scan_for_column): Don't handle automatic composition
7136 if the current buffer is not associated with a window.
7137
7138 * composite.c (composition_reseat_it): If the current buffer is
7139 not associated with a window, ignore the automatic composition.
7140 (find_automatic_composition): Likewise.
7141
7142 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
7145 (Fgpm_mouse_stop): Use it.
7146 * termhooks.h (close_gpm): Declare.
7147 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
7148 connection if Gpm_GetEvent fails.
7149
7150 * window.c (set_window_buffer): Always preserve current-buffer.
7151
7152 2008-09-12 Glenn Morris <rgm@gnu.org>
7153
7154 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
7155
7156 2008-09-11 Glenn Morris <rgm@gnu.org>
7157
7158 * charset.c (charset-map-path): Doc fix.
7159
7160 2008-09-10 Kenichi Handa <handa@m17n.org>
7161
7162 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
7163
7164 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
7165 compose a grapheme cluster with the preceding base glyph.
7166
7167 * composite.c (composition_compute_stop_pos): Fix previous change.
7168 Reset cmp_it->id to -1 at first.
7169
7170 2008-09-10 Glenn Morris <rgm@gnu.org>
7171
7172 * Makefile.in (character.o, chartab.o): Fix config.h typo.
7173
7174 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
7175
7176 * keyboard.c (read_key_sequence): Reapply translation maps when
7177 switching keyboards.
7178
7179 2008-09-09 Kenichi Handa <handa@m17n.org>
7180
7181 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
7182 characters.
7183
7184 * composite.c (FORWARD_CHAR): Fix calculation
7185 of (POSITION).pos_byte.
7186 (composition_compute_stop_pos): Limit the search of composition to
7187 at most 500 characters ahead. If we reach the limit or find a
7188 newline, set cmp_it->ch to -2 and return 0.
7189 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
7190
7191 2008-09-08 Kenichi Handa <handa@m17n.org>
7192
7193 * indent.c (Fvertical_motion): Be sure to set
7194 it_overshoot_expected if it.cmp_it.id is non-negative.
7195
7196 2008-09-07 Andreas Schwab <schwab@suse.de>
7197
7198 * callproc.c (Fcall_process): Don't hold references to string data
7199 across garbage collection. Move initialisation of new_argv down
7200 to avoid compiler bug.
7201
7202 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7203
7204 * process.c (Fsystem_process_attributes): Doc fix.
7205
7206 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
7207
7208 * callproc.c (Fcall_process): Canonicalize current directory name.
7209
7210 * xdisp.c (move_it_to): When moving by vpos, ensure that the
7211 iterator advances to the next line if the current line ends in a
7212 continued tab.
7213
7214 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
7215
7216 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
7217 member to point to cmp_from.
7218
7219 * xdisp.c: Doc fix for references to gidx data member.
7220
7221 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
7224
7225 2008-09-07 Kenichi Handa <handa@m17n.org>
7226
7227 * composite.c (FORWARD_CHAR): Check STOP after
7228 incrementing (POSITION).pos.
7229
7230 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7231
7232 * process.c (Fsystem_process_attributes): Doc fix.
7233
7234 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
7235
7236 * keyboard.c (Ftop_level): Doc fix.
7237
7238 2008-09-06 Eli Zaretskii <eliz@gnu.org>
7239
7240 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
7241 minibuffer, don't let lower part of menu invade the echo area.
7242
7243 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
7244 "char *q" to access menu text and advance through it. Revert the
7245 change that displayed ">" instead of ASCII character 0x10.
7246
7247 2008-09-05 Eli Zaretskii <eliz@gnu.org>
7248
7249 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
7250 toggle boxes and radio buttons on MS-DOS as well.
7251
7252 2008-09-05 Kenichi Handa <handa@m17n.org>
7253
7254 * composite.c (autocmp_chars): Check lookback count.
7255 (composition_compute_stop_pos): Set cmp_it->lookback.
7256 (composition_reseat_it): Check lookback count.
7257 (struct position_record): New struct.
7258 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
7259 (find_automatic_composition): New function.
7260 (composition_adjust_point): Use find_automatic_composition.
7261
7262 * dispextern.h (struct composition_it): New member lookback.
7263
7264 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
7265
7266 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
7267 if moving by a single line.
7268
7269 2008-09-02 Andreas Schwab <schwab@suse.de>
7270
7271 * xterm.c (x_delete_display): Fix merge error.
7272
7273 * fileio.c (Fexpand_file_name): Remove unused variables.
7274
7275 2008-09-02 Eli Zaretskii <eliz@gnu.org>
7276
7277 * fileio.c (Fexpand_file_name): Copy argument `name' into local
7278 storage on all platforms, not just on DOS_NT.
7279
7280 2008-09-02 Jason Rumney <jasonr@gnu.org>
7281
7282 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
7283 Ensure mouse is not grabbed after menu is finished.
7284
7285 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
7286
7287 * xfaces.c (Finternal_set_alternative_font_family_alist)
7288 (Finternal_set_alternative_font_registry_alist): Properly copy
7289 entire alist structure.
7290
7291 2008-09-01 Kenichi Handa <handa@m17n.org>
7292
7293 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
7294 representative chars of the script is a vector.
7295 (ftfont_list): Handle the case where the representative chars of
7296 the script is a vector.
7297
7298 * character.c (syms_of_character): Docstring of
7299 script-representative-chars fixed.
7300
7301 2008-08-31 Eli Zaretskii <eliz@gnu.org>
7302
7303 * msdos.c (BUILD_CHAR_GLYPH): New macro.
7304 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
7305 the menu. Allocate larger buffer for `text', to account for
7306 possible ^C characters.
7307
7308 2008-08-31 Martin Rudalics <rudalics@gmx.at>
7309
7310 * xdisp.c (prepare_menu_bars): Don't call
7311 Vwindow_size_change_functions with arg Qt.
7312
7313 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * font.h (font_range):
7316 * fileio.c (report_file_error):
7317 * composite.c (composition_update_it): Yet another int/Lisp_Object
7318 mixup (YAILOM).
7319
7320 2008-08-30 Glenn Morris <rgm@gnu.org>
7321
7322 * data.c (Fmake_variable_frame_local): Doc fix.
7323
7324 * frame.c (Fmodify_frame_parameters): Doc fix.
7325
7326 2008-08-30 Eli Zaretskii <eliz@gnu.org>
7327
7328 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
7329 needed by GetTokenInformation.
7330 (w32_system_process_attributes): Check return values of all system
7331 APIs.
7332
7333 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
7334 only when the state changes.
7335 (IT_update_begin, IT_update_end): Add termscript trace.
7336
7337 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
7338 clipboard is unavailable. Set dst to NULL if it doesn't point to
7339 malloc'ed data.
7340 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
7341 passing random values to xfree.
7342
7343 * dispnew.c (init_display): Set `tty's association in frame's
7344 parameters alist to the name of the terminal device, if that is known.
7345
7346 2008-08-29 Jason Rumney <jasonr@gnu.org>
7347
7348 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
7349
7350 2008-08-29 Eli Zaretskii <eliz@gnu.org>
7351
7352 * composite.c (fill_gstring_body): Avoid compiler warnings.
7353
7354 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
7355 LGLYPH_SET_CODE to avoid compiler warnings.
7356
7357 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
7358
7359 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
7360
7361 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
7362 LGLYPH_SET_CODE.
7363
7364 2008-08-29 Kenichi Handa <handa@m17n.org>
7365
7366 * fileio.c (report_file_error): Don't downcase the first character
7367 of errstring if it is still unibyte.
7368
7369 2008-08-29 Kenichi Handa <handa@m17n.org>
7370
7371 These changes are to re-implement the automatic composition so
7372 that it doesn't use text properties.
7373
7374 * Makefile.in (ftfont.o): Depend on composite.h.
7375 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
7376
7377 * character.h (Vunicode_category_table): Extern it.
7378
7379 * character.c (Vunicode_category_table): New variable.
7380 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
7381
7382 * chartab.c (optimize_sub_char_table): Perform more greedy
7383 optimization.
7384
7385 * composite.h (enum composition_method):
7386 Delete COMPOSITION_WITH_GLYPH_STRING.
7387 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
7388 (Vcomposition_function_table): Extern it.
7389 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
7390 (composition_gstring_put_cache, composition_gstring_from_id)
7391 (composition_gstring_p, composition_gstring_width)
7392 (composition_compute_stop_pos, composition_reseat_it)
7393 (composition_update_it, composition_adjust_point): Extern them.
7394 (Fcomposition_get_gstring): EXFUN it.
7395
7396 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
7397 (Vcomposition_function_table)
7398 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
7399 (gstring_hash_table, gstring_work, gstring_work_headers):
7400 New variables.
7401 (gstring_lookup_cache, composition_gstring_put_cache)
7402 (composition_gstring_from_id, composition_gstring_p)
7403 (composition_gstring_width, fill_gstring_header)
7404 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
7405 (composition_reseat_it, composition_update_it)
7406 (composition_adjust_point, Fcomposition_get_gstring): New functions.
7407 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
7408 and gstring_work_headers. DEFVAR_LISP composition-function-table.
7409 Defsubr composition_get_gstring.
7410
7411 * dispextern.h (struct glyph): New union u.cmp. Delete the member
7412 cmp_id.
7413 (struct glyph_string): Delete the member gidx. New members
7414 cmp_id, cmp_from, and cmp_to.
7415 (enum it_method): Delete GET_FROM_COMPOSITION.
7416 (struct composition_it): New struct.
7417 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
7418 Delete c, len, cmp_id, cmp_len in u.comp.
7419
7420 * font.h (enum lgstring_indices): Delete it.
7421 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
7422 (enum lglyph_indices): Likewise.
7423 (font_range): Adjust extern.
7424 (font_fill_lglyph_metrics): Extern it.
7425
7426 * font.c (QCf): New variable.
7427 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7428 (font_prepare_composition): Delete this function.
7429 (font_range): Type and arguments changed.
7430 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
7431 (font_fill_lglyph_metrics): New function.
7432 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
7433 (syms_of_font): DEFSYM QCf. Delete defsubr for
7434 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
7435 Defsubr Sfont_shape_gstring.
7436
7437 * fontset.h (font_for_char): Extern it.
7438
7439 * fontset.c (font_for_char): New function.
7440
7441 * ftfont.c: Include composite.h.
7442 (ftfont_resolve_generic_family): Add langset "en" to pattern.
7443 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7444
7445 * indent.c: Include composite.h and dispextern.h.
7446 (check_composition): Delete this function.
7447 (scan_for_column): Handle composition by
7448 composition_compute_stop_pos, composition_reseat_it, and
7449 composition_update_it.
7450 (compute_motion): Likewise.
7451 (Fvertical_motion): Fix checking of composition.
7452
7453 * keyboard.c (adjust_point_for_property): Check composition by
7454 composition_adjust_point.
7455
7456 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
7457 struct glyph_string.
7458
7459 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
7460 (append_composite_glyph): Adjust for the change of struct it and
7461 struct glyph.
7462 (produce_composite_glyph): Likewise.
7463
7464 * w32term.c (x_draw_composite_glyph_string_foreground):
7465 Adjust for the change of struct glyph_string.
7466 (x_draw_glyph_string): Likewise.
7467
7468 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
7469 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7470
7471 * xdisp.c: Include font.h.
7472 (it_props): Delete the entry for Qauto_composed.
7473 (init_iterator): Initialize it->cmp_it.id to -1.
7474 (compute_stop_pos): Call composition_compute_stop_pos.
7475 (face_before_or_after_it_pos): Adjust for the change of struct it.
7476 (handle_auto_composed_prop): Delete it.
7477 (handle_composition_prop): Handle only static composition.
7478 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7479 from xassert. Initialize it->cmp_it.stop_pos.
7480 (push_it): Adjust for the change of struct it.
7481 (pop_it): Likewise.
7482 (get_next_element): Delete next_element_from_composition.
7483 (CHAR_COMPOSED_P): New macro.
7484 (get_next_display_element): For automatic composition, get a face
7485 from the font in the glyph-string.
7486 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
7487 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
7488 (next_element_from_string): Check if the character at the current
7489 position is composed by CHAR_COMPOSED_P.
7490 (next_element_from_buffer): Likewise.
7491 (next_element_from_composition): Adjust for the change of struct it.
7492 Update it->cmp_it.
7493 (dump_glyph): Adjust for the change of struct glyph.
7494 (fill_composite_glyph_string): Adjust for the change of struct
7495 it and struct glyph. Don't handle automatic composition here.
7496 (fill_gstring_glyph_string): New function.
7497 (x_get_glyph_overhangs): Handle automatic composition.
7498 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
7499 (BUILD_GSTRING_GLYPH_STRING): New macro.
7500 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7501 automatic composition.
7502 (append_composite_glyph): Adjust for the change of struct it and
7503 struct glyph.
7504 (x_produce_glyphs): Adjust for the change of struct it.
7505
7506 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
7507 the change of struct glyph_string.
7508 (x_draw_glyph_string): Likewise.
7509
7510 2008-08-29 Glenn Morris <rgm@gnu.org>
7511
7512 * buffer.c (word-wrap): Doc fix.
7513 * xdisp.c (truncate-partial-width-windows): Doc fix.
7514 Increase default to 50.
7515
7516 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
7517
7518 * xdisp.c (update_tool_bar_unwind): New function.
7519 (update_tool_bar): Temporarily set selected frame before building
7520 tool-bar items.
7521
7522 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
7523
7524 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
7525 snprintf, respectively.
7526 (xd_append_arg): Convert strings with Fstring_make_unibyte.
7527
7528 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7529
7530 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
7531 LDFLAGS to GNUstep CC invocation.
7532
7533 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
7534
7535 * indent.c (Fvertical_motion): Revert last change. Handle the
7536 general case where we are moving forward, and PT spans multiple
7537 screen lines.
7538
7539 * eval.c (find_handler_clause): Temporarily increase
7540 max-lisp-eval-depth while printing the backtrace buffer, to
7541 guarantee that help-mode code can run.
7542
7543 2008-08-27 Eli Zaretskii <eliz@gnu.org>
7544
7545 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
7546 colors under -rv.
7547 (IT_set_frame_parameters): Don't swap foreground and background
7548 colors if `(reverse . t)' is present in the frame properties.
7549 (internal_terminal_init): Call init_frame_faces only for the
7550 initial frame.
7551
7552 2008-08-27 Andreas Schwab <schwab@suse.de>
7553
7554 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
7555
7556 2008-08-27 Andreas Schwab <schwab@suse.de>
7557
7558 * search.c (search_buffer): Set char_base to zero only at the end.
7559
7560 2008-08-27 Kenichi Handa <handa@m17n.org>
7561
7562 * fileio.c (report_file_error): Fix handling of multibyte error string.
7563
7564 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
7565
7566 * xterm.c (x_term_init): Temporarily hide the partially
7567 initialized terminal while calling vendor-specific-keysyms.
7568
7569 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7570
7571 * msdos.c (internal_terminal_init): Most initializations done only
7572 once, especially initial_screen_colors[] and termscript open.
7573
7574 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7575
7576 * eval.c (Fcondition_case): Doc fix.
7577
7578 * widgetprv.h (EmacsFramePart): Change font member to the new font
7579 struct.
7580
7581 * widget.c: Include character.h and font.h for XSETFONT.
7582 (setup_frame_gcs): Compute X font id from font struct, just once.
7583
7584 2008-08-26 Eli Zaretskii <eliz@gnu.org>
7585
7586 * term.c (get_named_tty): Fix last change.
7587
7588 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7589
7590 * indent.c (Fvertical_motion): If moving forward starting from a
7591 multi-line string, move the iterator to the last line of that string.
7592
7593 2008-08-25 Eli Zaretskii <eliz@gnu.org>
7594
7595 * frame.c (do_switch_frame): Mark previously displayed frame as
7596 obscured for FRAME_MSDOS_P frames as well.
7597
7598 2008-08-24 Eli Zaretskii <eliz@gnu.org>
7599
7600 * frame.c (make_terminal_frame): Initialize f->terminal,
7601 f->terminal->reference_count, and scroll bars on MS-DOS as well.
7602 Set the top frame to newly created frame.
7603 (Fmake_terminal_frame): Reuse the_only_display_info.
7604
7605 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
7606 estimating available memory.
7607
7608 2008-08-23 David Reitter <david.reitter@gmail.com>
7609
7610 * nsterm.m (ns_draw_window_cursor): Don't call
7611 NSDisableScreenUpdates and NSEnableScreenUpdates on
7612 non-NS_IMPL_COCOA systems.
7613
7614 2008-08-23 Andreas Schwab <schwab@suse.de>
7615
7616 * process.c (procfs_system_process_attributes): Fix use of
7617 uninitialized variables.
7618
7619 2008-08-23 Eli Zaretskii <eliz@gnu.org>
7620
7621 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
7622
7623 * dispnew.c (init_display): Remove MS-DOS specific conditions for
7624 calling tty-set-up-initial-frame-faces.
7625
7626 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
7627 Allow MSDOS frames along with X frames.
7628
7629 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
7630 addition to output_termcap.
7631
7632 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
7633
7634 * termchar.h (FRAME_TTY): Support output_msdos_raw.
7635 (struct tty_display_info) [MSDOS]: Add fields related to mouse
7636 highlight.
7637
7638 * process.c [!subprocesses]: Define QCname.
7639 (syms_of_process): Intern and staticpro it.
7640
7641 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
7642 Adjust for changes in encoding/decoding routines.
7643 Use encode_coding_object and decode_coding_object instead of
7644 encode_coding and decode_coding.
7645
7646 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
7647
7648 * dosfns.c: Include frame.h before termhooks.h.
7649 (dos_cleanup): Use CURTTY ()->termscript instead of a global
7650 variable termscript.
7651
7652 * s/msdos.h (USER_FULL_NAME): Define.
7653 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
7654
7655 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
7656 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
7657 pw->pw_gecos.
7658
7659 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
7660 SELECTED_FRAME as additional (1st) argument.
7661 (tty_read_avail_input): Handle output_msdos_raw in
7662 addition to output_termcap.
7663
7664 * msdos.c: Include frame.h before termhooks.h.
7665 (mouse_on, mouse_off, mouse_moveto, mouse_init)
7666 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
7667 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
7668 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
7669 (IT_set_terminal_modes, IT_reset_terminal_modes)
7670 (IT_set_frame_parameters): Use tty->termscript instead of a global
7671 variable termscript.
7672 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
7673 global variable terminal_coding. Don't refer to
7674 Vnonascii_translation_table.
7675 (internal_terminal_init): Set Vwindow_system in current_kboard.
7676 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
7677 Announce date and time of session start, if termscript is open.
7678 Don't zero out the_only_display_info (it is done in
7679 term.c:init_tty). Open termscript only of not already open.
7680 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
7681 here instead of dos_ttraw. Don't initialize display if this is an
7682 initial tty. Don't set FRAME_FONT.
7683 (Vwindow_system_version): Bump to 23.
7684 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
7685 is available, set up mouse_position_hook.
7686 (dos_ttraw, IT_set_terminal_modes): If called with initial
7687 terminal, do nothing.
7688 (IT_set_frame_parameters): Handle the Qtty_type frame
7689 parameter by calling internal_terminal_init.
7690 (dos_set_window_size, show_mouse_face)
7691 (clear_mouse_face, IT_note_mode_line_highlight)
7692 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
7693 (dos_rawgetc): Use tty_display_info instead of x_display_info.
7694 (initialize_msdos_display): New function.
7695 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
7696 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
7697 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
7698 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
7699 Accept additional argument: a pointer to a frame. Update all callers.
7700 (request_sigio, unrequest_sigio): Don't define, now defined on
7701 sysdep.c.
7702 (IT_write_glyphs): Rewrite to use encode_terminal_code.
7703
7704 * term.c [MSDOS]: Include msdos.h.
7705 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
7706 conditional to DOS_NT. Allow only one call to this function in a
7707 session. Don't allocate a new struct tty_display_info; instead,
7708 reuse the_only_display_info. Call get_tty_size to get screen
7709 dimensions. Call init_baud_rate to set bad_rate.
7710 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
7711 (Fsuspend_tty) [MSDOS]: Don't close input and output.
7712 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
7713 (get_tty_terminal, get_named_tty, Ftty_type)
7714 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
7715 output_termcap.
7716 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
7717 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
7718 only when subprocesses are supported.
7719
7720 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
7721 f->output_data.x.
7722 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
7723 terminal devices.
7724
7725 * msdos.h: Remove definition of struct x_display_info and struct
7726 x_output.
7727 (FRAME_FONT): Use output_data.tty.
7728 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
7729 (struct x_display_info): Rename from display_info. Update all users in
7730 msdos.c.
7731 (struct x_output): Remove background_pixel and foreground_pixel.
7732 (the_only_display_info): Rename from the_only_x_display.
7733 (dos_ttraw): Update prototype.
7734
7735 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
7736 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
7737
7738 2008-08-23 Jason Rumney <jasonr@gnu.org>
7739
7740 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
7741 (fn_TIFFSetDirectory): New library function used.
7742 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
7743 (tiff_load): Use :index to select among multiple images. Set count
7744 property when multiple images exist.
7745 (gif_format): Use :index, not :image.
7746
7747 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7748
7749 * xdisp.c (try_scrolling): Check INT_MAX instead of
7750 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
7751 to obtain INT_MAX.
7752
7753 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
7754
7755 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
7756
7757 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
7758
7759 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
7760 GNUstep library location.
7761
7762 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
7763
7764 * xfaces.c (x_update_menu_appearance): Check validity of menu font
7765 before using it.
7766
7767 * puresize.h (BASE_PURESIZE): Increase to 1250000.
7768
7769 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7770
7771 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
7772 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
7773 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
7774 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
7775 (EmacsApp-cursor_blink_handler): Remove declaration.
7776 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
7777 match 01 Feb 2008 changes in xterm.c.
7778 (ns_read_socket): Add cast to avoid warning.
7779 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
7780 GNUstep.
7781
7782 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
7783
7784 * xselect.c (x_get_foreign_selection): Return nil if desired
7785 selection could not be obtained, instead of signalling an error.
7786
7787 2008-08-20 David Reitter <david.reitter@gmail.com>
7788
7789 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
7790 * nsterm.m: Remove ns-specific code for cursor blinking.
7791 (ns_draw_window_cursor): Clear cursor properly rather than
7792 redrawing the area. Respect width of bar cursors.
7793 These changes enable the use of generic blink-cursor-mode and
7794 generic cursor types in NS and support smooth cursor movements (do
7795 not blink off after command).
7796 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
7797 Nextstep, too.
7798
7799 2008-08-19 Kenichi Handa <handa@m17n.org>
7800
7801 * font.c (Vfont_log_deferred): New variable.
7802 (font_add_log): Check Vfont_log_deferred.
7803 (font_deferred_log): New function.
7804
7805 * font.h (font_deferred_log): Extern it.
7806
7807 * fontset.c (reorder_font_vector): Use encoding charset of fonts
7808 for sorting.
7809 (face_for_char): Use deferred log.
7810
7811 2008-08-18 Kenichi Handa <handa@m17n.org>
7812
7813 * fontset.c (face_for_char): Add font log.
7814
7815 * font.c (font_add_log): Add the font properties :script, :lang,
7816 and :otf in the log.
7817
7818 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
7819
7820 * xdisp.c: Remove dead code.
7821 (handle_invisible_prop, next_overlay_string): Defer call to
7822 setup_for_ellipsis.
7823 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
7824
7825 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
7826
7827 * xfaces.c (lookup_derived_face): Properly handle possible zero
7828 return value of get_lface_attributes.
7829 (merge_faces): Don't tell lookup_derived_face to signal an error
7830 if face is not found.
7831
7832 * dired.c (Fdirectory_files): Doc fix.
7833
7834 * process.c (make_process): Initialize kill_without_query struct
7835 member.
7836
7837 2008-08-15 Eli Zaretskii <eliz@gnu.org>
7838
7839 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
7840 Alternative calculation of totphys for Visual Studio 6.
7841
7842 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
7843
7844 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
7845 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
7846 All users changed.
7847 (stat): Only root directory passed to GetDriveType. Allow RAM
7848 disk as well as local fixed disk when w32-get-true-file-attributes
7849 is set to `local'.
7850 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
7851 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
7852 (w32_cached_id, w32_add_to_cache): New functions.
7853 (get_name_and_id): Look account names in the cache before calling
7854 lookup_account_sid.
7855 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
7856 New initialization flags.
7857 (globals_of_w32): Initialize them to zero.
7858 (w32_system_process_attributes): Use w32_cached_id and
7859 w32_add_to_cache.
7860
7861 2008-08-14 Lawrence Mitchell <wence@gmx.li>
7862
7863 * lread.c (Fread_char, Fread_char_exclusive): If no character
7864 event is read before timeout is reached, return nil, rather than
7865 converting to a number.
7866
7867 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
7868
7869 * fns.c (use_dialog_box): Doc fix.
7870
7871 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
7872 on OS X.
7873
7874 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
7875
7876 * frame.c (Qns_parse_geometry): New var.
7877 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
7878
7879 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
7880
7881 * xdisp.c (x_produce_glyphs): Handle the case when font has no
7882 space character in calculating tabs.
7883
7884 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
7885
7886 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
7887
7888 2008-08-10 Glenn Morris <rgm@gnu.org>
7889
7890 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
7891 silence gcc "limited range of data type" warnings in some
7892 make_fixnum_or_float calls.
7893
7894 2008-08-09 Eli Zaretskii <eliz@gnu.org>
7895
7896 * w32.c (w32_system_process_attributes): If the process does not
7897 exist, return nil.
7898
7899 * w32.c: Include thelp32.h, psapi.h and coding.h.
7900 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
7901 declarations.
7902 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
7903 (Process32Next_Proc): New typedefs.
7904 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
7905 (g_b_init_process32_next, g_b_init_open_thread_token)
7906 (g_b_init_impersonate_self, g_b_init_revert_to_self)
7907 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
7908 (g_b_init_get_process_working_set_size)
7909 (g_b_init_global_memory_status_ex): New static variables.
7910 (globals_of_w32): Initialize them.
7911 (create_toolhelp32_snapshot, process32_first, process32_next)
7912 (open_thread_token, impersonate_self, revert_to_self)
7913 (get_process_memory_info, get_process_working_set_size)
7914 (global_memory_status, global_memory_status_ex): New wrapper
7915 functions.
7916 (w32_list_system_processes, w32_system_process_attributes)
7917 (enable_privilege, restore_privilege, ltime, process_times):
7918 New functions.
7919 (convert_time_raw): New function.
7920 (convert_time): Remove conversion of FILETIME into time in 100
7921 nsec units, call convert_time_raw instead.
7922
7923 * process.h (w32_list_system_processes, w32_system_process_attributes):
7924 Add prototypes.
7925 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
7926 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
7927 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
7928 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
7929
7930 * process.c (Fsystem_process_attributes): Doc fix.
7931
7932 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
7933
7934 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
7935 a continued multi-char glyph; if so, advance to the actual glyph.
7936
7937 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7938
7939 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
7940
7941 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
7942 (.m.o): Use it.
7943 * config.in: Regenerate.
7944
7945 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
7946
7947 * xdisp.c (redisplay_window): Revert last change.
7948 (try_window): Check bottom scroll margin too.
7949
7950 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7951
7952 * config.in: Regenerate.
7953
7954 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
7955 -list-load-path-shadows'.
7956 (nsgui.h): Reduce number of things depending on it.
7957
7958 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
7959
7960 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
7961 instead of window-end which does the wrong thing at eob.
7962 (try_cursor_movement): Minor optimization.
7963 (redisplay_window): If scroll margin is defined, don't assume
7964 window doesn't need scrolling.
7965
7966 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7967
7968 * config.in: Regenerate.
7969
7970 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
7971 (mostlyclean): Don't delete *.d under NS.
7972
7973 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
7974
7975 2008-08-06 Kenichi Handa <handa@m17n.org>
7976
7977 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
7978
7979 2008-08-06 Andreas Schwab <schwab@suse.de>
7980
7981 * config.in: Regenerate.
7982
7983 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7984
7985 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
7986 forcing a window start.
7987
7988 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
7989 (auto_save_1): Update modtime when auto-save-list-file-name is on.
7990
7991 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
7992
7993 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
7994 argument.
7995
7996 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
7997
7998 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
7999 <scroll-down-aggressively, before-change-functions>:
8000 <after-change-functions>: Reflow docstrings.
8001
8002 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8003 Ken Raeburn <raeburn@gnu.org>
8004
8005 Dock menu customization, based on a patch by Ken Raeburn, plus some
8006 other fixes.
8007 * nsmenu.m (dockMenu): New variable.
8008 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
8009
8010 * nsterm.h (dockMenu): Declare.
8011
8012 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
8013 (ns_term_init): Initialize dockMenu.
8014 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
8015 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
8016 left.
8017
8018 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
8019
8020 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
8021
8022 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
8023
8024 * config.in: Regenerate.
8025
8026 2008-08-04 Seiji Zenitani <zenitani@mac.com>
8027
8028 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
8029
8030 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
8031
8032 * nsterm.h (find_and_call_menu_selection): Fix prototype.
8033
8034 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8035
8036 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
8037
8038 * keyboard.h: Comment an #endif.
8039
8040 * lisp.h (have_menus_p): Adjust comment.
8041
8042 * menu.c (find_and_return_menu_selection): Fix comparison with
8043 client_data.
8044
8045 * nsmenu.m (popup_activated_flag): New variable.
8046 (popup_activated): New function.
8047 (menu-or-popup-active-p): New exported lisp definition.
8048 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
8049 when popup done.
8050 (ns_popup_dialog): Set popup_activated_flag.
8051
8052 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
8053 version for GNUstep (handled by conditional typedef in nsterm.m).
8054 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
8055 in rgb.txt).
8056
8057 * process.c (init_process): Use DARWIN_OS, not DARWIN.
8058
8059 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
8060
8061 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
8062
8063 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
8064 shortcircuit if popup_activated like GTK and X toolkit.
8065
8066 * m/inter386.h: Change DARWIN to DARWIN_OS.
8067
8068 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
8069 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
8070 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
8071 comment on NO_SOCK_SIGIO.
8072
8073 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
8074
8075 * nsterm.m (windowDidResize): Remove stopModal call.
8076
8077 2008-08-03 Andreas Schwab <schwab@suse.de>
8078
8079 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
8080 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
8081
8082 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
8083
8084 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
8085 Don't use uninitialized pointer variable when using getrlimit.
8086
8087 2008-08-02 Jason Rumney <jasonr@gnu.org>
8088
8089 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
8090
8091 2008-08-02 Eli Zaretskii <eliz@gnu.org>
8092
8093 * alloc.c (NSTATICS): Bump to 0x640.
8094
8095 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
8096
8097 * lisp.h: Add prototype for directory_files_internal.
8098
8099 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
8100 New functions.
8101 (syms_of_process): Defsubr them. Add initializations for various
8102 Q* symbols used in procfs_system_process_attributes.
8103 (procfs_list_system_processes, procfs_system_process_attributes)
8104 [HAVE_PROCFS]: New functions.
8105 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
8106 (procfs_get_total_memory): New functions.
8107
8108 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
8109
8110 * xfaces.c (Fx_load_color_file): Fix previous change;
8111 it is #ifdef WINDOWSNT, not WINDOWS_NT.
8112
8113 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
8114
8115 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
8116
8117 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8118
8119 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
8120
8121 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
8122
8123 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
8124
8125 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
8126 define NSApplicationDelegateReplySuccess.
8127 (EmacsView -converstationIdentifier): Use long instead of
8128 NSInteger for GNUstep, since it doesn't have NSInteger.
8129
8130 * xmenu.c: Revert last change.
8131
8132 * keyboard.h: Fix last change.
8133
8134 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
8135
8136 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
8137 on Windows.
8138
8139 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8140
8141 Warning clearing and clean-up in NS port.
8142 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
8143 Add prototypes.
8144 * nsgui.h (FACE_DEFAULT): Remove, unused.
8145 (XGCValues): Change colors to unsigned long.
8146 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
8147 nsterm.m.
8148 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
8149 (ns_list_fonts): Remove, unused.
8150 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
8151 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
8152 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
8153 (nsfont_draw): Compare face colors to 0, not nil.
8154 * nsmenu.m (struct widget_value): Drop unneeded declaration.
8155 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
8156 (-addSubmenuWithTitle:): Use NSMenuItem class.
8157 (ns_popup_menu): Use NO, not NULL, for enabled setting.
8158 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
8159 (ns_clip_to_row): Make gc arg a BOOL.
8160 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
8161 ns_clip_to_row() call.
8162 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
8163 used). Cast FRAME_FONT assignments.
8164 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
8165 (ns_string_to_lispmod): Change arg to const char.
8166 (ns_term_init): Use NSMenuItem class.
8167 (EmacsApp -openFile:): Move to different section of file.
8168 (EmacsApp -application:openFiles:): Don't return a value, call
8169 -replyToOpenOrPrint:.
8170 (EmacsView -keyDown:): Fix up cast.
8171 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
8172 (EmacsView -menuDown:): Cast tag in call to
8173 find_and_call_menu_selection().
8174 (ns_list_fonts): Remove, unused.
8175 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
8176 (ns_fontname_to_xlfd): Make static.
8177 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
8178 Remove prototypes (now in keyboard.h).
8179 (next_menubar_widget_id): Remove, unused.
8180 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
8181 Remove prototypes (now in keyboard.h).
8182 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
8183
8184 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8185
8186 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
8187 (floatfns.o): Depend on syssignal.h.
8188 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
8189
8190 * systty.h: Fix previous change that removed BSD_TERMIOS.
8191 Add comments to #ifdefs.
8192
8193 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8194
8195 * w32fns.c (w32-load-color-file): Remove.
8196 (x-open-connection): Use renamed Fx_load_color_file.
8197 * xfaces.c (x-load-color-file): Add.
8198 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
8199 Emacs.clr.
8200 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
8201
8202 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
8203
8204 * dbusbind.c (Fdbus_call_method_asynchronously)
8205 (Fdbus_method_error_internal): New defuns.
8206 (xd_read_message): Handle also reply messages.
8207 (Vdbus_registered_functions_table): Extend docstring.
8208
8209 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
8210
8211 * keyboard.c (gobble_input): Fix previous change.
8212
8213 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8214
8215 * bitmaps/README:
8216 * xfns.c:
8217 * termcap.c:
8218 * term.c:
8219 * syswait.h:
8220 * systty.h:
8221 * systime.h:
8222 * syssignal.h:
8223 * sysdep.c:
8224 * process.h:
8225 * process.c:
8226 * print.c:
8227 * ndir.h:
8228 * lread.c:
8229 * keyboard.c:
8230 * getpagesize.h:
8231 * floatfns.c:
8232 * fileio.c:
8233 * emacs.c:
8234 * doc.c:
8235 * dispnew.c:
8236 * dired.c:
8237 * data.c:
8238 * callproc.c:
8239 * buffer.c:
8240 * README:
8241 * Makefile.in:
8242 * s/template.h:
8243 * s/msdos.h:
8244 * m/vax.h: Remove VMS support.
8245 * s/vms.h:
8246 * vlimit.h:
8247 * uaf.h:
8248 * temacs.opt:
8249 * param.h:
8250 * ioctl.h: Remove file.
8251
8252 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8253
8254 * s/ms-w32.h (MULTI_KBOARD): Remove.
8255 * xterm.c:
8256 * xselect.c:
8257 * xfns.c:
8258 * window.c:
8259 * w32term.c:
8260 * w32fns.c:
8261 * terminal.c:
8262 * termhooks.h:
8263 * term.c:
8264 * sysdep.c:
8265 * keyboard.h:
8266 * keyboard.c:
8267 * frame.h:
8268 * frame.c:
8269 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
8270 * config.in: Regenerate.
8271
8272 2008-07-30 Jason Rumney <jasonr@gnu.org>
8273
8274 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
8275
8276 * w32font.c (w32font_encode_char): Leave as unicode if in range.
8277 (w32font_open_internal): Get unicode version of textmetrics.
8278 Don't enable or disable glyph indices here.
8279 (w32font_open): Disable use of glyph indices.
8280
8281 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
8282
8283 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
8284
8285 * minibuf.c (Vread_buffer_function): Doc fix.
8286
8287 2008-07-30 John Paul Wallington <jpw@pobox.com>
8288
8289 * minibuf.c (read_buffer_completion_ignore_case): New var.
8290 (Fread_buffer): Use it.
8291
8292 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8293
8294 * systty.h (sensemode): Remove empty #if. Remove reference to
8295 BSD_TERMIOS, unused.
8296
8297 * sysdep.c: Remove reference to DGUX.
8298 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
8299
8300 * config.in: Regenerate.
8301
8302 2008-07-30 Jason Rumney <jasonr@gnu.org>
8303
8304 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
8305
8306 2008-07-29 Jason Rumney <jasonr@gnu.org>
8307
8308 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
8309 is populated.
8310 (uniscribe_encode_char): Always use uniscribe.
8311 Avoid using context if cache is populated.
8312
8313 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
8314
8315 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
8316 open menu.
8317
8318 * gtkutil.c (menu_nav_ended): Remove.
8319 (create_menus): Remove signal connect for menu_nav_ended.
8320
8321 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
8322
8323 * xdisp.c (redisplay_window): Check return value of
8324 compute_window_start_on_continuation_line before forcing a window
8325 start.
8326
8327 2008-07-28 Jason Rumney <jasonr@gnu.org>
8328
8329 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
8330
8331 * w32term.c (w32_enable_unicode_output, cleartype_active):
8332 Remove obsolete display options.
8333 (x_draw_glyph_string_background): Don't use old cleartype_active
8334 workaround.
8335 (w32_initialize): Remove cleartype_active initialization.
8336 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
8337
8338 2008-07-28 Andreas Schwab <schwab@suse.de>
8339
8340 * lisp.h (init_weak_hash_tables, syms_of_font)
8341 (xd_read_queued_messages, syms_of_dbusbind): Declare.
8342 (remove_hash_entry): Don't declare.
8343 * eval.c (maybe_call_debugger): Make static and move before use.
8344 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
8345 * xdisp.c: Include "gtkutil.h" if USE_GTK.
8346 * xterm.h (x_set_frame_alpha): Declare.
8347
8348 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
8349
8350 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
8351 (create_menus): Connect selection-done to menu_nav_ended.
8352
8353 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8354
8355 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
8356 Set Vx_resource_name to a fallback. Replace read of 'buffered'
8357 parameter with read of 'alpha' one.
8358 (Qns_frame_parameter): Remove.
8359 * nsselect.m (selection-coding-system)
8360 (next-selection-coding-system, Vselection_coding_system)
8361 (Vnext_selection_coding_system): Drop.
8362
8363 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8364
8365 * nsfns.m (do-applescript, do_applescript): Rename to
8366 ns-do-applescript, ns_do_applescript, and move within file.
8367
8368 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8369
8370 Remove support for Mac Carbon.
8371 * mactoolbox.c:
8372 * macterm.h:
8373 * macterm.c:
8374 * macselect.c:
8375 * macmenu.c:
8376 * macgui.h:
8377 * macfns.c:
8378 * mac.c: Remove file.
8379 * s/darwin.h:
8380 * m/intel386.h:
8381 * xfaces.c:
8382 * xdisp.c:
8383 * window.c:
8384 * tparam.c:
8385 * termhooks.h:
8386 * termcap.c:
8387 * term.c:
8388 * syssignal.h:
8389 * sysselect.h:
8390 * sysdep.c:
8391 * process.c:
8392 * lread.c:
8393 * lisp.h:
8394 * keyboard.c:
8395 * image.c:
8396 * fringe.c:
8397 * frame.h:
8398 * frame.c:
8399 * fontset.c:
8400 * font.h:
8401 * font.c:
8402 * fns.c:
8403 * fileio.c:
8404 * emacs.c:
8405 * dispnew.c:
8406 * dispextern.h:
8407 * config.in:
8408 * atimer.c:
8409 * Makefile.in: Remove code for Carbon.
8410
8411 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8412
8413 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
8414
8415 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8416
8417 * macterm.h (kCGBitmapByteOrder32Host): New define for
8418 non-universal SDKs.
8419
8420 * image.c (mac_create_cg_image_from_image, image_load_image_io)
8421 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8422
8423 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
8424 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8425
8426 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
8427
8428 * w32inevt.c: Include dispextern.h.
8429
8430 2008-07-26 Andreas Schwab <schwab@suse.de>
8431
8432 * print.c (print_object): Fix off-by-one in last change.
8433
8434 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
8435
8436 * term.c (syms_of_term): Don't initialize default_orig_pair,
8437 default_set_foreground and default_set_background on Windows.
8438
8439 2008-07-25 Jason Rumney <jasonr@gnu.org>
8440
8441 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
8442 ScriptItemize. Clean up return value checking. Remove unused
8443 variables.
8444 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
8445 shaping engine.
8446
8447 * w32font.c (w32font_has_char): Handle the case where we can't
8448 determine the script for a character.
8449
8450 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8451
8452 * term.c (syms_of_term): Initialize default_orig_pair,
8453 default_set_foreground, and default_set_background.
8454
8455 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
8456 clash (bug#86).
8457 (getloadavg): Callers changed.
8458
8459 * image.c (svg_load_image): Fix last change.
8460 (svg_load_image): Use rsvg_handle_get_dimensions to check that
8461 image size is valid. Use g_object_unref instead of deprecated
8462 rsvg_handle_free to free rsvg handle.
8463 (x_from_xcolors): Don't initialize pixmap (silence compiler).
8464
8465 2008-07-25 Jason Rumney <jasonr@gnu.org>
8466
8467 * w32font.c (w32font_encode_char): Encode characters outside BMP as
8468 surrogates before looking up glyph index.
8469 (w32font_text_extents): Encode as surrogates if falling back to
8470 functions that need UTF-16 wide chars.
8471
8472 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8473 BMP as surrogates before looking up glyph index.
8474
8475 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8476
8477 * image.c (svg_load_image): Check for failure in return value of
8478 rsvg_handle_get_pixbuf. Free rsvg handle when done.
8479
8480 2008-07-25 Jason Rumney <jasonr@gnu.org>
8481
8482 * w32font.c (Fx_select_font): Reverse sense of second arg.
8483
8484 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8487 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8488
8489 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8490 (PURESIZE): Use it.
8491
8492 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8493
8494 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8495 * m/alpha.h (TEXT_END):
8496 * m/ibmrs6000.h (TEXT_END):
8497 * m/macppc.h (TEXT_END):
8498 * s/darwin.h (TEXT_END):
8499 * s/msdos.h (TEXT_END): Remove, unused.
8500 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8501 * s/cygwin.h: Remove comment.
8502
8503 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8504 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8505 * m/intel386.h (DOT_GLOBAL_START):
8506 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8507 (USG): Remove, file not used on USG platforms.
8508
8509 * Makefile.in (HAVE_X11): Remove empty #else.
8510
8511 2008-07-24 Andreas Schwab <schwab@suse.de>
8512
8513 * fileio.c (Finsert_file_contents): Properly adjust undo list
8514 after format conversion.
8515
8516 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
8517
8518 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
8519 (menu_nav_ended): Remove.
8520 (create_menus): Remove signal connect for menu_nav_ended.
8521 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
8522 create_menus.
8523 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
8524
8525 2008-07-23 Jason Rumney <jasonr@gnu.org>
8526
8527 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
8528 with opened font.
8529 (w32font_open): Set font type to gdi.
8530
8531 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
8532
8533 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8534
8535 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
8536 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
8537 defines it.
8538 * unexec.c (ADDR_CORRECT): Define unconditionally.
8539
8540 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
8541
8542 * unexec.c: Remove code depending on !COFF and USG, the file is
8543 not used for such systems.
8544
8545 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
8546 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
8547 (LD_SWITCH_SYSTEM_1): Remove, update users.
8548
8549 * s/darwin.h (DATA_END):
8550 * m/intel386.h (DATA_END):
8551 * m/ibmrs6000.h (DATA_END):
8552 * m/alpha.h (DATA_END): Remove, unused.
8553
8554 * config.in: Regenerate.
8555 * s/ms-w32.h (subprocesses): Define unconditionally.
8556 * s/template.h (subprocesses): Update comment.
8557 * s/vms.h (subprocesses):
8558 * s/usg5-4.h (subprocesses):
8559 * s/hpux10-20.h (subprocesses):
8560 * s/gnu-linux.h (subprocesses):
8561 * s/cygwin.h (subprocesses):
8562 * s/bsd-common.h (subprocesses):
8563 * s/aix4-2.h (subprocesses):
8564 * s/darwin.h (subprocesses): Do not define, defined by default now.
8565
8566 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
8567 Remove all references.
8568 (temacs): Add GNUstep specific ld flags.
8569
8570 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
8571 similarly to what X does.
8572
8573 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8574
8575 * nsfns.m (x-list-fonts): Remove.
8576 (syms_of_nsfns): Drop the x-list-fonts declaration.
8577 * nsterm.m: Get rid of remaining "//" comments.
8578
8579 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
8580
8581 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
8582
8583 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
8584 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
8585 (Fns_own_selection_internal, Fx_disown_selection_internal)
8586 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
8587
8588 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
8589 ... */' style of docstrings. Doc fixes.
8590
8591 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8592
8593 * terminfo.c (UP, BC, PC): Undo previous change.
8594
8595 * nsfns.m: Rename ns prefixed functions/variables to the
8596 corresponding x versions. Update references.
8597
8598 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8599
8600 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
8601
8602 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8603
8604 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
8605 Remove forwarding functions.
8606 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
8607 non-static.
8608 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
8609 non-static.
8610 (ns_frame_parm_handlers): Use the new names.
8611 (syms_of_nsfns): Move to the end of file.
8612
8613 * nsterm.m (syms_of_nsterm): Move to the end of file.
8614
8615 * dispnew.c (init_display): Remove code for X10.
8616
8617 2008-07-22 Jason Rumney <jasonr@gnu.org>
8618
8619 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
8620 bare drive.
8621
8622 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8623
8624 * nsterm.m (syms_of_nsterm): Remove debugging println.
8625
8626 2008-07-22 David Reitter <david.reitter@gmail.com>
8627
8628 * nsfns.m (do_applescript, F_do_applescript): NS version of the
8629 Carbon implementation of the same functionality: execute arbitrary
8630 AppleScript code.
8631
8632 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8633
8634 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
8635 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
8636 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8637 (Fx_display_mm_height, Fx_display_mm_width)
8638 (Fx_display_backing_store, Fx_display_visual_class)
8639 (Fx_display_save_under, Fx_open_connection)
8640 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
8641 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
8642 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8643 (Fx_display_pixel_width, Fx_display_pixel_height)
8644 (Fx_display_usable_bounds, Fx_display_planes)
8645 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
8646 ... */' style of docstrings.
8647
8648 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8649
8650 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
8651 on this platform.
8652 (mips):
8653 * m/iris4d.h (mips): Do not define.
8654 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
8655
8656 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
8657
8658 * image.c:
8659 * nsfns.m:
8660 * nsselect.m:
8661 * nsterm.h:
8662 * nsterm.m: Rename ns prefixed functions/variables to the
8663 corresponding x versions. Update references.
8664
8665 * m/ibms390x.h (NO_REMAP): Do not undefine.
8666
8667 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
8668
8669 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8670
8671 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
8672 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
8673 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
8674 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
8675 (Fns_display_mm_height, Fns_display_mm_width)
8676 (Fns_display_backing_store, Fns_display_visual_class)
8677 (Fns_display_save_under, Fns_open_connection)
8678 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
8679 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
8680 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
8681 (Fns_display_pixel_width, Fns_display_pixel_height)
8682 (Fns_display_usable_bounds, Fx_display_planes)
8683 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
8684
8685 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
8686
8687 * print.c (print_object): Check print_depth before searching for
8688 circularities.
8689
8690 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
8691
8692 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
8693 only sprintf.
8694
8695 2008-07-21 Kenichi Handa <handa@m17n.org>
8696
8697 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
8698
8699 2008-07-20 Andreas Schwab <schwab@suse.de>
8700
8701 * syntax.c (find_start_pos, find_start_value)
8702 (find_start_value_byte, find_start_begv, find_defun_start)
8703 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8704
8705 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8706
8707 * s/sol2-3.h: Insert contents of s/sol2.h.
8708 (LD_SWITCH_SYSTEM): Remove redundant definition.
8709 * s/sol2.h: Remove, unused.
8710
8711 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8712
8713 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
8714
8715 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8716
8717 * Makefile.in (ns_appdir): Fix typo in find command.
8718
8719 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8720
8721 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
8722
8723 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
8724 added not supported anymore.
8725
8726 * s/usg5-4-2.h (LIBS_SYSTEM):
8727 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
8728
8729 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8730 * s/lynxos.h (GETPGRP_NO_ARG):
8731 * s/hpux10-20.h (NO_SIOCTL_H):
8732 * s/gnu.h (GETPGRP_NO_ARG):
8733 * s/gnu-linux.h (NO_SIOCTL_H):
8734 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
8735 * s/cygwin.h (GETPGRP_NO_ARG):
8736 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
8737 (C_DEBUG_SWITCH): Remove duplicate definition.
8738
8739 * m/ibms390.h: Remove boilerplate comments.
8740
8741 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
8742
8743 * process.c (HAVE_SERIAL): Consolidate ifdefs.
8744 (wait_reading_process_output): Remove code for SunOS, platform not
8745 supported anymore. Use SOLARIS2 instead of sun.
8746
8747 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8748
8749 * font.c (font_open_by_name): Under NS, default lface height to zero.
8750 (font_open_for_lface): Under NS, set size based on frame fontsize.
8751 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
8752 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
8753
8754 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8755
8756 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
8757 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
8758 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
8759 YES/NO.
8760 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
8761 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
8762 * Makefile.in (clean): Clear out build destination dir.
8763
8764 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8765
8766 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
8767 xterm, xselect.
8768 * lisp.h: Remove declaration of hash_remove.
8769 * nsgui.h: Remove redefinitions of hash_remove.
8770 * fns.c (hash_remove): Rename to hash_remove_from_table.
8771
8772 2008-07-19 Seiji Zenitani <zenitani@mac.com>
8773
8774 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
8775 strdup() the family UTF8String before modifying it.
8776
8777 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8778
8779 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
8780 NS_FACE_BACKGROUND with 0 instead of nil.
8781 * nsfont.m (nsfont_draw): Same.
8782
8783 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
8784
8785 * nsfns.m (ns_set_background_color): Fix crash.
8786
8787 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
8788
8789 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
8790
8791 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
8792
8793 * puresize.h (BASE_PURESIZE): Increase to 1240000.
8794
8795 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8796
8797 * gtkutil.c: Include <config.h> instead of "config.h".
8798
8799 * lisp.h (Foverlay_buffer): Add EXFUN.
8800
8801 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
8802 child process to complete child_setup. Undo 2005-09-21 change.
8803
8804 * s/darwin.h: Mention setsid after vfork.
8805
8806 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8807
8808 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
8809 Depend on macgui.h.
8810
8811 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
8812 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
8813
8814 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
8815 and f19.
8816 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
8817
8818 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
8819 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
8820 Remove enumerators.
8821
8822 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
8823 Check if FACE_FROM_ID returns NULL.
8824
8825 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
8826
8827 * w32inevt.c (change_frame_size): Remove extern declaration.
8828 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
8829 change_frame_size.
8830
8831 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8832
8833 * getloadavg.c: Revert last change (2008-07-15).
8834
8835 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
8836
8837 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
8838 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
8839 from configure.
8840
8841 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8842
8843 * s/sol2.h:
8844 * s/sol2-4.h: Reorganize conditionals.
8845
8846 * ecrt0.c: Remove code depending on m68000, not used anymore.
8847
8848 * fns.c (hash_remove): Make static.
8849 * lisp.h (hash_remove): Don't prototype.
8850
8851 * m/ibmrs6000.h:
8852 * m/ibms390x.h:
8853 * m/macppc.h: Remove boilerplate comments.
8854
8855 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
8856 Solaris, which does not need them.
8857
8858 * m/vax.h: Remove comments about unsupported systems.
8859
8860 * s/darwin.h: Reorganize ifdefs.
8861
8862 2008-07-17 Andreas Schwab <schwab@suse.de>
8863
8864 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
8865
8866 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 Use SDATA. Follow coding convention of placing operators at
8869 beginning of next line rather than end of previous line, and placing
8870 spaces around infix operators.
8871
8872 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
8873 in case it was defined already.
8874 USE @GNUSTEP_MAKEFILES@ rather than envvars.
8875 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
8876 ns_default.
8877 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
8878 Lisp_Objects.
8879 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
8880 (ns_defined_color, ns_color_to_lisp): Declare.
8881 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
8882 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
8883 it's accepted even with USE_LISP_UNION_TYPE.
8884 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
8885 (update_frame_tool_bar): Remove apparently obsolete tests for
8886 non-integerness of f->tool_bar_lines.
8887 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
8888 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
8889 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
8890 (nsfont_open): Don't confuse NULL for Qnil.
8891 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
8892 * menu.h (find_and_call_menu_selection):
8893 * menu.c (find_and_call_menu_selection): Use just int for vector size.
8894 (find_and_return_menu_selection): Always return something.
8895 * frame.h: Include dispextern.h for Display_Info.
8896 (display_x_get_resource): Declare.
8897
8898 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8899
8900 * syntax.c: Remove stdio.h include accidentally introduced in
8901 Emacs.app commit.
8902 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
8903 NS_IMPL_COCOA.
8904 * keyboard.c (handle_async_input, input_available_signal): Remove
8905 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
8906
8907 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8908
8909 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
8910 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
8911 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
8912 Use SDATA.
8913
8914 * keymap.c: Remove all NS-specific code.
8915 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
8916 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
8917 where_is_preferred_modifier, return a different value depending on how
8918 preferred is the binding.
8919 (where_is_internal): Adjust accordingly.
8920 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
8921 Adjust to new preferred_sequence_p.
8922 (syms_of_keymap): Declare `where-is-preferred-modifier'.
8923 * keyboard.c (parse_solitary_modifier): Not static any more.
8924 * keyboard.h (parse_solitary_modifier): Declare.
8925
8926 2008-07-16 Andreas Schwab <schwab@suse.de>
8927
8928 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
8929 of easymenu.
8930
8931 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
8932
8933 * xdisp.c (move_it_in_display_line): Account for word wrap, so
8934 that we don't move off the line.
8935
8936 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8937
8938 * keyboard.c (Qsuper): Remove.
8939 (parse_menu_item): Don't call where_is_internal specially for NS.
8940
8941 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8942
8943 * s/gnu-linux.h: Remove boilerplate comments.
8944
8945 * m/alpha.h (__ELF__): Consolidate conditions.
8946
8947 * m/m68k.h (linux): Use GNU_LINUX instead.
8948 Remove boilerplate comments.
8949
8950 * m/intel386.h: Undo refactoring from previous change.
8951 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
8952 too, remove dead code.
8953 (linux): Use GNU_LINUX instead.
8954
8955 2008-07-16 Jason Rumney <jasonr@gnu.org>
8956
8957 * w32gui.h: Repeat 26 June changes lost by last change.
8958
8959 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8960
8961 * systty.h: Remove code for Aix on 386, unsupported platform.
8962
8963 * s/ms-w32.h: Remove boilerplate comments.
8964 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
8965
8966 * s/gnu-linux.h (TERM): Remove support.
8967 (HAVE_SYSVIPC): Remove, unused.
8968 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
8969 for this system.
8970
8971 * process.c: Remove support for IRIS, unused.
8972 Remove support for TERM, not relevant anymore.
8973
8974 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
8975 used with the definition.
8976
8977 * s/aix4-2.h (static): Do not undef.
8978
8979 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
8980 only used on Aix.
8981 (HAVE_SYSVIPC): Remove, unused.
8982
8983 * m/hp800.h (CANNOT_DUMP): Do not undef.
8984
8985 * m/alpha.h: Fix comment.
8986
8987 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
8988 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
8989 used by this configuration.
8990 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
8991 * unexec.c: Remove code depending on HPUX and
8992 USG_SHARED_LIBRARIES, not used with this file. Remove code
8993 depending on IRIS, unused. Remove if 0-ed code.
8994
8995 * s/template.h: Remove comments about static.
8996
8997 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
8998 Remove if 0-ed code.
8999 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
9000 were the same as the default.
9001 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
9002 Remove boilerplate comments.
9003 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
9004 (HAVE_SYSVIPC): Remove, unused.
9005 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
9006
9007 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9008 Remove boilerplate comments.
9009 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9010 Remove boilerplate comments.
9011 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9012 Remove boilerplate comments.
9013 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
9014
9015 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
9016 USG systems which do not use DATA_SEG_BITS.
9017 Refactor code. Remove boilerplate comments.
9018
9019 * m/ibms390.h:
9020 * m/m68k.h:
9021 * s/bsd-common.h:
9022 * s/cygwin.h:
9023 * s/darwin.h:
9024 * s/freebsd.h:
9025 * s/gnu.h:
9026 * s/msdos.h: Remove boilerplate comments.
9027
9028 * m/iris4d.h: Remove boilerplate comments and code for systems that
9029 do not use this file.
9030 (IRIS_4D): Remove, unused.
9031
9032 * m/mips.h: Remove boilerplate comments and code for systems that
9033 do not use this file.
9034 (SIGN_EXTEND_CHAR):
9035 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
9036 * unexmips.c: Remove file, unused.
9037
9038 * editfns.c (Fuser_full_name): Replace the only use of
9039 USER_FULL_NAME with its value.
9040 * config.in: Regenerate.
9041
9042 2008-07-16 David Reitter <david.reitter@gmail.com>
9043
9044 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
9045 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
9046
9047 2008-07-16 Glenn Morris <rgm@gnu.org>
9048
9049 * emacs.c (system-type): Doc fix.
9050
9051 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
9054 If the cache doesn't work, let's fix it, rather than work around it.
9055
9056 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9057
9058 * Makefile.in: Correct additions for nsfont.o in last commit.
9059 * nsfont.m: New file (forgot last commit).
9060
9061 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9062
9063 * callproc.c (set_initial_environment): Initialize
9064 Vprocess_environment under CANNOT_DUMP (fixes crash when
9065 batch-compiling for bootstrap).
9066
9067 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9068 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9069
9070 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
9071 fix crash due to different init order.
9072
9073 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9074
9075 Changes and additions for NeXTstep windowing system (Cocoa and
9076 GNUstep) support.
9077
9078 * Makefile.in:
9079 * config.in: Support defines and build commands for NS port.
9080 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
9081 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
9082 * dispextern.h: Include nsgui.h and add needed typedefs under NS
9083 windowing.
9084 (struct face): Add synth_ital field.
9085 * dispnew.c: Include nsterm.h when compiling under NS windowing.
9086 (init_display): Initialize Vinitial_window_system to "ns" when so
9087 compiled.
9088 * emacs.c: Include GSConfig.h when compiling under GNUstep.
9089 (display_arg): Use under NS.
9090 (main): Under NS, allocate autorelease pool and handle command line
9091 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
9092 (standard_args): Add NS-specific args.
9093 (shut_down_emacs): Shut down NS terminal if compiled under NS.
9094 * font.c (DEFAULT_ENCODING): New variable.
9095 (font_find_for_lface): Use it.
9096 (syms_of_font): Load syms_of_nsfont under NS.
9097 * font.h: Declare nsfont_driver when compiled under NS.
9098 * fontset.c: When compiling under NS, include nsterm.h.
9099 (fontset_from_font): Autoconstruct fontset under NS.
9100 * frame.c (various): Under NS, include nsterm.h, add Qns window system
9101 symbol, document and use it.
9102 (do_switch_frame): When for_deletion under Cocoa, add
9103 Fraise_frame(Qnil).
9104 (x_set_frame_parameters): Ensure font attribute changes are picked up.
9105 (x_get_arg): Allow "yes" and "no" as boolean values.
9106 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
9107 Qright under Cocoa.
9108 (focus-follows-mouse): Default to 0 under NS.
9109 * frame.h (enum output_method): Add output_ns.
9110 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
9111 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
9112 (FRAME_WINDOW_P): NS-specific definition.
9113 * fringe.c (max_used_fringe_bitmap): Make public.
9114 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
9115 (getloadavg): Use NeXT code under descendant OS's.
9116 * image.c (includes and header section, x_create_bitmap_from_data)
9117 (x_create_bitmap_from_file, free_bitmap_record, image_background)
9118 (image_background_transparent, x_clear_image_1)
9119 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
9120 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
9121 (x_to_xcolors, x_from_xcolors, x_disable_image)
9122 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
9123 other GUIs, including XPM support using code originally written for
9124 Carbon GUI.
9125 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
9126 using NS API.
9127 (image_ascent): Use font metrics macros instead of direct struct field
9128 access.
9129 * keyboard.c (includes): Add nsterm.h when compiling under NS.
9130 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
9131 Also, handle NS as GTK for menu bar purposes.
9132 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
9133 toolkit where they differ.
9134 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
9135 use cachelist, still needed under NS.
9136 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
9137 (struct widget_value): Define it here for menu.c.
9138 * keymap.c (includes): Include modifier internals.
9139 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
9140 NS.
9141 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
9142 support for preferring sequences using certain modifiers, specified by
9143 the FIRSTONLY argument.
9144 * lisp.h (hash_remove): Rename to avoid name clash when compiling
9145 under NS GNUstep implementation.
9146 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
9147 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
9148 * menu.c: Include nsterm.h under NS.
9149 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
9150 (free_menubar_widget_tree_value, update_submenu_strings)
9151 (find_and_call_menu_selection): Treat NS as X and NT.
9152 (find_and_return_menu_selection): New function, used for popup menus.
9153 * nsgui.h:
9154 * nsterm.h:
9155 * nsfns.m:
9156 * nsimage.m:
9157 * nsmenu.m:
9158 * nsselect.m:
9159 * nsterm.m: New files.
9160 * process.c (wait_reading_process_output): Under NS, call ns_select()
9161 instead of plain select().
9162 * syntax.c (char_quoted): Under NS, avoid a crash when called near
9163 beginning of buffer.
9164 * sysselect.h (init_process): Rename when compiling under Cocoa to
9165 avoid name conflict.
9166 * termhooks.h (display_info): Add ns_display_info to union.
9167 * terminal.c (Fterminal_live_p): Add ns to terminal types.
9168 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
9169 COCOA environment.
9170 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
9171 unexec() signature. (Note, this will dump, but the resulting file
9172 crashes; unexosx is used instead; keeping around for reference and
9173 possible aid in getting dump working under GNUstep.)
9174 * w32gui.h (button_type, widget_value): Remove definitions (now in
9175 keyboard.h).
9176 * window.c: Include nsterm.h when compiling under NS.
9177 * xdisp.c (includes): Include nsterm.h when compiling under NS.
9178 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
9179 other GUI windowing systems.
9180 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
9181 GTK.
9182 (x_consider_frame_title): Under NS, set icon type and frame
9183 modified-state indicator; use ns_set_name_as_filename() when using
9184 formatted title.
9185 (update_window_cursor): Make public when compiling under NS.
9186 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
9187 (hourglass_atimer, Vhourglass_delay
9188 * xfaces.c (header section, init_frame_faces, clear_font_table)
9189 (defined_color, unload_color, x_face_list_fonts)
9190 (prepare_face_for_display): Add NS support parallel to other GUIs.
9191 Emulate GCs like other non-X GUIs.
9192 (split_font_name): Don't lowercase font name under NS.
9193 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
9194 under NS.
9195 * s/darwin.h: Add support for compilation under NS.
9196
9197 2008-07-15 Jason Rumney <jasonr@gnu.org>
9198
9199 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
9200 (w32_show_hourglass): Rename from show_hourglass.
9201 (w32_hide_hourglass): Rename from hide_hourglass.
9202 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
9203 (Vhourglass_delay): Declare extern.
9204 (hourglass_started): Remove.
9205
9206 * xdisp.c (Vhourglass_delay): Remove static.
9207 (hourglass_started, start_hourglass, cancel_hourglass):
9208 Don't include these versions on WINDOWSNT.
9209
9210 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9211
9212 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
9213 variables (formerly in xfns.c).
9214 (show_hourglass, hide_hourglass): New prototypes (same).
9215 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
9216 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
9217 in xfns.c).
9218 (syms_of_xdisp): Declare/initialize display-hourglass,
9219 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
9220 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
9221 formerly in xfns.c.
9222 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9223 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9224 (start_hourglass, cancel_hourglass): Remove.
9225 (show_hourglass, hide_hourglass): Remove prototypes and static
9226 modifiers.
9227 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
9228 hourglass_atimer, hourglass_shown_p declaration/initialization.
9229 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9230 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9231 (start_hourglass, cancel_hourglass): Remove.
9232 (show_hourglass, hide_hourglass): Remove prototypes and static
9233 modifiers.
9234 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
9235 hourglass_atimer, hourglass_shown_p declaration/initialization.
9236 * w32fns.c (display_hourglass_p, Vhourglass_delay)
9237 (DEFAULT_HOURGLASS_DELAY): Remove.
9238 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
9239 hourglass_shown_p declaration/initialization.
9240
9241 2008-07-14 Jason Rumney <jasonr@gnu.org>
9242
9243 * w32fns.c (w32_get_arg): Remove wrapper function.
9244 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
9245 directly.
9246 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
9247
9248 2008-07-14 Kenichi Handa <handa@m17n.org>
9249
9250 * xfont.c (xfont_open): Add workaround for X's bug.
9251
9252 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9253
9254 * fontset.c: Include <stdio.h> unconditionally.
9255
9256 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
9257
9258 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
9259 for filtering.
9260
9261 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9262
9263 * s/vms.h: Use __GNUC__ instead of _GNUC_.
9264
9265 * m/macppc.h:
9266 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
9267
9268 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
9269 (SPECIAL_EMACS_INT):
9270 * m/ia64.h (SPECIAL_EMACS_INT):
9271 * m/amdx86-64.h (SPECIAL_EMACS_INT):
9272 * s/gnu.h (NLIST_STRUCT):
9273 * s/aix4-2.h (X11R5_INHIBIT_I18N):
9274 * s/gnu-linux.h (LINUX):
9275 * s/msdos.h (HAVE_FACES):
9276 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
9277
9278 * systty.h:
9279 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
9280 anymore.
9281
9282 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
9283
9284 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
9285 always defined as int.
9286
9287 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
9288 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
9289 * s/gnu-linux.h (HAVE_WAIT_HEADER):
9290 * s/freebsd.h (HAVE_WAIT_HEADER):
9291 * s/bsd-common.h (HAVE_UNION_WAIT):
9292 * s/aix4-2.h (HAVE_WAIT_HEADER):
9293 * m/mips.h (HAVE_UNION_WAIT):
9294 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
9295 (COFF, static): Do not define, they are undefined later in the file.
9296
9297 * process.c (update_status): Don't use a union.
9298 (status_convert):
9299 (sigchld_handler): Use int instead of WAITTYPE.
9300
9301 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
9302
9303 * indent.c (Fvertical_motion): Restore hscroll before moving to
9304 goal column.
9305
9306 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9307
9308 * lisp.h: Remove left over code.
9309
9310 2008-07-11 Andreas Schwab <schwab@suse.de>
9311
9312 * lisp.h: Fix logic in last change.
9313
9314 * menu.h: New file.
9315 * menu.c: Include it.
9316 * xmenu.c: Likewise.
9317 * Makefile.in: Update dependencies.
9318
9319 2008-07-11 Kenichi Handa <handa@m17n.org>
9320
9321 * fontset.c (fontset_from_font): Cancel the previous change.
9322
9323 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9324
9325 * lisp.h:
9326 * w32heap.c:
9327 * emacs.c:
9328 * alloc.c: Replace all references of NO_UNION_TYPE with
9329 USE_LISP_UNION_TYPE.
9330
9331 * m/xtensa.h (NO_UNION_TYPE):
9332 * m/vax.h (NO_UNION_TYPE):
9333 * m/template.h (NO_UNION_TYPE):
9334 * m/sparc.h (NO_UNION_TYPE):
9335 * m/mips.h (NO_UNION_TYPE):
9336 * m/macppc.h (NO_UNION_TYPE):
9337 * m/m68k.h (NO_UNION_TYPE):
9338 * m/iris4d.h (NO_UNION_TYPE):
9339 * m/intel386.h (NO_UNION_TYPE):
9340 * m/ibms390x.h (NO_UNION_TYPE):
9341 * m/ibms390.h (NO_UNION_TYPE):
9342 * m/ibmrs6000.h (NO_UNION_TYPE):
9343 * m/ia64.h (NO_UNION_TYPE):
9344 * m/hp800.h (NO_UNION_TYPE):
9345 * m/arm.h (NO_UNION_TYPE):
9346 * m/amdx86-64.h (NO_UNION_TYPE):
9347 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
9348 defining it the same.
9349
9350 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
9351
9352 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
9353
9354 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9355
9356 * fileio.c:
9357 * sysdep.c
9358 * systty.h:
9359 * m/ibmrs6000.h:
9360 * m/iris4d.h:
9361 * s/aix4-2.h:
9362 * s/freebsd.h:
9363 * s/gnu-linux.h:
9364 * s/hpux10-20.h:
9365 * s/hpux11.h:
9366 * s/netbsd.h:
9367 * s/sol2-3.h:
9368 * s/sol2-4.h:
9369 * s/sol2.h:
9370 * s/usg5-4.h:
9371 * s/vms.h: Remove references to unused variables.
9372
9373 2008-07-10 Andreas Schwab <schwab@suse.de>
9374
9375 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
9376 pattern before matching the generic family.
9377
9378 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9379
9380 * unexec.c:
9381 * s/vms.h:
9382 * s/usg5-4-2.h:
9383 * s/sol2-5.h:
9384 * s/freebsd.h:
9385 * s/darwin.h: Remove dead code.
9386
9387 * m/template.h:
9388 * m/sparc.h:
9389 * m/mips.h:
9390 * m/m68k.h:
9391 * m/iris4d.h:
9392 * m/intel386.h:
9393 * m/ibms390x.h:
9394 * m/ibms390.h:
9395 * m/ia64.h:
9396 * m/hp800.h:
9397 * m/arm.h:
9398 * m/amdx86-64.h: Remove dead code and references to unused
9399 and compiler defined symbols.
9400
9401 * unexmips.c:
9402 * unexelf.c: Remove references to desupported systems.
9403
9404 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
9405
9406 * m/powermac.h: Remove boilerplate comments.
9407 (NO_REMAP): Remove unused definition.
9408
9409 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
9410 define them.
9411
9412 2008-07-10 Kenichi Handa <handa@m17n.org>
9413
9414 * xfont.c (xfont_open): Log the reason of failure.
9415
9416 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9417
9418 * fontset.c (fontset_get_font_group):
9419 * font.c (font_check_otf): Specify argument types.
9420
9421 2008-07-09 Kenichi Handa <handa@m17n.org>
9422
9423 * coding.c (detect_coding_utf_8): Set detect_info->found only when
9424 non-ASCII char is found.
9425
9426 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
9427 (reorder_font_vector): Change the arg preferred_family to font.
9428 Prefer the spec matching with font.
9429 (fontset_get_font_group): New function.
9430 (fontset_find_font): Change the format of an element of a realized
9431 fontset. Use fontset_get_font_group.
9432 (fontset_font): Try the current fontset, the default fontset, the
9433 fallbacks of the current fontset, and the fallbacks of the default
9434 fontset in this order.
9435 (face_for_char): Delete the shortcut to use the current font.
9436 (fontset_from_font): Don't set fonts for Latin in the fontset.
9437
9438 * font.h (font_make_object, font_match_p): Adjust prototypes.
9439
9440 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
9441
9442 * font.c (font_make_object): New arg entity and pixelsize.
9443 (font_check_otf_features, font_check_otf): New functions.
9444 (font_match_p): Check :lang, :script, and :otf properties.
9445
9446 * xfont.c (xfont_open): Adjust it for the change of
9447 font_make_object.
9448 (xfont_text_extents): Fix initial setting of metrics.
9449
9450 * ftfont.c (struct ftfont_info): New member index, delete member
9451 fc_charset_idx. Make the member order compatible with struct
9452 xftfont_info.
9453 (fc_charset_table): Change charset names to registry names.
9454 (ftfont_pattern_entity): Delete the args registry and
9455 fc_charset_idx. Change the value of :font-entity property
9456 to (FONTNAME . INDEX). Always set :registry property to
9457 `iso10646-1'.
9458 (struct ftfont_cache_data): New struct.
9459 (ftfont_lookup_cache): New arg for_face.
9460 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
9461 (ftfont_driver): Set the member otf_capability.
9462 (ftfont_get_charset): Adjust it for the change of
9463 fc_charset_table.
9464 (OTF_TAG_SYM): New macro.
9465 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
9466 for the change of fc_charset_table.
9467 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
9468 ftfont_pattern_entity. Add FC_INDEX to objset.
9469 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
9470 and ftfont_pattern_entity.
9471 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
9472 font_make_object, struct ftfont_info.
9473 (ftfont_has_char): Use ftfont_get_fc_charset.
9474 (ftfont_otf_features, ftfont_otf_capability): New functions.
9475 (ftfont_shape): Use ftfont_get_otf.
9476 (ftfont_text_extents): Fix initial setting of metrics.
9477
9478 * xftfont.c (struct xftfont_info): New member ft_size. Make the
9479 member order compatible with struct ftfont_info.
9480 (xftfont_open): Add FC_CHARSET to the pattern. Set
9481 xftfont_info->ft_size. Don't unlock the face. Check BDF
9482 properties if appropriate.
9483 (xftfont_close): Unlock the face.
9484 (xftfont_anchor_point, xftfont_shape): Deleted.
9485 (syms_of_xftfont): Don't set members anchor_point and shape of
9486 xftfont_driver.
9487
9488 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9489 font_make_object.
9490
9491 * w32font.c (w32font_open): Adjust it for the change of
9492 font_make_object.
9493 (w32font_open_internal): Don't set properties of font_object here.
9494
9495 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
9496
9497 * macfns.c (x_create_tip_frame):
9498 * w32fns.c (x_create_tip_frame):
9499 * xfns.c (x_create_tip_frame): Pass parameter argument to
9500 face-set-after-frame-default.
9501
9502 * xfaces.c (Finternal_merge_in_global_face): Save merged
9503 attributes for the default face back into the face vector.
9504
9505 2008-07-08 Andreas Schwab <schwab@suse.de>
9506
9507 * fontset.h: Declare fontset_from_font. Don't declare
9508 new_fontset_from_font and fontset_from_font_name.
9509 * xterm.c: Include "fontset.h".
9510 * Makefile.in (xterm.o): Update dependencies.
9511
9512 2008-07-08 Glenn Morris <rgm@gnu.org>
9513
9514 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
9515 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
9516
9517 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
9518
9519 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
9520 (x_set_frame_parameters): Don't bind it.
9521
9522 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
9523
9524 * w32fns.c (map_w32_filename): Declare extern.
9525
9526 2008-07-07 Jason Rumney <jasonr@gnu.org>
9527
9528 * w32term.c (WS_EX_LAYERED): Define if not already.
9529
9530 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
9531
9532 * xfaces.c (set_font_frame_param): Don't try to set the font
9533 parameter if it is still unspecified in the lface.
9534
9535 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9536
9537 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
9538 face if it didn't already exist.
9539
9540 * xdisp.c (try_window_id): Give up if word-wrapping is on.
9541
9542 2008-07-05 Andreas Schwab <schwab@suse.de>
9543
9544 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
9545
9546 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
9547
9548 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
9549 word-wrapping.
9550 (IT_DISPLAYING_WHITESPACE): New macro.
9551 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
9552 when word-wrapping. Simplify word-wrapping logic. Use correct
9553 pixel positions when saving copies of the iterator.
9554 (display_line): Use proper wrap point if the last character on a
9555 line was preceded by whitespace.
9556
9557 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
9560
9561 2008-07-04 Kenichi Handa <handa@m17n.org>
9562
9563 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
9564
9565 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
9566
9567 2008-07-02 Jason Rumney <jasonr@gnu.org>
9568
9569 * xfns.c (syms_of_xfns): Only define x-select-font when both
9570 HAVE_FREETYPE and USE_GTK.
9571
9572 * xdisp.c (next_element_from_display_vector): Move assignment out
9573 of if statement.
9574
9575 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9576
9577 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
9578
9579 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
9580 (syms_of_fileio): Initialize and export them.
9581 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
9582
9583 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
9584 (Fsystem_move_file_to_trash): New function.
9585 (syms_of_w32fns): Export it to lisp.
9586
9587 2008-07-01 Jason Rumney <jasonr@gnu.org>
9588
9589 * w32font.c (w32font_text_extents): Don't count overhang as part
9590 of width.
9591
9592 2008-06-30 Miles Bader <miles@gnu.org>
9593
9594 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
9595 Add `avoid_cursor_p' field.
9596
9597 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
9598 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
9599 (append_glyph, append_composite_glyph, produce_image_glyph)
9600 (append_stretch_glyph): Initialize avoid_cursor_p.
9601 (get_it_property): Rename from `get_line_height_property'.
9602 (x_produce_glyphs): Use get_it_property.
9603 (handle_line_prefix, push_display_prop): New functions.
9604 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
9605 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
9606 New variables.
9607 (syms_of_xdisp): Initialize them.
9608
9609 2008-06-30 Kenichi Handa <handa@m17n.org>
9610
9611 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
9612 XftDefaultSubstitute (they are called in XftFontMatch).
9613 (xftfont_open): Fix args to ftfont_font_format.
9614
9615 * ftfont.c (fc_charset_table): New member lang.
9616 (ftfont_resolve_generic_family): New arg pattern.
9617 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
9618 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
9619 (ftfont_open): Fix args to ftfont_font_format.
9620 (ftfont_font_format): New arg filename.
9621
9622 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
9623
9624 * xfaces.c (Finternal_merge_in_global_face): If default face was
9625 modified, realize it again. Update the font face attribute.
9626
9627 2008-06-29 Jason Rumney <jasonr@gnu.org>
9628
9629 * w32term.c (x_set_frame_alpha): Fix logic.
9630
9631 2008-06-29 Kenichi Handa <handa@m17n.org>
9632
9633 * fontset.c (Finternal_char_font): Return font-object instead of
9634 font-name.
9635
9636 * composite.c (get_composition_id): Fix the width calculation for TAB.
9637
9638 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9639
9640 * indent.c (Fvertical_motion): Properly handle float column arg.
9641
9642 2008-06-28 Jason Rumney <jasonr@gnu.org>
9643
9644 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
9645 (pfnSetLayeredWindowAttributes): New function pointer.
9646 (w32_initialize): Initialize it when supported.
9647 (x_set_frame_alpha): New function.
9648
9649 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
9650 (w32_frame_parm_handlers): Set alpha handler.
9651
9652 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
9653
9654 2008-06-27 Jason Rumney <jasonr@gnu.org>
9655
9656 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
9657 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
9658 (w32_to_x_charset, x_to_w32_charset)
9659 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9660 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9661 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9662 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9663 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9664 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9665 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
9666 (Qw32_charset_unicode): Remove.
9667 (syms_of_w32fns): Update for above changes.
9668
9669 * w32font.c (w32_to_x_charset, x_to_w32_charset)
9670 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
9671 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
9672 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
9673 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
9674 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
9675 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
9676 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
9677 (syms_of_w32font): Update for above changes.
9678
9679 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
9680
9681 * s/usg5-4.h: Fix previous change: keep the correct branch of a
9682 removed #if.
9683 (USG_SHARED_LIBRARIES): Remove duplicate definition.
9684
9685 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9686 Eli Zaretskii <eliz@gnu.org>
9687
9688 * makefile.w32-in (LOCAL_FLAGS):
9689 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
9690
9691 * sysdep.c (_spawnlp, _getpid):
9692 Declare with explicit _cdecl instead of _CRTAPI1.
9693
9694 * editfns.c (Fget_internal_run_time):
9695 Check for WINDOWSNT with #ifdef, not #if.
9696
9697 2008-06-26 Jason Rumney <jasonr@gnu.org>
9698
9699 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
9700
9701 * w32term.c (x_draw_glyph_string_foreground)
9702 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
9703 Use FONT_HANDLE macro.
9704 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
9705
9706 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9707 (uniscribe_encode_char): Use FONT_HANDLE macro.
9708
9709 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
9710 (w32font_text_extents): Use precast w32_font.
9711 (w32font_close): Free cached metrics.
9712 (w32font_open_internal): Allocate space for name on stack.
9713
9714 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
9715
9716 * xdisp.c (extend_face_to_end_of_line): Fix last change.
9717
9718 2008-06-26 Jason Rumney <jasonr@gnu.org>
9719
9720 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
9721 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
9722
9723 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
9724
9725 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
9726
9727 2008-06-26 Jason Rumney <jasonr@gnu.org>
9728
9729 * w32bdf.c, w32bdf.h: Remove obsolete files.
9730
9731 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
9732
9733 * w32gui.h: Don't include w32bdf.h.
9734 (XCharStruct, enum w32_char_font_type, W32FontStruct):
9735 Remove obsolete font support.
9736
9737 * w32font.h (struct w32font_info): Remove compat_w32_font.
9738 Add hfont member.
9739 (FONT_COMPAT): Remove obsolete macro.
9740
9741 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
9742 (w32font_encode_char, w32font_text_extents): Use new hfont member.
9743 (w32font_open_internal): Remove compat code. Set new hfont member.
9744 (Fx_select_font): Use new hfont member.
9745
9746 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
9747 (uniscribe_encode_char): Use new hfont member.
9748
9749 * w32term.c (x_draw_glyph_string_foreground)
9750 (x_draw_composite_glyph_string_foreground): Use new hfont member.
9751 (x_draw_glyph_string): Use metrics in w32font_info.
9752
9753 2008-06-26 Kenichi Handa <handa@m17n.org>
9754
9755 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
9756
9757 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9758
9759 * unexnext.c:
9760 * m/ews4800.h:
9761 * m/hp9000s300.h:
9762 * m/ibm370aix.h:
9763 * m/mips-siemens.h:
9764 * m/ncr386.h:
9765 * m/next.h:
9766 * m/pmax.h:
9767 * m/powerpcle.h:
9768 * m/tandem-s2.h:
9769 * s/386bsd.h:
9770 * s/bsd386.h:
9771 * s/bsd4-1.h:
9772 * s/bsd4-2.h:
9773 * s/bsdos2-1.h:
9774 * s/bsdos2.h:
9775 * s/bsdos3.h:
9776 * s/bsdos4.h:
9777 * s/nextstep.h:
9778 * s/ultrix4-3.h:
9779 * s/usg5-0.h:
9780 * s/usg5-2-2.h:
9781 * s/usg5-2.h:
9782 * s/usg5-4-3.h:
9783 * s/ux4800.h:
9784 * s/uxpds.h:
9785 * s/uxpv.h: Remove support for obsolete systems.
9786 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
9787 Remove, insert contents in s/hpux10-20.h.
9788 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
9789 Remove, insert contents in s/aix4-2.h.
9790 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
9791 * s/bsd4-3.h: Rename to ...
9792 * s/bsd-common.h: ... this.
9793 * data.c:
9794 * doc.c:
9795 * ecrt0.c:
9796 * emacs.c:
9797 * fileio.c:
9798 * floatfns.c:
9799 * keyboard.c:
9800 * mem-limits.h:
9801 * print.c:
9802 * process.c:
9803 * sysdep.c:
9804 * syssignal.h:
9805 * systty.h:
9806 * syswait.h:
9807 * term.c:
9808 * unexec.c:
9809 * unexelf.c:
9810 * unexhp9k800.c:
9811 * m/hp800.h:
9812 * m/ibmrs6000.h:
9813 * m/mips.h:
9814 * m/vax.h:
9815 * s/darwin.h:
9816 * s/freebsd.h:
9817 * s/gnu.h:
9818 * s/ms-w32.h:
9819 * s/msdos.h:
9820 * s/netbsd.h:
9821 * s/template.h: Remove references to obsolete variables.
9822
9823 * Makefile.in: Add dependencies for all unexec files.
9824 (admindir): Remove unused variable.
9825 (UNEXEC_SRC): Remove references.
9826
9827 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
9828
9829 * xfns.c (x_default_font_parameter): If Xft is available, first
9830 try Monospace-12 for the default font.
9831
9832 2008-06-25 Jason Rumney <jasonr@gnu.org>
9833
9834 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
9835
9836 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
9839
9840 * buffer.c (syms_of_buffer): Remove default-word-wrap.
9841
9842 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
9843
9844 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
9845 <scroll-conservatively>: Fix typo in docstring.
9846
9847 * xselect.c (Fx_send_client_event): Doc fix.
9848
9849 2008-06-25 Kenichi Handa <handa@m17n.org>
9850
9851 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
9852
9853 * font.c (font_parse_fcname): Remove unused variables.
9854 (font_sort_entites): Delete the arg SPEC. Caller changed.
9855 Fix for the case of ! best_only.
9856 (font_delete_unmatched): Check DPI and AVGWIDTH too.
9857
9858 * lisp.h (Fstring_to_unibyte): EXFUN it.
9859
9860 * character.h (str_to_unibyte): Extern it.
9861
9862 * character.c (str_to_unibyte): New function.
9863
9864 * fns.c (Fstring_to_unibyte): New function.
9865 (syms_of_fns): Defsubr it.
9866
9867 2008-06-24 Kenichi Handa <handa@m17n.org>
9868
9869 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
9870 DPI too.
9871 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
9872
9873 2008-06-24 Andreas Schwab <schwab@suse.de>
9874
9875 * Makefile.in (${lispsource}loaddefs.el): Rename from
9876 ../lisp/loaddefs.el.
9877 (bootstrap-clean): Do what distclean does but don't remove
9878 Makefile.
9879 (distclean): Depend on bootstrap-clean and remove Makefile.
9880
9881 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
9882
9883 * buffer.h (struct buffer): New member word_wrap.
9884
9885 * buffer.c (syms_of_buffer): New variables default-word-wrap and
9886 word-wrap.
9887 (init_buffer_once): Initialize them.
9888
9889 * dispextern.h (struct it): Replace bool truncate_lines_p with a
9890 line_wrap enum possessing three possible values.
9891
9892 * termopts.h: Replace truncate_partial_width_windows with
9893 Vtruncate_partial_width_windows.
9894
9895 * dispnew.c (direct_output_for_insert): Avoid direct output when
9896 inserting a space with word wrap on.
9897
9898 * indent.c (compute_motion): Obey integer values of
9899 truncate-partial-width-windows.
9900
9901 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
9902 replacing truncate_partial_width_windows.
9903 (init_iterator): If Vtruncate_partial_width_windows is an integer,
9904 truncate only if the window width is below that integer.
9905 (start_display, resize_mini_window, produce_stretch_glyph)
9906 (display_string, move_it_in_display_line_to): Use line_wrap.
9907 (back_to_previous_visible_line_start, reseat_1): Reset
9908 string_from_display_prop_p.
9909 (display_line): Extend default face to end of line when wrapping.
9910
9911 2008-06-24 Kim F. Storm <storm@cua.dk>
9912
9913 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
9914 to wrap continued lines at word boundaries.
9915
9916 2008-06-24 Jason Rumney <jasonr@gnu.org>
9917
9918 * font.c (Ffont_face_attributes): Multiply pixel size before point
9919 conversion to avoid multiplying rounding error.
9920
9921 2008-06-23 Jason Rumney <jasonr@gnu.org>
9922
9923 * w32term.c (x_draw_glyph_string_background)
9924 (x_draw_glyph_string): Remove old bdf font code.
9925
9926 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
9927
9928 2008-06-22 Kenichi Handa <handa@m17n.org>
9929
9930 * font.c (font_find_for_lface): Try the adstyle specified in
9931 the property of LFACE_FONT of LFACE (if any).
9932
9933 2008-06-21 Seiji Zenitani <zenitani@mac.com>
9934 Ryo Yoshitake <ryo@shiftmode.net>
9935
9936 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
9937
9938 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9939
9940 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
9941 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
9942 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
9943 (witness-emacs): Remove.
9944 (lisp, shortlisp): Move loaddefs.el earlier.
9945 (mostlyclean): Forget about witness-emacs.
9946
9947 2008-06-22 Glenn Morris <rgm@gnu.org>
9948
9949 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
9950 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
9951
9952 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * Makefile.in (PRECOMP): Remove.
9955 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
9956 (witness-emacs): Run `compile-first'.
9957 (.el.elc): Use the new compile-onefile target.
9958
9959 2008-06-21 Kenichi Handa <handa@m17n.org>
9960
9961 * xftfont.c (xftfont_open): Handle QCembolden only when
9962 FC_EMBOLDEN is defined.
9963
9964 2008-06-21 Andreas Schwab <schwab@suse.de>
9965
9966 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
9967 (.el.elc): Likewise.
9968
9969 2008-06-21 Miles Bader <miles@gnu.org>
9970
9971 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
9972 build dir, not the lisp source dir.
9973
9974 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9975
9976 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
9977 (bootstrapclean): Remove.
9978 (.el.elc): New rule.
9979 (PRECOMP): New var.
9980 (../lisp/subdirs.el): Remove.
9981 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
9982 (witness-emacs): New target.
9983 (mostlyclean): Remove witness-emacs as well.
9984 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
9985 Add witness-emacs dependency.
9986
9987 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
9988
9989 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
9990 defined by the font.
9991
9992 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9995 (bootstrap-clean): New target that keeps TAGS around.
9996 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
9997 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
9998
9999 2008-06-20 Jason Rumney <jasonr@gnu.org>
10000
10001 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
10002 Remove obsolete font code.
10003
10004 * w32font.c (font_matches_spec): Use csb bitfield from font signature
10005 to determine language support.
10006
10007 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * sysdep.c (cfsetspeed): New fun extracted from the code.
10010 (cfmakeraw): Move before first use.
10011
10012 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
10013
10014 * sysdep.c (cfmakeraw): Provide fallback implementation.
10015 (serial_configure): Provide fallback implementation of cfsetspeed.
10016
10017 2008-06-20 Kenichi Handa <handa@m17n.org>
10018
10019 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
10020 the pattern.
10021
10022 * fontset.c (fontset_from_font): Copy font_spec before changing
10023 the elements.
10024
10025 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
10026
10027 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10028
10029 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
10030 for explicit `font' parameters.
10031
10032 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
10033
10034 2008-06-19 Kenichi Handa <handa@m17n.org>
10035
10036 * frame.c: Include <ctype.h>.
10037 (x_set_font_backend): Allow spacing characters in the X resource
10038 for FontBackend.
10039
10040 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10041
10042 * w32fns.c, xfns.c (Qfont_param): New var.
10043 (syms_of_w32fns): Initialize it.
10044 (x_default_font_parameter): Record explicit `font' into
10045 `font-parameter'.
10046
10047 2008-06-18 Kenichi Handa <handa@m17n.org>
10048
10049 * font.c (font_parse_xlfd): Fix previous change.
10050 (font_parse_fcname): Don't use :fc-unknown-spec.
10051 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
10052 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
10053 (font_add_log): Prepend the driver name to the resulting fonts.
10054
10055 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
10056 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
10057 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
10058
10059 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
10060 (QCembolden): New variables.
10061 (syms_of_xftfont): DEFSYM them.
10062 (xftfont_open): Call XftFontMatch. Don't trust the result of
10063 XftTextExtents8 if the pixel_size is less than 5.
10064
10065 2008-06-18 Andreas Schwab <schwab@suse.de>
10066
10067 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
10068 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
10069
10070 2008-06-18 Jason Rumney <jasonr@gnu.org>
10071
10072 * w32font.c (w32font_list, w32font_match): Add logging.
10073
10074 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
10075
10076 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
10077
10078 * font.c (font_parse_fcname): Store divider characters for
10079 unknown-spec list. For known key symbols, intern using correct
10080 symbol name.
10081
10082 2008-06-17 Kenichi Handa <handa@m17n.org>
10083
10084 * xfaces.c (realize_default_face): If the frame is not on window
10085 system, set the fontset of face to nil.
10086
10087 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10088
10089 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
10090
10091 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
10092
10093 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
10094 (build_font_name_from_vector): Delete externs.
10095
10096 * xfaces.c (struct font_name): Don't declare.
10097
10098 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
10101
10102 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
10103
10104 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
10105
10106 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
10107
10108 * font.c (Ffont_spec): Fix usage in docstring.
10109 (Ffont_face_attributes): Doc fix.
10110
10111 2008-06-16 Andreas Schwab <schwab@suse.de>
10112
10113 * font.c (Ffont_face_attributes): Fix definition.
10114
10115 2008-06-16 Jason Rumney <jasonr@gnu.org>
10116
10117 * font.h (font_style_symbolic_from_value): Remove.
10118
10119 * font.c (font_style_symbolic_from_value): Remove.
10120 (font_style_symbolic): Revert to pre 2008-06-13 version.
10121
10122 * w32font.c (w32_to_fc_weight): New function.
10123 (w32font_full_name, logfont_to_fcname): Use it.
10124
10125 2008-06-16 Kenichi Handa <handa@m17n.org>
10126
10127 * font.c (font_check_object): Delete it.
10128 (font_clear_cache): Check if a font-object is alive.
10129 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
10130 font-object to nil.
10131 (font_close_object): Don't check FONT_CLOSE_OBJECT.
10132 (font_at): Don't call font_check_object.
10133 (Ffont_get): Return a symbol for :weight, :slant, and :width.
10134
10135 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10136
10137 * puresize.h (BASE_PURESIZE): Increase to 1230000.
10138
10139 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
10140
10141 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
10142
10143 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
10144
10145 * font.c (font_parse_fcname): Only one decimal point.
10146 (font_unparse_fcname): Handle data in family and foundry indices
10147 as symbols, not strings.
10148 (font_unparse_gtkname, Ffont_face_attributes): New functions.
10149
10150 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
10151
10152 * font.h (font_unparse_gtkname): Add prototype.
10153
10154 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10155
10156 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
10157
10158 2008-06-15 Andreas Schwab <schwab@suse.de>
10159
10160 * font.c (font_update_drivers): Fix crash when no drivers match.
10161
10162 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
10165 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
10166
10167 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
10170
10171 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10172
10173 * process.c (Fserial_process_configure, Fprocess_send_eof):
10174 Use EQ to compare Lisp_Objects.
10175
10176 2008-06-13 Jason Rumney <jasonr@gnu.org>
10177
10178 * w32fns.c (Fw32_select_font): Remove old font API function.
10179
10180 * w32font.c (logfont_to_fcname): New function.
10181 (Fx_select_font): New font dialog function compatible with
10182 GTK/fontconfig version.
10183
10184 * font.c (font_style_symbolic_from_value): New function.
10185 (font_style_symbolic): Use it.
10186
10187 * font.h (font_style_symbolic_from_value): Declare new function.
10188
10189 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
10190
10191 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
10192 <font-width-table>: Fix typos in docstrings.
10193
10194 2008-06-13 Daniel Engeler <engeler@gmail.com>
10195
10196 These changes add serial port access.
10197 * process.c: Add HAVE_SERIAL.
10198 (Fdelete_process, Fprocess_status, Fset_process_buffer)
10199 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
10200 (list_processes_1, select_wrapper, Fstop_process)
10201 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
10202 (status_notify): Modify to handle serial processes.
10203 [HAVE_SERIAL] (Fserial_process_configure)
10204 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
10205 New functions.
10206 * process.h (struct Lisp_Process): Add `type'.
10207 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
10208 New functions.
10209 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
10210 serial ports.
10211 (serial_open, serial_configure): New functions.
10212 * w32.h: Add FILE_SERIAL.
10213 (struct _child_process): Add ovl_read, ovl_write.
10214
10215 2008-06-13 Kenichi Handa <handa@m17n.org>
10216
10217 * dispextern.h (enum lface_attribute_index): New member
10218 LFACE_FOUNDRY_INDEX.
10219
10220 * font.c (font_score): Delete arg alternate_families. Check only
10221 weight, slant, width, and size. Ignore the difference of alias
10222 style symbols.
10223 (font_sort_entites): Adjust for the above change. Reflect the
10224 order of font-driver to scores.
10225 (font_list_entities): Don't check alternate_familes here.
10226 (font_clear_prop): Handle foundry.
10227 (font_update_lface): Don't parse "foundry-family" form here.
10228 Handle FONT_FOUNDRY_INDEX.
10229 (font_find_for_lface): Likewise. Handle alternate families here.
10230 If registry is nil, try iso8859-1 and ascii-0.
10231 (font_open_for_lface): Pay attention to size in ENTITY.
10232 (font_open_by_name): Simplify by calling font_load_for_lface.
10233 (free_font_driver_list): Delete it.
10234 (font_update_drivers): Preserve the order of backends.
10235 (syms_of_font): Setting of sort_shift_bits adjusted for the change
10236 of font_score and font_sort_entites.
10237 (font_update_sort_order): Likewise.
10238
10239 * xfaces.c (LFACE_FOUNDRY): New macro.
10240 (check_lface_attrs): Check foundry.
10241 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
10242 (merge_face_vectors): Check foundry.
10243 (merge_face_ref): Likewise.
10244 (Finternal_set_lisp_face_attribute): Likewise.
10245 (x_update_menu_appearance): Likewise.
10246 (Finternal_get_lisp_face_attribute): Likewise.
10247 (lface_hash): Likewise.
10248 (lface_same_font_attributes_p): Likewise.
10249 (x_supports_face_attributes_p): Likewise.
10250 (tty_supports_face_attributes_p): Likewise.
10251 (Finternal_set_alternative_font_family_alist): Intern strings.
10252 (Finternal_set_alternative_font_registry_alist): Downcase strings.
10253 (realize_default_face): Set LFACE_FOUNDRY (lface).
10254
10255 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
10256 font-driver at first.
10257
10258 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
10259
10260 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10261
10262 * lread.c (Fload): Use xfree, not free on saved_doc_string.
10263
10264 2008-06-12 Jim Meyering <meyering@redhat.com>
10265
10266 Make unexec_free handle NULL the same way free does.
10267 * unexmacosx.c (unexec_free): Ignore a NULL argument.
10268
10269 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10270
10271 * character.h (CHAR_TO_BYTE_SAFE): New macro.
10272 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
10273 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
10274 (WEAK_ALIAS): Simplify.
10275 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
10276 when searching a unibyte buffer.
10277
10278 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
10279
10280 * xfns.c (Fx_select_font): Rename from x-font-dialog.
10281
10282 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
10283
10284 * w32font.c: Include ctype.h.
10285
10286 2008-06-11 Jason Rumney <jasonr@gnu.org>
10287
10288 * w32font.c (w32font_encode_char): Detect missing glyphs that are
10289 misreported as space.
10290 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
10291 as aliases for registry iso10646-1.
10292
10293 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * buffer.c (clone_per_buffer_values): Skip `name'.
10296
10297 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
10298
10299 * font.c (font_parse_fcname): Fix last change; accept decimal
10300 points in font size.
10301
10302 2008-06-10 Jason Rumney <jasonr@gnu.org>
10303
10304 * w32uniscribe.c (add_opentype_font_name_to_list):
10305 Skip non unicode fonts.
10306
10307 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
10308
10309 * xfns.c (Fx_font_dialog): New function.
10310
10311 * gtkutil.c (xg_dialog_response_cb): Rename from
10312 xg_file_response_callback.
10313 (pop_down_dialog): Rename from pop_down_file_dialog.
10314 (xg_get_file_name): Callers changed.
10315 (xg_get_font_name): New function.
10316
10317 * gtkutil.h (xg_get_font_name): Insert prototype.
10318
10319 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
10322 x_underline_minimum_display_offset.
10323 (syms_of_xdisp): Declare it here rather than in xterm.c.
10324 * dispextern.h (underline_minimum_offset): Declare it.
10325 * w32term.c (x_draw_glyph_string): Use it.
10326 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
10327 (syms_of_xterm): Don't declare it any more.
10328 (x_draw_glyph_string): Adjust to the new name.
10329
10330 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
10331
10332 * xterm.c (x_underline_minimum_display_offset): New var.
10333 (x_draw_glyph_string): Use it.
10334 (syms_of_xterm): Declare it.
10335
10336 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
10337
10338 * font.c (font_parse_fcname): Accept GTK-style font names too.
10339
10340 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * dired.c (file_name_completion): Don't return t if the match is exact
10343 but with different capitalization.
10344 * minibuf.c (Ftry_completion): Simplify.
10345
10346 * window.c (Vwindow_point_insertion_type): New var.
10347 (set_window_buffer): Use it.
10348 (syms_of_window): Init and export it to Lisp.
10349
10350 2008-06-10 Kenichi Handa <handa@m17n.org>
10351
10352 * font.h (font_intern_prop): Prototype adjusted.
10353
10354 * font.c (font_intern_prop): New arg force_symbol.
10355 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
10356 Adjust for the change of font_intern_prop.
10357
10358 * ftfont.c (ftfont_pattern_entity):
10359 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
10360 (w32_registry):
10361 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
10362 the change of font_intern_prop.
10363
10364 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
10365
10366 * w32menu.c (digest_single_submenu): Declare extern.
10367
10368 2008-06-09 Jason Rumney <jasonr@gnu.org>
10369
10370 * w32term.c (x_make_frame_visible): Use alternate restore flags.
10371
10372 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
10373 (parse_single_submenu): Remove.
10374 (digest_single_submenu): Remove.
10375 (syms_of_w32menu): Don't initialise variables that have moved
10376 to menu.c.
10377 (set_frame_menubar): Sync with version in xmenu.c.
10378 (w32_menu_show): Sync with xmenu_show in xmenu.c.
10379
10380 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
10381 Make static again.
10382
10383 2008-06-09 Jason Rumney <jasonr@gnu.org>
10384
10385 Changes to w32 files related to the move of common menu code
10386 to menu.c on 2008-06-08 by Chong Yidong.
10387
10388 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
10389 defs to w32gui.h.
10390 (single_keymap_panes, push_menu_item, push_menu_pane):
10391 Make globally visible.
10392
10393 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
10394 (local_free, malloc_widget_value, free_widget_value)
10395 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
10396 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
10397 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
10398 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
10399 (menu_items, menu_items_allocated, menu_items_used)
10400 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
10401 (init_menu_items, finish_menu_items, discard_menu_items)
10402 (grow_menu_items, push_submenu_start, push_submenu_end)
10403 (push_left_right_boundary, push_menu_pane, push_menu_item)
10404 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
10405 (free_menubar_widget_tree_value, parse_single_submenu)
10406 (update_submenu_strings): Remove functions.
10407 (xmalloc_widget_value): Remove and declare extern.
10408
10409 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
10410 (OBJ1): Build it.
10411
10412 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
10413 (local_heap, local_alloc, local_free, malloc_widget_value)
10414 (free_widget_value): Define here.
10415
10416 2008-06-09 Kenichi Handa <handa@m17n.org>
10417
10418 * font.h (Qascii_0): Extern it.
10419
10420 * font.c (Qascii_0): New variable.
10421 (syms_of_font): DEFSYM it.
10422 (font_open_by_name): If the registry "iso8859-1" fails, try also
10423 "ascii-0".
10424
10425 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
10426
10427 2008-06-08 Kenichi Handa <handa@m17n.org>
10428
10429 * .gdbinit (xfont): New command.
10430
10431 2008-06-08 Andreas Schwab <schwab@suse.de>
10432
10433 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
10434 * Makefile.in (menu.o): Update dependencies.
10435
10436 * Makefile.in (obj): Always add menu.o.
10437 * emacs.c (main): Always call syms_of_menu.
10438 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
10439
10440 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
10441
10442 * Makefile.in: Compile menu.c.
10443
10444 * lisp.h: Declare syms_of_menu.
10445
10446 * emacs.c (main): Call syms_of_menu.
10447
10448 * keyboard.h: Relocate platform-independent menu definitions from
10449 xmenu.c.
10450
10451 * menu.c: New file. Relocate platform-independent menu
10452 definitions from xmenu.c. Suggested by Adrian Robert.
10453
10454 * xmenu.c: Remove platform-independent menu definitions.
10455 (menu_items menu_items_inuse, menu_items_allocated)
10456 (menu_items_used, menu_items_n_panes)
10457 (menu_items_submenu_depth): Move to keyboard.h.
10458 (init_menu_items, finish_menu_items, unuse_menu_items)
10459 (discard_menu_items, restore_menu_items, save_menu_items)
10460 (grow_menu_items, push_submenu_start, push_submenu_end)
10461 (push_left_right_boundary, push_menu_pane, push_menu_item)
10462 (keymap_panes, single_keymap_panes, single_menu_item)
10463 (list_of_panes, list_of_items, find_and_call_menu_selection)
10464 (xmalloc_widget_value, free_menubar_widget_value_tree)
10465 (parse_single_submenu, digest_single_submenu)
10466 (update_submenu_strings): Move to menu.c.
10467
10468 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
10471
10472 2008-06-06 Miles Bader <miles@gnu.org>
10473
10474 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10475 face, not frame default.
10476
10477 2008-06-05 Martin Rudalics <rudalics@gmx.at>
10478
10479 * window.c (pop_up_windows, pop_up_frames)
10480 (display_buffer_reuse_frames, Vpop_up_frame_function)
10481 (Vdisplay_buffer_function, Veven_window_heights)
10482 (Vspecial_display_buffer_names, Vspecial_display_regexps)
10483 (Vspecial_display_function, Vsame_window_buffer_names)
10484 (Vsame_window_regexps, split_height_threshold)
10485 (Vsplit_window_preferred_function): Move those vars to window.el.
10486 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10487 (Fdisplay_buffer): Move those functions to window.el.
10488 (syms_of_window): Remove corresponding declarations.
10489 (display_buffer): New function.
10490 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10491 * dispnew.c (Flast_nonminibuf_frame): New function.
10492 * buffer.c (Fpop_to_buffer): Move to window.el.
10493
10494 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10497
10498 2008-06-05 Kenichi Handa <handa@m17n.org>
10499
10500 * coding.c (detect_coding): Fix previous change.
10501 (detect_coding_system): Likewise.
10502
10503 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10504
10505 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10506
10507 * keymap.c (Vminibuffer_local_filename_must_match_map):
10508 Rename from Vminibuffer_local_must_match_filename_map.
10509 (syms_of_keymap):
10510 * minibuf.c (Fcompleting_read): Adjust accordingly.
10511 * commands.h: Rename declaration as well.
10512
10513 2008-06-05 Kenichi Handa <handa@m17n.org>
10514
10515 * font.c (Ffont_spec): Don't use font_parse_family_registry for
10516 family name.
10517 (Ffont_put): Likewise.
10518
10519 * fontset.c (fontset_find_font): Call font_open_for_lface with the
10520 current font-spec.
10521
10522 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
10523 is unspecified.
10524
10525 * xfaces.c (realize_x_face): If the font-related face attributes
10526 are the same as those of default face, realize a new fontset from
10527 default->fontset.
10528 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
10529
10530 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10531
10532 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
10533 (move_it_in_display_line): New wrapper.
10534
10535 * window.c (window_scroll_pixel_based_preserve_x)
10536 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
10537 (window_scroll_pixel_based, window_scroll_line_based):
10538 Use them to preserve column positions.
10539 (syms_of_window): Initialize them.
10540
10541 * indent.c (Fvertical_motion): Extend first arg to allow passing an
10542 (HPOS . VPOS) pair.
10543
10544 * dispextern.h (move_it_in_display_line): Declare.
10545
10546 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
10547
10548 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
10549 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
10550 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
10551
10552 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
10553
10554 * window.c (Fset_window_parameter): Doc fix.
10555 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
10556
10557 2008-06-04 Joakim Verona <joakim@verona.se>
10558
10559 * window.h (struct window): Add new member window_parameters.
10560
10561 * window.c (Fwindow_parameters, Fwindow_parameter)
10562 (Fset_window_parameter): New defuns.
10563 (syms_of_window): Defsubr the new defuns.
10564 (make_window): Initialize window_parameters to nil.
10565
10566 2008-06-04 John Paul Wallington <jpw@pobox.com>
10567
10568 * eval.c (Fdefmacro): Doc fix.
10569
10570 2008-06-04 Kenichi Handa <handa@m17n.org>
10571
10572 * coding.c (detect_coding): Fix handling of coding->head_ascii.
10573 Be sure to call setup_coding_system when we find a proper coding system.
10574 (detect_coding_system): Fix handling of coding->head_ascii.
10575
10576 2008-06-03 Andreas Schwab <schwab@suse.de>
10577
10578 * font.c (font_prop_validate_spacing): Fix last change.
10579
10580 2008-06-03 Kenichi Handa <handa@m17n.org>
10581
10582 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
10583 (font_parse_fcname): Fix handling of unknown key.
10584
10585 * xfont.c (xfont_list): Try an alias.
10586
10587 * charset.c (char_charset): Return NULL if the arg charset_list is
10588 specified and C doesn't belong to any of them.
10589
10590 2008-06-02 Chip Coldwell <coldwell@redhat.com>
10591
10592 * font.c (font_pixel_size): Don't take cdr of an integer.
10593
10594 2008-06-02 Jim Meyering <meyering@redhat.com>
10595
10596 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
10597 * alloc.c (xfree): Return right away for a NULL arg.
10598 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
10599 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
10600 * mac.c (create_apple_event_from_event_ref): Likewise.
10601 (create_apple_event_from_drag_ref, cfstring_create_normalized):
10602 Likewise.
10603 * doprnt.c (doprnt1): Likewise.
10604 * frame.c (frame): Likewise.
10605 * keyboard.c (wipe_kboard): Likewise.
10606 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
10607 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
10608 * term.c (tty_default_color_capabilities, maybe_fatal)
10609 (delete_tty): Likewise.
10610 * w16select.c (string): Likewise.
10611 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
10612 * w32bdf.c (w32_free_bdf_font): Likewise.
10613 * w32fns.c (w32_unload_font): Likewise.
10614 * w32font.c (w32font_close): Likewise.
10615 * window.c (size_window): Likewise.
10616 * xselect.c (receive_incremental_selection): Likewise.
10617 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
10618 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
10619 * w32.c (stat): Likewise.
10620
10621 Remove useless if-before-free tests.
10622 * editfns.c (Fset_time_zone_rule): Likewise.
10623 * lread.c (nosuffix): Likewise.
10624 * ralloc.c (get_bloc): Likewise.
10625 * regex.c (reg_free): Likewise.
10626 * xftfont.c (xftfont_open, xftfont_close): Likewise.
10627 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
10628 * xsmfns.c (smc_save_yourself_CB): Likewise.
10629
10630 2008-06-02 Kenichi Handa <handa@m17n.org>
10631
10632 * font.c (font_find_for_lface): Handle float font size.
10633 (font_open_for_lface): Likewise.
10634
10635 * xfaces.c (x_supports_face_attributes_p): Check face->font before
10636 comparing the properties.
10637
10638 2008-06-01 Jason Rumney <jasonr@gnu.org>
10639
10640 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
10641 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
10642 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
10643 Don't add empty script list.
10644 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
10645
10646 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10647
10648 * Makefile.in (dot, dotdot): Remove, update users.
10649 ".." has been used elsewhere in the file for a long time.
10650 (LIBXT_STATIC): Remove conditional based on unused variable.
10651
10652 2008-06-01 Miles Bader <miles@gnu.org>
10653
10654 * xfaces.c (Vface_remapping_alist): New variable.
10655 (syms_of_xfaces): Initialize it.
10656 (enum named_merge_point_kind): New type.
10657 (struct named_merge_point): Add `named_merge_point_kind' field.
10658 (push_named_merge_point): Make cycle detection respect different
10659 named-merge-point kinds.
10660 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
10661 Remove face-name alias resolution.
10662 (lface_from_face_name): New definition using
10663 `lface_from_face_name_no_resolve'.
10664 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
10665 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
10666 (get_lface_attributes): New definition that layers face-remapping on
10667 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
10668 (lookup_basic_face): New function.
10669 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
10670 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
10671 `get_lface_attributes'.
10672 (face_at_buffer_position): Use `lookup_basic_face' to lookup
10673 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
10674 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
10675
10676 * xdisp.c (init_iterator): Pass base_face_id through
10677 `lookup_basic_face' when we actually use it as a face-id.
10678 (handle_single_display_prop): Use `lookup_basic_face' to lookup
10679 DEFAULT_FACE_ID.
10680
10681 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
10682 lookup the initial face-id.
10683
10684 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
10685
10686 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
10687
10688 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
10689 (Fremove_text_properties): Fix typos in docstrings.
10690
10691 2008-05-31 Kenichi Handa <handa@m17n.org>
10692
10693 * font.c (font_list_entities): Fix the car part of data to be
10694 stored in the cache.
10695
10696 * ftfont.c (ftfont_font_format): Don't use strcasestr.
10697
10698 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10699
10700 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
10701 Add a `test' argument so another predicate than `equal' can be used.
10702 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
10703 (map_char_table): Remove unused vars `c' and `i'.
10704 * lisp.h (Foptimize_char_table): Adjust declaration.
10705 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
10706
10707 2008-05-30 Kenichi Handa <handa@m17n.org>
10708
10709 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
10710 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
10711 defined.
10712
10713 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10714
10715 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
10716 (Fmake_variable_frame_local): Disallow mixing buffer-local and
10717 frame-local settings for the same variable.
10718
10719 2008-05-30 Kenichi Handa <handa@m17n.org>
10720
10721 * fontset.c (Ffont_info): Move to font.c.
10722 (syms_of_fontset): Delete defsubr of Sfont_info.
10723
10724 * font.c (font_style_to_value, font_score): Delete casting of the
10725 args to xstcasecmp.
10726 (register_font_driver): Increment num_font_drivers only when
10727 registering the driver globally.
10728 (Ffont_info): Move from fontset.c. Handle a font object too.
10729 (syms_of_font): Defsubr Sfont_info.
10730
10731 2008-05-29 Kenichi Handa <handa@m17n.org>
10732
10733 * coding.h (enum define_coding_utf8_arg_index): New enum.
10734 (enum coding_attr_index): Change coding_attr_utf_16_bom to
10735 coding_attr_utf_bom.
10736 (enum utf_bom_type): Rename from utf_16_bom_type.
10737 (struct utf_16_spec): Adjust for the above change.
10738 (struct coding_system): Add utf_8_bom in `spec' union.
10739
10740 * coding.c (CODING_UTF_8_BOM): New macro.
10741 (enum coding_category): Delete coding_category_utf_8, add
10742 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
10743 coding_category_utf_8_sig.
10744 (CATEGORY_MASK_UTF_8): Delete it.
10745 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
10746 (CATEGORY_MASK_UTF_8_SIG): New macros.
10747 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
10748 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
10749 CATEGORY_MASK_UTF_8_SIG.
10750 (CATEGORY_MASK_UTF_8): New macro.
10751 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
10752 (detect_coding_utf_8): Check BOM.
10753 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
10754 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
10755 (encode_coding_utf_16): Likewise.
10756 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
10757 (detect_coding, detect_coding_system): Handle utf-8-auto.
10758 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
10759 (syms_of_coding): Fix setting up of Vcoding_category_table.
10760
10761 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10762
10763 * process.c (Faccept_process_output): If `millisec' is non-nil,
10764 `seconds' default to 0.
10765 (wait_reading_process_output): Also return non-nil if we read output
10766 from a non-running process.
10767
10768 2008-05-29 Jason Rumney <jasonr@gnu.org>
10769
10770 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
10771 `raster' specified.
10772 (add_font_entity_to_list): Allow non-opentype truetype fonts back
10773 in the uniscribe backend, but disallow any font that has no
10774 unicode subrange support.
10775
10776 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10777
10778 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
10779 Fix typos in docstrings.
10780
10781 2008-05-29 Kenichi Handa <handa@m17n.org>
10782
10783 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
10784 (Fx_family_fonts): Set frame correctly.
10785
10786 2008-05-28 Jason Rumney <jasonr@gnu.org>
10787
10788 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
10789
10790 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10791
10792 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
10793 calling build_annotations.
10794
10795 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
10796
10797 * coding.c (Fdecode_coding_region, Fencode_coding_region)
10798 (Fencode_coding_string):
10799 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
10800 <latin-extra-code-table>: Fix typos in docstrings.
10801 (syms_of_coding) <coding-system-alist>: Doc fix.
10802 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
10803
10804 2008-05-28 Kenichi Handa <handa@m17n.org>
10805
10806 * fontset.c (Ffont_info): Don't call font_close_object.
10807
10808 * font.c (font_parse_family_registry): Use Ffont_put to validate
10809 foundry and family.
10810 (font_delete_unmatched): Don't check spacing.
10811 (font_list_entities): Add spacing to the spec to list fonts.
10812
10813 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
10814 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
10815
10816 * coding.c (encode_coding_raw_text): Fix previous change.
10817 (encode_coding_object): When the dst_object is a buffer and is
10818 different from src_object, move gap to PT.
10819
10820 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10821
10822 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
10823
10824 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10825
10826 * coding.c (encode_coding_raw_text): Set coding->produced_char for
10827 all branches. Compute it differently.
10828
10829 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
10830
10831 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
10832
10833 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
10834 into "else if () ... else ...".
10835
10836 2008-05-27 Jason Rumney <jasonr@gnu.org>
10837
10838 * w32font.c (w32font_open_internal): Determine if glyph indices
10839 are likely to work here.
10840
10841 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10842
10843 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
10844 draw overlap glyphs with appropriate highlighting.
10845
10846 2008-05-27 Kenichi Handa <handa@m17n.org>
10847
10848 * xfont.c (xfont_open): Fix calculation of font->average_width.
10849
10850 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * casefiddle.c (casify_object): Try to guess better whether the
10853 argument is a byte or a char.
10854
10855 2008-05-26 Andreas Schwab <schwab@suse.de>
10856
10857 * xselect.c (x_reply_selection_request): Properly handle format == 32.
10858 Always send multiples of format size.
10859
10860 * xterm.c (x_set_frame_alpha): Fix type mismatch.
10861
10862 2008-05-26 Jason Rumney <jasonr@gnu.org>
10863
10864 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
10865 (compute_metrics): Don't set failure if we just cleared the cache.
10866 (w32_weight_table): Remove unused variable.
10867 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
10868 backwards compatibility.
10869
10870 2008-05-25 Kenichi Handa <handa@m17n.org>
10871
10872 * w32term.c (x_draw_glyph_string):
10873 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
10874
10875 * xfaces.c: Delete unused function prototypes.
10876 (xstrlwr, font_frame): Delete them.
10877 (clear_face_cache): Delete unused variable.
10878
10879 * xftfont.c (xftfont_open): Delete unused variable.
10880 If underline_thickness is not 1, adjust underline_position.
10881
10882 * ftxfont.c (ftxfont_open): Delete unused variable.
10883
10884 * fontset.c (face_for_char): Optimize for the case of no charset
10885 property.
10886
10887 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
10888 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
10889 (otf_open, font_otf_capability, generate_otf_features)
10890 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10891 Comment out by surrounding "#if 0" and "#endif" for the moment.
10892 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
10893 (syms_of_font): Codes for accessing above commented out.
10894
10895 2008-05-24 Eli Zaretskii <eliz@gnu.org>
10896
10897 * w32proc.c: Include dispextern.h.
10898
10899 * w32.c: Include dispextern.h.
10900
10901 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10902
10903 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
10904 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
10905 Fix typos in docstrings.
10906
10907 2008-05-23 Jason Rumney <jasonr@gnu.org>
10908
10909 * xsmfns.c: Remove includes that are already included by config.h.
10910
10911 2008-05-23 Kenichi Handa <handa@m17n.org>
10912
10913 * charset.c (Qemacs, charset_emacs): New variables.
10914 (char_charset): Fix for non-Unicode characters.
10915 (syms_of_charset): Define charset_emacs.
10916
10917 * w32term.c (x_draw_glyph_string): Be sure to update
10918 s->underline_thickness and s->underline_position. Be sure to draw
10919 underline within the current line area.
10920
10921 * xterm.c (x_draw_glyph_string): Be sure to update
10922 s->underline_thickness and s->underline_position. Be sure to draw
10923 underline within the current line area.
10924
10925 * fontset.c: Delete unused variables and add casting for char *
10926 throughout the file.
10927 (fontset_font): Try the fallback fonts of the current fontset
10928 before consulting the default fontset.
10929
10930 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
10931
10932 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
10933
10934 2008-05-22 Jason Rumney <jasonr@gnu.org>
10935
10936 * font.c: Don't include strings.h.
10937
10938 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
10939
10940 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
10941 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
10942 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
10943 to call xstrcasecmp.
10944
10945 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
10946
10947 * fontset.c (fs_query_fontset): Use xstrcasecmp.
10948
10949 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
10950
10951 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
10952
10953 2008-05-22 Kenichi Handa <handa@m17n.org>
10954
10955 * puresize.h (BASE_PURESIZE): Increase to 1220000.
10956
10957 * font.c (font_prop_validate_style): Adjust for the format
10958 change of font_style_table.
10959
10960 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
10961 two args.
10962
10963 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
10964 two args.
10965
10966 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * minibuf.c (keys_of_minibuf): Delete.
10969 * lisp.h (keys_of_minibuf): Delete.
10970 * emacs.c (main): Don't call keys_of_minibuf.
10971
10972 2008-05-22 Kenichi Handa <handa@m17n.org>
10973
10974 * ftfont.c (ftfont_resolve_generic_family): Rename from
10975 ftfont_list_generic_family. Return a single family for each
10976 generic family.
10977 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
10978 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
10979 Call font_add_log.
10980 (ftfont_match): Call font_add_log.
10981
10982 * font.h (Ffont_xlfd_name): EXFUN adjusted.
10983 (FONT_DEBUG): Define it.
10984 (font_add_log): Extern it.
10985 (font_assert): Rename from xassert.
10986
10987 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
10988 (xfont_list_family): Call font_add_log.
10989 (xfont_match): Likewise.
10990 (memq_no_quit): Delete.
10991
10992 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
10993 call of Ffont_xlfd_name.
10994
10995 * xfaces.c (struct table_entry, slant_table, weight_table)
10996 (swidth_table): Move to font.c.
10997
10998 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
10999 xassert are changed to font_assert. Delete many unused variables.
11000 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
11001 New variables.
11002 (struct table_entry): Move from xfaces.c and modified.
11003 (weight_table, slant_table, width_table): Move from xfaces.c and
11004 contents adjusted for the change of struct table_entry.
11005 (font_style_to_value, font_style_symbolic): Adjust for the
11006 format change of font_style_table.
11007 (font_parse_family_registry): Don't overwrite existing foundry and
11008 family of font_spec.
11009 (font_score): Fix calculation of diff for sizes.
11010 (font_sort_entites): Call font_add_log.
11011 (font_delete_unmatched): Return a newly created list.
11012 (font_list_entities): Fix previous change. Call font_add_log.
11013 (font_matching_entity, font_open_entity, font_close_entity):
11014 Call font_add_log.
11015 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
11016 (Finternal_set_font_style_table): Delete.
11017 (BUILD_STYLE_TABLE): New macro.
11018 (build_style_table): New function.
11019 (Vfont_log, font_log_env_checked): New variables.
11020 (font_add_log): New function.
11021 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
11022 Declare Lisp variables "font-weight-table", "font-slant-table",
11023 "font-width-table", and "font-log". Initialize font_style_table.
11024
11025 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
11026
11027 * xterm.c (x_set_frame_alpha): Move declarations before statements.
11028
11029 2008-05-21 Seiji Zenitani <zenitani@mac.com>
11030 Ryo Yoshitake <ryo@shiftmode.net>
11031
11032 * frame.c (Qalpha): Add a new frame parameter `alpha'.
11033 (Vframe_alpha_lower_limit): New variable.
11034 (x_set_alpha): New function.
11035
11036 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
11037
11038 * xfns.c (x-create-frame, Qalpha):
11039 Initialize the frame parameter `alpha'.
11040 * xterm.c (OPAQUE, OPACITY): New.
11041 (x_set_frame_alpha): New function.
11042 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
11043
11044 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
11045 * w32fns.c (w32_frame_parm_handlers): Likewise.
11046
11047 2008-05-20 Jason Rumney <jasonr@gnu.org>
11048
11049 * w32font.c (add_font_entity_to_list): Don't add non-opentype
11050 truetype fonts to opentype list.
11051
11052 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
11053
11054 * fontset.c (Ffontset_info): Doc fix.
11055 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
11056 <ignore-relative-composition>: Fix typos in docstrings.
11057
11058 * font.c (syms-of-font) <font-encoding-alist>:
11059 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
11060 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
11061 (Ffont_otf_alternates): Doc fixes.
11062
11063 2008-05-20 Kenichi Handa <handa@m17n.org>
11064
11065 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
11066 font.h through out the file.
11067 (FONT_DRIVERS): Rename from FONTOBJ.
11068 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
11069 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
11070
11071 * emacs.c (main): Call syms_of_font unconditionally.
11072
11073 * font.h (find_font_encoding): Extern it.
11074
11075 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
11076 fontset.c.
11077 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
11078 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
11079 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
11080 only when HAVE_WINDOW_SYSTEM is defined.
11081 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
11082 when HAVE_WINDOW_SYSTEM is defined.
11083
11084 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
11085 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
11086
11087 * xfaces.c: Include font.h unconditionally.
11088 (merge_face_ref, merge_face_vectors)
11089 (Finternal_set_lisp_face_attribute): Cancel the previous change.
11090
11091 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
11094 indirect_variable.
11095 * eval.c (lisp_indirect_variable): New fun.
11096 (Fuser_variable_p): Use it.
11097
11098 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * lisp.h (indirect_variable):
11101 * data.c (indirect_variable, let_shadows_buffer_binding_p):
11102 Use Lisp_Symbol pointers rather than Lisp_Object.
11103 Adjust callers.
11104 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
11105 To this end, change calling-convention.
11106
11107 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
11108 if some non-hidden buffers are selected by string&pred.
11109
11110 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
11111
11112 * process.c (wait_reading_process_output): Always check status
11113 when in batch mode.
11114
11115 2008-05-19 Kenichi Handa <handa@m17n.org>
11116
11117 * font.c (font_list_entities): Fix handling of cache.
11118 (font_matching_entity): Likewise.
11119
11120 * ftfont.c (cs_iso8859_1): Delete.
11121 (ft_face_cache): New variable.
11122 (struct ftfont_info): New member fc_charset_idx.
11123 (ftfont_build_basic_charsets): Delete.
11124 (fc_charset_table): New variable.
11125 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
11126 . FC_CHARSET_IDX) as :font-entity property in the font entity.
11127 Callers changed.
11128 (ftfont_lookup_cache, ftfont_get_charset): New functions.
11129 (ftfont_spec_pattern): New argument fc_charset_idx.
11130 Check registry more rigidly. Change callers.
11131 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
11132 change of :font-entity property of the font.
11133
11134 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
11135 property of the font.
11136
11137 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
11138
11139 * coding.c (Fcoding_system_p): Rename argument to match docstring.
11140 (Funencodable_char_position, Fcheck_coding_systems_region)
11141 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
11142 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
11143 (Ffind_operation_coding_system, Fset_coding_system_priority)
11144 (Fcoding_system_eol_type): Doc fixes.
11145
11146 2008-05-17 Glenn Morris <rgm@gnu.org>
11147
11148 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
11149
11150 2008-05-16 Eli Zaretskii <eliz@gnu.org>
11151
11152 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
11153 and st_gid.
11154
11155 * frame.c (Fdelete_frame): Don't call font_update_drivers if
11156 HAVE_WINDOW_SYSTEM is not defined.
11157
11158 * xfaces.c (merge_face_ref, merge_face_vectors)
11159 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
11160 HAVE_WINDOW_SYSTEM is defined.
11161 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
11162
11163 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
11166
11167 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11168
11169 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
11170
11171 2008-05-15 Kenichi Handa <handa@m17n.org>
11172
11173 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
11174 preference.
11175
11176 2008-05-15 Glenn Morris <rgm@gnu.org>
11177
11178 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
11179
11180 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
11181
11182 * fns.c (init_fns): Don't initialize weak_hash_tables here.
11183 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
11184
11185 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
11186
11187 2008-05-15 Kenichi Handa <handa@m17n.org>
11188
11189 * ftfont.c (ftfont_list): Downcase family name to check generic
11190 families.
11191
11192 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
11193 font-spec for QCfont value.
11194
11195 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
11196 buffer. Check the return value of it.
11197
11198 2008-05-14 Jason Rumney <jasonr@gnu.org>
11199
11200 * w32term.c (w32_get_glyph_overhangs): Remove.
11201 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
11202
11203 2008-05-14 Kenichi Handa <handa@m17n.org>
11204
11205 * font.c (font_prop_validate): Make nil a valid value.
11206 (font_clear_cache): Check if the cached vector of entities is nil
11207 or not.
11208
11209 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11210
11211 * emacs.c (main_thread): Conditionalize on
11212 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11213 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
11214
11215 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
11216 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
11217 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11218
11219 2008-05-14 Kenichi Handa <handa@m17n.org>
11220
11221 * coding.c (detect_coding_iso_2022): Ignore a coding category that
11222 has no corresponding coding system.
11223
11224 2008-05-14 Jason Rumney <jasonr@gnu.org>
11225
11226 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
11227
11228 * w32font.h (w32font_open_internal): Update declaration.
11229
11230 * w32font.c (w32font_open_internal): Change last argument from
11231 w32font_info struct to font object. Fill in font object from
11232 font_entity. Get Outline metrics if possible. Use them to
11233 calculate underline position and thickness. Use xlfd name as name
11234 property. Don't set codepage.
11235 (w32font_open): Pass font_object to w32font_open_internal. Don't
11236 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
11237 (w32font_draw): Use s->font.
11238 (clear_cached_metrics): Don't clear non-existent blocks.
11239
11240 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
11241 font was not found.
11242 (x_draw_glyph_string): Use underline position and thickness from font.
11243
11244 * w32uniscribe.c (uniscribe_open): Pass font_object to
11245 w32font_open_internal.
11246
11247 2008-05-14 Kenichi Handa <handa@m17n.org>
11248
11249 These changes are to delete all legacy font-handling codes, and
11250 make Emacs use only font-backends.
11251
11252 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
11253 (frame.o, image.o, print.o): Depend on $(FONTSRC).
11254
11255 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
11256
11257 * charset.h (Vcharset_non_preferred_head)
11258 (Vcurrent_iso639_language): Extern them.
11259
11260 * charset.c (Vcharset_non_preferred_head): New variable.
11261 (Vcurrent_iso639_language): New variable.
11262 (syms_of_charset): Declare it as a Lisp variable.
11263 (char_charset): Don't check non preferred charsets. As a last
11264 resort, return charset_unicode.
11265 (Fset_charset_priority): Update Vcharset_non_preferred_head.
11266
11267 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
11268 conditionals. Don't check enable_font_backend. Delete all codes
11269 used only when USE_FONT_BACKEND is not defined.
11270
11271 * dispextern.h (struct glyph_string): Change type of `font' to
11272 `struct font *'.
11273 (struct glyph_string): New member underline_position and
11274 underline_thickness.
11275 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
11276 (struct face): Change type of `font' to `struct font *'. Remove
11277 members `font_name', `font_info_id'.
11278 (per_char_metric, encode_char): Delete externs.
11279 (calc_pixel_width_or_height): Adjust the prototype.
11280
11281 * emacs.c (enable_font_backend): Delete extern.
11282 (main): Don't set enable_font_backend. Don't check the command
11283 line argument "-disable-font-backend".
11284
11285 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
11286 (enum font_property_index): New members FONT_DPI_INDEX,
11287 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
11288 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
11289 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
11290 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
11291 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
11292 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
11293 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
11294 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
11295 (struct font_spec, struct font_entity): New structs.
11296 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
11297 (struct font): Many members from old "struct font_info" moved to
11298 here. Members font and entity deleted.
11299 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
11300 the new font-related objects.
11301 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
11302 (CHECK_FONT_GET_OBJECT): Likewise.
11303 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
11304 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
11305 (struct font_driver): New members case_sensitive anc check. Type
11306 of the member list and open changed.
11307 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
11308 (font_symbolic_width, font_find_object, font_get_spec)
11309 (font_set_lface_from_name): Delete extern.
11310 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
11311
11312 * font.c: Include <strings.h>.
11313 (enable_font_backend): Delete it.
11314 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
11315 (CHECK_VALIDATE_FONT_SPEC): Delete it.
11316 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
11317 (null_string): Delete it.
11318 (null_vector): Make it static.
11319 (font_family_alist): Delete it.
11320 (Qnormal): Extern it.
11321 (QCextra, QClanguage): Delete it.
11322 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
11323 (font_make_spec, font_make_entity, font_make_object)
11324 (font_intern_prop): Renamed from intern_downcase. Don't downcase
11325 the string. Callers changed.
11326 (font_pixel_size): Adjusted for the format change of font-related
11327 objects.
11328 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
11329 (font_style_to_value, font_style_symbolic): New function.
11330 (build_font_family_alist): Delete it.
11331 (font_registry_charsets): Use Fassoc_string instead of
11332 assq_no_quit.
11333 (font_prop_validate_symbol): Don't return null_string.
11334 (font_prop_validate_style): Adjusted for the change of
11335 style-related values in a font vector.
11336 (font_property_table): Delete entries for QClanguage and
11337 QCantialias, add entries for QCavgwidth.
11338 (get_font_prop_index): Delete the 2nd argument FROM.
11339 (font_prop_validate): Arguments changed.
11340 (font_put_extra): Adjusted for the change of font-related objects.
11341 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
11342 (font_parse_fcname, font_unparse_fcname)
11343 (font_prepare_composition): Likewise.
11344 (font_parse_family_registry): Renamed from font_merge_old_spec.
11345 (otf_open): Delete the 1st arg entity.
11346 (font_otf_capability): Adjusted for the above change.
11347 (font_score): New arg alternate_families. Adjusted for the change
11348 of font-related objects.
11349 (font_sort_entites): New arg best_only.
11350 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
11351 Delete them.
11352 (font_match_p): Check alternate families.
11353 (font_find_object): Delete it.
11354 (font_check_object): New function.
11355 (font_clear_cache): Adjusted for the change of font-related objects.
11356 (font_delete_unmatched): New arg.
11357 (font_list_entities): Call font_driver->list with a spec that
11358 doesn't specify style-related properties.
11359 (font_matching_entity): Arguments changed. Caller changed.
11360 (font_open_entity): Adjusted for the change of font-related objects.
11361 (font_close_object, font_has_char, font_encode_char)
11362 (font_get_name, font_get_spec): Likewise.
11363 (font_spec_from_name, font_clear_prop, font_update_lface):
11364 New functions.
11365 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
11366 (font_prepare_for_face, font_done_for_face, font_open_by_name)
11367 (font_at): Adjusted for the change of font-related objects.
11368 (font_range): New function.
11369 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
11370 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
11371 (Fcopy_font_spec, Fmerge_font_spec): New function.
11372 (Ffont_family_list): Renamed from list-families.
11373 (Finternal_set_font_style_table): Arguments changed.
11374 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
11375 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
11376 change of font-related objects.
11377 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
11378
11379 * fontset.h (struct font_info): Delete it. Most members go to
11380 struct font.
11381 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
11382 (enum FONT_SPEC_INDEX): Delete it.
11383 (font_info, list_fonts_func, load_font_func, query_font_func)
11384 (set_frame_fontset_func, find_ccl_program_func)
11385 (get_font_repertory_func, new_fontset_from_font_name): Delete
11386 externs.
11387 (fontset_from_font_name): Extern it.
11388 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
11389 (FONT_INFO_FROM_FACE): Deleted.
11390 (face_for_font): Adjust prototype.
11391
11392 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
11393 conditionals. Don't check enable_font_backend. Delete all codes
11394 used only when USE_FONT_BACKEND is not defined.
11395 (get_font_info_func, list_font_func, load_font_func)
11396 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
11397 (get_font_repertory_func): Delete them.
11398 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
11399 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
11400 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
11401 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
11402 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
11403 (fontset_compare_rfontdef): New function.
11404 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
11405 rfont-defs by qsort. Adjusted for the change of font-group vector.
11406 (load_font_get_repertory): Deleted.
11407 (fontset_find_font): Use new macros to ref/set elements of
11408 font-def and rfont-def.
11409 (fontset_font): Fix the timing of remembering that no font for C.
11410 (free_face_fontset): Do nothing if the face has no fontset.
11411 (face_suitable_for_char_p): Use new macros to ref/set elements of
11412 rfont-def.
11413 (face_for_char): Likewise. Call face_for_char with font_object.
11414 (fs_load_font): Delete. Delete #pragma surrounding it.
11415 (fs_query_fontset): Use strcasecmp instead of strcmp.
11416 (generate_ascii_font_name): Adjusted for the format change of
11417 font-spec.
11418 (Fset_fontset_font): Likewise. Use new macros to set elements of
11419 font-def.
11420 (Fnew_fontset): Use font_unparse_xlfd to generate
11421 FONTSET_ASCII (fontset).
11422 (new_fontset_from_font_name): Deleted.
11423 (fontset_from_font): Renamed from new_fontset_from_font. Check if
11424 a fontset is already created for the font. FIx updating of
11425 Vfontset_alias_alist.
11426 (fontset_ascii_font): Deleted.
11427 (Ffont_info): Adjusted for the format change of font-spec.
11428 (Finternal_char_font): Likewise.
11429 (Ffontset_info): Likewise.
11430 (syms_of_fontset): Don't check load_font_func.
11431
11432 * fns.c (internal_equal): Handle PREV_FONT.
11433
11434 * frame.h: Delete USE_FONT_BACKEND conditional.
11435
11436 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
11437 conditionals. Don't check enable_font_backend. Delete all codes
11438 used only when USE_FONT_BACKEND is not defined.
11439 (x_set_font): Call x_new_font, not x_new_fontset2.
11440 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
11441 already set for the frame.
11442
11443 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
11444 a font-entity by font_make_entity. Use font_intern_prop instead
11445 of intern_downcase. Use FONT_SET_STYLE to set a style-related
11446 font property. If a font is scalable, set avgwidth property to 0.
11447 Set font-entity property by font_put_extra.
11448 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
11449 (ffont_driver): Adjusted for the change of struct font_driver.
11450 (ftfont_spec_pattern): New function.
11451 (ftfont_list): Return a list, not vector.
11452 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
11453 (ftfont_list_family): Don't downcase names.
11454 (ftfont_free_entity): Deleted.
11455 (ftfont_open): Return a font-object. Adjusted for the change of
11456 struct font. Get underline_thickness and underline_position from
11457 font property. Don't update dpyinfo->smallest_font_height and
11458 dpyinfo->smallest_char_width.
11459 (ftfont_close): Don't free `struct font'.
11460 (ftfont_has_char): Adjusted for the format change of font-entity.
11461 (ftfont_encode_char, ftfont_text_extents): Likewise.
11462
11463 * ftxfont.c (ftxfont_list): Return a list, not vector.
11464 (ftxfont_open): Return a font-object. Adjusted for the change of
11465 struct font. Get underline_thickness and underline_position from
11466 font property. Don't update dpyinfo->smallest_font_height and
11467 dpyinfo->smallest_char_width.
11468 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
11469 (ftxfont_draw): Adjusted for the change of struct font.
11470
11471 * image.c (image_ascent): Don't include "charset.h". Include
11472 "character.h" and "font.h".
11473
11474 * lisp.h (enum pvec_type): New member PREV_FONT.
11475 (Fassoc_string): EXFUN it.
11476
11477 * print.c: Include font.h.
11478 (print_object): Handle font-related objects.
11479
11480 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11481 conditionals. Don't check enable_font_backend. Delete all codes
11482 used only when USE_FONT_BACKEND is not defined.
11483 (handle_auto_composed_prop): Do nothing if it->f is not on a
11484 window system. Check how many following characters can be
11485 displayed by the same font.
11486 (calc_pixel_width_or_height): Type of the 4th arg is changed to
11487 'struct font *'.
11488 (get_char_face_and_encoding): Assign the whole encoding task to
11489 the `encode-char' method of a font driver.
11490 (fill_composite_glyph_string): Adjusted for the change of `struct
11491 face' and `struct glyph_string'.
11492 (fill_glyph_string): Likewise.
11493 (get_per_char_metric): Arguments changed.
11494 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11495 and `struct glyph_string'.
11496 (produce_stretch_glyph, calc_line_height_property)
11497 (x_produce_glyphs): Likewise.
11498
11499 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11500 conditionals. Don't check enable_font_backend. Delete all codes
11501 used only when USE_FONT_BACKEND is not defined. Use
11502 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11503 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11504 (Qp): Extern them.
11505 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11506 Deleted.
11507 (struct font_name): Deleted.
11508 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11509 (compare_fonts_by_sort_order): New function.
11510 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11511 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
11512 Deleted.
11513 (Fx_family_fonts): Use font_list_entities, and sort fonts by
11514 compare_fonts_by_sort_order.
11515 (Fx_font_family_list): Call Ffont_family_list.
11516 (face_numeric_value, face_numeric_weight, face_numeric_slant)
11517 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
11518 (face_symbolic_slant, face_symbolic_swidth)
11519 (split_font_name_into_vector, build_font_name_from_vector)
11520 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
11521 (font_rescale_ratio, split_font_name, build_font_name)
11522 (free_font_names, sort_fonts, x_face_list_fonts)
11523 (face_font_available_p, sorted_font_list, cmp_font_names)
11524 (font_list_1, concat_font_list, font_list, remove_duplicates):
11525 Deleted.
11526 (Fx_list_fonts): Use Ffont_list.
11527 (LFACE_AVGWIDTH): Deleted.
11528 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
11529 by FONTP.
11530 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
11531 (set_lface_from_font_name): Delete it.
11532 (set_lface_from_font): Renamed from
11533 set_lface_from_font_and_fontset. Caller changed. Don't set
11534 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
11535 for face.
11536 (merge_face_vectors): Copy font-spec if necessary.
11537 Clear properties of the font-spec if necessary.
11538 (merge_face_ref): Clear properties of the font-spec if necessary.
11539 (Finternal_set_lisp_face_attribute): Likewise.
11540 (set_font_frame_param): Use font_load_for_lface to load a
11541 font-object, and call Fmodify_frame_parameters with it.
11542 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
11543 font name by Ffont_xlfd_name.
11544 (Finternal_lisp_face_attribute_values): Don't check QCweight,
11545 QCslant, and QCwidth.
11546 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
11547 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
11548 Compare fonts by EQ.
11549 (lookup_non_ascii_face): Deleted.
11550 (face_for_font): The 2nd argument changed.
11551 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
11552 Check atomic font properties by case insensitive.
11553 (realize_non_ascii_face): Set face->overstrike correctly.
11554 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
11555 (dump_realized_face): Get font name from
11556 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
11557
11558 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
11559 conditionals. Don't check enable_font_backend. Delete all codes
11560 used only when USE_FONT_BACKEND is not defined.
11561 (xic_create_xfontset): Original code deleted and renamed from
11562 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
11563 (x_make_gc): Don't set GCFont in GCs.
11564 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
11565 opened by "fixed".
11566 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
11567 find_ccl_program_func, query_font_func, set_frame_fontset_func,
11568 get_font_repertory_func.
11569
11570 * xfont.c: Include <stdlib.h> and "ccl.h".
11571 (struct xfont_info): New structure.
11572 (xfont_query_font): Deleted.
11573 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
11574 moved from xterm.c.
11575 (xfont_driver): Adjusted for the change of struct font_driver.
11576 (compare_font_names): New function.
11577 (xfont_list_pattern): Sort font names case insensitively. Make
11578 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
11579 (xfont_list): Return a list, not vector.
11580 (xfont_match): If the font doesn't have QCname property, generate
11581 a name from the other font properties.
11582 (xfont_open): Return a font-object. Adjusted for the change of
11583 struct font. Get underline_thickness and underline_position from
11584 font property. Don't update dpyinfo->smallest_font_height and
11585 dpyinfo->smallest_char_width.
11586 (xfont_close): Don't free struct font.
11587 (xfont_prepare_face): Adjusted for the change of struct font.
11588 (xfont_done_face): Deleted.
11589 (xfont_has_char): Adjusted for the change of struct font.
11590 (xfont_encode_char, xfont_draw): Likewise.
11591 (xfont_check): New function.
11592
11593 * xftfont.c (xftfont_list): Adjusted for the change of `list'
11594 callback function.
11595 (xftfont_match): Adjusted for the format change of font-entity.
11596 (xftfont_open): Adjusted for the format change of font-entity and
11597 font-object. Adjusted for the change of struct font. Return a
11598 font-object. Don't update dpyinfo->smallest_font_height and
11599 dpyinfo->smallest_char_width.
11600 (xftfont_close): Block input while calling XftFontClose.
11601 (xftfont_prepare_face): Don't block input while calling
11602 xftfont_get_colors. Adjusted for the change of struct font.
11603 (xftfont_shape): Return value of error case fixed.
11604
11605 * xrdb.c (x_load_resources): Don't setup a fontset resource.
11606
11607 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
11608 conditionals.
11609 (FONT_WIDTH): Return (f)->max_width.
11610 (struct x_display_info): Delete member `font'.
11611 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
11612 (x_find_ccl_program, x_get_font_repertory): Delete externs.
11613 (struct x_output): Change type of `font' to `struct font *'.
11614
11615 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
11616 conditionals. Don't check enable_font_backend. Delete all codes
11617 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
11618 (x_per_char_metric, x_encode_char): Deleted.
11619 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
11620 (x_compute_glyph_string_overhangs): Adjusted for the change of
11621 `struct face'.
11622 (x_draw_glyph_string_foreground)
11623 (x_draw_composite_glyph_string_foreground): Likewise.
11624 (x_draw_glyph_string): Likewise. Use font->underline_position and
11625 font->underline_thickness.
11626 (x_new_font): Renamed from x_new_fontset2.
11627 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
11628 (x_check_font): Call `check' method of a font driver.
11629 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
11630 (x_query_font, x_get_font_repertory): Deleted.
11631 (x_find_ccl_program): Renamed and moved to xfont.c.
11632 (x_redisplay_interface): Adjusted for the change of `struct
11633 redisplay_interface'.
11634
11635 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
11636 conditionals. Don't check enable_font_backend. Delete all codes
11637 used only when USE_FONT_BACKEND is not defined. Surround non-used
11638 code by "#ifdef OLD_FONT" and "endif".
11639 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
11640
11641 * w32font.h (struct w32font_info): New member.
11642 (FONT_COMPAT): New macro.
11643 (w32font_open_internal): Prototype adjusted.
11644
11645 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
11646 OLD_FONT" and "endif".
11647
11648 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
11649 conditionals. Don't check enable_font_backend. Delete all codes
11650 used only when USE_FONT_BACKEND is not defined.
11651 (w32font_open): Return a font-object. Make a font-object by
11652 font_make_object. Adjusted for the change of struct w32font_info.
11653 (w32font_close): Don't free struct font. Adjusted for the change
11654 of struct w32font_info.
11655 (w32font_encode_char, w32font_text_extents, w32font_draw):
11656 Adjusted for the change of struct w32font_info.
11657 (w32font_draw): Likewise.
11658 (w32font_list_internal): Return a list, not vector.
11659 (w32font_open_internal): Change the 4th arg to font-object.
11660 Adjusted for the change of struct w32font_info and font-object format.
11661 (add_font_name_to_list): Don't downcase names.
11662 (w32_enumfont_pattern_entity): Make a font-entity by
11663 font_make_entity. Adjusted for the format change of font-entity.
11664 Use FONT_SET_STYLE to set a style-related font property. If a
11665 font is scalable, set avgwidth property to 0. Set font-entity
11666 property by font_put_extra.
11667 (font_matches_spec): Adjusted for the format change of font-entity.
11668 (w32_weight_table, w32_decode_weight): New variables.
11669 (w32_encode_weight): New function.
11670 (fill_in_logfont): Adjusted for the format change of font-spec.
11671 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
11672 weight value.
11673 (w32font_driver): Adjusted for the change of struct font_driver.
11674
11675 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
11676 conditionals. Don't check enable_font_backend. Surround non-used
11677 code by "#ifdef OLD_FONT" and "endif".
11678 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
11679 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
11680
11681 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
11682 conditionals. Don't check enable_font_backend. Delete all codes
11683 used only when USE_FONT_BACKEND is not defined. Surround non-used
11684 code by "#ifdef OLD_FONT" and "endif".
11685
11686 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
11687 (uniscribe_open): Return value changed to font-object.
11688 Adjusted for the format change of font-object.
11689 (uniscribe_otf_capability): Adjusted for the change of struct font.
11690 (add_opentype_font_name_to_list): Don't downcase names.
11691 (uniscribe_font_driver): Adjusted for the change of struct
11692 font_driver.
11693
11694 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11695
11696 * dispnew.c (update_frame_1): Check if tty output is still valid
11697 before flushing it.
11698
11699 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
11700
11701 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
11702 to Gtk+ menus.
11703
11704 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11705
11706 * dired.c (file_name_completion): Tweak the code so as to always do it
11707 in a single pass. Tighten the scope of some variables.
11708
11709 * dired.c (Qdefault_directory): New var.
11710 (file_name_completion): Use it instead of Fexpand_file_name.
11711 (syms_of_dired): Initialize it.
11712
11713 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 * fileio.c (double_dollars): Remove dead code.
11716
11717 2008-05-10 Eli Zaretskii <eliz@gnu.org>
11718
11719 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
11720 Mention w32-get-true-file-attributes in doc string.
11721
11722 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11723
11724 2008-05-09 Glenn Morris <rgm@gnu.org>
11725
11726 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
11727 2008-04-23.
11728
11729 2008-05-09 Eli Zaretskii <eliz@gnu.org>
11730
11731 Support for reporting owner and group of each file on MS-Windows:
11732 * dired.c (stat_uname, stat_gname): New functions, with special
11733 implementation for w32.
11734 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
11735
11736 * w32.c: Rename the_passwd_* to dflt_passwd_*.
11737 (dflt_group_name): New static variable.
11738 (dflt_group): Rename from the_group.
11739 (init_user_info): Init dflt_group fields. Get user's group name
11740 from LookupAccountSid.
11741 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
11742 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
11743 New initialization states.
11744 (globals_of_w32): Initialize them to zero. Initialize the default
11745 group name to "None".
11746 (GetFileSecurity_Name): New global var, the name of the function
11747 to call for GetFileSecurity.
11748 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
11749 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
11750 (get_file_security, get_security_descriptor_owner)
11751 (get_security_descriptor_group, is_valid_sid)
11752 (get_file_security_desc, get_rid, get_name_and_id)
11753 (get_file_owner_and_group): New functions.
11754 (stat): Use get_file_security_desc and get_file_owner_and_group to
11755 report the owner and primary group of each file. Don't ignore the
11756 high 32 bits of file's size, now that st_size is 64-bit wide.
11757 Fix test when to get true file attributes.
11758 (init_user_info): Use get_rid instead of equivalent inline code.
11759 (fstat): Don't ignore the high 32 bits of file's size.
11760
11761 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
11762
11763 * image.c (png_load): Use correct bit-depth for setting background
11764 color.
11765
11766 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11767
11768 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
11769 epa-hook.elc.
11770
11771 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11772
11773 * font.c (Ffont_match_p): Don't use `iff' in docstring.
11774
11775 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11776
11777 * macfns.c (Fx_create_frame): Make a copy of frame parameters
11778 because the original parameters are in pure storage now.
11779 (mac_window): Remove unused params. Update callers.
11780
11781 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * lread.c (substitute_object_recurse): Use lower-level primitives.
11784 Don't signal errors when traversing sub-char-tables.
11785 Don't loop over all the possible characters when traversing char-tables.
11786
11787 * print.c (print_preprocess): Add sub-char-tables to the print-table,
11788 just like we do in print.c.
11789
11790 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11791
11792 * minibuf.c (Ftry_completion): Remove code left over from when we used
11793 scmp instead of Fcompare_strings.
11794
11795 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
11796
11797 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
11798
11799 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11800
11801 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
11802 Create bitmap context in native byte order.
11803
11804 * macterm.c (XDrawLine)
11805 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
11806 context in native byte order.
11807
11808 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11809
11810 * config.in: Regenerate.
11811
11812 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
11813 New definitions for Image I/O support.
11814 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
11815 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
11816 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11817 (mac_data_provider_release_data, image_load_image_io)
11818 [USE_MAC_IMAGE_IO]: New functions.
11819 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
11820 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
11821 (init_image_func_pointer) [MAC_OSX]: Remove function.
11822 (image_load_quartz2d) [MAC_OSX]: Check availability of
11823 CGImageCreateWithPNGDataProvider at compile time.
11824 Use lowercase `false' for boolean constant.
11825 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
11826 Use image_load_image_io.
11827 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
11828 Don't check MyCGImageCreateWithPNGDataProvider.
11829 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
11830 Don't call init_image_func_pointer.
11831
11832 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
11833
11834 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
11835 Make variable non-static.
11836 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
11837 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
11838
11839 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
11840 (RED_FROM_ULONG): Mask off higher bits.
11841 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
11842
11843 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
11844 Include AvailabilityMacros.h.
11845 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
11846 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
11847
11848 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * chartab.c (Fset_char_table_range): If range is t, really set all
11851 chars to that value.
11852
11853 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11854
11855 * dired.c (Ffile_attributes): Don't allow the device number become
11856 negative.
11857
11858 2008-05-02 Daiki Ueno <ueno@unixuser.org>
11859
11860 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
11861
11862 2008-05-02 Juri Linkov <juri@jurta.org>
11863
11864 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
11865 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
11866 DEFAULT argument as a list of default values in docstrings.
11867
11868 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
11869
11870 * puresize.h (BASE_PURESIZE): Increase to 1210000.
11871
11872 2008-05-01 Martin Rudalics <rudalics@gmx.at>
11873
11874 * dispnew.c (change_frame_size_1): Preserve small windows when
11875 shrinking frames by calling set_window_height|width with third
11876 arg 2.
11877
11878 * window.h (struct window): Replace field too_small_ok by field
11879 resize_proportionally.
11880
11881 * window.c (make_window): Initialize resize_proportionally.
11882 (enlarge_window): Temporarily set resize_proportionally to make
11883 sure that shrink_windows does scale the window proportionally.
11884 (shrink_windows): When window has resize_proportionally set try
11885 to shrink it proportionally by stealing from other windows.
11886 (struct saved_window, Fset_window_configuration)
11887 (compare_window_configurations): Handle resize_proportionally.
11888 (WINDOW_TOTAL_SIZE): New macro.
11889 (window_min_size, shrink_windows, size_window): Use it.
11890 (check_min_window_sizes): Remove. Invalid values of
11891 window-min-height|width are handled by window_min_size_2 now.
11892 (size_window, Fsplit_window, enlarge_window)
11893 (adjust_window_trailing_edge, grow_mini_window): Don't call
11894 check_min_window_sizes.
11895 (window_min_size_2, window_min_size_1, window_min_size):
11896 New argument safe_p for retrieving "safe" minimum sizes.
11897 (Fdisplay_buffer, Fsplit_window, enlarge_window)
11898 (adjust_window_trailing_edge, grow_mini_window):
11899 Adjust arguments of window_min_size... functions.
11900 (shrink_windows): Argument min_size removed. New argument
11901 safe_p allows shrinking windows to their safe minimum sizes.
11902 Calculate minimum size and decide whether a window shall be
11903 deleted for each window individually.
11904 (size_window): When nodelete_p equals 2, tell shrink_windows to
11905 delete windows only if their new minimum size is no more safe.
11906 (shrink_window_lowest_first): Call window_min_size_1 to make
11907 sure to preserve modeline of bottom-most window when resizing
11908 the minibuffer.
11909 (Fset_window_configuration, Fcurrent_window_configuration)
11910 (compare_window_configurations): Do not handle
11911 window-min-height|width any more.
11912 (syms_of_window): Clarify window-min-height|width doc-strings.
11913
11914 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * dired.c (file_name_completion): Fix up the encoding/decoding issue
11917 some more. Copy some of the code from Ftry_completions.
11918 Remove special case code that dates back to initial revision when the
11919 slash was only added when necessary and that can't trigger nowadays.
11920
11921 2008-04-27 Kenichi Handa <handa@m17n.org>
11922
11923 * font.c (font_prop_validate): Signal `error' instead of `font'.
11924
11925 2008-04-29 Jason Rumney <jasonr@gnu.org>
11926
11927 * w32fns.c (Fw32_battery_status): New defun.
11928 (syms_of_w32fns): Defsubr it.
11929
11930 2008-04-28 Andreas Schwab <schwab@suse.de>
11931
11932 * dired.c (file_name_completion): Fix another mixing of encoded
11933 and decoded names.
11934
11935 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11936
11937 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
11938
11939 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
11940
11941 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
11942
11943 2008-04-27 Andreas Schwab <schwab@suse.de>
11944
11945 * dired.c (file_name_completion): Fix inappropriate mixing of
11946 encoded and decoded names.
11947
11948 * xterm.c (XTread_socket): Fix use of uninitialized variable.
11949
11950 * puresize.h (BASE_PURESIZE): Increase to 1200000.
11951
11952 2008-04-26 Eli Zaretskii <eliz@gnu.org>
11953
11954 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
11955 2008-03-31, it's not needed anymore with `struct stat' definition
11956 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
11957 for the same reasons.
11958
11959 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
11960
11961 * m/sparc.h: Additional redefinitions for GNU/Linux.
11962
11963 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11964
11965 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
11966 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
11967 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
11968 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
11969 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11970 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
11971 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11972 Likewise.
11973
11974 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
11975 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
11976 (mac_ax_number_of_characters): Add externs.
11977 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
11978 [USE_MAC_TSM]: Likewise.
11979 (mac_handle_text_input_event) [MAC_OSX]:
11980 Handle kEventTextInputOffsetToPos for no active input area case.
11981 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11982 (mac_handle_document_access_event)
11983 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
11984 (install_application_handler) [MAC_OSX]: Register handlers for
11985 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
11986 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
11987 Register mac_handle_document_access_event.
11988
11989 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
11990 Make functions non-static.
11991
11992 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
11995 (read_file_name_completion_ignore_case, insert_default_directory)
11996 (Qdefault_directory): Move to minibuffer.el.
11997 (Fread_file_name): Call the new `read-file-name' instead.
11998
11999 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12000
12001 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
12002 Make function non-static.
12003 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
12004 Remove function.
12005 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12006 Move to mactoolbox.c.
12007 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
12008
12009 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
12010 (mac_rect_make): New macro.
12011
12012 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
12013 instead of float.
12014 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12015 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
12016 (XSetBackground) [USE_CG_DRAWING]: Likewise.
12017 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
12018 CGRectMake.
12019 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12020 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
12021 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
12022 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12023 instead of WindowRef in argument type.
12024 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
12025 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
12026 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
12027 instead of DISPLAY. All uses changed.
12028 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
12029 (x_calc_absolute_position): Simplify so as not to use
12030 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
12031
12032 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12033 instead of WindowRef in argument type.
12034 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
12035 [TARGET_API_MAC_CARBON]: Remove externs.
12036 (create_apple_event, mac_event_parameters_to_lisp)
12037 [TARGET_API_MAC_CARBON]: Add externs.
12038
12039 * mactoolbox.c (Vmac_ts_script_language_on_focus)
12040 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
12041 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
12042 is clicked.
12043 (x_activate_menubar): Remove extern for saved_menu_event_location.
12044 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12045 Move from mac.c.
12046
12047 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12048
12049 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
12050 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
12051
12052 2008-04-23 Jason Rumney <jasonr@gnu.org>
12053
12054 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
12055 attributes only for local files.
12056
12057 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
12058 default to Qlocal.
12059
12060 2008-04-22 Juri Linkov <juri@jurta.org>
12061
12062 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
12063 read-buffer-to-switch instead of using the letter "B".
12064
12065 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12066
12067 * fileio.c (Qdefault_directory): New variable.
12068 (Fread_file_name): Use it to pass `dir' to the completion functions.
12069
12070 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
12071
12072 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
12073
12074 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * keyboard.c (Vpre_help_message): Remove.
12077 (show_help_echo): Remove default C code.
12078
12079 * dired.c (directory_files_internal, file_name_completion):
12080 Only call ENCODE_FILE if the string is indeed decoded.
12081
12082 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 * Makefile.in (TOOLKIT_DEFINES): Remove.
12085 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
12086
12087 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12088
12089 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
12090 (mactoolbox.o): New target.
12091
12092 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
12093 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
12094
12095 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
12096 Use mac_set_frame_window_background instead of XSetWindowBackground.
12097 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
12098 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
12099 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
12100 instead of SetWindowTitleWithCFString.
12101 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
12102 Move function to mactoolbox.c.
12103 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
12104 Use mac_set_window_modified instead of SetWindowModified.
12105 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
12106 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
12107 (Fx_focus_frame): Use mac_front_non_floating_window instead of
12108 FrontNonFloatingWindow. Use mac_activate_window instead of
12109 ActivateWindow. Use mac_active_non_floating_window instead of
12110 ActiveNonFloatingWindow.
12111 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
12112 Use mac_show_hourglass and mac_hide_hourglass.
12113 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
12114 instead of GetGlobalMouse.
12115 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
12116 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
12117 Use mac_bring_window_to_front instead of BringToFront.
12118 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
12119 mactoolbox.c.
12120 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
12121 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
12122 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
12123 mactoolbox.c.
12124
12125 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
12126 (XtPointer): Move typedef from macmenu.c.
12127 (enum button_type): Move enum from macmenu.c.
12128 (widget_value): Move typedef from macmenu.c.
12129 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
12130 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12131 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12132 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12133 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12134 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12135 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12136 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
12137 (Selection): Move typedef from macselect.c.
12138 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
12139 macterm.c.
12140 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
12141 (mac_is_window_collapsed, mac_bring_window_to_front)
12142 (mac_send_window_behind, mac_hide_window, mac_show_window)
12143 (mac_collapse_window, mac_front_non_floating_window)
12144 (mac_active_non_floating_window, mac_activate_window)
12145 (mac_move_window_structure, mac_move_window, mac_size_window)
12146 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
12147
12148 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
12149 (enum mac_menu_kind): Move enum to mactoolbox.c.
12150 (min_menu_id): Move variable to mactoolbox.c.
12151 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
12152 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
12153 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
12154 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
12155 [TARGET_API_MAC_CARBON]: Likewise.
12156 (XtPointer): Move typedef to macgui.h.
12157 (enum button_type): Move enum to macgui.h.
12158 (widget_value): Move typedef to macgui.h.
12159 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12160 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12161 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12162 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12163 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12164 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12165 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
12166 (popup_activated_flag): Make variable non-static.
12167 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
12168 (add_menu_item, fill_menu, dispose_menus):
12169 Move functions to mactoolbox.c.
12170 (restore_show_help_function, menu_target_item_handler)
12171 (install_menu_target_item_handler, mac_handle_dialog_event)
12172 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
12173 [TARGET_API_MAC_CARBON]: Likewise.
12174 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
12175 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12176 (find_and_call_menu_selection, name_is_separator): Make function
12177 non-static.
12178 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
12179 to mactoolbox.c.
12180 (set_frame_menubar): Don't call install_menu_quit_handler.
12181 (menu_item_selection): New variable.
12182 (mac_menu_show): Use create_and_show_popup_menu.
12183 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
12184 selection but set variable menu_item_selection. All uses changed.
12185 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
12186 Call install_menu_quit_handler. Move to mactoolbox.c.
12187
12188 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
12189 (Selection): Move typedef to macgui.h.
12190 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
12191 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
12192 Make variables non-static.
12193 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12194 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
12195 Make functions non-static.
12196 (Vmac_service_selection) [MAC_OSX]: Likewise.
12197 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
12198 (mac_valid_selection_target_p, mac_clear_selection)
12199 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12200 (mac_put_selection_value, mac_selection_has_target_p)
12201 (mac_get_selection_value, mac_get_selection_target_list)
12202 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
12203 Move functions to mactoolbox.c.
12204 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
12205 Likewise.
12206 (copy_scrap_flavor_data, mac_handle_service_event)
12207 (install_service_handler) [MAC_OSX]: Likewise.
12208 (syms_of_macselect) <Vmac_dnd_known_types>:
12209 Use mac_dnd_default_known_types.
12210
12211 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
12212 Move to mactoolbox.c.
12213 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
12214 (Fx_selection_owner_p): Add EXFUN.
12215 (install_window_handler, remove_window_handler, XSetWindowBackground):
12216 Remove externs.
12217 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
12218 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
12219 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
12220 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
12221 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
12222 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
12223 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
12224 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
12225 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
12226 (create_and_show_popup_menu, mac_get_selection_from_symbol)
12227 (mac_valid_selection_target_p, mac_clear_selection)
12228 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12229 (mac_put_selection_value, mac_selection_has_target_p)
12230 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
12231 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
12232 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
12233 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12234 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
12235 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12236 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
12237 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12238 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12239
12240 * mactoolbox.c: New file.
12241
12242 2008-04-18 Jason Rumney <jasonr@gnu.org>
12243
12244 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
12245
12246 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * character.c (Fmultibyte_char_to_unibyte):
12249 Return latin1 chars unchanged.
12250
12251 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
12252 relocated if it points to `name'.
12253
12254 2008-04-17 Kenichi Handa <handa@m17n.org>
12255
12256 * data.c (Faset): Allow setting a multibyte character in an
12257 ASCII-only unibyte string.
12258
12259 * lisp.h (STRING_SET_MULTIBYTE): New macro.
12260
12261 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12262
12263 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
12264 done in config.h.
12265
12266 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
12267
12268 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
12269 (Fchar_direction): Add usage in the docstring.
12270
12271 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
12272
12273 * keyboard.c (read_key_sequence): Remove always-true checks.
12274
12275 2008-04-14 Jason Rumney <jasonr@gnu.org>
12276
12277 * w32font.c (w32font_open_internal): Set max_bounds.descent in
12278 compatibility struct, for better underline positioning.
12279
12280 2008-04-13 David Hansen <david.hansen@gmx.net>
12281
12282 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
12283 string.
12284
12285 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12286
12287 * m/hp800.h (XUINT, XSET): Remove.
12288
12289 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
12290
12291 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
12292 previous change.
12293
12294 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
12297 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
12298
12299 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12300
12301 * keymap.h (map_keymap_canonical): Declare.
12302 * xmenu.c (single_keymap_panes): Use it.
12303
12304 2008-04-11 Glenn Morris <rgm@gnu.org>
12305
12306 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
12307 set the target's value to that of the alias.
12308
12309 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12310
12311 * term.c (set_tty_color_mode): Left over typo.
12312
12313 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
12314
12315 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
12316 only after check for file name handler functions. Signal, when
12317 native functionality is not supported.
12318 (syms_of_fileio): Declare it unconditionally.
12319
12320 2008-04-10 Jason Rumney <jasonr@gnu.org>
12321
12322 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
12323 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
12324
12325 * w32.c (logon_network_drive): Also logon to remote drives that
12326 are mapped to drive letters.
12327
12328 2008-04-10 Glenn Morris <rgm@gnu.org>
12329
12330 * xdisp.c (truncate-partial-width-windows): Doc fix.
12331
12332 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12333
12334 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
12335 Move functions to minibuffer.el.
12336 (syms_of_fileio): Don't declare them.
12337
12338 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12339
12340 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
12341 (syms_of_minibuf): Remove its initialization.
12342
12343 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
12344
12345 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
12346
12347 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
12348
12349 2008-04-09 Jason Rumney <jasonr@gnu.org>
12350
12351 * makefile.w32-in (distclean): Delete makefile too.
12352 (maintainer-clean): New target.
12353
12354 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
12355
12356 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
12357 for new font backend and composite cases.
12358
12359 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
12360
12361 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
12362 Most of the code moved to run_timers.
12363 (do_pending_atimers): Call run_timers.
12364 (run_timers): New function.
12365
12366 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
12367 run atimers.
12368
12369 * process.c (wait_reading_process_output): The same as above.
12370
12371 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * minibuf.c (last_exact_completion): Remove variable.
12374 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
12375 (complete_and_exit_1, complete_and_exit_2)
12376 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
12377 (Fdisplay_completion_list, display_completion_list_1)
12378 (Fminibuffer_completion_help, Fself_insert_and_exit)
12379 (Fexit_minibuffer, Fminibuffer_message): Move functions to
12380 minibuffer.el.
12381 (syms_of_minibuf): Remove corresponding initializations.
12382
12383 * keyboard.c (Qdeactivate_mark): New var.
12384 (command_loop_1): Use it to call `deactivate-mark'.
12385 (syms_of_keyboard): Initialize it.
12386
12387 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
12388 to another frame.
12389 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
12390 Don't call set_tty_color_mode.
12391 (store_frame_param): Reset previous_frame rather than call
12392 set_tty_color_mode.
12393 * term.c (set_tty_color_mode): Rewrite.
12394 * dispextern.h (set_tty_color_mode): New type.
12395 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
12396
12397 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12398
12399 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
12400 for generic chars, which do not exist any more in emacs-unicode.
12401
12402 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
12403
12404 * coding.c (detect_coding_emacs_mule)
12405 (Ffind_operation_coding_system): Fix typo.
12406
12407 2008-04-08 Jason Rumney <jasonr@gnu.org>
12408
12409 * w32uniscribe.c (SNAME): Extract only symbol name.
12410
12411 * w32font.h (struct w32_metric_cache): New struct.
12412 (w32font_info): Use it.
12413 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
12414 (CACHE_BLOCKSIZE): New constants.
12415
12416 * w32font.c (Qja, Qko, Qzh): New symbols.
12417 (syms_of_w32font): Initialise them.
12418 (font_matches_spec): Use them to filter by language.
12419 (recompute_cached_metrics): Remove function.
12420 (compute_metrics, clear_cached_metrics): New functions.
12421 (w32font_encode_char): Use them to manage metric cache.
12422 (w32font_text_extents): Cache metrics for all glyphs on demand.
12423 Delay converting glyph indices to WORD until needed.
12424 (w32font_open_internal): Initialize metric cache to empty.
12425 (registry_to_w32_charset): Charset should always be a symbol.
12426 (fill_in_logfont, list_all_matching_fonts): Family should
12427 always be a symbol.
12428
12429 2008-04-06 Jason Rumney <jasonr@gnu.org>
12430
12431 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
12432 Give up if glyph indices not supported. Use uniscribe obtained
12433 ABC widths for individual metrics. Map glyph clusters back to
12434 characters using fClusterStart flag. Return number of glyphs
12435 produced, not chars processed.
12436 (uniscribe_shape): Map char at FROM to current glyph.
12437
12438 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12439
12440 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
12441 Use SetMenuItemHierarchicalMenu.
12442
12443 2008-04-05 Jason Rumney <jasonr@gnu.org>
12444
12445 * image.c (pbm_load): Allow color values up to 65535.
12446 Throw an error if max_color_idx is outside the supported range.
12447 Report an error when image size is invalid.
12448 Read two bytes at a time when raw images have max_color_idx above 255.
12449
12450 2008-04-05 Eli Zaretskii <eliz@gnu.org>
12451
12452 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12453 cFileName a file name that includes `?' characters, use the 8+3
12454 alias in cAlternateFileName instead.
12455
12456 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
12457
12458 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
12459 append "CCL: Quitted" when the CCL program is quitted.
12460 (setup_ccl_program): Initialize ccl->quit_silently to zero.
12461
12462 * ccl.h (struct ccl_program): New member quit_silently.
12463
12464 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
12465
12466 * search.c (compile_pattern_1): Treat non-nil and non-string of
12467 search-spaces-regexp as nil.
12468
12469 * minibuf.c (Fassoc_string): Tweak docstring.
12470
12471 2008-04-05 Eli Zaretskii <eliz@gnu.org>
12472
12473 * dired.c (Ffile_attributes): Support inode numbers wider than 32
12474 bits. Remove ugly WINDOWSNT-specific kludge introduced on
12475 2008-03-14 to force inode be positive.
12476
12477 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12478 _S_* ones, since we now use our own sys/stat.h.
12479 (stat, fstat): Don't mangle the inode number.
12480 (init_user_info): Don't restrict UID and GID to 0-60000 range.
12481
12482 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * frame.h (struct frame): Give one more bit to `visible' since we use
12485 values larger than 1 to indicate obscured frames on ttys.
12486
12487 * keymap.c (Qkeymap_canonicalize): New var.
12488 (Fmap_keymap_internal): New fun.
12489 (describe_map): Use keymap-canonicalize.
12490
12491 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12492 (Fundo_boundary): Set them.
12493 (syms_of_undo): Initialize them.
12494 (record_point): Use them instead of last_point_position*.
12495 (last_undo_buffer): Change type.
12496
12497 2008-04-04 Jason Rumney <jasonr@gnu.org>
12498
12499 * w32font.c (w32font_text_extents): Use font's ascent and descent.
12500 (recompute_cached_metrics): Don't set ascent and descent per char.
12501
12502 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12503 (uniscribe_check_otf): Add GC protection before consing.
12504 Rearrange loop for counting features.
12505
12506 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12507
12508 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12509 buffer with byte-size of source buffer.
12510
12511 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12512
12513 * callint.c (Fcall_interactively): Handle temporary region even
12514 when shift-select-mode is off.
12515
12516 2008-04-03 Jason Rumney <jasonr@gnu.org>
12517
12518 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
12519
12520 2008-04-03 Kenichi Handa <handa@m17n.org>
12521
12522 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
12523 (CATEGORY_MASK_UTF_16): Likewise.
12524 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
12525 binary file.
12526 (detect_coding): Add null-byte detection for a binary file.
12527 (detect_coding_system): Likewise.
12528
12529 2008-04-03 Jason Rumney <jasonr@gnu.org>
12530
12531 * w32uniscribe.c: New file.
12532
12533 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
12534
12535 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
12536
12537 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
12538 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
12539 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
12540 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
12541 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
12542 (Qphonetic): New symbols.
12543 (syms_of_w32font): Initialize them.
12544 (font_supported_scripts): Use them.
12545 (w32font_list_family): List all charsets.
12546 (w32font_text_extents, recompute_cached_metrics): Fix metric
12547 calculations.
12548 (w32_enumfont_pattern_entity): Make full_type a DWORD.
12549 Give opentype fonts their own format.
12550 (font_matches_spec): New arguments backend and logfont.
12551 Handle :otf spec for uniscribe backend.
12552 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
12553 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
12554
12555 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
12556 font backend.
12557 (globals_of_w32fns): Initialize uniscribe font backend.
12558
12559 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
12560 dependencies.
12561 (w32uniscribe.$(O)): New file to build.
12562 (FONT_OBJ): Include w32uniscribe.$(O).
12563 (LIBS): Add uniscribe libraries.
12564
12565 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
12566
12567 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
12568
12569 * callint.c (Vshift_select_mode): New var.
12570 (Finteractive): Document new ^ spec.
12571 (Fcall_interactively): Call handle-shift-selection if the ^ spec
12572 is present.
12573
12574 * keyboard.c (Vthis_command_keys_shift_translated): New var.
12575 (command_loop_1): Avoid running the direct display versions of
12576 forward-char and backward-char if shift-selection may occur.
12577 (read_key_sequence): Set Vthis_command_keys_shift_translated if
12578 shift-translation takes place.
12579
12580 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
12581 avoid clobbering by define-minor-mode.
12582
12583 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
12584 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
12585
12586 * syntax.c (Fforward_word): Add ^ interactive spec.
12587
12588 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
12589 (Fscroll_right): Add ^ interactive spec.
12590
12591 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12592
12593 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
12594
12595 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
12596
12597 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
12598
12599 2008-03-31 Juri Linkov <juri@jurta.org>
12600
12601 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
12602
12603 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
12604
12605 * gtkutil.c (xg_set_geometry): Fix indentation.
12606 (xg_resize_outer_widget): Remove.
12607 (x_wm_size_hint_off): Fix indentation.
12608 (xg_frame_set_char_size): Call flush_and_sync after
12609 gtk_window_resize.
12610 (x_wm_set_size_hint): Pass NULL as geometry window to
12611 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
12612 Add menu bar and tool bar height to base height.
12613 (xg_update_frame_menubar, free_frame_menubar)
12614 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
12615 (update_frame_tool_bar, free_frame_tool_bar):
12616 Change xg_resize_outer_widget to xg_frame_set_char_size.
12617
12618 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
12619
12620 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
12621 (Fdbus_call_method): New parameter TIMEOUT.
12622 (dbus-send-signal): Optimize UNGCPRO call.
12623
12624 2008-03-29 Juri Linkov <juri@jurta.org>
12625
12626 * window.c (Fdisplay_buffer): Move call to
12627 Vsplit_window_preferred_function out of conditions that check
12628 if window is eligible for vertical splitting.
12629 When Vsplit_window_preferred_function is non-nil, call it and use
12630 its non-nil return value as window. Otherwise, continue doing
12631 vertical splitting using Fsplit_window with arg horflag=nil.
12632 (syms_of_window) <Vsplit_window_preferred_function>: Change the
12633 default value from `split-window' to nil.
12634
12635 2008-03-29 Juri Linkov <juri@jurta.org>
12636
12637 * callint.c (Fcall_interactively): Revert 2008-03-16 change
12638 for interactive code letters 'b' and 'B'.
12639
12640 2008-03-29 Eli Zaretskii <eliz@gnu.org>
12641
12642 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
12643 multibyte string.
12644
12645 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 * keyboard.c (pending_funcalls): New var.
12648 (timer_check): Run it.
12649 (syms_of_keyboard): Initialize it.
12650 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
12651 (Vdelete_terminal_functions): New vars.
12652 (syms_of_terminal): Initialize them.
12653 (Fdelete_terminal): Run delete-terminal-functions.
12654 * xdisp.c (safe_eval): Rewrite.
12655 (safe_call2): New fun.
12656 * frame.c (Qdelete_frame_functions): New var.
12657 (syms_of_frame): Initialize it.
12658 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
12659 * lisp.h (safe_call2, pending_funcalls): Declare.
12660
12661 2008-03-28 Andreas Schwab <schwab@suse.de>
12662
12663 * indent.c (Fmove_to_column): Move declaration before statements.
12664
12665 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12666
12667 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
12668 (struct frame): Use bit fields for boolean vars.
12669
12670 * process.c (server_accept_connection): Simplify naming.
12671 (emacs_get_tty_pgrp): Use SDATA.
12672
12673 * coding.c (decode_coding_object): Fix last change.
12674
12675 2008-03-27 Jason Rumney <jasonr@gnu.org>
12676
12677 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
12678
12679 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12680
12681 * charset.c (Fdefine_charset_internal): Change the way of
12682 registering charsets in Vcharset_order_list.
12683 (syms_of_charset): Make the charset `eight-bit' supplementary.
12684
12685 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
12686
12687 * regex.c (EXTEND_BUFFER): Change order of pointer addition
12688 operations, to avoid having the difference between pointers
12689 overflow.
12690
12691 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * indent.c (check_display_width): New fun.
12694 (scan_for_column): Use it.
12695
12696 * data.c (syms_of_data): Mark most-positive-fixnum and
12697 most-negative-fixnum as constants.
12698
12699 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
12700
12701 * indent.c (scan_for_column): Extract from current_column_1.
12702 Merge with the same code from Fmove_to_column.
12703 (current_column_1, Fmove_to_column): Use it.
12704
12705 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * keymap.c (map_keymap_internal): New fun.
12708 (map_keymap): Use it.
12709 (Fmap_keymap_internal): New fun.
12710 (Fmap_keymap): Remove left-out test from before make_save_value.
12711
12712 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
12713
12714 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
12715 Use XCAR/XCDR.
12716
12717 * process.h (struct Lisp_Process): Remove filter_multibyte.
12718 * process.c (QCfilter_multibyte): Remove.
12719 (setup_process_coding_systems): Don't use filter_multibyte.
12720 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
12721 (read_process_output): Don't adjust multibyteness to filter_multibyte.
12722 (Fset_process_filter_multibyte): Change the coding-system to
12723 approximate the previous behavior.
12724 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
12725 coding-system.
12726
12727 * coding.c (decode_coding_object): When not decoding into a buffer,
12728 obey the coding system's preference of (uni|multi)byte.
12729
12730 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
12733 every char is changed and has a different byte-length.
12734 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
12735 Fix int -> EMACS_INT.
12736
12737 2008-03-23 David Hansen <david.hansen@gmx.net>
12738
12739 * dbusbind.c (xd_read_message): Remove extra copying of message
12740 strings. Check for NULL `interface' or `member'.
12741
12742 2008-03-22 Eli Zaretskii <eliz@gnu.org>
12743
12744 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12745 cFileName a file name that includes `?' characters, use the 8+3
12746 alias in cAlternateFileName instead.
12747
12748 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12749
12750 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
12751
12752 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12753
12754 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
12755 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
12756 work on current_buffer only instead (that was already the case
12757 for some of the code anyway).
12758 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
12759 (temp_set_point, temp_set_point_both): Use EMACS_INT.
12760 (SET_PT, SET_PT_BOTH): Adjust.
12761 * intervals.h (set_point, temp_set_point, set_point_both)
12762 (temp_set_point_both): Remove redundant declarations.
12763
12764 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 * fileio.c (Finsert_file_contents):
12767 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
12768 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
12769 when buffer != current_buffer anyway.
12770
12771 2008-03-20 Andreas Schwab <schwab@suse.de>
12772
12773 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
12774 as default.
12775
12776 2008-03-19 Jason Rumney <jasonr@gnu.org>
12777
12778 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
12779 (syms_of_w32fns): Initialize them.
12780 (HOURGLASS_ID): New constant.
12781 (x_window_to_frame): Don't check hourglass_window.
12782 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
12783 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
12784 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
12785 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
12786 Only change the cursor if hourglass is not active.
12787 (Fx_create_frame): Initialize frame's current_cursor.
12788 (hourglass_atimer): Remove.
12789 (hourglass_started): New function.
12790 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
12791 (show_hourglass): Adapt to w32, changing argument to frame.
12792
12793 * w32term.h (struct w32_output): Remove hourglass_window.
12794 Add current_cursor.
12795
12796 * eval.c (call_debugger, Fsignal):
12797 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
12798 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
12799 (Fexecute_extended_command, cancel_hourglass_unwind):
12800 * minibuf.c (read_minibuf):
12801 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
12802
12803 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * window.c (run_funs): New fun.
12806 (run_window_configuration_change_hook): Use it to run the buffer-local
12807 and the global part of the hook.
12808
12809 * xdisp.c (format_mode_line_unwind_data): Add window argument.
12810 (unwind_format_mode_line): Restore selected window.
12811 (x_consider_frame_title, Fformat_mode_line): Set selected window.
12812
12813 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12814
12815 * editfns.c (Fchar_equal): Check they are valid characters.
12816
12817 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
12818
12819 2008-03-17 Andreas Schwab <schwab@suse.de>
12820
12821 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
12822 against a charset.
12823
12824 * lisp.h (Fbuffer_list): Declare.
12825
12826 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
12827
12828 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
12829 handlebox_widget is != 0.
12830
12831 2008-03-16 Juri Linkov <juri@jurta.org>
12832
12833 * callint.c (Fcall_interactively): For interactive code letters
12834 'b' and 'B' put the buffer list into the list of default "future"
12835 values of the minibuffer.
12836
12837 2008-03-16 Andreas Schwab <schwab@suse.de>
12838
12839 * keyboard.c (read_key_sequence): Fix downcasing of letters with
12840 modifiers.
12841
12842 * regex.c (re_match_2_internal): Correct matching of a charset
12843 against latin-1 characters.
12844
12845 2008-03-16 Kenichi Handa <handa@m17n.org>
12846
12847 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
12848 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
12849 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
12850 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
12851 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
12852 CHAR_STRING_ADVANCE.
12853 (produce_chars): Fix for the case that the source and the
12854 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
12855 instead of CHAR_STRING_ADVANCE.
12856 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
12857 STRING_CHAR_ADVANCE.
12858
12859 2008-03-15 Andreas Schwab <schwab@suse.de>
12860
12861 * regex.c (re_match_2_internal): Correct matching of eight bit
12862 characters in unibyte strings.
12863
12864 2008-03-15 Martin Rudalics <rudalics@gmx.at>
12865
12866 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
12867 at end of range when it coincides with the end of the buffer.
12868
12869 2008-03-14 Eli Zaretskii <eliz@gnu.org>
12870
12871 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
12872
12873 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
12874
12875 2008-03-14 Jason Rumney <jasonr@gnu.org>
12876
12877 * editfns.c (initial_tz): New variable.
12878 (syms_of_editfns): Initialize it.
12879 (Fset_time_zone_rule): Set it when first called.
12880 Use it when TZSTRING is nil.
12881
12882 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
12883 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
12884 (monitor_from_point_fn, get_monitor_info_fn): New globals.
12885 (globals_of_w32fns): Initialize them.
12886 (compute_tip_xy): Use them to position tooltips.
12887
12888 2008-03-14 Glenn Morris <rgm@gnu.org>
12889
12890 * emacs.c (main): Revert previous change.
12891 (standard_args): Revert -internal-script back to -scriptload,
12892 and remove the long-option form.
12893
12894 2008-03-13 Glenn Morris <rgm@gnu.org>
12895
12896 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
12897 Remove option -enable-font-backend.
12898
12899 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12900
12901 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
12902
12903 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
12904
12905 * xterm.c (x_connection_closed): For GTK: If this is the last
12906 terminal just exit without closing the display.
12907
12908 2008-03-11 Jason Rumney <jasonr@gnu.org>
12909
12910 * w32font.c (w32font_full_name): Use floor to round.
12911
12912 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
12913
12914 * sound.c (alsa_configure): Declare vol at beginning of block.
12915
12916 * fontset.c (Ffontset_info): Remove extra semicolon.
12917
12918 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12919
12920 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
12921 size of resulting string.
12922
12923 2008-03-10 Jason Rumney <jasonr@gnu.org>
12924
12925 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
12926
12927 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12928
12929 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
12930 Don't pretend as if characters with display property haven't been
12931 consumed for string-replacing-string case.
12932
12933 2008-03-08 Kim F. Storm <storm@cua.dk>
12934
12935 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
12936 (get_next_display_element, next_element_from_string)
12937 (next_element_from_ellipsis, next_element_from_buffer): Use it.
12938
12939 2008-03-08 Andreas Schwab <schwab@suse.de>
12940
12941 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
12942
12943 2008-03-06 Jason Rumney <jasonr@gnu.org>
12944
12945 * w32font.c (w32_registry): Take font_type argument. Use ANSI
12946 when charset not specified. Only translate ANSI to unicode when
12947 font_type is truetype.
12948 (w32font_coverage_ok): New function.
12949 (add_font_entity_to_list): Use it to filter unsuitable fonts.
12950
12951 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
12952
12953 * lread.c (Fread_char): Resolve modifiers.
12954 (Fread_char_exclusive): Likewise.
12955
12956 * character.c (char_resolve_modifier_mask): New function.
12957 (char_string): Use char_resolve_modifier_mask.
12958 (Fchar_resolve_modifiers): New function.
12959 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
12960 function.
12961
12962 2008-03-04 Jason Rumney <jasonr@gnu.org>
12963
12964 * makefile.w32-in: Always include w32font.c in the build.
12965 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
12966
12967 2008-03-04 Andreas Schwab <schwab@suse.de>
12968
12969 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
12970 (versionclean): Likewise.
12971
12972 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
12973
12974 * .cvsignore: Add oo.
12975
12976 2008-03-03 Andreas Schwab <schwab@suse.de>
12977
12978 * coding.c (decode_coding_object): Inhibit gap shrinking while
12979 decoding in place.
12980
12981 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
12982
12983 * w32term.c: Remove unused include "gnu.h".
12984 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
12985
12986 * gnu.h: Rename to ...
12987 * emacs-icon.h: ... this.
12988 * xterm.c: Use emacs-icon.h instead of gnu.h.
12989 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
12990
12991 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
12992
12993 * w32font.c: Include math.h.
12994
12995 2008-03-03 Jason Rumney <jasonr@gnu.org>
12996
12997 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
12998 Compute options separately.
12999 (w32font_open_internal): Set glyph_idx before caching metrics.
13000
13001 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
13002 Define if system headers don't.
13003 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
13004 (w32font_encode_char): Don't declare here.
13005
13006 * w32font.c (Quniscribe, QCformat): New symbols.
13007 (syms_of_w32font): Define them.
13008 (w32font_has_char): Indicate uncertainty.
13009 (w32font_encode_char): Encode as glyph point. Make static.
13010 (recompute_cached_metrics): New function.
13011 (w32font_open_internal): Use it. Set font to use glyph points
13012 initially. Set format based on type of font.
13013 (w32font_text_extents, w32font_draw): Optionally use glyph points.
13014 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
13015 on it. Set format based on information available here.
13016 (add_font_entity_to_list): Identify backend based on opentype_only.
13017
13018 2008-03-02 Andreas Schwab <schwab@suse.de>
13019
13020 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
13021
13022 * coding.c (decode_coding_big5, produce_chars):
13023 Fix typos in last change.
13024
13025 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
13026
13027 * gnu.h: New icon.
13028
13029 2008-03-02 Kenichi Handa <handa@m17n.org>
13030
13031 * coding.c (decode_coding_utf_8): When eol-type of CODING is
13032 `dos', don't decode '\r' if that is the last in the source.
13033 (decode_coding_utf_16, decode_coding_emacs_mule)
13034 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13035 (decode_coding_raw_text, decode_coding_charset): Likewise.
13036 (produce_chars): Don't decode EOL here. Use EMACS_INT.
13037
13038 2008-03-01 Jason Rumney <jasonr@gnu.org>
13039
13040 * w32font.c (w32font_full_name): Report point size for scalable fonts.
13041
13042 2008-03-01 Kim F. Storm <storm@cua.dk>
13043
13044 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
13045
13046 2008-03-01 Jason Rumney <jasonr@gnu.org>
13047
13048 * w32font.c (w32font_full_name): New function.
13049 (w32font_open_internal): Use it.
13050
13051 2008-03-01 Kim F. Storm <storm@cua.dk>
13052
13053 * dispnew.c (line_draw_cost): Fix invalid glyph check.
13054
13055 2008-03-01 Jason Rumney <jasonr@gnu.org>
13056
13057 * font.c (font_unparse_fcname): Increase len when style is a symbol.
13058
13059 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
13060
13061 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
13062 xg_frame_resized when the event is for the edit widget.
13063
13064 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
13065
13066 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
13067 set_char_size.
13068 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
13069 operations on widgets here. Just set frame size if needed.
13070 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
13071 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
13072 (x_wm_set_size_hint): Set size hints on the edit widget only, not
13073 the whole frame.
13074 (xg_create_tool_bar): Move attachment of the tool bar to
13075 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
13076 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
13077
13078 2008-03-01 Jason Rumney <jasonr@gnu.org>
13079
13080 * w32fns.c (w32_msg_pump): Disable debug code.
13081
13082 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13083
13084 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
13085
13086 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
13087
13088 * xdisp.c (next_overlay_string): Don't set
13089 overlay_strings_at_end_processed_p if we're currently reading from
13090 a display string.
13091
13092 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * xdisp.c (get_overlay_strings_1): Fix typo.
13095
13096 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
13097
13098 * xdisp.c (get_overlay_strings_1): Add missing argument type.
13099
13100 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
13101
13102 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
13103
13104 * xdisp.c (display_mode_element): Cancel the previous change.
13105 (decode_mode_spec): Likewise.
13106 (handle_auto_composed_prop): Don't make composition if it->string
13107 is a string.
13108
13109 2008-02-27 Kim F. Storm <storm@cua.dk>
13110
13111 * lisp.h (GLYPH): Change type from int to struct with separate char
13112 and face_id members.
13113 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
13114 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
13115 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
13116 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
13117 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
13118 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
13119 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
13120 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
13121 handle new Lisp glyph code encoding, either an integer or a cons.
13122
13123 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
13124 (GLYPH_ALIAS): Delete.
13125 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
13126 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
13127 (GLYPH_FROM_CHAR): Replace macro by ...
13128 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
13129
13130 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
13131 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
13132 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
13133 (GLYPH_INVALID_P): New macro.
13134 (spec_glyph_lookup_face): Update prototype.
13135
13136 * dispnew.c (line_draw_cost): Adapt to new glyph type.
13137 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
13138 new glyph code encoding.
13139 (spec_glyph_lookup_face): No return value; update passed glyph instead.
13140 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
13141
13142 * xdisp.c (get_next_display_element, next_element_from_display_vector):
13143 Adapt to new glyph type and new glyph code encoding.
13144
13145 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
13146
13147 * indent.c (current_column, current_column_1, Fmove_to_column)
13148 (compute_motion): Adapt to new glyph code encoding.
13149
13150 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
13151
13152 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
13153
13154 * process.c (wait_reading_process_output): Check for window
13155 changes caused by timers.
13156 Suggested by Johan Bockgård.
13157
13158 2008-02-27 Glenn Morris <rgm@gnu.org>
13159
13160 * emacs.c (USAGE1): Add `--disable-font-backend'.
13161
13162 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13163
13164 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
13165 is made to the buffer.
13166
13167 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13168
13169 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
13170 (face_at_string_position):
13171 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
13172 (face_at_string_position):
13173 * xdisp.c (display_string, next_overlay_change):
13174 * buffer.h (overlays_at):
13175 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
13176 Update callers.
13177
13178 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * editfns.c (Fformat): Doc fix.
13181
13182 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
13183
13184 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
13185 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
13186 (Ffont_otf_alternates, Fquery_font): Doc fixes.
13187
13188 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * buffer.c (Fbuffer_swap_text): New function.
13191 (syms_of_buffer): Defsubr it.
13192
13193 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
13194
13195 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
13196
13197 2008-02-25 Jason Rumney <jasonr@gnu.org>
13198
13199 * w32font.c (w32font_draw): Draw one character at a time when padding.
13200
13201 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
13204 Handle a nil arg. Use run_window_configuration_change_hook.
13205 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
13206 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
13207 Use run_window_configuration_change_hook.
13208
13209 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13210
13211 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
13212 1-pixel width.
13213
13214 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13215
13216 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
13217 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
13218 if the glyph in the font is zero pixel with.
13219
13220 * dispextern.h (struct glyph_string): New member padding_p.
13221
13222 * w32font.c (w32font_draw): Pay attention to s->padding_p.
13223
13224 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
13225
13226 * xfont.c (xfont_draw): Pay attention to s->padding_p.
13227
13228 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
13229
13230 * font.c: If the font driver doesn't have `shape' function, return Qnil.
13231
13232 2008-02-25 Jason Rumney <jasonr@gnu.org>
13233
13234 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
13235
13236 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13237
13238 Allow fine-grained image-cache flushing.
13239 * dispextern.h (struct image): Add `dependencies' field.
13240 (clear_image_caches): Change arg to Lisp_Object.
13241 * image.c (make_image): Initialize `dependencies' field.
13242 (clear_image_cache): Change arg to allow fine-grained flushing.
13243 Perform the flush even if image-cache-eviction-delay is nil.
13244 (clear_image_caches): Change arg to Lisp_Object.
13245 (Fclear_image_cache): Expand meaning of the argument.
13246 (mark_image): Mark `dependencies' field.
13247 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
13248 (lface_hash): Use XHASH rather than XFASTINT.
13249 (face_at_buffer_position): Fix int -> EMACS_INT position.
13250 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
13251 (select_frame_for_redisplay): Remove code duplication.
13252 (redisplay_internal): Adapt arg to call to clear_image_caches.
13253
13254 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
13255
13256 * s/vms4-0.h:
13257 * s/vms4-2.h:
13258 * s/vms4-4.h:
13259 * s/vms5-5.h: Remove, unused.
13260
13261 * s/irix5-2.h:
13262 * s/irix6-0.h:
13263 * s/riscos5.h:
13264 * s/mach-bsd4-3.h:
13265 * m/mips4.h: Remove files for obsolete systems.
13266
13267 * Makefile.in:
13268 * filelock.c:
13269 * unexmips.c:
13270 * m/hp9000s300.h:
13271 * m/iris4d.h:
13272 * s/aix3-1.h:
13273 * s/hpux.h:
13274 * s/msdos.h:
13275 * s/usg5-0.h:
13276 * s/usg5-2-2.h:
13277 * s/usg5-2.h:
13278 * s/usg5-3.h: Remove references to obsolete variables.
13279
13280 * s/irix5-0.h: Remove, move all the contents ...
13281 * s/irix6-5.h: ... here. Simplify.
13282 * config.in: Regenerate.
13283
13284 2008-02-24 Jason Rumney <jasonr@gnu.org>
13285
13286 * w32term.c (x_draw_glyph_string_background): Clear the background
13287 manually when cleartype is in use.
13288 (x_draw_glyph_string_foreground): Draw text transparently when
13289 cleartype is in use.
13290
13291 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
13292 a font into it unless we have to.
13293
13294 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
13297 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
13298
13299 2008-02-18 Jason Rumney <jasonr@gnu.org>
13300
13301 * w32fns.c (Fw32_shell_execute): Encode parameters.
13302
13303 2008-02-09 Eli Zaretskii <eliz@gnu.org>
13304
13305 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
13306
13307 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
13308
13309 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
13310
13311 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
13312
13313 * xterm.c (x_set_offset): Don't change the gravity if
13314 CHANGE_GRAVITY is -1.
13315
13316 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
13317
13318 * fileio.c (auto_save_error_occurred): New var.
13319 (auto_save_error): Set it.
13320 (Fdo_auto_save): Don't overwrite the error message if an auto-save
13321 error occurred.
13322
13323 2008-02-23 Eli Zaretskii <eliz@gnu.org>
13324
13325 * w32.c (globals_of_w32): Add initializations for
13326 g_b_init_get_sid_sub_authority and
13327 g_b_init_get_sid_sub_authority_count.
13328
13329 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
13332 (font_parse_xlfd): Use them for sanity check.
13333 (Finternal_set_font_style_table): Make sure the table is bijective.
13334
13335 Consolidate the image_cache to the terminal struct.
13336 * termhooks.h (P_): Remove redundant def.
13337 (struct terminal): New field `image_cache'.
13338 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
13339 of FRAME_X_IMAGE_CACHE.
13340 * xterm.h (struct x_display_info): Remove image_cache field.
13341 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13342 * w32term.h (struct w32_display_info): Remove image_cache field.
13343 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13344 * macterm.h (struct mac_display_info): Remove image_cache field.
13345 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13346 * xterm.c (x_term_init):
13347 * w32term.c (w32_term_init):
13348 * macterm.c (mac_term_init): Set the image_cache in the terminal.
13349 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
13350 Remove declarations.
13351 (clear_image_caches, mark_image_cache): New declarations.
13352 * xfaces.c (clear_face_cache):
13353 * xdisp.c (redisplay_internal): Use clear_image_caches.
13354 * image.c (clear_image_cache): Don't check that a frame is on
13355 a window-system before checking if it shares the same cache.
13356 (clear_image_caches): New function.
13357 (Fclear_image_cache): Use it.
13358 (mark_image): Move from allo.c.
13359 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
13360 * alloc.c (mark_image, mark_image_cache): Move to image.c.
13361 (mark_object): Don't call mark_image_cache for frames.
13362 (mark_terminals): Call mark_image_cache.
13363
13364 * lisp.h (Fdelete_terminal): Declare.
13365
13366 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
13367 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
13368 wrong_type_argument.
13369
13370 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
13371
13372 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
13373 malayalam.el, and tamil.el. Add sinhala.el.
13374
13375 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * xterm.c (x_connection_closed): Consolidate identical tests.
13378 (x_delete_terminal): Don't crash if called via x_connection_closed.
13379
13380 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13381
13382 * xdisp.c (decode_mode_spec): New arg string.
13383 (display_mode_element): Adjust for the above change.
13384
13385 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * callint.c (Fcall_interactively): Use AREF.
13388
13389 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13390
13391 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
13392
13393 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
13394
13395 * xfns.c (Fx_show_tip): Set string to " " if empty.
13396
13397 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
13398
13399 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
13400 with Qt.
13401
13402 2008-02-17 Kenichi Handa <handa@m17n.org>
13403
13404 * ftfont.c (ftfont_shape): Return Lispy number.
13405
13406 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
13407 for GCs.
13408 (Finternal_set_font_selection_order): Call font_update_sort_order
13409 only when enable_font_backend is set.
13410 (realize_x_face): Set face->font_info to that of default face only
13411 when enable_font_backend is set.
13412
13413 * xdisp.c (handle_composition_prop): Set it->c to the fist
13414 character of the composed region.
13415 (fill_composite_glyph_string): Set base_face->font_info to
13416 s->font_info. Get a face for ascii from base_face->ascii_face.
13417 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
13418 with a face already decided.
13419 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
13420 non-negative.
13421 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
13422 call font_prepare_composition unconditionally.
13423
13424 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
13425
13426 * xterm.h (struct x_display_info): New member font.
13427
13428 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
13429 (x_set_mouse_face_gc, x_new_font): Likewise.
13430 (x_term_init): Setup display_info->font.
13431 (x_delete_terminal): Free display_info->font.
13432
13433 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
13434
13435 * ftxfont.c (ftxfont_default_fid): Delete it.
13436 (ftxfont_open): Set xfont->fid to 0.
13437 (ftxfont_end_for_frame): Clear data specific to the frame and the
13438 font-driver.
13439
13440 * xftfont.c (xftfont_default_fid): Delete it.
13441 (xftfont_open): Set xfont->fid to 0.
13442
13443 * fontset.c (FONTSET_OBJLIST): New macro.
13444 (fontset_find_font): Update font-object list of the fontset.
13445 (free_realized_fontset): New function.
13446 (free_face_fontset): Call free_realized_fontset.
13447 (Ffont_info): Call font_close_object only when enable_font_backend
13448 is set.
13449
13450 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
13451 [HAVE_NTGUI]: Include w32term.h.
13452 [MAC_OS]: Include macterm.ch.
13453 (font_otf_ValueRecord): Use make_number.
13454 (font_finish_cache): Fix handling of reference count.
13455 (font_clear_cache): Update num_fonts.
13456 (font_open_entity): Update smallest_char_width and
13457 smallest_font_height of the frame.
13458 (font_close_object): Update num_fonts.
13459 (Fclear_font_cache): Fix finding the target cache data.
13460
13461 2008-02-16 Glenn Morris <rgm@gnu.org>
13462
13463 * fontset.c (Finternal_char_font): Fix compilation warning.
13464
13465 2008-02-16 Eli Zaretskii <eliz@gnu.org>
13466
13467 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
13468 instead of char arrays. Enlarge the size of array passed to
13469 get_token_information.
13470
13471 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
13472 warnings.
13473
13474 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13475
13476 * .gdbinit: Don't set `args', it breaks gdb --args.
13477
13478 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13481 within a narrowed buffer.
13482
13483 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
13484
13485 * coding.c (decode_coding_object, encode_coding_object):
13486 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
13487
13488 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13489
13490 * coding.c (coding_set_destination): Use BEG_BYTE rather than
13491 hardcoding 1.
13492 (detect_coding_system):
13493 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13494 (string_char_to_byte, string_byte_to_char, insert_from_gap):
13495 * insdel.c (insert_from_gap):
13496 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13497 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13498 (string_to_multibyte):
13499 * character.c (chars_in_text, multibyte_chars_in_text):
13500 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13501
13502 * character.h (FETCH_STRING_CHAR_ADVANCE)
13503 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13504 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13505 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13506
13507 * casefiddle.c (casify_region): Only call after-change and composition
13508 functions on the part of the region that was changed.
13509
13510 * keyboard.c (read_avail_input):
13511 * frame.c (Fdelete_frame): Call Fdelete_terminal.
13512
13513 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13514
13515 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
13516 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
13517
13518 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
13519
13520 * w32menu.c (push_submenu_start, push_submenu_end)
13521 (push_left_right_boundary, push_menu_pane, push_menu_item):
13522 * keyboard.c (read_key_sequence): Don't pass args with side effects
13523 to AREF, it fails when compiling with -DENABLE_CHECKING.
13524
13525 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
13526
13527 * Makefile.in (${lispsource}international/charprop.el):
13528 Delete this target.
13529
13530 * search.c (boyer_moore): Fix incorrect synching of the trunk and
13531 emacs-unicode-2.
13532
13533 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13534
13535 * terminal.c (Fdelete_terminal): Clean up the `force' path.
13536
13537 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13538
13539 * frame.c (Qnoelisp): New symbol.
13540 (syms_of_frame): Initialize it.
13541 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
13542 harmless Elisp code, from a strong `force' from x_connection_closed.
13543 * frame.h (Qnoelisp): Declare.
13544 * xterm.c (x_connection_closed): Pass `noelisp'.
13545
13546 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
13547 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
13548 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
13549 rather than `int' for the type of `type'.
13550
13551 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13552
13553 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
13554
13555 * Makefile.in (GNUC): Remove support for gcc-1.x.
13556
13557 2008-02-10 Richard Stallman <rms@gnu.org>
13558
13559 * lisp.h (ASET): Use AREF, not ASLOT.
13560
13561 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
13562
13563 * lisp.h (ASET): Check bounds.
13564
13565 2008-02-10 Glenn Morris <rgm@gnu.org>
13566
13567 * buffer.c (mode-name): Doc fix.
13568
13569 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13570
13571 * Makefile.in:
13572 * emacs.c:
13573 * gmalloc.c:
13574 * keyboard.c:
13575 * lisp.h:
13576 * m/ibm370aix.h:
13577 * process.c:
13578 * regex.c:
13579 * s/hpux.h:
13580 * sysdep.c:
13581 * sysselect.h:
13582 * systty.h:
13583 * unexec.c:
13584 * w32term.c:
13585 * xsmfns.c:
13586 * xterm.c: Remove code that deals with obsolete variables.
13587
13588 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
13589
13590 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
13591 nothing else needs it anymore.
13592
13593 2008-02-09 Eli Zaretskii <eliz@gnu.org>
13594
13595 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
13596 instead of unibyte_char_to_multibyte.
13597
13598 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13599
13600 * s/gnu-linux.h: Remove commented out code.
13601
13602 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
13603
13604 * Makefile.in: Update what RMS says about using autoconf.
13605 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
13606 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
13607 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
13608 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
13609
13610 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13611
13612 * keymap.c (Fkey_description): Move side effect outside of macro call.
13613
13614 * xfaces.c (Finternal_make_lisp_face):
13615 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
13616
13617 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
13618 (syms_of_fontset): Use ASET.
13619
13620 * fns.c (concat): Move side effect outside of macro call.
13621 (hash_clear): Use ASET.
13622
13623 2008-02-08 Richard Stallman <rms@gnu.org>
13624
13625 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
13626 If FORCE, and frame has a surrogate minibuffer for another frame,
13627 delete the other frame first.
13628
13629 2008-02-07 Timo Savola <timo.savola@iki.fi>
13630
13631 * xterm.c (x_detect_focus_change): Handle embed client message.
13632 (handle_one_xevent): Ditto.
13633 (handle_one_xevent): If embedded and we get a button press/release,
13634 request focus.
13635 (xembed_set_info, xembed_send_message): New functions.
13636 (x_make_frame_visible): Call xembed_set_info if embedded.
13637 (x_make_frame_invisible): Call xembed_set_info if embedded.
13638 (x_term_init): Initialize Xatom_XEMBED.
13639 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
13640 (x_iconify_frame): Ditto.
13641
13642 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
13643 (enum xembed_info, enum xembed_message, enum xembed_focus)
13644 (enum xembed_modifier, enum xembed_accelerator): New.
13645 (xembed_set_info, xembed_send_message): Declare.
13646 (FRAME_X_EMBEDDED_P): New.
13647
13648 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
13649 gtk_plug_new.
13650
13651 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
13652 window ID of a frame.
13653 (x_window): Reparent frame if embedded.
13654 (Fx_create_frame): Don't set border width if embedded.
13655
13656 * emacs.c (USAGE3): Add --parent-id.
13657 (standard_args): Ditto.
13658
13659 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
13660
13661 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
13662
13663 2008-02-07 Jim Meyering <meyering@redhat.com>
13664
13665 Use "do...while (0)", not "if (1)...else" in macro definitions.
13666 The latter provokes a warning from gcc about the empty else, when
13667 followed by ";". Also, without that trailing semicolon, it would
13668 silently swallow up any following statement.
13669 * syntax.h (SETUP_SYNTAX_TABLE)
13670 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
13671 * buffer.h (DECODE_POSITION): Likewise.
13672 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
13673 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
13674 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
13675 (FETCH_CHAR_ADVANCE): Likewise.
13676 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
13677
13678 2008-02-07 Jim Meyering <meyering@redhat.com>
13679
13680 * lread.c [lint]: Don't include <sys/inode.h>.
13681
13682 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13683
13684 * xselect.c (x_handle_dnd_message):
13685 * xmenu.c (digest_single_submenu, xmenu_show):
13686 * xdisp.c (with_echo_area_buffer_unwind_data)
13687 (format_mode_line_unwind_data, unwind_format_mode_line)
13688 (display_menu_bar):
13689 * eval.c (Ffetch_bytecode):
13690 * doc.c (store_function_docstring):
13691 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
13692 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
13693 * buffer.c (add_overlay_mod_hooklist): Use ASET.
13694
13695 2008-02-07 Kenichi Handa <handa@m17n.org>
13696
13697 * ftxfont.c (ftxfont_open): Don't set
13698 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
13699
13700 * ftfont.c (ftfont_open): Fix previous change.
13701
13702 2008-02-06 Jason Rumney <jasonr@gnu.org>
13703
13704 * w32font.c (w32font_text_extents): Fill in lbearing metric.
13705 Use cached metrics for ASCII characters.
13706 (w32font_open_internal): Don't set font's owning_frame.
13707 Cache metrics for ASCII characters.
13708
13709 * w32font.h (struct w32font_info): Add ascii_metrics.
13710 Remove owning_frame.
13711
13712 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
13713
13714 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
13715 to negative value.
13716
13717 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
13718
13719 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
13720
13721 * charset.c (syms_of_charset): Set QCtest and Qeq.
13722
13723 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * process.c (Fstart_process):
13726 * callproc.c (Fcall_process): Handle the case where
13727 Funhandled_file_name_directory returns nil.
13728
13729 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
13730 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
13731 * font.c (check_gstring): Use them and AREF to access the vector before
13732 we know it's really a gstring.
13733 (Ffont_shape_text): Fix typo.
13734 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
13735
13736 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
13737 Declare.
13738
13739 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
13740
13741 2008-02-05 Jason Rumney <jasonr@gnu.org>
13742
13743 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
13744 Set smallest_font_height and smallest_char_width in display info.
13745
13746 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
13747
13748 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
13749
13750 2008-02-05 Miles Bader <miles@gnu.org>
13751
13752 * xfaces.c (get_lface_attributes, merge_named_face)
13753 (lookup_named_face, lookup_derived_face, realize_named_face):
13754 Revert 2008-02-01 change by cyd@stupidchicken.com.
13755
13756 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13757
13758 * fontset.c (Ffontset_info): Handle the case of inhibitting the
13759 fallback fonts.
13760 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
13761
13762 2008-02-04 Jason Rumney <jasonr@gnu.org>
13763
13764 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
13765 set full_name.
13766 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
13767
13768 2008-02-03 Jason Rumney <jasonr@gnu.org>
13769
13770 * makefile.w32-in (OBJ1): Include font.o here.
13771 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
13772
13773 2008-02-02 Jason Rumney <jasonr@gnu.org>
13774
13775 * makefile.w32-in (temacs): Bump EMHEAP to 21.
13776
13777 2008-02-01 Jason Rumney <jasonr@gnu.org>
13778
13779 * s/cygwin.h: Define VIRT_ADDR_VARIES.
13780
13781 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
13782
13783 2008-02-01 Andreas Schwab <schwab@suse.de>
13784
13785 * Makefile.in (shortlisp, lisp): Update for rename of
13786 ../lisp/language/myanmar.el.
13787
13788 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
13789
13790 * xfaces.c (get_lface_attributes): Delete function.
13791 (merge_named_face, lookup_named_face, lookup_derived_face)
13792 (realize_named_face): Call lface_from_face_name directly, and use
13793 the fact that merge_face_vectors does not alter its FROM argument.
13794
13795 2008-02-01 Jason Rumney <jasonr@gnu.org>
13796
13797 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
13798 input in the default locale. Handle non-Unicode multibyte input.
13799
13800 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13801
13802 * fontset.c (reorder_font_vector): Exclude nil elements from the
13803 font group. Don't try multiple fonts.
13804 (fontset_font): Adjust for the above change.
13805 (Finternal_char_font): Return nil if the found font doesn't
13806 contain the character ch.
13807
13808 * Makefile.in (lisp, shortlisp): Add cham.el.
13809
13810 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13811
13812 * font.h (FONTP): Make it return 1 also for a font-object.
13813
13814 * .gdbinit (xfontset): New function.
13815
13816 * font.c (font_find_for_lface): Check if the character C is
13817 supported or not only for the first font.
13818
13819 * fontset.c (reorder_font_vector): Fix typo.
13820 (fontset_find_font): Don't add a font-spec specifying a script.
13821 Use 0 (not Qt) for the indication of empty font-group. Change the
13822 format of RFONT-DEF. Return Qt if no font in the font-group
13823 support the character.
13824 (fontset_font): Adjust for the above change. If no font was
13825 found the character, remember that.
13826 (face_for_char): Adjust for the change of RFONT-DEF.
13827 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
13828 no font for the target.
13829 (Finternal_char_font): Adjust for the change of RFONT-DEF.
13830
13831 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13832
13833 * font.c (font_load_for_face): Handle the case that the font in
13834 face->lface is a string.
13835
13836 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13837
13838 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
13839
13840 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13841
13842 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
13843 Fix previous change. If the frame is not on a window system,
13844 signal an error.
13845
13846 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13847
13848 * coding.c (decode_coding_object, encode_coding_object): Adjust
13849 marker positions after conversion.
13850
13851 * lisp.h (struct Lisp_Marker): New member need_adjustment.
13852
13853 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13854
13855 * font.c (font_find_for_lface): Fix the handling of the return
13856 value of font_has_char.
13857 (Ffont_shape_text): Fix previous change.
13858
13859 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
13860 (fontset_ref_and_range): Delete it.
13861 (fontset_find_font): Call char_table_ref_and_range instead of
13862 FONTSET_REF_AND_RANGE.
13863 (make_fontset): Don't setup font groups of Latin here.
13864 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13865 (new_fontset_from_font): Make the specified font the default for
13866 all Latin characters.
13867
13868 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13869
13870 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
13871 is on a window system before accessing the fontset of the frame.
13872
13873 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13874
13875 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
13876
13877 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
13878 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
13879
13880 * font.c (Ffont_shape_text): If the font driver doesn't have a
13881 shaper function, make zero-width glyphs to have at least one-pixel
13882 width. Fix setting of `to' field of glyphs.
13883
13884 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13885
13886 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
13887 glyphs.
13888
13889 * font.h (struct font_driver): Improve docstring of member `shape'.
13890
13891 2008-02-01 Kenichi Handa <handa@m17n.org>
13892
13893 * composite.c (syms_of_composite): Fix docstring of
13894 auto-composition-function.
13895
13896 * font.h (LGLYPH_SIZE): New macro.
13897
13898 * font.c (Ffont_fill_gstring): Stop filling when a character not
13899 supported by the font is found.
13900 (Ffont_shape_text): When a shape callback function returns nil,
13901 try at most two more times with larger gstring.
13902 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
13903
13904 * xdisp.c (handle_auto_composed_prop): Change the argument to
13905 auto-composition-function.
13906
13907 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
13908 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
13909 Lispy glyph and store it in the lgstring.
13910
13911 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
13912
13913 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
13914
13915 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13916
13917 * font.c (Ffont_shape_text): Avoid unnecessary composition.
13918
13919 * fontset.c (Vfont_encoding_charset_alist): New variable.
13920 (syms_of_fontset): DEFVAR it.
13921 (reorder_font_vector, fontset_find_font): Optimize for the case of
13922 no need of reordering.
13923 (face_for_char): Map the charset property by
13924 Vfont_encoding_charset_alist.
13925
13926 2008-02-01 Jason Rumney <jasonr@gnu.org>
13927
13928 * w32font.c (logfonts_match): Don't check adstyle here.
13929 (font_matches_spec): Check here against physical font instead.
13930 (add_font_entity_to_list): Avoid some substitutions.
13931
13932 * font.c (font_parse_fcname): Default weight and slant to normal.
13933 (font_score): Prefer normal fonts if weight or slant unspecified.
13934 (font_score) [WINDOWSNT]: Scale weight difference down to closer
13935 match freetype scores.
13936
13937 2008-02-01 Jason Rumney <jasonr@gnu.org>
13938
13939 * w32font.c (w32font_text_extents): Don't use the frame stored in the
13940 font, as it may have been deleted.
13941 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13942 most common hyphenless variation.
13943 (logfonts_match): Check generic family.
13944 (font_matches_spec): Don't check generic family here.
13945 (fill_in_logfont): Set generic family based on adstyle.
13946
13947 * w32font.h (w32font_get_cache): Update declaration.
13948
13949 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13950
13951 * ftfont.c (ftfont_get_cache): Adjust the argument type.
13952
13953 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
13954 If none of the new drivers are available, call font_update_drivers
13955 with the old drivers.
13956
13957 * w32font.c (w32font_get_cache): Adjust the argument type.
13958
13959 * xfont.c (xfont_get_cache): Adjust the argument type.
13960
13961 * font.h (struct font_driver): Change argument type of get_cache.
13962
13963 * xftfont.c (xftfont_start_for_frame): Delete prototype.
13964
13965 * font.c (Ffont_get): Fix arguments to Fassoc.
13966 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
13967 (font_clear_cache): New function.
13968 (font_list_entities, font_matching_entity): Use font_get_cache.
13969 (font_update_drivers): Call font_clear_cache when finishing a driver.
13970
13971 * fontset.c (fontset_find_font): Fix previous change.
13972
13973 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13974
13975 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
13976 dpyinfo->font_table.
13977 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
13978 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
13979
13980 * font.c (font_at): Handle the case that the arg C is negative.
13981 Handle the unibyte case.
13982 (Ffont_at): Call font_at with the arg C -1.
13983
13984 * xdisp.c (handle_auto_composed_prop): Don't get a character at
13985 the position here, and call font_at with the arg C -1.
13986 Don't check the range of the existing composition at the point.
13987
13988 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13989
13990 * fontset.c (fontset_add): New args charset_id and family.
13991 Change caller.
13992 (load_font_get_repertory, fontset_find_font): Assume that
13993 font_spec is always a font-spec object.
13994 (Fset_fontset_font): Always store a font-spec object in a fontset.
13995
13996 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
13997 instead of get_property_and_range.
13998
13999 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14000
14001 * xftfont.c (struct xftfont_info): Delete the member ft_face.
14002 (xftfont_open): Don't keep locking face.
14003 (xftfont_close): Don't unlock face.
14004 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
14005
14006 * fontset.c (fontset_find_font): Don't prefer a font of
14007 supplementary charset.
14008
14009 2008-02-01 Kenichi Handa <handa@m17n.org>
14010
14011 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
14012 script, langsys_tag to langsys, new member script.
14013 (OTF_TAG_STR): Terminate by '\0'.
14014 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
14015 listing to the script specified in that property. Fix arg to
14016 OTF_check_features.
14017
14018 2008-02-01 Jason Rumney <jasonr@gnu.org>
14019
14020 * w32font.h: New file.
14021
14022 * w32font.c: Include it.
14023 (struct w32font_info): Add owning_frame field. Move to w32font.h.
14024 (w32font_open): Set owning_frame.
14025 (w32font_text_extents): Use owning_frame.
14026 (struct font_callback_data): Add opentype_only field.
14027 (add_font_entity_to_list): Use it to filter fonts.
14028 Don't check against full name.
14029 (w32font_list_internal): New function.
14030 (w32font_list): Use it.
14031 (w32font_match_internal): New function.
14032 (w32font_match): Use it.
14033 (w32font_open_internal): New function.
14034 (w32font_open): Use it.
14035 (w32font_get_cache, w32font_close, w32font_has_char)
14036 (w32font_encode_char, w32font_text_extents, w32font_draw):
14037 Make non-static.
14038
14039 * makefile.w32-in (w32font.o): Depend on w32font.h.
14040
14041 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14042
14043 * charset.c (Fdefine_charset_internal): Record a supplementary
14044 charset at the tail of Vcharset_order_list.
14045
14046 * font.c (Ffont_shape_text): Fix the return value.
14047
14048 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
14049
14050 * xdisp.c (handle_auto_composed_prop): Fix previous change.
14051
14052 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14053
14054 * ftfont.c (struct OpenTypeSpec): New struct.
14055 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
14056 (ftfont_get_open_type_spec): New function.
14057 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
14058
14059 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
14060
14061 2008-02-01 Jason Rumney <jasonr@gnu.org>
14062
14063 * w32font.c (add_font_entity_to_list): Compare only the beginning
14064 of full name.
14065
14066 2008-02-01 Kenichi Handa <handa@m17n.org>
14067
14068 * xdisp.c (handle_auto_composed_prop): Simplify the code.
14069 Never return HANDLED_RECOMPUTE_PROPS.
14070
14071 2008-02-01 Kenichi Handa <handa@m17n.org>
14072
14073 * font.c (font_gstring_produce): Delete it.
14074
14075 * composite.h (COMPOSITION_METHOD):
14076 Handle COMPOSITION_WITH_GLYPH_STRING.
14077
14078 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14079
14080 * xfont.c (Qx): Delete.
14081 (syms_of_xfont): Don't initialize Qx.
14082
14083 * composite.h (enum composition_method):
14084 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
14085
14086 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14087
14088 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
14089 (choose_face_font): Accept new form of font-spec.
14090
14091 * frame.h (font_driver_list): Declare it unconditionally.
14092 (struct frame): Define members font_driver_list and font_data_list
14093 unconditionally.
14094
14095 * fontset.c: Include "font.h" unconditionally.
14096 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
14097 (Fset_fontset_font): Accept a font-spec object.
14098
14099 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
14100 PIXEL_SIZE part a wild card.
14101
14102 * dispextern.h (struct glyph_string): Define members clip and
14103 num_clips unconditionally.
14104 (struct face): Define members font_info and extra unconditionally.
14105
14106 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
14107 ftfont_info only when HAVE_LIBOTF is defined.
14108
14109 2008-02-01 Andreas Schwab <schwab@suse.de>
14110
14111 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
14112 and end.
14113
14114 2008-02-01 Jason Rumney <jasonr@gnu.org>
14115
14116 * w32font.c (w32font_driver): Add new fields.
14117
14118 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14119
14120 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
14121 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
14122 (LIBES): Add @M17N_FLT_CFLAGS@.
14123
14124 * composite.c (compose_text): Don't treat the new style
14125 composition specially.
14126
14127 * emacs.c (main): Call syms_of_font unconditionally.
14128
14129 * font.h (FONT_ENTITY_NOT_LOADABLE)
14130 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
14131 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
14132 (struct font_driver): New member shape.
14133 (font_registry_charsets): Extern it.
14134 (font_find_for_lface, font_prepare_composition): Adjust prototype.
14135 (font_otf_capability, font_drive_otf): Delete their externs.
14136
14137 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
14138 (font_charset_alist, font_registry_charsets): Move from xfont.c
14139 and rename.
14140 (font_prop_validate_otf): New function.
14141 (font_property_table): Register it for QCotf.
14142 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
14143 (font_drive_otf): Delete.
14144 (font_prepare_composition): New arg F. Adjust for the change of
14145 lispy gstring.
14146 (font_find_for_lface): New arg C.
14147 (font_load_for_face): Adjust for the change of font_find_for_lface.
14148 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
14149 lispy gstring.
14150 (Ffont_shape_text): New function.
14151 (Fopen_font): If the font size is not given, use 12-pixel.
14152 (Ffont_at): New arg STRING.
14153 (syms_of_font): Initialize font_charset_alist.
14154 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
14155 conditionally.
14156
14157 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
14158 fonts of the same font-spec. Change the format of RFONT-DEF.
14159 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
14160 Adjust for the change of RFONT-DEF.
14161 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
14162
14163 * ftfont.h: New file.
14164
14165 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
14166 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14167 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14168 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
14169 font_otf_capability and font_drive_otf, set ftfont_shape.
14170 (ftfont_list): Adjust for the change of :otf property value.
14171 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
14172 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
14173 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
14174 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14175 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
14176 (otf_gstring, gstring, m17n_flt_initialized): New variables.
14177
14178 * w32term.c (x_draw_composite_glyph_string_foreground):
14179 Adjust for the change of lispy gstring.
14180
14181 * xdisp.c (handle_composition_prop): Adjust for the change of
14182 lispy gstring. Call a function for auto-composition with the
14183 third arg it->window.
14184 (fill_composite_glyph_string): Adjust for the change of lispy string.
14185 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
14186
14187 * xfaces.c (set_font_frame_param): Adjust for the change of
14188 font_find_for_lface.
14189
14190 * xfont.c (x_font_charset_alist): Move to font.c and rename.
14191 (xfont_registry_charsets): Likewise. Change caller.
14192 (syms_of_xfont): Don't handle x_font_charset_alist.
14193
14194 * xftfont.c: Include "ftfont.h".
14195 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14196 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14197 (xftfont_close) [HAVE_LIBOTF]: Close otf.
14198 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14199 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
14200 Set xftfont_driver.shape to xftfont_shape.
14201
14202 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14203 the change of lispy gstring.
14204
14205 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14206
14207 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
14208
14209 2008-02-01 Jason Rumney <jasonr@gnu.org>
14210
14211 * w32font.c (w32font_draw): Fill background manually.
14212
14213 2008-02-01 Jason Rumney <jasonr@gnu.org>
14214
14215 * font.c (Qfontp): Remove unused symbol.
14216 (QCantialias): New symbol.
14217 (syms_of_font): Define it.
14218 (font_property_table): Set a validator for QCantialias.
14219
14220 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
14221 Define if not already.
14222 (QCfamily): Share with xfaces.c.
14223 (Qstandard, Qsubpixel, Qnatural): New symbols.
14224 (syms_of_w32font): Define them. Don't define QCfamily here.
14225 (w32_antialias_type, lispy_antialias_type): New functions.
14226 (w32_enumfont_pattern_entity): New arg requested_font.
14227 Set antialias parameter if non-default was requested.
14228 (fill_in_logfont): Fill in lfQuality if :antialias specified.
14229
14230 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14231
14232 * lread.c (read1): Undo the previous change.
14233
14234 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
14235
14236 * frame.c (Fdelete_frame): Call font_update_drivers only when
14237 USE_FONT_BACKEND is defined.
14238
14239 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14240
14241 * font.h (struct font_bitmap): New member bits_per_pixel.
14242 (struct font_driver): New members start_for_frame and end_for_frame.
14243 (struct font_data_list): New struct.
14244 (font_put_frame_data, font_get_frame_data): Extern them.
14245
14246 * frame.h (struct frame): New member font_data_list.
14247
14248 * font.c (font_update_drivers): Call driver->start_for_frame and
14249 driver->end_for_frame at proper timings.
14250 (font_put_frame_data, font_get_frame_data): New functions.
14251 (Ffont_spec): Add usage in the docstring.
14252
14253 * frame.c (make_frame): Initialize f->font_data_list to NULL.
14254 (Fdelete_frame): Call font_update_drivers.
14255
14256 * xftfont.c (struct xftface_info): Delete the member xft_draw.
14257 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
14258 (xftfont_get_xft_draw): New function.
14259 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
14260 (xftfont_end_for_frame): New function.
14261 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
14262
14263 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
14264 Change argument. Cache GCs in the per-frame data.
14265 (struct ftxfont_frame_data): New struct.
14266 (ftxfont_draw_bitmap): New arg gc_fore and flush.
14267 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
14268 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
14269 (ftxfont_end_for_frame): New function.
14270 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
14271
14272 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
14273
14274 2008-02-01 Kenichi Handa <handa@m17n.org>
14275
14276 * xselect.c (Vselection_coding_system)
14277 (Vnext_selection_coding_system): Delete them.
14278 (syms_of_xselect): Don't declare selection-coding-system and
14279 next-selection-coding-system. They are declared in select.el.
14280
14281 2008-02-01 Jason Rumney <jasonr@gnu.org>
14282
14283 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
14284
14285 * w32fns.c: Include imm.h.
14286 (get_composition_string_fn, get_ime_context_fn): New optional
14287 system functions.
14288 (globals_of_w32fns): Load them from imm32.dll.
14289 (ignore_ime_char): New flag.
14290 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
14291 WM_IME_ENDCOMPOSITION messages.
14292
14293 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
14294 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
14295
14296 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14297
14298 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
14299 (READCHAR_REPORT_MULTIBYTE): New macro.
14300 (readchar): New 2nd arg MULTIBYTE.
14301 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
14302 Make symbol's name multibyte according to the multibyteness of the
14303 source.
14304
14305 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14306
14307 * xfaces.c (face_for_overlay_string): Call lookup_face with
14308 correct arguments (fix of synching with the trunk).
14309
14310 2008-02-01 Kenichi Handa <handa@m17n.org>
14311
14312 * font.c (font_prop_validate_symbol, font_prop_validate_style)
14313 (font_prop_validate_non_neg, font_prop_validate_spacing):
14314 Delete argument prop_index.
14315 (font_property_table): Change arguments to validater. Change Callers.
14316 (font_lispy_object): Delete.
14317 (font_at): Use font_find_object instead fo font_lispy_object.
14318
14319 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14320
14321 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
14322 and file names.
14323
14324 2008-02-01 Jason Rumney <jasonr@gnu.org>
14325
14326 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
14327 (font_matches_spec): Remove debug output.
14328 (add_font_entity_to_list): Avoid using substituted fonts.
14329
14330 2008-02-01 Jason Rumney <jasonr@gnu.org>
14331
14332 * doc.c (Fsnarf_documentation):
14333 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
14334
14335 2008-02-01 Miles Bader <miles@gnu.org>
14336
14337 * dispextern.h (struct glyph_row): Only define "clip" field if
14338 HAVE_WINDOW_SYSTEM is defined.
14339
14340 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14341
14342 Fix up multi-tty merge.
14343
14344 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
14345 and indentation.
14346
14347 * xfaces.c (free_realized_face, clear_face_gcs):
14348 Include font_done_for_face in the input_blocked section, just in case.
14349
14350 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
14351 (get_char_face_and_encoding): Undo last change and remove the *other*
14352 duplicate definition (i.e. keep the one that's better scoped and that
14353 includes code for the font-backend).
14354
14355 * terminal.c (create_terminal): Default keyboard_coding to
14356 `no-conversion' and terminal_coding to `undecided'.
14357
14358 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
14359
14360 * fontset.c (free_realized_fontsets): Check that the table entry does
14361 contain a fontset before trying to compare it to `base'.
14362
14363 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
14364 syms_of_charset, and syms_of_coding earlier because init_window_once
14365 now needs Vcoding_system_hash_table to be setup.
14366
14367 * coding.h (default_buffer_file_coding): Remove.
14368
14369 * coding.c (default_buffer_file_coding): Remove.
14370 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
14371 than ->symbol, and use the terminal-local coding system.
14372 (syms_of_coding): Don't setup the coding-systems that are not
14373 terminal-local.
14374 (Fdefine_coding_system_internal): Use XCAR/XCDR.
14375
14376 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
14377 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
14378
14379 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
14380 in chartab.c and were re-added here by mistake.
14381 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
14382
14383 * doc.c (Fsnarf_documentation):
14384 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
14385 src to etc.
14386
14387 * ChangeLog.10: Add mistakenly removed entry.
14388
14389 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
14390
14391 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
14392
14393 2008-02-01 Miles Bader <miles@gnu.org>
14394
14395 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
14396 Add extra args to FACE_FOR_CHAR.
14397
14398 2008-02-01 Kenichi Handa <handa@m17n.org>
14399
14400 * keymap.c (where_is_internal_1): If key is a cons, store the copy
14401 in sequence.
14402
14403 * chartab.c (map_sub_char_table, map_char_table): If the range
14404 contains just one character, call the function with that character
14405 even if the depth is not 3.
14406
14407 2008-02-01 Jason Rumney <jasonr@gnu.org>
14408
14409 * w32font.c (w32font_text_extents): Calculate metrics for the
14410 whole string.
14411
14412 2008-02-01 Jason Rumney <jasonr@gnu.org>
14413
14414 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
14415
14416 2008-02-01 Jason Rumney <jasonr@gnu.org>
14417
14418 * w32term.c (x_set_glyph_string_clipping): Use
14419 get_glyph_string_clip_rects.
14420 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14421 Adjust for the change of struct glyph_string.
14422
14423 * w32font.c (w32font_draw): Do clipping here.
14424
14425 2008-02-01 Kenichi Handa <handa@m17n.org>
14426
14427 * xftfont.c (xftfont_draw): Adjust for the change of struct
14428 glyph_string.
14429
14430 * xterm.c (x_set_glyph_string_clipping): Use
14431 get_glyph_string_clip_rects.
14432 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14433 Adjust for the change of struct glyph_string.
14434
14435 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
14436 the resulting clip(s}.
14437 (expose_overlaps): Add arg r. Change callers. Set it to
14438 row->clip temporarily.
14439 (expose_window): Redraw rows overlapping the exposed area.
14440
14441 * dispextern.h (struct glyph_row): New member clip.
14442 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
14443 clip_height, new member clip, and num_clips.
14444
14445 2008-02-01 Kenichi Handa <handa@m17n.org>
14446
14447 * data.c (Fchar_or_string_p): Fix docstring.
14448
14449 2008-02-01 Kenichi Handa <handa@m17n.org>
14450
14451 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
14452 create a temporary XftDraw object.
14453
14454 2008-02-01 Kenichi Handa <handa@m17n.org>
14455
14456 * font.c (Ffontp): Fix docstring.
14457
14458 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
14459 strong evidence of ISO-2022.
14460
14461 2008-02-01 Kenichi Handa <handa@m17n.org>
14462
14463 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
14464 SYNTAX_ENTRY_FOLLOW_PARENT.
14465
14466 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
14469 its type.
14470 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14471 Update to the new type of weak_hash_tables and next_weak.
14472
14473 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14474 a plain C pointer to Lisp_Hash_Table.
14475
14476 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14477 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14478 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14479 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14480 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14481 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14482 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14483 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14484 (GC_EQ): Remove since they've been identical to their non-GC_
14485 alter-egos ever since the markbit was eradicated.
14486
14487 * alloc.c:
14488 * buffer.c:
14489 * buffer.h:
14490 * data.c:
14491 * fileio.c:
14492 * filelock.c:
14493 * fns.c:
14494 * frame.h:
14495 * lisp.h:
14496 * macterm.c:
14497 * print.c:
14498 * process.c:
14499 * w32fns.c:
14500 * w32menu.c:
14501 * w32term.c:
14502 * xfns.c:
14503 * xmenu.c:
14504 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14505
14506 2008-02-01 Kenichi Handa <handa@m17n.org>
14507
14508 * chartab.c (map_sub_char_table): Make it work for the top-level
14509 char-table. Fix handling of parent char-table.
14510 (map_char_table): Adjust for the above change.
14511
14512 2008-02-01 Jason Rumney <jasonr@gnu.org>
14513
14514 * w32font.c (Qgdi): Rename from Qw32.
14515
14516 2008-02-01 Jason Rumney <jasonr@gnu.org>
14517
14518 * w32bdf.c (get_quoted_string): Make function static.
14519
14520 2008-02-01 Kenichi Handa <handa@m17n.org>
14521
14522 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
14523 bigger ascent and descent than those of the font, use them as
14524 font's ascent and descent.
14525
14526 2008-02-01 Kenichi Handa <handa@m17n.org>
14527
14528 * Makefile.in (${lispsource}international/charprop.el): Move this
14529 target within "#ifdef HAVE_UNIDATA" and "#endif".
14530
14531 2008-02-01 Kenichi Handa <handa@m17n.org>
14532
14533 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
14534 (shortlisp): Add ../lisp/language/tai-viet.el.
14535
14536 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
14537
14538 * Makefile.in (${lispsource}international/charprop.el): Depend on
14539 temacs${EXEEXT}.
14540
14541 2008-02-01 Jason Rumney <jasonr@gnu.org>
14542
14543 * w32font.c (w32font_close): Delete the GDI font object.
14544
14545 * w32menu.c: Include character.h.
14546
14547 * w32proc.c: Likewise.
14548
14549 * w32select.c: Likewise.
14550
14551 * makefile.w32-in (w32proc.o): Depend on character.h.
14552
14553 2008-02-01 Jason Rumney <jasonr@gnu.org>
14554
14555 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
14556
14557 * w32menu.c (syms_of_w32menu): Likewise.
14558
14559 * w32proc.c (syms_of_ntproc): Likewise.
14560
14561 * w32select.c (syms_of_w32select): Likewise.
14562
14563 * w32term.c (syms_of_w32term): Likewise.
14564
14565 2008-02-01 Jason Rumney <jasonr@gnu.org>
14566
14567 * w32font.c (w32font_draw): Delete brush after using it.
14568
14569 2008-02-01 Jason Rumney <jasonr@gnu.org>
14570
14571 * w32font.c (w32font_open): Don't set font_idx.
14572 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
14573 to font settings.
14574 (w32font_draw): Fill background explicitly.
14575
14576 2008-02-01 Jason Rumney <jasonr@gnu.org>
14577
14578 * w32term.c (w32_initialize): Don't call w32font_initialize.
14579
14580 * w32font.c (w32font_info): Remove subranges.
14581 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
14582 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
14583 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
14584 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
14585 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
14586 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
14587 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
14588 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
14589 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
14590 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
14591 New symbols.
14592 (font_callback_data): New struct.
14593 (w32font_list, w32font_match): Use it.
14594 (w32font_open): Don't populate subranges.
14595 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
14596 (w32font_encode_char): Always return unicode code-point as-is.
14597 (w32font_text_extents): Supply a transformation matrix to
14598 GetGlyphOutline. Never look up by glyph index. Avoid looping
14599 twice. Use unicode version of GetTexExtentPoint32 instead of
14600 glyph index version.
14601 (set_fonts_frame): Remove.
14602 (w32_enumfont_pattern_entity): Add frame parameter, use it to
14603 set frame parameter. Use backward compatible fake foundries.
14604 Save generic family in extra slot under QCfamily. Make width slot
14605 constant. Save QCspacing value. Save list of scripts instead of
14606 binary subranges.
14607 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
14608 (add_font_entity_to_list): Use font_callback_data struct. Filter
14609 unwanted fonts.
14610 (add_one_font_entity_to_list): Use font_callback_data struct.
14611 (w32_registry): Default to iso10646_1.
14612 (fill_in_logfont): Use dpi from extra slot. Don't bother with
14613 string font registries. Don't fill in font name if it is a generic
14614 family name, fill family instead. Use spacing, family and script
14615 extra info to fill pitch, family and charset fields.
14616 (list_all_matching_fonts): Use font_callback_data struct.
14617 (unicode_range_for_char): Remove.
14618 (font_supported_scripts): New function.
14619 (w32font_initialize): Remove.
14620 (syms_of_w32font): Update which symbols are defined.
14621
14622 2008-02-01 Jason Rumney <jasonr@gnu.org>
14623
14624 * font.c (font_pixel_size): Reverse assq_no_quit args.
14625
14626 * w32term.h (FONT_WIDTH): Report max width, not average.
14627 (FONT_MAX_WIDTH): Remove.
14628 (FONT_AVG_WIDTH): New macro.
14629
14630 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
14631 redefinition of FONT_WIDTH.
14632
14633 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
14634 (w32_cache_char_metrics): Use FONT_WIDTH.
14635
14636 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
14637
14638 2008-02-01 Jason Rumney <jasonr@gnu.org>
14639
14640 * w32font.c (w32font_open): Make lfHeight negative.
14641
14642 * w32fns.c (x_default_font_parameter): Use new style font name.
14643 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
14644
14645 2008-02-01 Jason Rumney <jasonr@gnu.org>
14646
14647 * w32font.c (QCsubranges): New symbol.
14648 (w32font_open, w32font_has_char): Get subranges from subproperty
14649 of extra.
14650 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
14651 (syms_of_w32font): Define :subranges symbol.
14652
14653 * font.c (font_put_extra): Expose externally.
14654
14655 * font.h (font_put_extra): Move declaration from font.c.
14656
14657 * font.c (Ffont_get): Use font driver to determine otf capability.
14658 (adjust_anchor): Check if driver defines anchor_point before using.
14659
14660 * w32font.c (w32font_open): Handle size, height and pixel_size better.
14661 (w32font_draw): Use options.
14662 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
14663 Fix detection of truetype fonts.
14664 (registry_to_w32_charset): Handle charsets other than iso8859-1
14665 expressed as lisp symbols.
14666 (w32_registry): Express charset as lisp symbol.
14667 (fill_in_logfont): Reverse pixel and point height logic.
14668 Don't set width here. Set quality to default.
14669
14670 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
14671 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
14672
14673 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14674 Remove redundant loop and allocation.
14675
14676 * makefile.w32-in (font.o, w32font.o): New objects.
14677 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
14678 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
14679
14680 * xdisp.c (fill_composite_glyph_string): Make the first arg to
14681 STORE_XCHARB a valid l-value.
14682
14683 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
14684 calculations for non-Truetype fonts.
14685 (x_draw_glyph_string): Sync with xterm.c.
14686 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
14687 Remove redundant code.
14688 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
14689
14690 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
14691 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
14692
14693 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
14694 (x_to_w32_charset, w32_to_x_charset): Expose externally.
14695
14696 * w32font.c: New file for w32 font backend.
14697
14698 2008-02-01 Kenichi Handa <handa@m17n.org>
14699
14700 * term.c: Don't include "buffer.h" twice.
14701
14702 2008-02-01 Kenichi Handa <handa@m17n.org>
14703
14704 * character.c (Funibyte_string): New function.
14705 (syms_of_character): Defsubr it.
14706
14707 2008-02-01 Jason Rumney <jasonr@gnu.org>
14708
14709 * w32term.c [USE_FONT_BACKEND]:
14710 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
14711 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
14712 (x_draw_glyph_string, x_draw_glyph_string_foreground)
14713 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
14714 (x_free_frame_resources): Sync with xterm.c.
14715
14716 2008-02-01 Andreas Schwab <schwab@suse.de>
14717
14718 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
14719 char-table size.
14720
14721 2008-02-01 Kenichi Handa <handa@m17n.org>
14722
14723 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
14724
14725 2008-02-01 Kenichi Handa <handa@m17n.org>
14726
14727 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
14728 font_otf_gpos, add font_drive_otf.
14729
14730 * fontset.c (fontset_find_font): Pay attention to font size
14731 specified for a font.
14732 (reorder_font_vector): Check contents of font_def.
14733
14734 * font.c (struct otf_list): Delete it.
14735 (otf_list): Make it a lisp variable.
14736 (otf_open): Use lispy otf_list.
14737 (generate_otf_features): Rename from parse_gsub_gpos_spec.
14738 (check_otf_features): New function.
14739 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14740 New functions.
14741 (font_drive_otf): New function merging font_otf_gsub and
14742 font_otf_gpos.
14743 (font_open_for_lface): New arg spec. Change argument order.
14744 (font_load_for_face): Adjust for the change of font_open_for_lface.
14745 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
14746 Ffont_otf_gpos.
14747 (syms_of_font): Staticpro otf_list. Delete defsubr of
14748 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
14749
14750 * xfaces.c (set_font_frame_param): Adjust for the change of
14751 font_open_for_lface.
14752
14753 * font.h (font_open_for_lface): Adjust prototype.
14754 (struct font_driver): Delete members otf_gsub and otf_gpos, add
14755 member otf_drive.
14756 (font_otf_gsub, font_otf_gpos): Delete externs.
14757 (font_drive_otf): Extern it.
14758
14759 2008-02-01 Kenichi Handa <handa@m17n.org>
14760
14761 * font.c (font_at): If the window W is not on a window system,
14762 return Qnil.
14763
14764 * coding.c (produce_chars, encode_coding): Don't call
14765 insert_from_gap if no characters to produce.
14766
14767 2008-02-01 Kenichi Handa <handa@m17n.org>
14768
14769 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
14770 Fclear_face_cache.
14771
14772 * xfaces.c (face_for_font): Check also face->font==font->font.font.
14773
14774 2008-02-01 Miles Bader <miles@gnu.org>
14775
14776 * emacs.c (main): Change default value of `enable_font_backend' to 1.
14777 Parse "--disable-font-backend" option.
14778 (standard_args): Add "--disable-font-backend" option.
14779
14780 2008-02-01 Kenichi Handa <handa@m17n.org>
14781
14782 * fontset.c (fontset_find_font): New function.
14783 (fontset_font): Use fontset_find_font.
14784 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
14785 Register the specified font for all Latin characters.
14786 (new_fontset_from_font): Register the specified font for all Latin
14787 characters.
14788 (dump_fontset): For a realized fontset, include the base fontset
14789 name in the returned vector.
14790
14791 2008-02-01 Kenichi Handa <handa@m17n.org>
14792
14793 * character.h (CHAR_STRING): Cast C to unsigned on calling
14794 char_string.
14795
14796 * character.c (char_string): Type of arg C changed to unsigned.
14797 Signal an error if C is an invalid character code.
14798
14799 * editfns.c (general_insert_function, Fchar_to_string):
14800 Use CHARACTERP, not INTEGERP.
14801
14802 2008-02-01 Kenichi Handa <handa@m17n.org>
14803
14804 * character.h (MIN_MULTIBYTE_LEADING_CODE)
14805 (MAX_MULTIBYTE_LEADING_CODE): New macros.
14806
14807 * regex.c (analyse_first): Fix for multibyte characters in "case
14808 charset:" and "case categoryspec:".
14809
14810 2008-02-01 Andreas Schwab <schwab@suse.de>
14811
14812 * Makefile.in (LIBES): Move standard libraries to the end.
14813
14814 2008-02-01 Kenichi Handa <handa@m17n.org>
14815
14816 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
14817 nonzero, don't shrink the buffer nextb.
14818
14819 * buffer.h (struct buffer_text): New member inhibit_shrinking.
14820
14821 * coding.c (coding_alloc_by_making_gap): New arg offset.
14822 (alloc_destination): Call coding_alloc_by_making_gap with the arg
14823 offset.
14824 (decode_coding_iso_2022): Update coding->safe_charsets.
14825 (decode_coding_gap): Temporarily set
14826 current_buffer->text->inhibit_shrinking to 1.
14827
14828 2008-02-01 Kenichi Handa <handa@m17n.org>
14829
14830 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
14831 indexing into elements of s->cmp and s->char2b.
14832
14833 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
14834
14835 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
14836
14837 2008-02-01 Kenichi Handa <handa@m17n.org>
14838
14839 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
14840 target_multibyte instead of multibyte.
14841 (re_match_2_internal): Call bcmp_translate with target_multibyte.
14842 (bcmp_translate): Change the argument name from multibyte to
14843 target_multibyte.
14844
14845 2008-02-01 Kenichi Handa <handa@m17n.org>
14846
14847 These changes are to compile a regexp into a pattern that can be
14848 used both for multibyte and unibyte targets.
14849
14850 * Makefile.in (search.o): Depend on charset.h.
14851
14852 * character.c (multibyte_char_to_unibyte_safe): New function.
14853
14854 * search.c: Include "charset.h".
14855 (compile_pattern_1): Delete argument multibyte. Don't set
14856 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
14857 (compile_pattern): Don't compare cp->buf.target_multibyte.
14858 Compare cp->buf.charset_unibyte.
14859 (compile_pattern): Set cp->buf.target_multibyte.
14860
14861 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
14862
14863 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
14864
14865 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
14866 multibyte. Change callers.
14867 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
14868 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
14869 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
14870 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
14871 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
14872 (regex_compile): Make the compiled pattern usable both for
14873 multibyte and unibyte targets.
14874 (analyse_first): Make the fastmap usable both for multibyte and
14875 unibyte targets.
14876 (TRANSLATE_VIA_MULTIBYTE): Delete.
14877 (re_match_2_internal): Pay attention to the case that the
14878 multibyteness of bufp and target may be different.
14879
14880 2008-02-01 Kenichi Handa <handa@m17n.org>
14881
14882 * xdisp.c (x_produce_glyphs): When a font is not found, make the
14883 empty box occupy at least one column width.
14884
14885 2008-02-01 Miles Bader <miles@gnu.org>
14886
14887 * Makefile.in: Remove redundant HAVE_XFT clause.
14888
14889 2008-02-01 Kenichi Handa <handa@m17n.org>
14890
14891 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
14892
14893 2008-02-01 Kenichi Handa <handa@m17n.org>
14894
14895 * fontset.c (Finternal_char_font): Fix for the case of POSITION
14896 being nil.
14897
14898 2008-02-01 Kenichi Handa <handa@m17n.org>
14899
14900 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
14901
14902 2008-02-01 Kenichi Handa <handa@m17n.org>
14903
14904 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
14905
14906 2008-02-01 Kenichi Handa <handa@m17n.org>
14907
14908 * search.c (simple_search): Fix previous change.
14909
14910 2008-02-01 Kenichi Handa <handa@m17n.org>
14911
14912 * xftfont.c (ftfont_font_format): Extern declaration.
14913
14914 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
14915
14916 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
14917 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
14918
14919 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
14920 (ftfont_font_format): Fix previous change.
14921
14922 * font.h (Ffont_xlfd_name): EXFUN it.
14923
14924 * font.c (font_parse_xlfd): Fix the array size of `f'.
14925 (register_font_driver): Use EQ to compare driver->type.
14926
14927 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
14928 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
14929 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
14930
14931 2008-02-01 Kenichi Handa <handa@m17n.org>
14932
14933 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
14934 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
14935
14936 2008-02-01 Kenichi Handa <handa@m17n.org>
14937
14938 * xfont.c (xfont_open): Set font->format.
14939
14940 * xftfont.c (xftfont_open): Set font->format.
14941
14942 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
14943 (ftfont_list): Include FC_FONTFORMAT in FcObject.
14944 (ftfont_open): Set font->format.
14945 (ftfont_font_format): New function.
14946
14947 * font.h (struct font): New member format.
14948
14949 * font.c (Qopentype): New variable.
14950 (syms_of_font): Defsym it.
14951 (Fquery_font): Change the format of the last element of the return
14952 value.
14953
14954 2008-02-01 Kenichi Handa <handa@m17n.org>
14955
14956 * xfns.c (xic_create_xfontset): Try the default fontset name as a
14957 last resort.
14958
14959 2008-02-01 Kenichi Handa <handa@m17n.org>
14960
14961 * coding.c (detect_coding_charset): Fix detection of multi-byte
14962 charset.
14963
14964 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
14965
14966 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
14967
14968 2008-02-01 Kenichi Handa <handa@m17n.org>
14969
14970 * xdisp.c (get_next_display_element): Set it->face_id for the
14971 first component of a composition.
14972 (x_produce_glyphs): Check if the font is changed or not for composition.
14973
14974 2008-02-01 Kenichi Handa <handa@m17n.org>
14975
14976 * fontset.c (Qlatin): New variable.
14977 (syms_of_fontset): Define it as a lisp symbol.
14978 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
14979
14980 2008-02-01 Kenichi Handa <handa@m17n.org>
14981
14982 * font.c (font_unparse_fcname): Pay attention to the case that
14983 some of font property is a null string.
14984
14985 2008-02-01 Kenichi Handa <handa@m17n.org>
14986
14987 * term.c: Include "composite.h".
14988 (encode_terminal_code): Output all components of composition.
14989 Check the size of encode_terminal_src.
14990 (produce_glyphs): For composition, call produce_composite_glyph.
14991 (append_composite_glyph, produce_composite_glyph): New functions.
14992
14993 * xdisp.c (x_produce_glyphs): In handling composition, if a font
14994 is not found, get font_info from the current ascii face.
14995
14996 2008-02-01 Kenichi Handa <handa@m17n.org>
14997
14998 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
14999 buffer-file-name to Qnil before calling insert_from_buffer.
15000
15001 * font.c (font_unparse_fcname): Pay attention to the case that
15002 foundry is a null string.
15003
15004 2008-02-01 Kenichi Handa <handa@m17n.org>
15005
15006 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
15007
15008 * font.c (Qunicode_sip): New variable.
15009 (syms_of_font): Declare it as a Lisp symbol.
15010
15011 * font.h (Qunicode_sip): Extern it.
15012
15013 2008-02-01 Kenichi Handa <handa@m17n.org>
15014
15015 * composite.c (get_composition_id): Pay attention to TAB component.
15016
15017 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
15018 TAB. Adjust for the change of s->char2b which always points to
15019 the first element of allocated memory.
15020
15021 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
15022
15023 * xdisp.c (handle_composition_prop): Set it->c to the first
15024 non-TAB component.
15025 (fill_composite_glyph_string): Change argument.
15026 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
15027 (x_produce_glyphs): Fix handling of left/right padding.
15028
15029 2008-02-01 Kenichi Handa <handa@m17n.org>
15030
15031 * coding.c (detect_coding_system): Fix for handling off
15032 inhibit_iso_escape_detection. Fix for the case that no coding
15033 system is defined for a specific coding category.
15034
15035 2008-02-01 Kenichi Handa <handa@m17n.org>
15036
15037 * font.c (font_matching_entity): Delete unused local var.
15038
15039 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
15040 opening a font.
15041
15042 * fileio.c (Finsert_file_contents): On recovering a file, assume
15043 Unix-like eol.
15044 (choose_write_coding_system): On auto-saving a file, force
15045 Unix-like eol.
15046
15047 * coding.c (setup_coding_system): Fix setting of
15048 coding->common_flags based on eol_type.
15049 (coding_inherit_eol_type): If PARENT is not nil, be sure to
15050 inherit from it.
15051
15052 2008-02-01 Kenichi Handa <handa@m17n.org>
15053
15054 * alloc.c (NSTATICS): Increas to 0x600.
15055
15056 2008-02-01 Kenichi Handa <handa@m17n.org>
15057
15058 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
15059 (ftfont_list): Don't check :name property.
15060 (ftfont_match): New function.
15061 (ftfont_pattern_entity): If the pattern doesn't contain
15062 FC_SPACING, don't assume FC_MONO.
15063
15064 * font.h (struct font_driver): New member `match'.
15065 (font_update_drivers): Adjust prototype.
15066
15067 * font.c (font_parse_fcname, font_parse_name): Don't change :name
15068 property of FONT.
15069 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
15070 them unconditionally.
15071 (font_matching_entity): New function.
15072 (font_open_by_name): Try font_matching_entity if exact match is
15073 not found.
15074 (font_update_drivers): Delete the arg FONT. Return a list of
15075 actually used backends. Don't free faces, font caches here.
15076 Don't store data in frame parameters. Don't call x_set_font.
15077 (Ffont_spec): Store :name property as is.
15078 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
15079 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
15080 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
15081 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
15082 Call font->driver->otf_gsub instead of font_otf_gsub.
15083
15084 * frame.c (x_set_font_backend): Do more works that were done in
15085 font_update_drivers before.
15086
15087 * xfont.c (xfont_match): New function.
15088 (xfont_driver): Set xfont_driver.match to xfont_match.
15089 (xfont_draw): Set font in GC if necessary.
15090
15091 * ftxfont.c (ftxfont_match): New function.
15092 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
15093
15094 * xftfont.c (xftfont_match): New function.
15095 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
15096
15097 2008-02-01 Kenichi Handa <handa@m17n.org>
15098
15099 * font.h (struct font): New member scalable.
15100 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
15101 (font_otf_gsub): Adjust prototype.
15102
15103 * font.c (font_otf_capability): Fix handling of the default langsys.
15104 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
15105 Check the contents of SPEC.
15106 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
15107 (check_gstring): New function.
15108 (REPLACEMENT_CHARACTER): New macro.
15109 (font_otf_gsub): New arg alternate_subst. Be sure to set all
15110 glyph codes of GSTRING.
15111 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
15112 (font_prepare_composition): Set cmp->glyph_len.
15113 (font_open_entity): Set font->scalable.
15114 (Ffont_get): Handle :otf property.
15115 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
15116 functions.
15117 (Fquery_font): Use font->font.full_name.
15118 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
15119 Sfont_otf_alternates.
15120
15121 * ftfont.c (ftfont_open): Set font->font.full_name and
15122 font->font.name properly. Fix calculation of font->font.height
15123 and font->min_width.
15124
15125 * ftxfont.c (ftxfont_create_gcs): New function.
15126 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
15127 (ftxfont_draw_backgrond): Fix filling region.
15128 (ftxfont_default_fid): New function.
15129 (ftxfont_open): Set xfont->fid to the return value of
15130 ftxfont_default_fid.
15131 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
15132 (ftxfont_done_face): Free only GCs that are created by
15133 ftxfont_create_gcs.
15134 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
15135
15136 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
15137 Clip to src->width, etc (not src->clip_XXX).
15138
15139 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
15140 FontBackend frame parameter.
15141
15142 2008-02-01 Kenichi Handa <handa@m17n.org>
15143
15144 * font.h (struct font_driver_list): New member `on'.
15145 (Fclear_font_cache): EXFUN it.
15146 (font_update_drivers): Extern it.
15147
15148 * font.c (font_unparse_fcname): Fix typo (swidth->width).
15149 (font_list_entities): Check driver_list->on.
15150 (register_font_driver): Initialize `on' member to 0.
15151 (font_update_drivers): New function.
15152 (Fclear_font_cache): Check driver_list->on.
15153
15154 * frame.h (Qfont_backend): Extern it.
15155 (x_set_font_backend): Extern it.
15156
15157 * frame.c (Qfont_backend): New variable.
15158 (frame_parms): New element for font-backend.
15159 (x_set_font_backend): New function.
15160
15161 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
15162 FontBackend frame parameter.
15163 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
15164 x_set_font_backend.
15165
15166 * xfont.c (xfont_list): Don't try listing by :name property if the
15167 name is not for XLFD.
15168
15169 2008-02-01 Kenichi Handa <handa@m17n.org>
15170
15171 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
15172 (LGLYPH_SET_TO): New macros.
15173 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
15174 element of G is vector or not.
15175 (font_at): Extern it.
15176
15177 * font.c: Include window.h.
15178 (font_lispy_object): New function.
15179 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
15180 end of valid glyph.
15181 (font_close_object): Fix getting (struct font *).
15182 (font_at): New function.
15183 (Ffont_get): If FONT is a font-object, get entity from it.
15184 (Ffont_make_gstring): Initialize elements of glyphs with nil.
15185 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
15186 range check.
15187 (Ffont_at): New function.
15188 (syms_of_font): Defsubr Sfont_at.
15189
15190 * xdisp.c (it_props): Move the entry for Qauto_composed to just
15191 before the entry for Qcomposition.
15192 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
15193 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
15194 the font in gstring.
15195 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
15196 LGLYPH_FORM (g) to detect the end of valid glyph.
15197 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
15198 we are composing with gstring.
15199
15200 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
15201 Check if adjustment is vector or not.
15202
15203 * Makefile.in (font.o): Make it depends on window.h.
15204
15205 2008-02-01 Kenichi Handa <handa@m17n.org>
15206
15207 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
15208 adjustment is vector or not.
15209
15210 2008-02-01 Miles Bader <miles@gnu.org>
15211
15212 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
15213
15214 2008-02-01 Kenichi Handa <handa@m17n.org>
15215
15216 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
15217 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
15218 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
15219
15220 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
15221 (DEVICE_DELTA): Fix typo.
15222 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
15223 LGLYPH format.
15224
15225 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15226 the change of LGLYPH format.
15227
15228 2008-02-01 Kenichi Handa <handa@m17n.org>
15229
15230 * ftfont.c (ftfont_list): Fix typo.
15231 (ftfont_build_basic_charsets): Don't include letters with diacritics.
15232
15233 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15234
15235 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
15236
15237 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
15238 xftface_info is non-NULL.
15239
15240 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15241
15242 * ftfont.c (ftfont_list): Move misplaced #endif.
15243
15244 2008-02-01 Kenichi Handa <handa@m17n.org>
15245
15246 * ftfont.c (ftfont_list): Pay attention to the case that
15247 FC_CAPABILITY is not defined.
15248
15249 2008-02-01 Kenichi Handa <handa@m17n.org>
15250
15251 * xftfont.c (xftfont_open): Set charset related members to -1.
15252
15253 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
15254 QCname.
15255 (ftfont_open): Set charset related members to -1.
15256
15257 * fontset.c (Votf_script_alist): New variable.
15258 (syms_of_fontset): Initialize it.
15259 (fontset_font): Delete unused variable.
15260
15261 * fontset.h (Votf_script_alist): Extern it.
15262
15263 * font.c (font_find_for_lface): Optimize code.
15264
15265 * font.h (font_close_object, font_merge_old_spec): Extern them.
15266
15267 2008-02-01 Kenichi Handa <handa@m17n.org>
15268
15269 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
15270 (syms_of_font): Initialize them.
15271 (font_pixel_size): Allow float value in dpi.
15272 (font_prop_validate_type): Delete.
15273 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
15274 Change caller.
15275 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
15276 (font_prop_validate_extra): Delete.
15277 (font_prop_validate_spacing): New function.
15278 (font_property_table): Add elements for all known properties.
15279 (get_font_prop_index): Rename from check_font_prop_name. New
15280 argument FROM. Change caller.
15281 (font_prop_validate): Validate all known properties.
15282 (font_put_extra): Delete argument force. Change caller.
15283 (font_expand_wildcards): Make it static. Fix the way of shrinking
15284 the possible range.
15285 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
15286 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
15287 Change caller.
15288 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
15289 (font_parse_fcname): Delete argument merge. Fix parsing of point
15290 size. Don't validate properties values here. Change caller.
15291 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
15292 (font_open_by_name): Delete unused variable.
15293 (Ffont_spec): Likewise. Validate property values.
15294 (Ffont_match_p): New function.
15295
15296 * font.h (QCscalable): Extern it.
15297 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
15298
15299 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
15300
15301 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
15302 (xfont_list_pattern): New function.
15303 (xfont_list): Use xfont_list_pattern.
15304
15305 2008-02-01 Kenichi Handa <handa@m17n.org>
15306
15307 * font.h (Flist_fonts): EXFUN it.
15308
15309 2008-02-01 Jason Rumney <jasonr@gnu.org>
15310
15311 * w32term.c (w32_initialize): Add back smoothing_type and
15312 smoothing_enabled definitions.
15313
15314 2008-02-01 Kenichi Handa <handa@m17n.org>
15315
15316 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
15317 s->face->font on determining underline position.
15318
15319 2008-02-01 Kenichi Handa <handa@m17n.org>
15320
15321 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
15322 (font_has_char): Accept font-object too.
15323 (font_find_for_lface): Try at first with a size specified in face.
15324
15325 2008-02-01 Kenichi Handa <handa@m17n.org>
15326
15327 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
15328 font_open_by_name.
15329
15330 2008-02-01 Kenichi Handa <handa@m17n.org>
15331
15332 * font.h (QCspacing, QCdpi): Extern them.
15333 (enum font_spacing): New enum.
15334 (FONT_PIXEL_SIZE_QUANTUM): New macro.
15335
15336 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
15337 (QCspacing, QCdpi): New variables.
15338 (syms_of_font): Initialize them.
15339 (font_pixel_size): New function.
15340 (font_put_extra): New function.
15341 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
15342 in FONT_EXTRA.
15343 (font_parse_fcname): Handle enumerated values (e.g. bold).
15344 Fix handling font size. Add QCname property that contains only
15345 unknown properties.
15346 (font_score): Change argument. Change caller. Pay attention to
15347 FONT_PIXEL_SIZE_QUANTUM.
15348 (font_sort_entites, font_list_entities, font_find_for_lface)
15349 (font_open_for_lface, font_open_by_name): Fix handling of font size.
15350 (Ffont_spec): Add QCname property that contains only unknown properties.
15351
15352 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
15353 include weight in listing pattern, instead check weight of each
15354 listed font. Don't include scalable in pattern. Pay attention to
15355 FONT_PIXEL_SIZE_QUANTUM.
15356
15357 2008-02-01 Kenichi Handa <handa@m17n.org>
15358
15359 * font.c (font_parse_fcname): Fix parsing of point-size.
15360 (font_unparse_fcname): Produce symbolic names for style properties.
15361 (font_list_entities): Handle float size correctly.
15362 (font_open_by_name): Prefer `normal' property values if the name
15363 doesn't specify them.
15364
15365 * fontset.c (Finternal_char_font): Use font_get_name, not
15366 Ffont_xlfd_name.
15367
15368 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
15369 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
15370 pattern. Don't force scalable.
15371
15372 * xftfont.c (xftfont_open): For generating a name, start from
15373 96-byte buffer.
15374
15375 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15376
15377 * frame.h (x_new_fontset2): Fix prototype.
15378
15379 2008-02-01 Kenichi Handa <handa@m17n.org>
15380
15381 * font.h (struct font_driver): Delete member parse_name.
15382 (font_match_p, font_get_spec, font_parse_fcname)
15383 (font_unparse_fcname): Extern them.
15384 (font_get_name): Adjust prototype.
15385
15386 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
15387 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
15388 (font_expand_wildcards): Fix handling ENCODING field. Avoid
15389 unnecessary checks for weight, slant, and swidth.
15390 (font_parse_fcname): New function.
15391 (font_unparse_fcname): New function.
15392 (font_parse_name): New function.
15393 (font_match_p): New function.
15394 (font_get_name): Change return value to Lisp string.
15395 (font_get_spec): New function.
15396 (Qunspecified, Qignore_defface): Don't extern them.
15397 (font_find_for_lface): Assume that LFACE is fully specified.
15398 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
15399 object, use it for FACE.
15400 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
15401 driver->parse_name.
15402 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
15403
15404 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
15405 prototype.
15406
15407 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
15408 argument F. Don't call Fnew_fontset. Instead, directly call
15409 make_fontset.
15410
15411 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
15412
15413 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
15414 of x_new_fontset2.
15415
15416 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
15417 (Qsans__serif): New variables.
15418 (ftfont_generic_family_list): New variable.
15419 (syms_of_ftfont): Initialize the above variables.
15420 (ftfont_pattern_entity): Delete argument NAME.
15421 (ftfont_list_generic_family): New function.
15422 (ftfont_parse_name): Delete this function.
15423 (ftfont_list): Try generic family only when FcFontList found no font.
15424 (ftfont_list_family): Fix args to FcObjectSetBuild.
15425
15426 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
15427 object in attrs[LFACE_FONT_INDEX].
15428 (set_lface_from_font_name): Cancel all changes for font-backend.
15429 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
15430 function.
15431 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
15432 font object in QCfont attribute.
15433 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
15434 (realize_default_face) [USE_FONT_BACKEND]: Call
15435 set_lface_from_font_and_fontset.
15436
15437 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
15438 "fixed", and signal error here if no suitable font was found.
15439
15440 * xfont.c (xfont_parse_name): Delete this function.
15441
15442 * xftfont.c (xftfont_open): Change coding style of error
15443 handling. Generate fontconfig's fontname pattern.
15444
15445 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
15446 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
15447
15448 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
15449 Both args FONTSET and FONT_OBJECT must be existing ones.
15450
15451 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15452
15453 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
15454
15455 2008-02-01 Kenichi Handa <handa@m17n.org>
15456
15457 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
15458
15459 * font.h (struct font): Fix typo.
15460
15461 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
15462 XLFD_XXX_INDEX.
15463 (enum xlfd_field_mask): New enum.
15464 (intern_font_field): Changed argument. Change caller. If digits
15465 are followed by non-digits, return a symbol.
15466 (font_expand_wildcards): New function.
15467 (font_parse_xlfd): Fix wildcard handling.
15468 (Ffont_spec): If :name is specified, reflect the info in the other
15469 properties.
15470
15471 * ftfont.c (ftfont_pattern_entity): Fix typo.
15472 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15473 locale.
15474
15475 2008-02-01 Kenichi Handa <handa@m17n.org>
15476
15477 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15478
15479 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15480 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
15481 registry doesn't specify encoding part.
15482 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15483 (font_open_by_name): At first try parsing the name.
15484 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15485 as Lisp symbols.
15486
15487 * fontset.c (reorder_font_vector): Pay attention to the case that
15488 the 3rd element of font_def is nil.
15489 (fontset_font): For the default fontset, append one more fontset
15490 elements for a script-based font specification. Don't add script
15491 attribute on finding a font.
15492 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15493 font name.
15494 (fontset_ascii_font): If a font can't be opened, return nil.
15495
15496 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15497 (ftfont_pattern_entity): New function.
15498 (ftfont_get_cache): Assume that freetype_font_cache is already
15499 initialized.
15500 (ftfont_list): Handle the case that a file is specified in font
15501 name. Use ftfont_pattern_entity to generate entities.
15502 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15503 (syms_of_ftfont): Initialize freetype_font_cache.
15504
15505 * xftfont.c (xftfont_open): Make the font name fontconfig's
15506 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
15507 (xftfont_close): Free font->font.name if not NULL.
15508
15509 * xfont.c (xfont_list): If script is specified for a font, return
15510 null_vector.
15511 (xfont_list_family): Declare argument type.
15512
15513 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
15514 name, set LFACE_FONT (lface) to nil.
15515
15516 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
15517 return Qnil.
15518
15519 2008-02-01 Kenichi Handa <handa@m17n.org>
15520
15521 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
15522 (standard_args): Add "-enable-font-backend".
15523
15524 2008-02-01 Kenichi Handa <handa@m17n.org>
15525
15526 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
15527 (struct xftdraw_list, xftdraw_list): Delete them.
15528 (register_xftdraw, check_xftdraw): Delete them.
15529 (xftfont_prepare_face): Don't call register_xftdraw.
15530 (xftfont_done_face): Don't call check_xftdraw.
15531 (xftfont_draw): Get background color only when with_background is
15532 nonzero.
15533
15534 * xfont.c (xfont_encode_char): Fix calculation of char2b.
15535
15536 2008-02-01 Kenichi Handa <handa@m17n.org>
15537
15538 These changes are for the new font handling codes.
15539
15540 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
15541 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
15542 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
15543 (FONTSRC, FONTOBJ): New variables.
15544 (obj): Add $(FONTOBJ).
15545 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
15546 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
15547 @LIBOTF_LIBS@.
15548 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
15549 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
15550
15551 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
15552
15553 * character.h (Vscript_representative_chars): Extern it.
15554
15555 * character.c (Vscript_representative_chars): New variable.
15556 (syms_of_character): Declare it as a Lisp variable.
15557
15558 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
15559 enable_font_backend is nonzero, accept the composition method
15560 COMPOSITION_WITH_GLYPH_STRING.
15561
15562 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
15563 enumeration COMPOSITION_WITH_GLYPH_STRING.
15564
15565 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
15566 members clip_x, clip_y, clip_width, and clip_height.
15567 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
15568
15569 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
15570 --enable-font-backend. Call syms_of_font.
15571
15572 * fns.c (assoc_no_quit): New function.
15573
15574 * fontset.h (FONT_INFO_FROM_FACE): New macro.
15575 (face_for_font, new_fontset_from_font)
15576 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
15577
15578 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
15579 (fontset_font, fontset_ascii, face_for_char)
15580 (make_fontset_for_ascii_face, Ffont_info)
15581 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
15582 is nonzero, use font-backend mechanism.
15583 (find_font_encoding): Make it non-static.
15584 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
15585 New functions.
15586
15587 * frame.h (struct frame): New members resx and resy.
15588 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
15589 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
15590
15591 * frame.c [USE_FONT_BACKEND]: Include "font.h".
15592 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
15593
15594 * lisp.h (assoc_no_quit): Extern it.
15595
15596 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
15597 Through out the file, use FONT_INFO_FROM_FACE instead of
15598 FONT_INFO_FROM_ID, use get_per_char_metric instead of
15599 rif->per_char_metric.
15600 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
15601 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
15602 (get_glyph_face_and_encoding, fill_composite_glyph_string)
15603 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15604 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
15605 nonzero, use font-backend mechanism.
15606 (get_per_char_metric): New function.
15607
15608 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
15609 (set_lface_from_font_name)
15610 (set_font_frame_param, free_realized_face)
15611 (prepare_face_for_display, clear_face_gcs)
15612 (Finternal_set_font_selection_order, realize_x_face)
15613 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
15614 font-backend mechanism.
15615 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
15616 (load_face_font) [USE_FONT_BACKEND]: Abort.
15617 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
15618 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
15619
15620 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
15621 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
15622 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
15623 nonzero, register all available font drivers. Call
15624 x_default_font_parameter for deciding a font.
15625 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
15626
15627 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
15628 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
15629 (x_set_glyph_string_clipping_exactly)
15630 (x_compute_glyph_string_overhangs)
15631 (x_draw_glyph_string_foreground)
15632 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
15633 (x_free_frame_resources) [USE_FONT_BACKEND]: If
15634 enable_font_backend is nonzero, use font-backend mechanism.
15635 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
15636
15637 2008-02-01 Kenichi Handa <handa@m17n.org>
15638
15639 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
15640 system_eol_type.
15641 (syms_of_coding): Initialize system_eol_type.
15642
15643 * process.c (Fset_process_coding_system): Inherit system's eol
15644 format if necessary.
15645
15646 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15647
15648 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
15649
15650 2008-02-01 Kenichi Handa <handa@m17n.org>
15651
15652 * coding.c (decode_eol): Pay attention to buffer relocation in
15653 del_range_2.
15654 (decode_coding): Call decode_eol before restoring undo_list.
15655
15656 2008-02-01 Kenichi Handa <handa@m17n.org>
15657
15658 * charset.c (Fdefine_charset_internal): Fix setting of
15659 emacs_mule_bytes.
15660
15661 2008-02-01 Kenichi Handa <handa@m17n.org>
15662
15663 * keyboard.c (read_char): Check if C is a character or not before
15664 looking up Vkeyboard_translate_table.
15665
15666 2008-02-01 Kenichi Handa <handa@m17n.org>
15667
15668 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
15669 condition to terminate the loop.
15670
15671 2008-02-01 Kenichi Handa <handa@m17n.org>
15672
15673 * coding.c (produce_composition): Compare charbuf[i] instead of
15674 args[i] against 0.
15675 (Fterminal_coding_system): Use EQ to compare Lisp objects.
15676
15677 2008-02-01 Kenichi Handa <handa@m17n.org>
15678
15679 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
15680 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
15681 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
15682 detect_coding.
15683 (emacs_mule_char): Handle old style (Emacs 20) component character
15684 of a composition.
15685 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
15686 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
15687 composition rule.
15688 (decode_coding_emacs_mule): Handle invalid bytes correctly.
15689
15690 2008-02-01 Kenichi Handa <handa@m17n.org>
15691
15692 * coding.c (encode_coding_ccl): Allocate destination dynamically
15693 when necessary.
15694
15695 2008-02-01 Kenichi Handa <handa@m17n.org>
15696
15697 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
15698 the loop. When quitted, show a proper error message.
15699
15700 2008-02-01 Kenichi Handa <handa@m17n.org>
15701
15702 * xterm.c (x_set_glyph_string_clipping_exactly): Set
15703 src->clip_head and src->clip_tail temporarily instead of src->hl.
15704
15705 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
15706 character sequence.
15707 (Fccl_execute_on_string): Use ASET, not XSET.
15708
15709 2008-02-01 Kenichi Handa <handa@m17n.org>
15710
15711 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
15712
15713 2008-02-01 Kenichi Handa <handa@m17n.org>
15714
15715 * coding.c (decode_coding): Fix the condition of terminating the
15716 decoding loop.
15717
15718 2008-02-01 Kenichi Handa <handa@m17n.org>
15719
15720 * data.c (Faset): On setting a character bigger than 255 in a
15721 unibyte string, signal an error instead of make the string multibyte.
15722
15723 2008-02-01 Kenichi Handa <handa@m17n.org>
15724
15725 * charset.c (map_charset_chars): Fix for ascii-compatible charset
15726 made by a mapping table.
15727
15728 2008-02-01 Kenichi Handa <handa@m17n.org>
15729
15730 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
15731 not.
15732 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
15733 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
15734
15735 * xterm.c (x_draw_composite_glyph_string_foreground): Check
15736 s->face is NULL or not.
15737
15738 2008-02-01 Kenichi Handa <handa@m17n.org>
15739
15740 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
15741 (x_draw_glyph_string): Fix drawing of right_overhang and
15742 left_overhang around/on cursor.
15743
15744 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
15745
15746 2008-02-01 Kenichi Handa <handa@m17n.org>
15747
15748 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
15749
15750 2008-02-01 Kenichi Handa <handa@m17n.org>
15751
15752 * coding.c (Fdefine_coding_system_internal)
15753 (Fdefine_coding_system_alias): Avoid a duplicated element in
15754 Vcoding_system_alist.
15755
15756 2008-02-01 Kenichi Handa <handa@m17n.org>
15757
15758 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
15759
15760 * coding.c (Qcoding_system_define_form): New variable.
15761 (syms_of_coding): Intern and staticpro it.
15762 (Fcoding_system_p): Check Qcoding_system_define_form.
15763 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
15764
15765 * coding.h (CODING_SYSTEM_P): If ID is not available, call
15766 Fcoding_system_p.
15767 (CHECK_CODING_SYSTEM): If ID is not available, call
15768 Fcheck_coding_system.
15769 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
15770 Try also Fcheck_coding_system.
15771
15772 2008-02-01 Kenichi Handa <handa@m17n.org>
15773
15774 * coding.c (code_conversion_restore): GCPRO arg.
15775
15776 2008-02-01 Kenichi Handa <handa@m17n.org>
15777
15778 * character.c (lisp_string_width): Check multibyteness of STRING.
15779
15780 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15781
15782 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
15783 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
15784 (decode_mac_font_name): Use decode_coding_c_string instead of
15785 decode_coding.
15786 (x_load_font): Initialize fontp->fontset to -1. Set
15787 fontp->encoding_type.
15788
15789 2008-02-01 Kenichi Handa <handa@m17n.org>
15790
15791 * search.c (search_buffer): Give up BM search on case-fold-search
15792 if one of a target character has a case-equivalence of different
15793 byte length even if that target charcter is an ASCII.
15794 (simple_search): Fix calculation of byte length of matched text.
15795 (boyer_moore): Fix handling of case-equivalent multibyte characters.
15796
15797 2008-02-01 Kenichi Handa <handa@m17n.org>
15798
15799 * coding.c (decode_coding): Fix handling of invalid bytes.
15800
15801 2008-02-01 Kenichi Handa <handa@m17n.org>
15802
15803 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
15804 Unicode characters.
15805
15806 2008-02-01 Kenichi Handa <handa@m17n.org>
15807
15808 * coding.c (encode_coding_object): If a pre-write-conversion
15809 function makes a new buffer, kill it.
15810
15811 2008-02-01 Kenichi Handa <handa@m17n.org>
15812
15813 * coding.c (QCascii_compatible_p): New variable.
15814 (syms_of_coding): Initialize it.
15815 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
15816 calling string_char.
15817 (record_conversion_result): Add `default:' case.
15818 (coding_charset_list): Delete unused variable `coding_type'.
15819 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
15820 property in the plist of the coding system.
15821 (Fcoding_system_put): Check QCascii_compatible_p.
15822
15823 2008-02-01 Miles Bader <miles@gnu.org>
15824
15825 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
15826 removed calculation of frame `f', as it's now used.
15827
15828 2008-02-01 Kenichi Handa <handa@m17n.org>
15829
15830 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
15831 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
15832 (UNIDATA): New variable.
15833 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
15834 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
15835 $(RUN_TEMACS) unconditionally.
15836
15837 2008-02-01 Kenichi Handa <handa@m17n.org>
15838
15839 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
15840 (admindir): New variable.
15841 ($(lispsource)international/charprop.el): New target.
15842
15843 2008-02-01 Miles Bader <miles@gnu.org>
15844
15845 * character.c (chars-in-region): Remove obsolete function.
15846 (syms_of_character): Remove its initialization.
15847
15848 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
15849
15850 * w32select.c (validate_coding_system)
15851 (setup_windows_coding_system): New functions.
15852 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
15853 setup_windows_coding_system.
15854 (setup_config, Fw32_get_clipboard_data): Use
15855 validate_coding_system.
15856 (Fx_selection_exists): Move call to setup_config to a place
15857 where signals are allowed.
15858
15859 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
15860 (Fcheck_coding_system): Add declarations.
15861
15862 2008-02-01 Kenichi Handa <handa@m17n.org>
15863
15864 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
15865
15866 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15867
15868 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
15869 string as the second argument for x_new_fontset.
15870
15871 2008-02-01 Kenichi Handa <handa@m17n.org>
15872
15873 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
15874 (encode_coding_object): Use safe_call instead of call2.
15875
15876 2008-02-01 Kenichi Handa <handa@m17n.org>
15877
15878 * fontset.c (Fset_fontset_font): Check family element of a given vector.
15879
15880 * Makefile.in (lisp): Include charprop.el.
15881
15882 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15883
15884 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
15885 Not sure if it's unnecessary.
15886
15887 2008-02-01 Steven Tamm <steventamm@mac.com>
15888
15889 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
15890 some possibly unnecessary fontset checking code that crashed
15891 when creating a new frame.
15892
15893 2008-02-01 Kenichi Handa <handa@m17n.org>
15894
15895 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
15896 lookup_face.
15897
15898 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
15899
15900 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
15901
15902 2008-02-01 Kenichi Handa <handa@m17n.org>
15903
15904 * coding.c: Cancel the change done in HEAD on 2008-02-01.
15905 (coding_charset_list): New function.
15906
15907 * coding.h (coding_charset_list): Extern it.
15908
15909 2008-02-01 Kenichi Handa <handa@m17n.org>
15910
15911 * fontset.c (Fset_fontset_font): Call find_font_encoding with
15912 concatenation of family and registry.
15913
15914 2008-02-01 Kenichi Handa <handa@m17n.org>
15915
15916 * character.h (BYTE8_STRING): Fix typo.
15917
15918 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
15919 string to multibyte (sync to HEAD).
15920
15921 * casefiddle.c (casify_region): Handle changes in byte-length
15922 using replace_range_2 (sync to HEAD).
15923
15924 2008-02-01 Andreas Schwab <schwab@suse.de>
15925
15926 * chartab.c (map_char_table): GCPRO table and arg.
15927
15928 2008-02-01 Kenichi Handa <handa@m17n.org>
15929
15930 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
15931 already at limit.
15932
15933 2008-02-01 Kenichi Handa <handa@m17n.org>
15934
15935 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
15936 instead of fast_c_string_match_ignore_case.
15937 (find_font_encoding): Change argument to Lisp_Object. Use
15938 fast_string_match_ignore_case instead of
15939 fast_c_string_match_ignore_case. Change caller.
15940
15941 2008-02-01 Kenichi Handa <handa@m17n.org>
15942
15943 * xdisp.c (get_next_display_element): In unibyte case, decide to
15944 display in octal form by checking a character by
15945 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
15946
15947 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
15948
15949 * character.c (unibyte_has_multibyte_table): New variable.
15950
15951 * character.h (unibyte_has_multibyte_table): Extern it.
15952 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
15953
15954 2008-02-01 Kenichi Handa <handa@m17n.org>
15955
15956 * coding.c (encode_coding_iso_2022): Fix handling of charset
15957 annotation.
15958
15959 2008-02-01 Kenichi Handa <handa@m17n.org>
15960
15961 * coding.c (setup_coding_system): If coding_system is nil, use
15962 Qundecided.
15963 (Fterminal_coding_system): Return nil if terminal coding system is
15964 `undecided'.
15965 (syms_of_coding): Define coding-system `undecided' here. Setup
15966 terminal_coding as `undecided'.
15967
15968 2008-02-01 Kenichi Handa <handa@m17n.org>
15969
15970 * xdisp.c (message_dolog, set_message_1): Call
15971 unibyte_char_to_multibyte with arg type int.
15972
15973 * lread.c (read1): Fix reading of a char-table.
15974
15975 * print.c (print_object): Include sub char-table in circularities
15976 detection.
15977
15978 2008-02-01 Kenichi Handa <handa@m17n.org>
15979
15980 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
15981 Append the found sequences in car of ARGS instead of prepending.
15982
15983 2008-02-01 Kenichi Handa <handa@m17n.org>
15984
15985 * fileio.c (report_file_error): Make a unibyte string from
15986 strerror (errorno).
15987 (Fsubstitute_in_file_name): Fix the arg to
15988 unibyte_char_to_multibyte. It is evaluated twice.
15989
15990 2008-02-01 Kenichi Handa <handa@m17n.org>
15991
15992 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
15993
15994 2008-02-01 Kenichi Handa <handa@m17n.org>
15995
15996 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
15997 BOM is not found.
15998 (detect_coding, detect_coding_system): Optimization for ISO-2022
15999 when no 8-bit data is found.
16000
16001 2008-02-01 Jason Rumney <jasonr@gnu.org>
16002
16003 * w32fns.c (x_to_w32_font): Update to use new coding struct.
16004
16005 2008-02-01 Kenichi Handa <handa@m17n.org>
16006
16007 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
16008 CHARS.
16009
16010 2008-02-01 Steven Tamm <steventamm@mac.com>
16011
16012 * macterm.c (mac_encode_char): Add charset argument and update
16013 to use encoding_type.
16014 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
16015 switch to pure fontset.
16016 (decode_mac_font_name): Temporarily remove decoding.
16017 (x_font_name_to_mac_font_name): Temporarily remove encoding.
16018 (x_load_font): Temporarily remove encoding.
16019
16020 2008-02-01 Kenichi Handa <handa@m17n.org>
16021
16022 * xfaces.c (Fface_font): If frame is not on a window system,
16023 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
16024 refer to face->font.
16025 (split_font_name_into_vector, build_font_name_from_vector)
16026 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
16027 when HAVE_WINDOW_SYSTEM is defined.
16028
16029 2008-02-01 Kenichi Handa <handa@m17n.org>
16030
16031 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
16032 (x_produce_glyphs): Fix setting of members of cmp in case
16033 cmp->glyph_len is zero.
16034
16035 * fontset.c (Fset_fontset_font): Fix docstring.
16036 (Ffontset_info): Make it backward compatible. New arg ALL.
16037
16038 2008-02-01 Kim F. Storm <storm@cua.dk>
16039
16040 * process.c (read_process_output): Grow decoding_buf when needed;
16041 this could cause a crash in allocate_string and compact_small_strings.
16042
16043 2008-02-01 Kenichi Handa <handa@m17n.org>
16044
16045 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
16046
16047 2008-02-01 Kenichi Handa <handa@m17n.org>
16048
16049 * coding.c (setup_coding_system): Set coding->common_flags
16050 correctly for raw-text.
16051 (consume_chars): On encoding unibyte text by raw-text, don't check
16052 multibyte form.
16053 (encode_coding): On encoding by raw-text, never use translation tables.
16054
16055 * fileio.c (e_write): Short cut for the case of no encoding.
16056
16057 2008-02-01 Kenichi Handa <handa@m17n.org>
16058
16059 * coding.c (detect_coding, detect_coding_system): Delete unused
16060 variables.
16061
16062 2008-02-01 Kenichi Handa <handa@m17n.org>
16063
16064 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
16065 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
16066
16067 2008-02-01 Kenichi Handa <handa@m17n.org>
16068
16069 * coding.c (Ffind_coding_systems_region_internal): Include
16070 raw-text and no-conversion in the result.
16071
16072 2008-02-01 Kenichi Handa <handa@m17n.org>
16073
16074 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
16075 (load_font_get_repertory): Delete unnecessary check of ENCODING of
16076 FONT_DEF.
16077 (font_def_arg, add_arg, from_arg, to_arg): New args.
16078 (set_fontset_font): Change argument.
16079 (Fset_fontset_font): Fix for the case that TARGET is a script
16080 name and charset name.
16081 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
16082
16083 2008-02-01 Kenichi Handa <handa@m17n.org>
16084
16085 * fontset.c (fontset_font): Rename from fontset_face. Change return
16086 value.
16087 (face_suitable_for_char_p, face_for_char): Adjust for the change
16088 of fontset_font.
16089 (make_fontset_for_ascii_face): Fix setting of the fontset element
16090 for ASCII.
16091 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
16092 to get a font name.
16093 (Ffontset_info): Adjust for the change of fontset_font.
16094
16095 * coding.c (emacs_mule_char): Check invalid code more rigidly.
16096
16097 * character.h (LEADING_CODE_LATIN_1_MIN)
16098 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
16099
16100 2008-02-01 Kenichi Handa <handa@m17n.org>
16101
16102 * editfns.c (check_translation): New function.
16103 (Ftranslate_region_internal): Handle M:N mapping.
16104
16105 2008-02-01 Kenichi Handa <handa@m17n.org>
16106
16107 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
16108
16109 2008-02-01 Kenichi Handa <handa@m17n.org>
16110
16111 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
16112 goto invalid_code.
16113 (decode_coding_iso_2022): Fix handling of invalid designation.
16114
16115 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
16116 after calling code_conversion_save.
16117
16118 2008-02-01 Kenichi Handa <handa@m17n.org>
16119
16120 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
16121
16122 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
16123
16124 * fontset.c: Include "intervals.h".
16125 (fontset_face): Fix comparing of Lisp_Objects.
16126 (free_face_fontset, new_fontset_from_font_name): Fix
16127 Lisp_Object/int mixup.
16128
16129 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
16130
16131 * coding.c: Add many prototypes for static functions.
16132 (get_translation_table): Allow max_lookup to be NULL.
16133 (decode_coding, Ffind_coding_systems_region_internal)
16134 (Funencodable_char_position, Fcheck_coding_systems_region): Call
16135 get_translation_table with max_lookup NULL.
16136
16137 2008-02-01 Kenichi Handa <handa@m17n.org>
16138
16139 * coding.c (get_translation_table): Declare it as Lisp_Object.
16140 (LOOKUP_TRANSLATION_TABLE): New macro.
16141 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
16142 instead of CHAR_TABLE_REF.
16143
16144 2008-02-01 Kenichi Handa <handa@m17n.org>
16145
16146 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
16147 annotation data format.
16148 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
16149 Change arguments FROM and TO to single argument NCHARS. Change caller.
16150 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
16151 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16152 (decode_coding_ccl, decode_coding_charset): Pay attention to
16153 coding->charbuf_used.
16154 (get_translation): New function.
16155 (produce_chars): New arguments translation_table and last_block.
16156 Translate characters here. Return number of carryover chars.
16157 Change caller.
16158 (produce_composition): New argument pos. Change caller.
16159 Adjust for the change of annotation data format.
16160 (produce_charset, produce_annotation): Likewise.
16161 (decode_coding, encode_coding): Don't call translate_chars.
16162 (consume_chars): New arg translation_table. Change caller.
16163 (translate_chars): Delete.
16164 (syms_of_coding): Make translation-table's number of extra slots 2.
16165
16166 2008-02-01 Kenichi Handa <handa@m17n.org>
16167
16168 * search.c (simple_search): Fix setting this_pos_byte in backward
16169 search.
16170
16171 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
16172 byte sequence.
16173 (detect_coding_ccl): Fix setting of the variable valids.
16174
16175 2008-02-01 Kenichi Handa <handa@m17n.org>
16176
16177 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
16178
16179 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
16180
16181 * editfns.c (Ftranslate_region_internal): Rename from
16182 Ftranslate_region. Accept a char-table in TABLE.
16183 (syms_of_editfns): Defsubr Stranslate_region_internal.
16184
16185 * xfaces.c (set_lface_from_font_name): If a font is specified for
16186 a frame, generate a fontset from the font.
16187 (build_scalable_font_name): If the scalable font is requested for
16188 a specific size, don't change that size.
16189 (try_font_list): Try a scalable font also in the case that a
16190 pattern string is specified.
16191
16192 2008-02-01 Kenichi Handa <handa@m17n.org>
16193
16194 * xfaces.c (Fface_font): New optional arg CHARACTER.
16195
16196 2008-02-01 Kenichi Handa <handa@m17n.org>
16197
16198 * charset.h (CHARSET_OFFSET): New macro.
16199
16200 2008-02-01 Kenichi Handa <handa@m17n.org>
16201
16202 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
16203
16204 * fontset.c (fontset_face): Handle the case that repertory is a
16205 char-table.
16206 (find_font_encoding): Return nil for unknown encoding.
16207 (Fset_fontset_font): Ignore a font of unknown encoding.
16208
16209 2008-02-01 Kenichi Handa <handa@m17n.org>
16210
16211 * keymap.c (describe_vector): Handle default value of a char table.
16212
16213 * fontset.c (fontset_face): Handle fallback fonts correctly.
16214 (Ffontset_info): Return infomation about fallback fonts.
16215
16216 2008-02-01 Kenichi Handa <handa@m17n.org>
16217
16218 * fontset.c (FONTSET_DEFAULT): New macro.
16219 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
16220 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
16221 the case that it is nil.
16222 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
16223 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
16224
16225 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
16226 subset or superset.
16227
16228 2008-02-01 Kenichi Handa <handa@m17n.org>
16229
16230 * emacs.c (main): Call init_charset after syms_of_XXX.
16231
16232 * charset.c (Vcharset_map_directory): Delete.
16233 (Vcharset_map_path): New variable.
16234 (load_charset_map_from_file): Use Vcharset_map_path instead.
16235 (init_charset): Initialize Vcharset_map_path.
16236 (syms_of_charset): Delete declaration of "charset-map-directory",
16237 add declaration of "charset-map-path".
16238
16239 2008-02-01 Kenichi Handa <handa@m17n.org>
16240
16241 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
16242 ASCII only string.
16243
16244 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
16245
16246 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
16247 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
16248
16249 2008-02-01 Kenichi Handa <handa@m17n.org>
16250
16251 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
16252
16253 * coding.c (QCmnemonic, QCdefalut_char)
16254 (QCdecode_translation_table, QCencode_translation_table)
16255 (QCpost_read_conversion, QCpre_write_conversion): New variables.
16256 (get_translation_table): Return a list of translation tables if
16257 necessary.
16258 (decode_coding): Call get_translation_table with ENCODEP 0.
16259 (char_encodable_p): If translation_table is non-nil, always call
16260 translate_char.
16261 (Fdefine_coding_system_internal): Accept list of translation
16262 tables as :encode-translation-table and :decode-translation-table.
16263 (Fcoding_system_put): New function.
16264 (syms_of_coding): Declare new symbols. Defsubr
16265 Scoding_system_put.
16266 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
16267 typically JISX0212.
16268
16269 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
16270 when the charset is superset type.
16271
16272 * character.c (translate_char): Accept list of translation tables.
16273
16274 2008-02-01 Kenichi Handa <handa@m17n.org>
16275
16276 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
16277 (CODING_ATTR_TRANS_TBL): New macro.
16278
16279 * coding.c (get_translation_table): New function.
16280 (translate_chars): Fix the bug of skipping annotation data.
16281 (decode_coding, encode_coding): Utilize get_translation_table.
16282 (char_encodable_p, Funencodable_char_position): Translate char if
16283 necessary.
16284 (Ffind_coding_systems_region_internal)
16285 (Fcheck_coding_systems_region): Setup translation table for encode
16286 in a coding system attribute vector in advance.
16287 (Fdefine_coding_system_internal): Allow a symbol as translation
16288 table. For shift-jis type coding system, allow 4th charset.
16289
16290 2008-02-01 Kenichi Handa <handa@m17n.org>
16291
16292 * coding.c (decode_coding_sjis): Check the first byte rigidly.
16293
16294 * xdisp.c (get_next_display_element): Pass -1 as POS to
16295 FACE_FOR_CHAR if displaying a C-string.
16296
16297 2008-02-01 Kenichi Handa <handa@m17n.org>
16298
16299 * composite.c (get_composition_id): Handle xoff and yoff in a
16300 composition rule.
16301
16302 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
16303 (struct composition): New member lbearing and rbearing.
16304
16305 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
16306 (x_get_glyph_overhangs): Handle a composition glyph.
16307 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
16308
16309 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
16310 composition glyph.
16311
16312 2008-02-01 Kenichi Handa <handa@m17n.org>
16313
16314 * print.c: Include charset.h.
16315 (Vprint_charset_text_property): New variable.
16316 (Qdefault): Extern it.
16317 (PRINT_STRING_NON_CHARSET_FOUND)
16318 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
16319 (print_check_string_result): New variable.
16320 (print_check_string_charset_prop): New function.
16321 (print_prune_charset_plist): New variable.
16322 (print_prune_string_charset): New function.
16323 (print_object): Call print_prune_string_charset if
16324 Vprint_charset_text_property is not t.
16325 (print_interval): Print nothing if interval->plist is nil.
16326 (syms_of_print): Declare Vprint_charset_text_property as a lisp
16327 variable. Init and staticpro print_prune_charset_plist.
16328
16329 2008-02-01 Kenichi Handa <handa@m17n.org>
16330
16331 * fontset.c (new_fontset_from_font_name): Use the specified font
16332 for all characters in the new fontset.
16333
16334 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16335 OBJECT args.
16336
16337 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
16338 OBJECT args for composition too.
16339
16340 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16341 OBJECT args.
16342
16343 2008-02-01 Kenichi Handa <handa@m17n.org>
16344
16345 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
16346
16347 * fontset.c (reorder_font_vector): Adjust for the change of
16348 FONT_DEF format.
16349 (fontset_face): New arg id. Change caller.
16350 (face_for_char): New args pos and object.
16351 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
16352 (fs_query_fontset): Check NAME by Fassoc too.
16353 (Fset_fontset_font): Allow non-XLFD font name.
16354 (Ffontset_info): Adjust for the change of FONT_DEF format.
16355
16356 * fontset.h (face_for_char): Adjust prototype.
16357
16358 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
16359 (append_space, extend_face_to_end_of_line)
16360 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16361 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
16362
16363 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
16364 POS and OBJECT args.
16365
16366 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
16367 POS and OBJECT args.
16368
16369 2008-02-01 Jason Rumney <jasonr@gnu.org>
16370
16371 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
16372 of GlobalAlloc'ed memory.
16373
16374 2008-02-01 Kenichi Handa <handa@m17n.org>
16375
16376 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
16377
16378 * charset.h (charset_table_used): Delete extern.
16379
16380 * charset.c (charset_table_used): Make it static.
16381 (map_charset_chars): Fix args to c_function with.
16382
16383 * chartab.c (map_sub_char_table_for_charset): Fix args to
16384 c_function with.
16385
16386 * coding.h (enum coding_result_code): Delete
16387 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
16388
16389 * coding.c (Qinsufficient_source, Qinconsistent_eol)
16390 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
16391 (Vlast_code_conversion_error): New variables.
16392 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
16393 (ONE_MORE_BYTE): Record error if any instead of signaling an
16394 error. If non-ASCII multibyte char is found, return the negative
16395 value of the code. All callers changed to check it.
16396 (ONE_MORE_BYTE_NO_CHECK): Likewise.
16397 (record_conversion_result): New function. Change all codes setting
16398 coding->result to call this function.
16399 (detect_coding_utf_8, decode_coding_utf_8)
16400 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
16401 Don't use the local variable incomplete.
16402 (emacs_mule_char): Change the second arg to `const'.
16403 (decode_coding): Fix of flushing out unprocessed data.
16404 (make_conversion_work_buffer): Fix making of a work buffer.
16405 (decode_coding_object): Return coding->dst_object.
16406
16407 * fontset.c (set_fontset_font): Fix args.
16408
16409 * lisp.h (CHARACTERBITS): Define as 22.
16410
16411 * process.c (send_process): Be sure to set coding->src_multibyte.
16412
16413 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
16414
16415 2008-02-01 Kenichi Handa <handa@m17n.org>
16416
16417 * xdisp.c (handle_auto_composed_prop): Give limit to
16418 Fnext_single_char_property_change.
16419
16420 2008-02-01 Kenichi Handa <handa@m17n.org>
16421
16422 * composite.c (syms_of_composite): Don't make the composition hash
16423 table weak.
16424
16425 * fontset.c (Fset_fontset_font): Fix docstring.
16426
16427 * lisp.h (detect_coding_system): Adjust prototype.
16428
16429 * fileio.c (kill_workbuf_unwind): Delete this function.
16430 (Finsert_file_contents): Adjust the call of detect_coding_system.
16431 Get conversion_buffer by code_conversion_save. Use the macro
16432 CODING_MAY_REQUIRE_DECODING. After decoding, update
16433 coding_system.
16434
16435 * coding.h (make_conversion_work_buffer): Delete extern.
16436 (code_conversion_save): Extern it.
16437
16438 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
16439 (CODING_GET_INFO): Delete argument eol_type. Change callers.
16440 (decode_coding_utf_8): Don't do eol converion.
16441 (detect_coding_utf_16): Check coding->src_chars, not
16442 coding->src_bytes. Add heuristics for those that have no signature.
16443 (decode_coding_emacs_mule, decode_coding_iso_2022)
16444 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16445 Don't do eol converion.
16446 (adjust_coding_eol_type): Return a new coding system.
16447 (detect_coding): Don't detect eol. Fix for utf-16 detection.
16448 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
16449 each change.
16450 (decode_coding): Pay attention to undo_list. Do eol conversion for
16451 all types of coding-systems (if necessary).
16452 (Vcode_conversion_work_buf_list): Delete it.
16453 (Vcode_conversion_reused_workbuf): Rename from
16454 Vcode_conversion_reused_work_buf.
16455 (Vcode_conversion_workbuf_name): New variable.
16456 (reused_workbuf_in_use): New variable.
16457 (make_conversion_work_buffer): Delete the arg DEPTH.
16458 (code_conversion_restore): Change argument to cons.
16459 (code_conversion_save): Delete the argument BUFFER. Change callers.
16460 (detect_coding_system): New argument src_chars. Change callers.
16461 Fix for utf-16 detection.
16462 (init_coding_once): Don't use ISO_carriage_return.
16463 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
16464 reused_workbuf_in_use.
16465
16466 2008-02-01 Kenichi Handa <handa@m17n.org>
16467
16468 * keymap.c (store_in_keymap): Pay attention to the case that idx
16469 is a cons specifying a character range.
16470
16471 2008-02-01 Kenichi Handa <handa@m17n.org>
16472
16473 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16474 HANDLED_RECOMPUTE_PROPS.
16475
16476 * coding.c (Fdefine_coding_system_internal): Fix checking of
16477 ascii compatibility.
16478
16479 2008-02-01 Kenichi Handa <handa@m17n.org>
16480
16481 * charset.c (find_charsets_in_text): Delete unused locale variable.
16482 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16483
16484 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16485 Resync charset_list to Vemacs_mule_charset_list.
16486
16487 * keymap.c (store_in_keymap): Pay attention to the case that idx
16488 is a cons specifying a character range.
16489
16490 2008-02-01 Kenichi Handa <handa@m17n.org>
16491
16492 * composite.c (update_compositions): Bind inhibit-read-only, etc
16493 to t before calling remove-list-of-text-properties.
16494
16495 * print.c (print_object): Always print ASCII chars as is.
16496
16497 2008-02-01 Kenichi Handa <handa@m17n.org>
16498
16499 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16500
16501 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16502 is a char table.
16503
16504 2008-02-01 Kenichi Handa <handa@m17n.org>
16505
16506 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16507
16508 2008-02-01 Kenichi Handa <handa@m17n.org>
16509
16510 * xfaces.c (set_lface_from_font_name): Fix for the case that
16511 FONTNAME is not fontset name.
16512
16513 2008-02-01 Kenichi Handa <handa@m17n.org>
16514
16515 * fns.c (base64_encode_1): Fix previous change.
16516
16517 2008-02-01 Kenichi Handa <handa@m17n.org>
16518
16519 * fontset.c (set_fontset_font): New function.
16520 (Fset_fontset_font): If a font is specified for a charset, use
16521 map_charset_chars to store the font spec in a fontset.
16522
16523 2008-02-01 Kenichi Handa <handa@m17n.org>
16524
16525 * fontset.c (fontset_face): Create a fallback fontset on demand.
16526 (make_fontset): Don't create a fallback fontset here.
16527 (free_face_fontset): Free a fallback fontset (if any) too.
16528 (n_auto_fontsets): Delete this variable.
16529 (auto_fontset_alist): New variable.
16530 (new_fontset_from_font_name): Check auto_fontset_alist.
16531 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
16532 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
16533 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
16534 Defsubr Sfontset_list_all.
16535
16536 2008-02-01 Kenichi Handa <handa@m17n.org>
16537
16538 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
16539
16540 2008-02-01 Kenichi Handa <handa@m17n.org>
16541
16542 * fontset.c (Fnew_fontset): Check NAME more rigidly.
16543
16544 2008-02-01 Kenichi Handa <handa@m17n.org>
16545
16546 * editfns.c (Fgoto_char): Fix docstring.
16547
16548 2008-02-01 Kenichi Handa <handa@m17n.org>
16549
16550 * insdel.c (insert_from_gap): Adjust intervals correctly.
16551
16552 2008-02-01 Jason Rumney <jasonr@gnu.org>
16553
16554 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
16555 (pfnGetFontUnicodeRanges): New dynamically loaded function.
16556 (w32_initialize): Try to load it.
16557 (x_get_font_repertory): Use it if available.
16558 (w32_encode_char): Add shortcut for unicode output.
16559
16560 * w32fns.c (w32_load_system_font): Default charset to -1.
16561 (x_to_w32_charset): Match all fonts for unicode.
16562 (w32_to_x_charset): New parameter matching. Don't return partial
16563 or wildcard charsets.
16564 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
16565 (w32_codepage_for_font): Return CP_UNICODE for unicode.
16566 (w32_to_x_font): Match charset to real charset.
16567 (enum_font_cb2): Always list unicode versions.
16568
16569 * makefile.w32-in (temacs): Increase EMHEAP.
16570
16571 2008-02-01 Jason Rumney <jasonr@gnu.org>
16572
16573 * w32term.c (w32_encode_char): New charset parameter.
16574 font_info.encoding becomes encoding_type.
16575 (x_get_font_repertory): New function. Warning: stub only!
16576 (x_new_font): Return quickly if font already set.
16577 (x_new_fontset): fontsetname parameter is Lisp_Object.
16578 Use new fs_query_fontset. Try new_fontset_from_font_name.
16579 Use fontset_name for return value.
16580
16581 * w32term.h: Declare x_get_font_repertory.
16582
16583 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
16584 place of find_charset_in_text. Use encode_coding_object in place
16585 of encode_coding.
16586 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
16587 decode_coding.
16588
16589 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
16590 of x_new_fontset.
16591 (w32_load_system_font): Initialize charset as unicode.
16592 font_info.encoding becomes encoding_type.
16593 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
16594 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
16595 (syms_of_w32fns): Set get_font_repertory_func.
16596
16597 * w32console.c: Include character.h. Use terminal_encode_buffer
16598 from term.c.
16599 (write_glyphs): Use new version of encode_terminal_code. Use
16600 encode_coding_object in place of encode_coding.
16601
16602 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
16603 encoding becomes encoding_type.
16604
16605 * term.c (terminal_encode_buffer): Make externally visible.
16606
16607 * makefile.w32-in: Add character.h dependancies.
16608 (character.o, chartab.o): New targets.
16609
16610 2008-02-01 Kenichi Handa <handa@m17n.org>
16611
16612 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
16613 CODING_ID_EOL_TYPE.
16614
16615 2008-02-01 Andreas Schwab <schwab@suse.de>
16616
16617 * coding.c (produce_chars): Revert last change.
16618
16619 2008-02-01 Kenichi Handa <handa@m17n.org>
16620
16621 * charset.h (charset_unicode): Extern it.
16622
16623 * charset.c (string_xstring_p): Check by (C >= 0x100).
16624 (find_charsets_in_text): Change format of the arc CHARSETS. New
16625 arg MULTIBYTE.
16626 (Ffind_charset_region, Ffind_charset_string): Adjust for the
16627 change of find_charsets_in_text.
16628 (Fsplit_char): Fix doc. Never return unknown.
16629
16630 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
16631
16632 * coding.c (Fdefine_coding_system_alias): Update
16633 Vcoding_system_list.
16634
16635 * fontset.c (load_font_get_repertory): Pay attention to the case
16636 that ENCODING of a font is specified by a char-table.
16637
16638 * xterm.c (x_get_font_repertory): Handle the case that the
16639 encoding of font is other than Unicode.
16640
16641 2008-02-01 Kenichi Handa <handa@m17n.org>
16642
16643 * term.c (encode_terminal_code): Don't handle glyph-table. Check
16644 if a character is encodable by the terminal coding system. If
16645 not, produces proper number of `?'s. Update
16646 terminal_encode_buffer and terminal_encode_buf_size if necessary.
16647 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
16648
16649 2008-02-01 Kenichi Handa <handa@m17n.org>
16650
16651 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
16652 variables.
16653 (encode_terminal_code): Change argument. Encode multiple
16654 characters at once. Store the result of encoding in
16655 terminal_encode_buffer.
16656 (write_glyphs, insert_glyphs): Adjust for the change of
16657 encode_terminal_code.
16658 (term_init): Initialize terminal_encode_buffer and
16659 terminal_encode_buf_size.
16660
16661 * coding.c (consume_chars): If coding->src_object is nil, don't
16662 check annotation.
16663
16664 2008-02-01 Kenichi Handa <handa@m17n.org>
16665
16666 * character.c (char_string): Use ASCII_CHAR_P instead of
16667 SINGLE_BYTE_CHAR_P.
16668
16669 2008-02-01 Kenichi Handa <handa@m17n.org>
16670
16671 * xdisp.c (handle_auto_composed_prop): Check if the last
16672 characters of auto-composed region is newly composed with the
16673 following characters.
16674 (handle_composition_prop): Fix checking of point being inside
16675 composition.
16676
16677 2008-02-01 Kenichi Handa <handa@m17n.org>
16678
16679 * fns.c (concat): Don't change multibyteness of the result by
16680 concatenating an 8-bit character.
16681
16682 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
16683 multibyteness of the result when newelt is an 8-bit character.
16684
16685 2008-02-01 Dave Love <fx@gnu.org>
16686
16687 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
16688 EMACS_INT.
16689
16690 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
16691
16692 * xfaces.c (face_numeric_value): Declare dim size_t.
16693 (Finternal_lisp_face_equal_p): Remove unused f.
16694
16695 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
16696 (MATRIX_ROW): Remove unused vars.
16697 (draw_glyphs, x_insert_glyphs, fast_find_position)
16698 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
16699 byte/char counts.
16700
16701 * regex.c (regex_compile): Remove unused var.
16702
16703 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16704
16705 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
16706 (Faccessible_keymaps, where_is_internal): Remove unused vars.
16707
16708 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
16709
16710 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
16711
16712 * fileio.c (Fwrite_region): Remove unused var.
16713
16714 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
16715 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
16716
16717 * composite.c (Fremove_list_of_text_properties): Declare.
16718
16719 * coding.c (inhibit_pre_post_conversion): Remove (unused).
16720 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
16721 (coding_inherit_eol_type): Remove unused attrs.
16722 (detect_coding): Cast arg of detect_eol.
16723
16724 * charset.c (syms_of_charset): Remove unused var p.
16725 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
16726 byte/char counts.
16727
16728 * casetab.c (set_case_table): Remove unused var.
16729
16730 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
16731 unused vars.
16732
16733 2008-02-01 Dave Love <fx@gnu.org>
16734
16735 * xterm.c (x_bitmap_mask): Declare.
16736
16737 2008-02-01 Dave Love <fx@gnu.org>
16738
16739 * xterm.c (x_term_init): Fix type error.
16740
16741 * lisp.h: Add Funibyte_char_to_multibyte.
16742
16743 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
16744 (Fset_coding_system_priority): Doc fix.
16745
16746 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
16747
16748 * indent.c (check_composition): Make start and end EMACS_INT.
16749
16750 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
16751
16752 * xdisp.c (handle_composition_prop, check_point_in_composition):
16753 Make buffer positions EMACS_INT.
16754
16755 * composite.c (find_composition, run_composition_function)
16756 (update_compositions, Ffind_composition_internal): Make buffer
16757 positions EMACS_INT.
16758
16759 * composite.h (find_composition, update_compositions): Make
16760 position args EMACS_INT.
16761
16762 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
16763
16764 * intervals.c (get_property_and_range):
16765 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
16766
16767 * unexalpha.c: Don't include varargs.h.
16768
16769 2008-02-01 Dave Love <fx@gnu.org>
16770
16771 * coding.h (ENCODE_UTF_8): New.
16772
16773 * Makefile.in (gtkutil.o): Depend on coding.h.
16774
16775 * coding.c (Fset_coding_system_priority): Doc fix.
16776
16777 2008-02-01 Kenichi Handa <handa@m17n.org>
16778
16779 * fileio.c (Finsert_file_contents): Call setup_coding_system in
16780 the case of auto saving.
16781
16782 2008-02-01 Andreas Schwab <schwab@suse.de>
16783
16784 * chartab.c (map_char_table, map_char_table_for_charset): Protect
16785 `range' from GC.
16786
16787 2008-02-01 Kenichi Handa <handa@m17n.org>
16788
16789 * coding.c (decode_coding_sjis): Check bytes more rigidly.
16790
16791 2008-02-01 Kenichi Handa <handa@m17n.org>
16792
16793 * fileio.c (choose_write_coding_system): Return a decided coding system.
16794 (Fwrite_region): Set Vlast_coding_system_used to the return value
16795 of choose_write_coding_system.
16796
16797 2008-02-01 Kenichi Handa <handa@m17n.org>
16798
16799 * charset.c (Fset_charset_priority): Pay attention to duplicated
16800 arguments.
16801
16802 * coding.c (QCcategory): New variable.
16803 (syms_of_coding): Defsym it. Set all elements of
16804 Vcoding_category_table and their symbol values.
16805 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
16806 coding-category-XXX, and coding-category-list.
16807 (Fdefine_coding_system_internal): Add category in the plist.
16808
16809 2008-02-01 Kenichi Handa <handa@m17n.org>
16810
16811 * callproc.c (Fcall_process): Handle carryover correctly.
16812
16813 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
16814 (raw_text_coding_system): Check NILP (coding_system).
16815 (coding_inherit_eol_type): Check NILP (coding_system) and
16816 NILP (parent).
16817 (consume_chars): Fix for the case of raw-text.
16818
16819 * process.c (read_process_output): Handle carryover correctly.
16820
16821 2008-02-01 Dave Love <fx@gnu.org>
16822
16823 * regex.c (re_search_2): Fix last change.
16824
16825 2008-02-01 Kenichi Handa <handa@m17n.org>
16826
16827 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
16828 target_multibyte. Even in a unibyte case, return a converted
16829 multibyte char.
16830 (GET_CHAR_AFTER): New macro.
16831 (PATFETCH): Translate via multibyte char.
16832 (HANDLE_UNIBYTE_RANGE): Delete this macro.
16833 (SETUP_MULTIBYTE_RANGE): New macro.
16834 (regex_compile): Setup compiled code so that its multibyteness
16835 matches that of a target. Fix the handling of "[X-YZ]" using
16836 SETUP_MULTIBYTE_RANGE.
16837 (analyse_first) <charset>: For filling fastmap for all multibyte
16838 characters, don't check by BASE_LEADING_CODE_P.
16839 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
16840 the same as RE_MULTIBYTE_P (bufp) now.
16841 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
16842 (TARGET_CHAR_AND_LENGTH): Delete this macro.
16843 (TRANSLATE_VIA_MULTIBYTE): New macro.
16844 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
16845 It is the same as RE_MULTIBYTE_P (bufp) now.
16846 <exactn>: Translate via multibyte.
16847 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
16848 translate it.
16849 <charset, charset_not>: Fetch a character by
16850 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
16851 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
16852 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
16853 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
16854 by GET_CHAR_AFTER.
16855 (bcmp_translate): Likewise.
16856
16857 * search.c (compile_pattern): Check the member target_multibyte,
16858 not the member multibyte of buf.
16859
16860 * lread.c (read1): While reading a string, set force_singlebyte
16861 and force_multibyte correctly.
16862
16863 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
16864 up of unibyte_to_multibyte_table.
16865
16866 2008-02-01 Kenichi Handa <handa@m17n.org>
16867
16868 * coding.c (setup_coding_system): If coding has
16869 post-read-conversion or pre-write-conversion, set
16870 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
16871 respectively.
16872 (decode_coding_gap): Run post-read-conversion if any.
16873
16874 * fileio.c (Finsert_file_contents): Even if we read into a
16875 unibyte buffer, check if we must decode the result or not.
16876
16877 2008-02-01 Kenichi Handa <handa@m17n.org>
16878
16879 * coding.c (make_conversion_work_buffer): Change the work buffer
16880 name to the same one as that of Emacs 21.
16881
16882 2008-02-01 Kenichi Handa <handa@m17n.org>
16883
16884 * coding.h (make_conversion_work_buffer): Adjust prototype.
16885 (code_conversion_restore): Don't extern it.
16886
16887 * coding.c (detected_mask): Delete unused variable.
16888 (decode_coding_iso_2022): Pay attention to the byte sequence of
16889 CTEXT extended segment, and retain those bytes as is.
16890 (decode_coding_ccl): Delete unused variable `valids'.
16891 (setup_coding_system): Delete unused variable `category'.
16892 (consume_chars): Delete unused variable `category'. Make it work
16893 for non-multibyte case.
16894 (make_conversion_work_buffer): Change argument.
16895 (saved_coding): Delete unused variable.
16896 (code_conversion_restore): Don't check saved_coding->destination.
16897 (code_conversion_save): New function.
16898 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
16899 instead of record_unwind_protect.
16900 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
16901 (detect_coding_system): Delete unused variable `mask'.
16902 (Fdefine_coding_system_internal): Delete unused variable id.
16903
16904 * fileio.c (kill_workbuf_unwind): New function.
16905 (Finsert_file_contents): On replacing, call
16906 make_conversion_work_buffer with correct args, and call
16907 record_unwind_protect with the first arg kill_workbuf_unwind.
16908
16909 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
16910
16911 2008-02-01 Kenichi Handa <handa@m17n.org>
16912
16913 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
16914 (fontset_add): Fix for the case that TO is less than TO1.
16915 (Ffontset_info): Don't use fallback fontset on checking the
16916 default fontset.
16917 (dump_fontset): New function for debugging.
16918
16919 * coding.c (Fdefine_coding_system_internal): Fix for the case that
16920 coding_type is Qcharset.
16921
16922 2008-02-01 Kenichi Handa <handa@m17n.org>
16923
16924 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
16925 (map_char_table): Don't inherit the value from the parent on
16926 initializing VAL. Adjust for the above change.
16927
16928 2008-02-01 Kenichi Handa <handa@m17n.org>
16929
16930 * coding.c (Qsignature, Qendian): Delete these variables.
16931 (syms_of_coding): Don't initialize them.
16932 (CATEGORY_MASK_UTF_16_AUTO): New macro.
16933 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
16934 detect_info->found.
16935 (decode_coding_utf_16): Don't detect BOM here.
16936 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
16937 is NOT utf_16_without_bom.
16938 (setup_coding_system): For a coding system of type utf-16, check
16939 if the attribute :endian is Qbig or not (not nil or not), and set
16940 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
16941 (detect_coding): If coding type is utf-16 and BOM detection is
16942 required, detect it.
16943 (Fdefine_coding_system_internal): For a coding system of type
16944 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
16945
16946 2008-02-01 Kenichi Handa <handa@m17n.org>
16947
16948 * coding.c (coding_set_source): Fix for the case that the current
16949 buffer is different from coding->src_object.
16950 (decode_coding_object): Don't use the conversion work buffer if
16951 DST_OBJECT is a buffer.
16952
16953 2008-02-01 Dave Love <fx@gnu.org>
16954
16955 * lread.c (read_emacs_mule_char) [len==2]: Index
16956 emacs_mule_charset correctly.
16957
16958 2008-02-01 Dave Love <fx@gnu.org>
16959
16960 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
16961 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
16962 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
16963 treated specially.)
16964 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
16965 (detected_mask): Remove Big5 bits.
16966
16967 2008-02-01 Kenichi Handa <handa@m17n.org>
16968
16969 The following changes are to make the font rescaling facility
16970 compatible with Emacs 21.
16971
16972 * xfaces.c (Vface_font_rescale_alist): Rename from
16973 Vface_resizing_fonts.
16974 (struct font_name): Rename member resizing_ratio to rescale_ratio.
16975 (font_rescale_ratio): Rename from font_resizing_ratio.
16976 (split_font_name): Set font->rescale_ratio.
16977 (better_font_p): Pay attention to font->rescale_ratio.
16978 (build_scalable_font_name): Likewise. Change RESX, and RESY
16979 fields.
16980 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
16981
16982 2008-02-01 Kenichi Handa <handa@m17n.org>
16983
16984 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
16985 (Qutf_16_le): Remove these variables.
16986 (syms_of_coding): Don't DEFSYM them.
16987 (decode_coding_utf_16): Fix handling of BOM.
16988 (encode_coding_utf_16): Fix handling of BOM.
16989
16990 2008-02-01 Kenichi Handa <handa@m17n.org>
16991
16992 * fileio.c (Finsert_file_contents): On replacing, before decoding
16993 the file into the work buffer, set point of the work buffer to the end.
16994
16995 2008-02-01 Dave Love <fx@gnu.org>
16996
16997 * coding.c (Fcheck_coding_systems_region): Fix type errors.
16998
16999 2008-02-01 Dave Love <fx@gnu.org>
17000
17001 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17002 and fix C types.
17003
17004 2008-02-01 Kenichi Handa <handa@m17n.org>
17005
17006 * xdisp.c (SKIP_GLYPHS): New macro.
17007 (set_cursor_from_row): Pay attention to string display properties.
17008
17009 * category.c (copy_category_entry): Fix for the case that RANGE
17010 is an integer.
17011
17012 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
17013
17014 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
17015
17016 2008-02-01 Kenichi Handa <handa@m17n.org>
17017
17018 * charset.c (Fcharset_id_internal): New function.
17019 (syms_of_charset): Defsubr it.
17020
17021 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
17022 with the last arg charset_list acquired from coding.
17023 (Fdefine_coding_system_internal): For ccl-based coding system, fix
17024 the attribute coding_attr_ccl_valids.
17025
17026 * coding.h (enum define_coding_ccl_arg_index): Set the first
17027 member coding_arg_ccl_decoder to coding_arg_max.
17028
17029 * ccl.h (ccl_driver): Adjust prototype.
17030
17031 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
17032 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
17033 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
17034 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
17035 last arg Qnil.
17036
17037 2008-02-01 Kenichi Handa <handa@m17n.org>
17038
17039 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
17040 call encode_char.
17041
17042 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
17043
17044 2008-02-01 Dave Love <fx@gnu.org>
17045
17046 * composite.c (syms_of_composite): Make composition_hash_table weak.
17047
17048 2008-02-01 Kenichi Handa <handa@m17n.org>
17049
17050 * dispextern.h (check_face_attributes, generate_ascii_font_name)
17051 (font_name_registry): Don't extern them.
17052 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
17053
17054 * fontset.h (Qfontset): Don't extern it.
17055 (new_fontset_from_font_name): Extern it.
17056
17057 * fontset.c: Give 8 extra slots to fontset objects.
17058 (Qfontset_info): New variable.
17059 (syms_of_fontset): Defsym it.
17060 (FONTSET_FALLBACK): New macro.
17061 (fontset_face): Try also the default fontset.
17062 (make_fontset): Realize a fallback fontset from the default fontset.
17063 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
17064 using split_font_name_into_vector and build_font_name_from_vector.
17065 (Fset_fontset_font): Access the elements of font_spec by enum
17066 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
17067 name by using split_font_name_into_vector.
17068 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
17069 generate a proper font name from the fontset name. Update
17070 Vfontset_alias_alist.
17071 (n_auto_fontsets): New variable.
17072 (new_fontset_from_font_name): New function.
17073 (Ffont_info): Store the information about fonts generated from the
17074 default fontset in the first extra slot of the returned char-table.
17075
17076 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
17077 (font_name_registry): Delete function.
17078 (split_font_name_into_vector): New function.
17079 (build_font_name_from_vector): New function.
17080 (font_list): The argument REGISTRY is now a list of registry names.
17081 (choose_face_font): If we are choosing an ASCII font, and ATTRS
17082 specifies an explicit font name, return the name as is. Make a
17083 list of registy names.
17084
17085 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
17086 of x_new_fontset.
17087 (Fx_create_frame): Don't call x_new_fontset here. Just use
17088 x_list_fonts to check the existence of fonts.
17089
17090 * xterm.h (x_new_fontset): Adjust prototype.
17091
17092 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
17093 string. Use new_fontset_from_font_name to create a fontset from a
17094 font name.
17095
17096 2008-02-01 Kenichi Handa <handa@m17n.org>
17097
17098 * syntax.c (Vfind_word_boundary_function_table): New name for
17099 Vnext_word_boundary_function_table.
17100 (find-word-boundary-function-table): New name for
17101 next-word-boundary-function-table.
17102
17103 2008-02-01 Dave Love <fx@gnu.org>
17104
17105 * Makefile.in: Fix some dependencies.
17106
17107 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
17108 set it to nil before returning.
17109
17110 * composite.c (update_compositions): Fix type error.
17111
17112 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
17113
17114 2008-02-01 Kenichi Handa <handa@m17n.org>
17115
17116 * xterm.c (x_new_font): Optimize for the case that the font is
17117 already set for the frame.
17118
17119 2008-02-01 Kenichi Handa <handa@m17n.org>
17120
17121 * chartab.c (char_table_ascii): Check if the char table contents
17122 is sub-char-table or not.
17123 (char_table_set, char_table_set_range): Fix argument to
17124 char_table_ascii.
17125
17126 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
17127 (detect_coding_utf_8, detect_coding_utf_16)
17128 (detect_coding_emacs_mule, detect_coding_iso_2022)
17129 (detect_coding_sjis, detect_coding_big5)
17130 (detect_coding_ccl, detect_coding_charset): Change argument MASK
17131 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
17132 sequence is valid in this coding system. Change callers.
17133 (MAX_ANNOTATION_LENGTH): New macro.
17134 (ADD_ANNOTATION_DATA): New macro.
17135 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
17136 ADD_ANNOTATION_DATA. Change the format of annotation data.
17137 (ADD_CHARSET_DATA): New macro.
17138 (emacs_mule_char): New argument ID. Change callers.
17139 (decode_coding_emacs_mule, decode_coding_iso_2022)
17140 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
17141 Produce charset annotation data in coding->charbuf.
17142 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
17143 to charset annotation data in coding->charbuf.
17144 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
17145 coding->common_flags if the coding system is iso-2022 based and
17146 uses designation.
17147 (produce_composition): Adjust for the new annotation data format.
17148 (produce_charset): New function.
17149 (produce_annotation): Handle charset annotation.
17150 (handle_composition_annotation, handle_charset_annotation): New
17151 functions.
17152 (consume_chars): Handle charset annotation. Utilize the above two
17153 functions.
17154 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
17155 buffer, get the deleted text as a string and set
17156 coding->src_object to that string.
17157 (detect_coding, detect_coding_system): Use the new struct
17158 coding_detection_info.
17159
17160 * coding.h (struct coding_detection_info): New structure.
17161 (struct coding_system): Adjust prototype of the member `detector'.
17162 (CODING_ANNOTATE_CHARSET_MASK): New macro.
17163
17164 2008-02-01 Kenichi Handa <handa@m17n.org>
17165
17166 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
17167
17168 2008-02-01 Dave Love <fx@gnu.org>
17169
17170 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
17171 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
17172 to new local and nullify apropos_accumulate before returning.
17173 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
17174
17175 2008-02-01 Kenichi Handa <handa@m17n.org>
17176
17177 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
17178 correctly.
17179
17180 2008-02-01 Dave Love <fx@gnu.org>
17181
17182 * fns.c (Flanginfo): Call synchronize_system_time_locale.
17183
17184 2008-02-01 Kenichi Handa <handa@m17n.org>
17185
17186 The following changes are to make character composition happen
17187 automatically on displaying.
17188
17189 * Makefile.in (lisp, shortlisp): Add composite.elc.
17190
17191 * composite.h (Qauto_composed, Vauto_composition_function)
17192 (Qauto_composition_function): Extern them.
17193
17194 * composite.c (Vcomposition_function_table)
17195 (Qcomposition_function_table): Delete variables.
17196 (Qauto_composed, Vauto_composition_function)
17197 (Qauto_composition_function): New variables.
17198 (run_composition_function): Don't call
17199 compose-chars-after-function.
17200 (update_compositions): Clear `auto-composed' text property.
17201 (compose_chars_in_text): Delete this function.
17202 (syms_of_composite): Staticpro Qauto_composed and
17203 Qauto_composition_function. Declare Vauto_composition_function as
17204 a Lisp variable.
17205
17206 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
17207
17208 * xdisp.c (it_props): Add an entry for Qauto_composed.
17209 (handle_auto_composed_prop): New function.
17210
17211 * xselect.c (selection_data_to_lisp_data): Don't call
17212 compose_chars_in_text.
17213
17214 2008-02-01 Dave Love <fx@gnu.org>
17215
17216 * keyboard.c (read_char): Modify checking around use of
17217 Vkeyboard_translate_table.
17218
17219 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17220 and fix C types.
17221
17222 2008-02-01 Kenichi Handa <handa@m17n.org>
17223
17224 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
17225 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17226 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
17227 the case that the last byte is '\r' correctly.
17228 (decode_coding): Flush out the unprocessed data correctly.
17229 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
17230
17231 2008-02-01 Dave Love <fx@gnu.org>
17232
17233 * xterm.c (XTread_socket): Fix changes for defined keysyms.
17234 Add XK_ISO... case.
17235 (xaw_scroll_callback): Revert last change.
17236
17237 2008-02-01 Kenichi Handa <handa@m17n.org>
17238
17239 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
17240
17241 2008-02-01 Kenichi Handa <handa@m17n.org>
17242
17243 * xfaces.c (Vface_resizing_fonts): New variable.
17244 (struct font_name): New member `resizing_ratio'.
17245 (font_resizing_ratio): New function.
17246 (split_font_name): Set font->resizing_ratio.
17247 (better_font_p): Pay attention to font->resizing_ratio.
17248 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
17249 RESX, and RESY fields.
17250 (try_alternative_families): Try scalable fonts if
17251 Vscalable_fonts_allowed is not Qt.
17252 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
17253
17254 2008-02-01 Dave Love <fx@gnu.org>
17255
17256 * xterm.c (xaw_scroll_callback): Cast correctly.
17257
17258 2008-02-01 Dave Love <fx@gnu.org>
17259
17260 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
17261 (lispy_kana_keys): Comment out.
17262 (make_lispy_event) [XK_kana_A]: Comment out.
17263
17264 * xterm.c (xaw_scroll_callback): Cast call_data.
17265 (XTread_socket): Deal with ASCII keysyms.
17266 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
17267
17268 2008-02-01 Dave Love <fx@gnu.org>
17269
17270 * xterm.c (Vx_keysym_table): New.
17271 (syms_of_xterm): Initialize it.
17272 (XTread_socket): Use it.
17273 From head: Eliminate incorrect optimization that tried to avoid
17274 decoding the output of X*LookupString.
17275 (x_get_font_repertory): Delete charset declaration.
17276
17277 2008-02-01 Kenichi Handa <handa@m17n.org>
17278
17279 * coding.c (detect_coding_charset): If only ASCII bytes are found,
17280 return 0.
17281 (Fdefine_coding_system_internal): Setup
17282 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
17283
17284 2008-02-01 Dave Love <fx@gnu.org>
17285
17286 * coding.c (Fcheck_coding_system): Doc fix.
17287
17288 * editfns.c (Finsert_byte): Return a proper value.
17289
17290 2008-02-01 Kenichi Handa <handa@m17n.org>
17291
17292 * coding.c (decode_coding): Fix args to translate_chars. Pay
17293 attention to Vstandard_translation_table_for_decode.
17294 (encode_coding): Fix args to translate_chars. Pay attention to
17295 Vstandard_translation_table_for_encode.
17296
17297 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
17298 SINGLE_BYTE_CHAR_P.
17299
17300 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
17301 not by SINGLE_BYTE_CHAR_P.
17302
17303 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
17304 SINGLE_BYTE_CHAR_P.
17305
17306 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
17307 SINGLE_BYTE_CHAR_P.
17308
17309 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
17310 by SINGLE_BYTE_CHAR_P.
17311
17312 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
17313 SINGLE_BYTE_CHAR_P.
17314
17315 2008-02-01 Dave Love <fx@gnu.org>
17316
17317 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
17318
17319 2008-02-01 Dave Love <fx@gnu.org>
17320
17321 * fns.c (Flanginfo): Fix typo.
17322
17323 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
17324
17325 2008-02-01 Kenichi Handa <handa@m17n.org>
17326
17327 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
17328 (detect_coding_emacs_mule, detect_coding_iso_2022)
17329 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
17330 incomplete byte sequence. Don't update *mask when correctly detected.
17331 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
17332 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
17333 (detect_coding, detect_coding_system): Adjust for the changes above.
17334
17335 2008-02-01 Kenichi Handa <handa@m17n.org>
17336
17337 * character.c (char_string): Rename from
17338 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
17339 (string_char): Rename from string_char.
17340
17341 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
17342 if C is greater than MAX_3_BYTE_CHAR.
17343 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
17344 string_char instead of string_char_with_unification.
17345
17346 2008-02-01 Dave Love <fx@gnu.org>
17347
17348 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
17349
17350 2008-02-01 Kenichi Handa <handa@m17n.org>
17351
17352 * keymap.c (push_key_description): Pay attention to force_multibyte.
17353
17354 * regex.c (re_search_2): Fix for the case of unibyte buffer.
17355
17356 2008-02-01 Dave Love <fx@gnu.org>
17357
17358 * charset.c (define_charset_internal): Rename `supprementary'.
17359
17360 * Makefile.in (lisp, shortlisp): Remove latin-N.
17361
17362 2008-02-01 Dave Love <fx@gnu.org>
17363
17364 * xfns.c (x_window, x_window): Use use_xim.
17365
17366 * xterm.c (use_xim): Initialize.
17367 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17368 (x_term_init): Maybe set use_xim.
17369
17370 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17371
17372 2008-02-01 Kenichi Handa <handa@m17n.org>
17373
17374 * search.c (search_buffer): Fix case-fold-search of multibyte
17375 characters.
17376 (boyer_moore): Rename the last argument to char_high_bits.
17377
17378 2008-02-01 Kenichi Handa <handa@m17n.org>
17379
17380 * xdisp.c (display_string): Fix for the case of zero width glyph.
17381
17382 * xfns.c (x_set_font): Change the error message of the case that
17383 x_new_fontset returns Qt.
17384
17385 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
17386 (Finternal_set_lisp_face_attribute): Use signal_error for the
17387 error of invalid fontset.
17388
17389 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
17390 fontset, return Qt.
17391
17392 2008-02-01 Dave Love <fx@gnu.org>
17393
17394 * unexelf.c (unexec): Make .got handling not SGI-specific.
17395
17396 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
17397
17398 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
17399
17400 * keyboard.c (read_key_sequence): Fix type error.
17401
17402 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
17403 type error.
17404
17405 * fontset.c (fontset_add): Return Lisp_Object.
17406
17407 2008-02-01 Dave Love <fx@gnu.org>
17408
17409 * charset.h (charset_ordered_list_tick): Declare extern.
17410
17411 2008-02-01 Kenichi Handa <handa@m17n.org>
17412
17413 The following changes (and some of 2008-02-01 changes of mine) are
17414 for handling syntax, category, and case conversion for unibyte
17415 characters by converting them to multibyte on the fly. With these
17416 changes, we don't have to setup syntax and case tables for unibyte
17417 characters in each language environment.
17418
17419 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
17420 multibyte if necessary.
17421
17422 * bytecode.c (Fbyte_code): Likewise.
17423
17424 * character.h (LEADING_CODE_LATIN_1_MIN)
17425 (LEADING_CODE_LATIN_1_MAX): New macros.
17426 (unibyte_to_multibyte_table): Extern it.
17427 (unibyte_char_to_multibyte): New macro.
17428 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
17429 (CHAR_LEADING_CODE): New macro.
17430 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
17431
17432 * character.c (unibyte_to_multibyte_table): New variable.
17433 (unibyte_char_to_multibyte): Move to character.h and define as macro.
17434 (multibyte_char_to_unibyte): If C is an eight-bit character,
17435 convert it to the corresponding byte value.
17436
17437 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
17438 not 1, signals an error. Update the elements of
17439 unibyte_to_multibyte_table.
17440 (init_charset_once): Initialize unibyte_to_multibyte_table.
17441 (syms_of_charset): Define the charset `iso-8859-1'.
17442
17443 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
17444 as is without converting it to unibyte. In a unibyte buffer,
17445 convert C to multibyte before checking the syntax.
17446
17447 * lisp.h (unibyte_char_to_multibyte): Delete extern.
17448
17449 * minibuf.c (Fminibuffer_complete_word): Use the macro
17450 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
17451
17452 * regex.h (struct re_pattern_buffer): New member target_multibyte.
17453
17454 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
17455 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
17456 that is zero, convert an eight-bit char to multibyte.
17457 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
17458 non-emacs case.
17459 (PATFETCH): Convert an eight-bit char to multibyte.
17460 (HANDLE_UNIBYTE_RANGE): New macro.
17461 (regex_compile): Setup the compiled pattern for multibyte chars
17462 even if the given regex string is unibyte. Use PATFETCH_RAW
17463 instead of PATFETCH in many places. To handle `charset'
17464 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
17465 only for ASCII chars.
17466 (analyse_first) <exactn>: Simplify because the compiled pattern
17467 is multibyte.
17468 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
17469 <charset>: Use CHAR_LEADING_CODE to get leading codes.
17470 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
17471 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
17472 multibyte always 1.
17473 (re_search_2): In emacs, set the locale variable multibyte to 1,
17474 otherwise to 0. New local variable target_multibyte. Check it
17475 to decide the multibyteness of STR1 and STR2. If
17476 target_multibyte is zero, convert unibyte chars to multibyte
17477 before translating and checking fastmap.
17478 (TARGET_CHAR_AND_LENGTH): New macro.
17479 (re_match_2_internal): In emacs, set the locale variable multibyte
17480 to 1, otherwise to 0. New local variable target_multibyte. Check
17481 it to decide the multibyteness of STR1 and STR2. Use
17482 TARGET_CHAR_AND_LENGTH to fetch a character from D.
17483 <charset, charset_not>: If multibyte is nonzero, check fastmap
17484 only for ASCII chars. Call bcmp_translate with
17485 target_multibyte, not with multibyte.
17486 <begline>: Declare the local variable C as `unsigned'.
17487 (bcmp_translate): Change the last arg name to target_multibyte.
17488
17489 * search.c (compile_pattern_1): Don't adjust the multibyteness of
17490 the regexp pattern and the matching target. Set cp->buf.multibyte
17491 to the multibyteness of the regexp pattern. Set
17492 cp->but.target_multibyte to the multibyteness of the matching target.
17493 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17494 FETCH_STRING_CHAR_ADVANCE.
17495 (Freplace_match): Convert unibyte chars to multibyte.
17496
17497 * syntax.c (char_quoted, back_comment, scan_words)
17498 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17499 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17500 unibyte chars to multibyte.
17501 (skip_chars): Delete the arg syntaxp, and move the code for
17502 handling syntaxes to skip_syntaxes. Change callers.
17503 Fix the case that the multibyteness of STRING and the current
17504 buffer doesn't match.
17505 (skip_syntaxes): New function.
17506 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17507 SINGLE_BYTE_CHAR_P.
17508
17509 2008-02-01 Kenichi Handa <handa@m17n.org>
17510
17511 * xfaces.c (QCfontset): New variable.
17512 (LFACE_FONTSET): New macro.
17513 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
17514 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
17515 (Finternal_set_lisp_face_attribute)
17516 (Finternal_get_lisp_face_attribute): Handle QCfontset.
17517 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
17518 check also LFACE_FONTSET_INDEX.
17519 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
17520 attrs[LFACE_FONT_INDEX].
17521 (syms_of_xfaces): Intern and staticpro QCfontset.
17522
17523 * dispextern.h (enum lface_attribute_index): New member
17524 LFACE_FONTSET_INDEX.
17525
17526 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
17527
17528 2008-02-01 Kenichi Handa <handa@m17n.org>
17529
17530 * coding.c (coding_set_destination): Fix coding->destination for
17531 the case converting a region.
17532 (encode_coding_utf_8): Encode eight-bit chars as single byte.
17533 (encode_coding_object): Fix coding->dst_pos and
17534 coding->dst_pos_byte for the case converting a region.
17535
17536 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
17537
17538 * character.h (BYTE8_STRING): New macro.
17539
17540 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
17541
17542 2008-02-01 Kenichi Handa <handa@m17n.org>
17543
17544 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
17545 characters by octal form.
17546
17547 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17548
17549 * buffer.h (_fetch_multibyte_char_len): Delete extern.
17550 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
17551 _fetch_multibyte_char_len.
17552 (FETCH_CHAR_AS_MULTIBYTE): New macro.
17553
17554 * casetab.c (set_canon, set_identity, shuffle): Simplify.
17555
17556 * casefiddle.c (casify_object): Simplify. Handle the case that
17557 the case conversion change the byte length.
17558 (casify_region): Likewise.
17559
17560 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
17561
17562 * character.c (_fetch_multibyte_char_len): Delete this variable.
17563 (syms_of_character): Setup Vprintable_chars.
17564
17565 * editfns.c (Fchar_equal): Fix for the unibyte case.
17566 (Finsert_byte): New function.
17567 (syms_of_editfns): Defsubr it.
17568
17569 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
17570 of direct code 0x3ffff.
17571
17572 * search.c (Freplace_match): Fix for the unibyte case.
17573
17574 2008-02-01 Kenichi Handa <handa@m17n.org>
17575
17576 * lread.c (safe_to_load_p): Fix the logic.
17577
17578 * syntax.c (scan_words): Don't treat characters belonging to
17579 different scripts as constituting a word.
17580
17581 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17582
17583 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
17584
17585 * emacs.c (main): In the case of --unibyte, instead of aborting on
17586 finding non-empty buffer, make it unibyte.
17587
17588 2008-02-01 Kenichi Handa <handa@m17n.org>
17589
17590 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
17591 to create a fontset.
17592
17593 2008-02-01 Dave Love <fx@gnu.org>
17594
17595 * character.c (Funibyte_char_to_multibyte): Doc fix.
17596
17597 * xfns.c [HAVE_STDLIB_H]: Fix last change.
17598
17599 2008-02-01 Kenichi Handa <handa@m17n.org>
17600
17601 * fontset.c (fontset_add): Make the type `int'.
17602 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
17603
17604 * character.c (unibyte_char_to_multibyte)
17605 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
17606 charset_unibyte, not charset_primary.
17607
17608 * charset.h (charset_unibyte): Extern it instead of charset_primary.
17609
17610 * charset.c (charset_unibyte): Rename from charset_primary.
17611 (Funibyte_charset): Rename from Fprimary_charset.
17612 (Fset_unibyte_charset): Rename from Fset_primary_charset.
17613 (syms_of_charset): Adjust for the above changes.
17614
17615 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17616 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17617 it->multibyte_p is zero.
17618
17619 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
17620 Delete extern.
17621
17622 2008-02-01 Kenichi Handa <handa@m17n.org>
17623
17624 * coding.c (Fdefine_coding_system_internal): Fix category setting
17625 for a coding system of type iso-2022.
17626
17627 2008-02-01 Kenichi Handa <handa@m17n.org>
17628
17629 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
17630
17631 2008-02-01 Kenichi Handa <handa@m17n.org>
17632
17633 * syntax.c (Vnext_word_boundary_function_table): New variable.
17634 (next-word-boundary-function-table): Declare it as a Lisp variable
17635 in syms_of_syntax.
17636 (scan_words): Call functions in Vnext_word_boundary_function_table
17637 if any.
17638
17639 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
17640
17641 * fontset.c (fs_load_font): If fontp->charset is not negative,
17642 return fontp without setting its members.
17643
17644 2008-02-01 Dave Love <fx@gnu.org>
17645
17646 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
17647
17648 * m/sparc.h (HAVE_ALLOCA): Delete.
17649
17650 * s/irix6-5.h: Don't include strings.h.
17651 (bcopy, bzero, bcmp): Don't undef.
17652
17653 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
17654
17655 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
17656 (TIOCSIGSEND): Don't test IRIX6.
17657 (bcopy, bzero, bcmp): Define conditionally.
17658
17659 2008-02-01 Kenichi Handa <handa@m17n.org>
17660
17661 * buffer.c (Qas, Qmake, Qto): New variables.
17662 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
17663 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
17664
17665 * callproc.c (Fcall_process): Don't call insert_1_both directly if
17666 we are inserting a process output into a multibyte buffer.
17667
17668 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
17669 multibyte_char_to_unibyte.
17670
17671 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
17672 by the primary charset, make it eight-bit char.
17673 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
17674
17675 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
17676 (charset_8_bit__control, charset_8_bit_graphic)
17677 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
17678 (define_charset_internal): New function.
17679 (syms_of_charset): Call define_charset_internal for pre-defined
17680 charsets.
17681
17682 * charset.h (charset_8_bit): Extern it.
17683
17684 * coding.c (make_conversion_work_buffer): Adjust for the change
17685 of Fset_buffer_multibyte.
17686 (encode_coding_raw_text): Increment p0 in the loop.
17687
17688 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
17689
17690 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
17691 for the change of Fset_buffer_multibyte.
17692
17693 * fns.c (Fstring_to_multibyte): New function.
17694 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
17695
17696 2008-02-01 Dave Love <fx@gnu.org>
17697
17698 * xfns.c (x_put_x_image): Declare args.
17699
17700 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
17701 (try_font_list): Declare an arg.
17702
17703 * xdisp.c (message2_nolog, set_message): Declare an arg.
17704
17705 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
17706
17707 * syntax.c (scan_sexps_forward): Declare an arg.
17708
17709 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
17710 Declare an arg.
17711
17712 * lisp.h (Fnew_fontset): Declare.
17713
17714 * keymap.c (push_key_description): Call CHARACTERP correctly.
17715
17716 * fontset.c (fontset_add): Declare args. Call make_number correctly.
17717 (face_for_char): Delete unused vars.
17718 (Fset_fontset_font): Doc fix. Delete unused vars.
17719
17720 * doc.c (Fsubstitute_command_keys): Delete unused vars.
17721
17722 * composite.c (update_compositions): Declare arg.
17723
17724 * cm.c (calccost, cmgoto): Declare args.
17725
17726 * charset.c: Remove `emacs' conditional. Doc fixes.
17727 (map_char_table_for_charset): Declare.
17728
17729 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
17730
17731 * ccl.c: Remove `emacs' conditional.
17732
17733 2008-02-01 Kenichi Handa <handa@m17n.org>
17734
17735 The following changes are to allow specifying multiple font
17736 patterns for a character range (specified by script or charset).
17737
17738 * Makefile.in (abbrev.o): Depend on syntax.h.
17739 (xfaces.o): Depend on charset.h.
17740
17741 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
17742 SINGLE_BYTE_CHAR_P.
17743
17744 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
17745
17746 * character.h (Vchar_script_table): Extern it.
17747
17748 * character.c (Vscript_alist): Delete.
17749 (Vchar_script_table, Qchar_script_table): New variable.
17750 (syms_of_character): Declare Vchar_script_table as a lisp variable
17751 and initialize it.
17752
17753 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
17754 have property char-table-extra-slots, make no extra slot.
17755
17756 * dispextern.h (struct face): Delete member `charset'.
17757 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
17758 SINGLE_BYTE_CHAR_P.
17759 (choose_face_font, lookup_non_ascii_face, font_name_registry):
17760 Add prototypes.
17761 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
17762 (generate_ascii_font_name): Rename from generate_ascii_font.
17763
17764 * fontset.h (get_font_repertory_func): New prototype.
17765 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
17766 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
17767
17768 * fontset.c (Qprepend, Qappend): New variables.
17769 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
17770 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
17771 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
17772 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
17773 (fontset_ref_and_range, fontset_add, reorder_font_vector)
17774 (load_font_get_repertory): New functions.
17775 (fontset_set): Delete.
17776 (fontset_face): New arg FACE. Return face ID, not face.
17777 Complete re-write to handle new fontset structure. Change caller.
17778 (free_face_fontset): Use ASET istead of AREF (X) = Y.
17779 (face_for_char): Don't call lookup_face.
17780 (make_fontset_for_ascii_face): New arg FACE.
17781 (fs_load_font): New arg CHARSET_ID. Don't check
17782 Vfont_encoding_alist here.
17783 (find_font_encoding): New function.
17784 (list_fontsets): Use STRINGP, not ! NILP.
17785 (accumulate_script_ranges): New function.
17786 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
17787 re-written to handle new fontset structure.
17788 (Ffontset_font): Return a copy of element.
17789 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
17790 docstring of font-encoding-alist.
17791
17792 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
17793 (Fset_fotset_font): Fix arguments to 5.
17794
17795 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
17796
17797 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
17798 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17799 (highlight_trailing_whitespace): Adjust for the change of
17800 lookup_named_face.
17801
17802 * xfaces.c: Include charset.h.
17803 (load_face_font): Delete argument C. Change caller.
17804 (generate_ascii_font_name): Rename from generate_ascii_font.
17805 (font_name_registry): New function.
17806 (cache_face): Store ascii faces before non-ascii faces in buckets.
17807 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
17808 Lookup only ascii faces.
17809 (lookup_non_ascii_face): New function.
17810 (lookup_named_face): Delete argument C. Change caller.
17811 (lookup_derived_face): Delete argument C. Change caller.
17812 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
17813 a string, just call font_list with it.
17814 (choose_face_font): Delete arguments FACE and C. New arg
17815 FONT_SPEC. Change caller.
17816 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
17817 Change caller.
17818 (realize_non_ascii_face): New function.
17819 (realize_x_face): Call load_face_font here.
17820 (realize_tty_face): Delete argument C. Change caller.
17821 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
17822 get a face ID.
17823 (dump_realized_face): Don't print charset of FACE.
17824
17825 * xfns.c (x_set_font): Always call x_new_fontset and
17826 store_frame_parameter.
17827 (Fx_create_frame): Call x_new_fontset, not x_new_font.
17828 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
17829
17830 * xterm.h (x_get_font_repertory): Extern it.
17831
17832 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
17833 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
17834 it->multibyte_p is zero.
17835 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
17836 (x_new_fontset): If FONTSETNAME doesn't match any existing
17837 fontsets, create a new one.
17838 (x_get_font_repertory): New function.
17839
17840 2008-02-01 Kenichi Handa <handa@m17n.org>
17841
17842 * coding.c (Ffind_coding_systems_region_internal): Detect an
17843 ASCII only string correctly.
17844
17845 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
17846 version is 0.
17847
17848 2008-02-01 Kenichi Handa <handa@m17n.org>
17849
17850 * lread.c: Include "coding.h".
17851 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
17852 (load_each_byte, unread_char): New variables.
17853 (readchar_backlog): Delete.
17854 (readchar): Return a character unless load_each_byte is nonzero.
17855 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
17856 cons. If unread_char is not -1, simply return it.
17857 (unreadchar): Handle the case that readcharfun is
17858 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
17859 (read_multibyte): Delete.
17860 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
17861 (read_emacs_mule_char): New functions.
17862 (Fload): Even if the file doesn't have the extension ".elc", if
17863 safe_to_load_p returns a positive version number, assume that the
17864 file contains bytecompiled code. If the version is less than 22,
17865 load the file while decoding multibyte sequences by emacs-mule.
17866 (readevalloop): Don't use readchar_backlog.
17867 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
17868 (Fread_from_string): Pay attention to the case that STREAM is a cons.
17869 (read_escape): Delete the arg BYTEREP.
17870 (read1): Set load_each_byte to 1 temporarily while handling
17871 #@NUMBER. Don't call read_multibyte.
17872 (read_vector): Call Fread with a cons. If readcharfun is
17873 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
17874 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
17875 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
17876 and Qload_force_doc_strings.
17877
17878 2008-02-01 Kenichi Handa <handa@m17n.org>
17879
17880 * xdisp.c (face_before_or_after_it_pos): Call
17881 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17882
17883 2008-02-01 Kenichi Handa <handa@m17n.org>
17884
17885 * character.h (TRAILING_CODE_P): New macro.
17886 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
17887 (string_char_with_unification): Fix prototype.
17888 (Vscript_alist): Extern it.
17889
17890 * character.c (Vscript_alist): New variable.
17891 (string_char_with_unification, str_as_unibyte)
17892 (string_escape_byte8): Add `const' to local variables.
17893 (syms_of_character): Declare script-alist as a Lisp variable.
17894
17895 * charset.h (Vcharset_ordered_list): Extern it.
17896 (charset_ordered_list_tick): Extern it.
17897 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
17898 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
17899 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
17900 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
17901 (Funify_charset): Adjust for the change of Funify_charset.
17902
17903 * charset.c (charset_ordered_list_tick): New variable.
17904 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
17905 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
17906 deunify intead of unify a charset.
17907 (string_xstring_p): Add `const' to local variables.
17908 (find_charsets_in_text): Add `const' to arguments and local variables.
17909 (encode_char): Adjust for the change of Funify_charset. Fix
17910 detecting of invalid code.
17911 (Fset_charset_priority): Increment charset_ordered_list_tick.
17912 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
17913 and TO_CODE.
17914
17915 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
17916 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
17917 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
17918 (decode_coding_ccl, consume_chars)
17919 (Ffind_coding_systems_region_internal)
17920 (Fcheck_coding_systems_region): Add `const' to local variables.
17921
17922 * print.c (print_object): Use octal form for printing the
17923 contents of a bool vector.
17924
17925 2008-02-01 Dave Love <fx@gnu.org>
17926
17927 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
17928 <version == 20>: Refuse to load.
17929
17930 2008-02-01 Dave Love <fx@gnu.org>
17931
17932 * fns.c: Move coding.h.
17933 (Qcodeset, Qdays, Qmonths): New.
17934 (concat): Use CHARACTERP instead of INTEGERP.
17935 (Flocale_codeset): Delete.
17936 (Flanginfo): New function.
17937 (syms_of_fns): Change accordingly.
17938
17939 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
17940
17941 2008-02-01 Dave Love <fx@gnu.org>
17942
17943 * casetab.c (init_casetab_once, init_casetab_once): Fix
17944 CHAR_TABLE_SET call.
17945
17946 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
17947
17948 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
17949
17950 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
17951 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
17952 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
17953
17954 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
17955
17956 * coding.c (ENCODE_DESIGNATION, decode_eol)
17957 (make_conversion_work_buffer, code_conversion_restore)
17958 (Fdefine_coding_system_internal): Convert Lisp types.
17959 (code_conversion_restore): Use EQ, not ==.
17960 (Fencode_coding_string): Fix code_convert_string call.
17961
17962 * coding.h (code_convert_region): Fix prototype.
17963
17964 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
17965
17966 * fontset.c (fontset_ref, fontset_set, fs_load_font)
17967 (Ffontset_info): Convert Lisp types.
17968
17969 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
17970
17971 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
17972
17973 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
17974
17975 * chartab.c: Include "...h", not <...h> in some cases.
17976
17977 * callproc.c (Fcall_process): Remove unused variables.
17978
17979 2008-02-01 Dave Love <fx@gnu.org>
17980
17981 * coding.c (Fset_coding_system_priority): Allow null arg list.
17982
17983 2008-02-01 Dave Love <fx@gnu.org>
17984
17985 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17986 (Fself_insert_and_exit): Use CHARACTERP.
17987
17988 * callproc.c (Fcall_process): Remove unused vars.
17989
17990 * xterm.c (XTread_socket): Add extra dead keysyms.
17991
17992 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
17993
17994 * dispextern.h: Remove prototypes for redraw_frame,
17995 redraw_garbaged_frames.
17996
17997 * cmds.c (Fself_insert_command): Use CHARACTERP.
17998
17999 * chartab.c (make_sub_char_table): Remove unused var.
18000 (Fset_char_table_default, Fmap_char_table): Doc fix.
18001
18002 * keymap.c (access_keymap): Remove generic char code.
18003 (push_key_description): Use CHARACTERP.
18004
18005 2008-02-01 Dave Love <fx@gnu.org>
18006
18007 * charset.c: Doc fixes.
18008 (Funify_charset): Extra checking.
18009
18010 2008-02-01 Dave Love <fx@gnu.org>
18011
18012 * lread.c: Remove some unused variables.
18013 (safe_to_load_p): If safe, return the magic number version byte.
18014 (Fload): Maybe use load-with-code-conversion.
18015
18016 2008-02-01 Kenichi Handa <handa@m17n.org>
18017
18018 * category.c (Fmodify_category_entry): Don't modify the contents
18019 of category_set for characters out of the range. Avoid
18020 unnecessary modification.
18021
18022 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
18023 Vchar_unify_table. The default value of the table is now nil.
18024
18025 * character.c (syms_of_character): Setup Vchar_width_table for
18026 eight-bit-control and raw-byte chars.
18027
18028 * charset.h (enum define_charset_arg_index): Delete
18029 charset_arg_parents and add charset_arg_subset and
18030 charset_arg_superset.
18031 (enum charset_attr_index): Delete charset_parents and add
18032 charset_subset and charset_superset.
18033 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
18034 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
18035 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
18036 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
18037 (CHARSET_SUPERSET): New macros.
18038 (charset_work): Extern it.
18039 (ENCODE_CHAR): Use charset_work.
18040 (CHAR_CHARSET_P): Adjust for the change of encoder format.
18041 (map_charset_chars): Extern it.
18042
18043 * charset.c (load_charset_map): Set the default value of encoder
18044 and deunifier char-tables to nil.
18045 (map_charset_chars): Change argument. Change callers. Use
18046 map_char_table_for_charset instead of map_char_table.
18047 (Fmap_charset_chars): New optional args from_code and to_code.
18048 (Fdefine_charset_internal): Adjust for the change of
18049 `define-charset' (:parents -> :subset or :superset).
18050 (charset_work): New variable.
18051 (encode_char, syms_of_charset): Adjust for the change of
18052 Fdefine_charset_internal.
18053 (Ffind_charset_string): Setup the vector `charsets' correctly.
18054
18055 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
18056 the previous change.
18057 (char_table_ref_and_range): Adjust for the above change.
18058 (map_sub_char_table_for_charset): New function.
18059 (map_char_table_for_charset): New function.
18060
18061 * keymap.c (describe_vector): Handle a char-table directly here.
18062 (describe_char_table): Delete.
18063
18064 * lisp.h (map_charset_chars): Delete.
18065
18066 2008-02-01 Dave Love <fx@gnu.org>
18067
18068 * fns.c (count_combining): Comment out (unused).
18069 (Flocale_codeset): New.
18070 (syms_of_fns): Defsubr it.
18071
18072 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
18073 (size_t): Remove.
18074
18075 2008-02-01 Dave Love <fx@gnu.org>
18076
18077 * Makefile.in (chartab.o): Depend on charset.h.
18078
18079 2008-02-01 Kenichi Handa <handa@m17n.org>
18080
18081 * character.c (syms_of_character): Set the default value of
18082 Vprintable_chars to Qnil.
18083
18084 2008-02-01 Dave Love <fx@gnu.org>
18085
18086 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
18087
18088 2008-02-01 Kenichi Handa <handa@m17n.org>
18089
18090 * charset.c (load_charset_map): Handle the case that from < to
18091 correctly.
18092
18093 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
18094 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
18095 Pay attention to raw-8-bit chars.
18096
18097 2008-02-01 Kenichi Handa <handa@m17n.org>
18098
18099 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
18100 It is not bytecompiled now.
18101
18102 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
18103 (charset_jisx0208): New variables.
18104 (Fdefine_charset_internal): Setup them if appropriate.
18105 (init_charset_once): Initialize them to -1.
18106
18107 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
18108 (charset_jisx0208): Extern them.
18109
18110 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
18111 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
18112 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
18113 (setup_iso_safe_charsets): Fix arguments to Fassq.
18114 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
18115 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
18116 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
18117 (encode_coding_iso_2022): Change the 1st arg to
18118 ENCODE_ISO_CHARACTER to a variable.
18119
18120 2008-02-01 Kenichi Handa <handa@m17n.org>
18121
18122 * charset.h (enum define_charset_arg_index): New enums
18123 charset_arg_min_code and charset_arg_max_code.
18124 (struct charset): New member char_index_offset.
18125
18126 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
18127 Take charset->char_index_offset into account.
18128 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
18129 args[charset_arg_max_code]. Setup charset.char_index_offset.
18130 (syms_of_charset): Fix args to Fdefine_charset_internal.
18131
18132 2008-02-01 Dave Love <fx@gnu.org>
18133
18134 * coding.c (decode_coding_utf_8): Reject overlong sequences.
18135
18136 2008-02-01 Dave Love <fx@gnu.org>
18137
18138 * coding.c: Doc fixes.
18139 (Fcoding_system_aliases): Fix return value.
18140 (Qmac): Remove (duplicated) definition.
18141
18142 2008-02-01 Dave Love <fx@gnu.org>
18143
18144 * charset.c (Fcharset_priority_list, Fset_charset_priority):
18145 New functions.
18146
18147 * character.c (Fstring): Doc fix.
18148
18149 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
18150
18151 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
18152 (font-encoding-alist): Doc fix.
18153
18154 2008-02-01 Dave Love <fx@gnu.org>
18155
18156 * term.c (costs_set): Declare static, non-initialized for pcc.
18157 (encode_terminal_code): Remove unused var.
18158
18159 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
18160 for K&R.
18161
18162 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
18163
18164 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
18165 (suffixes): Move out of make_subsidiaries for K&R.
18166
18167 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
18168
18169 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
18170
18171 2008-02-01 Dave Love <fx@gnu.org>
18172
18173 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
18174
18175 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
18176
18177 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
18178
18179 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
18180
18181 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
18182
18183 2008-02-01 Kenichi Handa <handa@m17n.org>
18184
18185 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
18186 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
18187
18188 2008-02-01 Kenichi Handa <handa@m17n.org>
18189
18190 * coding.c (decode_coding_charset): Adjust for the change of
18191 Fdefine_coding_system_internal.
18192 (Fdefine_coding_system_internal): For a coding system of
18193 `charset' type, store a list of charset IDs in
18194 `charset_attr_charset_valids' element of coding attributes.
18195
18196 2008-02-01 Kenichi Handa <handa@m17n.org>
18197
18198 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
18199 (emacs_mule_char): New arg src. Delete arg `composition'. Change
18200 caller. Handle 2-byte and 3-byte charsets correctly.
18201 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
18202 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
18203 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
18204 (DECODE_EMACS_MULE_21_COMPOSITION): Call
18205 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
18206 sequence.
18207 (decode_coding_emacs_mule): Handle composition correctly. Rewind
18208 `src' and `consumed_chars' correctly before calling emacs_mule_char.
18209 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
18210 and alt&rule composition.
18211 (decode_coding_iso_2022): Handle composition correctly.
18212 (init_coding_once): Setup emacs_mule_bytes for private charsets.
18213
18214 * charset.c (Fdefine_charset_internal): Fix bug for the case of
18215 re-defining a charset. If the charset has :emacs-mule-id, setup
18216 emacs_mule_bytes.
18217 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
18218
18219 2008-02-01 Kenichi Handa <handa@m17n.org>
18220
18221 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
18222 (encode_coding_big5, encode_coding_charset): If coding requires safe
18223 encoding, produce a character specified by
18224 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
18225
18226 2008-02-01 Dave Love <fx@gnu.org>
18227
18228 * xterm.c (XSetIMValues): Declare.
18229
18230 * process.c: Conditionally include sys/wait.h, pty.h.
18231
18232 * print.c (print_object): Fix print format for 64-bit systems.
18233
18234 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
18235
18236 * buffer.c (emacs_strerror): Declare.
18237
18238 * fontset.c (Fclear_face_cache): Declare.
18239 (accumulate_font_info): Comment-out (unused).
18240 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
18241 variables.
18242
18243 * character.h (string_escape_byte8): Declare.
18244
18245 * charset.c (load_charset_map, load_charset_map_from_file): Remove
18246 unused vars.
18247 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
18248 (Fmap_charset_chars): Doc fix.
18249
18250 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
18251 (Fset_coding_system_priority, Fset_coding_system_priority)
18252 (Fdefine_coding_system_internal): Doc fix.
18253
18254 2008-02-01 Dave Love <fx@gnu.org>
18255
18256 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
18257
18258 2008-02-01 Kenichi Handa <handa@m17n.org>
18259
18260 * character.c (string_escape_byte8): Make multibyte string with
18261 correct size.
18262
18263 * charset.c (Fmake_char): Delete unnecessary code.
18264
18265 2008-02-01 Kenichi Handa <handa@m17n.org>
18266
18267 * xfns.c (x_encode_text): Allocate coding.destination here, and
18268 call encode_coding_object with dst_object Qnil.
18269
18270 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
18271 multibyte form correctly.
18272
18273 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
18274 against Vfont_encoding_alist.
18275
18276 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
18277 handling of charset list.
18278 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
18279 (decode_coding_object): Move point to coding->dst_pos before
18280 calling post-read-conversion function.
18281 (encode_coding_object): Give correct arguments to
18282 pre-write-conversion. Ignore the return value of
18283 pre-write-conversion function. Pay attention to the case that
18284 pre-write-conversion changes the current buffer. If dst_object is
18285 Qt, even if coding->src_bytes is zero, allocate at least one byte
18286 to coding->destination.
18287
18288 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
18289
18290 * charset.c (Fmake_char): Make it more backward compatible.
18291 (Fmap_charset_chars): Fix docstring.
18292
18293 2008-02-01 Dave Love <fx@gnu.org>
18294
18295 * coding.c: Doc fixes.
18296 (Fdefine_coding_system_alias): Use names, not symbols, in
18297 coding-system-alist.
18298
18299 2008-02-01 Kenichi Handa <handa@m17n.org>
18300
18301 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
18302 of calling free_realized_face.
18303
18304 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
18305
18306 * charset.c (read_hex): Don't treat SPC as a comment starter.
18307 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
18308 (Fdecode_char): Fix typo.
18309
18310 2008-02-01 Kenichi Handa <handa@m17n.org>
18311
18312 * charset.h (struct charset): New member `code_space_mask'.
18313
18314 * coding.c (coding_set_source): Delete the local variable beg_byte.
18315 (encode_coding_charset, Fdefine_coding_system_internal):
18316 Delete the local variable charset.
18317 (Fdefine_coding_system_internal): Setup
18318 attrs[coding_attr_charset_valids] correctly.
18319
18320 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
18321 member to check if CODE is valid or not.
18322 (Fdefine_charset_internal): Initialize `code_space_mask' member.
18323 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
18324 is within the range of charset->min_code and carset->max_code.
18325
18326 2008-02-01 Dave Love <fx@gnu.org>
18327
18328 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
18329
18330 * dispextern.h (generate_ascii_font): Fix return type.
18331
18332 * xfaces.c (generate_ascii_font): Fix arg declaration.
18333
18334 * coding.c (coding_inherit_eol_type)
18335 (Fset_terminal_coding_system_internal)
18336 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
18337
18338 2008-02-01 Kenichi Handa <handa@m17n.org>
18339
18340 * coding.c (decode_coding_charset, encode_coding_charset): Handle
18341 multiple charsets correctly.
18342
18343 2008-02-01 Kenichi Handa <handa@m17n.org>
18344
18345 * search.c (boyer_moore): Fix handling of multibyte character
18346 translation.
18347
18348 * xdisp.c (display_mode_element): When the variable `elt' is
18349 changed, update `this' and `lisp_string'.
18350
18351 2008-02-01 Kenichi Handa <handa@m17n.org>
18352
18353 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
18354
18355 * callproc.c (Fcall_process): Be sure to give the current buffer
18356 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
18357
18358 * charset.c (struct charset_map_entries): New struct.
18359 (load_charset_map): Rename from parse_charset_map. New args
18360 entries and n_entries. Change caller.
18361 (load_charset_map_from_file): Rename from load_charset_map.
18362 Change caller. New arg control_flag. Call load_charset_map at
18363 the tail.
18364 (load_charset_map_from_vector): New function.
18365 (Fdefine_charset_internal): Setup charset.compact_codes_p.
18366 (encode_char): If the charset is compact, change a character index
18367 to a code point.
18368
18369 * coding.c (coding_alloc_by_making_gap): Check the case that the
18370 source and destination are the same correctly.
18371 (decode_coding_raw_text): Set coding->consumed_char and
18372 coding->consumed to 0.
18373 (produce_chars): If coding->chars_at_source is nonzero, update
18374 coding->consumed_char and coding->consumed before calling
18375 alloc_destination.
18376 (Fdefine_coding_system_alias): Register ALIAS in
18377 Vcoding_system_alist.
18378 (syms_of_coding): Define `no-conversion' coding system at the tail.
18379
18380 * fileio.c (Finsert_file_contents): Set coding_system instead of
18381 val. If the current buffer is multibyte, always call
18382 decode_coding_gap.
18383
18384 * xfaces.c (try_font_list): Give higher priority to fontset's
18385 family than face's family.
18386
18387 2008-02-01 Kenichi Handa <handa@m17n.org>
18388
18389 * callproc.c (Fcall_process): Be sure to give the current buffer
18390 to decode_coding_c_string.
18391
18392 * xfaces.c (try_font_list): Give a family specified in a fontset
18393 higher priority than a family specified in a face.
18394
18395 2008-02-01 Kenichi Handa <handa@m17n.org>
18396
18397 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
18398 Fix arguments to insert_from_buffer.
18399
18400 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
18401
18402 2008-02-01 Kenichi Handa <handa@m17n.org>
18403
18404 * coding.c (produce_chars): Set the variable `multibytep' correctly.
18405 (decode_coding_gap): Set coding->dst_multibyte correctly.
18406
18407 2008-02-01 Kenichi Handa <handa@m17n.org>
18408
18409 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
18410 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
18411 (encode_coding_utf_16): Substitute coding->default_char for
18412 non-Unicode characters.
18413 (decode_coding): Don't call record_insert here.
18414 (setup_coding_system): Initialize `surrogate' of
18415 coding->spec.utf_16 to 0.
18416 (EMIT_ONE_BYTE): Fix for multibyte case.
18417
18418 * insdel.c (insert_from_gap): Call record_insert.
18419
18420 2008-02-01 Kenichi Handa <handa@m17n.org>
18421
18422 * casefiddle.c (casify_region): Fix multibyte case.
18423
18424 * character.c (c_string_width): Add return type `int'.
18425 (char_string_with_unification): Delete arg ADVANCED.
18426
18427 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
18428 (CHAR_STRING): Adjust for the change of char_string_with_unification.
18429 (CHAR_STRING_ADVANCE): Make it do-while statement.
18430
18431 * chartab.c (sub_char_table_set_range): Optimize for the case
18432 DEPTH == 3. Add workaround code for a GCC optimization bug.
18433
18434 * charset.c (parse_charset_map): Remove an unused variable.
18435
18436 * coding.c: Delete unused variables.
18437
18438 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
18439 earlier. If inserted is zero and the coding system doesn't
18440 require flushing, don't call decode_coding_gap.
18441
18442 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
18443
18444 2008-02-01 Kenichi Handa <handa@m17n.org>
18445
18446 The following changes are for using Unicode as an internal
18447 character model, and use UTF-8 format for buffer/string
18448 representation.
18449
18450 * .gdbinit (xchartable): Adjust for the change of char table structure.
18451 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
18452
18453 * Makefile.in (obj): Add character.o and chartab.o.
18454 (lisp, shortlisp): Remove utf-8.elc.
18455 (*.o): For many files, change dependency on charset.h to
18456 character.h, and add dependency on character.h.
18457 (character.o, chartab.o): New targets.
18458
18459 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
18460 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
18461 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
18462 of "charset.h".
18463
18464 * dired.c, filelock.c: Include "character.h".
18465
18466 * alloc.c: Include "character.h" instead of "charset.h".
18467 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
18468 (syms_of_alloc): Remove defsubr for Smake_char_table.
18469
18470 * buffer.c: Include "character.h" instead of "charset.h", don't
18471 include "coding.h".
18472 (Fset_buffer_multibyte): Adjust for UTF-8.
18473
18474 * buffer.h: EXFUN Fbuffer_live_p.
18475
18476 * callproc.c: Include "character.h" instead of "charset.h".
18477 (Fcall_process): Big change for the new code-conversion APIs.
18478
18479 * casetab.c: Include "character.h" instead of "charset.h".
18480 (set_canon, set_identity, shuffle): Adjust for the new
18481 map_char_table spec.
18482 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18483 accessing the char table structure.
18484
18485 * chartab.c: New file that implements char table.
18486
18487 * category.c: Include "character.h".
18488 (copy_category_entry): New function.
18489 (copy_category_table): Call map_char_table and copy_category_entry.
18490 (Fmake_category_table): Initialize all top-level slots.
18491 (char_category_set): New function.
18492 (modify_lower_category_set): Delete.
18493 (Fmodify_category_entry): Call char_table_ref_and_range.
18494
18495 * category.h (CATEGORY_SET): Just call char_category_set.
18496
18497 * ccl.c: Include "character.h".
18498 (Qccl, Qcclp): New variables.
18499 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18500 it's less than 256.
18501 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18502 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18503 and DST type.
18504 (ccl_driver): Change types of argument, adjust code accordingly.
18505 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18506 ccl_driver.
18507 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18508
18509 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18510 New members src_multibyte, dst_multibyte, consumed, and produced.
18511 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
18512 (CODING_SPEC_CCL_PROGRAM): New macro.
18513 (ccl_driver): Update prototype.
18514 (Qccl, Qcclp, Fccl_program_p): Extern them.
18515 (CHECK_CCL_PROGRAM): New macro.
18516
18517 * character.c, character.h, chartab.c: New files.
18518
18519 * charset.c: Mostly re-written. Move character and multibyte sequence
18520 handling codes to character.c.
18521
18522 * charset.h: Mostly re-written. Move character and multibyte sequence
18523 handling codes to character.h.
18524
18525 * coding.c, coding.h: Mostly re-written.
18526
18527 * composite.c: Include "character.h" instead of "charset.h".
18528 (CHAR_WIDTH): Move to character.h.
18529 (HASH_KEY, HASH_VALUE): Delete.
18530
18531 * composite.h (enum composition_method): Change order of enumeration
18532 symbols.
18533
18534 * data.c: Include "character.h" instead of "charset.h".
18535 (Faref): Call CHAR_TABLE_REF for a char table.
18536 (Faset): Call CHAR_TABLE_SET for a char table.
18537
18538 * dispextern.h (free_realized_face, check_face_attribytes)
18539 (generate_ascii_font): Extern them.
18540 (free_realized_multibyte_face): Delete extern.
18541
18542 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
18543 table structure.
18544
18545 * editfns.c: Include "character.h" instead of "charset.h".
18546 (Fchar_to_string): Always call CHAR_STRING.
18547
18548 * emacs.c (main): Call init_charset_once, init_charset,
18549 syms_of_chartab, and syms_of_character.
18550
18551 * fileio.c: Include "character.h" instead of "charset.h".
18552 (Finsert_file_contents): Big change for the new code-conversion API.
18553 (choose_write_coding_system, Fwrite_region): Likewise.
18554 (build_annotations_2): Delete.
18555 (e_write): Big change for the new code-conversion API.
18556
18557 * fns.c: Include "character.h" instead of "charset.h".
18558 (copy_sub_char_table): Move to chartab.c.
18559 (Fcopy_sequence): Call copy_char_table for a char table.
18560 (concat): Delete codes calling count_multibyte.
18561 (string_char_to_byte, string_byte_to_char): Adjust for the new
18562 multibyte form.
18563 (internal_equal): Adjust for the change of char table structure.
18564 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
18565 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
18566 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
18567 (char_table_translate, optimize_sub_char_table)
18568 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
18569 chartab.c.
18570 (char_table_ref_and_index): Delete.
18571 (HASH_KEY, HASH_VALUE): Move to lisp.h.
18572 (Fmd5): Call preferred_coding_system instead of accessing
18573 Vcoding_category_list. Adjust for the new code-conversion API.
18574 (syms_of_fns): Move defsubr for char table related functions to
18575 chartab.c.
18576
18577 * fontset.c: Mostly re-written.
18578
18579 * fontset.h (struct font_info): Change type of the member encoding_type.
18580 (enum FONT_SPEC_INDEX): New enum.
18581 (fontset_font_pattern, fs_load_font): Update prototype.
18582 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
18583
18584 * indent.c: Include "character.h" instead of "charset.h".
18585 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
18586
18587 * insdel.c: Include "character.h" instead of "charset.h".
18588 (copy_text): Don't refer to Vnonascii_translation_table.
18589 (insert_from_gap): New function.
18590
18591 * keyboard.c: Include "character.h" instead of "charset.h".
18592 (command_loop_1): Never call direct_output_forward_char before
18593 a non-ASCII character.
18594 (read_char): If Vkeyboard_translate_table is a char table, always
18595 translate a character.
18596
18597 * keymap.c: Include "character.h".
18598 (store_in_keymap): Handle the case that IDX is a cons.
18599 (Fdefine_key): Handle the case that KEY is a cons and the car part
18600 is also a cons (range).
18601 (push_key_description): Adjust for the new character code.
18602 (describe_vector): Call describe_char_table for a char table.
18603 (describe_char_table): New function.
18604
18605 * keymap.h (describe_char_table): Extern it.
18606
18607 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
18608 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
18609 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
18610 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
18611 Delete.
18612 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
18613 structure.
18614 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
18615 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
18616 (CHARTAB_SIZE_BITS_3): New macros.
18617 (chartab_size): Extern it.
18618 (struct Lisp_Char_Table): Re-design.
18619 (struct Lisp_Sub_Char_Table): New structure.
18620 (HASH_KEY, HASH_VALUE): Move from fns.c.
18621 (CHARACTERBITS): Define as 22.
18622 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
18623 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
18624 (GC_SUB_CHAR_TABLE_P): New macro.
18625 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
18626 (code_convert_string_norecord): Deleted extern.
18627 (init_character_once, syms_of_character, init_charset)
18628 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
18629
18630 * lread.c: Include "character.h".
18631 (read_multibyte): New arg NBYTES.
18632 (read_escape): Change the meaning of returned *BYTEREP.
18633 (to_multibyte): Delete.
18634 (read1): Adjust the handling of char table and string.
18635
18636 * print.c: Include "character.h" instead of "charset.h".
18637 (print_string): Convert 8-bit raw bytes to octal form by
18638 string_escape_byte8.
18639 (print_object): Adjust for the new multibyte form. Print 8-bit
18640 raw bytes always in octal form. Handle sub char table correctly.
18641
18642 * process.c: Include "character.h" instead of "charset.h".
18643 (read_process_output, send_process): Adjust for the new
18644 code-conversion API.
18645
18646 * puresize.h (BASE_PURESIZE): Increase.
18647
18648 * regex.c: Include "character.h" instead of "charset.h".
18649 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
18650 (regex_compile): Accept a range whose starting and ending
18651 character have different leading bytes.
18652 (analyse_first): Adjust for the above change.
18653
18654 * search.c: Include "character.h" instead of "charset.h".
18655 (search_buffer, boyer_moore): Adjust for the new multibyte form.
18656 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
18657
18658 * syntax.c: Include "character.h" instead of "charset.h".
18659 (syntax_parent_lookup): Delete.
18660 (Fmodify_syntax_entry): Accept a cons as CHAR.
18661 (skip_chars): Adjust for the new multibyte form.
18662 (init_syntax_once): Call char_table_set_range instead of directly
18663 accessing the structure of a char table.
18664
18665 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
18666 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
18667 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
18668 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
18669
18670 * term.c: Include "buffer.h" and "character.h".
18671 (encode_terminal_code, write_glyphs): Adjust for the new
18672 code-conversion API.
18673 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
18674
18675 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
18676
18677 * xdisp.c: Include "character.h".
18678 (get_next_display_element): Adjust for the new multibyte form.
18679 (disp_char_vector): Adjust for the new char table structure.
18680 (decode_mode_spec_coding): Adjust for the new structure of
18681 coding system.
18682 (decode_mode_spec): Adjust for the new code-conversion API.
18683
18684 * xfaces.c: Include "character.h" instead of "charset.h".
18685 (load_face_font): Adjust for the change of choose_face_font and
18686 FS_LOAD_FONT.
18687 (generate_ascii_font): New function.
18688 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
18689 (set_font_frame_param): Adjust for the change of choose_face_font.
18690 (free_realized_face): Make it public.
18691 (free_realized_faces_for_fontset): Rename from
18692 free_realized_multibyte_face. Free also faces realized for ASCII.
18693 (choose_face_font): Change arguments. Adjust for the change of
18694 fontset_font_pattern and FS_LOAD_FONT.
18695
18696 * xfns.c: Include "character.h".
18697 (x_encode_text): Adjust for the new code-conversion API.
18698
18699 * xselect.c: Don't include "charset.h".
18700 (selection_data_to_lisp_data): Adjust for the new code conversion API.
18701
18702 * xterm.c: Include "character.h".
18703 (x_encode_char): New argument CHARSET. Change caller.
18704 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
18705 Call ENCODE_CHAR instead of SPLIT_CHAR.
18706 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
18707 CHAR_WIDTH instead of CHARSET_WIDTH.
18708 (XTread_socket): Adjust for the new code-conversion API.
18709 (x_new_font): Adjust for the change of FS_LOAD_FONT.
18710 (x_load_font): Adjust for the change of struct font.
18711
18712 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18713
18714 * xfaces.c (face_at_buffer_position): Remove unused vars.
18715
18716 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18717
18718 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
18719 Fix overflow checking.
18720
18721 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18722
18723 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
18724 Cancel previous change.
18725
18726 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18727
18728 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
18729 ccl->eight_bit_control. Fix check for buffer overflow.
18730 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
18731 (ccl_driver): Initialize extra_bytes to 0.
18732
18733 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
18734
18735 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
18736 return it ORed with ctrl_modifier.
18737
18738 2008-01-29 Miles Bader <miles@gnu.org>
18739
18740 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
18741
18742 2008-01-28 Jason Rumney <jasonr@gnu.org>
18743
18744 * w32.c (stat): Don't double check for networked drive.
18745
18746 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18747
18748 * window.c (run_window_configuration_change_hook): New function.
18749 Code extracted from set_window_buffer. Set the selected frame.
18750 (set_window_buffer): Use it.
18751 * window.h (run_window_configuration_change_hook): Declare.
18752 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
18753
18754 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
18755
18756 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
18757
18758 * Makefile.in: Remove references to unused macros.
18759
18760 2008-01-26 Eli Zaretskii <eliz@gnu.org>
18761
18762 * w32.c (g_b_init_get_sid_sub_authority)
18763 (g_b_init_get_sid_sub_authority_count): New static variables.
18764 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
18765 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
18766 (init_user_info): Use them to retrieve uid and gid.
18767 Use 500/513, the Windows defaults, as Administrator's uid/gid.
18768 (fstat): Use pw_uid and pw_gid from the_passwd structure for
18769 st_uid and st_gid of the file.
18770
18771 2008-01-26 Jason Rumney <jasonr@gnu.org>
18772
18773 * w32.c (logon_network_drive): New function.
18774 (stat): Use it.
18775
18776 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
18777
18778 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
18779 invisible text covered with an ellipsis.
18780
18781 2008-01-25 Richard Stallman <rms@gnu.org>
18782
18783 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
18784 jump back to beginning. Move some other initializations after that.
18785 (Qwindow_text_change_functions, Vwindow_text_change_functions):
18786 New variables.
18787 (syms_of_xdisp): Init them.
18788
18789 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
18790
18791 * buffer.c (reset_buffer_local_variables):
18792 Implement `permanent-local-hook'.
18793 (Qpermanent_local_hook): New variable.
18794 (syms_of_buffer): Init and staticpro it.
18795
18796 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
18797
18798 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
18799
18800 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
18801
18802 * fns.c (Fclrhash): Return TABLE.
18803
18804 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18805
18806 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
18807 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
18808 is set even without positional changes.
18809 (x_scroll_bar_clear): Set bar->redraw_needed_p.
18810
18811 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
18812
18813 2008-01-23 Jason Rumney <jasonr@gnu.org>
18814
18815 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
18816
18817 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
18818 the unicode range available in MULE by locale-coding-system.
18819 Improve dbcs lead byte detection. Set event timestamp and modifiers
18820 earlier.
18821
18822 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18823
18824 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
18825 [MAC_OSX] (init_mac_osx_environment): Initialize it.
18826 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
18827 when used on child processes.
18828
18829 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
18830
18831 * dbusbind.c (Fdbus_method_return_internal): Rename from
18832 Fdbus_method_return.
18833 (Fdbus_unregister_object): Move to dbus.el.
18834 (Fdbus_call_method, Fdbus_method_return_internal)
18835 (Fdbus_send_signal): Improve debug messages.
18836
18837 2008-01-20 Martin Rudalics <rudalics@gmx.at>
18838
18839 * undo.c (undo_inhibit_record_point): New variable.
18840 (syms_of_undo): Initialize it.
18841 (record_point): Don't record point when undo_inhibit_record_point
18842 is set.
18843
18844 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
18845
18846 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
18847
18848 * xdisp.c (Qauto_hscroll_mode): New var.
18849 (syms_of_xdisp): Initialize it.
18850 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
18851 window's buffer.
18852 (hscroll_windows): Don't check automatic_hscrolling_p here.
18853
18854 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
18855 vscroll if we're setting window-buffer to the value it already has.
18856
18857 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
18858
18859 * m/intel386.h: Remove references to XENIX.
18860
18861 2008-01-17 Andreas Schwab <schwab@suse.de>
18862
18863 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
18864 instead of HAVE_X86_64_LIB64_DIR.
18865 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
18866
18867 2008-01-17 Glenn Morris <rgm@gnu.org>
18868
18869 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
18870 to HAVE_X86_64_LIB64_DIR.
18871
18872 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
18873
18874 * s/irix3-3.h:
18875 * s/irix4-0.h:
18876 * s/386-ix.h:
18877 * s/domain.h:
18878 * s/hpux9-x11r4.h:
18879 * s/hpux9shxr4.h: Remove files for systems no longer supported.
18880
18881 * sysdep.c: Remove code containing references to symbols defined
18882 by unsupported systems.
18883
18884 2008-01-16 Glenn Morris <rgm@gnu.org>
18885
18886 * coding.c (select-safe-coding-system-function): Doc fix.
18887
18888 2008-01-15 Glenn Morris <rgm@gnu.org>
18889
18890 * config.in: Revert 2008-01-13 change: this is a generated file.
18891
18892 2008-01-13 Tom Tromey <tromey@redhat.com>
18893
18894 * lisp.h: Fix typo.
18895
18896 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18897
18898 * m/sequent-ptx.h:
18899 * m/sequent.h:
18900 * s/ptx.h:
18901 * s/ptx4-2.h:
18902 * s/ptx4.h: Remove files for systems no longer supported.
18903
18904 * callproc.c (Fcall_process): Fix previous change.
18905
18906 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
18907
18908 * unexsunos4.c: Remove file, system not supported anymore.
18909
18910 * m/mips.h:
18911 * m/intel386.h:
18912 * callproc.c:
18913 * config.in:
18914 * ecrt0.c:
18915 * emacs.c:
18916 * fileio.c:
18917 * frame.c:
18918 * getpagesize.h:
18919 * keyboard.c:
18920 * lread.c:
18921 * process.c:
18922 * puresize.h:
18923 * sysdep.c:
18924 * systty.h:
18925 * syswait.h:
18926 * unexec.c:
18927 * xdisp.c:
18928 * alloc.c: Remove code containing references to symbols defined by
18929 unsupported systems.
18930
18931 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
18932
18933 * coding.c (detect_coding_mask): Fix previous change.
18934
18935 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
18936
18937 * coding.c (detect_coding_iso2022): New arg
18938 latin_extra_code_state. Allow Latin extra codes only
18939 when *latin_extra_code_state is nonzero.
18940 (detect_coding_mask): If there is a NULL byte, detect the encoding
18941 as UTF-16 or binary. If Latin extra codes exist, detect the
18942 encoding as ISO-2022 only when there's no other proper encoding is
18943 found.
18944
18945 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18946
18947 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
18948 #ifdef MAC_OS.
18949
18950 2008-01-08 Richard Stallman <rms@gnu.org>
18951
18952 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
18953
18954 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
18955
18956 * keyboard.c (parse_menu_item): Don't enclose key bindings on
18957 menu bar in parentheses.
18958
18959 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
18960
18961 * m/7300.h:
18962 * m/acorn.h:
18963 * m/alliant-2800.h:
18964 * m/alliant.h:
18965 * m/alliant1.h:
18966 * m/alliant4.h:
18967 * m/altos.h:
18968 * m/amdahl.h:
18969 * m/apollo.h:
18970 * m/att3b.h:
18971 * m/aviion-intel.h:
18972 * m/aviion.h:
18973 * m/celerity.h:
18974 * m/clipper.h:
18975 * m/cnvrgnt.h:
18976 * m/convex.h:
18977 * m/cydra5.h:
18978 * m/delta88k.h:
18979 * m/dpx2.h:
18980 * m/dual.h:
18981 * m/elxsi.h:
18982 * m/f301.h:
18983 * m/gould-np1.h:
18984 * m/gould.h:
18985 * m/i860.h:
18986 * m/ibmps2-aix.h:
18987 * m/ibmrt-aix.h:
18988 * m/ibmrt.h:
18989 * m/irist.h:
18990 * m/is386.h:
18991 * m/isi-ov.h:
18992 * m/mega68.h:
18993 * m/mg1.h:
18994 * m/news-r6.h:
18995 * m/news-risc.h:
18996 * m/news.h:
18997 * m/nh3000.h:
18998 * m/nh4000.h:
18999 * m/ns16000.h:
19000 * m/ns32000.h:
19001 * m/nu.h:
19002 * m/orion.h:
19003 * m/orion105.h:
19004 * m/paragon.h:
19005 * m/pfa50.h:
19006 * m/plexus.h:
19007 * m/pyramid.h:
19008 * m/pyrmips.h:
19009 * m/sh3el.h:
19010 * m/sps7.h:
19011 * m/sr2k.h:
19012 * m/stride.h:
19013 * m/sun1.h:
19014 * m/sun2.h:
19015 * m/sun3-68881.h:
19016 * m/sun3-fpa.h:
19017 * m/sun3-soft.h:
19018 * m/sun3.h:
19019 * m/sun386.h:
19020 * m/symmetry.h:
19021 * m/tad68k.h:
19022 * m/tahoe.h:
19023 * m/targon31.h:
19024 * m/tek4300.h:
19025 * m/tekxd88.h:
19026 * m/tower32.h:
19027 * m/tower32v3.h:
19028 * m/ustation.h:
19029 * m/wicat.h:
19030 * m/xps100.h:
19031 * s/cxux.h:
19032 * s/cxux7.h:
19033 * s/dgux.h:
19034 * s/dgux4.h:
19035 * s/dgux5-4-3.h:
19036 * s/dgux5-4r2.h:
19037 * s/esix.h:
19038 * s/esix5r4.h:
19039 * s/hiuxmpp.h:
19040 * s/hiuxwe2.h:
19041 * s/iris3-5.h:
19042 * s/iris3-6.h:
19043 * s/isc2-2.h:
19044 * s/isc3-0.h:
19045 * s/isc4-0.h:
19046 * s/isc4-1.h:
19047 * s/newsos5.h:
19048 * s/newsos6.h:
19049 * s/osf1.h:
19050 * s/osf5-0.h:
19051 * s/riscix1-1.h:
19052 * s/riscix12.h:
19053 * s/sco4.h:
19054 * s/sco5.h:
19055 * s/sunos4-0.h:
19056 * s/sunos4-1.h:
19057 * s/sunos413.h:
19058 * s/sunos4shr.h:
19059 * s/umax.h:
19060 * s/unipl5-2.h:
19061 * s/xenix.h:
19062 * cxux-crt0.s:
19063 * unexapollo.c:
19064 * unexconvex.c:
19065 * unexenix.c:
19066 * unexsni.c: Remove files for systems no longer supported.
19067
19068 * m/intel386.h: Remove references to unsupported systems.
19069
19070 * w32.c (get_emacs_configuration): Remove reference to i860.
19071
19072 * sysdep.c: Remove dead code.
19073
19074 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
19075
19076 * s/rtu.h:
19077 * m/masscomp.h: Remove files. Platform is obsolete.
19078
19079 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
19080
19081 * dbusbind.c (Fdbus_method_return): New function.
19082 (xd_read_message): Add the serial number to the event.
19083 (Fdbus_register_method): Activate the function.
19084
19085 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19086
19087 * keyboard.c (read_key_sequence): Fix typo.
19088
19089 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
19090
19091 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
19092 (xd_signature, xd_append_arg): Handle element type detection for
19093 empty arrays.
19094 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
19095 SDATA () calls; this must be solved more general.
19096 (Fdbus_register_signal): Use SBYTES instead of strlen.
19097
19098 2008-01-03 Magnus Henoch <magnus@zemdatav>
19099
19100 * dbusbind.c (xd_append_arg): Use unsigned char instead of
19101 unsigned int for byte values (necessary for big-endian platform).
19102 (Fdbus_call_method): Handle the case of no returned arguments.
19103
19104 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
19105
19106 * dbusbind.c (xd_read_message): Use non-static input_event struct.
19107
19108 2007-12-31 Magnus Henoch <mange@freemail.hu>
19109
19110 * dbusbind.c (xd_signature): Signature of variant is just "v".
19111
19112 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
19113
19114 * dbusbind.c: Fix several errors and compiler warnings.
19115 Reported by Tom Tromey <tromey@redhat.com>.
19116 (XD_ERROR, XD_DEBUG_MESSAGE)
19117 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
19118 (xd_append_arg): Part for basic D-Bus types rewritten.
19119 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
19120 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
19121 appropriate.
19122 (xd_read_message): Return Qnil. Don't signal an error; it is not
19123 useful during event reading.
19124 (Fdbus_register_signal): Signal an error if the check for
19125 FUNCTIONP fails.
19126 (Fdbus_register_method): New function. The implementation is not
19127 complete, the call of the function signals an error therefore.
19128 (Fdbus_unregister_object): New function, renamed from
19129 Fdbus_unregister_signal. The initial check signals an error, if
19130 the object is not well formed.
19131
19132 2007-12-30 Richard Stallman <rms@gnu.org>
19133
19134 * textprop.c (get_char_property_and_overlay):
19135 Signal error if POSITION is out of range in a buffer.
19136
19137 2007-12-29 Martin Rudalics <rudalics@gmx.at>
19138
19139 * w32fns.c (Fx_create_frame): Make copy of frame parameters
19140 because the original parameters are in pure storage now.
19141
19142 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19143
19144 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
19145
19146 2007-12-22 Eli Zaretskii <eliz@gnu.org>
19147
19148 * callint.c (syms_of_callint) <command-history>: Add reference to
19149 history-length in the doc string.
19150
19151 2007-12-17 Jason Rumney <jasonr@gnu.org>
19152
19153 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
19154 before passing as wParam.
19155
19156 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
19157
19158 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
19159 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
19160 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
19161 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
19162 as number.
19163 (Fdbus_call_method): Fix docstring.
19164
19165 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
19166
19167 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
19168 New macros.
19169 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
19170 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
19171 Simplify.
19172 (xd_signature): New function.
19173 (xd_append_arg): Compute also signatures. Major rewrite.
19174 (xd_retrieve_arg): Make debug messages friendly.
19175 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
19176 Check for signatures of arguments.
19177
19178 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
19179
19180 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
19181 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
19182 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
19183 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
19184 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
19185 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
19186 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
19187 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
19188 (xd_retrieve_value): Remove. Functionality included in ...
19189 (xd_append_arg): New function.
19190 (Fdbus_call_method, Fdbus_send_signal): Apply it.
19191
19192 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
19193
19194 * dbusbind.c (top): Include <stdio.h>.
19195 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
19196 dbus_message_new_method_call and dbus_message_new_signal.
19197 (Fdbus_register_signal): Rename unique_name to uname.
19198 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
19199 non-existing unique name. Fix typos in matching rule. Return an
19200 object which is useful in Fdbus_unregister_signal.
19201 (Fdbus_unregister_signal): Reimplementation, in order to remove
19202 only the corresponding entry.
19203 (Vdbus_registered_functions_table): Change the order of entries.
19204 Apply these changes in xd_read_message and Fdbus_register_signal.
19205
19206 2007-12-16 Andreas Schwab <schwab@suse.de>
19207
19208 * fileio.c (Finsert_file_contents): Fix overflow check to not
19209 depend on undefined integer overflow.
19210
19211 2007-12-14 Jason Rumney <jasonr@gnu.org>
19212
19213 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
19214 for characters above 127.
19215
19216 2007-12-13 Jason Rumney <jasonr@gnu.org>
19217
19218 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
19219 before dereferencing array.
19220 (lookup_vk_code): Remove zero comparison.
19221
19222 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
19223
19224 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
19225 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
19226 Use `unsigned int' instead of `uint'.
19227 (xd_read_message, Fdbus_register_signal): Split expressions into
19228 multiple lines before operators "&&" and "||", according to the
19229 GNU Coding Standards.
19230
19231 2007-12-14 Eli Zaretskii <eliz@gnu.org>
19232
19233 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
19234
19235 2007-12-12 Juri Linkov <juri@jurta.org>
19236
19237 * buffer.c (Frename_buffer): In interactive spec replace
19238 `read-buffer' with `read-string' that uses `buffer-name-history'
19239 as history, and the current buffer's name as default.
19240
19241 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
19242
19243 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
19244 manipulating the backtrace manually.
19245 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
19246 (struct backtrace, backtrace_list): Remove.
19247 (command_loop_1): Remove dead var `no_direct'.
19248
19249 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
19250 preserve non-built-in buffer-local variables.
19251 (Fkill_all_local_variables): Don't re-create&re-set permanent
19252 buffer-local variables.
19253
19254 2007-12-09 Juri Linkov <juri@jurta.org>
19255
19256 * buffer.c (Frename_buffer): Change interactive spec from "s" to
19257 Lisp code that uses `read-buffer' with current buffer as default.
19258
19259 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
19260
19261 * dbusbind.c (xd_read_message): Generate an event for every
19262 registered handler. There might be several handlers registered
19263 for the same signal.
19264 (Fdbus_register_signal): Don't overwrite a registration for the
19265 same signal. Add a new registration if handlers are different.
19266 (Vdbus_registered_functions_table): Rework doc string.
19267
19268 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
19269
19270 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
19271 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
19272 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
19273 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
19274 Unify argument lists.
19275 (xd_read_message, Fdbus_register_signal): Reorder and extend event
19276 arguments and hash table keys. Use unique name for service.
19277 (Fdbus_unregister_signal): Remove checks.
19278 (Vdbus_registered_functions_table): Fix doc string.
19279
19280 2007-12-05 Magnus Henoch <mange@freemail.hu>
19281
19282 * process.c (make_process): Initialize pty_flag to 0.
19283
19284 2007-12-05 Jason Rumney <jasonr@gnu.org>
19285
19286 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
19287 specified XBMs.
19288
19289 2007-12-05 Richard Stallman <rms@gnu.org>
19290
19291 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
19292
19293 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19294
19295 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
19296 New variable.
19297 (mac_try_close_socket) [MAC_OSX]: New function.
19298 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
19299 Update cfsockets_for_select. Replace invalid CFRunLoop source.
19300
19301 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
19302 Use mac_try_close_socket.
19303
19304 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19305
19306 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
19307 reloc_base.
19308 (copy_dysymtab): Compute relocation base here.
19309 (rebase_reloc_address) [__ppc64__]: New function.
19310 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
19311 changed.
19312
19313 2007-12-05 Jason Rumney <jasonr@gnu.org>
19314
19315 * w32proc.c (sys_spawnve): Quote args with wildcards.
19316
19317 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19318
19319 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
19320 __objc_* sections.
19321 (unrelocate) [_LP64]: Set relocation base to address of data segment.
19322
19323 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
19324
19325 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
19326 Move check for Vdbus_registered_functions_table to
19327 xd_read_queued_messages.
19328 (xd_read_queued_messages): Protect xd_read_message calls by
19329 internal_condition_case_1.
19330
19331 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
19332
19333 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
19334 Qdbus_system_bus and Qdbus_session_bus, respectively.
19335 (Vdbus_intern_symbols): Remove.
19336 (Vdbus_registered_functions_table): New hash table.
19337 (XD_SYMBOL_INTERN_SYMBOL): Remove.
19338 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
19339 Rewrite in order to manage registered functions by hash table
19340 Vdbus_registered_functions_table.
19341
19342 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
19343
19344 * xterm.c: Update URL to Window Manager Specification in comment.
19345
19346 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
19347
19348 * config.in (HAVE_DBUS): Add.
19349
19350 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
19351 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
19352 (obj): Add $(DBUS_OBJ).
19353 (LIBES): Add $(DBUS_LIBS).
19354 (dbusbind.o): New target.
19355
19356 * dbusbind.c: New file.
19357
19358 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
19359
19360 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
19361 (Qdbus_event): New Lisp symbol.
19362 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
19363 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
19364 (keys_of_keyboard): Define dbus-event.
19365
19366 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
19367
19368 2007-12-01 Richard Stallman <rms@gnu.org>
19369
19370 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
19371
19372 2007-11-30 Jason Rumney <jasonr@gnu.org>
19373
19374 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
19375 (w32con_reset_terminal_modes): Clear screen buffer.
19376 (w32_face_attributes): Don't use color indexes that are out of range.
19377 Only reverse the default colors.
19378
19379 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
19380 WINDOWSNT.
19381
19382 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
19383
19384 2007-11-29 Jason Rumney <jasonr@gnu.org>
19385
19386 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
19387 (w32_face_attributes): Use Vtty_defined_color_alist to determine
19388 if the terminal colors are initialized.
19389 (unspecified_fg, unspecified_bg): Remove unused declarations.
19390
19391 2007-11-29 Andreas Schwab <schwab@suse.de>
19392
19393 * keyboard.c (apply_modifiers): Fix typo.
19394
19395 2007-11-29 Richard Stallman <rms@gnu.org>
19396
19397 * keymap.c (Fcurrent_local_map): Doc fix.
19398
19399 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
19400
19401 * s/gnu-kfreebsd.h: New file.
19402
19403 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19404
19405 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
19406 Don't cast redundantly.
19407
19408 * keyboard.c (KEY_TO_CHAR): New macro.
19409 (parse_modifiers, apply_modifiers): Accept integer arguments.
19410 (read_key_sequence): Use them to unify the "shift->unshift" mapping
19411 for chars and symbol keys.
19412 After doing such remapping, apply function-key-map again.
19413
19414 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
19415
19416 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
19417 compiled anymore.
19418
19419 2007-11-26 Andreas Schwab <schwab@suse.de>
19420
19421 * process.c (list_processes_1): Fix indentation level of the
19422 command column.
19423
19424 2007-11-23 Andreas Schwab <schwab@suse.de>
19425
19426 * editfns.c (Fformat): Handle %c specially since it requires the
19427 argument to be of type int.
19428
19429 2007-11-23 Markus Triska <markus.triska@gmx.at>
19430
19431 * emacs.c (main): Call init_editfns before init_process, since
19432 init_process sets Vprocess_connection_type depending on OS release.
19433
19434 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19435
19436 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
19437 (find_symbol_value): Use do_symval_forwarding.
19438
19439 * data.c (set_internal): Set the value in the `cons-cell' (for
19440 Buffer_Local_values) not only for frame-local variables.
19441
19442 2007-11-22 Andreas Schwab <schwab@suse.de>
19443
19444 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
19445 values to sprintf.
19446 * keymap.c (Fsingle_key_description): Likewise.
19447 * print.c (print_object): Likewise.
19448
19449 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
19450
19451 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
19452 file for image is nil.
19453
19454 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
19455
19456 * term.c: Include stdarg.h.
19457 (fatal): Implement using varargs.
19458 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
19459
19460 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19461
19462 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
19463 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
19464 Update call to buffer_slot_type_mismatch.
19465 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
19466 (buffer_slot_type_mismatch): Update.
19467 * buffer.c (buffer_local_types): Remove.
19468 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
19469 (defvar_per_buffer): Set the type in the buffer_objfwd.
19470
19471 2007-11-21 Jason Rumney <jasonr@gnu.org>
19472
19473 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19474 CreateFileMapping returns NULL on failure.
19475
19476 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19477
19478 * search.c (Fset_match_data): Remove the `evaporate' feature.
19479 (unwind_set_match_data): Don't use the `evaporate' feature.
19480
19481 2007-11-21 Jason Rumney <jasonr@gnu.org>
19482
19483 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19484
19485 * w32console.c (w32con_write_glyphs): Remove unused variables.
19486
19487 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
19488
19489 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19490
19491 * s/darwin.h (MULTI_KBOARD): Remove.
19492
19493 * macfns.c (x_create_tip_frame, Fx_create_frame)
19494 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19495
19496 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19497
19498 * buffer.c (Fbuffer_local_value): Remove redundant test.
19499 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19500 than in `current-buffer' to match the comment.
19501 Do the swap using swap_in_global_binding.
19502
19503 * data.c (store_symval_forwarding, set_internal):
19504 * eval.c (specbind): Remove dead code.
19505
19506 * coding.c (detect_coding, Fupdate_coding_systems_internal):
19507 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19508 Since we do not want to see internal Lisp_*fwd objects here.
19509
19510 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
19511
19512 * sysdep.c (init_system_name): Use getaddrinfo if available.
19513
19514 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
19515 (x_scroll_bar_note_movement): start, end, with, height in struct
19516 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
19517
19518 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
19519
19520 * puresize.h (BASE_PURESIZE): Increase to 1190000.
19521
19522 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19523
19524 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
19525 This undoes Richard's change of 14-Oct-2002.
19526
19527 * alloc.c (allocate_other_vector):
19528 * lisp.h (allocate_other_vector): Remove.
19529
19530 * window.c (struct save_window_data): Move non-lisp data to the end
19531 and make it `int' rather than Lisp_Object.
19532 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
19533 Done wrap/unwrap integer values.
19534 (Fset_window_configuration, compare_window_configurations):
19535 Update use of fields to their new types.
19536
19537 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
19538 Turn integer fields into `int'. Merge x_window_low and x_window_high.
19539 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
19540 (SET_SCROLL_BAR_X_WINDOW): Remove.
19541 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
19542 Access the new x_window field directly.
19543 * xterm.c (x_scroll_bar_create): Use a pseudovector.
19544 Don't wrap/unwrap integers into Lisp_Objects.
19545 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
19546 (x_scroll_bar_report_motion):
19547 Don't wrap/unwrap integers into Lisp_Objects.
19548 (x_term_init): Use SDATA.
19549 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
19550 (x_scroll_bar_set_handle, x_scroll_bar_remove)
19551 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
19552 (x_scroll_bar_report_motion, x_scroll_bar_clear):
19553 * xfns.c (x_set_background_color):
19554 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
19555 Access the new x_window field directly.
19556
19557 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
19558 (allocate_pseudovector): Make non-static.
19559
19560 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
19561 (allocate_pseudovector): Declare.
19562 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
19563
19564 2007-11-15 Andreas Schwab <schwab@suse.de>
19565
19566 * editfns.c (Fformat): Correctly format EMACS_INT values.
19567 Also take precision into account when formatting an integer.
19568
19569 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
19570
19571 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
19572
19573 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
19574 (syms_of_keyboard): Defsubr it.
19575
19576 * data.c (swap_in_global_binding): Fix longstanding bug where
19577 store_symval_forwarding was not called with the right second argument,
19578 thus causing objfwd-ing from being dropped.
19579
19580 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19581
19582 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
19583 (Fx_display_pixel_height, Fx_display_planes)
19584 (Fx_display_color_cells, Fx_server_max_request_size)
19585 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19586 (Fx_display_visual_class, Fx_display_save_under):
19587 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
19588 (Fx_display_pixel_height, Fx_display_planes)
19589 (Fx_display_color_cells, Fx_server_max_request_size)
19590 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
19591 (Fx_display_mm_height, Fx_display_mm_width)
19592 (Fx_display_backing_store, Fx_display_visual_class)
19593 (Fw32_select_font, Fx_display_save_under):
19594 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
19595 (Fx_display_pixel_height, Fx_display_planes)
19596 (Fx_display_color_cells, Fx_server_max_request_size)
19597 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
19598 (Fx_display_save_under): Fix typos in docstrings.
19599
19600 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
19601
19602 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
19603 corresponding to deleted entries; they are an implementation detail.
19604 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
19605 Remove variables.
19606 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
19607 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
19608 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
19609 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
19610 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
19611 (Fw32_define_rgb_color, Fw32_load_color_file)
19612 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
19613 Fix typos in docstrings.
19614 (Fx_server_version): Reflow docstring.
19615 (Fw32_shell_execute): Doc fixes.
19616
19617 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
19618
19619 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
19620 if w32_parse_hot_key returned nil.
19621
19622 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19623
19624 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
19625
19626 2007-11-09 Jason Rumney <jasonr@gnu.org>
19627
19628 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
19629
19630 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
19631
19632 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
19633 Remove W32_SCROLL_BAR_CLICK_EVENT.
19634
19635 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
19636 Add MULTIMEDIA_KEY_EVENT.
19637
19638 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
19639 (lispy_multimedia_keys) [WINDOWSNT]: New array.
19640 (make_lispy_event) [WINDOWSNT]: Use it to translate
19641 MULTIMEDIA_KEY_EVENT.
19642
19643 * w32term.h (WM_APPCOMMAND): Define if not already.
19644 (GET_APPCOMMAND_LPARAM): Likewise.
19645
19646 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
19647 WM_APPCOMMAND.
19648
19649 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
19650 (syms_of_w32fns): Export and initialize it.
19651 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
19652
19653 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
19654
19655 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
19656 twice.
19657
19658 * xdisp.c (handle_face_prop): Fix last change.
19659
19660 2007-11-09 Richard Stallman <rms@gnu.org>
19661
19662 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
19663 not just for after-strings and before-strings.
19664 Call face_for_overlay_string and pass the overlay to it.
19665 (handle_display_prop): Determine whether property came from an overlay.
19666 Pass OVERLAY arg to handle_single_display_spec.
19667 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
19668 (load_overlay_strings): Fill in it->string_overlays.
19669 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
19670
19671 * xfaces.c (face_for_overlay_string): Function renamed from
19672 face_at_buffer_position_no_overlays, and add arg OVERLAY.
19673
19674 * dispextern.h (struct it): New elt string_overlays.
19675 New elt from_overlay, also in stack.
19676 Rearrange a few elements.
19677 (face_for_overlay_string): Decl renamed from
19678 face_at_buffer_position_no_overlays, and add argument.
19679
19680 2007-11-09 Richard Stallman <rms@gnu.org>
19681
19682 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
19683 to get the base face for an overlay string.
19684
19685 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
19686
19687 * xfaces.c (face_at_buffer_position_no_overlays): New function.
19688
19689 * xdisp.c (handle_stop): Move some code out of loop.
19690
19691 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19692
19693 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
19694 Fix conversion from Lisp object to ATSUFontID.
19695
19696 2007-11-09 Jason Rumney <jasonr@gnu.org>
19697
19698 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
19699
19700 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19701
19702 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
19703 Don't assume regions are aligned to page boundary.
19704 (print_load_command_name): Add LC_UUID if defined.
19705
19706 2007-11-09 Richard Stallman <rms@gnu.org>
19707
19708 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
19709
19710 2007-11-07 Jason Rumney <jasonr@gnu.org>
19711
19712 * s/windows95.h: Remove.
19713
19714 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
19715
19716 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
19717 abort with a message on unhandled store_type values.
19718
19719 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
19720
19721 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
19722 Remove HAVE_X11R5 and HAVE_X11R4.
19723
19724 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19725
19726 * Makefile.in: Remove references to sunfns.c and sunfns.o.
19727
19728 2007-11-01 Johan Bockgård <bojohan@gnu.org>
19729
19730 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
19731 Don't set s->stippled_p here, since it has already been set by
19732 x_set_glyph_string_gc from x_draw_glyph_string.
19733
19734 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
19735
19736 * sunfns.c: Remove file.
19737
19738 * m/sun386.h:
19739 * m/sun2.h:
19740 * m/sparc.h: Remove Sun windows code.
19741
19742 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
19743
19744 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
19745 (init_keyboard): Set current_kboard's window-system to nil.
19746 (tty_read_avail_input): Typo.
19747 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
19748
19749 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19750
19751 * s/usg5-4.h:
19752 * s/usg5-3.h:
19753 * s/ptx.h:
19754 * m/is386.h:
19755 * m/ibmps2-aix.h:
19756 * Makefile.in: Remove all mentions of X10.
19757
19758 * dispnew.c (syms_of_display): Don't mention version 10.
19759
19760 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
19761
19762 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
19763 ($(BLD)/abbrev.$(O)): Remove.
19764
19765 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19766
19767 Rewrite abbrev.c in Elisp.
19768 * image.c (Qcount): Don't declare as extern.
19769 (syms_of_image): Initialize and staticpro `Qcount'.
19770 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
19771 * emacs.c (main): Don't call syms_of_abbrev.
19772 * Makefile.in (obj): Remove abbrev.o.
19773 (abbrev.o): Remove.
19774 * abbrev.c: Remove.
19775
19776 2007-10-26 Martin Rudalics <rudalics@gmx.at>
19777
19778 * window.c (window_min_size_2): Don't count header-line.
19779
19780 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19781
19782 * frame.h (struct frame): Move all bit fields after the first bit
19783 field to take advantage of the available space. Group all the
19784 chars together to reduce wasted space due to padding.
19785
19786 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
19787
19788 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
19789
19790 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
19791 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
19792 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
19793 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
19794 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
19795 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
19796 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
19797 (last_marked, mark_object_loop_halt): Make static.
19798
19799 * frame.c (syms_of_frame) <delete-frame-functions>:
19800 Fix typo in docstring.
19801
19802 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
19803
19804 * w32.c (init_environment): Fix tiny memory leak.
19805 (w32_get_resource): Remove unused variable `ok'.
19806
19807 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19808
19809 Make `window-system' into a keyboard-local variable (rather than
19810 frame-local as done originally by multi-tty).
19811
19812 * keyboard.h (struct kboard): Add Vwindow_system.
19813 * keyboard.c (init_kboard): Set a default for Vwindow_system.
19814 (mark_kboards): Mark Vwindow_system.
19815
19816 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
19817 (init_display): Don't set the obsolete `window-system' frame-param.
19818
19819 * xterm.c (x_term_init):
19820 * w32term.c (w32_create_terminal):
19821 * term.c (init_tty): Set Vwindow_system.
19822 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
19823 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
19824
19825 * xfns.c (Fx_create_frame, x_create_tip_frame):
19826 * w32fns.c (Fx_create_frame, x_create_tip_frame):
19827 * macfns.c (Fx_create_frame):
19828 Don't set the obsolete `window-system' frame-param.
19829
19830 * frame.h (Qwindow_system): Remove.
19831 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
19832 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
19833
19834 2007-10-24 Richard Stallman <rms@gnu.org>
19835
19836 * frame.c (x_figure_window_size): For fullscreen case,
19837 set USPosition | PPosition without clobbering rest of window_prompting.
19838
19839 * keyboard.c (Fcurrent_idle_time): Doc fix.
19840
19841 * print.c (Fwith_output_to_temp_buffer): Doc fix.
19842
19843 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19844
19845 * process.c (unwind_request_sigio): Only define if __ultrix__.
19846
19847 * callproc.c (child_setup): Remove spurious *.
19848
19849 * lisp.h (Fget_text_property): Declare.
19850 (have_menus_p): Declare it here rather than in sys-dep header files.
19851 * macterm.h (have_menus_p):
19852 * msdos.h (have_menus_p):
19853 * xterm.h (have_menus_p): Remove.
19854
19855 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19856 (Fmake_variable_frame_local): Just check the variable's const-ness
19857 rather than checking nil or t.
19858
19859 2007-10-22 Jason Rumney <jasonr@gnu.org>
19860
19861 * w32fns.c: Include math.h.
19862 (w32_abort): Declaration moved to nt/config.nt.
19863
19864 * s/ms-w32.h (HAVE_STDLIB_H): Define.
19865 (abort): Redefinition moved to nt/config.nt.
19866
19867 * m/windowsnt.h: Remove.
19868
19869 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
19870
19871 * emacs.c (Fdump_emacs): Fix typo in message.
19872 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
19873 <installation-directory>: Reflow docstring.
19874
19875 2007-10-22 Juri Linkov <juri@jurta.org>
19876
19877 * minibuf.c: Allow minibuffer default to be a list of default values.
19878 With empty input use the first element of this list as returned default.
19879 (string_to_object)
19880 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
19881 (read_minibuf): If defalt is cons, set histstring to its car.
19882 (Fread_string): If default_value is cons, set val to its car.
19883 (Fread_buffer): If def is cons, use its car.
19884 (Fcompleting_read): If defalt is cons, set val to its car.
19885
19886 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
19887
19888 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
19889
19890 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
19891
19892 * doc.c (Fdocumentation): Check for advice in all cases.
19893
19894 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
19895
19896 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
19897
19898 2007-10-19 Richard Stallman <rms@gnu.org>
19899
19900 * doc.c (Fdocumentation): Check for and handle an advised function.
19901
19902 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
19903
19904 * process.c (Fset_process_filter): Doc fix.
19905
19906 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19907
19908 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
19909 which caused key-translation-map to applied repeatedly (thus breaking
19910 double-mode).
19911
19912 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19913
19914 * xselect.c (x_own_selection, x_handle_selection_clear)
19915 (x_clear_frame_selections):
19916 * w32menu.c (list_of_panes, list_of_items):
19917 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
19918 * textprop.c (validate_plist, interval_has_all_properties)
19919 (interval_has_some_properties, interval_has_some_properties_list)
19920 (add_properties, text_property_list):
19921 * process.c (Fget_buffer_process, list_processes_1, status_notify):
19922 * minibuf.c (Fassoc_string):
19923 * macselect.c (x_own_selection, x_clear_frame_selections)
19924 (Fx_disown_selection_internal):
19925 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
19926 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
19927
19928 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
19929
19930 * process.c: Link to libs for calling res_init() if available.
19931 (Fmake_network_process): Call res_init() before getaddrinfo or
19932 gethostbyname, if possible.
19933
19934 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19935
19936 * lread.c (read1): Set pvectype for char_tables.
19937
19938 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
19939 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
19940 Add type checks.
19941 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
19942
19943 * alloc.c (free_misc): Use XMISCTYPE.
19944 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
19945
19946 2007-10-17 Glenn Morris <rgm@gnu.org>
19947
19948 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
19949 (syms_of_minibuf): Add Qcompletion_ignore_case.
19950 * dired.c (Qcompletion_ignore_case): Change to external.
19951 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
19952 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
19953 (Fread_file_name): Use it rather than intern'ing.
19954
19955 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
19956 (Fread_coding_system): Ignore case of user input.
19957
19958 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19959
19960 * xdisp.c (handle_display_prop): Ignore display specs after
19961 replacing one when string text is being replaced.
19962 (handle_single_display_spec): Pretend as if characters with display
19963 property haven't been consumed only when buffer text is being replaced.
19964
19965 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19966
19967 * xfns.c (Fx_create_frame, Fx_display_list):
19968 * window.c (window_fixed_size_p, enlarge_window)
19969 (shrink_window_lowest_first):
19970 * macterm.c (init_font_name_table):
19971 * macfns.c (Fx_create_frame, Fx_display_list):
19972 * lread.c (close_load_descs):
19973 * keyboard.c (read_char_x_menu_prompt):
19974 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
19975 * coding.c (code_convert_region_unwind): Test the type of an object
19976 rather than just !NILP before extracting data from it.
19977
19978 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
19979
19980 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
19981 (XMISCANY): New macro.
19982 (XMISCTYPE): Use it.
19983 (struct Lisp_Misc_Any): New type.
19984 (union Lisp_Misc): Use it.
19985 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
19986 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
19987 (find_symbol_value, set_internal, default_value, Fset_default)
19988 (Fmake_variable_buffer_local, Fmake_local_variable)
19989 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
19990 (Flocal_variable_if_set_p, Fvariable_binding_locus):
19991 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
19992 * alloc.c (allocate_buffer): Set the size and tag.
19993 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
19994 Use XMISCANY.
19995 (die): Follow the GNU convention for error messages.
19996 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
19997 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
19998 tag any more.
19999 (set_buffer_internal_1):
20000 * frame.c (store_frame_param):
20001 * eval.c (specbind):
20002 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
20003
20004 * doc.c (Fsnarf_documentation): Simplify.
20005
20006 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
20007
20008 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
20009 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
20010
20011 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20012
20013 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
20014
20015 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
20016
20017 * eval.c (do_autoload): Don't save autoloads.
20018
20019 * data.c (Ffset): Save autoload of the function being set.
20020
20021 2007-10-07 John Paul Wallington <jpw@pobox.com>
20022
20023 * xfns.c (x_create_tip_frame): Set the `display-type' frame
20024 parameter before setting up faces.
20025
20026 2007-10-13 Eli Zaretskii <eliz@gnu.org>
20027
20028 * ccl.c (Fregister_code_conversion_map):
20029 * keyboard.c (append_tool_bar_item): Reformat last change.
20030
20031 * lisp.h (eabs): Rename from `abs'. All callers changed.
20032
20033 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
20034
20035 * buffer.c (add_overlay_mod_hooklist):
20036 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
20037 * fontset.c (make_fontset):
20038 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
20039 (append_tool_bar_item):
20040 * macmenu.c (grow_menu_items):
20041 * w32menu.c (grow_menu_items):
20042 * xmenu.c (grow_menu_items): Use larger_vector.
20043
20044 2007-10-13 Eli Zaretskii <eliz@gnu.org>
20045
20046 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
20047 selected frame'' on MSDOS).
20048
20049 2007-10-12 Martin Rudalics <rudalics@gmx.at>
20050
20051 * frame.c (Qexplicit_name): New variable.
20052 (x_report_frame_params): Report it in parameter alist.
20053 (syms_of_frame): Intern and staticpro it.
20054
20055 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
20056
20057 * macfns.c (x_create_tip_frame): Set terminal for frame.
20058
20059 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20060
20061 * frame.c (Qenvironment): Remove.
20062 (syms_of_frame) <Qenvironment>: Don't initialize.
20063 (Fdelete_frame): Don't treat the `environment' param specially.
20064 * frame.h (Qenvironment): Don't declare.
20065 * callproc.c (set_initial_environment): Don't set unused frame param.
20066
20067 * frame.c (Fframe_with_environment): Remove.
20068 (syms_of_frame) <Sframe_with_environment>: Don't declare.
20069
20070 * lisp.h (Fframe_with_environment): Don't declare.
20071
20072 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
20073
20074 * indent.c (indent_tabs_mode, last_known_column)
20075 (last_known_column_modified): Make static.
20076 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
20077
20078 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
20079
20080 * puresize.h (BASE_PURESIZE): Increase to 1170000.
20081
20082 2007-10-09 Jason Rumney <jasonr@gnu.org>
20083
20084 * w32term.c (x_set_window_size): Disable code that attempts to tell
20085 Lisp code about a size change before it actually happens.
20086
20087 2007-10-09 Richard Stallman <rms@gnu.org>
20088
20089 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
20090 return HANDLED_RETURN.
20091
20092 2007-10-08 Martin Rudalics <rudalics@gmx.at>
20093
20094 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
20095 when there's an unread command event.
20096
20097 * frame.c (focus_follows_mouse): Move here from frame.el to allow
20098 window autoselection act appropriately when leaving selected frame.
20099 (syms_of_frame): Initialize focus_follows_mouse.
20100 * frame.h (focus_follows_mouse): Extern it.
20101 * macterm.c (XTread_socket): When focus_follows_mouse is nil
20102 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
20103 * msdos.c (dos_rawgetc): Likewise.
20104 * w32term.c (w32_read_socket): Likewise.
20105 * xterm.c (handle_one_xevent): Likewise.
20106 * xdisp.c (syms_of_xdisp): In doc-string of
20107 mouse-autoselect-window mention focus-follows-mouse.
20108
20109 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20110
20111 * macterm.c (mac_load_query_font): Fix missing return value.
20112 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
20113 Add BLOCK_INPUT.
20114
20115 2007-10-08 Richard Stallman <rms@gnu.org>
20116
20117 * xdisp.c (get_window_cursor_type): Implement documented behavior
20118 for cursor-in-non-selected-windows = t.
20119
20120 2007-10-08 Jason Rumney <jasonr@gnu.org>
20121
20122 * w32.c (w32_get_resource): Always close registry keys.
20123
20124 2007-10-08 Jason Rumney <jasonr@gnu.org>
20125
20126 * makefile.w32-in (LIBS): Add COMCTL32.
20127
20128 * w32fns.c (globals_of_w32fns): Init common controls.
20129
20130 2007-10-08 Richard Stallman <rms@gnu.org>
20131
20132 * image.c (our_memory_buffer): Rename from omfib_buffer.
20133
20134 2007-10-08 Richard Stallman <rms@gnu.org>
20135
20136 * buffer.c (Foverlays_at): Doc fix.
20137
20138 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
20139
20140 * fns.c (Fplist_put): Preserve uneven tail data.
20141
20142 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
20143
20144 * termhooks.h (enum event_kind): Remove trailing comma.
20145
20146 * frame.h (enum): Remove trailing comma.
20147
20148 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20149
20150 * w32proc.c (delete_child): Don't terminate threads of zombies.
20151
20152 2007-10-08 Martin Rudalics <rudalics@gmx.at>
20153
20154 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
20155
20156 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
20157 last-repeatable-command.
20158 (init_kboard): Initialize Vlast_repeatable_command.
20159 (command_loop_1): Set it to real_this_command unless that was
20160 bound to an input event.
20161 (mark_kboards): Mark it.
20162
20163 2007-10-08 Richard Stallman <rms@gnu.org>
20164
20165 * eval.c (condition-case): Doc fix.
20166
20167 2007-10-08 Masatake YAMATO <jet@gyve.org>
20168
20169 * xfaces.c (tty_supports_face_attributes_p): Fix code
20170 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
20171 was copied and not edited.
20172
20173 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
20174
20175 Add new `input-decode-map' keymap and use it for terminal
20176 escape sequences.
20177 * keyboard.h (struct kboard): Add Vinput_decode_map.
20178 Remove Vlocal_key_translation_map.
20179 * keyboard.c (read_key_sequence): Add support for input-decode-map.
20180 (init_kboard): Init input-decode-map.
20181 Replace local-key-translation-map back with key-translation-map.
20182 (syms_of_keyboard): Declare input-decode-map.
20183 Remove local-key-translation-map. Update docstrings.
20184 (mark_kboards): Mark Vinput_decode_map.
20185 Don't mark Vlocal_key_translation_map.
20186 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
20187 Replace local-key-translation-map back with key-translation-map.
20188 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
20189 Bind in input-decode-map rather than function-key-map.
20190
20191 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
20192 This was made redundant by the previous introduction of XSETPVECTYPE.
20193
20194 2007-10-09 Richard Stallman <rms@gnu.org>
20195
20196 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
20197
20198 2007-09-29 Richard Stallman <rms@gnu.org>
20199
20200 * eval.c (internal_condition_case_2, internal_condition_case_1)
20201 (internal_condition_case): Reenable abort if x_catching_errors ()
20202 to see if that really happens and why.
20203
20204 2007-10-06 Andreas Schwab <schwab@suse.de>
20205
20206 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
20207
20208 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
20209
20210 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
20211
20212 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20213
20214 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
20215
20216 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20217
20218 * window.h (struct window):
20219 * window.c (struct save_window_data, struct saved_window):
20220 * termhooks.h (struct terminal):
20221 * process.h (struct Lisp_Process):
20222 * frame.h (struct frame):
20223 * buffer.h (struct buffer):
20224 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
20225 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
20226 The size field of (pseudo)vectors is now unsigned.
20227 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
20228
20229 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
20230 Turn `count' into an integer.
20231
20232 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
20233 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
20234 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
20235 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
20236 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
20237
20238 * alloc.c (allocate_pseudovector): New fun.
20239 (ALLOCATE_PSEUDOVECTOR): New macro.
20240 (allocate_window, allocate_terminal, allocate_frame)
20241 (allocate_process): Use it.
20242 (mark_vectorlike): New function.
20243 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
20244 (mark_terminals): Use it.
20245 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
20246 (Fmake_byte_code): Use XSETPVECTYPE.
20247
20248 * frame.c (Fframe_parameters): Minor simplification.
20249
20250 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
20251
20252 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
20253
20254 * buffer.c (Fget_buffer_create, init_buffer_once):
20255 * lread.c (defsubr):
20256 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
20257
20258 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
20259 defined differently in the m/*.h files.
20260 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
20261 (XSETPVECTYPE): New macro.
20262 (XSETPSEUDOVECTOR): Use it.
20263
20264 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
20265 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
20266
20267 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
20268 * lread.c (defvar_per_buffer):
20269 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
20270
20271 * window.c (candidate_window_p): Only consider as visible frames that
20272 are on the same terminal.
20273
20274 * m/ibms390x.h (MARKBIT): Remove unused macro.
20275
20276 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
20277
20278 * lread.c (Fload): Fix typo in docstring.
20279
20280 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
20281
20282 * floatfns.c (Fexpt): Manually check for overflows, so that a power
20283 of a non-zero value can't yield zero.
20284
20285 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
20286
20287 * term.c (term_clear_mouse_face, term_mouse_highlight)
20288 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
20289
20290 * print.c (safe_debug_print): Use XHASH.
20291
20292 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
20293 Lisp elements such as tags.
20294 (XHASH): New macro.
20295 (EQ): Use it.
20296 (SREF, SSET, STRING_COPYIN): Use SDATA.
20297 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
20298
20299 * alloc.c (mark_terminal): Remove left-over declaration.
20300 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
20301 (allocate_vectorlike): Remove type argument. Adjust callers.
20302 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
20303 Only handle the one remaining MEM_TYPE_VECTORLIKE.
20304
20305 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
20306 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
20307 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
20308 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
20309 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
20310 Use them.
20311
20312 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
20313 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
20314 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
20315
20316 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
20317
20318 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
20319 loaded by default.
20320
20321 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20322
20323 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
20324 on this tty.
20325 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
20326
20327 * term.c (mouse_face_window): Rename from Qmouse_face_window.
20328 Update all users.
20329 (handle_one_term_event): Use Gpm_DrawPointer.
20330 (Fgpm_mouse_start): Rename from Fterm_open_connection.
20331 Signal errors instead of returning nil. Always return nil.
20332 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
20333 Make it a noop if gpm-mouse was not activated.
20334 (syms_of_term): Update names.
20335
20336 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
20337
20338 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
20339 (init_sys_modes): Check that gpm_tty is the current tty.
20340
20341 * alloc.c (allocate_terminal): Set the vector size to only count the
20342 lisp fields. Initialize those to nil.
20343 (mark_object): Don't treat terminals specially.
20344 (mark_terminal): Remove.
20345 (mark_terminals): Use mark_object instead.
20346
20347 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
20348 the GC to the beginning.
20349
20350 * indent.h:
20351 * indent.c: Use EMACS_INT for ints coming from Elisp data.
20352
20353 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
20354
20355 2007-09-25 Jason Rumney <jasonr@gnu.org>
20356
20357 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
20358
20359 * w32console.c (create_w32cons_output): Remove.
20360
20361 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
20362
20363 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
20364 (reset_sys_modes): Use reset_terminal_modes_hook.
20365
20366 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20367
20368 * eval.c (do_autoload): Don't output any message.
20369
20370 2007-09-24 Juri Linkov <juri@jurta.org>
20371
20372 * emacs.c (standard_args): Change priority of "--no-splash"
20373 from 40 to 3. Add "--no-desktop" with the same priority.
20374
20375 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
20376
20377 * alloc.c (gc_sweep): Check cons cell mark bits word by word
20378 and optimize the case where they are all 1.
20379
20380 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
20381
20382 * lisp.h (abs): Define if not defined.
20383 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
20384 Don't define `abs', since it's defined in lisp.h.
20385
20386 2007-09-22 Eli Zaretskii <eliz@gnu.org>
20387
20388 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
20389 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
20390 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
20391 (init_tty): Use DEV_TTY instead of "/dev/tty".
20392 [WINDOWSNT]: No need to protect from NAME arg being null.
20393
20394 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20395
20396 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
20397 up the tty state.
20398
20399 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20400
20401 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
20402 (gpm_tty): Change its type.
20403 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
20404 (gpm_tty): Change its type and initialize it.
20405 (Fterm_open_connection): Check the frame is indeed a tty.
20406 Use the new gpm_tty.
20407 (Fterm_close_connection): Use the new gpm_tty.
20408 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
20409 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
20410
20411 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
20412
20413 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
20414 underline_color, to draw strike-through.
20415
20416 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20417
20418 * lisp.h (allocate_terminal): Declare.
20419
20420 * window.c (candidate_window_p): Consider frames that are being placed
20421 by the user as somewhere between visible and iconified.
20422 (window_loop): Prefer windows on the current frame.
20423 (Fselect_window): Move the use of select-frame to the beginning so we
20424 can just delegate all the work (it'll call us back anyway).
20425
20426 * frame.c (Qdisplay_environment_variable):
20427 * frame.h (Qdisplay_environment_variable): Delete.
20428
20429 * .gdbinit (xbacktrace): Print the arg's address rather than the value
20430 of the first arg, since that value may be a union.
20431
20432 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
20433 parameter rather than Qdisplay_environment_variable. If all else
20434 fails, look for DISPLAY in initial-environment.
20435
20436 2007-09-21 Glenn Morris <rgm@gnu.org>
20437
20438 * Makefile.in (emacstool): Remove target.
20439 (lisp, shortlisp): Remove termdev.elc.
20440
20441 2007-09-21 Markus Triska <markus.triska@gmx.at>
20442
20443 * xterm.c (x_delete_display): Compile session management conditionally.
20444
20445 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20446
20447 * callproc.c (getenv_internal_1): New function.
20448 (getenv_internal): Use it.
20449 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
20450
20451 * terminal.c (get_terminal): Don't accept ints to represent terminals.
20452 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
20453 (Fset_terminal_parameter): Work with dead terminals as well.
20454 (Fmodify_terminal_parameters): Remove.
20455
20456 * terminal.c (get_terminal): Handle terminals.
20457 Make sure the terminal returned is live.
20458 (create_terminal): Use allocate_terminal.
20459 (mark_terminals): Move to alloc.c.
20460 (delete_terminal): Use terminal->name as liveness status.
20461 NULL out fields after freeing their contents.
20462 Don't deallocate the object.
20463 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
20464 rather than an int.
20465 (Fterminal_live_p): Accept non-integer arguments.
20466 (Fterminal_list): Return terminal objects rather than an ints.
20467
20468 * alloc.c (enum mem_type): New member for `terminal' objects.
20469 (allocate_terminal): New function.
20470 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
20471 Handle terminals.
20472 (mark_terminal): New fun.
20473 (mark_terminals): Move from terminal.c.
20474
20475 * term.c (get_tty_terminal): Don't treat output_initial specially.
20476 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20477 (delete_tty): Use terminal->name as liveness status.
20478
20479 * termhooks.h (struct terminal): Make it into a pseudovector.
20480 Remove `deleted' replaced by checking `name's nullness.
20481
20482 * print.c (print_object): Handle terminals.
20483
20484 * lisp.h (enum pvec_type): New `terminal' pseudovector.
20485 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20486
20487 * frame.c (make_terminal_frame):
20488 * keyboard.c (tty_read_avail_input):
20489 * w32term.c (x_delete_terminal):
20490 * xfns.c (Fx_create_frame, x_create_tip_frame):
20491 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20492
20493 2007-09-20 Glenn Morris <rgm@gnu.org>
20494
20495 * process.c (Fmake_network_process): Doc fix.
20496
20497 2007-09-19 Jason Rumney <jasonr@gnu.org>
20498
20499 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20500
20501 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
20502
20503 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20504 Fix a C warning regarding variable constness.
20505
20506 * xterm.c (handle_one_xevent): Fix a C warning.
20507
20508 2007-09-18 Jason Rumney <jasonr@gnu.org>
20509
20510 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20511
20512 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
20513
20514 * gtkutil.c (gdpy_def): New variable.
20515 (xg_initialize): Initialize gdpy_def.
20516 (xg_display_close): If no other display exists, set gdpy_def to a
20517 new connection.
20518
20519 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
20520
20521 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
20522 when we have no file name for the icon.
20523 (xg_tool_bar_expose_callback): Remove.
20524 (xg_create_tool_bar): Don't connect expose signal to
20525 xg_tool_bar_expose_callback.
20526 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
20527
20528 2007-09-16 Andreas Schwab <schwab@suse.de>
20529
20530 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
20531 values instead of zapping them.
20532
20533 2007-09-14 Glenn Morris <rgm@gnu.org>
20534
20535 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
20536 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
20537 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
20538 scope and rename to omfib_buffer for clarity.
20539 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
20540
20541 2007-09-14 Kenichi Handa <handa@m17n.org>
20542
20543 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
20544
20545 2007-09-13 Jason Rumney <jasonr@gnu.org>
20546
20547 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
20548
20549 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
20550
20551 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
20552 (mac_term_init): Call here instead, passing rif.
20553
20554 2007-09-13 Glenn Morris <rgm@gnu.org>
20555
20556 * s/hpux.h: No longer define `static' as nothing.
20557
20558 2007-09-13 Johan Bockgård <bojohan@gnu.org>
20559
20560 * callint.c (Fcall_interactively): Remove unused var `fun'.
20561
20562 2007-09-12 Romain Francoise <romain@orebokech.com>
20563
20564 * window.c (prefer_window_split_horizontally, display_buffer):
20565 Revert 2007-09-08 change.
20566
20567 2007-09-12 Glenn Morris <rgm@gnu.org>
20568
20569 * alloca.c: Remove file.
20570 * Makefile.in (alloca): Do not undef.
20571 (allocaobj, alloca.o): Remove.
20572 (otherobj): Remove allocaobj.
20573 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
20574 * regex.c (C_ALLOCA): Remove all references and code that was only
20575 used when this was defined.
20576 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
20577 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
20578 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
20579
20580 * Makefile.in (SOURCES, unlock, relock): Delete.
20581
20582 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
20583 (menu_grab_callback): All uses changed.
20584
20585 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
20586 (x_reply_selection_request): All uses changed.
20587
20588 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
20589
20590 * lread.c (load_warn_old_style_backquotes): Change message to look
20591 better when it appears in the middle of byte-compiler messages.
20592
20593 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
20594
20595 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
20596
20597 * xterm.c (x_create_terminal): Add comment.
20598
20599 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
20600
20601 2007-09-10 Richard Stallman <rms@gnu.org>
20602
20603 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
20604
20605 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
20606
20607 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
20608 (DEFUN): Document `intspec', use it instead of `prompt'.
20609
20610 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
20611
20612 * data.c (Finteractive_form): If the interactive specification starts
20613 with a `(', use it as a Lisp form.
20614
20615 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
20616 name and file modes.
20617
20618 * callint.c (Fcall_interactively): Comment fixes.
20619
20620 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
20621
20622 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
20623 and compiled functions.
20624
20625 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
20626
20627 * window.c (prefer_window_split_horizontally): New variable.
20628 (display_buffer): Consider splitting window horizontally depending
20629 on prefer_window_split_horizontally.
20630
20631 2007-09-08 Eli Zaretskii <eliz@gnu.org>
20632
20633 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
20634
20635 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20636
20637 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
20638
20639 * frame.c (x_set_frame_parameters): Check number is positive before
20640 using XFASTINT.
20641
20642 * window.c (freeze_window_start): Don't presume selected_window holds
20643 a window object.
20644 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
20645
20646 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
20647
20648 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
20649
20650 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20651
20652 * window.c (Vsplit_window_preferred_function): New var.
20653 (Fdisplay_buffer): Use it.
20654 (syms_of_window): Export, and initialize it.
20655
20656 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
20657
20658 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
20659
20660 2007-09-06 Glenn Morris <rgm@gnu.org>
20661
20662 * gtkutil.c (menu_grab_callback) <cnt>:
20663 * xselect.c (x_reply_selection_request) <cnt>: Move static
20664 variable to file scope.
20665
20666 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20667
20668 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
20669 consistent values of selected_frame and selected_window.
20670
20671 2007-09-04 Jason Rumney <jasonr@gnu.org>
20672
20673 * w32console.c (initialize_w32_display): Zero unused hooks.
20674
20675 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20676
20677 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
20678 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
20679
20680 2007-09-04 Jason Rumney <jasonr@gnu.org>
20681
20682 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
20683 in w32console.c. Set up input. Remove XXX comments that have been
20684 confirmed as correct.
20685
20686 * s/ms-w32.h (MULTI_KBOARD): Define.
20687
20688 * w32console.c (one_and_only_w32cons): Remove.
20689 (initialize_w32_display): Take terminal argument.
20690
20691 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
20692 initialize_w32_display.
20693 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
20694
20695 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
20696
20697 * keyboard.c (discard_mouse_events): Discard it.
20698 (make_lispy_event): Translate it to a lisp event.
20699 (lispy_wheel_names): Add wheel-left and right events.
20700 (syms_of_keyboard): Enlarge wheel_syms.
20701
20702 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
20703 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
20704
20705 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
20706
20707 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
20708 from WM_MOUSEHWHEEL.
20709 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
20710
20711 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
20712 terminal.
20713
20714 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
20715 keyboard for the terminal.
20716
20717 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
20718
20719 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
20720 (Vresume_tty_hook): Rename from Vresume_tty_functions.
20721 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
20722 and resume-tty-function to resume-tty-hook.
20723 (Fsuspend_tty, Fresume_tty): Use new names.
20724
20725 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
20726
20727 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
20728 if it starts with "n:".
20729
20730 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
20731
20732 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
20733
20734 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20735
20736 * frame.h:
20737 * frame.c (Qterm_environment_variable): Remove.
20738 (syms_of_frame): Don't init and staticpro it.
20739
20740 * callproc.c (getenv_internal): Remove special case for $TERM.
20741
20742 * callproc.c (Vinitial_environment): New variable.
20743 (set_initial_environment): Initialize it.
20744 (syms_of_callproc): Declare it.
20745 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
20746 TERM under which a process runs is never related to the TERM in which
20747 Emacs is running.
20748
20749 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20750
20751 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
20752 * s/darwin.h: ... do it here.
20753
20754 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20755
20756 * lisp.h (set_initial_environment): Rename from set_global_environment.
20757
20758 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
20759 removed by mistake on the multi-tty branch.
20760
20761 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
20762 (Fmodify_frame_parameters): Return a value.
20763
20764 * image.c (png_load): Comment-out var only used in commented-out code.
20765
20766 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
20767 before passing it to mark_object.
20768
20769 * xfaces.c (internal_resolve_face_name): Return a value.
20770 (internal_resolve_face_name, resolve_face_name_error): Comment out.
20771
20772 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
20773 (x_icon): Comment-out var only used in commented-out code.
20774
20775 2007-08-29 Romain Francoise <romain@orebokech.com>
20776
20777 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
20778 QUIT hasn't been provided.
20779
20780 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20781
20782 * callproc.c (child_setup, getenv_internal): Use the
20783 display-environment-variable and term-environment-variable frame params.
20784 (set_initial_environment): Initialise Vprocess_environment.
20785
20786 * config.in: Disable multi-keyboard support on a mac.
20787
20788 * frame.c (Qterm_environment_variable)
20789 (Qdisplay_environment_variable): New variables.
20790 (syms_of_frame): Intern and staticpro them.
20791 (Fmake_terminal_frame): Disable output method test.
20792
20793 * frame.h: Declare them here.
20794
20795 * macfns.c (x_set_mouse_color): Get rif from the frame.
20796 (x_set_tool_bar_lines): Don't use updating_frame.
20797 (mac_window): Add 2 new parameters for consistency with other systems.
20798 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
20799 frame parameters following what is done in X11 and w32. Don't use
20800 FRAME_MAC_DISPLAY_INFO.
20801 (Fx_open_connection, start_hourglass): Remove window-system check.
20802 (x_create_tip_frame): Get the keyboard from the terminal.
20803
20804 * macmenu.c: Reorder includes.
20805 (Fx_popup_menu): Use terminal specific mouse_position_hook.
20806
20807 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
20808 terminal parameter.
20809 (x_clear_frame): Add a frame parameter.
20810 (note_mouse_movement): Get rif from the frame.
20811 (mac_term_init): Initialize the terminal.
20812 (mac_initialize): Make static and move terminal initialization ...
20813 (mac_create_terminal): ... to this new function.
20814
20815 * macterm.h (struct mac_display_info): Add terminal.
20816 (mac_initialize): Delete declaration.
20817
20818 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
20819
20820 * sysdep.c: Comment out text after #endif.
20821
20822 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
20823 is defined. Better initialize ttys in windows. Use terminal
20824 specific mouse_position_hook.
20825
20826 * termhooks.h (union display_info): Add mac_display_info.
20827
20828 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
20829 Set the default minibuffer frame, window_system and the rest of the
20830 frame parameters following what is done in X11.
20831
20832 * w32term.c (w32_initialize): Make static.
20833
20834 * xselect.c (x_handle_selection_clear): Only access
20835 terminal->kboard when MULTI_KBOARD is defined.
20836
20837 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
20838 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
20839
20840 2007-08-29 Jason Rumney <jasonr@gnu.org>
20841
20842 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
20843 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
20844
20845 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
20846 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
20847
20848 * keyboard.c (restore_kboard_configuration): Only define when
20849 MULTI_KBOARD defined.
20850
20851 * makefile.w32-in: Update dependancies from Makefile.in.
20852 (OBJ1): Add terminal.$(O)
20853
20854 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
20855 Don't define function body.
20856 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
20857
20858 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
20859
20860 * w32.c (request_sigio, unrequest_sigio): Remove.
20861
20862 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
20863 (w32con_clear_frame, w32con_clear_end_of_line)
20864 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
20865 (w32con_delete_glyphs, w32con_set_terminal_window)
20866 (scroll_line, w32_sys_ring_bell): Add frame arg.
20867 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
20868 Add terminal arg.
20869 (PICK_FRAME): Remove.
20870 (w32con_write_glyphs): Use frame specific terminal coding.
20871 (one_and_only_w32cons): New global variable.
20872 (initialize_w32_display): Use it for storing hooks.
20873 (create_w32cons_output): New function.
20874
20875 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
20876 arg a frame.
20877
20878 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
20879 Set window_system.
20880 (x_set_tool_bar_lines): Don't use updating_frame.
20881 (Fx_create_frame): Set terminal and ref count.
20882 (Fx_open_connection): Remove window-system check.
20883
20884 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
20885
20886 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
20887 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
20888 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
20889 Add frame arg.
20890 (x_delete_terminal, w32_create_terminal): New functions.
20891 (w32_term_init): Create a terminal.
20892 (w32_initialize): Move terminal specific initialization to
20893 w32_create_terminal.
20894
20895 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
20896 (w32_clear_rect, w32_clear_area): Use background from frame.
20897 (w32_display_info): Add terminal.
20898 (w32_sys_ring_bell, x_delete_display): Declare here.
20899
20900 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
20901
20902 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
20903
20904 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
20905
20906 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
20907 Fix get_named_tty calls for the controlling tty.
20908
20909 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20910
20911 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
20912
20913 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
20914
20915 * term.c (tty_insert_glyphs): Add missing first parameter.
20916
20917 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
20918
20919 * buffer.c (Fbuffer_list, Fbury_buffer):
20920 Take frame->buried_buffer_list into account.
20921
20922 * cm.c (current_tty): New variable, for cmputc().
20923 (cmputc): Use it.
20924 (cmcheckmagic): Add tty parameter, look up terminal streams there.
20925 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
20926 (cmgoto): Add tty parameter. Pass it on to calccost().
20927 Use emacs_tputs() instead of tputs().
20928
20929 * cm.h (emacs_tputs): New macro to set current_tty, and then call
20930 tputs().
20931 (current_tty): New variable, for cmputc().
20932 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
20933
20934 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
20935 (internal_condition_case, internal_condition_case_1)
20936 (internal_condition_case_2): Don't abort when x_catching_errors.
20937
20938 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
20939 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
20940 prevent crashes caused by bogus longjmps in read_char.
20941
20942 * keymap.h (Fset_keymap_parent): Add EXFUN.
20943
20944 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
20945 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
20946 Remove redundant definition.
20947
20948 * macfns.c (x_set_mouse_color, x_make_gc):
20949 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20950
20951 * w32term.c (x_free_frame_resources):
20952 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20953 (w32_initialize): Use the accessor macros for terminal characteristics.
20954
20955 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
20956 Use the accessor macros for terminal characteristics.
20957 * msdos.c (internal_terminal_init): Use the accessor macros for
20958 terminal characteristics.
20959 (ScreenVisualBell, internal_terminal_init):
20960 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20961
20962 * termopts.h (no_redraw_on_reenter): Declare.
20963
20964 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
20965 (mark_terminals, mark_ttys): Declare.
20966 (Fgarbage_collect): Call them.
20967 (mark_object): Mark buried_buffer_list.
20968
20969 * prefix-args.c: Include stdlib.h for exit.
20970
20971 * syssignal.h: Add comment.
20972
20973 * indent.c: Include stdio.h.
20974
20975 * window.h (Vinitial_window_system): Declare.
20976 (Vwindow_system): Delete declaration.
20977
20978 * fontset.c (Finternal_char_font): Use FRAME_RIF.
20979
20980 * image.c (lookup_image): Don't initialize `c' until the xasserts
20981 have been run.
20982
20983 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
20984 FRAME_FOREGROUND_PIXEL.
20985
20986 * print.c (print_preprocess): Don't lose print_depth levels while
20987 iterating.
20988
20989 * widget.c (update_from_various_frame_slots):
20990 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
20991
20992 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
20993 frames.
20994 (window_internal_height): Remove bogus make_number call.
20995 (init_window_once): Call make_terminal_frame with two zero parameters.
20996
20997 * fileio.c (Fread_file_name): Update comment.
20998
20999 * callint.c (Fcall_interactively):
21000 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
21001 Make sure it is correctly unwound.
21002
21003 * xsmfns.c (x_session_close): New function.
21004
21005 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
21006 Delete declarations.
21007
21008 * xterm.h: Remove declaration for x_fully_uncatch_errors.
21009 (x_output): Remove background_pixel and foreground_pixel fields.
21010 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
21011 (x_delete_device, x_session_close): Declare.
21012
21013 * lread.c: Include setjmp.h. Update declaration of `read_char'.
21014 (read_filtered_event): Call `read_char' with a local
21015 `wrong_kboard_jmpbuf'.
21016
21017 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
21018 Don't call single_kboard_state. Use FRAME_RIF.
21019
21020 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
21021 systems.
21022
21023 * lisp.h (set_process_environment): Rename to `set_global_environment'.
21024 (Fframe_with_environment, Fset_input_meta_mode)
21025 (Fset_quit_char): EXFUN.
21026 (x_create_device, tty_output, terminal, tty_display_info): Declare.
21027 (init_sys_modes, reset_sys_modes): Update prototypes.
21028 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
21029
21030 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
21031 Vlocal_key_translation_map, and Vkeyboard_translate_table.
21032 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
21033 Delete declarations.
21034 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
21035 (temporarily_switch_to_single_kboard, tty_read_avail_input):
21036 New declarations.
21037
21038 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
21039 already does that during init_display(). Call syms_of_keymap
21040 before syms_of_keyboard. Call `syms_of_terminal'.
21041 Call set_initial_environment, not set_process_environment.
21042 (shut_down_emacs): Call reset_all_sys_modes() instead of
21043 reset_sys_modes().
21044
21045 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
21046 (internal_resolve_face_name, resolve_face_name_error): New functions.
21047 (resolve_face_name): Protect against loops and errors thrown by Fget.
21048 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
21049 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
21050
21051 * scroll.c: Replace CURTTY() with local variables throughout the
21052 file (where applicable).
21053 (calculate_scrolling, calculate_direct_scrolling)
21054 (scrolling_1, scroll_cost): Use the accessor macros for terminal
21055 characteristics.
21056
21057 * keymap.c (Vfunction_key_map): Remove.
21058 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
21059 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
21060 (Vkey_translation_map): Remove.
21061 (syms_of_keymap): Remove DEFVAR for key-translation-map.
21062 (Fdescribe_buffer_bindings)
21063 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
21064 Update for terminal-local key-translation-map.
21065
21066 * Makefile.in (callproc.o): Update dependencies.
21067 (lisp, shortlisp): Add termdev.elc.
21068 (obj): Add terminal.o.
21069 (terminal.o): Add dependencies.
21070 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
21071 (data.o, fns.o): Add termhooks.h dependency.
21072 (SOME_MACHINE_LISP): Add dnd.elc.
21073 (minibuf.o): Fix typo.
21074 Update dependencies.
21075
21076 * data.c (do_symval_forwarding, store_symval_forwarding)
21077 (find_symbol_value): Use the selected frame's keyboard, not
21078 current_kboard.
21079
21080 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
21081 Vwindow_system.
21082
21083 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
21084 Fmenu_bar_open.
21085 (syms_of_xmenu): Update defsubr.
21086 (mouse_position_for_popup, Fx_popup_menu)
21087 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
21088 (set_frame_menubar, free_frame_menubar)
21089 (create_and_show_popup_menu, xmenu_show)
21090 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
21091 an X frame.
21092
21093 * xselect.c (x_own_selection): Abort if not an X frame.
21094 (some_frame_on_display): Check if it is an X frame.
21095 (x_handle_selection_clear): Deal with MULTI_KBOARD.
21096
21097 * coding.c: Include frame.h and termhooks.h.
21098 (terminal_coding, keyboard_coding): Delete.
21099 (Fset_terminal_coding_system_internal)
21100 (Fset_keyboard_coding_system_internal)
21101 (Fkeyboard_coding_system)
21102 (Fterminal_coding_system): Add a terminal parameter.
21103 Get terminal_coding from the terminal.
21104 (init_coding_once): Don't call setup_coding_system here.
21105
21106 * dispextern.h (set_scroll_region, turn_off_insert)
21107 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
21108 (tty_clear_end_of_line, tty_setup_colors)
21109 (delete_tty, updating_frame)
21110 (produce_special_glyphs, produce_glyphs, write_glyphs)
21111 (insert_glyphs): Remove.
21112 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
21113 (tty_turn_off_highlight, get_tty_size): Add declaration.
21114 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
21115
21116 * frame.h (enum output_method): Add output_initial.
21117 (struct x_output): Delete.
21118 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21119 Access foreground_pixel and background_pixel directly from the frame.
21120 (tty_display): Delete.
21121 (struct frame): Add buried_buffer_list, foreground_pixel,
21122 background_pixel and terminal. Delete kboard.
21123 (union output_data): Add tty.
21124 (FRAME_KBOARD): Get the kboard from the terminal.
21125 (FRAME_INITIAL_P): New macro.
21126 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
21127 (Qterm_environment_variable, Qdisplay_environment_variable)
21128 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
21129 New declarations.
21130
21131 * termchar.h (tty_output, tty_display_info): New structures.
21132 (tty_list): Declare.
21133 (FRAME_TTY, CURTTY): New macros.
21134 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
21135 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
21136 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
21137 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
21138
21139 * callproc.c: Include frame.h and termhooks.h, for terminal
21140 parameters.
21141 (add_env): New function.
21142 (child_setup): Use it.
21143 (child_setup, getenv_internal): Handle the new Vprocess_environment.
21144 (getenv_internal): Fix get_terminal_param call.
21145 (Fgetenv_internal, egetenv): Update doc.
21146 (syms_of_callproc): Initialize Vprocess_environment to nil.
21147 Register and initialize them. Remove obsolete defvars. Update doc
21148 strings.
21149 (child_setup): Handle Vlocal_environment_variables.
21150 (getenv_internal): Add terminal parameter.
21151 Handle Vlocal_environment_variables.
21152 (Fgetenv_internal): Add terminal parameter.
21153 (child_setup, getenv_internal, Fgetenv_internal): Store the local
21154 environment in a frame (not terminal) parameter. Update doc strings.
21155 (set_initial_environment): Rename from set_global_environment.
21156 Store Emacs environment in initial frame parameter.
21157
21158 * xdisp.c (redisplay_internal): Update references to
21159 `previous_terminal_frame'.
21160 (display_mode_line, Fformat_mode_line): Replace calls to
21161 `push_frame_kboard' with `push_kboard'.
21162 (get_glyph_string_clip_rects): Add extra parentheses and
21163 braces to prevent compiler warnings.
21164 (calc_pixel_width_or_height): Add xassert to check that the
21165 frame is alive. Don't call `lookup_image' on a termcap frame.
21166 (message2_nolog, message3_nolog, redisplay_internal)
21167 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
21168 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
21169 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
21170 (Fx_display_pixel_width, Fx_display_pixel_height)
21171 (Fx_display_planes, Fx_display_color_cells)
21172 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
21173 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
21174 (Fx_display_backing_store, Fx_display_visual_class)
21175 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
21176 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
21177
21178 * xfns.c (x_set_foreground_color x_set_background_color)
21179 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
21180 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21181 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
21182 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
21183 terminal that is being deleted.
21184 (Fx_create_frame): Use `store_frame_param' to set `window-system'
21185 frame parameter, and make sure it overrides any user-supplied setting.
21186 (Fx_close_connection, Fx_synchronize): Unify argument names with
21187 the rest of the DEFUNs.
21188
21189 * dispnew.c (Fsend_string_to_terminal): Update call to
21190 `get_tty_terminal'.
21191 (Fredraw_frame, Fsend_string_to_terminal)
21192 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
21193 FRAME_TERMCAP_P and FRAME_TTY.
21194 (window_change_signal): Don't believe width/height values that are
21195 impossibly small.
21196 (Vinitial_window_system): Rename from Vwindow_system.
21197 (termscript, Wcm, rif): Delete.
21198
21199 * termhooks.h (struct terminal): New struct containing the
21200 previously global text display hooks and new members NAME,
21201 DELETED and PARAM_ALIST.
21202 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
21203 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
21204 (FRAME_RIF): New macros.
21205 (get_terminal_param, get_device): New declarations.
21206 (termscript): Delete declaration.
21207
21208 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
21209 (XTflash, x_free_frame_resources, x_scroll_bar_create)
21210 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
21211 FRAME_FOREGROUND_PIXEL.
21212 (x_fully_uncatch_errors): Disable definition.
21213 (x_scroll_bar_expose): Fix reference to foreground pixel.
21214 (XTread_socket): Disable loop on all X displays.
21215 (x_delete_terminal): Don't set terminal->deleted and let
21216 delete_terminal delete the frames on the terminal.
21217 (x_delete_display): Doc update to reflect changes in
21218 delete_terminal.
21219 (x_display_info) <terminal>: Move member earlier in the struct.
21220 (deleting_tty): Remove old variable.
21221 (Fsuspend_tty): Call clear_tty_hooks.
21222 (Fresume_tty, init_tty): Call set_tty_hooks.
21223 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
21224 errors on X frames.
21225 (x_catch_errors_unwind): Abort if x_error_message is NULL.
21226 (handle_one_xevent): Initialize `f' to NULL.
21227 (x_delete_terminal, x_create_terminal): New functions.
21228 (XTset_terminal_modes, XTreset_terminal_modes)
21229 (XTread_socket, x_connection_closed, x_term_init)
21230 (x_term_init, x_delete_display): Add terminal parameter.
21231 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
21232 X connections.
21233
21234 * frame.c: Include termchar.h.
21235 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
21236 (Qwindow_system, Qenvironment, Qterm_environment_variable)
21237 (Qdisplay_environment_variable): New vars.
21238 (Fframep): Deal with output_initial.
21239 (Fframe-live-p): Doc fix.
21240 (Fwindow-system): New function.
21241 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
21242 (make_terminal_frame): Don't create frames on a terminal that is
21243 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21244 (store_frame_param): Check for found_for_frame before calling XFRAME.
21245 (Fmake_terminal_frame): Handle NULL tty names correctly.
21246 (syms_of_frame): Enhance doc string of `default-frame-alist'.
21247 (Fdelete_frame): Remove unused variable `count'. Don't allow other
21248 frames to refer to a deleted frame in their 'environment parameter.
21249 (Fframe_with_environment): New function.
21250 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
21251 (get_future_frame_param): New function.
21252 (Fmake_terminal_frame): Use it.
21253 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
21254
21255 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
21256 * sysdep.c (reset_sys_modes): Update for renames.
21257
21258 * keyboard.c (tty_read_avail_input): New function.
21259 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
21260 (syms_of_keyboard): Defsubr them.
21261 (Fset_input_meta_mode, Fset_quit_char): New functions.
21262 (Fset_input_mode): Split to above functions.
21263 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
21264 parameter. Use it in call to `read_char'.
21265 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
21266 Set wrong_kboard_jmpbuf correctly in recursive calls.
21267 Use current_kboard to access Vkeyboard_translate_table.
21268 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
21269 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
21270 Update longjmp invocations. Remember the original current_kboard,
21271 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
21272 changes it. Comment out unnecessary calls to
21273 `record_single_kboard_state' and `any_kboard_state'.
21274 Update recursive calls.
21275 (wrong_kboard_jmpbuf): Remove global variable.
21276 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
21277 Handle deleted interrupted_kboards correctly; that is a legal
21278 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
21279 and read_char calls. Abort if interrupted_kboard died in read_char.
21280 (any_kboard_state, single_kboard_state)
21281 (push_frame_kboard): Remove function.
21282 (pop_kboard): Switch out of single_kboard mode if the kboard has
21283 been deleted. Remove unused variable. Help debugging by not
21284 changing current_kboard unnecessarily. Set current_kboard to the
21285 kboard of the selected frame when the stored kboard object has
21286 been deleted before pop_kboard.
21287 (temporarily_switch_to_single_kboard): Change first parameter to a
21288 frame pointer. Throw an error when caller wants to change kboards
21289 while in single_kboard mode. Don't push_kboard if we weren't in
21290 single kboard state. Don't pop_kboard if we popped into any
21291 kboard state.
21292 (restore_kboard_configuration): Abort if pop_kboard changed the
21293 kboard in single_kboard mode. Call pop_kboard only after setting
21294 up single_kboard mode.
21295 (Frecursive_edit): Switch to single_kboard mode only in nested
21296 command loops.
21297 (cmd_error, command_loop, command_loop_1, timer_check):
21298 Comment out unnecessary call to `any_kboard_state' and
21299 `record_single_kboard_state'.
21300 (delete_kboard): Exit single_kboard mode if we have just deleted
21301 that kboard. Use FRAME_KBOARD.
21302 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
21303 `fatal_error_signal'.
21304 (record_single_kboard_state): Don't push_kboard if we weren't in
21305 single kboard state. Don't pop_kboard if we popped into any
21306 kboard state.
21307 (push_frame_kboard): Rename to push_kboard.
21308 (kbd_buffer_get_event): Use FRAME_TERMINAL.
21309 (read_avail_input): Read input from all terminals.
21310 (mark_kboards): Also mark Vkeyboard_translate_table.
21311 (kbd_buffer_store_event_hold): Simplify condition.
21312 (read_key_sequence): Reinitialize fkey and keytran at each replay.
21313 (Vkeyboard_translate_table): Move to struct kboard.
21314 (init_kboard): Initialize Vkeyboard_translate_table.
21315 (syms_of_keyboard): Use DEFVAR_KBOARD to define
21316 Vkeyboard_translate_table. Update doc strings. Update docs of
21317 local-function-key-map and function-key-map.
21318
21319 * terminal.c: New file.
21320
21321 * term.c: Include errno.h.
21322 (Vring_bell_function, device_list, initial_device)
21323 (next_device_id, ring_bell, update_begin, update_end)
21324 (set_terminal_window, cursor_to, raw_cursor_to)
21325 (clear_to_end, clear_frame, clear_end_of_line)
21326 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
21327 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
21328 (syms_of_term): Move their initialization to terminal.c.
21329 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
21330 (Ftty_display_color_cells)
21331 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
21332 (clear_tty_hooks, set_tty_hooks)
21333 (init_tty, maybe_fatal): New functions.
21334 (Ftty_type): Return nil if terminal is not on a tty instead of
21335 throwing an error. Doc update.
21336 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
21337 Doc update. Initialize new subrs and variables.
21338 (delete_tty): Use terminal->deleted.
21339 (tty_set_terminal_modes): Rename from set_terminal_modes.
21340 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
21341 (set_scroll_region): Rename to `tty_set_scroll_region'.
21342 (turn_on_insert): Rename to `tty_turn_on_insert'.
21343 (turn_off_insert): Rename to `tty_turn_off_insert'.
21344 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
21345 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
21346 (toggle_highligh): Rename to `tty_toggle_highlight'.
21347 (background_highlight): Rename to `tty_background_highlight'.
21348 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
21349 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
21350 (tty_set_scroll_region, tty_background_highlight)
21351 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
21352 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
21353 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
21354 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
21355 Add static modifier.
21356 (tty_reset_terminal_modes, tty_set_terminal_window)
21357 (tty_set_scroll_region, tty_background_highlight)
21358 (tty_highlight_if_desired, tty_cursor_to)
21359 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
21360 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
21361 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
21362 renames.
21363
21364 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
21365
21366 * keyboard.c: Qrtl is new.
21367 (parse_tool_bar_item): Handle :rtl keyword.
21368 (syms_of_keyboard): Intern :rtl keyword.
21369
21370 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
21371
21372 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
21373 so no Lisp code is executed.
21374 (file_for_image, find_rtl_image): New functions.
21375 (xg_get_image_for_pixmap): Use file_for_image.
21376 (update_frame_tool_bar): If direction is RTL, use RTL image if
21377 defined. Use Gtk stock images if defined.
21378
21379 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21380
21381 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
21382 for nonexistent or zero-width glyph in composition glyph.
21383
21384 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
21385
21386 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
21387
21388 * xdisp.c (Finvisible_p): New function.
21389 (syms_of_xdisp): defsubr it.
21390
21391 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
21392
21393 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
21394 Doc fixes.
21395
21396 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21397
21398 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
21399
21400 2007-08-24 Martin Rudalics <rudalics@gmx.at>
21401
21402 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
21403 whether decoding has modified buffer contents.
21404
21405 2007-08-24 Jason Rumney <jasonr@gnu.org>
21406
21407 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
21408 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
21409 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
21410 (init_svg_functions) [HAVE_NTGUI]: New function.
21411 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
21412 (svg_load_image): Use them.
21413 (svg_load_image) [HAVE_NTGUI]: Implement background.
21414
21415 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21416
21417 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
21418 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
21419 (LIBX): Remove @RSVG_LIBS@.
21420 (LIBES): Add $(RSVG_LIBS).
21421
21422 * image.c (svg_load_image): Blend with specified background if exists.
21423 Use IMAGE_BACKGROUND. Add Mac OS Support.
21424
21425 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
21426 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
21427 Remove macros.
21428 [MAC_OSX] (socket_callback): Do nothing.
21429 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
21430 ReceiveNextEvent.
21431 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
21432 socket_callback.
21433 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
21434
21435 2007-08-22 Glenn Morris <rgm@gnu.org>
21436
21437 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
21438
21439 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
21440
21441 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
21442
21443 * image.c: Add support for SVG images. Some additional comments
21444 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
21445 (svg_image_p): New function to test for SVG image.
21446 (svg_load): New function to load SVG image.
21447 (svg_load_image): New function, helper for svg_load.
21448 (Qsvg): New Lisp_object.
21449 (svg_keyword_index): New enum.
21450 (svg_format): New static `image_keyword' struct.
21451 (svg_type): New static `image_type' struct.
21452 (librsvg/rsvg.h): Include it.
21453
21454 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21455
21456 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
21457
21458 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21459
21460 * lread.c (Qold_style_backquotes): New var.
21461 (syms_of_lread): Init and staticpro it.
21462 (load_warn_old_style_backquotes): New fun.
21463 (Fload): Use them to warn about old style backquotes.
21464 (end_of_file_error, Fload): Remove unused vars.
21465
21466 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
21467
21468 * lread.c (Vold_style_backquotes): New var.
21469 (syms_of_lread): Init and export it to Elisp.
21470 (read1): Set it when we find an old-style (back)quote.
21471
21472 2007-08-22 Jason Rumney <jasonr@gnu.org>
21473
21474 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21475
21476 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21477
21478 * puresize.h (BASE_PURESIZE): Increase to 1140000.
21479
21480 2007-08-19 Richard Stallman <rms@gnu.org>
21481
21482 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21483
21484 2007-08-19 Andreas Schwab <schwab@suse.de>
21485
21486 * alloc.c (pure): Round PURESIZE up.
21487
21488 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
21489
21490 * xterm.c (handle_one_xevent): Remove check that mouse click is in
21491 active frame.
21492
21493 2007-08-16 Richard Stallman <rms@gnu.org>
21494
21495 * eval.c (Fcommandp): Add parens to clarify.
21496
21497 * minibuf.c (Fall_completions): Use enum for type of table.
21498
21499 * emacs.c (USAGE2): Improve text.
21500
21501 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
21502
21503 * term.c (tty_default_color_capabilities): Declare static
21504 variables in file scope, to avoid HPUX compiler problem.
21505
21506 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
21507
21508 * gtkutil.c (update_frame_tool_bar): Use -1 as index
21509 to gtk_toolbar_insert.
21510
21511 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
21512
21513 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
21514
21515 * insdel.c (reset_var_on_error): New fun.
21516 (signal_before_change, signal_after_change):
21517 Use it to reset (after|before)-change-functions to nil in case of error.
21518 Bind inhibit-modification-hooks to t.
21519 Don't bind (after|before)-change-functions to nil while they run.
21520
21521 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21522
21523 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
21524 filling pixmap with stippled background.
21525
21526 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21527
21528 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
21529 Don't use invisible frame as parent window for repositioning.
21530
21531 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21532
21533 * print.c (new_backquote_output): Rename from old_backquote_output.
21534 (print): Inverse its logic (according to its name) so as to match the
21535 behavior of new_backquote_flag in lread.c.
21536
21537 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21538
21539 * gmalloc.c (posix_memalign): New function.
21540
21541 * macterm.c (frame_highlight, frame_unhighlight): Don't call
21542 ActivateControl/DeactivateControl here.
21543 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
21544 frame-notice-user-settings is non-nil.
21545 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
21546 for kEventParamFMFontStyle.
21547 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
21548 mac_pass_command_to_system and mac_pass_control_to_system here.
21549 (XTread_socket): Call ActivateControl/DeactivateControl here.
21550 (XTread_socket) [TARGET_API_MAC_CARBON]:
21551 Check mac_pass_command_to_system and mac_pass_control_to_system here.
21552 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
21553 for window repositioning.
21554
21555 2007-08-08 Glenn Morris <rgm@gnu.org>
21556
21557 * Replace `iff' in doc-strings and comments.
21558
21559 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
21560
21561 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
21562
21563 2007-08-07 Martin Rudalics <rudalics@gmx.at>
21564
21565 * fileio.c (Finsert_file_contents): Run format-decode and
21566 after_insert_file_functions on entire buffer when REPLACE is
21567 non-nil and inhibit modification_hooks and point_motion_hooks.
21568 For consistency, run after_insert_file_functions iff something
21569 got inserted. Move signal_after_change and update_compositions
21570 after code running after_insert_file_functions. Make sure that
21571 undo_list doesn't record intermediate steps of the decoding process.
21572
21573 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21574
21575 * emacs.c (main)
21576 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
21577 Call malloc_enable_thread on interactive startup.
21578
21579 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
21580 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
21581 [USE_PTHREAD]: Conditionalize with it.
21582 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
21583 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
21584 New functions.
21585
21586 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
21587
21588 * xdisp.c (redisplay_window): When restoring original buffer
21589 position, make sure it is still valid.
21590
21591 * image.c (png_load): Ignore png-supplied background color.
21592
21593 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21594
21595 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
21596 Use kCFAbsoluteTimeIntervalSince1970.
21597
21598 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
21599 New variable.
21600 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
21601 event loop should be quit.
21602 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
21603 Quit dialog event loop if quit_dialog_event_loop is set.
21604
21605 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
21606 (Selection): New typedef. Use instead of ScrapRef.
21607 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
21608 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
21609 (mac_clear_selection): Rename from clear_scrap.
21610 (get_flavor_type_from_symbol): New argument SEL and subsume function of
21611 scrap_has_target_type. All uses changed.
21612 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21613 (mac_selection_has_target_p): New functions.
21614 (mac_put_selection_value): Rename from put_scrap_string.
21615 (mac_get_selection_value): Rename from get_scrap_string.
21616 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
21617 (put_scrap_private_timestamp, scrap_has_target_type)
21618 (get_scrap_private_timestamp): Remove functions.
21619 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
21620 (x_own_selection, x_get_local_selection):
21621 Use mac_valid_selection_value_p.
21622 (x_own_selection): Don't use put_scrap_private_timestamp.
21623 Record OWNERSHIP-INFO into Vselection_alist instead.
21624 (x_get_local_selection): Don't check type if request is local.
21625 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
21626 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
21627
21628 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
21629
21630 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
21631 add comment explaining why.
21632
21633 2007-08-03 Richard Stallman <rms@gnu.org>
21634
21635 * fileio.c (Fvisited_file_modtime): Use make_time.
21636
21637 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
21638
21639 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
21640 build.
21641
21642 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21643
21644 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
21645
21646 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
21647
21648 * puresize.h (BASE_PURESIZE): Increase to 1130000.
21649
21650 2007-07-30 Richard Stallman <rms@gnu.org>
21651
21652 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
21653
21654 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
21655
21656 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
21657
21658 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
21659
21660 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
21661 remote default-directory.
21662
21663 * buffer.c (mode-line-format): Update doc string.
21664
21665 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21666
21667 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
21668 scroll bar gap.
21669 (x_scroll_bar_create): Set bar->fringe_extended_p.
21670 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
21671 on frame edge. Check fringe background extension. Don't clear
21672 extended fringe background area.
21673
21674 * w32term.h (struct scroll_bar): New member fringe_extended_p.
21675 (w32_fill_area): Enclose multiple statements with do ... while (0).
21676
21677 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21678 Extend fringe background to scroll bar gap.
21679 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
21680 Set bar->fringe_extended_p.
21681 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21682 Put leftmost/rightmost scroll bars on frame edge. Check fringe
21683 background extension. Don't clear extended fringe background area.
21684
21685 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
21686 New member fringe_extended_p.
21687
21688 2007-07-25 Glenn Morris <rgm@gnu.org>
21689
21690 * Relicense all FSF files to GPLv3 or later.
21691
21692 * COPYING: Switch to GPLv3.
21693
21694 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21695
21696 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
21697
21698 * data.c (Finteractive_form): Check for the presence of an
21699 `interactive-form' symbol property more thoroughly.
21700
21701 * data.c (Finteractive_form): Use an `interactive-form' property if
21702 present, analogous to the function-documentation property.
21703
21704 2007-07-24 Jason Rumney <jasonr@gnu.org>
21705
21706 * w32fns.c (x_real_positions): Get real position from OS instead of
21707 calculating it.
21708
21709 2007-07-23 Jason Rumney <jasonr@gnu.org>
21710
21711 * filelock.c (current_lock_owner): Allow for @ sign in username.
21712
21713 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
21714
21715 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
21716 remote default-directory.
21717
21718 * buffer.c (mode-line-format): Describe above case in doc string.
21719
21720 2007-07-20 Eli Zaretskii <eliz@gnu.org>
21721
21722 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
21723 Define if not defined.
21724
21725 2007-07-18 Jason Rumney <jasonr@gnu.org>
21726
21727 * w32proc.c (w32_executable_type): Handle 64 bit executables.
21728
21729 2007-07-18 Richard Stallman <rms@gnu.org>
21730
21731 * data.c (Fsetq_default): Doc fix.
21732
21733 * eval.c (Fsetq): Doc fix.
21734
21735 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21736
21737 * coding.c (Ffind_operation_coding_system):
21738 * eval.c (For, Fand): Doc fixes.
21739 Reported by Johan Bockgård.
21740
21741 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
21742
21743 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
21744
21745 * xterm.h: Declare x_ewmh_activate_frame.
21746
21747 * xterm.c (x_ewmh_activate_frame): New function.
21748 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
21749
21750 2007-07-17 Martin Rudalics <rudalics@gmx.at>
21751
21752 * window.c (Fdisplay_buffer): If largest or LRU window is the
21753 only window, split it even if it is not eligible for splitting.
21754 This restores the original behavior broken by the 2007-07-15
21755 change.
21756
21757 2007-07-17 Glenn Morris <rgm@gnu.org>
21758
21759 * abbrev.c (abbrev_check_chars): New function.
21760 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21761 Call abbrev_check_chars to check abbrev characters are word
21762 constituents. Doc fix.
21763
21764 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21765
21766 * process.c (Fstart_process, Fmake_network_process)
21767 (read_process_output): Fix up last changes.
21768
21769 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21770
21771 * makefile.w32-in (clean): Don't delete *~.
21772
21773 2007-07-16 Andreas Schwab <schwab@suse.de>
21774
21775 * window.c (Fdisplay_buffer): Use NILP.
21776 (Fset_window_scroll_bars): Likewise.
21777
21778 2007-07-15 Martin Rudalics <rudalics@gmx.at>
21779
21780 * window.c (window_min_size_2): New function.
21781 (window_min_size_1, size_window, Fdisplay_buffer)
21782 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
21783 windows without mode- or header-lines when window-min-height is
21784 too small.
21785 (size_window): Reset nodelete_p after testing it, following an
21786 earlier note by Kim F. Storm.
21787 (display_buffer): Do not set split_height_threshold to twice the
21788 value of window_min_height to avoid changing the value of a
21789 customizable variable. Rather explicitly check whether the
21790 height of the window that shall be splitted is at least as large
21791 as split_height_threshold.
21792 (Fwindow_full_width_p): New defun.
21793 (syms_of_window): Defsubr it.
21794
21795 * window.h: Add EXFUN for Fwindow_full_width_p.
21796
21797 2007-07-14 Jason Rumney <jasonr@gnu.org>
21798
21799 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
21800
21801 2007-07-14 Richard Stallman <rms@gnu.org>
21802
21803 * eval.c (maybe_call_debugger): New function.
21804 (find_handler_clause): Use maybe_call_debugger.
21805 Call it when the handler says `debug'.
21806 Eliminate DEBUGGER_VALUE_PTR.
21807 (Fsignal): Eliminate debugger_value.
21808 (Qdebug): New variable.
21809 (syms_of_eval): Initialize it.
21810
21811 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21812
21813 * eval.c (Fprogn):
21814 * keyboard.c (Ftrack_mouse):
21815 * print.c (Fwith_output_to_temp_buffer):
21816 * window.c (Fsave_window_excursion): Doc fix.
21817
21818 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21819
21820 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
21821
21822 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21823
21824 * process.h (struct Lisp_Process): Turn slots infd, outfd,
21825 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
21826 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
21827 read_output_delay, and read_output_skip from Lisp_Objects to ints.
21828 Remove unused encoding_carryover.
21829 * process.c: Adjust all functions accordingly.
21830
21831 2007-07-12 Richard Stallman <rms@gnu.org>
21832
21833 * term.c: Include unistd.h only if HAVE_UNISTD_H.
21834
21835 2007-07-11 Jason Rumney <jasonr@gnu.org>
21836
21837 * makefile.w32-in (LIBS): Include OLE32.
21838
21839 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
21840 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
21841
21842 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21843
21844 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
21845 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
21846 from a Lisp_Object into a bare pointer.
21847 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
21848 Adjust the code correspondingly.
21849
21850 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
21851
21852 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
21853 (term_show_mouse_face): Remove unused var `j'.
21854 (handle_one_term_event): Remove unused vars `i' and `j'.
21855 Don't cast return value of ttyname since it's not necessary.
21856
21857 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21858
21859 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
21860 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
21861
21862 * fns.c (map_char_table): Use an array of int for `indices' rather than
21863 an array of Lisp_Objects (which are only ever integers anyway).
21864 (Fmap_char_table): Update caller.
21865 * lisp.h: Update prototype.
21866 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
21867 * fontset.c (Ffontset_info):
21868 * casetab.c (set_case_table): Update callers.
21869
21870 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
21871
21872 * keymap.c (struct accessible_keymaps_data)
21873 (struct where_is_internal_data): New structures.
21874 (accessible_keymaps_1, where_is_internal_1): Use them to change
21875 interface to adhere to the one used by map_keymap.
21876 (Faccessible_keymaps, where_is_internal): Use map_keymap.
21877 (accessible_keymaps_char_table, where_is_internal_2): Remove.
21878
21879 * keymap.h (map_keymap_function_t): More informative prototype.
21880
21881 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21882
21883 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
21884 (looking_at_1): Don't change search_regs and last_thing_searched
21885 if `inhibit-changing-match-data' is non-nil.
21886 (string_match_1, search_buffer, set_search_regs): Likewise.
21887 (syms_of_search): Add Lisp level definition for
21888 `inhibit-changing-match-data' and set it to nil.
21889 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
21890 start and end of the match, instead of using values in search_regs.
21891
21892 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21893
21894 * minibuf.c (Fcompleting_read): New value `confirm-only'
21895 for `require-match'.
21896
21897 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21898
21899 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
21900 part of the 2007-06-27 change to syms_of_fileio.
21901
21902 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21903
21904 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
21905 Check WINDOWP before using XWINDOW. Consolidate return statements.
21906
21907 2007-06-27 Richard Stallman <rms@gnu.org>
21908
21909 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21910
21911 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
21912
21913 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
21914
21915 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21916
21917 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
21918 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
21919 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
21920 (_free_internal, memalign): Use them.
21921 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
21922 Initialize to PTHREAD_MUTEX_INITIALIZER.
21923 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
21924 (morecore_nolock): Rename from morecore. All uses changed.
21925 Use only nolock versions of internal allocation functions.
21926 (_malloc_internal_nolock, _realloc_internal_nolock)
21927 (_free_internal_nolock): New functions created from
21928 _malloc_internal, _realloc_internal, and _free_internal.
21929 (_malloc_internal, _realloc_internal, _free_internal): Use them.
21930 Copy hook value to automatic variable before its use.
21931 (memalign): Copy hook value to automatic variable before its use.
21932
21933 2007-06-26 Kenichi Handa <handa@m17n.org>
21934
21935 * coding.c (Ffind_operation_coding_system): Docstring improved.
21936 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
21937
21938 2007-06-25 David Kastrup <dak@gnu.org>
21939
21940 * keymap.c (Fcurrent_active_maps): Add `position' argument.
21941 (Fwhere_is_internal): Adjust call to `current-active-maps' to
21942 cater for additional parameter.
21943
21944 * keymap.h: Adjust number of parameters to `current-active-maps'.
21945
21946 * doc.c (Fsubstitute_command_keys): Adjust call of
21947 `current-active-maps'.
21948
21949 2007-06-25 David Kastrup <dak@gnu.org>
21950
21951 * callint.c (Fcall_interactively): Make the parsing of interactive
21952 specs somewhat more readable.
21953
21954 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21955
21956 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
21957 to scroll bar gap also when bitmap fills fringe. Draw only foreground
21958 if extended background has already been filled.
21959
21960 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21961
21962 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
21963 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
21964
21965 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
21966 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
21967 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
21968 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
21969 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
21970 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
21971 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
21972 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
21973 Run timers during dialog popup.
21974 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
21975
21976 2007-06-21 Jason Rumney <jasonr@gnu.org>
21977
21978 * image.c (convert_mono_to_color_image): Swap fore and background.
21979
21980 2007-06-20 Jason Rumney <jasonr@gnu.org>
21981
21982 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
21983 (w32_free_bdf_font): Unmap memory not handle.
21984
21985 2007-06-20 Sam Steingold <sds@gnu.org>
21986
21987 * gmalloc.c (__morecore): Fix the declaration to comply with the
21988 definition.
21989
21990 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
21991
21992 * w32term.c (w32_delete_display): Remove leftover declaration.
21993 (w32_define_cursor, w32_initialize): Make static.
21994
21995 * w32.c (_wsa_errlist): Fix typo in error message.
21996 (init_environment): Ignore any environment variable from the
21997 registry having a null value.
21998
21999 2007-06-20 Glenn Morris <rgm@gnu.org>
22000
22001 * Makefile.in (LIBGIF): Default to -lgif.
22002
22003 2007-06-17 Jason Rumney <jasonr@gnu.org>
22004
22005 * w32menu.c (add_menu_item): Don't use multibyte string functions on
22006 unicode strings.
22007
22008 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
22009
22010 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
22011 Fix typo in docstring.
22012
22013 2007-06-16 Eli Zaretskii <eliz@gnu.org>
22014
22015 * w32menu.c (add_menu_item): Escape `&' characters in menu items
22016 and their keybindings.
22017
22018 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
22019
22020 * composite.c (update_compositions): Fix last fix.
22021
22022 2007-06-14 Jason Rumney <jasonr@gnu.org>
22023
22024 * w32.c (get_process_times_fn): New function pointer.
22025 (globals_of_w32): Intialize it if present in kernel32.dll.
22026 (w32_get_internal_run_time): New function.
22027
22028 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
22029
22030 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
22031
22032 * composite.c (update_compositions): Check the validness of
22033 compositions.
22034
22035 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22036
22037 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
22038 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
22039
22040 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
22041 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
22042
22043 * macgui.h (USE_MAC_TOOLBAR): New define.
22044
22045 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22046 Return immediately unless popup is activated.
22047
22048 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
22049 background to scroll bar gap.
22050 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
22051 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
22052 scroll bars on frame edge. Check fringe background extension.
22053 Don't clear extended fringe background area.
22054 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
22055 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
22056 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
22057 [USE_MAC_TOOLBAR]: New macros.
22058 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
22059 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
22060 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
22061 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
22062 [USE_MAC_TOOLBAR]: New functions.
22063 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
22064 manually if previous repositioning has failed.
22065 (mac_handle_keyboard_event): Use precomputed event kind.
22066 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
22067 as tool bar item click. Handle mouse movement over tool bar items.
22068
22069 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
22070 toolbar_win_gravity.
22071 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
22072 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
22073 Add externs.
22074
22075 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
22076 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
22077
22078 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
22079
22080 * image.c (search_image_cache): Remove unused variable.
22081
22082 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
22083
22084 * xfns.c, xmenu.c: Link to xaw3d if available.
22085
22086 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22087
22088 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
22089 frame_foreground and frame_background.
22090
22091 * image.c (lookup_image): Save frame foreground and background colors.
22092 (search_image_cache): Check if saved and current frame colors match.
22093
22094 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22095
22096 * regex.c (regex_compile): Remove the `regnum' counter.
22097 Use bufp->re_nsub instead. Add support for \(?N:RE\).
22098
22099 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22100
22101 * term.c: Include intervals.h to declare Fget_text_property.
22102
22103 2007-06-10 Jason Rumney <jasonr@gnu.org>
22104
22105 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
22106
22107 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
22108
22109 * callint.c (Fcall_interactively):
22110 * editfns.c (Fdelete_and_extract_region):
22111 * fileio.c (Fread_file_name):
22112 * fns.c (Fmapconcat):
22113 * keyboard.c (cmd_error_internal):
22114 * keymap.c (Fkey_description):
22115 * lread.c (openp):
22116 * minibuf.c (read_minibuf):
22117 * search.c (wordify):
22118 * sunfns.c (sel_read):
22119 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
22120 * xfns.c (x_default_scroll_bar_color_parameter):
22121 * xmenu.c (menu_help_callback):
22122 * xselect.c (Fx_get_atom_name):
22123 * xterm.c (x_term_init): Use empty_unibyte_string.
22124
22125 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
22126
22127 * alloc.c (init_strings): Initialize canonical empty strings.
22128 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
22129 canonical empty string when the requested size is 0.
22130
22131 * emacs.c (empty_unibyte_string): Rename from empty_string.
22132 (empty_multibyte_string): New canonical empty string.
22133 (syms_of_emacs): Don't initialize empty_string.
22134
22135 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
22136 string, if appropriate.
22137 (empty_unibyte_string, empty_multibyte_string): New externs.
22138 (empty_string): Remove extern.
22139
22140 * lread.c (syms_of_lread): Use empty_unibyte_string.
22141
22142 2007-06-07 Jason Rumney <jasonr@gnu.org>
22143
22144 * s/ms-w32.h: Don't define HAVE_TZNAME.
22145
22146 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
22147
22148 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22149
22150 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
22151
22152 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
22153 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
22154
22155 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22156 Don't call next handler.
22157 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
22158 Remove argument. Install handler to application.
22159 (set_frame_menubar): Don't change deep_p.
22160 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
22161 FRAME_OUTER_TO_INNER_DIFF_Y.
22162 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
22163 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
22164 [HAVE_DIALOGS]: New macros.
22165 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
22166 Use them.
22167 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
22168
22169 * macselect.c [MAC_OSX] (install_service_handler): Rename from
22170 init_service_handler. All callers changed. Return OSStatus value.
22171
22172 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
22173 All callers changed so as not to call SetPortWindowPort.
22174 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
22175 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
22176 mac_draw_string_common.
22177 (mac_draw_image_string_qd): Likewise.
22178 (mac_draw_string_common): Use them. Add INLINE.
22179 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
22180 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
22181 GetGlobalMouse.
22182 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
22183 and FRAME_OUTER_TO_INNER_DIFF_Y.
22184 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
22185 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
22186 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
22187 repositioning window to mac_handle_window_event.
22188 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
22189 saving window location to mac_handle_window_event
22190 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
22191 (install_menu_target_item_handler): Remove argument in extern.
22192 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
22193 Also accept command events.
22194 (do_keystroke): New function created from XTread_socket.
22195 (init_command_handler): Remove functions.
22196 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
22197 and save window location by kEventWindowShowing and kEventWindowHiding
22198 handlers here. Don't call next handler for window state change and
22199 focus events.
22200 (mac_handle_application_event, mac_handle_keyboard_event)
22201 [TARGET_API_MAC_CARBON]: New functions.
22202 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
22203 kEventWindowShowing and kEventWindowHiding events. Move installation
22204 of mouse, font, text input and menu target item handlers to
22205 install_application_handler.
22206 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
22207 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22208 New function.
22209 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22210 Register it.
22211 (XTread_socket) [TARGET_API_MAC_CARBON]:
22212 Consolidate SendEventToEventTarget calls.
22213 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
22214 Move application activation handler to mac_handle_application_event.
22215 Move keyboard handler to mac_handle_keyboard_event.
22216 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
22217 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
22218 init_command_handler. Call install_application_handler.
22219
22220 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
22221 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
22222
22223 2007-06-07 Glenn Morris <rgm@gnu.org>
22224
22225 * emacs.c (main): Use `emacs-copyright' in --version output.
22226
22227 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
22228
22229 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
22230
22231 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22232
22233 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
22234
22235 * macgui.h: Replace WindowPtr with WindowRef.
22236
22237 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22238 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22239 Replace ControlHandle with ControlRef.
22240 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
22241
22242 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22243 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22244 Replace ControlHandle with ControlRef.
22245 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
22246 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
22247
22248 * macterm.h (struct scroll_bar): Rename member control_handle_low
22249 and control_handle_high to control_ref_low and control_ref_high.
22250 All uses changed.
22251 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
22252 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
22253 respectively. All uses changed.
22254 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
22255 (install_window_handler, remove_window_handler): Replace WindowPtr
22256 with WindowRef in externs.
22257
22258 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
22259
22260 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
22261
22262 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
22263
22264 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
22265
22266 * frame.c (Fmouse_position, Fmouse_pixel_position):
22267 Condition on HAVE_GPM too.
22268
22269 * term.c (term_mouse_highlight): Remove unused variables.
22270 (Fterm_open_connection): Set gpm_zerobased to 1.
22271 (term_mouse_movement, term_mouse_click, handle_one_term_event):
22272 Use zero based co-ordinates.
22273 (handle_one_term_event): Report a drag as mouse movement too.
22274
22275 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
22276
22277 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
22278
22279 * image.c (search_image_cache): New function. Require background
22280 color match if background color is unspecified in the image spec.
22281 (uncache_image, lookup_image): Use it.
22282
22283 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
22284
22285 * window.c (Fshrink_window): Reflow docstring.
22286
22287 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
22288
22289 * Version 22.1 released.
22290
22291 2007-06-01 Richard Stallman <rms@gnu.org>
22292
22293 * xfns.c (x_encode_text): Add GCPRO.
22294
22295 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22296
22297 * xfns.c (x_set_name_internal): Save encoded name before
22298 x_encode_text in case string data is relocated.
22299
22300 2007-05-31 Richard Stallman <rms@gnu.org>
22301
22302 * buffer.c (syms_of_buffer): Doc fix.
22303
22304 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
22305
22306 * sysdep.c (init_sys_modes): Add rather than replace with
22307 O_NONBLOCK.
22308
22309 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
22310 term_mouse_moveto.
22311
22312 * termhooks.h (term_mouse_moveto): New extern.
22313
22314 * term.c (mouse_face_window): Rename...
22315 (Qmouse_face_window): ...to this.
22316 (term_show_mouse_face, term_clear_mouse_face)
22317 (term_mouse_highlight): Use Qmouse_face_window.
22318 (term_mouse_moveto): New function.
22319 (term_mouse_position): Make it work.
22320 (syms_of_term): Uncomment assignment to mouse_position_hook.
22321 Staticpro Qmouse_face_window.
22322
22323 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22324
22325 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
22326 around current_column call.
22327
22328 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
22329
22330 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
22331 * xdisp.c (next_element_from_buffer):
22332 * window.c (delete_window):
22333 * term.c (term_mouse_highlight):
22334 * msdos.c (getdefdir):
22335 * macterm.c (mac_create_bitmap_from_bitmap_data)
22336 (init_font_name_table):
22337 * fns.c (Fsxhash):
22338 * data.c (Fmake_local_variable):
22339 * ccl.c (ccl_driver): Likewise.
22340
22341 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22342
22343 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
22344 Call mac_wakeup_from_rne on window size change.
22345
22346 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
22347
22348 * image.c (uncache_image): Fix typo.
22349
22350 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
22351
22352 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
22353
22354 2007-05-22 Richard Stallman <rms@gnu.org>
22355
22356 * xterm.c (x_connection_closed): Remove NO_RETURN.
22357
22358 2007-05-22 Martin Rudalics <rudalics@gmx.at>
22359
22360 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
22361
22362 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
22363
22364 * image.c (uncache_image): New function.
22365 (Fimage_refresh): New function.
22366
22367 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
22368
22369 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
22370
22371 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22372
22373 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
22374 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
22375
22376 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22377
22378 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
22379 conditional on [HAVE_GPM_H].
22380
22381 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
22382
22383 * syntax.c (skip_chars): Update syntax-table only after we checked that
22384 the new location is valid.
22385
22386 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22387
22388 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
22389 mac_get_window_bounds.
22390
22391 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22392
22393 * Makefile.in (LIBGPM): Allow it to be set from configure.
22394 If set then link Emacs with it.
22395
22396 * config.in: Regenerate.
22397
22398 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
22399 New externs.
22400
22401 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
22402 Include gpm.h.
22403 (handle_one_term_event, term_gpm): New externs.
22404
22405 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
22406 and allow it to be interrupted by SIGIO.
22407
22408 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
22409 (wait_reading_process_output): Wait on gpm_fd too.
22410 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
22411 (add_gpm_wait_descriptor_called_flag): New variable.
22412 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
22413
22414 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
22415 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
22416 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
22417 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
22418 (make_lispy_event): Add case GPM_CLICK_EVENT.
22419 (read_avail_input): Handle mouse input.
22420
22421 * term.c (write_glyphs_with_face): New function.
22422 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
22423 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
22424 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
22425 (mouse_face_face_id, term_gpm, pos_x, pos_y)
22426 (last_mouse_x, last_mouse_y): New variables.
22427 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
22428 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
22429 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
22430 (Fterm_close_connection): New functions.
22431 (term_init): Initialise mouse_face_window.
22432
22433 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
22434
22435 * xdisp.c (redisplay_window): If first window line is a
22436 continuation line, recompute the new window start instead of
22437 recentering.
22438
22439 2007-05-18 Glenn Morris <rgm@gnu.org>
22440
22441 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
22442 Suggested by Alfred M. Szmidt <ams@gnu.org>.
22443
22444 2007-05-17 Glenn Morris <rgm@gnu.org>
22445
22446 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
22447
22448 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22449
22450 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
22451 dead key repeat and up events.
22452
22453 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
22454
22455 * image.c (pbm_load): Check image size for monochrome pbm.
22456
22457 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
22458
22459 * xterm.c (XTread_socket): Revert last change.
22460
22461 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
22462
22463 * image.c (pbm_load): Correctly check image size for greyscale pbm.
22464
22465 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
22466
22467 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22468
22469 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
22470 mixup (YAILOM).
22471
22472 2007-05-07 Andreas Schwab <schwab@suse.de>
22473
22474 * keymap.c (Flookup_key): Fix typo in last change.
22475
22476 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22477
22478 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22479 mapping for unibyte strings.
22480
22481 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22482
22483 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22484 (Fx_popup_dialog) [MAC_OSX]: Likewise.
22485
22486 2007-04-29 Richard Stallman <rms@gnu.org>
22487
22488 * insdel.c (replace_range): For undo, record insertion first.
22489
22490 2007-04-29 Andreas Schwab <schwab@suse.de>
22491
22492 * lisp.h (VECSIZE): Use OFFSETOF.
22493
22494 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22495
22496 * xdisp.c (try_window_reusing_current_matrix): Fix number of
22497 disabled lines.
22498
22499 2007-04-28 Richard Stallman <rms@gnu.org>
22500
22501 * lread.c (read_escape): In a string, \s is always space.
22502
22503 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
22504
22505 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22506
22507 * gtkutil.c (xg_update_menubar, create_menus): Create empty
22508 submenu for menu bar items.
22509
22510 See ChangeLog.10 for earlier changes.
22511
22512 ;; Local Variables:
22513 ;; coding: utf-8
22514 ;; add-log-time-zone-rule: t
22515 ;; End:
22516
22517 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
22518
22519 This file is part of GNU Emacs.
22520
22521 GNU Emacs is free software: you can redistribute it and/or modify
22522 it under the terms of the GNU General Public License as published by
22523 the Free Software Foundation, either version 3 of the License, or
22524 (at your option) any later version.
22525
22526 GNU Emacs is distributed in the hope that it will be useful,
22527 but WITHOUT ANY WARRANTY; without even the implied warranty of
22528 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22529 GNU General Public License for more details.
22530
22531 You should have received a copy of the GNU General Public License
22532 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22533
22534 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40