eieio.texi (Naming Conventions): Correction to xref on elisp
[bpt/emacs.git] / src / ChangeLog
CommitLineData
8932b1c2
CY
12010-01-01 Chong Yidong <cyd@stupidchicken.com>
2
87231e2c
CY
3 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
4
4801c5fa
CY
5 * lread.c (syms_of_lread): Make it clearer that these are the
6 names of loaded files (Bug#5068).
7
8932b1c2
CY
8 * eval.c (run_hook_with_args): Handle the case where the global
9 value has the obsolete single-function form (Bug#5026).
10
11e3c684
CY
112009-12-27 Chong Yidong <cyd@stupidchicken.com>
12
13 * minibuf.c (Fall_completions): Minor optimization.
14
5b28ce35
EZ
152009-12-26 Eli Zaretskii <eliz@gnu.org>
16
5ce6e4f4
JB
17 * .gdbinit (pgx): Fix display of composite glyphs.
18 Display cmp.from and cmp.to as well.
19 (pitx): Fix last change.
5b28ce35 20
bcffff46
KH
212009-12-25 Kenichi Handa <handa@m17n.org>
22
23 * composite.h (composition_adjust_point): Update prototype.
24
25 * composite.c (composition_reseat_it): Don't make a composition
26 spanning over point.
27 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
28 composable characters.
29 (composition_adjust_point): New arg NEW_PT. Callers changed.
30
31 * keyboard.c (command_loop_1): Force redisplay if the last point
32 was within a composition.
33 (adjust_point_for_property): Don't adjust point for automatic
34 composition when called after buffer modification.
35
3f670e9a
EZ
362009-12-19 Eli Zaretskii <eliz@gnu.org>
37
5ce6e4f4
JB
38 * .gdbinit (pitx): Don't use enum names, use their values.
39 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
40 (pgx): Don't use enum names, use their values.
41 (pitmethod): New helper command.
42 (pitx): Use it to display iteration method.
43 (pgrowit): New command.
44
ad903955
EZ
45 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
46
3f670e9a
EZ
47 Update dependencies in Makefile.in.
48
49 * Makefile.in (alloc.o): Depend on termhooks.h.
50 (atimer.o): Depend on blockinput.h.
51 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
52 and frame.h.
53 (callint.o): Depend on systime.h, coding.h, and composite.h.
54 (callproc.o): Depend on buffer.h.
55 (casefiddle.o): Don't depend on charset.h.
56 (casetab.o): Depend on character.h.
57 (ccl.o): Depend on composite.h.
58 (chartab.o): Depend on ccl.h.
59 (cm.o): Depend on dispextern.h.
60 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
61 (coding.o): Don't depend on $(INTERVALS_H).
62 (composite.o): Don't depend on dispextern.h explicitly (it's in
63 $(INTERVALS_H)). Depend on ccl.h.
64 (data.o): Depend on systime.h, coding.h, composite.h,
65 dispextern.h, font.h, and ccl.h.
66 (dired.o): Depend on composite.h.
67 (dispnew.o): Depend on coding.h. Don't depend explicitly on
68 composite.h (it's in $(INTERVALS_H)).
69 (doc.o): Depend on systime.h, coding.h, and composite.h.
70 (editfns.o): Don't depend explicitly on dispextern.h.
71 (emacs.o): Depend on frame.h and coding.h.
72 (eval.o): Depend on coding.h, composite.h, and xterm.h.
73 (fileio.o): Depend on frame.h and commands.h. Don't depend
74 explicitly on dispextern.h.
75 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
76 composite.h.
77 (fns.o): Don't depend on termhooks.h.
78 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
79 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
80 coding.h, $(INTERVALS_H), window.h, xterm.h.
81 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
82 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
83 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
84 fontset.h, ccl.h, and ftfont.h.
85 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
86 (gtkutil.o): Depend on dispextern.h and composite.h.
87 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
88 termhooks.h, and ccl.h.
89 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
90 (intervals.o): Depend on systime.h and coding.h.
91 (keyboard.o): Depend on composite.h and coding.h.
92 (keymap.o): Depend on coding.h and frame.h.
93 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
94 (macros.o): Depend on systime.h, coding.h, and composite.h.
95 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
96 and atimer.h.
97 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
98 dispextern.h explicitly.
99 (print.o): Depend on termhooks.h, coding.h, and ccl.h. Don't
100 depend explicitly on dispextern.h and composite.h.
101 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
102 (regex.o): Don't depend on charset.h.
103 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
104 (search.o): Don't depend explicitly on composite.h.
105 (sound.o): Depend on atimer.h and systime.h.
106 (syntax.o): Don't depend explicitly on composite.h.
107 (sysdep.o): Depend on coding.h and composite.h.
108 (term.o): Depend on xterm.h and buffer.h.
109 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
110 (textprop.o): Don't depend on dispextern.h explicitly.
111 (undo.o): Depend on dispextern.h.
112 (window.o): Depend on coding.h and termhooks.h. Don't depend on
113 dispextern.h and composite.h explicitly.
114 (xdisp.o): Depend on ccl.h.
115 (xfaces.o): Depend on coding.h and ccl.h.
116 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
117 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
118 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
119 ftfont.h.
120 (xgselect.o): New dependency.
121 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
122 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
123 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
124 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
125 (xsmfns.o): Depend on frame.h and dispextern.h.
126 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
127 sysselect.h.
128
7a6f7fea
AS
1292009-12-19 Andreas Schwab <schwab@linux-m68k.org>
130
131 * font.c (Fclear_font_cache): Pass correct cache argument to
132 font_clear_cache.
133
f4c21026
AS
1342009-12-16 Andreas Schwab <schwab@linux-m68k.org>
135
136 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
137 twice.
138
f7ab0997
CY
1392009-12-15 Chong Yidong <cyd@stupidchicken.com>
140
141 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
142 calling file-remote-p. Reported by Jim Meyering.
143
fa8e045a
MA
1442009-12-15 Michael Albinus <michael.albinus@gmx.de>
145
146 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
147 avoid compiler warnings. (Bug #5217).
148
a63dba42
KH
1492009-12-14 Kenichi Handa <handa@m17n.org>
150
151 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
152 in 8-bit encoding.
153
5ce6e4f4 1542009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
155
156 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
157 tooltip windows.
158
223e5fc6
JD
1592009-12-13 Jan Djärv <jan.h.d@swipnet.se>
160
36acb2a7
JD
161 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
162 Xatom_net_window_type.
163
164 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
165 Xatom_net_window_type.
166
b8f00677
JD
167 * xterm.c (my_log_handler): New function.
168 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 169 so we can filter out buggy messages. (Bug #5120).
b8f00677 170
e5f0bc9a
JD
171 * xterm.c (xg_scroll_callback): Parameter list changed,
172 use parameter GtkScrollType to determine scroll/line/page.
173 Only allow dragging if a button < 4 is grabbed (bug #5177).
174 (xg_end_scroll_callback): New function.
175 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
176 xg_create_scroll_bar.
177
178 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
179 (scroll_end_callback): Remove.
180 (xg_create_scroll_bar): Add parameter end_callback, bind it to
181 button-release-event. Replace value-changed event with change-value,
182 bug #5177,
183 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
184 bug #5177.
185
186 * gtkutil.h (XG_LAST_SB_DATA): Remove.
187 (xg_create_scroll_bar): Add GCallback end_callback.
188
223e5fc6
JD
189 * xftfont.c (QClcdfilter): New variable.
190 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
191 (syms_of_xftfont): Initialize QClcdfilter.
192
3c055b77
JD
1932009-12-12 Jan Djärv <jan.h.d@swipnet.se>
194
195 * xsettings.c (struct xsettings): Add member seen.
196 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 197 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
198 (apply_xft_settings): Only update Xft settings with what member seen
199 indicates as new.
200
05fe33ff
EZ
2012009-12-12 Eli Zaretskii <eliz@gnu.org>
202
203 * dispextern.h (struct text_pos): Use EMACS_INT;
204 (struct glyph): Use EMACS_INT for charpos.
205 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
206 region_beg_charpos, region_end_charpos,
207 redisplay_end_trigger_charpos, and also for
208 iterator_stack_entry.end_charpos and
209 iterator_stack_entry.stop_charpos.
210
e8d7886a
JD
2112009-12-12 Jan Djärv <jan.h.d@swipnet.se>
212
5ce6e4f4 213 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
214 (xg_create_scroll_bar): Call scroll_end_callback on button release
215 event (bug #5177).
216 (xg_event_is_for_scrollbar): != replaced with ==.
217
d0db2ec8
KH
2182009-12-12 Kenichi Handa <handa@m17n.org>
219
220 * ftfont.c (struct ftfont_info): New member matrix.
221 (ftfont_open): Setup xftfont_info->matrix.
222 (MFLTFontFT): New member matrix.
223 (FLOOR, CEIL, ROUND): New macros.
224 (ftfont_get_metrics): Handle matrix transformation.
225 (ftfont_shape_by_flt): New arg matrix. Callers changed.
226
227 * xftfont.c (struct xftfont_info): New member matrix.
228 (xftfont_open): Setup xftfont_info->matrix.
229
2302009-12-10 Kenichi Handa <handa@m17n.org>
231
232 * xdisp.c (append_space_for_newline): Consider face-remapping.
233
2cc7b62f
AS
2342009-12-09 Andreas Schwab <schwab@linux-m68k.org>
235
b87dd913
AS
236 * xsettings.c: Include "keyboard.h".
237
eba5eb94
AS
238 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
239
2cc7b62f
AS
240 Fix implicit function declarations.
241 * cmds.c: Include "frame.h".
242 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
243 * frame.h: Move declaration of delete_frame outside of
244 HAVE_WINDOW_SYSTEM.
245
a4ef73c8
CY
2462009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
247
248 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
249
250 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
251 GTK builds.
252
944a300c
AS
2532009-12-07 Andreas Schwab <schwab@linux-m68k.org>
254
255 * unexelf.c (unexec): Don't search for .data twice.
256
022eef62
CY
2572009-12-05 Chong Yidong <cyd@stupidchicken.com>
258
426ac949
CY
259 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
260 if push failed.
261 (handle_line_prefix): Set avoid_cursor_p here. Check return value
262 of push_display_prop (Bug#5000).
263
022eef62
CY
264 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
265 value of font_list_entities (Bug#5085).
266
be95bee9
JB
2672009-12-04 Juanma Barranquero <lekktu@gmail.com>
268
269 Fix `string-to-number' to deal consistently with integers and floats.
270 * lread.c (isfloat_string): New argument ignore_trailing to accept all
271 trailing characters, not just whitespace.
272 (read1): Pass new arg 0 to keep old behavior.
273 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
274 trailing chars, as it is already done for integers. Doc fixes.
275 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
276
24c2d7ce
EZ
2772009-12-04 Eli Zaretskii <eliz@gnu.org>
278
279 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete
280 unused enumeration value.
281
7e694795
EZ
2822009-12-03 Eli Zaretskii <eliz@gnu.org>
283
284 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
285
84b31826
SM
2862009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
287
288 * process.c (Fmake_network_process): Fix up the tests for
289 "connectionless socket", so they DTRT for seqpacket sockets as well.
290
f00c449b
SM
2912009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * process.c (Qseqpacket): New symbol.
294 (HAVE_SEQPACKET): New macro.
295 (Fmake_network_process): Accept new :type `seqpacket'.
296 (init_process): Add `seqpacket' feature when applicable.
297 (syms_of_process): Initialize Qseqpacket.
298
8096a0ff
YM
2992009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
300
301 * font.c (font_load_for_lface, font_open_by_name): Don't store name
302 if entity is Qnil.
303
3e0de07f
SM
3042009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * print.c (print_preprocess): Preprocess the key_and_value table of
307 hashtables, even tho they're "hidden" (bug#5082).
308
abeafb2a
JD
3092009-11-29 Jan Djärv <jan.h.d@swipnet.se>
310
311 * frame.c (frame_make_pointer_invisible)
312 (frame_make_pointer_visible): Declare f before statements.
313
4bf47195
EZ
3142009-11-28 Eli Zaretskii <eliz@gnu.org>
315
316 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
317 omitted dependencies on lisp.h.
318
c525b3f2
JD
3192009-11-27 Jan Djärv <jan.h.d@swipnet.se>
320
ece2d4ed
JD
321 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
322 is NULL.
323
324 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
325
326 * frame.c (frame_make_pointer_invisible)
3e0de07f 327 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
328 frame.
329
c525b3f2
JD
330 * search.c (simple_search): Remove warning by making *p const.
331
2f00e299
DN
3322009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
333
334 * xdisp.c (power_letter): Remove duplicate const.
335
084b049b
JD
3362009-11-25 Jan Djärv <jan.h.d@swipnet.se>
337
a1fadc6f
JD
338 * term.c (delete_tty): Remove check for last terminal (bug#4970).
339
5ce6e4f4 340 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
341 defaults (bug #5025).
342
28259cac
SM
3432009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * insdel.c (adjust_markers_for_delete): Move it in the
346 right direction! (bug#4803)
347
e8e14166
YM
3482009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
349
350 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
351
352 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
353
86677b58
GM
3542009-11-24 Glenn Morris <rgm@gnu.org>
355
356 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
357
581e51e8
JD
3582009-11-23 Jan Djärv <jan.h.d@swipnet.se>
359
cfc86c7a
JD
360 * Makefile.in: Must create deps for ecrt0.o in its rule.
361
581e51e8
JD
362 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
363 because that is what Gtk+ font dialog understands.
364
365 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
366 of Fcopy_sequence.
367 (font_open_by_name): Put name given into QCname for font-object returned.
368
369 * frame.c (x_set_font): Save original font name as frame parameter
370 font-parameter.
371
372 * xsettings.c (set_default_xft_settings): New function.
373 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
374 is found.
375
8b264ecb
AS
3762009-11-22 Andreas Schwab <schwab@linux-m68k.org>
377
378 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
379 searching backwards through multibyte buffer.
380
872870b2
JD
3812009-11-21 Jan Djärv <jan.h.d@swipnet.se>
382
383 * xterm.c: #include xgselect.h.
384 (x_initialize): Call xgselect_initialize.
385
386 * xsettings.c (something_changedCB): C++ comments => C comments.
387 (init_gconf): Do not deal with any GLib file descriptors, xg_select
388 does that now.
389
390 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
391 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
392 (scroll_bar_button_cb): Remove.
5ce6e4f4 393 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
394 event.
395 (xg_create_scroll_bar): Don't bind button-press-event and
396 button-release-event.
397
398 * process.c: Include xgselect.h if defined (USE_GTK) ||
399 defined (HAVE_GCONF).
400 (wait_reading_process_output): Call xg_select for the same condition.
401
402 * xgselect.c (xg_select): New function to better integrate with
403 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
404
405 * xgselect.h: New file, declare xg_select, xgselect_initialize.
406
407 * Makefile.in (XOBJ): Add xgselect.o.
408
62a6e103
AS
4092009-11-21 Andreas Schwab <schwab@linux-m68k.org>
410
411 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
412 ignored second argument. All callers changed.
413 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
414 (RE_STRING_CHAR_AND_LENGTH): Likewise.
415 * xdisp.c (string_char_and_length): Likewise.
416
b0ca0f33
DN
4172009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
418
419 * xterm.c (x_new_font):
420 * print.c (print_object):
421 * cmds.c (Fself_insert_command): Move declarations before statements.
422
dd5a6279
CY
4232009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
424
425 * s/cygwin.h: Remove unneeded linker flags.
426
4a8e097d
JD
4272009-11-20 Jan Djärv <jan.h.d@swipnet.se>
428
0d1d0d26
JD
429 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
430
431 * xsettings.h: Declare xsettings_get_system_font.
432
433 * xsettings.c (xsettings_get_system_font): New function.
434 (init_gconf): No use initiating gconf unless we have Xft also.
435 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
436 HAVE_GCONF.
437
4a8e097d
JD
438 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
439 add a blank entry so it doesn't collapse into nothing.
440
8ab1650e
SM
4412009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * lread.c (Funintern): Comment out last change.
444
82c602f0
RS
4452009-11-19 Richard Stallman <rms@gnu.org>
446
447 * lread.c (Funintern): Error if symbol is t or nil.
448
87e32266
SM
4492009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * insdel.c (make_gap_larger): Don't make as many assumptions about the
452 representation of Lisp integers.
453 Reported by MJ Chan <mjchan.inbox@gmail.com>.
454
1b9ac145
AS
4552009-11-17 Andreas Schwab <schwab@linux-m68k.org>
456
457 * lisp.h: Remove declaration of Ffont_get_system_font.
458 * xfns.c: Move include of "xsettings.h".
459 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
460
dfb3c4c6
JD
4612009-11-17 Jan Djärv <jan.h.d@swipnet.se>
462
87e32266
SM
463 * xsettings.c (something_changedCB, Ffont_get_system_font):
464 Check use_system_font.
dfb3c4c6
JD
465 (syms_of_xsettings): DEFVAR font-use-system-font.
466
9370c1d8
AS
4672009-11-17 Andreas Schwab <schwab@linux-m68k.org>
468
25fe851a
AS
469 * xfns.c (x_default_font_parameter): Remove dead assignment.
470
9370c1d8
AS
471 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
472
637fa988
JD
4732009-11-17 Jan Djärv <jan.h.d@swipnet.se>
474
87e32266 475 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 476 not have FC_LCD_*. #define them if not there.
a6eb20d8 477
87e32266 478 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 479
637fa988
JD
480 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
481
482 * xterm.c (handle_one_xevent): Call xft_settings_event for
483 ClientMessage, PropertyNotify and DestroyNotify.
484 (x_term_init): If we have XFT, get DPI from Xft.dpi.
485 Call xsettings_initialize.
486
487 * xftfont.c (xftfont_fix_match): New function.
488 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
489 Call xftfont_fix_match after XftFontMatch.
490
491 * xfont.c (xfont_driver): Initialize all members.
492
87e32266
SM
493 * xfns.c (x_default_font_parameter):
494 Try font from Ffont_get_system_font.
637fa988
JD
495 Do not get font from x_default_parameter if we got one from
496 Ffont_get_system_font.
87e32266 497 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
498
499 * w32font.c (w32font_driver): Initialize all members.
500
501 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
502
503 * lisp.h: Declare syms_of_xsettings.
504
87e32266
SM
505 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
506 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
507
508 * ftfont.c (ftfont_filter_properties): New function.
509
510 * frame.c (x_set_font): Remove unused variable lval.
511
87e32266 512 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
513
514 * font.c (font_put_extra): Don't return if val is nil, it means
515 boolean option is off.
516 (font_parse_fcname): Collect all extra properties in extra_props
517 and call filter_properties for all drivers with extra_props and
518 font as parameter.
87e32266
SM
519 (font_open_entity): Do not use cache, it does not pick up new
520 fontconfig settings like hinting.
637fa988
JD
521 (font_load_for_lface): If spec had a name in it, store it in entity.
522
523 * emacs.c (main): Call syms_of_xsettings
524
525 * config.in: HAVE_GCONF is new.
526
527 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
528 xsettings.o is new.
529
5a942932
KH
5302009-11-17 Kenichi Handa <handa@m17n.org>
531
532 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
533 back to the default font in case that no suitable font is found.
534
b7c7a4d1
SM
5352009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
538 Suggested by Chad Brown <yandros@mit.edu>.
539 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
540
072f1e39
JD
5412009-11-16 Jan Djärv <jan.h.d@swipnet.se>
542
543 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
544
5d1e70a2
AS
5452009-11-14 Andreas Schwab <schwab@linux-m68k.org>
546
87e32266 547 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 548
a53cfbe5
JD
5492009-11-14 Jan Djärv <jan.h.d@swipnet.se>
550
473a99b7
JD
551 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
552 has a parent.
553
a53cfbe5 554 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 555 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
556
557 * config.in: Generated (AUTO_DEPEND).
558
f04bb9b2
MA
5592009-11-13 Michael Albinus <michael.albinus@gmx.de>
560
b7c7a4d1 561 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
562 Vdbus_registered_functions_table, because it contains also
563 properties. Fix docstring.
b7c7a4d1 564 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 565
8f11f7ec
SM
5662009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * alloc.c (mark_object): Don't reprocess marked strings.
569 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
570 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
571
8a605fe8
KH
5722009-11-13 Kenichi Handa <handa@m17n.org>
573
8f11f7ec 574 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
575 semantics of Vword_combining_categories.
576 (Vword_combining_categories): Describe the slight change of the
577 semantics.
578
241c4680
EZ
5792009-11-13 Eli Zaretskii <eliz@gnu.org>
580
581 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
582
583 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
584
5d58e44c
SM
5852009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * xdisp.c (syms_of_xdisp): Fix typo in last change.
588
5e13f9d3
JB
5892009-11-12 Juanma Barranquero <lekktu@gmail.com>
590
591 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
592
cf54c754
DR
5932009-11-11 David Reitter <david.reitter@gmail.com>
594
595 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
596 variables to fix 2009-11-09 change.
597
a4ada374
DN
5982009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
599
91433552
DN
600 * process.c (ifflag_def): Make flag_sym constant.
601 (Fnetwork_interface_info): Use a constant pointer.
602 (ifflag_table):
603 * xfns.c (cursor_bits):
604 * xdisp.c (power_letter):
605 * termcap.c (speeds, esctab):
606 * sysdep.c (baud_convert):
607 * keyboard.c (lispy_accent_codes, modifier_names):
608 * image.c (xbm_format, xpm_format, pbm_format, png_format)
609 (jpeg_format, tiff_format, gif_format, svg_format)
610 (interlace_start, interlace_increment, gs_format):
611 * gtkutil.c (separator_names):
612 * fringe.c (swap_nibble):
613 * fns.c (base64_value_to_char, base64_char_to_value):
614 * fileio.c (make_temp_name_tbl):
615 * coding.c (suffixes): Make constant.
616
f4265f6c
DN
617 * frame.c (make_initial_frame):
618 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
619 build_string.
620 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
621
04420943
DN
622 * s/freebsd.h:
623 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
624
0a5d24ae
DN
625 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
626 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
627
a4ada374
DN
628 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
629 * xterm.c (syms_of_xterm):
630 * xfaces.c (syms_of_xfaces):
631 * xdisp.c (syms_of_xdisp):
632 * lread.c (syms_of_lread):
633 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
634 build_string.
91433552 635
a4ada374
DN
636 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
637
af98fc7f
SM
6382009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
639
8ab1650e 640 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 641
e90292a9
JD
6422009-11-10 Jan Djärv <jan.h.d@swipnet.se>
643
644 * keyboard.h: Declare timer_check.
645
646 * keyboard.c (timer_check_2): New function that does what the old
647 timer_check did.
648 (timer_check): Call timer_check_2 until -1 or a non-zero time is
649 returned, i.e. don't return -1 with timers pending.
650
651 * process.c: Remove extern declaration of timer_check.
652
653 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
654 even if timer_check returned -1.
655
af98fc7f
SM
656 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
657 xg_dialog_data.
e90292a9
JD
658 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
659 the event loop.
660 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
661 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
662 Destroy the dialog after xg_dialog_run.
663
045b83c0
SM
6642009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
667
1fb99a3a
JD
6682009-11-10 Jan Djärv <jan.h.d@swipnet.se>
669
670 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
671
04e452cb
JB
6722009-11-09 Juanma Barranquero <lekktu@gmail.com>
673
674 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
675
ef7417fd
SM
6762009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
679 w32menu.c, and nsmenu.m.
680 Simplify the obsolete case where position is nil.
681 (cleanup_popup_menu): New function, moved from nsmenu.m.
682 (struct skp): Remove slot `notreal'.
683 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
684 adjust callers.
685 (single_menu_item): Adjust call to parse_menu_item.
686 (syms_of_menu): Defsubr x-popup-menu.
687 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
688 (keymap_panes): Don't export any more.
689 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
690 (xmenu_show): Declare.
691 * keyboard.c (parse_menu_item): Remove arg `notreal'.
692 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
693 * keyboard.h (parse_menu_item): Update declaration.
694 * xmenu.c (Fx_popup_menu): Remove.
695 (syms_of_xmenu): Don't defsubr x-popup-menu.
696 * w32menu.c (Fx_popup_menu): Remove.
697 (syms_of_w32menu): Don't defsubr x-popup-menu.
698 * nsmenu.m (cleanup_popup_menu): Remove.
699 (ns_menu_show): Rename from ns_popup_menu and remove all the code
700 moved to menu.c's Fx_popup_menu.
701 (Fx_popup_menu): Remove.
702 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
703 menu_items (it's done in menu.c already).
704
424d6179
SM
7052009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
708 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
709
c0df13a6 7102009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
711
712 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 713 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
714 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
715 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
716
2de9f71c
SM
7172009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 Let integers use up 2 tags to give them one extra bit and thus double
720 their range.
721 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
722 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
723 New macros.
724 (enum Lisp_Type): Use them. Give explicit values.
725 (Lisp_Type_Limit): Remove.
726 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
727 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
728 Pay attention to USE_2_TAGS_FOR_INTS.
729 (INTEGERP): Use LISP_INT_TAG_P.
730 * fns.c (internal_equal): Simplify the default case.
731 (sxhash): Use case_Lisp_Int.
732 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
733 any more.
734 (Ftype_of): Use case_Lisp_Int.
735 (store_symval_forwarding): Take into account the fact that Ints can
736 now have more than one tag.
737 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
738 buffer_slot_type_mismatch):
739 * xfaces.c (face_attr_equal_p):
740 * print.c (print_object):
741 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
742 Use case_Lisp_Int.
743
323637a2
EZ
7442009-11-06 Eli Zaretskii <eliz@gnu.org>
745
7ac65b38
EZ
746 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
747
323637a2
EZ
748 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
749 warning.
750
e511451f
JD
7512009-11-06 Jan Djärv <jan.h.d@swipnet.se>
752
753 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
754
755 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
756
757 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
758 ButtonPressRelease and MotionNotify (bug#4870).
759
5e2327cf
DN
7602009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
761
5adc433e
DN
762 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
763
d67b4f80
DN
764 * xterm.c (syms_of_xterm):
765 * xselect.c (syms_of_xselect):
766 * xmenu.c (syms_of_xmenu):
767 * xfns.c (syms_of_xfns):
768 * xfaces.c (syms_of_xfaces):
769 * xdisp.c (syms_of_xdisp):
770 * window.c (syms_of_window):
771 * w32fns.c (syms_of_w32fns):
772 * undo.c (syms_of_undo):
773 * textprop.c (syms_of_textprop):
774 * terminal.c (syms_of_terminal):
775 * syntax.c (syms_of_syntax):
776 * sound.c (syms_of_sound):
777 * search.c (syms_of_search):
778 * print.c (syms_of_print):
779 * minibuf.c (syms_of_minibuf):
780 * macros.c (syms_of_macros):
781 * keymap.c (syms_of_keymap, initial_define_key)
782 (initial_define_lispy_key):
783 * keyboard.c (syms_of_keyboard):
784 * insdel.c (syms_of_insdel):
785 * image.c (syms_of_image):
786 * fringe.c (syms_of_fringe):
787 * frame.c (syms_of_frame):
788 * fontset.c (syms_of_fontset):
789 * fns.c (syms_of_fns):
790 * fns.c (syms_of_fns):
791 * fileio.c (syms_of_fileio):
792 * fileio.c (syms_of_fileio):
793 * eval.c (syms_of_eval):
794 * doc.c (syms_of_doc):
795 * dispnew.c (syms_of_display):
796 * dired.c (syms_of_dired):
797 * dbusbind.c (syms_of_dbusbind):
798 * data.c (syms_of_data):
799 * composite.c (syms_of_composite):
800 * coding.c (syms_of_coding):
801 * cmds.c (syms_of_cmds):
802 * charset.c (define_charset_internal, syms_of_character):
803 * ccl.c (syms_of_ccl):
804 * category.c (syms_of_category, init_category_once):
805 * casetab.c (syms_of_casetab):
806 * casefiddle.c (syms_of_casefiddle):
807 * callint.c (syms_of_callint):
808 * bytecode.c (syms_of_bytecode):
809 * buffer.c (keys_of_buffer, syms_of_buffer):
810 * alloc.c (syms_of_alloc):
811 * process.c (syms_of_process, init_process):
812 * lread.c (syms_of_lread, init_obarray):
813 * font.c (build_style_table):
814 * emacs.c (syms_of_emacs, main): Replace calls to intern with
815 intern_c_string, calls to make_pure_string with
816 make_pure_c_string. Use pure_cons instead of Fcons.
817
5e2327cf
DN
818 * process.c (socket_options): Make it const.
819 (set_socket_option, init_process): Use a const pointer.
820
821 * lread.c (intern_c_string): New function.
822 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
823 (defvar_int): Uset it. Make the name const char*.
824
825 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
826 (defvar_int): Update prototypes.
827 (DEFUN, EXFUN): Support for prototypes is now required.
828 (intern_c_string): New prototype.
829 (struct Lisp_Subr): Make symbol_name constant.
830
831 * font.c (struct table_entry): Remove unused member. Make NAMES
832 constant.
833 (weight_table, slant_table, width_table): Make constant.
834
835 * emacs.c (struct standard_args): Make name and longname constant.
836
837 * character.h (DEFSYM): Use intern_c_string.
838
a56eaaef
DN
8392009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * alloc.c (make_pure_c_string): New function.
842
843 * eval.c (Fautoload): Purecopy all arguments.
844
f6a07420
KH
8452009-11-05 Kenichi Handa <handa@m17n.org>
846
847 * fileio.c (Finsert_file_contents): Be sure set coding-system of
848 the buffer in case of replace.
849
5d28d4b1
DN
8502009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
851
852 * puresize.h (BASE_PURESIZE): Increase to 1620000.
853
b349d111
SM
8542009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
855
d528b1ce
SM
856 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
857 when applicable (bug#4851).
858
b349d111
SM
859 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
860 (P_): Support for prototypes is now required.
861
c38eb027
CY
8622009-10-31 Chong Yidong <cyd@stupidchicken.com>
863
864 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
865 (Bug#4827).
866
0405f8d9
EZ
8672009-10-30 Eli Zaretskii <eliz@gnu.org>
868
d528b1ce 869 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 870
ca0a881a
DN
8712009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
872
873 * puresize.h (BASE_PURESIZE): Increase to 1470000.
874
d528b1ce
SM
875 * lread.c (Fload): Purecopy the file name when building
876 Vpreloaded_file_list.
ca0a881a 877
47e0e0e4
JR
8782009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
879
880 * w32fns.c (syms_of_w32fns): Change default value of
881 w32-scroll-lock-modifier to nil. (Bug#2827)
882
057bce6f
JB
8832009-10-26 Juanma Barranquero <lekktu@gmail.com>
884
782a943e 885 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 886
242bc74c
AS
8872009-10-26 Andreas Schwab <schwab@redhat.com>
888
889 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
890
522d013a
JB
8912009-10-26 Juanma Barranquero <lekktu@gmail.com>
892
893 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
894 For delta < 0, skip check that only makes sense when the mini-window
895 is going to be enlarged. (Bug#4534)
896
18060980
CY
8972009-10-25 Chong Yidong <cyd@stupidchicken.com>
898
899 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
900 string in menu maps (Bug#4471).
901
fec8f0fe
CY
9022009-10-24 Chong Yidong <cyd@stupidchicken.com>
903
904 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
905 FRAME_NS_VIEW on terminal frames (Bug#4765).
906
10d66ec0
AS
9072009-10-24 Andreas Schwab <schwab@linux-m68k.org>
908
1cae01f7
AS
909 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
910 DBUS_TYPE_UINTnn separately to get proper sign extension.
911
58a12889
AS
912 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
913 can properly handle unsigned types.
d528b1ce 914 (make_uid, make_gid): Remove.
58a12889 915
987c9327
AS
916 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
917 types again.
918
522d013a 919 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
920 (system_process_attributes): Likewise.
921
905a9ed3
DN
9222009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
923
924 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
925
926 * eval.c (Fautoload): Purecopy the filename. Simplify.
927
928 * category.c (Fdefine_category): Purecopy docstring.
929
a599b3e8
AS
9302009-10-23 Andreas Schwab <schwab@linux-m68k.org>
931
7b792fc9
AS
932 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
933
a599b3e8
AS
934 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
935
b35ac83e
CY
9362009-10-23 Chong Yidong <cyd@stupidchicken.com>
937
938 * window.c (Fwindow_edges, Fwindow_pixel_edges)
939 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
940 (Bug#4775).
941
e8903e00
SM
9422009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
945 (init_fileio_once):
946 * lisp.h (init_fileio_once): Remove.
947 * emacs.c (main): Don't call init_fileio_once.
948
8f43cbf3
DN
9492009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
950
951 * puresize.h (BASE_PURESIZE): Increase to 1430000.
952
26898943
AS
9532009-10-21 Andreas Schwab <schwab@linux-m68k.org>
954
955 * doprnt.c (doprnt): Fix overflow check.
956
5c646d5a
JD
9572009-10-21 Jan Djärv <jan.h.d@swipnet.se>
958
3132a7ea
JD
959 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
960
5c646d5a
JD
961 * xterm.h (x_wait_for_event): Declare it.
962
963 * xterm.c (pending_event_wait): New variable.
964 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
965 see pending_event_wait.eventtype.
966 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
967 (x_new_font): Call change_frame_size with new rows/columns before we
968 try to resize the frame.
5c646d5a 969 (x_wait_for_event): New function.
d528b1ce
SM
970 (x_set_window_size_1): Don't change gravity unless change_gravity
971 is set.
5c646d5a
JD
972 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
973 don't change frame size, instead wait for the ConfigureNotify.
974 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
975 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
976 (x_initialize): Initialize pending_event_wait.
977
978 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
979 size.
980
981 * widget.c (EmacsFrameSetValues): Add comment.
982 (EmacsFrameSetCharSize): Just call x_set_window_size.
983
984 * gtkutil.c (xg_frame_set_char_size): Flush events and call
985 x_wait_for_event.
d528b1ce 986 (flush_and_sync): Remove again.
5c646d5a
JD
987 (xg_get_font_name): Suggest monospace if no previous font is known.
988
e9c1637d
SM
9892009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 992 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 993
5a72cccb
YM
9942009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
995
996 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
997 processing pending events when event is filtered for input method.
ab04798f 998 (Bug#3681)
5a72cccb 999
2629aa37
JB
10002009-10-20 Juanma Barranquero <lekktu@gmail.com>
1001
1002 * fns.c: Add #endif accidentally removed in previous change.
1003
c3417a74
DN
10042009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1005
1006 * fns.c: Remove code for unsupported system: MAC_OS.
1007 * image.c: Likewise. Include setjmp.h.
1008
9685cef2
JD
10092009-10-19 Jan Djärv <jan.h.d@swipnet.se>
1010
1011 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
1012 pixel -1 (bug #4742).
1013
d7306fe6
DN
10142009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1015
019d2c4c
DN
1016 * process.c (create_pty): Remove conditionals for no longer
1017 supported systems: UNIPLUS and RTU.
1018
ee6bacd4
DN
1019 * xterm.c:
1020 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
1021
d7306fe6
DN
1022 * alloc.c: Do not define struct catchtag.
1023 * eval.c: Move struct catchtag definition ...
1024 * lisp.h: ... here.
1025
1026 * image.c: Move png.h #include earlier to avoid warnings.
1027
1028 * xterm.c:
1029 * xsmfns.c:
1030 * xselect.c:
1031 * xrdb.c:
1032 * xmenu.c:
1033 * xftfont.c:
1034 * xfont.c:
1035 * xfns.c:
1036 * xfaces.c:
1037 * xdisp.c:
1038 * window.c:
1039 * widget.c:
1040 * w32xfns.c:
1041 * w32uniscribe.c:
1042 * w32term.c:
1043 * w32select.c:
1044 * w32reg.c:
1045 * w32proc.c:
1046 * w32menu.c:
1047 * w32inevt.c:
1048 * w32heap.c:
1049 * w32font.c:
1050 * w32fns.c:
1051 * w32console.c:
1052 * w32.c:
1053 * w16select.c:
1054 * vm-limit.c:
1055 * unexsol.c:
1056 * unexec.c:
1057 * unexcw.c:
1058 * unexaix.c:
1059 * undo.c:
1060 * tparam.c:
1061 * textprop.c:
1062 * terminfo.c:
1063 * terminal.c:
1064 * termcap.c:
1065 * term.c:
1066 * syntax.c:
1067 * sound.c:
1068 * sheap.c:
1069 * search.c:
1070 * scroll.c:
1071 * region-cache.c:
1072 * regex.c:
1073 * ralloc.c:
1074 * process.c:
1075 * print.c:
b024548b
DN
1076 * nsterm.m:
1077 * nsselect.m:
1078 * nsmenu.m:
1079 * nsimage.m:
1080 * nsfont.m:
1081 * nsfns.m:
d7306fe6
DN
1082 * msdos.c:
1083 * minibuf.c:
1084 * menu.c:
1085 * marker.c:
1086 * macros.c:
1087 * keymap.c:
1088 * keyboard.c:
1089 * intervals.c:
1090 * insdel.c:
1091 * indent.c:
1092 * gtkutil.c:
1093 * ftxfont.c:
1094 * ftfont.c:
1095 * fringe.c:
1096 * frame.c:
1097 * fontset.c:
1098 * font.c:
1099 * fns.c:
1100 * floatfns.c:
1101 * filelock.c:
1102 * fileio.c:
1103 * emacs.c:
1104 * editfns.c:
1105 * dosfns.c:
1106 * doprnt.c:
1107 * doc.c:
1108 * dispnew.c:
1109 * dired.c:
1110 * dbusbind.c:
1111 * data.c:
1112 * composite.c:
1113 * coding.c:
1114 * cmds.c:
1115 * cm.c:
1116 * chartab.c:
1117 * charset.c:
1118 * character.c:
1119 * ccl.c:
1120 * category.c:
1121 * casetab.c:
1122 * casefiddle.c:
1123 * callproc.c:
1124 * callint.c:
1125 * bytecode.c:
1126 * buffer.c:
1127 * atimer.c: Include setjmp.h. (Bug#4643)
1128
fd5f21e6
SM
11292009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1130
4c0354d7
SM
1131 Remove leftover table unibyte_to_multibyte_table.
1132 * character.c (unibyte_to_multibyte_table): Remove.
1133 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
1134 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
1135 * character.h (UNIBYTE_TO_CHAR): New macro.
1136 (MAKE_CHAR_MULTIBYTE): Use it.
1137 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
1138 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
1139 (message_dolog, set_message_1):
1140 * search.c (Freplace_match):
1141 * editfns.c (Fcompare_buffer_substrings):
1142 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
1143 (concat):
1144 * insdel.c (copy_text, count_size_as_multibyte):
1145 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
1146 * term.c (produce_glyphs):
1147 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
1148 * regex.c (RE_CHAR_TO_MULTIBYTE):
1149 * cmds.c (internal_self_insert):
1150 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
1151
fd5f21e6
SM
1152 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
1153
4418646e
DN
11542009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1155
1156 * puresize.h (BASE_PURESIZE): Increase to 1310000.
1157
35f5c1d2
JB
11582009-10-16 Juanma Barranquero <lekktu@gmail.com>
1159
1160 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
1161
a0cd8f6b
AR
11622009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1163
1164 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
1165 still needed under Tiger.
1166
1167 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
1168
1169 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
1170 __Apple__.
1171
1172 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
1173
01a8d3fa
KH
11742009-10-15 Kenichi Handa <handa@m17n.org>
1175
1176 * print.c (print_object): Escape a symbol like "2E10" too.
1177
bf6c75c9 11782009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
1179
1180 Cleanups and changes for 64-bit compile under Snow Leopard.
1181 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
1182
1183 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
1184
c5959062 1185 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
1186 (ns_findfonts, nsfont_list_family): Use long format in printf, and
1187 cast argument.
1188 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 1189 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
1190
1191 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
1192
1193 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
1194 where appropriate.
1195
1196 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
1197 where appropriate.
6e4780c5
JB
1198 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
1199 Use stringWithUTF8String.
bf6c75c9
AR
1200 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
1201
6e4780c5
JB
1202 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
1203 Add formal protocol mention to inheritance.
bf6c75c9
AR
1204 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
1205
6e4780c5
JB
1206 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
1207 Fix printf format.
bf6c75c9
AR
1208 (ns_query_color): Use CGFloat where appropriate.
1209 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
1210 (EmacsScroller-mouseDown:) Use long format in printf, and cast
1211 argument.
1212
3d87f118
AR
1213 * config.in (NS_HAVE_NSINTEGER): Drop.
1214
a95c8102
AR
1215 * dbusbind.c (dbus-method-return-internal)
1216 (dbus-method-error-internal): Use long format in printf, and cast
1217 argument.
1218
1219 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
1220 in printf, and cast argument.
1221
6873acca 1222 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
1223 cast argument.
1224
9ec6f100
GM
12252009-10-11 Glenn Morris <rgm@gnu.org>
1226
1227 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
1228
5be883cd
JD
12292009-10-08 Jan Djärv <jan.h.d@swipnet.se>
1230
1231 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
1232 menu bar with a small width so it doesn't enlarge the frame.
1233
d7a39b51
JB
12342009-10-08 Juanma Barranquero <lekktu@gmail.com>
1235
1236 * fontset.c (Fset_fontset_font): Fix typos in error messages.
1237
0c2b6f8e
GM
12382009-10-06 Glenn Morris <rgm@gnu.org>
1239
1240 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
1241 SOME_MACHINE_LISP (this enters indirectly via DOC).
1242
e02131a2
EZ
12432009-10-05 Eli Zaretskii <eliz@gnu.org>
1244
1245 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
1246
b4744254
EZ
12472009-10-04 Eli Zaretskii <eliz@gnu.org>
1248
1249 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
1250 Doc fix.
1251
dbf64827
JB
12522009-10-03 Martin Rudalics <rudalics@gmx.at>
1253
1254 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
1255
e9a0aef8
MA
12562009-10-02 Michael Albinus <michael.albinus@gmx.de>
1257
d528b1ce 1258 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
1259 used anymore outside fileio.c.
1260
1261 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
1262
64eb2b56
JB
12632009-10-01 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * lisp.h (Qdelete_directory_internal):
1266 Declare, instead of Qdelete_directory.
1267
1268 * w32fns.c (Fsystem_move_file_to_trash): Use it.
1269
9d28c33e
SM
12702009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * eval.c (Fcalled_interactively_p): Add `kind' argument.
1273
9d8f3bd9
MA
12742009-10-01 Michael Albinus <michael.albinus@gmx.de>
1275
9d28c33e 1276 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
1277 Fdelete_directory. It is not a command anymore. It has no file
1278 name handler.
1279
9694740b
SM
12802009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * xdisp.c (get_next_display_element): Use an enum in last change.
1283
748e162f
KH
12842009-09-28 Kenichi Handa <handa@m17n.org>
1285
9694740b 1286 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
1287 unibyte_display_via_language_environment in handling
1288 Vnobreak_char_display.
1289
17efd58d
AR
12902009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1291
1292 * nsterm.h (ns_app_name): New extern variable.
1293
1294 * nsterm.m (ns_app_name): New variable.
1295 (ns_term_init): Set and use it.
1296 (ns_term_shutdown): Use it.
1297
1298 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
1299 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
1300
1301 * nsfns.m (ns_set_name_iconic, ns_set_name)
1302 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
1303 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
1304
9694740b
SM
1305 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
1306 Remove double-casting in client_data comparison.
31c2d412 1307
3208cb35
YM
13082009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1309
1310 * keyboard.c (make_lispy_event): Remember last wheel direction.
1311 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
1312
b7d552d6
GM
13132009-09-26 Glenn Morris <rgm@gnu.org>
1314
1315 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
1316 internal.elc. Add term/pc-win.elc.
1317 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
1318 term/x-win.elc.
1319 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
1320 term/w32-win.elc.
1321 (NS_SUPPORT): New.
1322 (lisp): Add NS_SUPPORT.
1323 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
1324
4ff670a8
DR
13252009-09-25 David Reitter <david.reitter@gmail.com>
1326
1327 * nsmenu.m (EmacsMenu-clear): Recognize application menu
1328 on Mac OS X 10.6+ (bug#4513).
1329
feabfb6c
JB
13302009-09-24 Juanma Barranquero <lekktu@gmail.com>
1331
1332 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
1333 some parts of Emacs code (like font selection) don't grok them.
1334 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 1335
de59072a
AS
13362009-09-24 Andreas Schwab <schwab@redhat.com>
1337
1338 * coding.c (decode_coding_iso_2022): Fix operator precedence.
1339
a489517b
JB
13402009-09-24 Juanma Barranquero <lekktu@gmail.com>
1341
1342 * dired.c (Fdirectory_files): Fix typo in docstring.
1343
0592970c
AR
13442009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1345
1346 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
1347 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
1348 (EmacsScroller-setPosition:portion:whole:): Remove -display call
1349 under GNUstep.
1350 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
1351
1352 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
1353 glyph advancement.
1354
48e8a88b
AR
13552009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1356
1357 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 1358 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
1359
1360 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
1361 deleted (bug #4492).
1362
e14f0a78
AR
1363 * nsfont.m (Vns_reg_to_script): New lisp variable.
1364 (syms_of_nsfont): Declare it.
1365 (ns_registry_to_script): New function.
1366 (ns_get_req_script): Call it.
1367 (ns_findfonts): Don't give up on non-unicode registry.
1368
1369 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
1370
5b650faa
SM
13712009-09-20 Tom Tromey <tromey@redhat.com>
1372
1373 * eval.c (find_handler_clause): Make stack-trace-on-error work in
1374 batch mode (bug#4228).
1375
a489517b 13762009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
1377
1378 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 1379 carefully. (Bug #4339)
0bae4e09 1380
fcfe06f3
CY
13812009-09-18 Chong Yidong <cyd@stupidchicken.com>
1382
d798ba87 1383 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 1384
31642728
AR
13852009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
1386
1387 * emacs.c (inhibit_x_resources): Update doc string for NS.
1388 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 1389 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
1390
1391 * nsterm.h (ns_no_defaults): Remove.
1392
1393 * nsterm.m (ns_no_defaults): Remove.
1394 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
1395 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
1396 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
1397 don't update the NSWindow itself.
1398 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 1399 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
1400
1401 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
1402 ns_use_qd_smoothing.
1403
1404 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
1405 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 1406 (x-close-connection): Drop PSFlush() under OS X.
a489517b 1407 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 1408
8686ac71
JB
14092009-09-17 Juanma Barranquero <lekktu@gmail.com>
1410
1411 * emacs.c (inhibit_x_resources): New variable.
1412 (main) [HAVE_NS]: Don't process --quick command line option.
1413 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
1414
1415 * lisp.h (inhibit_x_resources): Declare it extern.
1416
1417 * w32reg.c (x_get_string_resource):
1418 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
1419
e227ba05
EZ
14202009-09-17 Eli Zaretskii <eliz@gnu.org>
1421
362654a6
JB
1422 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
1423 Add lisp/term/internal.elc.
e227ba05 1424
742d40e8
SM
14252009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
1428 (bug#4461).
1429
005bd5a2
DN
14302009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1431
1432 * puresize.h (BASE_PURESIZE): Increase to 1290000.
1433
1434 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
1435 (OBJECTS_MACHINE): Remove, unused.
1436
f9af9719
SM
14372009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * frame.c (x_get_resource_string): Remove unused.
1440
0307c7d2
JD
14412009-09-15 Jan Djärv <jan.h.d@swipnet.se>
1442
1443 * xterm.c (x_new_font): Call change_frame_size before calling
1444 x_set_window_size, in case frame size won't change.
1445
1446 * frame.c (x_set_font): Remove dead code.
1447
428b13d6
SM
14482009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
1451
5766c380
SM
14522009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 * lread.c (Fload): Don't output a message after loading an obsolete
1455 package any more (done in Lisp now).
1456
2fd0161b
CY
14572009-09-12 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * fns.c (syms_of_fns): Doc fix (Bug#4227).
1460
bc5e75b6
SM
14612009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * keymap.c (Fwhere_is_internal): Use nconc2.
1464
c31c985e
AM
14652009-09-11 Alan Mackenzie <acm@muc.de>
1466
1467 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
1468 batch mode.
1469
78012bd2
AS
14702009-09-11 Andreas Schwab <schwab@linux-m68k.org>
1471
1472 * xdisp.c (display_mode_element): Detect cycles.
1473
9d889332
SM
14742009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * keymap.c (where_is_internal): Don't erroneously return nil right after
1477 filling the cache.
1478 (where_is_internal_1): Fix up typo.
1479
7ab5d780
GM
14802009-09-11 Glenn Morris <rgm@gnu.org>
1481
1482 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
1483 share a common doc-string.
1484
5238a749
SM
14852009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1486
66d77eda
SM
1487 * keymap.c (get_keymap): Return the actual keymap symbol rather than
1488 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
1489
5238a749
SM
1490 * keymap.c (QCadvertised_binding): New constant.
1491 (syms_of_keymap): Initialize it.
1492 (Fwhere_is_internal): Try and use bindings from :advertised-binding
1493 if applicable.
1494
19f48442
SM
14952009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1496
50d4ba39
SM
1497 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
1498 (parse_menu_item): Streamline since bindings are recomputed all the
1499 time anyway. Don't bother checking Vdefine_key_rebound_commands any
1500 more and don't support lmenu's menu-alias any more either.
1501
a88a5372
SM
1502 * keymap.c (where_is_internal_data): Make noindirect a boolean.
1503 (where_is_internal): Strip it down to only traverse the keymaps.
1504 Move the cache handling from Fwhere_is_internal to here.
1505 (Fwhere_is_internal): Move the handling of remapping and the choice of
1506 the best binding from where_is_internal to here.
1507 Unify the cached/noncached paths, so remapping is also handled
1508 correctly when the cache is used, and so the cache can be used to
1509 speed up remap-handling when applicable.
1510 Give preference to non-remapped bindings.
1511 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
1512 non-remapped bindings.
1513 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
1514 command remapping.
1515
19f48442
SM
1516 * xdisp.c (display_mode_element): Move list length limit from 50 to
1517 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
1518
599498c3 15192009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
1520
1521 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
1522
f9b7b5ac
SM
15232009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1524
a53af587
JB
1525 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
1526 (Bug#4334)
1527
f9b7b5ac
SM
1528 * keymap.c (where_is_internal): Filter out shadowed remappings.
1529 Assume that where_is_internal returns unshadowed bindings to simplify
1530 the code and get rid of the gotos. Use ASIZE.
1531
04f4b72d
JD
15322009-09-04 Jan Djärv <jan.h.d@swipnet.se>
1533
4da146f2
JD
1534 * xterm.c (x_focus_changed): If we get a focusout and pointer
1535 is invisible, make it visible.
1536
04f4b72d
JD
1537 * xterm.h: Remove condition for declaration of
1538 x_*_window_to_frame.
1539
7cef7ce3
SM
15402009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
1543 initial terminal as well.
1544
a54fa5b7
JD
15452009-09-02 Jan Djärv <jan.h.d@swipnet.se>
1546
1547 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 1548 x_menubar_window_to_frame.
a54fa5b7
JD
1549
1550 * xterm.c: Remove declarations also in xterm.h
1551 (XTmouse_position): Do not return valid positions
1552 for clicks in the menubar and the toolbar for Gtk+.
1553
1554 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
1555 if the widget for the event has the same top level as a frame,
1556 return the frame.
1557 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
1558 internal windows, bug #4122.
1559 (x_non_menubar_window_to_frame): Remove.
1560
5a021dd0
GM
15612009-09-02 Glenn Morris <rgm@gnu.org>
1562
1563 * buffer.c (default-major-mode): Move most of the doc from here...
1564 (major-mode): ... to here.
1565
548fe2f3
NR
15662009-08-30 Nick Roberts <nickrob@snap.net.nz>
1567
1568 * process.c (wait_reading_process_output): Keep the descriptor
1569 when pty is used by a non-child process, e.g., in I/O buffer of
1570 GDB this allows inferior to be restarted.
1571
e0840eef
EZ
15722009-08-29 Eli Zaretskii <eliz@gnu.org>
1573
1574 * xdisp.c (redisplay_internal): Remove redundant test and collapse
1575 both branches into one.
1576
82e98df4
SM
15772009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
1580 (main): Use enable-multibyte-characters rather than
1581 default-enable-multibyte-characters. Output a warning message when
1582 running a unibyte session.
1583
890617cb
YM
15842009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1585
1586 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
1587 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
1588 (copy_data_segment): Also copy __program_vars section.
1589 (copy_dyld_info) [LC_DYLD_INFO]: New function.
1590 (dump_it) [LC_DYLD_INFO]: Use it.
1591
1592 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
1593
e7adeadc
EZ
15942009-08-28 Eli Zaretskii <eliz@gnu.org>
1595
1596 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
1597 $(SRC)/buildobj.h.
1598 (buildobj.h): Renamed from $(SRC)/buildobj.h.
1599 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
1600 $(SRC)/buildobj.h.
1601 (clean): Add buildobj.h.
1602
3ed8bbdc
TZ
16032009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
1604
1605 * print.c (print_object): Set escapeflag to 1 when printing
1606 hashtable keys and values.
1607
155a6764
SM
16082009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * lread.c (read_integer): Use doubles (and potentially return a float
1611 number) as we do in string-to-number.
1612 (read1): Use strtol to read integers, signal errors on strtol's
1613 overflow and use floats if strtol's output is too large for
1614 Elisp integers.
1615
877610de
EZ
16162009-08-27 Eli Zaretskii <eliz@gnu.org>
1617
1618 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
1619 (make-buildobj-SH): Fix last change.
1620 (SRC): Move to before where it's first used.
1621
ef73e7be
KH
16222009-08-27 Kenichi Handa <handa@m17n.org>
1623
550c8289
KH
1624 * process.c (send_process): Use encode_coding_object instead of
1625 encode_coding_string to perform eol-conversion even if the string
1626 is unibyte.
1627
60afa08d
KH
1628 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
1629 character.
1630
ef73e7be 1631 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 1632 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 1633
7b3a82d7
DN
16342009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
1635
5654bf63
DN
1636 * callproc.c (Fcall_process): Remove always true #if.
1637
7b3a82d7
DN
1638 * lisp.h: Replace #if 0 code for checking with text pointing to
1639 the --enable-checking configure flag.
1640
1641 * emacs.c (main): Mention the --enable-profiling configure flag
1642 instead of using CFLAGS.
1643
878bde49
KR
16442009-08-26 Ken Raeburn <raeburn@raeburn.org>
1645
1646 * Makefile.in (buildobj.h): New target.
1647 (doc.o): Depend on it.
1648 (temacs${EXEEXT}): Don't generate buildobj.lst.
1649 (mostlyclean): Delete buildobj.h, not buildobj.lst.
1650 * makefile.w32-in ($(SRC)/buildobj.h): New target.
1651 ($(BLD)/doc.$(O)): Depend on it.
1652 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
1653 provided by Eli Zaretskii.)
1654 ($(TEMACS)): Don't generate buildobj.lst.
1655 * doc.c: Include buildobj.h.
1656 (buildobj): New static variable.
1657 (Fsnarf_documentation): Use it, instead of opening and reading
1658 buildobj.lst.
1659
1574224c
MA
16602009-08-25 Michael Albinus <michael.albinus@gmx.de>
1661
1662 * dbusbind.c (Fdbus_call_method)
1663 (Fdbus_call_method_asynchronously): Use English numeric format for
1664 timeout values in doc string.
1665
d9da2f45
KH
16662009-08-25 Kenichi Handa <handa@m17n.org>
1667
ef73e7be
KH
1668 * alloc.c (mark_char_table): New function.
1669 (mark_object): Use mark_char_table for a char-table.
1670
d9da2f45
KH
1671 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
1672 (CHAR_TABLE_REF): Use it.
1673
c8edcc01
KR
16742009-08-23 Ken Raeburn <raeburn@raeburn.org>
1675
1676 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
1677 before invoking the newly build emacs to check for load-path
1678 shadowing.
1679
7763401b
GM
16802009-08-22 Glenn Morris <rgm@gnu.org>
1681
1682 * Makefile.in (bootstrap_exe): New variable.
1683 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
1684 Use ${bootstrap_exe}.
1685
729eadda
EZ
16862009-08-22 Eli Zaretskii <eliz@gnu.org>
1687
1688 * coding.h (encode_coding_string): Don't encode unibyte strings.
1689 (Bug#4047)
1690
eb4c6ace
MA
16912009-08-22 Michael Albinus <michael.albinus@gmx.de>
1692
1693 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
1694
1695 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
1696 intended as hotfix only.
1697 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
1698
36e34d1b
AR
16992009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1700
1701 * nsterm.m (ns_get_color): Update documentation properly for last
1702 change, and clean up loose ends in the code left by it. Fix
1703 longstanding bug with 16-bit hex parsing, and add support for
1704 yet another X11 format (rgb:r/g/b) for compatibility.
1705 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
1706 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
1707
f983eb8a
SM
17082009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
1711
3f56d3c6
MA
17122009-08-20 Michael Albinus <michael.albinus@gmx.de>
1713
1714 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
1715 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
1716 (xd_initialize, xd_pending_messages): Check, whether
1717 $DBUS_SESSION_BUS_ADDRESS is set.
1718
fb641d68
YM
17192009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1720
1721 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
1722
1723 * nsterm.m (ns_get_color): Remove incompatible color formats again.
1724
cf59a374
GM
17252009-08-20 Glenn Morris <rgm@gnu.org>
1726
1727 * emacs.c (system-type): Doc fix.
1728
1373f3be
SM
17292009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
1732 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
1733
058ed861
MA
17342009-08-18 Michael Albinus <michael.albinus@gmx.de>
1735
1373f3be
SM
1736 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
1737 New functions.
058ed861
MA
1738 (xd_initialize): Revert change from 2009-08-16.
1739
563a866e 17402009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
1741
1742 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 1743 font-group vector, return nil.
5fc05db0 1744
e42bdf01
CY
17452009-08-17 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * process.c (status_notify): Don't perform redisplay.
1748 (Fdelete_process, list_processes_1, process_send_signal):
1749 Expliticly perform redisplay.
1750 (wait_reading_process_output): Always check process status, but
1751 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
1752
4230ab74
KR
17532009-08-17 Ken Raeburn <raeburn@raeburn.org>
1754
1373f3be 1755 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
1756 (XFLOAT_INIT): New macro for storing a float value.
1757 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
1758 * fns.c (sxhash): Copy out the value of a float in order to
1759 examine its bytes.
1760 * dbusbind.c (xd_append_arg): Likewise.
1761
4230ab74
KR
1762 * emacs.c (main): Don't call syms_of_data twice.
1763
a0645cdd
MA
17642009-08-16 Michael Albinus <michael.albinus@gmx.de>
1765
1766 * dbusbind.c (xd_initialize): Add connection file descriptor to
1767 input_wait_mask, in order to let select() detect, whether a new
1768 message has been arrived.
ca4f31ea 1769 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 1770
485db0ba
MA
17712009-08-15 Michael Albinus <michael.albinus@gmx.de>
1772
1373f3be
SM
1773 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
1774 New functions.
485db0ba
MA
1775
1776 * lisp.h (xd_pending_messages): Declare.
1777
1778 * keyboard.c (readable_events): Call xd_pending_messages.
1779
b5b98ff4
CY
17802009-08-15 Chong Yidong <cyd@stupidchicken.com>
1781
1373f3be 1782 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 1783
f8354c6e
CY
1784 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
1785
b5b98ff4
CY
1786 * buffer.c (set_buffer_internal_1)
1787 (swap_out_buffer_local_variables): Check for unbound local
1788 variables (Bug#4138).
1789
8b9fc636
EZ
17902009-08-14 Eli Zaretskii <eliz@gnu.org>
1791
1792 * process.c (create_pty): Fix last change.
1793
ce959360
CY
17942009-08-13 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
1797 (xbm_load_image): Caller changed.
64b807c9 1798 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 1799
c7baf7e9
NR
18002009-08-13 Nick Roberts <nickrob@snap.net.nz>
1801
1802 * process.c (create_pty): New function.
1803 (Fstart_process): Use it to allow Emacs to just associate a pty
1804 with the buffer. See associated change in gdb-mi.el.
1805 (list_processes_1): Deal with no program name.
1806 (start_process_unwind): Use pid == -2 to mean no process.
1807
1ac9108a
SM
18082009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1809
1810 * cmds.c (nonundocount): New global variable.
1811 (keys_of_cmds): Initialize it.
1812 (Fself_insert_command): Use it to combine upto 20 sequential chars
1813 into a single undo entry, just like the Qself_insert_command code in
1814 keyboard.c does.
1815 Call frame_make_pointer_invisible, also like the Qself_insert_command
1816 code in keyboard.c does.
1817 * keyboard.c (command_loop_1): Use the new global nonundocount rather
1818 than its own local replacement for it.
1819
e267324c
KR
18202009-08-10 Ken Raeburn <raeburn@raeburn.org>
1821
1ac9108a 1822 * fns.c (concat): Don't re-set string length to its current value.
77437343 1823
1ac9108a
SM
1824 * coding.h (decode_coding_string, encode_coding_string):
1825 Use SBYTES macro.
f0bed503 1826
1ac9108a 1827 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
1828 (doprnt): Merge with doprnt1, discarding lispstrings code.
1829 * lisp.h (doprnt_lisp): Don't declare.
1830
416e006d
JL
18312009-08-07 Juri Linkov <juri@jurta.org>
1832
1833 * puresize.h (BASE_PURESIZE): Increase to 1270000.
1834
6f7d5780
DN
18352009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1836
1837 * print.c (syms_of_print): Undo previous change.
1838
f19a0f5b
TZ
18392009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
1840
1841 * lread.c (read1, syms_of_lread): Read hashtables back from the
1842 readable format.
1843
1844 * print.c (print_preprocess, print_object): Print hashtables fully
1845 and readably.
1846 (syms_of_print): Provide 'hashtable-print-readable.
1847
b9173dc2
AR
18482009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
1849
1850 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
1851 no family set.
1852 (nsfont_open): Handle case when entity has no family.
1853
1586503c
AR
18542009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
1855
1856 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
1857 element, not a list, for match case.
1858
087048cd
KH
18592009-07-28 Kenichi Handa <handa@m17n.org>
1860
1861 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
1862 rigidly.
1863
1864 * xfont.c (xfont_list_pattern): Don't ignore the return value of
1865 font_parse_xlfd. Check font properties more rigidly.
1866
780c2506
DN
18672009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1868
31fd7c5c
JB
1869 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
1870 bsd-common.h.
780c2506 1871
a8c0cc18
KH
18722009-07-27 Kenichi Handa <handa@m17n.org>
1873
1874 * xfaces.c (face_with_height): Call font_clear_prop.
1875
4fbe2306
CY
18762009-07-26 Chong Yidong <cyd@stupidchicken.com>
1877
111d9af3
CY
1878 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
1879
1880 * xterm.c (x_term_init): Use Qx.
1881
4fbe2306
CY
1882 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
1883
1ac9108a 1884 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
1885 (ns_get_color): Revert 2009-07-16 change.
1886
beb0b7f9
EZ
18872009-07-25 Eli Zaretskii <eliz@gnu.org>
1888
1889 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 1890 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 1891
2baf5e76
KR
18922009-07-25 Ken Raeburn <raeburn@raeburn.org>
1893
1ac9108a
SM
1894 * coding.h (decode_coding_string, encode_coding_string):
1895 Use SCHARS macro.
8890e5f5 1896
2baf5e76 1897 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 1898 (load_depth): Delete.
2baf5e76
KR
1899 (Qload_in_progress): New variable.
1900 (load_unwind): Don't reference load_depth or load_in_progress.
1901 (Fload): Likewise; specbind Qload_in_progress instead.
1902 (init_lread): Don't initialize load_depth.
1903 (syms_of_lread): Initialize and protect Qload_in_progress.
1904
1395c6f5
AR
19052009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1906
1907 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
1908
4e2f36cf
AR
19092009-07-23 Yavor Doganov <yavor@gnu.org>
1910
1911 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
1912
5dd9a6f7
AR
19132009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1914
1915 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
1916 Bugs 3792, 3720, 2402.
1917 (ns_lookup_indexed_color): Check for bad index.
1918 (ns_index_color): Init unused slot to 0.
1919 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
1920 Bug 3714, possibly 3082.
5dd9a6f7 1921
c902b920
JR
19222009-07-22 Jason Rumney <jasonr@gnu.org>
1923
1ac9108a
SM
1924 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
1925 Position IME window at cursor (Bug#2570).
c902b920
JR
1926 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
1927 (globals_of_w32fns): Dynamically load functions required above.
1928
1929 * w32term.c (w32_draw_window_cursor): Send message to reposition
1930 any IME window.
1931
090101cf
CY
19322009-07-21 Chong Yidong <cyd@stupidchicken.com>
1933
1934 * fileio.c: Revert 2009-07-16 changes.
1935 (Vauto_save_include_big_deletions): New variable.
1936 (Fdo_auto_save): Disable auto-save only if
1937 auto-save-include-big-deletions is nil.
1938
e6583e3d
CY
19392009-07-21 Chong Yidong <cyd@stupidchicken.com>
1940
1941 * xdisp.c (move_it_to): For continued lines ending in a tab, take
1942 the overflowed pixels into account (Bug#3879).
1943
ece435a5
KR
19442009-07-21 Ken Raeburn <raeburn@raeburn.org>
1945
1946 * lread.c (load_depth): New variable.
1947 (Fload, load_unwind, init_lread): Set it to the load recursion
1948 depth; set load_in_progress as a simple boolean based on the
1949 current load_depth. (Bug#3892)
1950
40b2d973
AR
19512009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
1952
1953 * nsfont.m (ns_has_attribute): Remove.
1954 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
1955
10be7e0d
JL
19562009-07-18 Juri Linkov <juri@jurta.org>
1957
1958 * process.c (Fset_process_query_on_exit_flag): Mention killing
1959 a buffer in docstring.
1960
fa055055
KH
19612009-07-17 Kenichi Handa <handa@m17n.org>
1962
1963 * casetab.c (shuffle): Fix the logic of setting up the cycle.
1964
042f7b69
YM
19652009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1966
1967 * nsfns.m (Fns_set_alpha): Remove function.
1968 (syms_of_nsfns): Don't defsubr it.
1969
1970 * nsterm.m (ns_get_color): Remove incompatible color formats.
1971 (ns_color_to_lisp): Generate #rrggbb color format string.
1972
4be941e3
RS
19732009-07-16 Richard Stallman <rms@gnu.org>
1974
1975 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
1976 (Fset_buffer_auto_saved): Handle save_length = -2.
1977
4e6b227d
CY
19782009-07-16 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * xterm.c (Qx_gtk_map_stock): New var.
1981
1982 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
1983 of calling intern each time.
1984
a1856973
YM
19852009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1986
1987 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
1988 does tiling.
1989
1990 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
1991
497e54d8
KH
19922009-07-14 Kenichi Handa <handa@m17n.org>
1993
72d36834
KH
1994 * font.c (font_vconcat_entity_vectors): New function.
1995 (struct font_sort_data): New member font_driver_preference.
1996 (font_compare): Check font_driver_preference.
1997 (font_sort_entities): The format of the first argument changed.
1998 (font_delete_unmatched): Likewise.
1999 (font_list_entities): The return type changed.
2000 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
2001 (font_find_for_lface): Adjuste for the above changes.
2002 Don't suppress the checking of C even if the repertory supports it.
2003 (Flist_fonts): Adjust for the above changes.
72d36834 2004
1ac9108a
SM
2005 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
2006 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
2007 Reject a font who has adstyle property that is different from a
2008 langname derived from registry property.
1ac9108a 2009 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 2010
b6046155
EZ
20112009-07-13 Eli Zaretskii <eliz@gnu.org>
2012
2013 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
2014 local copy of dirfilename.
2015
fb6b6049
KH
20162009-07-13 Kenichi Handa <handa@m17n.org>
2017
e2402a5e
KH
2018 * chartab.c (sub_char_table_ref_and_range): Fix the range check
2019 against max_char.
2020
fb6b6049
KH
2021 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
2022 calling XSYMBOL (sym).
2023
65156807
EZ
20242009-07-11 Eli Zaretskii <eliz@gnu.org>
2025
1ac9108a
SM
2026 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
2027 New function.
2028 (directory_files_internal) [WINDOWSNT]:
2029 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
2030 the filesystem of the directory is fast or slow.
2031
2032 * w32.c (logon_network_drive): Don't assume PATH is an absolute
2033 file name.
2034 (is_slow_fs): New function.
2035 (stat): Use it to determine whether to issue more system calls to
2036 get accurate file attributes, when w32-get-true-file-attributes is
2037 `local'.
2038
e0ab5fcf
JD
20392009-07-10 Jan Djärv <jan.h.d@swipnet.se>
2040
2041 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 2042 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
2043 parameter font-parameter as default to the font dialog.
2044
784ceded
KH
20452009-07-10 Kenichi Handa <handa@m17n.org>
2046
2047 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
2048
fb8edc0b
EZ
20492009-07-09 Eli Zaretskii <eliz@gnu.org>
2050
1ac9108a 2051 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 2052
fb8edc0b
EZ
2053 * w32.c (stat): Treat UNC file names as residing on remote
2054 drives. (Bug#3542)
2055
635c75b1
KH
20562009-07-09 Kenichi Handa <handa@m17n.org>
2057
2058 * fontset.c (fontset_find_font): Fix previous change.
2059
c1d5ce94
MA
20602009-07-08 Michael Albinus <michael.albinus@gmx.de>
2061
2062 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
2063 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
2064 error flag.
2065
edb61b39
KH
20662009-07-08 Kenichi Handa <handa@m17n.org>
2067
374bf7e4
KH
2068 * fontset.c (fontset_find_font): Fix the logic of handling
2069 charset_matched.
2070 (font_for_char): Delete unused var.
2071 (generate_ascii_font_name): Delete it.
2072
edb61b39
KH
2073 * coding.h (JIS_TO_SJIS2): Fix the code range check.
2074
2075 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
2076 (encode_coding_sjis): Fix the code range check.
2077
0f3f018c
CY
20782009-07-07 Chong Yidong <cyd@stupidchicken.com>
2079
2080 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2081 (Fexpand_file_name): Copy string data properly (Bug#3772).
2082
fcaf6f3a
JD
20832009-07-07 Jan Djärv <jan.h.d@swipnet.se>
2084
2085 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
2086 first MapNotify.
2087
6809ca75
KH
20882009-07-07 Kenichi Handa <handa@m17n.org>
2089
2090 * character.h (unibyte_has_multibyte_table): Delete extern.
2091 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
2092
2093 * charset.c (Fset_charset_priority): Update charset_unibyte.
2094 (syms_of_charset): Initialize charset_unibyte.
2095
2096 * character.c (unibyte_has_multibyte_table): Delete it.
2097 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
2098 charset_unibyte.
2099 (multibyte_char_to_unibyte_safe): Likewise.
2100 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
2101
1ac9108a 2102 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
2103 (x_produce_glyphs): Likewise.
2104
2105 * .gdbinit (xcharset): Fix the treating $arg0.
2106
ad9e2d54
EZ
21072009-07-04 Eli Zaretskii <eliz@gnu.org>
2108
2109 Emulation of `getloadavg' on MS-Windows.
2110 * w32.c: Include float.h
2111 (g_b_init_get_native_system_info, g_b_init_get_system_times)
2112 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
2113 (get_native_system_info, get_system_times): New functions.
2114 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
2115 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
2116 (globals_of_w32): Initialize g_b_init_get_native_system_info,
2117 g_b_init_get_system_times, and num_of_processors.
2118
0a3472c7
JR
21192009-07-03 Jason Rumney <jasonr@gnu.org>
2120
2121 * w32term.c (w32_initialize): Use standard types.
2122
80904120
EZ
21232009-07-03 Eli Zaretskii <eliz@gnu.org>
2124
2125 * dired.c (Ffile_attributes): Decode user and group names by the
2126 locale's encoding. (Bug#3443)
2127
6978862d
DN
21282009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2129
f8d23104
DN
2130 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
2131 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
2132
2133 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
2134
2135 * term.c (init_tty): Remove spurious #ifdef.
2136
6978862d
DN
2137 * m/mips.h: Mention this file is also used for netbsd.
2138 * m/pmax.h: Remove file.
2139
e044e4fc
JD
21402009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2141
2142 * xterm.h (struct x_display_info): Add invisible_cursor.
2143 (struct x_output): Add current_cursor.
2144
2145 * xterm.c (XTtoggle_invisible_pointer): New function.
2146 (x_define_frame_cursor): Don't define cursor if invisible or the
2147 same as before. Set current_cursor.
2148 (x_create_terminal): Set toggle_invisible_pointer_hook.
2149
2150 * xfns.c (make_invisible_cursor): New function.
2151 (x_set_mouse_color): Call make_invisible_cursor.
2152 Set current_cursor.
2153 (x_window): Set current_cursor.
2154
2155 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
2156
2157 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
2158 inserting a character.
2159 (read_avail_input): Call frame_make_pointer_visible.
2160
2161 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
2162 (frame_make_pointer_invisible, frame_make_pointer_visible):
2163 New functions.
e044e4fc
JD
2164 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
2165
2166 * frame.h: Declare frame_make_pointer_invisible and
2167 frame_make_pointer_visible.
2168 (struct frame): Add pointer_invisible.
2169
574c8efa
JD
21702009-07-02 Jan Djärv <jan.h.d@swipnet.se>
2171
7b507248
JD
2172 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
2173 frame isn't visible.
2174 (xg_frame_resized): If width/height is -1, get size of window
2175 from X server.
2176
2177 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
2178 for MapNotify.
2179
835bdaa7 2180 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 2181 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 2182 (flush_and_sync): Reintroduce.
574c8efa 2183
3f1c6666 21842009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 2185
31fd7c5c 2186 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
2187
2188 * xterm.c (x_handle_net_wm_state): Also look for sticky.
2189 (x_term_init): Initialize Xatom_net_wm_state_sticky.
2190
2191 * frame.h: Declare Qsticky.
2192
cad9ef74
JD
2193 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
2194
2195 * nsfns.m (ns_frame_parm_handlers): Ditto.
2196
2197 * frame.c: Declare Qsticky.
2198 (frame_parms): Add sticky.
2199
2200 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
2201
2202 * xterm.h: Declare x_set_sticky.
2203
2204 * xterm.c (x_set_sticky): New function.
2205
69b16610
JD
2206 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
2207 (xg_tool_bar_menu_proxy): Attach enter/leave events to
2208 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
2209
2210 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
2211
2212 * frame.c: Qmaximized is new.
2213 (x_set_frame_parameters): Do not handle fullscreen specially.
2214 Only set width and height if explicitly set.
2215 (x_set_fullscreen): Handle Qmaximized.
2216 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
2217 (syms_of_frame): Initialize Qmaximized.
2218
1ac9108a
SM
2219 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
2220 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
2221
2222 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
2223 for Expose event. Add call to x_check_fullscreen for MapNotify event.
2224 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
2225 set gravity to NorthWestGravity when USE_GTK.
2226 (set_wm_state): New function.
31fd7c5c 2227 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
2228 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
2229 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 2230 or the case when no window manager is running. That means remove calls
3f1c6666
JD
2231 to x_real_positions and x_fullscreen_adjust.
2232
2233 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
2234 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
2235 flush_and_sync.
2236 (xg_height_changed): New function.
2237 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
2238 and gtk_window_set_policy. Set frame gravity after parsing the
2239 geometry string.
3f1c6666
JD
2240 (xg_update_frame_menubar, free_frame_menubar)
2241 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
2242 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
2243 Remove calls to xg_frame_set_char_size.
2244
fd503d99
KH
22452009-07-01 Kenichi Handa <handa@m17n.org>
2246
2247 * keyboard.c (decode_keyboard_code): New function.
2248 (tty_read_avail_input): Decode the input bytes if necessary.
2249
1ac9108a
SM
2250 * coding.c (setup_coding_system):
2251 Initialize coding->carryover_bytes to 0.
fd503d99
KH
2252 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
2253 use Qno_conversion.
2254
24ed93fb
YM
22552009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2256
2257 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
2258
99061dfc
CY
22592009-06-30 Chong Yidong <cyd@stupidchicken.com>
2260
1ac9108a 2261 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 2262
ff90fbde
JR
22632009-06-30 Jason Rumney <jasonr@gnu.org>
2264
2265 * w32term.c (w32_initialize): Use GetModuleHandle for library that
2266 is already loaded.
2267 Set user model ID if supported (bug#1849).
2268
5f445726
JM
22692009-06-29 Jim Meyering <meyering@redhat.com>
2270
2271 Remove useless if-before-xfree test.
2272 * nsfont.m (nsfont_close): Remove useless test.
2273 * term.c (delete_tty): Likewise.
2274 * w32.c (system_process_attributes): Likewise.
2275 * w32font.c (w32font_close): Likewise.
2276 * xfaces.c (x_free_gc): Likewise.
2277 * xselect.c (buffer): Likewise.
2278
b9607587
AS
22792009-06-28 Andreas Schwab <schwab@linux-m68k.org>
2280
2281 * process.c (send_process): Keep decoded string in a local
2282 variable and protect it from GC. (Bug#3521)
2283
89ba96f4
EZ
22842009-06-28 Eli Zaretskii <eliz@gnu.org>
2285
2286 * term.c (create_tty_output) [MSDOS]: #ifdef away.
2287 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
2288
098a1589
CY
22892009-06-28 Chong Yidong <cyd@stupidchicken.com>
2290
485422be
CY
2291 * xdisp.c (start_display, handle_face_prop)
2292 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
2293 (redisplay_window, try_window_id, produce_image_glyph):
2294 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 2295
098a1589
CY
2296 * xterm.c (x_update_window_begin, x_new_focus_frame)
2297 (x_scroll_bar_handle_click, handle_one_xevent)
2298 (handle_one_xevent, XTread_socket, x_focus_on_frame)
2299 (x_make_frame_visible, x_make_frame_invisible)
2300 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
2301 code chunks that are now obsolete.
2302
78c38319
MA
23032009-06-28 Michael Albinus <michael.albinus@gmx.de>
2304
2305 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
2306 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
2307 for hours, when optimzation is enabled.
2308 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
2309 (xd_read_message): Make them static.
2310
4189ed40
CY
23112009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
2312
2313 * term.c (turn_on_face): Allow simultaneously bold and dim
2314 terminal faces (Bug#3530).
2315
cd9b5e16
CY
23162009-06-27 Chong Yidong <cyd@stupidchicken.com>
2317
4e23bedb
CY
2318 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
2319
cd9b5e16
CY
2320 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
2321 truncation glyphs (Bug#3686).
2322
07cc3c35
GM
23232009-06-27 Glenn Morris <rgm@gnu.org>
2324
2325 * m/pmax.h: Restore file, with only netbsd portions.
2326
31fd7c5c 23272009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 2328
cd9b5e16 2329 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 2330
42d4a64f
KH
23312009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
2332
2333 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
2334 the arg FORCE_SYMBOL.
2335
930fe55b 23362009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
2337
2338 * fontset.c (fontset_find_font): When a usable rfont_def is found
2339 in a fallback font-group, make it the first element of the group.
2340
57ebc3fd
CY
23412009-06-24 Chong Yidong <cyd@stupidchicken.com>
2342
2343 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
2344
f084f942
KH
23452009-06-24 Kenichi Handa <handa@m17n.org>
2346
2347 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
2348 set for C.
2349 (fontset_font): Record the availability of a font for C both in
2350 the realized fontsets of the current one and the default one.
2351
2f686c87
DN
23522009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2353
2354 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
2355 conditional, it is always defined on AIX.
2356
666e158e
MB
23572009-06-23 Miles Bader <miles@gnu.org>
2358
2359 * window.c (Vrecenter_redisplay): New variable.
2360 (syms_of_window): Initialize it.
2361 (Qtty): New extern declaration.
2362 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
2363
c6da7cd2
JM
23642009-06-23 Jim Meyering <meyering@redhat.com>
2365
1ac9108a
SM
2366 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
2367 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 2368 pointer dereferences are guaranteed to be valid.
c6da7cd2 2369
678dca3d
KH
23702009-06-23 Kenichi Handa <handa@m17n.org>
2371
74d75424
KH
2372 * emacs.c (main): Call init_font ().
2373
2374 * font.h (Vfont_log): Extern it.
2375 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
2376
2377 * font.c (font_sort_entities, font_list_entities)
2378 (font_matching_entity, font_open_entity)
2379 (font_close_object): Change font_add_log to FONT_ADD_LOG.
2380 (Vfont_log): Delete static.
2381 (font_log_env_checked): Delete this variable.
2382 (font_add_log): Don't check font_log_env_checked.
2383 (font_deferred_log): Check Vfont_log.
2384 (init_font): New function.
2385
678dca3d
KH
2386 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
2387
2388 * w32font.c: Change font_add_log to FONT_ADD_LOG.
2389
2390 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
2391
2392 * xfont.c: Change font_add_log to FONT_ADD_LOG.
2393
2394 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
2395 (face_for_char): Don't call font_deferred_log here.
2396 (font_for_char): Likewise.
2397
8a668709
CY
23982009-06-22 Chong Yidong <cyd@stupidchicken.com>
2399
9a01ee33
CY
2400 * w32term.c (x_draw_glyph_string): Use the glyph string's width
2401 rather than its background_width for drawing the overline and
2402 underline (Bug#489).
2403
2404 * xterm.c (x_draw_glyph_string): Use the glyph string's width
2405 rather than its background_width for drawing the overline and
2406 underline (Bug#489).
ec7c9926
CY
2407 (xg_default_icon_file): New variable.
2408 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
2409 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 2410
8a668709
CY
2411 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
2412 (load_overlay_strings): Remove externs.
2413 (fast_find_position): Function deleted.
2414 (mouse_face_from_buffer_pos): New function, based on
2415 fast_find_position. Correctly handle before-strings,
2416 display-strings, and after-strings (Bug#1220).
2417 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
2418
4d4c02d8
CY
24192009-06-21 Chong Yidong <cyd@stupidchicken.com>
2420
1ac9108a 2421 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
2422 (move_it_in_display_line_to, move_it_in_display_line_to)
2423 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
2424
70243478
CY
24252009-06-21 Chong Yidong <cyd@stupidchicken.com>
2426
2427 * Branch for 23.1.
2428
13087e59
JR
24292009-06-21 Jason Rumney <jasonr@gnu.org>
2430
2431 * w32term.c (keyboard_codepage): New static variable.
2432 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
2433 (w32_read_socket) [WM_CHAR]: Use it to decode character
2434 input (bug#3237).
2435 (w32_initialize): Initialize it.
2436 (codepage_for_locale): New function.
2437
4735b74e
KR
24382009-06-20 Ken Raeburn <raeburn@raeburn.org>
2439
2440 * process.c (status_message): Pass Faset index argument as a lisp
2441 object, so as to work with USE_LISP_UNION_TYPE.
2442
0e727afa
YM
24432009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2444
2445 * coding.c (Ffind_coding_systems_region_internal):
2446 Cache checked characters.
2447
cf299835
KH
24482009-06-18 Kenichi Handa <handa@m17n.org>
2449
1ac9108a 2450 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 2451
90f20d94
AS
24522009-06-18 Andreas Schwab <aschwab@redhat.com>
2453
2454 * xdisp.c (redisplay_internal): Check that the frame is still
2455 live after redisplay of its windows.
2456 (redisplay_windows): Check that the window is still live.
2457
7f1faf1c
KH
24582009-06-17 Andreas Schwab <schwab@linux-m68k.org>
2459
2460 * coding.c (detect_coding_utf_16): Fix previous change.
2461
cc13543e
KH
24622009-06-16 Kenichi Handa <handa@m17n.org>
2463
2464 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
2465 UTF-16 by checking the dispersion of Eth and Oth bytes.
2466
977b85f4
AS
24672009-06-15 Andreas Schwab <schwab@linux-m68k.org>
2468
2469 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
2470
66bd43d1
KH
24712009-06-15 Kenichi Handa <handa@m17n.org>
2472
2473 * process.c (status_message): Fix previous change. Be sure to
2474 decode a localized string.
2475
cb5ca9c5
YM
24762009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2477
2478 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
2479 add comment explaining why.
2480
ec7709ba 24812009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 2482
ec7709ba 2483 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 2484
4b7f335c
AR
24852009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
2486
2487 * nsfont.m (ns_attribute_value): Remove.
2488 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
2489 (ns_has_attribute): Shrink the normal range.
2490 (ns_findfonts): Don't worry about requested spec in determining
2491 need for synthItal.
e41820ee 2492 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 2493
73b26103
SZ
24942009-06-14 Seiji Zenitani <zenitani@mac.com>
2495
2496 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
2497
5753e4da
KH
24982009-06-11 Kenichi Handa <handa@m17n.org>
2499
2500 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2501 overhang for the static composition case.
2502
3561b671
KH
25032009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2504
5753e4da
KH
2505 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2506 overhang for the automatic composition case.
2507
3561b671
KH
2508 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
2509 composition case.
2510
852bbd41
CY
25112009-06-10 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * xdisp.c (get_next_display_element): When handling wrap-prefix
2514 and line-prefix, treat \n as a control character (bug#3502).
2515
9903d1e6
KH
25162009-06-10 Kenichi Handa <handa@m17n.org>
2517
2518 * font.c (font_parse_family_registry): Fix for one-char foundry.
2519 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
2520
0bcbaaaa
CY
25212009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
2522
2523 * process.c (status_message): Fix handling of multibyte signal
2524 string (Bug#3499).
2525
40aa3f13
JM
25262009-06-09 Jim Meyering <meyering@redhat.com>
2527
1f80c7e2
CY
2528 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
2529 color name is missing.
40aa3f13 2530
72d51285
KH
25312009-06-09 Kenichi Handa <handa@m17n.org>
2532
2533 * charset.c (Fmap_charset_chars): In docstring, state clearly that
2534 FROM-CODE and TO-CODE are codepoints of CHARSET.
2535
c1d04d84
AR
25362009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2537
2538 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
2539
25402009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2541
2542 Changes to support :script/:lang/:otf in NS font driver.
2543 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
2544 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
2545 indicate not part of font driver interface, and change callers.
2546 (ns_get_family): Remove pointless null check.
2547 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
2548 ns_spec_to_descriptor, ns_descriptor_to_entity.
2549 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
2550 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
2551 (ns_spec_to_descriptor, ns_descriptor_to_entity)
2552 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
2553 (ns_get_req_script, ns_accumulate_script_ranges)
2554 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
2555 New functions.
2556 (nsfont_list, nsfont_match): Use ns_findfonts.
2557 (nsfont_open): Use font descriptor instead of traits.
2558 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
2559 (dump_glyphstring): Rename to ns_dump_glyphstring.
2560
c7eb9816
AR
2561 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
2562
c1d04d84
AR
2563 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
2564
2565 * fontset.c (fontset_from_font): Remove NS-specific code.
2566
ec7709ba 25672009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
2568
2569 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
2570 nonactive windows.
2571
31fd7c5c 25722009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 2573
1ac9108a 2574 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 2575
68852c13 25762009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
2577
2578 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
2579
6756cd1d
CY
25802009-06-07 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
2583 account for the overflowing of newlines into the last glyph on the
2584 display line (Bug#3482).
2585
28bf482a
DR
25862009-06-05 David Reitter <david.reitter@gmail.com>
2587
ec7709ba
JB
2588 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
2589 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
2590 Fns_selection_exists_p, Fns_selection_owner_p.
2591
fdb55376
JR
25922009-06-03 Jason Rumney <jasonr@gnu.org>
2593
2594 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
2595 available. (Bug#3379)
2596
05129fbe
KH
25972009-05-29 Kenichi Handa <handa@m17n.org>
2598
1ac9108a
SM
2599 * coding.c (get_translation_table):
2600 Check Venable_character_translation.
05129fbe 2601
ec7709ba 26022009-05-26 David Reitter <david.reitter@gmail.com>
15891144 2603
ec7709ba
JB
2604 * nsterm.m (ns_raise_frame): Only raise frame if visible.
2605 (x_make_frame_visible): Move frame to front rather than calling
15891144 2606 ns_raise_frame().
ec7709ba 2607 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 2608 isn't key window.
ec7709ba 2609 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
2610 drawRect may be called by NSView even if the frame is hidden.
2611
ec7709ba
JB
2612 * nsfns.m (Fx_create_frame): Follow other ports in
2613 determining visibility; default to t. Ensure async_visible is set.
15891144 2614
21f73755
EZ
26152009-05-23 Eli Zaretskii <eliz@gnu.org>
2616
2617 * dired.c (Ffile_attributes): Doc fix.
2618
34001e41
CY
26192009-05-22 Chong Yidong <cyd@stupidchicken.com>
2620
2621 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
2622
46306a17
SM
26232009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
2626 and xfont_scratch_props.
2627 (syms_of_xfont): Do it here instead.
2628 (xfont_find_ccl_program): Delete, unused.
2629 (xfont_open): Delete unused var `i'.
2630
ef6e0694
KH
26312009-05-21 Kenichi Handa <handa@m17n.org>
2632
2633 * fontset.c (Qlatin): Don't make it static.
2634
46306a17
SM
2635 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
2636 New functions.
ef6e0694
KH
2637 (xfont_scripts_cache, xfont_scratch_props): New variables.
2638 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
2639 (xfont_list_pattern): Argument changed. Callers changed.
2640 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
2641 (xfont_list): Don't reject a font spec with :script property.
2642 (xfont_has_char): Fix setting of encoding.
2643 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
2644 xfont_scratch_props.
2645
26462009-05-19 Kenichi Handa <handa@m17n.org>
2647
46306a17 2648 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
2649 Callers changed.
2650
26512009-05-18 Kenichi Handa <handa@m17n.org>
2652
2653 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
2654
ac71ced7
SM
26552009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
2658 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
2659
1c6d1051
YM
26602009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2661
2662 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
2663 (x_delete_terminal): Dissociate resource database from display and
2664 then call XrmDestroyDatabase before closing display.
2665
9b9b779c
AR
26662009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2667
2668 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
2669 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
2670 whether selected frame is viable before raising it (based on patch
2671 by David Reitter), and improve commentary.
2672 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 2673
cccd42d5
KH
26742009-05-15 Kenichi Handa <handa@m17n.org>
2675
2676 * font.c (Ffont_spec): Check arguments.
2677
337fbd17
CY
26782009-05-14 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
2681 weight when testing attributes (Bug#3282).
2682
47a6002f
JD
26832009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2684
2685 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
2686 what we expect to get in the next ConfigureNotify event.
2687
9cb363db
YM
2688 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
2689 before Xft one (Bug#1696).
2690
b9126609
CY
26912009-05-07 David Reitter <david.reitter@gmail.com>
2692
2693 * nsfns.m (Fx_display_planes): Compute bitplanes using
2694 NSBitsPerPixelFromDepth (Bug#3207).
2695
27a69fd9
CY
26962009-05-10 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
2699
00f37552
TTN
27002009-05-10 Ulrich Mueller <ulm@gentoo.org>
2701
2702 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
2703
2d82a920
DR
27042009-05-07 David Reitter <david.reitter@gmail.com>
2705
ec7709ba
JB
2706 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
2707 Respect mouse face background.
2d82a920 2708
46b0d52d
DR
27092009-05-07 David Reitter <david.reitter@gmail.com>
2710
ec7709ba
JB
2711 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
2712 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
2713 in ns_update_begin and ns_update_end.
2714
ce1b23bb
SM
27152009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2716
5996e1b7
SM
2717 * nsfns.m (ns_get_screen): Rewrite.
2718 Don't presume selected-frame is of type `ns'.
2719
ba98e3a0
SM
2720 * font.c (font_update_drivers): Sanity fallback to avoid disabling
2721 all drivers.
2722
ce1b23bb
SM
2723 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
2724
bcda200f
YM
27252009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2726
2727 * keyboard.h (add_user_signal): Fix typo in extern.
2728
2729 * lisp.h (add_user_signal): Remove extern.
2730
2731 * unexelf.c (unexec): Consider a section to precede the .bss section
2732 if its addresses overlap that of .bss.
2733 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
2734 instead of dumping process.
2735
864660a2
SM
27362009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
2739
50da4e56
SM
27402009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
2743
51520a1a
DN
27442009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2745
2746 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
2747 any statements.
2748
409ea3a1
AS
27492009-05-02 Andreas Schwab <schwab@linux-m68k.org>
2750
59c4c60f
AS
2751 * process.c (read_process_output): Make sure the current buffer is
2752 always restored.
2753
409ea3a1
AS
2754 * coding.c (record_conversion_result): Don't modify
2755 Vlast_code_conversion_error for successful result.
2756 (alloc_destination): Don't clobber conversion result. (Bug#1650)
2757
56f00ed2
KH
27582009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2759
2760 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 2761 (load_charset_map): Remove unnecessary code.
56f00ed2 2762
4491c9d2
DR
27632009-04-30 David Reitter <david.reitter@gmail.com>
2764
35f5b128 2765 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
2766 through f24.
2767
6970f632
CY
27682009-04-30 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * xfaces.c (face_at_buffer_position): New arg base_face_id.
2771
2772 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
2773 face_at_buffer_position.
2774 (face_before_or_after_it_pos, get_next_display_element)
2775 (note_mouse_highlight): Update face_at_buffer_position call.
2776
2777 * term.c (term_mouse_highlight):
2778 * msdos.c (IT_note_mouse_highlight):
2779 * fontset.c (Finternal_char_font):
35f5b128 2780 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
2781
2782 * dispextern.h (face_at_buffer_position): Update prototype.
2783
0c616f63
KH
27842009-04-30 Kenichi Handa <handa@m17n.org>
2785
35f5b128 2786 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 2787
ad3aaf33
AS
27882009-04-29 Andreas Schwab <schwab@linux-m68k.org>
2789
2790 * callproc.c (Fcall_process): Fix GC protection. Make sure
2791 current buffer is always restored.
2792
c3c963a0
YM
27932009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2794
2795 * atimer.c (init_atimer): Also clear stopped_atimers.
2796
2797 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
2798
7e3386cb
YM
2799 * process.c (create_process): Clean up merger residues of
2800 2008-07-17 change.
2801
91f68422
CY
28022009-04-29 Ulrich Mueller <ulm@gentoo.org>
2803
2804 * lread.c (Vread_circle): New variable.
2805 (read1): Disable recursive read if Vread_circle is nil.
2806
24b34550
KH
28072009-04-29 Kenichi Handa <handa@m17n.org>
2808
2809 * fontset.h (set_default_ascii_font): Delete extern.
2810
2811 * fontset.c (set_default_ascii_font): Delete this unused function.
2812
2813 * frame.c (x_set_font): When ARG is a font-object, check if the
2814 font-object matches with the ASCII font-spec of the frame's
9c358bda 2815 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 2816
77bf07e1
AS
28172009-04-28 Andreas Schwab <schwab@linux-m68k.org>
2818
2819 * fns.c (Flocale_info): Protect vector from GC during decoding.
2820
2821 * process.c (Fstart_process): Protect argv strings from GC during
2822 encoding.
2823
2c55aacf
AS
28242009-04-27 Andreas Schwab <schwab@linux-m68k.org>
2825
2826 * sysdep.c: Include <ctype.h>.
2827
b892d3c9
DR
28282009-04-27 David Reitter <david.reitter@gmail.com>
2829
35f5b128 2830 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
2831 Remove commented-out code.
2832
9d0644c4
JB
28332009-04-26 Johan Bockgård <bojohan@gnu.org>
2834
2835 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
2836
b7053016
JR
28372009-04-25 Jason Rumney <jasonr@gnu.org>
2838
2839 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
2840
4e8231f3
YM
28412009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2842
2843 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
2844 Swap bytes in short integer if fringe bitmap width > 8.
2845
493dcf2c
KH
28462009-04-23 Kenichi Handa <handa@m17n.org>
2847
2848 * xfaces.c (Fx_list_fonts): If a font size is specified in
2849 PATTERN, set it in returned scalable fonts.
2850
401e9e57
CY
28512009-04-22 Chong Yidong <cyd@stupidchicken.com>
2852
708e05dc
CY
2853 * keyboard.c (Fset_input_meta_mode): Doc fix.
2854
2855 * dispnew.c (Fsend_string_to_terminal): Doc fix.
2856
1ac9108a 2857 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
2858
2859 * coding.c (Fterminal_coding_system): Doc fix.
2860
2861 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
2862 (Fx_display_pixel_height, Fx_display_planes)
2863 (Fx_display_color_cells, Fx_server_max_request_size)
2864 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
2865 (Fx_display_mm_height, Fx_display_mm_width)
2866 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
2867 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
2868 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
2869 (check_x_display_info): Handle terminal objects instead of
2870 terminal ids.
2871
401e9e57
CY
2872 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
2873 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
2874 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
2875 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 2876
df80c7f0
KH
28772009-04-21 Kenichi Handa <handa@m17n.org>
2878
5a8f12af 2879 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 2880 (font_score): Check AVGWIDTH too.
908567ef 2881
df80c7f0
KH
2882 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
2883 worst case.
1ac9108a
SM
2884 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
2885 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 2886
705af33f
JR
28872009-04-19 Jason Rumney <jasonr@gnu.org>
2888
2889 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 2890 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
2891
2892 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
2893 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
2894 get_phys_cursor_geometry.
2895
b71ac3dd 2896 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
2897 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
2898 using get_phys_cursor_geometry.
2899
2900 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
2901 correctly calculated.
2902
dc2933eb
JD
29032009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2904
1ac9108a
SM
2905 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
2906 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
2907 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
2908 is deprecated.
2909
973e7849
AS
29102009-04-18 Andreas Schwab <schwab@linux-m68k.org>
2911
2912 * font.c (font_put_frame_data): Use xfree instead of free.
2913
314d66f4
JB
29142009-04-17 Juanma Barranquero <lekktu@gmail.com>
2915
2916 * w32font.c (Qja, Qko): Remove declarations.
2917 (syms_of_w32font): Don't DEFSYM them.
2918
cf702558
CY
29192009-04-17 Chong Yidong <cyd@stupidchicken.com>
2920
2921 * font.c (Qja, Qko): Move definitions here from ftfont.c.
2922
2923 * font.h (Qja, Qko): Extern them.
2924
2925 * ftfont.c (Qja, Qko): Remove declarations.
2926
2927 * xfont.c (Qja, Qko): Remove declarations.
2928
b50504f5
KH
29292009-04-17 Kenichi Handa <handa@m17n.org>
2930
bde25748
KH
2931 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
2932 string from a vector to handle Latin-1 characters correctly.
2933
b50504f5
KH
2934 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
2935 entity even if the cache hits.
2936
f4646fff
AS
29372009-04-16 Andreas Schwab <schwab@linux-m68k.org>
2938
2939 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 2940 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 2941
e7deaab0
AS
2942 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
2943 * lisp.h: Adjust prototypes.
2944
0a0e7d49
CY
29452009-04-16 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
2948 change (Bug#3003).
2949
3c908a57
KH
29502009-04-16 Kenichi Handa <handa@m17n.org>
2951
1ac9108a 2952 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
2953
2954 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
2955 adstyle.
2956
2957 * ftfont.c (Qja, Qko): Don't make them static.
2958 (enum ftfont_cache_for): New enum.
2959 (fc_charset_table): Undo the previous change.
2960 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
2961 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
2962 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
2963 non-scarable font, try to get AVERAGE_WIDTH.
2964 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
2965 Change ft_face_cache from a list of a hash-table. Don't check
2966 `ja' and `ko' adstyle here.
2967 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
2968 FTFONT_CACHE_FOR_CHARET.
2969 (ftfont_get_charset): Undo the previous change.
1ac9108a 2970 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
2971 (ftfont_close): Likewise.
2972 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
2973
2974 * font.c (font_sort_entites): Change the meaning of the arg
2975 BEST-ONLY. Don't optimize for VEC of lenght 1.
2976 (font_select_entity): Just return the value of font_sort_entites.
2977
2978 * xfaces.c (merge_face_vectors): Reflect font properties in
2979 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
2980 font_clear_prop if a face attribute doesn't change.
2981
3c908a57
KH
2982 * charset.h (charset_ksc5601): Extern it.
2983
2984 * charset.c (charset_ksc5601): New variable.
2985 (Fdefine_charset_internal): Set charset_ksc5601.
2986 (init_charset_once): Initialize charset_ksc5601 to -1.
2987
d65859c3
DN
29882009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2989
2990 * fileio.c (history_delete_duplicates): Remove unused declaration.
2991
2992 * callint.c (history_delete_duplicates): New declaration.
2993 (Fcall_interactively): Remove command history duplicates when
2994 history_delete_duplicates is true.
2995
3ba010e5
EZ
29962009-04-14 Eli Zaretskii <eliz@gnu.org>
2997
2998 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
2999
06f19b91
KH
30002009-04-14 Kenichi Handa <handa@m17n.org>
3001
3002 * font.c (Ffont_info): Fix docstring. Fix the second element of
3003 the returned value (bug#2949).
3004
2cce8bfc
CY
30052009-04-14 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
3008
d156542d
KH
30092009-04-14 Kenichi Handa <handa@m17n.org>
3010
3011 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
3012 encoding charset is ascii_compatible.
3013
3014 * charset.c (Fdefine_charset_internal): Make charset
3015 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
3016 code_offset is 0, and covers all ASCII characters.
3017
86fa089e
SM
30182009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
3021 (ns_string_to_pasteboard_internal):
3022 * nsmenu.m (process_dialog):
3023 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
3024 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
3025 * lisp.h (Fx_load_color_file): Declare.
3026
a8a3728b
KH
30272009-04-13 Kenichi Handa <handa@m17n.org>
3028
1ac9108a 3029 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
3030 (font_select_entity): Suppress the code to optimize for the same
3031 kind of fonts.
3032 (font_load_for_lface): Get a font that supports at least ASCII
3033 characters.
3034
3035 * ftfont.c (Qja, Qko): New variables.
3036 (fc_charset_table): Delete uniquifier data for iso8859-1.
3037 (ftfont_get_latin1_charset): New function.
3038 (get_adstyle_property): New function.
3039 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
3040 bitmap fonts.
3041 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
3042 Delete iso-8859-1 range from the charset of fonts whose adstyle is
3043 `ko' or `ja'.
3044 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 3045 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
3046 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
3047 property.
3048 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
3049 (syms_of_ftfont): DEFSYM Qja and Qko.
3050
483670b5
KH
30512009-04-09 Kenichi Handa <handa@m17n.org>
3052
12b55765
KH
3053 * charset.c (map_charset_chars): For a charset of `superset'
3054 method, fix calculation of code range.
3055
483670b5
KH
3056 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
3057 from the list of extra properties.
3058 (font_clear_prop): Be sure to delete `:name' font property.
3059
57d3b93b
KH
30602009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3061
b4b2c2ca
YM
3062 * dispnew.c (redraw_overlapping_rows): Fix detection of
3063 overlapping for topmost and bottommost rows.
3064
1ac9108a 3065 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 3066
472c3609
JR
30672009-04-06 Jason Rumney <jasonr@gnu.org>
3068
3069 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
3070
ab193662
KH
30712009-04-06 Kenichi Handa <handa@m17n.org>
3072
3073 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
3074
3075 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
3076
0c26f026
KH
30772009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3078
3079 * ftfont.c (ftfont_open): Fix checking of the return value of
3080 FT_Load_Char. Fix setting font->underline_thickness.
3081
e173bbce
CY
30822009-04-04 Chong Yidong <cyd@stupidchicken.com>
3083
3084 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
3085 (Fterminal_parameters, Fterminal_parameter)
3086 (Fset_terminal_parameter): In doc string, refer to terminal
3087 objects rather than terminal ids.
3088
693a2698
EZ
30892009-04-04 Eli Zaretskii <eliz@gnu.org>
3090
3091 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
3092 ret_lim_data. (Bug#2867)
3093
d5221487
CY
30942009-04-03 Chong Yidong <cyd@stupidchicken.com>
3095
3096 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
3097 so they don't get wider than the window, matching 2006-01-23
3098 change to the partner function in xdisp.c (Bug#2800).
3099
223509a3
KH
31002009-04-03 Kenichi Handa <handa@m17n.org>
3101
3102 * print.c (print_object): Make each lowest sub_char_table start a
3103 new line (Bug#2866).
3104
74fcd0b1
KH
31052009-04-02 Kenichi Handa <handa@m17n.org>
3106
3107 * fontset.c (fontset_font): Record no-font when a fontset
3108 explicitly tells not to try another font-specs.
3109
c542407d
SM
31102009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
3111
3112 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
3113
e3869731
KH
31142009-03-30 Kenichi Handa <handa@m17n.org>
3115
d8d2f142
KH
3116 * fontset.c (fontset_from_font): Specify only registry in a
3117 font-spec for all characters supported by that registry.
3118
e3869731
KH
3119 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
3120 even if HAVE_M17N_FLT is not defined.
3121
5da5f805
CY
31222009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
3123
3124 * ftfont.c: Conditionalize prototyping and use of
3125 ftfont_variation_glyphs.
3126
ab226c50
SM
31272009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3128
9628fed7
SM
3129 * frame.c (delete_frame): Work around compiler bug.
3130
3131 * editfns.c (general_insert_function): Adjust to insdel.c changes.
3132 * insdel.c (prepare_to_modify_buffer, signal_before_change):
3133 Some more EMACS_INT.
3134 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
3135
3136 * xdisp.c (dump_glyph): Fix typo.
3137
ae19ba7c
SM
3138 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
3139 (adjust_markers_gap_motion, adjust_markers_for_delete)
3140 (adjust_markers_for_insert, adjust_point)
3141 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
3142 (make_gap, copy_text, count_size_as_multibyte, insert)
3143 (insert_and_inherit, insert_before_markers)
3144 (insert_before_markers_and_inherit, insert_1)
3145 (count_combining_before, count_combining_after, insert_1_both)
3146 (insert_from_string, insert_from_string_before_markers)
3147 (insert_from_string_1, insert_from_gap, insert_from_buffer)
3148 (insert_from_buffer_1, adjust_after_replace)
3149 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
3150 (replace_range_2, del_range, del_range_1, del_range_byte)
3151 (del_range_both, del_range_2, modify_region)
3152 (prepare_to_modify_buffer, signal_before_change)
3153 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
3154 for buffer positions and sizes.
3155 * lisp.h: Adjust prototypes accordingly.
3156
3157 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
3158 (non_regular_inserted, non_regular_nbytes, read_non_regular)
3159 (Finsert_file_contents): Use EMACS_INT for buffer positions.
3160
ab226c50
SM
3161 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
3162
46dfb8fb
JD
31632009-03-27 Jan Djärv <jan.h.d@swipnet.se>
3164
3165 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
3166 lines and columns so we keep the same pixel height and width.
3167
3168 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
3169 the property _NET_WM_STATE has changed.
46dfb8fb
JD
3170 (x_handle_net_wm_state): New function to update frame parameter
3171 fullscreen.
3172 (x_term_init): Initialize atoms for _NET_WM_STATE.
3173
3174 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
3175
d347e494
SM
31762009-03-27 Kevin Ryde <user42@zip.com.au>
3177
3178 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
3179 Gpm_GetEvent as an error that justifies closing the filedescriptor.
3180 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
3181 (Fgpm_mouse_stop): Pass that new parameter.
3182 * termhooks.h (close_gpm): Adjust prototype.
3183
84db11d6
SM
31842009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3185
c95a5008
SM
3186 * lisp.h (Fx_focus_frame): Declare.
3187
84db11d6
SM
3188 * callint.c (Fcall_interactively): For '^' just delegate the work to
3189 handle-shift-selection.
3190 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
3191
0a1958d6
CY
31922009-03-24 Chong Yidong <cyd@stupidchicken.com>
3193
0bfdff23
CY
3194 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
3195
0a1958d6
CY
3196 * data.c (Qinteractive_form): New variable.
3197 (Finteractive_form): Use it.
3198
3199 * eval.c (Fcommandp): Use Qinteractive_form.
3200
58aec0d6
JR
32012009-03-24 Jason Rumney <jasonr@gnu.org>
3202
3203 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
3204 Calculate total size precisely. Decode environment variables
3205 before substituting. (Bug#38)
3206
553dd618
KH
32072009-03-24 Kenichi Handa <handa@m17n.org>
3208
3209 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 3210 encoding (Bug#2722).
553dd618 3211
c39ea606
JD
32122009-03-23 Jan Djärv <jan.h.d@swipnet.se>
3213
3214 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
3215 that gdpy is set.
3216
bc9b2b5e
AM
32172009-03-22 Alan Mackenzie <acm@muc.de>
3218
3219 * callint.c (Finteractive): Clarify the doc string - even
3220 promptless elements need \n separators.
3221
9f995a76
JR
32222009-03-22 Jason Rumney <jasonr@gnu.org>
3223
3224 * w32term.c (syms_of_w32term): Doc fix for
3225 x-use-underline-position-properties.
3226
22749e9a
EZ
32272009-03-21 Eli Zaretskii <eliz@gnu.org>
3228
3229 * w32.c (getpwuid): Change argument type to unsigned.
3230 (struct w32_id): Change type of `rid' member to unsigned.
3231 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
3232 argument ID to unsigned. All callers changed.
3233 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
3234
e00553bf
EZ
32352009-03-20 Eli Zaretskii <eliz@gnu.org>
3236
3237 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
3238 negative, produce a float value.
3239
3240 * dired.c (make_uid, make_gid): New functions.
3241 (Ffile_attributes): Use them to avoid negative UID and GID.
3242
f761d6b6
JB
32432009-03-20 Juanma Barranquero <lekktu@gmail.com>
3244
3245 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
3246 (syms_of_keyboard) <command-hook-internal, input-method-function>:
3247 Fix typos in docstrings.
3248
d507f8d7
KH
32492009-03-19 Kenichi Handa <handa@m17n.org>
3250
3251 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
3252 changed, use font_load_for_lface to get a new font object.
3253 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
3254
3255 * frame.c (x_set_font): Handle the case that ARG is a cons.
3256
c68845e0
GM
32572009-03-19 Glenn Morris <rgm@gnu.org>
3258
3259 * fileio.c (Fsubstitute_in_file_name): Doc fix.
3260
bfa49dd1
CY
32612009-03-19 Chong Yidong <cyd@stupidchicken.com>
3262
3263 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
3264
8458d4c1
KH
32652009-03-19 Kenichi Handa <handa@m17n.org>
3266
3267 * charset.c (load_charset_map_from_file): When a mapfile can't be
3268 loaded, signal an error.
3269
78e7d1fe
EZ
32702009-03-18 Eli Zaretskii <eliz@gnu.org>
3271
3272 * dired.c (Ffile_attributes): Make sure UID and GID are always
3273 positive, even if the value is too large for a positive EMACS_INT.
3274 Doc fix.
3275
3276 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
3277
5da9fdfa
YM
32782009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3279
3280 * xmenu.c (xdialog_show): Move Fredisplay call ...
3281 (Fx_popup_dialog): ... here.
3282
7519c40d
SM
32832009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3284
3285 * dired.c (file_name_completion): Disable the first optimization just
3286 installed, since it is not implemented correctly.
3287
2cd298e2
SM
32882009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 3291 only if the entry can affect bestmatch.
2cd298e2
SM
3292 Stop the search early, as Ftry_completion already does.
3293
48d37adf
CY
32942009-03-17 Chong Yidong <cyd@stupidchicken.com>
3295
e10c9c93 3296 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 3297
9286b16a
CY
32982009-03-15 Chong Yidong <cyd@stupidchicken.com>
3299
3300 * keyboard.c (parse_menu_item): Don't display remappings as menu
3301 equivalent bindings (Bug#788).
3302
f7b146dc
JR
33032009-03-15 Jason Rumney <jasonr@gnu.org>
3304
3305 * w32term.h (WM_EMACS_PAINT): New message.
3306 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
3307 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
3308 before passing to lisp thread. (Bug#950)
3309
f761d6b6 33102009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 3311
d93f9575
CY
3312 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
3313 variable as it was never reset.
3314 (ns_term_init): Remove initialization of Lisp-settable defaults
3315 and ns_expand_space.
3316 (-setPanelFromDefaultValues): Remove ns_expand_space.
3317 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
3318 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
3319 i.e. no additional spacing, similar to Carbon port.
3320
d93f9575
CY
3321 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
3322 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 3323
305018ec
JD
33242009-03-14 Jan Djärv <jan.h.d@swipnet.se>
3325
3326 * sound.c (alsa_configure): Remove call to deprecated
3327 snd_pcm_sw_params_set_xfer_align.
3328
f761d6b6 33292009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
3330
3331 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
3332 after clicking in a detached tool bar.
3333 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
3334
46e722a9
SM
33352009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3336
348db3dd
SM
3337 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
3338 int/Lisp_Object mixup).
46e722a9 3339
a3d16f39
KH
33402009-03-13 Kenichi Handa <handa@m17n.org>
3341
3342 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 3343 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
3344 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
3345 (set_fontset_font): Change ARG to a vector. Handle range_list in
3346 ARG correctly.
3347 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 3348 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
3349 the above change.
3350 (fontset_from_font): Fix previous change.
fe24f56a 3351 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
3352 entry. If FONTSET is the default fontset, don't set the extra
3353 slot of the returning char-table.
3354
b066e6b6
JB
33552009-03-12 Juanma Barranquero <lekktu@gmail.com>
3356
3357 * nsfns.m (Fx_close_connection): Doc fix.
3358 (Fns_do_applescript): Reflow docstring.
3359 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
3360 (Fx_display_pixel_width, Fx_display_pixel_height)
3361 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
3362 Fix typos in docstrings.
3363 (Fns_set_alpha): Fix typos in error messages.
3364
d472514e 33652009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 3366
d472514e 3367 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
3368 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
3369 were used for such events.
3370
d472514e
JB
3371 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
3372 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 3373
d472514e 3374 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
3375 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
3376
fb930676
KH
33772009-03-11 Kenichi Handa <handa@m17n.org>
3378
ff85581a
KH
3379 * font.h (font_open_by_spec): Extern it.
3380
c50b7e98
KH
3381 * font.c (font_open_by_spec): New function.
3382 (font_open_by_name): Use font_open_by_spec.
3383
fb930676
KH
3384 * frame.c (x_set_font): When ARG is a font-object, don't alter the
3385 fontset of the frame.
3386
3387 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
3388 modify the default font of frames that use this fontset.
3389 (num_auto_fontsets): New variable.
3390 (fontset_from_font): Use num_auto_fontsets to decide a fontset
3391 name. Be sure to set FONTSET_ASCII to the correct font name.
3392 (update_auto_fontset_alist): New function.
3393
df4e8455
JB
33942009-03-11 Juanma Barranquero <lekktu@gmail.com>
3395
3396 * makefile.w32-in: Update dependencies.
3397
0a375797
AR
33982009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3399
3400 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
3401
61313fa3
SM
34022009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
3405
b55103fb
CY
34062009-03-10 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * lread.c (Feval_buffer): Doc fix.
3409
dde2559c
KH
34102009-03-09 Kenichi Handa <handa@m17n.org>
3411
3412 * charset.c (Qfile_name_handler_alist): Extern it.
3413 (load_charset_map_from_file): Temporarily bind
3414 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
3415
df4e8455 34162009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 3417
47f588bb
GM
3418 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
3419 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 3420
4ddf94bd
AR
34212009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3422
4c9bdfc2
AR
3423 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
3424 (x_set_window_size): Change back to calculated method of setting
3425 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
3426 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
3427 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
3428
fe41ae9e
AR
3429 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
3430
4c9bdfc2
AR
3431 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
3432 accelerator in parens under GNUstep.
3433
825d0875
KH
34342009-03-06 Kenichi Handa <handa@m17n.org>
3435
3436 These changes are to detect incorrect composition sequence without
f3b3be74 3437 looking ahead the source. (Bug#2370)
825d0875
KH
3438
3439 * coding.h: Include "composite.h".
3440 (enum compisition_state): New enum.
3441 (struct compisition_status): New struct.
3442 (struct iso_2022_spec): New member cmp_status.
3443 (struct emacs_mule_spec): New struct.
3444 (struct coding_system): New members ctext_extended_segment_len and
3445 embedded_utf_8. Change the union member
3446 spec.emacs_mule_full_support to spec.emacs_mule.
3447
3448 * coding.c (CODING_ISO_CMP_STATUS): New macro.
3449 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 3450 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
3451 (ADD_COMPOSITION_DATA): New arg nbytes.
3452 (emacs_mule_char): New arg cmp_status.
3453 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
3454 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
3455 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
3456 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
3457 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
3458 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
3459 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
3460 (EMACS_MULE_COMPOSITION_END): New macro.
3461 (emacs_mule_finish_composition): New function.
3462 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
3463 (decode_coding_emacs_mule): Avoid long looking ahead while
3464 handling composition.
3465 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
3466 (ENCODE_COMPOSITION_RULE): New macro.
3467 (finish_composition): New function.
3468 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
3469 (DECODE_COMPOSITION_START): New implementation.
3470 (DECODE_COMPOSITION_END): Likewise.
3471 (STORE_COMPOSITION_RULE): New macro.
3472 (decode_coding_iso_2022): Avoid long looking ahead while handling
3473 composition, CTEXT extended segment, and embedded UTF-8.
3474 (setup_coding_system): For a coding of type iso-2022, reset
3475 CODING_ISO_EXTSEGMENT_LEN (coding) and
3476 CODING_ISO_EMBEDDED_UTF_8 (coding).
3477 (get_translation): Delete arguments last_block, from_nchars,
3478 to_nchars. Callers changed.
3479 (produce_chars): Don't modify charbuf. Adjusted for the change of
3480 get_translation.
98a326f7 3481 (produce_composition): Adjust for the new annotation sequence.
825d0875 3482 (handle_composition_annotation): Likewise.
98a326f7 3483 (consume_chars): Adjust for the change of get_translation.
825d0875 3484
ccbc4452
AR
34852009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
3486
4ddf94bd 3487 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 3488
988a7ddb
KH
34892009-03-05 Kenichi Handa <handa@m17n.org>
3490
3491 * font.c (font_select_entity): New function.
3492 (font_find_for_lface): Use font_select_entity to select a font.
3493
3494 * fontset.c (fontset_find_font): If a font found without
a8a3728b 3495 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
3496 font with C restriction.
3497
98a326f7 34982009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 3499
be1bce46 3500 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 3501
10ea2b82
JR
35022009-03-04 Jason Rumney <jasonr@gnu.org>
3503
2c93b248 3504 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 3505 characters that have already been read. (Bug#2569)
2c93b248 3506
10ea2b82
JR
3507 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
3508 Log an error message if check_image_size failed.
3509 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 3510 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 3511
71a0c011
EZ
35122009-03-02 Eli Zaretskii <eliz@gnu.org>
3513
3514 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
3515 when decoding process output.
3516
2f63bba8
RS
35172009-03-01 Richard M Stallman <rms@gnu.org>
3518
3519 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
3520
3521 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
3522
0a9564cb
EZ
35232009-02-28 Eli Zaretskii <eliz@gnu.org>
3524
3525 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
3526 (decode_coding_emacs_mule, decode_coding_iso_2022)
3527 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
3528 (decode_coding_raw_text, decode_coding_charset)
3529 (setup_coding_system, decode_eol, decode_coding, consume_chars):
3530 Honor inhibit-eol-conversion. (Bug #2186)
3531
449148b3
JR
35322009-02-28 Jason Rumney <jasonr@gnu.org>
3533
3534 * coding.c (detect_coding_charset): If not checking latin extra,
3535 fail on characters between 0x80 and 0xA0. (Bug#2354)
3536
a4aee864
EZ
35372009-02-28 Eli Zaretskii <eliz@gnu.org>
3538
3539 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 3540 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 3541
d88bee5a
GM
35422009-02-27 Glenn Morris <rgm@gnu.org>
3543
3544 * callint.c (Finteractive): Doc fix.
3545
a808f22d
KH
35462009-02-27 Kenichi Handa <handa@m17n.org>
3547
3548 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
3549
caf8d60c
CY
35502009-02-27 Chong Yidong <cyd@stupidchicken.com>
3551
3552 * font.c (font_style_to_value): Set value for unknown symbols to
3553 100 instead of 255.
b61137ea
CY
3554 (weight_table, slant_table, width_table): Treat "unspecified" as
3555 the default value.
caf8d60c 3556
1a0de25c
JB
35572009-02-26 Juanma Barranquero <lekktu@gmail.com>
3558
3559 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
3560
8fc45744
JB
35612009-02-25 Juanma Barranquero <lekktu@gmail.com>
3562
107bd7d1
JB
3563 * lread.c (Fload): Stop checking Vloads_in_progress and signal
3564 error as soon as a recursive load is detected.
8fc45744 3565
f097e223
AR
35662009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3567
3568 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
3569 before caching.
3570
8810a12f
KH
35712009-02-24 Kenichi Handa <handa@m17n.org>
3572
3573 * fontset.c (fontset_find_font): Fix the condition for checking
3574 unavailable font.
3575
2c7d1565
GM
35762009-02-24 Glenn Morris <rgm@gnu.org>
3577
3578 * xfaces.c (Finternal_set_font_selection_order): Remove leading
3579 whitespace that confuses documentation.
3580
a20878b6
MB
35812009-02-23 Miles Bader <miles@gnu.org>
3582
3583 * process.c (Flist_system_processes, Fprocess_attributes)
3584 (syms_of_process): Rename `system-process-attributes' to
3585 `process-attributes'.
3586
b3b58c01
AS
35872009-02-22 Andreas Schwab <schwab@linux-m68k.org>
3588
1b3b981b
AS
3589 * coding.h (struct coding_system): Make safe_charsets a pointer to
3590 unsigned char.
3591 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
3592 being 255.
3593 (SAFE_CHARSET_P): Likewise.
3594 (setup_iso_safe_charsets): Properly setup safe_charsets.
3595 (Fdefine_coding_system_internal): Likewise.
3596 (setup_coding_system): Likewise. Remove unneeded casts.
3597 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
3598 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
3599 unneeded casts.
3600
b3b58c01
AS
3601 * insdel.c (del_range_2): Don't modify gap contents when called
3602 from decode_coding_object. (Bug#1809)
3603
0b6f228c
CY
36042009-02-21 Chong Yidong <cyd@stupidchicken.com>
3605
3606 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
3607 Qfont_object.
3608 (Ftype_of): Recognize font objects.
3609
3610 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
3611
3612 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
3613 moved to data.c.
3614
52f8870b
AR
36152009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3616
3617 * nsterm.m (x_make_frame_invisible): Unset async_visible,
3618 async_iconified. Based on a patch by Christian Lynbech
3619 <christian.lynbech@tieto.com>.
3620 (EmacsView-windowDidMiniaturize:): Unset async_visible.
3621
7087d5e9
GM
36222009-02-20 Glenn Morris <rgm@gnu.org>
3623
3624 * syntax.c (Fskip_chars_forward): Fix doc typo.
3625
41d2ceef
CY
36262009-02-20 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
3629
1a3b7ca6
CY
36302009-02-19 Chong Yidong <cyd@stupidchicken.com>
3631
3632 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
3633
73cce38d
KH
36342009-02-19 Kenichi Handa <handa@m17n.org>
3635
3636 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 3637 Don't overflow coding->carryover. (Bug#2370)
73cce38d 3638
a51092ee
DN
36392009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
3640
3641 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
3642
c423ecca
KH
36432009-02-18 Kenichi Handa <handa@m17n.org>
3644
3645 * font.c (font_check_otf_features): Fix handling of `nil' element.
3646 (Ffont_spec): Describe :lang and :otf in the docstring.
3647
4c1958f4
AS
36482009-02-16 Andreas Schwab <schwab@suse.de>
3649
3650 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
3651 string.
3652
5704f39a
KH
36532009-02-16 Kenichi Handa <handa@m17n.org>
3654
3655 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 3656 (Bug#1723)
5704f39a 3657
8f0085aa
CY
36582009-02-14 Chong Yidong <cyd@stupidchicken.com>
3659
a057d86a 3660 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
3661
3662 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
3663 (handle_line_prefix): Suppress wrapping of wrap prefixes.
3664
aff01dd9
EZ
36652009-02-14 Eli Zaretskii <eliz@gnu.org>
3666
3667 * msdos.c (MAX_SCREEN_BUF): New macro.
3668 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
3669 Encode the entire run of glyphs sharing the same face, instead of
3670 doing that one glyph at a time (fixes a bug with displaying
3671 double-size characters).
3672
ba301db3
AR
36732009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3674
3675 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
3676
3677 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
3678 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 3679 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
3680
3681 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 3682 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 3683
51d861de
SM
36842009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * keyboard.c (adjust_point_for_property): Allow stopping betwen two
3687 invisible areas.
3688
7fed8996
JR
36892009-02-12 Jason Rumney <jasonr@gnu.org>
3690
631ea4fb
JR
3691 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
3692 (add_font_entity_to_list): Call check_face_name even when family
3693 is unspecified.
3694
cb4a3e42
JR
3695 * w32term.c (x_display_pixel_height, x_display_pixel_width):
3696 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 3697 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 3698
7fed8996 3699 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 3700 raster fonts. (Bug#2219)
7fed8996 3701
895416e3
KH
37022009-02-12 Kenichi Handa <handa@m17n.org>
3703
3704 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
3705 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
3706 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 3707 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
3708 (find_automatic_composition): While looking forward and backward,
3709 check static composition. Fix where to stop looking forward.
3710 (composition_adjust_point): Fix checking of static composition.
3711 (Fcomposition_get_gstring): Pay attention to
1dacf998 3712 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
3713
3714 * lisp.h (fast_looking_at): Extern it.
3715
3716 * search.c (fast_looking_at): New function.
3717
51d861de 3718 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
3719 <struct glyph>.u.cmp.to.
3720 (append_composite_glyph): Likewise.
3721
51d861de 3722 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
3723 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
3724 composition.
51d861de 3725 (append_composite_glyph): Adjust for the change of
895416e3
KH
3726 <strcut glyph>.u.cmp.to.
3727
8510724d
JB
37282009-02-11 Juanma Barranquero <lekktu@gmail.com>
3729
3730 * casetab.c (init_casetab_once):
3731 * coding.c (ALLOC_CONVERSION_WORK_AREA):
3732 * font.c (font_update_lface):
3733 * fontset.c (Fnew_fontset):
3734 * ftfont.c (ftfont_drive_otf):
3735 * xfont.c (xfont_open):
3736 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
3737
294fa707
SM
37382009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * fileio.c (Fwrite_region): !NILP -> CONSP.
3741
b5bfebec
AS
37422009-02-10 Andreas Schwab <schwab@suse.de>
3743
3744 * process.c (send_process): Properly relocate pointer into data
adab88bd 3745 when using encoded data. (Bug#2272)
b5bfebec 3746
cb84a2be
KH
37472009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
3748
3749 * coding.c (detect_coding_charset): Fix previous change.
3750
89e09428
JR
37512009-02-08 Jason Rumney <jasonr@gnu.org>
3752
3753 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 3754 disappeared while hourglass was displayed. (Bug #2193)
89e09428 3755
4470a277
AS
37562009-02-07 Andreas Schwab <schwab@suse.de>
3757
3758 * unexelf.c (unexec): Fix error message.
3759
3175b12a
AR
37602009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
3761
3762 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 3763 when modal window is active. (Bug #2152)
3175b12a
AR
3764 (applicationShouldTerminate:): Remove now-unneeded while loop
3765 around NSRunAlertPanel.
3766
3767 * nsmenu.m (popupSession): New file-global variable.
3768 (pop_down_menu): End the popupSession before closing dialog.
3769 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
3770 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
3771 don't query NSApp for events (just sleep instead).
3772
8434d0b8
EZ
37732009-02-07 Eli Zaretskii <eliz@gnu.org>
3774
51d861de
SM
3775 * coding.c (syms_of_coding) <translation-table-for-input>:
3776 Modify doc string to discourage use for character code unification.
8434d0b8 3777
aa82edfd
CY
37782009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3779
3780 * atimer.c (run_timers): Update pending_atimers.
3781
2d283c7c
CY
37822009-02-06 Chong Yidong <cyd@stupidchicken.com>
3783
eb306cab
CY
3784 * image.c (svg_load_image): Fix last change.
3785
2d283c7c
CY
3786 * xfns.c (Fx_create_frame): Signal an error if no font is
3787 found (Bug#2147).
3788
4d8e170e
JB
37892009-02-05 Juanma Barranquero <lekktu@gmail.com>
3790
3791 * character.c (syms_of_character) <script-representative-chars>:
3792 Fix typo in docstring.
3793
c96169a0
AR
37942009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3795
3796 * nsmenu.m (pop_down_menu): New function.
3797 (ns_popup_dialog): Call it on unwind.
3798 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
3799 call timer_check() (Bug#2154).
3800 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
3801 handling_signal is set.
3802 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
3803
31fd7c5c 3804 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
3805
3806 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
3807
3808 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
3809
51d861de
SM
3810 * keyboard.c (poll_for_input_1, handle_async_input):
3811 Set handling_signal under HAVE_NS.
c96169a0 3812
aacd8ba1
GM
38132009-02-04 Glenn Morris <rgm@gnu.org>
3814
3815 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
3816
4cb75c4b
KH
38172009-02-04 Kenichi Handa <handa@m17n.org>
3818
3819 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
3820
3821 * charset.c (Fchar_charset): New optional arg restriction.
3822
3823 * coding.h (coding_system_charset_list): Extern it.
3824
3825 * coding.c (coding_system_charset_list): New function.
3826
3827 * composite.c: Include coding.h and termhooks.h.
3828 (composition_gstring_p): Fix for the terminal case.
3829 (composition_gstring_width): Likewise.
3830 (fill_gstring_body): Likewise.
3831 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
3832 the frame.
3833 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
3834 is within a composition.
867d4bb3 3835 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
3836
3837 * term.c (encode_terminal_code): Fix handling of composition.
3838 (produce_composite_glyph): For static composition, get pixel_width
3839 from struct composition.
3840
826ba17e
AS
38412009-02-02 Andreas Schwab <schwab@suse.de>
3842
3843 * unexelf.c (unexec): Handle unaligned bss offset.
3844
8ad093db
AR
38452009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3846
3847 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
3848 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 3849
8ad093db
AR
3850 * keyboard.c (handle_interrupt): Don't call
3851 quit_throw_to_read_char() under NS.
d0a76a6e 3852
8ad093db
AR
3853 * blockinput.h: Remove NS-specific code.
3854
4d18a7a2
DN
38552009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
3856
db878925
DN
3857 * dispnew.c (window_change_signal): Don't try to get the size of a
3858 suspended tty frame.
3859 * term.c (Fresume_tty): Resize if the size has changed while the
3860 tty was suspended.
3861
4d18a7a2
DN
3862 * alloc.c (mark_stack): Properly conditionalize previous change.
3863
8984df7c
JB
38642009-01-30 Juanma Barranquero <lekktu@gmail.com>
3865
3866 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
3867 * w32term.c (w32_read_socket) [SYNC_INPUT]:
3868 Remove; this code is not used on Windows.
3869
75f4f1ac
EZ
38702009-01-30 Eli Zaretskii <eliz@gnu.org>
3871
3872 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
3873 EOLs that also has stray ^M characters.
3874
07a1e794
JB
38752009-01-30 Juanma Barranquero <lekktu@gmail.com>
3876
3877 * atimer.c (run_timers, alarm_signal_handler):
3878 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
3879 * w32inevt.c (w32_console_read_socket):
3880 * w32term.c (w32_read_socket):
3881 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
3882
a8b11cc9
CY
38832009-01-30 Chong Yidong <cyd@stupidchicken.com>
3884
3885 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
3886 Initialize it as a relative filename pattern.
3887 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
3888 (Fcall_process_region): Simplify temp file creation using
3889 temporary-file-directory.
3890
c279587b
EZ
38912009-01-29 Eli Zaretskii <eliz@gnu.org>
3892
3893 * msdos.c: Rename pending_signals to msdos_pending_signals.
3894 (sig_suspender, sigprocmask): Adjust.
3895
a8fe3242
CY
38962009-01-29 Chong Yidong <cyd@stupidchicken.com>
3897
3898 * keyboard.c (pending_signals): New var.
3899 (poll_for_input, input_available_signal, init_keyboard): Set it.
3900 (process_pending_signals): New function.
3901
3902 * lisp.h (QUIT): Check pending_signals instead of
3903 interrupt_input_pending. Use process_pending_signals.
3904
51d861de 3905 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 3906
51d861de 3907 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
3908
3909 * sysdep.c (emacs_write): Use process_pending_signals.
3910
3911 * xterm.c (XTread_socket): Update pending_signals.
3912
3913 * w32term.c (w32_read_socket): Update pending_signals.
3914
3915 * w32inevt.c (w32_console_read_socket): Update pending_signals.
3916
6570a1c4
KH
39172009-01-29 Kenichi Handa <handa@m17n.org>
3918
3919 * xftfont.c (xftfont_has_char): New function.
3920 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
3921
d72a4afa
AR
39222009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3923
3924 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
3925 under GNUstep.
3926 (ns_query_color): New declaration.
3927
3928 * nsterm.m (ns_confirm_quit): New variable.
3929 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
3930 (EmacsApp-applicationShouldTerminate:): Use it.
3931 (EmacsPrefsController): Let user set it.
3932 (ns_query_color): New function.
3933 (ns_defined_color): Use it.
3934 (ns_initialize): Drop.
3935 (ns_term_init): Add two lines from ns_initialize(), and set
3936 input_interrupt_mode to nil.
3937
3938 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 3939 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 3940
9fe78804
KH
39412009-01-28 Kenichi Handa <handa@m17n.org>
3942
3943 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
3944 (fontset_get_font_group): Remember that no font-group is specified
3945 for C.
9fe78804 3946
fa57de36
CY
39472009-01-27 Chong Yidong <cyd@stupidchicken.com>
3948
930600e9
CY
3949 * fns.c (concat): Check for string overflow (bug#1787).
3950
fa57de36
CY
3951 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
3952 Quadruple undo limits (bug#1501).
3953
7179ce7b
KH
39542009-01-27 Kenichi Handa <handa@m17n.org>
3955
3956 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
3957 directly use GT_Get_Char_index.
3958
3959 * xftfont.c (struct xftfont_info): New member `index'.
3960
3961 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 3962 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 3963
5be8fcc0
CY
39642009-01-26 Kenichi Handa <handa@m17n.org>
3965
3966 * fontset.c (fontset_find_font): Fix handling of non-cons return
3967 value of fontset_get_font_group.
3968 (fontset_font): Revert last change.
3969
19ae3e61
JR
39702009-01-26 Jason Rumney <jasonr@gnu.org>
3971
3972 * w32font.c (w32font_list_internal): Return quickly if registry is
3973 unknown. Simplify final return.
3974 (add_font_entity_to_list): Break complex logic down into more
3975 manageable chunks. Move unknown registry check to
3976 w32font_list_internal.
3977
8612b71a
AR
39782009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
3979
3980 Changes to remove Feval calls from GUI under NS.
3981
d8038940
JB
3982 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
3983 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
3984 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
3985
3986 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
3987 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
3988 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
3989 instead of NON_ASCII_KEYSTROKE_EVENT.
3990 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
3991 (EmacsApp-applicationShouldTerminate:): Query user.
3992 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
3993 instead of Feval.
3994
3995 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
3996
3997 * keyboard.c (kbd_buffer_get_event): Check for it.
3998 (keys_of_keyboard): Define lispy keys for
3999 ns-put/unput-working-text.
4000
4001 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
4002 versions.
4003 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
4004
6288ae55
CY
40052009-01-25 Chong Yidong <cyd@stupidchicken.com>
4006
4007 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 4008 setting current_buffer directly. (Bug#2044)
6288ae55 4009
289e7f8f
CY
40102009-01-24 Chong Yidong <cyd@stupidchicken.com>
4011
5ce87308 4012 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 4013 any work. (Bug#1952, bug#1990).
5ce87308 4014
64cc3cf6 4015 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 4016
b3243e6f
AR
40172009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4018
4019 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
4020 (ns_no_defaults): New declaration.
4021 (main): Use it.
e0d2e69a 4022
d900b2af 4023 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 4024
d900b2af 4025 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 4026
d900b2af
AR
4027 * nsterm.m (ns_no_defaults): New variable.
4028 (ns_initialize): Don't read defaults when ns_no_defaults.
4029 (EmacsView-readSelectionFromPasteboard:)
4030 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 4031 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
4032 (ns_dumpglyphs_stretch): New function.
4033 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 4034 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 4035
e0d2e69a
AR
4036 * nsimage.m (setPixmapData:): Set to ignore image DPI.
4037
3ac71f5d
CY
40382009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
4039
4040 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
4041 call for Sparc64.
4042
3fe53a83
AR
40432009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4044
4045 * nsfns.m:
4046 * nsgui.h:
4047 * nsmenu.m:
4048 * nsselect.m:
4049 * nsterm.h:
4050 * nsterm.m: Remove '23' comments that indicated code added during
4051 update from emacs-20 -> emacs-23.
4052
10f87c6f 40532009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
4054
4055 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 4056 ns_alternate_modifier. (Bug#1217)
a3b53a85 4057
c7cef62d
AR
4058 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
4059 Display all shortcuts, including those w/o super modifier.
4060
575fb8bd
AR
4061 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
4062
918b848b
CY
40632009-01-22 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * fileio.c (Vwrite_region_post_annotation_function)
4066 (Vwrite_region_annotation_buffers): New vars.
4067 (build_annotations_unwind): Just reset
4068 Vwrite_region_annotation_buffers.
4069 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
4070 Call write-region-post-annotation-function.
4071 (build_annotations): Add to Vwrite_region_annotation_buffers if
4072 buffer changes.
4073
a39e2539
AR
40742009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4075
4076 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
4077 Tiger.
51d861de
SM
4078 * nsfns.m (ns_do_applescript):
4079 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 4080
35ed44db
AR
40812009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
4082
4083 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
4084
cbe0b5bf
AR
40852009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
4086
4087 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 4088
6049d3a0
AR
4089 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
4090
4091 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
4092 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
4093 handle Ctrl-tab. (Bug#1841)
4094 (ns_get_color): Use unsigned long long for scanned hex string value.
4095 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 4096 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 4097 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 4098 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 4099 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 4100 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 4101 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 4102
d3810c21 4103 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 4104 DPI. (Bug#1316)
d3810c21
AR
4105 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
4106 values in onTiger section.
4c7077c3 4107
e301e634
CY
41082009-01-19 Chong Yidong <cyd@stupidchicken.com>
4109
7f82490b
CY
4110 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
4111 Check return value of font_spec_from_name.
64cc3cf6 4112 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
4113
4114 * font.c (font_spec_from_name): Return Qnil if font name could not
4115 be parsed.
4116 (font_parse_name): Treat a `?' character as part of an XLFD.
4117
e301e634
CY
4118 * fns.c (Fsubstring): Doc fix.
4119
1c0db158
KH
41202009-01-19 Kenichi Handa <handa@m17n.org>
4121
51d861de 4122 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
4123 (ftfont_list): Likewise.
4124
acf20901
JB
41252009-01-18 Juanma Barranquero <lekktu@gmail.com>
4126
fff4e459
JB
4127 * dbusbind.c (Fdbus_register_signal):
4128 * process.c (conv_sockaddr_to_lisp):
4129 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
4130
acf20901
JB
4131 * callproc.c (Fgetenv_internal): Doc fix.
4132
e7abcdfb
CY
41332009-01-16 Chong Yidong <cyd@stupidchicken.com>
4134
4135 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
4136 it is not even used.
4137
b60861e6
GM
41382009-01-16 Glenn Morris <rgm@gnu.org>
4139
4140 * font.c (Ffont_variation_glyphs): Silence compiler.
4141
8db52afe
JB
41422009-01-15 Juanma Barranquero <lekktu@gmail.com>
4143
4144 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
4145 Reported by David Robinow <drobinow@gmail.com>.
4146
4cddb209
KH
41472009-01-15 Kenichi Handa <handa@m17n.org>
4148
51d861de 4149 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 4150
f247f67b
JR
41512009-01-14 Jason Rumney <jasonr@gnu.org>
4152
4153 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 4154 never a fontset. (Bug#1562)
f247f67b 4155
f56a4450
KH
41562009-01-14 Kenichi Handa <handa@m17n.org>
4157
4158 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 4159 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 4160
4e99855e
CY
41612009-01-13 Chong Yidong <cyd@stupidchicken.com>
4162
4163 * font.c (font_clear_prop): If clearing the family, clear the font
4164 width index too.
4165
fff4e459 4166 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 4167
24f01470
JB
41682009-01-12 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4171 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
4172 functions, use sizeof.
4173
a41240a3
MR
41742009-01-12 Martin Rudalics <rudalics@gmx.at>
4175
4176 * keyboard.c (read_char): Fix case where last_nonmenu_event
4177 returned a bad value with submenus. (Bug#447)
4178
944636b8
CY
41792009-01-12 Chong Yidong <cyd@stupidchicken.com>
4180
4181 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
4182 family, clear the font width index too.
4183
0dad7c6f
JR
41842009-01-11 Jason Rumney <jasonr@gnu.org>
4185
4186 * keyboard.c (cmd_error_internal): Exit when errors occur before
4187 frame creation and not in daemon mode. (Bug#1836)
4188
7c2363af
CY
41892009-01-10 Chong Yidong <cyd@stupidchicken.com>
4190
4191 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
4192 of a display vector, backtrack.
4193 (try_window_reusing_current_matrix): Check glyph type before
4194 referencing charpos member.
4195
97b1b294
EZ
41962009-01-10 Eli Zaretskii <eliz@gnu.org>
4197
4198 Fix Bug #876:
4199
4200 * coding.c (inhibit_null_byte_detection): New variable.
4201 (detect_coding, detect_coding_system): Don't pay attention to null
4202 bytes if inhibit_null_byte_detection is non-zero.
51d861de 4203 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
4204 <inhibit-iso-escape-detection>: Doc fix.
4205
4624b6e3
JR
42062009-01-09 Jason Rumney <jasonr@gnu.org>
4207
4208 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 4209 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
4210 Only report Unicode Plane 2 fonts as unicode-sip.
4211
323b840c
CY
42122009-01-09 Chong Yidong <cyd@stupidchicken.com>
4213
51d861de
SM
4214 * xfaces.c (Fx_font_family_list): Delete function.
4215 Move compatibility version to faces.el.
323b840c 4216
51d861de 4217 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 4218
eba7400d
MR
42192009-01-09 Martin Rudalics <rudalics@gmx.at>
4220
4221 * frame.c (x_set_frame_parameters): Remember requested value for
4222 fullscreen before it's reset by the parameter handler.
4223
4b09796d
GM
42242009-01-09 Glenn Morris <rgm@gnu.org>
4225
4226 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 4227 (last_command_event): ... and update all users.
4b09796d
GM
4228 (last_input_char): For clarity, rename to...
4229 (last_input_event): ... and update all users.
4230 (last-command-char, last-input-char): Move to subr.el as aliases.
4231 * cmds.c, commands.h: Update for last_command_char rename.
4232
14ccea62
CY
42332009-01-08 Chong Yidong <cyd@stupidchicken.com>
4234
51d861de 4235 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 4236
5f004711
JR
42372009-01-08 Jason Rumney <jasonr@gnu.org>
4238
4239 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
4240 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
4241 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
4242 Don't declare.
fff4e459 4243 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
4244 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
4245
b71f6f73
KH
42462009-01-07 Kenichi Handa <handa@m17n.org>
4247
50b06221 4248 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 4249 remember the coding system used for decoding in
50b06221
KH
4250 coding_system (Bug#1039).
4251
b71f6f73 4252 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 4253 breaking the loop. (Bug#870)
b71f6f73
KH
4254 (decode_coding_utf_16, decode_coding_emacs_mule)
4255 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4256 (decode_coding_charset): Likewise.
4257
56f668f7
MR
42582009-01-05 Martin Rudalics <rudalics@gmx.at>
4259
4260 * frame.c (x_set_frame_parameters): Make sure height (width) get
4261 applied when fullwidth (fullheight) is set. (Bug#1522)
4262
5da9424d
JB
42632009-01-04 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
4266 (utc_base): Declare as ULONGLONG, not long double.
4267 (convert_time_raw): Delete.
4268 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
4269 (initialize_utc_base): New function.
4270 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
4271 (convert_from_time_t): Use initialize_utc_base; compute result with
4272 64-bit arithmetic.
4273 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
4274
c4605e09
EZ
42752009-01-03 Eli Zaretskii <eliz@gnu.org>
4276
9acef61c 4277 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
4278 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
4279 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
4280 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
4281 [!subprocesses]: Define.
4282 (syms_of_process) [!subprocesses]: Intern and staticpro them.
4283 (Flist_system_processes, Fsystem_process_attributes)
4284 [!subprocesses]: Call list_system_processes and
4285 system_process_attributes instead of returning Qnil.
4286
9acef61c
JB
4287 * dosfns.c (system_process_attributes, list_system_processes):
4288 New functions.
c4605e09
EZ
4289
4290 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
4291
4292 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
4293 Don't use the default (no-op) implementation.
4294
8b7d0a16
JR
42952009-01-03 Jason Rumney <jasonr@gnu.org>
4296
a6d46bc1
JR
4297 * keyboard.c (parse_modifiers_uncached): Wheel events are
4298 clicks (bug#687).
4299
8b7d0a16
JR
4300 * w32term.c (x_query_colors, x_query_color): New functions.
4301
4302 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
4303 (svg_load_image): Cast returned pointers from dynamically loaded
4304 functions. Eliminate W32 specific code.
4305
bfe11752
DN
43062009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
4307
89e2438a
DN
4308 * nsfns.m (x_set_foreground_color, x_set_background_color)
4309 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
4310 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
4311 x_ prefix instead of ns_. Update references.
4312 (syms_of_nsfns): Add a FIXME comment.
4313
4314 * nsterm.m (x_set_cursor_type): New prototype.
4315 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
4316
bfe11752
DN
4317 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
4318 for Solaris instead of incorrectly providing Qutime and Qcutime.
4319
031da700
EZ
43202009-01-02 Eli Zaretskii <eliz@gnu.org>
4321
4322 * w32.c (process_times): Compute sum of utime and stime.
4323 (system_process_attributes): Add Qtime to the alist.
4324
4325 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
4326 and add them to the alist.
4327
4328 * process.c (top level) <Qtime, Qctime>: New variables.
4329 (syms_of_process): staticpro them.
4330 (Fsystem_process_attributes): Add their documentation to the doc
4331 string.
4332
4333 * process.h: Declare Qtime and Qctime.
4334
df23bf08
JR
43352009-01-02 Jason Rumney <jasonr@gnu.org>
4336
9acef61c 4337 * image.c (Qgobject): New symbol.
df23bf08
JR
4338 (syms_of_image): Initialize it.
4339 (init_svg_functions): Load some functions from gobject library.
4340
5bbdf7aa
DN
43412009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
4342
4343 * frame.c (make_terminal_frame): Remove redundant code and useless
4344 block.
4345
63136da6
AS
43462009-01-01 Andreas Schwab <schwab@suse.de>
4347
4348 * process.c (conv_sockaddr_to_lisp): Add workaround for
4349 getsockname bug on BSD.
4350
9ef69046
CY
43512009-01-01 Chong Yidong <cyd@stupidchicken.com>
4352
d6fafbe0
CY
4353 * xfns.c (x_create_tip_frame): Set border width of the X window.
4354
51d861de 4355 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 4356
f9c34147
JR
43572009-01-01 Jason Rumney <jasonr@gnu.org>
4358
9acef61c 4359 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
4360 Don't block input, as per earlier xterm.c changes.
4361
f5497e45
AR
43622008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
4363
4364 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
4365 (ns_appkit_version_int): New function.
4366 (x-server-version): Use ns_appkit_version_int and follow 21+
4367 convention of returning 3 integers.
4368
c19cab20
KH
43692008-12-30 Kenichi Handa <handa@m17n.org>
4370
4371 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
4372 (CHAR_SURROGATE_PAIR_P): New macro.
4373
4374 * font.h (struct font_driver): New member get_variation_glyphs.
4375
9acef61c 4376 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
4377 (Ffont_variation_glyphs): New function.
4378 (syms_of_font): Defsubr it.
4379
4380 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
4381 ftfont_variation_glyphs.
4382 (setup_otf_gstring): New function.
4383 (ftfont_drive_otf): Use it.
4384 (ftfont_shape_by_flt): Handle variation selector.
4385 (ftfont_variation_glyphs): New function.
4386
28cd591f
MR
43872008-12-30 Martin Rudalics <rudalics@gmx.at>
4388
4389 * frame.c (Vemacs_iconified): Remove.
4390
7f714baf
JR
43912008-12-30 Jason Rumney <jasonr@gnu.org>
4392
4393 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 4394 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 4395
9d2d22ab
CY
43962008-12-30 Chong Yidong <cyd@stupidchicken.com>
4397
4398 * indent.c (Fvertical_motion): Don't advance iterator if we have
4399 reseated to the desired position.
4400
4401 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
4402 checking for pos match.
4403
545312c2
KH
44042008-12-30 Kenichi Handa <handa@m17n.org>
4405
1ede3eb6
KH
4406 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
4407 just get the low 8-bit of the code.
4408
545312c2
KH
4409 * font.c (font_intern_prop): Validate str as multibyte.
4410
bd7bbf29
DN
44112008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4412
31e0750e
DN
4413 * dispextern.h (struct face): Move lface and hash from the middle
4414 of bitfields.
4415
bd7bbf29
DN
4416 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
4417
b5672e7c
DN
44182008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4419
4420 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
4421 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
4422 instead of intervals.h.
4423
d704470f
AS
44242008-12-26 Andreas Schwab <schwab@suse.de>
4425
4426 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
4427 cons.
4428
54b33868
MR
44292008-12-26 Martin Rudalics <rudalics@gmx.at>
4430
4431 * textprop.c (Qminibuffer_prompt): New variable.
4432 (syms_of_textprop): Initialize it.
4433 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
4434 in minibuffer-prompt face. (Bug#1662)
4435
40b615d6
JR
44362008-12-25 Jason Rumney <jasonr@gnu.org>
4437
4438 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
4439
baae5c2d
JR
44402008-12-24 Jason Rumney <jasonr@gnu.org>
4441
4442 * ralloc.c (r_alloc_reset_variable): New function.
4443
4444 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 4445 record of what points where. (Bug#716)
baae5c2d 4446
a9051c88
DN
44472008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
4448
4449 * minibuf.c (read_minibuf): Follow the non-interactive case when
4450 running as a daemon, before detaching.
4451
8b146312
AS
44522008-12-22 Andreas Schwab <schwab@suse.de>
4453
4454 * buffer.c (init_buffer): Use realloc instead of xrealloc.
4455 * gtkutil.c (free_widget_value): Use xfree instead of free.
4456
56f2de10
MR
44572008-12-22 Martin Rudalics <rudalics@gmx.at>
4458
4459 * frame.c (delete_frame): New function derived from
4460 Fdelete_frame to handle Qnoelisp value for FORCE argument.
4461 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
4462 (Fdelete_frame): Call delete_frame. Remove line from doc-string
4463 saying that FORCE non-nil doesn't run `delete-frame-functions'.
4464 * frame.h: Extern delete_frame.
4465 * window.c (window_loop):
4466 * terminal.c (delete_terminal):
4467 * xterm.c (x_connection_closed):
4468 * xfns.c (Fx_hide_tip):
9acef61c 4469 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 4470
1fc200d6
JR
44712008-12-21 Jason Rumney <jasonr@gnu.org>
4472
4473 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
4474 when character maps to .notdef character.
4475
5e252df2
SM
44762008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4477
4478 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
4479
99b72cc4
JR
44802008-12-20 Jason Rumney <jasonr@gnu.org>
4481
4482 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 4483 a graphical frame on Windows. (Bug#1325)
99b72cc4 4484
acc49a52
JD
44852008-12-20 Jan Djärv <jan.h.d@swipnet.se>
4486
4487 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
4488
6ea15123
CY
44892008-12-20 Chong Yidong <cyd@stupidchicken.com>
4490
4491 * minibuf.c (Fread_buffer): Doc fix.
4492
b2dab6c8
JR
44932008-12-20 Jason Rumney <jasonr@gnu.org>
4494
54ea0c87 4495 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 4496 server name in UNC paths. (Bug#719)
54ea0c87 4497
b2dab6c8 4498 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 4499 charbuf. (Bug#1035)
b2dab6c8 4500
6d1921be
DN
45012008-12-19 Daniel Engeler <engeler@gmail.com>
4502
4503 * sysdep.c (serial_configure): Fix typo.
4504
53934c98
DN
45052008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4506
4507 * sysdep.c: Include alloca.h.
f4f634e8
DN
4508 (system_process_attributes): Add implementation for Solaris.
4509
4510 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 4511
06e111a6
DN
45122008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4513
4514 Reorganize implementation of Flist_system_processes and
4515 Fsystem_process_attributes. No functional changes.
4516 * process.c: Don't #include pwd.h, grp.h and limits.h.
4517 (Flist_system_processes): Just call list_system_processes.
4518 (Fsystem_process_attributes): Just call system_process_attributes.
4519 (procfs_list_system_processes, time_from_jiffies)
4520 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
4521 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
4522
4523 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
4524 (list_system_processes): Rename from
4525 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
4526 Provide a do nothing implementation.
4527 (system_process_attributes): Rename from
4528 procfs_list_system_processes.
4529 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 4530 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
4531
4532 * w32.c (list_system_processes): Rename from
4533 w32_list_system_processes.
4534 (system_process_attributes): Rename from
4535 w32_system_process_attributes.
4536
4537 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
4538
4539 * process.h (w32_list_system_processes)
4540 (w32_system_process_attributes): Remove.
362654a6
JB
4541 (list_system_processes, system_process_attributes):
4542 New prototypes.
06e111a6 4543
6a705b23
KH
45442008-12-19 Kenichi Handa <handa@m17n.org>
4545
4546 * xfont.c (xfont_decode_coding_xlfd): New function.
4547 (xfont_encode_coding_xlfd): New function.
4548 (xfont_list_pattern): Decode XLFD by iso-8859-1.
4549 (xfont_list): Decode and encode XLFD by iso-8859-1.
4550 (xfont_match): Likewise.
4551 (xfont_list_family): Likewise.
4552 (xfont_open): Likewise.
4553
d66c0241 4554 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
4555 names are utf-8.
4556
d66c0241 4557 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
4558 names are utf-8.
4559
5a130941
JD
45602008-12-18 Jan Djärv <jan.h.d@swipnet.se>
4561
4562 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
4563 changed.
bfd20325
JD
4564 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
4565 clicked on a detached tool bar button.
5a130941 4566
fd95644b
DN
45672008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4568
4569 * emacs.c (main): Print and error and exit when no data is read
4570 from the pipe.
4571
e6eee6ae
JR
45722008-12-17 Jason Rumney <jasonr@gnu.org>
4573
4574 * w32font.c (w32font_has_char): Always return -1.
4575
a35dd56b
KH
45762008-12-16 Kenichi Handa <handa@m17n.org>
4577
4578 * font.c (font_open_entity): Fix previous change.
4579
0e3635c2
DN
45802008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
4581
4582 * process.c: Include <limits.h>.
4583
d4835507 45842008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
4585
4586 * font.c (font_update_drivers): Fix mistake in reconstructing the
4587 driver list.
4588
45892008-12-16 Chong Yidong <cyd@stupidchicken.com>
4590
4591 * font.c (font_clear_cache): Fix format of font cache data.
4592
e2cbc401
CY
45932008-12-15 Chong Yidong <cyd@stupidchicken.com>
4594
4595 * xftfont.c (xftfont_open): Free Xft font pattern if
4596 XftFontOpenPattern fails.
4597
4598 * xterm.c (x_free_frame_resources): Remove extraneous call to
4599 free_frame_faces.
4600
b131d535
CY
46012008-12-13 Chong Yidong <cyd@stupidchicken.com>
4602
4603 * xterm.c (x_delete_display): Move xim_close_dpy call to
4604 x_delete_terminal.
4605 (x_delete_terminal): Call xim_close_dpy.
4606
e6df5336
JR
46072008-12-13 Jason Rumney <jasonr@gnu.org>
4608
4609 * w32font.c (intern_font_name): New function.
4610 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
4611 (w32font_open_internal, Fx_select_font): Decode font name.
4612 (fill_in_logfont, list_all_matching_fonts): Encode font name.
4613
4614 * w32font.h (intern_font_name): Declare new function.
4615
4616 * w32uniscribe.c (add_opentype_font_name_to_list):
4617 Use intern_font_name.
4618
20d68145
CY
46192008-12-13 Chong Yidong <cyd@stupidchicken.com>
4620
9f2554de
CY
4621 * frame.c (Fdelete_frame): Call free_font_driver_list.
4622
3d9bec9a
CY
4623 * font.c (free_font_driver_list): Implement missing function.
4624
20d68145
CY
4625 * w32term.c (w32_term_init): Don't initialize the image cache
4626 here; it will be done in init_frame_faces.
4627
4628 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
4629 (struct x_display_info): Remove unused member null_pixel. New
4630 member xim_callback_data.
4631
4632 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
4633 (xim_initialize): Save pointer to callback function data.
4634 (xim_close_dpy): Free callback function data. Call XCloseIM,
4635 reverting 2008-11-04 change by David Smith.
4636 (x_term_init): Don't initialize the image cache here; it will be
4637 done in init_frame_faces. Remove ancient "null_pixel" cruft.
4638 (x_delete_display): Free x_dnd_atoms member.
4639
96f9306b
KH
46402008-12-13 Kenichi Handa <handa@m17n.org>
4641
6dec9044
JB
4642 * font.c (font_rescale_ratio): Moved from xfaces.c.
4643 Argument type changed. Handle a font-spec too.
96f9306b 4644 (font_score): Check Vface_font_rescale_alist.
6dec9044 4645 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
4646
4647 * xfaces.c (font_rescale_ratio): Moved to font.c.
4648
8d5b4964
CY
46492008-12-13 Chong Yidong <cyd@stupidchicken.com>
4650
4651 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
4652
e6df5336
JR
46532008-12-12 Jason Rumney <jasonr@gnu.org>
4654
4655 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
4656 Vwindow_system_version to the real w32 major version.
4657
97c6058a
DN
46582008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
4659
4660 * term.c (init_tty): Move setting the terminal name before the
4661 potential user: maybe_fatal.
4662
ec4e88d7
CY
46632008-12-11 Chong Yidong <cyd@stupidchicken.com>
4664
d4835507
JB
4665 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
4666 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 4667
b4233ec9
JR
46682008-12-11 Jason Rumney <jasonr@gnu.org>
4669
8ec71e23 4670 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 4671 SYMBOL_CHARSET. (Bug#547)
8ec71e23 4672
b4233ec9 4673 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 4674 size for surrogates. (Bug#1096, bug#872)
b4233ec9 4675
011a0143
JB
46762008-12-11 Juanma Barranquero <lekktu@gmail.com>
4677
4678 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
4679
3c309f34
JB
46802008-12-11 Juanma Barranquero <lekktu@gmail.com>
4681
4682 * process.c (Fsystem_process_attributes, syms_of_process):
4683 Fix typo in name of Ssystem_process_attributes.
4684 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
4685
fedc6ab5
JB
46862008-12-11 Juanma Barranquero <lekktu@gmail.com>
4687
4688 * syntax.c (Fmodify_syntax_entry): Doc fix.
4689
ba3de0e8
JB
46902008-12-10 Juanma Barranquero <lekktu@gmail.com>
4691
4692 * font.c (Ffont_spec): Move usage to end of docstring.
4693
174f1c74
JR
46942008-12-10 Jason Rumney <jasonr@gnu.org>
4695
4696 * w32font.c (Qcham): New symbol.
4697 (font_supported_scripts): Add cham, and comments for other new
4698 scripts in bitfield from OpenType spec.
9d32f818
JR
4699 (add_font_entity_to_list): Limit unicode-sip fonts to those that
4700 contain characters beyond the bmp.
174f1c74 4701
7b649478
KH
47022008-12-10 Kenichi Handa <handa@m17n.org>
4703
4704 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 4705 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
4706 Qunicode_sip.
4707
2133e2d1
JB
47082008-12-10 Juanma Barranquero <lekktu@gmail.com>
4709
4710 * coding.c (QCdefault_char): Rename from QCdefalut_char.
4711 (Fcoding_system_put): Use QCdefault_char.
4712 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
4713
9af886ee
CY
47142008-12-09 Chong Yidong <cyd@stupidchicken.com>
4715
74d819eb
CY
4716 * xftfont.c (syms_of_xftfont): Fix typo.
4717
4ccfa1c0 4718 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 4719
7c19d3ae
DN
47202008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4721
4722 * emacs.c (main): Close daemon_pipe on exec.
4723
567826bb
CY
47242008-12-08 Chong Yidong <cyd@stupidchicken.com>
4725
4726 * termchar.h (struct tty): New members termcap_term_buffer and
4727 termcap_strings_buffer.
4728
4729 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 4730 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
4731 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
4732 All callers changed.
4733 (init_tty): Store termcap data and string buffers in new struct
4734 tty members termcap_term_buffer and termcap_strings_buffer.
4735 (delete_tty): Free them.
4ccfa1c0 4736 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 4737
aa96c42b
SZ
47382008-12-07 Seiji Zenitani <zenitani@mac.com>
4739
4740 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 4741 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 4742
b7e1d896
CY
47432008-12-06 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * coding.c (make_conversion_work_buffer): Disable buffer
4746 modification hooks in the work buffer.
4747
b5ec91a5
EZ
47482008-12-05 Eli Zaretskii <eliz@gnu.org>
4749
4750 * process.c (procfs_system_process_attributes): If `nread' has a
4751 negative value, assign zero to it.
4752
a5d2a52b
CY
47532008-12-05 Chong Yidong <cyd@stupidchicken.com>
4754
68c5540b 4755 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 4756
7bf1bb21
KH
47572008-12-05 Kenichi Handa <handa@m17n.org>
4758
4759 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
4760 second character is a combining character.
4761
2fdc7d00
EZ
47622008-12-05 Eli Zaretskii <eliz@gnu.org>
4763
4764 * process.c (procfs_system_process_attributes): Don't use cmd,
4765 cmdsize, and q without initializing them first.
4766
bf6bfba8
JR
47672008-12-04 Jason Rumney <jasonr@gnu.org>
4768
4769 * w32font.c (w32font_draw): Initialize orig_clip before getting
4770 it, and delete it when finished.
4771
a3b1a468
DN
47722008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
4773
4774 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
4775 case when running as a daemon before detaching.
4776
8b8be8eb
JB
47772008-12-03 Juanma Barranquero <lekktu@gmail.com>
4778
805f2638 4779 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 4780
b1bde622
KH
47812008-12-03 Kenichi Handa <handa@m17n.org>
4782
e500c47d
KH
4783 * font.c (font_at): Set `multibyte' at first.
4784
ca516334
KH
4785 * coding.c (decode_coding_charset): Check type of an element of
4786 vector VALIDS.
7bf1bb21 4787 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 4788
4ccfa1c0 4789 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
4790 (font_for_char): Likewise.
4791
1e5ecd37
CY
47922008-12-03 Chong Yidong <cyd@stupidchicken.com>
4793
d5b01609 4794 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
4795 (font_update_lface): Handle fonts with corrupted size specs,
4796 i.e. non-int and non-float.
d5b01609 4797
11e3a6e4 4798 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 4799 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 4800 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 4801
ab06788b
CY
4802 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
4803
1e5ecd37 4804 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 4805 underline_minimum_offset for underline position.
1e5ecd37 4806
63c125ab
DN
48072008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4808
4809 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
4810
4811 * character.c (c_string_width): Specify the type for LEN.
4812
3a8406e1
KH
48132008-12-03 Kenichi Handa <handa@m17n.org>
4814
4ccfa1c0 4815 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 4816 (decode_coding_utf_8): Likewise.
4ccfa1c0 4817 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 4818 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 4819
651df7d9
CY
48202008-12-02 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * keyboard.c (make_lispy_position): Only use PT if the selected
4823 window is current.
4824
1f625c6c
AS
48252008-12-02 Andreas Schwab <schwab@suse.de>
4826
f7741ce9
AS
4827 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
4828
1f625c6c
AS
4829 * doprnt.c (doprnt1): Fix size of charbuf.
4830
92bc2678
CY
48312008-12-02 Chong Yidong <cyd@stupidchicken.com>
4832
4833 * keyboard.c (timer_check): Revert last change.
4834
93b9e8cc
JB
48352008-12-02 Juanma Barranquero <lekktu@gmail.com>
4836
4837 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
4838
fd7a37d5
JB
48392008-12-01 Juanma Barranquero <lekktu@gmail.com>
4840
4841 * makefile.w32-in: Update dependencies.
4842 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
4843
c115043b
AS
48442008-12-01 Andreas Schwab <schwab@suse.de>
4845
4846 * font.c (register_font_driver): Use xmalloc.
4847 (font_put_frame_data): Likewise.
4848
f5668d2a
CY
48492008-12-01 Chong Yidong <cyd@stupidchicken.com>
4850
860d96be
CY
4851 * xfaces.c (realize_x_face): Make abort condition clearer.
4852
f5668d2a
CY
4853 * gtkutil.c (update_frame_tool_bar): Initialize variable.
4854
379c17e7
CY
48552008-11-30 Chong Yidong <cyd@stupidchicken.com>
4856
4857 * keyboard.c (timer_check): After a timer runs, ensure that the
4858 selected window's buffer is current.
4859
35f36d65
JB
48602008-11-30 Juanma Barranquero <lekktu@gmail.com>
4861
f952c61c
JB
4862 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
4863 It was accidentally restored by the Unicode merge.
4864
35f36d65
JB
4865 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
4866
b23077df
JB
48672008-11-29 Juanma Barranquero <lekktu@gmail.com>
4868
4869 * w32proc.c: Include "coding.h".
4870 (Fw32_short_file_name): Encode filename passed to Windows API.
4871 (Fw32_long_file_name): Encode filename passed to Windows API and
4872 decode back the result. (Bug#1433)
4873
b8ebe9dd
KH
48742008-11-29 Kenichi Handa <handa@m17n.org>
4875
8cc53f96
KH
4876 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
4877 not before accessing it.
4878
b8ebe9dd
KH
4879 * charset.c (Fdefine_charset_internal): After calculating
4880 min_char, max_char, and fastmap, copy the charset structure again.
4881 (encode_char): Fix the previous change.
4882
59bc82c0
SZ
48832008-11-28 Seiji Zenitani <zenitani@mac.com>
4884
4885 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
4886
4887 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
4888
4889 * nsterm.m (x_set_frame_alpha): New function.
4890
32247e3d
EZ
48912008-11-27 Eli Zaretskii <eliz@gnu.org>
4892
4893 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
4894
b003e5ff
JB
48952008-11-27 Juanma Barranquero <lekktu@gmail.com>
4896
4897 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
4898 pointer to check_face_name.
4899
708550f5
KH
49002008-11-27 Kenichi Handa <handa@m17n.org>
4901
4902 * category.h (SET_CATEGORY_SET): Call set_category_set.
4903 (set_category_set): Extern it.
4904
4905 * category.c (hash_get_category_set): New function.
4906 (Fmodify_category_entry): Adjusted for the change of
4907 char_table_ref_and_range. Call hash_get_category_set to get a
4908 category set to store in the table.
4909
4910 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
4911 Funify_charset.
4912
2ae37cf0 4913 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
4914 (DECODE_CHAR): Check if the decoder vector is ready.
4915 (ENCODE_CHAR): Check if the encoder char-table is ready.
4916 (maybe_unify_char): Extern it.
4917
4918 * charset.c (Vchar_unified_charset_table): Delete it.
4919 (inhibit_load_charset_map): New variable.
4920 (temp_charset_work): New variable.
4921 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
4922 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
4923 New macros.
4924 (load_charset_map): Meaning of control_flag changed. If
4925 inhibit_load_charset_map is nonzero, setup a table in
4926 temp_charset_work.
4927 (load_charset): New argument control_flag.
4928 (map_charset_for_dump): New function.
4929 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
4930 map_charset_for_dump.
4931 (Fdefine_charset_internal): If the charset method is MAP, load
4932 mapping tables by calling load_charset.
4933 (Funify_charset): Don't load a mapping table but directly set
4934 Vchar_unify_table.
4935 (maybe_unify_char): New function.
4936 (decode_char): Don't handle the deleted method MAP_DEFERRED.
4937 Handle the case of inhibit_load_charset_map being nonzero.
4938 (encode_char): Don't handle the deleted method MAP_DEFERRED.
4939 Handle the case of inhibit_load_charset_map being nonzero.
4940 (Fclear_charset_maps): Just free temp_charset_work.
4941 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
4942 variable.
4943
4944 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
4945 change of char_table_ref_and_range.
4946 (char_table_ref_and_range): Change the meaning of argument FROM
4947 and TO. Now the caller must provide initial values for *FROM
4948 and *TO.
4949
4950 * fontset.c (fontset_add): Adjusted for the change of
4951 char_table_ref_and_range.
4952 (fontset_get_font_group): Likewise.
4953 (Ffontset_info): Likewise.
4954
4955 * keymap.c (describe_vector): Adjusted for the change of
4956 char_table_ref_and_range. For char-table, put boundary between
4957 non-ASCII and 8-bit characters.
4958
4959 * print.c (print_object): For bool-vector, delete unnecessary
4960 check of ASCII_BYTE_P.
4961
9196133b
JR
49622008-11-26 Jason Rumney <jasonr@gnu.org>
4963
4964 * w32font.c (w32font_open_internal): Don't include external
9acef61c 4965 leading in font height. (Bug#879)
9196133b 4966
9f688acf
GM
49672008-11-26 Glenn Morris <rgm@gnu.org>
4968
4969 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
4970 redefinition with ifdef. (Bug#1383)
4971
90d19aff
AR
49722008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4973
4974 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
4975
4ccfa1c0 49762008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
4977
4978 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
4979 New EmacsView methods.
4980 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
4981 Fixes bug #1048,1357,1414.
4982
49832008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4984
4985 Fix bug #1362.
4986 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
4987 is not an indexed color.
4988 * nsterm.m (free_indexed_color): Add argument checking.
4989 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
4990
e7d5ecb3
CY
49912008-11-24 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
4994 Document confirm-after-completion value for
4995 minibuffer-completion-confirm.
4996
c285743c
JR
49972008-11-24 Jason Rumney <jasonr@gnu.org>
4998
4999 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
5000 warning.
5001
b0857706
JR
50022008-11-23 Jason Rumney <jasonr@gnu.org>
5003
5004 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
5005 restored before returning.
5006
5007 * w32font.c (check_face_name): New function.
5008 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 5009 fonts. (Bug#642)
b0857706 5010
ee50ff07
MR
50112008-11-22 Martin Rudalics <rudalics@gmx.at>
5012
5013 * buffer.c (Fswitch_to_buffer): Reword and mention new option
5014 confirm-nonexistent-file-or-buffer in doc-string.
5015
b8ff72fa
SM
50162008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
5019 Fix copy/paste typo. Add checks.
5020
cee53ed4
KH
50212008-11-21 Kenichi Handa <handa@m17n.org>
5022
5023 * coding.c (detect_coding_iso_2022): Reject invalid composition
5024 sequence.
5025 (DECODE_COMPOSITION_START): If the current source is the last
5026 block, and the current composition doesn't end, regard this
5027 sequence as invalid.
5028 (decode_coding_iso_2022): Handle invalid composition sequence.
5029
f6ef1e65
MR
50302008-11-20 Martin Rudalics <rudalics@gmx.at>
5031
5032 * window.c (coordinates_in_window): Don't return
5033 ON_VERTICAL_BORDER for the rightmost position of a mode/header
5034 line when the window is not the rightmost one. (Bug#1372)
5035
e08b1705
MR
50362008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
5037
5038 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
5039
ad98e89f
EZ
50402008-11-15 Eli Zaretskii <eliz@gnu.org>
5041
5042 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
5043 and bright_bg if noninteractive is non-zero.
5044
fb098a4b
CY
50452008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5046
5047 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
5048 x_draw_glyph_string_background.
5049
5050 * w32term.c (x_draw_glyph_string): Likewise.
5051
ce952b6e
CY
50522008-11-15 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * xterm.c (x_draw_glyph_string): Stop drawing the background of
5055 the next glyph string once past the overhang width.
5056
5057 * nsterm.m (ns_draw_glyph_string): Likewise.
5058
5059 * w32term.c (x_draw_glyph_string): Likewise.
5060
26ea7079
CY
50612008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
5062
5063 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
5064 double file close.
5065
1c33c906
MR
50662008-11-14 Martin Rudalics <rudalics@gmx.at>
5067
5068 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
5069 dedicated status of window before attempting to display another
5070 buffer in it.
5071
8fc29035
JB
50722008-11-14 Juanma Barranquero <lekktu@gmail.com>
5073
5074 * msdos.c (Fmsdos_long_file_names):
5075 (syms_of_msdos) <dos-unsupported-char-glyph>:
5076 * dosfns.c (Fint86): Fix typos in docstrings.
5077
55fb4286
EZ
50782008-11-14 Eli Zaretskii <eliz@gnu.org>
5079
5080 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
5081
3fda0315
KY
50822008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5083
5084 * puresize.h (BASE_PURESIZE): Increase to 1260000.
5085
7e849c17
CY
50862008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
5087
5088 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
5089
5090 * frame.h: Negative alpha means "don't touch".
5091
5092 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
5093
5094 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
5095
b9fd67bd
DN
50962008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5097
5098 * hftctl.c:
5099 * chpdef.h:
5100 * acldef.h: Remove files used only for systems no longer supported.
5101
5102 * Makefile.in: Fix .o alphabetical ordering.
5103 (hftctl.o): Remove dependency, file removed.
5104 (keymap.o, print.o): Depend on charset.h.
5105
d5998e03
KH
51062008-11-10 Kenichi Handa <handa@m17n.org>
5107
2ae37cf0 5108 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 5109
be70e183
CY
51102008-11-08 Chong Yidong <cyd@stupidchicken.com>
5111
5112 * dired.c (file_name_completion): If completion_ignore_case is
5113 enabled, ignore case when checking completion-regexp-list.
5114
7cf94eac
EZ
51152008-11-08 Eli Zaretskii <eliz@gnu.org>
5116
5117 * vm-limit.c (get_lim_data): Fix last change.
5118
ee107a89
KH
51192008-11-08 Kenichi Handa <handa@m17n.org>
5120
5121 * character.c (Fget_byte): New function.
5122 (syms_of_character): Defsubr Fget_byte.
5123
5fd15622
CY
51242008-11-07 Chong Yidong <cyd@stupidchicken.com>
5125
5126 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
5127 cursor position is valid after scrolling.
5128
13d62fad
JB
51292008-11-06 Juanma Barranquero <lekktu@gmail.com>
5130
5131 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
5132
a1dd2936
GM
51332008-11-06 Glenn Morris <rgm@gnu.org>
5134
5135 * xterm.c (handle_one_xevent): Don't let popup menus cause
5136 mouse-autoselect-window related window switching. (Bug#1261)
5137
860cd236
CY
51382008-11-04 David Smith <davidsmith@acm.org> (tiny change)
5139
5140 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
5141
653a3150
AS
51422008-11-04 Andreas Schwab <schwab@suse.de>
5143
5144 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
5145
870f5cac
CY
51462008-11-03 Chong Yidong <cyd@stupidchicken.com>
5147
5148 * xfns.c (Fx_wm_set_size_hint): New function.
5149
1e02f3cb
MR
51502008-11-03 Martin Rudalics <rudalics@gmx.at>
5151
5152 * textprop.c (Fprevious_single_char_property_change): Return 0
5153 when there's no change in a string. (Bug#1301)
5154
e630dfc6
MR
51552008-11-02 Martin Rudalics <rudalics@gmx.at>
5156
5157 * frame.c (do_switch_frame): New argument NORECORD passed to
5158 Fselect_window.
5159 (Fselect_frame): New argument NORECORD passed to
5160 do_switch_frame.
5161 (Fset_frame_selected_window): New argument NORECORD passed to
5162 Fselect_frame.
5163 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
5164 in call of do_switch_frame.
5165 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
5166 Handle NORECORD argument in call of Fselect_frame.
5167 * lisp.h (do_switch_frame, Fselect_frame)
5168 (Fset_frame_selected_window): Adjust declarations.
5169 * window.c (select_frame_norecord): New function.
5170 (run_window_configuration_change_hook): Use it and call
5171 Fselect_frame with NORECORD set.
5172 (Fselect_window): Pass NORECORD to Fselect_frame.
5173 (Fset_window_configuration): Handle NORECORD argument in call of
5174 do_switch_frame.
5175 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
5176 Fset_frame_selected_window.
5177 * keyboard.c (command_loop_1): Handle NORECORD in call of
5178 Fselect_frame (currently ifdefd).
5179
9020b223
GM
51802008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
5181
5182 * emacs.c (USAGE2): Untabify.
5183
793ffee8
SM
51842008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * composite.c (fill_gstring_header): Fix copy/paste typo.
5187
ab6d1131
MR
51882008-10-31 Martin Rudalics <rudalics@gmx.at>
5189
5190 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
5191 (Fother_window): Rename argument and rewrite doc-string.
5192 (select_window_norecord): Fix return value. (Bug#1276)
5193
601a9cf1
JB
51942008-10-30 Juanma Barranquero <lekktu@gmail.com>
5195
5196 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
5197 new frames overriding foreground for tooltips. Based on similar patch
5198 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
5199
813b0652
CY
52002008-10-29 Chong Yidong <cyd@stupidchicken.com>
5201
5202 * emacs.c (Fdaemon_initialized): Initialize nfd.
5203
4414f58f
MR
52042008-10-29 Martin Rudalics <rudalics@gmx.at>
5205
5206 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
5207 (Fwindow_text_height): Clarify doc-strings.
5208 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
5209 doc-string of window-scroll-functions.
5210
ecdcaa09
RS
52112008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5212
5213 * category.c (syms_of_category): Fix typo in docstring.
5214
23fe745a
JB
52152008-10-28 Juanma Barranquero <lekktu@gmail.com>
5216
5217 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
5218 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
5219 Fix typos in docstrings.
5220
ff808935
DN
52212008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5222
5223 * emacs.c (daemon_pipe): Make non-static.
5224 (IS_DAEMON): Move definition ...
5225 * lisp.h (IS_DAEMON): ... here.
5226 (daemon_pipe): Declare.
5227 (is_daemon): Remove.
5228 * dispnew.c (init_display): Use IS_DAEMON.
5229
fc012771
SM
52302008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5231
5232 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
5233 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
5234
5235 * emacs.c (is_daemon): Remove.
5236 (main): Don't set is_daemon.
5237 (IS_DAEMON): New macro.
5238 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 5239 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
5240 parent exits.
5241 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
5242
d8bdbe6f
CY
52432008-10-27 Chong Yidong <cyd@stupidchicken.com>
5244
d1a072bf
CY
5245 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
5246 over-sized glyph, draw it with the default glyph width.
5247
e2e325aa
CY
5248 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5249 glyph, draw it with the default glyph width.
5250
5251 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
5252 glyph, draw it with the default glyph width.
5253
d8bdbe6f
CY
5254 * xdisp.c (try_scrolling): When computing the distance from the
5255 scroll margin to PT, try moving some distance past the window
5256 bottom before giving up.
5257
7bfac547
MR
52582008-10-27 Martin Rudalics <rudalics@gmx.at>
5259
5260 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
5261 (Fset_window_buffer): Explain in doc-string that a window can be
5262 "strongly" dedicated to its buffer.
5263
4ff029f6
DN
52642008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5265
5266 * emacs.c (daemon_name): New variable.
5267 (main): Deal with --daemon=SERVER_NAME.
5268 (Fdaemonp): Return a name if one was passed to --daemon.
5269
5790ef40
DN
52702008-10-26 Romain Francoise <romain@orebokech.com>
5271
f9bd0df9 5272 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
5273 (main): Create a pipe before forking, make the parent exit only after
5274 the child has closed its end of the pipe. Move closing the
5275 descriptors ...
5276 (Fdaemon_initialized): ... here. New function.
5277
f5385255
SM
52782008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5279
4d632321
SM
5280 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
5281 the previous unoptimized table.
5282
f5385255
SM
5283 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
5284 the distinction between non-nil and non-t value of `dedicated'.
5285
6c56a0f3
CY
52862008-10-25 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 5289 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 5290
fec89261
MR
52912008-10-25 Martin Rudalics <rudalics@gmx.at>
5292
5293 * window.c (Fget_buffer_window, Fdelete_windows_on)
5294 (Freplace_buffer_in_windows): Make buffer argument optional and
5295 rename to buffer_or_name.
5296
34fcddd0
CY
52972008-10-24 Chong Yidong <cyd@stupidchicken.com>
5298
f5385255
SM
5299 * xdisp.c (handle_single_display_spec, handle_display_prop):
5300 Undo 2005-05-16 change.
34fcddd0
CY
5301 (handle_stop): Pop iterator if it's loaded with an empty string.
5302 (get_overlay_strings_1): Don't save iterator if it's loaded with
5303 an empty string (bug#1201).
5304
064766f2
KH
53052008-10-24 Kenichi Handa <handa@m17n.org>
5306
5307 * ftfont.c (ftfont_otf_features): Fix previous change.
5308 (ftfont_otf_capability): Check FeatureList.FeatureCount before
5309 calling ftfont_otf_features.
5310
f9bd0df9 53112008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
5312
5313 * font.c (font_match_p): Fix for the case that a vector of
5314 characters is in script-representative-chars.
5315
1dae9197
MA
53162008-10-24 Michael Albinus <michael.albinus@gmx.de>
5317
5318 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 5319 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
5320 (xd_read_queued_messages): Catch Qdbus_error from the macros.
5321 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
5322 macro. (Bug#1186).
5323
f9bd0df9 53242008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
5325
5326 * s/sol2-10.h: New file.
5327
878a4584
JB
53282008-10-23 Juanma Barranquero <lekktu@gmail.com>
5329
5330 * xdisp.c (fill_glyph_string): Fix typo in source (though the
5331 poor beast has survived 9+ years and the jump from xterm.c!).
5332
cd265ca6
MR
53332008-10-23 Martin Rudalics <rudalics@gmx.at>
5334
5335 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
5336 Reword doc-string.
f5385255 5337 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 5338
472a4dc9
JB
53392008-10-23 Juanma Barranquero <lekktu@gmail.com>
5340
5341 * character.c (syms_of_character) <script-representative-chars>:
5342 <unicode-category-table>: Doc fixes.
5343
159bd5a2
NF
53442008-10-23 Noah Friedman <friedman@splode.com>
5345
5346 * coding.c (make_conversion_work_buffer): Check that
5347 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
5348 Fget_buffer_create.
5349
49f9c344
KH
53502008-10-23 Kenichi Handa <handa@m17n.org>
5351
5352 * font.c (font_add_log): Check the values of extra properties.
5353
12bb3111
MR
53542008-10-22 Martin Rudalics <rudalics@gmx.at>
5355
5356 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5357 Reword doc-string.
5358 (Fset_window_parameter): Use NILP.
5359 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 5360 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 5361
bbeb4e99
JB
53622008-10-22 Juanma Barranquero <lekktu@gmail.com>
5363
5364 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
5365
53662008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
5367
5368 * nsfns.m (ns_appkit_version): New function.
5369 (x-server-version): Use it.
5370 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
5371 (x-server-vendor): Don't check_ns().
5372
5373 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
5374
a9b555d3
JB
53752008-10-22 Juanma Barranquero <lekktu@gmail.com>
5376
5377 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
5378 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
5379
4626499f
KH
53802008-10-22 Kenichi Handa <handa@m17n.org>
5381
e3681952
KH
5382 * syntax.c (scan_words): Call word_boundary_p instead of comparing
5383 scripts.
5384
4626499f
KH
5385 * category.c (word_boundary_p): Check scripts instead of charset.
5386 Handle nil value in word-separating-categories and
5387 word-combining-categories.
5388 (syms_of_category): Fix docstrings of word-separating-categories
5389 and word-combining-categories.
5390
1560f91a
EZ
53912008-10-21 Eli Zaretskii <eliz@gnu.org>
5392
5393 * coding.c (Fencode_coding_region, Fdecode_coding_region)
5394 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
5395
f4668441
MR
53962008-10-21 Martin Rudalics <rudalics@gmx.at>
5397
5398 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
5399 Rename arg "buffer" to "buffer_or_name".
5400 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
5401 it optional.
5402 (no_switch_window): Remove since the return value is not used.
a9b555d3 5403 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
5404 Consider window as dedicated when Fwindow_dedicated_p returns a
5405 non-nil value.
5406 * lisp.h: Remove prototype for no_switch_window.
5407
fd75ddb2
JD
54082008-10-21 Jan Djärv <jan.h.d@swipnet.se>
5409
5410 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 5411 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 5412
07295713
KH
54132008-10-21 Kenichi Handa <handa@m17n.org>
5414
5415 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
5416 check Vlatin_extra_code_table.
5417
712adc82
EZ
54182008-10-20 Eli Zaretskii <eliz@gnu.org>
5419
5420 * fileio.c (Fset_file_modes): Doc fix.
5421
f549eb0b
MA
54222008-10-19 Michael Albinus <michael.albinus@gmx.de>
5423
5424 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
5425 in arrays.
5426
aac0c6e3
MR
54272008-10-19 Martin Rudalics <rudalics@gmx.at>
5428
5429 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
5430 Mention kill-buffer in doc-string.
5431 (Fset_window_buffer): Reinsert tem check removed in last commit.
5432 (Fenlarge_window, Fshrink_window): Have argument names and
5433 doc-string follow Elisp manual more closely.
5434
54352008-10-18 Eli Zaretskii <eliz@gnu.org>
5436
5437 * fileio.c (Fset_file_modes): Doc fix.
5438
54392008-10-18 Martin Rudalics <rudalics@gmx.at>
5440
5441 * window.c (Fwindow_width, Fset_window_start)
5442 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
5443 (Fdelete_windows_on, Freplace_buffer_in_windows):
5444 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
5445 (Fwindow_dedicated_p): Make window argument optional.
5446 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
5447 (Fset_window_buffer): Respect any non-nil dedicated value for
5448 window. Rename "buffer" argument to "buffer_or_name".
5449
54502008-10-18 Ulrich Mueller <ulm@gentoo.org>
5451
5452 * m/sh3.h: New file, machine description for SuperH.
5453
54542008-10-17 Martin Rudalics <rudalics@gmx.at>
5455
5456 * window.c (Fsplit_window): Rename arg horflag to horizontal.
5457
54582008-10-17 Kenichi Handa <handa@m17n.org>
5459
5460 * ftfont.c (ftfont_otf_features): Fix indexing
5461 gsub_gpos->FeatureList.Feature. Check the validity of indices.
5462
54632008-10-16 Magnus Henoch <mange@freemail.hu>
5464
5465 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
5466 (Fdbus_call_method_asynchronously): Ditto.
5467 This change makes C-h f display the argument list.
5468
54692008-10-16 Chong Yidong <cyd@stupidchicken.com>
5470
5471 * fileio.c (Fexpand_file_name): Doc fix.
5472
5473 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
5474 of :foreground and :background equivalent to unspecified (20.x
5475 compatibility).
5476
54772008-10-15 Eli Zaretskii <eliz@gnu.org>
5478
5479 * buffer.c (syms_of_buffer): Doc fix.
5480
54812008-10-14 Kenichi Handa <handa@m17n.org>
5482
5483 * font.c (font_clear_prop): When clearing font width, clear the
5484 average width field too.
5485
54862008-10-12 Andreas Schwab <schwab@suse.de>
5487
5488 * ftfont.c (ftfont_shape_by_flt): Make static.
5489 * ftfont.h (ftfont_shape_by_flt): Don't declare.
5490
5491 * font.c: Don't include <m17n-flt.h>.
5492
54932008-10-10 Eli Zaretskii <eliz@gnu.org>
5494
5495 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
5496
54972008-10-09 Eli Zaretskii <eliz@gnu.org>
5498
5499 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
5500 away code.
5501
55022008-10-09 Chong Yidong <cyd@stupidchicken.com>
5503
5504 * dispnew.c (update_text_area): Avoid looping due to large glyph
5505 overhangs (bug#1070).
5506
55072008-10-09 Kenichi Handa <handa@m17n.org>
5508
5509 * fontset.c (face_for_char): If face->fontset is negative, just
5510 return ascii_face.
5511
f5385255
SM
5512 * font.c (font_delete_unmatched): Fix previous change.
5513 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
5514
55152008-10-09 Martin Rudalics <rudalics@gmx.at>
5516
5517 * frame.c (Fraise_frame): On text-only terminals select frame in
5518 order to make it visible. (Bug#1061)
5519
55202008-10-08 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * fontset.c (fontset_find_font): Check frame validity.
5523
55242008-10-07 Chong Yidong <cyd@stupidchicken.com>
5525
a9b555d3 5526 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
5527 (xg_display_close): Allow Emacs to close all displays (bug#985).
5528
55292008-10-06 Andreas Schwab <schwab@suse.de>
5530
f5385255 5531 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
5532
55332008-10-06 Chong Yidong <cyd@stupidchicken.com>
5534
f5385255 5535 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 5536
a9b555d3 5537 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
5538
5539 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
5540 during initialization.
5541
55422008-10-04 Eli Zaretskii <eliz@gnu.org>
5543
5544 * xdisp.c (redisplay_internal): If frame switched, redisplay the
5545 whole thing on MSDOS frames as well as on a TTY.
5546
5547 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
5548 well as for TTY.
5549 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
5550 well as on a TTY.
5551
5552 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
5553 as well as for TTY.
5554
5555 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
5556
5557 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
5558 MSDOS frames as well.
5559
55602008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5561
5562 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
5563 correct arguments.
b71ac3dd 5564 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
5565
55662008-10-03 Glenn Morris <rgm@gnu.org>
5567
5568 * emacs.c (USAGE1): Add --daemon.
5569
55702008-10-02 Eli Zaretskii <eliz@gnu.org>
5571
5572 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
5573 100, so it's in percents as advertised.
5574
55752008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5576
5577 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
5578 (ns_output.current_cursor, ns_output.desired_cursor)
5579 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
5580 (FRAME_NEW_CURSOR_COLOR): Remove.
5581
5582 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 5583 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
5584 enumeration (HOLLOW_BOX_CURSOR, etc.).
5585
5586 * nsterm.m (ns_frame_rehighlight): Remove commented code.
5587 (draw_window_cursor): Simplify code.
f5385255
SM
5588 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
5589 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 5590 updates manually.
a9b555d3
JB
5591 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
5592 Use core Emacs cursor types.
aac0c6e3 5593
b8ff72fa 5594 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
5595
55962008-10-02 Martin Rudalics <rudalics@gmx.at>
5597
5598 * process.c (Faccept_process_output): Fix doc-string.
5599
56002008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5601
5602 * gmalloc.c (__sbrk): Also define for uClibc.
5603
5604 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
5605 for uClibc.
5606
56072008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5608
5609 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
5610 styles.
5611 (nsfont_open): Reenable the cache.
5612
56132008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5614
5615 * font.c (font_matching_entity): Reflect ATTRS in font selection.
5616 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
5617
56182008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5619
5620 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
5621 a suspended terminal.
5622
56232008-09-30 Michael Albinus <michael.albinus@gmx.de>
5624
5625 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
5626
56272008-09-30 Eli Zaretskii <eliz@gnu.org>
5628
5629 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
5630
56312008-09-30 Chong Yidong <cyd@stupidchicken.com>
5632
5633 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
5634 in a continued line coincides with a line beginning.
5635
56362008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5637
5638 * nsfont.m (nsfont_trait_distance): Fix bug.
5639 (nsfont_list): Return a list rather than a vector (syncs with Handa
5640 changes of 2008-05-14).
5641 (nsfont_open): Improve logging.
5642
56432008-09-29 Andreas Schwab <schwab@suse.de>
5644
5645 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5646
56472008-09-28 Martin Rudalics <rudalics@gmx.at>
5648
5649 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
5650 name as char-resolve-modifiers.
5651 Reported by: Markus Triska <markus.triska@gmx.at>
5652
56532008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
5654
5655 * dispnew.c (init_display): Return earlier when running as a daemon.
5656
56572008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5658
5659 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
5660
56612008-09-27 Eli Zaretskii <eliz@gnu.org>
5662
5663 * composite.c (Fcomposition_get_gstring)
5664 (Fcompose_region_internal, Fcompose_string_internal)
5665 (Ffind_composition_internal): Doc fix.
5666 (syms_of_composite) <compose-chars-after-function>: Doc fix.
5667 (syms_of_composite) <auto-composition-function>: Doc fix.
5668 (syms_of_composite) <composition-function-table>: Doc fix.
5669
56702008-09-25 Chong Yidong <cyd@stupidchicken.com>
5671
5672 * search.c (wordify): New argument for lax word-ends.
5673 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
5674
56752008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5676
5677 * lisp.h (is_daemon): Declare.
5678 * dispnew.c (init_display): Do not try to initialize the terminal
5679 when running as a daemon.
5680
56812008-09-22 Chong Yidong <cyd@stupidchicken.com>
5682
5683 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
5684 x_display_pixel_height.
5685
56862008-09-22 Martin Rudalics <rudalics@gmx.at>
5687
5688 * undo.c (record_point): Don't call Fundo_boundary for first
5689 change. (Bug#731)
5690
56912008-09-22 Juanma Barranquero <lekktu@gmail.com>
5692
5693 * emacs.c (Fdaemonp): Doc fix.
5694
56952008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5696
5697 * emacs.c (main): Place #ifdef in the proper place.
5698
56992008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5700
5701 * emacs.c (standard_args): Add --daemon.
5702 (main): Disconnect from the terminal when --daemon is passed.
5703 (is_daemon): New variable.
5704 (Fdaemonp): New function.
5705 (syms_of_emacs): Defsubr it.
5706
57072008-09-20 Chong Yidong <cyd@stupidchicken.com>
5708
5709 * xdisp.c (get_next_display_element): Handle string display
5710 correctly when checking for the end of a box run.
5711
57122008-09-20 Glenn Morris <rgm@gnu.org>
5713
5714 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
5715 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
5716 (Frename_file): Avoid copying to trash if a rename involves
5717 a delete. (Bug#964).
5718
57192008-09-20 Eli Zaretskii <eliz@gnu.org>
5720
5721 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
5722 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
5723 frames as well as termcap frames.
5724 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
5725 get_named_tty.
5726
57272008-09-19 Eli Zaretskii <eliz@gnu.org>
5728
5729 * process.c (procfs_system_process_attributes): Fix cmdline in
5730 case /proc/PID/cmdline is empty.
5731
5732 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
5733 x_display_pixel_height.
5734
57352008-09-19 Juanma Barranquero <lekktu@gmail.com>
5736
5737 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
5738
5739 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
5740 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
5741
57422008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
5743
5744 * dispextern.h (struct it): Move line_wrap away from the middle of
5745 bitfields. Move voffset in struct iterator_stack_entry after the
5746 bitfields. Move tab_width near after another short.
5747
57482008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5749
5750 * frame.h (struct frame): Move alpha from the middle of bitfields.
5751
5752 * window.h (struct window): Move frozen_window_start_p after the
5753 rest of the bitfields to reduce padding.
5754
57552008-09-18 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * xterm.h (x_display_info): Remove `height' and `width' members.
5758
5759 * nsterm.h (ns_display_info): Remove `height' and `width' members.
5760
5761 * w32term.h (w32_display_info): Remove `height', `width',
5762 `height_in', and `width_in' members.
5763
b8ff72fa
SM
5764 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5765 New functions.
aac0c6e3
MR
5766 (x_calc_absolute_position): Use them.
5767 (x_term_init): Omit removed `height' and `width' members.
5768
b8ff72fa
SM
5769 * w32term.c (x_display_pixel_height, x_display_pixel_width):
5770 New functions.
aac0c6e3
MR
5771 (w32_read_socket, x_calc_absolute_position): Use them.
5772 (w32_initialize_display_info, w32_term_init): Omit removed members
5773 of w32_display_info.
5774
b8ff72fa
SM
5775 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
5776 New functions.
5777 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 5778
b8ff72fa
SM
5779 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5780 New functions.
aac0c6e3
MR
5781 (x_calc_absolute_position): Use them.
5782 (x_term_init): Omit removed `height' and `width' members.
5783
5784 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
5785 (compute_tip_xy):
5786 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
5787 * xmenu.c (menu_position_func): Use x_display_pixel_height and
5788 x_display_pixel_width.
5789
57902008-09-18 Kenichi Handa <handa@m17n.org>
5791
5792 * composite.c (fill_gstring_header): Don't check FROM and TO here.
5793 (composition_compute_stop_pos): Fix handling of static composition.
5794 (Fcomposition_get_gstring): Check FROM and TO at first.
5795
57962008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5797
46e722a9 5798 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
5799 mixup (YAILOM).
5800
58012008-09-17 Chong Yidong <cyd@stupidchicken.com>
5802
5803 * indent.c (Fvertical_motion): Use position reported by iterator
5804 instead of PT for determining screen motion (bug#943).
5805
58062008-09-17 Romain Francoise <romain@orebokech.com>
5807
5808 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
5809
58102008-09-17 Kenichi Handa <handa@m17n.org>
5811
5812 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
5813
5814 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
5815 if necessary.
5816
58172008-09-16 Kenichi Handa <handa@m17n.org>
5818
5819 * coding.c (make_conversion_work_buffer): Avoid calling
5820 Fget_buffer_create if it is not necessary.
5821
58222008-09-15 Martin Rudalics <rudalics@gmx.at>
5823
5824 * window.c (Fselect_window): Don't update window_select_count and
5825 use_time when norecord is not nil.
5826
58272008-09-14 Kenichi Handa <handa@m17n.org>
5828
5829 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
5830 specpdl_ptr.
5831
58322008-09-12 Kenichi Handa <handa@m17n.org>
5833
5834 * indent.c (scan_for_column): Don't handle automatic composition
5835 if the current buffer is not associated with a window.
5836
5837 * composite.c (composition_reseat_it): If the current buffer is
5838 not associated with a window, ignore the automatic composition.
5839 (find_automatic_composition): Likewise.
5840
58412008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
5844 (Fgpm_mouse_stop): Use it.
5845 * termhooks.h (close_gpm): Declare.
5846 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
5847 connection if Gpm_GetEvent fails.
5848
5849 * window.c (set_window_buffer): Always preserve current-buffer.
5850
58512008-09-12 Glenn Morris <rgm@gnu.org>
5852
5853 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
5854
58552008-09-11 Glenn Morris <rgm@gnu.org>
5856
5857 * charset.c (charset-map-path): Doc fix.
5858
58592008-09-10 Kenichi Handa <handa@m17n.org>
5860
5861 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
5862
5863 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
5864 compose a grapheme cluster with the preceding base glyph.
5865
5866 * composite.c (composition_compute_stop_pos): Fix previous change.
5867 Reset cmp_it->id to -1 at first.
5868
58692008-09-10 Glenn Morris <rgm@gnu.org>
5870
5871 * Makefile.in (character.o, chartab.o): Fix config.h typo.
5872
58732008-09-09 Chong Yidong <cyd@stupidchicken.com>
5874
5875 * keyboard.c (read_key_sequence): Reapply translation maps when
5876 switching keyboards.
5877
58782008-09-09 Kenichi Handa <handa@m17n.org>
5879
5880 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
5881 characters.
5882
5883 * composite.c (FORWARD_CHAR): Fix calculation
5884 of (POSITION).pos_byte.
5885 (composition_compute_stop_pos): Limit the search of composition to
5886 at most 500 characters ahead. If we reach the limit or find a
5887 newline, set cmp_it->ch to -2 and return 0.
5888 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
5889
58902008-09-08 Kenichi Handa <handa@m17n.org>
5891
5892 * indent.c (Fvertical_motion): Be sure to set
5893 it_overshoot_expected if it.cmp_it.id is non-negative.
5894
58952008-09-07 Andreas Schwab <schwab@suse.de>
5896
5897 * callproc.c (Fcall_process): Don't hold references to string data
5898 across garbage collection. Move initialisation of new_argv down
5899 to avoid compiler bug.
5900
59012008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5902
5903 * process.c (Fsystem_process_attributes): Doc fix.
5904
59052008-09-07 Chong Yidong <cyd@stupidchicken.com>
5906
5907 * callproc.c (Fcall_process): Canonicalize current directory name.
5908
5909 * xdisp.c (move_it_to): When moving by vpos, ensure that the
5910 iterator advances to the next line if the current line ends in a
5911 continued tab.
5912
59132008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
5914
5915 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
5916 member to point to cmp_from.
5917
5918 * xdisp.c: Doc fix for references to gidx data member.
5919
59202008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
5923
59242008-09-07 Kenichi Handa <handa@m17n.org>
5925
5926 * composite.c (FORWARD_CHAR): Check STOP after
5927 incrementing (POSITION).pos.
5928
59292008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5930
5931 * process.c (Fsystem_process_attributes): Doc fix.
5932
59332008-09-06 Chong Yidong <cyd@stupidchicken.com>
5934
5935 * keyboard.c (Ftop_level): Doc fix.
5936
59372008-09-06 Eli Zaretskii <eliz@gnu.org>
5938
5939 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
5940 minibuffer, don't let lower part of menu invade the echo area.
5941
5942 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
5943 "char *q" to access menu text and advance through it. Revert the
5944 change that displayed ">" instead of ASCII character 0x10.
5945
59462008-09-05 Eli Zaretskii <eliz@gnu.org>
5947
5948 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
5949 toggle boxes and radio buttons on MS-DOS as well.
5950
59512008-09-05 Kenichi Handa <handa@m17n.org>
5952
5953 * composite.c (autocmp_chars): Check lookback count.
5954 (composition_compute_stop_pos): Set cmp_it->lookback.
5955 (composition_reseat_it): Check lookback count.
5956 (struct position_record): New struct.
5957 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
5958 (find_automatic_composition): New function.
5959 (composition_adjust_point): Use find_automatic_composition.
5960
5961 * dispextern.h (struct composition_it): New member lookback.
5962
59632008-09-02 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
5966 if moving by a single line.
5967
59682008-09-02 Andreas Schwab <schwab@suse.de>
5969
5970 * xterm.c (x_delete_display): Fix merge error.
5971
5972 * fileio.c (Fexpand_file_name): Remove unused variables.
5973
59742008-09-02 Eli Zaretskii <eliz@gnu.org>
5975
5976 * fileio.c (Fexpand_file_name): Copy argument `name' into local
5977 storage on all platforms, not just on DOS_NT.
5978
59792008-09-02 Jason Rumney <jasonr@gnu.org>
5980
b8ff72fa
SM
5981 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
5982 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
5983
59842008-09-01 Chong Yidong <cyd@stupidchicken.com>
5985
5986 * xfaces.c (Finternal_set_alternative_font_family_alist)
5987 (Finternal_set_alternative_font_registry_alist): Properly copy
5988 entire alist structure.
5989
59902008-09-01 Kenichi Handa <handa@m17n.org>
5991
d66c0241 5992 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 5993 representative chars of the script is a vector.
d66c0241
JB
5994 (ftfont_list): Handle the case where the representative chars of
5995 the script is a vector.
aac0c6e3
MR
5996
5997 * character.c (syms_of_character): Docstring of
5998 script-representative-chars fixed.
5999
60002008-08-31 Eli Zaretskii <eliz@gnu.org>
6001
6002 * msdos.c (BUILD_CHAR_GLYPH): New macro.
6003 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
6004 the menu. Allocate larger buffer for `text', to account for
6005 possible ^C characters.
6006
60072008-08-31 Martin Rudalics <rudalics@gmx.at>
6008
6009 * xdisp.c (prepare_menu_bars): Don't call
6010 Vwindow_size_change_functions with arg Qt.
6011
60122008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6013
6014 * font.h (font_range):
6015 * fileio.c (report_file_error):
46e722a9
SM
6016 * composite.c (composition_update_it): Yet another int/Lisp_Object
6017 mixup (YAILOM).
aac0c6e3
MR
6018
60192008-08-30 Glenn Morris <rgm@gnu.org>
6020
6021 * data.c (Fmake_variable_frame_local): Doc fix.
6022
6023 * frame.c (Fmodify_frame_parameters): Doc fix.
6024
60252008-08-30 Eli Zaretskii <eliz@gnu.org>
6026
6027 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
6028 needed by GetTokenInformation.
6029 (w32_system_process_attributes): Check return values of all system
6030 APIs.
6031
6032 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
6033 only when the state changes.
6034 (IT_update_begin, IT_update_end): Add termscript trace.
6035
6036 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
6037 clipboard is unavailable. Set dst to NULL if it doesn't point to
6038 malloc'ed data.
6039 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
6040 passing random values to xfree.
6041
6042 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 6043 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
6044
60452008-08-29 Jason Rumney <jasonr@gnu.org>
6046
6047 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
6048
60492008-08-29 Eli Zaretskii <eliz@gnu.org>
6050
6051 * composite.c (fill_gstring_body): Avoid compiler warnings.
6052
6053 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
6054 LGLYPH_SET_CODE to avoid compiler warnings.
6055
2ae37cf0 6056 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
6057
6058 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
6059
6060 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
6061 LGLYPH_SET_CODE.
6062
60632008-08-29 Kenichi Handa <handa@m17n.org>
6064
6065 * fileio.c (report_file_error): Don't downcase the first character
6066 of errstring if it is still unibyte.
6067
60682008-08-29 Kenichi Handa <handa@m17n.org>
6069
6070 These changes are to re-implement the automatic composition so
6071 that it doesn't use text properties.
6072
6073 * Makefile.in (ftfont.o): Depend on composite.h.
6074 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
6075
6076 * character.h (Vunicode_category_table): Extern it.
6077
6078 * character.c (Vunicode_category_table): New variable.
6079 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
6080
6081 * chartab.c (optimize_sub_char_table): Perform more greedy
6082 optimization.
6083
b8ff72fa
SM
6084 * composite.h (enum composition_method):
6085 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
6086 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
6087 (Vcomposition_function_table): Extern it.
6088 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
6089 (composition_gstring_put_cache, composition_gstring_from_id)
6090 (composition_gstring_p, composition_gstring_width)
6091 (composition_compute_stop_pos, composition_reseat_it)
6092 (composition_update_it, composition_adjust_point): Extern them.
6093 (Fcomposition_get_gstring): EXFUN it.
6094
d66c0241 6095 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
6096 (Vcomposition_function_table)
6097 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
6098 (gstring_hash_table, gstring_work, gstring_work_headers):
6099 New variables.
aac0c6e3
MR
6100 (gstring_lookup_cache, composition_gstring_put_cache)
6101 (composition_gstring_from_id, composition_gstring_p)
6102 (composition_gstring_width, fill_gstring_header)
6103 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
6104 (composition_reseat_it, composition_update_it)
b8ff72fa 6105 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
6106 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
6107 and gstring_work_headers. DEFVAR_LISP composition-function-table.
6108 Defsubr compostion_get_gstring.
6109
6110 * dispextern.h (struct glyph): New union u.cmp. Delete the member
6111 cmp_id.
6112 (struct glyph_string): Delete the member gidx. New members
6113 cmp_id, cmp_from, and cmp_to.
6114 (enum it_method): Delete GET_FROM_COMPOSITION.
6115 (struct composition_it): New struct.
6116 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
6117 Delete c, len, cmp_id, cmp_len in u.comp.
6118
6119 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 6120 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 6121 (enum lglyph_indices): Likewise.
b8ff72fa 6122 (font_range): Adjust extern.
aac0c6e3
MR
6123 (font_fill_lglyph_metrics): Extern it.
6124
6125 * font.c (QCf): New variable.
6126 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6127 (font_prepare_composition): Delete this function.
6128 (font_range): Type and arguments changed.
6129 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
6130 (font_fill_lglyph_metrics): New function.
b8ff72fa 6131 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 6132 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
6133 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
6134 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
6135
6136 * fontset.h (font_for_char): Extern it.
6137
6138 * fontset.c (font_for_char): New function.
6139
6140 * ftfont.c: Include composite.h.
6141 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 6142 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
6143
6144 * indent.c: Include composite.h and dispextern.h.
6145 (check_composition): Delete this function.
6146 (scan_for_column): Handle composition by
6147 composition_compute_stop_pos, composition_reseat_it, and
6148 composition_update_it.
6149 (compute_motion): Likewise.
6150 (Fvertical_motion): Fix checking of composition.
6151
6152 * keyboard.c (adjust_point_for_property): Check composition by
6153 composition_adjust_point.
6154
b8ff72fa 6155 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
6156 struct glyph_string.
6157
b8ff72fa
SM
6158 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
6159 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
6160 struct glyph.
6161 (produce_composite_glyph): Likewise.
6162
b8ff72fa
SM
6163 * w32term.c (x_draw_composite_glyph_string_foreground):
6164 Adjust for the change of struct glyph_string.
aac0c6e3
MR
6165 (x_draw_glyph_string): Likewise.
6166
6167 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
6168 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
6169
6170 * xdisp.c: Include font.h.
6171 (it_props): Delete the entry for Qauto_composed.
6172 (init_iterator): Initialize it->cmp_it.id to -1.
6173 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 6174 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
6175 (handle_auto_composed_prop): Delete it.
6176 (handle_composition_prop): Handle only static composition.
6177 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
6178 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 6179 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
6180 (pop_it): Likewise.
6181 (get_next_element): Delete next_element_from_composition.
6182 (CHAR_COMPOSED_P): New macro.
6183 (get_next_display_element): For automatic composition, get a face
6184 from the font in the glyph-string.
6185 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 6186 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
6187 (next_element_from_string): Check if the character at the current
6188 position is composed by CHAR_COMPOSED_P.
6189 (next_element_from_buffer): Likewise.
d66c0241
JB
6190 (next_element_from_composition): Adjust for the change of struct it.
6191 Update it->cmp_it.
b8ff72fa
SM
6192 (dump_glyph): Adjust for the change of struct glyph.
6193 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
6194 it and struct glyph. Don't handle automatic composition here.
6195 (fill_gstring_glyph_string): New function.
6196 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 6197 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
6198 (BUILD_GSTRING_GLYPH_STRING): New macro.
6199 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
6200 automatic composition.
b8ff72fa 6201 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 6202 struct glyph.
b8ff72fa 6203 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 6204
b8ff72fa 6205 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
6206 the change of struct glyph_string.
6207 (x_draw_glyph_string): Likewise.
6208
62092008-08-29 Glenn Morris <rgm@gnu.org>
6210
6211 * buffer.c (word-wrap): Doc fix.
6212 * xdisp.c (truncate-partial-width-windows): Doc fix.
6213 Increase default to 50.
6214
62152008-08-29 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * xdisp.c (update_tool_bar_unwind): New function.
6218 (update_tool_bar): Temporarily set selected frame before building
6219 tool-bar items.
6220
62212008-08-28 Michael Albinus <michael.albinus@gmx.de>
6222
6223 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
6224 snprintf, respectively.
6225 (xd_append_arg): Convert strings with Fstring_make_unibyte.
6226
62272008-08-28 Chong Yidong <cyd@stupidchicken.com>
6228
6229 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
6230 LDFLAGS to GNUstep CC invocation.
6231
62322008-08-27 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * indent.c (Fvertical_motion): Revert last change. Handle the
6235 general case where we are moving forward, and PT spans multiple
6236 screen lines.
6237
6238 * eval.c (find_handler_clause): Temporarily increase
6239 max-lisp-eval-depth while printing the backtrace buffer, to
6240 guarantee that help-mode code can run.
6241
62422008-08-27 Eli Zaretskii <eliz@gnu.org>
6243
6244 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
6245 colors under -rv.
6246 (IT_set_frame_parameters): Don't swap foreground and background
6247 colors if `(reverse . t)' is present in the frame properties.
6248 (internal_terminal_init): Call init_frame_faces only for the
6249 initial frame.
6250
62512008-08-27 Andreas Schwab <schwab@suse.de>
6252
6253 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
6254
62552008-08-27 Andreas Schwab <schwab@suse.de>
6256
6257 * search.c (search_buffer): Set char_base to zero only at the end.
6258
62592008-08-27 Kenichi Handa <handa@m17n.org>
6260
b8ff72fa 6261 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
6262
62632008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
6264
6265 * xterm.c (x_term_init): Temporarily hide the partially
6266 initialized terminal while calling vendor-specific-keysyms.
6267
62682008-08-26 Eli Zaretskii <eliz@gnu.org>
6269
6270 * msdos.c (internal_terminal_init): Most initializations done only
6271 once, especially initial_screen_colors[] and termscript open.
6272
62732008-08-26 Chong Yidong <cyd@stupidchicken.com>
6274
6275 * eval.c (Fcondition_case): Doc fix.
6276
6277 * widgetprv.h (EmacsFramePart): Change font member to the new font
6278 struct.
6279
6280 * widget.c: Include character.h and font.h for XSETFONT.
6281 (setup_frame_gcs): Compute X font id from font struct, just once.
6282
62832008-08-26 Eli Zaretskii <eliz@gnu.org>
6284
6285 * term.c (get_named_tty): Fix last change.
6286
62872008-08-26 Chong Yidong <cyd@stupidchicken.com>
6288
6289 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 6290 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
6291
62922008-08-25 Eli Zaretskii <eliz@gnu.org>
6293
6294 * frame.c (do_switch_frame): Mark previously displayed frame as
6295 obscured for FRAME_MSDOS_P frames as well.
6296
62972008-08-24 Eli Zaretskii <eliz@gnu.org>
6298
6299 * frame.c (make_terminal_frame): Initialize f->terminal,
6300 f->terminal->reference_count, and scroll bars on MS-DOS as well.
6301 Set the top frame to newly created frame.
6302 (Fmake_terminal_frame): Reuse the_only_display_info.
6303
6304 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
6305 estimating available memory.
6306
b97439ce 63072008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
6308
6309 * nsterm.m (ns_draw_window_cursor): Don't call
6310 NSDisableScreenUpdates and NSEnableScreenUpdates on
6311 non-NS_IMPL_COCOA systems.
6312
63132008-08-23 Andreas Schwab <schwab@suse.de>
6314
6315 * process.c (procfs_system_process_attributes): Fix use of
6316 uninitialized variables.
6317
63182008-08-23 Eli Zaretskii <eliz@gnu.org>
6319
6320 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
6321
6322 * dispnew.c (init_display): Remove MS-DOS specific conditions for
6323 calling tty-set-up-initial-frame-faces.
6324
b8ff72fa
SM
6325 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
6326 Allow MSDOS frames along with X frames.
aac0c6e3
MR
6327
6328 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
6329 addition to output_termcap.
6330
6331 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
6332
6333 * termchar.h (FRAME_TTY): Support output_msdos_raw.
6334 (struct tty_display_info) [MSDOS]: Add fields related to mouse
6335 highlight.
6336
6337 * process.c [!subprocesses]: Define QCname.
6338 (syms_of_process): Intern and staticpro it.
6339
6340 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
6341 Adjust for changes in encoding/decoding routines.
6342 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
6343 encode_coding and decode_coding.
6344
b8ff72fa 6345 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
6346
6347 * dosfns.c: Include frame.h before termhooks.h.
6348 (dos_cleanup): Use CURTTY ()->termscript instead of a global
6349 variable termscript.
6350
6351 * s/msdos.h (USER_FULL_NAME): Define.
6352 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
6353
6354 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
6355 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
6356 pw->pw_gecos.
6357
6358 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
6359 SELECTED_FRAME as additional (1st) argument.
6360 (tty_read_avail_input): Handle output_msdos_raw in
6361 addition to output_termcap.
6362
6363 * msdos.c: Include frame.h before termhooks.h.
6364 (mouse_on, mouse_off, mouse_moveto, mouse_init)
6365 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
6366 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
6367 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
6368 (IT_set_terminal_modes, IT_reset_terminal_modes)
6369 (IT_set_frame_parameters): Use tty->termscript instead of a global
6370 variable termscript.
6371 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
6372 global variable terminal_coding. Don't refer to
6373 Vnonascii_translation_table.
6374 (internal_terminal_init): Set Vwindow_system in current_kboard.
6375 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
6376 Announce date and time of session start, if termscript is open.
6377 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
6378 term.c:init_tty). Open termscript only of not already open.
6379 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
6380 here instead of dos_ttraw. Don't initialize display if this is an
6381 initial tty. Don't set FRAME_FONT.
6382 (Vwindow_system_version): Bump to 23.
6383 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
6384 is available, set up mouse_position_hook.
6385 (dos_ttraw, IT_set_terminal_modes): If called with initial
6386 terminal, do nothing.
6387 (IT_set_frame_parameters): Handle the Qtty_type frame
6388 parameter by calling internal_terminal_init.
6389 (dos_set_window_size, show_mouse_face)
6390 (clear_mouse_face, IT_note_mode_line_highlight)
6391 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
6392 (dos_rawgetc): Use tty_display_info instead of x_display_info.
6393 (initialize_msdos_display): New function.
6394 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
6395 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
6396 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
6397 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 6398 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
6399 (request_sigio, unrequest_sigio): Don't define, now defined on
6400 sysdep.c.
6401 (IT_write_glyphs): Rewrite to use encode_terminal_code.
6402
6403 * term.c [MSDOS]: Include msdos.h.
6404 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
6405 conditional to DOS_NT. Allow only one call to this function in a
6406 session. Don't allocate a new struct tty_display_info; instead,
6407 reuse the_only_display_info. Call get_tty_size to get screen
6408 dimensions. Call init_baud_rate to set bad_rate.
6409 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
6410 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 6411 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
6412 (get_tty_terminal, get_named_tty, Ftty_type)
6413 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
6414 output_termcap.
b8ff72fa
SM
6415 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
6416 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 6417 only when subprocesses are supported.
aac0c6e3
MR
6418
6419 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
6420 f->output_data.x.
6421 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
6422 terminal devices.
6423
5582fbc7 6424 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
6425 x_output.
6426 (FRAME_FONT): Use output_data.tty.
6427 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
6428 (struct x_display_info): Rename from display_info. Update all users in
6429 msdos.c.
aac0c6e3 6430 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 6431 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
6432 (dos_ttraw): Update prototype.
6433
6434 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
6435 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
6436
64372008-08-23 Jason Rumney <jasonr@gnu.org>
6438
6439 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
6440 (fn_TIFFSetDirectory): New library function used.
6441 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
6442 (tiff_load): Use :index to select among multiple images. Set count
6443 property when multiple images exist.
6444 (gif_format): Use :index, not :image.
6445
64462008-08-23 Chong Yidong <cyd@stupidchicken.com>
6447
6448 * xdisp.c (try_scrolling): Check INT_MAX instead of
6449 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
6450 to obtain INT_MAX.
6451
64522008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
6453
6454 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
6455
64562008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6457
6458 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
6459 GNUstep library location.
6460
64612008-08-21 Chong Yidong <cyd@stupidchicken.com>
6462
6463 * xfaces.c (x_update_menu_appearance): Check validity of menu font
6464 before using it.
6465
6466 * puresize.h (BASE_PURESIZE): Increase to 1250000.
6467
64682008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6469
6470 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
6471 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
6472 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
6473 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
6474 (EmacsApp-cursor_blink_handler): Remove declaration.
6475 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
6476 match 01 Feb 2008 changes in xterm.c.
6477 (ns_read_socket): Add cast to avoid warning.
6478 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
6479 GNUstep.
6480
64812008-08-20 Chong Yidong <cyd@stupidchicken.com>
6482
6483 * xselect.c (x_get_foreign_selection): Return nil if desired
6484 selection could not be obtained, instead of signalling an error.
6485
64862008-08-20 David Reitter <david.reitter@gmail.com>
6487
6488 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
6489 * nsterm.m: Remove ns-specific code for cursor blinking.
6490 (ns_draw_window_cursor): Clear cursor properly rather than
6491 redrawing the area. Respect width of bar cursors.
6492 These changes enable the use of generic blink-cursor-mode and
6493 generic cursor types in NS and support smooth cursor movements (do
6494 not blink off after command).
6495 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
6496 Nextstep, too.
6497
64982008-08-19 Kenichi Handa <handa@m17n.org>
6499
6500 * font.c (Vfont_log_deferred): New variable.
6501 (font_add_log): Check Vfont_log_deferred.
6502 (font_deferred_log): New function.
6503
6504 * font.h (font_deferred_log): Extern it.
6505
6506 * fontset.c (reorder_font_vector): Use encoding charset of fonts
6507 for sorting.
6508 (face_for_char): Use deferred log.
6509
65102008-08-18 Kenichi Handa <handa@m17n.org>
6511
6512 * fontset.c (face_for_char): Add font log.
6513
6514 * font.c (font_add_log): Add the font properties :script, :lang,
6515 and :otf in the log.
6516
65172008-08-17 Chong Yidong <cyd@stupidchicken.com>
6518
6519 * xdisp.c: Remove dead code.
6520 (handle_invisible_prop, next_overlay_string): Defer call to
6521 setup_for_ellipsis.
6522 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
6523
65242008-08-15 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * xfaces.c (lookup_derived_face): Properly handle possible zero
6527 return value of get_lface_attributes.
6528 (merge_faces): Don't tell lookup_derived_face to signal an error
6529 if face is not found.
6530
6531 * dired.c (Fdirectory_files): Doc fix.
6532
6533 * process.c (make_process): Initialize kill_without_query struct
6534 member.
6535
65362008-08-15 Eli Zaretskii <eliz@gnu.org>
6537
6538 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
6539 Alternative calculation of totphys for Visual Studio 6.
6540
6541 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
6542
6543 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
6544 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
6545 All users changed.
6546 (stat): Only root directory passed to GetDriveType. Allow RAM
6547 disk as well as local fixed disk when w32-get-true-file-attributes
6548 is set to `local'.
6549 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
6550 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
6551 (w32_cached_id, w32_add_to_cache): New functions.
6552 (get_name_and_id): Look account names in the cache before calling
6553 lookup_account_sid.
6554 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
6555 New initialization flags.
6556 (globals_of_w32): Initialize them to zero.
6557 (w32_system_process_attributes): Use w32_cached_id and
6558 w32_add_to_cache.
6559
65602008-08-14 Lawrence Mitchell <wence@gmx.li>
6561
6562 * lread.c (Fread_char, Fread_char_exclusive): If no character
6563 event is read before timeout is reached, return nil, rather than
6564 converting to a number.
6565
65662008-08-14 Chong Yidong <cyd@stupidchicken.com>
6567
6568 * fns.c (use_dialog_box): Doc fix.
6569
6570 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
6571 on OS X.
6572
65732008-08-13 Chong Yidong <cyd@stupidchicken.com>
6574
6575 * frame.c (Qns_parse_geometry): New var.
6576 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
6577
65782008-08-11 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * xdisp.c (x_produce_glyphs): Handle the case when font has no
6581 space character in calculating tabs.
6582
65832008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
6584
6585 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
6586
65872008-08-10 Glenn Morris <rgm@gnu.org>
6588
6589 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
6590 silence gcc "limited range of data type" warnings in some
6591 make_fixnum_or_float calls.
6592
65932008-08-09 Eli Zaretskii <eliz@gnu.org>
6594
6595 * w32.c (w32_system_process_attributes): If the process does not
6596 exist, return nil.
6597
6598 * w32.c: Include thelp32.h, psapi.h and coding.h.
6599 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
6600 declarations.
6601 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
6602 (Process32Next_Proc): New typedefs.
6603 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
6604 (g_b_init_process32_next, g_b_init_open_thread_token)
6605 (g_b_init_impersonate_self, g_b_init_revert_to_self)
6606 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
6607 (g_b_init_get_process_working_set_size)
6608 (g_b_init_global_memory_status_ex): New static variables.
6609 (globals_of_w32): Initialize them.
6610 (create_toolhelp32_snapshot, process32_first, process32_next)
6611 (open_thread_token, impersonate_self, revert_to_self)
6612 (get_process_memory_info, get_process_working_set_size)
6613 (global_memory_status, global_memory_status_ex): New wrapper
6614 functions.
6615 (w32_list_system_processes, w32_system_process_attributes)
6616 (enable_privilege, restore_privilege, ltime, process_times):
6617 New functions.
6618 (convert_time_raw): New function.
6619 (convert_time): Remove conversion of FILETIME into time in 100
6620 nsec units, call convert_time_raw instead.
6621
6622 * process.h (w32_list_system_processes, w32_system_process_attributes):
6623 Add prototypes.
6624 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
6625 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
6626 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
6627 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
6628
6629 * process.c (Fsystem_process_attributes): Doc fix.
6630
66312008-08-08 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
6634 a continued multi-char glyph; if so, advance to the actual glyph.
6635
66362008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6637
6638 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
6639
6640 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
6641 (.m.o): Use it.
6642 * config.in: Regenerate.
6643
66442008-08-07 Chong Yidong <cyd@stupidchicken.com>
6645
6646 * xdisp.c (redisplay_window): Revert last change.
6647 (try_window): Check bottom scroll margin too.
6648
66492008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6650
6651 * config.in: Regenerate.
6652
6653 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
6654 -list-load-path-shadows'.
6655 (nsgui.h): Reduce number of things depending on it.
6656
66572008-08-06 Chong Yidong <cyd@stupidchicken.com>
6658
6659 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
6660 instead of window-end which does the wrong thing at eob.
6661 (try_cursor_movement): Minor optimization.
6662 (redisplay_window): If scroll margin is defined, don't assume
6663 window doesn't need scrolling.
6664
66652008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6666
6667 * config.in: Regenerate.
6668
6669 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
6670 (mostlyclean): Don't delete *.d under NS.
6671
6672 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
6673
66742008-08-06 Kenichi Handa <handa@m17n.org>
6675
6676 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
6677
66782008-08-06 Andreas Schwab <schwab@suse.de>
6679
6680 * config.in: Regenerate.
6681
66822008-08-05 Chong Yidong <cyd@stupidchicken.com>
6683
6684 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
6685 forcing a window start.
6686
6687 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
6688 (auto_save_1): Update modtime when auto-save-list-file-name is on.
6689
66902008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6691
6692 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
6693 argument.
6694
66952008-08-05 Juanma Barranquero <lekktu@gmail.com>
6696
6697 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
6698 <scroll-down-aggressively, before-change-functions>:
6699 <after-change-functions>: Reflow docstrings.
6700
67012008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6702 Ken Raeburn <raeburn@gnu.org>
6703
6704 Dock menu customization, based on a patch by Ken Raeburn, plus some
6705 other fixes.
6706 * nsmenu.m (dockMenu): New variable.
6707 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
6708
6709 * nsterm.h (dockMenu): Declare.
6710
6711 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
6712 (ns_term_init): Initialize dockMenu.
6713 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
6714 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
6715 left.
6716
6717 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
6718
67192008-08-04 Chong Yidong <cyd@stupidchicken.com>
6720
6721 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
6722
6723 * config.in: Regenerate.
6724
67252008-08-04 Seiji Zenitani <zenitani@mac.com>
6726
6727 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
6728
67292008-08-04 Chong Yidong <cyd@stupidchicken.com>
6730
6731 * nsterm.h (find_and_call_menu_selection): Fix prototype.
6732
67332008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6734
6735 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
6736
6737 * keyboard.h: Comment an #endif.
6738
6739 * lisp.h (have_menus_p): Adjust comment.
6740
6741 * menu.c (find_and_return_menu_selection): Fix comparison with
6742 client_data.
6743
6744 * nsmenu.m (popup_activated_flag): New variable.
6745 (popup_activated): New function.
6746 (menu-or-popup-active-p): New exported lisp definition.
6747 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
6748 when popup done.
6749 (ns_popup_dialog): Set popup_activated_flag.
6750
6751 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
6752 version for GNUstep (handled by conditional typedef in nsterm.m).
6753 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
6754 in rgb.txt).
6755
6756 * process.c (init_process): Use DARWIN_OS, not DARWIN.
6757
6758 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
6759
6760 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
6761
6762 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
6763 shortcircuit if popup_activated like GTK and X toolkit.
6764
6765 * m/inter386.h: Change DARWIN to DARWIN_OS.
6766
6767 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
6768 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
6769 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
6770 comment on NO_SOCK_SIGIO.
6771
67722008-08-03 Chong Yidong <cyd@stupidchicken.com>
6773
6774 * nsterm.m (windowDidResize): Remove stopModal call.
6775
67762008-08-03 Andreas Schwab <schwab@suse.de>
6777
6778 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
6779 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
6780
67812008-08-02 Chong Yidong <cyd@stupidchicken.com>
6782
6783 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
6784 Don't use uninitialized pointer variable when using getrlimit.
6785
67862008-08-02 Jason Rumney <jasonr@gnu.org>
6787
6788 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
6789
67902008-08-02 Eli Zaretskii <eliz@gnu.org>
6791
6792 * alloc.c (NSTATICS): Bump to 0x640.
6793
6794 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
6795
6796 * lisp.h: Add prototype for directory_files_internal.
6797
6798 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
6799 New functions.
6800 (syms_of_process): Defsubr them. Add initializations for various
6801 Q* symbols used in procfs_system_process_attributes.
6802 (procfs_list_system_processes, procfs_system_process_attributes)
6803 [HAVE_PROCFS]: New functions.
6804 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
6805 (procfs_get_total_memory): New functions.
6806
68072008-08-01 Juanma Barranquero <lekktu@gmail.com>
6808
6809 * xfaces.c (Fx_load_color_file): Fix previous change;
6810 it is #ifdef WINDOWSNT, not WINDOWS_NT.
6811
68122008-08-01 Michael Albinus <michael.albinus@gmx.de>
6813
6814 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
6815
68162008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6817
6818 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
6819
68202008-08-01 Chong Yidong <cyd@stupidchicken.com>
6821
6822 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
6823
6824 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
6825 define NSApplicationDelegateReplySuccess.
6826 (EmacsView -converstationIdentifier): Use long instead of
6827 NSInteger for GNUstep, since it doesn't have NSInteger.
6828
6829 * xmenu.c: Revert last change.
6830
6831 * keyboard.h: Fix last change.
6832
68332008-08-01 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
6836 on Windows.
6837
68382008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6839
6840 Warning clearing and clean-up in NS port.
6841 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
6842 Add prototypes.
6843 * nsgui.h (FACE_DEFAULT): Remove, unused.
6844 (XGCValues): Change colors to unsigned long.
6845 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
6846 nsterm.m.
6847 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
6848 (ns_list_fonts): Remove, unused.
6849 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
6850 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
6851 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
6852 (nsfont_draw): Compare face colors to 0, not nil.
6853 * nsmenu.m (struct widget_value): Drop unneeded declaration.
6854 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
6855 (-addSubmenuWithTitle:): Use NSMenuItem class.
6856 (ns_popup_menu): Use NO, not NULL, for enabled setting.
6857 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
6858 (ns_clip_to_row): Make gc arg a BOOL.
6859 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
6860 ns_clip_to_row() call.
6861 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
6862 used). Cast FRAME_FONT assignments.
6863 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
6864 (ns_string_to_lispmod): Change arg to const char.
6865 (ns_term_init): Use NSMenuItem class.
6866 (EmacsApp -openFile:): Move to different section of file.
6867 (EmacsApp -application:openFiles:): Don't return a value, call
6868 -replyToOpenOrPrint:.
6869 (EmacsView -keyDown:): Fix up cast.
6870 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
6871 (EmacsView -menuDown:): Cast tag in call to
6872 find_and_call_menu_selection().
6873 (ns_list_fonts): Remove, unused.
6874 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
6875 (ns_fontname_to_xlfd): Make static.
6876 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
6877 Remove prototypes (now in keyboard.h).
6878 (next_menubar_widget_id): Remove, unused.
6879 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
6880 Remove prototypes (now in keyboard.h).
6881 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
6882
68832008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6884
6885 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
6886 (floatfns.o): Depend on syssignal.h.
6887 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
6888
6889 * systty.h: Fix previous change that removed BSD_TERMIOS.
6890 Add comments to #ifdefs.
6891
68922008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6893
6894 * w32fns.c (w32-load-color-file): Remove.
6895 (x-open-connection): Use renamed Fx_load_color_file.
6896 * xfaces.c (x-load-color-file): Add.
6897 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
6898 Emacs.clr.
6899 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
6900
69012008-07-31 Michael Albinus <michael.albinus@gmx.de>
6902
6903 * dbusbind.c (Fdbus_call_method_asynchronously)
6904 (Fdbus_method_error_internal): New defuns.
6905 (xd_read_message): Handle also reply messages.
6906 (Vdbus_registered_functions_table): Extend docstring.
6907
69082008-07-31 Juanma Barranquero <lekktu@gmail.com>
6909
6910 * keyboard.c (gobble_input): Fix previous change.
6911
69122008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6913
6914 * bitmaps/README:
6915 * xfns.c:
6916 * termcap.c:
6917 * term.c:
6918 * syswait.h:
6919 * systty.h:
6920 * systime.h:
6921 * syssignal.h:
6922 * sysdep.c:
6923 * process.h:
6924 * process.c:
6925 * print.c:
6926 * ndir.h:
6927 * lread.c:
6928 * keyboard.c:
6929 * getpagesize.h:
6930 * floatfns.c:
6931 * fileio.c:
6932 * emacs.c:
6933 * doc.c:
6934 * dispnew.c:
6935 * dired.c:
6936 * data.c:
6937 * callproc.c:
6938 * buffer.c:
6939 * README:
6940 * Makefile.in:
6941 * s/template.h:
6942 * s/msdos.h:
6943 * m/vax.h: Remove VMS support.
6944 * s/vms.h:
6945 * vlimit.h:
6946 * uaf.h:
6947 * temacs.opt:
6948 * param.h:
6949 * ioctl.h: Remove file.
6950
69512008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6952
6953 * s/ms-w32.h (MULTI_KBOARD): Remove.
6954 * xterm.c:
6955 * xselect.c:
6956 * xfns.c:
6957 * window.c:
6958 * w32term.c:
6959 * w32fns.c:
6960 * terminal.c:
6961 * termhooks.h:
6962 * term.c:
6963 * sysdep.c:
6964 * keyboard.h:
6965 * keyboard.c:
6966 * frame.h:
6967 * frame.c:
6968 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
6969 * config.in: Regenerate.
6970
69712008-07-30 Jason Rumney <jasonr@gnu.org>
6972
6973 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
6974
6975 * w32font.c (w32font_encode_char): Leave as unicode if in range.
6976 (w32font_open_internal): Get unicode version of textmetrics.
6977 Don't enable or disable glyph indices here.
6978 (w32font_open): Disable use of glyph indices.
6979
6980 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
6981
69822008-07-30 Chong Yidong <cyd@stupidchicken.com>
6983
6984 * minibuf.c (Vread_buffer_function): Doc fix.
6985
69862008-07-30 John Paul Wallington <jpw@pobox.com>
6987
6988 * minibuf.c (read_buffer_completion_ignore_case): New var.
6989 (Fread_buffer): Use it.
6990
69912008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6992
6993 * systty.h (sensemode): Remove empty #if. Remove reference to
6994 BSD_TERMIOS, unused.
6995
6996 * sysdep.c: Remove reference to DGUX.
6997 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
6998
6999 * config.in: Regenerate.
7000
70012008-07-30 Jason Rumney <jasonr@gnu.org>
7002
7003 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
7004
70052008-07-29 Jason Rumney <jasonr@gnu.org>
7006
7007 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
7008 is populated.
7009 (uniscribe_encode_char): Always use uniscribe.
7010 Avoid using context if cache is populated.
7011
70122008-07-29 Jan Djärv <jan.h.d@swipnet.se>
7013
7014 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
7015 open menu.
7016
7017 * gtkutil.c (menu_nav_ended): Remove.
7018 (create_menus): Remove signal connect for menu_nav_ended.
7019
70202008-07-28 Chong Yidong <cyd@stupidchicken.com>
7021
7022 * xdisp.c (redisplay_window): Check return value of
7023 compute_window_start_on_continuation_line before forcing a window
7024 start.
7025
70262008-07-28 Jason Rumney <jasonr@gnu.org>
7027
7028 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
7029
7030 * w32term.c (w32_enable_unicode_output, cleartype_active):
7031 Remove obsolete display options.
7032 (x_draw_glyph_string_background): Don't use old cleartype_active
7033 workaround.
7034 (w32_initialize): Remove cleartype_active initialization.
7035 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
7036
70372008-07-28 Andreas Schwab <schwab@suse.de>
7038
7039 * lisp.h (init_weak_hash_tables, syms_of_font)
7040 (xd_read_queued_messages, syms_of_dbusbind): Declare.
7041 (remove_hash_entry): Don't declare.
7042 * eval.c (maybe_call_debugger): Make static and move before use.
7043 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
7044 * xdisp.c: Include "gtkutil.h" if USE_GTK.
7045 * xterm.h (x_set_frame_alpha): Declare.
7046
70472008-07-28 Jan Djärv <jan.h.d@swipnet.se>
7048
7049 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
7050 (create_menus): Connect selection-done to menu_nav_ended.
7051
70522008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7053
7054 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
7055 Set Vx_resource_name to a fallback. Replace read of 'buffered'
7056 parameter with read of 'alpha' one.
7057 (Qns_frame_parameter): Remove.
5582fbc7 7058 * nsselect.m (selection-coding-system)
aac0c6e3
MR
7059 (next-selection-coding-system, Vselection_coding_system)
7060 (Vnext_selection_coding_system): Drop.
7061
70622008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7063
7064 * nsfns.m (do-applescript, do_applescript): Rename to
7065 ns-do-applescript, ns_do_applescript, and move within file.
7066
70672008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7068
7069 Remove support for Mac Carbon.
7070 * mactoolbox.c:
7071 * macterm.h:
7072 * macterm.c:
7073 * macselect.c:
7074 * macmenu.c:
7075 * macgui.h:
7076 * macfns.c:
7077 * mac.c: Remove file.
7078 * s/darwin.h:
7079 * m/intel386.h:
7080 * xfaces.c:
7081 * xdisp.c:
7082 * window.c:
7083 * tparam.c:
7084 * termhooks.h:
7085 * termcap.c:
7086 * term.c:
7087 * syssignal.h:
7088 * sysselect.h:
7089 * sysdep.c:
7090 * process.c:
7091 * lread.c:
7092 * lisp.h:
7093 * keyboard.c:
7094 * image.c:
7095 * fringe.c:
7096 * frame.h:
7097 * frame.c:
7098 * fontset.c:
7099 * font.h:
7100 * font.c:
7101 * fns.c:
7102 * fileio.c:
7103 * emacs.c:
7104 * dispnew.c:
7105 * dispextern.h:
7106 * config.in:
7107 * atimer.c:
2ae37cf0 7108 * Makefile.in: Remove code for Carbon.
aac0c6e3 7109
f0131492 71102008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
7111
7112 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
7113
71142008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7115
7116 * macterm.h (kCGBitmapByteOrder32Host): New define for
7117 non-universal SDKs.
7118
7119 * image.c (mac_create_cg_image_from_image, image_load_image_io)
7120 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7121
7122 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
7123 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
7124
71252008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
7126
7127 * w32inevt.c: Include dispextern.h.
7128
71292008-07-26 Andreas Schwab <schwab@suse.de>
7130
7131 * print.c (print_object): Fix off-by-one in last change.
7132
71332008-07-25 Juanma Barranquero <lekktu@gmail.com>
7134
7135 * term.c (syms_of_term): Don't initialize default_orig_pair,
7136 default_set_foreground and default_set_background on Windows.
7137
71382008-07-25 Jason Rumney <jasonr@gnu.org>
7139
7140 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
7141 ScriptItemize. Clean up return value checking. Remove unused
7142 variables.
7143 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
7144 shaping engine.
7145
7146 * w32font.c (w32font_has_char): Handle the case where we can't
7147 determine the script for a character.
7148
71492008-07-25 Chong Yidong <cyd@stupidchicken.com>
7150
7151 * term.c (syms_of_term): Initialize default_orig_pair,
7152 default_set_foreground, and default_set_background.
7153
7154 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
7155 clash (bug#86).
7156 (getloadavg): Callers changed.
7157
7158 * image.c (svg_load_image): Fix last change.
7159 (svg_load_image): Use rsvg_handle_get_dimensions to check that
7160 image size is valid. Use g_object_unref instead of deprecated
7161 rsvg_handle_free to free rsvg handle.
7162 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7163
71642008-07-25 Jason Rumney <jasonr@gnu.org>
7165
7166 * w32font.c (w32font_encode_char): Encode characters outside BMP as
7167 surrogates before looking up glyph index.
7168 (w32font_text_extents): Encode as surrogates if falling back to
7169 functions that need UTF-16 wide chars.
7170
7171 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
7172 BMP as surrogates before looking up glyph index.
7173
71742008-07-25 Chong Yidong <cyd@stupidchicken.com>
7175
7176 * image.c (svg_load_image): Check for failure in return value of
7177 rsvg_handle_get_pixbuf. Free rsvg handle when done.
7178
71792008-07-25 Jason Rumney <jasonr@gnu.org>
7180
7181 * w32font.c (Fx_select_font): Reverse sense of second arg.
7182
71832008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
7186 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
7187
7188 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
7189 (PURESIZE): Use it.
7190
71912008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7192
7193 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
7194 * m/alpha.h (TEXT_END):
7195 * m/ibmrs6000.h (TEXT_END):
7196 * m/macppc.h (TEXT_END):
7197 * s/darwin.h (TEXT_END):
7198 * s/msdos.h (TEXT_END): Remove, unused.
7199 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
7200 * s/cygwin.h: Remove comment.
7201
7202 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
7203 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
7204 * m/intel386.h (DOT_GLOBAL_START):
7205 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
7206 (USG): Remove, file not used on USG platforms.
7207
7208 * Makefile.in (HAVE_X11): Remove empty #else.
7209
72102008-07-24 Andreas Schwab <schwab@suse.de>
7211
7212 * fileio.c (Finsert_file_contents): Properly adjust undo list
7213 after format conversion.
7214
72152008-07-24 Jan Djärv <jan.h.d@swipnet.se>
7216
7217 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
7218 (menu_nav_ended): Remove.
7219 (create_menus): Remove signal connect for menu_nav_ended.
7220 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
7221 create_menus.
7222 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
7223
72242008-07-23 Jason Rumney <jasonr@gnu.org>
7225
7226 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
7227 with opened font.
7228 (w32font_open): Set font type to gdi.
7229
7230 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
7231
72322008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7233
7234 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
7235 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
7236 defines it.
7237 * unexec.c (ADDR_CORRECT): Define unconditionally.
7238
7239 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
7240
7241 * unexec.c: Remove code depending on !COFF and USG, the file is
7242 not used for such systems.
7243
7244 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
7245 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
7246 (LD_SWITCH_SYSTEM_1): Remove, update users.
7247
7248 * s/darwin.h (DATA_END):
7249 * m/intel386.h (DATA_END):
7250 * m/ibmrs6000.h (DATA_END):
7251 * m/alpha.h (DATA_END): Remove, unused.
7252
7253 * config.in: Regenerate.
7254 * s/ms-w32.h (subprocesses): Define unconditionally.
7255 * s/template.h (subprocesses): Update comment.
7256 * s/vms.h (subprocesses):
7257 * s/usg5-4.h (subprocesses):
7258 * s/hpux10-20.h (subprocesses):
7259 * s/gnu-linux.h (subprocesses):
7260 * s/cygwin.h (subprocesses):
7261 * s/bsd-common.h (subprocesses):
7262 * s/aix4-2.h (subprocesses):
7263 * s/darwin.h (subprocesses): Do not define, defined by default now.
7264
7265 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
7266 Remove all references.
7267 (temacs): Add GNUstep specific ld flags.
7268
7269 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
7270 similarly to what X does.
7271
72722008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7273
7274 * nsfns.m (x-list-fonts): Remove.
7275 (syms_of_nsfns): Drop the x-list-fonts declaration.
7276 * nsterm.m: Get rid of remaining "//" comments.
7277
72782008-07-22 Chong Yidong <cyd@stupidchicken.com>
7279
7280 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
7281
7282 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
7283 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
7284 (Fns_own_selection_internal, Fx_disown_selection_internal)
7285 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
7286
7287 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
7288 ... */' style of docstrings. Doc fixes.
7289
72902008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7291
7292 * terminfo.c (UP, BC, PC): Undo previous change.
7293
7294 * nsfns.m: Rename ns prefixed functions/variables to the
7295 corresponding x versions. Update references.
7296
72972008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
7300
73012008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7302
7303 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
7304 Remove forwarding functions.
7305 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
7306 non-static.
7307 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
7308 non-static.
7309 (ns_frame_parm_handlers): Use the new names.
7310 (syms_of_nsfns): Move to the end of file.
7311
7312 * nsterm.m (syms_of_nsterm): Move to the end of file.
7313
7314 * dispnew.c (init_display): Remove code for X10.
7315
73162008-07-22 Jason Rumney <jasonr@gnu.org>
7317
7318 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
7319 bare drive.
7320
73212008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
7322
7323 * nsterm.m (syms_of_nsterm): Remove debugging println.
7324
73252008-07-22 David Reitter <david.reitter@gmail.com>
7326
7327 * nsfns.m (do_applescript, F_do_applescript): NS version of the
7328 Carbon implementation of the same functionality: execute arbitrary
7329 AppleScript code.
7330
73312008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
7332
7333 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
7334 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
7335 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7336 (Fx_display_mm_height, Fx_display_mm_width)
7337 (Fx_display_backing_store, Fx_display_visual_class)
7338 (Fx_display_save_under, Fx_open_connection)
7339 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
7340 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
7341 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7342 (Fx_display_pixel_width, Fx_display_pixel_height)
7343 (Fx_display_usable_bounds, Fx_display_planes)
7344 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
7345 ... */' style of docstrings.
7346
73472008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7348
7349 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
7350 on this platform.
7351 (mips):
7352 * m/iris4d.h (mips): Do not define.
7353 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
7354
7355 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
7356
7357 * image.c:
7358 * nsfns.m:
7359 * nsselect.m:
7360 * nsterm.h:
7361 * nsterm.m: Rename ns prefixed functions/variables to the
7362 corresponding x versions. Update references.
7363
7364 * m/ibms390x.h (NO_REMAP): Do not undefine.
7365
7366 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
7367
73682008-07-21 Chong Yidong <cyd@stupidchicken.com>
7369
7370 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
7371 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
7372 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
7373 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
7374 (Fns_display_mm_height, Fns_display_mm_width)
7375 (Fns_display_backing_store, Fns_display_visual_class)
7376 (Fns_display_save_under, Fns_open_connection)
7377 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
7378 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
7379 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
7380 (Fns_display_pixel_width, Fns_display_pixel_height)
7381 (Fns_display_usable_bounds, Fx_display_planes)
7382 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
7383
73842008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
7385
7386 * print.c (print_object): Check print_depth before searching for
7387 circularities.
7388
73892008-07-21 Michael Albinus <michael.albinus@gmx.de>
7390
7391 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
7392 only sprintf.
7393
73942008-07-21 Kenichi Handa <handa@m17n.org>
7395
7396 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
7397
73982008-07-20 Andreas Schwab <schwab@suse.de>
7399
7400 * syntax.c (find_start_pos, find_start_value)
7401 (find_start_value_byte, find_start_begv, find_defun_start)
7402 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
7403
74042008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7405
7406 * s/sol2-3.h: Insert contents of s/sol2.h.
7407 (LD_SWITCH_SYSTEM): Remove redundant definition.
7408 * s/sol2.h: Remove, unused.
7409
74102008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7411
7412 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
7413
74142008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
7415
7416 * Makefile.in (ns_appdir): Fix typo in find command.
7417
74182008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7419
7420 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
7421
7422 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
7423 added not supported anymore.
7424
7425 * s/usg5-4-2.h (LIBS_SYSTEM):
7426 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
7427
7428 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7429 * s/lynxos.h (GETPGRP_NO_ARG):
7430 * s/hpux10-20.h (NO_SIOCTL_H):
7431 * s/gnu.h (GETPGRP_NO_ARG):
7432 * s/gnu-linux.h (NO_SIOCTL_H):
7433 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
7434 * s/cygwin.h (GETPGRP_NO_ARG):
7435 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
7436 (C_DEBUG_SWITCH): Remove duplicate definition.
7437
7438 * m/ibms390.h: Remove boilerplate comments.
7439
7440 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
7441
7442 * process.c (HAVE_SERIAL): Consolidate ifdefs.
7443 (wait_reading_process_output): Remove code for SunOS, platform not
7444 supported anymore. Use SOLARIS2 instead of sun.
7445
74462008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7447
7448 * font.c (font_open_by_name): Under NS, default lface height to zero.
7449 (font_open_for_lface): Under NS, set size based on frame fontsize.
7450 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
7451 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
7452
74532008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7454
7455 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
7456 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
7457 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
7458 YES/NO.
7459 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
7460 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
7461 * Makefile.in (clean): Clear out build destination dir.
7462
74632008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7464
7465 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
7466 xterm, xselect.
7467 * lisp.h: Remove declaration of hash_remove.
7468 * nsgui.h: Remove redefinitions of hash_remove.
7469 * fns.c (hash_remove): Rename to hash_remove_from_table.
7470
74712008-07-19 Seiji Zenitani <zenitani@mac.com>
7472
7473 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
7474 strdup() the family UTF8String before modifying it.
7475
74762008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7477
7478 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
7479 NS_FACE_BACKGROUND with 0 instead of nil.
7480 * nsfont.m (nsfont_draw): Same.
7481
74822008-07-19 Chong Yidong <cyd@stupidchicken.com>
7483
7484 * nsfns.m (ns_set_background_color): Fix crash.
7485
74862008-07-18 Chong Yidong <cyd@stupidchicken.com>
7487
7488 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
7489
74902008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
7491
7492 * puresize.h (BASE_PURESIZE): Increase to 1240000.
7493
74942008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7495
7496 * gtkutil.c: Include <config.h> instead of "config.h".
7497
7498 * lisp.h (Foverlay_buffer): Add EXFUN.
7499
7500 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
7501 child process to complete child_setup. Undo 2005-09-21 change.
7502
7503 * s/darwin.h: Mention setsid after vfork.
7504
75052008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7506
7507 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
7508 Depend on macgui.h.
7509
7510 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
7511 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
7512
7513 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
7514 and f19.
7515 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
7516
7517 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
7518 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
7519 Remove enumerators.
7520
7521 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
7522 Check if FACE_FROM_ID returns NULL.
7523
75242008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
7525
7526 * w32inevt.c (change_frame_size): Remove extern declaration.
7527 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
7528 change_frame_size.
7529
75302008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7531
7532 * getloadavg.c: Revert last change (2008-07-15).
7533
75342008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7535
7536 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 7537 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
7538 from configure.
7539
75402008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7541
7542 * s/sol2.h:
7543 * s/sol2-4.h: Reorganize conditionals.
7544
7545 * ecrt0.c: Remove code depending on m68000, not used anymore.
7546
7547 * fns.c (hash_remove): Make static.
7548 * lisp.h (hash_remove): Don't prototype.
7549
7550 * m/ibmrs6000.h:
7551 * m/ibms390x.h:
7552 * m/macppc.h: Remove boilerplate comments.
7553
7554 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
7555 Solaris, which does not need them.
7556
7557 * m/vax.h: Remove comments about unsupported systems.
7558
7559 * s/darwin.h: Reorganize ifdefs.
7560
75612008-07-17 Andreas Schwab <schwab@suse.de>
7562
7563 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
7564
75652008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 Use SDATA. Follow coding convention of placing operators at
7568 beginning of next line rather than end of previous line, and placing
7569 spaces around infix operators.
7570
7571 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
7572 in case it was defined already.
7573 USE @GNUSTEP_MAKEFILES@ rather than envvars.
7574 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
7575 ns_default.
7576 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
7577 Lisp_Objects.
7578 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
7579 (ns_defined_color, ns_color_to_lisp): Declare.
7580 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
7581 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
7582 it's accepted even with USE_LISP_UNION_TYPE.
7583 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
7584 (update_frame_tool_bar): Remove apparently obsolete tests for
7585 non-integerness of f->tool_bar_lines.
7586 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
7587 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
7588 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
7589 (nsfont_open): Don't confuse NULL for Qnil.
7590 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
7591 * menu.h (find_and_call_menu_selection):
7592 * menu.c (find_and_call_menu_selection): Use just int for vector size.
7593 (find_and_return_menu_selection): Always return something.
7594 * frame.h: Include dispextern.h for Display_Info.
7595 (display_x_get_resource): Declare.
7596
75972008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7598
7599 * syntax.c: Remove stdio.h include accidentally introduced in
7600 Emacs.app commit.
7601 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
7602 NS_IMPL_COCOA.
7603 * keyboard.c (handle_async_input, input_available_signal): Remove
7604 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
7605
76062008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7607
7608 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
7609 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
7610 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
7611 Use SDATA.
7612
7613 * keymap.c: Remove all NS-specific code.
7614 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
7615 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
7616 where_is_preferred_modifier, return a different value depending on how
7617 preferred is the binding.
7618 (where_is_internal): Adjust accordingly.
7619 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
7620 Adjust to new preferred_sequence_p.
7621 (syms_of_keymap): Declare `where-is-preferred-modifier'.
7622 * keyboard.c (parse_solitary_modifier): Not static any more.
7623 * keyboard.h (parse_solitary_modifier): Declare.
7624
76252008-07-16 Andreas Schwab <schwab@suse.de>
7626
7627 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
7628 of easymenu.
7629
76302008-07-16 Chong Yidong <cyd@stupidchicken.com>
7631
7632 * xdisp.c (move_it_in_display_line): Account for word wrap, so
7633 that we don't move off the line.
7634
76352008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * keyboard.c (Qsuper): Remove.
7638 (parse_menu_item): Don't call where_is_internal specially for NS.
7639
76402008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7641
7642 * s/gnu-linux.h: Remove boilerplate comments.
7643
7644 * m/alpha.h (__ELF__): Consolidate conditions.
7645
7646 * m/m68k.h (linux): Use GNU_LINUX instead.
7647 Remove boilerplate comments.
7648
7649 * m/intel386.h: Undo refactoring from previous change.
7650 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
7651 too, remove dead code.
7652 (linux): Use GNU_LINUX instead.
7653
76542008-07-16 Jason Rumney <jasonr@gnu.org>
7655
7656 * w32gui.h: Repeat 26 June changes lost by last change.
7657
76582008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7659
7660 * systty.h: Remove code for Aix on 386, unsupported platform.
7661
7662 * s/ms-w32.h: Remove boilerplate comments.
7663 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
7664
7665 * s/gnu-linux.h (TERM): Remove support.
7666 (HAVE_SYSVIPC): Remove, unused.
7667 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
7668 for this system.
7669
7670 * process.c: Remove support for IRIS, unused.
7671 Remove support for TERM, not relevant anymore.
7672
7673 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
7674 used with the definition.
7675
7676 * s/aix4-2.h (static): Do not undef.
7677
7678 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
7679 only used on Aix.
7680 (HAVE_SYSVIPC): Remove, unused.
7681
7682 * m/hp800.h (CANNOT_DUMP): Do not undef.
7683
7684 * m/alpha.h: Fix comment.
7685
7686 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
7687 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
7688 used by this configuration.
7689 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
7690 * unexec.c: Remove code depending on HPUX and
7691 USG_SHARED_LIBRARIES, not used with this file. Remove code
7692 depending on IRIS, unused. Remove if 0-ed code.
7693
7694 * s/template.h: Remove comments about static.
7695
7696 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
7697 Remove if 0-ed code.
7698 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
7699 were the same as the default.
7700 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
7701 Remove boilerplate comments.
7702 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
7703 (HAVE_SYSVIPC): Remove, unused.
7704 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
7705
7706 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7707 Remove boilerplate comments.
7708 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7709 Remove boilerplate comments.
7710 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7711 Remove boilerplate comments.
7712 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
7713
7714 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
7715 USG systems which do not use DATA_SEG_BITS.
7716 Refactor code. Remove boilerplate comments.
7717
7718 * m/ibms390.h:
7719 * m/m68k.h:
7720 * s/bsd-common.h:
7721 * s/cygwin.h:
7722 * s/darwin.h:
7723 * s/freebsd.h:
7724 * s/gnu.h:
7725 * s/msdos.h: Remove boilerplate comments.
7726
7727 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 7728 do not use this file.
aac0c6e3
MR
7729 (IRIS_4D): Remove, unused.
7730
7731 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 7732 do not use this file.
aac0c6e3
MR
7733 (SIGN_EXTEND_CHAR):
7734 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
7735 * unexmips.c: Remove file, unused.
7736
7737 * editfns.c (Fuser_full_name): Replace the only use of
7738 USER_FULL_NAME with its value.
7739 * config.in: Regenerate.
7740
77412008-07-16 David Reitter <david.reitter@gmail.com>
7742
7743 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
7744 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
7745
77462008-07-16 Glenn Morris <rgm@gnu.org>
7747
7748 * emacs.c (system-type): Doc fix.
7749
77502008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
7753 If the cache doesn't work, let's fix it, rather than work around it.
7754
77552008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7756
7757 * Makefile.in: Correct additions for nsfont.o in last commit.
7758 * nsfont.m: New file (forgot last commit).
7759
77602008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7761
7762 * callproc.c (set_initial_environment): Initialize
7763 Vprocess_environment under CANNOT_DUMP (fixes crash when
7764 batch-compiling for bootstrap).
7765
77662008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7767 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7768
7769 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
7770 fix crash due to different init order.
7771
77722008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7773
7774 Changes and additions for NeXTstep windowing system (Cocoa and
7775 GNUstep) support.
7776
7777 * Makefile.in:
7778 * config.in: Support defines and build commands for NS port.
7779 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
7780 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
7781 * dispextern.h: Include nsgui.h and add needed typedefs under NS
7782 windowing.
7783 (struct face): Add synth_ital field.
7784 * dispnew.c: Include nsterm.h when compiling under NS windowing.
7785 (init_display): Initialize Vinitial_window_system to "ns" when so
7786 compiled.
7787 * emacs.c: Include GSConfig.h when compiling under GNUstep.
7788 (display_arg): Use under NS.
7789 (main): Under NS, allocate autorelease pool and handle command line
7790 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
7791 (standard_args): Add NS-specific args.
7792 (shut_down_emacs): Shut down NS terminal if compiled under NS.
7793 * font.c (DEFAULT_ENCODING): New variable.
7794 (font_find_for_lface): Use it.
7795 (syms_of_font): Load syms_of_nsfont under NS.
7796 * font.h: Declare nsfont_driver when compiled under NS.
7797 * fontset.c: When compiling under NS, include nsterm.h.
7798 (fontset_from_font): Autoconstruct fontset under NS.
7799 * frame.c (various): Under NS, include nsterm.h, add Qns window system
7800 symbol, document and use it.
7801 (do_switch_frame): When for_deletion under Cocoa, add
7802 Fraise_frame(Qnil).
7803 (x_set_frame_parameters): Ensure font attribute changes are picked up.
7804 (x_get_arg): Allow "yes" and "no" as boolean values.
7805 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
7806 Qright under Cocoa.
7807 (focus-follows-mouse): Default to 0 under NS.
7808 * frame.h (enum output_method): Add output_ns.
7809 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
7810 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
7811 (FRAME_WINDOW_P): NS-specific definition.
7812 * fringe.c (max_used_fringe_bitmap): Make public.
7813 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
7814 (getloadavg): Use NeXT code under descendant OS's.
7815 * image.c (includes and header section, x_create_bitmap_from_data)
7816 (x_create_bitmap_from_file, free_bitmap_record, image_background)
7817 (image_background_transparent, x_clear_image_1)
7818 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
7819 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
7820 (x_to_xcolors, x_from_xcolors, x_disable_image)
7821 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
7822 other GUIs, including XPM support using code originally written for
7823 Carbon GUI.
7824 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
7825 using NS API.
7826 (image_ascent): Use font metrics macros instead of direct struct field
7827 access.
7828 * keyboard.c (includes): Add nsterm.h when compiling under NS.
7829 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
7830 Also, handle NS as GTK for menu bar purposes.
7831 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
7832 toolkit where they differ.
7833 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
7834 use cachelist, still needed under NS.
7835 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
7836 (struct widget_value): Define it here for menu.c.
7837 * keymap.c (includes): Include modifier internals.
7838 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
7839 NS.
7840 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
7841 support for preferring sequences using certain modifiers, specified by
7842 the FIRSTONLY argument.
7843 * lisp.h (hash_remove): Rename to avoid name clash when compiling
7844 under NS GNUstep implementation.
7845 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
7846 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
7847 * menu.c: Include nsterm.h under NS.
7848 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
7849 (free_menubar_widget_tree_value, update_submenu_strings)
7850 (find_and_call_menu_selection): Treat NS as X and NT.
7851 (find_and_return_menu_selection): New function, used for popup menus.
7852 * nsgui.h:
7853 * nsterm.h:
7854 * nsfns.m:
7855 * nsimage.m:
7856 * nsmenu.m:
7857 * nsselect.m:
7858 * nsterm.m: New files.
7859 * process.c (wait_reading_process_output): Under NS, call ns_select()
7860 instead of plain select().
7861 * syntax.c (char_quoted): Under NS, avoid a crash when called near
7862 beginning of buffer.
7863 * sysselect.h (init_process): Rename when compiling under Cocoa to
7864 avoid name conflict.
7865 * termhooks.h (display_info): Add ns_display_info to union.
7866 * terminal.c (Fterminal_live_p): Add ns to terminal types.
7867 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
7868 COCOA environment.
7869 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
7870 unexec() signature. (Note, this will dump, but the resulting file
7871 crashes; unexosx is used instead; keeping around for reference and
7872 possible aid in getting dump working under GNUstep.)
7873 * w32gui.h (button_type, widget_value): Remove definitions (now in
7874 keyboard.h).
7875 * window.c: Include nsterm.h when compiling under NS.
7876 * xdisp.c (includes): Include nsterm.h when compiling under NS.
7877 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
7878 other GUI windowing systems.
7879 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
7880 GTK.
7881 (x_consider_frame_title): Under NS, set icon type and frame
7882 modified-state indicator; use ns_set_name_as_filename() when using
7883 formatted title.
7884 (update_window_cursor): Make public when compiling under NS.
7885 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
7886 (hourglass_atimer, Vhourglass_delay
7887 * xfaces.c (header section, init_frame_faces, clear_font_table)
7888 (defined_color, unload_color, x_face_list_fonts)
7889 (prepare_face_for_display): Add NS support parallel to other GUIs.
7890 Emulate GCs like other non-X GUIs.
7891 (split_font_name): Don't lowercase font name under NS.
7892 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
7893 under NS.
7894 * s/darwin.h: Add support for compilation under NS.
7895
78962008-07-15 Jason Rumney <jasonr@gnu.org>
7897
7898 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
7899 (w32_show_hourglass): Rename from show_hourglass.
7900 (w32_hide_hourglass): Rename from hide_hourglass.
7901 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
7902 (Vhourglass_delay): Declare extern.
7903 (hourglass_started): Remove.
7904
7905 * xdisp.c (Vhourglass_delay): Remove static.
7906 (hourglass_started, start_hourglass, cancel_hourglass):
7907 Don't include these versions on WINDOWSNT.
7908
79092008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7910
7911 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
7912 variables (formerly in xfns.c).
7913 (show_hourglass, hide_hourglass): New prototypes (same).
7914 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
7915 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
7916 in xfns.c).
7917 (syms_of_xdisp): Declare/initialize display-hourglass,
7918 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
7919 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
7920 formerly in xfns.c.
7921 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
7922 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
7923 (start_hourglass, cancel_hourglass): Remove.
7924 (show_hourglass, hide_hourglass): Remove prototypes and static
7925 modifiers.
7926 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
7927 hourglass_atimer, hourglass_shown_p declaration/initialization.
7928 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
7929 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
7930 (start_hourglass, cancel_hourglass): Remove.
7931 (show_hourglass, hide_hourglass): Remove prototypes and static
7932 modifiers.
7933 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
7934 hourglass_atimer, hourglass_shown_p declaration/initialization.
7935 * w32fns.c (display_hourglass_p, Vhourglass_delay)
7936 (DEFAULT_HOURGLASS_DELAY): Remove.
7937 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
7938 hourglass_shown_p declaration/initialization.
7939
79402008-07-14 Jason Rumney <jasonr@gnu.org>
7941
7942 * w32fns.c (w32_get_arg): Remove wrapper function.
7943 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
7944 directly.
7945 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
7946
79472008-07-14 Kenichi Handa <handa@m17n.org>
7948
7949 * xfont.c (xfont_open): Add workaround for X's bug.
7950
79512008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7952
7953 * fontset.c: Include <stdio.h> unconditionally.
7954
79552008-07-13 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
7958 for filtering.
7959
79602008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7961
7962 * s/vms.h: Use __GNUC__ instead of _GNUC_.
7963
7964 * m/macppc.h:
7965 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
7966
7967 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
7968 (SPECIAL_EMACS_INT):
7969 * m/ia64.h (SPECIAL_EMACS_INT):
7970 * m/amdx86-64.h (SPECIAL_EMACS_INT):
7971 * s/gnu.h (NLIST_STRUCT):
7972 * s/aix4-2.h (X11R5_INHIBIT_I18N):
7973 * s/gnu-linux.h (LINUX):
7974 * s/msdos.h (HAVE_FACES):
7975 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
7976
7977 * systty.h:
7978 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
7979 anymore.
7980
79812008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
7982
7983 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
7984 always defined as int.
7985
7986 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
7987 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
7988 * s/gnu-linux.h (HAVE_WAIT_HEADER):
7989 * s/freebsd.h (HAVE_WAIT_HEADER):
7990 * s/bsd-common.h (HAVE_UNION_WAIT):
7991 * s/aix4-2.h (HAVE_WAIT_HEADER):
7992 * m/mips.h (HAVE_UNION_WAIT):
7993 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
7994 (COFF, static): Do not define, they are undefined later in the file.
7995
7996 * process.c (update_status): Don't use a union.
7997 (status_convert):
7998 (sigchld_handler): Use int instead of WAITTYPE.
7999
80002008-07-12 Chong Yidong <cyd@stupidchicken.com>
8001
8002 * indent.c (Fvertical_motion): Restore hscroll before moving to
8003 goal column.
8004
80052008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8006
8007 * lisp.h: Remove left over code.
8008
80092008-07-11 Andreas Schwab <schwab@suse.de>
8010
8011 * lisp.h: Fix logic in last change.
8012
8013 * menu.h: New file.
8014 * menu.c: Include it.
8015 * xmenu.c: Likewise.
8016 * Makefile.in: Update dependencies.
8017
80182008-07-11 Kenichi Handa <handa@m17n.org>
8019
8020 * fontset.c (fontset_from_font): Cancel the previous change.
8021
80222008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8023
8024 * lisp.h:
8025 * w32heap.c:
8026 * emacs.c:
8027 * alloc.c: Replace all references of NO_UNION_TYPE with
8028 USE_LISP_UNION_TYPE.
8029
8030 * m/xtensa.h (NO_UNION_TYPE):
8031 * m/vax.h (NO_UNION_TYPE):
8032 * m/template.h (NO_UNION_TYPE):
8033 * m/sparc.h (NO_UNION_TYPE):
8034 * m/mips.h (NO_UNION_TYPE):
8035 * m/macppc.h (NO_UNION_TYPE):
8036 * m/m68k.h (NO_UNION_TYPE):
8037 * m/iris4d.h (NO_UNION_TYPE):
8038 * m/intel386.h (NO_UNION_TYPE):
8039 * m/ibms390x.h (NO_UNION_TYPE):
8040 * m/ibms390.h (NO_UNION_TYPE):
8041 * m/ibmrs6000.h (NO_UNION_TYPE):
8042 * m/ia64.h (NO_UNION_TYPE):
8043 * m/hp800.h (NO_UNION_TYPE):
8044 * m/arm.h (NO_UNION_TYPE):
8045 * m/amdx86-64.h (NO_UNION_TYPE):
8046 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
8047 defining it the same.
8048
80492008-07-10 Chong Yidong <cyd@stupidchicken.com>
8050
8051 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
8052
80532008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8054
8055 * fileio.c:
8056 * sysdep.c
8057 * systty.h:
8058 * m/ibmrs6000.h:
8059 * m/iris4d.h:
8060 * s/aix4-2.h:
8061 * s/freebsd.h:
8062 * s/gnu-linux.h:
8063 * s/hpux10-20.h:
8064 * s/hpux11.h:
8065 * s/netbsd.h:
8066 * s/sol2-3.h:
8067 * s/sol2-4.h:
8068 * s/sol2.h:
8069 * s/usg5-4.h:
8070 * s/vms.h: Remove references to unused variables.
8071
80722008-07-10 Andreas Schwab <schwab@suse.de>
8073
8074 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
8075 pattern before matching the generic family.
8076
80772008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
8078
8079 * unexec.c:
8080 * s/vms.h:
8081 * s/usg5-4-2.h:
8082 * s/sol2-5.h:
8083 * s/freebsd.h:
8084 * s/darwin.h: Remove dead code.
8085
8086 * m/template.h:
8087 * m/sparc.h:
8088 * m/mips.h:
8089 * m/m68k.h:
8090 * m/iris4d.h:
8091 * m/intel386.h:
8092 * m/ibms390x.h:
8093 * m/ibms390.h:
8094 * m/ia64.h:
8095 * m/hp800.h:
8096 * m/arm.h:
8097 * m/amdx86-64.h: Remove dead code and references to unused
8098 and compiler defined symbols.
8099
8100 * unexmips.c:
8101 * unexelf.c: Remove references to desupported systems.
8102
8103 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
8104
8105 * m/powermac.h: Remove boilerplate comments.
8106 (NO_REMAP): Remove unused definition.
8107
8108 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
8109 define them.
8110
81112008-07-10 Kenichi Handa <handa@m17n.org>
8112
8113 * xfont.c (xfont_open): Log the reason of failure.
8114
81152008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * fontset.c (fontset_get_font_group):
8118 * font.c (font_check_otf): Specify argument types.
8119
81202008-07-09 Kenichi Handa <handa@m17n.org>
8121
8122 * coding.c (detect_coding_utf_8): Set detect_info->found only when
8123 non-ASCII char is found.
8124
8125 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
8126 (reorder_font_vector): Change the arg preferred_family to font.
8127 Prefer the spec matching with font.
8128 (fontset_get_font_group): New function.
8129 (fontset_find_font): Change the format of an element of a realized
8130 fontset. Use fontset_get_font_group.
8131 (fontset_font): Try the current fontset, the default fontset, the
8132 fallbacks of the current fontset, and the fallbacks of the default
8133 fontset in this order.
8134 (face_for_char): Delete the shortcut to use the current font.
8135 (fontset_from_font): Don't set fonts for Latin in the fontset.
8136
8137 * font.h (font_make_object, font_match_p): Adjust prototypes.
8138
8139 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
8140
8141 * font.c (font_make_object): New arg entity and pixelsize.
8142 (font_check_otf_features, font_check_otf): New functions.
8143 (font_match_p): Check :lang, :script, and :otf properties.
8144
8145 * xfont.c (xfont_open): Adjust it for the change of
8146 font_make_object.
8147 (xfont_text_extents): Fix initial setting of metrics.
8148
8149 * ftfont.c (struct ftfont_info): New member index, delete member
8150 fc_charset_idx. Make the member order compatible with struct
8151 xftfont_info.
8152 (fc_charset_table): Change charset names to registry names.
8153 (ftfont_pattern_entity): Delete the args registry and
8154 fc_charset_idx. Change the value of :font-entity property
8155 to (FONTNAME . INDEX). Always set :registry property to
8156 `iso10646-1'.
8157 (struct ftfont_cache_data): New struct.
8158 (ftfont_lookup_cache): New arg for_face.
8159 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
8160 (ftfont_driver): Set the member otf_capability.
8161 (ftfont_get_charset): Adjust it for the change of
8162 fc_charset_table.
8163 (OTF_TAG_SYM): New macro.
8164 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
8165 for the change of fc_charset_table.
8166 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
8167 ftfont_pattern_entity. Add FC_INDEX to objset.
8168 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
8169 and ftfont_pattern_entity.
8170 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
8171 font_make_object, struct ftfont_info.
8172 (ftfont_has_char): Use ftfont_get_fc_charset.
8173 (ftfont_otf_features, ftfont_otf_capability): New functions.
8174 (ftfont_shape): Use ftfont_get_otf.
8175 (ftfont_text_extents): Fix initial setting of metrics.
8176
8177 * xftfont.c (struct xftfont_info): New member ft_size. Make the
8178 member order compatible with struct ftfont_info.
8179 (xftfont_open): Add FC_CHARSET to the pattern. Set
8180 xftfont_info->ft_size. Don't unlock the face. Check BDF
8181 properties if appropriate.
8182 (xftfont_close): Unlock the face.
8183 (xftfont_anchor_point, xftfont_shape): Deleted.
8184 (syms_of_xftfont): Don't set members anchor_point and shape of
8185 xftfont_driver.
8186
8187 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
8188 font_make_object.
8189
8190 * w32font.c (w32font_open): Adjust it for the change of
8191 font_make_object.
8192 (w32font_open_internal): Don't set properties of font_object here.
8193
81942008-07-08 Chong Yidong <cyd@stupidchicken.com>
8195
8196 * macfns.c (x_create_tip_frame):
8197 * w32fns.c (x_create_tip_frame):
8198 * xfns.c (x_create_tip_frame): Pass parameter argument to
8199 face-set-after-frame-default.
8200
8201 * xfaces.c (Finternal_merge_in_global_face): Save merged
8202 attributes for the default face back into the face vector.
8203
82042008-07-08 Andreas Schwab <schwab@suse.de>
8205
8206 * fontset.h: Declare fontset_from_font. Don't declare
8207 new_fontset_from_font and fontset_from_font_name.
8208 * xterm.c: Include "fontset.h".
8209 * Makefile.in (xterm.o): Update dependencies.
8210
82112008-07-08 Glenn Morris <rgm@gnu.org>
8212
8213 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
8214 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
8215
82162008-07-07 Chong Yidong <cyd@stupidchicken.com>
8217
8218 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
8219 (x_set_frame_parameters): Don't bind it.
8220
82212008-07-07 Juanma Barranquero <lekktu@gmail.com>
8222
8223 * w32fns.c (map_w32_filename): Declare extern.
8224
82252008-07-07 Jason Rumney <jasonr@gnu.org>
8226
8227 * w32term.c (WS_EX_LAYERED): Define if not already.
8228
82292008-07-06 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * xfaces.c (set_font_frame_param): Don't try to set the font
8232 parameter if it is still unspecified in the lface.
8233
82342008-07-05 Chong Yidong <cyd@stupidchicken.com>
8235
8236 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
8237 face if it didn't already exist.
8238
8239 * xdisp.c (try_window_id): Give up if word-wrapping is on.
8240
82412008-07-05 Andreas Schwab <schwab@suse.de>
8242
8243 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
8244
82452008-07-05 Chong Yidong <cyd@stupidchicken.com>
8246
8247 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
8248 word-wrapping.
8249 (IT_DISPLAYING_WHITESPACE): New macro.
8250 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
8251 when word-wrapping. Simplify word-wrapping logic. Use correct
8252 pixel positions when saving copies of the iterator.
8253 (display_line): Use proper wrap point if the last character on a
8254 line was preceded by whitespace.
8255
82562008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
8259
82602008-07-04 Kenichi Handa <handa@m17n.org>
8261
8262 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
8263
8264 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
8265
82662008-07-02 Jason Rumney <jasonr@gnu.org>
8267
8268 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 8269 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
8270
8271 * xdisp.c (next_element_from_display_vector): Move assignment out
8272 of if statement.
8273
82742008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8275
8276 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
8277
8278 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
8279 (syms_of_fileio): Initialize and export them.
8280 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
8281
8282 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
8283 (Fsystem_move_file_to_trash): New function.
8284 (syms_of_w32fns): Export it to lisp.
8285
82862008-07-01 Jason Rumney <jasonr@gnu.org>
8287
8288 * w32font.c (w32font_text_extents): Don't count overhang as part
8289 of width.
8290
82912008-06-30 Miles Bader <miles@gnu.org>
8292
8293 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
8294 Add `avoid_cursor_p' field.
8295
8296 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
8297 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
8298 (append_glyph, append_composite_glyph, produce_image_glyph)
8299 (append_stretch_glyph): Initialize avoid_cursor_p.
8300 (get_it_property): Rename from `get_line_height_property'.
8301 (x_produce_glyphs): Use get_it_property.
8302 (handle_line_prefix, push_display_prop): New functions.
8303 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
8304 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
8305 New variables.
8306 (syms_of_xdisp): Initialize them.
8307
83082008-06-30 Kenichi Handa <handa@m17n.org>
8309
8310 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
8311 XftDefaultSubstitute (they are called in XftFontMatch).
8312 (xftfont_open): Fix args to ftfont_font_format.
8313
8314 * ftfont.c (fc_charset_table): New member lang.
8315 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 8316 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
8317 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
8318 (ftfont_open): Fix args to ftfont_font_format.
8319 (ftfont_font_format): New arg filename.
8320
83212008-06-30 Chong Yidong <cyd@stupidchicken.com>
8322
8323 * xfaces.c (Finternal_merge_in_global_face): If default face was
8324 modified, realize it again. Update the font face attribute.
8325
83262008-06-29 Jason Rumney <jasonr@gnu.org>
8327
8328 * w32term.c (x_set_frame_alpha): Fix logic.
8329
83302008-06-29 Kenichi Handa <handa@m17n.org>
8331
8332 * fontset.c (Finternal_char_font): Return font-object instead of
8333 font-name.
8334
8335 * composite.c (get_composition_id): Fix the width calculation for TAB.
8336
83372008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8338
8339 * indent.c (Fvertical_motion): Properly handle float column arg.
8340
83412008-06-28 Jason Rumney <jasonr@gnu.org>
8342
8343 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
8344 (pfnSetLayeredWindowAttributes): New function pointer.
8345 (w32_initialize): Initialize it when supported.
8346 (x_set_frame_alpha): New function.
8347
8348 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
8349 (w32_frame_parm_handlers): Set alpha handler.
8350
8351 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8352
83532008-06-27 Jason Rumney <jasonr@gnu.org>
8354
8355 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
8356 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
8357 (w32_to_x_charset, x_to_w32_charset)
8358 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8359 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8360 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8361 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8362 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8363 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8364 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
8365 (Qw32_charset_unicode): Remove.
8366 (syms_of_w32fns): Update for above changes.
8367
8368 * w32font.c (w32_to_x_charset, x_to_w32_charset)
8369 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
8370 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
8371 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
8372 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
8373 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
8374 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
8375 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
8376 (syms_of_w32font): Update for above changes.
8377
83782008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
8379
8380 * s/usg5-4.h: Fix previous change: keep the correct branch of a
8381 removed #if.
8382 (USG_SHARED_LIBRARIES): Remove duplicate definition.
8383
83842008-06-26 Juanma Barranquero <lekktu@gmail.com>
8385 Eli Zaretskii <eliz@gnu.org>
8386
8387 * makefile.w32-in (LOCAL_FLAGS):
8388 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
8389
8390 * sysdep.c (_spawnlp, _getpid):
8391 Declare with explicit _cdecl instead of _CRTAPI1.
8392
8393 * editfns.c (Fget_internal_run_time):
8394 Check for WINDOWSNT with #ifdef, not #if.
8395
83962008-06-26 Jason Rumney <jasonr@gnu.org>
8397
8398 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
8399
8400 * w32term.c (x_draw_glyph_string_foreground)
8401 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
8402 Use FONT_HANDLE macro.
8403 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
8404
8405 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8406 (uniscribe_encode_char): Use FONT_HANDLE macro.
8407
8408 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
8409 (w32font_text_extents): Use precast w32_font.
8410 (w32font_close): Free cached metrics.
8411 (w32font_open_internal): Allocate space for name on stack.
8412
84132008-06-26 Chong Yidong <cyd@stupidchicken.com>
8414
8415 * xdisp.c (extend_face_to_end_of_line): Fix last change.
8416
84172008-06-26 Jason Rumney <jasonr@gnu.org>
8418
8419 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
8420 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
8421
84222008-06-26 Juanma Barranquero <lekktu@gmail.com>
8423
8424 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
8425
84262008-06-26 Jason Rumney <jasonr@gnu.org>
8427
8428 * w32bdf.c, w32bdf.h: Remove obsolete files.
8429
8430 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
8431
8432 * w32gui.h: Don't include w32bdf.h.
8433 (XCharStruct, enum w32_char_font_type, W32FontStruct):
8434 Remove obsolete font support.
8435
8436 * w32font.h (struct w32font_info): Remove compat_w32_font.
8437 Add hfont member.
8438 (FONT_COMPAT): Remove obsolete macro.
8439
8440 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
8441 (w32font_encode_char, w32font_text_extents): Use new hfont member.
8442 (w32font_open_internal): Remove compat code. Set new hfont member.
8443 (Fx_select_font): Use new hfont member.
8444
8445 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
8446 (uniscribe_encode_char): Use new hfont member.
8447
8448 * w32term.c (x_draw_glyph_string_foreground)
8449 (x_draw_composite_glyph_string_foreground): Use new hfont member.
8450 (x_draw_glyph_string): Use metrics in w32font_info.
8451
84522008-06-26 Kenichi Handa <handa@m17n.org>
8453
8454 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
8455
84562008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8457
8458 * unexnext.c:
8459 * m/ews4800.h:
8460 * m/hp9000s300.h:
8461 * m/ibm370aix.h:
8462 * m/mips-siemens.h:
8463 * m/ncr386.h:
8464 * m/next.h:
8465 * m/pmax.h:
8466 * m/powerpcle.h:
8467 * m/tandem-s2.h:
8468 * s/386bsd.h:
8469 * s/bsd386.h:
8470 * s/bsd4-1.h:
8471 * s/bsd4-2.h:
8472 * s/bsdos2-1.h:
8473 * s/bsdos2.h:
8474 * s/bsdos3.h:
8475 * s/bsdos4.h:
8476 * s/nextstep.h:
8477 * s/ultrix4-3.h:
8478 * s/usg5-0.h:
8479 * s/usg5-2-2.h:
8480 * s/usg5-2.h:
8481 * s/usg5-4-3.h:
8482 * s/ux4800.h:
8483 * s/uxpds.h:
8484 * s/uxpv.h: Remove support for obsolete systems.
8485 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 8486 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
8487 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
8488 Remove, insert contents in s/aix4-2.h.
8489 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
8490 * s/bsd4-3.h: Rename to ...
8491 * s/bsd-common.h: ... this.
8492 * data.c:
8493 * doc.c:
8494 * ecrt0.c:
8495 * emacs.c:
8496 * fileio.c:
8497 * floatfns.c:
8498 * keyboard.c:
8499 * mem-limits.h:
8500 * print.c:
8501 * process.c:
8502 * sysdep.c:
8503 * syssignal.h:
8504 * systty.h:
8505 * syswait.h:
8506 * term.c:
8507 * unexec.c:
8508 * unexelf.c:
8509 * unexhp9k800.c:
8510 * m/hp800.h:
8511 * m/ibmrs6000.h:
8512 * m/mips.h:
8513 * m/vax.h:
8514 * s/darwin.h:
8515 * s/freebsd.h:
8516 * s/gnu.h:
8517 * s/ms-w32.h:
8518 * s/msdos.h:
8519 * s/netbsd.h:
8520 * s/template.h: Remove references to obsolete variables.
8521
8522 * Makefile.in: Add dependencies for all unexec files.
8523 (admindir): Remove unused variable.
8524 (UNEXEC_SRC): Remove references.
8525
85262008-06-25 Chong Yidong <cyd@stupidchicken.com>
8527
8528 * xfns.c (x_default_font_parameter): If Xft is available, first
8529 try Monospace-12 for the default font.
8530
85312008-06-25 Jason Rumney <jasonr@gnu.org>
8532
8533 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
8534
85352008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
8538
8539 * buffer.c (syms_of_buffer): Remove default-word-wrap.
8540
85412008-06-25 Juanma Barranquero <lekktu@gmail.com>
8542
8543 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
8544 <scroll-conservatively>: Fix typo in docstring.
8545
8546 * xselect.c (Fx_send_client_event): Doc fix.
8547
85482008-06-25 Kenichi Handa <handa@m17n.org>
8549
8550 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
8551
8552 * font.c (font_parse_fcname): Remove unused variables.
8553 (font_sort_entites): Delete the arg SPEC. Caller changed.
8554 Fix for the case of ! best_only.
8555 (font_delete_unmatched): Check DPI and AVGWIDTH too.
8556
8557 * lisp.h (Fstring_to_unibyte): EXFUN it.
8558
8559 * character.h (str_to_unibyte): Extern it.
8560
8561 * character.c (str_to_unibyte): New function.
8562
8563 * fns.c (Fstring_to_unibyte): New function.
8564 (syms_of_fns): Defsubr it.
8565
85662008-06-24 Kenichi Handa <handa@m17n.org>
8567
8568 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
8569 DPI too.
8570 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
8571
85722008-06-24 Andreas Schwab <schwab@suse.de>
8573
8574 * Makefile.in (${lispsource}loaddefs.el): Rename from
8575 ../lisp/loaddefs.el.
8576 (bootstrap-clean): Do what distclean does but don't remove
8577 Makefile.
8578 (distclean): Depend on bootstrap-clean and remove Makefile.
8579
85802008-06-24 Chong Yidong <cyd@stupidchicken.com>
8581
8582 * buffer.h (struct buffer): New member word_wrap.
8583
8584 * buffer.c (syms_of_buffer): New variables default-word-wrap and
8585 word-wrap.
8586 (init_buffer_once): Initialize them.
8587
8588 * dispextern.h (struct it): Replace bool truncate_lines_p with a
8589 line_wrap enum possessing three possible values.
8590
8591 * termopts.h: Replace truncate_partial_width_windows with
8592 Vtruncate_partial_width_windows.
8593
8594 * dispnew.c (direct_output_for_insert): Avoid direct output when
8595 inserting a space with word wrap on.
8596
8597 * indent.c (compute_motion): Obey integer values of
8598 truncate-partial-width-windows.
8599
8600 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
8601 replacing truncate_partial_width_windows.
8602 (init_iterator): If Vtruncate_partial_width_windows is an integer,
8603 truncate only if the window width is below that integer.
8604 (start_display, resize_mini_window, produce_stretch_glyph)
8605 (display_string, move_it_in_display_line_to): Use line_wrap.
8606 (back_to_previous_visible_line_start, reseat_1): Reset
8607 string_from_display_prop_p.
8608 (display_line): Extend default face to end of line when wrapping.
8609
86102008-06-24 Kim F. Storm <storm@cua.dk>
8611
8612 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
8613 to wrap continued lines at word boundaries.
8614
86152008-06-24 Jason Rumney <jasonr@gnu.org>
8616
8617 * font.c (Ffont_face_attributes): Multiply pixel size before point
8618 conversion to avoid multiplying rounding error.
8619
86202008-06-23 Jason Rumney <jasonr@gnu.org>
8621
8622 * w32term.c (x_draw_glyph_string_background)
8623 (x_draw_glyph_string): Remove old bdf font code.
8624
8625 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
8626
86272008-06-22 Kenichi Handa <handa@m17n.org>
8628
8629 * font.c (font_find_for_lface): Try the adstyle specified in
8630 the property of LFACE_FONT of LFACE (if any).
8631
86322008-06-21 Seiji Zenitani <zenitani@mac.com>
8633 Ryo Yoshitake <ryo@shiftmode.net>
8634
8635 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
8636
86372008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
8640 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
8641 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
8642 (witness-emacs): Remove.
8643 (lisp, shortlisp): Move loaddefs.el earlier.
8644 (mostlyclean): Forget about witness-emacs.
8645
86462008-06-22 Glenn Morris <rgm@gnu.org>
8647
8648 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
8649 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
8650
86512008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * Makefile.in (PRECOMP): Remove.
8654 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
8655 (witness-emacs): Run `compile-first'.
8656 (.el.elc): Use the new compile-onefile target.
8657
86582008-06-21 Kenichi Handa <handa@m17n.org>
8659
8660 * xftfont.c (xftfont_open): Handle QCembolden only when
8661 FC_EMBOLDEN is defined.
8662
86632008-06-21 Andreas Schwab <schwab@suse.de>
8664
8665 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
8666 (.el.elc): Likewise.
8667
86682008-06-21 Miles Bader <miles@gnu.org>
8669
8670 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
8671 build dir, not the lisp source dir.
8672
86732008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
8676 (bootstrapclean): Remove.
8677 (.el.elc): New rule.
8678 (PRECOMP): New var.
8679 (../lisp/subdirs.el): Remove.
8680 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
8681 (witness-emacs): New target.
8682 (mostlyclean): Remove witness-emacs as well.
8683 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
8684 Add witness-emacs dependency.
8685
86862008-06-20 Chong Yidong <cyd@stupidchicken.com>
8687
8688 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
8689 defined by the font.
8690
86912008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8692
8693 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
8694 (bootstrap-clean): New target that keeps TAGS around.
8695 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
8696 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
8697
86982008-06-20 Jason Rumney <jasonr@gnu.org>
8699
8700 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
8701 Remove obsolete font code.
8702
8703 * w32font.c (font_matches_spec): Use csb bitfield from font signature
8704 to determine language support.
8705
87062008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8707
8708 * sysdep.c (cfsetspeed): New fun extracted from the code.
8709 (cfmakeraw): Move before first use.
8710
87112008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
8712
8713 * sysdep.c (cfmakeraw): Provide fallback implementation.
8714 (serial_configure): Provide fallback implementation of cfsetspeed.
8715
87162008-06-20 Kenichi Handa <handa@m17n.org>
8717
8718 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
8719 the pattern.
8720
8721 * fontset.c (fontset_from_font): Copy font_spec before changing
8722 the elements.
8723
8724 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
8725
87262008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8727
8728 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
8729 for explicit `font' parameters.
8730
8731 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
8732
87332008-06-19 Kenichi Handa <handa@m17n.org>
8734
8735 * frame.c: Include <ctype.h>.
8736 (x_set_font_backend): Allow spacing characters in the X resource
8737 for FontBackend.
8738
87392008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8740
8741 * w32fns.c, xfns.c (Qfont_param): New var.
8742 (syms_of_w32fns): Initialize it.
8743 (x_default_font_parameter): Record explicit `font' into
8744 `font-parameter'.
8745
87462008-06-18 Kenichi Handa <handa@m17n.org>
8747
8748 * font.c (font_parse_xlfd): Fix previous change.
8749 (font_parse_fcname): Don't use :fc-unknown-spec.
8750 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
8751 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
8752 (font_add_log): Prepend the driver name to the resulting fonts.
8753
8754 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
8755 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
8756 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
8757
8758 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
8759 (QCembolden): New variables.
8760 (syms_of_xftfont): DEFSYM them.
8761 (xftfont_open): Call XftFontMatch. Don't trust the result of
8762 XftTextExtents8 if the pixel_size is less than 5.
8763
87642008-06-18 Andreas Schwab <schwab@suse.de>
8765
8766 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
8767 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
8768
87692008-06-18 Jason Rumney <jasonr@gnu.org>
8770
8771 * w32font.c (w32font_list, w32font_match): Add logging.
8772
8773 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
8774
87752008-06-17 Chong Yidong <cyd@stupidchicken.com>
8776
8777 * font.c (font_parse_fcname): Store divider characters for
8778 unknown-spec list. For known key symbols, intern using correct
8779 symbol name.
8780
87812008-06-17 Kenichi Handa <handa@m17n.org>
8782
8783 * xfaces.c (realize_default_face): If the frame is not on window
8784 system, set the fontset of face to nil.
8785
87862008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8787
8788 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
8789
87902008-06-16 Juanma Barranquero <lekktu@gmail.com>
8791
8792 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
8793 (build_font_name_from_vector): Delete externs.
8794
8795 * xfaces.c (struct font_name): Don't declare.
8796
87972008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
8800
88012008-06-16 Chong Yidong <cyd@stupidchicken.com>
8802
8803 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
8804
88052008-06-16 Juanma Barranquero <lekktu@gmail.com>
8806
8807 * font.c (Ffont_spec): Fix usage in docstring.
8808 (Ffont_face_attributes): Doc fix.
8809
88102008-06-16 Andreas Schwab <schwab@suse.de>
8811
8812 * font.c (Ffont_face_attributes): Fix definition.
8813
88142008-06-16 Jason Rumney <jasonr@gnu.org>
8815
8816 * font.h (font_style_symbolic_from_value): Remove.
8817
8818 * font.c (font_style_symbolic_from_value): Remove.
8819 (font_style_symbolic): Revert to pre 2008-06-13 version.
8820
8821 * w32font.c (w32_to_fc_weight): New function.
8822 (w32font_full_name, logfont_to_fcname): Use it.
8823
88242008-06-16 Kenichi Handa <handa@m17n.org>
8825
8826 * font.c (font_check_object): Delete it.
8827 (font_clear_cache): Check if a font-object is alive.
8828 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
8829 font-object to nil.
8830 (font_close_object): Don't check FONT_CLOSE_OBJECT.
8831 (font_at): Don't call font_check_object.
8832 (Ffont_get): Return a symbol for :weight, :slant, and :width.
8833
88342008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
8835
8836 * puresize.h (BASE_PURESIZE): Increase to 1230000.
8837
88382008-06-16 Chong Yidong <cyd@stupidchicken.com>
8839
8840 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
8841
88422008-06-15 Chong Yidong <cyd@stupidchicken.com>
8843
8844 * font.c (font_parse_fcname): Only one decimal point.
8845 (font_unparse_fcname): Handle data in family and foundry indices
8846 as symbols, not strings.
8847 (font_unparse_gtkname, Ffont_face_attributes): New functions.
8848
8849 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
8850
8851 * font.h (font_unparse_gtkname): Add prototype.
8852
88532008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8854
8855 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
8856
88572008-06-15 Andreas Schwab <schwab@suse.de>
8858
8859 * font.c (font_update_drivers): Fix crash when no drivers match.
8860
88612008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
8864 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
8865
88662008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
8869
88702008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * process.c (Fserial_process_configure, Fprocess_send_eof):
8873 Use EQ to compare Lisp_Objects.
8874
88752008-06-13 Jason Rumney <jasonr@gnu.org>
8876
8877 * w32fns.c (Fw32_select_font): Remove old font API function.
8878
8879 * w32font.c (logfont_to_fcname): New function.
8880 (Fx_select_font): New font dialog function compatible with
8881 GTK/fontconfig version.
8882
8883 * font.c (font_style_symbolic_from_value): New function.
8884 (font_style_symbolic): Use it.
8885
8886 * font.h (font_style_symbolic_from_value): Declare new function.
8887
88882008-06-13 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
8891 <font-width-table>: Fix typos in docstrings.
8892
88932008-06-13 Daniel Engeler <engeler@gmail.com>
8894
8895 These changes add serial port access.
8896 * process.c: Add HAVE_SERIAL.
8897 (Fdelete_process, Fprocess_status, Fset_process_buffer)
8898 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
8899 (list_processes_1, select_wrapper, Fstop_process)
8900 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
8901 (status_notify): Modify to handle serial processes.
8902 [HAVE_SERIAL] (Fserial_process_configure)
8903 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
8904 New functions.
8905 * process.h (struct Lisp_Process): Add `type'.
8906 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
8907 New functions.
8908 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
8909 serial ports.
b71ac3dd 8910 (serial_open, serial_configure): New functions.
aac0c6e3
MR
8911 * w32.h: Add FILE_SERIAL.
8912 (struct _child_process): Add ovl_read, ovl_write.
8913
89142008-06-13 Kenichi Handa <handa@m17n.org>
8915
8916 * dispextern.h (enum lface_attribute_index): New member
8917 LFACE_FOUNDRY_INDEX.
8918
8919 * font.c (font_score): Delete arg alternate_families. Check only
8920 weight, slant, width, and size. Ignore the difference of alias
8921 style symbols.
8922 (font_sort_entites): Adjust for the above change. Reflect the
8923 order of font-driver to scores.
8924 (font_list_entities): Don't check alternate_familes here.
8925 (font_clear_prop): Handle foundry.
8926 (font_update_lface): Don't parse "foundry-family" form here.
8927 Handle FONT_FOUNDRY_INDEX.
8928 (font_find_for_lface): Likewise. Handle alternate families here.
8929 If registry is nil, try iso8859-1 and ascii-0.
8930 (font_open_for_lface): Pay attention to size in ENTITY.
8931 (font_open_by_name): Simplify by calling font_load_for_lface.
8932 (free_font_driver_list): Delete it.
8933 (font_update_drivers): Preserve the order of backends.
8934 (syms_of_font): Setting of sort_shift_bits adjusted for the change
8935 of font_score and font_sort_entites.
8936 (font_update_sort_order): Likewise.
8937
8938 * xfaces.c (LFACE_FOUNDRY): New macro.
8939 (check_lface_attrs): Check foundry.
8940 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
8941 (merge_face_vectors): Check foundry.
8942 (merge_face_ref): Likewise.
8943 (Finternal_set_lisp_face_attribute): Likewise.
8944 (x_update_menu_appearance): Likewise.
8945 (Finternal_get_lisp_face_attribute): Likewise.
8946 (lface_hash): Likewise.
8947 (lface_same_font_attributes_p): Likewise.
8948 (x_supports_face_attributes_p): Likewise.
8949 (tty_supports_face_attributes_p): Likewise.
8950 (Finternal_set_alternative_font_family_alist): Intern strings.
8951 (Finternal_set_alternative_font_registry_alist): Downcase strings.
8952 (realize_default_face): Set LFACE_FOUNDRY (lface).
8953
8954 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
8955 font-driver at first.
8956
8957 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
8958
89592008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8960
8961 * lread.c (Fload): Use xfree, not free on saved_doc_string.
8962
89632008-06-12 Jim Meyering <meyering@redhat.com>
8964
8965 Make unexec_free handle NULL the same way free does.
8966 * unexmacosx.c (unexec_free): Ignore a NULL argument.
8967
89682008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8969
8970 * character.h (CHAR_TO_BYTE_SAFE): New macro.
8971 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
8972 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
8973 (WEAK_ALIAS): Simplify.
8974 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
8975 when searching a unibyte buffer.
8976
89772008-06-12 Chong Yidong <cyd@stupidchicken.com>
8978
8979 * xfns.c (Fx_select_font): Rename from x-font-dialog.
8980
89812008-06-12 Juanma Barranquero <lekktu@gmail.com>
8982
8983 * w32font.c: Include ctype.h.
8984
89852008-06-11 Jason Rumney <jasonr@gnu.org>
8986
8987 * w32font.c (w32font_encode_char): Detect missing glyphs that are
8988 misreported as space.
8989 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
8990 as aliases for registry iso10646-1.
8991
89922008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8993
8994 * buffer.c (clone_per_buffer_values): Skip `name'.
8995
89962008-06-11 Chong Yidong <cyd@stupidchicken.com>
8997
8998 * font.c (font_parse_fcname): Fix last change; accept decimal
8999 points in font size.
9000
90012008-06-10 Jason Rumney <jasonr@gnu.org>
9002
9003 * w32uniscribe.c (add_opentype_font_name_to_list):
9004 Skip non unicode fonts.
9005
90062008-06-10 Chong Yidong <cyd@stupidchicken.com>
9007
9008 * xfns.c (Fx_font_dialog): New function.
9009
9010 * gtkutil.c (xg_dialog_response_cb): Rename from
9011 xg_file_response_callback.
9012 (pop_down_dialog): Rename from pop_down_file_dialog.
9013 (xg_get_file_name): Callers changed.
9014 (xg_get_font_name): New function.
9015
9016 * gtkutil.h (xg_get_font_name): Insert prototype.
9017
90182008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
9021 x_underline_minimum_display_offset.
9022 (syms_of_xdisp): Declare it here rather than in xterm.c.
9023 * dispextern.h (underline_minimum_offset): Declare it.
9024 * w32term.c (x_draw_glyph_string): Use it.
9025 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
9026 (syms_of_xterm): Don't declare it any more.
9027 (x_draw_glyph_string): Adjust to the new name.
9028
90292008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9030
9031 * xterm.c (x_underline_minimum_display_offset): New var.
9032 (x_draw_glyph_string): Use it.
9033 (syms_of_xterm): Declare it.
9034
90352008-06-10 Chong Yidong <cyd@stupidchicken.com>
9036
9037 * font.c (font_parse_fcname): Accept GTK-style font names too.
9038
90392008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * dired.c (file_name_completion): Don't return t if the match is exact
9042 but with different capitalization.
9043 * minibuf.c (Ftry_completion): Simplify.
9044
9045 * window.c (Vwindow_point_insertion_type): New var.
9046 (set_window_buffer): Use it.
9047 (syms_of_window): Init and export it to Lisp.
9048
90492008-06-10 Kenichi Handa <handa@m17n.org>
9050
9051 * font.h (font_intern_prop): Prototype adjusted.
9052
9053 * font.c (font_intern_prop): New arg force_symbol.
9054 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
9055 Adjust for the change of font_intern_prop.
9056
9057 * ftfont.c (ftfont_pattern_entity):
9058 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
9059 (w32_registry):
9060 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9061 the change of font_intern_prop.
9062
90632008-06-09 Juanma Barranquero <lekktu@gmail.com>
9064
9065 * w32menu.c (digest_single_submenu): Declare extern.
9066
90672008-06-09 Jason Rumney <jasonr@gnu.org>
9068
9069 * w32term.c (x_make_frame_visible): Use alternate restore flags.
9070
9071 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
9072 (parse_single_submenu): Remove.
9073 (digest_single_submenu): Remove.
9074 (syms_of_w32menu): Don't initialise variables that have moved
9075 to menu.c.
9076 (set_frame_menubar): Sync with version in xmenu.c.
9077 (w32_menu_show): Sync with xmenu_show in xmenu.c.
9078
9079 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
9080 Make static again.
9081
90822008-06-09 Jason Rumney <jasonr@gnu.org>
9083
9084 Changes to w32 files related to the move of common menu code
9085 to menu.c on 2008-06-08 by Chong Yidong.
9086
9087 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
9088 defs to w32gui.h.
9089 (single_keymap_panes, push_menu_item, push_menu_pane):
9090 Make globally visible.
9091
9092 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
9093 (local_free, malloc_widget_value, free_widget_value)
9094 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
9095 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
9096 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
9097 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
9098 (menu_items, menu_items_allocated, menu_items_used)
9099 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
9100 (init_menu_items, finish_menu_items, discard_menu_items)
9101 (grow_menu_items, push_submenu_start, push_submenu_end)
9102 (push_left_right_boundary, push_menu_pane, push_menu_item)
9103 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
9104 (free_menubar_widget_tree_value, parse_single_submenu)
9105 (update_submenu_strings): Remove functions.
9106 (xmalloc_widget_value): Remove and declare extern.
9107
9108 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
9109 (OBJ1): Build it.
9110
9111 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
9112 (local_heap, local_alloc, local_free, malloc_widget_value)
9113 (free_widget_value): Define here.
9114
91152008-06-09 Kenichi Handa <handa@m17n.org>
9116
9117 * font.h (Qascii_0): Extern it.
9118
9119 * font.c (Qascii_0): New variable.
9120 (syms_of_font): DEFSYM it.
9121 (font_open_by_name): If the registry "iso8859-1" fails, try also
9122 "ascii-0".
9123
9124 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
9125
91262008-06-08 Kenichi Handa <handa@m17n.org>
9127
9128 * .gdbinit (xfont): New command.
9129
91302008-06-08 Andreas Schwab <schwab@suse.de>
9131
9132 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
9133 * Makefile.in (menu.o): Update dependencies.
9134
9135 * Makefile.in (obj): Always add menu.o.
9136 * emacs.c (main): Always call syms_of_menu.
9137 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
9138
91392008-06-08 Chong Yidong <cyd@stupidchicken.com>
9140
9141 * Makefile.in: Compile menu.c.
9142
9143 * lisp.h: Declare syms_of_menu.
9144
9145 * emacs.c (main): Call syms_of_menu.
9146
9147 * keyboard.h: Relocate platform-independent menu definitions from
9148 xmenu.c.
9149
9150 * menu.c: New file. Relocate platform-independent menu
9151 definitions from xmenu.c. Suggested by Adrian Robert.
9152
9153 * xmenu.c: Remove platform-independent menu definitions.
9154 (menu_items menu_items_inuse, menu_items_allocated)
9155 (menu_items_used, menu_items_n_panes)
9156 (menu_items_submenu_depth): Move to keyboard.h.
9157 (init_menu_items, finish_menu_items, unuse_menu_items)
9158 (discard_menu_items, restore_menu_items, save_menu_items)
9159 (grow_menu_items, push_submenu_start, push_submenu_end)
9160 (push_left_right_boundary, push_menu_pane, push_menu_item)
9161 (keymap_panes, single_keymap_panes, single_menu_item)
9162 (list_of_panes, list_of_items, find_and_call_menu_selection)
9163 (xmalloc_widget_value, free_menubar_widget_value_tree)
9164 (parse_single_submenu, digest_single_submenu)
9165 (update_submenu_strings): Move to menu.c.
9166
91672008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
9170
91712008-06-06 Miles Bader <miles@gnu.org>
9172
9173 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
9174 face, not frame default.
9175
91762008-06-05 Martin Rudalics <rudalics@gmx.at>
9177
9178 * window.c (pop_up_windows, pop_up_frames)
9179 (display_buffer_reuse_frames, Vpop_up_frame_function)
9180 (Vdisplay_buffer_function, Veven_window_heights)
9181 (Vspecial_display_buffer_names, Vspecial_display_regexps)
9182 (Vspecial_display_function, Vsame_window_buffer_names)
9183 (Vsame_window_regexps, split_height_threshold)
9184 (Vsplit_window_preferred_function): Move those vars to window.el.
9185 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
9186 (Fdisplay_buffer): Move those functions to window.el.
9187 (syms_of_window): Remove corresponding declarations.
9188 (display_buffer): New function.
9189 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
9190 * dispnew.c (Flast_nonminibuf_frame): New function.
9191 * buffer.c (Fpop_to_buffer): Move to window.el.
9192
91932008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9194
9195 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
9196
91972008-06-05 Kenichi Handa <handa@m17n.org>
9198
9199 * coding.c (detect_coding): Fix previous change.
9200 (detect_coding_system): Likewise.
9201
92022008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
9205
9206 * keymap.c (Vminibuffer_local_filename_must_match_map):
9207 Rename from Vminibuffer_local_must_match_filename_map.
9208 (syms_of_keymap):
9209 * minibuf.c (Fcompleting_read): Adjust accordingly.
9210 * commands.h: Rename declaration as well.
9211
92122008-06-05 Kenichi Handa <handa@m17n.org>
9213
9214 * font.c (Ffont_spec): Don't use font_parse_family_registry for
9215 family name.
9216 (Ffont_put): Likewise.
9217
9218 * fontset.c (fontset_find_font): Call font_open_for_lface with the
9219 current font-spec.
9220
9221 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
9222 is unspecified.
9223
9224 * xfaces.c (realize_x_face): If the font-related face attributes
9225 are the same as those of default face, realize a new fontset from
9226 default->fontset.
9227 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
9228
92292008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9230
9231 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
9232 (move_it_in_display_line): New wrapper.
9233
9234 * window.c (window_scroll_pixel_based_preserve_x)
9235 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
9236 (window_scroll_pixel_based, window_scroll_line_based):
9237 Use them to preserve column positions.
9238 (syms_of_window): Initialize them.
9239
9240 * indent.c (Fvertical_motion): Extend first arg to allow passing an
9241 (HPOS . VPOS) pair.
9242
9243 * dispextern.h (move_it_in_display_line): Declare.
9244
92452008-06-05 Juanma Barranquero <lekktu@gmail.com>
9246
9247 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
9248 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
9249 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
9250
92512008-06-04 Juanma Barranquero <lekktu@gmail.com>
9252
9253 * window.c (Fset_window_parameter): Doc fix.
9254 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
9255
92562008-06-04 Joakim Verona <joakim@verona.se>
9257
9258 * window.h (struct window): Add new member window_parameters.
9259
9260 * window.c (Fwindow_parameters, Fwindow_parameter)
9261 (Fset_window_parameter): New defuns.
9262 (syms_of_window): Defsubr the new defuns.
9263 (make_window): Initialize window_parameters to nil.
9264
92652008-06-04 John Paul Wallington <jpw@pobox.com>
9266
9267 * eval.c (Fdefmacro): Doc fix.
9268
92692008-06-04 Kenichi Handa <handa@m17n.org>
9270
9271 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9272 Be sure to call setup_coding_system when we find a proper coding system.
9273 (detect_coding_system): Fix handling of coding->head_ascii.
9274
92752008-06-03 Andreas Schwab <schwab@suse.de>
9276
9277 * font.c (font_prop_validate_spacing): Fix last change.
9278
92792008-06-03 Kenichi Handa <handa@m17n.org>
9280
9281 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
9282 (font_parse_fcname): Fix handling of unknown key.
9283
9284 * xfont.c (xfont_list): Try an alias.
9285
9286 * charset.c (char_charset): Return NULL if the arg charset_list is
9287 specified and C doesn't belong to any of them.
9288
92892008-06-02 Chip Coldwell <coldwell@redhat.com>
9290
9291 * font.c (font_pixel_size): Don't take cdr of an integer.
9292
92932008-06-02 Jim Meyering <meyering@redhat.com>
9294
9295 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
9296 * alloc.c (xfree): Return right away for a NULL arg.
9297 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
9298 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
9299 * mac.c (create_apple_event_from_event_ref): Likewise.
9300 (create_apple_event_from_drag_ref, cfstring_create_normalized):
9301 Likewise.
9302 * doprnt.c (doprnt1): Likewise.
9303 * frame.c (frame): Likewise.
9304 * keyboard.c (wipe_kboard): Likewise.
9305 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
9306 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
9307 * term.c (tty_default_color_capabilities, maybe_fatal)
9308 (delete_tty): Likewise.
9309 * w16select.c (string): Likewise.
9310 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
9311 * w32bdf.c (w32_free_bdf_font): Likewise.
9312 * w32fns.c (w32_unload_font): Likewise.
9313 * w32font.c (w32font_close): Likewise.
9314 * window.c (size_window): Likewise.
9315 * xselect.c (receive_incremental_selection): Likewise.
9316 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
9317 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
9318 * w32.c (stat): Likewise.
9319
9320 Remove useless if-before-free tests.
9321 * editfns.c (Fset_time_zone_rule): Likewise.
9322 * lread.c (nosuffix): Likewise.
9323 * ralloc.c (get_bloc): Likewise.
9324 * regex.c (reg_free): Likewise.
9325 * xftfont.c (xftfont_open, xftfont_close): Likewise.
9326 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
9327 * xsmfns.c (smc_save_yourself_CB): Likewise.
9328
93292008-06-02 Kenichi Handa <handa@m17n.org>
9330
9331 * font.c (font_find_for_lface): Handle float font size.
9332 (font_open_for_lface): Likewise.
9333
9334 * xfaces.c (x_supports_face_attributes_p): Check face->font before
9335 comparing the properties.
9336
93372008-06-01 Jason Rumney <jasonr@gnu.org>
9338
9339 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
9340 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
9341 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
9342 Don't add empty script list.
9343 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
9344
93452008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9346
9347 * Makefile.in (dot, dotdot): Remove, update users.
9348 ".." has been used elsewhere in the file for a long time.
9349 (LIBXT_STATIC): Remove conditional based on unused variable.
9350
93512008-06-01 Miles Bader <miles@gnu.org>
9352
9353 * xfaces.c (Vface_remapping_alist): New variable.
9354 (syms_of_xfaces): Initialize it.
9355 (enum named_merge_point_kind): New type.
9356 (struct named_merge_point): Add `named_merge_point_kind' field.
9357 (push_named_merge_point): Make cycle detection respect different
9358 named-merge-point kinds.
9359 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
9360 Remove face-name alias resolution.
9361 (lface_from_face_name): New definition using
9362 `lface_from_face_name_no_resolve'.
9363 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
9364 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
9365 (get_lface_attributes): New definition that layers face-remapping on
9366 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
9367 (lookup_basic_face): New function.
9368 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
9369 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
9370 `get_lface_attributes'.
9371 (face_at_buffer_position): Use `lookup_basic_face' to lookup
9372 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
9373 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
9374
9375 * xdisp.c (init_iterator): Pass base_face_id through
9376 `lookup_basic_face' when we actually use it as a face-id.
9377 (handle_single_display_prop): Use `lookup_basic_face' to lookup
9378 DEFAULT_FACE_ID.
9379
9380 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
9381 lookup the initial face-id.
9382
9383 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
9384
93852008-06-01 Juanma Barranquero <lekktu@gmail.com>
9386
9387 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
9388 (Fremove_text_properties): Fix typos in docstrings.
9389
93902008-05-31 Kenichi Handa <handa@m17n.org>
9391
9392 * font.c (font_list_entities): Fix the car part of data to be
9393 stored in the cache.
9394
9395 * ftfont.c (ftfont_font_format): Don't use strcasestr.
9396
93972008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
9400 Add a `test' argument so another predicate than `equal' can be used.
9401 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
9402 (map_char_table): Remove unused vars `c' and `i'.
9403 * lisp.h (Foptimize_char_table): Adjust declaration.
9404 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
9405
94062008-05-30 Kenichi Handa <handa@m17n.org>
9407
9408 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
9409 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
9410 defined.
9411
94122008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9415 (Fmake_variable_frame_local): Disallow mixing buffer-local and
9416 frame-local settings for the same variable.
9417
94182008-05-30 Kenichi Handa <handa@m17n.org>
9419
9420 * fontset.c (Ffont_info): Move to font.c.
9421 (syms_of_fontset): Delete defsubr of Sfont_info.
9422
9423 * font.c (font_style_to_value, font_score): Delete casting of the
9424 args to xstcasecmp.
9425 (register_font_driver): Increment num_font_drivers only when
9426 registering the driver globally.
9427 (Ffont_info): Move from fontset.c. Handle a font object too.
9428 (syms_of_font): Defsubr Sfont_info.
9429
94302008-05-29 Kenichi Handa <handa@m17n.org>
9431
9432 * coding.h (enum define_coding_utf8_arg_index): New enum.
9433 (enum coding_attr_index): Change coding_attr_utf_16_bom to
9434 coding_attr_utf_bom.
9435 (enum utf_bom_type): Rename from utf_16_bom_type.
9436 (struct utf_16_spec): Adjust for the above change.
9437 (struct coding_system): Add utf_8_bom in `spec' union.
9438
9439 * coding.c (CODING_UTF_8_BOM): New macro.
9440 (enum coding_category): Delete coding_category_utf_8, add
9441 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
9442 coding_category_utf_8_sig.
9443 (CATEGORY_MASK_UTF_8): Delete it.
9444 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
9445 (CATEGORY_MASK_UTF_8_SIG): New macros.
9446 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
9447 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
9448 CATEGORY_MASK_UTF_8_SIG.
9449 (CATEGORY_MASK_UTF_8): New macro.
9450 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
9451 (detect_coding_utf_8): Check BOM.
9452 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
9453 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
9454 (encode_coding_utf_16): Likewise.
9455 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
9456 (detect_coding, detect_coding_system): Handle utf-8-auto.
9457 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
9458 (syms_of_coding): Fix setting up of Vcoding_category_table.
9459
94602008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * process.c (Faccept_process_output): If `millisec' is non-nil,
9463 `seconds' default to 0.
9464 (wait_reading_process_output): Also return non-nil if we read output
9465 from a non-running process.
9466
94672008-05-29 Jason Rumney <jasonr@gnu.org>
9468
9469 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
9470 `raster' specified.
9471 (add_font_entity_to_list): Allow non-opentype truetype fonts back
9472 in the uniscribe backend, but disallow any font that has no
9473 unicode subrange support.
9474
94752008-05-29 Juanma Barranquero <lekktu@gmail.com>
9476
9477 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
9478 Fix typos in docstrings.
9479
94802008-05-29 Kenichi Handa <handa@m17n.org>
9481
9482 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
9483 (Fx_family_fonts): Set frame correctly.
9484
94852008-05-28 Jason Rumney <jasonr@gnu.org>
9486
9487 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
9488
94892008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
9492 calling build_annotations.
9493
94942008-05-28 Juanma Barranquero <lekktu@gmail.com>
9495
9496 * coding.c (Fdecode_coding_region, Fencode_coding_region)
9497 (Fencode_coding_string):
9498 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
9499 <latin-extra-code-table>: Fix typos in docstrings.
9500 (syms_of_coding) <coding-system-alist>: Doc fix.
9501 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
9502
95032008-05-28 Kenichi Handa <handa@m17n.org>
9504
9505 * fontset.c (Ffont_info): Don't call font_close_object.
9506
9507 * font.c (font_parse_family_registry): Use Ffont_put to validate
9508 foundry and family.
9509 (font_delete_unmatched): Don't check spacing.
9510 (font_list_entities): Add spacing to the spec to list fonts.
9511
9512 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
9513 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
9514
9515 * coding.c (encode_coding_raw_text): Fix previous change.
9516 (encode_coding_object): When the dst_object is a buffer and is
9517 different from src_object, move gap to PT.
9518
95192008-05-27 Chong Yidong <cyd@stupidchicken.com>
9520
9521 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
9522
95232008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9524
9525 * coding.c (encode_coding_raw_text): Set coding->produced_char for
9526 all branches. Compute it differently.
9527
9528 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
9529
95302008-05-27 Juanma Barranquero <lekktu@gmail.com>
9531
9532 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
9533 into "else if () ... else ...".
9534
95352008-05-27 Jason Rumney <jasonr@gnu.org>
9536
9537 * w32font.c (w32font_open_internal): Determine if glyph indices
9538 are likely to work here.
9539
95402008-05-27 Chong Yidong <cyd@stupidchicken.com>
9541
9542 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
9543 draw overlap glyphs with appropriate highlighting.
9544
95452008-05-27 Kenichi Handa <handa@m17n.org>
9546
9547 * xfont.c (xfont_open): Fix calculation of font->average_width.
9548
95492008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * casefiddle.c (casify_object): Try to guess better whether the
9552 argument is a byte or a char.
9553
95542008-05-26 Andreas Schwab <schwab@suse.de>
9555
9556 * xselect.c (x_reply_selection_request): Properly handle format == 32.
9557 Always send multiples of format size.
9558
9559 * xterm.c (x_set_frame_alpha): Fix type mismatch.
9560
95612008-05-26 Jason Rumney <jasonr@gnu.org>
9562
9563 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
9564 (compute_metrics): Don't set failure if we just cleared the cache.
9565 (w32_weight_table): Remove unused variable.
9566 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
9567 backwards compatibility.
9568
95692008-05-25 Kenichi Handa <handa@m17n.org>
9570
9571 * w32term.c (x_draw_glyph_string):
9572 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
9573
9574 * xfaces.c: Delete unused function prototypes.
9575 (xstrlwr, font_frame): Delete them.
9576 (clear_face_cache): Delete unused variable.
9577
9578 * xftfont.c (xftfont_open): Delete unused variable.
9579 If underline_thickness is not 1, adjust underline_position.
9580
9581 * ftxfont.c (ftxfont_open): Delete unused variable.
9582
9583 * fontset.c (face_for_char): Optimize for the case of no charset
9584 property.
9585
9586 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
9587 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
9588 (otf_open, font_otf_capability, generate_otf_features)
9589 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
9590 Comment out by surrounding "#if 0" and "#endif" for the moment.
9591 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
9592 (syms_of_font): Codes for accessing above commented out.
9593
95942008-05-24 Eli Zaretskii <eliz@gnu.org>
9595
9596 * w32proc.c: Include dispextern.h.
9597
9598 * w32.c: Include dispextern.h.
9599
96002008-05-23 Juanma Barranquero <lekktu@gmail.com>
9601
9602 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
9603 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
9604 Fix typos in docstrings.
9605
96062008-05-23 Jason Rumney <jasonr@gnu.org>
9607
9608 * xsmfns.c: Remove includes that are already included by config.h.
9609
96102008-05-23 Kenichi Handa <handa@m17n.org>
9611
9612 * charset.c (Qemacs, charset_emacs): New variables.
9613 (char_charset): Fix for non-Unicode characters.
9614 (syms_of_charset): Define charset_emacs.
9615
9616 * w32term.c (x_draw_glyph_string): Be sure to update
9617 s->underline_thickness and s->underline_position. Be sure to draw
9618 underline within the current line area.
9619
9620 * xterm.c (x_draw_glyph_string): Be sure to update
9621 s->underline_thickness and s->underline_position. Be sure to draw
9622 underline within the current line area.
9623
9624 * fontset.c: Delete unused variables and add casting for char *
9625 throughout the file.
9626 (fontset_font): Try the fallback fonts of the current fontset
9627 before consulting the default fontset.
9628
9629 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
9630
9631 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
9632
96332008-05-22 Jason Rumney <jasonr@gnu.org>
9634
9635 * font.c: Don't include strings.h.
9636
9637 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
9638
9639 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
9640 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
9641 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
9642 to call xstrcasecmp.
9643
9644 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
9645
9646 * fontset.c (fs_query_fontset): Use xstrcasecmp.
9647
9648 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
9649
9650 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
9651
96522008-05-22 Kenichi Handa <handa@m17n.org>
9653
9654 * puresize.h (BASE_PURESIZE): Increase to 1220000.
9655
9656 * font.c (font_prop_validate_style): Adjust for the format
9657 change of font_style_table.
9658
9659 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
9660 two args.
9661
9662 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
9663 two args.
9664
96652008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9666
9667 * minibuf.c (keys_of_minibuf): Delete.
9668 * lisp.h (keys_of_minibuf): Delete.
9669 * emacs.c (main): Don't call keys_of_minibuf.
9670
96712008-05-22 Kenichi Handa <handa@m17n.org>
9672
9673 * ftfont.c (ftfont_resolve_generic_family): Rename from
9674 ftfont_list_generic_family. Return a single family for each
9675 generic family.
9676 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
9677 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
9678 Call font_add_log.
9679 (ftfont_match): Call font_add_log.
9680
9681 * font.h (Ffont_xlfd_name): EXFUN adjusted.
9682 (FONT_DEBUG): Define it.
9683 (font_add_log): Extern it.
9684 (font_assert): Rename from xassert.
9685
9686 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
9687 (xfont_list_family): Call font_add_log.
9688 (xfont_match): Likewise.
9689 (memq_no_quit): Delete.
9690
9691 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
9692 call of Ffont_xlfd_name.
9693
9694 * xfaces.c (struct table_entry, slant_table, weight_table)
9695 (swidth_table): Move to font.c.
9696
9697 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
9698 xassert are changed to font_assert. Delete many unused variables.
9699 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
9700 New variables.
9701 (struct table_entry): Move from xfaces.c and modified.
9702 (weight_table, slant_table, width_table): Move from xfaces.c and
9703 contents adjusted for the change of struct table_entry.
9704 (font_style_to_value, font_style_symbolic): Adjust for the
9705 format change of font_style_table.
9706 (font_parse_family_registry): Don't overwrite existing foundry and
9707 family of font_spec.
9708 (font_score): Fix calculation of diff for sizes.
9709 (font_sort_entites): Call font_add_log.
9710 (font_delete_unmatched): Return a newly created list.
9711 (font_list_entities): Fix previous change. Call font_add_log.
9712 (font_matching_entity, font_open_entity, font_close_entity):
9713 Call font_add_log.
9714 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
9715 (Finternal_set_font_style_table): Delete.
9716 (BUILD_STYLE_TABLE): New macro.
9717 (build_style_table): New function.
9718 (Vfont_log, font_log_env_checked): New variables.
9719 (font_add_log): New function.
9720 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
9721 Declare Lisp variables "font-weight-table", "font-slant-table",
9722 "font-width-table", and "font-log". Initialize font_style_table.
9723
97242008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
9725
9726 * xterm.c (x_set_frame_alpha): Move declarations before statements.
9727
97282008-05-21 Seiji Zenitani <zenitani@mac.com>
9729 Ryo Yoshitake <ryo@shiftmode.net>
9730
9731 * frame.c (Qalpha): Add a new frame parameter `alpha'.
9732 (Vframe_alpha_lower_limit): New variable.
9733 (x_set_alpha): New function.
9734
9735 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
9736
9737 * xfns.c (x-create-frame, Qalpha):
9738 Initialize the frame parameter `alpha'.
9739 * xterm.c (OPAQUE, OPACITY): New.
9740 (x_set_frame_alpha): New function.
9741 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
9742
9743 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
9744 * w32fns.c (w32_frame_parm_handlers): Likewise.
9745
97462008-05-20 Jason Rumney <jasonr@gnu.org>
9747
9748 * w32font.c (add_font_entity_to_list): Don't add non-opentype
9749 truetype fonts to opentype list.
9750
97512008-05-20 Juanma Barranquero <lekktu@gmail.com>
9752
9753 * fontset.c (Ffontset_info): Doc fix.
9754 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
9755 <ignore-relative-composition>: Fix typos in docstrings.
9756
9757 * font.c (syms-of-font) <font-encoding-alist>:
9758 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
9759 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
9760 (Ffont_otf_alternates): Doc fixes.
9761
97622008-05-20 Kenichi Handa <handa@m17n.org>
9763
9764 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
9765 font.h through out the file.
9766 (FONT_DRIVERS): Rename from FONTOBJ.
9767 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
9768 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
9769
9770 * emacs.c (main): Call syms_of_font unconditionally.
9771
9772 * font.h (find_font_encoding): Extern it.
9773
9774 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
9775 fontset.c.
9776 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
9777 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
9778 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
9779 only when HAVE_WINDOW_SYSTEM is defined.
9780 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
9781 when HAVE_WINDOW_SYSTEM is defined.
9782
9783 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
9784 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
9785
9786 * xfaces.c: Include font.h unconditionally.
9787 (merge_face_ref, merge_face_vectors)
9788 (Finternal_set_lisp_face_attribute): Cancel the previous change.
9789
97902008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
9793 indirect_variable.
9794 * eval.c (lisp_indirect_variable): New fun.
9795 (Fuser_variable_p): Use it.
9796
97972008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * lisp.h (indirect_variable):
9800 * data.c (indirect_variable, let_shadows_buffer_binding_p):
9801 Use Lisp_Symbol pointers rather than Lisp_Object.
9802 Adjust callers.
9803 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
9804 To this end, change calling-convention.
9805
9806 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
9807 if some non-hidden buffers are selected by string&pred.
9808
98092008-05-19 Chong Yidong <cyd@stupidchicken.com>
9810
9811 * process.c (wait_reading_process_output): Always check status
9812 when in batch mode.
9813
98142008-05-19 Kenichi Handa <handa@m17n.org>
9815
9816 * font.c (font_list_entities): Fix handling of cache.
9817 (font_matching_entity): Likewise.
9818
9819 * ftfont.c (cs_iso8859_1): Delete.
9820 (ft_face_cache): New variable.
9821 (struct ftfont_info): New member fc_charset_idx.
9822 (ftfont_build_basic_charsets): Delete.
9823 (fc_charset_table): New variable.
9824 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
9825 . FC_CHARSET_IDX) as :font-entity property in the font entity.
9826 Callers changed.
9827 (ftfont_lookup_cache, ftfont_get_charset): New functions.
9828 (ftfont_spec_pattern): New argument fc_charset_idx.
9829 Check registry more rigidly. Change callers.
9830 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
9831 change of :font-entity property of the font.
9832
9833 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
9834 property of the font.
9835
98362008-05-18 Juanma Barranquero <lekktu@gmail.com>
9837
9838 * coding.c (Fcoding_system_p): Rename argument to match docstring.
9839 (Funencodable_char_position, Fcheck_coding_systems_region)
9840 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
9841 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
9842 (Ffind_operation_coding_system, Fset_coding_system_priority)
9843 (Fcoding_system_eol_type): Doc fixes.
9844
98452008-05-17 Glenn Morris <rgm@gnu.org>
9846
9847 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
9848
98492008-05-16 Eli Zaretskii <eliz@gnu.org>
9850
9851 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
9852 and st_gid.
9853
9854 * frame.c (Fdelete_frame): Don't call font_update_drivers if
9855 HAVE_WINDOW_SYSTEM is not defined.
9856
9857 * xfaces.c (merge_face_ref, merge_face_vectors)
9858 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
9859 HAVE_WINDOW_SYSTEM is defined.
9860 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
9861
98622008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9863
9864 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
9865
98662008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9867
9868 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
9869
98702008-05-15 Kenichi Handa <handa@m17n.org>
9871
9872 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
9873 preference.
9874
98752008-05-15 Glenn Morris <rgm@gnu.org>
9876
9877 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
9878
98792008-05-15 Chong Yidong <cyd@stupidchicken.com>
9880
9881 * fns.c (init_fns): Don't initialize weak_hash_tables here.
9882 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
9883
9884 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
9885
98862008-05-15 Kenichi Handa <handa@m17n.org>
9887
9888 * ftfont.c (ftfont_list): Downcase family name to check generic
9889 families.
9890
9891 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
9892 font-spec for QCfont value.
9893
9894 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
9895 buffer. Check the return value of it.
9896
98972008-05-14 Jason Rumney <jasonr@gnu.org>
9898
9899 * w32term.c (w32_get_glyph_overhangs): Remove.
9900 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
9901
99022008-05-14 Kenichi Handa <handa@m17n.org>
9903
9904 * font.c (font_prop_validate): Make nil a valid value.
9905 (font_clear_cache): Check if the cached vector of entities is nil
9906 or not.
9907
99082008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9909
9910 * emacs.c (main_thread): Conditionalize on
9911 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
9912 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
9913
9914 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
9915 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
9916 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
9917
99182008-05-14 Kenichi Handa <handa@m17n.org>
9919
9920 * coding.c (detect_coding_iso_2022): Ignore a coding category that
9921 has no corresponding coding system.
9922
99232008-05-14 Jason Rumney <jasonr@gnu.org>
9924
9925 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
9926
9927 * w32font.h (w32font_open_internal): Update declaration.
9928
9929 * w32font.c (w32font_open_internal): Change last argument from
9930 w32font_info struct to font object. Fill in font object from
9931 font_entity. Get Outline metrics if possible. Use them to
9932 calculate underline position and thickness. Use xlfd name as name
9933 property. Don't set codepage.
9934 (w32font_open): Pass font_object to w32font_open_internal. Don't
9935 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
9936 (w32font_draw): Use s->font.
9937 (clear_cached_metrics): Don't clear non-existent blocks.
9938
9939 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
9940 font was not found.
9941 (x_draw_glyph_string): Use underline position and thickness from font.
9942
9943 * w32uniscribe.c (uniscribe_open): Pass font_object to
9944 w32font_open_internal.
9945
99462008-05-14 Kenichi Handa <handa@m17n.org>
9947
9948 These changes are to delete all legacy font-handling codes, and
9949 make Emacs use only font-backends.
9950
9951 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
9952 (frame.o, image.o, print.o): Depend on $(FONTSRC).
9953
9954 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
9955
9956 * charset.h (Vcharset_non_preferred_head)
9957 (Vcurrent_iso639_language): Extern them.
9958
9959 * charset.c (Vcharset_non_preferred_head): New variable.
9960 (Vcurrent_iso639_language): New variable.
9961 (syms_of_charset): Declare it as a Lisp variable.
9962 (char_charset): Don't check non preferred charsets. As a last
9963 resort, return charset_unicode.
9964 (Fset_charset_priority): Update Vcharset_non_preferred_head.
9965
9966 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
9967 conditionals. Don't check enable_font_backend. Delete all codes
9968 used only when USE_FONT_BACKEND is not defined.
9969
9970 * dispextern.h (struct glyph_string): Change type of `font' to
9971 `struct font *'.
9972 (struct glyph_string): New member underline_position and
9973 underline_thickness.
9974 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
9975 (struct face): Change type of `font' to `struct font *'. Remove
9976 members `font_name', `font_info_id'.
9977 (per_char_metric, encode_char): Delete externs.
9978 (calc_pixel_width_or_height): Adjust the prototype.
9979
9980 * emacs.c (enable_font_backend): Delete extern.
9981 (main): Don't set enable_font_backend. Don't check the command
9982 line argument "-disable-font-backend".
9983
9984 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
9985 (enum font_property_index): New members FONT_DPI_INDEX,
9986 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
9987 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
9988 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
9989 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
9990 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
9991 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
9992 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
9993 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
9994 (struct font_spec, struct font_entity): New structs.
9995 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
9996 (struct font): Many members from old "struct font_info" moved to
9997 here. Members font and entity deleted.
9998 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
9999 the new font-related objects.
10000 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
10001 (CHECK_FONT_GET_OBJECT): Likewise.
10002 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
10003 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
10004 (struct font_driver): New members case_sensitive anc check. Type
10005 of the member list and open changed.
10006 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
10007 (font_symbolic_width, font_find_object, font_get_spec)
10008 (font_set_lface_from_name): Delete extern.
10009 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
10010
10011 * font.c: Include <strings.h>.
10012 (enable_font_backend): Delete it.
10013 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
10014 (CHECK_VALIDATE_FONT_SPEC): Delete it.
10015 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
10016 (null_string): Delete it.
10017 (null_vector): Make it static.
10018 (font_family_alist): Delete it.
10019 (Qnormal): Extern it.
10020 (QCextra, QClanguage): Delete it.
10021 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
10022 (font_make_spec, font_make_entity, font_make_object)
10023 (font_intern_prop): Renamed from intern_downcase. Don't downcase
10024 the string. Callers changed.
10025 (font_pixel_size): Adjusted for the format change of font-related
10026 objects.
10027 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
10028 (font_style_to_value, font_style_symbolic): New function.
10029 (build_font_family_alist): Delete it.
10030 (font_registry_charsets): Use Fassoc_string instead of
10031 assq_no_quit.
10032 (font_prop_validate_symbol): Don't return null_string.
10033 (font_prop_validate_style): Adjusted for the change of
10034 style-related values in a font vector.
10035 (font_property_table): Delete entries for QClanguage and
10036 QCantialias, add entries for QCavgwidth.
10037 (get_font_prop_index): Delete the 2nd argument FROM.
10038 (font_prop_validate): Arguments changed.
10039 (font_put_extra): Adjusted for the change of font-related objects.
10040 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
10041 (font_parse_fcname, font_unparse_fcname)
10042 (font_prepare_composition): Likewise.
10043 (font_parse_family_registry): Renamed from font_merge_old_spec.
10044 (otf_open): Delete the 1st arg entity.
10045 (font_otf_capability): Adjusted for the above change.
10046 (font_score): New arg alternate_families. Adjusted for the change
10047 of font-related objects.
10048 (font_sort_entites): New arg best_only.
10049 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
10050 Delete them.
10051 (font_match_p): Check alternate families.
10052 (font_find_object): Delete it.
10053 (font_check_object): New function.
10054 (font_clear_cache): Adjusted for the change of font-related objects.
10055 (font_delete_unmatched): New arg.
10056 (font_list_entities): Call font_driver->list with a spec that
10057 doesn't specify style-related properties.
10058 (font_matching_entity): Arguments changed. Caller changed.
10059 (font_open_entity): Adjusted for the change of font-related objects.
10060 (font_close_object, font_has_char, font_encode_char)
10061 (font_get_name, font_get_spec): Likewise.
10062 (font_spec_from_name, font_clear_prop, font_update_lface):
10063 New functions.
10064 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
10065 (font_prepare_for_face, font_done_for_face, font_open_by_name)
10066 (font_at): Adjusted for the change of font-related objects.
10067 (font_range): New function.
10068 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
10069 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
10070 (Fcopy_font_spec, Fmerge_font_spec): New function.
10071 (Ffont_family_list): Renamed from list-families.
10072 (Finternal_set_font_style_table): Arguments changed.
10073 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
10074 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
10075 change of font-related objects.
10076 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
10077
10078 * fontset.h (struct font_info): Delete it. Most members go to
10079 struct font.
10080 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
10081 (enum FONT_SPEC_INDEX): Delete it.
10082 (font_info, list_fonts_func, load_font_func, query_font_func)
10083 (set_frame_fontset_func, find_ccl_program_func)
10084 (get_font_repertory_func, new_fontset_from_font_name): Delete
10085 externs.
10086 (fontset_from_font_name): Extern it.
10087 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
10088 (FONT_INFO_FROM_FACE): Deleted.
10089 (face_for_font): Adjust prototype.
10090
10091 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
10092 conditionals. Don't check enable_font_backend. Delete all codes
10093 used only when USE_FONT_BACKEND is not defined.
10094 (get_font_info_func, list_font_func, load_font_func)
10095 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
10096 (get_font_repertory_func): Delete them.
10097 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
10098 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
10099 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
10100 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
10101 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
10102 (fontset_compare_rfontdef): New function.
10103 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
10104 rfont-defs by qsort. Adjusted for the change of font-group vector.
10105 (load_font_get_repertory): Deleted.
10106 (fontset_find_font): Use new macros to ref/set elements of
10107 font-def and rfont-def.
10108 (fontset_font): Fix the timing of remembering that no font for C.
10109 (free_face_fontset): Do nothing if the face has no fontset.
10110 (face_suitable_for_char_p): Use new macros to ref/set elements of
10111 rfont-def.
10112 (face_for_char): Likewise. Call face_for_char with font_object.
10113 (fs_load_font): Delete. Delete #pragma surrounding it.
10114 (fs_query_fontset): Use strcasecmp instead of strcmp.
10115 (generate_ascii_font_name): Adjusted for the format change of
10116 font-spec.
10117 (Fset_fontset_font): Likewise. Use new macros to set elements of
10118 font-def.
10119 (Fnew_fontset): Use font_unparse_xlfd to generate
10120 FONTSET_ASCII (fontset).
10121 (new_fontset_from_font_name): Deleted.
10122 (fontset_from_font): Renamed from new_fontset_from_font. Check if
10123 a fontset is already created for the font. FIx updating of
10124 Vfontset_alias_alist.
10125 (fontset_ascii_font): Deleted.
10126 (Ffont_info): Adjusted for the format change of font-spec.
10127 (Finternal_char_font): Likewise.
10128 (Ffontset_info): Likewise.
10129 (syms_of_fontset): Don't check load_font_func.
10130
10131 * fns.c (internal_equal): Handle PREV_FONT.
10132
10133 * frame.h: Delete USE_FONT_BACKEND conditional.
10134
10135 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
10136 conditionals. Don't check enable_font_backend. Delete all codes
10137 used only when USE_FONT_BACKEND is not defined.
10138 (x_set_font): Call x_new_font, not x_new_fontset2.
10139 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
10140 already set for the frame.
10141
10142 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
10143 a font-entity by font_make_entity. Use font_intern_prop instead
10144 of intern_downcase. Use FONT_SET_STYLE to set a style-related
10145 font property. If a font is scalable, set avgwidth property to 0.
10146 Set font-entity property by font_put_extra.
10147 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
10148 (ffont_driver): Adjusted for the change of struct font_driver.
10149 (ftfont_spec_pattern): New function.
10150 (ftfont_list): Return a list, not vector.
10151 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
10152 (ftfont_list_family): Don't downcase names.
10153 (ftfont_free_entity): Deleted.
10154 (ftfont_open): Return a font-object. Adjusted for the change of
10155 struct font. Get underline_thickness and underline_position from
10156 font property. Don't update dpyinfo->smallest_font_height and
10157 dpyinfo->smallest_char_width.
10158 (ftfont_close): Don't free `struct font'.
10159 (ftfont_has_char): Adjusted for the format change of font-entity.
10160 (ftfont_encode_char, ftfont_text_extents): Likewise.
10161
10162 * ftxfont.c (ftxfont_list): Return a list, not vector.
10163 (ftxfont_open): Return a font-object. Adjusted for the change of
10164 struct font. Get underline_thickness and underline_position from
10165 font property. Don't update dpyinfo->smallest_font_height and
10166 dpyinfo->smallest_char_width.
10167 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
10168 (ftxfont_draw): Adjusted for the change of struct font.
10169
10170 * image.c (image_ascent): Don't include "charset.h". Include
10171 "character.h" and "font.h".
10172
10173 * lisp.h (enum pvec_type): New member PREV_FONT.
10174 (Fassoc_string): EXFUN it.
10175
10176 * print.c: Include font.h.
10177 (print_object): Handle font-related objects.
10178
10179 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
10180 conditionals. Don't check enable_font_backend. Delete all codes
10181 used only when USE_FONT_BACKEND is not defined.
10182 (handle_auto_composed_prop): Do nothing if it->f is not on a
10183 window system. Check how many following characters can be
10184 displayed by the same font.
10185 (calc_pixel_width_or_height): Type of the 4th arg is changed to
10186 'struct font *'.
10187 (get_char_face_and_encoding): Assign the whole encoding task to
10188 the `encode-char' method of a font driver.
10189 (fill_composite_glyph_string): Adjusted for the change of `struct
10190 face' and `struct glyph_string'.
10191 (fill_glyph_string): Likewise.
10192 (get_per_char_metric): Arguments changed.
10193 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
10194 and `struct glyph_string'.
10195 (produce_stretch_glyph, calc_line_height_property)
10196 (x_produce_glyphs): Likewise.
10197
10198 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
10199 conditionals. Don't check enable_font_backend. Delete all codes
10200 used only when USE_FONT_BACKEND is not defined. Use
10201 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
10202 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
10203 (Qp): Extern them.
10204 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
10205 Deleted.
10206 (struct font_name): Deleted.
10207 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
10208 (compare_fonts_by_sort_order): New function.
10209 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
10210 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
10211 Deleted.
10212 (Fx_family_fonts): Use font_list_entities, and sort fonts by
10213 compare_fonts_by_sort_order.
10214 (Fx_font_family_list): Call Ffont_family_list.
10215 (face_numeric_value, face_numeric_weight, face_numeric_slant)
10216 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
10217 (face_symbolic_slant, face_symbolic_swidth)
10218 (split_font_name_into_vector, build_font_name_from_vector)
10219 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
10220 (font_rescale_ratio, split_font_name, build_font_name)
10221 (free_font_names, sort_fonts, x_face_list_fonts)
10222 (face_font_available_p, sorted_font_list, cmp_font_names)
10223 (font_list_1, concat_font_list, font_list, remove_duplicates):
10224 Deleted.
10225 (Fx_list_fonts): Use Ffont_list.
10226 (LFACE_AVGWIDTH): Deleted.
10227 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
10228 by FONTP.
10229 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
10230 (set_lface_from_font_name): Delete it.
10231 (set_lface_from_font): Renamed from
10232 set_lface_from_font_and_fontset. Caller changed. Don't set
10233 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
10234 for face.
10235 (merge_face_vectors): Copy font-spec if necessary.
10236 Clear properties of the font-spec if necessary.
10237 (merge_face_ref): Clear properties of the font-spec if necessary.
10238 (Finternal_set_lisp_face_attribute): Likewise.
10239 (set_font_frame_param): Use font_load_for_lface to load a
10240 font-object, and call Fmodify_frame_parameters with it.
10241 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
10242 font name by Ffont_xlfd_name.
10243 (Finternal_lisp_face_attribute_values): Don't check QCweight,
10244 QCslant, and QCwidth.
10245 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
10246 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
10247 Compare fonts by EQ.
10248 (lookup_non_ascii_face): Deleted.
10249 (face_for_font): The 2nd argument changed.
10250 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
10251 Check atomic font properties by case insensitive.
10252 (realize_non_ascii_face): Set face->overstrike correctly.
10253 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
10254 (dump_realized_face): Get font name from
10255 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
10256
10257 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
10258 conditionals. Don't check enable_font_backend. Delete all codes
10259 used only when USE_FONT_BACKEND is not defined.
10260 (xic_create_xfontset): Original code deleted and renamed from
10261 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
10262 (x_make_gc): Don't set GCFont in GCs.
10263 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
10264 opened by "fixed".
10265 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
10266 find_ccl_program_func, query_font_func, set_frame_fontset_func,
10267 get_font_repertory_func.
10268
10269 * xfont.c: Include <stdlib.h> and "ccl.h".
10270 (struct xfont_info): New structure.
10271 (xfont_query_font): Deleted.
10272 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
10273 moved from xterm.c.
10274 (xfont_driver): Adjusted for the change of struct font_driver.
10275 (compare_font_names): New function.
10276 (xfont_list_pattern): Sort font names case insensitively. Make
10277 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
10278 (xfont_list): Return a list, not vector.
10279 (xfont_match): If the font doesn't have QCname property, generate
10280 a name from the other font properties.
10281 (xfont_open): Return a font-object. Adjusted for the change of
10282 struct font. Get underline_thickness and underline_position from
10283 font property. Don't update dpyinfo->smallest_font_height and
10284 dpyinfo->smallest_char_width.
10285 (xfont_close): Don't free struct font.
10286 (xfont_prepare_face): Adjusted for the change of struct font.
10287 (xfont_done_face): Deleted.
10288 (xfont_has_char): Adjusted for the change of struct font.
10289 (xfont_encode_char, xfont_draw): Likewise.
10290 (xfont_check): New function.
10291
10292 * xftfont.c (xftfont_list): Adjusted for the change of `list'
10293 callback function.
10294 (xftfont_match): Adjusted for the format change of font-entity.
10295 (xftfont_open): Adjusted for the format change of font-entity and
10296 font-object. Adjusted for the change of struct font. Return a
10297 font-object. Don't update dpyinfo->smallest_font_height and
10298 dpyinfo->smallest_char_width.
10299 (xftfont_close): Block input while calling XftFontClose.
10300 (xftfont_prepare_face): Don't block input while calling
10301 xftfont_get_colors. Adjusted for the change of struct font.
10302 (xftfont_shape): Return value of error case fixed.
10303
10304 * xrdb.c (x_load_resources): Don't setup a fontset resource.
10305
10306 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
10307 conditionals.
10308 (FONT_WIDTH): Return (f)->max_width.
10309 (struct x_display_info): Delete member `font'.
10310 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
10311 (x_find_ccl_program, x_get_font_repertory): Delete externs.
10312 (struct x_output): Change type of `font' to `struct font *'.
10313
10314 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
10315 conditionals. Don't check enable_font_backend. Delete all codes
10316 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
10317 (x_per_char_metric, x_encode_char): Deleted.
10318 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
10319 (x_compute_glyph_string_overhangs): Adjusted for the change of
10320 `struct face'.
10321 (x_draw_glyph_string_foreground)
10322 (x_draw_composite_glyph_string_foreground): Likewise.
10323 (x_draw_glyph_string): Likewise. Use font->underline_position and
10324 font->underline_thickness.
10325 (x_new_font): Renamed from x_new_fontset2.
10326 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
10327 (x_check_font): Call `check' method of a font driver.
10328 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
10329 (x_query_font, x_get_font_repertory): Deleted.
10330 (x_find_ccl_program): Renamed and moved to xfont.c.
10331 (x_redisplay_interface): Adjusted for the change of `struct
10332 redisplay_interface'.
10333
10334 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
10335 conditionals. Don't check enable_font_backend. Delete all codes
10336 used only when USE_FONT_BACKEND is not defined. Surround non-used
10337 code by "#ifdef OLD_FONT" and "endif".
10338 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
10339
10340 * w32font.h (struct w32font_info): New member.
10341 (FONT_COMPAT): New macro.
10342 (w32font_open_internal): Prototype adjusted.
10343
10344 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
10345 OLD_FONT" and "endif".
10346
10347 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
10348 conditionals. Don't check enable_font_backend. Delete all codes
10349 used only when USE_FONT_BACKEND is not defined.
10350 (w32font_open): Return a font-object. Make a font-object by
10351 font_make_object. Adjusted for the change of struct w32font_info.
10352 (w32font_close): Don't free struct font. Adjusted for the change
10353 of struct w32font_info.
10354 (w32font_encode_char, w32font_text_extents, w32font_draw):
10355 Adjusted for the change of struct w32font_info.
10356 (w32font_draw): Likewise.
10357 (w32font_list_internal): Return a list, not vector.
10358 (w32font_open_internal): Change the 4th arg to font-object.
10359 Adjusted for the change of struct w32font_info and font-object format.
10360 (add_font_name_to_list): Don't downcase names.
10361 (w32_enumfont_pattern_entity): Make a font-entity by
10362 font_make_entity. Adjusted for the format change of font-entity.
10363 Use FONT_SET_STYLE to set a style-related font property. If a
10364 font is scalable, set avgwidth property to 0. Set font-entity
10365 property by font_put_extra.
10366 (font_matches_spec): Adjusted for the format change of font-entity.
10367 (w32_weight_table, w32_decode_weight): New variables.
10368 (w32_encode_weight): New function.
10369 (fill_in_logfont): Adjusted for the format change of font-spec.
10370 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
10371 weight value.
10372 (w32font_driver): Adjusted for the change of struct font_driver.
10373
10374 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
10375 conditionals. Don't check enable_font_backend. Surround non-used
10376 code by "#ifdef OLD_FONT" and "endif".
10377 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
10378 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
10379
10380 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
10381 conditionals. Don't check enable_font_backend. Delete all codes
10382 used only when USE_FONT_BACKEND is not defined. Surround non-used
10383 code by "#ifdef OLD_FONT" and "endif".
10384
10385 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
10386 (uniscribe_open): Return value changed to font-object.
10387 Adjusted for the format change of font-object.
10388 (uniscribe_otf_capability): Adjusted for the change of struct font.
10389 (add_opentype_font_name_to_list): Don't downcase names.
10390 (uniscribe_font_driver): Adjusted for the change of struct
10391 font_driver.
10392
103932008-05-13 Chong Yidong <cyd@stupidchicken.com>
10394
10395 * dispnew.c (update_frame_1): Check if tty output is still valid
10396 before flushing it.
10397
103982008-05-13 Jan Djärv <jan.h.d@swipnet.se>
10399
10400 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
10401 to Gtk+ menus.
10402
104032008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10404
10405 * dired.c (file_name_completion): Tweak the code so as to always do it
10406 in a single pass. Tighten the scope of some variables.
10407
10408 * dired.c (Qdefault_directory): New var.
10409 (file_name_completion): Use it instead of Fexpand_file_name.
10410 (syms_of_dired): Initialize it.
10411
104122008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * fileio.c (double_dollars): Remove dead code.
10415
104162008-05-10 Eli Zaretskii <eliz@gnu.org>
10417
10418 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
10419 Mention w32-get-true-file-attributes in doc string.
10420
10421 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
10422
104232008-05-09 Glenn Morris <rgm@gnu.org>
10424
10425 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
10426 2008-04-23.
10427
104282008-05-09 Eli Zaretskii <eliz@gnu.org>
10429
10430 Support for reporting owner and group of each file on MS-Windows:
10431 * dired.c (stat_uname, stat_gname): New functions, with special
10432 implementation for w32.
10433 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
10434
10435 * w32.c: Rename the_passwd_* to dflt_passwd_*.
10436 (dflt_group_name): New static variable.
10437 (dflt_group): Rename from the_group.
10438 (init_user_info): Init dflt_group fields. Get user's group name
10439 from LookupAccountSid.
10440 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
10441 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
10442 New initialization states.
10443 (globals_of_w32): Initialize them to zero. Initialize the default
10444 group name to "None".
10445 (GetFileSecurity_Name): New global var, the name of the function
10446 to call for GetFileSecurity.
10447 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
10448 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
10449 (get_file_security, get_security_descriptor_owner)
10450 (get_security_descriptor_group, is_valid_sid)
10451 (get_file_security_desc, get_rid, get_name_and_id)
10452 (get_file_owner_and_group): New functions.
10453 (stat): Use get_file_security_desc and get_file_owner_and_group to
10454 report the owner and primary group of each file. Don't ignore the
10455 high 32 bits of file's size, now that st_size is 64-bit wide.
10456 Fix test when to get true file attributes.
10457 (init_user_info): Use get_rid instead of equivalent inline code.
10458 (fstat): Don't ignore the high 32 bits of file's size.
10459
104602008-05-09 Chong Yidong <cyd@stupidchicken.com>
10461
10462 * image.c (png_load): Use correct bit-depth for setting background
10463 color.
10464
104652008-05-08 Eli Zaretskii <eliz@gnu.org>
10466
10467 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
10468 epa-hook.elc.
10469
104702008-05-08 Juanma Barranquero <lekktu@gmail.com>
10471
10472 * font.c (Ffont_match_p): Don't use `iff' in docstring.
10473
104742008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
10475
10476 * macfns.c (Fx_create_frame): Make a copy of frame parameters
10477 because the original parameters are in pure storage now.
10478 (mac_window): Remove unused params. Update callers.
10479
104802008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * lread.c (substitute_object_recurse): Use lower-level primitives.
10483 Don't signal errors when traversing sub-char-tables.
10484 Don't loop over all the possible characters when traversing char-tables.
10485
10486 * print.c (print_preprocess): Add sub-char-tables to the print-table,
10487 just like we do in print.c.
10488
104892008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10490
10491 * minibuf.c (Ftry_completion): Remove code left over from when we used
10492 scmp instead of Fcompare_strings.
10493
104942008-05-04 Juanma Barranquero <lekktu@gmail.com>
10495
10496 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
10497
104982008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10499
10500 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
10501 Create bitmap context in native byte order.
10502
10503 * macterm.c (XDrawLine)
10504 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
10505 context in native byte order.
10506
105072008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10508
10509 * config.in: Regenerate.
10510
10511 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
10512 New definitions for Image I/O support.
10513 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10514 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
10515 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10516 (mac_data_provider_release_data, image_load_image_io)
10517 [USE_MAC_IMAGE_IO]: New functions.
10518 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
10519 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
10520 (init_image_func_pointer) [MAC_OSX]: Remove function.
10521 (image_load_quartz2d) [MAC_OSX]: Check availability of
10522 CGImageCreateWithPNGDataProvider at compile time.
10523 Use lowercase `false' for boolean constant.
10524 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
10525 Use image_load_image_io.
10526 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
10527 Don't check MyCGImageCreateWithPNGDataProvider.
10528 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
10529 Don't call init_image_func_pointer.
10530
10531 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
10532
10533 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
10534 Make variable non-static.
10535 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
10536 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10537
10538 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
10539 (RED_FROM_ULONG): Mask off higher bits.
10540 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
10541
10542 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
10543 Include AvailabilityMacros.h.
10544 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
10545 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
10546
105472008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * chartab.c (Fset_char_table_range): If range is t, really set all
10550 chars to that value.
10551
105522008-05-03 Eli Zaretskii <eliz@gnu.org>
10553
10554 * dired.c (Ffile_attributes): Don't allow the device number become
10555 negative.
10556
105572008-05-02 Daiki Ueno <ueno@unixuser.org>
10558
10559 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
10560
105612008-05-02 Juri Linkov <juri@jurta.org>
10562
10563 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
10564 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
10565 DEFAULT argument as a list of default values in docstrings.
10566
105672008-05-01 Chong Yidong <cyd@stupidchicken.com>
10568
10569 * puresize.h (BASE_PURESIZE): Increase to 1210000.
10570
105712008-05-01 Martin Rudalics <rudalics@gmx.at>
10572
10573 * dispnew.c (change_frame_size_1): Preserve small windows when
10574 shrinking frames by calling set_window_height|width with third
10575 arg 2.
10576
10577 * window.h (struct window): Replace field too_small_ok by field
10578 resize_proportionally.
10579
10580 * window.c (make_window): Initialize resize_proportionally.
10581 (enlarge_window): Temporarily set resize_proportionally to make
10582 sure that shrink_windows does scale the window proportionally.
10583 (shrink_windows): When window has resize_proportionally set try
10584 to shrink it proportionally by stealing from other windows.
10585 (struct saved_window, Fset_window_configuration)
10586 (compare_window_configurations): Handle resize_proportionally.
10587 (WINDOW_TOTAL_SIZE): New macro.
10588 (window_min_size, shrink_windows, size_window): Use it.
10589 (check_min_window_sizes): Remove. Invalid values of
10590 window-min-height|width are handled by window_min_size_2 now.
10591 (size_window, Fsplit_window, enlarge_window)
10592 (adjust_window_trailing_edge, grow_mini_window): Don't call
10593 check_min_window_sizes.
10594 (window_min_size_2, window_min_size_1, window_min_size):
10595 New argument safe_p for retrieving "safe" minimum sizes.
10596 (Fdisplay_buffer, Fsplit_window, enlarge_window)
10597 (adjust_window_trailing_edge, grow_mini_window):
10598 Adjust arguments of window_min_size... functions.
10599 (shrink_windows): Argument min_size removed. New argument
10600 safe_p allows shrinking windows to their safe minimum sizes.
10601 Calculate minimum size and decide whether a window shall be
10602 deleted for each window individually.
10603 (size_window): When nodelete_p equals 2, tell shrink_windows to
10604 delete windows only if their new minimum size is no more safe.
10605 (shrink_window_lowest_first): Call window_min_size_1 to make
10606 sure to preserve modeline of bottom-most window when resizing
10607 the minibuffer.
10608 (Fset_window_configuration, Fcurrent_window_configuration)
10609 (compare_window_configurations): Do not handle
10610 window-min-height|width any more.
10611 (syms_of_window): Clarify window-min-height|width doc-strings.
10612
106132008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * dired.c (file_name_completion): Fix up the encoding/decoding issue
10616 some more. Copy some of the code from Ftry_completions.
10617 Remove special case code that dates back to initial revision when the
10618 slash was only added when necessary and that can't trigger nowadays.
10619
106202008-04-27 Kenichi Handa <handa@m17n.org>
10621
10622 * font.c (font_prop_validate): Signal `error' instead of `font'.
10623
106242008-04-29 Jason Rumney <jasonr@gnu.org>
10625
10626 * w32fns.c (Fw32_battery_status): New defun.
10627 (syms_of_w32fns): Defsubr it.
10628
106292008-04-28 Andreas Schwab <schwab@suse.de>
10630
10631 * dired.c (file_name_completion): Fix another mixing of encoded
10632 and decoded names.
10633
106342008-04-28 Juanma Barranquero <lekktu@gmail.com>
10635
10636 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
10637
106382008-04-27 Juanma Barranquero <lekktu@gmail.com>
10639
10640 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
10641
106422008-04-27 Andreas Schwab <schwab@suse.de>
10643
10644 * dired.c (file_name_completion): Fix inappropriate mixing of
10645 encoded and decoded names.
10646
10647 * xterm.c (XTread_socket): Fix use of uninitialized variable.
10648
10649 * puresize.h (BASE_PURESIZE): Increase to 1200000.
10650
106512008-04-26 Eli Zaretskii <eliz@gnu.org>
10652
10653 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
10654 2008-03-31, it's not needed anymore with `struct stat' definition
10655 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
10656 for the same reasons.
10657
106582008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
10659
10660 * m/sparc.h: Additional redefinitions for GNU/Linux.
10661
106622008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10663
10664 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
10665 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
10666 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
10667 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
10668 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10669 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
10670 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10671 Likewise.
10672
10673 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
10674 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
10675 (mac_ax_number_of_characters): Add externs.
10676 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10677 [USE_MAC_TSM]: Likewise.
10678 (mac_handle_text_input_event) [MAC_OSX]:
10679 Handle kEventTextInputOffsetToPos for no active input area case.
10680 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10681 (mac_handle_document_access_event)
10682 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
10683 (install_application_handler) [MAC_OSX]: Register handlers for
10684 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10685 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10686 Register mac_handle_document_access_event.
10687
10688 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
10689 Make functions non-static.
10690
106912008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10692
10693 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
10694 (read_file_name_completion_ignore_case, insert_default_directory)
10695 (Qdefault_directory): Move to minibuffer.el.
10696 (Fread_file_name): Call the new `read-file-name' instead.
10697
106982008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10699
10700 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
10701 Make function non-static.
10702 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
10703 Remove function.
10704 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10705 Move to mactoolbox.c.
10706 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
10707
10708 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
10709 (mac_rect_make): New macro.
10710
10711 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
10712 instead of float.
10713 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10714 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
10715 (XSetBackground) [USE_CG_DRAWING]: Likewise.
10716 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
10717 CGRectMake.
10718 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10719 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
10720 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
10721 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10722 instead of WindowRef in argument type.
10723 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
10724 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
10725 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
10726 instead of DISPLAY. All uses changed.
10727 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
10728 (x_calc_absolute_position): Simplify so as not to use
10729 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
10730
10731 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10732 instead of WindowRef in argument type.
10733 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
10734 [TARGET_API_MAC_CARBON]: Remove externs.
10735 (create_apple_event, mac_event_parameters_to_lisp)
10736 [TARGET_API_MAC_CARBON]: Add externs.
10737
10738 * mactoolbox.c (Vmac_ts_script_language_on_focus)
10739 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
10740 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
10741 is clicked.
10742 (x_activate_menubar): Remove extern for saved_menu_event_location.
10743 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10744 Move from mac.c.
10745
107462008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10747
10748 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
10749 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
10750
107512008-04-23 Jason Rumney <jasonr@gnu.org>
10752
10753 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
10754 attributes only for local files.
10755
10756 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
10757 default to Qlocal.
10758
107592008-04-22 Juri Linkov <juri@jurta.org>
10760
10761 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
10762 read-buffer-to-switch instead of using the letter "B".
10763
107642008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10765
10766 * fileio.c (Qdefault_directory): New variable.
10767 (Fread_file_name): Use it to pass `dir' to the completion functions.
10768
107692008-04-20 Chong Yidong <cyd@stupidchicken.com>
10770
10771 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
10772
107732008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10774
10775 * keyboard.c (Vpre_help_message): Remove.
10776 (show_help_echo): Remove default C code.
10777
10778 * dired.c (directory_files_internal, file_name_completion):
10779 Only call ENCODE_FILE if the string is indeed decoded.
10780
107812008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * Makefile.in (TOOLKIT_DEFINES): Remove.
10784 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
10785
107862008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10787
10788 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
10789 (mactoolbox.o): New target.
10790
10791 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
10792 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
10793
10794 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
10795 Use mac_set_frame_window_background instead of XSetWindowBackground.
10796 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
10797 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
10798 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
10799 instead of SetWindowTitleWithCFString.
10800 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
10801 Move function to mactoolbox.c.
10802 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
10803 Use mac_set_window_modified instead of SetWindowModified.
10804 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
10805 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
10806 (Fx_focus_frame): Use mac_front_non_floating_window instead of
10807 FrontNonFloatingWindow. Use mac_activate_window instead of
10808 ActivateWindow. Use mac_active_non_floating_window instead of
10809 ActiveNonFloatingWindow.
10810 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
10811 Use mac_show_hourglass and mac_hide_hourglass.
10812 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
10813 instead of GetGlobalMouse.
10814 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
10815 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
10816 Use mac_bring_window_to_front instead of BringToFront.
10817 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
10818 mactoolbox.c.
10819 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
10820 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
10821 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
10822 mactoolbox.c.
10823
10824 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
10825 (XtPointer): Move typedef from macmenu.c.
10826 (enum button_type): Move enum from macmenu.c.
10827 (widget_value): Move typedef from macmenu.c.
10828 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
10829 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10830 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10831 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10832 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10833 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10834 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10835 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
10836 (Selection): Move typedef from macselect.c.
10837 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
10838 macterm.c.
10839 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
10840 (mac_is_window_collapsed, mac_bring_window_to_front)
10841 (mac_send_window_behind, mac_hide_window, mac_show_window)
10842 (mac_collapse_window, mac_front_non_floating_window)
10843 (mac_active_non_floating_window, mac_activate_window)
10844 (mac_move_window_structure, mac_move_window, mac_size_window)
10845 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
10846
10847 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
10848 (enum mac_menu_kind): Move enum to mactoolbox.c.
10849 (min_menu_id): Move variable to mactoolbox.c.
10850 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
10851 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
10852 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
10853 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
10854 [TARGET_API_MAC_CARBON]: Likewise.
10855 (XtPointer): Move typedef to macgui.h.
10856 (enum button_type): Move enum to macgui.h.
10857 (widget_value): Move typedef to macgui.h.
10858 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10859 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10860 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10861 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10862 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10863 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10864 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
10865 (popup_activated_flag): Make variable non-static.
10866 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
10867 (add_menu_item, fill_menu, dispose_menus):
10868 Move functions to mactoolbox.c.
10869 (restore_show_help_function, menu_target_item_handler)
10870 (install_menu_target_item_handler, mac_handle_dialog_event)
10871 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
10872 [TARGET_API_MAC_CARBON]: Likewise.
10873 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
10874 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
10875 (find_and_call_menu_selection, name_is_separator): Make function
10876 non-static.
10877 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
10878 to mactoolbox.c.
10879 (set_frame_menubar): Don't call install_menu_quit_handler.
10880 (menu_item_selection): New variable.
10881 (mac_menu_show): Use create_and_show_popup_menu.
10882 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
10883 selection but set variable menu_item_selection. All uses changed.
10884 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
10885 Call install_menu_quit_handler. Move to mactoolbox.c.
10886
10887 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
10888 (Selection): Move typedef to macgui.h.
10889 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
10890 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
10891 Make variables non-static.
10892 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
10893 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
10894 Make functions non-static.
10895 (Vmac_service_selection) [MAC_OSX]: Likewise.
10896 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
10897 (mac_valid_selection_target_p, mac_clear_selection)
10898 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10899 (mac_put_selection_value, mac_selection_has_target_p)
10900 (mac_get_selection_value, mac_get_selection_target_list)
10901 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
10902 Move functions to mactoolbox.c.
10903 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
10904 Likewise.
10905 (copy_scrap_flavor_data, mac_handle_service_event)
10906 (install_service_handler) [MAC_OSX]: Likewise.
10907 (syms_of_macselect) <Vmac_dnd_known_types>:
10908 Use mac_dnd_default_known_types.
10909
10910 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
10911 Move to mactoolbox.c.
10912 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
10913 (Fx_selection_owner_p): Add EXFUN.
10914 (install_window_handler, remove_window_handler, XSetWindowBackground):
10915 Remove externs.
10916 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
10917 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
10918 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
10919 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
10920 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
10921 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
10922 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
10923 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
10924 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
10925 (create_and_show_popup_menu, mac_get_selection_from_symbol)
10926 (mac_valid_selection_target_p, mac_clear_selection)
10927 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10928 (mac_put_selection_value, mac_selection_has_target_p)
10929 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
10930 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
10931 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
10932 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
10933 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
10934 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
10935 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
10936 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
10937 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
10938
10939 * mactoolbox.c: New file.
10940
109412008-04-18 Jason Rumney <jasonr@gnu.org>
10942
10943 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
10944
109452008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10946
10947 * character.c (Fmultibyte_char_to_unibyte):
10948 Return latin1 chars unchanged.
10949
10950 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
10951 relocated if it points to `name'.
10952
109532008-04-17 Kenichi Handa <handa@m17n.org>
10954
10955 * data.c (Faset): Allow setting a multibyte character in an
10956 ASCII-only unibyte string.
10957
10958 * lisp.h (STRING_SET_MULTIBYTE): New macro.
10959
109602008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10961
10962 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
10963 done in config.h.
10964
109652008-04-16 Juanma Barranquero <lekktu@gmail.com>
10966
10967 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
10968 (Fchar_direction): Add usage in the docstring.
10969
109702008-04-15 Chong Yidong <cyd@stupidchicken.com>
10971
10972 * keyboard.c (read_key_sequence): Remove always-true checks.
10973
109742008-04-14 Jason Rumney <jasonr@gnu.org>
10975
10976 * w32font.c (w32font_open_internal): Set max_bounds.descent in
10977 compatibility struct, for better underline positioning.
10978
109792008-04-13 David Hansen <david.hansen@gmx.net>
10980
10981 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
10982 string.
10983
109842008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10985
10986 * m/hp800.h (XUINT, XSET): Remove.
10987
109882008-04-12 Juanma Barranquero <lekktu@gmail.com>
10989
10990 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
10991 previous change.
10992
109932008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10994
10995 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
10996 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
10997
109982008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10999
11000 * keymap.h (map_keymap_canonical): Declare.
11001 * xmenu.c (single_keymap_panes): Use it.
11002
110032008-04-11 Glenn Morris <rgm@gnu.org>
11004
11005 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
11006 set the target's value to that of the alias.
11007
110082008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11009
11010 * term.c (set_tty_color_mode): Left over typo.
11011
110122008-04-10 Michael Albinus <michael.albinus@gmx.de>
11013
11014 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
11015 only after check for file name handler functions. Signal, when
11016 native functionality is not supported.
11017 (syms_of_fileio): Declare it unconditionally.
11018
110192008-04-10 Jason Rumney <jasonr@gnu.org>
11020
11021 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
11022 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
11023
11024 * w32.c (logon_network_drive): Also logon to remote drives that
11025 are mapped to drive letters.
11026
110272008-04-10 Glenn Morris <rgm@gnu.org>
11028
11029 * xdisp.c (truncate-partial-width-windows): Doc fix.
11030
110312008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11032
11033 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
11034 Move functions to minibuffer.el.
11035 (syms_of_fileio): Don't declare them.
11036
110372008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11038
11039 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
11040 (syms_of_minibuf): Remove its initialization.
11041
11042 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
11043
110442008-04-09 Juanma Barranquero <lekktu@gmail.com>
11045
11046 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
11047
110482008-04-09 Jason Rumney <jasonr@gnu.org>
11049
11050 * makefile.w32-in (distclean): Delete makefile too.
11051 (maintainer-clean): New target.
11052
11053 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
11054
11055 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
11056 for new font backend and composite cases.
11057
110582008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11059
11060 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
11061 Most of the code moved to run_timers.
11062 (do_pending_atimers): Call run_timers.
11063 (run_timers): New function.
11064
11065 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
11066 run atimers.
11067
11068 * process.c (wait_reading_process_output): The same as above.
11069
110702008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 * minibuf.c (last_exact_completion): Remove variable.
11073 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
11074 (complete_and_exit_1, complete_and_exit_2)
11075 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
11076 (Fdisplay_completion_list, display_completion_list_1)
11077 (Fminibuffer_completion_help, Fself_insert_and_exit)
11078 (Fexit_minibuffer, Fminibuffer_message): Move functions to
11079 minibuffer.el.
11080 (syms_of_minibuf): Remove corresponding initializations.
11081
11082 * keyboard.c (Qdeactivate_mark): New var.
11083 (command_loop_1): Use it to call `deactivate-mark'.
11084 (syms_of_keyboard): Initialize it.
11085
11086 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
11087 to another frame.
11088 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
11089 Don't call set_tty_color_mode.
11090 (store_frame_param): Reset previous_frame rather than call
11091 set_tty_color_mode.
11092 * term.c (set_tty_color_mode): Rewrite.
11093 * dispextern.h (set_tty_color_mode): New type.
11094 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
11095
110962008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11097
11098 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
11099 for generic chars, which do not exist any more in emacs-unicode.
11100
111012008-04-08 Michael Albinus <michael.albinus@gmx.de>
11102
11103 * coding.c (detect_coding_emacs_mule)
11104 (Ffind_operation_coding_system): Fix typo.
11105
111062008-04-08 Jason Rumney <jasonr@gnu.org>
11107
11108 * w32uniscribe.c (SNAME): Extract only symbol name.
11109
11110 * w32font.h (struct w32_metric_cache): New struct.
11111 (w32font_info): Use it.
11112 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
11113 (CACHE_BLOCKSIZE): New constants.
11114
11115 * w32font.c (Qja, Qko, Qzh): New symbols.
11116 (syms_of_w32font): Initialise them.
11117 (font_matches_spec): Use them to filter by language.
11118 (recompute_cached_metrics): Remove function.
11119 (compute_metrics, clear_cached_metrics): New functions.
11120 (w32font_encode_char): Use them to manage metric cache.
11121 (w32font_text_extents): Cache metrics for all glyphs on demand.
11122 Delay converting glyph indices to WORD until needed.
11123 (w32font_open_internal): Initialize metric cache to empty.
11124 (registry_to_w32_charset): Charset should always be a symbol.
11125 (fill_in_logfont, list_all_matching_fonts): Family should
11126 always be a symbol.
11127
111282008-04-06 Jason Rumney <jasonr@gnu.org>
11129
11130 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
11131 Give up if glyph indices not supported. Use uniscribe obtained
11132 ABC widths for individual metrics. Map glyph clusters back to
11133 characters using fClusterStart flag. Return number of glyphs
11134 produced, not chars processed.
11135 (uniscribe_shape): Map char at FROM to current glyph.
11136
111372008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11138
11139 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
11140 Use SetMenuItemHierarchicalMenu.
11141
111422008-04-05 Jason Rumney <jasonr@gnu.org>
11143
11144 * image.c (pbm_load): Allow color values up to 65535.
11145 Throw an error if max_color_idx is outside the supported range.
11146 Report an error when image size is invalid.
11147 Read two bytes at a time when raw images have max_color_idx above 255.
11148
111492008-04-05 Eli Zaretskii <eliz@gnu.org>
11150
11151 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11152 cFileName a file name that includes `?' characters, use the 8+3
11153 alias in cAlternateFileName instead.
11154
111552008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
11156
11157 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
11158 append "CCL: Quitted" when the CCL program is quitted.
11159 (setup_ccl_program): Initialize ccl->quit_silently to zero.
11160
11161 * ccl.h (struct ccl_program): New member quit_silently.
11162
111632008-04-05 Chong Yidong <cyd@stupidchicken.com>
11164
11165 * search.c (compile_pattern_1): Treat non-nil and non-string of
11166 search-spaces-regexp as nil.
11167
11168 * minibuf.c (Fassoc_string): Tweak docstring.
11169
111702008-04-05 Eli Zaretskii <eliz@gnu.org>
11171
11172 * dired.c (Ffile_attributes): Support inode numbers wider than 32
11173 bits. Remove ugly WINDOWSNT-specific kludge introduced on
11174 2008-03-14 to force inode be positive.
11175
11176 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
11177 _S_* ones, since we now use our own sys/stat.h.
11178 (stat, fstat): Don't mangle the inode number.
11179 (init_user_info): Don't restrict UID and GID to 0-60000 range.
11180
111812008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11182
11183 * frame.h (struct frame): Give one more bit to `visible' since we use
11184 values larger than 1 to indicate obscured frames on ttys.
11185
11186 * keymap.c (Qkeymap_canonicalize): New var.
11187 (Fmap_keymap_internal): New fun.
11188 (describe_map): Use keymap-canonicalize.
11189
11190 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
11191 (Fundo_boundary): Set them.
11192 (syms_of_undo): Initialize them.
11193 (record_point): Use them instead of last_point_position*.
11194 (last_undo_buffer): Change type.
11195
111962008-04-04 Jason Rumney <jasonr@gnu.org>
11197
11198 * w32font.c (w32font_text_extents): Use font's ascent and descent.
11199 (recompute_cached_metrics): Don't set ascent and descent per char.
11200
11201 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
11202 (uniscribe_check_otf): Add GC protection before consing.
11203 Rearrange loop for counting features.
11204
112052008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
11208 buffer with byte-size of source buffer.
11209
112102008-04-03 Chong Yidong <cyd@stupidchicken.com>
11211
11212 * callint.c (Fcall_interactively): Handle temporary region even
11213 when shift-select-mode is off.
11214
112152008-04-03 Jason Rumney <jasonr@gnu.org>
11216
11217 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
11218
112192008-04-03 Kenichi Handa <handa@m17n.org>
11220
11221 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
11222 (CATEGORY_MASK_UTF_16): Likewise.
11223 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
11224 binary file.
11225 (detect_coding): Add null-byte detection for a binary file.
11226 (detect_coding_system): Likewise.
11227
112282008-04-03 Jason Rumney <jasonr@gnu.org>
11229
11230 * w32uniscribe.c: New file.
11231
11232 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
11233
11234 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
11235
11236 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
11237 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
11238 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
11239 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
11240 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
11241 (Qphonetic): New symbols.
11242 (syms_of_w32font): Initialize them.
11243 (font_supported_scripts): Use them.
11244 (w32font_list_family): List all charsets.
11245 (w32font_text_extents, recompute_cached_metrics): Fix metric
11246 calculations.
11247 (w32_enumfont_pattern_entity): Make full_type a DWORD.
11248 Give opentype fonts their own format.
11249 (font_matches_spec): New arguments backend and logfont.
11250 Handle :otf spec for uniscribe backend.
11251 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
11252 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
11253
11254 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
11255 font backend.
11256 (globals_of_w32fns): Initialize uniscribe font backend.
11257
11258 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
11259 dependencies.
11260 (w32uniscribe.$(O)): New file to build.
11261 (FONT_OBJ): Include w32uniscribe.$(O).
11262 (LIBS): Add uniscribe libraries.
11263
11264 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
11265
112662008-04-02 Chong Yidong <cyd@stupidchicken.com>
11267
11268 * callint.c (Vshift_select_mode): New var.
11269 (Finteractive): Document new ^ spec.
11270 (Fcall_interactively): Call handle-shift-selection if the ^ spec
11271 is present.
11272
11273 * keyboard.c (Vthis_command_keys_shift_translated): New var.
11274 (command_loop_1): Avoid running the direct display versions of
11275 forward-char and backward-char if shift-selection may occur.
11276 (read_key_sequence): Set Vthis_command_keys_shift_translated if
11277 shift-translation takes place.
11278
11279 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
11280 avoid clobbering by define-minor-mode.
11281
11282 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
11283 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
11284
11285 * syntax.c (Fforward_word): Add ^ interactive spec.
11286
11287 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
11288 (Fscroll_right): Add ^ interactive spec.
11289
112902008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11291
11292 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
11293
11294 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
11295
11296 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
11297
112982008-03-31 Juri Linkov <juri@jurta.org>
11299
11300 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
11301
113022008-03-30 Jan Djärv <jan.h.d@swipnet.se>
11303
11304 * gtkutil.c (xg_set_geometry): Fix indentation.
11305 (xg_resize_outer_widget): Remove.
11306 (x_wm_size_hint_off): Fix indentation.
11307 (xg_frame_set_char_size): Call flush_and_sync after
11308 gtk_window_resize.
11309 (x_wm_set_size_hint): Pass NULL as geometry window to
11310 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
11311 Add menu bar and tool bar height to base height.
11312 (xg_update_frame_menubar, free_frame_menubar)
11313 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
11314 (update_frame_tool_bar, free_frame_tool_bar):
11315 Change xg_resize_outer_widget to xg_frame_set_char_size.
11316
113172008-03-30 Michael Albinus <michael.albinus@gmx.de>
11318
11319 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
11320 (Fdbus_call_method): New parameter TIMEOUT.
11321 (dbus-send-signal): Optimize UNGCPRO call.
11322
113232008-03-29 Juri Linkov <juri@jurta.org>
11324
11325 * window.c (Fdisplay_buffer): Move call to
11326 Vsplit_window_preferred_function out of conditions that check
11327 if window is eligible for vertical splitting.
11328 When Vsplit_window_preferred_function is non-nil, call it and use
11329 its non-nil return value as window. Otherwise, continue doing
11330 vertical splitting using Fsplit_window with arg horflag=nil.
11331 (syms_of_window) <Vsplit_window_preferred_function>: Change the
11332 default value from `split-window' to nil.
11333
113342008-03-29 Juri Linkov <juri@jurta.org>
11335
11336 * callint.c (Fcall_interactively): Revert 2008-03-16 change
11337 for interactive code letters 'b' and 'B'.
11338
113392008-03-29 Eli Zaretskii <eliz@gnu.org>
11340
11341 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
11342 multibyte string.
11343
113442008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * keyboard.c (pending_funcalls): New var.
11347 (timer_check): Run it.
11348 (syms_of_keyboard): Initialize it.
11349 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
11350 (Vdelete_terminal_functions): New vars.
11351 (syms_of_terminal): Initialize them.
11352 (Fdelete_terminal): Run delete-terminal-functions.
11353 * xdisp.c (safe_eval): Rewrite.
11354 (safe_call2): New fun.
11355 * frame.c (Qdelete_frame_functions): New var.
11356 (syms_of_frame): Initialize it.
11357 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
11358 * lisp.h (safe_call2, pending_funcalls): Declare.
11359
113602008-03-28 Andreas Schwab <schwab@suse.de>
11361
11362 * indent.c (Fmove_to_column): Move declaration before statements.
11363
113642008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
11367 (struct frame): Use bit fields for boolean vars.
11368
11369 * process.c (server_accept_connection): Simplify naming.
11370 (emacs_get_tty_pgrp): Use SDATA.
11371
11372 * coding.c (decode_coding_object): Fix last change.
11373
113742008-03-27 Jason Rumney <jasonr@gnu.org>
11375
11376 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
11377
113782008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
11379
11380 * charset.c (Fdefine_charset_internal): Change the way of
11381 registering charsets in Vcharset_order_list.
11382 (syms_of_charset): Make the charset `eight-bit' supplementary.
11383
113842008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
11385
11386 * regex.c (EXTEND_BUFFER): Change order of pointer addition
11387 operations, to avoid having the difference between pointers
11388 overflow.
11389
113902008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * indent.c (check_display_width): New fun.
11393 (scan_for_column): Use it.
11394
11395 * data.c (syms_of_data): Mark most-positive-fixnum and
11396 most-negative-fixnum as constants.
11397
11398 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
11399
11400 * indent.c (scan_for_column): Extract from current_column_1.
11401 Merge with the same code from Fmove_to_column.
11402 (current_column_1, Fmove_to_column): Use it.
11403
114042008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11405
11406 * keymap.c (map_keymap_internal): New fun.
11407 (map_keymap): Use it.
11408 (Fmap_keymap_internal): New fun.
11409 (Fmap_keymap): Remove left-out test from before make_save_value.
11410
11411 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
11412
11413 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
11414 Use XCAR/XCDR.
11415
11416 * process.h (struct Lisp_Process): Remove filter_multibyte.
11417 * process.c (QCfilter_multibyte): Remove.
11418 (setup_process_coding_systems): Don't use filter_multibyte.
11419 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
11420 (read_process_output): Don't adjust multibyteness to filter_multibyte.
11421 (Fset_process_filter_multibyte): Change the coding-system to
11422 approximate the previous behavior.
11423 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
11424 coding-system.
11425
11426 * coding.c (decode_coding_object): When not decoding into a buffer,
11427 obey the coding system's preference of (uni|multi)byte.
11428
114292008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
11432 every char is changed and has a different byte-length.
11433 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
11434 Fix int -> EMACS_INT.
11435
114362008-03-23 David Hansen <david.hansen@gmx.net>
11437
11438 * dbusbind.c (xd_read_message): Remove extra copying of message
11439 strings. Check for NULL `interface' or `member'.
11440
114412008-03-22 Eli Zaretskii <eliz@gnu.org>
11442
11443 * w32.c (readdir): If FindFirstFile/FindNextFile return in
11444 cFileName a file name that includes `?' characters, use the 8+3
11445 alias in cAlternateFileName instead.
11446
114472008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
11450
114512008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
11454 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
11455 work on current_buffer only instead (that was already the case
11456 for some of the code anyway).
11457 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
11458 (temp_set_point, temp_set_point_both): Use EMACS_INT.
11459 (SET_PT, SET_PT_BOTH): Adjust.
11460 * intervals.h (set_point, temp_set_point, set_point_both)
11461 (temp_set_point_both): Remove redundant declarations.
11462
114632008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * fileio.c (Finsert_file_contents):
11466 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
11467 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
11468 when buffer != current_buffer anyway.
11469
114702008-03-20 Andreas Schwab <schwab@suse.de>
11471
11472 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
11473 as default.
11474
114752008-03-19 Jason Rumney <jasonr@gnu.org>
11476
11477 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
11478 (syms_of_w32fns): Initialize them.
11479 (HOURGLASS_ID): New constant.
11480 (x_window_to_frame): Don't check hourglass_window.
11481 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
11482 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
11483 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
11484 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
11485 Only change the cursor if hourglass is not active.
11486 (Fx_create_frame): Initialize frame's current_cursor.
11487 (hourglass_atimer): Remove.
11488 (hourglass_started): New function.
11489 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
11490 (show_hourglass): Adapt to w32, changing argument to frame.
11491
11492 * w32term.h (struct w32_output): Remove hourglass_window.
11493 Add current_cursor.
11494
11495 * eval.c (call_debugger, Fsignal):
11496 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
11497 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
11498 (Fexecute_extended_command, cancel_hourglass_unwind):
11499 * minibuf.c (read_minibuf):
11500 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
11501
115022008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11503
11504 * window.c (run_funs): New fun.
11505 (run_window_configuration_change_hook): Use it to run the buffer-local
11506 and the global part of the hook.
11507
11508 * xdisp.c (format_mode_line_unwind_data): Add window argument.
11509 (unwind_format_mode_line): Restore selected window.
11510 (x_consider_frame_title, Fformat_mode_line): Set selected window.
11511
115122008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * editfns.c (Fchar_equal): Check they are valid characters.
11515
11516 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
11517
115182008-03-17 Andreas Schwab <schwab@suse.de>
11519
11520 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
11521 against a charset.
11522
11523 * lisp.h (Fbuffer_list): Declare.
11524
115252008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 11526
aac0c6e3
MR
11527 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
11528 handlebox_widget is != 0.
11529
115302008-03-16 Juri Linkov <juri@jurta.org>
11531
11532 * callint.c (Fcall_interactively): For interactive code letters
11533 'b' and 'B' put the buffer list into the list of default "future"
11534 values of the minibuffer.
11535
115362008-03-16 Andreas Schwab <schwab@suse.de>
11537
11538 * keyboard.c (read_key_sequence): Fix downcasing of letters with
11539 modifiers.
11540
11541 * regex.c (re_match_2_internal): Correct matching of a charset
11542 against latin-1 characters.
11543
115442008-03-16 Kenichi Handa <handa@m17n.org>
11545
11546 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
11547 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
11548 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
11549 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
11550 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
11551 CHAR_STRING_ADVANCE.
11552 (produce_chars): Fix for the case that the source and the
11553 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
11554 instead of CHAR_STRING_ADVANCE.
11555 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
11556 STRING_CHAR_ADVANCE.
11557
115582008-03-15 Andreas Schwab <schwab@suse.de>
11559
11560 * regex.c (re_match_2_internal): Correct matching of eight bit
11561 characters in unibyte strings.
11562
115632008-03-15 Martin Rudalics <rudalics@gmx.at>
11564
11565 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
11566 at end of range when it coincides with the end of the buffer.
11567
115682008-03-14 Eli Zaretskii <eliz@gnu.org>
11569
11570 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
11571
11572 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
11573
115742008-03-14 Jason Rumney <jasonr@gnu.org>
11575
11576 * editfns.c (initial_tz): New variable.
11577 (syms_of_editfns): Initialize it.
11578 (Fset_time_zone_rule): Set it when first called.
11579 Use it when TZSTRING is nil.
11580
11581 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
11582 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
11583 (monitor_from_point_fn, get_monitor_info_fn): New globals.
11584 (globals_of_w32fns): Initialize them.
11585 (compute_tip_xy): Use them to position tooltips.
11586
115872008-03-14 Glenn Morris <rgm@gnu.org>
11588
11589 * emacs.c (main): Revert previous change.
11590 (standard_args): Revert -internal-script back to -scriptload,
11591 and remove the long-option form.
11592
115932008-03-13 Glenn Morris <rgm@gnu.org>
11594
11595 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
11596 Remove option -enable-font-backend.
11597
115982008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11599
11600 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
11601
116022008-03-11 Jan Djärv <jan.h.d@swipnet.se>
11603
11604 * xterm.c (x_connection_closed): For GTK: If this is the last
11605 terminal just exit without closing the display.
11606
116072008-03-11 Jason Rumney <jasonr@gnu.org>
11608
11609 * w32font.c (w32font_full_name): Use floor to round.
11610
f0131492 116112008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
11612
11613 * sound.c (alsa_configure): Declare vol at beginning of block.
11614
11615 * fontset.c (Ffontset_info): Remove extra semicolon.
11616
116172008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
11620 size of resulting string.
11621
116222008-03-10 Jason Rumney <jasonr@gnu.org>
11623
11624 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
11625
116262008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11627
11628 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
11629 Don't pretend as if characters with display property haven't been
11630 consumed for string-replacing-string case.
11631
116322008-03-08 Kim F. Storm <storm@cua.dk>
11633
11634 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
11635 (get_next_display_element, next_element_from_string)
11636 (next_element_from_ellipsis, next_element_from_buffer): Use it.
11637
116382008-03-08 Andreas Schwab <schwab@suse.de>
11639
11640 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
11641
116422008-03-06 Jason Rumney <jasonr@gnu.org>
11643
11644 * w32font.c (w32_registry): Take font_type argument. Use ANSI
11645 when charset not specified. Only translate ANSI to unicode when
11646 font_type is truetype.
11647 (w32font_coverage_ok): New function.
11648 (add_font_entity_to_list): Use it to filter unsuitable fonts.
11649
116502008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
11651
11652 * lread.c (Fread_char): Resolve modifiers.
11653 (Fread_char_exclusive): Likewise.
11654
11655 * character.c (char_resolve_modifier_mask): New function.
11656 (char_string): Use char_resolve_modifier_mask.
11657 (Fchar_resolve_modifiers): New function.
11658 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
11659 function.
11660
116612008-03-04 Jason Rumney <jasonr@gnu.org>
11662
11663 * makefile.w32-in: Always include w32font.c in the build.
11664 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
11665
116662008-03-04 Andreas Schwab <schwab@suse.de>
11667
11668 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
11669 (versionclean): Likewise.
11670
116712008-03-04 Juanma Barranquero <lekktu@gmail.com>
11672
11673 * .cvsignore: Add oo.
11674
116752008-03-03 Andreas Schwab <schwab@suse.de>
11676
11677 * coding.c (decode_coding_object): Inhibit gap shrinking while
11678 decoding in place.
11679
116802008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
11681
11682 * w32term.c: Remove unused include "gnu.h".
11683 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
11684
11685 * gnu.h: Rename to ...
11686 * emacs-icon.h: ... this.
11687 * xterm.c: Use emacs-icon.h instead of gnu.h.
11688 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
11689
116902008-03-03 Juanma Barranquero <lekktu@gmail.com>
11691
11692 * w32font.c: Include math.h.
11693
116942008-03-03 Jason Rumney <jasonr@gnu.org>
11695
11696 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
11697 Compute options separately.
11698 (w32font_open_internal): Set glyph_idx before caching metrics.
11699
11700 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
11701 Define if system headers don't.
11702 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
11703 (w32font_encode_char): Don't declare here.
11704
11705 * w32font.c (Quniscribe, QCformat): New symbols.
11706 (syms_of_w32font): Define them.
11707 (w32font_has_char): Indicate uncertainty.
11708 (w32font_encode_char): Encode as glyph point. Make static.
11709 (recompute_cached_metrics): New function.
11710 (w32font_open_internal): Use it. Set font to use glyph points
11711 initially. Set format based on type of font.
11712 (w32font_text_extents, w32font_draw): Optionally use glyph points.
11713 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
11714 on it. Set format based on information available here.
11715 (add_font_entity_to_list): Identify backend based on opentype_only.
11716
117172008-03-02 Andreas Schwab <schwab@suse.de>
11718
11719 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
11720
11721 * coding.c (decode_coding_big5, produce_chars):
11722 Fix typos in last change.
11723
117242008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
11725
11726 * gnu.h: New icon.
11727
117282008-03-02 Kenichi Handa <handa@m17n.org>
11729
11730 * coding.c (decode_coding_utf_8): When eol-type of CODING is
11731 `dos', don't decode '\r' if that is the last in the source.
11732 (decode_coding_utf_16, decode_coding_emacs_mule)
11733 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11734 (decode_coding_raw_text, decode_coding_charset): Likewise.
11735 (produce_chars): Don't decode EOL here. Use EMACS_INT.
11736
117372008-03-01 Jason Rumney <jasonr@gnu.org>
11738
11739 * w32font.c (w32font_full_name): Report point size for scalable fonts.
11740
117412008-03-01 Kim F. Storm <storm@cua.dk>
11742
11743 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
11744
117452008-03-01 Jason Rumney <jasonr@gnu.org>
11746
11747 * w32font.c (w32font_full_name): New function.
11748 (w32font_open_internal): Use it.
11749
117502008-03-01 Kim F. Storm <storm@cua.dk>
11751
11752 * dispnew.c (line_draw_cost): Fix invalid glyph check.
11753
117542008-03-01 Jason Rumney <jasonr@gnu.org>
11755
11756 * font.c (font_unparse_fcname): Increase len when style is a symbol.
11757
117582008-03-01 Jan Djärv <jan.h.d@swipnet.se>
11759
11760 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
11761 xg_frame_resized when the event is for the edit widget.
11762
11763 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
11764
11765 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
11766 set_char_size.
11767 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
11768 operations on widgets here. Just set frame size if needed.
11769 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
11770 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
11771 (x_wm_set_size_hint): Set size hints on the edit widget only, not
11772 the whole frame.
11773 (xg_create_tool_bar): Move attachment of the tool bar to
11774 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
11775 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
11776
117772008-03-01 Jason Rumney <jasonr@gnu.org>
11778
11779 * w32fns.c (w32_msg_pump): Disable debug code.
11780
117812008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11782
11783 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
11784
117852008-02-29 Chong Yidong <cyd@stupidchicken.com>
11786
11787 * xdisp.c (next_overlay_string): Don't set
11788 overlay_strings_at_end_processed_p if we're currently reading from
11789 a display string.
11790
117912008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
11792
11793 * xdisp.c (get_overlay_strings_1): Fix typo.
11794
117952008-02-29 Chong Yidong <cyd@stupidchicken.com>
11796
11797 * xdisp.c (get_overlay_strings_1): Add missing argument type.
11798
117992008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
11800
11801 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
11802
11803 * xdisp.c (display_mode_element): Cancel the previous change.
11804 (decode_mode_spec): Likewise.
11805 (handle_auto_composed_prop): Don't make composition if it->string
11806 is a string.
11807
118082008-02-27 Kim F. Storm <storm@cua.dk>
11809
11810 * lisp.h (GLYPH): Change type from int to struct with separate char
11811 and face_id members.
11812 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
11813 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
11814 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
11815 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
11816 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
11817 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
11818 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
11819 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
11820 handle new Lisp glyph code encoding, either an integer or a cons.
11821
11822 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
11823 (GLYPH_ALIAS): Delete.
11824 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
11825 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
11826 (GLYPH_FROM_CHAR): Replace macro by ...
11827 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
11828
11829 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
11830 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
11831 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
11832 (GLYPH_INVALID_P): New macro.
11833 (spec_glyph_lookup_face): Update prototype.
11834
11835 * dispnew.c (line_draw_cost): Adapt to new glyph type.
11836 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
11837 new glyph code encoding.
11838 (spec_glyph_lookup_face): No return value; update passed glyph instead.
11839 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
11840
11841 * xdisp.c (get_next_display_element, next_element_from_display_vector):
11842 Adapt to new glyph type and new glyph code encoding.
11843
11844 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
11845
11846 * indent.c (current_column, current_column_1, Fmove_to_column)
11847 (compute_motion): Adapt to new glyph code encoding.
11848
11849 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
11850
118512008-02-27 Chong Yidong <cyd@stupidchicken.com>
11852
11853 * process.c (wait_reading_process_output): Check for window
11854 changes caused by timers.
11855 Suggested by Johan Bockgård.
11856
118572008-02-27 Glenn Morris <rgm@gnu.org>
11858
11859 * emacs.c (USAGE1): Add `--disable-font-backend'.
11860
118612008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
11864 is made to the buffer.
11865
118662008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
11869 (face_at_string_position):
11870 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
11871 (face_at_string_position):
11872 * xdisp.c (display_string, next_overlay_change):
11873 * buffer.h (overlays_at):
11874 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
11875 Update callers.
11876
118772008-02-26 Chong Yidong <cyd@stupidchicken.com>
11878
11879 * editfns.c (Fformat): Doc fix.
11880
118812008-02-26 Juanma Barranquero <lekktu@gmail.com>
11882
11883 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
11884 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
11885 (Ffont_otf_alternates, Fquery_font): Doc fixes.
11886
118872008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11888
11889 * buffer.c (Fbuffer_swap_text): New function.
11890 (syms_of_buffer): Defsubr it.
11891
118922008-02-25 Chong Yidong <cyd@stupidchicken.com>
11893
11894 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
11895
118962008-02-25 Jason Rumney <jasonr@gnu.org>
11897
11898 * w32font.c (w32font_draw): Draw one character at a time when padding.
11899
119002008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11901
11902 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
11903 Handle a nil arg. Use run_window_configuration_change_hook.
11904 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
11905 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
11906 Use run_window_configuration_change_hook.
11907
119082008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11909
11910 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
11911 1-pixel width.
11912
119132008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11914
11915 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
11916 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
11917 if the glyph in the font is zero pixel with.
11918
11919 * dispextern.h (struct glyph_string): New member padding_p.
11920
11921 * w32font.c (w32font_draw): Pay attention to s->padding_p.
11922
11923 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
11924
11925 * xfont.c (xfont_draw): Pay attention to s->padding_p.
11926
11927 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
11928
11929 * font.c: If the font driver doesn't have `shape' function, return Qnil.
11930
119312008-02-25 Jason Rumney <jasonr@gnu.org>
11932
11933 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
11934
119352008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11936
11937 Allow fine-grained image-cache flushing.
11938 * dispextern.h (struct image): Add `dependencies' field.
11939 (clear_image_caches): Change arg to Lisp_Object.
11940 * image.c (make_image): Initialize `dependencies' field.
11941 (clear_image_cache): Change arg to allow fine-grained flushing.
11942 Perform the flush even if image-cache-eviction-delay is nil.
11943 (clear_image_caches): Change arg to Lisp_Object.
11944 (Fclear_image_cache): Expand meaning of the argument.
11945 (mark_image): Mark `dependencies' field.
11946 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
11947 (lface_hash): Use XHASH rather than XFASTINT.
11948 (face_at_buffer_position): Fix int -> EMACS_INT position.
11949 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
11950 (select_frame_for_redisplay): Remove code duplication.
11951 (redisplay_internal): Adapt arg to call to clear_image_caches.
11952
119532008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
11954
11955 * s/vms4-0.h:
11956 * s/vms4-2.h:
11957 * s/vms4-4.h:
11958 * s/vms5-5.h: Remove, unused.
11959
11960 * s/irix5-2.h:
11961 * s/irix6-0.h:
11962 * s/riscos5.h:
11963 * s/mach-bsd4-3.h:
11964 * m/mips4.h: Remove files for obsolete systems.
11965
11966 * Makefile.in:
11967 * filelock.c:
11968 * unexmips.c:
11969 * m/hp9000s300.h:
11970 * m/iris4d.h:
11971 * s/aix3-1.h:
11972 * s/hpux.h:
11973 * s/msdos.h:
11974 * s/usg5-0.h:
11975 * s/usg5-2-2.h:
11976 * s/usg5-2.h:
11977 * s/usg5-3.h: Remove references to obsolete variables.
11978
11979 * s/irix5-0.h: Remove, move all the contents ...
11980 * s/irix6-5.h: ... here. Simplify.
11981 * config.in: Regenerate.
11982
119832008-02-24 Jason Rumney <jasonr@gnu.org>
11984
11985 * w32term.c (x_draw_glyph_string_background): Clear the background
11986 manually when cleartype is in use.
11987 (x_draw_glyph_string_foreground): Draw text transparently when
11988 cleartype is in use.
11989
11990 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
11991 a font into it unless we have to.
11992
119932008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
11994
11995 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
11996 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 11997
aac0c6e3
MR
119982008-02-18 Jason Rumney <jasonr@gnu.org>
11999
12000 * w32fns.c (Fw32_shell_execute): Encode parameters.
12001
120022008-02-09 Eli Zaretskii <eliz@gnu.org>
12003
12004 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
12005
120062008-02-05 Juanma Barranquero <lekktu@gmail.com>
12007
12008 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
12009
120102008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
12011
12012 * xterm.c (x_set_offset): Don't change the gravity if
12013 CHANGE_GRAVITY is -1.
12014
120152008-02-23 Chong Yidong <cyd@stupidchicken.com>
12016
12017 * fileio.c (auto_save_error_occurred): New var.
12018 (auto_save_error): Set it.
12019 (Fdo_auto_save): Don't overwrite the error message if an auto-save
12020 error occurred.
12021
120222008-02-23 Eli Zaretskii <eliz@gnu.org>
12023
12024 * w32.c (globals_of_w32): Add initializations for
12025 g_b_init_get_sid_sub_authority and
12026 g_b_init_get_sid_sub_authority_count.
12027
120282008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
12031 (font_parse_xlfd): Use them for sanity check.
12032 (Finternal_set_font_style_table): Make sure the table is bijective.
12033
12034 Consolidate the image_cache to the terminal struct.
12035 * termhooks.h (P_): Remove redundant def.
12036 (struct terminal): New field `image_cache'.
12037 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
12038 of FRAME_X_IMAGE_CACHE.
12039 * xterm.h (struct x_display_info): Remove image_cache field.
12040 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12041 * w32term.h (struct w32_display_info): Remove image_cache field.
12042 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12043 * macterm.h (struct mac_display_info): Remove image_cache field.
12044 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
12045 * xterm.c (x_term_init):
12046 * w32term.c (w32_term_init):
12047 * macterm.c (mac_term_init): Set the image_cache in the terminal.
12048 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
12049 Remove declarations.
12050 (clear_image_caches, mark_image_cache): New declarations.
12051 * xfaces.c (clear_face_cache):
12052 * xdisp.c (redisplay_internal): Use clear_image_caches.
12053 * image.c (clear_image_cache): Don't check that a frame is on
12054 a window-system before checking if it shares the same cache.
12055 (clear_image_caches): New function.
12056 (Fclear_image_cache): Use it.
12057 (mark_image): Move from allo.c.
12058 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
12059 * alloc.c (mark_image, mark_image_cache): Move to image.c.
12060 (mark_object): Don't call mark_image_cache for frames.
12061 (mark_terminals): Call mark_image_cache.
12062
12063 * lisp.h (Fdelete_terminal): Declare.
12064
12065 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
12066 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
12067 wrong_type_argument.
12068
120692008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12070
12071 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
12072 malayalam.el, and tamil.el. Add sinhala.el.
12073
120742008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * xterm.c (x_connection_closed): Consolidate identical tests.
12077 (x_delete_terminal): Don't crash if called via x_connection_closed.
12078
120792008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12080
12081 * xdisp.c (decode_mode_spec): New arg string.
12082 (display_mode_element): Adjust for the above change.
12083
120842008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12085
12086 * callint.c (Fcall_interactively): Use AREF.
12087
120882008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12089
12090 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
12091
120922008-02-18 Jan Djärv <jan.h.d@swipnet.se>
12093
12094 * xfns.c (Fx_show_tip): Set string to " " if empty.
12095
120962008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12097
12098 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
12099 with Qt.
12100
121012008-02-17 Kenichi Handa <handa@m17n.org>
12102
12103 * ftfont.c (ftfont_shape): Return Lispy number.
12104
12105 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
12106 for GCs.
12107 (Finternal_set_font_selection_order): Call font_update_sort_order
12108 only when enable_font_backend is set.
12109 (realize_x_face): Set face->font_info to that of default face only
12110 when enable_font_backend is set.
12111
12112 * xdisp.c (handle_composition_prop): Set it->c to the fist
12113 character of the composed region.
12114 (fill_composite_glyph_string): Set base_face->font_info to
12115 s->font_info. Get a face for ascii from base_face->ascii_face.
12116 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
12117 with a face already decided.
12118 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
12119 non-negative.
12120 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
12121 call font_prepare_composition unconditionally.
12122
12123 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
12124
12125 * xterm.h (struct x_display_info): New member font.
12126
12127 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
12128 (x_set_mouse_face_gc, x_new_font): Likewise.
12129 (x_term_init): Setup display_info->font.
12130 (x_delete_terminal): Free display_info->font.
12131
12132 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
12133
12134 * ftxfont.c (ftxfont_default_fid): Delete it.
12135 (ftxfont_open): Set xfont->fid to 0.
12136 (ftxfont_end_for_frame): Clear data specific to the frame and the
12137 font-driver.
12138
12139 * xftfont.c (xftfont_default_fid): Delete it.
12140 (xftfont_open): Set xfont->fid to 0.
12141
12142 * fontset.c (FONTSET_OBJLIST): New macro.
12143 (fontset_find_font): Update font-object list of the fontset.
12144 (free_realized_fontset): New function.
12145 (free_face_fontset): Call free_realized_fontset.
12146 (Ffont_info): Call font_close_object only when enable_font_backend
12147 is set.
12148
12149 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
12150 [HAVE_NTGUI]: Include w32term.h.
12151 [MAC_OS]: Include macterm.ch.
12152 (font_otf_ValueRecord): Use make_number.
12153 (font_finish_cache): Fix handling of reference count.
12154 (font_clear_cache): Update num_fonts.
12155 (font_open_entity): Update smallest_char_width and
12156 smallest_font_height of the frame.
12157 (font_close_object): Update num_fonts.
12158 (Fclear_font_cache): Fix finding the target cache data.
12159
121602008-02-16 Glenn Morris <rgm@gnu.org>
12161
12162 * fontset.c (Finternal_char_font): Fix compilation warning.
12163
121642008-02-16 Eli Zaretskii <eliz@gnu.org>
12165
12166 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
12167 instead of char arrays. Enlarge the size of array passed to
12168 get_token_information.
12169
12170 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
12171 warnings.
12172
121732008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12174
12175 * .gdbinit: Don't set `args', it breaks gdb --args.
12176
121772008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12178
12179 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
12180 within a narrowed buffer.
12181
121822008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
12183
12184 * coding.c (decode_coding_object, encode_coding_object):
12185 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
12186
121872008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 * coding.c (coding_set_destination): Use BEG_BYTE rather than
12190 hardcoding 1.
12191 (detect_coding_system):
12192 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
12193 (string_char_to_byte, string_byte_to_char, insert_from_gap):
12194 * insdel.c (insert_from_gap):
12195 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
12196 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
12197 (string_to_multibyte):
12198 * character.c (chars_in_text, multibyte_chars_in_text):
12199 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
12200
12201 * character.h (FETCH_STRING_CHAR_ADVANCE)
12202 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
12203 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
12204 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
12205
12206 * casefiddle.c (casify_region): Only call after-change and composition
12207 functions on the part of the region that was changed.
12208
12209 * keyboard.c (read_avail_input):
12210 * frame.c (Fdelete_frame): Call Fdelete_terminal.
12211
122122008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12213
12214 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
12215 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
12216
122172008-02-11 Juanma Barranquero <lekktu@gmail.com>
12218
12219 * w32menu.c (push_submenu_start, push_submenu_end)
12220 (push_left_right_boundary, push_menu_pane, push_menu_item):
12221 * keyboard.c (read_key_sequence): Don't pass args with side effects
12222 to AREF, it fails when compiling with -DENABLE_CHECKING.
12223
122242008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
12225
12226 * Makefile.in (${lispsource}international/charprop.el):
12227 Delete this target.
12228
12229 * search.c (boyer_moore): Fix incorrect synching of the trunk and
12230 emacs-unicode-2.
12231
122322008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 * terminal.c (Fdelete_terminal): Clean up the `force' path.
12235
122362008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * frame.c (Qnoelisp): New symbol.
12239 (syms_of_frame): Initialize it.
12240 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
12241 harmless Elisp code, from a strong `force' from x_connection_closed.
12242 * frame.h (Qnoelisp): Declare.
12243 * xterm.c (x_connection_closed): Pass `noelisp'.
12244
12245 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
12246 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
12247 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
12248 rather than `int' for the type of `type'.
12249
122502008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12251
12252 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
12253
12254 * Makefile.in (GNUC): Remove support for gcc-1.x.
12255
122562008-02-10 Richard Stallman <rms@gnu.org>
12257
12258 * lisp.h (ASET): Use AREF, not ASLOT.
12259
122602008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * lisp.h (ASET): Check bounds.
12263
122642008-02-10 Glenn Morris <rgm@gnu.org>
12265
12266 * buffer.c (mode-name): Doc fix.
12267
122682008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12269
12270 * Makefile.in:
12271 * emacs.c:
12272 * gmalloc.c:
12273 * keyboard.c:
12274 * lisp.h:
12275 * m/ibm370aix.h:
12276 * process.c:
12277 * regex.c:
12278 * s/hpux.h:
12279 * sysdep.c:
12280 * sysselect.h:
12281 * systty.h:
12282 * unexec.c:
12283 * w32term.c:
12284 * xsmfns.c:
12285 * xterm.c: Remove code that deals with obsolete variables.
12286
12287 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
12288
12289 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
12290 nothing else needs it anymore.
12291
122922008-02-09 Eli Zaretskii <eliz@gnu.org>
12293
12294 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
12295 instead of unibyte_char_to_multibyte.
12296
122972008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12298
12299 * s/gnu-linux.h: Remove commented out code.
12300
12301 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
12302
12303 * Makefile.in: Update what RMS says about using autoconf.
12304 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
12305 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
12306 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
12307 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
12308
123092008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12310
12311 * keymap.c (Fkey_description): Move side effect outside of macro call.
12312
12313 * xfaces.c (Finternal_make_lisp_face):
12314 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
12315
12316 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
12317 (syms_of_fontset): Use ASET.
12318
12319 * fns.c (concat): Move side effect outside of macro call.
12320 (hash_clear): Use ASET.
12321
123222008-02-08 Richard Stallman <rms@gnu.org>
12323
12324 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
12325 If FORCE, and frame has a surrogate minibuffer for another frame,
12326 delete the other frame first.
12327
123282008-02-07 Timo Savola <timo.savola@iki.fi>
12329
12330 * xterm.c (x_detect_focus_change): Handle embed client message.
12331 (handle_one_xevent): Ditto.
12332 (handle_one_xevent): If embedded and we get a button press/release,
12333 request focus.
12334 (xembed_set_info, xembed_send_message): New functions.
12335 (x_make_frame_visible): Call xembed_set_info if embedded.
12336 (x_make_frame_invisible): Call xembed_set_info if embedded.
12337 (x_term_init): Initialize Xatom_XEMBED.
12338 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
12339 (x_iconify_frame): Ditto.
12340
12341 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
12342 (enum xembed_info, enum xembed_message, enum xembed_focus)
12343 (enum xembed_modifier, enum xembed_accelerator): New.
12344 (xembed_set_info, xembed_send_message): Declare.
12345 (FRAME_X_EMBEDDED_P): New.
12346
12347 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
12348 gtk_plug_new.
12349
12350 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
12351 window ID of a frame.
12352 (x_window): Reparent frame if embedded.
12353 (Fx_create_frame): Don't set border width if embedded.
12354
12355 * emacs.c (USAGE3): Add --parent-id.
12356 (standard_args): Ditto.
12357
123582008-02-07 Jan Djärv <jan.h.d@swipnet.se>
12359
12360 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
12361
123622008-02-07 Jim Meyering <meyering@redhat.com>
12363
12364 Use "do...while (0)", not "if (1)...else" in macro definitions.
12365 The latter provokes a warning from gcc about the empty else, when
12366 followed by ";". Also, without that trailing semicolon, it would
12367 silently swallow up any following statement.
12368 * syntax.h (SETUP_SYNTAX_TABLE)
12369 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
12370 * buffer.h (DECODE_POSITION): Likewise.
12371 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
12372 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
12373 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
12374 (FETCH_CHAR_ADVANCE): Likewise.
12375 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
12376
123772008-02-07 Jim Meyering <meyering@redhat.com>
12378
12379 * lread.c [lint]: Don't include <sys/inode.h>.
12380
123812008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * xselect.c (x_handle_dnd_message):
12384 * xmenu.c (digest_single_submenu, xmenu_show):
12385 * xdisp.c (with_echo_area_buffer_unwind_data)
12386 (format_mode_line_unwind_data, unwind_format_mode_line)
12387 (display_menu_bar):
12388 * eval.c (Ffetch_bytecode):
12389 * doc.c (store_function_docstring):
12390 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
12391 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
12392 * buffer.c (add_overlay_mod_hooklist): Use ASET.
12393
123942008-02-07 Kenichi Handa <handa@m17n.org>
12395
12396 * ftxfont.c (ftxfont_open): Don't set
12397 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
12398
12399 * ftfont.c (ftfont_open): Fix previous change.
12400
124012008-02-06 Jason Rumney <jasonr@gnu.org>
12402
12403 * w32font.c (w32font_text_extents): Fill in lbearing metric.
12404 Use cached metrics for ASCII characters.
12405 (w32font_open_internal): Don't set font's owning_frame.
12406 Cache metrics for ASCII characters.
12407
12408 * w32font.h (struct w32font_info): Add ascii_metrics.
12409 Remove owning_frame.
12410
124112008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
12412
12413 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
12414 to negative value.
12415
12416 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
12417
12418 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
12419
12420 * charset.c (syms_of_charset): Set QCtest and Qeq.
12421
124222008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12423
12424 * process.c (Fstart_process):
12425 * callproc.c (Fcall_process): Handle the case where
12426 Funhandled_file_name_directory returns nil.
12427
12428 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
12429 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
12430 * font.c (check_gstring): Use them and AREF to access the vector before
12431 we know it's really a gstring.
12432 (Ffont_shape_text): Fix typo.
46e722a9 12433 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
12434
12435 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
12436 Declare.
12437
12438 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
12439
124402008-02-05 Jason Rumney <jasonr@gnu.org>
12441
12442 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
12443 Set smallest_font_height and smallest_char_width in display info.
12444
124452008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
12446
12447 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
12448
124492008-02-05 Miles Bader <miles@gnu.org>
12450
12451 * xfaces.c (get_lface_attributes, merge_named_face)
12452 (lookup_named_face, lookup_derived_face, realize_named_face):
12453 Revert 2008-02-01 change by cyd@stupidchicken.com.
12454
124552008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
12456
12457 * fontset.c (Ffontset_info): Handle the case of inhibitting the
12458 fallback fonts.
12459 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
12460
124612008-02-04 Jason Rumney <jasonr@gnu.org>
12462
12463 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
12464 set full_name.
12465 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
12466
124672008-02-03 Jason Rumney <jasonr@gnu.org>
12468
12469 * makefile.w32-in (OBJ1): Include font.o here.
12470 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
12471
124722008-02-02 Jason Rumney <jasonr@gnu.org>
12473
12474 * makefile.w32-in (temacs): Bump EMHEAP to 21.
12475
124762008-02-01 Jason Rumney <jasonr@gnu.org>
12477
12478 * s/cygwin.h: Define VIRT_ADDR_VARIES.
12479
12480 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
12481
124822008-02-01 Andreas Schwab <schwab@suse.de>
12483
12484 * Makefile.in (shortlisp, lisp): Update for rename of
12485 ../lisp/language/myanmar.el.
12486
124872008-02-01 Chong Yidong <cyd@stupidchicken.com>
12488
12489 * xfaces.c (get_lface_attributes): Delete function.
12490 (merge_named_face, lookup_named_face, lookup_derived_face)
12491 (realize_named_face): Call lface_from_face_name directly, and use
12492 the fact that merge_face_vectors does not alter its FROM argument.
12493
124942008-02-01 Jason Rumney <jasonr@gnu.org>
12495
12496 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
12497 input in the default locale. Handle non-Unicode multibyte input.
12498
124992008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12500
12501 * fontset.c (reorder_font_vector): Exclude nil elements from the
12502 font group. Don't try multiple fonts.
12503 (fontset_font): Adjust for the above change.
12504 (Finternal_char_font): Return nil if the found font doesn't
12505 contain the character ch.
12506
12507 * Makefile.in (lisp, shortlisp): Add cham.el.
12508
125092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12510
12511 * font.h (FONTP): Make it return 1 also for a font-object.
12512
12513 * .gdbinit (xfontset): New function.
12514
12515 * font.c (font_find_for_lface): Check if the character C is
12516 supported or not only for the first font.
12517
12518 * fontset.c (reorder_font_vector): Fix typo.
12519 (fontset_find_font): Don't add a font-spec specifying a script.
12520 Use 0 (not Qt) for the indication of empty font-group. Change the
12521 format of RFONT-DEF. Return Qt if no font in the font-group
12522 support the character.
12523 (fontset_font): Adjust for the above change. If no font was
12524 found the character, remember that.
12525 (face_for_char): Adjust for the change of RFONT-DEF.
12526 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
12527 no font for the target.
12528 (Finternal_char_font): Adjust for the change of RFONT-DEF.
12529
125302008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12531
12532 * font.c (font_load_for_face): Handle the case that the font in
12533 face->lface is a string.
12534
125352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12536
12537 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
12538
125392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12540
12541 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
12542 Fix previous change. If the frame is not on a window system,
12543 signal an error.
12544
125452008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12546
12547 * coding.c (decode_coding_object, encode_coding_object): Adjust
12548 marker positions after conversion.
12549
12550 * lisp.h (struct Lisp_Marker): New member need_adjustment.
12551
125522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12553
12554 * font.c (font_find_for_lface): Fix the handling of the return
12555 value of font_has_char.
12556 (Ffont_shape_text): Fix previous change.
12557
12558 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
12559 (fontset_ref_and_range): Delete it.
12560 (fontset_find_font): Call char_table_ref_and_range instead of
12561 FONTSET_REF_AND_RANGE.
12562 (make_fontset): Don't setup font groups of Latin here.
12563 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
12564 (new_fontset_from_font): Make the specified font the default for
12565 all Latin characters.
12566
125672008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12568
12569 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
12570 is on a window system before accessing the fontset of the frame.
12571
125722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12573
12574 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
12575
12576 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
12577 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
12578
12579 * font.c (Ffont_shape_text): If the font driver doesn't have a
12580 shaper function, make zero-width glyphs to have at least one-pixel
12581 width. Fix setting of `to' field of glyphs.
12582
125832008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12584
12585 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
12586 glyphs.
12587
12588 * font.h (struct font_driver): Improve docstring of member `shape'.
12589
125902008-02-01 Kenichi Handa <handa@m17n.org>
12591
12592 * composite.c (syms_of_composite): Fix docstring of
12593 auto-composition-function.
12594
12595 * font.h (LGLYPH_SIZE): New macro.
12596
12597 * font.c (Ffont_fill_gstring): Stop filling when a character not
12598 supported by the font is found.
12599 (Ffont_shape_text): When a shape callback function returns nil,
12600 try at most two more times with larger gstring.
12601 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
12602
12603 * xdisp.c (handle_auto_composed_prop): Change the argument to
12604 auto-composition-function.
12605
12606 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
12607 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
12608 Lispy glyph and store it in the lgstring.
12609
12610 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
12611
12612 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
12613
126142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12615
12616 * font.c (Ffont_shape_text): Avoid unnecessary composition.
12617
12618 * fontset.c (Vfont_encoding_charset_alist): New variable.
12619 (syms_of_fontset): DEFVAR it.
12620 (reorder_font_vector, fontset_find_font): Optimize for the case of
12621 no need of reordering.
12622 (face_for_char): Map the charset property by
12623 Vfont_encoding_charset_alist.
12624
126252008-02-01 Jason Rumney <jasonr@gnu.org>
12626
12627 * w32font.c (logfonts_match): Don't check adstyle here.
12628 (font_matches_spec): Check here against physical font instead.
12629 (add_font_entity_to_list): Avoid some substitutions.
12630
12631 * font.c (font_parse_fcname): Default weight and slant to normal.
12632 (font_score): Prefer normal fonts if weight or slant unspecified.
12633 (font_score) [WINDOWSNT]: Scale weight difference down to closer
12634 match freetype scores.
12635
126362008-02-01 Jason Rumney <jasonr@gnu.org>
12637
12638 * w32font.c (w32font_text_extents): Don't use the frame stored in the
12639 font, as it may have been deleted.
12640 (w32_enumfont_pattern_entity): Map generic family to adstyle using
12641 most common hyphenless variation.
12642 (logfonts_match): Check generic family.
12643 (font_matches_spec): Don't check generic family here.
12644 (fill_in_logfont): Set generic family based on adstyle.
12645
12646 * w32font.h (w32font_get_cache): Update declaration.
12647
126482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12649
12650 * ftfont.c (ftfont_get_cache): Adjust the argument type.
12651
12652 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
12653 If none of the new drivers are available, call font_update_drivers
12654 with the old drivers.
12655
12656 * w32font.c (w32font_get_cache): Adjust the argument type.
12657
12658 * xfont.c (xfont_get_cache): Adjust the argument type.
12659
12660 * font.h (struct font_driver): Change argument type of get_cache.
12661
12662 * xftfont.c (xftfont_start_for_frame): Delete prototype.
12663
12664 * font.c (Ffont_get): Fix arguments to Fassoc.
12665 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
12666 (font_clear_cache): New function.
12667 (font_list_entities, font_matching_entity): Use font_get_cache.
12668 (font_update_drivers): Call font_clear_cache when finishing a driver.
12669
12670 * fontset.c (fontset_find_font): Fix previous change.
12671
126722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12673
12674 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
12675 dpyinfo->font_table.
12676 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
12677 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
12678
12679 * font.c (font_at): Handle the case that the arg C is negative.
12680 Handle the unibyte case.
12681 (Ffont_at): Call font_at with the arg C -1.
12682
12683 * xdisp.c (handle_auto_composed_prop): Don't get a character at
12684 the position here, and call font_at with the arg C -1.
12685 Don't check the range of the existing composition at the point.
12686
126872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12688
12689 * fontset.c (fontset_add): New args charset_id and family.
12690 Change caller.
12691 (load_font_get_repertory, fontset_find_font): Assume that
12692 font_spec is always a font-spec object.
12693 (Fset_fontset_font): Always store a font-spec object in a fontset.
12694
12695 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
12696 instead of get_property_and_range.
12697
126982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12699
12700 * xftfont.c (struct xftfont_info): Delete the member ft_face.
12701 (xftfont_open): Don't keep locking face.
12702 (xftfont_close): Don't unlock face.
12703 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
12704
12705 * fontset.c (fontset_find_font): Don't prefer a font of
12706 supplementary charset.
12707
127082008-02-01 Kenichi Handa <handa@m17n.org>
12709
12710 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
12711 script, langsys_tag to langsys, new member script.
12712 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 12713 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
12714 listing to the script specified in that property. Fix arg to
12715 OTF_check_features.
12716
127172008-02-01 Jason Rumney <jasonr@gnu.org>
12718
12719 * w32font.h: New file.
12720
12721 * w32font.c: Include it.
12722 (struct w32font_info): Add owning_frame field. Move to w32font.h.
12723 (w32font_open): Set owning_frame.
12724 (w32font_text_extents): Use owning_frame.
12725 (struct font_callback_data): Add opentype_only field.
12726 (add_font_entity_to_list): Use it to filter fonts.
12727 Don't check against full name.
12728 (w32font_list_internal): New function.
12729 (w32font_list): Use it.
12730 (w32font_match_internal): New function.
12731 (w32font_match): Use it.
12732 (w32font_open_internal): New function.
12733 (w32font_open): Use it.
12734 (w32font_get_cache, w32font_close, w32font_has_char)
12735 (w32font_encode_char, w32font_text_extents, w32font_draw):
12736 Make non-static.
12737
12738 * makefile.w32-in (w32font.o): Depend on w32font.h.
12739
127402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12741
12742 * charset.c (Fdefine_charset_internal): Record a supplementary
12743 charset at the tail of Vcharset_order_list.
12744
12745 * font.c (Ffont_shape_text): Fix the return value.
12746
12747 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
12748
12749 * xdisp.c (handle_auto_composed_prop): Fix previous change.
12750
127512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12752
12753 * ftfont.c (struct OpenTypeSpec): New struct.
12754 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
12755 (ftfont_get_open_type_spec): New function.
12756 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
12757
12758 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
12759
127602008-02-01 Jason Rumney <jasonr@gnu.org>
12761
12762 * w32font.c (add_font_entity_to_list): Compare only the beginning
12763 of full name.
12764
127652008-02-01 Kenichi Handa <handa@m17n.org>
12766
12767 * xdisp.c (handle_auto_composed_prop): Simplify the code.
12768 Never return HANDLED_RECOMPUTE_PROPS.
12769
127702008-02-01 Kenichi Handa <handa@m17n.org>
12771
12772 * font.c (font_gstring_produce): Delete it.
12773
12774 * composite.h (COMPOSITION_METHOD):
12775 Handle COMPOSITION_WITH_GLYPH_STRING.
12776
127772008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12778
12779 * xfont.c (Qx): Delete.
12780 (syms_of_xfont): Don't initialize Qx.
12781
12782 * composite.h (enum composition_method):
12783 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
12784
127852008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12786
12787 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
12788 (choose_face_font): Accept new form of font-spec.
12789
12790 * frame.h (font_driver_list): Declare it unconditionally.
12791 (struct frame): Define members font_driver_list and font_data_list
12792 unconditionally.
12793
12794 * fontset.c: Include "font.h" unconditionally.
12795 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
12796 (Fset_fontset_font): Accept a font-spec object.
12797
12798 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
12799 PIXEL_SIZE part a wild card.
12800
12801 * dispextern.h (struct glyph_string): Define members clip and
12802 num_clips unconditionally.
12803 (struct face): Define members font_info and extra unconditionally.
12804
12805 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
12806 ftfont_info only when HAVE_LIBOTF is defined.
12807
128082008-02-01 Andreas Schwab <schwab@suse.de>
12809
12810 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
12811 and end.
12812
128132008-02-01 Jason Rumney <jasonr@gnu.org>
12814
12815 * w32font.c (w32font_driver): Add new fields.
12816
128172008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12818
12819 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
12820 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
12821 (LIBES): Add @M17N_FLT_CFLAGS@.
12822
12823 * composite.c (compose_text): Don't treat the new style
12824 composition specially.
12825
12826 * emacs.c (main): Call syms_of_font unconditionally.
12827
12828 * font.h (FONT_ENTITY_NOT_LOADABLE)
12829 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
12830 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
12831 (struct font_driver): New member shape.
12832 (font_registry_charsets): Extern it.
12833 (font_find_for_lface, font_prepare_composition): Adjust prototype.
12834 (font_otf_capability, font_drive_otf): Delete their externs.
12835
12836 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
12837 (font_charset_alist, font_registry_charsets): Move from xfont.c
12838 and rename.
12839 (font_prop_validate_otf): New function.
12840 (font_property_table): Register it for QCotf.
12841 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
12842 (font_drive_otf): Delete.
12843 (font_prepare_composition): New arg F. Adjust for the change of
12844 lispy gstring.
12845 (font_find_for_lface): New arg C.
12846 (font_load_for_face): Adjust for the change of font_find_for_lface.
12847 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
12848 lispy gstring.
12849 (Ffont_shape_text): New function.
12850 (Fopen_font): If the font size is not given, use 12-pixel.
12851 (Ffont_at): New arg STRING.
12852 (syms_of_font): Initalize font_charset_alist.
12853 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
12854 conditionally.
12855
12856 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
12857 fonts of the same font-spec. Change the format of RFONT-DEF.
12858 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
12859 Adjust for the change of RFONT-DEF.
12860 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
12861
12862 * ftfont.h: New file.
12863
12864 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
12865 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12866 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12867 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
12868 font_otf_capability and font_drive_otf, set ftfont_shape.
12869 (ftfont_list): Adjust for the change of :otf property value.
12870 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
12871 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
12872 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
12873 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12874 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
12875 (otf_gstring, gstring, m17n_flt_initialized): New variables.
12876
12877 * w32term.c (x_draw_composite_glyph_string_foreground):
12878 Adjust for the change of lispy gstring.
12879
12880 * xdisp.c (handle_composition_prop): Adjust for the change of
12881 lispy gstring. Call a function for auto-composition with the
12882 third arg it->window.
12883 (fill_composite_glyph_string): Adjust for the change of lispy string.
12884 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
12885
12886 * xfaces.c (set_font_frame_param): Adjust for the change of
12887 font_find_for_lface.
12888
12889 * xfont.c (x_font_charset_alist): Move to font.c and rename.
12890 (xfont_registry_charsets): Likewise. Change caller.
12891 (syms_of_xfont): Don't handle x_font_charset_alist.
12892
12893 * xftfont.c: Include "ftfont.h".
12894 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12895 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12896 (xftfont_close) [HAVE_LIBOTF]: Close otf.
12897 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12898 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
12899 Set xftfont_driver.shape to xftfont_shape.
12900
12901 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12902 the change of lispy gstring.
12903
129042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12905
12906 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
12907
129082008-02-01 Jason Rumney <jasonr@gnu.org>
12909
12910 * w32font.c (w32font_draw): Fill background manually.
12911
129122008-02-01 Jason Rumney <jasonr@gnu.org>
12913
12914 * font.c (Qfontp): Remove unused symbol.
12915 (QCantialias): New symbol.
12916 (syms_of_font): Define it.
12917 (font_property_table): Set a validator for QCantialias.
12918
12919 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
12920 Define if not already.
12921 (QCfamily): Share with xfaces.c.
12922 (Qstandard, Qsubpixel, Qnatural): New symbols.
12923 (syms_of_w32font): Define them. Don't define QCfamily here.
12924 (w32_antialias_type, lispy_antialias_type): New functions.
12925 (w32_enumfont_pattern_entity): New arg requested_font.
12926 Set antialias parameter if non-default was requested.
12927 (fill_in_logfont): Fill in lfQuality if :antialias specified.
12928
129292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12930
12931 * lread.c (read1): Undo the previous change.
12932
129332008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
12934
12935 * frame.c (Fdelete_frame): Call font_update_drivers only when
12936 USE_FONT_BACKEND is defined.
12937
129382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12939
12940 * font.h (struct font_bitmap): New member bits_per_pixel.
12941 (struct font_driver): New members start_for_frame and end_for_frame.
12942 (struct font_data_list): New struct.
12943 (font_put_frame_data, font_get_frame_data): Extern them.
12944
12945 * frame.h (struct frame): New member font_data_list.
12946
12947 * font.c (font_update_drivers): Call driver->start_for_frame and
12948 driver->end_for_frame at proper timings.
12949 (font_put_frame_data, font_get_frame_data): New functions.
12950 (Ffont_spec): Add usage in the docstring.
12951
12952 * frame.c (make_frame): Initialize f->font_data_list to NULL.
12953 (Fdelete_frame): Call font_update_drivers.
12954
12955 * xftfont.c (struct xftface_info): Delete the member xft_draw.
12956 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
12957 (xftfont_get_xft_draw): New function.
12958 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
12959 (xftfont_end_for_frame): New function.
12960 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
12961
12962 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
12963 Change argument. Cache GCs in the per-frame data.
12964 (struct ftxfont_frame_data): New struct.
12965 (ftxfont_draw_bitmap): New arg gc_fore and flush.
12966 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
12967 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
12968 (ftxfont_end_for_frame): New function.
12969 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
12970
12971 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
12972
129732008-02-01 Kenichi Handa <handa@m17n.org>
12974
12975 * xselect.c (Vselection_coding_system)
12976 (Vnext_selection_coding_system): Delete them.
12977 (syms_of_xselect): Don't declare selection-coding-system and
12978 next-selection-coding-system. They are declared in select.el.
12979
129802008-02-01 Jason Rumney <jasonr@gnu.org>
12981
12982 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
12983
12984 * w32fns.c: Include imm.h.
12985 (get_composition_string_fn, get_ime_context_fn): New optional
12986 system functions.
12987 (globals_of_w32fns): Load them from imm32.dll.
12988 (ignore_ime_char): New flag.
12989 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
12990 WM_IME_ENDCOMPOSITION messages.
12991
12992 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
12993 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
12994
129952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12996
12997 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
12998 (READCHAR_REPORT_MULTIBYTE): New macro.
12999 (readchar): New 2nd arg MULTIBYTE.
13000 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
13001 Make symbol's name multibyte according to the multibyteness of the
13002 source.
13003
130042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13005
13006 * xfaces.c (face_for_overlay_string): Call lookup_face with
13007 correct arguments (fix of synching with the trunk).
13008
130092008-02-01 Kenichi Handa <handa@m17n.org>
13010
13011 * font.c (font_prop_validate_symbol, font_prop_validate_style)
13012 (font_prop_validate_non_neg, font_prop_validate_spacing):
13013 Delete argument prop_index.
13014 (font_property_table): Change arguments to validater. Change Callers.
13015 (font_lispy_object): Delete.
13016 (font_at): Use font_find_object instead fo font_lispy_object.
13017
130182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
13019
13020 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
13021 and file names.
13022
130232008-02-01 Jason Rumney <jasonr@gnu.org>
13024
13025 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
13026 (font_matches_spec): Remove debug output.
13027 (add_font_entity_to_list): Avoid using substituted fonts.
13028
130292008-02-01 Jason Rumney <jasonr@gnu.org>
13030
13031 * doc.c (Fsnarf_documentation):
13032 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
13033
130342008-02-01 Miles Bader <miles@gnu.org>
13035
13036 * dispextern.h (struct glyph_row): Only define "clip" field if
13037 HAVE_WINDOW_SYSTEM is defined.
13038
130392008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13040
13041 Fix up multi-tty merge.
13042
13043 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
13044 and indentation.
13045
13046 * xfaces.c (free_realized_face, clear_face_gcs):
13047 Include font_done_for_face in the input_blocked section, just in case.
13048
13049 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
13050 (get_char_face_and_encoding): Undo last change and remove the *other*
13051 duplicate definition (i.e. keep the one that's better scoped and that
13052 includes code for the font-backend).
13053
13054 * terminal.c (create_terminal): Default keyboard_coding to
13055 `no-conversion' and terminal_coding to `undecided'.
13056
13057 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
13058
13059 * fontset.c (free_realized_fontsets): Check that the table entry does
13060 contain a fontset before trying to compare it to `base'.
13061
13062 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
13063 syms_of_charset, and syms_of_coding earlier because init_window_once
13064 now needs Vcoding_system_hash_table to be setup.
13065
13066 * coding.h (default_buffer_file_coding): Remove.
13067
13068 * coding.c (default_buffer_file_coding): Remove.
13069 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
13070 than ->symbol, and use the terminal-local coding system.
13071 (syms_of_coding): Don't setup the coding-systems that are not
13072 terminal-local.
13073 (Fdefine_coding_system_internal): Use XCAR/XCDR.
13074
13075 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
13076 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
13077
13078 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
13079 in chartab.c and were re-added here by mistake.
13080 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
13081
13082 * doc.c (Fsnarf_documentation):
13083 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
13084 src to etc.
13085
13086 * ChangeLog.10: Add mistakenly removed entry.
13087
130882008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13089
13090 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
13091
130922008-02-01 Miles Bader <miles@gnu.org>
13093
13094 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
13095 Add extra args to FACE_FOR_CHAR.
13096
130972008-02-01 Kenichi Handa <handa@m17n.org>
13098
13099 * keymap.c (where_is_internal_1): If key is a cons, store the copy
13100 in sequence.
13101
13102 * chartab.c (map_sub_char_table, map_char_table): If the range
13103 contains just one character, call the function with that character
13104 even if the depth is not 3.
13105
131062008-02-01 Jason Rumney <jasonr@gnu.org>
13107
13108 * w32font.c (w32font_text_extents): Calculate metrics for the
13109 whole string.
13110
131112008-02-01 Jason Rumney <jasonr@gnu.org>
13112
13113 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
13114
131152008-02-01 Jason Rumney <jasonr@gnu.org>
13116
13117 * w32term.c (x_set_glyph_string_clipping): Use
13118 get_glyph_string_clip_rects.
13119 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13120 Adjust for the change of struct glyph_string.
13121
13122 * w32font.c (w32font_draw): Do clipping here.
13123
131242008-02-01 Kenichi Handa <handa@m17n.org>
13125
13126 * xftfont.c (xftfont_draw): Adjust for the change of struct
13127 glyph_string.
13128
13129 * xterm.c (x_set_glyph_string_clipping): Use
13130 get_glyph_string_clip_rects.
13131 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
13132 Adjust for the change of struct glyph_string.
13133
13134 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
13135 the resulting clip(s}.
13136 (expose_overlaps): Add arg r. Change callers. Set it to
13137 row->clip temporarily.
13138 (expose_window): Redraw rows overlapping the exposed area.
13139
13140 * dispextern.h (struct glyph_row): New member clip.
13141 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
13142 clip_height, new member clip, and num_clips.
13143
131442008-02-01 Kenichi Handa <handa@m17n.org>
13145
13146 * data.c (Fchar_or_string_p): Fix docstring.
13147
131482008-02-01 Kenichi Handa <handa@m17n.org>
13149
13150 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
13151 create a temporary XftDraw object.
13152
131532008-02-01 Kenichi Handa <handa@m17n.org>
13154
13155 * font.c (Ffontp): Fix docstring.
13156
13157 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
13158 strong evidence of ISO-2022.
13159
131602008-02-01 Kenichi Handa <handa@m17n.org>
13161
13162 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
13163 SYNTAX_ENTRY_FOLLOW_PARENT.
13164
131652008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13166
13167 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
13168 its type.
13169 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13170 Update to the new type of weak_hash_tables and next_weak.
13171
13172 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
13173 a plain C pointer to Lisp_Hash_Table.
13174
13175 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
13176 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
13177 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
13178 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
13179 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
13180 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
13181 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
13182 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
13183 (GC_EQ): Remove since they've been identical to their non-GC_
13184 alter-egos ever since the markbit was eradicated.
13185
13186 * alloc.c:
13187 * buffer.c:
13188 * buffer.h:
13189 * data.c:
13190 * fileio.c:
13191 * filelock.c:
13192 * fns.c:
13193 * frame.h:
13194 * lisp.h:
13195 * macterm.c:
13196 * print.c:
13197 * process.c:
13198 * w32fns.c:
13199 * w32menu.c:
13200 * w32term.c:
13201 * xfns.c:
13202 * xmenu.c:
13203 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
13204
132052008-02-01 Kenichi Handa <handa@m17n.org>
13206
13207 * chartab.c (map_sub_char_table): Make it work for the top-level
13208 char-table. Fix handling of parent char-table.
13209 (map_char_table): Adjust for the above change.
13210
132112008-02-01 Jason Rumney <jasonr@gnu.org>
13212
13213 * w32font.c (Qgdi): Rename from Qw32.
13214
132152008-02-01 Jason Rumney <jasonr@gnu.org>
13216
13217 * w32bdf.c (get_quoted_string): Make function static.
13218
132192008-02-01 Kenichi Handa <handa@m17n.org>
13220
13221 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
13222 bigger ascent and descent than those of the font, use them as
13223 font's ascent and descent.
13224
132252008-02-01 Kenichi Handa <handa@m17n.org>
13226
13227 * Makefile.in (${lispsource}international/charprop.el): Move this
13228 target within "#ifdef HAVE_UNIDATA" and "#endif".
13229
132302008-02-01 Kenichi Handa <handa@m17n.org>
13231
13232 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
13233 (shortlisp): Add ../lisp/language/tai-viet.el.
13234
132352008-02-01 Ulrich Mueller <ulm@gentoo.org>
13236
13237 * Makefile.in (${lispsource}international/charprop.el): Depend on
13238 temacs${EXEEXT}.
13239
132402008-02-01 Jason Rumney <jasonr@gnu.org>
13241
13242 * w32font.c (w32font_close): Delete the GDI font object.
13243
13244 * w32menu.c: Include character.h.
13245
13246 * w32proc.c: Likewise.
13247
13248 * w32select.c: Likewise.
13249
13250 * makefile.w32-in (w32proc.o): Depend on character.h.
13251
132522008-02-01 Jason Rumney <jasonr@gnu.org>
13253
13254 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
13255
13256 * w32menu.c (syms_of_w32menu): Likewise.
13257
13258 * w32proc.c (syms_of_ntproc): Likewise.
13259
13260 * w32select.c (syms_of_w32select): Likewise.
13261
13262 * w32term.c (syms_of_w32term): Likewise.
13263
132642008-02-01 Jason Rumney <jasonr@gnu.org>
13265
13266 * w32font.c (w32font_draw): Delete brush after using it.
13267
132682008-02-01 Jason Rumney <jasonr@gnu.org>
13269
13270 * w32font.c (w32font_open): Don't set font_idx.
13271 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
13272 to font settings.
13273 (w32font_draw): Fill background explicitly.
13274
132752008-02-01 Jason Rumney <jasonr@gnu.org>
13276
13277 * w32term.c (w32_initialize): Don't call w32font_initialize.
13278
13279 * w32font.c (w32font_info): Remove subranges.
13280 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
13281 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
13282 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
13283 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
13284 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
13285 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
13286 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
13287 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
13288 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
13289 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
13290 New symbols.
13291 (font_callback_data): New struct.
13292 (w32font_list, w32font_match): Use it.
13293 (w32font_open): Don't populate subranges.
13294 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
13295 (w32font_encode_char): Always return unicode code-point as-is.
13296 (w32font_text_extents): Supply a transformation matrix to
13297 GetGlyphOutline. Never look up by glyph index. Avoid looping
13298 twice. Use unicode version of GetTexExtentPoint32 instead of
13299 glyph index version.
13300 (set_fonts_frame): Remove.
13301 (w32_enumfont_pattern_entity): Add frame parameter, use it to
13302 set frame parameter. Use backward compatible fake foundries.
13303 Save generic family in extra slot under QCfamily. Make width slot
13304 constant. Save QCspacing value. Save list of scripts instead of
13305 binary subranges.
13306 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
13307 (add_font_entity_to_list): Use font_callback_data struct. Filter
13308 unwanted fonts.
13309 (add_one_font_entity_to_list): Use font_callback_data struct.
13310 (w32_registry): Default to iso10646_1.
13311 (fill_in_logfont): Use dpi from extra slot. Don't bother with
13312 string font registries. Don't fill in font name if it is a generic
13313 family name, fill family instead. Use spacing, family and script
13314 extra info to fill pitch, family and charset fields.
13315 (list_all_matching_fonts): Use font_callback_data struct.
13316 (unicode_range_for_char): Remove.
13317 (font_supported_scripts): New function.
13318 (w32font_initialize): Remove.
13319 (syms_of_w32font): Update which symbols are defined.
13320
133212008-02-01 Jason Rumney <jasonr@gnu.org>
13322
13323 * font.c (font_pixel_size): Reverse assq_no_quit args.
13324
13325 * w32term.h (FONT_WIDTH): Report max width, not average.
13326 (FONT_MAX_WIDTH): Remove.
13327 (FONT_AVG_WIDTH): New macro.
13328
13329 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
13330 redefinition of FONT_WIDTH.
13331
13332 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
13333 (w32_cache_char_metrics): Use FONT_WIDTH.
13334
13335 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
13336
133372008-02-01 Jason Rumney <jasonr@gnu.org>
13338
13339 * w32font.c (w32font_open): Make lfHeight negative.
13340
13341 * w32fns.c (x_default_font_parameter): Use new style font name.
13342 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
13343
133442008-02-01 Jason Rumney <jasonr@gnu.org>
13345
13346 * w32font.c (QCsubranges): New symbol.
13347 (w32font_open, w32font_has_char): Get subranges from subproperty
13348 of extra.
13349 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
13350 (syms_of_w32font): Define :subranges symbol.
13351
13352 * font.c (font_put_extra): Expose externally.
13353
13354 * font.h (font_put_extra): Move declaration from font.c.
13355
13356 * font.c (Ffont_get): Use font driver to determine otf capability.
13357 (adjust_anchor): Check if driver defines anchor_point before using.
13358
13359 * w32font.c (w32font_open): Handle size, height and pixel_size better.
13360 (w32font_draw): Use options.
13361 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
13362 Fix detection of truetype fonts.
13363 (registry_to_w32_charset): Handle charsets other than iso8859-1
13364 expressed as lisp symbols.
13365 (w32_registry): Express charset as lisp symbol.
13366 (fill_in_logfont): Reverse pixel and point height logic.
13367 Don't set width here. Set quality to default.
13368
13369 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
13370 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
13371
13372 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13373 Remove redundant loop and allocation.
13374
13375 * makefile.w32-in (font.o, w32font.o): New objects.
13376 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
13377 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
13378
13379 * xdisp.c (fill_composite_glyph_string): Make the first arg to
13380 STORE_XCHARB a valid l-value.
13381
13382 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
13383 calculations for non-Truetype fonts.
13384 (x_draw_glyph_string): Sync with xterm.c.
13385 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
13386 Remove redundant code.
13387 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
13388
13389 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
13390 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
13391
13392 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
13393 (x_to_w32_charset, w32_to_x_charset): Expose externally.
13394
13395 * w32font.c: New file for w32 font backend.
13396
133972008-02-01 Kenichi Handa <handa@m17n.org>
13398
13399 * term.c: Don't include "buffer.h" twice.
13400
134012008-02-01 Kenichi Handa <handa@m17n.org>
13402
13403 * character.c (Funibyte_string): New function.
13404 (syms_of_character): Defsubr it.
13405
134062008-02-01 Jason Rumney <jasonr@gnu.org>
13407
13408 * w32term.c [USE_FONT_BACKEND]:
13409 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
13410 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
13411 (x_draw_glyph_string, x_draw_glyph_string_foreground)
13412 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
13413 (x_free_frame_resources): Sync with xterm.c.
13414
134152008-02-01 Andreas Schwab <schwab@suse.de>
13416
13417 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
13418 char-table size.
13419
134202008-02-01 Kenichi Handa <handa@m17n.org>
13421
13422 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
13423
134242008-02-01 Kenichi Handa <handa@m17n.org>
13425
13426 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
13427 font_otf_gpos, add font_drive_otf.
13428
13429 * fontset.c (fontset_find_font): Pay attention to font size
13430 specified for a font.
13431 (reorder_font_vector): Check contents of font_def.
13432
13433 * font.c (struct otf_list): Delete it.
13434 (otf_list): Make it a lisp variable.
13435 (otf_open): Use lispy otf_list.
13436 (generate_otf_features): Rename from parse_gsub_gpos_spec.
13437 (check_otf_features): New function.
13438 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
13439 New functions.
13440 (font_drive_otf): New function merging font_otf_gsub and
13441 font_otf_gpos.
13442 (font_open_for_lface): New arg spec. Change argument order.
13443 (font_load_for_face): Adjust for the change of font_open_for_lface.
13444 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
13445 Ffont_otf_gpos.
13446 (syms_of_font): Staticpro otf_list. Delete defsubr of
13447 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
13448
13449 * xfaces.c (set_font_frame_param): Adjust for the change of
13450 font_open_for_lface.
13451
13452 * font.h (font_open_for_lface): Adjust prototype.
13453 (struct font_driver): Delete members otf_gsub and otf_gpos, add
13454 member otf_drive.
13455 (font_otf_gsub, font_otf_gpos): Delete externs.
13456 (font_drive_otf): Extern it.
13457
134582008-02-01 Kenichi Handa <handa@m17n.org>
13459
13460 * font.c (font_at): If the window W is not on a window system,
13461 return Qnil.
13462
13463 * coding.c (produce_chars, encode_coding): Don't call
13464 insert_from_gap if no characters to produce.
13465
134662008-02-01 Kenichi Handa <handa@m17n.org>
13467
13468 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
13469 Fclear_face_cache.
13470
13471 * xfaces.c (face_for_font): Check also face->font==font->font.font.
13472
134732008-02-01 Miles Bader <miles@gnu.org>
13474
13475 * emacs.c (main): Change default value of `enable_font_backend' to 1.
13476 Parse "--disable-font-backend" option.
13477 (standard_args): Add "--disable-font-backend" option.
13478
134792008-02-01 Kenichi Handa <handa@m17n.org>
13480
13481 * fontset.c (fontset_find_font): New function.
13482 (fontset_font): Use fontset_find_font.
13483 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
13484 Register the specified font for all Latin characters.
13485 (new_fontset_from_font): Register the specified font for all Latin
13486 characters.
13487 (dump_fontset): For a realized fontset, include the base fontset
13488 name in the returned vector.
13489
134902008-02-01 Kenichi Handa <handa@m17n.org>
13491
13492 * character.h (CHAR_STRING): Cast C to unsigned on calling
13493 char_string.
13494
13495 * character.c (char_string): Type of arg C changed to unsigned.
13496 Signal an error if C is an invalid character code.
13497
13498 * editfns.c (general_insert_function, Fchar_to_string):
13499 Use CHARACTERP, not INTEGERP.
13500
135012008-02-01 Kenichi Handa <handa@m17n.org>
13502
13503 * character.h (MIN_MULTIBYTE_LEADING_CODE)
13504 (MAX_MULTIBYTE_LEADING_CODE): New macros.
13505
13506 * regex.c (analyse_first): Fix for multibyte characters in "case
13507 charset:" and "case categoryspec:".
13508
135092008-02-01 Andreas Schwab <schwab@suse.de>
13510
13511 * Makefile.in (LIBES): Move standard libraries to the end.
13512
135132008-02-01 Kenichi Handa <handa@m17n.org>
13514
13515 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
13516 nonzero, don't shrink the buffer nextb.
13517
13518 * buffer.h (struct buffer_text): New member inhibit_shrinking.
13519
13520 * coding.c (coding_alloc_by_making_gap): New arg offset.
13521 (alloc_destination): Call coding_alloc_by_making_gap with the arg
13522 offset.
13523 (decode_coding_iso_2022): Update coding->safe_charsets.
13524 (decode_coding_gap): Temporarily set
13525 current_buffer->text->inhibit_shrinking to 1.
13526
135272008-02-01 Kenichi Handa <handa@m17n.org>
13528
13529 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
13530 indexing into elements of s->cmp and s->char2b.
13531
135322008-02-01 Juanma Barranquero <lekktu@gmail.com>
13533
13534 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
13535
135362008-02-01 Kenichi Handa <handa@m17n.org>
13537
13538 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
13539 target_multibyte instead of multibyte.
13540 (re_match_2_internal): Call bcmp_translate with target_multibyte.
13541 (bcmp_translate): Change the argument name from multibyte to
13542 target_multibyte.
13543
135442008-02-01 Kenichi Handa <handa@m17n.org>
13545
13546 These changes are to compile a regexp into a pattern that can be
13547 used both for multibyte and unibyte targets.
13548
13549 * Makefile.in (search.o): Depend on charset.h.
13550
13551 * character.c (multibyte_char_to_unibyte_safe): New function.
13552
13553 * search.c: Include "charset.h".
13554 (compile_pattern_1): Delete argument multibyte. Don't set
13555 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
13556 (compile_pattern): Don't compare cp->buf.target_multibyte.
13557 Compare cp->buf.charset_unibyte.
13558 (compile_pattern): Set cp->buf.target_multibyte.
13559
13560 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
13561
13562 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
13563
13564 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
13565 multibyte. Change callers.
13566 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
13567 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
13568 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
13569 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
13570 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
13571 (regex_compile): Make the compiled pattern usable both for
13572 multibyte and unibyte targets.
13573 (analyse_first): Make the fastmap usable both for multibyte and
13574 unibyte targets.
13575 (TRANSLATE_VIA_MULTIBYTE): Delete.
13576 (re_match_2_internal): Pay attention to the case that the
13577 multibyteness of bufp and target may be different.
13578
135792008-02-01 Kenichi Handa <handa@m17n.org>
13580
13581 * xdisp.c (x_produce_glyphs): When a font is not found, make the
13582 empty box occupy at least one column width.
13583
135842008-02-01 Miles Bader <miles@gnu.org>
13585
13586 * Makefile.in: Remove redundant HAVE_XFT clause.
13587
135882008-02-01 Kenichi Handa <handa@m17n.org>
13589
13590 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
13591
135922008-02-01 Kenichi Handa <handa@m17n.org>
13593
13594 * fontset.c (Finternal_char_font): Fix for the case of POSITION
13595 being nil.
13596
135972008-02-01 Kenichi Handa <handa@m17n.org>
13598
13599 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
13600
136012008-02-01 Kenichi Handa <handa@m17n.org>
13602
13603 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
13604
136052008-02-01 Kenichi Handa <handa@m17n.org>
13606
13607 * search.c (simple_search): Fix previous change.
13608
136092008-02-01 Kenichi Handa <handa@m17n.org>
13610
13611 * xftfont.c (ftfont_font_format): Extern declaration.
13612
13613 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
13614
13615 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
13616 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
13617
13618 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
13619 (ftfont_font_format): Fix previous change.
13620
13621 * font.h (Ffont_xlfd_name): EXFUN it.
13622
13623 * font.c (font_parse_xlfd): Fix the array size of `f'.
13624 (register_font_driver): Use EQ to compare driver->type.
13625
13626 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
13627 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
13628 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
13629
136302008-02-01 Kenichi Handa <handa@m17n.org>
13631
13632 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
13633 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
13634
136352008-02-01 Kenichi Handa <handa@m17n.org>
13636
13637 * xfont.c (xfont_open): Set font->format.
13638
13639 * xftfont.c (xftfont_open): Set font->format.
13640
13641 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
13642 (ftfont_list): Include FC_FONTFORMAT in FcObject.
13643 (ftfont_open): Set font->format.
13644 (ftfont_font_format): New function.
13645
13646 * font.h (struct font): New member format.
13647
13648 * font.c (Qopentype): New variable.
13649 (syms_of_font): Defsym it.
13650 (Fquery_font): Change the format of the last element of the return
13651 value.
13652
136532008-02-01 Kenichi Handa <handa@m17n.org>
13654
13655 * xfns.c (xic_create_xfontset): Try the default fontset name as a
13656 last resort.
13657
136582008-02-01 Kenichi Handa <handa@m17n.org>
13659
13660 * coding.c (detect_coding_charset): Fix detection of multi-byte
13661 charset.
13662
136632008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
13664
13665 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
13666
136672008-02-01 Kenichi Handa <handa@m17n.org>
13668
13669 * xdisp.c (get_next_display_element): Set it->face_id for the
13670 first component of a composition.
13671 (x_produce_glyphs): Check if the font is changed or not for composition.
13672
136732008-02-01 Kenichi Handa <handa@m17n.org>
13674
13675 * fontset.c (Qlatin): New variable.
13676 (syms_of_fontset): Define it as a lisp symbol.
13677 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
13678
136792008-02-01 Kenichi Handa <handa@m17n.org>
13680
13681 * font.c (font_unparse_fcname): Pay attention to the case that
13682 some of font property is a null string.
13683
136842008-02-01 Kenichi Handa <handa@m17n.org>
13685
13686 * term.c: Include "composite.h".
13687 (encode_terminal_code): Output all components of composition.
13688 Check the size of encode_terminal_src.
13689 (produce_glyphs): For composition, call produce_composite_glyph.
13690 (append_composite_glyph, produce_composite_glyph): New functions.
13691
13692 * xdisp.c (x_produce_glyphs): In handling composition, if a font
13693 is not found, get font_info from the current ascii face.
13694
136952008-02-01 Kenichi Handa <handa@m17n.org>
13696
13697 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
13698 buffer-file-name to Qnil before calling insert_from_buffer.
13699
13700 * font.c (font_unparse_fcname): Pay attention to the case that
13701 foundry is a null string.
13702
137032008-02-01 Kenichi Handa <handa@m17n.org>
13704
13705 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
13706
13707 * font.c (Qunicode_sip): New variable.
13708 (syms_of_font): Declare it as a Lisp symbol.
13709
13710 * font.h (Qunicode_sip): Extern it.
13711
137122008-02-01 Kenichi Handa <handa@m17n.org>
13713
13714 * composite.c (get_composition_id): Pay attention to TAB component.
13715
13716 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
13717 TAB. Adjust for the change of s->char2b which always points to
13718 the first element of allocated memory.
13719
13720 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
13721
13722 * xdisp.c (handle_composition_prop): Set it->c to the first
13723 non-TAB component.
13724 (fill_composite_glyph_string): Change argument.
13725 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
13726 (x_produce_glyphs): Fix handling of left/right padding.
13727
137282008-02-01 Kenichi Handa <handa@m17n.org>
13729
13730 * coding.c (detect_coding_system): Fix for handling off
13731 inhibit_iso_escape_detection. Fix for the case that no coding
13732 system is defined for a specific coding category.
13733
137342008-02-01 Kenichi Handa <handa@m17n.org>
13735
13736 * font.c (font_matching_entity): Delete unused local var.
13737
13738 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
13739 opening a font.
13740
13741 * fileio.c (Finsert_file_contents): On recovering a file, assume
13742 Unix-like eol.
13743 (choose_write_coding_system): On auto-saving a file, force
13744 Unix-like eol.
13745
13746 * coding.c (setup_coding_system): Fix setting of
13747 coding->common_flags based on eol_type.
13748 (coding_inherit_eol_type): If PARENT is not nil, be sure to
13749 inherit from it.
13750
137512008-02-01 Kenichi Handa <handa@m17n.org>
13752
13753 * alloc.c (NSTATICS): Increas to 0x600.
13754
137552008-02-01 Kenichi Handa <handa@m17n.org>
13756
13757 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
13758 (ftfont_list): Don't check :name property.
13759 (ftfont_match): New function.
13760 (ftfont_pattern_entity): If the pattern doesn't contain
13761 FC_SPACING, don't assume FC_MONO.
13762
13763 * font.h (struct font_driver): New member `match'.
13764 (font_update_drivers): Adjust prototype.
13765
13766 * font.c (font_parse_fcname, font_parse_name): Don't change :name
13767 property of FONT.
13768 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
13769 them unconditionally.
13770 (font_matching_entity): New function.
13771 (font_open_by_name): Try font_matching_entity if exact match is
13772 not found.
13773 (font_update_drivers): Delete the arg FONT. Return a list of
13774 actually used backends. Don't free faces, font caches here.
13775 Don't store data in frame parameters. Don't call x_set_font.
13776 (Ffont_spec): Store :name property as is.
13777 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
13778 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
13779 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
13780 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
13781 Call font->driver->otf_gsub instead of font_otf_gsub.
13782
13783 * frame.c (x_set_font_backend): Do more works that were done in
13784 font_update_drivers before.
13785
13786 * xfont.c (xfont_match): New function.
13787 (xfont_driver): Set xfont_driver.match to xfont_match.
13788 (xfont_draw): Set font in GC if necessary.
13789
13790 * ftxfont.c (ftxfont_match): New function.
13791 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
13792
13793 * xftfont.c (xftfont_match): New function.
13794 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
13795
137962008-02-01 Kenichi Handa <handa@m17n.org>
13797
13798 * font.h (struct font): New member scalable.
13799 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
13800 (font_otf_gsub): Adjust prototype.
13801
13802 * font.c (font_otf_capability): Fix handling of the default langsys.
13803 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
13804 Check the contents of SPEC.
13805 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
13806 (check_gstring): New function.
13807 (REPLACEMENT_CHARACTER): New macro.
13808 (font_otf_gsub): New arg alternate_subst. Be sure to set all
13809 glyph codes of GSTRING.
13810 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
13811 (font_prepare_composition): Set cmp->glyph_len.
13812 (font_open_entity): Set font->scalable.
13813 (Ffont_get): Handle :otf property.
13814 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
13815 functions.
13816 (Fquery_font): Use font->font.full_name.
13817 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
13818 Sfont_otf_alternates.
13819
13820 * ftfont.c (ftfont_open): Set font->font.full_name and
13821 font->font.name properly. Fix calculation of font->font.height
13822 and font->min_width.
13823
13824 * ftxfont.c (ftxfont_create_gcs): New function.
13825 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
13826 (ftxfont_draw_backgrond): Fix filling region.
13827 (ftxfont_default_fid): New function.
13828 (ftxfont_open): Set xfont->fid to the return value of
13829 ftxfont_default_fid.
13830 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
13831 (ftxfont_done_face): Free only GCs that are created by
13832 ftxfont_create_gcs.
13833 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
13834
13835 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
13836 Clip to src->width, etc (not src->clip_XXX).
13837
13838 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
13839 FontBackend frame parameter.
13840
138412008-02-01 Kenichi Handa <handa@m17n.org>
13842
13843 * font.h (struct font_driver_list): New member `on'.
13844 (Fclear_font_cache): EXFUN it.
13845 (font_update_drivers): Extern it.
13846
13847 * font.c (font_unparse_fcname): Fix typo (swidth->width).
13848 (font_list_entities): Check driver_list->on.
13849 (register_font_driver): Initalize `on' member to 0.
13850 (font_update_drivers): New function.
13851 (Fclear_font_cache): Check driver_list->on.
13852
13853 * frame.h (Qfont_backend): Extern it.
13854 (x_set_font_backend): Extern it.
13855
13856 * frame.c (Qfont_backend): New variable.
13857 (frame_parms): New element for font-backend.
13858 (x_set_font_backend): New function.
13859
13860 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
13861 FontBackend frame parameter.
13862 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
13863 x_set_font_backend.
13864
13865 * xfont.c (xfont_list): Don't try listing by :name property if the
13866 name is not for XLFD.
13867
138682008-02-01 Kenichi Handa <handa@m17n.org>
13869
13870 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
13871 (LGLYPH_SET_TO): New macros.
13872 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
13873 element of G is vector or not.
13874 (font_at): Extern it.
13875
13876 * font.c: Include window.h.
13877 (font_lispy_object): New function.
13878 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
13879 end of valid glyph.
13880 (font_close_object): Fix getting (struct font *).
13881 (font_at): New function.
13882 (Ffont_get): If FONT is a font-object, get entity from it.
13883 (Ffont_make_gstring): Initialize elements of glyphs with nil.
13884 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
13885 range check.
13886 (Ffont_at): New function.
13887 (syms_of_font): Defsubr Sfont_at.
13888
13889 * xdisp.c (it_props): Move the entry for Qauto_composed to just
13890 before the entry for Qcomposition.
13891 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
13892 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
13893 the font in gstring.
13894 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
13895 LGLYPH_FORM (g) to detect the end of valid glyph.
13896 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
13897 we are composing with gstring.
13898
13899 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
13900 Check if adjustment is vector or not.
13901
13902 * Makefile.in (font.o): Make it depends on window.h.
13903
139042008-02-01 Kenichi Handa <handa@m17n.org>
13905
13906 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
13907 adjustment is vector or not.
13908
139092008-02-01 Miles Bader <miles@gnu.org>
13910
13911 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
13912
139132008-02-01 Kenichi Handa <handa@m17n.org>
13914
13915 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
13916 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
13917 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
13918
13919 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
13920 (DEVICE_DELTA): Fix typo.
13921 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
13922 LGLYPH format.
13923
13924 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13925 the change of LGLYPH format.
13926
139272008-02-01 Kenichi Handa <handa@m17n.org>
13928
13929 * ftfont.c (ftfont_list): Fix typo.
13930 (ftfont_build_basic_charsets): Don't include letters with diacritics.
13931
139322008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13933
13934 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
13935
13936 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
13937 xftface_info is non-NULL.
13938
139392008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13940
13941 * ftfont.c (ftfont_list): Move misplaced #endif.
13942
139432008-02-01 Kenichi Handa <handa@m17n.org>
13944
13945 * ftfont.c (ftfont_list): Pay attention to the case that
13946 FC_CAPABILITY is not defined.
13947
139482008-02-01 Kenichi Handa <handa@m17n.org>
13949
13950 * xftfont.c (xftfont_open): Set charset related members to -1.
13951
13952 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
13953 QCname.
13954 (ftfont_open): Set charset related members to -1.
13955
13956 * fontset.c (Votf_script_alist): New variable.
13957 (syms_of_fontset): Initialize it.
13958 (fontset_font): Delete unused variable.
13959
13960 * fontset.h (Votf_script_alist): Extern it.
13961
13962 * font.c (font_find_for_lface): Optimize code.
13963
13964 * font.h (font_close_object, font_merge_old_spec): Extern them.
13965
139662008-02-01 Kenichi Handa <handa@m17n.org>
13967
13968 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
13969 (syms_of_font): Initialize them.
13970 (font_pixel_size): Allow float value in dpi.
13971 (font_prop_validate_type): Delete.
13972 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
13973 Change caller.
13974 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
13975 (font_prop_validate_extra): Delete.
13976 (font_prop_validate_spacing): New function.
13977 (font_property_table): Add elements for all known properties.
13978 (get_font_prop_index): Rename from check_font_prop_name. New
13979 argument FROM. Change caller.
13980 (font_prop_validate): Validate all known properties.
13981 (font_put_extra): Delete argument force. Change caller.
13982 (font_expand_wildcards): Make it static. Fix the way of shrinking
13983 the possible range.
13984 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
13985 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
13986 Change caller.
13987 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
13988 (font_parse_fcname): Delete argument merge. Fix parsing of point
13989 size. Don't validate properties values here. Change caller.
13990 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
13991 (font_open_by_name): Delete unused variable.
13992 (Ffont_spec): Likewise. Validate property values.
13993 (Ffont_match_p): New function.
13994
13995 * font.h (QCscalable): Extern it.
13996 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
13997
13998 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
13999
14000 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
14001 (xfont_list_pattern): New function.
14002 (xfont_list): Use xfont_list_pattern.
14003
140042008-02-01 Kenichi Handa <handa@m17n.org>
14005
14006 * font.h (Flist_fonts): EXFUN it.
14007
140082008-02-01 Jason Rumney <jasonr@gnu.org>
14009
14010 * w32term.c (w32_initialize): Add back smoothing_type and
14011 smoothing_enabled definitions.
14012
140132008-02-01 Kenichi Handa <handa@m17n.org>
14014
14015 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
14016 s->face->font on determining underline position.
14017
140182008-02-01 Kenichi Handa <handa@m17n.org>
14019
14020 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
14021 (font_has_char): Accept font-object too.
14022 (font_find_for_lface): Try at first with a size specified in face.
14023
140242008-02-01 Kenichi Handa <handa@m17n.org>
14025
14026 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
14027 font_open_by_name.
14028
140292008-02-01 Kenichi Handa <handa@m17n.org>
14030
14031 * font.h (QCspacing, QCdpi): Extern them.
14032 (enum font_spacing): New enum.
14033 (FONT_PIXEL_SIZE_QUANTUM): New macro.
14034
14035 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
14036 (QCspacing, QCdpi): New variables.
14037 (syms_of_font): Initialize them.
14038 (font_pixel_size): New function.
14039 (font_put_extra): New function.
14040 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
14041 in FONT_EXTRA.
14042 (font_parse_fcname): Handle enumerated values (e.g. bold).
14043 Fix handling font size. Add QCname property that contains only
14044 unknown properties.
14045 (font_score): Change argument. Change caller. Pay attention to
14046 FONT_PIXEL_SIZE_QUANTUM.
14047 (font_sort_entites, font_list_entities, font_find_for_lface)
14048 (font_open_for_lface, font_open_by_name): Fix handling of font size.
14049 (Ffont_spec): Add QCname property that contains only unknown properties.
14050
14051 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
14052 include weight in listing pattern, instead check weight of each
14053 listed font. Don't include scalable in pattern. Pay attention to
14054 FONT_PIXEL_SIZE_QUANTUM.
14055
140562008-02-01 Kenichi Handa <handa@m17n.org>
14057
14058 * font.c (font_parse_fcname): Fix parsing of point-size.
14059 (font_unparse_fcname): Produce symbolic names for style properties.
14060 (font_list_entities): Handle float size correctly.
14061 (font_open_by_name): Prefer `normal' property values if the name
14062 doesn't specify them.
14063
14064 * fontset.c (Finternal_char_font): Use font_get_name, not
14065 Ffont_xlfd_name.
14066
14067 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
14068 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
14069 pattern. Don't force scalable.
14070
14071 * xftfont.c (xftfont_open): For generating a name, start from
14072 96-byte buffer.
14073
140742008-02-01 Jan Djärv <jan.h.d@swipnet.se>
14075
14076 * frame.h (x_new_fontset2): Fix prototype.
14077
140782008-02-01 Kenichi Handa <handa@m17n.org>
14079
14080 * font.h (struct font_driver): Delete member parse_name.
14081 (font_match_p, font_get_spec, font_parse_fcname)
14082 (font_unparse_fcname): Extern them.
14083 (font_get_name): Adjust prototype.
14084
14085 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
14086 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
14087 (font_expand_wildcards): Fix handling ENCODING field. Avoid
14088 unnecessary checks for weight, slant, and swidth.
14089 (font_parse_fcname): New function.
14090 (font_unparse_fcname): New function.
14091 (font_parse_name): New function.
14092 (font_match_p): New function.
14093 (font_get_name): Change return value to Lisp string.
14094 (font_get_spec): New function.
14095 (Qunspecified, Qignore_defface): Don't extern them.
14096 (font_find_for_lface): Assume that LFACE is fully specified.
14097 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
14098 object, use it for FACE.
14099 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
14100 driver->parse_name.
14101 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
14102
14103 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
14104 prototype.
14105
14106 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
14107 argument F. Don't call Fnew_fontset. Instead, directly call
14108 make_fontset.
14109
14110 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
14111
14112 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
14113 of x_new_fontset2.
14114
14115 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
14116 (Qsans__serif): New variables.
14117 (ftfont_generic_family_list): New variable.
14118 (syms_of_ftfont): Initialize the above variables.
14119 (ftfont_pattern_entity): Delete argument NAME.
14120 (ftfont_list_generic_family): New function.
14121 (ftfont_parse_name): Delete this function.
14122 (ftfont_list): Try generic family only when FcFontList found no font.
14123 (ftfont_list_family): Fix args to FcObjectSetBuild.
14124
14125 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
14126 object in attrs[LFACE_FONT_INDEX].
14127 (set_lface_from_font_name): Cancel all changes for font-backend.
14128 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
14129 function.
14130 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
14131 font object in QCfont attribute.
14132 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
14133 (realize_default_face) [USE_FONT_BACKEND]: Call
14134 set_lface_from_font_and_fontset.
14135
14136 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
14137 "fixed", and signal error here if no suitable font was found.
14138
14139 * xfont.c (xfont_parse_name): Delete this function.
14140
14141 * xftfont.c (xftfont_open): Change coding style of error
14142 handling. Generate fontconfig's fontname pattern.
14143
14144 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
14145 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
14146
14147 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
14148 Both args FONTSET and FONT_OBJECT must be existing ones.
14149
141502008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14151
14152 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
14153
141542008-02-01 Kenichi Handa <handa@m17n.org>
14155
14156 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
14157
14158 * font.h (struct font): Fix typo.
14159
14160 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
14161 XLFD_XXX_INDEX.
14162 (enum xlfd_field_mask): New enum.
14163 (intern_font_field): Changed argument. Change caller. If digits
14164 are followed by non-digits, return a symbol.
14165 (font_expand_wildcards): New function.
14166 (font_parse_xlfd): Fix wildcard handling.
14167 (Ffont_spec): If :name is specified, reflect the info in the other
14168 properties.
14169
14170 * ftfont.c (ftfont_pattern_entity): Fix typo.
14171 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
14172 locale.
14173
141742008-02-01 Kenichi Handa <handa@m17n.org>
14175
14176 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
14177
14178 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
14179 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
14180 registry doesn't specify encoding part.
14181 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
14182 (font_open_by_name): At first try parsing the name.
14183 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
14184 as Lisp symbols.
14185
14186 * fontset.c (reorder_font_vector): Pay attention to the case that
14187 the 3rd element of font_def is nil.
14188 (fontset_font): For the default fontset, append one more fontset
14189 elements for a script-based font specification. Don't add script
14190 attribute on finding a font.
14191 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
14192 font name.
14193 (fontset_ascii_font): If a font can't be opened, return nil.
14194
14195 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
14196 (ftfont_pattern_entity): New function.
14197 (ftfont_get_cache): Assume that freetype_font_cache is already
14198 initialized.
14199 (ftfont_list): Handle the case that a file is specified in font
14200 name. Use ftfont_pattern_entity to generate entities.
14201 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
14202 (syms_of_ftfont): Initialize freetype_font_cache.
14203
14204 * xftfont.c (xftfont_open): Make the font name fontconfig's
14205 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
14206 (xftfont_close): Free font->font.name if not NULL.
14207
14208 * xfont.c (xfont_list): If script is specified for a font, return
14209 null_vector.
14210 (xfont_list_family): Declare argument type.
14211
14212 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
14213 name, set LFACE_FONT (lface) to nil.
14214
14215 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
14216 return Qnil.
14217
142182008-02-01 Kenichi Handa <handa@m17n.org>
14219
14220 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
14221 (standard_args): Add "-enable-font-backend".
14222
142232008-02-01 Kenichi Handa <handa@m17n.org>
14224
14225 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
14226 (struct xftdraw_list, xftdraw_list): Delete them.
14227 (register_xftdraw, check_xftdraw): Delete them.
14228 (xftfont_prepare_face): Don't call register_xftdraw.
14229 (xftfont_done_face): Don't call check_xftdraw.
14230 (xftfont_draw): Get background color only when with_background is
14231 nonzero.
14232
14233 * xfont.c (xfont_encode_char): Fix calculation of char2b.
14234
142352008-02-01 Kenichi Handa <handa@m17n.org>
14236
14237 These changes are for the new font handling codes.
14238
14239 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
14240 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
14241 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
14242 (FONTSRC, FONTOBJ): New variables.
14243 (obj): Add $(FONTOBJ).
14244 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
14245 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
14246 @LIBOTF_LIBS@.
14247 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
14248 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
14249
14250 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
14251
14252 * character.h (Vscript_representative_chars): Extern it.
14253
14254 * character.c (Vscript_representative_chars): New variable.
14255 (syms_of_character): Declare it as a Lisp variable.
14256
14257 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
14258 enable_font_backend is nonzero, accept the composition method
14259 COMPOSITION_WITH_GLYPH_STRING.
14260
14261 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
14262 enumeration COMPOSITION_WITH_GLYPH_STRING.
14263
14264 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
14265 members clip_x, clip_y, clip_width, and clip_height.
14266 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
14267
14268 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
14269 --enable-font-backend. Call syms_of_font.
14270
14271 * fns.c (assoc_no_quit): New function.
14272
14273 * fontset.h (FONT_INFO_FROM_FACE): New macro.
14274 (face_for_font, new_fontset_from_font)
14275 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
14276
14277 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
14278 (fontset_font, fontset_ascii, face_for_char)
14279 (make_fontset_for_ascii_face, Ffont_info)
14280 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
14281 is nonzero, use font-backend mechanism.
14282 (find_font_encoding): Make it non-static.
14283 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
14284 New functions.
14285
14286 * frame.h (struct frame): New members resx and resy.
14287 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
14288 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
14289
14290 * frame.c [USE_FONT_BACKEND]: Include "font.h".
14291 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
14292
14293 * lisp.h (assoc_no_quit): Extern it.
14294
14295 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
14296 Through out the file, use FONT_INFO_FROM_FACE instead of
14297 FONT_INFO_FROM_ID, use get_per_char_metric instead of
14298 rif->per_char_metric.
14299 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
14300 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
14301 (get_glyph_face_and_encoding, fill_composite_glyph_string)
14302 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
14303 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
14304 nonzero, use font-backend mechanism.
14305 (get_per_char_metric): New function.
14306
14307 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
14308 (set_lface_from_font_name)
14309 (set_font_frame_param, free_realized_face)
14310 (prepare_face_for_display, clear_face_gcs)
14311 (Finternal_set_font_selection_order, realize_x_face)
14312 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
14313 font-backend mechanism.
14314 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
14315 (load_face_font) [USE_FONT_BACKEND]: Abort.
14316 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
14317 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
14318
14319 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
14320 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
14321 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
14322 nonzero, register all available font drivers. Call
14323 x_default_font_parameter for deciding a font.
14324 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
14325
14326 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
14327 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
14328 (x_set_glyph_string_clipping_exactly)
14329 (x_compute_glyph_string_overhangs)
14330 (x_draw_glyph_string_foreground)
14331 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
14332 (x_free_frame_resources) [USE_FONT_BACKEND]: If
14333 enable_font_backend is nonzero, use font-backend mechanism.
14334 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
14335
143362008-02-01 Kenichi Handa <handa@m17n.org>
14337
14338 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
14339 system_eol_type.
14340 (syms_of_coding): Initialize system_eol_type.
14341
14342 * process.c (Fset_process_coding_system): Inherit system's eol
14343 format if necessary.
14344
143452008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14346
14347 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
14348
143492008-02-01 Kenichi Handa <handa@m17n.org>
14350
14351 * coding.c (decode_eol): Pay attention to buffer relocation in
14352 del_range_2.
14353 (decode_coding): Call decode_eol before restoring undo_list.
14354
143552008-02-01 Kenichi Handa <handa@m17n.org>
14356
14357 * charset.c (Fdefine_charset_internal): Fix setting of
14358 emacs_mule_bytes.
14359
143602008-02-01 Kenichi Handa <handa@m17n.org>
14361
14362 * keyboard.c (read_char): Check if C is a character or not before
14363 looking up Vkeyboard_translate_table.
14364
143652008-02-01 Kenichi Handa <handa@m17n.org>
14366
14367 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
14368 condition to terminate the loop.
14369
143702008-02-01 Kenichi Handa <handa@m17n.org>
14371
14372 * coding.c (produce_composition): Compare charbuf[i] instead of
14373 args[i] against 0.
14374 (Fterminal_coding_system): Use EQ to compare Lisp objects.
14375
143762008-02-01 Kenichi Handa <handa@m17n.org>
14377
14378 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
14379 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
14380 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
14381 detect_coding.
14382 (emacs_mule_char): Handle old style (Emacs 20) component character
14383 of a composition.
14384 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
14385 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
14386 composition rule.
14387 (decode_coding_emacs_mule): Handle invalid bytes correctly.
14388
143892008-02-01 Kenichi Handa <handa@m17n.org>
14390
14391 * coding.c (encode_coding_ccl): Allocate destination dynamically
14392 when necessary.
14393
143942008-02-01 Kenichi Handa <handa@m17n.org>
14395
14396 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
14397 the loop. When quitted, show a proper error message.
14398
143992008-02-01 Kenichi Handa <handa@m17n.org>
14400
14401 * xterm.c (x_set_glyph_string_clipping_exactly): Set
14402 src->clip_head and src->clip_tail temporarily instead of src->hl.
14403
14404 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
14405 character sequence.
14406 (Fccl_execute_on_string): Use ASET, not XSET.
14407
144082008-02-01 Kenichi Handa <handa@m17n.org>
14409
14410 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
14411
144122008-02-01 Kenichi Handa <handa@m17n.org>
14413
14414 * coding.c (decode_coding): Fix the condition of terminating the
14415 decoding loop.
14416
144172008-02-01 Kenichi Handa <handa@m17n.org>
14418
14419 * data.c (Faset): On setting a character bigger than 255 in a
14420 unibyte string, signal an error instead of make the string multibyte.
14421
144222008-02-01 Kenichi Handa <handa@m17n.org>
14423
14424 * charset.c (map_charset_chars): Fix for ascii-compatible charset
14425 made by a mapping table.
14426
144272008-02-01 Kenichi Handa <handa@m17n.org>
14428
14429 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
14430 not.
14431 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
14432 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
14433
14434 * xterm.c (x_draw_composite_glyph_string_foreground): Check
14435 s->face is NULL or not.
14436
144372008-02-01 Kenichi Handa <handa@m17n.org>
14438
14439 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
14440 (x_draw_glyph_string): Fix drawing of right_overhang and
14441 left_overhang around/on cursor.
14442
14443 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
14444
144452008-02-01 Kenichi Handa <handa@m17n.org>
14446
14447 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
14448
144492008-02-01 Kenichi Handa <handa@m17n.org>
14450
14451 * coding.c (Fdefine_coding_system_internal)
14452 (Fdefine_coding_system_alias): Avoid a duplicated element in
14453 Vcoding_system_alist.
14454
144552008-02-01 Kenichi Handa <handa@m17n.org>
14456
14457 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
14458
14459 * coding.c (Qcoding_system_define_form): New variable.
14460 (syms_of_coding): Intern and staticpro it.
14461 (Fcoding_system_p): Check Qcoding_system_define_form.
14462 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
14463
14464 * coding.h (CODING_SYSTEM_P): If ID is not available, call
14465 Fcoding_system_p.
14466 (CHECK_CODING_SYSTEM): If ID is not available, call
14467 Fcheck_coding_system.
14468 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
14469 Try also Fcheck_coding_system.
14470
144712008-02-01 Kenichi Handa <handa@m17n.org>
14472
14473 * coding.c (code_conversion_restore): GCPRO arg.
14474
144752008-02-01 Kenichi Handa <handa@m17n.org>
14476
14477 * character.c (lisp_string_width): Check multibyteness of STRING.
14478
144792008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14480
14481 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
14482 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
14483 (decode_mac_font_name): Use decode_coding_c_string instead of
14484 decode_coding.
14485 (x_load_font): Initialize fontp->fontset to -1. Set
14486 fontp->encoding_type.
14487
144882008-02-01 Kenichi Handa <handa@m17n.org>
14489
14490 * search.c (search_buffer): Give up BM search on case-fold-search
14491 if one of a target character has a case-equivalence of different
14492 byte length even if that target charcter is an ASCII.
14493 (simple_search): Fix calculation of byte length of matched text.
14494 (boyer_moore): Fix handling of case-equivalent multibyte characters.
14495
144962008-02-01 Kenichi Handa <handa@m17n.org>
14497
14498 * coding.c (decode_coding): Fix handling of invalid bytes.
14499
145002008-02-01 Kenichi Handa <handa@m17n.org>
14501
14502 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
14503 Unicode characters.
14504
145052008-02-01 Kenichi Handa <handa@m17n.org>
14506
14507 * coding.c (encode_coding_object): If a pre-write-conversion
14508 function makes a new buffer, kill it.
14509
145102008-02-01 Kenichi Handa <handa@m17n.org>
14511
14512 * coding.c (QCascii_compatible_p): New variable.
14513 (syms_of_coding): Initialize it.
14514 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
14515 calling string_char.
14516 (record_conversion_result): Add `default:' case.
14517 (coding_charset_list): Delete unused variable `coding_type'.
14518 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
14519 property in the plist of the coding system.
14520 (Fcoding_system_put): Check QCascii_compatible_p.
14521
145222008-02-01 Miles Bader <miles@gnu.org>
14523
14524 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
14525 removed calculation of frame `f', as it's now used.
14526
145272008-02-01 Kenichi Handa <handa@m17n.org>
14528
14529 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
14530 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
14531 (UNIDATA): New variable.
14532 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
14533 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
14534 $(RUN_TEMACS) unconditionally.
14535
145362008-02-01 Kenichi Handa <handa@m17n.org>
14537
14538 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
14539 (admindir): New variable.
14540 ($(lispsource)international/charprop.el): New target.
14541
145422008-02-01 Miles Bader <miles@gnu.org>
14543
14544 * character.c (chars-in-region): Remove obsolete function.
14545 (syms_of_character): Remove its initialization.
14546
145472008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
14548
14549 * w32select.c (validate_coding_system)
14550 (setup_windows_coding_system): New functions.
14551 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
14552 setup_windows_coding_system.
14553 (setup_config, Fw32_get_clipboard_data): Use
14554 validate_coding_system.
14555 (Fx_selection_exists): Move call to setup_config to a place
14556 where signals are allowed.
14557
14558 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
14559 (Fcheck_coding_system): Add declarations.
14560
145612008-02-01 Kenichi Handa <handa@m17n.org>
14562
14563 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
14564
145652008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14566
14567 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
14568 string as the second argument for x_new_fontset.
14569
145702008-02-01 Kenichi Handa <handa@m17n.org>
14571
14572 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
14573 (encode_coding_object): Use safe_call instead of call2.
14574
145752008-02-01 Kenichi Handa <handa@m17n.org>
14576
14577 * fontset.c (Fset_fontset_font): Check family element of a given vector.
14578
14579 * Makefile.in (lisp): Include charprop.el.
14580
145812008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14582
14583 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
14584 Not sure if it's unnecessary.
14585
145862008-02-01 Steven Tamm <steventamm@mac.com>
14587
14588 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
14589 some possibly unnecessary fontset checking code that crashed
14590 when creating a new frame.
14591
145922008-02-01 Kenichi Handa <handa@m17n.org>
14593
14594 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
14595 lookup_face.
14596
14597 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
14598
14599 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
14600
146012008-02-01 Kenichi Handa <handa@m17n.org>
14602
14603 * coding.c: Cancel the change done in HEAD on 2008-02-01.
14604 (coding_charset_list): New function.
14605
14606 * coding.h (coding_charset_list): Extern it.
14607
146082008-02-01 Kenichi Handa <handa@m17n.org>
14609
14610 * fontset.c (Fset_fontset_font): Call find_font_encoding with
14611 concatenation of family and registry.
14612
146132008-02-01 Kenichi Handa <handa@m17n.org>
14614
14615 * character.h (BYTE8_STRING): Fix typo.
14616
14617 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
14618 string to multibyte (sync to HEAD).
14619
14620 * casefiddle.c (casify_region): Handle changes in byte-length
14621 using replace_range_2 (sync to HEAD).
14622
146232008-02-01 Andreas Schwab <schwab@suse.de>
14624
14625 * chartab.c (map_char_table): GCPRO table and arg.
14626
146272008-02-01 Kenichi Handa <handa@m17n.org>
14628
14629 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
14630 already at limit.
14631
146322008-02-01 Kenichi Handa <handa@m17n.org>
14633
14634 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
14635 instead of fast_c_string_match_ignore_case.
14636 (find_font_encoding): Change argument to Lisp_Object. Use
14637 fast_string_match_ignore_case instead of
14638 fast_c_string_match_ignore_case. Change caller.
14639
146402008-02-01 Kenichi Handa <handa@m17n.org>
14641
14642 * xdisp.c (get_next_display_element): In unibyte case, decide to
14643 display in octal form by checking a character by
14644 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
14645
14646 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
14647
14648 * character.c (unibyte_has_multibyte_table): New variable.
14649
14650 * character.h (unibyte_has_multibyte_table): Extern it.
14651 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
14652
146532008-02-01 Kenichi Handa <handa@m17n.org>
14654
14655 * coding.c (encode_coding_iso_2022): Fix handling of charset
14656 annotation.
14657
146582008-02-01 Kenichi Handa <handa@m17n.org>
14659
14660 * coding.c (setup_coding_system): If coding_system is nil, use
14661 Qundecided.
14662 (Fterminal_coding_system): Return nil if terminal coding system is
14663 `undecided'.
14664 (syms_of_coding): Define coding-system `undecided' here. Setup
14665 terminal_coding as `undecided'.
14666
146672008-02-01 Kenichi Handa <handa@m17n.org>
14668
14669 * xdisp.c (message_dolog, set_message_1): Call
14670 unibyte_char_to_multibyte with arg type int.
14671
14672 * lread.c (read1): Fix reading of a char-table.
14673
14674 * print.c (print_object): Include sub char-table in circularities
14675 detection.
14676
146772008-02-01 Kenichi Handa <handa@m17n.org>
14678
14679 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
14680 Append the found sequences in car of ARGS instead of prepending.
14681
146822008-02-01 Kenichi Handa <handa@m17n.org>
14683
14684 * fileio.c (report_file_error): Make a unibyte string from
14685 strerror (errorno).
14686 (Fsubstitute_in_file_name): Fix the arg to
14687 unibyte_char_to_multibyte. It is evaluated twice.
14688
146892008-02-01 Kenichi Handa <handa@m17n.org>
14690
14691 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
14692
146932008-02-01 Kenichi Handa <handa@m17n.org>
14694
14695 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
14696 BOM is not found.
14697 (detect_coding, detect_coding_system): Optimization for ISO-2022
14698 when no 8-bit data is found.
14699
147002008-02-01 Jason Rumney <jasonr@gnu.org>
14701
14702 * w32fns.c (x_to_w32_font): Update to use new coding struct.
14703
147042008-02-01 Kenichi Handa <handa@m17n.org>
14705
14706 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
14707 CHARS.
14708
147092008-02-01 Steven Tamm <steventamm@mac.com>
14710
14711 * macterm.c (mac_encode_char): Add charset argument and update
14712 to use encoding_type.
14713 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
14714 switch to pure fontset.
14715 (decode_mac_font_name): Temporarily remove decoding.
14716 (x_font_name_to_mac_font_name): Temporarily remove encoding.
14717 (x_load_font): Temporarily remove encoding.
14718
147192008-02-01 Kenichi Handa <handa@m17n.org>
14720
14721 * xfaces.c (Fface_font): If frame is not on a window system,
14722 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
14723 refer to face->font.
14724 (split_font_name_into_vector, build_font_name_from_vector)
14725 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
14726 when HAVE_WINDOW_SYSTEM is defined.
14727
147282008-02-01 Kenichi Handa <handa@m17n.org>
14729
14730 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
14731 (x_produce_glyphs): Fix setting of members of cmp in case
14732 cmp->glyph_len is zero.
14733
14734 * fontset.c (Fset_fontset_font): Fix docstring.
14735 (Ffontset_info): Make it backward compatible. New arg ALL.
14736
147372008-02-01 Kim F. Storm <storm@cua.dk>
14738
14739 * process.c (read_process_output): Grow decoding_buf when needed;
14740 this could cause a crash in allocate_string and compact_small_strings.
14741
147422008-02-01 Kenichi Handa <handa@m17n.org>
14743
14744 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
14745
147462008-02-01 Kenichi Handa <handa@m17n.org>
14747
14748 * coding.c (setup_coding_system): Set coding->common_flags
14749 correctly for raw-text.
14750 (consume_chars): On encoding unibyte text by raw-text, don't check
14751 multibyte form.
14752 (encode_coding): On encoding by raw-text, never use translation tables.
14753
14754 * fileio.c (e_write): Short cut for the case of no encoding.
14755
147562008-02-01 Kenichi Handa <handa@m17n.org>
14757
14758 * coding.c (detect_coding, detect_coding_system): Delete unused
14759 variables.
14760
147612008-02-01 Kenichi Handa <handa@m17n.org>
14762
14763 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
14764 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
14765
147662008-02-01 Kenichi Handa <handa@m17n.org>
14767
14768 * coding.c (Ffind_coding_systems_region_internal): Include
14769 raw-text and no-conversion in the result.
14770
147712008-02-01 Kenichi Handa <handa@m17n.org>
14772
14773 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
14774 (load_font_get_repertory): Delete unnecessary check of ENCODING of
14775 FONT_DEF.
14776 (font_def_arg, add_arg, from_arg, to_arg): New args.
14777 (set_fontset_font): Change argument.
14778 (Fset_fontset_font): Fix for the case that TARGET is a script
14779 name and charset name.
14780 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
14781
147822008-02-01 Kenichi Handa <handa@m17n.org>
14783
14784 * fontset.c (fontset_font): Rename from fontset_face. Change return
14785 value.
14786 (face_suitable_for_char_p, face_for_char): Adjust for the change
14787 of fontset_font.
14788 (make_fontset_for_ascii_face): Fix setting of the fontset element
14789 for ASCII.
14790 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
14791 to get a font name.
14792 (Ffontset_info): Adjust for the change of fontset_font.
14793
14794 * coding.c (emacs_mule_char): Check invalid code more rigidly.
14795
14796 * character.h (LEADING_CODE_LATIN_1_MIN)
14797 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
14798
147992008-02-01 Kenichi Handa <handa@m17n.org>
14800
14801 * editfns.c (check_translation): New function.
14802 (Ftranslate_region_internal): Handle M:N mapping.
14803
148042008-02-01 Kenichi Handa <handa@m17n.org>
14805
14806 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
14807
148082008-02-01 Kenichi Handa <handa@m17n.org>
14809
14810 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
14811 goto invalid_code.
14812 (decode_coding_iso_2022): Fix handling of invalid designation.
14813
14814 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
14815 after calling code_conversion_save.
14816
148172008-02-01 Kenichi Handa <handa@m17n.org>
14818
14819 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
14820
14821 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
14822
14823 * fontset.c: Include "intervals.h".
14824 (fontset_face): Fix comparing of Lisp_Objects.
14825 (free_face_fontset, new_fontset_from_font_name): Fix
14826 Lisp_Object/int mixup.
14827
14828 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
14829
14830 * coding.c: Add many prototypes for static functions.
14831 (get_translation_table): Allow max_lookup to be NULL.
14832 (decode_coding, Ffind_coding_systems_region_internal)
14833 (Funencodable_char_position, Fcheck_coding_systems_region): Call
14834 get_translation_table with max_lookup NULL.
14835
148362008-02-01 Kenichi Handa <handa@m17n.org>
14837
14838 * coding.c (get_translation_table): Declare it as Lisp_Object.
14839 (LOOKUP_TRANSLATION_TABLE): New macro.
14840 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
14841 instead of CHAR_TABLE_REF.
14842
148432008-02-01 Kenichi Handa <handa@m17n.org>
14844
14845 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
14846 annotation data format.
14847 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
14848 Change arguments FROM and TO to single argument NCHARS. Change caller.
14849 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
14850 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14851 (decode_coding_ccl, decode_coding_charset): Pay attention to
14852 coding->charbuf_used.
14853 (get_translation): New function.
14854 (produce_chars): New arguments translation_table and last_block.
14855 Translate characters here. Return number of carryover chars.
14856 Change caller.
14857 (produce_composition): New argument pos. Change caller.
14858 Adjust for the change of annotation data format.
14859 (produce_charset, produce_annotation): Likewise.
14860 (decode_coding, encode_coding): Don't call translate_chars.
14861 (consume_chars): New arg translation_table. Change caller.
14862 (translate_chars): Delete.
14863 (syms_of_coding): Make translation-table's number of extra slots 2.
14864
148652008-02-01 Kenichi Handa <handa@m17n.org>
14866
14867 * search.c (simple_search): Fix setting this_pos_byte in backward
14868 search.
14869
14870 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
14871 byte sequence.
14872 (detect_coding_ccl): Fix setting of the variable valids.
14873
148742008-02-01 Kenichi Handa <handa@m17n.org>
14875
14876 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
14877
14878 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
14879
14880 * editfns.c (Ftranslate_region_internal): Rename from
14881 Ftranslate_region. Accept a char-table in TABLE.
14882 (syms_of_editfns): Defsubr Stranslate_region_internal.
14883
14884 * xfaces.c (set_lface_from_font_name): If a font is specified for
14885 a frame, generate a fontset from the font.
14886 (build_scalable_font_name): If the scalable font is requested for
14887 a specific size, don't change that size.
14888 (try_font_list): Try a scalable font also in the case that a
14889 pattern string is specified.
14890
148912008-02-01 Kenichi Handa <handa@m17n.org>
14892
14893 * xfaces.c (Fface_font): New optional arg CHARACTER.
14894
148952008-02-01 Kenichi Handa <handa@m17n.org>
14896
14897 * charset.h (CHARSET_OFFSET): New macro.
14898
148992008-02-01 Kenichi Handa <handa@m17n.org>
14900
14901 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
14902
14903 * fontset.c (fontset_face): Handle the case that repertory is a
14904 char-table.
14905 (find_font_encoding): Return nil for unknown encoding.
14906 (Fset_fontset_font): Ignore a font of unknown encoding.
14907
149082008-02-01 Kenichi Handa <handa@m17n.org>
14909
14910 * keymap.c (describe_vector): Handle default value of a char table.
14911
14912 * fontset.c (fontset_face): Handle fallback fonts correctly.
14913 (Ffontset_info): Return infomation about fallback fonts.
14914
149152008-02-01 Kenichi Handa <handa@m17n.org>
14916
14917 * fontset.c (FONTSET_DEFAULT): New macro.
14918 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
14919 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
14920 the case that it is nil.
14921 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
14922 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
14923
14924 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
14925 subset or superset.
14926
149272008-02-01 Kenichi Handa <handa@m17n.org>
14928
14929 * emacs.c (main): Call init_charset after syms_of_XXX.
14930
14931 * charset.c (Vcharset_map_directory): Delete.
14932 (Vcharset_map_path): New variable.
14933 (load_charset_map_from_file): Use Vcharset_map_path instead.
14934 (init_charset): Initialize Vcharset_map_path.
14935 (syms_of_charset): Delete declaration of "charset-map-directory",
14936 add declaration of "charset-map-path".
14937
149382008-02-01 Kenichi Handa <handa@m17n.org>
14939
14940 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
14941 ASCII only string.
14942
14943 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
14944
14945 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
14946 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
14947
149482008-02-01 Kenichi Handa <handa@m17n.org>
14949
14950 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
14951
14952 * coding.c (QCmnemonic, QCdefalut_char)
14953 (QCdecode_translation_table, QCencode_translation_table)
14954 (QCpost_read_conversion, QCpre_write_conversion): New variables.
14955 (get_translation_table): Return a list of translation tables if
14956 necessary.
14957 (decode_coding): Call get_translation_table with ENCODEP 0.
14958 (char_encodable_p): If translation_table is non-nil, always call
14959 translate_char.
14960 (Fdefine_coding_system_internal): Accept list of translation
14961 tables as :encode-translation-table and :decode-translation-table.
14962 (Fcoding_system_put): New function.
14963 (syms_of_coding): Declare new symbols. Defsubr
14964 Scoding_system_put.
14965 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
14966 typically JISX0212.
14967
14968 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
14969 when the charset is superset type.
14970
14971 * character.c (translate_char): Accept list of translation tables.
14972
149732008-02-01 Kenichi Handa <handa@m17n.org>
14974
14975 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
14976 (CODING_ATTR_TRANS_TBL): New macro.
14977
14978 * coding.c (get_translation_table): New function.
14979 (translate_chars): Fix the bug of skipping annotation data.
14980 (decode_coding, encode_coding): Utilize get_translation_table.
14981 (char_encodable_p, Funencodable_char_position): Translate char if
14982 necessary.
14983 (Ffind_coding_systems_region_internal)
14984 (Fcheck_coding_systems_region): Setup translation table for encode
14985 in a coding system attribute vector in advance.
14986 (Fdefine_coding_system_internal): Allow a symbol as translation
14987 table. For shift-jis type coding system, allow 4th charset.
14988
149892008-02-01 Kenichi Handa <handa@m17n.org>
14990
14991 * coding.c (decode_coding_sjis): Check the first byte rigidly.
14992
14993 * xdisp.c (get_next_display_element): Pass -1 as POS to
14994 FACE_FOR_CHAR if displaying a C-string.
14995
149962008-02-01 Kenichi Handa <handa@m17n.org>
14997
14998 * composite.c (get_composition_id): Handle xoff and yoff in a
14999 composition rule.
15000
15001 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
15002 (struct composition): New member lbearing and rbearing.
15003
15004 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
15005 (x_get_glyph_overhangs): Handle a composition glyph.
15006 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
15007
15008 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
15009 composition glyph.
15010
150112008-02-01 Kenichi Handa <handa@m17n.org>
15012
15013 * print.c: Include charset.h.
15014 (Vprint_charset_text_property): New variable.
15015 (Qdefault): Extern it.
15016 (PRINT_STRING_NON_CHARSET_FOUND)
15017 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
15018 (print_check_string_result): New variable.
15019 (print_check_string_charset_prop): New function.
15020 (print_prune_charset_plist): New variable.
15021 (print_prune_string_charset): New function.
15022 (print_object): Call print_prune_string_charset if
15023 Vprint_charset_text_property is not t.
15024 (print_interval): Print nothing if interval->plist is nil.
15025 (syms_of_print): Declare Vprint_charset_text_property as a lisp
15026 variable. Init and staticpro print_prune_charset_plist.
15027
150282008-02-01 Kenichi Handa <handa@m17n.org>
15029
15030 * fontset.c (new_fontset_from_font_name): Use the specified font
15031 for all characters in the new fontset.
15032
15033 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15034 OBJECT args.
15035
15036 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
15037 OBJECT args for composition too.
15038
15039 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
15040 OBJECT args.
15041
150422008-02-01 Kenichi Handa <handa@m17n.org>
15043
15044 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
15045
15046 * fontset.c (reorder_font_vector): Adjust for the change of
15047 FONT_DEF format.
15048 (fontset_face): New arg id. Change caller.
15049 (face_for_char): New args pos and object.
15050 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
15051 (fs_query_fontset): Check NAME by Fassoc too.
15052 (Fset_fontset_font): Allow non-XLFD font name.
15053 (Ffontset_info): Adjust for the change of FONT_DEF format.
15054
15055 * fontset.h (face_for_char): Adjust prototype.
15056
15057 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
15058 (append_space, extend_face_to_end_of_line)
15059 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
15060 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
15061
15062 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
15063 POS and OBJECT args.
15064
15065 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
15066 POS and OBJECT args.
15067
150682008-02-01 Jason Rumney <jasonr@gnu.org>
15069
15070 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
15071 of GlobalAlloc'ed memory.
15072
150732008-02-01 Kenichi Handa <handa@m17n.org>
15074
15075 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
15076
15077 * charset.h (charset_table_used): Delete extern.
15078
15079 * charset.c (charset_table_used): Make it static.
15080 (map_charset_chars): Fix args to c_function with.
15081
15082 * chartab.c (map_sub_char_table_for_charset): Fix args to
15083 c_function with.
15084
15085 * coding.h (enum coding_result_code): Delete
15086 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
15087
15088 * coding.c (Qinsufficient_source, Qinconsistent_eol)
15089 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
15090 (Vlast_code_conversion_error): New variables.
15091 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
15092 (ONE_MORE_BYTE): Record error if any instead of signaling an
15093 error. If non-ASCII multibyte char is found, return the negative
15094 value of the code. All callers changed to check it.
15095 (ONE_MORE_BYTE_NO_CHECK): Likewise.
15096 (record_conversion_result): New function. Change all codes setting
15097 coding->result to call this function.
15098 (detect_coding_utf_8, decode_coding_utf_8)
15099 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
15100 Don't use the local variable incomplete.
15101 (emacs_mule_char): Change the second arg to `const'.
15102 (decode_coding): Fix of flushing out unprocessed data.
15103 (make_conversion_work_buffer): Fix making of a work buffer.
15104 (decode_coding_object): Return coding->dst_object.
15105
15106 * fontset.c (set_fontset_font): Fix args.
15107
15108 * lisp.h (CHARACTERBITS): Define as 22.
15109
15110 * process.c (send_process): Be sure to set coding->src_multibyte.
15111
15112 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
15113
151142008-02-01 Kenichi Handa <handa@m17n.org>
15115
15116 * xdisp.c (handle_auto_composed_prop): Give limit to
15117 Fnext_single_char_property_change.
15118
151192008-02-01 Kenichi Handa <handa@m17n.org>
15120
15121 * composite.c (syms_of_composite): Don't make the composition hash
15122 table weak.
15123
15124 * fontset.c (Fset_fontset_font): Fix docstring.
15125
15126 * lisp.h (detect_coding_system): Adjust prototype.
15127
15128 * fileio.c (kill_workbuf_unwind): Delete this function.
15129 (Finsert_file_contents): Adjust the call of detect_coding_system.
15130 Get conversion_buffer by code_conversion_save. Use the macro
15131 CODING_MAY_REQUIRE_DECODING. After decoding, update
15132 coding_system.
15133
15134 * coding.h (make_conversion_work_buffer): Delete extern.
15135 (code_conversion_save): Extern it.
15136
15137 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
15138 (CODING_GET_INFO): Delete argument eol_type. Change callers.
15139 (decode_coding_utf_8): Don't do eol converion.
15140 (detect_coding_utf_16): Check coding->src_chars, not
15141 coding->src_bytes. Add heuristics for those that have no signature.
15142 (decode_coding_emacs_mule, decode_coding_iso_2022)
15143 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15144 Don't do eol converion.
15145 (adjust_coding_eol_type): Return a new coding system.
15146 (detect_coding): Don't detect eol. Fix for utf-16 detection.
15147 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
15148 each change.
15149 (decode_coding): Pay attention to undo_list. Do eol conversion for
15150 all types of coding-systems (if necessary).
15151 (Vcode_conversion_work_buf_list): Delete it.
15152 (Vcode_conversion_reused_workbuf): Rename from
15153 Vcode_conversion_reused_work_buf.
15154 (Vcode_conversion_workbuf_name): New variable.
15155 (reused_workbuf_in_use): New variable.
15156 (make_conversion_work_buffer): Delete the arg DEPTH.
15157 (code_conversion_restore): Change argument to cons.
15158 (code_conversion_save): Delete the argument BUFFER. Change callers.
15159 (detect_coding_system): New argument src_chars. Change callers.
15160 Fix for utf-16 detection.
15161 (init_coding_once): Don't use ISO_carriage_return.
15162 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
15163 reused_workbuf_in_use.
15164
151652008-02-01 Kenichi Handa <handa@m17n.org>
15166
15167 * keymap.c (store_in_keymap): Pay attention to the case that idx
15168 is a cons specifying a character range.
15169
151702008-02-01 Kenichi Handa <handa@m17n.org>
15171
15172 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
15173 HANDLED_RECOMPUTE_PROPS.
15174
15175 * coding.c (Fdefine_coding_system_internal): Fix checking of
15176 ascii compatibility.
15177
151782008-02-01 Kenichi Handa <handa@m17n.org>
15179
15180 * charset.c (find_charsets_in_text): Delete unused locale variable.
15181 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
15182
15183 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
15184 Resync charset_list to Vemacs_mule_charset_list.
15185
15186 * keymap.c (store_in_keymap): Pay attention to the case that idx
15187 is a cons specifying a character range.
15188
151892008-02-01 Kenichi Handa <handa@m17n.org>
15190
15191 * composite.c (update_compositions): Bind inhibit-read-only, etc
15192 to t before calling remove-list-of-text-properties.
15193
15194 * print.c (print_object): Always print ASCII chars as is.
15195
151962008-02-01 Kenichi Handa <handa@m17n.org>
15197
15198 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
15199
15200 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
15201 is a char table.
15202
152032008-02-01 Kenichi Handa <handa@m17n.org>
15204
15205 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
15206
152072008-02-01 Kenichi Handa <handa@m17n.org>
15208
15209 * xfaces.c (set_lface_from_font_name): Fix for the case that
15210 FONTNAME is not fontset name.
15211
152122008-02-01 Kenichi Handa <handa@m17n.org>
15213
15214 * fns.c (base64_encode_1): Fix previous change.
15215
152162008-02-01 Kenichi Handa <handa@m17n.org>
15217
15218 * fontset.c (set_fontset_font): New function.
15219 (Fset_fontset_font): If a font is specified for a charset, use
15220 map_charset_chars to store the font spec in a fontset.
15221
152222008-02-01 Kenichi Handa <handa@m17n.org>
15223
15224 * fontset.c (fontset_face): Create a fallback fontset on demand.
15225 (make_fontset): Don't create a fallback fontset here.
15226 (free_face_fontset): Free a fallback fontset (if any) too.
15227 (n_auto_fontsets): Delete this variable.
15228 (auto_fontset_alist): New variable.
15229 (new_fontset_from_font_name): Check auto_fontset_alist.
15230 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
15231 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
15232 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
15233 Defsubr Sfontset_list_all.
15234
152352008-02-01 Kenichi Handa <handa@m17n.org>
15236
15237 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
15238
152392008-02-01 Kenichi Handa <handa@m17n.org>
15240
15241 * fontset.c (Fnew_fontset): Check NAME more rigidly.
15242
152432008-02-01 Kenichi Handa <handa@m17n.org>
15244
15245 * editfns.c (Fgoto_char): Fix docstring.
15246
152472008-02-01 Kenichi Handa <handa@m17n.org>
15248
15249 * insdel.c (insert_from_gap): Adjust intervals correctly.
15250
152512008-02-01 Jason Rumney <jasonr@gnu.org>
15252
15253 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
15254 (pfnGetFontUnicodeRanges): New dynamically loaded function.
15255 (w32_initialize): Try to load it.
15256 (x_get_font_repertory): Use it if available.
15257 (w32_encode_char): Add shortcut for unicode output.
15258
15259 * w32fns.c (w32_load_system_font): Default charset to -1.
15260 (x_to_w32_charset): Match all fonts for unicode.
15261 (w32_to_x_charset): New parameter matching. Don't return partial
15262 or wildcard charsets.
15263 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
15264 (w32_codepage_for_font): Return CP_UNICODE for unicode.
15265 (w32_to_x_font): Match charset to real charset.
15266 (enum_font_cb2): Always list unicode versions.
15267
15268 * makefile.w32-in (temacs): Increase EMHEAP.
15269
152702008-02-01 Jason Rumney <jasonr@gnu.org>
15271
15272 * w32term.c (w32_encode_char): New charset parameter.
15273 font_info.encoding becomes encoding_type.
15274 (x_get_font_repertory): New function. Warning: stub only!
15275 (x_new_font): Return quickly if font already set.
15276 (x_new_fontset): fontsetname parameter is Lisp_Object.
15277 Use new fs_query_fontset. Try new_fontset_from_font_name.
15278 Use fontset_name for return value.
15279
15280 * w32term.h: Declare x_get_font_repertory.
15281
15282 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
15283 place of find_charset_in_text. Use encode_coding_object in place
15284 of encode_coding.
15285 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
15286 decode_coding.
15287
15288 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
15289 of x_new_fontset.
15290 (w32_load_system_font): Initialize charset as unicode.
15291 font_info.encoding becomes encoding_type.
15292 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
15293 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
15294 (syms_of_w32fns): Set get_font_repertory_func.
15295
15296 * w32console.c: Include character.h. Use terminal_encode_buffer
15297 from term.c.
15298 (write_glyphs): Use new version of encode_terminal_code. Use
15299 encode_coding_object in place of encode_coding.
15300
15301 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
15302 encoding becomes encoding_type.
15303
15304 * term.c (terminal_encode_buffer): Make externally visible.
15305
15306 * makefile.w32-in: Add character.h dependancies.
15307 (character.o, chartab.o): New targets.
15308
153092008-02-01 Kenichi Handa <handa@m17n.org>
15310
15311 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
15312 CODING_ID_EOL_TYPE.
15313
153142008-02-01 Andreas Schwab <schwab@suse.de>
15315
15316 * coding.c (produce_chars): Revert last change.
15317
153182008-02-01 Kenichi Handa <handa@m17n.org>
15319
15320 * charset.h (charset_unicode): Extern it.
15321
15322 * charset.c (string_xstring_p): Check by (C >= 0x100).
15323 (find_charsets_in_text): Change format of the arc CHARSETS. New
15324 arg MULTIBYTE.
15325 (Ffind_charset_region, Ffind_charset_string): Adjust for the
15326 change of find_charsets_in_text.
15327 (Fsplit_char): Fix doc. Never return unknown.
15328
15329 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
15330
15331 * coding.c (Fdefine_coding_system_alias): Update
15332 Vcoding_system_list.
15333
15334 * fontset.c (load_font_get_repertory): Pay attention to the case
15335 that ENCODING of a font is specified by a char-table.
15336
15337 * xterm.c (x_get_font_repertory): Handle the case that the
15338 encoding of font is other than Unicode.
15339
153402008-02-01 Kenichi Handa <handa@m17n.org>
15341
15342 * term.c (encode_terminal_code): Don't handle glyph-table. Check
15343 if a character is encodable by the terminal coding system. If
15344 not, produces proper number of `?'s. Update
15345 terminal_encode_buffer and terminal_encode_buf_size if necessary.
15346 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
15347
153482008-02-01 Kenichi Handa <handa@m17n.org>
15349
15350 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
15351 variables.
15352 (encode_terminal_code): Change argument. Encode multiple
15353 characters at once. Store the result of encoding in
15354 terminal_encode_buffer.
15355 (write_glyphs, insert_glyphs): Adjust for the change of
15356 encode_terminal_code.
15357 (term_init): Initialize terminal_encode_buffer and
15358 terminal_encode_buf_size.
15359
15360 * coding.c (consume_chars): If coding->src_object is nil, don't
15361 check annotation.
15362
153632008-02-01 Kenichi Handa <handa@m17n.org>
15364
15365 * character.c (char_string): Use ASCII_CHAR_P instead of
15366 SINGLE_BYTE_CHAR_P.
15367
153682008-02-01 Kenichi Handa <handa@m17n.org>
15369
15370 * xdisp.c (handle_auto_composed_prop): Check if the last
15371 characters of auto-composed region is newly composed with the
15372 following characters.
15373 (handle_composition_prop): Fix checking of point being inside
15374 composition.
15375
153762008-02-01 Kenichi Handa <handa@m17n.org>
15377
15378 * fns.c (concat): Don't change multibyteness of the result by
15379 concatenating an 8-bit character.
15380
15381 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
15382 multibyteness of the result when newelt is an 8-bit character.
15383
153842008-02-01 Dave Love <fx@gnu.org>
15385
15386 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
15387 EMACS_INT.
15388
15389 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
15390
15391 * xfaces.c (face_numeric_value): Declare dim size_t.
15392 (Finternal_lisp_face_equal_p): Remove unused f.
15393
15394 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
15395 (MATRIX_ROW): Remove unused vars.
15396 (draw_glyphs, x_insert_glyphs, fast_find_position)
15397 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
15398 byte/char counts.
15399
15400 * regex.c (regex_compile): Remove unused var.
15401
15402 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
15403
15404 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
15405 (Faccessible_keymaps, where_is_internal): Remove unused vars.
15406
15407 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
15408
15409 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
15410
15411 * fileio.c (Fwrite_region): Remove unused var.
15412
15413 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
15414 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
15415
15416 * composite.c (Fremove_list_of_text_properties): Declare.
15417
15418 * coding.c (inhibit_pre_post_conversion): Remove (unused).
15419 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
15420 (coding_inherit_eol_type): Remove unused attrs.
15421 (detect_coding): Cast arg of detect_eol.
15422
15423 * charset.c (syms_of_charset): Remove unused var p.
15424 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
15425 byte/char counts.
15426
15427 * casetab.c (set_case_table): Remove unused var.
15428
15429 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
15430 unused vars.
15431
154322008-02-01 Dave Love <fx@gnu.org>
15433
15434 * xterm.c (x_bitmap_mask): Declare.
15435
154362008-02-01 Dave Love <fx@gnu.org>
15437
15438 * xterm.c (x_term_init): Fix type error.
15439
15440 * lisp.h: Add Funibyte_char_to_multibyte.
15441
15442 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
15443 (Fset_coding_system_priority): Doc fix.
15444
15445 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
15446
15447 * indent.c (check_composition): Make start and end EMACS_INT.
15448
15449 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
15450
15451 * xdisp.c (handle_composition_prop, check_point_in_composition):
15452 Make buffer positions EMACS_INT.
15453
15454 * composite.c (find_composition, run_composition_function)
15455 (update_compositions, Ffind_composition_internal): Make buffer
15456 positions EMACS_INT.
15457
15458 * composite.h (find_composition, update_compositions): Make
15459 position args EMACS_INT.
15460
15461 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
15462
15463 * intervals.c (get_property_and_range):
15464 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
15465
15466 * unexalpha.c: Don't include varargs.h.
15467
154682008-02-01 Dave Love <fx@gnu.org>
15469
15470 * coding.h (ENCODE_UTF_8): New.
15471
15472 * Makefile.in (gtkutil.o): Depend on coding.h.
15473
15474 * coding.c (Fset_coding_system_priority): Doc fix.
15475
154762008-02-01 Kenichi Handa <handa@m17n.org>
15477
15478 * fileio.c (Finsert_file_contents): Call setup_coding_system in
15479 the case of auto saving.
15480
154812008-02-01 Andreas Schwab <schwab@suse.de>
15482
15483 * chartab.c (map_char_table, map_char_table_for_charset): Protect
15484 `range' from GC.
15485
154862008-02-01 Kenichi Handa <handa@m17n.org>
15487
15488 * coding.c (decode_coding_sjis): Check bytes more rigidly.
15489
154902008-02-01 Kenichi Handa <handa@m17n.org>
15491
15492 * fileio.c (choose_write_coding_system): Return a decided coding system.
15493 (Fwrite_region): Set Vlast_coding_system_used to the return value
15494 of choose_write_coding_system.
15495
154962008-02-01 Kenichi Handa <handa@m17n.org>
15497
15498 * charset.c (Fset_charset_priority): Pay attention to duplicated
15499 arguments.
15500
15501 * coding.c (QCcategory): New variable.
15502 (syms_of_coding): Defsym it. Set all elements of
15503 Vcoding_category_table and their symbol values.
15504 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
15505 coding-category-XXX, and coding-category-list.
15506 (Fdefine_coding_system_internal): Add category in the plist.
15507
155082008-02-01 Kenichi Handa <handa@m17n.org>
15509
15510 * callproc.c (Fcall_process): Handle carryover correctly.
15511
15512 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
15513 (raw_text_coding_system): Check NILP (coding_system).
15514 (coding_inherit_eol_type): Check NILP (coding_system) and
15515 NILP (parent).
15516 (consume_chars): Fix for the case of raw-text.
15517
15518 * process.c (read_process_output): Handle carryover correctly.
15519
155202008-02-01 Dave Love <fx@gnu.org>
15521
15522 * regex.c (re_search_2): Fix last change.
15523
155242008-02-01 Kenichi Handa <handa@m17n.org>
15525
15526 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
15527 target_multibyte. Even in a unibyte case, return a converted
15528 multibyte char.
15529 (GET_CHAR_AFTER): New macro.
15530 (PATFETCH): Translate via multibyte char.
15531 (HANDLE_UNIBYTE_RANGE): Delete this macro.
15532 (SETUP_MULTIBYTE_RANGE): New macro.
15533 (regex_compile): Setup compiled code so that its multibyteness
15534 matches that of a target. Fix the handling of "[X-YZ]" using
15535 SETUP_MULTIBYTE_RANGE.
15536 (analyse_first) <charset>: For filling fastmap for all multibyte
15537 characters, don't check by BASE_LEADING_CODE_P.
15538 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
15539 the same as RE_MULTIBYTE_P (bufp) now.
15540 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
15541 (TARGET_CHAR_AND_LENGTH): Delete this macro.
15542 (TRANSLATE_VIA_MULTIBYTE): New macro.
15543 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
15544 It is the same as RE_MULTIBYTE_P (bufp) now.
15545 <exactn>: Translate via multibyte.
15546 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
15547 translate it.
15548 <charset, charset_not>: Fetch a character by
15549 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
15550 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
15551 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
15552 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
15553 by GET_CHAR_AFTER.
15554 (bcmp_translate): Likewise.
15555
15556 * search.c (compile_pattern): Check the member target_multibyte,
15557 not the member multibyte of buf.
15558
15559 * lread.c (read1): While reading a string, set force_singlebyte
15560 and force_multibyte correctly.
15561
15562 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
15563 up of unibyte_to_multibyte_table.
15564
155652008-02-01 Kenichi Handa <handa@m17n.org>
15566
15567 * coding.c (setup_coding_system): If coding has
15568 post-read-conversion or pre-write-conversion, set
15569 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
15570 respectively.
15571 (decode_coding_gap): Run post-read-conversion if any.
15572
15573 * fileio.c (Finsert_file_contents): Even if we read into a
15574 unibyte buffer, check if we must decode the result or not.
15575
155762008-02-01 Kenichi Handa <handa@m17n.org>
15577
15578 * coding.c (make_conversion_work_buffer): Change the work buffer
15579 name to the same one as that of Emacs 21.
15580
155812008-02-01 Kenichi Handa <handa@m17n.org>
15582
15583 * coding.h (make_conversion_work_buffer): Adjust prototype.
15584 (code_conversion_restore): Don't extern it.
15585
15586 * coding.c (detected_mask): Delete unused variable.
15587 (decode_coding_iso_2022): Pay attention to the byte sequence of
15588 CTEXT extended segment, and retain those bytes as is.
15589 (decode_coding_ccl): Delete unused variable `valids'.
15590 (setup_coding_system): Delete unused variable `category'.
15591 (consume_chars): Delete unused variable `category'. Make it work
15592 for non-multibyte case.
15593 (make_conversion_work_buffer): Change argument.
15594 (saved_coding): Delete unused variable.
15595 (code_conversion_restore): Don't check saved_coding->destination.
15596 (code_conversion_save): New function.
15597 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
15598 instead of record_unwind_protect.
15599 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
15600 (detect_coding_system): Delete unused variable `mask'.
15601 (Fdefine_coding_system_internal): Delete unused variable id.
15602
15603 * fileio.c (kill_workbuf_unwind): New function.
15604 (Finsert_file_contents): On replacing, call
15605 make_conversion_work_buffer with correct args, and call
15606 record_unwind_protect with the first arg kill_workbuf_unwind.
15607
15608 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
15609
156102008-02-01 Kenichi Handa <handa@m17n.org>
15611
15612 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
15613 (fontset_add): Fix for the case that TO is less than TO1.
15614 (Ffontset_info): Don't use fallback fontset on checking the
15615 default fontset.
15616 (dump_fontset): New function for debugging.
15617
15618 * coding.c (Fdefine_coding_system_internal): Fix for the case that
15619 coding_type is Qcharset.
15620
156212008-02-01 Kenichi Handa <handa@m17n.org>
15622
15623 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
15624 (map_char_table): Don't inherit the value from the parent on
15625 initializing VAL. Adjust for the above change.
15626
156272008-02-01 Kenichi Handa <handa@m17n.org>
15628
15629 * coding.c (Qsignature, Qendian): Delete these variables.
15630 (syms_of_coding): Don't initialize them.
15631 (CATEGORY_MASK_UTF_16_AUTO): New macro.
15632 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
15633 detect_info->found.
15634 (decode_coding_utf_16): Don't detect BOM here.
15635 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
15636 is NOT utf_16_without_bom.
15637 (setup_coding_system): For a coding system of type utf-16, check
15638 if the attribute :endian is Qbig or not (not nil or not), and set
15639 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
15640 (detect_coding): If coding type is utf-16 and BOM detection is
15641 required, detect it.
15642 (Fdefine_coding_system_internal): For a coding system of type
15643 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
15644
156452008-02-01 Kenichi Handa <handa@m17n.org>
15646
15647 * coding.c (coding_set_source): Fix for the case that the current
15648 buffer is different from coding->src_object.
15649 (decode_coding_object): Don't use the conversion work buffer if
15650 DST_OBJECT is a buffer.
15651
156522008-02-01 Dave Love <fx@gnu.org>
15653
15654 * lread.c (read_emacs_mule_char) [len==2]: Index
15655 emacs_mule_charset correctly.
15656
156572008-02-01 Dave Love <fx@gnu.org>
15658
15659 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
15660 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
15661 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
15662 treated specially.)
15663 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
15664 (detected_mask): Remove Big5 bits.
15665
156662008-02-01 Kenichi Handa <handa@m17n.org>
15667
15668 The following changes are to make the font rescaling facility
15669 compatible with Emacs 21.
15670
15671 * xfaces.c (Vface_font_rescale_alist): Rename from
15672 Vface_resizing_fonts.
15673 (struct font_name): Rename member resizing_ratio to rescale_ratio.
15674 (font_rescale_ratio): Rename from font_resizing_ratio.
15675 (split_font_name): Set font->rescale_ratio.
15676 (better_font_p): Pay attention to font->rescale_ratio.
15677 (build_scalable_font_name): Likewise. Change RESX, and RESY
15678 fields.
15679 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
15680
156812008-02-01 Kenichi Handa <handa@m17n.org>
15682
15683 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
15684 (Qutf_16_le): Remove these variables.
15685 (syms_of_coding): Don't DEFSYM them.
15686 (decode_coding_utf_16): Fix handling of BOM.
15687 (encode_coding_utf_16): Fix handling of BOM.
15688
156892008-02-01 Kenichi Handa <handa@m17n.org>
15690
15691 * fileio.c (Finsert_file_contents): On replacing, before decoding
15692 the file into the work buffer, set point of the work buffer to the end.
15693
156942008-02-01 Dave Love <fx@gnu.org>
15695
15696 * coding.c (Fcheck_coding_systems_region): Fix type errors.
15697
156982008-02-01 Dave Love <fx@gnu.org>
15699
15700 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15701 and fix C types.
15702
157032008-02-01 Kenichi Handa <handa@m17n.org>
15704
15705 * xdisp.c (SKIP_GLYPHS): New macro.
15706 (set_cursor_from_row): Pay attention to string display properties.
15707
15708 * category.c (copy_category_entry): Fix for the case that RANGE
15709 is an integer.
15710
15711 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
15712
15713 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
15714
157152008-02-01 Kenichi Handa <handa@m17n.org>
15716
15717 * charset.c (Fcharset_id_internal): New function.
15718 (syms_of_charset): Defsubr it.
15719
15720 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
15721 with the last arg charset_list acquired from coding.
15722 (Fdefine_coding_system_internal): For ccl-based coding system, fix
15723 the attribute coding_attr_ccl_valids.
15724
15725 * coding.h (enum define_coding_ccl_arg_index): Set the first
15726 member coding_arg_ccl_decoder to coding_arg_max.
15727
15728 * ccl.h (ccl_driver): Adjust prototype.
15729
15730 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
15731 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 15732 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
15733 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
15734 last arg Qnil.
15735
157362008-02-01 Kenichi Handa <handa@m17n.org>
15737
15738 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
15739 call encode_char.
15740
15741 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
15742
157432008-02-01 Dave Love <fx@gnu.org>
15744
15745 * composite.c (syms_of_composite): Make composition_hash_table weak.
15746
157472008-02-01 Kenichi Handa <handa@m17n.org>
15748
15749 * dispextern.h (check_face_attributes, generate_ascii_font_name)
15750 (font_name_registry): Don't extern them.
15751 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
15752
15753 * fontset.h (Qfontset): Don't extern it.
15754 (new_fontset_from_font_name): Extern it.
15755
15756 * fontset.c: Give 8 extra slots to fontset objects.
15757 (Qfontset_info): New variable.
15758 (syms_of_fontset): Defsym it.
15759 (FONTSET_FALLBACK): New macro.
15760 (fontset_face): Try also the default fontset.
15761 (make_fontset): Realize a fallback fontset from the default fontset.
15762 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
15763 using split_font_name_into_vector and build_font_name_from_vector.
15764 (Fset_fontset_font): Access the elements of font_spec by enum
15765 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
15766 name by using split_font_name_into_vector.
15767 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
15768 generate a proper font name from the fontset name. Update
15769 Vfontset_alias_alist.
15770 (n_auto_fontsets): New variable.
15771 (new_fontset_from_font_name): New function.
15772 (Ffont_info): Store the information about fonts generated from the
15773 default fontset in the first extra slot of the returned char-table.
15774
15775 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
15776 (font_name_registry): Delete function.
15777 (split_font_name_into_vector): New function.
15778 (build_font_name_from_vector): New function.
15779 (font_list): The argument REGISTRY is now a list of registry names.
15780 (choose_face_font): If we are choosing an ASCII font, and ATTRS
15781 specifies an explicit font name, return the name as is. Make a
15782 list of registy names.
15783
15784 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
15785 of x_new_fontset.
15786 (Fx_create_frame): Don't call x_new_fontset here. Just use
15787 x_list_fonts to check the existence of fonts.
15788
15789 * xterm.h (x_new_fontset): Adjust prototype.
15790
15791 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
15792 string. Use new_fontset_from_font_name to create a fontset from a
15793 font name.
15794
157952008-02-01 Kenichi Handa <handa@m17n.org>
15796
15797 * syntax.c (Vfind_word_boundary_function_table): New name for
15798 Vnext_word_boundary_function_table.
15799 (find-word-boundary-function-table): New name for
15800 next-word-boundary-function-table.
15801
158022008-02-01 Dave Love <fx@gnu.org>
15803
15804 * Makefile.in: Fix some dependencies.
15805
15806 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
15807 set it to nil before returning.
15808
15809 * composite.c (update_compositions): Fix type error.
15810
15811 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
15812
158132008-02-01 Kenichi Handa <handa@m17n.org>
15814
15815 * xterm.c (x_new_font): Optimize for the case that the font is
15816 already set for the frame.
15817
158182008-02-01 Kenichi Handa <handa@m17n.org>
15819
15820 * chartab.c (char_table_ascii): Check if the char table contents
15821 is sub-char-table or not.
15822 (char_table_set, char_table_set_range): Fix argument to
15823 char_table_ascii.
15824
15825 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
15826 (detect_coding_utf_8, detect_coding_utf_16)
15827 (detect_coding_emacs_mule, detect_coding_iso_2022)
15828 (detect_coding_sjis, detect_coding_big5)
15829 (detect_coding_ccl, detect_coding_charset): Change argument MASK
15830 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
15831 sequence is valid in this coding system. Change callers.
15832 (MAX_ANNOTATION_LENGTH): New macro.
15833 (ADD_ANNOTATION_DATA): New macro.
15834 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
15835 ADD_ANNOTATION_DATA. Change the format of annotation data.
15836 (ADD_CHARSET_DATA): New macro.
15837 (emacs_mule_char): New argument ID. Change callers.
15838 (decode_coding_emacs_mule, decode_coding_iso_2022)
15839 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15840 Produce charset annotation data in coding->charbuf.
15841 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
15842 to charset annotation data in coding->charbuf.
15843 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
15844 coding->common_flags if the coding system is iso-2022 based and
15845 uses designation.
15846 (produce_composition): Adjust for the new annotation data format.
15847 (produce_charset): New function.
15848 (produce_annotation): Handle charset annotation.
15849 (handle_composition_annotation, handle_charset_annotation): New
15850 functions.
15851 (consume_chars): Handle charset annotation. Utilize the above two
15852 functions.
15853 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
15854 buffer, get the deleted text as a string and set
15855 coding->src_object to that string.
15856 (detect_coding, detect_coding_system): Use the new struct
15857 coding_detection_info.
15858
15859 * coding.h (struct coding_detection_info): New structure.
15860 (struct coding_system): Adjust prototype of the member `detector'.
15861 (CODING_ANNOTATE_CHARSET_MASK): New macro.
15862
158632008-02-01 Kenichi Handa <handa@m17n.org>
15864
15865 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
15866
158672008-02-01 Dave Love <fx@gnu.org>
15868
15869 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
15870 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
15871 to new local and nullify apropos_accumulate before returning.
15872 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
15873
158742008-02-01 Kenichi Handa <handa@m17n.org>
15875
15876 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
15877 correctly.
e3eea1fc 15878
aac0c6e3
MR
158792008-02-01 Dave Love <fx@gnu.org>
15880
15881 * fns.c (Flanginfo): Call synchronize_system_time_locale.
15882
158832008-02-01 Kenichi Handa <handa@m17n.org>
15884
15885 The following changes are to make character composition happen
15886 automatically on displaying.
15887
15888 * Makefile.in (lisp, shortlisp): Add composite.elc.
15889
15890 * composite.h (Qauto_composed, Vauto_composition_function)
15891 (Qauto_composition_function): Extern them.
15892
15893 * composite.c (Vcomposition_function_table)
15894 (Qcomposition_function_table): Delete variables.
15895 (Qauto_composed, Vauto_composition_function)
15896 (Qauto_composition_function): New variables.
15897 (run_composition_function): Don't call
15898 compose-chars-after-function.
15899 (update_compositions): Clear `auto-composed' text property.
15900 (compose_chars_in_text): Delete this function.
15901 (syms_of_composite): Staticpro Qauto_composed and
15902 Qauto_composition_function. Declare Vauto_composition_function as
15903 a Lisp variable.
15904
15905 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
15906
15907 * xdisp.c (it_props): Add an entry for Qauto_composed.
15908 (handle_auto_composed_prop): New function.
15909
15910 * xselect.c (selection_data_to_lisp_data): Don't call
15911 compose_chars_in_text.
15912
159132008-02-01 Dave Love <fx@gnu.org>
15914
15915 * keyboard.c (read_char): Modify checking around use of
15916 Vkeyboard_translate_table.
15917
15918 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15919 and fix C types.
15920
159212008-02-01 Kenichi Handa <handa@m17n.org>
15922
15923 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
15924 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15925 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
15926 the case that the last byte is '\r' correctly.
15927 (decode_coding): Flush out the unprocessed data correctly.
15928 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
15929
159302008-02-01 Dave Love <fx@gnu.org>
15931
15932 * xterm.c (XTread_socket): Fix changes for defined keysyms.
15933 Add XK_ISO... case.
15934 (xaw_scroll_callback): Revert last change.
15935
159362008-02-01 Kenichi Handa <handa@m17n.org>
15937
15938 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
15939
159402008-02-01 Kenichi Handa <handa@m17n.org>
15941
15942 * xfaces.c (Vface_resizing_fonts): New variable.
15943 (struct font_name): New member `resizing_ratio'.
15944 (font_resizing_ratio): New function.
15945 (split_font_name): Set font->resizing_ratio.
15946 (better_font_p): Pay attention to font->resizing_ratio.
15947 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
15948 RESX, and RESY fields.
15949 (try_alternative_families): Try scalable fonts if
15950 Vscalable_fonts_allowed is not Qt.
15951 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
15952
159532008-02-01 Dave Love <fx@gnu.org>
15954
15955 * xterm.c (xaw_scroll_callback): Cast correctly.
15956
159572008-02-01 Dave Love <fx@gnu.org>
15958
15959 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
15960 (lispy_kana_keys): Comment out.
15961 (make_lispy_event) [XK_kana_A]: Comment out.
15962
15963 * xterm.c (xaw_scroll_callback): Cast call_data.
15964 (XTread_socket): Deal with ASCII keysyms.
15965 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
15966
159672008-02-01 Dave Love <fx@gnu.org>
15968
15969 * xterm.c (Vx_keysym_table): New.
15970 (syms_of_xterm): Initialize it.
15971 (XTread_socket): Use it.
15972 From head: Eliminate incorrect optimization that tried to avoid
15973 decoding the output of X*LookupString.
15974 (x_get_font_repertory): Delete charset declaration.
15975
159762008-02-01 Kenichi Handa <handa@m17n.org>
15977
15978 * coding.c (detect_coding_charset): If only ASCII bytes are found,
15979 return 0.
15980 (Fdefine_coding_system_internal): Setup
15981 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
15982
159832008-02-01 Dave Love <fx@gnu.org>
15984
15985 * coding.c (Fcheck_coding_system): Doc fix.
15986
15987 * editfns.c (Finsert_byte): Return a proper value.
15988
159892008-02-01 Kenichi Handa <handa@m17n.org>
15990
15991 * coding.c (decode_coding): Fix args to translate_chars. Pay
15992 attention to Vstandard_translation_table_for_decode.
15993 (encode_coding): Fix args to translate_chars. Pay attention to
15994 Vstandard_translation_table_for_encode.
15995
15996 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
15997 SINGLE_BYTE_CHAR_P.
15998
15999 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
16000 not by SINGLE_BYTE_CHAR_P.
16001
16002 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
16003 SINGLE_BYTE_CHAR_P.
16004
16005 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
16006 SINGLE_BYTE_CHAR_P.
16007
16008 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
16009 by SINGLE_BYTE_CHAR_P.
16010
16011 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
16012 SINGLE_BYTE_CHAR_P.
16013
160142008-02-01 Dave Love <fx@gnu.org>
16015
16016 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
16017
160182008-02-01 Dave Love <fx@gnu.org>
16019
16020 * fns.c (Flanginfo): Fix typo.
16021
16022 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
16023
160242008-02-01 Kenichi Handa <handa@m17n.org>
16025
16026 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
16027 (detect_coding_emacs_mule, detect_coding_iso_2022)
16028 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
16029 incomplete byte sequence. Don't update *mask when correctly detected.
16030 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
16031 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
16032 (detect_coding, detect_coding_system): Adjust for the changes above.
16033
160342008-02-01 Kenichi Handa <handa@m17n.org>
16035
16036 * character.c (char_string): Rename from
16037 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
16038 (string_char): Rename from string_char.
16039
16040 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
16041 if C is greater than MAX_3_BYTE_CHAR.
16042 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
16043 string_char instead of string_char_with_unification.
16044
160452008-02-01 Dave Love <fx@gnu.org>
16046
16047 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
16048
160492008-02-01 Kenichi Handa <handa@m17n.org>
16050
16051 * keymap.c (push_key_description): Pay attention to force_multibyte.
16052
16053 * regex.c (re_search_2): Fix for the case of unibyte buffer.
16054
160552008-02-01 Dave Love <fx@gnu.org>
16056
16057 * charset.c (define_charset_internal): Rename `supprementary'.
16058
16059 * Makefile.in (lisp, shortlisp): Remove latin-N.
16060
160612008-02-01 Dave Love <fx@gnu.org>
16062
16063 * xfns.c (x_window, x_window): Use use_xim.
16064
16065 * xterm.c (use_xim): Initialize.
16066 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
16067 (x_term_init): Maybe set use_xim.
16068
16069 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
16070
160712008-02-01 Kenichi Handa <handa@m17n.org>
16072
16073 * search.c (search_buffer): Fix case-fold-search of multibyte
16074 characters.
16075 (boyer_moore): Rename the last argument to char_high_bits.
16076
160772008-02-01 Kenichi Handa <handa@m17n.org>
16078
16079 * xdisp.c (display_string): Fix for the case of zero width glyph.
16080
16081 * xfns.c (x_set_font): Change the error message of the case that
16082 x_new_fontset returns Qt.
16083
16084 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
16085 (Finternal_set_lisp_face_attribute): Use signal_error for the
16086 error of invalid fontset.
16087
16088 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
16089 fontset, return Qt.
16090
160912008-02-01 Dave Love <fx@gnu.org>
16092
16093 * unexelf.c (unexec): Make .got handling not SGI-specific.
16094
16095 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
16096
16097 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
16098
16099 * keyboard.c (read_key_sequence): Fix type error.
16100
16101 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
16102 type error.
16103
16104 * fontset.c (fontset_add): Return Lisp_Object.
16105
161062008-02-01 Dave Love <fx@gnu.org>
16107
16108 * charset.h (charset_ordered_list_tick): Declare extern.
16109
161102008-02-01 Kenichi Handa <handa@m17n.org>
16111
16112 The following changes (and some of 2008-02-01 changes of mine) are
16113 for handling syntax, category, and case conversion for unibyte
16114 characters by converting them to multibyte on the fly. With these
16115 changes, we don't have to setup syntax and case tables for unibyte
16116 characters in each language environment.
16117
16118 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
16119 multibyte if necessary.
16120
16121 * bytecode.c (Fbyte_code): Likewise.
16122
16123 * character.h (LEADING_CODE_LATIN_1_MIN)
16124 (LEADING_CODE_LATIN_1_MAX): New macros.
16125 (unibyte_to_multibyte_table): Extern it.
16126 (unibyte_char_to_multibyte): New macro.
16127 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
16128 (CHAR_LEADING_CODE): New macro.
16129 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
16130
16131 * character.c (unibyte_to_multibyte_table): New variable.
16132 (unibyte_char_to_multibyte): Move to character.h and define as macro.
16133 (multibyte_char_to_unibyte): If C is an eight-bit character,
16134 convert it to the corresponding byte value.
16135
16136 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
16137 not 1, signals an error. Update the elements of
16138 unibyte_to_multibyte_table.
16139 (init_charset_once): Initialize unibyte_to_multibyte_table.
16140 (syms_of_charset): Define the charset `iso-8859-1'.
16141
16142 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
16143 as is without converting it to unibyte. In a unibyte buffer,
16144 convert C to multibyte before checking the syntax.
16145
16146 * lisp.h (unibyte_char_to_multibyte): Delete extern.
16147
16148 * minibuf.c (Fminibuffer_complete_word): Use the macro
16149 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
16150
16151 * regex.h (struct re_pattern_buffer): New member target_multibyte.
16152
16153 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
16154 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
16155 that is zero, convert an eight-bit char to multibyte.
16156 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
16157 non-emacs case.
16158 (PATFETCH): Convert an eight-bit char to multibyte.
16159 (HANDLE_UNIBYTE_RANGE): New macro.
16160 (regex_compile): Setup the compiled pattern for multibyte chars
16161 even if the given regex string is unibyte. Use PATFETCH_RAW
16162 instead of PATFETCH in many places. To handle `charset'
16163 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
16164 only for ASCII chars.
16165 (analyse_first) <exactn>: Simplify because the compiled pattern
16166 is multibyte.
16167 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
16168 <charset>: Use CHAR_LEADING_CODE to get leading codes.
16169 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
16170 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
16171 multibyte always 1.
16172 (re_search_2): In emacs, set the locale variable multibyte to 1,
16173 otherwise to 0. New local variable target_multibyte. Check it
16174 to decide the multibyteness of STR1 and STR2. If
16175 target_multibyte is zero, convert unibyte chars to multibyte
16176 before translating and checking fastmap.
16177 (TARGET_CHAR_AND_LENGTH): New macro.
16178 (re_match_2_internal): In emacs, set the locale variable multibyte
16179 to 1, otherwise to 0. New local variable target_multibyte. Check
16180 it to decide the multibyteness of STR1 and STR2. Use
16181 TARGET_CHAR_AND_LENGTH to fetch a character from D.
16182 <charset, charset_not>: If multibyte is nonzero, check fastmap
16183 only for ASCII chars. Call bcmp_translate with
16184 target_multibyte, not with multibyte.
16185 <begline>: Declare the local variable C as `unsigned'.
16186 (bcmp_translate): Change the last arg name to target_multibyte.
16187
16188 * search.c (compile_pattern_1): Don't adjust the multibyteness of
16189 the regexp pattern and the matching target. Set cp->buf.multibyte
16190 to the multibyteness of the regexp pattern. Set
16191 cp->but.target_multibyte to the multibyteness of the matching target.
16192 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
16193 FETCH_STRING_CHAR_ADVANCE.
16194 (Freplace_match): Convert unibyte chars to multibyte.
16195
16196 * syntax.c (char_quoted, back_comment, scan_words)
16197 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
16198 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
16199 unibyte chars to multibyte.
16200 (skip_chars): Delete the arg syntaxp, and move the code for
16201 handling syntaxes to skip_syntaxes. Change callers.
16202 Fix the case that the multibyteness of STRING and the current
16203 buffer doesn't match.
16204 (skip_syntaxes): New function.
16205 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
16206 SINGLE_BYTE_CHAR_P.
16207
162082008-02-01 Kenichi Handa <handa@m17n.org>
16209
16210 * xfaces.c (QCfontset): New variable.
16211 (LFACE_FONTSET): New macro.
16212 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
16213 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
16214 (Finternal_set_lisp_face_attribute)
16215 (Finternal_get_lisp_face_attribute): Handle QCfontset.
16216 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
16217 check also LFACE_FONTSET_INDEX.
16218 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
16219 attrs[LFACE_FONT_INDEX].
16220 (syms_of_xfaces): Intern and staticpro QCfontset.
16221
16222 * dispextern.h (enum lface_attribute_index): New member
16223 LFACE_FONTSET_INDEX.
16224
16225 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
16226
162272008-02-01 Kenichi Handa <handa@m17n.org>
16228
16229 * coding.c (coding_set_destination): Fix coding->destination for
16230 the case converting a region.
16231 (encode_coding_utf_8): Encode eight-bit chars as single byte.
16232 (encode_coding_object): Fix coding->dst_pos and
16233 coding->dst_pos_byte for the case converting a region.
16234
16235 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
16236
16237 * character.h (BYTE8_STRING): New macro.
16238
16239 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
16240
162412008-02-01 Kenichi Handa <handa@m17n.org>
16242
16243 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
16244 characters by octal form.
16245
16246 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
16247
16248 * buffer.h (_fetch_multibyte_char_len): Delete extern.
16249 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
16250 _fetch_multibyte_char_len.
16251 (FETCH_CHAR_AS_MULTIBYTE): New macro.
16252
16253 * casetab.c (set_canon, set_identity, shuffle): Simplify.
16254
16255 * casefiddle.c (casify_object): Simplify. Handle the case that
16256 the case conversion change the byte length.
16257 (casify_region): Likewise.
16258
16259 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
16260
16261 * character.c (_fetch_multibyte_char_len): Delete this variable.
16262 (syms_of_character): Setup Vprintable_chars.
16263
16264 * editfns.c (Fchar_equal): Fix for the unibyte case.
16265 (Finsert_byte): New function.
16266 (syms_of_editfns): Defsubr it.
16267
16268 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
16269 of direct code 0x3ffff.
16270
16271 * search.c (Freplace_match): Fix for the unibyte case.
16272
162732008-02-01 Kenichi Handa <handa@m17n.org>
16274
16275 * lread.c (safe_to_load_p): Fix the logic.
16276
16277 * syntax.c (scan_words): Don't treat characters belonging to
16278 different scripts as constituting a word.
16279
16280 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16281
16282 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
16283
16284 * emacs.c (main): In the case of --unibyte, instead of aborting on
16285 finding non-empty buffer, make it unibyte.
16286
162872008-02-01 Kenichi Handa <handa@m17n.org>
16288
16289 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
16290 to create a fontset.
16291
162922008-02-01 Dave Love <fx@gnu.org>
16293
16294 * character.c (Funibyte_char_to_multibyte): Doc fix.
16295
16296 * xfns.c [HAVE_STDLIB_H]: Fix last change.
16297
162982008-02-01 Kenichi Handa <handa@m17n.org>
16299
16300 * fontset.c (fontset_add): Make the type `int'.
16301 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
16302
16303 * character.c (unibyte_char_to_multibyte)
16304 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
16305 charset_unibyte, not charset_primary.
16306
16307 * charset.h (charset_unibyte): Extern it instead of charset_primary.
16308
16309 * charset.c (charset_unibyte): Rename from charset_primary.
16310 (Funibyte_charset): Rename from Fprimary_charset.
16311 (Fset_unibyte_charset): Rename from Fset_primary_charset.
16312 (syms_of_charset): Adjust for the above changes.
16313
16314 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16315 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16316 it->multibyte_p is zero.
16317
16318 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
16319 Delete extern.
16320
163212008-02-01 Kenichi Handa <handa@m17n.org>
16322
16323 * coding.c (Fdefine_coding_system_internal): Fix category setting
16324 for a coding system of type iso-2022.
16325
163262008-02-01 Kenichi Handa <handa@m17n.org>
16327
16328 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
16329
163302008-02-01 Kenichi Handa <handa@m17n.org>
16331
16332 * syntax.c (Vnext_word_boundary_function_table): New variable.
16333 (next-word-boundary-function-table): Declare it as a Lisp variable
16334 in syms_of_syntax.
16335 (scan_words): Call functions in Vnext_word_boundary_function_table
16336 if any.
16337
16338 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
16339
16340 * fontset.c (fs_load_font): If fontp->charset is not negative,
16341 return fontp without setting its members.
16342
163432008-02-01 Dave Love <fx@gnu.org>
16344
16345 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
16346
16347 * m/sparc.h (HAVE_ALLOCA): Delete.
16348
16349 * s/irix6-5.h: Don't include strings.h.
16350 (bcopy, bzero, bcmp): Don't undef.
16351
16352 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
16353
16354 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
16355 (TIOCSIGSEND): Don't test IRIX6.
16356 (bcopy, bzero, bcmp): Define conditionally.
16357
163582008-02-01 Kenichi Handa <handa@m17n.org>
16359
16360 * buffer.c (Qas, Qmake, Qto): New variables.
16361 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
16362 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
16363
16364 * callproc.c (Fcall_process): Don't call insert_1_both directly if
16365 we are inserting a process output into a multibyte buffer.
16366
16367 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
16368 multibyte_char_to_unibyte.
16369
16370 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
16371 by the primary charset, make it eight-bit char.
16372 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
16373
16374 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
16375 (charset_8_bit__control, charset_8_bit_graphic)
16376 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
16377 (define_charset_internal): New function.
16378 (syms_of_charset): Call define_charset_internal for pre-defined
16379 charsets.
16380
16381 * charset.h (charset_8_bit): Extern it.
16382
16383 * coding.c (make_conversion_work_buffer): Adjust for the change
16384 of Fset_buffer_multibyte.
16385 (encode_coding_raw_text): Increment p0 in the loop.
16386
16387 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
16388
16389 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
16390 for the change of Fset_buffer_multibyte.
16391
16392 * fns.c (Fstring_to_multibyte): New function.
16393 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
16394
163952008-02-01 Dave Love <fx@gnu.org>
16396
16397 * xfns.c (x_put_x_image): Declare args.
16398
16399 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
16400 (try_font_list): Declare an arg.
16401
16402 * xdisp.c (message2_nolog, set_message): Declare an arg.
16403
16404 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
16405
16406 * syntax.c (scan_sexps_forward): Declare an arg.
16407
16408 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16409 Declare an arg.
16410
16411 * lisp.h (Fnew_fontset): Declare.
16412
16413 * keymap.c (push_key_description): Call CHARACTERP correctly.
16414
16415 * fontset.c (fontset_add): Declare args. Call make_number correctly.
16416 (face_for_char): Delete unused vars.
16417 (Fset_fontset_font): Doc fix. Delete unused vars.
16418
16419 * doc.c (Fsubstitute_command_keys): Delete unused vars.
16420
16421 * composite.c (update_compositions): Declare arg.
16422
16423 * cm.c (calccost, cmgoto): Declare args.
16424
16425 * charset.c: Remove `emacs' conditional. Doc fixes.
16426 (map_char_table_for_charset): Declare.
16427
16428 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
16429
16430 * ccl.c: Remove `emacs' conditional.
16431
164322008-02-01 Kenichi Handa <handa@m17n.org>
16433
16434 The following changes are to allow specifying multiple font
16435 patterns for a character range (specified by script or charset).
16436
16437 * Makefile.in (abbrev.o): Depend on syntax.h.
16438 (xfaces.o): Depend on charset.h.
16439
16440 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
16441 SINGLE_BYTE_CHAR_P.
16442
16443 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
16444
16445 * character.h (Vchar_script_table): Extern it.
16446
16447 * character.c (Vscript_alist): Delete.
16448 (Vchar_script_table, Qchar_script_table): New variable.
16449 (syms_of_character): Declare Vchar_script_table as a lisp variable
16450 and initialize it.
16451
16452 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
16453 have property char-table-extra-slots, make no extra slot.
16454
16455 * dispextern.h (struct face): Delete member `charset'.
16456 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
16457 SINGLE_BYTE_CHAR_P.
16458 (choose_face_font, lookup_non_ascii_face, font_name_registry):
16459 Add prototypes.
16460 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
16461 (generate_ascii_font_name): Rename from generate_ascii_font.
16462
16463 * fontset.h (get_font_repertory_func): New prototype.
16464 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
16465 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
16466
16467 * fontset.c (Qprepend, Qappend): New variables.
16468 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
16469 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
16470 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
16471 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
16472 (fontset_ref_and_range, fontset_add, reorder_font_vector)
16473 (load_font_get_repertory): New functions.
16474 (fontset_set): Delete.
16475 (fontset_face): New arg FACE. Return face ID, not face.
16476 Complete re-write to handle new fontset structure. Change caller.
16477 (free_face_fontset): Use ASET istead of AREF (X) = Y.
16478 (face_for_char): Don't call lookup_face.
16479 (make_fontset_for_ascii_face): New arg FACE.
16480 (fs_load_font): New arg CHARSET_ID. Don't check
16481 Vfont_encoding_alist here.
16482 (find_font_encoding): New function.
16483 (list_fontsets): Use STRINGP, not ! NILP.
16484 (accumulate_script_ranges): New function.
16485 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
16486 re-written to handle new fontset structure.
16487 (Ffontset_font): Return a copy of element.
16488 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
16489 docstring of font-encoding-alist.
16490
16491 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
16492 (Fset_fotset_font): Fix arguments to 5.
16493
16494 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
16495
16496 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
16497 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16498 (highlight_trailing_whitespace): Adjust for the change of
16499 lookup_named_face.
16500
16501 * xfaces.c: Include charset.h.
16502 (load_face_font): Delete argument C. Change caller.
16503 (generate_ascii_font_name): Rename from generate_ascii_font.
16504 (font_name_registry): New function.
16505 (cache_face): Store ascii faces before non-ascii faces in buckets.
16506 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
16507 Lookup only ascii faces.
16508 (lookup_non_ascii_face): New function.
16509 (lookup_named_face): Delete argument C. Change caller.
16510 (lookup_derived_face): Delete argument C. Change caller.
16511 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
16512 a string, just call font_list with it.
16513 (choose_face_font): Delete arguments FACE and C. New arg
16514 FONT_SPEC. Change caller.
16515 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
16516 Change caller.
16517 (realize_non_ascii_face): New function.
16518 (realize_x_face): Call load_face_font here.
16519 (realize_tty_face): Delete argument C. Change caller.
16520 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
16521 get a face ID.
16522 (dump_realized_face): Don't print charset of FACE.
16523
16524 * xfns.c (x_set_font): Always call x_new_fontset and
16525 store_frame_parameter.
16526 (Fx_create_frame): Call x_new_fontset, not x_new_font.
16527 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
16528
16529 * xterm.h (x_get_font_repertory): Extern it.
16530
16531 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16532 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16533 it->multibyte_p is zero.
16534 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16535 (x_new_fontset): If FONTSETNAME doesn't match any existing
16536 fontsets, create a new one.
16537 (x_get_font_repertory): New function.
16538
165392008-02-01 Kenichi Handa <handa@m17n.org>
16540
16541 * coding.c (Ffind_coding_systems_region_internal): Detect an
16542 ASCII only string correctly.
16543
16544 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
16545 version is 0.
16546
165472008-02-01 Kenichi Handa <handa@m17n.org>
16548
16549 * lread.c: Include "coding.h".
16550 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
16551 (load_each_byte, unread_char): New variables.
16552 (readchar_backlog): Delete.
16553 (readchar): Return a character unless load_each_byte is nonzero.
16554 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
16555 cons. If unread_char is not -1, simply return it.
16556 (unreadchar): Handle the case that readcharfun is
16557 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
16558 (read_multibyte): Delete.
16559 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
16560 (read_emacs_mule_char): New functions.
16561 (Fload): Even if the file doesn't have the extension ".elc", if
16562 safe_to_load_p returns a positive version number, assume that the
16563 file contains bytecompiled code. If the version is less than 22,
16564 load the file while decoding multibyte sequences by emacs-mule.
16565 (readevalloop): Don't use readchar_backlog.
16566 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
16567 (Fread_from_string): Pay attention to the case that STREAM is a cons.
16568 (read_escape): Delete the arg BYTEREP.
16569 (read1): Set load_each_byte to 1 temporarily while handling
16570 #@NUMBER. Don't call read_multibyte.
16571 (read_vector): Call Fread with a cons. If readcharfun is
16572 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
16573 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
16574 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
16575 and Qload_force_doc_strings.
16576
165772008-02-01 Kenichi Handa <handa@m17n.org>
16578
16579 * xdisp.c (face_before_or_after_it_pos): Call
16580 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
16581
165822008-02-01 Kenichi Handa <handa@m17n.org>
16583
16584 * character.h (TRAILING_CODE_P): New macro.
16585 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
16586 (string_char_with_unification): Fix prototype.
16587 (Vscript_alist): Extern it.
16588
16589 * character.c (Vscript_alist): New variable.
16590 (string_char_with_unification, str_as_unibyte)
16591 (string_escape_byte8): Add `const' to local variables.
16592 (syms_of_character): Declare script-alist as a Lisp variable.
16593
16594 * charset.h (Vcharset_ordered_list): Extern it.
16595 (charset_ordered_list_tick): Extern it.
16596 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
16597 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
16598 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
16599 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
16600 (Funify_charset): Adjust for the change of Funify_charset.
16601
16602 * charset.c (charset_ordered_list_tick): New variable.
16603 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
16604 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
16605 deunify intead of unify a charset.
16606 (string_xstring_p): Add `const' to local variables.
16607 (find_charsets_in_text): Add `const' to arguments and local variables.
16608 (encode_char): Adjust for the change of Funify_charset. Fix
16609 detecting of invalid code.
16610 (Fset_charset_priority): Increment charset_ordered_list_tick.
16611 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
16612 and TO_CODE.
16613
16614 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
16615 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
16616 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
16617 (decode_coding_ccl, consume_chars)
16618 (Ffind_coding_systems_region_internal)
16619 (Fcheck_coding_systems_region): Add `const' to local variables.
16620
16621 * print.c (print_object): Use octal form for printing the
16622 contents of a bool vector.
16623
166242008-02-01 Dave Love <fx@gnu.org>
16625
16626 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
16627 <version == 20>: Refuse to load.
16628
166292008-02-01 Dave Love <fx@gnu.org>
16630
16631 * fns.c: Move coding.h.
16632 (Qcodeset, Qdays, Qmonths): New.
16633 (concat): Use CHARACTERP instead of INTEGERP.
16634 (Flocale_codeset): Delete.
16635 (Flanginfo): New function.
16636 (syms_of_fns): Change accordingly.
16637
16638 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
16639
166402008-02-01 Dave Love <fx@gnu.org>
16641
16642 * casetab.c (init_casetab_once, init_casetab_once): Fix
16643 CHAR_TABLE_SET call.
16644
16645 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
16646
16647 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
16648
16649 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
16650 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
16651 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
16652
16653 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
16654
16655 * coding.c (ENCODE_DESIGNATION, decode_eol)
16656 (make_conversion_work_buffer, code_conversion_restore)
16657 (Fdefine_coding_system_internal): Convert Lisp types.
16658 (code_conversion_restore): Use EQ, not ==.
16659 (Fencode_coding_string): Fix code_convert_string call.
16660
16661 * coding.h (code_convert_region): Fix prototype.
16662
16663 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
16664
16665 * fontset.c (fontset_ref, fontset_set, fs_load_font)
16666 (Ffontset_info): Convert Lisp types.
16667
16668 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
16669
16670 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
16671
16672 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
16673
16674 * chartab.c: Include "...h", not <...h> in some cases.
16675
16676 * callproc.c (Fcall_process): Remove unused variables.
16677
166782008-02-01 Dave Love <fx@gnu.org>
16679
16680 * coding.c (Fset_coding_system_priority): Allow null arg list.
16681
166822008-02-01 Dave Love <fx@gnu.org>
16683
16684 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16685 (Fself_insert_and_exit): Use CHARACTERP.
16686
16687 * callproc.c (Fcall_process): Remove unused vars.
16688
16689 * xterm.c (XTread_socket): Add extra dead keysyms.
16690
16691 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
16692
16693 * dispextern.h: Remove prototypes for redraw_frame,
16694 redraw_garbaged_frames.
16695
16696 * cmds.c (Fself_insert_command): Use CHARACTERP.
16697
16698 * chartab.c (make_sub_char_table): Remove unused var.
16699 (Fset_char_table_default, Fmap_char_table): Doc fix.
16700
16701 * keymap.c (access_keymap): Remove generic char code.
16702 (push_key_description): Use CHARACTERP.
16703
167042008-02-01 Dave Love <fx@gnu.org>
16705
16706 * charset.c: Doc fixes.
16707 (Funify_charset): Extra checking.
16708
167092008-02-01 Dave Love <fx@gnu.org>
16710
16711 * lread.c: Remove some unused variables.
16712 (safe_to_load_p): If safe, return the magic number version byte.
16713 (Fload): Maybe use load-with-code-conversion.
16714
167152008-02-01 Kenichi Handa <handa@m17n.org>
16716
16717 * category.c (Fmodify_category_entry): Don't modify the contents
16718 of category_set for characters out of the range. Avoid
16719 unnecessary modification.
16720
16721 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
16722 Vchar_unify_table. The default value of the table is now nil.
16723
16724 * character.c (syms_of_character): Setup Vchar_width_table for
16725 eight-bit-control and raw-byte chars.
16726
16727 * charset.h (enum define_charset_arg_index): Delete
16728 charset_arg_parents and add charset_arg_subset and
16729 charset_arg_superset.
16730 (enum charset_attr_index): Delete charset_parents and add
16731 charset_subset and charset_superset.
16732 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
16733 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
16734 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
16735 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
16736 (CHARSET_SUPERSET): New macros.
16737 (charset_work): Extern it.
16738 (ENCODE_CHAR): Use charset_work.
16739 (CHAR_CHARSET_P): Adjust for the change of encoder format.
16740 (map_charset_chars): Extern it.
16741
16742 * charset.c (load_charset_map): Set the default value of encoder
16743 and deunifier char-tables to nil.
16744 (map_charset_chars): Change argument. Change callers. Use
16745 map_char_table_for_charset instead of map_char_table.
16746 (Fmap_charset_chars): New optional args from_code and to_code.
16747 (Fdefine_charset_internal): Adjust for the change of
16748 `define-charset' (:parents -> :subset or :superset).
16749 (charset_work): New variable.
16750 (encode_char, syms_of_charset): Adjust for the change of
16751 Fdefine_charset_internal.
16752 (Ffind_charset_string): Setup the vector `charsets' correctly.
16753
16754 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
16755 the previous change.
16756 (char_table_ref_and_range): Adjust for the above change.
16757 (map_sub_char_table_for_charset): New function.
16758 (map_char_table_for_charset): New function.
16759
16760 * keymap.c (describe_vector): Handle a char-table directly here.
16761 (describe_char_table): Delete.
16762
16763 * lisp.h (map_charset_chars): Delete.
16764
167652008-02-01 Dave Love <fx@gnu.org>
16766
16767 * fns.c (count_combining): Comment out (unused).
16768 (Flocale_codeset): New.
16769 (syms_of_fns): Defsubr it.
16770
16771 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
16772 (size_t): Remove.
16773
167742008-02-01 Dave Love <fx@gnu.org>
16775
16776 * Makefile.in (chartab.o): Depend on charset.h.
16777
167782008-02-01 Kenichi Handa <handa@m17n.org>
16779
16780 * character.c (syms_of_character): Set the default value of
16781 Vprintable_chars to Qnil.
16782
167832008-02-01 Dave Love <fx@gnu.org>
16784
16785 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
16786
167872008-02-01 Kenichi Handa <handa@m17n.org>
16788
16789 * charset.c (load_charset_map): Handle the case that from < to
16790 correctly.
16791
16792 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
16793 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
16794 Pay attention to raw-8-bit chars.
16795
167962008-02-01 Kenichi Handa <handa@m17n.org>
16797
16798 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
16799 It is not bytecompiled now.
16800
16801 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
16802 (charset_jisx0208): New variables.
16803 (Fdefine_charset_internal): Setup them if appropriate.
16804 (init_charset_once): Initialize them to -1.
16805
16806 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
16807 (charset_jisx0208): Extern them.
16808
16809 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
16810 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
16811 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
16812 (setup_iso_safe_charsets): Fix arguments to Fassq.
16813 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
16814 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
16815 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
16816 (encode_coding_iso_2022): Change the 1st arg to
16817 ENCODE_ISO_CHARACTER to a variable.
16818
168192008-02-01 Kenichi Handa <handa@m17n.org>
16820
16821 * charset.h (enum define_charset_arg_index): New enums
16822 charset_arg_min_code and charset_arg_max_code.
16823 (struct charset): New member char_index_offset.
16824
16825 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
16826 Take charset->char_index_offset into account.
16827 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
16828 args[charset_arg_max_code]. Setup charset.char_index_offset.
16829 (syms_of_charset): Fix args to Fdefine_charset_internal.
16830
168312008-02-01 Dave Love <fx@gnu.org>
16832
16833 * coding.c (decode_coding_utf_8): Reject overlong sequences.
16834
168352008-02-01 Dave Love <fx@gnu.org>
16836
16837 * coding.c: Doc fixes.
16838 (Fcoding_system_aliases): Fix return value.
16839 (Qmac): Remove (duplicated) definition.
16840
168412008-02-01 Dave Love <fx@gnu.org>
16842
362654a6
JB
16843 * charset.c (Fcharset_priority_list, Fset_charset_priority):
16844 New functions.
aac0c6e3
MR
16845
16846 * character.c (Fstring): Doc fix.
16847
16848 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
16849
362654a6 16850 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
16851 (font-encoding-alist): Doc fix.
16852
168532008-02-01 Dave Love <fx@gnu.org>
16854
16855 * term.c (costs_set): Declare static, non-initialized for pcc.
16856 (encode_terminal_code): Remove unused var.
16857
16858 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
16859 for K&R.
16860
16861 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
16862
16863 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
16864 (suffixes): Move out of make_subsidiaries for K&R.
16865
16866 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
16867
16868 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
16869
168702008-02-01 Dave Love <fx@gnu.org>
16871
16872 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
16873
16874 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
16875
168762008-02-01 Yong Lu <lyongu@asia-infonet.com>
16877
16878 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
16879
16880 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
16881
168822008-02-01 Kenichi Handa <handa@m17n.org>
16883
16884 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
16885 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
16886
168872008-02-01 Kenichi Handa <handa@m17n.org>
16888
16889 * coding.c (decode_coding_charset): Adjust for the change of
16890 Fdefine_coding_system_internal.
16891 (Fdefine_coding_system_internal): For a coding system of
16892 `charset' type, store a list of charset IDs in
16893 `charset_attr_charset_valids' element of coding attributes.
16894
168952008-02-01 Kenichi Handa <handa@m17n.org>
16896
16897 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
16898 (emacs_mule_char): New arg src. Delete arg `composition'. Change
16899 caller. Handle 2-byte and 3-byte charsets correctly.
16900 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
16901 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
16902 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
16903 (DECODE_EMACS_MULE_21_COMPOSITION): Call
16904 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
16905 sequence.
16906 (decode_coding_emacs_mule): Handle composition correctly. Rewind
16907 `src' and `consumed_chars' correctly before calling emacs_mule_char.
16908 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
16909 and alt&rule composition.
16910 (decode_coding_iso_2022): Handle composition correctly.
16911 (init_coding_once): Setup emacs_mule_bytes for private charsets.
16912
16913 * charset.c (Fdefine_charset_internal): Fix bug for the case of
16914 re-defining a charset. If the charset has :emacs-mule-id, setup
16915 emacs_mule_bytes.
16916 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
16917
169182008-02-01 Kenichi Handa <handa@m17n.org>
16919
16920 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
16921 (encode_coding_big5, encode_coding_charset): If coding requires safe
16922 encoding, produce a character specified by
16923 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
16924
169252008-02-01 Dave Love <fx@gnu.org>
16926
16927 * xterm.c (XSetIMValues): Declare.
16928
16929 * process.c: Conditionally include sys/wait.h, pty.h.
16930
16931 * print.c (print_object): Fix print format for 64-bit systems.
16932
16933 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
16934
16935 * buffer.c (emacs_strerror): Declare.
16936
16937 * fontset.c (Fclear_face_cache): Declare.
16938 (accumulate_font_info): Comment-out (unused).
16939 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
16940 variables.
16941
16942 * character.h (string_escape_byte8): Declare.
16943
16944 * charset.c (load_charset_map, load_charset_map_from_file): Remove
16945 unused vars.
16946 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
16947 (Fmap_charset_chars): Doc fix.
16948
16949 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
16950 (Fset_coding_system_priority, Fset_coding_system_priority)
16951 (Fdefine_coding_system_internal): Doc fix.
16952
169532008-02-01 Dave Love <fx@gnu.org>
16954
16955 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
16956
169572008-02-01 Kenichi Handa <handa@m17n.org>
16958
16959 * character.c (string_escape_byte8): Make multibyte string with
16960 correct size.
16961
16962 * charset.c (Fmake_char): Delete unnecessary code.
16963
169642008-02-01 Kenichi Handa <handa@m17n.org>
16965
16966 * xfns.c (x_encode_text): Allocate coding.destination here, and
16967 call encode_coding_object with dst_object Qnil.
16968
16969 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
16970 multibyte form correctly.
16971
16972 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
16973 against Vfont_encoding_alist.
16974
16975 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
16976 handling of charset list.
16977 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
16978 (decode_coding_object): Move point to coding->dst_pos before
16979 calling post-read-conversion function.
16980 (encode_coding_object): Give correct arguments to
16981 pre-write-conversion. Ignore the return value of
16982 pre-write-conversion function. Pay attention to the case that
16983 pre-write-conversion changes the current buffer. If dst_object is
16984 Qt, even if coding->src_bytes is zero, allocate at least one byte
16985 to coding->destination.
16986
16987 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
16988
16989 * charset.c (Fmake_char): Make it more backward compatible.
16990 (Fmap_charset_chars): Fix docstring.
16991
169922008-02-01 Dave Love <fx@gnu.org>
16993
16994 * coding.c: Doc fixes.
16995 (Fdefine_coding_system_alias): Use names, not symbols, in
16996 coding-system-alist.
16997
169982008-02-01 Kenichi Handa <handa@m17n.org>
16999
17000 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
17001 of calling free_realized_face.
17002
170032008-02-01 Yong Lu <lyongu@asia-infonet.com>
17004
17005 * charset.c (read_hex): Don't treat SPC as a comment starter.
17006 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
17007 (Fdecode_char): Fix typo.
17008
170092008-02-01 Kenichi Handa <handa@m17n.org>
17010
17011 * charset.h (struct charset): New member `code_space_mask'.
17012
17013 * coding.c (coding_set_source): Delete the local variable beg_byte.
17014 (encode_coding_charset, Fdefine_coding_system_internal):
17015 Delete the local variable charset.
17016 (Fdefine_coding_system_internal): Setup
17017 attrs[coding_attr_charset_valids] correctly.
17018
17019 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
17020 member to check if CODE is valid or not.
17021 (Fdefine_charset_internal): Initialize `code_space_mask' member.
17022 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
17023 is within the range of charset->min_code and carset->max_code.
17024
170252008-02-01 Dave Love <fx@gnu.org>
17026
17027 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
17028
17029 * dispextern.h (generate_ascii_font): Fix return type.
17030
17031 * xfaces.c (generate_ascii_font): Fix arg declaration.
17032
17033 * coding.c (coding_inherit_eol_type)
17034 (Fset_terminal_coding_system_internal)
17035 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
17036
170372008-02-01 Kenichi Handa <handa@m17n.org>
17038
17039 * coding.c (decode_coding_charset, encode_coding_charset): Handle
17040 multiple charsets correctly.
17041
170422008-02-01 Kenichi Handa <handa@m17n.org>
17043
17044 * search.c (boyer_moore): Fix handling of multibyte character
17045 translation.
17046
17047 * xdisp.c (display_mode_element): When the variable `elt' is
17048 changed, update `this' and `lisp_string'.
17049
170502008-02-01 Kenichi Handa <handa@m17n.org>
17051
17052 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
17053
17054 * callproc.c (Fcall_process): Be sure to give the current buffer
17055 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
17056
17057 * charset.c (struct charset_map_entries): New struct.
17058 (load_charset_map): Rename from parse_charset_map. New args
17059 entries and n_entries. Change caller.
17060 (load_charset_map_from_file): Rename from load_charset_map.
17061 Change caller. New arg control_flag. Call load_charset_map at
17062 the tail.
17063 (load_charset_map_from_vector): New function.
17064 (Fdefine_charset_internal): Setup charset.compact_codes_p.
17065 (encode_char): If the charset is compact, change a character index
17066 to a code point.
17067
17068 * coding.c (coding_alloc_by_making_gap): Check the case that the
17069 source and destination are the same correctly.
17070 (decode_coding_raw_text): Set coding->consumed_char and
17071 coding->consumed to 0.
17072 (produce_chars): If coding->chars_at_source is nonzero, update
17073 coding->consumed_char and coding->consumed before calling
17074 alloc_destination.
17075 (Fdefine_coding_system_alias): Register ALIAS in
17076 Vcoding_system_alist.
17077 (syms_of_coding): Define `no-conversion' coding system at the tail.
17078
17079 * fileio.c (Finsert_file_contents): Set coding_system instead of
17080 val. If the current buffer is multibyte, always call
17081 decode_coding_gap.
17082
17083 * xfaces.c (try_font_list): Give higher priority to fontset's
17084 family than face's family.
17085
170862008-02-01 Kenichi Handa <handa@m17n.org>
17087
17088 * callproc.c (Fcall_process): Be sure to give the current buffer
17089 to decode_coding_c_string.
17090
17091 * xfaces.c (try_font_list): Give a family specified in a fontset
17092 higher priority than a family specified in a face.
17093
170942008-02-01 Kenichi Handa <handa@m17n.org>
17095
17096 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
17097 Fix arguments to insert_from_buffer.
17098
17099 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
17100
171012008-02-01 Kenichi Handa <handa@m17n.org>
17102
17103 * coding.c (produce_chars): Set the variable `multibytep' correctly.
17104 (decode_coding_gap): Set coding->dst_multibyte correctly.
17105
171062008-02-01 Kenichi Handa <handa@m17n.org>
17107
17108 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
17109 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
17110 (encode_coding_utf_16): Substitute coding->default_char for
17111 non-Unicode characters.
17112 (decode_coding): Don't call record_insert here.
17113 (setup_coding_system): Initialize `surrogate' of
17114 coding->spec.utf_16 to 0.
17115 (EMIT_ONE_BYTE): Fix for multibyte case.
17116
17117 * insdel.c (insert_from_gap): Call record_insert.
17118
171192008-02-01 Kenichi Handa <handa@m17n.org>
17120
17121 * casefiddle.c (casify_region): Fix multibyte case.
17122
17123 * character.c (c_string_width): Add return type `int'.
17124 (char_string_with_unification): Delete arg ADVANCED.
17125
17126 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
17127 (CHAR_STRING): Adjust for the change of char_string_with_unification.
17128 (CHAR_STRING_ADVANCE): Make it do-while statement.
17129
17130 * chartab.c (sub_char_table_set_range): Optimize for the case
17131 DEPTH == 3. Add workaround code for a GCC optimization bug.
17132
17133 * charset.c (parse_charset_map): Remove an unused variable.
17134
17135 * coding.c: Delete unused variables.
17136
17137 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
17138 earlier. If inserted is zero and the coding system doesn't
17139 require flushing, don't call decode_coding_gap.
17140
17141 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
17142
171432008-02-01 Kenichi Handa <handa@m17n.org>
17144
17145 The following changes are for using Unicode as an internal
17146 character model, and use UTF-8 format for buffer/string
17147 representation.
17148
17149 * .gdbinit (xchartable): Adjust for the change of char table structure.
17150 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
17151
17152 * Makefile.in (obj): Add character.o and chartab.o.
17153 (lisp, shortlisp): Remove utf-8.elc.
17154 (*.o): For many files, change dependency on charset.h to
17155 character.h, and add dependency on character.h.
17156 (character.o, chartab.o): New targets.
17157
17158 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
17159 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
17160 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
17161 of "charset.h".
17162
17163 * dired.c, filelock.c: Include "character.h".
17164
17165 * alloc.c: Include "character.h" instead of "charset.h".
17166 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
17167 (syms_of_alloc): Remove defsubr for Smake_char_table.
17168
17169 * buffer.c: Include "character.h" instead of "charset.h", don't
17170 include "coding.h".
17171 (Fset_buffer_multibyte): Adjust for UTF-8.
17172
17173 * buffer.h: EXFUN Fbuffer_live_p.
17174
17175 * callproc.c: Include "character.h" instead of "charset.h".
17176 (Fcall_process): Big change for the new code-conversion APIs.
17177
17178 * casetab.c: Include "character.h" instead of "charset.h".
17179 (set_canon, set_identity, shuffle): Adjust for the new
17180 map_char_table spec.
17181 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
17182 accessing the char table structure.
17183
17184 * chartab.c: New file that implements char table.
17185
17186 * category.c: Include "character.h".
17187 (copy_category_entry): New function.
17188 (copy_category_table): Call map_char_table and copy_category_entry.
17189 (Fmake_category_table): Initialize all top-level slots.
17190 (char_category_set): New function.
17191 (modify_lower_category_set): Delete.
17192 (Fmodify_category_entry): Call char_table_ref_and_range.
17193
17194 * category.h (CATEGORY_SET): Just call char_category_set.
17195
17196 * ccl.c: Include "character.h".
17197 (Qccl, Qcclp): New variables.
17198 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
17199 it's less than 256.
17200 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
17201 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
17202 and DST type.
17203 (ccl_driver): Change types of argument, adjust code accordingly.
17204 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
17205 ccl_driver.
17206 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
17207
17208 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
17209 New members src_multibyte, dst_multibyte, consumed, and produced.
17210 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
17211 (CODING_SPEC_CCL_PROGRAM): New macro.
17212 (ccl_driver): Update prototype.
17213 (Qccl, Qcclp, Fccl_program_p): Extern them.
17214 (CHECK_CCL_PROGRAM): New macro.
17215
17216 * character.c, character.h, chartab.c: New files.
17217
17218 * charset.c: Mostly re-written. Move character and multibyte sequence
17219 handling codes to character.c.
17220
17221 * charset.h: Mostly re-written. Move character and multibyte sequence
17222 handling codes to character.h.
17223
17224 * coding.c, coding.h: Mostly re-written.
17225
17226 * composite.c: Include "character.h" instead of "charset.h".
17227 (CHAR_WIDTH): Move to character.h.
17228 (HASH_KEY, HASH_VALUE): Delete.
17229
17230 * composite.h (enum composition_method): Change order of enumeration
17231 symbols.
17232
17233 * data.c: Include "character.h" instead of "charset.h".
17234 (Faref): Call CHAR_TABLE_REF for a char table.
17235 (Faset): Call CHAR_TABLE_SET for a char table.
17236
17237 * dispextern.h (free_realized_face, check_face_attribytes)
17238 (generate_ascii_font): Extern them.
17239 (free_realized_multibyte_face): Delete extern.
17240
17241 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
17242 table structure.
17243
17244 * editfns.c: Include "character.h" instead of "charset.h".
17245 (Fchar_to_string): Always call CHAR_STRING.
17246
17247 * emacs.c (main): Call init_charset_once, init_charset,
17248 syms_of_chartab, and syms_of_character.
17249
17250 * fileio.c: Include "character.h" instead of "charset.h".
17251 (Finsert_file_contents): Big change for the new code-conversion API.
17252 (choose_write_coding_system, Fwrite_region): Likewise.
17253 (build_annotations_2): Delete.
17254 (e_write): Big change for the new code-conversion API.
17255
17256 * fns.c: Include "character.h" instead of "charset.h".
17257 (copy_sub_char_table): Move to chartab.c.
17258 (Fcopy_sequence): Call copy_char_table for a char table.
17259 (concat): Delete codes calling count_multibyte.
17260 (string_char_to_byte, string_byte_to_char): Adjust for the new
17261 multibyte form.
17262 (internal_equal): Adjust for the change of char table structure.
17263 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
17264 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
17265 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
17266 (char_table_translate, optimize_sub_char_table)
17267 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
17268 chartab.c.
17269 (char_table_ref_and_index): Delete.
17270 (HASH_KEY, HASH_VALUE): Move to lisp.h.
17271 (Fmd5): Call preferred_coding_system instead of accessing
17272 Vcoding_category_list. Adjust for the new code-conversion API.
17273 (syms_of_fns): Move defsubr for char table related functions to
17274 chartab.c.
17275
17276 * fontset.c: Mostly re-written.
17277
17278 * fontset.h (struct font_info): Change type of the member encoding_type.
17279 (enum FONT_SPEC_INDEX): New enum.
17280 (fontset_font_pattern, fs_load_font): Update prototype.
17281 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
17282
17283 * indent.c: Include "character.h" instead of "charset.h".
17284 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
17285
17286 * insdel.c: Include "character.h" instead of "charset.h".
17287 (copy_text): Don't refer to Vnonascii_translation_table.
17288 (insert_from_gap): New function.
17289
17290 * keyboard.c: Include "character.h" instead of "charset.h".
17291 (command_loop_1): Never call direct_output_forward_char before
17292 a non-ASCII character.
17293 (read_char): If Vkeyboard_translate_table is a char table, always
17294 translate a character.
17295
17296 * keymap.c: Include "character.h".
17297 (store_in_keymap): Handle the case that IDX is a cons.
17298 (Fdefine_key): Handle the case that KEY is a cons and the car part
17299 is also a cons (range).
17300 (push_key_description): Adjust for the new character code.
17301 (describe_vector): Call describe_char_table for a char table.
17302 (describe_char_table): New function.
17303
17304 * keymap.h (describe_char_table): Extern it.
17305
17306 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
17307 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
17308 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
17309 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
17310 Delete.
17311 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
17312 structure.
17313 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
17314 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
17315 (CHARTAB_SIZE_BITS_3): New macros.
17316 (chartab_size): Extern it.
17317 (struct Lisp_Char_Table): Re-design.
17318 (struct Lisp_Sub_Char_Table): New structure.
17319 (HASH_KEY, HASH_VALUE): Move from fns.c.
17320 (CHARACTERBITS): Define as 22.
17321 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
17322 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
17323 (GC_SUB_CHAR_TABLE_P): New macro.
17324 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
17325 (code_convert_string_norecord): Deleted extern.
17326 (init_character_once, syms_of_character, init_charset)
17327 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
17328
17329 * lread.c: Include "character.h".
17330 (read_multibyte): New arg NBYTES.
17331 (read_escape): Change the meaning of returned *BYTEREP.
17332 (to_multibyte): Delete.
17333 (read1): Adjust the handling of char table and string.
17334
17335 * print.c: Include "character.h" instead of "charset.h".
17336 (print_string): Convert 8-bit raw bytes to octal form by
17337 string_escape_byte8.
17338 (print_object): Adjust for the new multibyte form. Print 8-bit
17339 raw bytes always in octal form. Handle sub char table correctly.
17340
17341 * process.c: Include "character.h" instead of "charset.h".
17342 (read_process_output, send_process): Adjust for the new
17343 code-conversion API.
17344
17345 * puresize.h (BASE_PURESIZE): Increase.
17346
17347 * regex.c: Include "character.h" instead of "charset.h".
17348 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
17349 (regex_compile): Accept a range whose starting and ending
17350 character have different leading bytes.
17351 (analyse_first): Adjust for the above change.
17352
17353 * search.c: Include "character.h" instead of "charset.h".
17354 (search_buffer, boyer_moore): Adjust for the new multibyte form.
17355 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
17356
17357 * syntax.c: Include "character.h" instead of "charset.h".
17358 (syntax_parent_lookup): Delete.
17359 (Fmodify_syntax_entry): Accept a cons as CHAR.
17360 (skip_chars): Adjust for the new multibyte form.
17361 (init_syntax_once): Call char_table_set_range instead of directly
17362 accessing the structure of a char table.
17363
17364 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
17365 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
17366 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
17367 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
17368
17369 * term.c: Include "buffer.h" and "character.h".
17370 (encode_terminal_code, write_glyphs): Adjust for the new
17371 code-conversion API.
17372 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
17373
17374 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
17375
17376 * xdisp.c: Include "character.h".
17377 (get_next_display_element): Adjust for the new multibyte form.
17378 (disp_char_vector): Adjust for the new char table structure.
17379 (decode_mode_spec_coding): Adjust for the new structure of
17380 coding system.
17381 (decode_mode_spec): Adjust for the new code-conversion API.
17382
17383 * xfaces.c: Include "character.h" instead of "charset.h".
17384 (load_face_font): Adjust for the change of choose_face_font and
17385 FS_LOAD_FONT.
17386 (generate_ascii_font): New function.
17387 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
17388 (set_font_frame_param): Adjust for the change of choose_face_font.
17389 (free_realized_face): Make it public.
17390 (free_realized_faces_for_fontset): Rename from
17391 free_realized_multibyte_face. Free also faces realized for ASCII.
17392 (choose_face_font): Change arguments. Adjust for the change of
17393 fontset_font_pattern and FS_LOAD_FONT.
17394
17395 * xfns.c: Include "character.h".
17396 (x_encode_text): Adjust for the new code-conversion API.
17397
17398 * xselect.c: Don't include "charset.h".
17399 (selection_data_to_lisp_data): Adjust for the new code conversion API.
17400
17401 * xterm.c: Include "character.h".
17402 (x_encode_char): New argument CHARSET. Change caller.
17403 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
17404 Call ENCODE_CHAR instead of SPLIT_CHAR.
17405 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
17406 CHAR_WIDTH instead of CHARSET_WIDTH.
17407 (XTread_socket): Adjust for the new code-conversion API.
17408 (x_new_font): Adjust for the change of FS_LOAD_FONT.
17409 (x_load_font): Adjust for the change of struct font.
17410
174112008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
17412
17413 * xfaces.c (face_at_buffer_position): Remove unused vars.
17414
174152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17416
17417 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
17418 Fix overflow checking.
17419
174202008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17421
17422 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
17423 Cancel previous change.
17424
174252008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17426
17427 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
17428 ccl->eight_bit_control. Fix check for buffer overflow.
17429 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
17430 (ccl_driver): Initialize extra_bytes to 0.
17431
174322008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
17433
17434 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
17435 return it ORed with ctrl_modifier.
17436
174372008-01-29 Miles Bader <miles@gnu.org>
17438
17439 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
17440
174412008-01-28 Jason Rumney <jasonr@gnu.org>
17442
17443 * w32.c (stat): Don't double check for networked drive.
17444
174452008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17446
17447 * window.c (run_window_configuration_change_hook): New function.
17448 Code extracted from set_window_buffer. Set the selected frame.
17449 (set_window_buffer): Use it.
17450 * window.h (run_window_configuration_change_hook): Declare.
17451 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
17452
17453 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
17454
174552008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
17456
17457 * Makefile.in: Remove references to unused macros.
17458
174592008-01-26 Eli Zaretskii <eliz@gnu.org>
17460
17461 * w32.c (g_b_init_get_sid_sub_authority)
17462 (g_b_init_get_sid_sub_authority_count): New static variables.
17463 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
17464 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
17465 (init_user_info): Use them to retrieve uid and gid.
17466 Use 500/513, the Windows defaults, as Administrator's uid/gid.
17467 (fstat): Use pw_uid and pw_gid from the_passwd structure for
17468 st_uid and st_gid of the file.
17469
174702008-01-26 Jason Rumney <jasonr@gnu.org>
17471
17472 * w32.c (logon_network_drive): New function.
17473 (stat): Use it.
17474
174752008-01-26 Chong Yidong <cyd@stupidchicken.com>
17476
17477 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
17478 invisible text covered with an ellipsis.
17479
174802008-01-25 Richard Stallman <rms@gnu.org>
17481
17482 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
17483 jump back to beginning. Move some other initializations after that.
17484 (Qwindow_text_change_functions, Vwindow_text_change_functions):
17485 New variables.
17486 (syms_of_xdisp): Init them.
17487
17488 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
17489
17490 * buffer.c (reset_buffer_local_variables):
17491 Implement `permanent-local-hook'.
17492 (Qpermanent_local_hook): New variable.
17493 (syms_of_buffer): Init and staticpro it.
17494
174952008-01-25 Michael Albinus <michael.albinus@gmx.de>
17496
17497 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
17498
174992008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
17500
17501 * fns.c (Fclrhash): Return TABLE.
17502
175032008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17504
17505 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
17506 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
17507 is set even without positional changes.
17508 (x_scroll_bar_clear): Set bar->redraw_needed_p.
17509
17510 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
17511
175122008-01-23 Jason Rumney <jasonr@gnu.org>
17513
17514 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
17515
17516 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
17517 the unicode range available in MULE by locale-coding-system.
17518 Improve dbcs lead byte detection. Set event timestamp and modifiers
17519 earlier.
17520
175212008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17522
17523 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
17524 [MAC_OSX] (init_mac_osx_environment): Initialize it.
17525 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
17526 when used on child processes.
17527
175282008-01-21 Michael Albinus <michael.albinus@gmx.de>
17529
17530 * dbusbind.c (Fdbus_method_return_internal): Rename from
17531 Fdbus_method_return.
17532 (Fdbus_unregister_object): Move to dbus.el.
17533 (Fdbus_call_method, Fdbus_method_return_internal)
17534 (Fdbus_send_signal): Improve debug messages.
17535
175362008-01-20 Martin Rudalics <rudalics@gmx.at>
17537
17538 * undo.c (undo_inhibit_record_point): New variable.
17539 (syms_of_undo): Initialize it.
17540 (record_point): Don't record point when undo_inhibit_record_point
17541 is set.
17542
175432008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17544
17545 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
17546
17547 * xdisp.c (Qauto_hscroll_mode): New var.
17548 (syms_of_xdisp): Initialize it.
17549 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
17550 window's buffer.
17551 (hscroll_windows): Don't check automatic_hscrolling_p here.
17552
17553 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
17554 vscroll if we're setting window-buffer to the value it already has.
17555
175562008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
17557
17558 * m/intel386.h: Remove references to XENIX.
17559
175602008-01-17 Andreas Schwab <schwab@suse.de>
17561
17562 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
17563 instead of HAVE_X86_64_LIB64_DIR.
17564 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
17565
175662008-01-17 Glenn Morris <rgm@gnu.org>
17567
17568 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
17569 to HAVE_X86_64_LIB64_DIR.
17570
175712008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
17572
17573 * s/irix3-3.h:
17574 * s/irix4-0.h:
17575 * s/386-ix.h:
17576 * s/domain.h:
17577 * s/hpux9-x11r4.h:
17578 * s/hpux9shxr4.h: Remove files for systems no longer supported.
17579
17580 * sysdep.c: Remove code containing references to symbols defined
17581 by unsupported systems.
17582
175832008-01-16 Glenn Morris <rgm@gnu.org>
17584
17585 * coding.c (select-safe-coding-system-function): Doc fix.
17586
175872008-01-15 Glenn Morris <rgm@gnu.org>
17588
17589 * config.in: Revert 2008-01-13 change: this is a generated file.
17590
175912008-01-13 Tom Tromey <tromey@redhat.com>
17592
17593 * lisp.h: Fix typo.
17594
175952008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17596
17597 * m/sequent-ptx.h:
17598 * m/sequent.h:
17599 * s/ptx.h:
17600 * s/ptx4-2.h:
17601 * s/ptx4.h: Remove files for systems no longer supported.
17602
17603 * callproc.c (Fcall_process): Fix previous change.
17604
176052008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17606
17607 * unexsunos4.c: Remove file, system not supported anymore.
17608
17609 * m/mips.h:
17610 * m/intel386.h:
17611 * callproc.c:
17612 * config.in:
17613 * ecrt0.c:
17614 * emacs.c:
17615 * fileio.c:
17616 * frame.c:
17617 * getpagesize.h:
17618 * keyboard.c:
17619 * lread.c:
17620 * process.c:
17621 * puresize.h:
17622 * sysdep.c:
17623 * systty.h:
17624 * syswait.h:
17625 * unexec.c:
17626 * xdisp.c:
17627 * alloc.c: Remove code containing references to symbols defined by
17628 unsupported systems.
17629
176302008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
17631
17632 * coding.c (detect_coding_mask): Fix previous change.
17633
176342008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
17635
17636 * coding.c (detect_coding_iso2022): New arg
17637 latin_extra_code_state. Allow Latin extra codes only
17638 when *latin_extra_code_state is nonzero.
17639 (detect_coding_mask): If there is a NULL byte, detect the encoding
17640 as UTF-16 or binary. If Latin extra codes exist, detect the
17641 encoding as ISO-2022 only when there's no other proper encoding is
17642 found.
17643
176442008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17645
17646 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
17647 #ifdef MAC_OS.
17648
176492008-01-08 Richard Stallman <rms@gnu.org>
17650
17651 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
17652
176532008-01-06 Nick Roberts <nickrob@snap.net.nz>
17654
17655 * keyboard.c (parse_menu_item): Don't enclose key bindings on
17656 menu bar in parentheses.
17657
176582008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
17659
17660 * m/7300.h:
17661 * m/acorn.h:
17662 * m/alliant-2800.h:
17663 * m/alliant.h:
17664 * m/alliant1.h:
17665 * m/alliant4.h:
17666 * m/altos.h:
17667 * m/amdahl.h:
17668 * m/apollo.h:
17669 * m/att3b.h:
17670 * m/aviion-intel.h:
17671 * m/aviion.h:
17672 * m/celerity.h:
17673 * m/clipper.h:
17674 * m/cnvrgnt.h:
17675 * m/convex.h:
17676 * m/cydra5.h:
17677 * m/delta88k.h:
17678 * m/dpx2.h:
17679 * m/dual.h:
17680 * m/elxsi.h:
17681 * m/f301.h:
17682 * m/gould-np1.h:
17683 * m/gould.h:
17684 * m/i860.h:
17685 * m/ibmps2-aix.h:
17686 * m/ibmrt-aix.h:
17687 * m/ibmrt.h:
17688 * m/irist.h:
17689 * m/is386.h:
17690 * m/isi-ov.h:
17691 * m/mega68.h:
17692 * m/mg1.h:
17693 * m/news-r6.h:
17694 * m/news-risc.h:
17695 * m/news.h:
17696 * m/nh3000.h:
17697 * m/nh4000.h:
17698 * m/ns16000.h:
17699 * m/ns32000.h:
17700 * m/nu.h:
17701 * m/orion.h:
17702 * m/orion105.h:
17703 * m/paragon.h:
17704 * m/pfa50.h:
17705 * m/plexus.h:
17706 * m/pyramid.h:
17707 * m/pyrmips.h:
17708 * m/sh3el.h:
17709 * m/sps7.h:
17710 * m/sr2k.h:
17711 * m/stride.h:
17712 * m/sun1.h:
17713 * m/sun2.h:
17714 * m/sun3-68881.h:
17715 * m/sun3-fpa.h:
17716 * m/sun3-soft.h:
17717 * m/sun3.h:
17718 * m/sun386.h:
17719 * m/symmetry.h:
17720 * m/tad68k.h:
17721 * m/tahoe.h:
17722 * m/targon31.h:
17723 * m/tek4300.h:
17724 * m/tekxd88.h:
17725 * m/tower32.h:
17726 * m/tower32v3.h:
17727 * m/ustation.h:
17728 * m/wicat.h:
17729 * m/xps100.h:
17730 * s/cxux.h:
17731 * s/cxux7.h:
17732 * s/dgux.h:
17733 * s/dgux4.h:
17734 * s/dgux5-4-3.h:
17735 * s/dgux5-4r2.h:
17736 * s/esix.h:
17737 * s/esix5r4.h:
17738 * s/hiuxmpp.h:
17739 * s/hiuxwe2.h:
17740 * s/iris3-5.h:
17741 * s/iris3-6.h:
17742 * s/isc2-2.h:
17743 * s/isc3-0.h:
17744 * s/isc4-0.h:
17745 * s/isc4-1.h:
17746 * s/newsos5.h:
17747 * s/newsos6.h:
17748 * s/osf1.h:
17749 * s/osf5-0.h:
17750 * s/riscix1-1.h:
17751 * s/riscix12.h:
17752 * s/sco4.h:
17753 * s/sco5.h:
17754 * s/sunos4-0.h:
17755 * s/sunos4-1.h:
17756 * s/sunos413.h:
17757 * s/sunos4shr.h:
17758 * s/umax.h:
17759 * s/unipl5-2.h:
17760 * s/xenix.h:
17761 * cxux-crt0.s:
17762 * unexapollo.c:
17763 * unexconvex.c:
17764 * unexenix.c:
17765 * unexsni.c: Remove files for systems no longer supported.
17766
17767 * m/intel386.h: Remove references to unsupported systems.
17768
17769 * w32.c (get_emacs_configuration): Remove reference to i860.
17770
17771 * sysdep.c: Remove dead code.
17772
177732008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
17774
17775 * s/rtu.h:
17776 * m/masscomp.h: Remove files. Platform is obsolete.
17777
177782008-01-04 Michael Albinus <michael.albinus@gmx.de>
17779
17780 * dbusbind.c (Fdbus_method_return): New function.
17781 (xd_read_message): Add the serial number to the event.
17782 (Fdbus_register_method): Activate the function.
17783
177842008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17785
17786 * keyboard.c (read_key_sequence): Fix typo.
17787
177882008-01-03 Michael Albinus <michael.albinus@gmx.de>
17789
17790 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
17791 (xd_signature, xd_append_arg): Handle element type detection for
17792 empty arrays.
17793 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
17794 SDATA () calls; this must be solved more general.
17795 (Fdbus_register_signal): Use SBYTES instead of strlen.
17796
177972008-01-03 Magnus Henoch <magnus@zemdatav>
17798
17799 * dbusbind.c (xd_append_arg): Use unsigned char instead of
17800 unsigned int for byte values (necessary for big-endian platform).
17801 (Fdbus_call_method): Handle the case of no returned arguments.
17802
178032007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
17804
17805 * dbusbind.c (xd_read_message): Use non-static input_event struct.
17806
178072007-12-31 Magnus Henoch <mange@freemail.hu>
17808
17809 * dbusbind.c (xd_signature): Signature of variant is just "v".
17810
178112007-12-30 Michael Albinus <michael.albinus@gmx.de>
17812
17813 * dbusbind.c: Fix several errors and compiler warnings.
17814 Reported by Tom Tromey <tromey@redhat.com>.
17815 (XD_ERROR, XD_DEBUG_MESSAGE)
17816 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
17817 (xd_append_arg): Part for basic D-Bus types rewritten.
17818 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
17819 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
17820 appropriate.
17821 (xd_read_message): Return Qnil. Don't signal an error; it is not
17822 useful during event reading.
17823 (Fdbus_register_signal): Signal an error if the check for
17824 FUNCTIONP fails.
17825 (Fdbus_register_method): New function. The implementation is not
17826 complete, the call of the function signals an error therefore.
17827 (Fdbus_unregister_object): New function, renamed from
17828 Fdbus_unregister_signal. The initial check signals an error, if
17829 the object is not well formed.
17830
178312007-12-30 Richard Stallman <rms@gnu.org>
17832
17833 * textprop.c (get_char_property_and_overlay):
17834 Signal error if POSITION is out of range in a buffer.
17835
178362007-12-29 Martin Rudalics <rudalics@gmx.at>
17837
17838 * w32fns.c (Fx_create_frame): Make copy of frame parameters
17839 because the original parameters are in pure storage now.
17840
178412007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17842
17843 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
17844
178452007-12-22 Eli Zaretskii <eliz@gnu.org>
17846
17847 * callint.c (syms_of_callint) <command-history>: Add reference to
17848 history-length in the doc string.
17849
178502007-12-17 Jason Rumney <jasonr@gnu.org>
17851
17852 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
17853 before passing as wParam.
17854
178552007-12-22 Michael Albinus <michael.albinus@gmx.de>
17856
17857 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
17858 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
17859 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
17860 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
17861 as number.
17862 (Fdbus_call_method): Fix docstring.
17863
178642007-12-21 Michael Albinus <michael.albinus@gmx.de>
17865
17866 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
17867 New macros.
17868 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
17869 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
17870 Simplify.
17871 (xd_signature): New function.
17872 (xd_append_arg): Compute also signatures. Major rewrite.
17873 (xd_retrieve_arg): Make debug messages friendly.
17874 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
17875 Check for signatures of arguments.
17876
178772007-12-19 Michael Albinus <michael.albinus@gmx.de>
17878
17879 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
17880 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
17881 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
17882 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
17883 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
17884 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
17885 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
17886 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
17887 (xd_retrieve_value): Remove. Functionality included in ...
17888 (xd_append_arg): New function.
17889 (Fdbus_call_method, Fdbus_send_signal): Apply it.
17890
178912007-12-16 Michael Albinus <michael.albinus@gmx.de>
17892
17893 * dbusbind.c (top): Include <stdio.h>.
17894 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
17895 dbus_message_new_method_call and dbus_message_new_signal.
17896 (Fdbus_register_signal): Rename unique_name to uname.
17897 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
17898 non-existing unique name. Fix typos in matching rule. Return an
17899 object which is useful in Fdbus_unregister_signal.
17900 (Fdbus_unregister_signal): Reimplementation, in order to remove
17901 only the corresponding entry.
17902 (Vdbus_registered_functions_table): Change the order of entries.
17903 Apply these changes in xd_read_message and Fdbus_register_signal.
17904
179052007-12-16 Andreas Schwab <schwab@suse.de>
17906
17907 * fileio.c (Finsert_file_contents): Fix overflow check to not
17908 depend on undefined integer overflow.
17909
179102007-12-14 Jason Rumney <jasonr@gnu.org>
17911
17912 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
17913 for characters above 127.
17914
179152007-12-13 Jason Rumney <jasonr@gnu.org>
17916
17917 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
17918 before dereferencing array.
17919 (lookup_vk_code): Remove zero comparison.
17920
179212007-12-14 Michael Albinus <michael.albinus@gmx.de>
17922
17923 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
17924 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
17925 Use `unsigned int' instead of `uint'.
17926 (xd_read_message, Fdbus_register_signal): Split expressions into
17927 multiple lines before operators "&&" and "||", according to the
17928 GNU Coding Standards.
17929
179302007-12-14 Eli Zaretskii <eliz@gnu.org>
17931
17932 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
17933
179342007-12-12 Juri Linkov <juri@jurta.org>
17935
17936 * buffer.c (Frename_buffer): In interactive spec replace
17937 `read-buffer' with `read-string' that uses `buffer-name-history'
17938 as history, and the current buffer's name as default.
17939
179402007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
17941
17942 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
17943 manipulating the backtrace manually.
17944 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
17945 (struct backtrace, backtrace_list): Remove.
17946 (command_loop_1): Remove dead var `no_direct'.
17947
17948 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
17949 preserve non-built-in buffer-local variables.
17950 (Fkill_all_local_variables): Don't re-create&re-set permanent
17951 buffer-local variables.
17952
179532007-12-09 Juri Linkov <juri@jurta.org>
17954
17955 * buffer.c (Frename_buffer): Change interactive spec from "s" to
17956 Lisp code that uses `read-buffer' with current buffer as default.
17957
179582007-12-08 Michael Albinus <michael.albinus@gmx.de>
17959
17960 * dbusbind.c (xd_read_message): Generate an event for every
17961 registered handler. There might be several handlers registered
17962 for the same signal.
17963 (Fdbus_register_signal): Don't overwrite a registration for the
17964 same signal. Add a new registration if handlers are different.
17965 (Vdbus_registered_functions_table): Rework doc string.
17966
179672007-12-07 Michael Albinus <michael.albinus@gmx.de>
17968
17969 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
17970 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
17971 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
17972 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
17973 Unify argument lists.
17974 (xd_read_message, Fdbus_register_signal): Reorder and extend event
17975 arguments and hash table keys. Use unique name for service.
17976 (Fdbus_unregister_signal): Remove checks.
17977 (Vdbus_registered_functions_table): Fix doc string.
17978
179792007-12-05 Magnus Henoch <mange@freemail.hu>
17980
17981 * process.c (make_process): Initialize pty_flag to 0.
17982
179832007-12-05 Jason Rumney <jasonr@gnu.org>
17984
17985 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
17986 specified XBMs.
17987
179882007-12-05 Richard Stallman <rms@gnu.org>
17989
17990 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
17991
179922007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17993
17994 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
17995 New variable.
17996 (mac_try_close_socket) [MAC_OSX]: New function.
17997 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
17998 Update cfsockets_for_select. Replace invalid CFRunLoop source.
17999
18000 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
18001 Use mac_try_close_socket.
18002
180032007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18004
18005 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
18006 reloc_base.
18007 (copy_dysymtab): Compute relocation base here.
18008 (rebase_reloc_address) [__ppc64__]: New function.
18009 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
18010 changed.
18011
180122007-12-05 Jason Rumney <jasonr@gnu.org>
18013
18014 * w32proc.c (sys_spawnve): Quote args with wildcards.
18015
180162007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18017
18018 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
18019 __objc_* sections.
18020 (unrelocate) [_LP64]: Set relocation base to address of data segment.
18021
180222007-12-05 Michael Albinus <michael.albinus@gmx.de>
18023
18024 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
18025 Move check for Vdbus_registered_functions_table to
18026 xd_read_queued_messages.
18027 (xd_read_queued_messages): Protect xd_read_message calls by
18028 internal_condition_case_1.
18029
180302007-12-04 Michael Albinus <michael.albinus@gmx.de>
18031
18032 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
18033 Qdbus_system_bus and Qdbus_session_bus, respectively.
18034 (Vdbus_intern_symbols): Remove.
18035 (Vdbus_registered_functions_table): New hash table.
18036 (XD_SYMBOL_INTERN_SYMBOL): Remove.
18037 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
18038 Rewrite in order to manage registered functions by hash table
18039 Vdbus_registered_functions_table.
18040
180412007-12-03 Jan Djärv <jan.h.d@swipnet.se>
18042
18043 * xterm.c: Update URL to Window Manager Specification in comment.
18044
180452007-12-02 Michael Albinus <michael.albinus@gmx.de>
18046
18047 * config.in (HAVE_DBUS): Add.
18048
18049 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
18050 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
18051 (obj): Add $(DBUS_OBJ).
18052 (LIBES): Add $(DBUS_LIBS).
18053 (dbusbind.o): New target.
18054
18055 * dbusbind.c: New file.
18056
18057 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
18058
18059 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
18060 (Qdbus_event): New Lisp symbol.
18061 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
18062 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 18063 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
18064
18065 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
18066
180672007-12-01 Richard Stallman <rms@gnu.org>
18068
18069 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
18070
180712007-11-30 Jason Rumney <jasonr@gnu.org>
18072
18073 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
18074 (w32con_reset_terminal_modes): Clear screen buffer.
18075 (w32_face_attributes): Don't use color indexes that are out of range.
18076 Only reverse the default colors.
18077
18078 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
18079 WINDOWSNT.
18080
18081 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
18082
180832007-11-29 Jason Rumney <jasonr@gnu.org>
18084
18085 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
18086 (w32_face_attributes): Use Vtty_defined_color_alist to determine
18087 if the terminal colors are initialized.
18088 (unspecified_fg, unspecified_bg): Remove unused declarations.
18089
180902007-11-29 Andreas Schwab <schwab@suse.de>
18091
18092 * keyboard.c (apply_modifiers): Fix typo.
18093
180942007-11-29 Richard Stallman <rms@gnu.org>
18095
18096 * keymap.c (Fcurrent_local_map): Doc fix.
18097
180982007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
18099
18100 * s/gnu-kfreebsd.h: New file.
18101
181022007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18103
18104 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
18105 Don't cast redundantly.
18106
18107 * keyboard.c (KEY_TO_CHAR): New macro.
18108 (parse_modifiers, apply_modifiers): Accept integer arguments.
18109 (read_key_sequence): Use them to unify the "shift->unshift" mapping
18110 for chars and symbol keys.
18111 After doing such remapping, apply function-key-map again.
18112
181132007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
18114
18115 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
18116 compiled anymore.
18117
181182007-11-26 Andreas Schwab <schwab@suse.de>
18119
18120 * process.c (list_processes_1): Fix indentation level of the
18121 command column.
18122
181232007-11-23 Andreas Schwab <schwab@suse.de>
18124
18125 * editfns.c (Fformat): Handle %c specially since it requires the
18126 argument to be of type int.
18127
181282007-11-23 Markus Triska <markus.triska@gmx.at>
18129
18130 * emacs.c (main): Call init_editfns before init_process, since
18131 init_process sets Vprocess_connection_type depending on OS release.
18132
181332007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18134
18135 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
18136 (find_symbol_value): Use do_symval_forwarding.
18137
18138 * data.c (set_internal): Set the value in the `cons-cell' (for
18139 Buffer_Local_values) not only for frame-local variables.
18140
181412007-11-22 Andreas Schwab <schwab@suse.de>
18142
18143 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
18144 values to sprintf.
18145 * keymap.c (Fsingle_key_description): Likewise.
18146 * print.c (print_object): Likewise.
18147
181482007-11-22 Jan Djärv <jan.h.d@swipnet.se>
18149
18150 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
18151 file for image is nil.
18152
181532007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
18154
18155 * term.c: Include stdarg.h.
18156 (fatal): Implement using varargs.
18157 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
18158
181592007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18160
18161 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
18162 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
18163 Update call to buffer_slot_type_mismatch.
18164 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
18165 (buffer_slot_type_mismatch): Update.
18166 * buffer.c (buffer_local_types): Remove.
18167 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
18168 (defvar_per_buffer): Set the type in the buffer_objfwd.
18169
181702007-11-21 Jason Rumney <jasonr@gnu.org>
18171
18172 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
18173 CreateFileMapping returns NULL on failure.
18174
181752007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18176
18177 * search.c (Fset_match_data): Remove the `evaporate' feature.
18178 (unwind_set_match_data): Don't use the `evaporate' feature.
18179
181802007-11-21 Jason Rumney <jasonr@gnu.org>
18181
18182 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
18183
18184 * w32console.c (w32con_write_glyphs): Remove unused variables.
18185
181862007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
18187
18188 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
18189
18190 * s/darwin.h (MULTI_KBOARD): Remove.
18191
18192 * macfns.c (x_create_tip_frame, Fx_create_frame)
18193 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
18194
181952007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18196
18197 * buffer.c (Fbuffer_local_value): Remove redundant test.
18198 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
18199 than in `current-buffer' to match the comment.
18200 Do the swap using swap_in_global_binding.
18201
18202 * data.c (store_symval_forwarding, set_internal):
18203 * eval.c (specbind): Remove dead code.
18204
18205 * coding.c (detect_coding, Fupdate_coding_systems_internal):
18206 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
18207 Since we do not want to see internal Lisp_*fwd objects here.
18208
182092007-11-18 Jan Djärv <jan.h.d@swipnet.se>
18210
18211 * sysdep.c (init_system_name): Use getaddrinfo if available.
18212
18213 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
18214 (x_scroll_bar_note_movement): start, end, with, height in struct
18215 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
18216
182172007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
18218
18219 * puresize.h (BASE_PURESIZE): Increase to 1190000.
18220
182212007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18222
18223 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
18224 This undoes Richard's change of 14-Oct-2002.
18225
18226 * alloc.c (allocate_other_vector):
18227 * lisp.h (allocate_other_vector): Remove.
18228
18229 * window.c (struct save_window_data): Move non-lisp data to the end
18230 and make it `int' rather than Lisp_Object.
18231 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
18232 Done wrap/unwrap integer values.
18233 (Fset_window_configuration, compare_window_configurations):
18234 Update use of fields to their new types.
18235
18236 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
18237 Turn integer fields into `int'. Merge x_window_low and x_window_high.
18238 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
18239 (SET_SCROLL_BAR_X_WINDOW): Remove.
18240 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
18241 Access the new x_window field directly.
18242 * xterm.c (x_scroll_bar_create): Use a pseudovector.
18243 Don't wrap/unwrap integers into Lisp_Objects.
18244 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
18245 (x_scroll_bar_report_motion):
18246 Don't wrap/unwrap integers into Lisp_Objects.
18247 (x_term_init): Use SDATA.
18248 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
18249 (x_scroll_bar_set_handle, x_scroll_bar_remove)
18250 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
18251 (x_scroll_bar_report_motion, x_scroll_bar_clear):
18252 * xfns.c (x_set_background_color):
18253 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
18254 Access the new x_window field directly.
18255
18256 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
18257 (allocate_pseudovector): Make non-static.
18258
18259 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
18260 (allocate_pseudovector): Declare.
18261 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
18262
182632007-11-15 Andreas Schwab <schwab@suse.de>
18264
18265 * editfns.c (Fformat): Correctly format EMACS_INT values.
18266 Also take precision into account when formatting an integer.
18267
18268 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
18269
182702007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18271
18272 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
18273 (syms_of_keyboard): Defsubr it.
18274
18275 * data.c (swap_in_global_binding): Fix longstanding bug where
18276 store_symval_forwarding was not called with the right second argument,
18277 thus causing objfwd-ing from being dropped.
18278
182792007-11-14 Juanma Barranquero <lekktu@gmail.com>
18280
18281 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
18282 (Fx_display_pixel_height, Fx_display_planes)
18283 (Fx_display_color_cells, Fx_server_max_request_size)
18284 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18285 (Fx_display_visual_class, Fx_display_save_under):
18286 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
18287 (Fx_display_pixel_height, Fx_display_planes)
18288 (Fx_display_color_cells, Fx_server_max_request_size)
18289 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
18290 (Fx_display_mm_height, Fx_display_mm_width)
18291 (Fx_display_backing_store, Fx_display_visual_class)
18292 (Fw32_select_font, Fx_display_save_under):
18293 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
18294 (Fx_display_pixel_height, Fx_display_planes)
18295 (Fx_display_color_cells, Fx_server_max_request_size)
18296 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
18297 (Fx_display_save_under): Fix typos in docstrings.
18298
182992007-11-14 Juanma Barranquero <lekktu@gmail.com>
18300
18301 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
18302 corresponding to deleted entries; they are an implementation detail.
18303 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
18304 Remove variables.
18305 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
18306 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
18307 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
18308 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
18309 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
18310 (Fw32_define_rgb_color, Fw32_load_color_file)
18311 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
18312 Fix typos in docstrings.
18313 (Fx_server_version): Reflow docstring.
18314 (Fw32_shell_execute): Doc fixes.
18315
183162007-11-13 Juanma Barranquero <lekktu@gmail.com>
18317
18318 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
18319 if w32_parse_hot_key returned nil.
18320
183212007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18322
18323 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
18324
183252007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 18326
aac0c6e3
MR
18327 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
18328
18329 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
18330
18331 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
18332 Remove W32_SCROLL_BAR_CLICK_EVENT.
18333
18334 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
18335 Add MULTIMEDIA_KEY_EVENT.
18336
18337 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
18338 (lispy_multimedia_keys) [WINDOWSNT]: New array.
18339 (make_lispy_event) [WINDOWSNT]: Use it to translate
18340 MULTIMEDIA_KEY_EVENT.
18341
18342 * w32term.h (WM_APPCOMMAND): Define if not already.
18343 (GET_APPCOMMAND_LPARAM): Likewise.
18344
18345 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
18346 WM_APPCOMMAND.
18347
18348 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
18349 (syms_of_w32fns): Export and initialize it.
18350 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
18351
183522007-11-09 Chong Yidong <cyd@stupidchicken.com>
18353
18354 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
18355 twice.
18356
18357 * xdisp.c (handle_face_prop): Fix last change.
18358
183592007-11-09 Richard Stallman <rms@gnu.org>
18360
18361 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
18362 not just for after-strings and before-strings.
18363 Call face_for_overlay_string and pass the overlay to it.
18364 (handle_display_prop): Determine whether property came from an overlay.
18365 Pass OVERLAY arg to handle_single_display_spec.
18366 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
18367 (load_overlay_strings): Fill in it->string_overlays.
18368 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
18369
18370 * xfaces.c (face_for_overlay_string): Function renamed from
18371 face_at_buffer_position_no_overlays, and add arg OVERLAY.
18372
18373 * dispextern.h (struct it): New elt string_overlays.
18374 New elt from_overlay, also in stack.
18375 Rearrange a few elements.
18376 (face_for_overlay_string): Decl renamed from
18377 face_at_buffer_position_no_overlays, and add argument.
18378
183792007-11-09 Richard Stallman <rms@gnu.org>
18380
18381 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
18382 to get the base face for an overlay string.
18383
18384 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
18385
18386 * xfaces.c (face_at_buffer_position_no_overlays): New function.
18387
18388 * xdisp.c (handle_stop): Move some code out of loop.
18389
183902007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18391
18392 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
18393 Fix conversion from Lisp object to ATSUFontID.
18394
183952007-11-09 Jason Rumney <jasonr@gnu.org>
18396
18397 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
18398
183992007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18400
18401 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
18402 Don't assume regions are aligned to page boundary.
18403 (print_load_command_name): Add LC_UUID if defined.
18404
184052007-11-09 Richard Stallman <rms@gnu.org>
18406
18407 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
18408
184092007-11-07 Jason Rumney <jasonr@gnu.org>
18410
18411 * s/windows95.h: Remove.
18412
184132007-11-06 Jan Djärv <jan.h.d@swipnet.se>
18414
18415 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
18416 abort with a message on unhandled store_type values.
18417
184182007-11-01 Jan Djärv <jan.h.d@swipnet.se>
18419
18420 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
18421 Remove HAVE_X11R5 and HAVE_X11R4.
18422
184232007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18424
18425 * Makefile.in: Remove references to sunfns.c and sunfns.o.
18426
184272007-11-01 Johan Bockgård <bojohan@gnu.org>
18428
18429 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
18430 Don't set s->stippled_p here, since it has already been set by
18431 x_set_glyph_string_gc from x_draw_glyph_string.
18432
184332007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
18434
18435 * sunfns.c: Remove file.
18436
18437 * m/sun386.h:
18438 * m/sun2.h:
18439 * m/sparc.h: Remove Sun windows code.
18440
184412007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
18442
18443 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
18444 (init_keyboard): Set current_kboard's window-system to nil.
18445 (tty_read_avail_input): Typo.
18446 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
18447
184482007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18449
18450 * s/usg5-4.h:
18451 * s/usg5-3.h:
18452 * s/ptx.h:
18453 * m/is386.h:
18454 * m/ibmps2-aix.h:
18455 * Makefile.in: Remove all mentions of X10.
18456
18457 * dispnew.c (syms_of_display): Don't mention version 10.
18458
184592007-10-28 Juanma Barranquero <lekktu@gmail.com>
18460
18461 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
18462 ($(BLD)/abbrev.$(O)): Remove.
18463
184642007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18465
18466 Rewrite abbrev.c in Elisp.
18467 * image.c (Qcount): Don't declare as extern.
18468 (syms_of_image): Initialize and staticpro `Qcount'.
18469 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
18470 * emacs.c (main): Don't call syms_of_abbrev.
18471 * Makefile.in (obj): Remove abbrev.o.
18472 (abbrev.o): Remove.
18473 * abbrev.c: Remove.
18474
184752007-10-26 Martin Rudalics <rudalics@gmx.at>
18476
18477 * window.c (window_min_size_2): Don't count header-line.
18478
184792007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
18480
18481 * frame.h (struct frame): Move all bit fields after the first bit
18482 field to take advantage of the available space. Group all the
18483 chars together to reduce wasted space due to padding.
18484
184852007-10-26 Juanma Barranquero <lekktu@gmail.com>
18486
18487 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
18488
18489 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
18490 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
18491 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
18492 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
18493 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
18494 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
18495 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
18496 (last_marked, mark_object_loop_halt): Make static.
18497
18498 * frame.c (syms_of_frame) <delete-frame-functions>:
18499 Fix typo in docstring.
18500
185012007-10-25 Juanma Barranquero <lekktu@gmail.com>
18502
18503 * w32.c (init_environment): Fix tiny memory leak.
18504 (w32_get_resource): Remove unused variable `ok'.
18505
185062007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18507
18508 Make `window-system' into a keyboard-local variable (rather than
18509 frame-local as done originally by multi-tty).
18510
18511 * keyboard.h (struct kboard): Add Vwindow_system.
18512 * keyboard.c (init_kboard): Set a default for Vwindow_system.
18513 (mark_kboards): Mark Vwindow_system.
18514
18515 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
18516 (init_display): Don't set the obsolete `window-system' frame-param.
18517
18518 * xterm.c (x_term_init):
18519 * w32term.c (w32_create_terminal):
18520 * term.c (init_tty): Set Vwindow_system.
18521 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
18522 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
18523
18524 * xfns.c (Fx_create_frame, x_create_tip_frame):
18525 * w32fns.c (Fx_create_frame, x_create_tip_frame):
18526 * macfns.c (Fx_create_frame):
18527 Don't set the obsolete `window-system' frame-param.
18528
18529 * frame.h (Qwindow_system): Remove.
18530 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
18531 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
18532
185332007-10-24 Richard Stallman <rms@gnu.org>
18534
18535 * frame.c (x_figure_window_size): For fullscreen case,
18536 set USPosition | PPosition without clobbering rest of window_prompting.
18537
18538 * keyboard.c (Fcurrent_idle_time): Doc fix.
18539
18540 * print.c (Fwith_output_to_temp_buffer): Doc fix.
18541
185422007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
18543
18544 * process.c (unwind_request_sigio): Only define if __ultrix__.
18545
18546 * callproc.c (child_setup): Remove spurious *.
18547
18548 * lisp.h (Fget_text_property): Declare.
18549 (have_menus_p): Declare it here rather than in sys-dep header files.
18550 * macterm.h (have_menus_p):
18551 * msdos.h (have_menus_p):
18552 * xterm.h (have_menus_p): Remove.
18553
18554 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
18555 (Fmake_variable_frame_local): Just check the variable's const-ness
18556 rather than checking nil or t.
18557
185582007-10-22 Jason Rumney <jasonr@gnu.org>
18559
18560 * w32fns.c: Include math.h.
18561 (w32_abort): Declaration moved to nt/config.nt.
18562
18563 * s/ms-w32.h (HAVE_STDLIB_H): Define.
18564 (abort): Redefinition moved to nt/config.nt.
18565
18566 * m/windowsnt.h: Remove.
18567
185682007-10-22 Juanma Barranquero <lekktu@gmail.com>
18569
18570 * emacs.c (Fdump_emacs): Fix typo in message.
18571 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
18572 <installation-directory>: Reflow docstring.
18573
185742007-10-22 Juri Linkov <juri@jurta.org>
18575
18576 * minibuf.c: Allow minibuffer default to be a list of default values.
18577 With empty input use the first element of this list as returned default.
18578 (string_to_object)
18579 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
18580 (read_minibuf): If defalt is cons, set histstring to its car.
18581 (Fread_string): If default_value is cons, set val to its car.
18582 (Fread_buffer): If def is cons, use its car.
18583 (Fcompleting_read): If defalt is cons, set val to its car.
18584
185852007-10-21 Michael Albinus <michael.albinus@gmx.de>
18586
18587 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
18588
185892007-10-20 Juanma Barranquero <lekktu@gmail.com>
18590
18591 * doc.c (Fdocumentation): Check for advice in all cases.
18592
185932007-10-19 Chong Yidong <cyd@stupidchicken.com>
18594
18595 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
18596
185972007-10-19 Richard Stallman <rms@gnu.org>
18598
18599 * doc.c (Fdocumentation): Check for and handle an advised function.
18600
186012007-10-19 Juanma Barranquero <lekktu@gmail.com>
18602
18603 * process.c (Fset_process_filter): Doc fix.
18604
186052007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18606
18607 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
18608 which caused key-translation-map to applied repeatedly (thus breaking
18609 double-mode).
18610
186112007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18612
18613 * xselect.c (x_own_selection, x_handle_selection_clear)
18614 (x_clear_frame_selections):
18615 * w32menu.c (list_of_panes, list_of_items):
18616 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
18617 * textprop.c (validate_plist, interval_has_all_properties)
18618 (interval_has_some_properties, interval_has_some_properties_list)
18619 (add_properties, text_property_list):
18620 * process.c (Fget_buffer_process, list_processes_1, status_notify):
18621 * minibuf.c (Fassoc_string):
18622 * macselect.c (x_own_selection, x_clear_frame_selections)
18623 (Fx_disown_selection_internal):
18624 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
18625 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
18626
186272007-10-17 Chong Yidong <cyd@stupidchicken.com>
18628
18629 * process.c: Link to libs for calling res_init() if available.
18630 (Fmake_network_process): Call res_init() before getaddrinfo or
18631 gethostbyname, if possible.
18632
186332007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18634
18635 * lread.c (read1): Set pvectype for char_tables.
18636
18637 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
18638 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
18639 Add type checks.
18640 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
18641
18642 * alloc.c (free_misc): Use XMISCTYPE.
18643 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
18644
186452007-10-17 Glenn Morris <rgm@gnu.org>
18646
18647 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
18648 (syms_of_minibuf): Add Qcompletion_ignore_case.
18649 * dired.c (Qcompletion_ignore_case): Change to external.
18650 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
18651 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
18652 (Fread_file_name): Use it rather than intern'ing.
18653
18654 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
18655 (Fread_coding_system): Ignore case of user input.
18656
186572007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18658
18659 * xdisp.c (handle_display_prop): Ignore display specs after
18660 replacing one when string text is being replaced.
18661 (handle_single_display_spec): Pretend as if characters with display
18662 property haven't been consumed only when buffer text is being replaced.
18663
186642007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18665
18666 * xfns.c (Fx_create_frame, Fx_display_list):
18667 * window.c (window_fixed_size_p, enlarge_window)
18668 (shrink_window_lowest_first):
18669 * macterm.c (init_font_name_table):
18670 * macfns.c (Fx_create_frame, Fx_display_list):
18671 * lread.c (close_load_descs):
18672 * keyboard.c (read_char_x_menu_prompt):
18673 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
18674 * coding.c (code_convert_region_unwind): Test the type of an object
18675 rather than just !NILP before extracting data from it.
18676
18677 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
18678
18679 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
18680 (XMISCANY): New macro.
18681 (XMISCTYPE): Use it.
18682 (struct Lisp_Misc_Any): New type.
18683 (union Lisp_Misc): Use it.
18684 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
18685 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
18686 (find_symbol_value, set_internal, default_value, Fset_default)
18687 (Fmake_variable_buffer_local, Fmake_local_variable)
18688 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
18689 (Flocal_variable_if_set_p, Fvariable_binding_locus):
18690 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
18691 * alloc.c (allocate_buffer): Set the size and tag.
18692 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
18693 Use XMISCANY.
18694 (die): Follow the GNU convention for error messages.
18695 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
18696 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
18697 tag any more.
18698 (set_buffer_internal_1):
18699 * frame.c (store_frame_param):
18700 * eval.c (specbind):
18701 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
18702
18703 * doc.c (Fsnarf_documentation): Simplify.
18704
187052007-10-14 Juanma Barranquero <lekktu@gmail.com>
18706
18707 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
18708 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
18709
187102007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18711
18712 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
18713
187142007-10-14 Juanma Barranquero <lekktu@gmail.com>
18715
18716 * eval.c (do_autoload): Don't save autoloads.
18717
18718 * data.c (Ffset): Save autoload of the function being set.
18719
187202007-10-07 John Paul Wallington <jpw@pobox.com>
18721
18722 * xfns.c (x_create_tip_frame): Set the `display-type' frame
18723 parameter before setting up faces.
18724
187252007-10-13 Eli Zaretskii <eliz@gnu.org>
18726
18727 * ccl.c (Fregister_code_conversion_map):
18728 * keyboard.c (append_tool_bar_item): Reformat last change.
18729
18730 * lisp.h (eabs): Rename from `abs'. All callers changed.
18731
187322007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
18733
18734 * buffer.c (add_overlay_mod_hooklist):
18735 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
18736 * fontset.c (make_fontset):
18737 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
18738 (append_tool_bar_item):
18739 * macmenu.c (grow_menu_items):
18740 * w32menu.c (grow_menu_items):
18741 * xmenu.c (grow_menu_items): Use larger_vector.
18742
187432007-10-13 Eli Zaretskii <eliz@gnu.org>
18744
18745 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
18746 selected frame'' on MSDOS).
18747
187482007-10-12 Martin Rudalics <rudalics@gmx.at>
18749
18750 * frame.c (Qexplicit_name): New variable.
18751 (x_report_frame_params): Report it in parameter alist.
18752 (syms_of_frame): Intern and staticpro it.
18753
187542007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
18755
18756 * macfns.c (x_create_tip_frame): Set terminal for frame.
18757
187582007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18759
18760 * frame.c (Qenvironment): Remove.
18761 (syms_of_frame) <Qenvironment>: Don't initialize.
18762 (Fdelete_frame): Don't treat the `environment' param specially.
18763 * frame.h (Qenvironment): Don't declare.
18764 * callproc.c (set_initial_environment): Don't set unused frame param.
18765
18766 * frame.c (Fframe_with_environment): Remove.
18767 (syms_of_frame) <Sframe_with_environment>: Don't declare.
18768
18769 * lisp.h (Fframe_with_environment): Don't declare.
18770
187712007-10-10 Juanma Barranquero <lekktu@gmail.com>
18772
18773 * indent.c (indent_tabs_mode, last_known_column)
18774 (last_known_column_modified): Make static.
18775 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
18776
187772007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
18778
18779 * puresize.h (BASE_PURESIZE): Increase to 1170000.
18780
187812007-10-09 Jason Rumney <jasonr@gnu.org>
18782
18783 * w32term.c (x_set_window_size): Disable code that attempts to tell
18784 Lisp code about a size change before it actually happens.
18785
187862007-10-09 Richard Stallman <rms@gnu.org>
18787
18788 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
18789 return HANDLED_RETURN.
18790
187912007-10-08 Martin Rudalics <rudalics@gmx.at>
18792
18793 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
18794 when there's an unread command event.
18795
18796 * frame.c (focus_follows_mouse): Move here from frame.el to allow
18797 window autoselection act appropriately when leaving selected frame.
18798 (syms_of_frame): Initialize focus_follows_mouse.
18799 * frame.h (focus_follows_mouse): Extern it.
18800 * macterm.c (XTread_socket): When focus_follows_mouse is nil
18801 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
18802 * msdos.c (dos_rawgetc): Likewise.
18803 * w32term.c (w32_read_socket): Likewise.
18804 * xterm.c (handle_one_xevent): Likewise.
18805 * xdisp.c (syms_of_xdisp): In doc-string of
18806 mouse-autoselect-window mention focus-follows-mouse.
18807
188082007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18809
18810 * macterm.c (mac_load_query_font): Fix missing return value.
18811 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
18812 Add BLOCK_INPUT.
18813
188142007-10-08 Richard Stallman <rms@gnu.org>
18815
18816 * xdisp.c (get_window_cursor_type): Implement documented behavior
18817 for cursor-in-non-selected-windows = t.
18818
188192007-10-08 Jason Rumney <jasonr@gnu.org>
18820
18821 * w32.c (w32_get_resource): Always close registry keys.
18822
188232007-10-08 Jason Rumney <jasonr@gnu.org>
18824
18825 * makefile.w32-in (LIBS): Add COMCTL32.
18826
18827 * w32fns.c (globals_of_w32fns): Init common controls.
18828
188292007-10-08 Richard Stallman <rms@gnu.org>
18830
18831 * image.c (our_memory_buffer): Rename from omfib_buffer.
18832
188332007-10-08 Richard Stallman <rms@gnu.org>
18834
18835 * buffer.c (Foverlays_at): Doc fix.
18836
188372007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
18838
18839 * fns.c (Fplist_put): Preserve uneven tail data.
18840
188412007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
18842
18843 * termhooks.h (enum event_kind): Remove trailing comma.
18844
18845 * frame.h (enum): Remove trailing comma.
18846
188472007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18848
18849 * w32proc.c (delete_child): Don't terminate threads of zombies.
18850
188512007-10-08 Martin Rudalics <rudalics@gmx.at>
18852
18853 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
18854
18855 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
18856 last-repeatable-command.
18857 (init_kboard): Initialize Vlast_repeatable_command.
18858 (command_loop_1): Set it to real_this_command unless that was
18859 bound to an input event.
18860 (mark_kboards): Mark it.
18861
188622007-10-08 Richard Stallman <rms@gnu.org>
18863
18864 * eval.c (condition-case): Doc fix.
18865
188662007-10-08 Masatake YAMATO <jet@gyve.org>
18867
18868 * xfaces.c (tty_supports_face_attributes_p): Fix code
18869 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
18870 was copied and not edited.
18871
188722007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
18873
18874 Add new `input-decode-map' keymap and use it for terminal
18875 escape sequences.
18876 * keyboard.h (struct kboard): Add Vinput_decode_map.
18877 Remove Vlocal_key_translation_map.
18878 * keyboard.c (read_key_sequence): Add support for input-decode-map.
18879 (init_kboard): Init input-decode-map.
18880 Replace local-key-translation-map back with key-translation-map.
18881 (syms_of_keyboard): Declare input-decode-map.
18882 Remove local-key-translation-map. Update docstrings.
18883 (mark_kboards): Mark Vinput_decode_map.
18884 Don't mark Vlocal_key_translation_map.
18885 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
18886 Replace local-key-translation-map back with key-translation-map.
18887 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
18888 Bind in input-decode-map rather than function-key-map.
18889
18890 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
18891 This was made redundant by the previous introduction of XSETPVECTYPE.
18892
188932007-10-09 Richard Stallman <rms@gnu.org>
18894
18895 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
18896
188972007-09-29 Richard Stallman <rms@gnu.org>
18898
18899 * eval.c (internal_condition_case_2, internal_condition_case_1)
18900 (internal_condition_case): Reenable abort if x_catching_errors ()
18901 to see if that really happens and why.
18902
189032007-10-06 Andreas Schwab <schwab@suse.de>
18904
18905 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
18906
189072007-10-04 Juanma Barranquero <lekktu@gmail.com>
18908
18909 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
18910
189112007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18912
18913 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
18914
189152007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18916
18917 * window.h (struct window):
18918 * window.c (struct save_window_data, struct saved_window):
18919 * termhooks.h (struct terminal):
18920 * process.h (struct Lisp_Process):
18921 * frame.h (struct frame):
18922 * buffer.h (struct buffer):
18923 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
18924 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
18925 The size field of (pseudo)vectors is now unsigned.
18926 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
18927
18928 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
18929 Turn `count' into an integer.
18930
18931 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
18932 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
18933 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
18934 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
18935 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
18936
18937 * alloc.c (allocate_pseudovector): New fun.
18938 (ALLOCATE_PSEUDOVECTOR): New macro.
18939 (allocate_window, allocate_terminal, allocate_frame)
18940 (allocate_process): Use it.
18941 (mark_vectorlike): New function.
18942 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
18943 (mark_terminals): Use it.
18944 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
18945 (Fmake_byte_code): Use XSETPVECTYPE.
18946
18947 * frame.c (Fframe_parameters): Minor simplification.
18948
18949 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
18950
18951 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
18952
18953 * buffer.c (Fget_buffer_create, init_buffer_once):
18954 * lread.c (defsubr):
18955 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
18956
18957 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
18958 defined differently in the m/*.h files.
18959 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
18960 (XSETPVECTYPE): New macro.
18961 (XSETPSEUDOVECTOR): Use it.
18962
18963 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
18964 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
18965
18966 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
18967 * lread.c (defvar_per_buffer):
18968 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
18969
18970 * window.c (candidate_window_p): Only consider as visible frames that
18971 are on the same terminal.
18972
18973 * m/ibms390x.h (MARKBIT): Remove unused macro.
18974
189752007-10-01 Juanma Barranquero <lekktu@gmail.com>
18976
18977 * lread.c (Fload): Fix typo in docstring.
18978
189792007-10-01 Michaël Cadilhac <michael@cadilhac.name>
18980
18981 * floatfns.c (Fexpt): Manually check for overflows, so that a power
18982 of a non-zero value can't yield zero.
18983
189842007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18985
18986 * term.c (term_clear_mouse_face, term_mouse_highlight)
18987 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
18988
18989 * print.c (safe_debug_print): Use XHASH.
18990
18991 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
18992 Lisp elements such as tags.
18993 (XHASH): New macro.
18994 (EQ): Use it.
18995 (SREF, SSET, STRING_COPYIN): Use SDATA.
18996 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
18997
18998 * alloc.c (mark_terminal): Remove left-over declaration.
18999 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
19000 (allocate_vectorlike): Remove type argument. Adjust callers.
19001 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
19002 Only handle the one remaining MEM_TYPE_VECTORLIKE.
19003
19004 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
19005 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
19006 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
19007 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
19008 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
19009 Use them.
19010
19011 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
19012 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
19013 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
19014
190152007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
19016
19017 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
19018 loaded by default.
19019
190202007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19021
19022 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
19023 on this tty.
19024 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
19025
19026 * term.c (mouse_face_window): Rename from Qmouse_face_window.
19027 Update all users.
19028 (handle_one_term_event): Use Gpm_DrawPointer.
19029 (Fgpm_mouse_start): Rename from Fterm_open_connection.
19030 Signal errors instead of returning nil. Always return nil.
19031 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
19032 Make it a noop if gpm-mouse was not activated.
19033 (syms_of_term): Update names.
19034
190352007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
19036
19037 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
19038 (init_sys_modes): Check that gpm_tty is the current tty.
19039
19040 * alloc.c (allocate_terminal): Set the vector size to only count the
19041 lisp fields. Initialize those to nil.
19042 (mark_object): Don't treat terminals specially.
19043 (mark_terminal): Remove.
19044 (mark_terminals): Use mark_object instead.
19045
19046 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
19047 the GC to the beginning.
19048
19049 * indent.h:
19050 * indent.c: Use EMACS_INT for ints coming from Elisp data.
19051
19052 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
19053
190542007-09-25 Jason Rumney <jasonr@gnu.org>
19055
19056 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
19057
19058 * w32console.c (create_w32cons_output): Remove.
19059
19060 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
19061
19062 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
19063 (reset_sys_modes): Use reset_terminal_modes_hook.
19064
190652007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19066
19067 * eval.c (do_autoload): Don't output any message.
19068
190692007-09-24 Juri Linkov <juri@jurta.org>
19070
19071 * emacs.c (standard_args): Change priority of "--no-splash"
19072 from 40 to 3. Add "--no-desktop" with the same priority.
19073
190742007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
19075
19076 * alloc.c (gc_sweep): Check cons cell mark bits word by word
19077 and optimize the case where they are all 1.
19078
190792007-09-23 Johannes Weiner <hannes@saeurebad.de>
19080
19081 * lisp.h (abs): Define if not defined.
19082 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
19083 Don't define `abs', since it's defined in lisp.h.
19084
190852007-09-22 Eli Zaretskii <eliz@gnu.org>
19086
19087 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
19088 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
19089 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
19090 (init_tty): Use DEV_TTY instead of "/dev/tty".
19091 [WINDOWSNT]: No need to protect from NAME arg being null.
19092
190932007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19094
19095 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
19096 up the tty state.
19097
190982007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19099
19100 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
19101 (gpm_tty): Change its type.
19102 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
19103 (gpm_tty): Change its type and initialize it.
19104 (Fterm_open_connection): Check the frame is indeed a tty.
19105 Use the new gpm_tty.
19106 (Fterm_close_connection): Use the new gpm_tty.
19107 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
19108 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
19109
191102007-09-21 Juanma Barranquero <lekktu@gmail.com>
19111
19112 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
19113 underline_color, to draw strike-through.
19114
191152007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19116
19117 * lisp.h (allocate_terminal): Declare.
19118
19119 * window.c (candidate_window_p): Consider frames that are being placed
19120 by the user as somewhere between visible and iconified.
19121 (window_loop): Prefer windows on the current frame.
19122 (Fselect_window): Move the use of select-frame to the beginning so we
19123 can just delegate all the work (it'll call us back anyway).
19124
19125 * frame.c (Qdisplay_environment_variable):
19126 * frame.h (Qdisplay_environment_variable): Delete.
19127
19128 * .gdbinit (xbacktrace): Print the arg's address rather than the value
19129 of the first arg, since that value may be a union.
19130
19131 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
19132 parameter rather than Qdisplay_environment_variable. If all else
19133 fails, look for DISPLAY in initial-environment.
19134
191352007-09-21 Glenn Morris <rgm@gnu.org>
19136
19137 * Makefile.in (emacstool): Remove target.
19138 (lisp, shortlisp): Remove termdev.elc.
19139
191402007-09-21 Markus Triska <markus.triska@gmx.at>
19141
19142 * xterm.c (x_delete_display): Compile session management conditionally.
19143
191442007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19145
19146 * callproc.c (getenv_internal_1): New function.
19147 (getenv_internal): Use it.
19148 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
19149
19150 * terminal.c (get_terminal): Don't accept ints to represent terminals.
19151 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
19152 (Fset_terminal_parameter): Work with dead terminals as well.
19153 (Fmodify_terminal_parameters): Remove.
19154
19155 * terminal.c (get_terminal): Handle terminals.
19156 Make sure the terminal returned is live.
19157 (create_terminal): Use allocate_terminal.
19158 (mark_terminals): Move to alloc.c.
19159 (delete_terminal): Use terminal->name as liveness status.
19160 NULL out fields after freeing their contents.
19161 Don't deallocate the object.
19162 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
19163 rather than an int.
19164 (Fterminal_live_p): Accept non-integer arguments.
19165 (Fterminal_list): Return terminal objects rather than an ints.
19166
19167 * alloc.c (enum mem_type): New member for `terminal' objects.
19168 (allocate_terminal): New function.
19169 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
19170 Handle terminals.
19171 (mark_terminal): New fun.
19172 (mark_terminals): Move from terminal.c.
19173
19174 * term.c (get_tty_terminal): Don't treat output_initial specially.
19175 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
19176 (delete_tty): Use terminal->name as liveness status.
19177
19178 * termhooks.h (struct terminal): Make it into a pseudovector.
19179 Remove `deleted' replaced by checking `name's nullness.
19180
19181 * print.c (print_object): Handle terminals.
19182
19183 * lisp.h (enum pvec_type): New `terminal' pseudovector.
19184 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
19185
19186 * frame.c (make_terminal_frame):
19187 * keyboard.c (tty_read_avail_input):
19188 * w32term.c (x_delete_terminal):
19189 * xfns.c (Fx_create_frame, x_create_tip_frame):
19190 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
19191
191922007-09-20 Glenn Morris <rgm@gnu.org>
19193
19194 * process.c (Fmake_network_process): Doc fix.
19195
191962007-09-19 Jason Rumney <jasonr@gnu.org>
19197
19198 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
19199
192002007-09-19 Michaël Cadilhac <michael@cadilhac.name>
19201
19202 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
19203 Fix a C warning regarding variable constness.
19204
19205 * xterm.c (handle_one_xevent): Fix a C warning.
19206
192072007-09-18 Jason Rumney <jasonr@gnu.org>
19208
19209 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
19210
192112007-09-17 Jan Djärv <jan.h.d@swipnet.se>
19212
19213 * gtkutil.c (gdpy_def): New variable.
19214 (xg_initialize): Initialize gdpy_def.
19215 (xg_display_close): If no other display exists, set gdpy_def to a
19216 new connection.
19217
192182007-09-16 Jan Djärv <jan.h.d@swipnet.se>
19219
19220 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
19221 when we have no file name for the icon.
19222 (xg_tool_bar_expose_callback): Remove.
19223 (xg_create_tool_bar): Don't connect expose signal to
19224 xg_tool_bar_expose_callback.
19225 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
19226
192272007-09-16 Andreas Schwab <schwab@suse.de>
19228
19229 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
19230 values instead of zapping them.
19231
192322007-09-14 Glenn Morris <rgm@gnu.org>
19233
19234 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
19235 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
19236 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
19237 scope and rename to omfib_buffer for clarity.
19238 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
19239
192402007-09-14 Kenichi Handa <handa@m17n.org>
19241
19242 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
19243
192442007-09-13 Jason Rumney <jasonr@gnu.org>
19245
19246 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
19247
19248 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
19249
19250 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
19251 (mac_term_init): Call here instead, passing rif.
19252
192532007-09-13 Glenn Morris <rgm@gnu.org>
19254
19255 * s/hpux.h: No longer define `static' as nothing.
19256
192572007-09-13 Johan Bockgård <bojohan@gnu.org>
19258
19259 * callint.c (Fcall_interactively): Remove unused var `fun'.
19260
192612007-09-12 Romain Francoise <romain@orebokech.com>
19262
19263 * window.c (prefer_window_split_horizontally, display_buffer):
19264 Revert 2007-09-08 change.
19265
192662007-09-12 Glenn Morris <rgm@gnu.org>
19267
19268 * alloca.c: Remove file.
19269 * Makefile.in (alloca): Do not undef.
19270 (allocaobj, alloca.o): Remove.
19271 (otherobj): Remove allocaobj.
19272 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
19273 * regex.c (C_ALLOCA): Remove all references and code that was only
19274 used when this was defined.
19275 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
19276 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
19277 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
19278
19279 * Makefile.in (SOURCES, unlock, relock): Delete.
19280
19281 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
19282 (menu_grab_callback): All uses changed.
19283
19284 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
19285 (x_reply_selection_request): All uses changed.
19286
192872007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19288
19289 * lread.c (load_warn_old_style_backquotes): Change message to look
19290 better when it appears in the middle of byte-compiler messages.
19291
192922007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
19293
19294 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
19295
19296 * xterm.c (x_create_terminal): Add comment.
19297
19298 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
19299
193002007-09-10 Richard Stallman <rms@gnu.org>
19301
19302 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
19303
193042007-09-10 Michaël Cadilhac <michael@cadilhac.name>
19305
19306 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
19307 (DEFUN): Document `intspec', use it instead of `prompt'.
19308
19309 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
19310
19311 * data.c (Finteractive_form): If the interactive specification starts
19312 with a `(', use it as a Lisp form.
19313
19314 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
19315 name and file modes.
19316
19317 * callint.c (Fcall_interactively): Comment fixes.
19318
193192007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19320
19321 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
19322 and compiled functions.
19323
193242007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
19325
19326 * window.c (prefer_window_split_horizontally): New variable.
19327 (display_buffer): Consider splitting window horizontally depending
19328 on prefer_window_split_horizontally.
19329
193302007-09-08 Eli Zaretskii <eliz@gnu.org>
19331
19332 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
19333
193342007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19335
19336 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
19337
19338 * frame.c (x_set_frame_parameters): Check number is positive before
19339 using XFASTINT.
19340
19341 * window.c (freeze_window_start): Don't presume selected_window holds
19342 a window object.
19343 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
19344
193452007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
19346
19347 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
19348
193492007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19350
19351 * window.c (Vsplit_window_preferred_function): New var.
19352 (Fdisplay_buffer): Use it.
19353 (syms_of_window): Export, and initialize it.
19354
193552007-09-06 Pixel <pixel@mandriva.com> (tiny change)
19356
19357 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
19358
193592007-09-06 Glenn Morris <rgm@gnu.org>
19360
19361 * gtkutil.c (menu_grab_callback) <cnt>:
19362 * xselect.c (x_reply_selection_request) <cnt>: Move static
19363 variable to file scope.
19364
193652007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19366
19367 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
19368 consistent values of selected_frame and selected_window.
19369
193702007-09-04 Jason Rumney <jasonr@gnu.org>
19371
19372 * w32console.c (initialize_w32_display): Zero unused hooks.
19373
193742007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19375
19376 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
19377 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
19378
193792007-09-04 Jason Rumney <jasonr@gnu.org>
19380
19381 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
19382 in w32console.c. Set up input. Remove XXX comments that have been
19383 confirmed as correct.
19384
19385 * s/ms-w32.h (MULTI_KBOARD): Define.
19386
19387 * w32console.c (one_and_only_w32cons): Remove.
19388 (initialize_w32_display): Take terminal argument.
19389
19390 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
19391 initialize_w32_display.
19392 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
19393
19394 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
19395
19396 * keyboard.c (discard_mouse_events): Discard it.
19397 (make_lispy_event): Translate it to a lisp event.
19398 (lispy_wheel_names): Add wheel-left and right events.
19399 (syms_of_keyboard): Enlarge wheel_syms.
19400
19401 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
19402 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
19403
19404 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
19405
19406 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
19407 from WM_MOUSEHWHEEL.
19408 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
19409
19410 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
19411 terminal.
19412
19413 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
19414 keyboard for the terminal.
19415
194162007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19417
19418 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
19419 (Vresume_tty_hook): Rename from Vresume_tty_functions.
19420 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
19421 and resume-tty-function to resume-tty-hook.
19422 (Fsuspend_tty, Fresume_tty): Use new names.
19423
194242007-09-02 Jan Djärv <jan.h.d@swipnet.se>
19425
19426 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
19427 if it starts with "n:".
19428
194292007-08-31 Jan Djärv <jan.h.d@swipnet.se>
19430
19431 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
19432
194332007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19434
19435 * frame.h:
19436 * frame.c (Qterm_environment_variable): Remove.
19437 (syms_of_frame): Don't init and staticpro it.
19438
19439 * callproc.c (getenv_internal): Remove special case for $TERM.
19440
19441 * callproc.c (Vinitial_environment): New variable.
19442 (set_initial_environment): Initialize it.
19443 (syms_of_callproc): Declare it.
19444 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
19445 TERM under which a process runs is never related to the TERM in which
19446 Emacs is running.
19447
194482007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19449
19450 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
19451 * s/darwin.h: ... do it here.
19452
194532007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19454
19455 * lisp.h (set_initial_environment): Rename from set_global_environment.
19456
19457 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
19458 removed by mistake on the multi-tty branch.
19459
19460 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
19461 (Fmodify_frame_parameters): Return a value.
19462
19463 * image.c (png_load): Comment-out var only used in commented-out code.
19464
19465 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
19466 before passing it to mark_object.
19467
19468 * xfaces.c (internal_resolve_face_name): Return a value.
19469 (internal_resolve_face_name, resolve_face_name_error): Comment out.
19470
19471 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
19472 (x_icon): Comment-out var only used in commented-out code.
19473
194742007-08-29 Romain Francoise <romain@orebokech.com>
19475
19476 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
19477 QUIT hasn't been provided.
19478
194792007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19480
19481 * callproc.c (child_setup, getenv_internal): Use the
19482 display-environment-variable and term-environment-variable frame params.
19483 (set_initial_environment): Initialise Vprocess_environment.
19484
19485 * config.in: Disable multi-keyboard support on a mac.
19486
19487 * frame.c (Qterm_environment_variable)
19488 (Qdisplay_environment_variable): New variables.
19489 (syms_of_frame): Intern and staticpro them.
19490 (Fmake_terminal_frame): Disable output method test.
19491
19492 * frame.h: Declare them here.
19493
19494 * macfns.c (x_set_mouse_color): Get rif from the frame.
19495 (x_set_tool_bar_lines): Don't use updating_frame.
19496 (mac_window): Add 2 new parameters for consistency with other systems.
19497 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
19498 frame parameters following what is done in X11 and w32. Don't use
19499 FRAME_MAC_DISPLAY_INFO.
19500 (Fx_open_connection, start_hourglass): Remove window-system check.
19501 (x_create_tip_frame): Get the keyboard from the terminal.
19502
19503 * macmenu.c: Reorder includes.
19504 (Fx_popup_menu): Use terminal specific mouse_position_hook.
19505
19506 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
19507 terminal parameter.
19508 (x_clear_frame): Add a frame parameter.
19509 (note_mouse_movement): Get rif from the frame.
19510 (mac_term_init): Initialize the terminal.
19511 (mac_initialize): Make static and move terminal initialization ...
19512 (mac_create_terminal): ... to this new function.
19513
19514 * macterm.h (struct mac_display_info): Add terminal.
19515 (mac_initialize): Delete declaration.
19516
19517 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
19518
19519 * sysdep.c: Comment out text after #endif.
19520
19521 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
19522 is defined. Better initialize ttys in windows. Use terminal
19523 specific mouse_position_hook.
19524
19525 * termhooks.h (union display_info): Add mac_display_info.
19526
19527 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
19528 Set the default minibuffer frame, window_system and the rest of the
19529 frame parameters following what is done in X11.
19530
19531 * w32term.c (w32_initialize): Make static.
19532
19533 * xselect.c (x_handle_selection_clear): Only access
19534 terminal->kboard when MULTI_KBOARD is defined.
19535
19536 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
19537 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
19538
195392007-08-29 Jason Rumney <jasonr@gnu.org>
19540
19541 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
19542 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
19543
19544 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
19545 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
19546
19547 * keyboard.c (restore_kboard_configuration): Only define when
19548 MULTI_KBOARD defined.
19549
19550 * makefile.w32-in: Update dependancies from Makefile.in.
19551 (OBJ1): Add terminal.$(O)
19552
19553 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
19554 Don't define function body.
19555 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
19556
19557 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
19558
19559 * w32.c (request_sigio, unrequest_sigio): Remove.
19560
19561 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
19562 (w32con_clear_frame, w32con_clear_end_of_line)
19563 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
19564 (w32con_delete_glyphs, w32con_set_terminal_window)
19565 (scroll_line, w32_sys_ring_bell): Add frame arg.
19566 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
19567 Add terminal arg.
19568 (PICK_FRAME): Remove.
19569 (w32con_write_glyphs): Use frame specific terminal coding.
19570 (one_and_only_w32cons): New global variable.
19571 (initialize_w32_display): Use it for storing hooks.
19572 (create_w32cons_output): New function.
19573
19574 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
19575 arg a frame.
19576
19577 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
19578 Set window_system.
19579 (x_set_tool_bar_lines): Don't use updating_frame.
19580 (Fx_create_frame): Set terminal and ref count.
19581 (Fx_open_connection): Remove window-system check.
19582
19583 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
19584
19585 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
19586 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
19587 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
19588 Add frame arg.
19589 (x_delete_terminal, w32_create_terminal): New functions.
19590 (w32_term_init): Create a terminal.
19591 (w32_initialize): Move terminal specific initialization to
19592 w32_create_terminal.
19593
19594 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
19595 (w32_clear_rect, w32_clear_area): Use background from frame.
19596 (w32_display_info): Add terminal.
19597 (w32_sys_ring_bell, x_delete_display): Declare here.
19598
19599 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
19600
19601 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
19602
196032007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
19604
19605 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
19606 Fix get_named_tty calls for the controlling tty.
19607
196082007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19609
19610 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
19611
196122007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
19613
19614 * term.c (tty_insert_glyphs): Add missing first parameter.
19615
196162007-08-29 Károly Lőrentey <karoly@lorentey.hu>
19617
19618 * buffer.c (Fbuffer_list, Fbury_buffer):
19619 Take frame->buried_buffer_list into account.
19620
19621 * cm.c (current_tty): New variable, for cmputc().
19622 (cmputc): Use it.
19623 (cmcheckmagic): Add tty parameter, look up terminal streams there.
19624 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
19625 (cmgoto): Add tty parameter. Pass it on to calccost().
19626 Use emacs_tputs() instead of tputs().
19627
19628 * cm.h (emacs_tputs): New macro to set current_tty, and then call
19629 tputs().
19630 (current_tty): New variable, for cmputc().
19631 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
19632
19633 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
19634 (internal_condition_case, internal_condition_case_1)
19635 (internal_condition_case_2): Don't abort when x_catching_errors.
19636
19637 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
19638 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
19639 prevent crashes caused by bogus longjmps in read_char.
19640
19641 * keymap.h (Fset_keymap_parent): Add EXFUN.
19642
19643 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
19644 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19645 Remove redundant definition.
19646
19647 * macfns.c (x_set_mouse_color, x_make_gc):
19648 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19649
19650 * w32term.c (x_free_frame_resources):
19651 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19652 (w32_initialize): Use the accessor macros for terminal characteristics.
19653
19654 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
19655 Use the accessor macros for terminal characteristics.
19656 * msdos.c (internal_terminal_init): Use the accessor macros for
19657 terminal characteristics.
19658 (ScreenVisualBell, internal_terminal_init):
19659 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19660
19661 * termopts.h (no_redraw_on_reenter): Declare.
19662
19663 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
19664 (mark_terminals, mark_ttys): Declare.
19665 (Fgarbage_collect): Call them.
19666 (mark_object): Mark buried_buffer_list.
19667
19668 * prefix-args.c: Include stdlib.h for exit.
19669
19670 * syssignal.h: Add comment.
19671
19672 * indent.c: Include stdio.h.
19673
19674 * window.h (Vinitial_window_system): Declare.
19675 (Vwindow_system): Delete declaration.
19676
19677 * fontset.c (Finternal_char_font): Use FRAME_RIF.
19678
19679 * image.c (lookup_image): Don't initialize `c' until the xasserts
19680 have been run.
19681
19682 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
19683 FRAME_FOREGROUND_PIXEL.
19684
19685 * print.c (print_preprocess): Don't lose print_depth levels while
19686 iterating.
19687
19688 * widget.c (update_from_various_frame_slots):
19689 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19690
19691 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
19692 frames.
19693 (window_internal_height): Remove bogus make_number call.
19694 (init_window_once): Call make_terminal_frame with two zero parameters.
19695
19696 * fileio.c (Fread_file_name): Update comment.
19697
19698 * callint.c (Fcall_interactively):
19699 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
19700 Make sure it is correctly unwound.
19701
19702 * xsmfns.c (x_session_close): New function.
19703
19704 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
19705 Delete declarations.
19706
19707 * xterm.h: Remove declaration for x_fully_uncatch_errors.
19708 (x_output): Remove background_pixel and foreground_pixel fields.
19709 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
19710 (x_delete_device, x_session_close): Declare.
19711
19712 * lread.c: Include setjmp.h. Update declaration of `read_char'.
19713 (read_filtered_event): Call `read_char' with a local
19714 `wrong_kboard_jmpbuf'.
19715
19716 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
19717 Don't call single_kboard_state. Use FRAME_RIF.
19718
19719 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
19720 systems.
19721
19722 * lisp.h (set_process_environment): Rename to `set_global_environment'.
19723 (Fframe_with_environment, Fset_input_meta_mode)
19724 (Fset_quit_char): EXFUN.
19725 (x_create_device, tty_output, terminal, tty_display_info): Declare.
19726 (init_sys_modes, reset_sys_modes): Update prototypes.
19727 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
19728
19729 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
19730 Vlocal_key_translation_map, and Vkeyboard_translate_table.
19731 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
19732 Delete declarations.
19733 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
19734 (temporarily_switch_to_single_kboard, tty_read_avail_input):
19735 New declarations.
19736
19737 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
19738 already does that during init_display(). Call syms_of_keymap
19739 before syms_of_keyboard. Call `syms_of_terminal'.
19740 Call set_initial_environment, not set_process_environment.
19741 (shut_down_emacs): Call reset_all_sys_modes() instead of
19742 reset_sys_modes().
19743
19744 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
19745 (internal_resolve_face_name, resolve_face_name_error): New functions.
19746 (resolve_face_name): Protect against loops and errors thrown by Fget.
19747 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
19748 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
19749
19750 * scroll.c: Replace CURTTY() with local variables throughout the
19751 file (where applicable).
19752 (calculate_scrolling, calculate_direct_scrolling)
19753 (scrolling_1, scroll_cost): Use the accessor macros for terminal
19754 characteristics.
19755
19756 * keymap.c (Vfunction_key_map): Remove.
19757 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
19758 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
19759 (Vkey_translation_map): Remove.
19760 (syms_of_keymap): Remove DEFVAR for key-translation-map.
19761 (Fdescribe_buffer_bindings)
19762 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
19763 Update for terminal-local key-translation-map.
19764
19765 * Makefile.in (callproc.o): Update dependencies.
19766 (lisp, shortlisp): Add termdev.elc.
19767 (obj): Add terminal.o.
19768 (terminal.o): Add dependencies.
19769 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
19770 (data.o, fns.o): Add termhooks.h dependency.
19771 (SOME_MACHINE_LISP): Add dnd.elc.
19772 (minibuf.o): Fix typo.
19773 Update dependencies.
19774
19775 * data.c (do_symval_forwarding, store_symval_forwarding)
19776 (find_symbol_value): Use the selected frame's keyboard, not
19777 current_kboard.
19778
19779 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
19780 Vwindow_system.
19781
19782 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
19783 Fmenu_bar_open.
19784 (syms_of_xmenu): Update defsubr.
19785 (mouse_position_for_popup, Fx_popup_menu)
19786 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
19787 (set_frame_menubar, free_frame_menubar)
b97439ce 19788 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
19789 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
19790 an X frame.
19791
19792 * xselect.c (x_own_selection): Abort if not an X frame.
19793 (some_frame_on_display): Check if it is an X frame.
19794 (x_handle_selection_clear): Deal with MULTI_KBOARD.
19795
19796 * coding.c: Include frame.h and termhooks.h.
19797 (terminal_coding, keyboard_coding): Delete.
19798 (Fset_terminal_coding_system_internal)
19799 (Fset_keyboard_coding_system_internal)
19800 (Fkeyboard_coding_system)
19801 (Fterminal_coding_system): Add a terminal parameter.
19802 Get terminal_coding from the terminal.
19803 (init_coding_once): Don't call setup_coding_system here.
19804
19805 * dispextern.h (set_scroll_region, turn_off_insert)
19806 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
19807 (tty_clear_end_of_line, tty_setup_colors)
19808 (delete_tty, updating_frame)
19809 (produce_special_glyphs, produce_glyphs, write_glyphs)
19810 (insert_glyphs): Remove.
19811 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
19812 (tty_turn_off_highlight, get_tty_size): Add declaration.
19813 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
19814
19815 * frame.h (enum output_method): Add output_initial.
19816 (struct x_output): Delete.
19817 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19818 Access foreground_pixel and background_pixel directly from the frame.
19819 (tty_display): Delete.
19820 (struct frame): Add buried_buffer_list, foreground_pixel,
19821 background_pixel and terminal. Delete kboard.
19822 (union output_data): Add tty.
19823 (FRAME_KBOARD): Get the kboard from the terminal.
19824 (FRAME_INITIAL_P): New macro.
19825 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
19826 (Qterm_environment_variable, Qdisplay_environment_variable)
19827 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
19828 New declarations.
19829
19830 * termchar.h (tty_output, tty_display_info): New structures.
19831 (tty_list): Declare.
19832 (FRAME_TTY, CURTTY): New macros.
19833 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
19834 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
19835 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
19836 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
19837
19838 * callproc.c: Include frame.h and termhooks.h, for terminal
19839 parameters.
19840 (add_env): New function.
19841 (child_setup): Use it.
19842 (child_setup, getenv_internal): Handle the new Vprocess_environment.
19843 (getenv_internal): Fix get_terminal_param call.
19844 (Fgetenv_internal, egetenv): Update doc.
19845 (syms_of_callproc): Initialize Vprocess_environment to nil.
19846 Register and initialize them. Remove obsolete defvars. Update doc
19847 strings.
19848 (child_setup): Handle Vlocal_environment_variables.
19849 (getenv_internal): Add terminal parameter.
19850 Handle Vlocal_environment_variables.
19851 (Fgetenv_internal): Add terminal parameter.
19852 (child_setup, getenv_internal, Fgetenv_internal): Store the local
19853 environment in a frame (not terminal) parameter. Update doc strings.
19854 (set_initial_environment): Rename from set_global_environment.
19855 Store Emacs environment in initial frame parameter.
19856
19857 * xdisp.c (redisplay_internal): Update references to
19858 `previous_terminal_frame'.
19859 (display_mode_line, Fformat_mode_line): Replace calls to
19860 `push_frame_kboard' with `push_kboard'.
19861 (get_glyph_string_clip_rects): Add extra parentheses and
19862 braces to prevent compiler warnings.
19863 (calc_pixel_width_or_height): Add xassert to check that the
19864 frame is alive. Don't call `lookup_image' on a termcap frame.
19865 (message2_nolog, message3_nolog, redisplay_internal)
19866 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
19867 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
19868 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
19869 (Fx_display_pixel_width, Fx_display_pixel_height)
19870 (Fx_display_planes, Fx_display_color_cells)
19871 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
19872 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
19873 (Fx_display_backing_store, Fx_display_visual_class)
19874 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
19875 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
19876
19877 * xfns.c (x_set_foreground_color x_set_background_color)
19878 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
19879 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19880 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
19881 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
19882 terminal that is being deleted.
19883 (Fx_create_frame): Use `store_frame_param' to set `window-system'
19884 frame parameter, and make sure it overrides any user-supplied setting.
19885 (Fx_close_connection, Fx_synchronize): Unify argument names with
19886 the rest of the DEFUNs.
19887
19888 * dispnew.c (Fsend_string_to_terminal): Update call to
19889 `get_tty_terminal'.
19890 (Fredraw_frame, Fsend_string_to_terminal)
19891 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
19892 FRAME_TERMCAP_P and FRAME_TTY.
19893 (window_change_signal): Don't believe width/height values that are
19894 impossibly small.
19895 (Vinitial_window_system): Rename from Vwindow_system.
19896 (termscript, Wcm, rif): Delete.
19897
19898 * termhooks.h (struct terminal): New struct containing the
19899 previously global text display hooks and new members NAME,
19900 DELETED and PARAM_ALIST.
19901 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
19902 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
19903 (FRAME_RIF): New macros.
19904 (get_terminal_param, get_device): New declarations.
19905 (termscript): Delete declaration.
19906
19907 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
19908 (XTflash, x_free_frame_resources, x_scroll_bar_create)
19909 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
19910 FRAME_FOREGROUND_PIXEL.
19911 (x_fully_uncatch_errors): Disable definition.
19912 (x_scroll_bar_expose): Fix reference to foreground pixel.
19913 (XTread_socket): Disable loop on all X displays.
19914 (x_delete_terminal): Don't set terminal->deleted and let
19915 delete_terminal delete the frames on the terminal.
19916 (x_delete_display): Doc update to reflect changes in
19917 delete_terminal.
19918 (x_display_info) <terminal>: Move member earlier in the struct.
19919 (deleting_tty): Remove old variable.
19920 (Fsuspend_tty): Call clear_tty_hooks.
19921 (Fresume_tty, init_tty): Call set_tty_hooks.
19922 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
19923 errors on X frames.
19924 (x_catch_errors_unwind): Abort if x_error_message is NULL.
19925 (handle_one_xevent): Initialize `f' to NULL.
19926 (x_delete_terminal, x_create_terminal): New functions.
19927 (XTset_terminal_modes, XTreset_terminal_modes)
19928 (XTread_socket, x_connection_closed, x_term_init)
19929 (x_term_init, x_delete_display): Add terminal parameter.
19930 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
19931 X connections.
19932
19933 * frame.c: Include termchar.h.
19934 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
19935 (Qwindow_system, Qenvironment, Qterm_environment_variable)
19936 (Qdisplay_environment_variable): New vars.
19937 (Fframep): Deal with output_initial.
19938 (Fframe-live-p): Doc fix.
19939 (Fwindow-system): New function.
19940 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
19941 (make_terminal_frame): Don't create frames on a terminal that is
19942 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19943 (store_frame_param): Check for found_for_frame before calling XFRAME.
19944 (Fmake_terminal_frame): Handle NULL tty names correctly.
19945 (syms_of_frame): Enhance doc string of `default-frame-alist'.
19946 (Fdelete_frame): Remove unused variable `count'. Don't allow other
19947 frames to refer to a deleted frame in their 'environment parameter.
19948 (Fframe_with_environment): New function.
19949 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
19950 (get_future_frame_param): New function.
19951 (Fmake_terminal_frame): Use it.
19952 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
19953
19954 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
19955 * sysdep.c (reset_sys_modes): Update for renames.
19956
19957 * keyboard.c (tty_read_avail_input): New function.
19958 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
19959 (syms_of_keyboard): Defsubr them.
19960 (Fset_input_meta_mode, Fset_quit_char): New functions.
19961 (Fset_input_mode): Split to above functions.
19962 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
19963 parameter. Use it in call to `read_char'.
19964 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
19965 Set wrong_kboard_jmpbuf correctly in recursive calls.
19966 Use current_kboard to access Vkeyboard_translate_table.
19967 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
19968 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
19969 Update longjmp invocations. Remember the original current_kboard,
19970 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
19971 changes it. Comment out unnecessary calls to
19972 `record_single_kboard_state' and `any_kboard_state'.
19973 Update recursive calls.
19974 (wrong_kboard_jmpbuf): Remove global variable.
19975 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
19976 Handle deleted interrupted_kboards correctly; that is a legal
19977 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
19978 and read_char calls. Abort if interrupted_kboard died in read_char.
19979 (any_kboard_state, single_kboard_state)
19980 (push_frame_kboard): Remove function.
19981 (pop_kboard): Switch out of single_kboard mode if the kboard has
19982 been deleted. Remove unused variable. Help debugging by not
19983 changing current_kboard unnecessarily. Set current_kboard to the
19984 kboard of the selected frame when the stored kboard object has
19985 been deleted before pop_kboard.
19986 (temporarily_switch_to_single_kboard): Change first parameter to a
19987 frame pointer. Throw an error when caller wants to change kboards
19988 while in single_kboard mode. Don't push_kboard if we weren't in
19989 single kboard state. Don't pop_kboard if we popped into any
19990 kboard state.
19991 (restore_kboard_configuration): Abort if pop_kboard changed the
19992 kboard in single_kboard mode. Call pop_kboard only after setting
19993 up single_kboard mode.
19994 (Frecursive_edit): Switch to single_kboard mode only in nested
19995 command loops.
19996 (cmd_error, command_loop, command_loop_1, timer_check):
19997 Comment out unnecessary call to `any_kboard_state' and
19998 `record_single_kboard_state'.
19999 (delete_kboard): Exit single_kboard mode if we have just deleted
20000 that kboard. Use FRAME_KBOARD.
20001 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
20002 `fatal_error_signal'.
20003 (record_single_kboard_state): Don't push_kboard if we weren't in
20004 single kboard state. Don't pop_kboard if we popped into any
20005 kboard state.
20006 (push_frame_kboard): Rename to push_kboard.
20007 (kbd_buffer_get_event): Use FRAME_TERMINAL.
20008 (read_avail_input): Read input from all terminals.
20009 (mark_kboards): Also mark Vkeyboard_translate_table.
20010 (kbd_buffer_store_event_hold): Simplify condition.
20011 (read_key_sequence): Reinitialize fkey and keytran at each replay.
20012 (Vkeyboard_translate_table): Move to struct kboard.
20013 (init_kboard): Initialize Vkeyboard_translate_table.
20014 (syms_of_keyboard): Use DEFVAR_KBOARD to define
20015 Vkeyboard_translate_table. Update doc strings. Update docs of
20016 local-function-key-map and function-key-map.
20017
20018 * terminal.c: New file.
20019
20020 * term.c: Include errno.h.
20021 (Vring_bell_function, device_list, initial_device)
20022 (next_device_id, ring_bell, update_begin, update_end)
20023 (set_terminal_window, cursor_to, raw_cursor_to)
20024 (clear_to_end, clear_frame, clear_end_of_line)
20025 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
20026 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
20027 (syms_of_term): Move their initialization to terminal.c.
20028 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
20029 (Ftty_display_color_cells)
20030 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
20031 (clear_tty_hooks, set_tty_hooks)
20032 (init_tty, maybe_fatal): New functions.
20033 (Ftty_type): Return nil if terminal is not on a tty instead of
20034 throwing an error. Doc update.
20035 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
20036 Doc update. Initialize new subrs and variables.
20037 (delete_tty): Use terminal->deleted.
20038 (tty_set_terminal_modes): Rename from set_terminal_modes.
20039 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
20040 (set_scroll_region): Rename to `tty_set_scroll_region'.
20041 (turn_on_insert): Rename to `tty_turn_on_insert'.
20042 (turn_off_insert): Rename to `tty_turn_off_insert'.
20043 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
20044 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
20045 (toggle_highligh): Rename to `tty_toggle_highlight'.
20046 (background_highlight): Rename to `tty_background_highlight'.
20047 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
20048 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
20049 (tty_set_scroll_region, tty_background_highlight)
20050 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
20051 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
20052 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
20053 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
20054 Add static modifier.
20055 (tty_reset_terminal_modes, tty_set_terminal_window)
20056 (tty_set_scroll_region, tty_background_highlight)
20057 (tty_highlight_if_desired, tty_cursor_to)
20058 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
20059 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
20060 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
20061 renames.
20062
200632007-08-28 Jan Djärv <jan.h.d@swipnet.se>
20064
20065 * keyboard.c: Qrtl is new.
20066 (parse_tool_bar_item): Handle :rtl keyword.
20067 (syms_of_keyboard): Intern :rtl keyword.
20068
20069 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
20070
20071 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
20072 so no Lisp code is executed.
20073 (file_for_image, find_rtl_image): New functions.
20074 (xg_get_image_for_pixmap): Use file_for_image.
20075 (update_frame_tool_bar): If direction is RTL, use RTL image if
20076 defined. Use Gtk stock images if defined.
20077
200782007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20079
20080 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
20081 for nonexistent or zero-width glyph in composition glyph.
20082
200832007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
20084
20085 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
20086
20087 * xdisp.c (Finvisible_p): New function.
20088 (syms_of_xdisp): defsubr it.
20089
200902007-08-24 Juanma Barranquero <lekktu@gmail.com>
20091
20092 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
20093 Doc fixes.
20094
200952007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20096
20097 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
20098
200992007-08-24 Martin Rudalics <rudalics@gmx.at>
20100
20101 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
20102 whether decoding has modified buffer contents.
20103
201042007-08-24 Jason Rumney <jasonr@gnu.org>
20105
20106 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
20107 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
20108 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
20109 (init_svg_functions) [HAVE_NTGUI]: New function.
20110 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
20111 (svg_load_image): Use them.
20112 (svg_load_image) [HAVE_NTGUI]: Implement background.
20113
201142007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20115
20116 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
20117 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
20118 (LIBX): Remove @RSVG_LIBS@.
20119 (LIBES): Add $(RSVG_LIBS).
20120
20121 * image.c (svg_load_image): Blend with specified background if exists.
20122 Use IMAGE_BACKGROUND. Add Mac OS Support.
20123
20124 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
20125 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
20126 Remove macros.
20127 [MAC_OSX] (socket_callback): Do nothing.
20128 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
20129 ReceiveNextEvent.
20130 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
20131 socket_callback.
20132 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
20133
201342007-08-22 Glenn Morris <rgm@gnu.org>
20135
20136 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
20137
201382007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20139
20140 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
20141
20142 * image.c: Add support for SVG images. Some additional comments
20143 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
20144 (svg_image_p): New function to test for SVG image.
20145 (svg_load): New function to load SVG image.
20146 (svg_load_image): New function, helper for svg_load.
20147 (Qsvg): New Lisp_object.
20148 (svg_keyword_index): New enum.
20149 (svg_format): New static `image_keyword' struct.
20150 (svg_type): New static `image_type' struct.
20151 (librsvg/rsvg.h): Include it.
20152
201532007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20154
20155 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
20156
201572007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20158
20159 * lread.c (Qold_style_backquotes): New var.
20160 (syms_of_lread): Init and staticpro it.
20161 (load_warn_old_style_backquotes): New fun.
20162 (Fload): Use them to warn about old style backquotes.
20163 (end_of_file_error, Fload): Remove unused vars.
20164
20165 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
20166
20167 * lread.c (Vold_style_backquotes): New var.
20168 (syms_of_lread): Init and export it to Elisp.
20169 (read1): Set it when we find an old-style (back)quote.
20170
201712007-08-22 Jason Rumney <jasonr@gnu.org>
20172
20173 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
20174
201752007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20176
20177 * puresize.h (BASE_PURESIZE): Increase to 1140000.
20178
201792007-08-19 Richard Stallman <rms@gnu.org>
20180
20181 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
20182
201832007-08-19 Andreas Schwab <schwab@suse.de>
20184
20185 * alloc.c (pure): Round PURESIZE up.
20186
201872007-08-17 Jan Djärv <jan.h.d@swipnet.se>
20188
20189 * xterm.c (handle_one_xevent): Remove check that mouse click is in
20190 active frame.
20191
201922007-08-16 Richard Stallman <rms@gnu.org>
20193
20194 * eval.c (Fcommandp): Add parens to clarify.
20195
20196 * minibuf.c (Fall_completions): Use enum for type of table.
20197
20198 * emacs.c (USAGE2): Improve text.
20199
202002007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
20201
20202 * term.c (tty_default_color_capabilities): Declare static
20203 variables in file scope, to avoid HPUX compiler problem.
20204
202052007-08-13 Jan Djärv <jan.h.d@swipnet.se>
20206
20207 * gtkutil.c (update_frame_tool_bar): Use -1 as index
20208 to gtk_toolbar_insert.
20209
202102007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20211
20212 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
20213
20214 * insdel.c (reset_var_on_error): New fun.
20215 (signal_before_change, signal_after_change):
20216 Use it to reset (after|before)-change-functions to nil in case of error.
20217 Bind inhibit-modification-hooks to t.
20218 Don't bind (after|before)-change-functions to nil while they run.
20219
202202007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20221
20222 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
20223 filling pixmap with stippled background.
20224
202252007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20226
20227 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
20228 Don't use invisible frame as parent window for repositioning.
20229
202302007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20231
20232 * print.c (new_backquote_output): Rename from old_backquote_output.
20233 (print): Inverse its logic (according to its name) so as to match the
20234 behavior of new_backquote_flag in lread.c.
20235
202362007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20237
20238 * gmalloc.c (posix_memalign): New function.
20239
20240 * macterm.c (frame_highlight, frame_unhighlight): Don't call
20241 ActivateControl/DeactivateControl here.
20242 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
20243 frame-notice-user-settings is non-nil.
20244 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
20245 for kEventParamFMFontStyle.
20246 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
20247 mac_pass_command_to_system and mac_pass_control_to_system here.
20248 (XTread_socket): Call ActivateControl/DeactivateControl here.
20249 (XTread_socket) [TARGET_API_MAC_CARBON]:
20250 Check mac_pass_command_to_system and mac_pass_control_to_system here.
20251 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
20252 for window repositioning.
20253
202542007-08-08 Glenn Morris <rgm@gnu.org>
20255
20256 * Replace `iff' in doc-strings and comments.
20257
202582007-08-07 Chong Yidong <cyd@stupidchicken.com>
20259
20260 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
20261
202622007-08-07 Martin Rudalics <rudalics@gmx.at>
20263
20264 * fileio.c (Finsert_file_contents): Run format-decode and
20265 after_insert_file_functions on entire buffer when REPLACE is
20266 non-nil and inhibit modification_hooks and point_motion_hooks.
20267 For consistency, run after_insert_file_functions iff something
20268 got inserted. Move signal_after_change and update_compositions
20269 after code running after_insert_file_functions. Make sure that
20270 undo_list doesn't record intermediate steps of the decoding process.
20271
202722007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20273
20274 * emacs.c (main)
20275 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
20276 Call malloc_enable_thread on interactive startup.
20277
20278 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
20279 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
20280 [USE_PTHREAD]: Conditionalize with it.
20281 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
20282 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
20283 New functions.
20284
202852007-08-06 Chong Yidong <cyd@stupidchicken.com>
20286
20287 * xdisp.c (redisplay_window): When restoring original buffer
20288 position, make sure it is still valid.
20289
20290 * image.c (png_load): Ignore png-supplied background color.
20291
202922007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20293
20294 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
20295 Use kCFAbsoluteTimeIntervalSince1970.
20296
20297 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
20298 New variable.
20299 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
20300 event loop should be quit.
20301 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
20302 Quit dialog event loop if quit_dialog_event_loop is set.
20303
20304 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
20305 (Selection): New typedef. Use instead of ScrapRef.
20306 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
20307 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
20308 (mac_clear_selection): Rename from clear_scrap.
20309 (get_flavor_type_from_symbol): New argument SEL and subsume function of
20310 scrap_has_target_type. All uses changed.
20311 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20312 (mac_selection_has_target_p): New functions.
20313 (mac_put_selection_value): Rename from put_scrap_string.
20314 (mac_get_selection_value): Rename from get_scrap_string.
20315 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
20316 (put_scrap_private_timestamp, scrap_has_target_type)
20317 (get_scrap_private_timestamp): Remove functions.
20318 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
20319 (x_own_selection, x_get_local_selection):
20320 Use mac_valid_selection_value_p.
20321 (x_own_selection): Don't use put_scrap_private_timestamp.
20322 Record OWNERSHIP-INFO into Vselection_alist instead.
20323 (x_get_local_selection): Don't check type if request is local.
20324 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
20325 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
20326
203272007-08-04 Jan Djärv <jan.h.d@swipnet.se>
20328
20329 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
20330 add comment explaining why.
20331
203322007-08-03 Richard Stallman <rms@gnu.org>
20333
20334 * fileio.c (Fvisited_file_modtime): Use make_time.
20335
203362007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
20337
20338 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
20339 build.
20340
203412007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20342
20343 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
20344
203452007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
20346
20347 * puresize.h (BASE_PURESIZE): Increase to 1130000.
20348
203492007-07-30 Richard Stallman <rms@gnu.org>
20350
20351 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
20352
203532007-07-29 Jan Djärv <jan.h.d@swipnet.se>
20354
20355 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
20356
203572007-07-28 Nick Roberts <nickrob@snap.net.nz>
20358
20359 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
20360 remote default-directory.
20361
20362 * buffer.c (mode-line-format): Update doc string.
20363
203642007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20365
20366 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
20367 scroll bar gap.
20368 (x_scroll_bar_create): Set bar->fringe_extended_p.
20369 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
20370 on frame edge. Check fringe background extension. Don't clear
20371 extended fringe background area.
20372
20373 * w32term.h (struct scroll_bar): New member fringe_extended_p.
20374 (w32_fill_area): Enclose multiple statements with do ... while (0).
20375
20376 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
20377 Extend fringe background to scroll bar gap.
20378 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
20379 Set bar->fringe_extended_p.
20380 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20381 Put leftmost/rightmost scroll bars on frame edge. Check fringe
20382 background extension. Don't clear extended fringe background area.
20383
20384 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
20385 New member fringe_extended_p.
20386
203872007-07-25 Glenn Morris <rgm@gnu.org>
20388
20389 * Relicense all FSF files to GPLv3 or later.
20390
20391 * COPYING: Switch to GPLv3.
20392
203932007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20394
20395 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
20396
20397 * data.c (Finteractive_form): Check for the presence of an
20398 `interactive-form' symbol property more thoroughly.
20399
20400 * data.c (Finteractive_form): Use an `interactive-form' property if
20401 present, analogous to the function-documentation property.
20402
204032007-07-24 Jason Rumney <jasonr@gnu.org>
20404
20405 * w32fns.c (x_real_positions): Get real position from OS instead of
20406 calculating it.
20407
204082007-07-23 Jason Rumney <jasonr@gnu.org>
20409
20410 * filelock.c (current_lock_owner): Allow for @ sign in username.
20411
204122007-07-22 Nick Roberts <nickrob@snap.net.nz>
20413
20414 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
20415 remote default-directory.
20416
20417 * buffer.c (mode-line-format): Describe above case in doc string.
20418
204192007-07-20 Eli Zaretskii <eliz@gnu.org>
20420
20421 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
20422 Define if not defined.
20423
204242007-07-18 Jason Rumney <jasonr@gnu.org>
20425
20426 * w32proc.c (w32_executable_type): Handle 64 bit executables.
20427
204282007-07-18 Richard Stallman <rms@gnu.org>
20429
20430 * data.c (Fsetq_default): Doc fix.
20431
20432 * eval.c (Fsetq): Doc fix.
20433
204342007-07-18 Juanma Barranquero <lekktu@gmail.com>
20435
20436 * coding.c (Ffind_operation_coding_system):
20437 * eval.c (For, Fand): Doc fixes.
20438 Reported by Johan Bockgård.
20439
204402007-07-18 Jan Djärv <jan.h.d@swipnet.se>
20441
20442 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
20443
20444 * xterm.h: Declare x_ewmh_activate_frame.
20445
20446 * xterm.c (x_ewmh_activate_frame): New function.
20447 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
20448
204492007-07-17 Martin Rudalics <rudalics@gmx.at>
20450
20451 * window.c (Fdisplay_buffer): If largest or LRU window is the
20452 only window, split it even if it is not eligible for splitting.
20453 This restores the original behavior broken by the 2007-07-15
20454 change.
20455
204562007-07-17 Glenn Morris <rgm@gnu.org>
20457
20458 * abbrev.c (abbrev_check_chars): New function.
20459 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
20460 Call abbrev_check_chars to check abbrev characters are word
20461 constituents. Doc fix.
20462
204632007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
20464
20465 * process.c (Fstart_process, Fmake_network_process)
20466 (read_process_output): Fix up last changes.
20467
204682007-07-16 Eli Zaretskii <eliz@gnu.org>
20469
20470 * makefile.w32-in (clean): Don't delete *~.
20471
204722007-07-16 Andreas Schwab <schwab@suse.de>
20473
20474 * window.c (Fdisplay_buffer): Use NILP.
20475 (Fset_window_scroll_bars): Likewise.
20476
204772007-07-15 Martin Rudalics <rudalics@gmx.at>
20478
20479 * window.c (window_min_size_2): New function.
20480 (window_min_size_1, size_window, Fdisplay_buffer)
20481 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
20482 windows without mode- or header-lines when window-min-height is
20483 too small.
20484 (size_window): Reset nodelete_p after testing it, following an
20485 earlier note by Kim F. Storm.
20486 (display_buffer): Do not set split_height_threshold to twice the
20487 value of window_min_height to avoid changing the value of a
20488 customizable variable. Rather explicitly check whether the
20489 height of the window that shall be splitted is at least as large
20490 as split_height_threshold.
20491 (Fwindow_full_width_p): New defun.
20492 (syms_of_window): Defsubr it.
20493
20494 * window.h: Add EXFUN for Fwindow_full_width_p.
20495
204962007-07-14 Jason Rumney <jasonr@gnu.org>
20497
20498 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
20499
205002007-07-14 Richard Stallman <rms@gnu.org>
20501
20502 * eval.c (maybe_call_debugger): New function.
20503 (find_handler_clause): Use maybe_call_debugger.
20504 Call it when the handler says `debug'.
20505 Eliminate DEBUGGER_VALUE_PTR.
20506 (Fsignal): Eliminate debugger_value.
20507 (Qdebug): New variable.
20508 (syms_of_eval): Initialize it.
20509
205102007-07-14 Juanma Barranquero <lekktu@gmail.com>
20511
20512 * eval.c (Fprogn):
20513 * keyboard.c (Ftrack_mouse):
20514 * print.c (Fwith_output_to_temp_buffer):
20515 * window.c (Fsave_window_excursion): Doc fix.
20516
205172007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20518
20519 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
20520
205212007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20522
20523 * process.h (struct Lisp_Process): Turn slots infd, outfd,
20524 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
20525 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
20526 read_output_delay, and read_output_skip from Lisp_Objects to ints.
20527 Remove unused encoding_carryover.
20528 * process.c: Adjust all functions accordingly.
20529
205302007-07-12 Richard Stallman <rms@gnu.org>
20531
20532 * term.c: Include unistd.h only if HAVE_UNISTD_H.
20533
205342007-07-11 Jason Rumney <jasonr@gnu.org>
20535
20536 * makefile.w32-in (LIBS): Include OLE32.
20537
20538 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
20539 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
20540
205412007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20542
20543 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
20544 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
20545 from a Lisp_Object into a bare pointer.
20546 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
20547 Adjust the code correspondingly.
20548
20549 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
20550
20551 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
20552 (term_show_mouse_face): Remove unused var `j'.
20553 (handle_one_term_event): Remove unused vars `i' and `j'.
20554 Don't cast return value of ttyname since it's not necessary.
20555
205562007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20557
20558 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
20559 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
20560
20561 * fns.c (map_char_table): Use an array of int for `indices' rather than
20562 an array of Lisp_Objects (which are only ever integers anyway).
20563 (Fmap_char_table): Update caller.
20564 * lisp.h: Update prototype.
20565 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
20566 * fontset.c (Ffontset_info):
20567 * casetab.c (set_case_table): Update callers.
20568
20569 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
20570
20571 * keymap.c (struct accessible_keymaps_data)
20572 (struct where_is_internal_data): New structures.
20573 (accessible_keymaps_1, where_is_internal_1): Use them to change
20574 interface to adhere to the one used by map_keymap.
20575 (Faccessible_keymaps, where_is_internal): Use map_keymap.
20576 (accessible_keymaps_char_table, where_is_internal_2): Remove.
20577
20578 * keymap.h (map_keymap_function_t): More informative prototype.
20579
205802007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20581
20582 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
20583 (looking_at_1): Don't change search_regs and last_thing_searched
20584 if `inhibit-changing-match-data' is non-nil.
20585 (string_match_1, search_buffer, set_search_regs): Likewise.
20586 (syms_of_search): Add Lisp level definition for
20587 `inhibit-changing-match-data' and set it to nil.
20588 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
20589 start and end of the match, instead of using values in search_regs.
20590
205912007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20592
20593 * minibuf.c (Fcompleting_read): New value `confirm-only'
20594 for `require-match'.
20595
205962007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20597
20598 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
20599 part of the 2007-06-27 change to syms_of_fileio.
20600
206012007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20602
20603 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
20604 Check WINDOWP before using XWINDOW. Consolidate return statements.
20605
206062007-06-27 Richard Stallman <rms@gnu.org>
20607
20608 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
20609
206102007-06-27 Juanma Barranquero <lekktu@gmail.com>
20611
20612 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
20613
206142007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20615
20616 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
20617 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
20618 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
20619 (_free_internal, memalign): Use them.
20620 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
20621 Initialize to PTHREAD_MUTEX_INITIALIZER.
20622 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
20623 (morecore_nolock): Rename from morecore. All uses changed.
20624 Use only nolock versions of internal allocation functions.
20625 (_malloc_internal_nolock, _realloc_internal_nolock)
20626 (_free_internal_nolock): New functions created from
20627 _malloc_internal, _realloc_internal, and _free_internal.
20628 (_malloc_internal, _realloc_internal, _free_internal): Use them.
20629 Copy hook value to automatic variable before its use.
20630 (memalign): Copy hook value to automatic variable before its use.
20631
206322007-06-26 Kenichi Handa <handa@m17n.org>
20633
20634 * coding.c (Ffind_operation_coding_system): Docstring improved.
20635 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
20636
206372007-06-25 David Kastrup <dak@gnu.org>
20638
20639 * keymap.c (Fcurrent_active_maps): Add `position' argument.
20640 (Fwhere_is_internal): Adjust call to `current-active-maps' to
20641 cater for additional parameter.
20642
20643 * keymap.h: Adjust number of parameters to `current-active-maps'.
20644
20645 * doc.c (Fsubstitute_command_keys): Adjust call of
20646 `current-active-maps'.
20647
206482007-06-25 David Kastrup <dak@gnu.org>
20649
20650 * callint.c (Fcall_interactively): Make the parsing of interactive
20651 specs somewhat more readable.
20652
206532007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20654
20655 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
20656 to scroll bar gap also when bitmap fills fringe. Draw only foreground
20657 if extended background has already been filled.
20658
206592007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20660
20661 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
20662 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
20663
20664 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
20665 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
20666 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
20667 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
20668 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
20669 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
20670 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
20671 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
20672 Run timers during dialog popup.
20673 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
20674
206752007-06-21 Jason Rumney <jasonr@gnu.org>
20676
20677 * image.c (convert_mono_to_color_image): Swap fore and background.
20678
206792007-06-20 Jason Rumney <jasonr@gnu.org>
20680
20681 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
20682 (w32_free_bdf_font): Unmap memory not handle.
20683
206842007-06-20 Sam Steingold <sds@gnu.org>
20685
20686 * gmalloc.c (__morecore): Fix the declaration to comply with the
20687 definition.
20688
206892007-06-20 Juanma Barranquero <lekktu@gmail.com>
20690
20691 * w32term.c (w32_delete_display): Remove leftover declaration.
20692 (w32_define_cursor, w32_initialize): Make static.
20693
20694 * w32.c (_wsa_errlist): Fix typo in error message.
20695 (init_environment): Ignore any environment variable from the
20696 registry having a null value.
20697
206982007-06-20 Glenn Morris <rgm@gnu.org>
20699
20700 * Makefile.in (LIBGIF): Default to -lgif.
20701
207022007-06-17 Jason Rumney <jasonr@gnu.org>
20703
20704 * w32menu.c (add_menu_item): Don't use multibyte string functions on
20705 unicode strings.
20706
207072007-06-16 Juanma Barranquero <lekktu@gmail.com>
20708
20709 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
20710 Fix typo in docstring.
20711
207122007-06-16 Eli Zaretskii <eliz@gnu.org>
20713
20714 * w32menu.c (add_menu_item): Escape `&' characters in menu items
20715 and their keybindings.
20716
207172007-06-15 Chong Yidong <cyd@stupidchicken.com>
20718
20719 * composite.c (update_compositions): Fix last fix.
20720
207212007-06-14 Jason Rumney <jasonr@gnu.org>
20722
20723 * w32.c (get_process_times_fn): New function pointer.
20724 (globals_of_w32): Intialize it if present in kernel32.dll.
20725 (w32_get_internal_run_time): New function.
20726
20727 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
20728
207292007-06-14 Kenichi Handa <handa@etlken.m17n.org>
20730
20731 * composite.c (update_compositions): Check the validness of
20732 compositions.
20733
207342007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20735
20736 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
20737 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
20738
20739 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
20740 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
20741
20742 * macgui.h (USE_MAC_TOOLBAR): New define.
20743
20744 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20745 Return immediately unless popup is activated.
20746
20747 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
20748 background to scroll bar gap.
20749 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
20750 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
20751 scroll bars on frame edge. Check fringe background extension.
20752 Don't clear extended fringe background area.
20753 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
20754 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
20755 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
20756 [USE_MAC_TOOLBAR]: New macros.
20757 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
20758 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
20759 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
20760 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
20761 [USE_MAC_TOOLBAR]: New functions.
20762 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
20763 manually if previous repositioning has failed.
20764 (mac_handle_keyboard_event): Use precomputed event kind.
20765 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
20766 as tool bar item click. Handle mouse movement over tool bar items.
20767
20768 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
20769 toolbar_win_gravity.
20770 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
20771 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
20772 Add externs.
20773
20774 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
20775 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
20776
207772007-06-14 Chong Yidong <cyd@stupidchicken.com>
20778
20779 * image.c (search_image_cache): Remove unused variable.
20780
207812007-06-13 Chong Yidong <cyd@stupidchicken.com>
20782
20783 * xfns.c, xmenu.c: Link to xaw3d if available.
20784
207852007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20786
20787 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
20788 frame_foreground and frame_background.
20789
20790 * image.c (lookup_image): Save frame foreground and background colors.
20791 (search_image_cache): Check if saved and current frame colors match.
20792
207932007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
20794
20795 * regex.c (regex_compile): Remove the `regnum' counter.
20796 Use bufp->re_nsub instead. Add support for \(?N:RE\).
20797
207982007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
20799
20800 * term.c: Include intervals.h to declare Fget_text_property.
20801
208022007-06-10 Jason Rumney <jasonr@gnu.org>
20803
20804 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
20805
208062007-06-08 Juanma Barranquero <lekktu@gmail.com>
20807
20808 * callint.c (Fcall_interactively):
20809 * editfns.c (Fdelete_and_extract_region):
20810 * fileio.c (Fread_file_name):
20811 * fns.c (Fmapconcat):
20812 * keyboard.c (cmd_error_internal):
20813 * keymap.c (Fkey_description):
20814 * lread.c (openp):
20815 * minibuf.c (read_minibuf):
20816 * search.c (wordify):
20817 * sunfns.c (sel_read):
20818 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
20819 * xfns.c (x_default_scroll_bar_color_parameter):
20820 * xmenu.c (menu_help_callback):
20821 * xselect.c (Fx_get_atom_name):
20822 * xterm.c (x_term_init): Use empty_unibyte_string.
20823
208242007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
20825
20826 * alloc.c (init_strings): Initialize canonical empty strings.
20827 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
20828 canonical empty string when the requested size is 0.
20829
20830 * emacs.c (empty_unibyte_string): Rename from empty_string.
20831 (empty_multibyte_string): New canonical empty string.
20832 (syms_of_emacs): Don't initialize empty_string.
20833
20834 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
20835 string, if appropriate.
20836 (empty_unibyte_string, empty_multibyte_string): New externs.
20837 (empty_string): Remove extern.
20838
20839 * lread.c (syms_of_lread): Use empty_unibyte_string.
20840
208412007-06-07 Jason Rumney <jasonr@gnu.org>
20842
20843 * s/ms-w32.h: Don't define HAVE_TZNAME.
20844
20845 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
20846
208472007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20848
20849 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
20850
20851 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
20852 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
20853
20854 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20855 Don't call next handler.
20856 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
20857 Remove argument. Install handler to application.
20858 (set_frame_menubar): Don't change deep_p.
20859 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
20860 FRAME_OUTER_TO_INNER_DIFF_Y.
20861 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
20862 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
20863 [HAVE_DIALOGS]: New macros.
20864 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
20865 Use them.
20866 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
20867
20868 * macselect.c [MAC_OSX] (install_service_handler): Rename from
20869 init_service_handler. All callers changed. Return OSStatus value.
20870
20871 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
20872 All callers changed so as not to call SetPortWindowPort.
20873 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
20874 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
20875 mac_draw_string_common.
20876 (mac_draw_image_string_qd): Likewise.
20877 (mac_draw_string_common): Use them. Add INLINE.
20878 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
20879 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
20880 GetGlobalMouse.
20881 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
20882 and FRAME_OUTER_TO_INNER_DIFF_Y.
20883 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
20884 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
20885 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
20886 repositioning window to mac_handle_window_event.
20887 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
20888 saving window location to mac_handle_window_event
20889 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
20890 (install_menu_target_item_handler): Remove argument in extern.
20891 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
20892 Also accept command events.
20893 (do_keystroke): New function created from XTread_socket.
20894 (init_command_handler): Remove functions.
20895 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
20896 and save window location by kEventWindowShowing and kEventWindowHiding
20897 handlers here. Don't call next handler for window state change and
20898 focus events.
20899 (mac_handle_application_event, mac_handle_keyboard_event)
20900 [TARGET_API_MAC_CARBON]: New functions.
20901 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
20902 kEventWindowShowing and kEventWindowHiding events. Move installation
20903 of mouse, font, text input and menu target item handlers to
20904 install_application_handler.
20905 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
20906 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20907 New function.
20908 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20909 Register it.
20910 (XTread_socket) [TARGET_API_MAC_CARBON]:
20911 Consolidate SendEventToEventTarget calls.
20912 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
20913 Move application activation handler to mac_handle_application_event.
20914 Move keyboard handler to mac_handle_keyboard_event.
20915 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
20916 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
20917 init_command_handler. Call install_application_handler.
20918
20919 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
20920 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
20921
209222007-06-07 Glenn Morris <rgm@gnu.org>
20923
20924 * emacs.c (main): Use `emacs-copyright' in --version output.
20925
209262007-06-06 Chong Yidong <cyd@stupidchicken.com>
20927
20928 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
20929
209302007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20931
20932 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
20933
20934 * macgui.h: Replace WindowPtr with WindowRef.
20935
20936 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
20937 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
20938 Replace ControlHandle with ControlRef.
20939 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
20940
20941 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
20942 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
20943 Replace ControlHandle with ControlRef.
20944 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
20945 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
20946
20947 * macterm.h (struct scroll_bar): Rename member control_handle_low
20948 and control_handle_high to control_ref_low and control_ref_high.
20949 All uses changed.
20950 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
20951 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
20952 respectively. All uses changed.
20953 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
20954 (install_window_handler, remove_window_handler): Replace WindowPtr
20955 with WindowRef in externs.
20956
209572007-06-05 Juanma Barranquero <lekktu@gmail.com>
20958
20959 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
20960
209612007-06-03 Nick Roberts <nickrob@snap.net.nz>
20962
20963 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
20964
20965 * frame.c (Fmouse_position, Fmouse_pixel_position):
20966 Condition on HAVE_GPM too.
20967
20968 * term.c (term_mouse_highlight): Remove unused variables.
20969 (Fterm_open_connection): Set gpm_zerobased to 1.
20970 (term_mouse_movement, term_mouse_click, handle_one_term_event):
20971 Use zero based co-ordinates.
20972 (handle_one_term_event): Report a drag as mouse movement too.
20973
20974 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
20975
209762007-06-03 Chong Yidong <cyd@stupidchicken.com>
20977
20978 * image.c (search_image_cache): New function. Require background
20979 color match if background color is unspecified in the image spec.
20980 (uncache_image, lookup_image): Use it.
20981
209822007-06-01 Juanma Barranquero <lekktu@gmail.com>
20983
20984 * window.c (Fshrink_window): Reflow docstring.
20985
209862007-06-02 Chong Yidong <cyd@stupidchicken.com>
20987
20988 * Version 22.1 released.
20989
209902007-06-01 Richard Stallman <rms@gnu.org>
20991
20992 * xfns.c (x_encode_text): Add GCPRO.
20993
209942007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20995
20996 * xfns.c (x_set_name_internal): Save encoded name before
20997 x_encode_text in case string data is relocated.
20998
209992007-05-31 Richard Stallman <rms@gnu.org>
21000
21001 * buffer.c (syms_of_buffer): Doc fix.
21002
210032007-05-30 Nick Roberts <nickrob@snap.net.nz>
21004
21005 * sysdep.c (init_sys_modes): Add rather than replace with
21006 O_NONBLOCK.
21007
21008 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
21009 term_mouse_moveto.
21010
21011 * termhooks.h (term_mouse_moveto): New extern.
21012
21013 * term.c (mouse_face_window): Rename...
21014 (Qmouse_face_window): ...to this.
21015 (term_show_mouse_face, term_clear_mouse_face)
21016 (term_mouse_highlight): Use Qmouse_face_window.
21017 (term_mouse_moveto): New function.
21018 (term_mouse_position): Make it work.
21019 (syms_of_term): Uncomment assignment to mouse_position_hook.
21020 Staticpro Qmouse_face_window.
21021
210222007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21023
21024 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
21025 around current_column call.
21026
210272007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
21028
21029 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
21030 * xdisp.c (next_element_from_buffer):
21031 * window.c (delete_window):
21032 * term.c (term_mouse_highlight):
21033 * msdos.c (getdefdir):
21034 * macterm.c (mac_create_bitmap_from_bitmap_data)
21035 (init_font_name_table):
21036 * fns.c (Fsxhash):
21037 * data.c (Fmake_local_variable):
21038 * ccl.c (ccl_driver): Likewise.
21039
210402007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21041
21042 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
21043 Call mac_wakeup_from_rne on window size change.
21044
210452007-05-25 Chong Yidong <cyd@stupidchicken.com>
21046
21047 * image.c (uncache_image): Fix typo.
21048
210492007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
21050
21051 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
21052
210532007-05-22 Richard Stallman <rms@gnu.org>
21054
21055 * xterm.c (x_connection_closed): Remove NO_RETURN.
21056
210572007-05-22 Martin Rudalics <rudalics@gmx.at>
21058
21059 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
21060
210612007-05-21 Chong Yidong <cyd@stupidchicken.com>
21062
21063 * image.c (uncache_image): New function.
21064 (Fimage_refresh): New function.
21065
210662007-05-20 Jan Djärv <jan.h.d@swipnet.se>
21067
21068 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
21069
210702007-05-20 Nick Roberts <nickrob@snap.net.nz>
21071
21072 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
21073 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
21074
210752007-05-20 Nick Roberts <nickrob@snap.net.nz>
21076
21077 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
21078 conditional on [HAVE_GPM_H].
21079
210802007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
21081
21082 * syntax.c (skip_chars): Update syntax-table only after we checked that
21083 the new location is valid.
21084
210852007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21086
21087 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
21088 mac_get_window_bounds.
21089
210902007-05-20 Nick Roberts <nickrob@snap.net.nz>
21091
21092 * Makefile.in (LIBGPM): Allow it to be set from configure.
21093 If set then link Emacs with it.
21094
21095 * config.in: Regenerate.
21096
21097 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
21098 New externs.
21099
21100 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
21101 Include gpm.h.
21102 (handle_one_term_event, term_gpm): New externs.
21103
21104 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
21105 and allow it to be interrupted by SIGIO.
21106
21107 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
21108 (wait_reading_process_output): Wait on gpm_fd too.
21109 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
21110 (add_gpm_wait_descriptor_called_flag): New variable.
21111 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
21112
21113 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
21114 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
21115 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
21116 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
21117 (make_lispy_event): Add case GPM_CLICK_EVENT.
21118 (read_avail_input): Handle mouse input.
21119
21120 * term.c (write_glyphs_with_face): New function.
21121 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
21122 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
21123 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
21124 (mouse_face_face_id, term_gpm, pos_x, pos_y)
21125 (last_mouse_x, last_mouse_y): New variables.
21126 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
21127 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
21128 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
21129 (Fterm_close_connection): New functions.
21130 (term_init): Initialise mouse_face_window.
21131
211322007-05-19 Chong Yidong <cyd@stupidchicken.com>
21133
21134 * xdisp.c (redisplay_window): If first window line is a
21135 continuation line, recompute the new window start instead of
21136 recentering.
21137
211382007-05-18 Glenn Morris <rgm@gnu.org>
21139
21140 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
21141 Suggested by Alfred M. Szmidt <ams@gnu.org>.
21142
211432007-05-17 Glenn Morris <rgm@gnu.org>
21144
21145 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
21146
211472007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21148
21149 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
21150 dead key repeat and up events.
21151
211522007-05-14 Chong Yidong <cyd@stupidchicken.com>
21153
21154 * image.c (pbm_load): Check image size for monochrome pbm.
21155
211562007-05-13 Chong Yidong <cyd@stupidchicken.com>
21157
21158 * xterm.c (XTread_socket): Revert last change.
21159
211602007-05-12 Chong Yidong <cyd@stupidchicken.com>
21161
21162 * image.c (pbm_load): Correctly check image size for greyscale pbm.
21163
21164 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
21165
211662007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21167
21168 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
21169 mixup (YAILOM).
21170
211712007-05-07 Andreas Schwab <schwab@suse.de>
21172
21173 * keymap.c (Flookup_key): Fix typo in last change.
21174
211752007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
21176
21177 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
21178 mapping for unibyte strings.
21179
211802007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21181
21182 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
21183 (Fx_popup_dialog) [MAC_OSX]: Likewise.
21184
211852007-04-29 Richard Stallman <rms@gnu.org>
21186
21187 * insdel.c (replace_range): For undo, record insertion first.
21188
211892007-04-29 Andreas Schwab <schwab@suse.de>
21190
21191 * lisp.h (VECSIZE): Use OFFSETOF.
21192
211932007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21194
21195 * xdisp.c (try_window_reusing_current_matrix): Fix number of
21196 disabled lines.
21197
211982007-04-28 Richard Stallman <rms@gnu.org>
21199
21200 * lread.c (read_escape): In a string, \s is always space.
21201
212022007-04-27 Jan Djärv <jan.h.d@swipnet.se>
21203
21204 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
21205
21206 * gtkutil.c (xg_update_menubar, create_menus): Create empty
21207 submenu for menu bar items.
21208
21209See ChangeLog.10 for earlier changes.
21210
21211;; Local Variables:
21212;; coding: utf-8
21213;; add-log-time-zone-rule: t
aac0c6e3
MR
21214;; End:
21215
76b6f707 21216 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
aac0c6e3
MR
21217
21218 This file is part of GNU Emacs.
21219
21220 GNU Emacs is free software: you can redistribute it and/or modify
21221 it under the terms of the GNU General Public License as published by
21222 the Free Software Foundation, either version 3 of the License, or
21223 (at your option) any later version.
21224
21225 GNU Emacs is distributed in the hope that it will be useful,
21226 but WITHOUT ANY WARRANTY; without even the implied warranty of
21227 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21228 GNU General Public License for more details.
21229
21230 You should have received a copy of the GNU General Public License
21231 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21232
21233;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40