Regenerate configure.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
c6ea2936
GM
12010-04-27 Glenn Morris <rgm@gnu.org>
2
986fb647
GM
3 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
4 (TOOLKIT_LIBW): New, set by configure.
5 (@X_TOOLKIT_TYPE@): No longer define it.
6
c6ea2936
GM
7 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
8 (MOTIF_LIBW): Set with configure, not cpp.
9 * s/aix4-2.h (LIB_MOTIF):
10 * s/gnu-linux.h (LIB_MOTIF):
11 * s/unixware.h (LIB_MOTIF): Move to configure.in.
12
aaa36002
DN
132010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
14
15 Reduce CPP usage.
16 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
17 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
18 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
19 definitions and undefs. Inline definitions in the only user.
20 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 21
b678dd8b
GM
222010-04-27 Glenn Morris <rgm@gnu.org>
23
76cda504
GM
24 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
25 since the defaults (set by the system file) are fine in most cases.
26 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
27 * m/ibms390x.h (START_FILES, LIB_STANDARD):
28 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
29 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
30 Remove definitions, since they are set correctly in s/gnu-linux.h.
31 * s/freebsd.h (START_FILES, LIB_STANDARD):
32 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
33 * s/hpux10-20.h (START_FILES):
34 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
35 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
36
b678dd8b
GM
37 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
38 (MOTIF_LIBW): Use $LIBXP.
39 (otherobj): Use $WIDGET_OBJ.
40
9452ded1
DN
412010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
42
7e10844c
DN
43 * Makefile.in (LIBS_MACHINE): Remove, unused.
44
9452ded1
DN
45 Use autoconf instead of cpp for LIB_MATH.
46 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
47 * s/cygwin.h (LIB_MATH): Likewise.
48 * Makefile.in (LIB_MATH): Do not define with cpp.
49 (LIBES): Use autoconf for LIB_MATH.
50
fcebfc6a
KH
512010-04-26 Kenichi Handa <handa@m17n.org>
52
53 * composite.c (Ffind_composition_internal): Fix the return value
54 for an automatic composition.
55
39e2ad1b
DN
562010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
57
58 Remove all NO_ARG_ARRAY uses.
59 * fns.c (concat2, concat3, nconc2):
60 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
61 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
62 * m/xtensa.h (NO_ARG_ARRAY):
63 * m/template.h (NO_ARG_ARRAY):
64 * m/sparc.h (NO_ARG_ARRAY):
65 * m/sh3.h (NO_ARG_ARRAY):
66 * m/mips.h (NO_ARG_ARRAY):
67 * m/macppc.h (NO_ARG_ARRAY):
68 * m/iris4d.h (NO_ARG_ARRAY):
69 * m/intel386.h (NO_ARG_ARRAY):
70 * m/ibms390x.h (NO_ARG_ARRAY):
71 * m/ibms390.h (NO_ARG_ARRAY):
72 * m/ibmrs6000.h (NO_ARG_ARRAY):
73 * m/ia64.h (NO_ARG_ARRAY):
74 * m/hp800.h (NO_ARG_ARRAY):
75 * m/arm.h (NO_ARG_ARRAY):
76 * m/amdx86-64.h (NO_ARG_ARRAY):
77 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
78
adf4f59c
EZ
792010-04-25 Eli Zaretskii <eliz@gnu.org>
80
6bdf5d65
EZ
81 * xdisp.c (display_line): Don't assume 2nd call to
82 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
83 (iterate_out_of_display_property): New function, body from pop_it.
84 (pop_it): Use it.
adf4f59c 85
dfbbda83
GM
862010-04-24 Glenn Morris <rgm@gnu.org>
87
88 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
89 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
90 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
91 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
92
2d4018aa
EZ
932010-04-24 Eli Zaretskii <eliz@gnu.org>
94
a49884a6
EZ
95 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
96 use `get_next_display_element' and `set_iterator_to_next' to
97 advance to the next character, when looking for the character that
98 begins the next row.
99
76db6fcc 100 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
101 definition of "struct Lisp_Symbol".
102
70eab5c1
GM
1032010-04-24 Glenn Morris <rgm@gnu.org>
104
105 * Makefile.in (CRT_DIR): New variable, set by configure.
106 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
107 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
108
1ad4cc3d
DN
1092010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
110
e769f484
DN
111 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
112
4196ff33
DN
113 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
114
879b0ee4
DN
115 Remove redundant flags.
116 * s/freebsd.h (C_SWITCH_SYSTEM):
117 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
118 * s/netbsd.h (C_SWITCH_SYSTEM):
119 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
120 of these.
121
03cbbcb8
DN
122 Simplify m/intel386.h.
123 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
124 user: ecrt0.c.
125 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
126 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
127 the only user: s/unixware.h.
128 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
129 from m/intel386.h.
130 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
131 moved here from m/intel386.h.
132
1ad4cc3d
DN
133 * m/mips.h: Remove #if 0 code.
134
8785b888
EZ
1352010-04-23 Eli Zaretskii <eliz@gnu.org>
136
728588cc
EZ
137 Fix display of composed characters from L2R scripts in bidi buffers.
138 * xdisp.c (set_iterator_to_next, next_element_from_composition):
139 After advancing IT past the composition, resync the bidi iterator
140 with IT's position. (Bug#5977)
141
a63f80b4
DN
1422010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
143
144 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
145 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
146
ff5dec5c
SM
1472010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
150
8785b888
EZ
1512010-04-23 Eli Zaretskii <eliz@gnu.org>
152
58ccf243 153 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
154 * xdisp.c (pop_it): When the stack is popped after displaying
155 from a string, bidi-iterate to exit from the text portion covered
156 by the `display' property or overlay. (Bug#5988, bug#5920)
157
feeb1604
DN
1582010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
159
8e324eb6
DN
160 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
161 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
162
809fcaba
DN
163 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
164 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
165
ed710380
DN
166 Simplify STARTFILES definition.
167 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
168 relying on Makefile.in to define it.
169 * s/cygwin.h (START_FILES): Likewise.
170 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
171
feeb1604
DN
172 Clean up Solaris code.
173 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
174 (LIB_MOTIF): Remove, configure takes care of this.
175 (NOT_USING_MOTIF): Remove, unused.
176 * xrdb.c: Remove #if 0-ed #include.
177 (SYSV): Remove conditional for old SysV.
178 * sysdep.c (closedir): Remove conditional code for Solaris,
179 Solaris has closedir.
180
a0d0b563
JD
1812010-04-22 Jan Djärv <jan.h.d@swipnet.se>
182
183 * xsettings.c (read_and_apply_settings): Check if current_font is
184 NULL before strcmp (Bug#6001).
185
56bae7c7
DN
1862010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
187
188 Clean up HP-UX files.
189 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
190 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
191 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
192 * s/hpux10-20.h: ... to the only user, here.
193
372b7a95
EZ
1942010-04-21 Eli Zaretskii <eliz@gnu.org>
195
196 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
197 use buffer-local values of paragraph-start and paragraph-separate.
198 <paragraph_start_re, paragraph_separate_re>: Rename from
199 fallback_paragraph_start_re and fallback_paragraph_separate_re.
200 (Bug#5992)
201
f904c0f9
JD
2022010-04-21 Jan Djärv <jan.h.d@swipnet.se>
203
204 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
205 current_tool_bar_style are new.
206 (store_config_changed_event): Rename from store_font_changed_event.
207 (XSETTINGS_TOOL_BAR_STYLE): New define.
208 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
209 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
210 HAVE_XFT.
211 (something_changedCB): store_font_changed_event is now
212 store_config_changed_event
213 (parse_settings): Rename from parse_xft_settings. Read
214 non-xft xsettings outside #ifdef HAVE_XFT.
215 (read_settings): Renamed from read_xft_settings.
216 (apply_xft_settings): Take current settings as parameter. Do not
217 call read_(xft)_settings.
218 (read_and_apply_settings): New function.
219 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
220 read_and_apply_settings if there are settings to be read.
221 (init_xsettings): Renamed from init_xfd_settings.
222 Call read_and_apply_settings unconditionally.
223 (xsettings_initialize): Call init_xsettings.
224 (Ftool_bar_get_system_style): New function.
225 (syms_of_xsettings): Define Qmonospace_font_name and
226 Qtool_bar_style. Initialize current_tool_bar_style to nil.
227 defsubr Stool_bar_get_system_style. Fprovide on
228 dynamic-setting.
31a01b90 229 Move misplaced HAVE_GCONF
f904c0f9
JD
230
231 * xsettings.h (Ftool_bar_get_system_style): Declare.
232
233 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
234 Qtext, Qboth, Qboth_horiz are new.
235 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
236 Vtool_bar_style, tool_bar_max_label_size.
237
238 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
239
240 * keyboard.c: QClabel is new.
241 (parse_tool_bar_item): Take out QClabel from tool bar items.
242 Try to construct a label if ther is no QClabel.
243 (syms_of_keyboard): Intern :label as QClabel.
244
245 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
246 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
247 New.
248
249 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
250 dynamic-setting.el.
251
252 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
253 (xg_make_tool_item, xg_show_toolbar_item): New function.
254 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
255 Call xg_make_tool_item to make a tool bar item.
256 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
257
258 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
259 into account for toolbars.
260
c632dfda
JD
2612010-04-21 Jan Djärv <jan.h.d@swipnet.se>
262
263 * data.c (make_blv): Declarations before code (Bug#5993).
264
10efe302
GM
2652010-04-21 Glenn Morris <rgm@gnu.org>
266
267 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
268 Define using autoconf, not cpp.
269 (LIBXSM): New variable, set by autoconf.
270 (LIBXT): Use $LIBXSM.
271
4285ac5a
DN
2722010-04-21 Dan Nicolaescu <local_user@dannlt>
273
3ec759e7
DN
274 Remove NOMULTIPLEJOBS, unused.
275 * s/template.h (NOMULTIPLEJOBS):
276 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
277
4285ac5a
DN
278 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
279 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
280 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
281 detects -znocombreloc and passes it to the linker
282 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
283
2807228d
GM
2842010-04-21 Glenn Morris <rgm@gnu.org>
285
286 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
287
574c05e2
KK
2882010-04-21 Karel Klíč <kklic@redhat.com>
289
290 * Makefile.in (LIBSELINUX_LIBS): New.
291 (LIBES): Add $LIBSELINUX_LIBS.
292 * eval.c, lisp.h (call7): New function.
293 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
294 (Ffile_selinux_context, Fset_file_selinux_context):
295 New functions.
296 (Fcopy_file): New parameter preserve-selinux-context.
297 (Frename_file): Preserve selinux context when renaming by copy-file.
298
91eac4bb
JB
2992010-04-21 Juanma Barranquero <lekktu@gmail.com>
300 Eli Zaretskii <eliz@gnu.org>
301
50426a04
JB
302 Don't depend on cm.c or termcap.c on Windows, use stubs.
303 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
304 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
305 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
306 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
307 (sys_tputs, sys_tgetstr): New stubs.
308 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
309 (tputs, tgetstr): New; define to sys_*.
91eac4bb 310
938efb77
JB
3112010-04-20 Juanma Barranquero <lekktu@gmail.com>
312
313 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
314
b4bf28b7
SM
3152010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
316
8b1e1112
SM
317 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
318 Just signal a warning rather than an error when inside a let.
319 (Fmake_variable_frame_local): Add the same test.
320
933ac235
SM
321 * font.c (syms_of_font): Make the style table vars read-only.
322
b4bf28b7
SM
323 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
324 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
325
326 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
327
93d68d0c
EZ
3282010-04-20 Eli Zaretskii <eliz@gnu.org>
329
330 Fix R2L paragraph display on TTY.
331
332 * xdisp.c (unproduce_glyphs): New function.
333 (display_line): Use it when produced glyphs are discarded from R2L
334 glyph rows.
335 (append_composite_glyph): In R2L rows, prepend the glyph rather
336 than appending it.
337
338 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
339 rather than append it. Set up the resolved_level and bidi_type
340 attributes of the appended glyph.
283ccc18
EZ
341 (produce_special_glyphs): Mirror the backslash continuation
342 character in R2L lines.
93d68d0c 343
283ccc18 344 Implement display of R2L paragraphs in GUI sessions.
26cdf528 345
283ccc18
EZ
346 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
347 append_stretch_glyph.
348 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
349 off-by-one error in computing x at end of text in the row.
350 (append_stretch_glyph): In reversed row, prepend the glyph rather
351 than append it. Set resolved_level and bidi_type of the glyph.
352 (extend_face_to_end_of_line): If the row is reversed, prepend a
353 stretch glyph whose width is such that the rightmost glyph will be
354 drawn at the right margin of the window. Fix off-by-one error on
355 TTY frames in testing whether a line needs face extension. Fix
356 face extension at ZV. If this is the last glyph row, use
357 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
358 region face.
359 (set_cursor_from_row, display_line): Use
26cdf528
EZ
360 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
361 row->continuation_lines_width.
283ccc18
EZ
362 (next_element_from_buffer): Don't call bidi_paragraph_init if we
363 are at ZV. Fixes a crash when reseated to ZV by
364 try_window_reusing_current_matrix.
45903529
EZ
365 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
366 which happens with R2L glyph rows. Fixes a crash when inserting a
367 character at end of an R2L line.
283ccc18
EZ
368 (set_cursor_from_row): Don't be fooled by truncated rows: don't
369 treat them as having zero-width characters. Improve comments.
370 Don't reverse pos_before and pos_after for reversed glyph rows.
371 Set cursor.x to negative value when the cursor might be on the
372 left fringe.
373 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
374 left fringe, not the right one.
f951a506
EZ
375 (notice_overwritten_cursor, draw_phys_cursor_glyph)
376 (erase_phys_cursor): For reversed cursor_row, support cursor on
377 the left fringe.
378
283ccc18
EZ
379 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
380 of continuation indicators on the fringes.
381 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
382 left fringe.
383
f951a506
EZ
384 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
385 draw cursor on the left fringe.
386
387 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
388 cursor on the left fringe.
389
f951a506
EZ
390 * dispnew.c (update_text_area): Handle reversed desired rows when
391 the cursor is on the left fringe.
392 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
393 below, not by 0, for when the cursor is on the left fringe.
394
3bb49aaf
JD
3952010-04-20 Jan Djärv <jan.h.d@swipnet.se>
396
397 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
398 widget is a scrollbar.
399
c0be27fd
KH
4002010-04-20 Kenichi Handa <handa@m17n.org>
401
402 * charset.c (char_charset): Consider Vcharset_non_preferred_head
403 only when the arg CHARSET_LIST is nil.
404
ce5b453a
SM
4052010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 Make variable forwarding explicit rather the using special values.
408 Basically, this makes the structure of buffer-local values and object
409 forwarding explicit in the type of Lisp_Symbols rather than use
410 special Lisp_Objects for that. This tends to lead to slightly more
411 verbose code, but is more C-like, simpler, and makes it easier to make
412 sure we handled all cases, among other things by letting the compiler
413 help us check it.
414 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
415 Removing forwarding objects.
416 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
417 (struct Lisp_Symbol): Make the various forms of variable-forwarding
418 explicit rather than hiding them inside Lisp_Object "values".
419 (XFWDTYPE): New macro.
420 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
421 (XBUFFER_LOCAL_VALUE): Remove.
422 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
423 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
424 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
425 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
426 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
427 Remove the Lisp_Misc_* header.
428 (struct Lisp_Buffer_Local_Value): Redefine.
429 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
430 (struct Lisp_Misc_Any): Add filler to get the right size.
431 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
432 Lisp_Intfwd.
433 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
434 (DEFVAR_KBOARD): Allocate a forwarding object.
435 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
436 (let_shadows_global_binding_p): New function.
437 (union Lisp_Val_Fwd): New type.
438 (make_blv): New function.
439 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
440 (store_symval_forwarding, swap_in_global_binding, Fboundp)
441 (swap_in_symval_forwarding, find_symbol_value, Fset)
442 (let_shadows_buffer_binding_p, set_internal, default_value)
443 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
444 (Fkill_local_variable, Fmake_variable_frame_local)
445 (Flocal_variable_p, Flocal_variable_if_set_p)
446 (Fvariable_binding_locus):
447 * xdisp.c (select_frame_for_redisplay):
448 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
449 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
450 * frame.c (store_frame_param):
451 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
452 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
453 value structure.
454 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
455 (clone_per_buffer_values): Only adjust markers into the current buffer.
456 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
457 (Fbuffer_local_value, set_buffer_internal_1)
458 (swap_out_buffer_local_variables):
459 Adapt to the new symbol value structure.
460 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
461 (defvar_per_buffer): Take a new arg for the fwd object.
462 (buffer_lisp_local_variables): Return a proper alist (different fix
463 for bug#4138).
464 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
465 (Fgarbage_collect): Don't handle buffer_defaults specially.
466 (mark_object): Handle new symbol value structure rather than the old
467 special Lisp_Misc_* objects.
468 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
469 * term.c (set_tty_color_mode):
470 * bidi.c (bidi_initialize): Don't access the ->value field directly.
471 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
472 a buffer_local_flags.
473 * print.c (print_object): Get rid of impossible forwarding objects.
474
fd3998ff
EZ
4752010-04-19 Eli Zaretskii <eliz@gnu.org>
476
477 * bidi.c (bidi_get_type, bidi_get_category)
478 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
479 (bidi_type_of_next_char, bidi_level_of_next_char):
480 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 481
e42cd1a7
JB
4822010-04-19 Juanma Barranquero <lekktu@gmail.com>
483
484 * dired.c (Ffile_attributes): Fix typo in docstring.
485
6e104790 4862010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
487
488 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
489 NSInteger (Bug#5811).
490
6e104790 4912010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
492
493 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
494 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
495
6e104790 4962010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
497
498 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
499
6e104790
SM
5002010-04-19 Chong Yidong <cyd@stupidchicken.com>
501
502 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
503 terminal frames (Bug#5837).
504
37dcfea0
EZ
5052010-04-19 Eli Zaretskii <eliz@gnu.org>
506
d1da276f
EZ
507 * .gdbinit (xsubchartable): New command.
508
37dcfea0
EZ
5092010-04-19 Eli Zaretskii <eliz@gnu.org>
510
511 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 512 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
513 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
514 and
515 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
516
e9515805
SM
5172010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * alloc.c (Fpurecopy): Hash-cons if requested.
520 (syms_of_alloc): Update purify-flag docstring.
521
22aa44a8
JD
5222010-04-18 Jan Djärv <jan.h.d@swipnet.se>
523
524 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
525 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
526
ebb5722e
EZ
5272010-04-17 Eli Zaretskii <eliz@gnu.org>
528
529 Fix a crash when an NSM character is inserted at BEGV.
530
531 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
532 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
533 NEUTRAL_B or UNKNOWN_BT.
534
0f4442ef
EZ
5352010-04-16 Eli Zaretskii <eliz@gnu.org>
536
537 * xdisp.c (set_cursor_from_row): Don't consider possibility of
538 other rows with cursor unless they are different from this row and
539 this row is part of a continued line. (Bug#5943)
540
7d4e45f8
DN
5412010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
542
543 * s/freebsd.h: Restore osreldate.h include.
544 Suggested by Naohiro Aota.
545
5ba5ec85
J
5462010-04-16 Jan Djärv <jan.h.d@swipnet.se>
547
548 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
549
20af301d
CY
5502010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
551
552 * s/cygwin.h: Avoid linking against static libgcc.
553
a4b000fb
JL
5542010-04-15 Juri Linkov <juri@jurta.org>
555
556 * window.c: Add Qscroll_command.
557 Remove Vscroll_preserve_screen_position_commands.
558 (window_scroll_pixel_based, window_scroll_line_based): Check the
559 `scroll-command' property on the last command instead of searching
560 the last command in Vscroll_preserve_screen_position_commands.
561 (syms_of_window): Initialize and staticpro `Qscroll_command'.
562 Put Qscroll_command property on Qscroll_up and Qscroll_down.
563 (scroll-preserve-screen-position): Doc fix.
564 (Vscroll_preserve_screen_position_commands): Remove variable.
565
bc319ba4
DN
5662010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
567
6bb24457
DN
568 * xdisp.c (message): Do not use NO_ARG_ARRAY.
569
19d4c244
DN
5702010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
571
572 Reduce cpp use in Makefile.in.
573 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
574 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
575 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
576 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
577 (CRT0_COMPILE): Remove, inline it in the only user.
578
32129746
JL
5792010-04-14 Juri Linkov <juri@jurta.org>
580
581 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
582 `scroll-up-command' and `M-v' from `scroll-down' to
583 `scroll-down-command'.
584
9013a7f8
JL
5852010-04-14 Juri Linkov <juri@jurta.org>
586
587 * window.c (Vscroll_preserve_screen_position_commands): New variable
588 with the default value as the list of Qscroll_down and Qscroll_up.
589 (window_scroll_pixel_based, window_scroll_line_based): Search the
590 last command in the list Vscroll_preserve_screen_position_commands
591 instead of comparing with Qscroll_up and Qscroll_down.
592
4bef8d26
JD
5932010-04-13 Jan Djärv <jan.h.d@swipnet.se>
594
92848133
JD
595 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
596 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
597 does that.
598
4bef8d26
JD
599 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
600 to zero.
601
58b963f7
SM
6022010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
603
84164a0d
SM
604 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
605
2b0a91e7
SM
606 Try to solve the problem of spurious EOF chars in long lines of text
607 sent to interactive subprocesses.
608 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
609 (system_process_attributes): Remove unused var `ttotal'.
610 * process.c (send_process): Don't bother breaking long line with EOF
611 chars when talking to ttys any more.
612 (wait_reading_process_output): Output a warning when called in such
613 a way that it could block without being interruptible.
614
58b963f7
SM
615 Try to detect file modification within the same second.
616 * buffer.h (struct buffer): New field modtime_size.
617 * buffer.c (reset_buffer): Initialize it.
618 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
619 (Fverify_visited_file_modtime): Check it.
620 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
621 (Fset_visited_file_modtime): Set (or clear) it.
622
01f5787b
SM
6232010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * process.c (status_notify): Remove unused var `ro'.
626
83725342
JD
6272010-04-12 Jan Djärv <jan.h.d@swipnet.se>
628
629 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
630 more than one visual (Bug#5938).
631
b9465836
DN
6322010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
633
50426a04
JB
634 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
635 Undefine.
b9465836 636
8d9c8ece
DN
6372010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
638
b1f52161
DN
639 Remove C_SWITCH_SYSTEM_TEMACS.
640 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
641 (malloc, realloc, free): Use emacs, not temacs for conditional
642 definition.
643
644 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
645 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
646
8d9c8ece
DN
647 Use autoconf, not cpp for some variables.
648 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
649 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
650 (ALL_CFLAGS): Use them as make variables.
651 (really-lwlib, really-oldXMenu): Do not pass them.
652
1ecb2d3f
JD
6532010-04-11 Jan Djärv <jan.h.d@swipnet.se>
654
655 * xmenu.c (apply_systemfont_to_dialog): New.
656 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
657
3a4fa2f2
SM
6582010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
659
97e53006
SM
660 * process.c (exec_sentinel): Preserve current-buffer.
661
3a4fa2f2
SM
662 * process.c (read_process_output): Move the save-current-buffer to
663 apply to both the filter and the non-filter branches.
664
88df7221
DN
6652010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
666
667 * s/msdos.h (UNEXEC): New definition.
668
5634ff85
YM
6692010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
670
6eff5c3d
YM
671 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
672 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
673
674 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
675 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
676 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
677 TRY_WINDOW_CHECK_MARGINS.
678
679 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
680 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
681 width only when it is for padding.
5634ff85 682
b13aef54
J
6832010-04-09 Jan Djärv <jan.h.d@swipnet.se>
684
685 * xfns.c (Fx_show_tip): Call try_window in a loop until
686 fonts_changed_p is zero (Bug#2423).
687
21d28484
EZ
6882010-04-08 Eli Zaretskii <eliz@gnu.org>
689
690 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
691 the end of TEXT_AREA. (Bug#5856)
692
0269ef77
JD
6932010-04-08 Jan Djärv <jan.h.d@swipnet.se>
694
695 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
696 HAVE_GCONF.
697
5930fe97
EZ
6982010-04-08 Eli Zaretskii <eliz@gnu.org>
699
700 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
701 prev.orig_type, for resolving type of NSM. (Bug#5858)
702
99852628
JD
7032010-04-08 Jan Djärv <jan.h.d@swipnet.se>
704
705 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
706 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
707 in current_font.
708 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
709 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
710 New functions.
711 (syms_of_xsettings): Initialize current_font.
712 defsubr Sfont_get_system_normal_font.
99852628
JD
713
714 * xsettings.h (Ffont_get_system_normal_font,
715 xsettings_get_system_normal_font): Declare.
716
717 * xfns.c (extern xlwmenu_default_font): Remove.
718 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
719 to xlwmenu.c.
720
721 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
722 menu items in UTF-8.
723
724 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
725 (apply_systemfont_to_menu): New function.
726 (set_frame_menubar, create_and_show_popup_menu): Call
727 apply_systemfont_to_menu.
728
7fc874c4
J
7292010-04-07 Jan Djärv <jan.h.d@swipnet.se>
730
731 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
732 FRAME_LINE_TO_PIXEL_Y.
733
734 * xterm.c (x_set_window_size_1): Don't add border_width/height to
735 pixelwidth/height.
736
863bf481
DN
7372010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
738
5e5a3b92
DN
739 Simplify code for HP machines.
740 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
741 for GNU_LINUX, not needed.
742 (UNEXEC, NEED_BSDTTY): Move definitions...
743 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
744
863bf481
DN
745 * m/iris4d.h (UNEXEC): Move definition ...
746 * s/irix6-5.h (UNEXEC): ... here.
747
3e6bec3b
JD
7482010-04-04 Jan Djärv <jan.h.d@swipnet.se>
749
750 * xfns.c (set_machine_and_pid_properties): New function.
751 (Fx_create_frame): Call set_machine_and_pid_properties.
752
2912322b
SM
7532010-04-03 Eli Zaretskii <eliz@gnu.org>
754
1502b819
EZ
755 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
756 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
757 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
758
2912322b
SM
759 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
760 in this function. (Bug#5703)
761
7622010-04-03 Chong Yidong <cyd@stupidchicken.com>
763
764 * nsterm.h: Fix last change.
765
c435b432
DN
7662010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
767
a568f507
DN
768 * m/intel386.h (NO_REMAP): Move definition ...
769 * s/msdos.h (NO_REMAP): ... here.
770
4cd9f6c2
DN
771 * m/vax.h (CRT0_DUMMIES): Remove, unused.
772
c435b432
DN
773 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
774 used on those platforms.
775
42a2c622
DN
7762010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
777
778 Remove extern errno declarations.
779 * xterm.c:
780 * xrdb.c:
781 * w32term.c:
782 * unexec.c:
783 * unexaix.c:
784 * sysdep.c:
785 * process.c:
786 * lread.c:
787 * keyboard.c:
788 * floatfns.c:
789 * filelock.c:
790 * fileio.c:
791 * emacs.c (main):
792 * ecrt0.c:
793 * dispnew.c:
794 * callproc.c:
795 * buffer.c: Remove errno extern declarations.
796 * s/netbsd.h (NEED_ERRNO): Remove.
797
8224f93d
DN
7982010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
799
800 Remove all uses of LIBX11_SYSTEM.
801 * Makefile.in (LIBX11_SYSTEM): Remove.
802 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
803 instead.
804
814062c7
EZ
8052010-04-01 Eli Zaretskii <eliz@gnu.org>
806
ed68db4d
EZ
807 Remove support for DJGPP v1.x (bug#5813).
808
809 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
810 * s/msdos.h:
811 * unexec.c (make_hdr, copy_text_and_data):
812 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 813 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
814 (IT_set_terminal_modes, __write, _rename, gethostname)
815 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
816 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
817 the value of __DJGPP__.
ed68db4d
EZ
818 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
819 compatibility code.
8224f93d
DN
820 * lread.c:
821 * gmalloc.c (memalign):
822 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
823 * emacs.c (main):
824 * dosfns.c (init_dosfns):
ed68db4d
EZ
825 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
826
52f4d8d5
EZ
8272010-04-01 Eli Zaretskii <eliz@gnu.org>
828
814062c7
EZ
829 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
830 string with `cursor' property comes from an `after-string'
831 overlay. (Bug#5816)
832
0dc2e11d
GM
8332010-04-01 Glenn Morris <rgm@gnu.org>
834
835 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
836 Define as Makefile variables.
837 (LIBX): Use above variables rather than directly using autoconf.
838
1d29df59
DN
8392010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
840
841 Clean up BSD_SYSTEM use.
842 * xterm.c:
843 * process.c:
844 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
845 for including <sys/ioctl.h>.
846 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
847 code is only used for MSDOS.
848
1546c559
JL
8492010-03-31 Juri Linkov <juri@jurta.org>
850
851 * image.c: Add `Qextension_data'.
852 (syms_of_image): Initialize and staticpro `Qextension_data'.
853 (Fimage_metadata): Rename from `Fimage_extension_data'.
854 (gif_load): Put GIF extension data to the property
855 `Qextension_data'.
856
b8a1d5a1
CY
8572010-04-05 Chong Yidong <cyd@stupidchicken.com>
858
859 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
860 terminal frames (Bug#5837).
861
6521c534
CY
8622010-03-31 Chong Yidong <cyd@stupidchicken.com>
863
864 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
865 * nsterm.h: Fix prototype.
866
52c30783
EZ
8672010-03-31 Eli Zaretskii <eliz@gnu.org>
868
869 * xdisp.c (highlight_trailing_whitespace): Support highlight of
870 trailing whitespace in right-to-left rows.
871
855a0da7
SM
8722010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 Get rid of the direct_output optimizations.
875 * keyboard.c (nonundocount): Remove extern declaration.
876 (command_loop_1): Remove brittle optimisation for cheap and
877 common operations.
878 * xdisp.c (redisplay_internal): Don't bother checking
879 redisplay_performed_directly_p any more.
880 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
881 any more.
882 * dispnew.c (redisplay_performed_directly_p)
883 (direct_output_for_insert, direct_output_forward_char):
884 * dispextern.h (redisplay_performed_directly_p)
885 (direct_output_for_insert, direct_output_forward_char): Remove.
886 * cmds.c (nonundocount): Make it static.
887
85738751 8882010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
889
890 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
891
85738751 8922010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
893
894 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
895 invisible (Bug#5766).
896
85738751 8972010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 898
855a0da7
SM
899 * xdisp.c (x_consider_frame_title, update_window_cursor):
900 Remove HAVE_NS conditionals.
194d44e7 901 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
902
903 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
904 filename for the title.
905 (ns_set_doc_edited): Do nothing if the selected window is a
906 minibuffer window.
907
908 * nsterm.h: Add prototypes for ns_set_name_as_filename and
909 ns_set_doc_edited.
910
911 * nsterm.m: Remove unneeded prototype.
912
85738751 9132010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
914
915 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
916 in the DOC file. (Bug#5336)
917
85738751 9182010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
919
920 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
921
75d1428c
SM
9222010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * window.c (keys_of_window): Remove redundant/overridden bindings.
925
82043cfb
EZ
9262010-03-30 Eli Zaretskii <eliz@gnu.org>
927
928 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
929 Restore original behavior when the iterator is not bidi_p.
930
b5dd0ae7
DN
9312010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
932
933 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
934
bd924a5d
EZ
9352010-03-30 Eli Zaretskii <eliz@gnu.org>
936
937 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
938 are outside the range of cached character positions.
939
3580374b
JB
9402010-03-30 Juanma Barranquero <lekktu@gmail.com>
941
942 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
943
a7b02820
EZ
9442010-03-30 Eli Zaretskii <eliz@gnu.org>
945
946 Initial support for bidirectional editing.
947
948 * Makefile.in (obj): Include bidi.o.
949 (bidi.o): New target.
950
951 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
952 ($(BLD)/bidi.$(O)): New target.
953
954 * bidi.c: New file.
955
956 * buffer.h (struct buffer): New members bidi_display_reordering
957 and bidi_paragraph_direction.
958
959 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
960 and bidi_paragraph_direction.
961 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
962 and bidi-paragraph-direction.
963 (Fbuffer_swap_text): Swap the values of
964 bidi_display_reordering and bidi_paragraph_direction.
965
966 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
967 (bidi_type_t, bidi_dir_t): New types.
968 (bidi_saved_info, bidi_stack, bidi_it): New structures.
969 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
970 prev_stop, base_level_stop, and eol_pos.
971 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
972 (IT_STACK_SIZE): Enlarge to 5.
973 (struct glyph_row): New member reversed_p.
974 <string_buffer_position>: Update prototype.
975 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
976 glyph_row if bidi_it.paragraph_dir == R2L.
977 (struct glyph): New members resolved_level and bidi_type.
978
979 * dispnew.c (direct_output_forward_char): Give up if we need bidi
980 processing or buffer's direction is right-to-left.
981 (prepare_desired_row): Preserve the reversed_p flag.
982 (row_equal_p): Compare the reversed_p attributes as well.
983
984 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
985 bidi_init_it and set it->paragraph_embedding from the current
986 buffer's value of bidi_paragraph_direction.
987 (reseat_1): Initialize bidi_it.first_elt.
988 (set_iterator_to_next, next_element_from_buffer): Use the value of
989 paragraph_embedding to determine the paragraph direction.
990 (set_iterator_to_next): Under bidi reordering, call
991 bidi_get_next_char_visually. Call bidi_paragraph_init if the
992 new_paragraph flag is set in the bidi iterator.
993 (next_element_from_buffer): If bidi_it.first_elt is set,
994 initialize paragraph direction and find the first character to
995 display in the visual order. If reseated to a middle of a line,
996 prime the bidi iterator starting at the line's beginning. Handle
997 the situation where we overstepped stop_charpos due to
998 non-linearity of the bidi iteration. Likewise for when we back up
999 beyond the previous stop_charpos. When moving across stop_charpos,
1000 record it in prev_stop.
1001 (display_line): Set row->end and it->start for the next row to the
1002 next character in logical order. Always extend reversed_p rows to
1003 the end of line, even if they end at ZV. Copy the reversed_p flag
1004 to the next glyph row. Keep calling set_cursor_from_row for
1005 bidi-reordered rows even if we already have a possible candidate
1006 for cursor position. Set row_end after all the row's glyphs have
1007 been produced, by looping over the glyphs. Record the position
1008 after EOL in it->eol_pos, and use it to set end_pos of the last
1009 row produced for a continued line.
1010 <Qright_to_left, Qleft_to_right>: New variables.
1011 (syms_of_xdisp): Initialize and staticpro them.
1012 (string_buffer_position_lim): New function.
1013 (string_buffer_position): Most of code moved to
1014 string_buffer_position_lim. Last argument and return value are
1015 now EMACS_INT; all callers changed.
1016 (set_cursor_from_row): Rewritten to support bidirectional text and
1017 reversed glyph rows.
1018 (text_outside_line_unchanged_p, try_window_id): Disable
1019 optimizations if we are reordering bidirectional text and the
1020 paragraph direction can be affected by the change.
1021 (append_glyph, append_composite_glyph)
1022 (produce_image_glyph, append_stretch_glyph): Set the
1023 resolved_level and bidi_type members of each glyph.
1024 (append_glyph): If the glyph row is reversed, prepend the glyph
1025 rather than appending it.
1026 (handle_stop_backwards): New function.
1027 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
1028 (reseat): call handle_stop_backwards to recompute prev_stop and
1029 base_level_stop for the new position.
1030 (handle_invisible_prop): Under bidi iteration, skip invisible text
1031 using bidi_get_next_char_visually. If we are `reseat'ed, init the
1032 paragraph direction. Update IT->prev_stop after skipping
1033 invisible text.
1034 (move_it_in_display_line_to): New variables prev_method
1035 and prev_pos. Compare for strict equality in
1036 BUFFER_POS_REACHED_P.
1037 (try_cursor_movement): Examine all the candidate rows that occlude
1038 point, to return the best match. If rows are bidi-reordered
1039 and point moved backwards, back up to the row that is not a
1040 continuation line, and start looking for a suitable row from
1041 there.
1042
1043 * term.c (append_glyph): Reverse glyphs by pre-pending them,
1044 rather than appending, if the glyph_row's reversed_p flag is set.
1045 Set the resolved_level and bidi_type members of each glyph.
1046
1047 * .gdbinit (pbiditype): New command.
1048 (pgx): Use it to display bidi level and type of the glyph.
1049 (pitx): Display some bidi information about the iterator.
1050 (prowlims, pmtxrows): New commands.
1051
32a8894e
DN
10522010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1053
1054 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
1055 * s/usg5-4.h (LIBS_DEBUG):
1056 * s/irix6-5.h (C_DEBUG_SWITCH):
1057 * s/gnu-linux.h (LIBS_DEBUG):
1058 * s/darwin.h (LIBS_DEBUG):
1059 * s/bsd-common.h (LIBS_DEBUG):
1060 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
1061 * m/iris4d.h (LIBS_DEBUG):
1062 * m/hp800.h (LIBS_DEBUG): Remove definitions.
1063
1064 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
1065 (LIBS_DEBUG): Remove definition.
1066
649dbf36
CY
10672010-03-27 Chong Yidong <cyd@stupidchicken.com>
1068
1069 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
1070 Windows.
1071
cad4261f
YM
10722010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1073
1074 * process.c (Fmake_network_process): Don't call turn_on_atimers around
1075 `connect' (Bug#5723).
1076
cd591dbc
HE
10772010-03-25 Helmut Eller <eller.helmut@gmail.com>
1078
1079 * process.c (Fmake_network_process): Call `select' for interrupted
1080 `connect' rather than creating new socket (Bug#5173).
1081
e867cb5d 10822010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
1083
1084 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
1085
1086 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
1087
1088 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
1089
e867cb5d 10902010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
1091
1092 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
1093 XLoadQueryFont.
1094
e867cb5d 10952010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
1096
1097 * coding.c (decode_coding_ccl): Fix previous change for the
1098 multibyte case.
fb608df3
KH
1099 (encode_coding_ccl): Don't setup ccl program here. Fix for the
1100 case that the output buffer is fullfilled.
1101 (encode_coding): Setup ccl program here.
fbdc1721 1102
e867cb5d 11032010-03-24 Andreas Politz <politza@fh-trier.de> (tiny change)
35cd7cd6
CY
1104
1105 * editfns.c (Fformat): Account for string precision when computing
1106 field width (Bug#5710).
1107
5845f0ed
DN
11082010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
1109
814fb708
DN
1110 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
1111
5845f0ed
DN
1112 Simplify LIBS_MACHINE definitions.
1113 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
1114 * m/iris4d.h (LIBS_MACHINE): Likewise.
1115 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
1116 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 1117 * s/netbsd.h: Remove commented out code.
5845f0ed 1118
b7064064
DN
11192010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
1120
df7734b2
DN
1121 Remove dead code dealing with POSIX_SIGNALS.
1122 * atimer.c (set_alarm): Remove dead code, all USG systems define
1123 POSIX_SIGNALS.
1124 * data.c (arith_error): Likewise.
1125 * keyboard.c (input_available_signal, handle_user_signal)
1126 (interrupt_signal): Likewise.
1127 * process.c (sigchld_handler): Likewise.
1128 (create_process): Remove if 0 code. Remove HPUX conditional when
1129 !defined (POSIX_SIGNALS), it cannot be true.
1130 * syssignal.h: Remove USG5_4 and USG conditionals when
1131 !POSIX_SIGNALS, they cannot be true.
1132
b7064064
DN
1133 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
1134 NO_SOCK_SIGIO, not used anymore.
1135
55da5ee3
DN
11362010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
1137
0be96e3a
DN
1138 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
1139 support vax on BSDs.
1140
55da5ee3
DN
1141 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
1142 * s/aix4-2.h (ORDINARY_LINK): ... here.
1143
c0282183
AS
11442010-03-21 Andreas Schwab <schwab@linux-m68k.org>
1145
82c3d67a
AS
1146 * Makefile.in (abs_builddir): Define.
1147 (bootstrap_exe): Use it.
1148 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 1149
3613edce
SM
11502010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * Makefile.in (bootstrap_exe): Use an absolute name.
1153
7f110ddc
DN
11542010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1155
22e87574
DN
1156 Remove support for old GNU/Linux using libc version 5.
1157 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
1158 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
1159
05a670e6
DN
1160 Consolidate redundant definitions in s/bsd-common.h.
1161 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1162 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1163 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
1164 doing it in all files that include this one.
1165 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1166 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1167 (LDAV_SYMBOL, KERNEL_FILE): Remove.
1168 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1169 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1170 (LDAV_SYMBOL, KERNEL_FILE): Remove.
1171 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
1172 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
1173 (LDAV_SYMBOL, KERNEL_FILE): Remove.
1174
2968f561
DN
1175 Consolidate redundant definitions.
1176 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
1177 it's undefined in all files that include this one.
1178 (POSIX_SIGNALS): Define here instead of doing it in all files that
1179 include this one.
1180 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
1181 (POSIX_SIGNALS): Do not define.
1182 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
1183 (POSIX_SIGNALS): Do not define.
1184 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
1185 (POSIX_SIGNALS): Do not define.
1186
15d25dc0
DN
1187 Remove support for old UNIX System V systems.
1188 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
1189 * s/usg-5-4-2.h: Remove.
1190
07e339e4
DN
1191 Remove support for Solaris on PPC and for old versions.
1192 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
1193 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
1194 that cancel each other.
1195 * s/sol2-3.h:
1196 * s/sol2-4.h:
1197 * s/sol2-5.h: Remove.
1198 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
1199 (NO_REMAP): Remove, unused.
1200 (UNEXEC): Move definition ...
1201 * s/aix4-2.h (UNEXEC): ... here.
1202
7f110ddc
DN
1203 * s/openbsd.h: Remove support for non-ELF and for systems that do
1204 not support shared libraries.
1205 * s/netbsd.h:
1206 * s/freebsd.h: Likewise.
1207
605f35cd
DN
12082010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1209
1210 Remove non-working support for lynxos 3.0.
1211 * s/lynxos.h: Remove file.
1212
1213 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
1214 COFF_BSD_SYMBOLS, nothing defines it anymore.
1215
aed71cf4
DN
12162010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1217
1218 Remove obsolete uses of HAVE_SHM.
1219 * emacs.c (standard_args):
1220 (Fdump_emacs):
1221 (syms_of_emacs): Remove code depending on HAVE_SHM.
1222
1223 * alloc.c: Remove HAVE_SHM dependent definition.
1224
1225 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
1226
aded53ff
GM
12272010-03-18 Glenn Morris <rgm@gnu.org>
1228
17284745
GM
1229 * emacs.c (USAGE4): Hard-code bug address.
1230 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
1231 (bug_reporting_address): Remove.
1232 (main): Don't call bug_reporting_address.
1233
aded53ff
GM
1234 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
1235 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
1236
303500aa
CY
12372010-03-15 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * xfns.c (Fx_create_frame):
1240 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
1241 on left.
1242
cef3058f
CY
12432010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
1244
1245 * editfns.c (Fformat): Account for string precision when computing
1246 field width (Bug#5710).
1247
a647d59d
CY
12482010-03-12 Chong Yidong <cyd@stupidchicken.com>
1249
4fa42018
CY
1250 * xfns.c (Fx_create_frame): Set default to Qright.
1251
a647d59d
CY
1252 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
1253 all window systems.
1254
6da23aaa
EZ
12552010-03-12 Eli Zaretskii <eliz@gnu.org>
1256
a96f6398 1257 These changes remove termcap.c from the build on Posix platforms.
83d02def 1258 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
1259 (MSDOS_OBJ): ...to here.
1260 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
1261 now identical to when LIBS_TERMCAP is defined.
1262
1263 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
1264
1265 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
1266
a96f6398 1267 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 1268
288f9fc0
CY
12692010-03-10 Chong Yidong <cyd@stupidchicken.com>
1270
1271 * Branch for 23.2.
1272
d48cd3f4
SM
12732010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 Cleanup setup of gl_state in various parts of the code.
1276 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
1277 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
1278 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
1279 (skip_chars):
1280 * regex.c (regex_compile): Use it.
1281 (re_compile_pattern): Don't set gl_state.current_syntax_table since
1282 it's now set in regex_compile when/if we need it.
1283
618db430
SM
12842010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1285
c0335e02
SM
1286 Make it possible to C-g in a tight bytecode loop again (bug#5680).
1287 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
1288 (QUIT): Use it to consolidate code and remove redundancy.
1289 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
1290
254c06a8
SM
1291 * regex.c (regex_compile): Setup gl_state as well.
1292
618db430
SM
1293 * syntax.c (skip_chars): Setup gl_state (bug#3823).
1294 (in_classes): Use CONSP before XCAR/XCDR.
1295
233f0c9f
CY
12962010-03-03 Chong Yidong <cyd@stupidchicken.com>
1297
1298 * keymap.c (Fwhere_is_internal): Use Fequal to compare
1299 definitions, so that keyboard macros are correctly handled
1300 (Bug#5481).
1301
75f80e63
EZ
13022010-03-02 Eli Zaretskii <eliz@gnu.org>
1303
1304 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
1305 text that could be relocated inside the call to emacs_mule_char.
1306 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
1307 (CODING_DECODE_CHAR): Add a comment describing its purpose.
1308
dcfb9bc4
KH
13092010-03-02 Kenichi Handa <handa@m17n.org>
1310
fc9a17bc
KH
1311 * character.c (parse_str_as_multibyte): Fix handling of the
1312 multibyte form of raw-bytes.
1313 (str_as_multibyte): Likewise.
1314
dcfb9bc4
KH
1315 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
1316 form of raw-bytes.
1317
412c01b6
CY
13182010-02-28 Chong Yidong <cyd@stupidchicken.com>
1319
1320 * charset.c (load_charset_map_from_file)
1321 (load_charset_map_from_vector): Zero out allocated
1322 charset_map_entries before using them.
1323
df7e1ea0
AS
13242010-02-27 Andreas Schwab <schwab@linux-m68k.org>
1325
1326 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
1327
fe69a722
CY
13282010-02-27 Chong Yidong <cyd@stupidchicken.com>
1329
4ed28cf4
CY
1330 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
1331 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 1332
7379cfce
KH
13332010-02-26 Kenichi Handa <handa@m17n.org>
1334
f88cc4d6
KH
1335 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
1336
7379cfce
KH
1337 * xdisp.c (reseat_to_string): Fix previous change.
1338
cf2fdcfb
CY
13392010-02-26 David Reitter <david.reitter@gmail.com>
1340
1341 * nsfont.m (nsfont_draw): ns_antialias_text should be a
1342 Lisp_Object (Bug#4736).
1343
cc6c7c75
KH
13442010-02-25 Kenichi Handa <handa@m17n.org>
1345
1346 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
1347
32e737d7
JD
13482010-02-24 Jan Djärv <jan.h.d@swipnet.se>
1349
1350 * xterm.c (XTflash): Move declarations before statements.
1351
1352 * gtkutil.c (xg_get_gdk_display): Remove (unused).
1353 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
1354 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
1355 (xg_create_tool_bar): Remove unused variables.
1356 (x_wm_set_size_hint): Move declarations before statements.
1357 (xg_create_frame_widgets): Remove variable grav,
1358
676cae9f
CY
13592010-02-21 Chong Yidong <cyd@stupidchicken.com>
1360
1361 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
1362
886cc2b8
SM
13632010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * term.c (fatal): Add a final \n if needed (bug#5596).
1366
ddb2d8e2
CY
13672010-02-18 Chong Yidong <cyd@stupidchicken.com>
1368
1369 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
1370
2a4f8d3d
GM
13712010-02-18 Glenn Morris <rgm@gnu.org>
1372
1373 * callint.c (Finteractive): Doc fix.
1374
ebaf11b6
KH
13752010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1376
886cc2b8
SM
1377 * coding.c (record_conversion_result):
1378 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
1379 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
1380 memory allocation error.
1381
d0396581
KH
13822010-02-17 Kenichi Handa <handa@m17n.org>
1383
886cc2b8
SM
1384 * coding.c (decode_coding_ccl): Don't setup ccl program here.
1385 Fix for the case that the output buffer is fullfilled.
d0396581
KH
1386 (decode_coding): Setup ccl program here. Keep looping when the
1387 decoder stopped because the output buffer is
1388 fullfilled (bug#5534).
1389
1390 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
1391
98599f74
JD
13922010-02-13 Jan Djärv <jan.h.d@swipnet.se>
1393
471e4f04 1394 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 1395 bug #5571.
886cc2b8 1396 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 1397 overdrawn.
98599f74 1398
182659ae
JD
13992010-02-10 Jan Djärv <jan.h.d@swipnet.se>
1400
1401 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
1402 doing_interact here.
1403 (ice_connection_closed): New function.
1404 (x_session_check_input, smc_die_CB, ice_io_error_handler)
1405 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
1406 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
1407 returns I/O error.
1408 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
1409 bug #5512.
1410
9be32c4e 14112010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
1412
1413 * nsfont.m (nsfont_open): The system's value for the font descent
1414 is negative, so round it down to avoid clipping.
1415
a2f3eb19
CY
14162010-02-06 Chong Yidong <cyd@stupidchicken.com>
1417
1418 * charset.c (load_charset_map_from_file)
1419 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 1420 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 1421
3088147c
CY
14222010-02-05 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * charset.c (load_charset_map_from_file): Allocate large
1425 charset_map_entries structure on the heap rather than the stack.
1426 (Bug#5526).
1427
b57d9029
KH
14282010-01-31 Kenichi Handa <handa@m17n.org>
1429
1430 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 1431 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 1432
c67d885b
CY
14332010-01-31 Chong Yidong <cyd@stupidchicken.com>
1434
1435 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
1436 <deactivated@gmail.com> (Bug#3605).
1437
8fab2362
CY
14382010-01-31 David De La Harpe Golden <david@harpegolden.net>
1439
1440 * fileio.c (Frename_file): Correctly rename symlinks to
1441 directories (Bug#5496).
1442
cb2a62f2
CY
14432010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
1444
1445 * nsterm.m (ns_ring_bell): Handle visible bell like X.
1446
944c7a26
AS
14472010-01-30 Andreas Schwab <schwab@linux-m68k.org>
1448
1449 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
1450
c024ac08
CY
14512010-01-29 Chong Yidong <cyd@stupidchicken.com>
1452
1453 * frame.c (DEFAULT_ROWS): Change default to 35.
1454
1455 * xfns.c (x_default_font_parameter): Change default XFT font to
1456 monospace-10 (Bug#3643).
1457
af93af83
EZ
14582010-01-29 Eli Zaretskii <eliz@gnu.org>
1459
1460 * w32inevt.c (key_event): Remove unnecessary comparison of
1461 event->uChar.AsciiChar with 128.
1462
ca0eb708
CY
14632010-01-28 Chong Yidong <cyd@stupidchicken.com>
1464
b242dbfc
CY
1465 * fileio.c (Frename_file): Fix last change (Bug#5487).
1466
ca0eb708
CY
1467 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
1468
1469 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
1470
45d45af5
JD
14712010-01-28 Jan Djärv <jan.h.d@swipnet.se>
1472
1473 * xfns.c (Fx_create_frame): Remove window size matching code from
1474 2010-01-15.
1475 (x_get_current_desktop, x_get_desktop_workarea): Remove
1476
7e233730
JR
14772010-01-27 Jason Rumney <jasonr@gnu.org>
1478
1479 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 1480 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 1481
86e893e3
KH
14822010-01-27 Kenichi Handa <handa@m17n.org>
1483
1484 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 1485 pattern string (Bug#4209).
86e893e3 1486
8719abec
CY
14872010-01-27 David De La Harpe Golden <david@harpegolden.net>
1488
1489 * fileio.c (Frename_file): Call copy-directory and
1490 delete-directory for directories, in order to handle cross-device
1491 renaming (Bug#3353).
1492
844794c8
JD
14932010-01-25 Jan Djärv <jan.h.d@swipnet.se>
1494
aa3e13b5 1495 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 1496 sizes 24 and 10. Bug #3643.
844794c8 1497
bd4b5750
SM
14982010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1499
8dc1adf6 1500 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
1501 * keymap.c (shadow_lookup): Add `remap' arg.
1502 (describe_map, describe_vector): Update calls to shadow_lookup.
1503 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
1504 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
1505 perform remapping during shadow_lookup check of remapped_sequences.
1506
285d07e2
CY
15072010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
1508
1509 * image.c (png_load): Use png_sig_cmp instead of the obsolete
1510 png_check_sig, which has been removed in libpng 1.4.
1511
c6d09b8d
CY
15122010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1513
1514 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
1515 lacks this header file).
1516
3d782998
YM
15172010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1518
1519 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
1520 as in Emacs 22.
1521
2aff7c53
YM
15222010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1523
1524 * lisp.h (make_pure_string): String pointer arg now points to const.
1525
1526 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
1527 args now point to const.
1528
74327f7a
EZ
15292010-01-22 Eli Zaretskii <eliz@gnu.org>
1530
1531 * lread.c (Fload): Don't treat files without .elc extension as
1532 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
1533 them. (bug#5303)
1534
4d1e6632
KH
15352010-01-20 Kenichi Handa <handa@m17n.org>
1536
1537 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
1538 treat the source as actual byte sequence.
1539
1fdede8f
AM
15402010-01-19 Alan Mackenzie <acm@muc.de>
1541
1542 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 1543 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
1544 `signal_after_change_p' to `coherent_change_p', and make the
1545 invocation of `modify_region' conditional on it.
1546
67477f30
JD
15472010-01-19 Jan Djärv <jan.h.d@swipnet.se>
1548
1549 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
1550 for debug purpose.
1551 (syms_of_xsettings): Declare xft-settings.
1552
244b023e
CY
15532010-01-18 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
1556
617364fe
CY
15572010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * xterm.c (event_handler_gdk): Block input (Bug#5037).
1560
4fe22cdf
CY
15612010-01-16 Chong Yidong <cyd@stupidchicken.com>
1562
1563 * emacs.c (standard_args): Adjust arg priorities to reflect how
1564 they are processed in startup.el.
1565
e118d2be
AS
15662010-01-16 Andreas Schwab <schwab@linux-m68k.org>
1567
1568 * Makefile.in (lisp, shortlisp): Update.
1569
523ae620
SM
15702010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
1573 code, link the new kboard into all_kboard before running Lisp code,
1574 and protect the new terminal with GCPRO (Bug#5365).
1575 (x_term_init): Remove unused var `atom'.
1576 (x_delete_display, x_delete_terminal): Remove unused var `i'.
1577
f0d13888
JD
15782010-01-15 Jan Djärv <jan.h.d@swipnet.se>
1579
1580 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
1581 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
1582 to find out usable size of the desktop. Don't make frames larger than
ac146f82 1583 this. Bug #3643.
f0d13888 1584
cc320f07
KH
15852010-01-15 Kenichi Handa <handa@m17n.org>
1586
1587 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
1588
7ffdf101
CY
15892010-01-15 Chong Yidong <cyd@stupidchicken.com>
1590
1591 * nsterm.m (Qnone): Define.
1592
1593 * nsfns.m (Qnone): Move definition to nsterm.m.
1594
d12bd917
KH
15952010-01-14 Kenichi Handa <handa@m17n.org>
1596
1597 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
1598 systems.
1599
d9a7c140
KH
16002010-01-14 Kenichi Handa <handa@m17n.org>
1601
1602 Make auto-composition work on all buffers even if they are
1603 fundamental mode.
1604
1605 * composite.c (Vauto_composition_mode): New variable.
1606 (composition_compute_stop_pos): Check Vauto_composition_mode
1607 instead of Vauto_composition_function.
1608 (composition_adjust_point, Ffind_composition_internal): Likewise.
1609 (syms_of_composite): Declare Lisp variable
1610 "auto-composition-mode" here.
1611
63286bb2
CY
16122010-01-13 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
1615 during call to vendor-specific-keysyms (Bug#5365).
1616
c2623ee7
YM
16172010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1618
1619 * keyboard.c (input_available_signal) [SYNC_INPUT]:
1620 Call SIGNAL_THREAD_CHECK (Bug#5333).
1621
1622 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
1623 Call SIGNAL_THREAD_CHECK.
1624
0b5397c2
SM
16252010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 Try to fix bug#5314. This is probably not the final word, tho.
1628 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
1629 recent-auto-save-p as a side-effect.
1630 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
1631 * buffer.c (Fkill_buffer, reset_buffer):
1632 * editfns.c (Fsubst_char_in_region):
1633 * fileio.c (Finsert_file_contents, Fdo_auto_save)
1634 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
1635
dc954cb2
KH
16362010-01-13 Kenichi Handa <handa@m17n.org>
1637
1638 Display buffer name, etc. in mode line by composing correctly.
1639
1640 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
1641 STRING is not nil.
0b5397c2 1642 (display_mode_element): Adjust for the change of
dc954cb2
KH
1643 decode_mode_spec and display_line.
1644 (decode_mode_spec): Change arg MULTIBYTE to STRING.
1645 (display_string): Handle the case that STRING is non-null and
1646 LISP_STRING is not nil.
1647
0b5397c2
SM
1648 * xterm.c (x_draw_composite_glyph_string_foreground):
1649 Pay attention to s->face->overstrike.
dc954cb2
KH
1650
1651 * composite.c (composition_reseat_it): Don't check PT if STRING is
1652 non nil.
1653
4a00eaca
YM
16542010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1655
1656 * keyboard.c (read_char): Don't apply previous change when current
1657 buffer is unchanged by command execution.
1658
60abb287
JD
16592010-01-12 Jan Djärv <jan.h.d@swipnet.se>
1660
1661 * keyboard.c (read_char): Return after executing from special map.
1662
893db5bc
GM
16632010-01-12 Glenn Morris <rgm@gnu.org>
1664
1665 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
1666 bug-gnu-emacs rather than emacs-pretest-bug.
1667
4d03ece0
CY
16682010-01-11 Chong Yidong <cyd@stupidchicken.com>
1669
1670 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
1671 initializing the Lisp variables that depend on them.
1672
1df47e38
YM
16732010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1674
1675 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
1676 Clear areas that will not be updated after change of menu bar lines.
1677 Clear the menu bar window's current matrix when the window gets empty.
1678
2f1c6384
CY
16792010-01-09 Chong Yidong <cyd@stupidchicken.com>
1680
e398c61c
CY
1681 * intervals.h, textprop.c (extend_property_ranges): Return value
1682 and args changed. Discard properties that begin at or after the
1683 new end (Bug#5306).
1684
1685 * editfns.c (Fformat): Caller changed.
1686
e5a29a10
CY
1687 * nsterm.m (ns_set_default_prefs): Delete function.
1688 (syms_of_nsterm): Initialize ns_command_modifier,
1689 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
1690 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
1691
2f1c6384
CY
1692 * xdisp.c (pos_visible_p): Check for invisible text at the correct
1693 position (Bug#4040).
1694
d427a9fa
EZ
16952010-01-09 Eli Zaretskii <eliz@gnu.org>
1696
1697 * editfns.c (Ffloat_time): Doc fix.
1698
21b9df2f
JD
16992010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1700
1701 * xfns.c (Fx_create_frame): Don't create frame larger than display
1702 by default bug#3643.
1703
4b00d3b1
YM
17042010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1705
1706 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
1707 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
1708 windows above internal border.
1709
1710 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
1711 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
1712 windows above internal border.
1713
1714 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
1715 tool bar windows specially.
1716
1717 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
1718
1719 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
1720 specially.
1721 (XTflash): Take account of menu bar height.
1722
1723 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
1724 specially.
1725
5075d853
JD
17262010-01-08 Jan Djärv <jan.h.d@swipnet.se>
1727
ac146f82 1728 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
1729 also be true before we can return early (bug #5339).
1730
474217c8
CY
17312010-01-06 David Reitter <david.reitter@gmail.com>
1732
1733 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
1734 (Fns_display_usable_bounds): Rewrite, computing bounds properly
1735 (Bug#3233).
1736
c0e6d47d
JD
17372010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1738
d0cf45b7
JD
1739 * font.c (font_open_entity): Enable chache and call cached_font_ok
1740 for the driver if defined.
1741 (QCuser_spec): New symbol.
1742 (font_spec_from_name): Save name as user-spec.
1743 (font_load_for_lface): Keep user-spec instead of name.
1744 (font_open_by_name): Save name as user-spec.
1745 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 1746 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
1747
1748 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
1749 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
1750 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
1751
1752 * font.h (struct font_driver): Add cached_font_ok.
1753
c0e6d47d
JD
1754 * xterm.c (x_clear_frame): Queue draw for scroll bars.
1755
7c583cd8
JD
17562010-01-05 Jan Djärv <jan.h.d@swipnet.se>
1757
1758 * xterm.c (x_new_font): Move code for setting rows/cols before
1759 resizing ...
ac146f82 1760 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
1761
1762 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
1763 (xg_frame_resized, xg_frame_set_char_size):
1764 Call xg_clear_under_internal_border.
7c583cd8 1765 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 1766
03f77f0a
CY
17672010-01-05 Chong Yidong <cyd@stupidchicken.com>
1768
1769 * keyboard.c (read_key_sequence): Catch keyboard switch after
1770 making a new tty frame (Bug#5095).
1771
2a1ef5be
KH
17722010-01-05 Kenichi Handa <handa@m17n.org>
1773
1774 * fontset.c (fontset_find_font): Fix getting the frame pointer.
1775
e3eb1dae
SM
17762010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
1779 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
1780 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
1781
777013f2
MA
17822010-01-03 Michael Albinus <michael.albinus@gmx.de>
1783
1784 * dbusbind.c (xd_add_watch): Improve debug message.
1785 (xd_remove_watch): Improve debug message. If DATA is the session
1786 bus, unset D-Bus session environment.
1787 (Fdbus_init_bus): Pass the bus as argument to
1788 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 1789
8932b1c2
CY
17902010-01-01 Chong Yidong <cyd@stupidchicken.com>
1791
87231e2c
CY
1792 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
1793
4801c5fa
CY
1794 * lread.c (syms_of_lread): Make it clearer that these are the
1795 names of loaded files (Bug#5068).
1796
8932b1c2
CY
1797 * eval.c (run_hook_with_args): Handle the case where the global
1798 value has the obsolete single-function form (Bug#5026).
1799
11e3c684
CY
18002009-12-27 Chong Yidong <cyd@stupidchicken.com>
1801
1802 * minibuf.c (Fall_completions): Minor optimization.
1803
5b28ce35
EZ
18042009-12-26 Eli Zaretskii <eliz@gnu.org>
1805
5ce6e4f4
JB
1806 * .gdbinit (pgx): Fix display of composite glyphs.
1807 Display cmp.from and cmp.to as well.
1808 (pitx): Fix last change.
5b28ce35 1809
bcffff46
KH
18102009-12-25 Kenichi Handa <handa@m17n.org>
1811
1812 * composite.h (composition_adjust_point): Update prototype.
1813
1814 * composite.c (composition_reseat_it): Don't make a composition
1815 spanning over point.
1816 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
1817 composable characters.
1818 (composition_adjust_point): New arg NEW_PT. Callers changed.
1819
1820 * keyboard.c (command_loop_1): Force redisplay if the last point
1821 was within a composition.
1822 (adjust_point_for_property): Don't adjust point for automatic
1823 composition when called after buffer modification.
1824
3f670e9a
EZ
18252009-12-19 Eli Zaretskii <eliz@gnu.org>
1826
5ce6e4f4
JB
1827 * .gdbinit (pitx): Don't use enum names, use their values.
1828 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
1829 (pgx): Don't use enum names, use their values.
1830 (pitmethod): New helper command.
1831 (pitx): Use it to display iteration method.
1832 (pgrowit): New command.
1833
ad903955
EZ
1834 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
1835
3f670e9a
EZ
1836 Update dependencies in Makefile.in.
1837
1838 * Makefile.in (alloc.o): Depend on termhooks.h.
1839 (atimer.o): Depend on blockinput.h.
1840 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
1841 and frame.h.
1842 (callint.o): Depend on systime.h, coding.h, and composite.h.
1843 (callproc.o): Depend on buffer.h.
1844 (casefiddle.o): Don't depend on charset.h.
1845 (casetab.o): Depend on character.h.
1846 (ccl.o): Depend on composite.h.
1847 (chartab.o): Depend on ccl.h.
1848 (cm.o): Depend on dispextern.h.
1849 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
1850 (coding.o): Don't depend on $(INTERVALS_H).
1851 (composite.o): Don't depend on dispextern.h explicitly (it's in
1852 $(INTERVALS_H)). Depend on ccl.h.
1853 (data.o): Depend on systime.h, coding.h, composite.h,
1854 dispextern.h, font.h, and ccl.h.
1855 (dired.o): Depend on composite.h.
1856 (dispnew.o): Depend on coding.h. Don't depend explicitly on
1857 composite.h (it's in $(INTERVALS_H)).
1858 (doc.o): Depend on systime.h, coding.h, and composite.h.
1859 (editfns.o): Don't depend explicitly on dispextern.h.
1860 (emacs.o): Depend on frame.h and coding.h.
1861 (eval.o): Depend on coding.h, composite.h, and xterm.h.
1862 (fileio.o): Depend on frame.h and commands.h. Don't depend
1863 explicitly on dispextern.h.
1864 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
1865 composite.h.
1866 (fns.o): Don't depend on termhooks.h.
1867 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
1868 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
1869 coding.h, $(INTERVALS_H), window.h, xterm.h.
1870 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
1871 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
1872 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
1873 fontset.h, ccl.h, and ftfont.h.
1874 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1875 (gtkutil.o): Depend on dispextern.h and composite.h.
1876 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
1877 termhooks.h, and ccl.h.
1878 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
1879 (intervals.o): Depend on systime.h and coding.h.
1880 (keyboard.o): Depend on composite.h and coding.h.
1881 (keymap.o): Depend on coding.h and frame.h.
1882 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
1883 (macros.o): Depend on systime.h, coding.h, and composite.h.
1884 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
1885 and atimer.h.
1886 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
1887 dispextern.h explicitly.
0b5397c2
SM
1888 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
1889 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
1890 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
1891 (regex.o): Don't depend on charset.h.
1892 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
1893 (search.o): Don't depend explicitly on composite.h.
1894 (sound.o): Depend on atimer.h and systime.h.
1895 (syntax.o): Don't depend explicitly on composite.h.
1896 (sysdep.o): Depend on coding.h and composite.h.
1897 (term.o): Depend on xterm.h and buffer.h.
1898 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
1899 (textprop.o): Don't depend on dispextern.h explicitly.
1900 (undo.o): Depend on dispextern.h.
1901 (window.o): Depend on coding.h and termhooks.h. Don't depend on
1902 dispextern.h and composite.h explicitly.
1903 (xdisp.o): Depend on ccl.h.
1904 (xfaces.o): Depend on coding.h and ccl.h.
1905 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
1906 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
1907 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
1908 ftfont.h.
1909 (xgselect.o): New dependency.
1910 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
1911 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
1912 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
1913 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
1914 (xsmfns.o): Depend on frame.h and dispextern.h.
1915 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
1916 sysselect.h.
1917
7a6f7fea
AS
19182009-12-19 Andreas Schwab <schwab@linux-m68k.org>
1919
1920 * font.c (Fclear_font_cache): Pass correct cache argument to
1921 font_clear_cache.
1922
f4c21026
AS
19232009-12-16 Andreas Schwab <schwab@linux-m68k.org>
1924
1925 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
1926 twice.
1927
f7ab0997
CY
19282009-12-15 Chong Yidong <cyd@stupidchicken.com>
1929
1930 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
1931 calling file-remote-p. Reported by Jim Meyering.
1932
fa8e045a
MA
19332009-12-15 Michael Albinus <michael.albinus@gmx.de>
1934
1935 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 1936 avoid compiler warnings. (Bug #5217)
fa8e045a 1937
a63dba42
KH
19382009-12-14 Kenichi Handa <handa@m17n.org>
1939
1940 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
1941 in 8-bit encoding.
1942
5ce6e4f4 19432009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
1944
1945 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
1946 tooltip windows.
1947
223e5fc6
JD
19482009-12-13 Jan Djärv <jan.h.d@swipnet.se>
1949
36acb2a7
JD
1950 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
1951 Xatom_net_window_type.
1952
1953 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
1954 Xatom_net_window_type.
1955
b8f00677
JD
1956 * xterm.c (my_log_handler): New function.
1957 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 1958 so we can filter out buggy messages. (Bug #5120).
b8f00677 1959
e5f0bc9a
JD
1960 * xterm.c (xg_scroll_callback): Parameter list changed,
1961 use parameter GtkScrollType to determine scroll/line/page.
1962 Only allow dragging if a button < 4 is grabbed (bug #5177).
1963 (xg_end_scroll_callback): New function.
1964 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
1965 xg_create_scroll_bar.
1966
1967 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
1968 (scroll_end_callback): Remove.
1969 (xg_create_scroll_bar): Add parameter end_callback, bind it to
1970 button-release-event. Replace value-changed event with change-value,
1971 bug #5177,
1972 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
1973 bug #5177.
1974
1975 * gtkutil.h (XG_LAST_SB_DATA): Remove.
1976 (xg_create_scroll_bar): Add GCallback end_callback.
1977
223e5fc6
JD
1978 * xftfont.c (QClcdfilter): New variable.
1979 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
1980 (syms_of_xftfont): Initialize QClcdfilter.
1981
3c055b77
JD
19822009-12-12 Jan Djärv <jan.h.d@swipnet.se>
1983
1984 * xsettings.c (struct xsettings): Add member seen.
1985 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 1986 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
1987 (apply_xft_settings): Only update Xft settings with what member seen
1988 indicates as new.
1989
05fe33ff
EZ
19902009-12-12 Eli Zaretskii <eliz@gnu.org>
1991
1992 * dispextern.h (struct text_pos): Use EMACS_INT;
1993 (struct glyph): Use EMACS_INT for charpos.
1994 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
1995 region_beg_charpos, region_end_charpos,
1996 redisplay_end_trigger_charpos, and also for
1997 iterator_stack_entry.end_charpos and
1998 iterator_stack_entry.stop_charpos.
1999
e8d7886a
JD
20002009-12-12 Jan Djärv <jan.h.d@swipnet.se>
2001
5ce6e4f4 2002 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
2003 (xg_create_scroll_bar): Call scroll_end_callback on button release
2004 event (bug #5177).
2005 (xg_event_is_for_scrollbar): != replaced with ==.
2006
d0db2ec8
KH
20072009-12-12 Kenichi Handa <handa@m17n.org>
2008
2009 * ftfont.c (struct ftfont_info): New member matrix.
2010 (ftfont_open): Setup xftfont_info->matrix.
2011 (MFLTFontFT): New member matrix.
2012 (FLOOR, CEIL, ROUND): New macros.
2013 (ftfont_get_metrics): Handle matrix transformation.
2014 (ftfont_shape_by_flt): New arg matrix. Callers changed.
2015
2016 * xftfont.c (struct xftfont_info): New member matrix.
2017 (xftfont_open): Setup xftfont_info->matrix.
2018
20192009-12-10 Kenichi Handa <handa@m17n.org>
2020
2021 * xdisp.c (append_space_for_newline): Consider face-remapping.
2022
2cc7b62f
AS
20232009-12-09 Andreas Schwab <schwab@linux-m68k.org>
2024
b87dd913
AS
2025 * xsettings.c: Include "keyboard.h".
2026
eba5eb94
AS
2027 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
2028
2cc7b62f
AS
2029 Fix implicit function declarations.
2030 * cmds.c: Include "frame.h".
2031 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
2032 * frame.h: Move declaration of delete_frame outside of
2033 HAVE_WINDOW_SYSTEM.
2034
a4ef73c8
CY
20352009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2036
2037 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
2038
2039 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
2040 GTK builds.
2041
944a300c
AS
20422009-12-07 Andreas Schwab <schwab@linux-m68k.org>
2043
2044 * unexelf.c (unexec): Don't search for .data twice.
2045
022eef62
CY
20462009-12-05 Chong Yidong <cyd@stupidchicken.com>
2047
426ac949
CY
2048 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
2049 if push failed.
2050 (handle_line_prefix): Set avoid_cursor_p here. Check return value
2051 of push_display_prop (Bug#5000).
2052
022eef62
CY
2053 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
2054 value of font_list_entities (Bug#5085).
2055
be95bee9
JB
20562009-12-04 Juanma Barranquero <lekktu@gmail.com>
2057
2058 Fix `string-to-number' to deal consistently with integers and floats.
2059 * lread.c (isfloat_string): New argument ignore_trailing to accept all
2060 trailing characters, not just whitespace.
2061 (read1): Pass new arg 0 to keep old behavior.
2062 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
2063 trailing chars, as it is already done for integers. Doc fixes.
2064 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
2065
24c2d7ce
EZ
20662009-12-04 Eli Zaretskii <eliz@gnu.org>
2067
0b5397c2
SM
2068 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
2069 Delete unused enumeration value.
24c2d7ce 2070
7e694795
EZ
20712009-12-03 Eli Zaretskii <eliz@gnu.org>
2072
2073 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
2074
84b31826
SM
20752009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
2076
2077 * process.c (Fmake_network_process): Fix up the tests for
2078 "connectionless socket", so they DTRT for seqpacket sockets as well.
2079
f00c449b
SM
20802009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 * process.c (Qseqpacket): New symbol.
2083 (HAVE_SEQPACKET): New macro.
2084 (Fmake_network_process): Accept new :type `seqpacket'.
2085 (init_process): Add `seqpacket' feature when applicable.
2086 (syms_of_process): Initialize Qseqpacket.
2087
8096a0ff
YM
20882009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2089
2090 * font.c (font_load_for_lface, font_open_by_name): Don't store name
2091 if entity is Qnil.
2092
3e0de07f
SM
20932009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2094
2095 * print.c (print_preprocess): Preprocess the key_and_value table of
2096 hashtables, even tho they're "hidden" (bug#5082).
2097
abeafb2a
JD
20982009-11-29 Jan Djärv <jan.h.d@swipnet.se>
2099
2100 * frame.c (frame_make_pointer_invisible)
2101 (frame_make_pointer_visible): Declare f before statements.
2102
4bf47195
EZ
21032009-11-28 Eli Zaretskii <eliz@gnu.org>
2104
2105 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
2106 omitted dependencies on lisp.h.
2107
c525b3f2
JD
21082009-11-27 Jan Djärv <jan.h.d@swipnet.se>
2109
ece2d4ed
JD
2110 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
2111 is NULL.
2112
2113 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
2114
2115 * frame.c (frame_make_pointer_invisible)
3e0de07f 2116 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
2117 frame.
2118
c525b3f2
JD
2119 * search.c (simple_search): Remove warning by making *p const.
2120
2f00e299
DN
21212009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2122
2123 * xdisp.c (power_letter): Remove duplicate const.
2124
084b049b
JD
21252009-11-25 Jan Djärv <jan.h.d@swipnet.se>
2126
a1fadc6f
JD
2127 * term.c (delete_tty): Remove check for last terminal (bug#4970).
2128
5ce6e4f4 2129 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
2130 defaults (bug #5025).
2131
28259cac
SM
21322009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * insdel.c (adjust_markers_for_delete): Move it in the
2135 right direction! (bug#4803)
2136
e8e14166
YM
21372009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2138
2139 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
2140
2141 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
2142
86677b58
GM
21432009-11-24 Glenn Morris <rgm@gnu.org>
2144
2145 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
2146
581e51e8
JD
21472009-11-23 Jan Djärv <jan.h.d@swipnet.se>
2148
cfc86c7a
JD
2149 * Makefile.in: Must create deps for ecrt0.o in its rule.
2150
581e51e8
JD
2151 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
2152 because that is what Gtk+ font dialog understands.
2153
2154 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
2155 of Fcopy_sequence.
2156 (font_open_by_name): Put name given into QCname for font-object returned.
2157
2158 * frame.c (x_set_font): Save original font name as frame parameter
2159 font-parameter.
2160
2161 * xsettings.c (set_default_xft_settings): New function.
2162 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
2163 is found.
2164
8b264ecb
AS
21652009-11-22 Andreas Schwab <schwab@linux-m68k.org>
2166
2167 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
2168 searching backwards through multibyte buffer.
2169
872870b2
JD
21702009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2171
2172 * xterm.c: #include xgselect.h.
2173 (x_initialize): Call xgselect_initialize.
2174
2175 * xsettings.c (something_changedCB): C++ comments => C comments.
2176 (init_gconf): Do not deal with any GLib file descriptors, xg_select
2177 does that now.
2178
2179 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
2180 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
2181 (scroll_bar_button_cb): Remove.
5ce6e4f4 2182 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
2183 event.
2184 (xg_create_scroll_bar): Don't bind button-press-event and
2185 button-release-event.
2186
2187 * process.c: Include xgselect.h if defined (USE_GTK) ||
2188 defined (HAVE_GCONF).
2189 (wait_reading_process_output): Call xg_select for the same condition.
2190
2191 * xgselect.c (xg_select): New function to better integrate with
2192 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
2193
2194 * xgselect.h: New file, declare xg_select, xgselect_initialize.
2195
2196 * Makefile.in (XOBJ): Add xgselect.o.
2197
62a6e103
AS
21982009-11-21 Andreas Schwab <schwab@linux-m68k.org>
2199
0b5397c2
SM
2200 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
2201 Remove ignored second argument. All callers changed.
62a6e103
AS
2202 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
2203 (RE_STRING_CHAR_AND_LENGTH): Likewise.
2204 * xdisp.c (string_char_and_length): Likewise.
2205
b0ca0f33
DN
22062009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2207
2208 * xterm.c (x_new_font):
2209 * print.c (print_object):
2210 * cmds.c (Fself_insert_command): Move declarations before statements.
2211
dd5a6279
CY
22122009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2213
2214 * s/cygwin.h: Remove unneeded linker flags.
2215
4a8e097d
JD
22162009-11-20 Jan Djärv <jan.h.d@swipnet.se>
2217
0d1d0d26
JD
2218 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
2219
2220 * xsettings.h: Declare xsettings_get_system_font.
2221
2222 * xsettings.c (xsettings_get_system_font): New function.
2223 (init_gconf): No use initiating gconf unless we have Xft also.
2224 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
2225 HAVE_GCONF.
2226
4a8e097d
JD
2227 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
2228 add a blank entry so it doesn't collapse into nothing.
2229
8ab1650e
SM
22302009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * lread.c (Funintern): Comment out last change.
2233
82c602f0
RS
22342009-11-19 Richard Stallman <rms@gnu.org>
2235
2236 * lread.c (Funintern): Error if symbol is t or nil.
2237
87e32266
SM
22382009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * insdel.c (make_gap_larger): Don't make as many assumptions about the
2241 representation of Lisp integers.
2242 Reported by MJ Chan <mjchan.inbox@gmail.com>.
2243
1b9ac145
AS
22442009-11-17 Andreas Schwab <schwab@linux-m68k.org>
2245
2246 * lisp.h: Remove declaration of Ffont_get_system_font.
2247 * xfns.c: Move include of "xsettings.h".
2248 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
2249
dfb3c4c6
JD
22502009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2251
87e32266
SM
2252 * xsettings.c (something_changedCB, Ffont_get_system_font):
2253 Check use_system_font.
dfb3c4c6
JD
2254 (syms_of_xsettings): DEFVAR font-use-system-font.
2255
9370c1d8
AS
22562009-11-17 Andreas Schwab <schwab@linux-m68k.org>
2257
25fe851a
AS
2258 * xfns.c (x_default_font_parameter): Remove dead assignment.
2259
9370c1d8
AS
2260 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
2261
637fa988
JD
22622009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2263
87e32266 2264 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 2265 not have FC_LCD_*. #define them if not there.
a6eb20d8 2266
87e32266 2267 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 2268
637fa988
JD
2269 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
2270
2271 * xterm.c (handle_one_xevent): Call xft_settings_event for
2272 ClientMessage, PropertyNotify and DestroyNotify.
2273 (x_term_init): If we have XFT, get DPI from Xft.dpi.
2274 Call xsettings_initialize.
2275
2276 * xftfont.c (xftfont_fix_match): New function.
2277 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
2278 Call xftfont_fix_match after XftFontMatch.
2279
2280 * xfont.c (xfont_driver): Initialize all members.
2281
87e32266
SM
2282 * xfns.c (x_default_font_parameter):
2283 Try font from Ffont_get_system_font.
637fa988
JD
2284 Do not get font from x_default_parameter if we got one from
2285 Ffont_get_system_font.
87e32266 2286 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
2287
2288 * w32font.c (w32font_driver): Initialize all members.
2289
2290 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
2291
2292 * lisp.h: Declare syms_of_xsettings.
2293
87e32266
SM
2294 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
2295 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
2296
2297 * ftfont.c (ftfont_filter_properties): New function.
2298
2299 * frame.c (x_set_font): Remove unused variable lval.
2300
87e32266 2301 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
2302
2303 * font.c (font_put_extra): Don't return if val is nil, it means
2304 boolean option is off.
2305 (font_parse_fcname): Collect all extra properties in extra_props
2306 and call filter_properties for all drivers with extra_props and
2307 font as parameter.
87e32266
SM
2308 (font_open_entity): Do not use cache, it does not pick up new
2309 fontconfig settings like hinting.
637fa988
JD
2310 (font_load_for_lface): If spec had a name in it, store it in entity.
2311
2312 * emacs.c (main): Call syms_of_xsettings
2313
2314 * config.in: HAVE_GCONF is new.
2315
2316 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
2317 xsettings.o is new.
2318
5a942932
KH
23192009-11-17 Kenichi Handa <handa@m17n.org>
2320
2321 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
2322 back to the default font in case that no suitable font is found.
2323
b7c7a4d1
SM
23242009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
2327 Suggested by Chad Brown <yandros@mit.edu>.
2328 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
2329
072f1e39
JD
23302009-11-16 Jan Djärv <jan.h.d@swipnet.se>
2331
2332 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
2333
5d1e70a2
AS
23342009-11-14 Andreas Schwab <schwab@linux-m68k.org>
2335
87e32266 2336 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 2337
a53cfbe5
JD
23382009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2339
473a99b7
JD
2340 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
2341 has a parent.
2342
a53cfbe5 2343 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 2344 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
2345
2346 * config.in: Generated (AUTO_DEPEND).
2347
f04bb9b2
MA
23482009-11-13 Michael Albinus <michael.albinus@gmx.de>
2349
b7c7a4d1 2350 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
2351 Vdbus_registered_functions_table, because it contains also
2352 properties. Fix docstring.
b7c7a4d1 2353 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 2354
8f11f7ec
SM
23552009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2356
2357 * alloc.c (mark_object): Don't reprocess marked strings.
2358 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
2359 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
2360
8a605fe8
KH
23612009-11-13 Kenichi Handa <handa@m17n.org>
2362
8f11f7ec 2363 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
2364 semantics of Vword_combining_categories.
2365 (Vword_combining_categories): Describe the slight change of the
2366 semantics.
2367
241c4680
EZ
23682009-11-13 Eli Zaretskii <eliz@gnu.org>
2369
2370 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
2371
2372 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
2373
5d58e44c
SM
23742009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * xdisp.c (syms_of_xdisp): Fix typo in last change.
2377
5e13f9d3
JB
23782009-11-12 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
2381
cf54c754
DR
23822009-11-11 David Reitter <david.reitter@gmail.com>
2383
2384 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
2385 variables to fix 2009-11-09 change.
2386
a4ada374
DN
23872009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2388
91433552
DN
2389 * process.c (ifflag_def): Make flag_sym constant.
2390 (Fnetwork_interface_info): Use a constant pointer.
2391 (ifflag_table):
2392 * xfns.c (cursor_bits):
2393 * xdisp.c (power_letter):
2394 * termcap.c (speeds, esctab):
2395 * sysdep.c (baud_convert):
2396 * keyboard.c (lispy_accent_codes, modifier_names):
2397 * image.c (xbm_format, xpm_format, pbm_format, png_format)
2398 (jpeg_format, tiff_format, gif_format, svg_format)
2399 (interlace_start, interlace_increment, gs_format):
2400 * gtkutil.c (separator_names):
2401 * fringe.c (swap_nibble):
2402 * fns.c (base64_value_to_char, base64_char_to_value):
2403 * fileio.c (make_temp_name_tbl):
2404 * coding.c (suffixes): Make constant.
2405
f4265f6c
DN
2406 * frame.c (make_initial_frame):
2407 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
2408 build_string.
2409 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
2410
04420943
DN
2411 * s/freebsd.h:
2412 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
2413
0a5d24ae
DN
2414 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
2415 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
2416
a4ada374
DN
2417 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
2418 * xterm.c (syms_of_xterm):
2419 * xfaces.c (syms_of_xfaces):
2420 * xdisp.c (syms_of_xdisp):
2421 * lread.c (syms_of_lread):
2422 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
2423 build_string.
91433552 2424
a4ada374
DN
2425 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
2426
af98fc7f
SM
24272009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2428
8ab1650e 2429 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 2430
e90292a9
JD
24312009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2432
2433 * keyboard.h: Declare timer_check.
2434
2435 * keyboard.c (timer_check_2): New function that does what the old
2436 timer_check did.
2437 (timer_check): Call timer_check_2 until -1 or a non-zero time is
2438 returned, i.e. don't return -1 with timers pending.
2439
2440 * process.c: Remove extern declaration of timer_check.
2441
2442 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
2443 even if timer_check returned -1.
2444
af98fc7f
SM
2445 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
2446 xg_dialog_data.
e90292a9
JD
2447 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
2448 the event loop.
2449 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
2450 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
2451 Destroy the dialog after xg_dialog_run.
2452
045b83c0
SM
24532009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
2456
1fb99a3a
JD
24572009-11-10 Jan Djärv <jan.h.d@swipnet.se>
2458
2459 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
2460
04e452cb
JB
24612009-11-09 Juanma Barranquero <lekktu@gmail.com>
2462
2463 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
2464
ef7417fd
SM
24652009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
2468 w32menu.c, and nsmenu.m.
2469 Simplify the obsolete case where position is nil.
2470 (cleanup_popup_menu): New function, moved from nsmenu.m.
2471 (struct skp): Remove slot `notreal'.
2472 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
2473 adjust callers.
2474 (single_menu_item): Adjust call to parse_menu_item.
2475 (syms_of_menu): Defsubr x-popup-menu.
2476 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
2477 (keymap_panes): Don't export any more.
2478 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
2479 (xmenu_show): Declare.
2480 * keyboard.c (parse_menu_item): Remove arg `notreal'.
2481 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
2482 * keyboard.h (parse_menu_item): Update declaration.
2483 * xmenu.c (Fx_popup_menu): Remove.
2484 (syms_of_xmenu): Don't defsubr x-popup-menu.
2485 * w32menu.c (Fx_popup_menu): Remove.
2486 (syms_of_w32menu): Don't defsubr x-popup-menu.
2487 * nsmenu.m (cleanup_popup_menu): Remove.
2488 (ns_menu_show): Rename from ns_popup_menu and remove all the code
2489 moved to menu.c's Fx_popup_menu.
2490 (Fx_popup_menu): Remove.
2491 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
2492 menu_items (it's done in menu.c already).
2493
424d6179
SM
24942009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
2497 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
2498
c0df13a6 24992009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
2500
2501 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 2502 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
2503 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
2504 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
2505
2de9f71c
SM
25062009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 Let integers use up 2 tags to give them one extra bit and thus double
2509 their range.
2510 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
2511 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
2512 New macros.
2513 (enum Lisp_Type): Use them. Give explicit values.
2514 (Lisp_Type_Limit): Remove.
2515 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
2516 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
2517 Pay attention to USE_2_TAGS_FOR_INTS.
2518 (INTEGERP): Use LISP_INT_TAG_P.
2519 * fns.c (internal_equal): Simplify the default case.
2520 (sxhash): Use case_Lisp_Int.
2521 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
2522 any more.
2523 (Ftype_of): Use case_Lisp_Int.
2524 (store_symval_forwarding): Take into account the fact that Ints can
2525 now have more than one tag.
2526 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
2527 buffer_slot_type_mismatch):
2528 * xfaces.c (face_attr_equal_p):
2529 * print.c (print_object):
2530 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
2531 Use case_Lisp_Int.
2532
323637a2
EZ
25332009-11-06 Eli Zaretskii <eliz@gnu.org>
2534
7ac65b38
EZ
2535 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
2536
323637a2
EZ
2537 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
2538 warning.
2539
e511451f
JD
25402009-11-06 Jan Djärv <jan.h.d@swipnet.se>
2541
2542 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
2543
2544 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
2545
2546 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
2547 ButtonPressRelease and MotionNotify (bug#4870).
2548
5e2327cf
DN
25492009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
2550
5adc433e
DN
2551 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
2552
d67b4f80
DN
2553 * xterm.c (syms_of_xterm):
2554 * xselect.c (syms_of_xselect):
2555 * xmenu.c (syms_of_xmenu):
2556 * xfns.c (syms_of_xfns):
2557 * xfaces.c (syms_of_xfaces):
2558 * xdisp.c (syms_of_xdisp):
2559 * window.c (syms_of_window):
2560 * w32fns.c (syms_of_w32fns):
2561 * undo.c (syms_of_undo):
2562 * textprop.c (syms_of_textprop):
2563 * terminal.c (syms_of_terminal):
2564 * syntax.c (syms_of_syntax):
2565 * sound.c (syms_of_sound):
2566 * search.c (syms_of_search):
2567 * print.c (syms_of_print):
2568 * minibuf.c (syms_of_minibuf):
2569 * macros.c (syms_of_macros):
2570 * keymap.c (syms_of_keymap, initial_define_key)
2571 (initial_define_lispy_key):
2572 * keyboard.c (syms_of_keyboard):
2573 * insdel.c (syms_of_insdel):
2574 * image.c (syms_of_image):
2575 * fringe.c (syms_of_fringe):
2576 * frame.c (syms_of_frame):
2577 * fontset.c (syms_of_fontset):
2578 * fns.c (syms_of_fns):
2579 * fns.c (syms_of_fns):
2580 * fileio.c (syms_of_fileio):
2581 * fileio.c (syms_of_fileio):
2582 * eval.c (syms_of_eval):
2583 * doc.c (syms_of_doc):
2584 * dispnew.c (syms_of_display):
2585 * dired.c (syms_of_dired):
2586 * dbusbind.c (syms_of_dbusbind):
2587 * data.c (syms_of_data):
2588 * composite.c (syms_of_composite):
2589 * coding.c (syms_of_coding):
2590 * cmds.c (syms_of_cmds):
2591 * charset.c (define_charset_internal, syms_of_character):
2592 * ccl.c (syms_of_ccl):
2593 * category.c (syms_of_category, init_category_once):
2594 * casetab.c (syms_of_casetab):
2595 * casefiddle.c (syms_of_casefiddle):
2596 * callint.c (syms_of_callint):
2597 * bytecode.c (syms_of_bytecode):
2598 * buffer.c (keys_of_buffer, syms_of_buffer):
2599 * alloc.c (syms_of_alloc):
2600 * process.c (syms_of_process, init_process):
2601 * lread.c (syms_of_lread, init_obarray):
2602 * font.c (build_style_table):
2603 * emacs.c (syms_of_emacs, main): Replace calls to intern with
2604 intern_c_string, calls to make_pure_string with
2605 make_pure_c_string. Use pure_cons instead of Fcons.
2606
5e2327cf
DN
2607 * process.c (socket_options): Make it const.
2608 (set_socket_option, init_process): Use a const pointer.
2609
2610 * lread.c (intern_c_string): New function.
2611 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2612 (defvar_int): Uset it. Make the name const char*.
2613
2614 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
2615 (defvar_int): Update prototypes.
2616 (DEFUN, EXFUN): Support for prototypes is now required.
2617 (intern_c_string): New prototype.
2618 (struct Lisp_Subr): Make symbol_name constant.
2619
2620 * font.c (struct table_entry): Remove unused member. Make NAMES
2621 constant.
2622 (weight_table, slant_table, width_table): Make constant.
2623
2624 * emacs.c (struct standard_args): Make name and longname constant.
2625
2626 * character.h (DEFSYM): Use intern_c_string.
2627
a56eaaef
DN
26282009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * alloc.c (make_pure_c_string): New function.
2631
2632 * eval.c (Fautoload): Purecopy all arguments.
2633
f6a07420
KH
26342009-11-05 Kenichi Handa <handa@m17n.org>
2635
2636 * fileio.c (Finsert_file_contents): Be sure set coding-system of
2637 the buffer in case of replace.
2638
5d28d4b1
DN
26392009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2640
2641 * puresize.h (BASE_PURESIZE): Increase to 1620000.
2642
b349d111
SM
26432009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2644
d528b1ce
SM
2645 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
2646 when applicable (bug#4851).
2647
b349d111
SM
2648 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
2649 (P_): Support for prototypes is now required.
2650
c38eb027
CY
26512009-10-31 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
2654 (Bug#4827).
2655
0405f8d9
EZ
26562009-10-30 Eli Zaretskii <eliz@gnu.org>
2657
d528b1ce 2658 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 2659
ca0a881a
DN
26602009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2661
2662 * puresize.h (BASE_PURESIZE): Increase to 1470000.
2663
d528b1ce
SM
2664 * lread.c (Fload): Purecopy the file name when building
2665 Vpreloaded_file_list.
ca0a881a 2666
47e0e0e4
JR
26672009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
2668
2669 * w32fns.c (syms_of_w32fns): Change default value of
2670 w32-scroll-lock-modifier to nil. (Bug#2827)
2671
057bce6f
JB
26722009-10-26 Juanma Barranquero <lekktu@gmail.com>
2673
782a943e 2674 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 2675
242bc74c
AS
26762009-10-26 Andreas Schwab <schwab@redhat.com>
2677
2678 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
2679
522d013a
JB
26802009-10-26 Juanma Barranquero <lekktu@gmail.com>
2681
2682 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
2683 For delta < 0, skip check that only makes sense when the mini-window
2684 is going to be enlarged. (Bug#4534)
2685
18060980
CY
26862009-10-25 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
2689 string in menu maps (Bug#4471).
2690
fec8f0fe
CY
26912009-10-24 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
2694 FRAME_NS_VIEW on terminal frames (Bug#4765).
2695
10d66ec0
AS
26962009-10-24 Andreas Schwab <schwab@linux-m68k.org>
2697
1cae01f7
AS
2698 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
2699 DBUS_TYPE_UINTnn separately to get proper sign extension.
2700
58a12889
AS
2701 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
2702 can properly handle unsigned types.
d528b1ce 2703 (make_uid, make_gid): Remove.
58a12889 2704
987c9327
AS
2705 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
2706 types again.
2707
522d013a 2708 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
2709 (system_process_attributes): Likewise.
2710
905a9ed3
DN
27112009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2712
2713 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
2714
2715 * eval.c (Fautoload): Purecopy the filename. Simplify.
2716
2717 * category.c (Fdefine_category): Purecopy docstring.
2718
a599b3e8
AS
27192009-10-23 Andreas Schwab <schwab@linux-m68k.org>
2720
7b792fc9
AS
2721 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
2722
a599b3e8
AS
2723 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
2724
b35ac83e
CY
27252009-10-23 Chong Yidong <cyd@stupidchicken.com>
2726
2727 * window.c (Fwindow_edges, Fwindow_pixel_edges)
2728 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
2729 (Bug#4775).
2730
e8903e00
SM
27312009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
2734 (init_fileio_once):
2735 * lisp.h (init_fileio_once): Remove.
2736 * emacs.c (main): Don't call init_fileio_once.
2737
8f43cbf3
DN
27382009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2739
2740 * puresize.h (BASE_PURESIZE): Increase to 1430000.
2741
26898943
AS
27422009-10-21 Andreas Schwab <schwab@linux-m68k.org>
2743
2744 * doprnt.c (doprnt): Fix overflow check.
2745
5c646d5a
JD
27462009-10-21 Jan Djärv <jan.h.d@swipnet.se>
2747
3132a7ea
JD
2748 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
2749
5c646d5a
JD
2750 * xterm.h (x_wait_for_event): Declare it.
2751
2752 * xterm.c (pending_event_wait): New variable.
2753 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
2754 see pending_event_wait.eventtype.
2755 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
2756 (x_new_font): Call change_frame_size with new rows/columns before we
2757 try to resize the frame.
5c646d5a 2758 (x_wait_for_event): New function.
d528b1ce
SM
2759 (x_set_window_size_1): Don't change gravity unless change_gravity
2760 is set.
5c646d5a
JD
2761 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
2762 don't change frame size, instead wait for the ConfigureNotify.
2763 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
2764 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
2765 (x_initialize): Initialize pending_event_wait.
2766
2767 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
2768 size.
2769
2770 * widget.c (EmacsFrameSetValues): Add comment.
2771 (EmacsFrameSetCharSize): Just call x_set_window_size.
2772
2773 * gtkutil.c (xg_frame_set_char_size): Flush events and call
2774 x_wait_for_event.
d528b1ce 2775 (flush_and_sync): Remove again.
5c646d5a
JD
2776 (xg_get_font_name): Suggest monospace if no previous font is known.
2777
e9c1637d
SM
27782009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 2781 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 2782
5a72cccb
YM
27832009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2784
2785 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
2786 processing pending events when event is filtered for input method.
ab04798f 2787 (Bug#3681)
5a72cccb 2788
2629aa37
JB
27892009-10-20 Juanma Barranquero <lekktu@gmail.com>
2790
2791 * fns.c: Add #endif accidentally removed in previous change.
2792
c3417a74
DN
27932009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2794
2795 * fns.c: Remove code for unsupported system: MAC_OS.
2796 * image.c: Likewise. Include setjmp.h.
2797
9685cef2
JD
27982009-10-19 Jan Djärv <jan.h.d@swipnet.se>
2799
2800 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
2801 pixel -1 (bug #4742).
2802
d7306fe6
DN
28032009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2804
019d2c4c
DN
2805 * process.c (create_pty): Remove conditionals for no longer
2806 supported systems: UNIPLUS and RTU.
2807
ee6bacd4
DN
2808 * xterm.c:
2809 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
2810
d7306fe6
DN
2811 * alloc.c: Do not define struct catchtag.
2812 * eval.c: Move struct catchtag definition ...
2813 * lisp.h: ... here.
2814
2815 * image.c: Move png.h #include earlier to avoid warnings.
2816
2817 * xterm.c:
2818 * xsmfns.c:
2819 * xselect.c:
2820 * xrdb.c:
2821 * xmenu.c:
2822 * xftfont.c:
2823 * xfont.c:
2824 * xfns.c:
2825 * xfaces.c:
2826 * xdisp.c:
2827 * window.c:
2828 * widget.c:
2829 * w32xfns.c:
2830 * w32uniscribe.c:
2831 * w32term.c:
2832 * w32select.c:
2833 * w32reg.c:
2834 * w32proc.c:
2835 * w32menu.c:
2836 * w32inevt.c:
2837 * w32heap.c:
2838 * w32font.c:
2839 * w32fns.c:
2840 * w32console.c:
2841 * w32.c:
2842 * w16select.c:
2843 * vm-limit.c:
2844 * unexsol.c:
2845 * unexec.c:
2846 * unexcw.c:
2847 * unexaix.c:
2848 * undo.c:
2849 * tparam.c:
2850 * textprop.c:
2851 * terminfo.c:
2852 * terminal.c:
2853 * termcap.c:
2854 * term.c:
2855 * syntax.c:
2856 * sound.c:
2857 * sheap.c:
2858 * search.c:
2859 * scroll.c:
2860 * region-cache.c:
2861 * regex.c:
2862 * ralloc.c:
2863 * process.c:
2864 * print.c:
b024548b
DN
2865 * nsterm.m:
2866 * nsselect.m:
2867 * nsmenu.m:
2868 * nsimage.m:
2869 * nsfont.m:
2870 * nsfns.m:
d7306fe6
DN
2871 * msdos.c:
2872 * minibuf.c:
2873 * menu.c:
2874 * marker.c:
2875 * macros.c:
2876 * keymap.c:
2877 * keyboard.c:
2878 * intervals.c:
2879 * insdel.c:
2880 * indent.c:
2881 * gtkutil.c:
2882 * ftxfont.c:
2883 * ftfont.c:
2884 * fringe.c:
2885 * frame.c:
2886 * fontset.c:
2887 * font.c:
2888 * fns.c:
2889 * floatfns.c:
2890 * filelock.c:
2891 * fileio.c:
2892 * emacs.c:
2893 * editfns.c:
2894 * dosfns.c:
2895 * doprnt.c:
2896 * doc.c:
2897 * dispnew.c:
2898 * dired.c:
2899 * dbusbind.c:
2900 * data.c:
2901 * composite.c:
2902 * coding.c:
2903 * cmds.c:
2904 * cm.c:
2905 * chartab.c:
2906 * charset.c:
2907 * character.c:
2908 * ccl.c:
2909 * category.c:
2910 * casetab.c:
2911 * casefiddle.c:
2912 * callproc.c:
2913 * callint.c:
2914 * bytecode.c:
2915 * buffer.c:
2916 * atimer.c: Include setjmp.h. (Bug#4643)
2917
fd5f21e6
SM
29182009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2919
4c0354d7
SM
2920 Remove leftover table unibyte_to_multibyte_table.
2921 * character.c (unibyte_to_multibyte_table): Remove.
2922 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
2923 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
2924 * character.h (UNIBYTE_TO_CHAR): New macro.
2925 (MAKE_CHAR_MULTIBYTE): Use it.
2926 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
2927 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
2928 (message_dolog, set_message_1):
2929 * search.c (Freplace_match):
2930 * editfns.c (Fcompare_buffer_substrings):
2931 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
2932 (concat):
2933 * insdel.c (copy_text, count_size_as_multibyte):
2934 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
2935 * term.c (produce_glyphs):
2936 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
2937 * regex.c (RE_CHAR_TO_MULTIBYTE):
2938 * cmds.c (internal_self_insert):
2939 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
2940
fd5f21e6
SM
2941 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
2942
4418646e
DN
29432009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2944
2945 * puresize.h (BASE_PURESIZE): Increase to 1310000.
2946
35f5c1d2
JB
29472009-10-16 Juanma Barranquero <lekktu@gmail.com>
2948
2949 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2950
a0cd8f6b
AR
29512009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2952
2953 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2954 still needed under Tiger.
2955
2956 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
2957
2958 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
2959 __Apple__.
2960
2961 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
2962
01a8d3fa
KH
29632009-10-15 Kenichi Handa <handa@m17n.org>
2964
2965 * print.c (print_object): Escape a symbol like "2E10" too.
2966
bf6c75c9 29672009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
2968
2969 Cleanups and changes for 64-bit compile under Snow Leopard.
2970 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
2971
2972 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
2973
c5959062 2974 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
2975 (ns_findfonts, nsfont_list_family): Use long format in printf, and
2976 cast argument.
2977 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 2978 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
2979
2980 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2981
2982 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
2983 where appropriate.
2984
2985 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2986 where appropriate.
6e4780c5
JB
2987 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
2988 Use stringWithUTF8String.
bf6c75c9
AR
2989 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2990
6e4780c5
JB
2991 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
2992 Add formal protocol mention to inheritance.
bf6c75c9
AR
2993 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2994
6e4780c5
JB
2995 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
2996 Fix printf format.
bf6c75c9
AR
2997 (ns_query_color): Use CGFloat where appropriate.
2998 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 2999 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
3000 argument.
3001
3d87f118
AR
3002 * config.in (NS_HAVE_NSINTEGER): Drop.
3003
a95c8102
AR
3004 * dbusbind.c (dbus-method-return-internal)
3005 (dbus-method-error-internal): Use long format in printf, and cast
3006 argument.
3007
3008 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
3009 in printf, and cast argument.
3010
6873acca 3011 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
3012 cast argument.
3013
9ec6f100
GM
30142009-10-11 Glenn Morris <rgm@gnu.org>
3015
3016 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
3017
5be883cd
JD
30182009-10-08 Jan Djärv <jan.h.d@swipnet.se>
3019
3020 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
3021 menu bar with a small width so it doesn't enlarge the frame.
3022
d7a39b51
JB
30232009-10-08 Juanma Barranquero <lekktu@gmail.com>
3024
3025 * fontset.c (Fset_fontset_font): Fix typos in error messages.
3026
0c2b6f8e
GM
30272009-10-06 Glenn Morris <rgm@gnu.org>
3028
3029 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
3030 SOME_MACHINE_LISP (this enters indirectly via DOC).
3031
e02131a2
EZ
30322009-10-05 Eli Zaretskii <eliz@gnu.org>
3033
3034 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
3035
b4744254
EZ
30362009-10-04 Eli Zaretskii <eliz@gnu.org>
3037
3038 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
3039 Doc fix.
3040
dbf64827
JB
30412009-10-03 Martin Rudalics <rudalics@gmx.at>
3042
3043 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
3044
e9a0aef8
MA
30452009-10-02 Michael Albinus <michael.albinus@gmx.de>
3046
d528b1ce 3047 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
3048 used anymore outside fileio.c.
3049
3050 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
3051
64eb2b56
JB
30522009-10-01 Juanma Barranquero <lekktu@gmail.com>
3053
3054 * lisp.h (Qdelete_directory_internal):
3055 Declare, instead of Qdelete_directory.
3056
3057 * w32fns.c (Fsystem_move_file_to_trash): Use it.
3058
9d28c33e
SM
30592009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * eval.c (Fcalled_interactively_p): Add `kind' argument.
3062
9d8f3bd9
MA
30632009-10-01 Michael Albinus <michael.albinus@gmx.de>
3064
9d28c33e 3065 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
3066 Fdelete_directory. It is not a command anymore. It has no file
3067 name handler.
3068
9694740b
SM
30692009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 * xdisp.c (get_next_display_element): Use an enum in last change.
3072
748e162f
KH
30732009-09-28 Kenichi Handa <handa@m17n.org>
3074
9694740b 3075 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
3076 unibyte_display_via_language_environment in handling
3077 Vnobreak_char_display.
3078
17efd58d
AR
30792009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
3080
3081 * nsterm.h (ns_app_name): New extern variable.
3082
3083 * nsterm.m (ns_app_name): New variable.
3084 (ns_term_init): Set and use it.
3085 (ns_term_shutdown): Use it.
3086
3087 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
3088 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
3089
3090 * nsfns.m (ns_set_name_iconic, ns_set_name)
3091 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
3092 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
3093
9694740b
SM
3094 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
3095 Remove double-casting in client_data comparison.
31c2d412 3096
3208cb35
YM
30972009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3098
3099 * keyboard.c (make_lispy_event): Remember last wheel direction.
3100 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
3101
b7d552d6
GM
31022009-09-26 Glenn Morris <rgm@gnu.org>
3103
3104 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
3105 internal.elc. Add term/pc-win.elc.
3106 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
3107 term/x-win.elc.
3108 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
3109 term/w32-win.elc.
3110 (NS_SUPPORT): New.
3111 (lisp): Add NS_SUPPORT.
3112 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
3113
4ff670a8
DR
31142009-09-25 David Reitter <david.reitter@gmail.com>
3115
3116 * nsmenu.m (EmacsMenu-clear): Recognize application menu
3117 on Mac OS X 10.6+ (bug#4513).
3118
feabfb6c
JB
31192009-09-24 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
3122 some parts of Emacs code (like font selection) don't grok them.
3123 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 3124
de59072a
AS
31252009-09-24 Andreas Schwab <schwab@redhat.com>
3126
3127 * coding.c (decode_coding_iso_2022): Fix operator precedence.
3128
a489517b
JB
31292009-09-24 Juanma Barranquero <lekktu@gmail.com>
3130
3131 * dired.c (Fdirectory_files): Fix typo in docstring.
3132
0592970c
AR
31332009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3134
3135 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
3136 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
3137 (EmacsScroller-setPosition:portion:whole:): Remove -display call
3138 under GNUstep.
3139 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
3140
3141 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
3142 glyph advancement.
3143
48e8a88b
AR
31442009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3145
3146 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 3147 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
3148
3149 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
3150 deleted (bug #4492).
3151
e14f0a78
AR
3152 * nsfont.m (Vns_reg_to_script): New lisp variable.
3153 (syms_of_nsfont): Declare it.
3154 (ns_registry_to_script): New function.
3155 (ns_get_req_script): Call it.
3156 (ns_findfonts): Don't give up on non-unicode registry.
3157
3158 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
3159
5b650faa
SM
31602009-09-20 Tom Tromey <tromey@redhat.com>
3161
3162 * eval.c (find_handler_clause): Make stack-trace-on-error work in
3163 batch mode (bug#4228).
3164
a489517b 31652009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
3166
3167 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 3168 carefully. (Bug #4339)
0bae4e09 3169
fcfe06f3
CY
31702009-09-18 Chong Yidong <cyd@stupidchicken.com>
3171
d798ba87 3172 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 3173
31642728
AR
31742009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3175
3176 * emacs.c (inhibit_x_resources): Update doc string for NS.
3177 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 3178 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
3179
3180 * nsterm.h (ns_no_defaults): Remove.
3181
3182 * nsterm.m (ns_no_defaults): Remove.
3183 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
3184 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
3185 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
3186 don't update the NSWindow itself.
3187 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 3188 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
3189
3190 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
3191 ns_use_qd_smoothing.
3192
3193 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
3194 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 3195 (x-close-connection): Drop PSFlush() under OS X.
a489517b 3196 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 3197
8686ac71
JB
31982009-09-17 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * emacs.c (inhibit_x_resources): New variable.
3201 (main) [HAVE_NS]: Don't process --quick command line option.
3202 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
3203
3204 * lisp.h (inhibit_x_resources): Declare it extern.
3205
3206 * w32reg.c (x_get_string_resource):
3207 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
3208
e227ba05
EZ
32092009-09-17 Eli Zaretskii <eliz@gnu.org>
3210
362654a6
JB
3211 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
3212 Add lisp/term/internal.elc.
e227ba05 3213
742d40e8
SM
32142009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3215
3216 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
3217 (bug#4461).
3218
005bd5a2
DN
32192009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3220
3221 * puresize.h (BASE_PURESIZE): Increase to 1290000.
3222
3223 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
3224 (OBJECTS_MACHINE): Remove, unused.
3225
f9af9719
SM
32262009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3227
3228 * frame.c (x_get_resource_string): Remove unused.
3229
0307c7d2
JD
32302009-09-15 Jan Djärv <jan.h.d@swipnet.se>
3231
3232 * xterm.c (x_new_font): Call change_frame_size before calling
3233 x_set_window_size, in case frame size won't change.
3234
3235 * frame.c (x_set_font): Remove dead code.
3236
428b13d6
SM
32372009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
3240
5766c380
SM
32412009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * lread.c (Fload): Don't output a message after loading an obsolete
3244 package any more (done in Lisp now).
3245
2fd0161b
CY
32462009-09-12 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * fns.c (syms_of_fns): Doc fix (Bug#4227).
3249
bc5e75b6
SM
32502009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3251
3252 * keymap.c (Fwhere_is_internal): Use nconc2.
3253
c31c985e
AM
32542009-09-11 Alan Mackenzie <acm@muc.de>
3255
3256 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
3257 batch mode.
3258
78012bd2
AS
32592009-09-11 Andreas Schwab <schwab@linux-m68k.org>
3260
3261 * xdisp.c (display_mode_element): Detect cycles.
3262
9d889332
SM
32632009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 * keymap.c (where_is_internal): Don't erroneously return nil right after
3266 filling the cache.
3267 (where_is_internal_1): Fix up typo.
3268
7ab5d780
GM
32692009-09-11 Glenn Morris <rgm@gnu.org>
3270
3271 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
3272 share a common doc-string.
3273
5238a749
SM
32742009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3275
66d77eda
SM
3276 * keymap.c (get_keymap): Return the actual keymap symbol rather than
3277 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
3278
5238a749
SM
3279 * keymap.c (QCadvertised_binding): New constant.
3280 (syms_of_keymap): Initialize it.
3281 (Fwhere_is_internal): Try and use bindings from :advertised-binding
3282 if applicable.
3283
19f48442
SM
32842009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3285
50d4ba39
SM
3286 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
3287 (parse_menu_item): Streamline since bindings are recomputed all the
3288 time anyway. Don't bother checking Vdefine_key_rebound_commands any
3289 more and don't support lmenu's menu-alias any more either.
3290
a88a5372
SM
3291 * keymap.c (where_is_internal_data): Make noindirect a boolean.
3292 (where_is_internal): Strip it down to only traverse the keymaps.
3293 Move the cache handling from Fwhere_is_internal to here.
3294 (Fwhere_is_internal): Move the handling of remapping and the choice of
3295 the best binding from where_is_internal to here.
3296 Unify the cached/noncached paths, so remapping is also handled
3297 correctly when the cache is used, and so the cache can be used to
3298 speed up remap-handling when applicable.
3299 Give preference to non-remapped bindings.
3300 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
3301 non-remapped bindings.
3302 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
3303 command remapping.
3304
19f48442
SM
3305 * xdisp.c (display_mode_element): Move list length limit from 50 to
3306 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
3307
599498c3 33082009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
3309
3310 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
3311
f9b7b5ac
SM
33122009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3313
a53af587
JB
3314 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
3315 (Bug#4334)
3316
f9b7b5ac
SM
3317 * keymap.c (where_is_internal): Filter out shadowed remappings.
3318 Assume that where_is_internal returns unshadowed bindings to simplify
3319 the code and get rid of the gotos. Use ASIZE.
3320
04f4b72d
JD
33212009-09-04 Jan Djärv <jan.h.d@swipnet.se>
3322
4da146f2
JD
3323 * xterm.c (x_focus_changed): If we get a focusout and pointer
3324 is invisible, make it visible.
3325
04f4b72d
JD
3326 * xterm.h: Remove condition for declaration of
3327 x_*_window_to_frame.
3328
7cef7ce3
SM
33292009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
3332 initial terminal as well.
3333
a54fa5b7
JD
33342009-09-02 Jan Djärv <jan.h.d@swipnet.se>
3335
3336 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 3337 x_menubar_window_to_frame.
a54fa5b7 3338
50426a04 3339 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
3340 (XTmouse_position): Do not return valid positions
3341 for clicks in the menubar and the toolbar for Gtk+.
3342
3343 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
3344 if the widget for the event has the same top level as a frame,
3345 return the frame.
3346 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
3347 internal windows, bug #4122.
3348 (x_non_menubar_window_to_frame): Remove.
3349
5a021dd0
GM
33502009-09-02 Glenn Morris <rgm@gnu.org>
3351
3352 * buffer.c (default-major-mode): Move most of the doc from here...
3353 (major-mode): ... to here.
3354
548fe2f3
NR
33552009-08-30 Nick Roberts <nickrob@snap.net.nz>
3356
3357 * process.c (wait_reading_process_output): Keep the descriptor
3358 when pty is used by a non-child process, e.g., in I/O buffer of
3359 GDB this allows inferior to be restarted.
3360
e0840eef
EZ
33612009-08-29 Eli Zaretskii <eliz@gnu.org>
3362
3363 * xdisp.c (redisplay_internal): Remove redundant test and collapse
3364 both branches into one.
3365
82e98df4
SM
33662009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
3369 (main): Use enable-multibyte-characters rather than
3370 default-enable-multibyte-characters. Output a warning message when
3371 running a unibyte session.
3372
890617cb
YM
33732009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3374
3375 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
3376 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
3377 (copy_data_segment): Also copy __program_vars section.
3378 (copy_dyld_info) [LC_DYLD_INFO]: New function.
3379 (dump_it) [LC_DYLD_INFO]: Use it.
3380
3381 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
3382
e7adeadc
EZ
33832009-08-28 Eli Zaretskii <eliz@gnu.org>
3384
3385 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
3386 $(SRC)/buildobj.h.
3387 (buildobj.h): Renamed from $(SRC)/buildobj.h.
3388 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
3389 $(SRC)/buildobj.h.
3390 (clean): Add buildobj.h.
3391
3ed8bbdc
TZ
33922009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
3393
3394 * print.c (print_object): Set escapeflag to 1 when printing
3395 hashtable keys and values.
3396
155a6764
SM
33972009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * lread.c (read_integer): Use doubles (and potentially return a float
3400 number) as we do in string-to-number.
3401 (read1): Use strtol to read integers, signal errors on strtol's
3402 overflow and use floats if strtol's output is too large for
3403 Elisp integers.
3404
877610de
EZ
34052009-08-27 Eli Zaretskii <eliz@gnu.org>
3406
3407 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
3408 (make-buildobj-SH): Fix last change.
3409 (SRC): Move to before where it's first used.
3410
ef73e7be
KH
34112009-08-27 Kenichi Handa <handa@m17n.org>
3412
550c8289
KH
3413 * process.c (send_process): Use encode_coding_object instead of
3414 encode_coding_string to perform eol-conversion even if the string
3415 is unibyte.
3416
60afa08d
KH
3417 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
3418 character.
3419
ef73e7be 3420 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 3421 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 3422
7b3a82d7
DN
34232009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3424
5654bf63
DN
3425 * callproc.c (Fcall_process): Remove always true #if.
3426
7b3a82d7
DN
3427 * lisp.h: Replace #if 0 code for checking with text pointing to
3428 the --enable-checking configure flag.
3429
3430 * emacs.c (main): Mention the --enable-profiling configure flag
3431 instead of using CFLAGS.
3432
878bde49
KR
34332009-08-26 Ken Raeburn <raeburn@raeburn.org>
3434
3435 * Makefile.in (buildobj.h): New target.
3436 (doc.o): Depend on it.
3437 (temacs${EXEEXT}): Don't generate buildobj.lst.
3438 (mostlyclean): Delete buildobj.h, not buildobj.lst.
3439 * makefile.w32-in ($(SRC)/buildobj.h): New target.
3440 ($(BLD)/doc.$(O)): Depend on it.
3441 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
3442 provided by Eli Zaretskii.)
3443 ($(TEMACS)): Don't generate buildobj.lst.
3444 * doc.c: Include buildobj.h.
3445 (buildobj): New static variable.
3446 (Fsnarf_documentation): Use it, instead of opening and reading
3447 buildobj.lst.
3448
1574224c
MA
34492009-08-25 Michael Albinus <michael.albinus@gmx.de>
3450
3451 * dbusbind.c (Fdbus_call_method)
3452 (Fdbus_call_method_asynchronously): Use English numeric format for
3453 timeout values in doc string.
3454
d9da2f45
KH
34552009-08-25 Kenichi Handa <handa@m17n.org>
3456
ef73e7be
KH
3457 * alloc.c (mark_char_table): New function.
3458 (mark_object): Use mark_char_table for a char-table.
3459
d9da2f45
KH
3460 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
3461 (CHAR_TABLE_REF): Use it.
3462
c8edcc01
KR
34632009-08-23 Ken Raeburn <raeburn@raeburn.org>
3464
3465 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
3466 before invoking the newly build emacs to check for load-path
3467 shadowing.
3468
7763401b
GM
34692009-08-22 Glenn Morris <rgm@gnu.org>
3470
3471 * Makefile.in (bootstrap_exe): New variable.
3472 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
3473 Use ${bootstrap_exe}.
3474
729eadda
EZ
34752009-08-22 Eli Zaretskii <eliz@gnu.org>
3476
3477 * coding.h (encode_coding_string): Don't encode unibyte strings.
3478 (Bug#4047)
3479
eb4c6ace
MA
34802009-08-22 Michael Albinus <michael.albinus@gmx.de>
3481
3482 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
3483
3484 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
3485 intended as hotfix only.
3486 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
3487
36e34d1b
AR
34882009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3489
3490 * nsterm.m (ns_get_color): Update documentation properly for last
3491 change, and clean up loose ends in the code left by it. Fix
3492 longstanding bug with 16-bit hex parsing, and add support for
3493 yet another X11 format (rgb:r/g/b) for compatibility.
3494 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
3495 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
3496
f983eb8a
SM
34972009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
3500
3f56d3c6
MA
35012009-08-20 Michael Albinus <michael.albinus@gmx.de>
3502
3503 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
3504 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
3505 (xd_initialize, xd_pending_messages): Check, whether
3506 $DBUS_SESSION_BUS_ADDRESS is set.
3507
fb641d68
YM
35082009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3509
3510 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
3511
3512 * nsterm.m (ns_get_color): Remove incompatible color formats again.
3513
cf59a374
GM
35142009-08-20 Glenn Morris <rgm@gnu.org>
3515
3516 * emacs.c (system-type): Doc fix.
3517
1373f3be
SM
35182009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
3521 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
3522
058ed861
MA
35232009-08-18 Michael Albinus <michael.albinus@gmx.de>
3524
1373f3be
SM
3525 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
3526 New functions.
058ed861
MA
3527 (xd_initialize): Revert change from 2009-08-16.
3528
563a866e 35292009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
3530
3531 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 3532 font-group vector, return nil.
5fc05db0 3533
e42bdf01
CY
35342009-08-17 Chong Yidong <cyd@stupidchicken.com>
3535
3536 * process.c (status_notify): Don't perform redisplay.
3537 (Fdelete_process, list_processes_1, process_send_signal):
3538 Expliticly perform redisplay.
3539 (wait_reading_process_output): Always check process status, but
3540 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
3541
4230ab74
KR
35422009-08-17 Ken Raeburn <raeburn@raeburn.org>
3543
1373f3be 3544 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
3545 (XFLOAT_INIT): New macro for storing a float value.
3546 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
3547 * fns.c (sxhash): Copy out the value of a float in order to
3548 examine its bytes.
3549 * dbusbind.c (xd_append_arg): Likewise.
3550
4230ab74
KR
3551 * emacs.c (main): Don't call syms_of_data twice.
3552
a0645cdd
MA
35532009-08-16 Michael Albinus <michael.albinus@gmx.de>
3554
3555 * dbusbind.c (xd_initialize): Add connection file descriptor to
3556 input_wait_mask, in order to let select() detect, whether a new
3557 message has been arrived.
ca4f31ea 3558 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 3559
485db0ba
MA
35602009-08-15 Michael Albinus <michael.albinus@gmx.de>
3561
1373f3be
SM
3562 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
3563 New functions.
485db0ba
MA
3564
3565 * lisp.h (xd_pending_messages): Declare.
3566
3567 * keyboard.c (readable_events): Call xd_pending_messages.
3568
b5b98ff4
CY
35692009-08-15 Chong Yidong <cyd@stupidchicken.com>
3570
1373f3be 3571 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 3572
f8354c6e
CY
3573 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
3574
b5b98ff4
CY
3575 * buffer.c (set_buffer_internal_1)
3576 (swap_out_buffer_local_variables): Check for unbound local
3577 variables (Bug#4138).
3578
8b9fc636
EZ
35792009-08-14 Eli Zaretskii <eliz@gnu.org>
3580
3581 * process.c (create_pty): Fix last change.
3582
ce959360
CY
35832009-08-13 Chong Yidong <cyd@stupidchicken.com>
3584
3585 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
3586 (xbm_load_image): Caller changed.
64b807c9 3587 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 3588
c7baf7e9
NR
35892009-08-13 Nick Roberts <nickrob@snap.net.nz>
3590
3591 * process.c (create_pty): New function.
3592 (Fstart_process): Use it to allow Emacs to just associate a pty
3593 with the buffer. See associated change in gdb-mi.el.
3594 (list_processes_1): Deal with no program name.
3595 (start_process_unwind): Use pid == -2 to mean no process.
3596
1ac9108a
SM
35972009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * cmds.c (nonundocount): New global variable.
3600 (keys_of_cmds): Initialize it.
3601 (Fself_insert_command): Use it to combine upto 20 sequential chars
3602 into a single undo entry, just like the Qself_insert_command code in
3603 keyboard.c does.
3604 Call frame_make_pointer_invisible, also like the Qself_insert_command
3605 code in keyboard.c does.
3606 * keyboard.c (command_loop_1): Use the new global nonundocount rather
3607 than its own local replacement for it.
3608
e267324c
KR
36092009-08-10 Ken Raeburn <raeburn@raeburn.org>
3610
1ac9108a 3611 * fns.c (concat): Don't re-set string length to its current value.
77437343 3612
1ac9108a
SM
3613 * coding.h (decode_coding_string, encode_coding_string):
3614 Use SBYTES macro.
f0bed503 3615
1ac9108a 3616 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
3617 (doprnt): Merge with doprnt1, discarding lispstrings code.
3618 * lisp.h (doprnt_lisp): Don't declare.
3619
416e006d
JL
36202009-08-07 Juri Linkov <juri@jurta.org>
3621
3622 * puresize.h (BASE_PURESIZE): Increase to 1270000.
3623
6f7d5780
DN
36242009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3625
3626 * print.c (syms_of_print): Undo previous change.
3627
f19a0f5b
TZ
36282009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
3629
3630 * lread.c (read1, syms_of_lread): Read hashtables back from the
3631 readable format.
3632
3633 * print.c (print_preprocess, print_object): Print hashtables fully
3634 and readably.
3635 (syms_of_print): Provide 'hashtable-print-readable.
3636
b9173dc2
AR
36372009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
3638
3639 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
3640 no family set.
3641 (nsfont_open): Handle case when entity has no family.
3642
1586503c
AR
36432009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3644
3645 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
3646 element, not a list, for match case.
3647
087048cd
KH
36482009-07-28 Kenichi Handa <handa@m17n.org>
3649
3650 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
3651 rigidly.
3652
3653 * xfont.c (xfont_list_pattern): Don't ignore the return value of
3654 font_parse_xlfd. Check font properties more rigidly.
3655
780c2506
DN
36562009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3657
31fd7c5c
JB
3658 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
3659 bsd-common.h.
780c2506 3660
a8c0cc18
KH
36612009-07-27 Kenichi Handa <handa@m17n.org>
3662
3663 * xfaces.c (face_with_height): Call font_clear_prop.
3664
4fbe2306
CY
36652009-07-26 Chong Yidong <cyd@stupidchicken.com>
3666
111d9af3
CY
3667 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
3668
3669 * xterm.c (x_term_init): Use Qx.
3670
4fbe2306
CY
3671 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
3672
1ac9108a 3673 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
3674 (ns_get_color): Revert 2009-07-16 change.
3675
beb0b7f9
EZ
36762009-07-25 Eli Zaretskii <eliz@gnu.org>
3677
3678 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 3679 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 3680
2baf5e76
KR
36812009-07-25 Ken Raeburn <raeburn@raeburn.org>
3682
1ac9108a
SM
3683 * coding.h (decode_coding_string, encode_coding_string):
3684 Use SCHARS macro.
8890e5f5 3685
2baf5e76 3686 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 3687 (load_depth): Delete.
2baf5e76
KR
3688 (Qload_in_progress): New variable.
3689 (load_unwind): Don't reference load_depth or load_in_progress.
3690 (Fload): Likewise; specbind Qload_in_progress instead.
3691 (init_lread): Don't initialize load_depth.
3692 (syms_of_lread): Initialize and protect Qload_in_progress.
3693
1395c6f5
AR
36942009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3695
3696 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
3697
4e2f36cf
AR
36982009-07-23 Yavor Doganov <yavor@gnu.org>
3699
3700 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
3701
5dd9a6f7
AR
37022009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3703
3704 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
3705 Bugs 3792, 3720, 2402.
3706 (ns_lookup_indexed_color): Check for bad index.
3707 (ns_index_color): Init unused slot to 0.
3708 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
3709 Bug 3714, possibly 3082.
5dd9a6f7 3710
c902b920
JR
37112009-07-22 Jason Rumney <jasonr@gnu.org>
3712
1ac9108a
SM
3713 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
3714 Position IME window at cursor (Bug#2570).
c902b920
JR
3715 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
3716 (globals_of_w32fns): Dynamically load functions required above.
3717
3718 * w32term.c (w32_draw_window_cursor): Send message to reposition
3719 any IME window.
3720
090101cf
CY
37212009-07-21 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * fileio.c: Revert 2009-07-16 changes.
3724 (Vauto_save_include_big_deletions): New variable.
3725 (Fdo_auto_save): Disable auto-save only if
3726 auto-save-include-big-deletions is nil.
3727
e6583e3d
CY
37282009-07-21 Chong Yidong <cyd@stupidchicken.com>
3729
3730 * xdisp.c (move_it_to): For continued lines ending in a tab, take
3731 the overflowed pixels into account (Bug#3879).
3732
ece435a5
KR
37332009-07-21 Ken Raeburn <raeburn@raeburn.org>
3734
3735 * lread.c (load_depth): New variable.
3736 (Fload, load_unwind, init_lread): Set it to the load recursion
3737 depth; set load_in_progress as a simple boolean based on the
3738 current load_depth. (Bug#3892)
3739
40b2d973
AR
37402009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3741
3742 * nsfont.m (ns_has_attribute): Remove.
3743 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
3744
10be7e0d
JL
37452009-07-18 Juri Linkov <juri@jurta.org>
3746
3747 * process.c (Fset_process_query_on_exit_flag): Mention killing
3748 a buffer in docstring.
3749
fa055055
KH
37502009-07-17 Kenichi Handa <handa@m17n.org>
3751
3752 * casetab.c (shuffle): Fix the logic of setting up the cycle.
3753
042f7b69
YM
37542009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3755
3756 * nsfns.m (Fns_set_alpha): Remove function.
3757 (syms_of_nsfns): Don't defsubr it.
3758
3759 * nsterm.m (ns_get_color): Remove incompatible color formats.
3760 (ns_color_to_lisp): Generate #rrggbb color format string.
3761
4be941e3
RS
37622009-07-16 Richard Stallman <rms@gnu.org>
3763
3764 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
3765 (Fset_buffer_auto_saved): Handle save_length = -2.
3766
4e6b227d
CY
37672009-07-16 Chong Yidong <cyd@stupidchicken.com>
3768
3769 * xterm.c (Qx_gtk_map_stock): New var.
3770
3771 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
3772 of calling intern each time.
3773
a1856973
YM
37742009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3775
3776 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
3777 does tiling.
3778
3779 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
3780
497e54d8
KH
37812009-07-14 Kenichi Handa <handa@m17n.org>
3782
72d36834
KH
3783 * font.c (font_vconcat_entity_vectors): New function.
3784 (struct font_sort_data): New member font_driver_preference.
3785 (font_compare): Check font_driver_preference.
3786 (font_sort_entities): The format of the first argument changed.
3787 (font_delete_unmatched): Likewise.
3788 (font_list_entities): The return type changed.
3789 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
3790 (font_find_for_lface): Adjuste for the above changes.
3791 Don't suppress the checking of C even if the repertory supports it.
3792 (Flist_fonts): Adjust for the above changes.
72d36834 3793
1ac9108a
SM
3794 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
3795 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
3796 Reject a font who has adstyle property that is different from a
3797 langname derived from registry property.
1ac9108a 3798 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 3799
b6046155
EZ
38002009-07-13 Eli Zaretskii <eliz@gnu.org>
3801
3802 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
3803 local copy of dirfilename.
3804
fb6b6049
KH
38052009-07-13 Kenichi Handa <handa@m17n.org>
3806
e2402a5e
KH
3807 * chartab.c (sub_char_table_ref_and_range): Fix the range check
3808 against max_char.
3809
fb6b6049
KH
3810 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
3811 calling XSYMBOL (sym).
3812
65156807
EZ
38132009-07-11 Eli Zaretskii <eliz@gnu.org>
3814
1ac9108a
SM
3815 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
3816 New function.
3817 (directory_files_internal) [WINDOWSNT]:
3818 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
3819 the filesystem of the directory is fast or slow.
3820
3821 * w32.c (logon_network_drive): Don't assume PATH is an absolute
3822 file name.
3823 (is_slow_fs): New function.
3824 (stat): Use it to determine whether to issue more system calls to
3825 get accurate file attributes, when w32-get-true-file-attributes is
3826 `local'.
3827
e0ab5fcf
JD
38282009-07-10 Jan Djärv <jan.h.d@swipnet.se>
3829
3830 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 3831 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
3832 parameter font-parameter as default to the font dialog.
3833
784ceded
KH
38342009-07-10 Kenichi Handa <handa@m17n.org>
3835
3836 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
3837
fb8edc0b
EZ
38382009-07-09 Eli Zaretskii <eliz@gnu.org>
3839
1ac9108a 3840 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 3841
fb8edc0b
EZ
3842 * w32.c (stat): Treat UNC file names as residing on remote
3843 drives. (Bug#3542)
3844
635c75b1
KH
38452009-07-09 Kenichi Handa <handa@m17n.org>
3846
3847 * fontset.c (fontset_find_font): Fix previous change.
3848
c1d5ce94
MA
38492009-07-08 Michael Albinus <michael.albinus@gmx.de>
3850
3851 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
3852 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
3853 error flag.
3854
edb61b39
KH
38552009-07-08 Kenichi Handa <handa@m17n.org>
3856
374bf7e4
KH
3857 * fontset.c (fontset_find_font): Fix the logic of handling
3858 charset_matched.
3859 (font_for_char): Delete unused var.
3860 (generate_ascii_font_name): Delete it.
3861
edb61b39
KH
3862 * coding.h (JIS_TO_SJIS2): Fix the code range check.
3863
3864 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
3865 (encode_coding_sjis): Fix the code range check.
3866
0f3f018c
CY
38672009-07-07 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
3870 (Fexpand_file_name): Copy string data properly (Bug#3772).
3871
fcaf6f3a
JD
38722009-07-07 Jan Djärv <jan.h.d@swipnet.se>
3873
3874 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
3875 first MapNotify.
3876
6809ca75
KH
38772009-07-07 Kenichi Handa <handa@m17n.org>
3878
3879 * character.h (unibyte_has_multibyte_table): Delete extern.
3880 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
3881
3882 * charset.c (Fset_charset_priority): Update charset_unibyte.
3883 (syms_of_charset): Initialize charset_unibyte.
3884
3885 * character.c (unibyte_has_multibyte_table): Delete it.
3886 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
3887 charset_unibyte.
3888 (multibyte_char_to_unibyte_safe): Likewise.
3889 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
3890
1ac9108a 3891 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
3892 (x_produce_glyphs): Likewise.
3893
3894 * .gdbinit (xcharset): Fix the treating $arg0.
3895
ad9e2d54
EZ
38962009-07-04 Eli Zaretskii <eliz@gnu.org>
3897
3898 Emulation of `getloadavg' on MS-Windows.
50426a04 3899 * w32.c: Include float.h.
ad9e2d54
EZ
3900 (g_b_init_get_native_system_info, g_b_init_get_system_times)
3901 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
3902 (get_native_system_info, get_system_times): New functions.
3903 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
3904 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
3905 (globals_of_w32): Initialize g_b_init_get_native_system_info,
3906 g_b_init_get_system_times, and num_of_processors.
3907
0a3472c7
JR
39082009-07-03 Jason Rumney <jasonr@gnu.org>
3909
3910 * w32term.c (w32_initialize): Use standard types.
3911
80904120
EZ
39122009-07-03 Eli Zaretskii <eliz@gnu.org>
3913
3914 * dired.c (Ffile_attributes): Decode user and group names by the
3915 locale's encoding. (Bug#3443)
3916
6978862d
DN
39172009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3918
f8d23104
DN
3919 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
3920 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
3921
3922 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
3923
3924 * term.c (init_tty): Remove spurious #ifdef.
3925
6978862d
DN
3926 * m/mips.h: Mention this file is also used for netbsd.
3927 * m/pmax.h: Remove file.
3928
e044e4fc
JD
39292009-07-03 Jan Djärv <jan.h.d@swipnet.se>
3930
3931 * xterm.h (struct x_display_info): Add invisible_cursor.
3932 (struct x_output): Add current_cursor.
3933
3934 * xterm.c (XTtoggle_invisible_pointer): New function.
3935 (x_define_frame_cursor): Don't define cursor if invisible or the
3936 same as before. Set current_cursor.
3937 (x_create_terminal): Set toggle_invisible_pointer_hook.
3938
3939 * xfns.c (make_invisible_cursor): New function.
3940 (x_set_mouse_color): Call make_invisible_cursor.
3941 Set current_cursor.
3942 (x_window): Set current_cursor.
3943
3944 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
3945
3946 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
3947 inserting a character.
3948 (read_avail_input): Call frame_make_pointer_visible.
3949
3950 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
3951 (frame_make_pointer_invisible, frame_make_pointer_visible):
3952 New functions.
e044e4fc
JD
3953 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
3954
3955 * frame.h: Declare frame_make_pointer_invisible and
3956 frame_make_pointer_visible.
3957 (struct frame): Add pointer_invisible.
3958
574c8efa
JD
39592009-07-02 Jan Djärv <jan.h.d@swipnet.se>
3960
7b507248
JD
3961 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
3962 frame isn't visible.
3963 (xg_frame_resized): If width/height is -1, get size of window
3964 from X server.
3965
3966 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
3967 for MapNotify.
3968
835bdaa7 3969 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 3970 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 3971 (flush_and_sync): Reintroduce.
574c8efa 3972
3f1c6666 39732009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 3974
31fd7c5c 3975 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
3976
3977 * xterm.c (x_handle_net_wm_state): Also look for sticky.
3978 (x_term_init): Initialize Xatom_net_wm_state_sticky.
3979
3980 * frame.h: Declare Qsticky.
3981
cad9ef74
JD
3982 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
3983
3984 * nsfns.m (ns_frame_parm_handlers): Ditto.
3985
3986 * frame.c: Declare Qsticky.
3987 (frame_parms): Add sticky.
3988
3989 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
3990
3991 * xterm.h: Declare x_set_sticky.
3992
3993 * xterm.c (x_set_sticky): New function.
3994
69b16610
JD
3995 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
3996 (xg_tool_bar_menu_proxy): Attach enter/leave events to
3997 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
3998
3999 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
4000
4001 * frame.c: Qmaximized is new.
4002 (x_set_frame_parameters): Do not handle fullscreen specially.
4003 Only set width and height if explicitly set.
4004 (x_set_fullscreen): Handle Qmaximized.
4005 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
4006 (syms_of_frame): Initialize Qmaximized.
4007
1ac9108a
SM
4008 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
4009 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
4010
4011 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
4012 for Expose event. Add call to x_check_fullscreen for MapNotify event.
4013 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
4014 set gravity to NorthWestGravity when USE_GTK.
4015 (set_wm_state): New function.
31fd7c5c 4016 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
4017 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
4018 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 4019 or the case when no window manager is running. That means remove calls
3f1c6666
JD
4020 to x_real_positions and x_fullscreen_adjust.
4021
4022 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
4023 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
4024 flush_and_sync.
4025 (xg_height_changed): New function.
4026 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
4027 and gtk_window_set_policy. Set frame gravity after parsing the
4028 geometry string.
3f1c6666
JD
4029 (xg_update_frame_menubar, free_frame_menubar)
4030 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
4031 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
4032 Remove calls to xg_frame_set_char_size.
4033
fd503d99
KH
40342009-07-01 Kenichi Handa <handa@m17n.org>
4035
4036 * keyboard.c (decode_keyboard_code): New function.
4037 (tty_read_avail_input): Decode the input bytes if necessary.
4038
1ac9108a
SM
4039 * coding.c (setup_coding_system):
4040 Initialize coding->carryover_bytes to 0.
fd503d99
KH
4041 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
4042 use Qno_conversion.
4043
24ed93fb
YM
40442009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4045
4046 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
4047
99061dfc
CY
40482009-06-30 Chong Yidong <cyd@stupidchicken.com>
4049
1ac9108a 4050 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 4051
ff90fbde
JR
40522009-06-30 Jason Rumney <jasonr@gnu.org>
4053
4054 * w32term.c (w32_initialize): Use GetModuleHandle for library that
4055 is already loaded.
4056 Set user model ID if supported (bug#1849).
4057
5f445726
JM
40582009-06-29 Jim Meyering <meyering@redhat.com>
4059
4060 Remove useless if-before-xfree test.
4061 * nsfont.m (nsfont_close): Remove useless test.
4062 * term.c (delete_tty): Likewise.
4063 * w32.c (system_process_attributes): Likewise.
4064 * w32font.c (w32font_close): Likewise.
4065 * xfaces.c (x_free_gc): Likewise.
4066 * xselect.c (buffer): Likewise.
4067
b9607587
AS
40682009-06-28 Andreas Schwab <schwab@linux-m68k.org>
4069
4070 * process.c (send_process): Keep decoded string in a local
4071 variable and protect it from GC. (Bug#3521)
4072
89ba96f4
EZ
40732009-06-28 Eli Zaretskii <eliz@gnu.org>
4074
4075 * term.c (create_tty_output) [MSDOS]: #ifdef away.
4076 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
4077
098a1589
CY
40782009-06-28 Chong Yidong <cyd@stupidchicken.com>
4079
485422be
CY
4080 * xdisp.c (start_display, handle_face_prop)
4081 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
4082 (redisplay_window, try_window_id, produce_image_glyph):
4083 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 4084
098a1589
CY
4085 * xterm.c (x_update_window_begin, x_new_focus_frame)
4086 (x_scroll_bar_handle_click, handle_one_xevent)
4087 (handle_one_xevent, XTread_socket, x_focus_on_frame)
4088 (x_make_frame_visible, x_make_frame_invisible)
4089 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
4090 code chunks that are now obsolete.
4091
78c38319
MA
40922009-06-28 Michael Albinus <michael.albinus@gmx.de>
4093
4094 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
4095 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
4096 for hours, when optimzation is enabled.
4097 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
4098 (xd_read_message): Make them static.
4099
4189ed40
CY
41002009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
4101
4102 * term.c (turn_on_face): Allow simultaneously bold and dim
4103 terminal faces (Bug#3530).
4104
cd9b5e16
CY
41052009-06-27 Chong Yidong <cyd@stupidchicken.com>
4106
4e23bedb
CY
4107 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
4108
cd9b5e16
CY
4109 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
4110 truncation glyphs (Bug#3686).
4111
07cc3c35
GM
41122009-06-27 Glenn Morris <rgm@gnu.org>
4113
4114 * m/pmax.h: Restore file, with only netbsd portions.
4115
31fd7c5c 41162009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 4117
cd9b5e16 4118 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 4119
42d4a64f
KH
41202009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
4121
4122 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
4123 the arg FORCE_SYMBOL.
4124
930fe55b 41252009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
4126
4127 * fontset.c (fontset_find_font): When a usable rfont_def is found
4128 in a fallback font-group, make it the first element of the group.
4129
57ebc3fd
CY
41302009-06-24 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
4133
f084f942
KH
41342009-06-24 Kenichi Handa <handa@m17n.org>
4135
4136 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
4137 set for C.
4138 (fontset_font): Record the availability of a font for C both in
4139 the realized fontsets of the current one and the default one.
4140
2f686c87
DN
41412009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
4142
4143 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
4144 conditional, it is always defined on AIX.
4145
666e158e
MB
41462009-06-23 Miles Bader <miles@gnu.org>
4147
4148 * window.c (Vrecenter_redisplay): New variable.
4149 (syms_of_window): Initialize it.
4150 (Qtty): New extern declaration.
4151 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
4152
c6da7cd2
JM
41532009-06-23 Jim Meyering <meyering@redhat.com>
4154
1ac9108a
SM
4155 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
4156 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 4157 pointer dereferences are guaranteed to be valid.
c6da7cd2 4158
678dca3d
KH
41592009-06-23 Kenichi Handa <handa@m17n.org>
4160
74d75424
KH
4161 * emacs.c (main): Call init_font ().
4162
4163 * font.h (Vfont_log): Extern it.
4164 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
4165
4166 * font.c (font_sort_entities, font_list_entities)
4167 (font_matching_entity, font_open_entity)
4168 (font_close_object): Change font_add_log to FONT_ADD_LOG.
4169 (Vfont_log): Delete static.
4170 (font_log_env_checked): Delete this variable.
4171 (font_add_log): Don't check font_log_env_checked.
4172 (font_deferred_log): Check Vfont_log.
4173 (init_font): New function.
4174
678dca3d
KH
4175 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
4176
4177 * w32font.c: Change font_add_log to FONT_ADD_LOG.
4178
4179 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
4180
4181 * xfont.c: Change font_add_log to FONT_ADD_LOG.
4182
4183 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
4184 (face_for_char): Don't call font_deferred_log here.
4185 (font_for_char): Likewise.
4186
8a668709
CY
41872009-06-22 Chong Yidong <cyd@stupidchicken.com>
4188
9a01ee33
CY
4189 * w32term.c (x_draw_glyph_string): Use the glyph string's width
4190 rather than its background_width for drawing the overline and
4191 underline (Bug#489).
4192
4193 * xterm.c (x_draw_glyph_string): Use the glyph string's width
4194 rather than its background_width for drawing the overline and
4195 underline (Bug#489).
ec7c9926
CY
4196 (xg_default_icon_file): New variable.
4197 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
4198 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 4199
8a668709
CY
4200 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
4201 (load_overlay_strings): Remove externs.
4202 (fast_find_position): Function deleted.
4203 (mouse_face_from_buffer_pos): New function, based on
4204 fast_find_position. Correctly handle before-strings,
4205 display-strings, and after-strings (Bug#1220).
4206 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
4207
4d4c02d8
CY
42082009-06-21 Chong Yidong <cyd@stupidchicken.com>
4209
1ac9108a 4210 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
4211 (move_it_in_display_line_to, move_it_in_display_line_to)
4212 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
4213
70243478
CY
42142009-06-21 Chong Yidong <cyd@stupidchicken.com>
4215
4216 * Branch for 23.1.
4217
13087e59
JR
42182009-06-21 Jason Rumney <jasonr@gnu.org>
4219
4220 * w32term.c (keyboard_codepage): New static variable.
4221 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
4222 (w32_read_socket) [WM_CHAR]: Use it to decode character
4223 input (bug#3237).
4224 (w32_initialize): Initialize it.
4225 (codepage_for_locale): New function.
4226
4735b74e
KR
42272009-06-20 Ken Raeburn <raeburn@raeburn.org>
4228
4229 * process.c (status_message): Pass Faset index argument as a lisp
4230 object, so as to work with USE_LISP_UNION_TYPE.
4231
0e727afa
YM
42322009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4233
4234 * coding.c (Ffind_coding_systems_region_internal):
4235 Cache checked characters.
4236
cf299835
KH
42372009-06-18 Kenichi Handa <handa@m17n.org>
4238
1ac9108a 4239 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 4240
90f20d94
AS
42412009-06-18 Andreas Schwab <aschwab@redhat.com>
4242
4243 * xdisp.c (redisplay_internal): Check that the frame is still
4244 live after redisplay of its windows.
4245 (redisplay_windows): Check that the window is still live.
4246
7f1faf1c
KH
42472009-06-17 Andreas Schwab <schwab@linux-m68k.org>
4248
4249 * coding.c (detect_coding_utf_16): Fix previous change.
4250
cc13543e
KH
42512009-06-16 Kenichi Handa <handa@m17n.org>
4252
4253 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
4254 UTF-16 by checking the dispersion of Eth and Oth bytes.
4255
977b85f4
AS
42562009-06-15 Andreas Schwab <schwab@linux-m68k.org>
4257
4258 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
4259
66bd43d1
KH
42602009-06-15 Kenichi Handa <handa@m17n.org>
4261
4262 * process.c (status_message): Fix previous change. Be sure to
4263 decode a localized string.
4264
cb5ca9c5
YM
42652009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4266
4267 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
4268 add comment explaining why.
4269
ec7709ba 42702009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 4271
ec7709ba 4272 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 4273
4b7f335c
AR
42742009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
4275
4276 * nsfont.m (ns_attribute_value): Remove.
4277 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
4278 (ns_has_attribute): Shrink the normal range.
4279 (ns_findfonts): Don't worry about requested spec in determining
4280 need for synthItal.
e41820ee 4281 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 4282
73b26103
SZ
42832009-06-14 Seiji Zenitani <zenitani@mac.com>
4284
4285 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
4286
5753e4da
KH
42872009-06-11 Kenichi Handa <handa@m17n.org>
4288
4289 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
4290 overhang for the static composition case.
4291
3561b671
KH
42922009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4293
5753e4da
KH
4294 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
4295 overhang for the automatic composition case.
4296
3561b671
KH
4297 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
4298 composition case.
4299
852bbd41
CY
43002009-06-10 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * xdisp.c (get_next_display_element): When handling wrap-prefix
4303 and line-prefix, treat \n as a control character (bug#3502).
4304
9903d1e6
KH
43052009-06-10 Kenichi Handa <handa@m17n.org>
4306
4307 * font.c (font_parse_family_registry): Fix for one-char foundry.
4308 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
4309
0bcbaaaa
CY
43102009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
4311
4312 * process.c (status_message): Fix handling of multibyte signal
4313 string (Bug#3499).
4314
40aa3f13
JM
43152009-06-09 Jim Meyering <meyering@redhat.com>
4316
1f80c7e2
CY
4317 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
4318 color name is missing.
40aa3f13 4319
72d51285
KH
43202009-06-09 Kenichi Handa <handa@m17n.org>
4321
4322 * charset.c (Fmap_charset_chars): In docstring, state clearly that
4323 FROM-CODE and TO-CODE are codepoints of CHARSET.
4324
c1d04d84
AR
43252009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
4326
4327 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
4328
43292009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
4330
4331 Changes to support :script/:lang/:otf in NS font driver.
4332 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
4333 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
4334 indicate not part of font driver interface, and change callers.
4335 (ns_get_family): Remove pointless null check.
4336 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
4337 ns_spec_to_descriptor, ns_descriptor_to_entity.
4338 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
4339 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
4340 (ns_spec_to_descriptor, ns_descriptor_to_entity)
4341 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
4342 (ns_get_req_script, ns_accumulate_script_ranges)
4343 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
4344 New functions.
4345 (nsfont_list, nsfont_match): Use ns_findfonts.
4346 (nsfont_open): Use font descriptor instead of traits.
4347 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
4348 (dump_glyphstring): Rename to ns_dump_glyphstring.
4349
c7eb9816
AR
4350 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
4351
c1d04d84
AR
4352 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
4353
4354 * fontset.c (fontset_from_font): Remove NS-specific code.
4355
ec7709ba 43562009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
4357
4358 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
4359 nonactive windows.
4360
31fd7c5c 43612009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 4362
1ac9108a 4363 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 4364
68852c13 43652009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
4366
4367 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
4368
6756cd1d
CY
43692009-06-07 Chong Yidong <cyd@stupidchicken.com>
4370
4371 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
4372 account for the overflowing of newlines into the last glyph on the
4373 display line (Bug#3482).
4374
28bf482a
DR
43752009-06-05 David Reitter <david.reitter@gmail.com>
4376
ec7709ba
JB
4377 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
4378 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
4379 Fns_selection_exists_p, Fns_selection_owner_p.
4380
fdb55376
JR
43812009-06-03 Jason Rumney <jasonr@gnu.org>
4382
4383 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
4384 available. (Bug#3379)
4385
05129fbe
KH
43862009-05-29 Kenichi Handa <handa@m17n.org>
4387
1ac9108a
SM
4388 * coding.c (get_translation_table):
4389 Check Venable_character_translation.
05129fbe 4390
ec7709ba 43912009-05-26 David Reitter <david.reitter@gmail.com>
15891144 4392
ec7709ba
JB
4393 * nsterm.m (ns_raise_frame): Only raise frame if visible.
4394 (x_make_frame_visible): Move frame to front rather than calling
15891144 4395 ns_raise_frame().
ec7709ba 4396 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 4397 isn't key window.
ec7709ba 4398 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
4399 drawRect may be called by NSView even if the frame is hidden.
4400
ec7709ba
JB
4401 * nsfns.m (Fx_create_frame): Follow other ports in
4402 determining visibility; default to t. Ensure async_visible is set.
15891144 4403
21f73755
EZ
44042009-05-23 Eli Zaretskii <eliz@gnu.org>
4405
4406 * dired.c (Ffile_attributes): Doc fix.
4407
34001e41
CY
44082009-05-22 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
4411
46306a17
SM
44122009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
4415 and xfont_scratch_props.
4416 (syms_of_xfont): Do it here instead.
4417 (xfont_find_ccl_program): Delete, unused.
4418 (xfont_open): Delete unused var `i'.
4419
ef6e0694
KH
44202009-05-21 Kenichi Handa <handa@m17n.org>
4421
4422 * fontset.c (Qlatin): Don't make it static.
4423
46306a17
SM
4424 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
4425 New functions.
ef6e0694
KH
4426 (xfont_scripts_cache, xfont_scratch_props): New variables.
4427 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
4428 (xfont_list_pattern): Argument changed. Callers changed.
4429 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
4430 (xfont_list): Don't reject a font spec with :script property.
4431 (xfont_has_char): Fix setting of encoding.
4432 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
4433 xfont_scratch_props.
4434
44352009-05-19 Kenichi Handa <handa@m17n.org>
4436
46306a17 4437 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
4438 Callers changed.
4439
44402009-05-18 Kenichi Handa <handa@m17n.org>
4441
4442 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
4443
ac71ced7
SM
44442009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
4447 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
4448
1c6d1051
YM
44492009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4450
4451 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
4452 (x_delete_terminal): Dissociate resource database from display and
4453 then call XrmDestroyDatabase before closing display.
4454
9b9b779c
AR
44552009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4456
4457 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
4458 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
4459 whether selected frame is viable before raising it (based on patch
4460 by David Reitter), and improve commentary.
4461 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 4462
cccd42d5
KH
44632009-05-15 Kenichi Handa <handa@m17n.org>
4464
4465 * font.c (Ffont_spec): Check arguments.
4466
337fbd17
CY
44672009-05-14 Chong Yidong <cyd@stupidchicken.com>
4468
4469 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
4470 weight when testing attributes (Bug#3282).
4471
47a6002f
JD
44722009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4473
4474 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
4475 what we expect to get in the next ConfigureNotify event.
4476
9cb363db
YM
4477 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
4478 before Xft one (Bug#1696).
4479
b9126609
CY
44802009-05-07 David Reitter <david.reitter@gmail.com>
4481
4482 * nsfns.m (Fx_display_planes): Compute bitplanes using
4483 NSBitsPerPixelFromDepth (Bug#3207).
4484
27a69fd9
CY
44852009-05-10 Chong Yidong <cyd@stupidchicken.com>
4486
4487 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
4488
00f37552
TTN
44892009-05-10 Ulrich Mueller <ulm@gentoo.org>
4490
4491 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
4492
2d82a920
DR
44932009-05-07 David Reitter <david.reitter@gmail.com>
4494
ec7709ba
JB
4495 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
4496 Respect mouse face background.
2d82a920 4497
46b0d52d
DR
44982009-05-07 David Reitter <david.reitter@gmail.com>
4499
ec7709ba
JB
4500 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
4501 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
4502 in ns_update_begin and ns_update_end.
4503
ce1b23bb
SM
45042009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4505
5996e1b7
SM
4506 * nsfns.m (ns_get_screen): Rewrite.
4507 Don't presume selected-frame is of type `ns'.
4508
ba98e3a0
SM
4509 * font.c (font_update_drivers): Sanity fallback to avoid disabling
4510 all drivers.
4511
ce1b23bb
SM
4512 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
4513
bcda200f
YM
45142009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4515
4516 * keyboard.h (add_user_signal): Fix typo in extern.
4517
4518 * lisp.h (add_user_signal): Remove extern.
4519
4520 * unexelf.c (unexec): Consider a section to precede the .bss section
4521 if its addresses overlap that of .bss.
4522 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
4523 instead of dumping process.
4524
864660a2
SM
45252009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4526
4527 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
4528
50da4e56
SM
45292009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
4532
51520a1a
DN
45332009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4534
4535 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
4536 any statements.
4537
409ea3a1
AS
45382009-05-02 Andreas Schwab <schwab@linux-m68k.org>
4539
59c4c60f
AS
4540 * process.c (read_process_output): Make sure the current buffer is
4541 always restored.
4542
409ea3a1
AS
4543 * coding.c (record_conversion_result): Don't modify
4544 Vlast_code_conversion_error for successful result.
4545 (alloc_destination): Don't clobber conversion result. (Bug#1650)
4546
56f00ed2
KH
45472009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4548
4549 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 4550 (load_charset_map): Remove unnecessary code.
56f00ed2 4551
4491c9d2
DR
45522009-04-30 David Reitter <david.reitter@gmail.com>
4553
35f5b128 4554 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
4555 through f24.
4556
6970f632
CY
45572009-04-30 Chong Yidong <cyd@stupidchicken.com>
4558
4559 * xfaces.c (face_at_buffer_position): New arg base_face_id.
4560
4561 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
4562 face_at_buffer_position.
4563 (face_before_or_after_it_pos, get_next_display_element)
4564 (note_mouse_highlight): Update face_at_buffer_position call.
4565
4566 * term.c (term_mouse_highlight):
4567 * msdos.c (IT_note_mouse_highlight):
4568 * fontset.c (Finternal_char_font):
35f5b128 4569 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
4570
4571 * dispextern.h (face_at_buffer_position): Update prototype.
4572
0c616f63
KH
45732009-04-30 Kenichi Handa <handa@m17n.org>
4574
35f5b128 4575 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 4576
ad3aaf33
AS
45772009-04-29 Andreas Schwab <schwab@linux-m68k.org>
4578
4579 * callproc.c (Fcall_process): Fix GC protection. Make sure
4580 current buffer is always restored.
4581
c3c963a0
YM
45822009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4583
4584 * atimer.c (init_atimer): Also clear stopped_atimers.
4585
4586 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
4587
7e3386cb
YM
4588 * process.c (create_process): Clean up merger residues of
4589 2008-07-17 change.
4590
91f68422
CY
45912009-04-29 Ulrich Mueller <ulm@gentoo.org>
4592
4593 * lread.c (Vread_circle): New variable.
4594 (read1): Disable recursive read if Vread_circle is nil.
4595
24b34550
KH
45962009-04-29 Kenichi Handa <handa@m17n.org>
4597
4598 * fontset.h (set_default_ascii_font): Delete extern.
4599
4600 * fontset.c (set_default_ascii_font): Delete this unused function.
4601
4602 * frame.c (x_set_font): When ARG is a font-object, check if the
4603 font-object matches with the ASCII font-spec of the frame's
9c358bda 4604 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 4605
77bf07e1
AS
46062009-04-28 Andreas Schwab <schwab@linux-m68k.org>
4607
4608 * fns.c (Flocale_info): Protect vector from GC during decoding.
4609
4610 * process.c (Fstart_process): Protect argv strings from GC during
4611 encoding.
4612
2c55aacf
AS
46132009-04-27 Andreas Schwab <schwab@linux-m68k.org>
4614
4615 * sysdep.c: Include <ctype.h>.
4616
b892d3c9
DR
46172009-04-27 David Reitter <david.reitter@gmail.com>
4618
35f5b128 4619 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
4620 Remove commented-out code.
4621
9d0644c4
JB
46222009-04-26 Johan Bockgård <bojohan@gnu.org>
4623
4624 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
4625
b7053016
JR
46262009-04-25 Jason Rumney <jasonr@gnu.org>
4627
4628 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
4629
4e8231f3
YM
46302009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4631
4632 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
4633 Swap bytes in short integer if fringe bitmap width > 8.
4634
493dcf2c
KH
46352009-04-23 Kenichi Handa <handa@m17n.org>
4636
4637 * xfaces.c (Fx_list_fonts): If a font size is specified in
4638 PATTERN, set it in returned scalable fonts.
4639
401e9e57
CY
46402009-04-22 Chong Yidong <cyd@stupidchicken.com>
4641
708e05dc
CY
4642 * keyboard.c (Fset_input_meta_mode): Doc fix.
4643
4644 * dispnew.c (Fsend_string_to_terminal): Doc fix.
4645
1ac9108a 4646 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
4647
4648 * coding.c (Fterminal_coding_system): Doc fix.
4649
4650 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
4651 (Fx_display_pixel_height, Fx_display_planes)
4652 (Fx_display_color_cells, Fx_server_max_request_size)
4653 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
4654 (Fx_display_mm_height, Fx_display_mm_width)
4655 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
4656 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
4657 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
4658 (check_x_display_info): Handle terminal objects instead of
4659 terminal ids.
4660
401e9e57
CY
4661 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
4662 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
4663 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
4664 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 4665
df80c7f0
KH
46662009-04-21 Kenichi Handa <handa@m17n.org>
4667
5a8f12af 4668 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 4669 (font_score): Check AVGWIDTH too.
908567ef 4670
df80c7f0
KH
4671 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
4672 worst case.
1ac9108a
SM
4673 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
4674 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 4675
705af33f
JR
46762009-04-19 Jason Rumney <jasonr@gnu.org>
4677
4678 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 4679 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
4680
4681 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
4682 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
4683 get_phys_cursor_geometry.
4684
b71ac3dd 4685 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
4686 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
4687 using get_phys_cursor_geometry.
4688
4689 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
4690 correctly calculated.
4691
dc2933eb
JD
46922009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4693
1ac9108a
SM
4694 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
4695 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
4696 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
4697 is deprecated.
4698
973e7849
AS
46992009-04-18 Andreas Schwab <schwab@linux-m68k.org>
4700
4701 * font.c (font_put_frame_data): Use xfree instead of free.
4702
314d66f4
JB
47032009-04-17 Juanma Barranquero <lekktu@gmail.com>
4704
4705 * w32font.c (Qja, Qko): Remove declarations.
4706 (syms_of_w32font): Don't DEFSYM them.
4707
cf702558
CY
47082009-04-17 Chong Yidong <cyd@stupidchicken.com>
4709
4710 * font.c (Qja, Qko): Move definitions here from ftfont.c.
4711
4712 * font.h (Qja, Qko): Extern them.
4713
4714 * ftfont.c (Qja, Qko): Remove declarations.
4715
4716 * xfont.c (Qja, Qko): Remove declarations.
4717
b50504f5
KH
47182009-04-17 Kenichi Handa <handa@m17n.org>
4719
bde25748
KH
4720 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
4721 string from a vector to handle Latin-1 characters correctly.
4722
b50504f5
KH
4723 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
4724 entity even if the cache hits.
4725
f4646fff
AS
47262009-04-16 Andreas Schwab <schwab@linux-m68k.org>
4727
4728 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 4729 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 4730
e7deaab0
AS
4731 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
4732 * lisp.h: Adjust prototypes.
4733
0a0e7d49
CY
47342009-04-16 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
4737 change (Bug#3003).
4738
3c908a57
KH
47392009-04-16 Kenichi Handa <handa@m17n.org>
4740
1ac9108a 4741 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
4742
4743 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
4744 adstyle.
4745
4746 * ftfont.c (Qja, Qko): Don't make them static.
4747 (enum ftfont_cache_for): New enum.
4748 (fc_charset_table): Undo the previous change.
4749 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
4750 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
4751 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
4752 non-scarable font, try to get AVERAGE_WIDTH.
4753 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
4754 Change ft_face_cache from a list of a hash-table. Don't check
4755 `ja' and `ko' adstyle here.
4756 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
4757 FTFONT_CACHE_FOR_CHARET.
4758 (ftfont_get_charset): Undo the previous change.
1ac9108a 4759 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
4760 (ftfont_close): Likewise.
4761 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
4762
4763 * font.c (font_sort_entites): Change the meaning of the arg
4764 BEST-ONLY. Don't optimize for VEC of lenght 1.
4765 (font_select_entity): Just return the value of font_sort_entites.
4766
4767 * xfaces.c (merge_face_vectors): Reflect font properties in
4768 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
4769 font_clear_prop if a face attribute doesn't change.
4770
3c908a57
KH
4771 * charset.h (charset_ksc5601): Extern it.
4772
4773 * charset.c (charset_ksc5601): New variable.
4774 (Fdefine_charset_internal): Set charset_ksc5601.
4775 (init_charset_once): Initialize charset_ksc5601 to -1.
4776
d65859c3
DN
47772009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4778
4779 * fileio.c (history_delete_duplicates): Remove unused declaration.
4780
4781 * callint.c (history_delete_duplicates): New declaration.
4782 (Fcall_interactively): Remove command history duplicates when
4783 history_delete_duplicates is true.
4784
3ba010e5
EZ
47852009-04-14 Eli Zaretskii <eliz@gnu.org>
4786
4787 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
4788
06f19b91
KH
47892009-04-14 Kenichi Handa <handa@m17n.org>
4790
4791 * font.c (Ffont_info): Fix docstring. Fix the second element of
4792 the returned value (bug#2949).
4793
2cce8bfc
CY
47942009-04-14 Chong Yidong <cyd@stupidchicken.com>
4795
4796 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
4797
d156542d
KH
47982009-04-14 Kenichi Handa <handa@m17n.org>
4799
4800 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
4801 encoding charset is ascii_compatible.
4802
4803 * charset.c (Fdefine_charset_internal): Make charset
4804 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
4805 code_offset is 0, and covers all ASCII characters.
4806
86fa089e
SM
48072009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
4810 (ns_string_to_pasteboard_internal):
4811 * nsmenu.m (process_dialog):
4812 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
4813 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
4814 * lisp.h (Fx_load_color_file): Declare.
4815
a8a3728b
KH
48162009-04-13 Kenichi Handa <handa@m17n.org>
4817
1ac9108a 4818 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
4819 (font_select_entity): Suppress the code to optimize for the same
4820 kind of fonts.
4821 (font_load_for_lface): Get a font that supports at least ASCII
4822 characters.
4823
4824 * ftfont.c (Qja, Qko): New variables.
4825 (fc_charset_table): Delete uniquifier data for iso8859-1.
4826 (ftfont_get_latin1_charset): New function.
4827 (get_adstyle_property): New function.
4828 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
4829 bitmap fonts.
4830 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
4831 Delete iso-8859-1 range from the charset of fonts whose adstyle is
4832 `ko' or `ja'.
4833 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 4834 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
4835 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
4836 property.
4837 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
4838 (syms_of_ftfont): DEFSYM Qja and Qko.
4839
483670b5
KH
48402009-04-09 Kenichi Handa <handa@m17n.org>
4841
12b55765
KH
4842 * charset.c (map_charset_chars): For a charset of `superset'
4843 method, fix calculation of code range.
4844
483670b5
KH
4845 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
4846 from the list of extra properties.
4847 (font_clear_prop): Be sure to delete `:name' font property.
4848
57d3b93b
KH
48492009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4850
b4b2c2ca
YM
4851 * dispnew.c (redraw_overlapping_rows): Fix detection of
4852 overlapping for topmost and bottommost rows.
4853
1ac9108a 4854 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 4855
472c3609
JR
48562009-04-06 Jason Rumney <jasonr@gnu.org>
4857
4858 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
4859
ab193662
KH
48602009-04-06 Kenichi Handa <handa@m17n.org>
4861
4862 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
4863
4864 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
4865
0c26f026
KH
48662009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4867
4868 * ftfont.c (ftfont_open): Fix checking of the return value of
4869 FT_Load_Char. Fix setting font->underline_thickness.
4870
e173bbce
CY
48712009-04-04 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
4874 (Fterminal_parameters, Fterminal_parameter)
4875 (Fset_terminal_parameter): In doc string, refer to terminal
4876 objects rather than terminal ids.
4877
693a2698
EZ
48782009-04-04 Eli Zaretskii <eliz@gnu.org>
4879
4880 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
4881 ret_lim_data. (Bug#2867)
4882
d5221487
CY
48832009-04-03 Chong Yidong <cyd@stupidchicken.com>
4884
4885 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
4886 so they don't get wider than the window, matching 2006-01-23
4887 change to the partner function in xdisp.c (Bug#2800).
4888
223509a3
KH
48892009-04-03 Kenichi Handa <handa@m17n.org>
4890
4891 * print.c (print_object): Make each lowest sub_char_table start a
4892 new line (Bug#2866).
4893
74fcd0b1
KH
48942009-04-02 Kenichi Handa <handa@m17n.org>
4895
4896 * fontset.c (fontset_font): Record no-font when a fontset
4897 explicitly tells not to try another font-specs.
4898
c542407d
SM
48992009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
4900
4901 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
4902
e3869731
KH
49032009-03-30 Kenichi Handa <handa@m17n.org>
4904
d8d2f142
KH
4905 * fontset.c (fontset_from_font): Specify only registry in a
4906 font-spec for all characters supported by that registry.
4907
e3869731
KH
4908 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
4909 even if HAVE_M17N_FLT is not defined.
4910
5da5f805
CY
49112009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
4912
4913 * ftfont.c: Conditionalize prototyping and use of
4914 ftfont_variation_glyphs.
4915
ab226c50
SM
49162009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4917
9628fed7
SM
4918 * frame.c (delete_frame): Work around compiler bug.
4919
4920 * editfns.c (general_insert_function): Adjust to insdel.c changes.
4921 * insdel.c (prepare_to_modify_buffer, signal_before_change):
4922 Some more EMACS_INT.
4923 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
4924
4925 * xdisp.c (dump_glyph): Fix typo.
4926
ae19ba7c
SM
4927 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
4928 (adjust_markers_gap_motion, adjust_markers_for_delete)
4929 (adjust_markers_for_insert, adjust_point)
4930 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
4931 (make_gap, copy_text, count_size_as_multibyte, insert)
4932 (insert_and_inherit, insert_before_markers)
4933 (insert_before_markers_and_inherit, insert_1)
4934 (count_combining_before, count_combining_after, insert_1_both)
4935 (insert_from_string, insert_from_string_before_markers)
4936 (insert_from_string_1, insert_from_gap, insert_from_buffer)
4937 (insert_from_buffer_1, adjust_after_replace)
4938 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
4939 (replace_range_2, del_range, del_range_1, del_range_byte)
4940 (del_range_both, del_range_2, modify_region)
4941 (prepare_to_modify_buffer, signal_before_change)
4942 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
4943 for buffer positions and sizes.
4944 * lisp.h: Adjust prototypes accordingly.
4945
4946 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
4947 (non_regular_inserted, non_regular_nbytes, read_non_regular)
4948 (Finsert_file_contents): Use EMACS_INT for buffer positions.
4949
ab226c50
SM
4950 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
4951
46dfb8fb
JD
49522009-03-27 Jan Djärv <jan.h.d@swipnet.se>
4953
4954 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
4955 lines and columns so we keep the same pixel height and width.
4956
4957 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
4958 the property _NET_WM_STATE has changed.
46dfb8fb
JD
4959 (x_handle_net_wm_state): New function to update frame parameter
4960 fullscreen.
4961 (x_term_init): Initialize atoms for _NET_WM_STATE.
4962
4963 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
4964
d347e494
SM
49652009-03-27 Kevin Ryde <user42@zip.com.au>
4966
4967 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
4968 Gpm_GetEvent as an error that justifies closing the filedescriptor.
4969 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
4970 (Fgpm_mouse_stop): Pass that new parameter.
4971 * termhooks.h (close_gpm): Adjust prototype.
4972
84db11d6
SM
49732009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4974
c95a5008
SM
4975 * lisp.h (Fx_focus_frame): Declare.
4976
84db11d6
SM
4977 * callint.c (Fcall_interactively): For '^' just delegate the work to
4978 handle-shift-selection.
4979 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
4980
0a1958d6
CY
49812009-03-24 Chong Yidong <cyd@stupidchicken.com>
4982
0bfdff23
CY
4983 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4984
0a1958d6
CY
4985 * data.c (Qinteractive_form): New variable.
4986 (Finteractive_form): Use it.
4987
4988 * eval.c (Fcommandp): Use Qinteractive_form.
4989
58aec0d6
JR
49902009-03-24 Jason Rumney <jasonr@gnu.org>
4991
4992 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
4993 Calculate total size precisely. Decode environment variables
4994 before substituting. (Bug#38)
4995
553dd618
KH
49962009-03-24 Kenichi Handa <handa@m17n.org>
4997
4998 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 4999 encoding (Bug#2722).
553dd618 5000
c39ea606
JD
50012009-03-23 Jan Djärv <jan.h.d@swipnet.se>
5002
5003 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
5004 that gdpy is set.
5005
bc9b2b5e
AM
50062009-03-22 Alan Mackenzie <acm@muc.de>
5007
5008 * callint.c (Finteractive): Clarify the doc string - even
5009 promptless elements need \n separators.
5010
9f995a76
JR
50112009-03-22 Jason Rumney <jasonr@gnu.org>
5012
5013 * w32term.c (syms_of_w32term): Doc fix for
5014 x-use-underline-position-properties.
5015
22749e9a
EZ
50162009-03-21 Eli Zaretskii <eliz@gnu.org>
5017
5018 * w32.c (getpwuid): Change argument type to unsigned.
5019 (struct w32_id): Change type of `rid' member to unsigned.
5020 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
5021 argument ID to unsigned. All callers changed.
5022 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
5023
e00553bf
EZ
50242009-03-20 Eli Zaretskii <eliz@gnu.org>
5025
5026 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
5027 negative, produce a float value.
5028
5029 * dired.c (make_uid, make_gid): New functions.
5030 (Ffile_attributes): Use them to avoid negative UID and GID.
5031
f761d6b6
JB
50322009-03-20 Juanma Barranquero <lekktu@gmail.com>
5033
5034 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
5035 (syms_of_keyboard) <command-hook-internal, input-method-function>:
5036 Fix typos in docstrings.
5037
d507f8d7
KH
50382009-03-19 Kenichi Handa <handa@m17n.org>
5039
5040 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
5041 changed, use font_load_for_lface to get a new font object.
5042 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
5043
5044 * frame.c (x_set_font): Handle the case that ARG is a cons.
5045
c68845e0
GM
50462009-03-19 Glenn Morris <rgm@gnu.org>
5047
5048 * fileio.c (Fsubstitute_in_file_name): Doc fix.
5049
bfa49dd1
CY
50502009-03-19 Chong Yidong <cyd@stupidchicken.com>
5051
5052 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
5053
8458d4c1
KH
50542009-03-19 Kenichi Handa <handa@m17n.org>
5055
5056 * charset.c (load_charset_map_from_file): When a mapfile can't be
5057 loaded, signal an error.
5058
78e7d1fe
EZ
50592009-03-18 Eli Zaretskii <eliz@gnu.org>
5060
5061 * dired.c (Ffile_attributes): Make sure UID and GID are always
5062 positive, even if the value is too large for a positive EMACS_INT.
5063 Doc fix.
5064
5065 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
5066
5da9fdfa
YM
50672009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5068
5069 * xmenu.c (xdialog_show): Move Fredisplay call ...
5070 (Fx_popup_dialog): ... here.
5071
7519c40d
SM
50722009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * dired.c (file_name_completion): Disable the first optimization just
5075 installed, since it is not implemented correctly.
5076
2cd298e2
SM
50772009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 5080 only if the entry can affect bestmatch.
2cd298e2
SM
5081 Stop the search early, as Ftry_completion already does.
5082
48d37adf
CY
50832009-03-17 Chong Yidong <cyd@stupidchicken.com>
5084
e10c9c93 5085 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 5086
9286b16a
CY
50872009-03-15 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * keyboard.c (parse_menu_item): Don't display remappings as menu
5090 equivalent bindings (Bug#788).
5091
f7b146dc
JR
50922009-03-15 Jason Rumney <jasonr@gnu.org>
5093
5094 * w32term.h (WM_EMACS_PAINT): New message.
5095 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
5096 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
5097 before passing to lisp thread. (Bug#950)
5098
f761d6b6 50992009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 5100
d93f9575
CY
5101 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
5102 variable as it was never reset.
5103 (ns_term_init): Remove initialization of Lisp-settable defaults
5104 and ns_expand_space.
5105 (-setPanelFromDefaultValues): Remove ns_expand_space.
5106 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
5107 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
5108 i.e. no additional spacing, similar to Carbon port.
5109
d93f9575
CY
5110 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
5111 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 5112
305018ec
JD
51132009-03-14 Jan Djärv <jan.h.d@swipnet.se>
5114
5115 * sound.c (alsa_configure): Remove call to deprecated
5116 snd_pcm_sw_params_set_xfer_align.
5117
f761d6b6 51182009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
5119
5120 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
5121 after clicking in a detached tool bar.
5122 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
5123
46e722a9
SM
51242009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5125
348db3dd
SM
5126 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
5127 int/Lisp_Object mixup).
46e722a9 5128
a3d16f39
KH
51292009-03-13 Kenichi Handa <handa@m17n.org>
5130
5131 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 5132 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
5133 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
5134 (set_fontset_font): Change ARG to a vector. Handle range_list in
5135 ARG correctly.
5136 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 5137 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
5138 the above change.
5139 (fontset_from_font): Fix previous change.
fe24f56a 5140 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
5141 entry. If FONTSET is the default fontset, don't set the extra
5142 slot of the returning char-table.
5143
b066e6b6
JB
51442009-03-12 Juanma Barranquero <lekktu@gmail.com>
5145
5146 * nsfns.m (Fx_close_connection): Doc fix.
5147 (Fns_do_applescript): Reflow docstring.
5148 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
5149 (Fx_display_pixel_width, Fx_display_pixel_height)
5150 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
5151 Fix typos in docstrings.
5152 (Fns_set_alpha): Fix typos in error messages.
5153
d472514e 51542009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 5155
d472514e 5156 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
5157 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
5158 were used for such events.
5159
d472514e
JB
5160 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
5161 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 5162
d472514e 5163 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
5164 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
5165
fb930676
KH
51662009-03-11 Kenichi Handa <handa@m17n.org>
5167
ff85581a
KH
5168 * font.h (font_open_by_spec): Extern it.
5169
c50b7e98
KH
5170 * font.c (font_open_by_spec): New function.
5171 (font_open_by_name): Use font_open_by_spec.
5172
fb930676
KH
5173 * frame.c (x_set_font): When ARG is a font-object, don't alter the
5174 fontset of the frame.
5175
5176 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
5177 modify the default font of frames that use this fontset.
5178 (num_auto_fontsets): New variable.
5179 (fontset_from_font): Use num_auto_fontsets to decide a fontset
5180 name. Be sure to set FONTSET_ASCII to the correct font name.
5181 (update_auto_fontset_alist): New function.
5182
df4e8455
JB
51832009-03-11 Juanma Barranquero <lekktu@gmail.com>
5184
5185 * makefile.w32-in: Update dependencies.
5186
0a375797
AR
51872009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5188
5189 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
5190
61313fa3
SM
51912009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5192
5193 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
5194
b55103fb
CY
51952009-03-10 Chong Yidong <cyd@stupidchicken.com>
5196
5197 * lread.c (Feval_buffer): Doc fix.
5198
dde2559c
KH
51992009-03-09 Kenichi Handa <handa@m17n.org>
5200
5201 * charset.c (Qfile_name_handler_alist): Extern it.
5202 (load_charset_map_from_file): Temporarily bind
5203 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
5204
df4e8455 52052009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 5206
47f588bb
GM
5207 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
5208 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 5209
4ddf94bd
AR
52102009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5211
4c9bdfc2
AR
5212 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
5213 (x_set_window_size): Change back to calculated method of setting
5214 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
5215 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
5216 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
5217
fe41ae9e
AR
5218 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
5219
4c9bdfc2
AR
5220 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
5221 accelerator in parens under GNUstep.
5222
825d0875
KH
52232009-03-06 Kenichi Handa <handa@m17n.org>
5224
5225 These changes are to detect incorrect composition sequence without
f3b3be74 5226 looking ahead the source. (Bug#2370)
825d0875
KH
5227
5228 * coding.h: Include "composite.h".
5229 (enum compisition_state): New enum.
5230 (struct compisition_status): New struct.
5231 (struct iso_2022_spec): New member cmp_status.
5232 (struct emacs_mule_spec): New struct.
5233 (struct coding_system): New members ctext_extended_segment_len and
5234 embedded_utf_8. Change the union member
5235 spec.emacs_mule_full_support to spec.emacs_mule.
5236
5237 * coding.c (CODING_ISO_CMP_STATUS): New macro.
5238 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 5239 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
5240 (ADD_COMPOSITION_DATA): New arg nbytes.
5241 (emacs_mule_char): New arg cmp_status.
5242 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
5243 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
5244 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
5245 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
5246 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
5247 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
5248 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
5249 (EMACS_MULE_COMPOSITION_END): New macro.
5250 (emacs_mule_finish_composition): New function.
5251 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
5252 (decode_coding_emacs_mule): Avoid long looking ahead while
5253 handling composition.
5254 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
5255 (ENCODE_COMPOSITION_RULE): New macro.
5256 (finish_composition): New function.
5257 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
5258 (DECODE_COMPOSITION_START): New implementation.
5259 (DECODE_COMPOSITION_END): Likewise.
5260 (STORE_COMPOSITION_RULE): New macro.
5261 (decode_coding_iso_2022): Avoid long looking ahead while handling
5262 composition, CTEXT extended segment, and embedded UTF-8.
5263 (setup_coding_system): For a coding of type iso-2022, reset
5264 CODING_ISO_EXTSEGMENT_LEN (coding) and
5265 CODING_ISO_EMBEDDED_UTF_8 (coding).
5266 (get_translation): Delete arguments last_block, from_nchars,
5267 to_nchars. Callers changed.
5268 (produce_chars): Don't modify charbuf. Adjusted for the change of
5269 get_translation.
98a326f7 5270 (produce_composition): Adjust for the new annotation sequence.
825d0875 5271 (handle_composition_annotation): Likewise.
98a326f7 5272 (consume_chars): Adjust for the change of get_translation.
825d0875 5273
ccbc4452
AR
52742009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
5275
4ddf94bd 5276 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 5277
988a7ddb
KH
52782009-03-05 Kenichi Handa <handa@m17n.org>
5279
5280 * font.c (font_select_entity): New function.
5281 (font_find_for_lface): Use font_select_entity to select a font.
5282
5283 * fontset.c (fontset_find_font): If a font found without
a8a3728b 5284 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
5285 font with C restriction.
5286
98a326f7 52872009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 5288
be1bce46 5289 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 5290
10ea2b82
JR
52912009-03-04 Jason Rumney <jasonr@gnu.org>
5292
2c93b248 5293 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 5294 characters that have already been read. (Bug#2569)
2c93b248 5295
10ea2b82
JR
5296 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
5297 Log an error message if check_image_size failed.
5298 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 5299 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 5300
71a0c011
EZ
53012009-03-02 Eli Zaretskii <eliz@gnu.org>
5302
5303 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
5304 when decoding process output.
5305
2f63bba8
RS
53062009-03-01 Richard M Stallman <rms@gnu.org>
5307
5308 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
5309
5310 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
5311
0a9564cb
EZ
53122009-02-28 Eli Zaretskii <eliz@gnu.org>
5313
5314 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
5315 (decode_coding_emacs_mule, decode_coding_iso_2022)
5316 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
5317 (decode_coding_raw_text, decode_coding_charset)
5318 (setup_coding_system, decode_eol, decode_coding, consume_chars):
5319 Honor inhibit-eol-conversion. (Bug #2186)
5320
449148b3
JR
53212009-02-28 Jason Rumney <jasonr@gnu.org>
5322
5323 * coding.c (detect_coding_charset): If not checking latin extra,
5324 fail on characters between 0x80 and 0xA0. (Bug#2354)
5325
a4aee864
EZ
53262009-02-28 Eli Zaretskii <eliz@gnu.org>
5327
5328 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 5329 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 5330
d88bee5a
GM
53312009-02-27 Glenn Morris <rgm@gnu.org>
5332
5333 * callint.c (Finteractive): Doc fix.
5334
a808f22d
KH
53352009-02-27 Kenichi Handa <handa@m17n.org>
5336
5337 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
5338
caf8d60c
CY
53392009-02-27 Chong Yidong <cyd@stupidchicken.com>
5340
5341 * font.c (font_style_to_value): Set value for unknown symbols to
5342 100 instead of 255.
b61137ea
CY
5343 (weight_table, slant_table, width_table): Treat "unspecified" as
5344 the default value.
caf8d60c 5345
1a0de25c
JB
53462009-02-26 Juanma Barranquero <lekktu@gmail.com>
5347
5348 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
5349
8fc45744
JB
53502009-02-25 Juanma Barranquero <lekktu@gmail.com>
5351
107bd7d1
JB
5352 * lread.c (Fload): Stop checking Vloads_in_progress and signal
5353 error as soon as a recursive load is detected.
8fc45744 5354
f097e223
AR
53552009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
5356
5357 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
5358 before caching.
5359
8810a12f
KH
53602009-02-24 Kenichi Handa <handa@m17n.org>
5361
5362 * fontset.c (fontset_find_font): Fix the condition for checking
5363 unavailable font.
5364
2c7d1565
GM
53652009-02-24 Glenn Morris <rgm@gnu.org>
5366
5367 * xfaces.c (Finternal_set_font_selection_order): Remove leading
5368 whitespace that confuses documentation.
5369
a20878b6
MB
53702009-02-23 Miles Bader <miles@gnu.org>
5371
5372 * process.c (Flist_system_processes, Fprocess_attributes)
5373 (syms_of_process): Rename `system-process-attributes' to
5374 `process-attributes'.
5375
b3b58c01
AS
53762009-02-22 Andreas Schwab <schwab@linux-m68k.org>
5377
1b3b981b
AS
5378 * coding.h (struct coding_system): Make safe_charsets a pointer to
5379 unsigned char.
5380 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
5381 being 255.
5382 (SAFE_CHARSET_P): Likewise.
5383 (setup_iso_safe_charsets): Properly setup safe_charsets.
5384 (Fdefine_coding_system_internal): Likewise.
5385 (setup_coding_system): Likewise. Remove unneeded casts.
5386 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
5387 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
5388 unneeded casts.
5389
b3b58c01
AS
5390 * insdel.c (del_range_2): Don't modify gap contents when called
5391 from decode_coding_object. (Bug#1809)
5392
0b6f228c
CY
53932009-02-21 Chong Yidong <cyd@stupidchicken.com>
5394
5395 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
5396 Qfont_object.
5397 (Ftype_of): Recognize font objects.
5398
5399 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
5400
5401 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
5402 moved to data.c.
5403
52f8870b
AR
54042009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5405
5406 * nsterm.m (x_make_frame_invisible): Unset async_visible,
5407 async_iconified. Based on a patch by Christian Lynbech
5408 <christian.lynbech@tieto.com>.
5409 (EmacsView-windowDidMiniaturize:): Unset async_visible.
5410
7087d5e9
GM
54112009-02-20 Glenn Morris <rgm@gnu.org>
5412
5413 * syntax.c (Fskip_chars_forward): Fix doc typo.
5414
41d2ceef
CY
54152009-02-20 Chong Yidong <cyd@stupidchicken.com>
5416
5417 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
5418
1a3b7ca6
CY
54192009-02-19 Chong Yidong <cyd@stupidchicken.com>
5420
5421 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
5422
73cce38d
KH
54232009-02-19 Kenichi Handa <handa@m17n.org>
5424
5425 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 5426 Don't overflow coding->carryover. (Bug#2370)
73cce38d 5427
a51092ee
DN
54282009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
5429
5430 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
5431
c423ecca
KH
54322009-02-18 Kenichi Handa <handa@m17n.org>
5433
5434 * font.c (font_check_otf_features): Fix handling of `nil' element.
5435 (Ffont_spec): Describe :lang and :otf in the docstring.
5436
4c1958f4
AS
54372009-02-16 Andreas Schwab <schwab@suse.de>
5438
5439 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
5440 string.
5441
5704f39a
KH
54422009-02-16 Kenichi Handa <handa@m17n.org>
5443
5444 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 5445 (Bug#1723)
5704f39a 5446
8f0085aa
CY
54472009-02-14 Chong Yidong <cyd@stupidchicken.com>
5448
a057d86a 5449 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
5450
5451 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
5452 (handle_line_prefix): Suppress wrapping of wrap prefixes.
5453
aff01dd9
EZ
54542009-02-14 Eli Zaretskii <eliz@gnu.org>
5455
5456 * msdos.c (MAX_SCREEN_BUF): New macro.
5457 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
5458 Encode the entire run of glyphs sharing the same face, instead of
5459 doing that one glyph at a time (fixes a bug with displaying
5460 double-size characters).
5461
ba301db3
AR
54622009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
5463
5464 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
5465
5466 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
5467 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 5468 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
5469
5470 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 5471 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 5472
51d861de
SM
54732009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5474
ac146f82 5475 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
5476 invisible areas.
5477
7fed8996
JR
54782009-02-12 Jason Rumney <jasonr@gnu.org>
5479
631ea4fb
JR
5480 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
5481 (add_font_entity_to_list): Call check_face_name even when family
5482 is unspecified.
5483
cb4a3e42
JR
5484 * w32term.c (x_display_pixel_height, x_display_pixel_width):
5485 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 5486 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 5487
7fed8996 5488 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 5489 raster fonts. (Bug#2219)
7fed8996 5490
895416e3
KH
54912009-02-12 Kenichi Handa <handa@m17n.org>
5492
5493 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
5494 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
5495 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 5496 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
5497 (find_automatic_composition): While looking forward and backward,
5498 check static composition. Fix where to stop looking forward.
5499 (composition_adjust_point): Fix checking of static composition.
5500 (Fcomposition_get_gstring): Pay attention to
1dacf998 5501 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
5502
5503 * lisp.h (fast_looking_at): Extern it.
5504
5505 * search.c (fast_looking_at): New function.
5506
51d861de 5507 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
5508 <struct glyph>.u.cmp.to.
5509 (append_composite_glyph): Likewise.
5510
51d861de 5511 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
5512 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
5513 composition.
51d861de 5514 (append_composite_glyph): Adjust for the change of
895416e3
KH
5515 <strcut glyph>.u.cmp.to.
5516
8510724d
JB
55172009-02-11 Juanma Barranquero <lekktu@gmail.com>
5518
5519 * casetab.c (init_casetab_once):
5520 * coding.c (ALLOC_CONVERSION_WORK_AREA):
5521 * font.c (font_update_lface):
5522 * fontset.c (Fnew_fontset):
5523 * ftfont.c (ftfont_drive_otf):
5524 * xfont.c (xfont_open):
5525 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
5526
294fa707
SM
55272009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * fileio.c (Fwrite_region): !NILP -> CONSP.
5530
b5bfebec
AS
55312009-02-10 Andreas Schwab <schwab@suse.de>
5532
5533 * process.c (send_process): Properly relocate pointer into data
adab88bd 5534 when using encoded data. (Bug#2272)
b5bfebec 5535
cb84a2be
KH
55362009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
5537
5538 * coding.c (detect_coding_charset): Fix previous change.
5539
89e09428
JR
55402009-02-08 Jason Rumney <jasonr@gnu.org>
5541
5542 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 5543 disappeared while hourglass was displayed. (Bug #2193)
89e09428 5544
4470a277
AS
55452009-02-07 Andreas Schwab <schwab@suse.de>
5546
5547 * unexelf.c (unexec): Fix error message.
5548
3175b12a
AR
55492009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
5550
5551 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 5552 when modal window is active. (Bug #2152)
3175b12a
AR
5553 (applicationShouldTerminate:): Remove now-unneeded while loop
5554 around NSRunAlertPanel.
5555
5556 * nsmenu.m (popupSession): New file-global variable.
5557 (pop_down_menu): End the popupSession before closing dialog.
5558 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
5559 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
5560 don't query NSApp for events (just sleep instead).
5561
8434d0b8
EZ
55622009-02-07 Eli Zaretskii <eliz@gnu.org>
5563
51d861de
SM
5564 * coding.c (syms_of_coding) <translation-table-for-input>:
5565 Modify doc string to discourage use for character code unification.
8434d0b8 5566
aa82edfd
CY
55672009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5568
5569 * atimer.c (run_timers): Update pending_atimers.
5570
2d283c7c
CY
55712009-02-06 Chong Yidong <cyd@stupidchicken.com>
5572
eb306cab
CY
5573 * image.c (svg_load_image): Fix last change.
5574
2d283c7c
CY
5575 * xfns.c (Fx_create_frame): Signal an error if no font is
5576 found (Bug#2147).
5577
4d8e170e
JB
55782009-02-05 Juanma Barranquero <lekktu@gmail.com>
5579
5580 * character.c (syms_of_character) <script-representative-chars>:
5581 Fix typo in docstring.
5582
c96169a0
AR
55832009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5584
5585 * nsmenu.m (pop_down_menu): New function.
5586 (ns_popup_dialog): Call it on unwind.
5587 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
5588 call timer_check() (Bug#2154).
5589 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
5590 handling_signal is set.
5591 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
5592
31fd7c5c 5593 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
5594
5595 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
5596
5597 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
5598
51d861de
SM
5599 * keyboard.c (poll_for_input_1, handle_async_input):
5600 Set handling_signal under HAVE_NS.
c96169a0 5601
aacd8ba1
GM
56022009-02-04 Glenn Morris <rgm@gnu.org>
5603
5604 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
5605
4cb75c4b
KH
56062009-02-04 Kenichi Handa <handa@m17n.org>
5607
5608 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
5609
5610 * charset.c (Fchar_charset): New optional arg restriction.
5611
5612 * coding.h (coding_system_charset_list): Extern it.
5613
5614 * coding.c (coding_system_charset_list): New function.
5615
5616 * composite.c: Include coding.h and termhooks.h.
5617 (composition_gstring_p): Fix for the terminal case.
5618 (composition_gstring_width): Likewise.
5619 (fill_gstring_body): Likewise.
5620 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
5621 the frame.
5622 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
5623 is within a composition.
867d4bb3 5624 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
5625
5626 * term.c (encode_terminal_code): Fix handling of composition.
5627 (produce_composite_glyph): For static composition, get pixel_width
5628 from struct composition.
5629
826ba17e
AS
56302009-02-02 Andreas Schwab <schwab@suse.de>
5631
5632 * unexelf.c (unexec): Handle unaligned bss offset.
5633
8ad093db
AR
56342009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5635
5636 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
5637 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 5638
8ad093db
AR
5639 * keyboard.c (handle_interrupt): Don't call
5640 quit_throw_to_read_char() under NS.
d0a76a6e 5641
8ad093db
AR
5642 * blockinput.h: Remove NS-specific code.
5643
4d18a7a2
DN
56442009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
5645
db878925
DN
5646 * dispnew.c (window_change_signal): Don't try to get the size of a
5647 suspended tty frame.
5648 * term.c (Fresume_tty): Resize if the size has changed while the
5649 tty was suspended.
5650
4d18a7a2
DN
5651 * alloc.c (mark_stack): Properly conditionalize previous change.
5652
8984df7c
JB
56532009-01-30 Juanma Barranquero <lekktu@gmail.com>
5654
5655 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
5656 * w32term.c (w32_read_socket) [SYNC_INPUT]:
5657 Remove; this code is not used on Windows.
5658
75f4f1ac
EZ
56592009-01-30 Eli Zaretskii <eliz@gnu.org>
5660
5661 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
5662 EOLs that also has stray ^M characters.
5663
07a1e794
JB
56642009-01-30 Juanma Barranquero <lekktu@gmail.com>
5665
5666 * atimer.c (run_timers, alarm_signal_handler):
5667 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
5668 * w32inevt.c (w32_console_read_socket):
5669 * w32term.c (w32_read_socket):
5670 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
5671
a8b11cc9
CY
56722009-01-30 Chong Yidong <cyd@stupidchicken.com>
5673
5674 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
5675 Initialize it as a relative filename pattern.
5676 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
5677 (Fcall_process_region): Simplify temp file creation using
5678 temporary-file-directory.
5679
c279587b
EZ
56802009-01-29 Eli Zaretskii <eliz@gnu.org>
5681
5682 * msdos.c: Rename pending_signals to msdos_pending_signals.
5683 (sig_suspender, sigprocmask): Adjust.
5684
a8fe3242
CY
56852009-01-29 Chong Yidong <cyd@stupidchicken.com>
5686
5687 * keyboard.c (pending_signals): New var.
5688 (poll_for_input, input_available_signal, init_keyboard): Set it.
5689 (process_pending_signals): New function.
5690
5691 * lisp.h (QUIT): Check pending_signals instead of
5692 interrupt_input_pending. Use process_pending_signals.
5693
51d861de 5694 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 5695
51d861de 5696 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
5697
5698 * sysdep.c (emacs_write): Use process_pending_signals.
5699
5700 * xterm.c (XTread_socket): Update pending_signals.
5701
5702 * w32term.c (w32_read_socket): Update pending_signals.
5703
5704 * w32inevt.c (w32_console_read_socket): Update pending_signals.
5705
6570a1c4
KH
57062009-01-29 Kenichi Handa <handa@m17n.org>
5707
5708 * xftfont.c (xftfont_has_char): New function.
5709 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
5710
d72a4afa
AR
57112009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5712
5713 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
5714 under GNUstep.
5715 (ns_query_color): New declaration.
5716
5717 * nsterm.m (ns_confirm_quit): New variable.
5718 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
5719 (EmacsApp-applicationShouldTerminate:): Use it.
5720 (EmacsPrefsController): Let user set it.
5721 (ns_query_color): New function.
5722 (ns_defined_color): Use it.
5723 (ns_initialize): Drop.
5724 (ns_term_init): Add two lines from ns_initialize(), and set
5725 input_interrupt_mode to nil.
5726
5727 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 5728 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 5729
9fe78804
KH
57302009-01-28 Kenichi Handa <handa@m17n.org>
5731
5732 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
5733 (fontset_get_font_group): Remember that no font-group is specified
5734 for C.
9fe78804 5735
fa57de36
CY
57362009-01-27 Chong Yidong <cyd@stupidchicken.com>
5737
930600e9
CY
5738 * fns.c (concat): Check for string overflow (bug#1787).
5739
fa57de36
CY
5740 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
5741 Quadruple undo limits (bug#1501).
5742
7179ce7b
KH
57432009-01-27 Kenichi Handa <handa@m17n.org>
5744
5745 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
5746 directly use GT_Get_Char_index.
5747
5748 * xftfont.c (struct xftfont_info): New member `index'.
5749
5750 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 5751 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 5752
5be8fcc0
CY
57532009-01-26 Kenichi Handa <handa@m17n.org>
5754
5755 * fontset.c (fontset_find_font): Fix handling of non-cons return
5756 value of fontset_get_font_group.
5757 (fontset_font): Revert last change.
5758
19ae3e61
JR
57592009-01-26 Jason Rumney <jasonr@gnu.org>
5760
5761 * w32font.c (w32font_list_internal): Return quickly if registry is
5762 unknown. Simplify final return.
5763 (add_font_entity_to_list): Break complex logic down into more
5764 manageable chunks. Move unknown registry check to
5765 w32font_list_internal.
5766
8612b71a
AR
57672009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
5768
5769 Changes to remove Feval calls from GUI under NS.
5770
d8038940
JB
5771 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
5772 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
5773 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
5774
5775 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
5776 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
5777 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
5778 instead of NON_ASCII_KEYSTROKE_EVENT.
5779 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
5780 (EmacsApp-applicationShouldTerminate:): Query user.
5781 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
5782 instead of Feval.
5783
5784 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
5785
5786 * keyboard.c (kbd_buffer_get_event): Check for it.
5787 (keys_of_keyboard): Define lispy keys for
5788 ns-put/unput-working-text.
5789
5790 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
5791 versions.
5792 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
5793
6288ae55
CY
57942009-01-25 Chong Yidong <cyd@stupidchicken.com>
5795
5796 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 5797 setting current_buffer directly. (Bug#2044)
6288ae55 5798
289e7f8f
CY
57992009-01-24 Chong Yidong <cyd@stupidchicken.com>
5800
5ce87308 5801 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 5802 any work. (Bug#1952, bug#1990).
5ce87308 5803
64cc3cf6 5804 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 5805
b3243e6f
AR
58062009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5807
5808 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
5809 (ns_no_defaults): New declaration.
5810 (main): Use it.
e0d2e69a 5811
d900b2af 5812 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 5813
d900b2af 5814 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 5815
d900b2af
AR
5816 * nsterm.m (ns_no_defaults): New variable.
5817 (ns_initialize): Don't read defaults when ns_no_defaults.
5818 (EmacsView-readSelectionFromPasteboard:)
5819 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 5820 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
5821 (ns_dumpglyphs_stretch): New function.
5822 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 5823 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 5824
e0d2e69a
AR
5825 * nsimage.m (setPixmapData:): Set to ignore image DPI.
5826
3ac71f5d
CY
58272009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
5828
5829 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
5830 call for Sparc64.
5831
3fe53a83
AR
58322009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5833
5834 * nsfns.m:
5835 * nsgui.h:
5836 * nsmenu.m:
5837 * nsselect.m:
5838 * nsterm.h:
5839 * nsterm.m: Remove '23' comments that indicated code added during
5840 update from emacs-20 -> emacs-23.
5841
10f87c6f 58422009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
5843
5844 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 5845 ns_alternate_modifier. (Bug#1217)
a3b53a85 5846
c7cef62d
AR
5847 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
5848 Display all shortcuts, including those w/o super modifier.
5849
575fb8bd
AR
5850 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
5851
918b848b
CY
58522009-01-22 Chong Yidong <cyd@stupidchicken.com>
5853
5854 * fileio.c (Vwrite_region_post_annotation_function)
5855 (Vwrite_region_annotation_buffers): New vars.
5856 (build_annotations_unwind): Just reset
5857 Vwrite_region_annotation_buffers.
5858 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
5859 Call write-region-post-annotation-function.
5860 (build_annotations): Add to Vwrite_region_annotation_buffers if
5861 buffer changes.
5862
a39e2539
AR
58632009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5864
5865 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
5866 Tiger.
51d861de
SM
5867 * nsfns.m (ns_do_applescript):
5868 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 5869
35ed44db
AR
58702009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
5871
5872 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
5873
cbe0b5bf
AR
58742009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
5875
5876 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 5877
6049d3a0
AR
5878 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
5879
5880 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
5881 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
5882 handle Ctrl-tab. (Bug#1841)
5883 (ns_get_color): Use unsigned long long for scanned hex string value.
5884 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 5885 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 5886 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 5887 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 5888 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 5889 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 5890 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 5891
d3810c21 5892 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 5893 DPI. (Bug#1316)
d3810c21
AR
5894 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
5895 values in onTiger section.
4c7077c3 5896
e301e634
CY
58972009-01-19 Chong Yidong <cyd@stupidchicken.com>
5898
7f82490b
CY
5899 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
5900 Check return value of font_spec_from_name.
64cc3cf6 5901 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
5902
5903 * font.c (font_spec_from_name): Return Qnil if font name could not
5904 be parsed.
5905 (font_parse_name): Treat a `?' character as part of an XLFD.
5906
e301e634
CY
5907 * fns.c (Fsubstring): Doc fix.
5908
1c0db158
KH
59092009-01-19 Kenichi Handa <handa@m17n.org>
5910
51d861de 5911 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
5912 (ftfont_list): Likewise.
5913
acf20901
JB
59142009-01-18 Juanma Barranquero <lekktu@gmail.com>
5915
fff4e459
JB
5916 * dbusbind.c (Fdbus_register_signal):
5917 * process.c (conv_sockaddr_to_lisp):
5918 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
5919
acf20901
JB
5920 * callproc.c (Fgetenv_internal): Doc fix.
5921
e7abcdfb
CY
59222009-01-16 Chong Yidong <cyd@stupidchicken.com>
5923
5924 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
5925 it is not even used.
5926
b60861e6
GM
59272009-01-16 Glenn Morris <rgm@gnu.org>
5928
5929 * font.c (Ffont_variation_glyphs): Silence compiler.
5930
8db52afe
JB
59312009-01-15 Juanma Barranquero <lekktu@gmail.com>
5932
5933 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
5934 Reported by David Robinow <drobinow@gmail.com>.
5935
4cddb209
KH
59362009-01-15 Kenichi Handa <handa@m17n.org>
5937
51d861de 5938 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 5939
f247f67b
JR
59402009-01-14 Jason Rumney <jasonr@gnu.org>
5941
5942 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 5943 never a fontset. (Bug#1562)
f247f67b 5944
f56a4450
KH
59452009-01-14 Kenichi Handa <handa@m17n.org>
5946
5947 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 5948 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 5949
4e99855e
CY
59502009-01-13 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * font.c (font_clear_prop): If clearing the family, clear the font
5953 width index too.
5954
fff4e459 5955 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 5956
24f01470
JB
59572009-01-12 Juanma Barranquero <lekktu@gmail.com>
5958
5959 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
5960 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5961 functions, use sizeof.
5962
a41240a3
MR
59632009-01-12 Martin Rudalics <rudalics@gmx.at>
5964
5965 * keyboard.c (read_char): Fix case where last_nonmenu_event
5966 returned a bad value with submenus. (Bug#447)
5967
944636b8
CY
59682009-01-12 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
5971 family, clear the font width index too.
5972
0dad7c6f
JR
59732009-01-11 Jason Rumney <jasonr@gnu.org>
5974
5975 * keyboard.c (cmd_error_internal): Exit when errors occur before
5976 frame creation and not in daemon mode. (Bug#1836)
5977
7c2363af
CY
59782009-01-10 Chong Yidong <cyd@stupidchicken.com>
5979
5980 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
5981 of a display vector, backtrack.
5982 (try_window_reusing_current_matrix): Check glyph type before
5983 referencing charpos member.
5984
97b1b294
EZ
59852009-01-10 Eli Zaretskii <eliz@gnu.org>
5986
5987 Fix Bug #876:
5988
5989 * coding.c (inhibit_null_byte_detection): New variable.
5990 (detect_coding, detect_coding_system): Don't pay attention to null
5991 bytes if inhibit_null_byte_detection is non-zero.
51d861de 5992 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
5993 <inhibit-iso-escape-detection>: Doc fix.
5994
4624b6e3
JR
59952009-01-09 Jason Rumney <jasonr@gnu.org>
5996
5997 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 5998 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
5999 Only report Unicode Plane 2 fonts as unicode-sip.
6000
323b840c
CY
60012009-01-09 Chong Yidong <cyd@stupidchicken.com>
6002
51d861de
SM
6003 * xfaces.c (Fx_font_family_list): Delete function.
6004 Move compatibility version to faces.el.
323b840c 6005
51d861de 6006 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 6007
eba7400d
MR
60082009-01-09 Martin Rudalics <rudalics@gmx.at>
6009
6010 * frame.c (x_set_frame_parameters): Remember requested value for
6011 fullscreen before it's reset by the parameter handler.
6012
4b09796d
GM
60132009-01-09 Glenn Morris <rgm@gnu.org>
6014
6015 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 6016 (last_command_event): ... and update all users.
4b09796d
GM
6017 (last_input_char): For clarity, rename to...
6018 (last_input_event): ... and update all users.
6019 (last-command-char, last-input-char): Move to subr.el as aliases.
6020 * cmds.c, commands.h: Update for last_command_char rename.
6021
14ccea62
CY
60222009-01-08 Chong Yidong <cyd@stupidchicken.com>
6023
51d861de 6024 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 6025
5f004711
JR
60262009-01-08 Jason Rumney <jasonr@gnu.org>
6027
6028 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
6029 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
6030 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
6031 Don't declare.
fff4e459 6032 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
6033 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
6034
b71f6f73
KH
60352009-01-07 Kenichi Handa <handa@m17n.org>
6036
50b06221 6037 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 6038 remember the coding system used for decoding in
50b06221
KH
6039 coding_system (Bug#1039).
6040
b71f6f73 6041 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 6042 breaking the loop. (Bug#870)
b71f6f73
KH
6043 (decode_coding_utf_16, decode_coding_emacs_mule)
6044 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
6045 (decode_coding_charset): Likewise.
6046
56f668f7
MR
60472009-01-05 Martin Rudalics <rudalics@gmx.at>
6048
6049 * frame.c (x_set_frame_parameters): Make sure height (width) get
6050 applied when fullwidth (fullheight) is set. (Bug#1522)
6051
5da9424d
JB
60522009-01-04 Juanma Barranquero <lekktu@gmail.com>
6053
6054 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
6055 (utc_base): Declare as ULONGLONG, not long double.
6056 (convert_time_raw): Delete.
6057 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
6058 (initialize_utc_base): New function.
6059 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
6060 (convert_from_time_t): Use initialize_utc_base; compute result with
6061 64-bit arithmetic.
6062 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
6063
c4605e09
EZ
60642009-01-03 Eli Zaretskii <eliz@gnu.org>
6065
9acef61c 6066 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
6067 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
6068 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
6069 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
6070 [!subprocesses]: Define.
6071 (syms_of_process) [!subprocesses]: Intern and staticpro them.
6072 (Flist_system_processes, Fsystem_process_attributes)
6073 [!subprocesses]: Call list_system_processes and
6074 system_process_attributes instead of returning Qnil.
6075
9acef61c
JB
6076 * dosfns.c (system_process_attributes, list_system_processes):
6077 New functions.
c4605e09
EZ
6078
6079 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
6080
6081 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
6082 Don't use the default (no-op) implementation.
6083
8b7d0a16
JR
60842009-01-03 Jason Rumney <jasonr@gnu.org>
6085
a6d46bc1
JR
6086 * keyboard.c (parse_modifiers_uncached): Wheel events are
6087 clicks (bug#687).
6088
8b7d0a16
JR
6089 * w32term.c (x_query_colors, x_query_color): New functions.
6090
6091 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
6092 (svg_load_image): Cast returned pointers from dynamically loaded
6093 functions. Eliminate W32 specific code.
6094
bfe11752
DN
60952009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
6096
89e2438a
DN
6097 * nsfns.m (x_set_foreground_color, x_set_background_color)
6098 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
6099 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
6100 x_ prefix instead of ns_. Update references.
6101 (syms_of_nsfns): Add a FIXME comment.
6102
6103 * nsterm.m (x_set_cursor_type): New prototype.
6104 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
6105
bfe11752
DN
6106 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
6107 for Solaris instead of incorrectly providing Qutime and Qcutime.
6108
031da700
EZ
61092009-01-02 Eli Zaretskii <eliz@gnu.org>
6110
6111 * w32.c (process_times): Compute sum of utime and stime.
6112 (system_process_attributes): Add Qtime to the alist.
6113
6114 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
6115 and add them to the alist.
6116
6117 * process.c (top level) <Qtime, Qctime>: New variables.
6118 (syms_of_process): staticpro them.
6119 (Fsystem_process_attributes): Add their documentation to the doc
6120 string.
6121
6122 * process.h: Declare Qtime and Qctime.
6123
df23bf08
JR
61242009-01-02 Jason Rumney <jasonr@gnu.org>
6125
9acef61c 6126 * image.c (Qgobject): New symbol.
df23bf08
JR
6127 (syms_of_image): Initialize it.
6128 (init_svg_functions): Load some functions from gobject library.
6129
5bbdf7aa
DN
61302009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
6131
6132 * frame.c (make_terminal_frame): Remove redundant code and useless
6133 block.
6134
63136da6
AS
61352009-01-01 Andreas Schwab <schwab@suse.de>
6136
6137 * process.c (conv_sockaddr_to_lisp): Add workaround for
6138 getsockname bug on BSD.
6139
9ef69046
CY
61402009-01-01 Chong Yidong <cyd@stupidchicken.com>
6141
d6fafbe0
CY
6142 * xfns.c (x_create_tip_frame): Set border width of the X window.
6143
51d861de 6144 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 6145
f9c34147
JR
61462009-01-01 Jason Rumney <jasonr@gnu.org>
6147
9acef61c 6148 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
6149 Don't block input, as per earlier xterm.c changes.
6150
f5497e45
AR
61512008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
6152
6153 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
6154 (ns_appkit_version_int): New function.
6155 (x-server-version): Use ns_appkit_version_int and follow 21+
6156 convention of returning 3 integers.
6157
c19cab20
KH
61582008-12-30 Kenichi Handa <handa@m17n.org>
6159
6160 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
6161 (CHAR_SURROGATE_PAIR_P): New macro.
6162
6163 * font.h (struct font_driver): New member get_variation_glyphs.
6164
9acef61c 6165 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
6166 (Ffont_variation_glyphs): New function.
6167 (syms_of_font): Defsubr it.
6168
6169 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
6170 ftfont_variation_glyphs.
6171 (setup_otf_gstring): New function.
6172 (ftfont_drive_otf): Use it.
6173 (ftfont_shape_by_flt): Handle variation selector.
6174 (ftfont_variation_glyphs): New function.
6175
28cd591f
MR
61762008-12-30 Martin Rudalics <rudalics@gmx.at>
6177
6178 * frame.c (Vemacs_iconified): Remove.
6179
7f714baf
JR
61802008-12-30 Jason Rumney <jasonr@gnu.org>
6181
6182 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 6183 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 6184
9d2d22ab
CY
61852008-12-30 Chong Yidong <cyd@stupidchicken.com>
6186
6187 * indent.c (Fvertical_motion): Don't advance iterator if we have
6188 reseated to the desired position.
6189
6190 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
6191 checking for pos match.
6192
545312c2
KH
61932008-12-30 Kenichi Handa <handa@m17n.org>
6194
1ede3eb6
KH
6195 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
6196 just get the low 8-bit of the code.
6197
545312c2
KH
6198 * font.c (font_intern_prop): Validate str as multibyte.
6199
bd7bbf29
DN
62002008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6201
31e0750e
DN
6202 * dispextern.h (struct face): Move lface and hash from the middle
6203 of bitfields.
6204
bd7bbf29
DN
6205 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
6206
b5672e7c
DN
62072008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6208
6209 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
6210 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
6211 instead of intervals.h.
6212
d704470f
AS
62132008-12-26 Andreas Schwab <schwab@suse.de>
6214
6215 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
6216 cons.
6217
54b33868
MR
62182008-12-26 Martin Rudalics <rudalics@gmx.at>
6219
6220 * textprop.c (Qminibuffer_prompt): New variable.
6221 (syms_of_textprop): Initialize it.
6222 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
6223 in minibuffer-prompt face. (Bug#1662)
6224
40b615d6
JR
62252008-12-25 Jason Rumney <jasonr@gnu.org>
6226
6227 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
6228
baae5c2d
JR
62292008-12-24 Jason Rumney <jasonr@gnu.org>
6230
6231 * ralloc.c (r_alloc_reset_variable): New function.
6232
6233 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 6234 record of what points where. (Bug#716)
baae5c2d 6235
a9051c88
DN
62362008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
6237
6238 * minibuf.c (read_minibuf): Follow the non-interactive case when
6239 running as a daemon, before detaching.
6240
8b146312
AS
62412008-12-22 Andreas Schwab <schwab@suse.de>
6242
6243 * buffer.c (init_buffer): Use realloc instead of xrealloc.
6244 * gtkutil.c (free_widget_value): Use xfree instead of free.
6245
56f2de10
MR
62462008-12-22 Martin Rudalics <rudalics@gmx.at>
6247
6248 * frame.c (delete_frame): New function derived from
6249 Fdelete_frame to handle Qnoelisp value for FORCE argument.
6250 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
6251 (Fdelete_frame): Call delete_frame. Remove line from doc-string
6252 saying that FORCE non-nil doesn't run `delete-frame-functions'.
6253 * frame.h: Extern delete_frame.
6254 * window.c (window_loop):
6255 * terminal.c (delete_terminal):
6256 * xterm.c (x_connection_closed):
6257 * xfns.c (Fx_hide_tip):
9acef61c 6258 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 6259
1fc200d6
JR
62602008-12-21 Jason Rumney <jasonr@gnu.org>
6261
6262 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
6263 when character maps to .notdef character.
6264
5e252df2
SM
62652008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
6268
99b72cc4
JR
62692008-12-20 Jason Rumney <jasonr@gnu.org>
6270
6271 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 6272 a graphical frame on Windows. (Bug#1325)
99b72cc4 6273
acc49a52
JD
62742008-12-20 Jan Djärv <jan.h.d@swipnet.se>
6275
6276 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
6277
6ea15123
CY
62782008-12-20 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * minibuf.c (Fread_buffer): Doc fix.
6281
b2dab6c8
JR
62822008-12-20 Jason Rumney <jasonr@gnu.org>
6283
54ea0c87 6284 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 6285 server name in UNC paths. (Bug#719)
54ea0c87 6286
b2dab6c8 6287 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 6288 charbuf. (Bug#1035)
b2dab6c8 6289
6d1921be
DN
62902008-12-19 Daniel Engeler <engeler@gmail.com>
6291
6292 * sysdep.c (serial_configure): Fix typo.
6293
53934c98
DN
62942008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
6295
6296 * sysdep.c: Include alloca.h.
f4f634e8
DN
6297 (system_process_attributes): Add implementation for Solaris.
6298
6299 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 6300
06e111a6
DN
63012008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
6302
6303 Reorganize implementation of Flist_system_processes and
6304 Fsystem_process_attributes. No functional changes.
6305 * process.c: Don't #include pwd.h, grp.h and limits.h.
6306 (Flist_system_processes): Just call list_system_processes.
6307 (Fsystem_process_attributes): Just call system_process_attributes.
6308 (procfs_list_system_processes, time_from_jiffies)
6309 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
6310 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
6311
6312 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
6313 (list_system_processes): Rename from
6314 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
6315 Provide a do nothing implementation.
6316 (system_process_attributes): Rename from
6317 procfs_list_system_processes.
6318 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 6319 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
6320
6321 * w32.c (list_system_processes): Rename from
6322 w32_list_system_processes.
6323 (system_process_attributes): Rename from
6324 w32_system_process_attributes.
6325
6326 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
6327
6328 * process.h (w32_list_system_processes)
6329 (w32_system_process_attributes): Remove.
362654a6
JB
6330 (list_system_processes, system_process_attributes):
6331 New prototypes.
06e111a6 6332
6a705b23
KH
63332008-12-19 Kenichi Handa <handa@m17n.org>
6334
6335 * xfont.c (xfont_decode_coding_xlfd): New function.
6336 (xfont_encode_coding_xlfd): New function.
6337 (xfont_list_pattern): Decode XLFD by iso-8859-1.
6338 (xfont_list): Decode and encode XLFD by iso-8859-1.
6339 (xfont_match): Likewise.
6340 (xfont_list_family): Likewise.
6341 (xfont_open): Likewise.
6342
d66c0241 6343 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
6344 names are utf-8.
6345
d66c0241 6346 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
6347 names are utf-8.
6348
5a130941
JD
63492008-12-18 Jan Djärv <jan.h.d@swipnet.se>
6350
6351 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
6352 changed.
bfd20325
JD
6353 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
6354 clicked on a detached tool bar button.
5a130941 6355
fd95644b
DN
63562008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
6357
6358 * emacs.c (main): Print and error and exit when no data is read
6359 from the pipe.
6360
e6eee6ae
JR
63612008-12-17 Jason Rumney <jasonr@gnu.org>
6362
6363 * w32font.c (w32font_has_char): Always return -1.
6364
a35dd56b
KH
63652008-12-16 Kenichi Handa <handa@m17n.org>
6366
6367 * font.c (font_open_entity): Fix previous change.
6368
0e3635c2
DN
63692008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
6370
6371 * process.c: Include <limits.h>.
6372
d4835507 63732008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
6374
6375 * font.c (font_update_drivers): Fix mistake in reconstructing the
6376 driver list.
6377
63782008-12-16 Chong Yidong <cyd@stupidchicken.com>
6379
6380 * font.c (font_clear_cache): Fix format of font cache data.
6381
e2cbc401
CY
63822008-12-15 Chong Yidong <cyd@stupidchicken.com>
6383
6384 * xftfont.c (xftfont_open): Free Xft font pattern if
6385 XftFontOpenPattern fails.
6386
6387 * xterm.c (x_free_frame_resources): Remove extraneous call to
6388 free_frame_faces.
6389
b131d535
CY
63902008-12-13 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * xterm.c (x_delete_display): Move xim_close_dpy call to
6393 x_delete_terminal.
6394 (x_delete_terminal): Call xim_close_dpy.
6395
e6df5336
JR
63962008-12-13 Jason Rumney <jasonr@gnu.org>
6397
6398 * w32font.c (intern_font_name): New function.
6399 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
6400 (w32font_open_internal, Fx_select_font): Decode font name.
6401 (fill_in_logfont, list_all_matching_fonts): Encode font name.
6402
6403 * w32font.h (intern_font_name): Declare new function.
6404
6405 * w32uniscribe.c (add_opentype_font_name_to_list):
6406 Use intern_font_name.
6407
20d68145
CY
64082008-12-13 Chong Yidong <cyd@stupidchicken.com>
6409
9f2554de
CY
6410 * frame.c (Fdelete_frame): Call free_font_driver_list.
6411
3d9bec9a
CY
6412 * font.c (free_font_driver_list): Implement missing function.
6413
20d68145
CY
6414 * w32term.c (w32_term_init): Don't initialize the image cache
6415 here; it will be done in init_frame_faces.
6416
6417 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
6418 (struct x_display_info): Remove unused member null_pixel. New
6419 member xim_callback_data.
6420
6421 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
6422 (xim_initialize): Save pointer to callback function data.
6423 (xim_close_dpy): Free callback function data. Call XCloseIM,
6424 reverting 2008-11-04 change by David Smith.
6425 (x_term_init): Don't initialize the image cache here; it will be
6426 done in init_frame_faces. Remove ancient "null_pixel" cruft.
6427 (x_delete_display): Free x_dnd_atoms member.
6428
96f9306b
KH
64292008-12-13 Kenichi Handa <handa@m17n.org>
6430
6dec9044
JB
6431 * font.c (font_rescale_ratio): Moved from xfaces.c.
6432 Argument type changed. Handle a font-spec too.
96f9306b 6433 (font_score): Check Vface_font_rescale_alist.
6dec9044 6434 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
6435
6436 * xfaces.c (font_rescale_ratio): Moved to font.c.
6437
8d5b4964
CY
64382008-12-13 Chong Yidong <cyd@stupidchicken.com>
6439
6440 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
6441
e6df5336
JR
64422008-12-12 Jason Rumney <jasonr@gnu.org>
6443
6444 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
6445 Vwindow_system_version to the real w32 major version.
6446
97c6058a
DN
64472008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
6448
6449 * term.c (init_tty): Move setting the terminal name before the
6450 potential user: maybe_fatal.
6451
ec4e88d7
CY
64522008-12-11 Chong Yidong <cyd@stupidchicken.com>
6453
d4835507
JB
6454 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
6455 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 6456
b4233ec9
JR
64572008-12-11 Jason Rumney <jasonr@gnu.org>
6458
8ec71e23 6459 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 6460 SYMBOL_CHARSET. (Bug#547)
8ec71e23 6461
b4233ec9 6462 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 6463 size for surrogates. (Bug#1096, bug#872)
b4233ec9 6464
011a0143
JB
64652008-12-11 Juanma Barranquero <lekktu@gmail.com>
6466
6467 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
6468
3c309f34
JB
64692008-12-11 Juanma Barranquero <lekktu@gmail.com>
6470
6471 * process.c (Fsystem_process_attributes, syms_of_process):
6472 Fix typo in name of Ssystem_process_attributes.
6473 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
6474
fedc6ab5
JB
64752008-12-11 Juanma Barranquero <lekktu@gmail.com>
6476
6477 * syntax.c (Fmodify_syntax_entry): Doc fix.
6478
ba3de0e8
JB
64792008-12-10 Juanma Barranquero <lekktu@gmail.com>
6480
6481 * font.c (Ffont_spec): Move usage to end of docstring.
6482
174f1c74
JR
64832008-12-10 Jason Rumney <jasonr@gnu.org>
6484
6485 * w32font.c (Qcham): New symbol.
6486 (font_supported_scripts): Add cham, and comments for other new
6487 scripts in bitfield from OpenType spec.
9d32f818
JR
6488 (add_font_entity_to_list): Limit unicode-sip fonts to those that
6489 contain characters beyond the bmp.
174f1c74 6490
7b649478
KH
64912008-12-10 Kenichi Handa <handa@m17n.org>
6492
6493 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 6494 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
6495 Qunicode_sip.
6496
2133e2d1
JB
64972008-12-10 Juanma Barranquero <lekktu@gmail.com>
6498
6499 * coding.c (QCdefault_char): Rename from QCdefalut_char.
6500 (Fcoding_system_put): Use QCdefault_char.
6501 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
6502
9af886ee
CY
65032008-12-09 Chong Yidong <cyd@stupidchicken.com>
6504
74d819eb
CY
6505 * xftfont.c (syms_of_xftfont): Fix typo.
6506
4ccfa1c0 6507 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 6508
7c19d3ae
DN
65092008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6510
6511 * emacs.c (main): Close daemon_pipe on exec.
6512
567826bb
CY
65132008-12-08 Chong Yidong <cyd@stupidchicken.com>
6514
6515 * termchar.h (struct tty): New members termcap_term_buffer and
6516 termcap_strings_buffer.
6517
6518 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 6519 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
6520 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
6521 All callers changed.
6522 (init_tty): Store termcap data and string buffers in new struct
6523 tty members termcap_term_buffer and termcap_strings_buffer.
6524 (delete_tty): Free them.
4ccfa1c0 6525 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 6526
aa96c42b
SZ
65272008-12-07 Seiji Zenitani <zenitani@mac.com>
6528
6529 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 6530 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 6531
b7e1d896
CY
65322008-12-06 Chong Yidong <cyd@stupidchicken.com>
6533
6534 * coding.c (make_conversion_work_buffer): Disable buffer
6535 modification hooks in the work buffer.
6536
b5ec91a5
EZ
65372008-12-05 Eli Zaretskii <eliz@gnu.org>
6538
6539 * process.c (procfs_system_process_attributes): If `nread' has a
6540 negative value, assign zero to it.
6541
a5d2a52b
CY
65422008-12-05 Chong Yidong <cyd@stupidchicken.com>
6543
68c5540b 6544 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 6545
7bf1bb21
KH
65462008-12-05 Kenichi Handa <handa@m17n.org>
6547
6548 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
6549 second character is a combining character.
6550
2fdc7d00
EZ
65512008-12-05 Eli Zaretskii <eliz@gnu.org>
6552
6553 * process.c (procfs_system_process_attributes): Don't use cmd,
6554 cmdsize, and q without initializing them first.
6555
bf6bfba8
JR
65562008-12-04 Jason Rumney <jasonr@gnu.org>
6557
6558 * w32font.c (w32font_draw): Initialize orig_clip before getting
6559 it, and delete it when finished.
6560
a3b1a468
DN
65612008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6562
6563 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
6564 case when running as a daemon before detaching.
6565
8b8be8eb
JB
65662008-12-03 Juanma Barranquero <lekktu@gmail.com>
6567
805f2638 6568 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 6569
b1bde622
KH
65702008-12-03 Kenichi Handa <handa@m17n.org>
6571
e500c47d
KH
6572 * font.c (font_at): Set `multibyte' at first.
6573
ca516334
KH
6574 * coding.c (decode_coding_charset): Check type of an element of
6575 vector VALIDS.
7bf1bb21 6576 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 6577
4ccfa1c0 6578 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
6579 (font_for_char): Likewise.
6580
1e5ecd37
CY
65812008-12-03 Chong Yidong <cyd@stupidchicken.com>
6582
d5b01609 6583 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
6584 (font_update_lface): Handle fonts with corrupted size specs,
6585 i.e. non-int and non-float.
d5b01609 6586
11e3a6e4 6587 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 6588 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 6589 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 6590
ab06788b
CY
6591 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
6592
1e5ecd37 6593 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 6594 underline_minimum_offset for underline position.
1e5ecd37 6595
63c125ab
DN
65962008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
6597
6598 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
6599
6600 * character.c (c_string_width): Specify the type for LEN.
6601
3a8406e1
KH
66022008-12-03 Kenichi Handa <handa@m17n.org>
6603
4ccfa1c0 6604 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 6605 (decode_coding_utf_8): Likewise.
4ccfa1c0 6606 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 6607 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 6608
651df7d9
CY
66092008-12-02 Chong Yidong <cyd@stupidchicken.com>
6610
6611 * keyboard.c (make_lispy_position): Only use PT if the selected
6612 window is current.
6613
1f625c6c
AS
66142008-12-02 Andreas Schwab <schwab@suse.de>
6615
f7741ce9
AS
6616 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
6617
1f625c6c
AS
6618 * doprnt.c (doprnt1): Fix size of charbuf.
6619
92bc2678
CY
66202008-12-02 Chong Yidong <cyd@stupidchicken.com>
6621
6622 * keyboard.c (timer_check): Revert last change.
6623
93b9e8cc
JB
66242008-12-02 Juanma Barranquero <lekktu@gmail.com>
6625
6626 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
6627
fd7a37d5
JB
66282008-12-01 Juanma Barranquero <lekktu@gmail.com>
6629
6630 * makefile.w32-in: Update dependencies.
6631 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
6632
c115043b
AS
66332008-12-01 Andreas Schwab <schwab@suse.de>
6634
6635 * font.c (register_font_driver): Use xmalloc.
6636 (font_put_frame_data): Likewise.
6637
f5668d2a
CY
66382008-12-01 Chong Yidong <cyd@stupidchicken.com>
6639
860d96be
CY
6640 * xfaces.c (realize_x_face): Make abort condition clearer.
6641
f5668d2a
CY
6642 * gtkutil.c (update_frame_tool_bar): Initialize variable.
6643
379c17e7
CY
66442008-11-30 Chong Yidong <cyd@stupidchicken.com>
6645
6646 * keyboard.c (timer_check): After a timer runs, ensure that the
6647 selected window's buffer is current.
6648
35f36d65
JB
66492008-11-30 Juanma Barranquero <lekktu@gmail.com>
6650
f952c61c
JB
6651 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
6652 It was accidentally restored by the Unicode merge.
6653
35f36d65
JB
6654 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
6655
b23077df
JB
66562008-11-29 Juanma Barranquero <lekktu@gmail.com>
6657
6658 * w32proc.c: Include "coding.h".
6659 (Fw32_short_file_name): Encode filename passed to Windows API.
6660 (Fw32_long_file_name): Encode filename passed to Windows API and
6661 decode back the result. (Bug#1433)
6662
b8ebe9dd
KH
66632008-11-29 Kenichi Handa <handa@m17n.org>
6664
8cc53f96
KH
6665 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
6666 not before accessing it.
6667
b8ebe9dd
KH
6668 * charset.c (Fdefine_charset_internal): After calculating
6669 min_char, max_char, and fastmap, copy the charset structure again.
6670 (encode_char): Fix the previous change.
6671
59bc82c0
SZ
66722008-11-28 Seiji Zenitani <zenitani@mac.com>
6673
6674 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
6675
6676 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
6677
6678 * nsterm.m (x_set_frame_alpha): New function.
6679
32247e3d
EZ
66802008-11-27 Eli Zaretskii <eliz@gnu.org>
6681
6682 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
6683
b003e5ff
JB
66842008-11-27 Juanma Barranquero <lekktu@gmail.com>
6685
6686 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
6687 pointer to check_face_name.
6688
708550f5
KH
66892008-11-27 Kenichi Handa <handa@m17n.org>
6690
6691 * category.h (SET_CATEGORY_SET): Call set_category_set.
6692 (set_category_set): Extern it.
6693
6694 * category.c (hash_get_category_set): New function.
6695 (Fmodify_category_entry): Adjusted for the change of
6696 char_table_ref_and_range. Call hash_get_category_set to get a
6697 category set to store in the table.
6698
6699 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
6700 Funify_charset.
6701
2ae37cf0 6702 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
6703 (DECODE_CHAR): Check if the decoder vector is ready.
6704 (ENCODE_CHAR): Check if the encoder char-table is ready.
6705 (maybe_unify_char): Extern it.
6706
6707 * charset.c (Vchar_unified_charset_table): Delete it.
6708 (inhibit_load_charset_map): New variable.
6709 (temp_charset_work): New variable.
6710 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
6711 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
6712 New macros.
6713 (load_charset_map): Meaning of control_flag changed. If
6714 inhibit_load_charset_map is nonzero, setup a table in
6715 temp_charset_work.
6716 (load_charset): New argument control_flag.
6717 (map_charset_for_dump): New function.
6718 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
6719 map_charset_for_dump.
6720 (Fdefine_charset_internal): If the charset method is MAP, load
6721 mapping tables by calling load_charset.
6722 (Funify_charset): Don't load a mapping table but directly set
6723 Vchar_unify_table.
6724 (maybe_unify_char): New function.
6725 (decode_char): Don't handle the deleted method MAP_DEFERRED.
6726 Handle the case of inhibit_load_charset_map being nonzero.
6727 (encode_char): Don't handle the deleted method MAP_DEFERRED.
6728 Handle the case of inhibit_load_charset_map being nonzero.
6729 (Fclear_charset_maps): Just free temp_charset_work.
6730 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
6731 variable.
6732
6733 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
6734 change of char_table_ref_and_range.
6735 (char_table_ref_and_range): Change the meaning of argument FROM
6736 and TO. Now the caller must provide initial values for *FROM
6737 and *TO.
6738
6739 * fontset.c (fontset_add): Adjusted for the change of
6740 char_table_ref_and_range.
6741 (fontset_get_font_group): Likewise.
6742 (Ffontset_info): Likewise.
6743
6744 * keymap.c (describe_vector): Adjusted for the change of
6745 char_table_ref_and_range. For char-table, put boundary between
6746 non-ASCII and 8-bit characters.
6747
6748 * print.c (print_object): For bool-vector, delete unnecessary
6749 check of ASCII_BYTE_P.
6750
9196133b
JR
67512008-11-26 Jason Rumney <jasonr@gnu.org>
6752
6753 * w32font.c (w32font_open_internal): Don't include external
9acef61c 6754 leading in font height. (Bug#879)
9196133b 6755
9f688acf
GM
67562008-11-26 Glenn Morris <rgm@gnu.org>
6757
6758 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
6759 redefinition with ifdef. (Bug#1383)
6760
90d19aff
AR
67612008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6762
6763 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
6764
4ccfa1c0 67652008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
6766
6767 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
6768 New EmacsView methods.
6769 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
6770 Fixes bug #1048,1357,1414.
6771
67722008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6773
6774 Fix bug #1362.
6775 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
6776 is not an indexed color.
6777 * nsterm.m (free_indexed_color): Add argument checking.
6778 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
6779
e7d5ecb3
CY
67802008-11-24 Chong Yidong <cyd@stupidchicken.com>
6781
6782 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
6783 Document confirm-after-completion value for
6784 minibuffer-completion-confirm.
6785
c285743c
JR
67862008-11-24 Jason Rumney <jasonr@gnu.org>
6787
6788 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
6789 warning.
6790
b0857706
JR
67912008-11-23 Jason Rumney <jasonr@gnu.org>
6792
6793 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
6794 restored before returning.
6795
6796 * w32font.c (check_face_name): New function.
6797 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 6798 fonts. (Bug#642)
b0857706 6799
ee50ff07
MR
68002008-11-22 Martin Rudalics <rudalics@gmx.at>
6801
6802 * buffer.c (Fswitch_to_buffer): Reword and mention new option
6803 confirm-nonexistent-file-or-buffer in doc-string.
6804
b8ff72fa
SM
68052008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
6808 Fix copy/paste typo. Add checks.
6809
cee53ed4
KH
68102008-11-21 Kenichi Handa <handa@m17n.org>
6811
6812 * coding.c (detect_coding_iso_2022): Reject invalid composition
6813 sequence.
6814 (DECODE_COMPOSITION_START): If the current source is the last
6815 block, and the current composition doesn't end, regard this
6816 sequence as invalid.
6817 (decode_coding_iso_2022): Handle invalid composition sequence.
6818
f6ef1e65
MR
68192008-11-20 Martin Rudalics <rudalics@gmx.at>
6820
6821 * window.c (coordinates_in_window): Don't return
6822 ON_VERTICAL_BORDER for the rightmost position of a mode/header
6823 line when the window is not the rightmost one. (Bug#1372)
6824
e08b1705
MR
68252008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
6826
6827 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
6828
ad98e89f
EZ
68292008-11-15 Eli Zaretskii <eliz@gnu.org>
6830
6831 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
6832 and bright_bg if noninteractive is non-zero.
6833
fb098a4b
CY
68342008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6835
6836 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
6837 x_draw_glyph_string_background.
6838
6839 * w32term.c (x_draw_glyph_string): Likewise.
6840
ce952b6e
CY
68412008-11-15 Chong Yidong <cyd@stupidchicken.com>
6842
6843 * xterm.c (x_draw_glyph_string): Stop drawing the background of
6844 the next glyph string once past the overhang width.
6845
6846 * nsterm.m (ns_draw_glyph_string): Likewise.
6847
6848 * w32term.c (x_draw_glyph_string): Likewise.
6849
26ea7079
CY
68502008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
6851
6852 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
6853 double file close.
6854
1c33c906
MR
68552008-11-14 Martin Rudalics <rudalics@gmx.at>
6856
6857 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
6858 dedicated status of window before attempting to display another
6859 buffer in it.
6860
8fc29035
JB
68612008-11-14 Juanma Barranquero <lekktu@gmail.com>
6862
6863 * msdos.c (Fmsdos_long_file_names):
6864 (syms_of_msdos) <dos-unsupported-char-glyph>:
6865 * dosfns.c (Fint86): Fix typos in docstrings.
6866
55fb4286
EZ
68672008-11-14 Eli Zaretskii <eliz@gnu.org>
6868
6869 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
6870
3fda0315
KY
68712008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6872
6873 * puresize.h (BASE_PURESIZE): Increase to 1260000.
6874
7e849c17
CY
68752008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
6876
6877 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
6878
6879 * frame.h: Negative alpha means "don't touch".
6880
6881 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
6882
6883 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
6884
b9fd67bd
DN
68852008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6886
6887 * hftctl.c:
6888 * chpdef.h:
6889 * acldef.h: Remove files used only for systems no longer supported.
6890
6891 * Makefile.in: Fix .o alphabetical ordering.
6892 (hftctl.o): Remove dependency, file removed.
6893 (keymap.o, print.o): Depend on charset.h.
6894
d5998e03
KH
68952008-11-10 Kenichi Handa <handa@m17n.org>
6896
2ae37cf0 6897 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 6898
be70e183
CY
68992008-11-08 Chong Yidong <cyd@stupidchicken.com>
6900
6901 * dired.c (file_name_completion): If completion_ignore_case is
6902 enabled, ignore case when checking completion-regexp-list.
6903
7cf94eac
EZ
69042008-11-08 Eli Zaretskii <eliz@gnu.org>
6905
6906 * vm-limit.c (get_lim_data): Fix last change.
6907
ee107a89
KH
69082008-11-08 Kenichi Handa <handa@m17n.org>
6909
6910 * character.c (Fget_byte): New function.
6911 (syms_of_character): Defsubr Fget_byte.
6912
5fd15622
CY
69132008-11-07 Chong Yidong <cyd@stupidchicken.com>
6914
6915 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
6916 cursor position is valid after scrolling.
6917
13d62fad
JB
69182008-11-06 Juanma Barranquero <lekktu@gmail.com>
6919
6920 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
6921
a1dd2936
GM
69222008-11-06 Glenn Morris <rgm@gnu.org>
6923
6924 * xterm.c (handle_one_xevent): Don't let popup menus cause
6925 mouse-autoselect-window related window switching. (Bug#1261)
6926
860cd236
CY
69272008-11-04 David Smith <davidsmith@acm.org> (tiny change)
6928
6929 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
6930
653a3150
AS
69312008-11-04 Andreas Schwab <schwab@suse.de>
6932
6933 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
6934
870f5cac
CY
69352008-11-03 Chong Yidong <cyd@stupidchicken.com>
6936
6937 * xfns.c (Fx_wm_set_size_hint): New function.
6938
1e02f3cb
MR
69392008-11-03 Martin Rudalics <rudalics@gmx.at>
6940
6941 * textprop.c (Fprevious_single_char_property_change): Return 0
6942 when there's no change in a string. (Bug#1301)
6943
e630dfc6
MR
69442008-11-02 Martin Rudalics <rudalics@gmx.at>
6945
6946 * frame.c (do_switch_frame): New argument NORECORD passed to
6947 Fselect_window.
6948 (Fselect_frame): New argument NORECORD passed to
6949 do_switch_frame.
6950 (Fset_frame_selected_window): New argument NORECORD passed to
6951 Fselect_frame.
6952 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
6953 in call of do_switch_frame.
6954 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
6955 Handle NORECORD argument in call of Fselect_frame.
6956 * lisp.h (do_switch_frame, Fselect_frame)
6957 (Fset_frame_selected_window): Adjust declarations.
6958 * window.c (select_frame_norecord): New function.
6959 (run_window_configuration_change_hook): Use it and call
6960 Fselect_frame with NORECORD set.
6961 (Fselect_window): Pass NORECORD to Fselect_frame.
6962 (Fset_window_configuration): Handle NORECORD argument in call of
6963 do_switch_frame.
6964 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
6965 Fset_frame_selected_window.
6966 * keyboard.c (command_loop_1): Handle NORECORD in call of
6967 Fselect_frame (currently ifdefd).
6968
9020b223
GM
69692008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
6970
6971 * emacs.c (USAGE2): Untabify.
6972
793ffee8
SM
69732008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * composite.c (fill_gstring_header): Fix copy/paste typo.
6976
ab6d1131
MR
69772008-10-31 Martin Rudalics <rudalics@gmx.at>
6978
6979 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
6980 (Fother_window): Rename argument and rewrite doc-string.
6981 (select_window_norecord): Fix return value. (Bug#1276)
6982
601a9cf1
JB
69832008-10-30 Juanma Barranquero <lekktu@gmail.com>
6984
6985 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
6986 new frames overriding foreground for tooltips. Based on similar patch
6987 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
6988
813b0652
CY
69892008-10-29 Chong Yidong <cyd@stupidchicken.com>
6990
6991 * emacs.c (Fdaemon_initialized): Initialize nfd.
6992
4414f58f
MR
69932008-10-29 Martin Rudalics <rudalics@gmx.at>
6994
6995 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
6996 (Fwindow_text_height): Clarify doc-strings.
6997 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
6998 doc-string of window-scroll-functions.
6999
ecdcaa09
RS
70002008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7001
7002 * category.c (syms_of_category): Fix typo in docstring.
7003
23fe745a
JB
70042008-10-28 Juanma Barranquero <lekktu@gmail.com>
7005
7006 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
7007 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
7008 Fix typos in docstrings.
7009
ff808935
DN
70102008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
7011
7012 * emacs.c (daemon_pipe): Make non-static.
7013 (IS_DAEMON): Move definition ...
7014 * lisp.h (IS_DAEMON): ... here.
7015 (daemon_pipe): Declare.
7016 (is_daemon): Remove.
7017 * dispnew.c (init_display): Use IS_DAEMON.
7018
fc012771
SM
70192008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
7022 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
7023
7024 * emacs.c (is_daemon): Remove.
7025 (main): Don't set is_daemon.
7026 (IS_DAEMON): New macro.
7027 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 7028 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
7029 parent exits.
7030 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
7031
d8bdbe6f
CY
70322008-10-27 Chong Yidong <cyd@stupidchicken.com>
7033
d1a072bf
CY
7034 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
7035 over-sized glyph, draw it with the default glyph width.
7036
e2e325aa
CY
7037 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
7038 glyph, draw it with the default glyph width.
7039
7040 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
7041 glyph, draw it with the default glyph width.
7042
d8bdbe6f
CY
7043 * xdisp.c (try_scrolling): When computing the distance from the
7044 scroll margin to PT, try moving some distance past the window
7045 bottom before giving up.
7046
7bfac547
MR
70472008-10-27 Martin Rudalics <rudalics@gmx.at>
7048
7049 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
7050 (Fset_window_buffer): Explain in doc-string that a window can be
7051 "strongly" dedicated to its buffer.
7052
4ff029f6
DN
70532008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
7054
7055 * emacs.c (daemon_name): New variable.
7056 (main): Deal with --daemon=SERVER_NAME.
7057 (Fdaemonp): Return a name if one was passed to --daemon.
7058
5790ef40
DN
70592008-10-26 Romain Francoise <romain@orebokech.com>
7060
f9bd0df9 7061 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
7062 (main): Create a pipe before forking, make the parent exit only after
7063 the child has closed its end of the pipe. Move closing the
7064 descriptors ...
7065 (Fdaemon_initialized): ... here. New function.
7066
f5385255
SM
70672008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7068
4d632321
SM
7069 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
7070 the previous unoptimized table.
7071
f5385255
SM
7072 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
7073 the distinction between non-nil and non-t value of `dedicated'.
7074
6c56a0f3
CY
70752008-10-25 Chong Yidong <cyd@stupidchicken.com>
7076
7077 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 7078 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 7079
fec89261
MR
70802008-10-25 Martin Rudalics <rudalics@gmx.at>
7081
7082 * window.c (Fget_buffer_window, Fdelete_windows_on)
7083 (Freplace_buffer_in_windows): Make buffer argument optional and
7084 rename to buffer_or_name.
7085
34fcddd0
CY
70862008-10-24 Chong Yidong <cyd@stupidchicken.com>
7087
f5385255
SM
7088 * xdisp.c (handle_single_display_spec, handle_display_prop):
7089 Undo 2005-05-16 change.
34fcddd0
CY
7090 (handle_stop): Pop iterator if it's loaded with an empty string.
7091 (get_overlay_strings_1): Don't save iterator if it's loaded with
7092 an empty string (bug#1201).
7093
064766f2
KH
70942008-10-24 Kenichi Handa <handa@m17n.org>
7095
7096 * ftfont.c (ftfont_otf_features): Fix previous change.
7097 (ftfont_otf_capability): Check FeatureList.FeatureCount before
7098 calling ftfont_otf_features.
7099
f9bd0df9 71002008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
7101
7102 * font.c (font_match_p): Fix for the case that a vector of
7103 characters is in script-representative-chars.
7104
1dae9197
MA
71052008-10-24 Michael Albinus <michael.albinus@gmx.de>
7106
7107 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 7108 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
7109 (xd_read_queued_messages): Catch Qdbus_error from the macros.
7110 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 7111 macro. (Bug#1186)
1dae9197 7112
f9bd0df9 71132008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
7114
7115 * s/sol2-10.h: New file.
7116
878a4584
JB
71172008-10-23 Juanma Barranquero <lekktu@gmail.com>
7118
7119 * xdisp.c (fill_glyph_string): Fix typo in source (though the
7120 poor beast has survived 9+ years and the jump from xterm.c!).
7121
cd265ca6
MR
71222008-10-23 Martin Rudalics <rudalics@gmx.at>
7123
7124 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
7125 Reword doc-string.
f5385255 7126 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 7127
472a4dc9
JB
71282008-10-23 Juanma Barranquero <lekktu@gmail.com>
7129
7130 * character.c (syms_of_character) <script-representative-chars>:
7131 <unicode-category-table>: Doc fixes.
7132
159bd5a2
NF
71332008-10-23 Noah Friedman <friedman@splode.com>
7134
7135 * coding.c (make_conversion_work_buffer): Check that
7136 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
7137 Fget_buffer_create.
7138
49f9c344
KH
71392008-10-23 Kenichi Handa <handa@m17n.org>
7140
7141 * font.c (font_add_log): Check the values of extra properties.
7142
12bb3111
MR
71432008-10-22 Martin Rudalics <rudalics@gmx.at>
7144
7145 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
7146 Reword doc-string.
7147 (Fset_window_parameter): Use NILP.
7148 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 7149 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 7150
bbeb4e99
JB
71512008-10-22 Juanma Barranquero <lekktu@gmail.com>
7152
7153 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
7154
71552008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
7156
7157 * nsfns.m (ns_appkit_version): New function.
7158 (x-server-version): Use it.
7159 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
7160 (x-server-vendor): Don't check_ns().
7161
7162 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
7163
a9b555d3
JB
71642008-10-22 Juanma Barranquero <lekktu@gmail.com>
7165
7166 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
7167 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
7168
4626499f
KH
71692008-10-22 Kenichi Handa <handa@m17n.org>
7170
e3681952
KH
7171 * syntax.c (scan_words): Call word_boundary_p instead of comparing
7172 scripts.
7173
4626499f
KH
7174 * category.c (word_boundary_p): Check scripts instead of charset.
7175 Handle nil value in word-separating-categories and
7176 word-combining-categories.
7177 (syms_of_category): Fix docstrings of word-separating-categories
7178 and word-combining-categories.
7179
1560f91a
EZ
71802008-10-21 Eli Zaretskii <eliz@gnu.org>
7181
7182 * coding.c (Fencode_coding_region, Fdecode_coding_region)
7183 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
7184
f4668441
MR
71852008-10-21 Martin Rudalics <rudalics@gmx.at>
7186
7187 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
7188 Rename arg "buffer" to "buffer_or_name".
7189 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
7190 it optional.
7191 (no_switch_window): Remove since the return value is not used.
a9b555d3 7192 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
7193 Consider window as dedicated when Fwindow_dedicated_p returns a
7194 non-nil value.
7195 * lisp.h: Remove prototype for no_switch_window.
7196
fd75ddb2
JD
71972008-10-21 Jan Djärv <jan.h.d@swipnet.se>
7198
7199 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 7200 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 7201
07295713
KH
72022008-10-21 Kenichi Handa <handa@m17n.org>
7203
7204 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
7205 check Vlatin_extra_code_table.
7206
712adc82
EZ
72072008-10-20 Eli Zaretskii <eliz@gnu.org>
7208
7209 * fileio.c (Fset_file_modes): Doc fix.
7210
f549eb0b
MA
72112008-10-19 Michael Albinus <michael.albinus@gmx.de>
7212
7213 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
7214 in arrays.
7215
aac0c6e3
MR
72162008-10-19 Martin Rudalics <rudalics@gmx.at>
7217
7218 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
7219 Mention kill-buffer in doc-string.
7220 (Fset_window_buffer): Reinsert tem check removed in last commit.
7221 (Fenlarge_window, Fshrink_window): Have argument names and
7222 doc-string follow Elisp manual more closely.
7223
72242008-10-18 Eli Zaretskii <eliz@gnu.org>
7225
7226 * fileio.c (Fset_file_modes): Doc fix.
7227
72282008-10-18 Martin Rudalics <rudalics@gmx.at>
7229
7230 * window.c (Fwindow_width, Fset_window_start)
7231 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
7232 (Fdelete_windows_on, Freplace_buffer_in_windows):
7233 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
7234 (Fwindow_dedicated_p): Make window argument optional.
7235 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
7236 (Fset_window_buffer): Respect any non-nil dedicated value for
7237 window. Rename "buffer" argument to "buffer_or_name".
7238
72392008-10-18 Ulrich Mueller <ulm@gentoo.org>
7240
7241 * m/sh3.h: New file, machine description for SuperH.
7242
72432008-10-17 Martin Rudalics <rudalics@gmx.at>
7244
7245 * window.c (Fsplit_window): Rename arg horflag to horizontal.
7246
72472008-10-17 Kenichi Handa <handa@m17n.org>
7248
7249 * ftfont.c (ftfont_otf_features): Fix indexing
7250 gsub_gpos->FeatureList.Feature. Check the validity of indices.
7251
72522008-10-16 Magnus Henoch <mange@freemail.hu>
7253
7254 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
7255 (Fdbus_call_method_asynchronously): Ditto.
7256 This change makes C-h f display the argument list.
7257
72582008-10-16 Chong Yidong <cyd@stupidchicken.com>
7259
7260 * fileio.c (Fexpand_file_name): Doc fix.
7261
7262 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
7263 of :foreground and :background equivalent to unspecified (20.x
7264 compatibility).
7265
72662008-10-15 Eli Zaretskii <eliz@gnu.org>
7267
7268 * buffer.c (syms_of_buffer): Doc fix.
7269
72702008-10-14 Kenichi Handa <handa@m17n.org>
7271
7272 * font.c (font_clear_prop): When clearing font width, clear the
7273 average width field too.
7274
72752008-10-12 Andreas Schwab <schwab@suse.de>
7276
7277 * ftfont.c (ftfont_shape_by_flt): Make static.
7278 * ftfont.h (ftfont_shape_by_flt): Don't declare.
7279
7280 * font.c: Don't include <m17n-flt.h>.
7281
72822008-10-10 Eli Zaretskii <eliz@gnu.org>
7283
7284 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
7285
72862008-10-09 Eli Zaretskii <eliz@gnu.org>
7287
7288 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
7289 away code.
7290
72912008-10-09 Chong Yidong <cyd@stupidchicken.com>
7292
7293 * dispnew.c (update_text_area): Avoid looping due to large glyph
7294 overhangs (bug#1070).
7295
72962008-10-09 Kenichi Handa <handa@m17n.org>
7297
7298 * fontset.c (face_for_char): If face->fontset is negative, just
7299 return ascii_face.
7300
f5385255
SM
7301 * font.c (font_delete_unmatched): Fix previous change.
7302 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
7303
73042008-10-09 Martin Rudalics <rudalics@gmx.at>
7305
7306 * frame.c (Fraise_frame): On text-only terminals select frame in
7307 order to make it visible. (Bug#1061)
7308
73092008-10-08 Chong Yidong <cyd@stupidchicken.com>
7310
7311 * fontset.c (fontset_find_font): Check frame validity.
7312
73132008-10-07 Chong Yidong <cyd@stupidchicken.com>
7314
a9b555d3 7315 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
7316 (xg_display_close): Allow Emacs to close all displays (bug#985).
7317
73182008-10-06 Andreas Schwab <schwab@suse.de>
7319
f5385255 7320 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
7321
73222008-10-06 Chong Yidong <cyd@stupidchicken.com>
7323
f5385255 7324 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 7325
a9b555d3 7326 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
7327
7328 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
7329 during initialization.
7330
73312008-10-04 Eli Zaretskii <eliz@gnu.org>
7332
7333 * xdisp.c (redisplay_internal): If frame switched, redisplay the
7334 whole thing on MSDOS frames as well as on a TTY.
7335
7336 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
7337 well as for TTY.
7338 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
7339 well as on a TTY.
7340
7341 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
7342 as well as for TTY.
7343
7344 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
7345
7346 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
7347 MSDOS frames as well.
7348
73492008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7350
7351 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
7352 correct arguments.
b71ac3dd 7353 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
7354
73552008-10-03 Glenn Morris <rgm@gnu.org>
7356
7357 * emacs.c (USAGE1): Add --daemon.
7358
73592008-10-02 Eli Zaretskii <eliz@gnu.org>
7360
7361 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
7362 100, so it's in percents as advertised.
7363
73642008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
7365
7366 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
7367 (ns_output.current_cursor, ns_output.desired_cursor)
7368 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
7369 (FRAME_NEW_CURSOR_COLOR): Remove.
7370
7371 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 7372 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
7373 enumeration (HOLLOW_BOX_CURSOR, etc.).
7374
7375 * nsterm.m (ns_frame_rehighlight): Remove commented code.
7376 (draw_window_cursor): Simplify code.
f5385255
SM
7377 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
7378 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 7379 updates manually.
a9b555d3
JB
7380 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
7381 Use core Emacs cursor types.
aac0c6e3 7382
b8ff72fa 7383 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
7384
73852008-10-02 Martin Rudalics <rudalics@gmx.at>
7386
7387 * process.c (Faccept_process_output): Fix doc-string.
7388
73892008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
7390
7391 * gmalloc.c (__sbrk): Also define for uClibc.
7392
7393 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
7394 for uClibc.
7395
73962008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7397
7398 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
7399 styles.
7400 (nsfont_open): Reenable the cache.
7401
74022008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
7403
7404 * font.c (font_matching_entity): Reflect ATTRS in font selection.
7405 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
7406
74072008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7408
7409 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
7410 a suspended terminal.
7411
74122008-09-30 Michael Albinus <michael.albinus@gmx.de>
7413
7414 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
7415
74162008-09-30 Eli Zaretskii <eliz@gnu.org>
7417
7418 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
7419
74202008-09-30 Chong Yidong <cyd@stupidchicken.com>
7421
7422 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
7423 in a continued line coincides with a line beginning.
7424
74252008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
7426
7427 * nsfont.m (nsfont_trait_distance): Fix bug.
7428 (nsfont_list): Return a list rather than a vector (syncs with Handa
7429 changes of 2008-05-14).
7430 (nsfont_open): Improve logging.
7431
74322008-09-29 Andreas Schwab <schwab@suse.de>
7433
7434 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
7435
74362008-09-28 Martin Rudalics <rudalics@gmx.at>
7437
7438 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
7439 name as char-resolve-modifiers.
7440 Reported by: Markus Triska <markus.triska@gmx.at>
7441
74422008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
7443
7444 * dispnew.c (init_display): Return earlier when running as a daemon.
7445
74462008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7447
7448 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
7449
74502008-09-27 Eli Zaretskii <eliz@gnu.org>
7451
7452 * composite.c (Fcomposition_get_gstring)
7453 (Fcompose_region_internal, Fcompose_string_internal)
7454 (Ffind_composition_internal): Doc fix.
7455 (syms_of_composite) <compose-chars-after-function>: Doc fix.
7456 (syms_of_composite) <auto-composition-function>: Doc fix.
7457 (syms_of_composite) <composition-function-table>: Doc fix.
7458
74592008-09-25 Chong Yidong <cyd@stupidchicken.com>
7460
7461 * search.c (wordify): New argument for lax word-ends.
7462 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
7463
74642008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7465
7466 * lisp.h (is_daemon): Declare.
7467 * dispnew.c (init_display): Do not try to initialize the terminal
7468 when running as a daemon.
7469
74702008-09-22 Chong Yidong <cyd@stupidchicken.com>
7471
7472 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
7473 x_display_pixel_height.
7474
74752008-09-22 Martin Rudalics <rudalics@gmx.at>
7476
7477 * undo.c (record_point): Don't call Fundo_boundary for first
7478 change. (Bug#731)
7479
74802008-09-22 Juanma Barranquero <lekktu@gmail.com>
7481
7482 * emacs.c (Fdaemonp): Doc fix.
7483
74842008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
7485
7486 * emacs.c (main): Place #ifdef in the proper place.
7487
74882008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7489
7490 * emacs.c (standard_args): Add --daemon.
7491 (main): Disconnect from the terminal when --daemon is passed.
7492 (is_daemon): New variable.
7493 (Fdaemonp): New function.
7494 (syms_of_emacs): Defsubr it.
7495
74962008-09-20 Chong Yidong <cyd@stupidchicken.com>
7497
7498 * xdisp.c (get_next_display_element): Handle string display
7499 correctly when checking for the end of a box run.
7500
75012008-09-20 Glenn Morris <rgm@gnu.org>
7502
7503 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
7504 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
7505 (Frename_file): Avoid copying to trash if a rename involves
7506 a delete. (Bug#964).
7507
75082008-09-20 Eli Zaretskii <eliz@gnu.org>
7509
7510 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
7511 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
7512 frames as well as termcap frames.
7513 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
7514 get_named_tty.
7515
75162008-09-19 Eli Zaretskii <eliz@gnu.org>
7517
7518 * process.c (procfs_system_process_attributes): Fix cmdline in
7519 case /proc/PID/cmdline is empty.
7520
7521 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
7522 x_display_pixel_height.
7523
75242008-09-19 Juanma Barranquero <lekktu@gmail.com>
7525
7526 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
7527
7528 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
7529 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
7530
75312008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
7532
7533 * dispextern.h (struct it): Move line_wrap away from the middle of
7534 bitfields. Move voffset in struct iterator_stack_entry after the
7535 bitfields. Move tab_width near after another short.
7536
75372008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
7538
7539 * frame.h (struct frame): Move alpha from the middle of bitfields.
7540
7541 * window.h (struct window): Move frozen_window_start_p after the
7542 rest of the bitfields to reduce padding.
7543
75442008-09-18 Chong Yidong <cyd@stupidchicken.com>
7545
7546 * xterm.h (x_display_info): Remove `height' and `width' members.
7547
7548 * nsterm.h (ns_display_info): Remove `height' and `width' members.
7549
7550 * w32term.h (w32_display_info): Remove `height', `width',
7551 `height_in', and `width_in' members.
7552
b8ff72fa
SM
7553 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7554 New functions.
aac0c6e3
MR
7555 (x_calc_absolute_position): Use them.
7556 (x_term_init): Omit removed `height' and `width' members.
7557
b8ff72fa
SM
7558 * w32term.c (x_display_pixel_height, x_display_pixel_width):
7559 New functions.
aac0c6e3
MR
7560 (w32_read_socket, x_calc_absolute_position): Use them.
7561 (w32_initialize_display_info, w32_term_init): Omit removed members
7562 of w32_display_info.
7563
b8ff72fa
SM
7564 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
7565 New functions.
7566 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 7567
b8ff72fa
SM
7568 * xterm.c (x_display_pixel_height, x_display_pixel_width):
7569 New functions.
aac0c6e3
MR
7570 (x_calc_absolute_position): Use them.
7571 (x_term_init): Omit removed `height' and `width' members.
7572
7573 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
7574 (compute_tip_xy):
7575 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
7576 * xmenu.c (menu_position_func): Use x_display_pixel_height and
7577 x_display_pixel_width.
7578
75792008-09-18 Kenichi Handa <handa@m17n.org>
7580
7581 * composite.c (fill_gstring_header): Don't check FROM and TO here.
7582 (composition_compute_stop_pos): Fix handling of static composition.
7583 (Fcomposition_get_gstring): Check FROM and TO at first.
7584
75852008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7586
46e722a9 7587 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
7588 mixup (YAILOM).
7589
75902008-09-17 Chong Yidong <cyd@stupidchicken.com>
7591
7592 * indent.c (Fvertical_motion): Use position reported by iterator
7593 instead of PT for determining screen motion (bug#943).
7594
75952008-09-17 Romain Francoise <romain@orebokech.com>
7596
7597 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
7598
75992008-09-17 Kenichi Handa <handa@m17n.org>
7600
7601 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
7602
7603 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
7604 if necessary.
7605
76062008-09-16 Kenichi Handa <handa@m17n.org>
7607
7608 * coding.c (make_conversion_work_buffer): Avoid calling
7609 Fget_buffer_create if it is not necessary.
7610
76112008-09-15 Martin Rudalics <rudalics@gmx.at>
7612
7613 * window.c (Fselect_window): Don't update window_select_count and
7614 use_time when norecord is not nil.
7615
76162008-09-14 Kenichi Handa <handa@m17n.org>
7617
7618 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
7619 specpdl_ptr.
7620
76212008-09-12 Kenichi Handa <handa@m17n.org>
7622
7623 * indent.c (scan_for_column): Don't handle automatic composition
7624 if the current buffer is not associated with a window.
7625
7626 * composite.c (composition_reseat_it): If the current buffer is
7627 not associated with a window, ignore the automatic composition.
7628 (find_automatic_composition): Likewise.
7629
76302008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
7633 (Fgpm_mouse_stop): Use it.
7634 * termhooks.h (close_gpm): Declare.
7635 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
7636 connection if Gpm_GetEvent fails.
7637
7638 * window.c (set_window_buffer): Always preserve current-buffer.
7639
76402008-09-12 Glenn Morris <rgm@gnu.org>
7641
7642 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
7643
76442008-09-11 Glenn Morris <rgm@gnu.org>
7645
7646 * charset.c (charset-map-path): Doc fix.
7647
76482008-09-10 Kenichi Handa <handa@m17n.org>
7649
7650 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
7651
7652 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
7653 compose a grapheme cluster with the preceding base glyph.
7654
7655 * composite.c (composition_compute_stop_pos): Fix previous change.
7656 Reset cmp_it->id to -1 at first.
7657
76582008-09-10 Glenn Morris <rgm@gnu.org>
7659
7660 * Makefile.in (character.o, chartab.o): Fix config.h typo.
7661
76622008-09-09 Chong Yidong <cyd@stupidchicken.com>
7663
7664 * keyboard.c (read_key_sequence): Reapply translation maps when
7665 switching keyboards.
7666
76672008-09-09 Kenichi Handa <handa@m17n.org>
7668
7669 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
7670 characters.
7671
7672 * composite.c (FORWARD_CHAR): Fix calculation
7673 of (POSITION).pos_byte.
7674 (composition_compute_stop_pos): Limit the search of composition to
7675 at most 500 characters ahead. If we reach the limit or find a
7676 newline, set cmp_it->ch to -2 and return 0.
7677 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
7678
76792008-09-08 Kenichi Handa <handa@m17n.org>
7680
7681 * indent.c (Fvertical_motion): Be sure to set
7682 it_overshoot_expected if it.cmp_it.id is non-negative.
7683
76842008-09-07 Andreas Schwab <schwab@suse.de>
7685
7686 * callproc.c (Fcall_process): Don't hold references to string data
7687 across garbage collection. Move initialisation of new_argv down
7688 to avoid compiler bug.
7689
76902008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7691
7692 * process.c (Fsystem_process_attributes): Doc fix.
7693
76942008-09-07 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * callproc.c (Fcall_process): Canonicalize current directory name.
7697
7698 * xdisp.c (move_it_to): When moving by vpos, ensure that the
7699 iterator advances to the next line if the current line ends in a
7700 continued tab.
7701
77022008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
7703
7704 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
7705 member to point to cmp_from.
7706
7707 * xdisp.c: Doc fix for references to gidx data member.
7708
77092008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7710
7711 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
7712
77132008-09-07 Kenichi Handa <handa@m17n.org>
7714
7715 * composite.c (FORWARD_CHAR): Check STOP after
7716 incrementing (POSITION).pos.
7717
77182008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7719
7720 * process.c (Fsystem_process_attributes): Doc fix.
7721
77222008-09-06 Chong Yidong <cyd@stupidchicken.com>
7723
7724 * keyboard.c (Ftop_level): Doc fix.
7725
77262008-09-06 Eli Zaretskii <eliz@gnu.org>
7727
7728 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
7729 minibuffer, don't let lower part of menu invade the echo area.
7730
7731 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
7732 "char *q" to access menu text and advance through it. Revert the
7733 change that displayed ">" instead of ASCII character 0x10.
7734
77352008-09-05 Eli Zaretskii <eliz@gnu.org>
7736
7737 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
7738 toggle boxes and radio buttons on MS-DOS as well.
7739
77402008-09-05 Kenichi Handa <handa@m17n.org>
7741
7742 * composite.c (autocmp_chars): Check lookback count.
7743 (composition_compute_stop_pos): Set cmp_it->lookback.
7744 (composition_reseat_it): Check lookback count.
7745 (struct position_record): New struct.
7746 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
7747 (find_automatic_composition): New function.
7748 (composition_adjust_point): Use find_automatic_composition.
7749
7750 * dispextern.h (struct composition_it): New member lookback.
7751
77522008-09-02 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
7755 if moving by a single line.
7756
77572008-09-02 Andreas Schwab <schwab@suse.de>
7758
7759 * xterm.c (x_delete_display): Fix merge error.
7760
7761 * fileio.c (Fexpand_file_name): Remove unused variables.
7762
77632008-09-02 Eli Zaretskii <eliz@gnu.org>
7764
7765 * fileio.c (Fexpand_file_name): Copy argument `name' into local
7766 storage on all platforms, not just on DOS_NT.
7767
77682008-09-02 Jason Rumney <jasonr@gnu.org>
7769
b8ff72fa
SM
7770 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
7771 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
7772
77732008-09-01 Chong Yidong <cyd@stupidchicken.com>
7774
7775 * xfaces.c (Finternal_set_alternative_font_family_alist)
7776 (Finternal_set_alternative_font_registry_alist): Properly copy
7777 entire alist structure.
7778
77792008-09-01 Kenichi Handa <handa@m17n.org>
7780
d66c0241 7781 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 7782 representative chars of the script is a vector.
d66c0241
JB
7783 (ftfont_list): Handle the case where the representative chars of
7784 the script is a vector.
aac0c6e3
MR
7785
7786 * character.c (syms_of_character): Docstring of
7787 script-representative-chars fixed.
7788
77892008-08-31 Eli Zaretskii <eliz@gnu.org>
7790
7791 * msdos.c (BUILD_CHAR_GLYPH): New macro.
7792 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
7793 the menu. Allocate larger buffer for `text', to account for
7794 possible ^C characters.
7795
77962008-08-31 Martin Rudalics <rudalics@gmx.at>
7797
7798 * xdisp.c (prepare_menu_bars): Don't call
7799 Vwindow_size_change_functions with arg Qt.
7800
78012008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * font.h (font_range):
7804 * fileio.c (report_file_error):
46e722a9
SM
7805 * composite.c (composition_update_it): Yet another int/Lisp_Object
7806 mixup (YAILOM).
aac0c6e3
MR
7807
78082008-08-30 Glenn Morris <rgm@gnu.org>
7809
7810 * data.c (Fmake_variable_frame_local): Doc fix.
7811
7812 * frame.c (Fmodify_frame_parameters): Doc fix.
7813
78142008-08-30 Eli Zaretskii <eliz@gnu.org>
7815
7816 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
7817 needed by GetTokenInformation.
7818 (w32_system_process_attributes): Check return values of all system
7819 APIs.
7820
7821 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
7822 only when the state changes.
7823 (IT_update_begin, IT_update_end): Add termscript trace.
7824
7825 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
7826 clipboard is unavailable. Set dst to NULL if it doesn't point to
7827 malloc'ed data.
7828 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
7829 passing random values to xfree.
7830
7831 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 7832 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
7833
78342008-08-29 Jason Rumney <jasonr@gnu.org>
7835
7836 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
7837
78382008-08-29 Eli Zaretskii <eliz@gnu.org>
7839
7840 * composite.c (fill_gstring_body): Avoid compiler warnings.
7841
7842 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
7843 LGLYPH_SET_CODE to avoid compiler warnings.
7844
2ae37cf0 7845 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
7846
7847 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
7848
7849 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
7850 LGLYPH_SET_CODE.
7851
78522008-08-29 Kenichi Handa <handa@m17n.org>
7853
7854 * fileio.c (report_file_error): Don't downcase the first character
7855 of errstring if it is still unibyte.
7856
78572008-08-29 Kenichi Handa <handa@m17n.org>
7858
7859 These changes are to re-implement the automatic composition so
7860 that it doesn't use text properties.
7861
7862 * Makefile.in (ftfont.o): Depend on composite.h.
7863 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
7864
7865 * character.h (Vunicode_category_table): Extern it.
7866
7867 * character.c (Vunicode_category_table): New variable.
7868 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
7869
7870 * chartab.c (optimize_sub_char_table): Perform more greedy
7871 optimization.
7872
b8ff72fa
SM
7873 * composite.h (enum composition_method):
7874 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
7875 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
7876 (Vcomposition_function_table): Extern it.
7877 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
7878 (composition_gstring_put_cache, composition_gstring_from_id)
7879 (composition_gstring_p, composition_gstring_width)
7880 (composition_compute_stop_pos, composition_reseat_it)
7881 (composition_update_it, composition_adjust_point): Extern them.
7882 (Fcomposition_get_gstring): EXFUN it.
7883
d66c0241 7884 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
7885 (Vcomposition_function_table)
7886 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
7887 (gstring_hash_table, gstring_work, gstring_work_headers):
7888 New variables.
aac0c6e3
MR
7889 (gstring_lookup_cache, composition_gstring_put_cache)
7890 (composition_gstring_from_id, composition_gstring_p)
7891 (composition_gstring_width, fill_gstring_header)
7892 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
7893 (composition_reseat_it, composition_update_it)
b8ff72fa 7894 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
7895 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
7896 and gstring_work_headers. DEFVAR_LISP composition-function-table.
7897 Defsubr compostion_get_gstring.
7898
7899 * dispextern.h (struct glyph): New union u.cmp. Delete the member
7900 cmp_id.
7901 (struct glyph_string): Delete the member gidx. New members
7902 cmp_id, cmp_from, and cmp_to.
7903 (enum it_method): Delete GET_FROM_COMPOSITION.
7904 (struct composition_it): New struct.
7905 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
7906 Delete c, len, cmp_id, cmp_len in u.comp.
7907
7908 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 7909 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 7910 (enum lglyph_indices): Likewise.
b8ff72fa 7911 (font_range): Adjust extern.
aac0c6e3
MR
7912 (font_fill_lglyph_metrics): Extern it.
7913
7914 * font.c (QCf): New variable.
7915 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7916 (font_prepare_composition): Delete this function.
7917 (font_range): Type and arguments changed.
7918 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
7919 (font_fill_lglyph_metrics): New function.
b8ff72fa 7920 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 7921 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
7922 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
7923 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
7924
7925 * fontset.h (font_for_char): Extern it.
7926
7927 * fontset.c (font_for_char): New function.
7928
7929 * ftfont.c: Include composite.h.
7930 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 7931 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
7932
7933 * indent.c: Include composite.h and dispextern.h.
7934 (check_composition): Delete this function.
7935 (scan_for_column): Handle composition by
7936 composition_compute_stop_pos, composition_reseat_it, and
7937 composition_update_it.
7938 (compute_motion): Likewise.
7939 (Fvertical_motion): Fix checking of composition.
7940
7941 * keyboard.c (adjust_point_for_property): Check composition by
7942 composition_adjust_point.
7943
b8ff72fa 7944 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
7945 struct glyph_string.
7946
b8ff72fa
SM
7947 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
7948 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
7949 struct glyph.
7950 (produce_composite_glyph): Likewise.
7951
b8ff72fa
SM
7952 * w32term.c (x_draw_composite_glyph_string_foreground):
7953 Adjust for the change of struct glyph_string.
aac0c6e3
MR
7954 (x_draw_glyph_string): Likewise.
7955
7956 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
7957 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
7958
7959 * xdisp.c: Include font.h.
7960 (it_props): Delete the entry for Qauto_composed.
7961 (init_iterator): Initialize it->cmp_it.id to -1.
7962 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 7963 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
7964 (handle_auto_composed_prop): Delete it.
7965 (handle_composition_prop): Handle only static composition.
7966 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
7967 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 7968 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
7969 (pop_it): Likewise.
7970 (get_next_element): Delete next_element_from_composition.
7971 (CHAR_COMPOSED_P): New macro.
7972 (get_next_display_element): For automatic composition, get a face
7973 from the font in the glyph-string.
7974 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 7975 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
7976 (next_element_from_string): Check if the character at the current
7977 position is composed by CHAR_COMPOSED_P.
7978 (next_element_from_buffer): Likewise.
d66c0241
JB
7979 (next_element_from_composition): Adjust for the change of struct it.
7980 Update it->cmp_it.
b8ff72fa
SM
7981 (dump_glyph): Adjust for the change of struct glyph.
7982 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
7983 it and struct glyph. Don't handle automatic composition here.
7984 (fill_gstring_glyph_string): New function.
7985 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 7986 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
7987 (BUILD_GSTRING_GLYPH_STRING): New macro.
7988 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
7989 automatic composition.
b8ff72fa 7990 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 7991 struct glyph.
b8ff72fa 7992 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 7993
b8ff72fa 7994 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
7995 the change of struct glyph_string.
7996 (x_draw_glyph_string): Likewise.
7997
79982008-08-29 Glenn Morris <rgm@gnu.org>
7999
8000 * buffer.c (word-wrap): Doc fix.
8001 * xdisp.c (truncate-partial-width-windows): Doc fix.
8002 Increase default to 50.
8003
80042008-08-29 Chong Yidong <cyd@stupidchicken.com>
8005
8006 * xdisp.c (update_tool_bar_unwind): New function.
8007 (update_tool_bar): Temporarily set selected frame before building
8008 tool-bar items.
8009
80102008-08-28 Michael Albinus <michael.albinus@gmx.de>
8011
8012 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
8013 snprintf, respectively.
8014 (xd_append_arg): Convert strings with Fstring_make_unibyte.
8015
80162008-08-28 Chong Yidong <cyd@stupidchicken.com>
8017
8018 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
8019 LDFLAGS to GNUstep CC invocation.
8020
80212008-08-27 Chong Yidong <cyd@stupidchicken.com>
8022
8023 * indent.c (Fvertical_motion): Revert last change. Handle the
8024 general case where we are moving forward, and PT spans multiple
8025 screen lines.
8026
8027 * eval.c (find_handler_clause): Temporarily increase
8028 max-lisp-eval-depth while printing the backtrace buffer, to
8029 guarantee that help-mode code can run.
8030
80312008-08-27 Eli Zaretskii <eliz@gnu.org>
8032
8033 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
8034 colors under -rv.
8035 (IT_set_frame_parameters): Don't swap foreground and background
8036 colors if `(reverse . t)' is present in the frame properties.
8037 (internal_terminal_init): Call init_frame_faces only for the
8038 initial frame.
8039
80402008-08-27 Andreas Schwab <schwab@suse.de>
8041
8042 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
8043
80442008-08-27 Andreas Schwab <schwab@suse.de>
8045
8046 * search.c (search_buffer): Set char_base to zero only at the end.
8047
80482008-08-27 Kenichi Handa <handa@m17n.org>
8049
b8ff72fa 8050 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
8051
80522008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
8053
8054 * xterm.c (x_term_init): Temporarily hide the partially
8055 initialized terminal while calling vendor-specific-keysyms.
8056
80572008-08-26 Eli Zaretskii <eliz@gnu.org>
8058
8059 * msdos.c (internal_terminal_init): Most initializations done only
8060 once, especially initial_screen_colors[] and termscript open.
8061
80622008-08-26 Chong Yidong <cyd@stupidchicken.com>
8063
8064 * eval.c (Fcondition_case): Doc fix.
8065
8066 * widgetprv.h (EmacsFramePart): Change font member to the new font
8067 struct.
8068
8069 * widget.c: Include character.h and font.h for XSETFONT.
8070 (setup_frame_gcs): Compute X font id from font struct, just once.
8071
80722008-08-26 Eli Zaretskii <eliz@gnu.org>
8073
8074 * term.c (get_named_tty): Fix last change.
8075
80762008-08-26 Chong Yidong <cyd@stupidchicken.com>
8077
8078 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 8079 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
8080
80812008-08-25 Eli Zaretskii <eliz@gnu.org>
8082
8083 * frame.c (do_switch_frame): Mark previously displayed frame as
8084 obscured for FRAME_MSDOS_P frames as well.
8085
80862008-08-24 Eli Zaretskii <eliz@gnu.org>
8087
8088 * frame.c (make_terminal_frame): Initialize f->terminal,
8089 f->terminal->reference_count, and scroll bars on MS-DOS as well.
8090 Set the top frame to newly created frame.
8091 (Fmake_terminal_frame): Reuse the_only_display_info.
8092
8093 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
8094 estimating available memory.
8095
b97439ce 80962008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
8097
8098 * nsterm.m (ns_draw_window_cursor): Don't call
8099 NSDisableScreenUpdates and NSEnableScreenUpdates on
8100 non-NS_IMPL_COCOA systems.
8101
81022008-08-23 Andreas Schwab <schwab@suse.de>
8103
8104 * process.c (procfs_system_process_attributes): Fix use of
8105 uninitialized variables.
8106
81072008-08-23 Eli Zaretskii <eliz@gnu.org>
8108
8109 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
8110
8111 * dispnew.c (init_display): Remove MS-DOS specific conditions for
8112 calling tty-set-up-initial-frame-faces.
8113
b8ff72fa
SM
8114 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
8115 Allow MSDOS frames along with X frames.
aac0c6e3
MR
8116
8117 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
8118 addition to output_termcap.
8119
8120 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
8121
8122 * termchar.h (FRAME_TTY): Support output_msdos_raw.
8123 (struct tty_display_info) [MSDOS]: Add fields related to mouse
8124 highlight.
8125
8126 * process.c [!subprocesses]: Define QCname.
8127 (syms_of_process): Intern and staticpro it.
8128
8129 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
8130 Adjust for changes in encoding/decoding routines.
8131 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
8132 encode_coding and decode_coding.
8133
b8ff72fa 8134 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
8135
8136 * dosfns.c: Include frame.h before termhooks.h.
8137 (dos_cleanup): Use CURTTY ()->termscript instead of a global
8138 variable termscript.
8139
8140 * s/msdos.h (USER_FULL_NAME): Define.
8141 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
8142
8143 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
8144 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
8145 pw->pw_gecos.
8146
8147 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
8148 SELECTED_FRAME as additional (1st) argument.
8149 (tty_read_avail_input): Handle output_msdos_raw in
8150 addition to output_termcap.
8151
8152 * msdos.c: Include frame.h before termhooks.h.
8153 (mouse_on, mouse_off, mouse_moveto, mouse_init)
8154 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
8155 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
8156 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
8157 (IT_set_terminal_modes, IT_reset_terminal_modes)
8158 (IT_set_frame_parameters): Use tty->termscript instead of a global
8159 variable termscript.
8160 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
8161 global variable terminal_coding. Don't refer to
8162 Vnonascii_translation_table.
8163 (internal_terminal_init): Set Vwindow_system in current_kboard.
8164 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
8165 Announce date and time of session start, if termscript is open.
8166 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
8167 term.c:init_tty). Open termscript only of not already open.
8168 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
8169 here instead of dos_ttraw. Don't initialize display if this is an
8170 initial tty. Don't set FRAME_FONT.
8171 (Vwindow_system_version): Bump to 23.
8172 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
8173 is available, set up mouse_position_hook.
8174 (dos_ttraw, IT_set_terminal_modes): If called with initial
8175 terminal, do nothing.
8176 (IT_set_frame_parameters): Handle the Qtty_type frame
8177 parameter by calling internal_terminal_init.
8178 (dos_set_window_size, show_mouse_face)
8179 (clear_mouse_face, IT_note_mode_line_highlight)
8180 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
8181 (dos_rawgetc): Use tty_display_info instead of x_display_info.
8182 (initialize_msdos_display): New function.
8183 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
8184 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
8185 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
8186 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 8187 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
8188 (request_sigio, unrequest_sigio): Don't define, now defined on
8189 sysdep.c.
8190 (IT_write_glyphs): Rewrite to use encode_terminal_code.
8191
8192 * term.c [MSDOS]: Include msdos.h.
8193 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
8194 conditional to DOS_NT. Allow only one call to this function in a
8195 session. Don't allocate a new struct tty_display_info; instead,
8196 reuse the_only_display_info. Call get_tty_size to get screen
8197 dimensions. Call init_baud_rate to set bad_rate.
8198 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
8199 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 8200 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
8201 (get_tty_terminal, get_named_tty, Ftty_type)
8202 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
8203 output_termcap.
b8ff72fa
SM
8204 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
8205 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 8206 only when subprocesses are supported.
aac0c6e3
MR
8207
8208 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
8209 f->output_data.x.
8210 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
8211 terminal devices.
8212
5582fbc7 8213 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
8214 x_output.
8215 (FRAME_FONT): Use output_data.tty.
8216 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
8217 (struct x_display_info): Rename from display_info. Update all users in
8218 msdos.c.
aac0c6e3 8219 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 8220 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
8221 (dos_ttraw): Update prototype.
8222
8223 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
8224 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
8225
82262008-08-23 Jason Rumney <jasonr@gnu.org>
8227
8228 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
8229 (fn_TIFFSetDirectory): New library function used.
8230 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
8231 (tiff_load): Use :index to select among multiple images. Set count
8232 property when multiple images exist.
8233 (gif_format): Use :index, not :image.
8234
82352008-08-23 Chong Yidong <cyd@stupidchicken.com>
8236
8237 * xdisp.c (try_scrolling): Check INT_MAX instead of
8238 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
8239 to obtain INT_MAX.
8240
82412008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
8242
8243 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
8244
82452008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
8246
8247 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
8248 GNUstep library location.
8249
82502008-08-21 Chong Yidong <cyd@stupidchicken.com>
8251
8252 * xfaces.c (x_update_menu_appearance): Check validity of menu font
8253 before using it.
8254
8255 * puresize.h (BASE_PURESIZE): Increase to 1250000.
8256
82572008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8258
8259 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
8260 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
8261 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
8262 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
8263 (EmacsApp-cursor_blink_handler): Remove declaration.
8264 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
8265 match 01 Feb 2008 changes in xterm.c.
8266 (ns_read_socket): Add cast to avoid warning.
8267 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
8268 GNUstep.
8269
82702008-08-20 Chong Yidong <cyd@stupidchicken.com>
8271
8272 * xselect.c (x_get_foreign_selection): Return nil if desired
8273 selection could not be obtained, instead of signalling an error.
8274
82752008-08-20 David Reitter <david.reitter@gmail.com>
8276
8277 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
8278 * nsterm.m: Remove ns-specific code for cursor blinking.
8279 (ns_draw_window_cursor): Clear cursor properly rather than
8280 redrawing the area. Respect width of bar cursors.
8281 These changes enable the use of generic blink-cursor-mode and
8282 generic cursor types in NS and support smooth cursor movements (do
8283 not blink off after command).
8284 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
8285 Nextstep, too.
8286
82872008-08-19 Kenichi Handa <handa@m17n.org>
8288
8289 * font.c (Vfont_log_deferred): New variable.
8290 (font_add_log): Check Vfont_log_deferred.
8291 (font_deferred_log): New function.
8292
8293 * font.h (font_deferred_log): Extern it.
8294
8295 * fontset.c (reorder_font_vector): Use encoding charset of fonts
8296 for sorting.
8297 (face_for_char): Use deferred log.
8298
82992008-08-18 Kenichi Handa <handa@m17n.org>
8300
8301 * fontset.c (face_for_char): Add font log.
8302
8303 * font.c (font_add_log): Add the font properties :script, :lang,
8304 and :otf in the log.
8305
83062008-08-17 Chong Yidong <cyd@stupidchicken.com>
8307
8308 * xdisp.c: Remove dead code.
8309 (handle_invisible_prop, next_overlay_string): Defer call to
8310 setup_for_ellipsis.
8311 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
8312
83132008-08-15 Chong Yidong <cyd@stupidchicken.com>
8314
8315 * xfaces.c (lookup_derived_face): Properly handle possible zero
8316 return value of get_lface_attributes.
8317 (merge_faces): Don't tell lookup_derived_face to signal an error
8318 if face is not found.
8319
8320 * dired.c (Fdirectory_files): Doc fix.
8321
8322 * process.c (make_process): Initialize kill_without_query struct
8323 member.
8324
83252008-08-15 Eli Zaretskii <eliz@gnu.org>
8326
8327 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
8328 Alternative calculation of totphys for Visual Studio 6.
8329
8330 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
8331
8332 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
8333 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
8334 All users changed.
8335 (stat): Only root directory passed to GetDriveType. Allow RAM
8336 disk as well as local fixed disk when w32-get-true-file-attributes
8337 is set to `local'.
8338 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
8339 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
8340 (w32_cached_id, w32_add_to_cache): New functions.
8341 (get_name_and_id): Look account names in the cache before calling
8342 lookup_account_sid.
8343 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
8344 New initialization flags.
8345 (globals_of_w32): Initialize them to zero.
8346 (w32_system_process_attributes): Use w32_cached_id and
8347 w32_add_to_cache.
8348
83492008-08-14 Lawrence Mitchell <wence@gmx.li>
8350
8351 * lread.c (Fread_char, Fread_char_exclusive): If no character
8352 event is read before timeout is reached, return nil, rather than
8353 converting to a number.
8354
83552008-08-14 Chong Yidong <cyd@stupidchicken.com>
8356
8357 * fns.c (use_dialog_box): Doc fix.
8358
8359 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
8360 on OS X.
8361
83622008-08-13 Chong Yidong <cyd@stupidchicken.com>
8363
8364 * frame.c (Qns_parse_geometry): New var.
8365 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
8366
83672008-08-11 Chong Yidong <cyd@stupidchicken.com>
8368
8369 * xdisp.c (x_produce_glyphs): Handle the case when font has no
8370 space character in calculating tabs.
8371
83722008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
8373
8374 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
8375
83762008-08-10 Glenn Morris <rgm@gnu.org>
8377
8378 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
8379 silence gcc "limited range of data type" warnings in some
8380 make_fixnum_or_float calls.
8381
83822008-08-09 Eli Zaretskii <eliz@gnu.org>
8383
8384 * w32.c (w32_system_process_attributes): If the process does not
8385 exist, return nil.
8386
8387 * w32.c: Include thelp32.h, psapi.h and coding.h.
8388 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
8389 declarations.
8390 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
8391 (Process32Next_Proc): New typedefs.
8392 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
8393 (g_b_init_process32_next, g_b_init_open_thread_token)
8394 (g_b_init_impersonate_self, g_b_init_revert_to_self)
8395 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
8396 (g_b_init_get_process_working_set_size)
8397 (g_b_init_global_memory_status_ex): New static variables.
8398 (globals_of_w32): Initialize them.
8399 (create_toolhelp32_snapshot, process32_first, process32_next)
8400 (open_thread_token, impersonate_self, revert_to_self)
8401 (get_process_memory_info, get_process_working_set_size)
8402 (global_memory_status, global_memory_status_ex): New wrapper
8403 functions.
8404 (w32_list_system_processes, w32_system_process_attributes)
8405 (enable_privilege, restore_privilege, ltime, process_times):
8406 New functions.
8407 (convert_time_raw): New function.
8408 (convert_time): Remove conversion of FILETIME into time in 100
8409 nsec units, call convert_time_raw instead.
8410
8411 * process.h (w32_list_system_processes, w32_system_process_attributes):
8412 Add prototypes.
8413 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
8414 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
8415 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
8416 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
8417
8418 * process.c (Fsystem_process_attributes): Doc fix.
8419
84202008-08-08 Chong Yidong <cyd@stupidchicken.com>
8421
8422 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
8423 a continued multi-char glyph; if so, advance to the actual glyph.
8424
84252008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8426
8427 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
8428
8429 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
8430 (.m.o): Use it.
8431 * config.in: Regenerate.
8432
84332008-08-07 Chong Yidong <cyd@stupidchicken.com>
8434
8435 * xdisp.c (redisplay_window): Revert last change.
8436 (try_window): Check bottom scroll margin too.
8437
84382008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8439
8440 * config.in: Regenerate.
8441
8442 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
8443 -list-load-path-shadows'.
8444 (nsgui.h): Reduce number of things depending on it.
8445
84462008-08-06 Chong Yidong <cyd@stupidchicken.com>
8447
8448 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
8449 instead of window-end which does the wrong thing at eob.
8450 (try_cursor_movement): Minor optimization.
8451 (redisplay_window): If scroll margin is defined, don't assume
8452 window doesn't need scrolling.
8453
84542008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8455
8456 * config.in: Regenerate.
8457
8458 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
8459 (mostlyclean): Don't delete *.d under NS.
8460
8461 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
8462
84632008-08-06 Kenichi Handa <handa@m17n.org>
8464
8465 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
8466
84672008-08-06 Andreas Schwab <schwab@suse.de>
8468
8469 * config.in: Regenerate.
8470
84712008-08-05 Chong Yidong <cyd@stupidchicken.com>
8472
8473 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
8474 forcing a window start.
8475
8476 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
8477 (auto_save_1): Update modtime when auto-save-list-file-name is on.
8478
84792008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8480
8481 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
8482 argument.
8483
84842008-08-05 Juanma Barranquero <lekktu@gmail.com>
8485
8486 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
8487 <scroll-down-aggressively, before-change-functions>:
8488 <after-change-functions>: Reflow docstrings.
8489
84902008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8491 Ken Raeburn <raeburn@gnu.org>
8492
8493 Dock menu customization, based on a patch by Ken Raeburn, plus some
8494 other fixes.
8495 * nsmenu.m (dockMenu): New variable.
8496 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
8497
8498 * nsterm.h (dockMenu): Declare.
8499
8500 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
8501 (ns_term_init): Initialize dockMenu.
8502 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
8503 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
8504 left.
8505
8506 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
8507
85082008-08-04 Chong Yidong <cyd@stupidchicken.com>
8509
8510 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
8511
8512 * config.in: Regenerate.
8513
85142008-08-04 Seiji Zenitani <zenitani@mac.com>
8515
8516 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
8517
85182008-08-04 Chong Yidong <cyd@stupidchicken.com>
8519
8520 * nsterm.h (find_and_call_menu_selection): Fix prototype.
8521
85222008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8523
8524 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
8525
8526 * keyboard.h: Comment an #endif.
8527
8528 * lisp.h (have_menus_p): Adjust comment.
8529
8530 * menu.c (find_and_return_menu_selection): Fix comparison with
8531 client_data.
8532
8533 * nsmenu.m (popup_activated_flag): New variable.
8534 (popup_activated): New function.
8535 (menu-or-popup-active-p): New exported lisp definition.
8536 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
8537 when popup done.
8538 (ns_popup_dialog): Set popup_activated_flag.
8539
8540 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
8541 version for GNUstep (handled by conditional typedef in nsterm.m).
8542 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
8543 in rgb.txt).
8544
8545 * process.c (init_process): Use DARWIN_OS, not DARWIN.
8546
8547 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
8548
8549 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
8550
8551 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
8552 shortcircuit if popup_activated like GTK and X toolkit.
8553
8554 * m/inter386.h: Change DARWIN to DARWIN_OS.
8555
8556 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
8557 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
8558 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
8559 comment on NO_SOCK_SIGIO.
8560
85612008-08-03 Chong Yidong <cyd@stupidchicken.com>
8562
8563 * nsterm.m (windowDidResize): Remove stopModal call.
8564
85652008-08-03 Andreas Schwab <schwab@suse.de>
8566
8567 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
8568 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
8569
85702008-08-02 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
8573 Don't use uninitialized pointer variable when using getrlimit.
8574
85752008-08-02 Jason Rumney <jasonr@gnu.org>
8576
8577 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
8578
85792008-08-02 Eli Zaretskii <eliz@gnu.org>
8580
8581 * alloc.c (NSTATICS): Bump to 0x640.
8582
8583 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
8584
8585 * lisp.h: Add prototype for directory_files_internal.
8586
8587 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
8588 New functions.
8589 (syms_of_process): Defsubr them. Add initializations for various
8590 Q* symbols used in procfs_system_process_attributes.
8591 (procfs_list_system_processes, procfs_system_process_attributes)
8592 [HAVE_PROCFS]: New functions.
8593 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
8594 (procfs_get_total_memory): New functions.
8595
85962008-08-01 Juanma Barranquero <lekktu@gmail.com>
8597
8598 * xfaces.c (Fx_load_color_file): Fix previous change;
8599 it is #ifdef WINDOWSNT, not WINDOWS_NT.
8600
86012008-08-01 Michael Albinus <michael.albinus@gmx.de>
8602
8603 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
8604
86052008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8606
8607 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
8608
86092008-08-01 Chong Yidong <cyd@stupidchicken.com>
8610
8611 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
8612
8613 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
8614 define NSApplicationDelegateReplySuccess.
8615 (EmacsView -converstationIdentifier): Use long instead of
8616 NSInteger for GNUstep, since it doesn't have NSInteger.
8617
8618 * xmenu.c: Revert last change.
8619
8620 * keyboard.h: Fix last change.
8621
86222008-08-01 Juanma Barranquero <lekktu@gmail.com>
8623
8624 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
8625 on Windows.
8626
86272008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8628
8629 Warning clearing and clean-up in NS port.
8630 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
8631 Add prototypes.
8632 * nsgui.h (FACE_DEFAULT): Remove, unused.
8633 (XGCValues): Change colors to unsigned long.
8634 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
8635 nsterm.m.
8636 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
8637 (ns_list_fonts): Remove, unused.
8638 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
8639 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
8640 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
8641 (nsfont_draw): Compare face colors to 0, not nil.
8642 * nsmenu.m (struct widget_value): Drop unneeded declaration.
8643 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
8644 (-addSubmenuWithTitle:): Use NSMenuItem class.
8645 (ns_popup_menu): Use NO, not NULL, for enabled setting.
8646 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
8647 (ns_clip_to_row): Make gc arg a BOOL.
8648 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
8649 ns_clip_to_row() call.
8650 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
8651 used). Cast FRAME_FONT assignments.
8652 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
8653 (ns_string_to_lispmod): Change arg to const char.
8654 (ns_term_init): Use NSMenuItem class.
8655 (EmacsApp -openFile:): Move to different section of file.
8656 (EmacsApp -application:openFiles:): Don't return a value, call
8657 -replyToOpenOrPrint:.
8658 (EmacsView -keyDown:): Fix up cast.
8659 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
8660 (EmacsView -menuDown:): Cast tag in call to
8661 find_and_call_menu_selection().
8662 (ns_list_fonts): Remove, unused.
8663 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
8664 (ns_fontname_to_xlfd): Make static.
8665 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
8666 Remove prototypes (now in keyboard.h).
8667 (next_menubar_widget_id): Remove, unused.
8668 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
8669 Remove prototypes (now in keyboard.h).
8670 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
8671
86722008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
8673
8674 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
8675 (floatfns.o): Depend on syssignal.h.
8676 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
8677
8678 * systty.h: Fix previous change that removed BSD_TERMIOS.
8679 Add comments to #ifdefs.
8680
86812008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8682
8683 * w32fns.c (w32-load-color-file): Remove.
8684 (x-open-connection): Use renamed Fx_load_color_file.
8685 * xfaces.c (x-load-color-file): Add.
8686 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
8687 Emacs.clr.
8688 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
8689
86902008-07-31 Michael Albinus <michael.albinus@gmx.de>
8691
8692 * dbusbind.c (Fdbus_call_method_asynchronously)
8693 (Fdbus_method_error_internal): New defuns.
8694 (xd_read_message): Handle also reply messages.
8695 (Vdbus_registered_functions_table): Extend docstring.
8696
86972008-07-31 Juanma Barranquero <lekktu@gmail.com>
8698
8699 * keyboard.c (gobble_input): Fix previous change.
8700
87012008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8702
8703 * bitmaps/README:
8704 * xfns.c:
8705 * termcap.c:
8706 * term.c:
8707 * syswait.h:
8708 * systty.h:
8709 * systime.h:
8710 * syssignal.h:
8711 * sysdep.c:
8712 * process.h:
8713 * process.c:
8714 * print.c:
8715 * ndir.h:
8716 * lread.c:
8717 * keyboard.c:
8718 * getpagesize.h:
8719 * floatfns.c:
8720 * fileio.c:
8721 * emacs.c:
8722 * doc.c:
8723 * dispnew.c:
8724 * dired.c:
8725 * data.c:
8726 * callproc.c:
8727 * buffer.c:
8728 * README:
8729 * Makefile.in:
8730 * s/template.h:
8731 * s/msdos.h:
8732 * m/vax.h: Remove VMS support.
8733 * s/vms.h:
8734 * vlimit.h:
8735 * uaf.h:
8736 * temacs.opt:
8737 * param.h:
8738 * ioctl.h: Remove file.
8739
87402008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8741
8742 * s/ms-w32.h (MULTI_KBOARD): Remove.
8743 * xterm.c:
8744 * xselect.c:
8745 * xfns.c:
8746 * window.c:
8747 * w32term.c:
8748 * w32fns.c:
8749 * terminal.c:
8750 * termhooks.h:
8751 * term.c:
8752 * sysdep.c:
8753 * keyboard.h:
8754 * keyboard.c:
8755 * frame.h:
8756 * frame.c:
8757 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
8758 * config.in: Regenerate.
8759
87602008-07-30 Jason Rumney <jasonr@gnu.org>
8761
8762 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
8763
8764 * w32font.c (w32font_encode_char): Leave as unicode if in range.
8765 (w32font_open_internal): Get unicode version of textmetrics.
8766 Don't enable or disable glyph indices here.
8767 (w32font_open): Disable use of glyph indices.
8768
8769 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
8770
87712008-07-30 Chong Yidong <cyd@stupidchicken.com>
8772
8773 * minibuf.c (Vread_buffer_function): Doc fix.
8774
87752008-07-30 John Paul Wallington <jpw@pobox.com>
8776
8777 * minibuf.c (read_buffer_completion_ignore_case): New var.
8778 (Fread_buffer): Use it.
8779
87802008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8781
8782 * systty.h (sensemode): Remove empty #if. Remove reference to
8783 BSD_TERMIOS, unused.
8784
8785 * sysdep.c: Remove reference to DGUX.
8786 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
8787
8788 * config.in: Regenerate.
8789
87902008-07-30 Jason Rumney <jasonr@gnu.org>
8791
8792 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
8793
87942008-07-29 Jason Rumney <jasonr@gnu.org>
8795
8796 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
8797 is populated.
8798 (uniscribe_encode_char): Always use uniscribe.
8799 Avoid using context if cache is populated.
8800
88012008-07-29 Jan Djärv <jan.h.d@swipnet.se>
8802
8803 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
8804 open menu.
8805
8806 * gtkutil.c (menu_nav_ended): Remove.
8807 (create_menus): Remove signal connect for menu_nav_ended.
8808
88092008-07-28 Chong Yidong <cyd@stupidchicken.com>
8810
8811 * xdisp.c (redisplay_window): Check return value of
8812 compute_window_start_on_continuation_line before forcing a window
8813 start.
8814
88152008-07-28 Jason Rumney <jasonr@gnu.org>
8816
8817 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
8818
8819 * w32term.c (w32_enable_unicode_output, cleartype_active):
8820 Remove obsolete display options.
8821 (x_draw_glyph_string_background): Don't use old cleartype_active
8822 workaround.
8823 (w32_initialize): Remove cleartype_active initialization.
8824 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
8825
88262008-07-28 Andreas Schwab <schwab@suse.de>
8827
8828 * lisp.h (init_weak_hash_tables, syms_of_font)
8829 (xd_read_queued_messages, syms_of_dbusbind): Declare.
8830 (remove_hash_entry): Don't declare.
8831 * eval.c (maybe_call_debugger): Make static and move before use.
8832 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
8833 * xdisp.c: Include "gtkutil.h" if USE_GTK.
8834 * xterm.h (x_set_frame_alpha): Declare.
8835
88362008-07-28 Jan Djärv <jan.h.d@swipnet.se>
8837
8838 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
8839 (create_menus): Connect selection-done to menu_nav_ended.
8840
88412008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8842
8843 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
8844 Set Vx_resource_name to a fallback. Replace read of 'buffered'
8845 parameter with read of 'alpha' one.
8846 (Qns_frame_parameter): Remove.
5582fbc7 8847 * nsselect.m (selection-coding-system)
aac0c6e3
MR
8848 (next-selection-coding-system, Vselection_coding_system)
8849 (Vnext_selection_coding_system): Drop.
8850
88512008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8852
8853 * nsfns.m (do-applescript, do_applescript): Rename to
8854 ns-do-applescript, ns_do_applescript, and move within file.
8855
88562008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8857
8858 Remove support for Mac Carbon.
8859 * mactoolbox.c:
8860 * macterm.h:
8861 * macterm.c:
8862 * macselect.c:
8863 * macmenu.c:
8864 * macgui.h:
8865 * macfns.c:
8866 * mac.c: Remove file.
8867 * s/darwin.h:
8868 * m/intel386.h:
8869 * xfaces.c:
8870 * xdisp.c:
8871 * window.c:
8872 * tparam.c:
8873 * termhooks.h:
8874 * termcap.c:
8875 * term.c:
8876 * syssignal.h:
8877 * sysselect.h:
8878 * sysdep.c:
8879 * process.c:
8880 * lread.c:
8881 * lisp.h:
8882 * keyboard.c:
8883 * image.c:
8884 * fringe.c:
8885 * frame.h:
8886 * frame.c:
8887 * fontset.c:
8888 * font.h:
8889 * font.c:
8890 * fns.c:
8891 * fileio.c:
8892 * emacs.c:
8893 * dispnew.c:
8894 * dispextern.h:
8895 * config.in:
8896 * atimer.c:
2ae37cf0 8897 * Makefile.in: Remove code for Carbon.
aac0c6e3 8898
f0131492 88992008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
8900
8901 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
8902
89032008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8904
8905 * macterm.h (kCGBitmapByteOrder32Host): New define for
8906 non-universal SDKs.
8907
8908 * image.c (mac_create_cg_image_from_image, image_load_image_io)
8909 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8910
8911 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
8912 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
8913
89142008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
8915
8916 * w32inevt.c: Include dispextern.h.
8917
89182008-07-26 Andreas Schwab <schwab@suse.de>
8919
8920 * print.c (print_object): Fix off-by-one in last change.
8921
89222008-07-25 Juanma Barranquero <lekktu@gmail.com>
8923
8924 * term.c (syms_of_term): Don't initialize default_orig_pair,
8925 default_set_foreground and default_set_background on Windows.
8926
89272008-07-25 Jason Rumney <jasonr@gnu.org>
8928
8929 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
8930 ScriptItemize. Clean up return value checking. Remove unused
8931 variables.
8932 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
8933 shaping engine.
8934
8935 * w32font.c (w32font_has_char): Handle the case where we can't
8936 determine the script for a character.
8937
89382008-07-25 Chong Yidong <cyd@stupidchicken.com>
8939
8940 * term.c (syms_of_term): Initialize default_orig_pair,
8941 default_set_foreground, and default_set_background.
8942
8943 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
8944 clash (bug#86).
8945 (getloadavg): Callers changed.
8946
8947 * image.c (svg_load_image): Fix last change.
8948 (svg_load_image): Use rsvg_handle_get_dimensions to check that
8949 image size is valid. Use g_object_unref instead of deprecated
8950 rsvg_handle_free to free rsvg handle.
8951 (x_from_xcolors): Don't initialize pixmap (silence compiler).
8952
89532008-07-25 Jason Rumney <jasonr@gnu.org>
8954
8955 * w32font.c (w32font_encode_char): Encode characters outside BMP as
8956 surrogates before looking up glyph index.
8957 (w32font_text_extents): Encode as surrogates if falling back to
8958 functions that need UTF-16 wide chars.
8959
8960 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
8961 BMP as surrogates before looking up glyph index.
8962
89632008-07-25 Chong Yidong <cyd@stupidchicken.com>
8964
8965 * image.c (svg_load_image): Check for failure in return value of
8966 rsvg_handle_get_pixbuf. Free rsvg handle when done.
8967
89682008-07-25 Jason Rumney <jasonr@gnu.org>
8969
8970 * w32font.c (Fx_select_font): Reverse sense of second arg.
8971
89722008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
8975 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
8976
8977 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
8978 (PURESIZE): Use it.
8979
89802008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8981
8982 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
8983 * m/alpha.h (TEXT_END):
8984 * m/ibmrs6000.h (TEXT_END):
8985 * m/macppc.h (TEXT_END):
8986 * s/darwin.h (TEXT_END):
8987 * s/msdos.h (TEXT_END): Remove, unused.
8988 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
8989 * s/cygwin.h: Remove comment.
8990
8991 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
8992 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
8993 * m/intel386.h (DOT_GLOBAL_START):
8994 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
8995 (USG): Remove, file not used on USG platforms.
8996
8997 * Makefile.in (HAVE_X11): Remove empty #else.
8998
89992008-07-24 Andreas Schwab <schwab@suse.de>
9000
9001 * fileio.c (Finsert_file_contents): Properly adjust undo list
9002 after format conversion.
9003
90042008-07-24 Jan Djärv <jan.h.d@swipnet.se>
9005
9006 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
9007 (menu_nav_ended): Remove.
9008 (create_menus): Remove signal connect for menu_nav_ended.
9009 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
9010 create_menus.
9011 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
9012
90132008-07-23 Jason Rumney <jasonr@gnu.org>
9014
9015 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
9016 with opened font.
9017 (w32font_open): Set font type to gdi.
9018
9019 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
9020
90212008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9022
9023 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
9024 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
9025 defines it.
9026 * unexec.c (ADDR_CORRECT): Define unconditionally.
9027
9028 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
9029
9030 * unexec.c: Remove code depending on !COFF and USG, the file is
9031 not used for such systems.
9032
9033 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
9034 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
9035 (LD_SWITCH_SYSTEM_1): Remove, update users.
9036
9037 * s/darwin.h (DATA_END):
9038 * m/intel386.h (DATA_END):
9039 * m/ibmrs6000.h (DATA_END):
9040 * m/alpha.h (DATA_END): Remove, unused.
9041
9042 * config.in: Regenerate.
9043 * s/ms-w32.h (subprocesses): Define unconditionally.
9044 * s/template.h (subprocesses): Update comment.
9045 * s/vms.h (subprocesses):
9046 * s/usg5-4.h (subprocesses):
9047 * s/hpux10-20.h (subprocesses):
9048 * s/gnu-linux.h (subprocesses):
9049 * s/cygwin.h (subprocesses):
9050 * s/bsd-common.h (subprocesses):
9051 * s/aix4-2.h (subprocesses):
9052 * s/darwin.h (subprocesses): Do not define, defined by default now.
9053
9054 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
9055 Remove all references.
9056 (temacs): Add GNUstep specific ld flags.
9057
9058 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
9059 similarly to what X does.
9060
90612008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9062
9063 * nsfns.m (x-list-fonts): Remove.
9064 (syms_of_nsfns): Drop the x-list-fonts declaration.
9065 * nsterm.m: Get rid of remaining "//" comments.
9066
90672008-07-22 Chong Yidong <cyd@stupidchicken.com>
9068
9069 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
9070
9071 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
9072 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
9073 (Fns_own_selection_internal, Fx_disown_selection_internal)
9074 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
9075
9076 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
9077 ... */' style of docstrings. Doc fixes.
9078
90792008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9080
9081 * terminfo.c (UP, BC, PC): Undo previous change.
9082
9083 * nsfns.m: Rename ns prefixed functions/variables to the
9084 corresponding x versions. Update references.
9085
90862008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
9089
90902008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9091
9092 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
9093 Remove forwarding functions.
9094 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
9095 non-static.
9096 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
9097 non-static.
9098 (ns_frame_parm_handlers): Use the new names.
9099 (syms_of_nsfns): Move to the end of file.
9100
9101 * nsterm.m (syms_of_nsterm): Move to the end of file.
9102
9103 * dispnew.c (init_display): Remove code for X10.
9104
91052008-07-22 Jason Rumney <jasonr@gnu.org>
9106
9107 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
9108 bare drive.
9109
91102008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9111
9112 * nsterm.m (syms_of_nsterm): Remove debugging println.
9113
91142008-07-22 David Reitter <david.reitter@gmail.com>
9115
9116 * nsfns.m (do_applescript, F_do_applescript): NS version of the
9117 Carbon implementation of the same functionality: execute arbitrary
9118 AppleScript code.
9119
91202008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9121
9122 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
9123 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
9124 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9125 (Fx_display_mm_height, Fx_display_mm_width)
9126 (Fx_display_backing_store, Fx_display_visual_class)
9127 (Fx_display_save_under, Fx_open_connection)
9128 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
9129 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
9130 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
9131 (Fx_display_pixel_width, Fx_display_pixel_height)
9132 (Fx_display_usable_bounds, Fx_display_planes)
9133 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
9134 ... */' style of docstrings.
9135
91362008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9137
9138 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
9139 on this platform.
9140 (mips):
9141 * m/iris4d.h (mips): Do not define.
9142 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
9143
9144 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
9145
9146 * image.c:
9147 * nsfns.m:
9148 * nsselect.m:
9149 * nsterm.h:
9150 * nsterm.m: Rename ns prefixed functions/variables to the
9151 corresponding x versions. Update references.
9152
9153 * m/ibms390x.h (NO_REMAP): Do not undefine.
9154
9155 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
9156
91572008-07-21 Chong Yidong <cyd@stupidchicken.com>
9158
9159 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
9160 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
9161 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
9162 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
9163 (Fns_display_mm_height, Fns_display_mm_width)
9164 (Fns_display_backing_store, Fns_display_visual_class)
9165 (Fns_display_save_under, Fns_open_connection)
9166 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
9167 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
9168 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
9169 (Fns_display_pixel_width, Fns_display_pixel_height)
9170 (Fns_display_usable_bounds, Fx_display_planes)
9171 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
9172
91732008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
9174
9175 * print.c (print_object): Check print_depth before searching for
9176 circularities.
9177
91782008-07-21 Michael Albinus <michael.albinus@gmx.de>
9179
9180 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
9181 only sprintf.
9182
91832008-07-21 Kenichi Handa <handa@m17n.org>
9184
9185 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
9186
91872008-07-20 Andreas Schwab <schwab@suse.de>
9188
9189 * syntax.c (find_start_pos, find_start_value)
9190 (find_start_value_byte, find_start_begv, find_defun_start)
9191 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
9192
91932008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9194
9195 * s/sol2-3.h: Insert contents of s/sol2.h.
9196 (LD_SWITCH_SYSTEM): Remove redundant definition.
9197 * s/sol2.h: Remove, unused.
9198
91992008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9200
9201 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
9202
92032008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9204
9205 * Makefile.in (ns_appdir): Fix typo in find command.
9206
92072008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9208
9209 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
9210
9211 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
9212 added not supported anymore.
9213
9214 * s/usg5-4-2.h (LIBS_SYSTEM):
9215 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
9216
9217 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
9218 * s/lynxos.h (GETPGRP_NO_ARG):
9219 * s/hpux10-20.h (NO_SIOCTL_H):
9220 * s/gnu.h (GETPGRP_NO_ARG):
9221 * s/gnu-linux.h (NO_SIOCTL_H):
9222 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
9223 * s/cygwin.h (GETPGRP_NO_ARG):
9224 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
9225 (C_DEBUG_SWITCH): Remove duplicate definition.
9226
9227 * m/ibms390.h: Remove boilerplate comments.
9228
9229 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
9230
9231 * process.c (HAVE_SERIAL): Consolidate ifdefs.
9232 (wait_reading_process_output): Remove code for SunOS, platform not
9233 supported anymore. Use SOLARIS2 instead of sun.
9234
92352008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9236
9237 * font.c (font_open_by_name): Under NS, default lface height to zero.
9238 (font_open_for_lface): Under NS, set size based on frame fontsize.
9239 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
9240 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
9241
92422008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9243
9244 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
9245 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
9246 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
9247 YES/NO.
9248 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
9249 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
9250 * Makefile.in (clean): Clear out build destination dir.
9251
92522008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9253
9254 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
9255 xterm, xselect.
9256 * lisp.h: Remove declaration of hash_remove.
9257 * nsgui.h: Remove redefinitions of hash_remove.
9258 * fns.c (hash_remove): Rename to hash_remove_from_table.
9259
92602008-07-19 Seiji Zenitani <zenitani@mac.com>
9261
9262 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
9263 strdup() the family UTF8String before modifying it.
9264
92652008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9266
9267 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
9268 NS_FACE_BACKGROUND with 0 instead of nil.
9269 * nsfont.m (nsfont_draw): Same.
9270
92712008-07-19 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * nsfns.m (ns_set_background_color): Fix crash.
9274
92752008-07-18 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
9278
92792008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
9280
9281 * puresize.h (BASE_PURESIZE): Increase to 1240000.
9282
92832008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9284
9285 * gtkutil.c: Include <config.h> instead of "config.h".
9286
9287 * lisp.h (Foverlay_buffer): Add EXFUN.
9288
9289 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
9290 child process to complete child_setup. Undo 2005-09-21 change.
9291
9292 * s/darwin.h: Mention setsid after vfork.
9293
92942008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9295
9296 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
9297 Depend on macgui.h.
9298
9299 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
9300 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
9301
9302 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
9303 and f19.
9304 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
9305
9306 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
9307 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
9308 Remove enumerators.
9309
9310 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
9311 Check if FACE_FROM_ID returns NULL.
9312
93132008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
9314
9315 * w32inevt.c (change_frame_size): Remove extern declaration.
9316 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
9317 change_frame_size.
9318
93192008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
9320
9321 * getloadavg.c: Revert last change (2008-07-15).
9322
93232008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
9324
9325 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 9326 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
9327 from configure.
9328
93292008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
9330
9331 * s/sol2.h:
9332 * s/sol2-4.h: Reorganize conditionals.
9333
9334 * ecrt0.c: Remove code depending on m68000, not used anymore.
9335
9336 * fns.c (hash_remove): Make static.
9337 * lisp.h (hash_remove): Don't prototype.
9338
9339 * m/ibmrs6000.h:
9340 * m/ibms390x.h:
9341 * m/macppc.h: Remove boilerplate comments.
9342
9343 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
9344 Solaris, which does not need them.
9345
9346 * m/vax.h: Remove comments about unsupported systems.
9347
9348 * s/darwin.h: Reorganize ifdefs.
9349
93502008-07-17 Andreas Schwab <schwab@suse.de>
9351
9352 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
9353
93542008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 Use SDATA. Follow coding convention of placing operators at
9357 beginning of next line rather than end of previous line, and placing
9358 spaces around infix operators.
9359
9360 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
9361 in case it was defined already.
9362 USE @GNUSTEP_MAKEFILES@ rather than envvars.
9363 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
9364 ns_default.
9365 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
9366 Lisp_Objects.
9367 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
9368 (ns_defined_color, ns_color_to_lisp): Declare.
9369 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
9370 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
9371 it's accepted even with USE_LISP_UNION_TYPE.
9372 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
9373 (update_frame_tool_bar): Remove apparently obsolete tests for
9374 non-integerness of f->tool_bar_lines.
9375 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
9376 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
9377 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
9378 (nsfont_open): Don't confuse NULL for Qnil.
9379 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
9380 * menu.h (find_and_call_menu_selection):
9381 * menu.c (find_and_call_menu_selection): Use just int for vector size.
9382 (find_and_return_menu_selection): Always return something.
9383 * frame.h: Include dispextern.h for Display_Info.
9384 (display_x_get_resource): Declare.
9385
93862008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
9387
9388 * syntax.c: Remove stdio.h include accidentally introduced in
9389 Emacs.app commit.
9390 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
9391 NS_IMPL_COCOA.
9392 * keyboard.c (handle_async_input, input_available_signal): Remove
9393 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
9394
93952008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
9398 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
9399 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
9400 Use SDATA.
9401
9402 * keymap.c: Remove all NS-specific code.
9403 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
9404 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
9405 where_is_preferred_modifier, return a different value depending on how
9406 preferred is the binding.
9407 (where_is_internal): Adjust accordingly.
9408 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
9409 Adjust to new preferred_sequence_p.
9410 (syms_of_keymap): Declare `where-is-preferred-modifier'.
9411 * keyboard.c (parse_solitary_modifier): Not static any more.
9412 * keyboard.h (parse_solitary_modifier): Declare.
9413
94142008-07-16 Andreas Schwab <schwab@suse.de>
9415
9416 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
9417 of easymenu.
9418
94192008-07-16 Chong Yidong <cyd@stupidchicken.com>
9420
9421 * xdisp.c (move_it_in_display_line): Account for word wrap, so
9422 that we don't move off the line.
9423
94242008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * keyboard.c (Qsuper): Remove.
9427 (parse_menu_item): Don't call where_is_internal specially for NS.
9428
94292008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9430
9431 * s/gnu-linux.h: Remove boilerplate comments.
9432
9433 * m/alpha.h (__ELF__): Consolidate conditions.
9434
9435 * m/m68k.h (linux): Use GNU_LINUX instead.
9436 Remove boilerplate comments.
9437
9438 * m/intel386.h: Undo refactoring from previous change.
9439 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
9440 too, remove dead code.
9441 (linux): Use GNU_LINUX instead.
9442
94432008-07-16 Jason Rumney <jasonr@gnu.org>
9444
9445 * w32gui.h: Repeat 26 June changes lost by last change.
9446
94472008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9448
9449 * systty.h: Remove code for Aix on 386, unsupported platform.
9450
9451 * s/ms-w32.h: Remove boilerplate comments.
9452 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
9453
9454 * s/gnu-linux.h (TERM): Remove support.
9455 (HAVE_SYSVIPC): Remove, unused.
9456 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
9457 for this system.
9458
9459 * process.c: Remove support for IRIS, unused.
9460 Remove support for TERM, not relevant anymore.
9461
9462 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
9463 used with the definition.
9464
9465 * s/aix4-2.h (static): Do not undef.
9466
9467 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
9468 only used on Aix.
9469 (HAVE_SYSVIPC): Remove, unused.
9470
9471 * m/hp800.h (CANNOT_DUMP): Do not undef.
9472
9473 * m/alpha.h: Fix comment.
9474
9475 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
9476 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
9477 used by this configuration.
9478 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
9479 * unexec.c: Remove code depending on HPUX and
9480 USG_SHARED_LIBRARIES, not used with this file. Remove code
9481 depending on IRIS, unused. Remove if 0-ed code.
9482
9483 * s/template.h: Remove comments about static.
9484
9485 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
9486 Remove if 0-ed code.
9487 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
9488 were the same as the default.
9489 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
9490 Remove boilerplate comments.
9491 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
9492 (HAVE_SYSVIPC): Remove, unused.
9493 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
9494
9495 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9496 Remove boilerplate comments.
9497 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9498 Remove boilerplate comments.
9499 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
9500 Remove boilerplate comments.
9501 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
9502
9503 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
9504 USG systems which do not use DATA_SEG_BITS.
9505 Refactor code. Remove boilerplate comments.
9506
9507 * m/ibms390.h:
9508 * m/m68k.h:
9509 * s/bsd-common.h:
9510 * s/cygwin.h:
9511 * s/darwin.h:
9512 * s/freebsd.h:
9513 * s/gnu.h:
9514 * s/msdos.h: Remove boilerplate comments.
9515
9516 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 9517 do not use this file.
aac0c6e3
MR
9518 (IRIS_4D): Remove, unused.
9519
9520 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 9521 do not use this file.
aac0c6e3
MR
9522 (SIGN_EXTEND_CHAR):
9523 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
9524 * unexmips.c: Remove file, unused.
9525
9526 * editfns.c (Fuser_full_name): Replace the only use of
9527 USER_FULL_NAME with its value.
9528 * config.in: Regenerate.
9529
95302008-07-16 David Reitter <david.reitter@gmail.com>
9531
9532 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
9533 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
9534
95352008-07-16 Glenn Morris <rgm@gnu.org>
9536
9537 * emacs.c (system-type): Doc fix.
9538
95392008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
9542 If the cache doesn't work, let's fix it, rather than work around it.
9543
95442008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9545
9546 * Makefile.in: Correct additions for nsfont.o in last commit.
9547 * nsfont.m: New file (forgot last commit).
9548
95492008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9550
9551 * callproc.c (set_initial_environment): Initialize
9552 Vprocess_environment under CANNOT_DUMP (fixes crash when
9553 batch-compiling for bootstrap).
9554
95552008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
9556 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9557
9558 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
9559 fix crash due to different init order.
9560
95612008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9562
9563 Changes and additions for NeXTstep windowing system (Cocoa and
9564 GNUstep) support.
9565
9566 * Makefile.in:
9567 * config.in: Support defines and build commands for NS port.
9568 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
9569 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
9570 * dispextern.h: Include nsgui.h and add needed typedefs under NS
9571 windowing.
9572 (struct face): Add synth_ital field.
9573 * dispnew.c: Include nsterm.h when compiling under NS windowing.
9574 (init_display): Initialize Vinitial_window_system to "ns" when so
9575 compiled.
9576 * emacs.c: Include GSConfig.h when compiling under GNUstep.
9577 (display_arg): Use under NS.
9578 (main): Under NS, allocate autorelease pool and handle command line
9579 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
9580 (standard_args): Add NS-specific args.
9581 (shut_down_emacs): Shut down NS terminal if compiled under NS.
9582 * font.c (DEFAULT_ENCODING): New variable.
9583 (font_find_for_lface): Use it.
9584 (syms_of_font): Load syms_of_nsfont under NS.
9585 * font.h: Declare nsfont_driver when compiled under NS.
9586 * fontset.c: When compiling under NS, include nsterm.h.
9587 (fontset_from_font): Autoconstruct fontset under NS.
9588 * frame.c (various): Under NS, include nsterm.h, add Qns window system
9589 symbol, document and use it.
9590 (do_switch_frame): When for_deletion under Cocoa, add
9591 Fraise_frame(Qnil).
9592 (x_set_frame_parameters): Ensure font attribute changes are picked up.
9593 (x_get_arg): Allow "yes" and "no" as boolean values.
9594 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
9595 Qright under Cocoa.
9596 (focus-follows-mouse): Default to 0 under NS.
9597 * frame.h (enum output_method): Add output_ns.
9598 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
9599 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
9600 (FRAME_WINDOW_P): NS-specific definition.
9601 * fringe.c (max_used_fringe_bitmap): Make public.
9602 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
9603 (getloadavg): Use NeXT code under descendant OS's.
9604 * image.c (includes and header section, x_create_bitmap_from_data)
9605 (x_create_bitmap_from_file, free_bitmap_record, image_background)
9606 (image_background_transparent, x_clear_image_1)
9607 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
9608 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
9609 (x_to_xcolors, x_from_xcolors, x_disable_image)
9610 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
9611 other GUIs, including XPM support using code originally written for
9612 Carbon GUI.
9613 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
9614 using NS API.
9615 (image_ascent): Use font metrics macros instead of direct struct field
9616 access.
9617 * keyboard.c (includes): Add nsterm.h when compiling under NS.
9618 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
9619 Also, handle NS as GTK for menu bar purposes.
9620 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
9621 toolkit where they differ.
9622 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
9623 use cachelist, still needed under NS.
9624 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
9625 (struct widget_value): Define it here for menu.c.
9626 * keymap.c (includes): Include modifier internals.
9627 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
9628 NS.
9629 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
9630 support for preferring sequences using certain modifiers, specified by
9631 the FIRSTONLY argument.
9632 * lisp.h (hash_remove): Rename to avoid name clash when compiling
9633 under NS GNUstep implementation.
9634 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
9635 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
9636 * menu.c: Include nsterm.h under NS.
9637 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
9638 (free_menubar_widget_tree_value, update_submenu_strings)
9639 (find_and_call_menu_selection): Treat NS as X and NT.
9640 (find_and_return_menu_selection): New function, used for popup menus.
9641 * nsgui.h:
9642 * nsterm.h:
9643 * nsfns.m:
9644 * nsimage.m:
9645 * nsmenu.m:
9646 * nsselect.m:
9647 * nsterm.m: New files.
9648 * process.c (wait_reading_process_output): Under NS, call ns_select()
9649 instead of plain select().
9650 * syntax.c (char_quoted): Under NS, avoid a crash when called near
9651 beginning of buffer.
9652 * sysselect.h (init_process): Rename when compiling under Cocoa to
9653 avoid name conflict.
9654 * termhooks.h (display_info): Add ns_display_info to union.
9655 * terminal.c (Fterminal_live_p): Add ns to terminal types.
9656 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
9657 COCOA environment.
9658 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
9659 unexec() signature. (Note, this will dump, but the resulting file
9660 crashes; unexosx is used instead; keeping around for reference and
9661 possible aid in getting dump working under GNUstep.)
9662 * w32gui.h (button_type, widget_value): Remove definitions (now in
9663 keyboard.h).
9664 * window.c: Include nsterm.h when compiling under NS.
9665 * xdisp.c (includes): Include nsterm.h when compiling under NS.
9666 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
9667 other GUI windowing systems.
9668 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
9669 GTK.
9670 (x_consider_frame_title): Under NS, set icon type and frame
9671 modified-state indicator; use ns_set_name_as_filename() when using
9672 formatted title.
9673 (update_window_cursor): Make public when compiling under NS.
9674 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
9675 (hourglass_atimer, Vhourglass_delay
9676 * xfaces.c (header section, init_frame_faces, clear_font_table)
9677 (defined_color, unload_color, x_face_list_fonts)
9678 (prepare_face_for_display): Add NS support parallel to other GUIs.
9679 Emulate GCs like other non-X GUIs.
9680 (split_font_name): Don't lowercase font name under NS.
9681 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
9682 under NS.
9683 * s/darwin.h: Add support for compilation under NS.
9684
96852008-07-15 Jason Rumney <jasonr@gnu.org>
9686
9687 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
9688 (w32_show_hourglass): Rename from show_hourglass.
9689 (w32_hide_hourglass): Rename from hide_hourglass.
9690 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
9691 (Vhourglass_delay): Declare extern.
9692 (hourglass_started): Remove.
9693
9694 * xdisp.c (Vhourglass_delay): Remove static.
9695 (hourglass_started, start_hourglass, cancel_hourglass):
9696 Don't include these versions on WINDOWSNT.
9697
96982008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9699
9700 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
9701 variables (formerly in xfns.c).
9702 (show_hourglass, hide_hourglass): New prototypes (same).
9703 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
9704 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
9705 in xfns.c).
9706 (syms_of_xdisp): Declare/initialize display-hourglass,
9707 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
9708 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
9709 formerly in xfns.c.
9710 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9711 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9712 (start_hourglass, cancel_hourglass): Remove.
9713 (show_hourglass, hide_hourglass): Remove prototypes and static
9714 modifiers.
9715 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
9716 hourglass_atimer, hourglass_shown_p declaration/initialization.
9717 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
9718 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
9719 (start_hourglass, cancel_hourglass): Remove.
9720 (show_hourglass, hide_hourglass): Remove prototypes and static
9721 modifiers.
9722 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
9723 hourglass_atimer, hourglass_shown_p declaration/initialization.
9724 * w32fns.c (display_hourglass_p, Vhourglass_delay)
9725 (DEFAULT_HOURGLASS_DELAY): Remove.
9726 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
9727 hourglass_shown_p declaration/initialization.
9728
97292008-07-14 Jason Rumney <jasonr@gnu.org>
9730
9731 * w32fns.c (w32_get_arg): Remove wrapper function.
9732 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
9733 directly.
9734 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
9735
97362008-07-14 Kenichi Handa <handa@m17n.org>
9737
9738 * xfont.c (xfont_open): Add workaround for X's bug.
9739
97402008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9741
9742 * fontset.c: Include <stdio.h> unconditionally.
9743
97442008-07-13 Michael Albinus <michael.albinus@gmx.de>
9745
9746 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
9747 for filtering.
9748
97492008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
9750
9751 * s/vms.h: Use __GNUC__ instead of _GNUC_.
9752
9753 * m/macppc.h:
9754 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
9755
9756 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
9757 (SPECIAL_EMACS_INT):
9758 * m/ia64.h (SPECIAL_EMACS_INT):
9759 * m/amdx86-64.h (SPECIAL_EMACS_INT):
9760 * s/gnu.h (NLIST_STRUCT):
9761 * s/aix4-2.h (X11R5_INHIBIT_I18N):
9762 * s/gnu-linux.h (LINUX):
9763 * s/msdos.h (HAVE_FACES):
9764 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
9765
9766 * systty.h:
9767 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
9768 anymore.
9769
97702008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
9771
9772 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
9773 always defined as int.
9774
9775 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
9776 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
9777 * s/gnu-linux.h (HAVE_WAIT_HEADER):
9778 * s/freebsd.h (HAVE_WAIT_HEADER):
9779 * s/bsd-common.h (HAVE_UNION_WAIT):
9780 * s/aix4-2.h (HAVE_WAIT_HEADER):
9781 * m/mips.h (HAVE_UNION_WAIT):
9782 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
9783 (COFF, static): Do not define, they are undefined later in the file.
9784
9785 * process.c (update_status): Don't use a union.
9786 (status_convert):
9787 (sigchld_handler): Use int instead of WAITTYPE.
9788
97892008-07-12 Chong Yidong <cyd@stupidchicken.com>
9790
9791 * indent.c (Fvertical_motion): Restore hscroll before moving to
9792 goal column.
9793
97942008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9795
9796 * lisp.h: Remove left over code.
9797
97982008-07-11 Andreas Schwab <schwab@suse.de>
9799
9800 * lisp.h: Fix logic in last change.
9801
9802 * menu.h: New file.
9803 * menu.c: Include it.
9804 * xmenu.c: Likewise.
9805 * Makefile.in: Update dependencies.
9806
98072008-07-11 Kenichi Handa <handa@m17n.org>
9808
9809 * fontset.c (fontset_from_font): Cancel the previous change.
9810
98112008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9812
9813 * lisp.h:
9814 * w32heap.c:
9815 * emacs.c:
9816 * alloc.c: Replace all references of NO_UNION_TYPE with
9817 USE_LISP_UNION_TYPE.
9818
9819 * m/xtensa.h (NO_UNION_TYPE):
9820 * m/vax.h (NO_UNION_TYPE):
9821 * m/template.h (NO_UNION_TYPE):
9822 * m/sparc.h (NO_UNION_TYPE):
9823 * m/mips.h (NO_UNION_TYPE):
9824 * m/macppc.h (NO_UNION_TYPE):
9825 * m/m68k.h (NO_UNION_TYPE):
9826 * m/iris4d.h (NO_UNION_TYPE):
9827 * m/intel386.h (NO_UNION_TYPE):
9828 * m/ibms390x.h (NO_UNION_TYPE):
9829 * m/ibms390.h (NO_UNION_TYPE):
9830 * m/ibmrs6000.h (NO_UNION_TYPE):
9831 * m/ia64.h (NO_UNION_TYPE):
9832 * m/hp800.h (NO_UNION_TYPE):
9833 * m/arm.h (NO_UNION_TYPE):
9834 * m/amdx86-64.h (NO_UNION_TYPE):
9835 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
9836 defining it the same.
9837
98382008-07-10 Chong Yidong <cyd@stupidchicken.com>
9839
9840 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
9841
98422008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9843
9844 * fileio.c:
50426a04 9845 * sysdep.c:
aac0c6e3
MR
9846 * systty.h:
9847 * m/ibmrs6000.h:
9848 * m/iris4d.h:
9849 * s/aix4-2.h:
9850 * s/freebsd.h:
9851 * s/gnu-linux.h:
9852 * s/hpux10-20.h:
9853 * s/hpux11.h:
9854 * s/netbsd.h:
9855 * s/sol2-3.h:
9856 * s/sol2-4.h:
9857 * s/sol2.h:
9858 * s/usg5-4.h:
9859 * s/vms.h: Remove references to unused variables.
9860
98612008-07-10 Andreas Schwab <schwab@suse.de>
9862
9863 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
9864 pattern before matching the generic family.
9865
98662008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9867
9868 * unexec.c:
9869 * s/vms.h:
9870 * s/usg5-4-2.h:
9871 * s/sol2-5.h:
9872 * s/freebsd.h:
9873 * s/darwin.h: Remove dead code.
9874
9875 * m/template.h:
9876 * m/sparc.h:
9877 * m/mips.h:
9878 * m/m68k.h:
9879 * m/iris4d.h:
9880 * m/intel386.h:
9881 * m/ibms390x.h:
9882 * m/ibms390.h:
9883 * m/ia64.h:
9884 * m/hp800.h:
9885 * m/arm.h:
9886 * m/amdx86-64.h: Remove dead code and references to unused
9887 and compiler defined symbols.
9888
9889 * unexmips.c:
9890 * unexelf.c: Remove references to desupported systems.
9891
9892 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
9893
9894 * m/powermac.h: Remove boilerplate comments.
9895 (NO_REMAP): Remove unused definition.
9896
9897 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
9898 define them.
9899
99002008-07-10 Kenichi Handa <handa@m17n.org>
9901
9902 * xfont.c (xfont_open): Log the reason of failure.
9903
99042008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9905
9906 * fontset.c (fontset_get_font_group):
9907 * font.c (font_check_otf): Specify argument types.
9908
99092008-07-09 Kenichi Handa <handa@m17n.org>
9910
9911 * coding.c (detect_coding_utf_8): Set detect_info->found only when
9912 non-ASCII char is found.
9913
9914 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
9915 (reorder_font_vector): Change the arg preferred_family to font.
9916 Prefer the spec matching with font.
9917 (fontset_get_font_group): New function.
9918 (fontset_find_font): Change the format of an element of a realized
9919 fontset. Use fontset_get_font_group.
9920 (fontset_font): Try the current fontset, the default fontset, the
9921 fallbacks of the current fontset, and the fallbacks of the default
9922 fontset in this order.
9923 (face_for_char): Delete the shortcut to use the current font.
9924 (fontset_from_font): Don't set fonts for Latin in the fontset.
9925
9926 * font.h (font_make_object, font_match_p): Adjust prototypes.
9927
9928 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
9929
9930 * font.c (font_make_object): New arg entity and pixelsize.
9931 (font_check_otf_features, font_check_otf): New functions.
9932 (font_match_p): Check :lang, :script, and :otf properties.
9933
9934 * xfont.c (xfont_open): Adjust it for the change of
9935 font_make_object.
9936 (xfont_text_extents): Fix initial setting of metrics.
9937
9938 * ftfont.c (struct ftfont_info): New member index, delete member
9939 fc_charset_idx. Make the member order compatible with struct
9940 xftfont_info.
9941 (fc_charset_table): Change charset names to registry names.
9942 (ftfont_pattern_entity): Delete the args registry and
9943 fc_charset_idx. Change the value of :font-entity property
9944 to (FONTNAME . INDEX). Always set :registry property to
9945 `iso10646-1'.
9946 (struct ftfont_cache_data): New struct.
9947 (ftfont_lookup_cache): New arg for_face.
9948 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
9949 (ftfont_driver): Set the member otf_capability.
9950 (ftfont_get_charset): Adjust it for the change of
9951 fc_charset_table.
9952 (OTF_TAG_SYM): New macro.
9953 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
9954 for the change of fc_charset_table.
9955 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
9956 ftfont_pattern_entity. Add FC_INDEX to objset.
9957 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
9958 and ftfont_pattern_entity.
9959 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
9960 font_make_object, struct ftfont_info.
9961 (ftfont_has_char): Use ftfont_get_fc_charset.
9962 (ftfont_otf_features, ftfont_otf_capability): New functions.
9963 (ftfont_shape): Use ftfont_get_otf.
9964 (ftfont_text_extents): Fix initial setting of metrics.
9965
9966 * xftfont.c (struct xftfont_info): New member ft_size. Make the
9967 member order compatible with struct ftfont_info.
9968 (xftfont_open): Add FC_CHARSET to the pattern. Set
9969 xftfont_info->ft_size. Don't unlock the face. Check BDF
9970 properties if appropriate.
9971 (xftfont_close): Unlock the face.
9972 (xftfont_anchor_point, xftfont_shape): Deleted.
9973 (syms_of_xftfont): Don't set members anchor_point and shape of
9974 xftfont_driver.
9975
9976 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
9977 font_make_object.
9978
9979 * w32font.c (w32font_open): Adjust it for the change of
9980 font_make_object.
9981 (w32font_open_internal): Don't set properties of font_object here.
9982
99832008-07-08 Chong Yidong <cyd@stupidchicken.com>
9984
9985 * macfns.c (x_create_tip_frame):
9986 * w32fns.c (x_create_tip_frame):
9987 * xfns.c (x_create_tip_frame): Pass parameter argument to
9988 face-set-after-frame-default.
9989
9990 * xfaces.c (Finternal_merge_in_global_face): Save merged
9991 attributes for the default face back into the face vector.
9992
99932008-07-08 Andreas Schwab <schwab@suse.de>
9994
9995 * fontset.h: Declare fontset_from_font. Don't declare
9996 new_fontset_from_font and fontset_from_font_name.
9997 * xterm.c: Include "fontset.h".
9998 * Makefile.in (xterm.o): Update dependencies.
9999
100002008-07-08 Glenn Morris <rgm@gnu.org>
10001
10002 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
10003 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
10004
100052008-07-07 Chong Yidong <cyd@stupidchicken.com>
10006
10007 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
10008 (x_set_frame_parameters): Don't bind it.
10009
100102008-07-07 Juanma Barranquero <lekktu@gmail.com>
10011
10012 * w32fns.c (map_w32_filename): Declare extern.
10013
100142008-07-07 Jason Rumney <jasonr@gnu.org>
10015
10016 * w32term.c (WS_EX_LAYERED): Define if not already.
10017
100182008-07-06 Chong Yidong <cyd@stupidchicken.com>
10019
10020 * xfaces.c (set_font_frame_param): Don't try to set the font
10021 parameter if it is still unspecified in the lface.
10022
100232008-07-05 Chong Yidong <cyd@stupidchicken.com>
10024
10025 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
10026 face if it didn't already exist.
10027
10028 * xdisp.c (try_window_id): Give up if word-wrapping is on.
10029
100302008-07-05 Andreas Schwab <schwab@suse.de>
10031
10032 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
10033
100342008-07-05 Chong Yidong <cyd@stupidchicken.com>
10035
10036 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
10037 word-wrapping.
10038 (IT_DISPLAYING_WHITESPACE): New macro.
10039 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
10040 when word-wrapping. Simplify word-wrapping logic. Use correct
10041 pixel positions when saving copies of the iterator.
10042 (display_line): Use proper wrap point if the last character on a
10043 line was preceded by whitespace.
10044
100452008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
10048
100492008-07-04 Kenichi Handa <handa@m17n.org>
10050
10051 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
10052
10053 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
10054
100552008-07-02 Jason Rumney <jasonr@gnu.org>
10056
10057 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 10058 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
10059
10060 * xdisp.c (next_element_from_display_vector): Move assignment out
10061 of if statement.
10062
100632008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
10064
10065 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
10066
10067 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
10068 (syms_of_fileio): Initialize and export them.
10069 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
10070
10071 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
10072 (Fsystem_move_file_to_trash): New function.
10073 (syms_of_w32fns): Export it to lisp.
10074
100752008-07-01 Jason Rumney <jasonr@gnu.org>
10076
10077 * w32font.c (w32font_text_extents): Don't count overhang as part
10078 of width.
10079
100802008-06-30 Miles Bader <miles@gnu.org>
10081
10082 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
10083 Add `avoid_cursor_p' field.
10084
10085 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
10086 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
10087 (append_glyph, append_composite_glyph, produce_image_glyph)
10088 (append_stretch_glyph): Initialize avoid_cursor_p.
10089 (get_it_property): Rename from `get_line_height_property'.
10090 (x_produce_glyphs): Use get_it_property.
10091 (handle_line_prefix, push_display_prop): New functions.
10092 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
10093 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
10094 New variables.
10095 (syms_of_xdisp): Initialize them.
10096
100972008-06-30 Kenichi Handa <handa@m17n.org>
10098
10099 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
10100 XftDefaultSubstitute (they are called in XftFontMatch).
10101 (xftfont_open): Fix args to ftfont_font_format.
10102
10103 * ftfont.c (fc_charset_table): New member lang.
10104 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 10105 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
10106 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
10107 (ftfont_open): Fix args to ftfont_font_format.
10108 (ftfont_font_format): New arg filename.
10109
101102008-06-30 Chong Yidong <cyd@stupidchicken.com>
10111
10112 * xfaces.c (Finternal_merge_in_global_face): If default face was
10113 modified, realize it again. Update the font face attribute.
10114
101152008-06-29 Jason Rumney <jasonr@gnu.org>
10116
10117 * w32term.c (x_set_frame_alpha): Fix logic.
10118
101192008-06-29 Kenichi Handa <handa@m17n.org>
10120
10121 * fontset.c (Finternal_char_font): Return font-object instead of
10122 font-name.
10123
10124 * composite.c (get_composition_id): Fix the width calculation for TAB.
10125
101262008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * indent.c (Fvertical_motion): Properly handle float column arg.
10129
101302008-06-28 Jason Rumney <jasonr@gnu.org>
10131
10132 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
10133 (pfnSetLayeredWindowAttributes): New function pointer.
10134 (w32_initialize): Initialize it when supported.
10135 (x_set_frame_alpha): New function.
10136
10137 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
10138 (w32_frame_parm_handlers): Set alpha handler.
10139
10140 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
10141
101422008-06-27 Jason Rumney <jasonr@gnu.org>
10143
10144 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
10145 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
10146 (w32_to_x_charset, x_to_w32_charset)
10147 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
10148 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
10149 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
10150 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
10151 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
10152 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
10153 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
10154 (Qw32_charset_unicode): Remove.
10155 (syms_of_w32fns): Update for above changes.
10156
10157 * w32font.c (w32_to_x_charset, x_to_w32_charset)
10158 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
10159 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
10160 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
10161 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
10162 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
10163 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
10164 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
10165 (syms_of_w32font): Update for above changes.
10166
101672008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
10168
10169 * s/usg5-4.h: Fix previous change: keep the correct branch of a
10170 removed #if.
10171 (USG_SHARED_LIBRARIES): Remove duplicate definition.
10172
101732008-06-26 Juanma Barranquero <lekktu@gmail.com>
10174 Eli Zaretskii <eliz@gnu.org>
10175
10176 * makefile.w32-in (LOCAL_FLAGS):
10177 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
10178
10179 * sysdep.c (_spawnlp, _getpid):
10180 Declare with explicit _cdecl instead of _CRTAPI1.
10181
10182 * editfns.c (Fget_internal_run_time):
10183 Check for WINDOWSNT with #ifdef, not #if.
10184
101852008-06-26 Jason Rumney <jasonr@gnu.org>
10186
10187 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
10188
10189 * w32term.c (x_draw_glyph_string_foreground)
10190 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
10191 Use FONT_HANDLE macro.
10192 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
10193
10194 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
10195 (uniscribe_encode_char): Use FONT_HANDLE macro.
10196
10197 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
10198 (w32font_text_extents): Use precast w32_font.
10199 (w32font_close): Free cached metrics.
10200 (w32font_open_internal): Allocate space for name on stack.
10201
102022008-06-26 Chong Yidong <cyd@stupidchicken.com>
10203
10204 * xdisp.c (extend_face_to_end_of_line): Fix last change.
10205
102062008-06-26 Jason Rumney <jasonr@gnu.org>
10207
10208 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
10209 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
10210
102112008-06-26 Juanma Barranquero <lekktu@gmail.com>
10212
10213 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
10214
102152008-06-26 Jason Rumney <jasonr@gnu.org>
10216
10217 * w32bdf.c, w32bdf.h: Remove obsolete files.
10218
10219 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
10220
10221 * w32gui.h: Don't include w32bdf.h.
10222 (XCharStruct, enum w32_char_font_type, W32FontStruct):
10223 Remove obsolete font support.
10224
10225 * w32font.h (struct w32font_info): Remove compat_w32_font.
10226 Add hfont member.
10227 (FONT_COMPAT): Remove obsolete macro.
10228
10229 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
10230 (w32font_encode_char, w32font_text_extents): Use new hfont member.
10231 (w32font_open_internal): Remove compat code. Set new hfont member.
10232 (Fx_select_font): Use new hfont member.
10233
10234 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
10235 (uniscribe_encode_char): Use new hfont member.
10236
10237 * w32term.c (x_draw_glyph_string_foreground)
10238 (x_draw_composite_glyph_string_foreground): Use new hfont member.
10239 (x_draw_glyph_string): Use metrics in w32font_info.
10240
102412008-06-26 Kenichi Handa <handa@m17n.org>
10242
10243 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
10244
102452008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10246
10247 * unexnext.c:
10248 * m/ews4800.h:
10249 * m/hp9000s300.h:
10250 * m/ibm370aix.h:
10251 * m/mips-siemens.h:
10252 * m/ncr386.h:
10253 * m/next.h:
10254 * m/pmax.h:
10255 * m/powerpcle.h:
10256 * m/tandem-s2.h:
10257 * s/386bsd.h:
10258 * s/bsd386.h:
10259 * s/bsd4-1.h:
10260 * s/bsd4-2.h:
10261 * s/bsdos2-1.h:
10262 * s/bsdos2.h:
10263 * s/bsdos3.h:
10264 * s/bsdos4.h:
10265 * s/nextstep.h:
10266 * s/ultrix4-3.h:
10267 * s/usg5-0.h:
10268 * s/usg5-2-2.h:
10269 * s/usg5-2.h:
10270 * s/usg5-4-3.h:
10271 * s/ux4800.h:
10272 * s/uxpds.h:
10273 * s/uxpv.h: Remove support for obsolete systems.
10274 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 10275 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
10276 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
10277 Remove, insert contents in s/aix4-2.h.
10278 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
10279 * s/bsd4-3.h: Rename to ...
10280 * s/bsd-common.h: ... this.
10281 * data.c:
10282 * doc.c:
10283 * ecrt0.c:
10284 * emacs.c:
10285 * fileio.c:
10286 * floatfns.c:
10287 * keyboard.c:
10288 * mem-limits.h:
10289 * print.c:
10290 * process.c:
10291 * sysdep.c:
10292 * syssignal.h:
10293 * systty.h:
10294 * syswait.h:
10295 * term.c:
10296 * unexec.c:
10297 * unexelf.c:
10298 * unexhp9k800.c:
10299 * m/hp800.h:
10300 * m/ibmrs6000.h:
10301 * m/mips.h:
10302 * m/vax.h:
10303 * s/darwin.h:
10304 * s/freebsd.h:
10305 * s/gnu.h:
10306 * s/ms-w32.h:
10307 * s/msdos.h:
10308 * s/netbsd.h:
10309 * s/template.h: Remove references to obsolete variables.
10310
10311 * Makefile.in: Add dependencies for all unexec files.
10312 (admindir): Remove unused variable.
10313 (UNEXEC_SRC): Remove references.
10314
103152008-06-25 Chong Yidong <cyd@stupidchicken.com>
10316
10317 * xfns.c (x_default_font_parameter): If Xft is available, first
10318 try Monospace-12 for the default font.
10319
103202008-06-25 Jason Rumney <jasonr@gnu.org>
10321
10322 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
10323
103242008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10325
10326 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
10327
10328 * buffer.c (syms_of_buffer): Remove default-word-wrap.
10329
103302008-06-25 Juanma Barranquero <lekktu@gmail.com>
10331
10332 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
10333 <scroll-conservatively>: Fix typo in docstring.
10334
10335 * xselect.c (Fx_send_client_event): Doc fix.
10336
103372008-06-25 Kenichi Handa <handa@m17n.org>
10338
10339 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
10340
10341 * font.c (font_parse_fcname): Remove unused variables.
10342 (font_sort_entites): Delete the arg SPEC. Caller changed.
10343 Fix for the case of ! best_only.
10344 (font_delete_unmatched): Check DPI and AVGWIDTH too.
10345
10346 * lisp.h (Fstring_to_unibyte): EXFUN it.
10347
10348 * character.h (str_to_unibyte): Extern it.
10349
10350 * character.c (str_to_unibyte): New function.
10351
10352 * fns.c (Fstring_to_unibyte): New function.
10353 (syms_of_fns): Defsubr it.
10354
103552008-06-24 Kenichi Handa <handa@m17n.org>
10356
10357 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
10358 DPI too.
10359 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
10360
103612008-06-24 Andreas Schwab <schwab@suse.de>
10362
10363 * Makefile.in (${lispsource}loaddefs.el): Rename from
10364 ../lisp/loaddefs.el.
10365 (bootstrap-clean): Do what distclean does but don't remove
10366 Makefile.
10367 (distclean): Depend on bootstrap-clean and remove Makefile.
10368
103692008-06-24 Chong Yidong <cyd@stupidchicken.com>
10370
10371 * buffer.h (struct buffer): New member word_wrap.
10372
10373 * buffer.c (syms_of_buffer): New variables default-word-wrap and
10374 word-wrap.
10375 (init_buffer_once): Initialize them.
10376
10377 * dispextern.h (struct it): Replace bool truncate_lines_p with a
10378 line_wrap enum possessing three possible values.
10379
10380 * termopts.h: Replace truncate_partial_width_windows with
10381 Vtruncate_partial_width_windows.
10382
10383 * dispnew.c (direct_output_for_insert): Avoid direct output when
10384 inserting a space with word wrap on.
10385
10386 * indent.c (compute_motion): Obey integer values of
10387 truncate-partial-width-windows.
10388
10389 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
10390 replacing truncate_partial_width_windows.
10391 (init_iterator): If Vtruncate_partial_width_windows is an integer,
10392 truncate only if the window width is below that integer.
10393 (start_display, resize_mini_window, produce_stretch_glyph)
10394 (display_string, move_it_in_display_line_to): Use line_wrap.
10395 (back_to_previous_visible_line_start, reseat_1): Reset
10396 string_from_display_prop_p.
10397 (display_line): Extend default face to end of line when wrapping.
10398
103992008-06-24 Kim F. Storm <storm@cua.dk>
10400
10401 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
10402 to wrap continued lines at word boundaries.
10403
104042008-06-24 Jason Rumney <jasonr@gnu.org>
10405
10406 * font.c (Ffont_face_attributes): Multiply pixel size before point
10407 conversion to avoid multiplying rounding error.
10408
104092008-06-23 Jason Rumney <jasonr@gnu.org>
10410
10411 * w32term.c (x_draw_glyph_string_background)
10412 (x_draw_glyph_string): Remove old bdf font code.
10413
10414 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
10415
104162008-06-22 Kenichi Handa <handa@m17n.org>
10417
10418 * font.c (font_find_for_lface): Try the adstyle specified in
10419 the property of LFACE_FONT of LFACE (if any).
10420
104212008-06-21 Seiji Zenitani <zenitani@mac.com>
10422 Ryo Yoshitake <ryo@shiftmode.net>
10423
10424 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
10425
104262008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
10429 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
10430 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
10431 (witness-emacs): Remove.
10432 (lisp, shortlisp): Move loaddefs.el earlier.
10433 (mostlyclean): Forget about witness-emacs.
10434
104352008-06-22 Glenn Morris <rgm@gnu.org>
10436
10437 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
10438 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
10439
104402008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * Makefile.in (PRECOMP): Remove.
10443 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
10444 (witness-emacs): Run `compile-first'.
10445 (.el.elc): Use the new compile-onefile target.
10446
104472008-06-21 Kenichi Handa <handa@m17n.org>
10448
10449 * xftfont.c (xftfont_open): Handle QCembolden only when
10450 FC_EMBOLDEN is defined.
10451
104522008-06-21 Andreas Schwab <schwab@suse.de>
10453
10454 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
10455 (.el.elc): Likewise.
10456
104572008-06-21 Miles Bader <miles@gnu.org>
10458
10459 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
10460 build dir, not the lisp source dir.
10461
104622008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
10465 (bootstrapclean): Remove.
10466 (.el.elc): New rule.
10467 (PRECOMP): New var.
10468 (../lisp/subdirs.el): Remove.
10469 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
10470 (witness-emacs): New target.
10471 (mostlyclean): Remove witness-emacs as well.
10472 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
10473 Add witness-emacs dependency.
10474
104752008-06-20 Chong Yidong <cyd@stupidchicken.com>
10476
10477 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
10478 defined by the font.
10479
104802008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
10483 (bootstrap-clean): New target that keeps TAGS around.
10484 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
10485 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
10486
104872008-06-20 Jason Rumney <jasonr@gnu.org>
10488
10489 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
10490 Remove obsolete font code.
10491
10492 * w32font.c (font_matches_spec): Use csb bitfield from font signature
10493 to determine language support.
10494
104952008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10496
10497 * sysdep.c (cfsetspeed): New fun extracted from the code.
10498 (cfmakeraw): Move before first use.
10499
105002008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
10501
10502 * sysdep.c (cfmakeraw): Provide fallback implementation.
10503 (serial_configure): Provide fallback implementation of cfsetspeed.
10504
105052008-06-20 Kenichi Handa <handa@m17n.org>
10506
10507 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
10508 the pattern.
10509
10510 * fontset.c (fontset_from_font): Copy font_spec before changing
10511 the elements.
10512
10513 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
10514
105152008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10516
10517 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
10518 for explicit `font' parameters.
10519
10520 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
10521
105222008-06-19 Kenichi Handa <handa@m17n.org>
10523
10524 * frame.c: Include <ctype.h>.
10525 (x_set_font_backend): Allow spacing characters in the X resource
10526 for FontBackend.
10527
105282008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * w32fns.c, xfns.c (Qfont_param): New var.
10531 (syms_of_w32fns): Initialize it.
10532 (x_default_font_parameter): Record explicit `font' into
10533 `font-parameter'.
10534
105352008-06-18 Kenichi Handa <handa@m17n.org>
10536
10537 * font.c (font_parse_xlfd): Fix previous change.
10538 (font_parse_fcname): Don't use :fc-unknown-spec.
10539 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
10540 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
10541 (font_add_log): Prepend the driver name to the resulting fonts.
10542
10543 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
10544 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
10545 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
10546
10547 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
10548 (QCembolden): New variables.
10549 (syms_of_xftfont): DEFSYM them.
10550 (xftfont_open): Call XftFontMatch. Don't trust the result of
10551 XftTextExtents8 if the pixel_size is less than 5.
10552
105532008-06-18 Andreas Schwab <schwab@suse.de>
10554
10555 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
10556 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
10557
105582008-06-18 Jason Rumney <jasonr@gnu.org>
10559
10560 * w32font.c (w32font_list, w32font_match): Add logging.
10561
10562 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
10563
105642008-06-17 Chong Yidong <cyd@stupidchicken.com>
10565
10566 * font.c (font_parse_fcname): Store divider characters for
10567 unknown-spec list. For known key symbols, intern using correct
10568 symbol name.
10569
105702008-06-17 Kenichi Handa <handa@m17n.org>
10571
10572 * xfaces.c (realize_default_face): If the frame is not on window
10573 system, set the fontset of face to nil.
10574
105752008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10576
10577 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
10578
105792008-06-16 Juanma Barranquero <lekktu@gmail.com>
10580
10581 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
10582 (build_font_name_from_vector): Delete externs.
10583
10584 * xfaces.c (struct font_name): Don't declare.
10585
105862008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
10589
105902008-06-16 Chong Yidong <cyd@stupidchicken.com>
10591
10592 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
10593
105942008-06-16 Juanma Barranquero <lekktu@gmail.com>
10595
10596 * font.c (Ffont_spec): Fix usage in docstring.
10597 (Ffont_face_attributes): Doc fix.
10598
105992008-06-16 Andreas Schwab <schwab@suse.de>
10600
10601 * font.c (Ffont_face_attributes): Fix definition.
10602
106032008-06-16 Jason Rumney <jasonr@gnu.org>
10604
10605 * font.h (font_style_symbolic_from_value): Remove.
10606
10607 * font.c (font_style_symbolic_from_value): Remove.
10608 (font_style_symbolic): Revert to pre 2008-06-13 version.
10609
10610 * w32font.c (w32_to_fc_weight): New function.
10611 (w32font_full_name, logfont_to_fcname): Use it.
10612
106132008-06-16 Kenichi Handa <handa@m17n.org>
10614
10615 * font.c (font_check_object): Delete it.
10616 (font_clear_cache): Check if a font-object is alive.
10617 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
10618 font-object to nil.
10619 (font_close_object): Don't check FONT_CLOSE_OBJECT.
10620 (font_at): Don't call font_check_object.
10621 (Ffont_get): Return a symbol for :weight, :slant, and :width.
10622
106232008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10624
10625 * puresize.h (BASE_PURESIZE): Increase to 1230000.
10626
106272008-06-16 Chong Yidong <cyd@stupidchicken.com>
10628
10629 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
10630
106312008-06-15 Chong Yidong <cyd@stupidchicken.com>
10632
10633 * font.c (font_parse_fcname): Only one decimal point.
10634 (font_unparse_fcname): Handle data in family and foundry indices
10635 as symbols, not strings.
10636 (font_unparse_gtkname, Ffont_face_attributes): New functions.
10637
10638 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
10639
10640 * font.h (font_unparse_gtkname): Add prototype.
10641
106422008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10643
10644 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
10645
106462008-06-15 Andreas Schwab <schwab@suse.de>
10647
10648 * font.c (font_update_drivers): Fix crash when no drivers match.
10649
106502008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
10653 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
10654
106552008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10656
10657 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
10658
106592008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * process.c (Fserial_process_configure, Fprocess_send_eof):
10662 Use EQ to compare Lisp_Objects.
10663
106642008-06-13 Jason Rumney <jasonr@gnu.org>
10665
10666 * w32fns.c (Fw32_select_font): Remove old font API function.
10667
10668 * w32font.c (logfont_to_fcname): New function.
10669 (Fx_select_font): New font dialog function compatible with
10670 GTK/fontconfig version.
10671
10672 * font.c (font_style_symbolic_from_value): New function.
10673 (font_style_symbolic): Use it.
10674
10675 * font.h (font_style_symbolic_from_value): Declare new function.
10676
106772008-06-13 Juanma Barranquero <lekktu@gmail.com>
10678
10679 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
10680 <font-width-table>: Fix typos in docstrings.
10681
106822008-06-13 Daniel Engeler <engeler@gmail.com>
10683
10684 These changes add serial port access.
10685 * process.c: Add HAVE_SERIAL.
10686 (Fdelete_process, Fprocess_status, Fset_process_buffer)
10687 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
10688 (list_processes_1, select_wrapper, Fstop_process)
10689 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
10690 (status_notify): Modify to handle serial processes.
10691 [HAVE_SERIAL] (Fserial_process_configure)
10692 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
10693 New functions.
10694 * process.h (struct Lisp_Process): Add `type'.
10695 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
10696 New functions.
10697 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
10698 serial ports.
b71ac3dd 10699 (serial_open, serial_configure): New functions.
aac0c6e3
MR
10700 * w32.h: Add FILE_SERIAL.
10701 (struct _child_process): Add ovl_read, ovl_write.
10702
107032008-06-13 Kenichi Handa <handa@m17n.org>
10704
10705 * dispextern.h (enum lface_attribute_index): New member
10706 LFACE_FOUNDRY_INDEX.
10707
10708 * font.c (font_score): Delete arg alternate_families. Check only
10709 weight, slant, width, and size. Ignore the difference of alias
10710 style symbols.
10711 (font_sort_entites): Adjust for the above change. Reflect the
10712 order of font-driver to scores.
10713 (font_list_entities): Don't check alternate_familes here.
10714 (font_clear_prop): Handle foundry.
10715 (font_update_lface): Don't parse "foundry-family" form here.
10716 Handle FONT_FOUNDRY_INDEX.
10717 (font_find_for_lface): Likewise. Handle alternate families here.
10718 If registry is nil, try iso8859-1 and ascii-0.
10719 (font_open_for_lface): Pay attention to size in ENTITY.
10720 (font_open_by_name): Simplify by calling font_load_for_lface.
10721 (free_font_driver_list): Delete it.
10722 (font_update_drivers): Preserve the order of backends.
10723 (syms_of_font): Setting of sort_shift_bits adjusted for the change
10724 of font_score and font_sort_entites.
10725 (font_update_sort_order): Likewise.
10726
10727 * xfaces.c (LFACE_FOUNDRY): New macro.
10728 (check_lface_attrs): Check foundry.
10729 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
10730 (merge_face_vectors): Check foundry.
10731 (merge_face_ref): Likewise.
10732 (Finternal_set_lisp_face_attribute): Likewise.
10733 (x_update_menu_appearance): Likewise.
10734 (Finternal_get_lisp_face_attribute): Likewise.
10735 (lface_hash): Likewise.
10736 (lface_same_font_attributes_p): Likewise.
10737 (x_supports_face_attributes_p): Likewise.
10738 (tty_supports_face_attributes_p): Likewise.
10739 (Finternal_set_alternative_font_family_alist): Intern strings.
10740 (Finternal_set_alternative_font_registry_alist): Downcase strings.
10741 (realize_default_face): Set LFACE_FOUNDRY (lface).
10742
10743 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
10744 font-driver at first.
10745
10746 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
10747
107482008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10749
10750 * lread.c (Fload): Use xfree, not free on saved_doc_string.
10751
107522008-06-12 Jim Meyering <meyering@redhat.com>
10753
10754 Make unexec_free handle NULL the same way free does.
10755 * unexmacosx.c (unexec_free): Ignore a NULL argument.
10756
107572008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * character.h (CHAR_TO_BYTE_SAFE): New macro.
10760 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
10761 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
10762 (WEAK_ALIAS): Simplify.
10763 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
10764 when searching a unibyte buffer.
10765
107662008-06-12 Chong Yidong <cyd@stupidchicken.com>
10767
10768 * xfns.c (Fx_select_font): Rename from x-font-dialog.
10769
107702008-06-12 Juanma Barranquero <lekktu@gmail.com>
10771
10772 * w32font.c: Include ctype.h.
10773
107742008-06-11 Jason Rumney <jasonr@gnu.org>
10775
10776 * w32font.c (w32font_encode_char): Detect missing glyphs that are
10777 misreported as space.
10778 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
10779 as aliases for registry iso10646-1.
10780
107812008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * buffer.c (clone_per_buffer_values): Skip `name'.
10784
107852008-06-11 Chong Yidong <cyd@stupidchicken.com>
10786
10787 * font.c (font_parse_fcname): Fix last change; accept decimal
10788 points in font size.
10789
107902008-06-10 Jason Rumney <jasonr@gnu.org>
10791
10792 * w32uniscribe.c (add_opentype_font_name_to_list):
10793 Skip non unicode fonts.
10794
107952008-06-10 Chong Yidong <cyd@stupidchicken.com>
10796
10797 * xfns.c (Fx_font_dialog): New function.
10798
10799 * gtkutil.c (xg_dialog_response_cb): Rename from
10800 xg_file_response_callback.
10801 (pop_down_dialog): Rename from pop_down_file_dialog.
10802 (xg_get_file_name): Callers changed.
10803 (xg_get_font_name): New function.
10804
10805 * gtkutil.h (xg_get_font_name): Insert prototype.
10806
108072008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10808
10809 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
10810 x_underline_minimum_display_offset.
10811 (syms_of_xdisp): Declare it here rather than in xterm.c.
10812 * dispextern.h (underline_minimum_offset): Declare it.
10813 * w32term.c (x_draw_glyph_string): Use it.
10814 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
10815 (syms_of_xterm): Don't declare it any more.
10816 (x_draw_glyph_string): Adjust to the new name.
10817
8719abec 108182008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
10819
10820 * xterm.c (x_underline_minimum_display_offset): New var.
10821 (x_draw_glyph_string): Use it.
10822 (syms_of_xterm): Declare it.
10823
108242008-06-10 Chong Yidong <cyd@stupidchicken.com>
10825
10826 * font.c (font_parse_fcname): Accept GTK-style font names too.
10827
108282008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10829
10830 * dired.c (file_name_completion): Don't return t if the match is exact
10831 but with different capitalization.
10832 * minibuf.c (Ftry_completion): Simplify.
10833
10834 * window.c (Vwindow_point_insertion_type): New var.
10835 (set_window_buffer): Use it.
10836 (syms_of_window): Init and export it to Lisp.
10837
108382008-06-10 Kenichi Handa <handa@m17n.org>
10839
10840 * font.h (font_intern_prop): Prototype adjusted.
10841
10842 * font.c (font_intern_prop): New arg force_symbol.
10843 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
10844 Adjust for the change of font_intern_prop.
10845
10846 * ftfont.c (ftfont_pattern_entity):
10847 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
10848 (w32_registry):
10849 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
10850 the change of font_intern_prop.
10851
108522008-06-09 Juanma Barranquero <lekktu@gmail.com>
10853
10854 * w32menu.c (digest_single_submenu): Declare extern.
10855
108562008-06-09 Jason Rumney <jasonr@gnu.org>
10857
10858 * w32term.c (x_make_frame_visible): Use alternate restore flags.
10859
10860 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
10861 (parse_single_submenu): Remove.
10862 (digest_single_submenu): Remove.
10863 (syms_of_w32menu): Don't initialise variables that have moved
10864 to menu.c.
10865 (set_frame_menubar): Sync with version in xmenu.c.
10866 (w32_menu_show): Sync with xmenu_show in xmenu.c.
10867
10868 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
10869 Make static again.
10870
108712008-06-09 Jason Rumney <jasonr@gnu.org>
10872
10873 Changes to w32 files related to the move of common menu code
10874 to menu.c on 2008-06-08 by Chong Yidong.
10875
10876 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
10877 defs to w32gui.h.
10878 (single_keymap_panes, push_menu_item, push_menu_pane):
10879 Make globally visible.
10880
10881 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
10882 (local_free, malloc_widget_value, free_widget_value)
10883 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
10884 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
10885 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
10886 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
10887 (menu_items, menu_items_allocated, menu_items_used)
10888 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
10889 (init_menu_items, finish_menu_items, discard_menu_items)
10890 (grow_menu_items, push_submenu_start, push_submenu_end)
10891 (push_left_right_boundary, push_menu_pane, push_menu_item)
10892 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
10893 (free_menubar_widget_tree_value, parse_single_submenu)
10894 (update_submenu_strings): Remove functions.
10895 (xmalloc_widget_value): Remove and declare extern.
10896
10897 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
10898 (OBJ1): Build it.
10899
10900 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
10901 (local_heap, local_alloc, local_free, malloc_widget_value)
10902 (free_widget_value): Define here.
10903
109042008-06-09 Kenichi Handa <handa@m17n.org>
10905
10906 * font.h (Qascii_0): Extern it.
10907
10908 * font.c (Qascii_0): New variable.
10909 (syms_of_font): DEFSYM it.
10910 (font_open_by_name): If the registry "iso8859-1" fails, try also
10911 "ascii-0".
10912
10913 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
10914
109152008-06-08 Kenichi Handa <handa@m17n.org>
10916
10917 * .gdbinit (xfont): New command.
10918
109192008-06-08 Andreas Schwab <schwab@suse.de>
10920
10921 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
10922 * Makefile.in (menu.o): Update dependencies.
10923
10924 * Makefile.in (obj): Always add menu.o.
10925 * emacs.c (main): Always call syms_of_menu.
10926 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
10927
109282008-06-08 Chong Yidong <cyd@stupidchicken.com>
10929
10930 * Makefile.in: Compile menu.c.
10931
10932 * lisp.h: Declare syms_of_menu.
10933
10934 * emacs.c (main): Call syms_of_menu.
10935
10936 * keyboard.h: Relocate platform-independent menu definitions from
10937 xmenu.c.
10938
10939 * menu.c: New file. Relocate platform-independent menu
10940 definitions from xmenu.c. Suggested by Adrian Robert.
10941
10942 * xmenu.c: Remove platform-independent menu definitions.
10943 (menu_items menu_items_inuse, menu_items_allocated)
10944 (menu_items_used, menu_items_n_panes)
10945 (menu_items_submenu_depth): Move to keyboard.h.
10946 (init_menu_items, finish_menu_items, unuse_menu_items)
10947 (discard_menu_items, restore_menu_items, save_menu_items)
10948 (grow_menu_items, push_submenu_start, push_submenu_end)
10949 (push_left_right_boundary, push_menu_pane, push_menu_item)
10950 (keymap_panes, single_keymap_panes, single_menu_item)
10951 (list_of_panes, list_of_items, find_and_call_menu_selection)
10952 (xmalloc_widget_value, free_menubar_widget_value_tree)
10953 (parse_single_submenu, digest_single_submenu)
10954 (update_submenu_strings): Move to menu.c.
10955
109562008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
10959
109602008-06-06 Miles Bader <miles@gnu.org>
10961
10962 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
10963 face, not frame default.
10964
109652008-06-05 Martin Rudalics <rudalics@gmx.at>
10966
10967 * window.c (pop_up_windows, pop_up_frames)
10968 (display_buffer_reuse_frames, Vpop_up_frame_function)
10969 (Vdisplay_buffer_function, Veven_window_heights)
10970 (Vspecial_display_buffer_names, Vspecial_display_regexps)
10971 (Vspecial_display_function, Vsame_window_buffer_names)
10972 (Vsame_window_regexps, split_height_threshold)
10973 (Vsplit_window_preferred_function): Move those vars to window.el.
10974 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
10975 (Fdisplay_buffer): Move those functions to window.el.
10976 (syms_of_window): Remove corresponding declarations.
10977 (display_buffer): New function.
10978 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
10979 * dispnew.c (Flast_nonminibuf_frame): New function.
10980 * buffer.c (Fpop_to_buffer): Move to window.el.
10981
109822008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10983
10984 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
10985
109862008-06-05 Kenichi Handa <handa@m17n.org>
10987
10988 * coding.c (detect_coding): Fix previous change.
10989 (detect_coding_system): Likewise.
10990
109912008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10992
10993 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
10994
10995 * keymap.c (Vminibuffer_local_filename_must_match_map):
10996 Rename from Vminibuffer_local_must_match_filename_map.
10997 (syms_of_keymap):
10998 * minibuf.c (Fcompleting_read): Adjust accordingly.
10999 * commands.h: Rename declaration as well.
11000
110012008-06-05 Kenichi Handa <handa@m17n.org>
11002
11003 * font.c (Ffont_spec): Don't use font_parse_family_registry for
11004 family name.
11005 (Ffont_put): Likewise.
11006
11007 * fontset.c (fontset_find_font): Call font_open_for_lface with the
11008 current font-spec.
11009
11010 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
11011 is unspecified.
11012
11013 * xfaces.c (realize_x_face): If the font-related face attributes
11014 are the same as those of default face, realize a new fontset from
11015 default->fontset.
11016 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
11017
110182008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
11021 (move_it_in_display_line): New wrapper.
11022
11023 * window.c (window_scroll_pixel_based_preserve_x)
11024 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
11025 (window_scroll_pixel_based, window_scroll_line_based):
11026 Use them to preserve column positions.
11027 (syms_of_window): Initialize them.
11028
11029 * indent.c (Fvertical_motion): Extend first arg to allow passing an
11030 (HPOS . VPOS) pair.
11031
11032 * dispextern.h (move_it_in_display_line): Declare.
11033
110342008-06-05 Juanma Barranquero <lekktu@gmail.com>
11035
11036 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
11037 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
11038 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
11039
110402008-06-04 Juanma Barranquero <lekktu@gmail.com>
11041
11042 * window.c (Fset_window_parameter): Doc fix.
11043 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
11044
110452008-06-04 Joakim Verona <joakim@verona.se>
11046
11047 * window.h (struct window): Add new member window_parameters.
11048
11049 * window.c (Fwindow_parameters, Fwindow_parameter)
11050 (Fset_window_parameter): New defuns.
11051 (syms_of_window): Defsubr the new defuns.
11052 (make_window): Initialize window_parameters to nil.
11053
110542008-06-04 John Paul Wallington <jpw@pobox.com>
11055
11056 * eval.c (Fdefmacro): Doc fix.
11057
110582008-06-04 Kenichi Handa <handa@m17n.org>
11059
11060 * coding.c (detect_coding): Fix handling of coding->head_ascii.
11061 Be sure to call setup_coding_system when we find a proper coding system.
11062 (detect_coding_system): Fix handling of coding->head_ascii.
11063
110642008-06-03 Andreas Schwab <schwab@suse.de>
11065
11066 * font.c (font_prop_validate_spacing): Fix last change.
11067
110682008-06-03 Kenichi Handa <handa@m17n.org>
11069
11070 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
11071 (font_parse_fcname): Fix handling of unknown key.
11072
11073 * xfont.c (xfont_list): Try an alias.
11074
11075 * charset.c (char_charset): Return NULL if the arg charset_list is
11076 specified and C doesn't belong to any of them.
11077
110782008-06-02 Chip Coldwell <coldwell@redhat.com>
11079
11080 * font.c (font_pixel_size): Don't take cdr of an integer.
11081
110822008-06-02 Jim Meyering <meyering@redhat.com>
11083
11084 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
11085 * alloc.c (xfree): Return right away for a NULL arg.
11086 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
11087 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
11088 * mac.c (create_apple_event_from_event_ref): Likewise.
11089 (create_apple_event_from_drag_ref, cfstring_create_normalized):
11090 Likewise.
11091 * doprnt.c (doprnt1): Likewise.
11092 * frame.c (frame): Likewise.
11093 * keyboard.c (wipe_kboard): Likewise.
11094 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
11095 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
11096 * term.c (tty_default_color_capabilities, maybe_fatal)
11097 (delete_tty): Likewise.
11098 * w16select.c (string): Likewise.
11099 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
11100 * w32bdf.c (w32_free_bdf_font): Likewise.
11101 * w32fns.c (w32_unload_font): Likewise.
11102 * w32font.c (w32font_close): Likewise.
11103 * window.c (size_window): Likewise.
11104 * xselect.c (receive_incremental_selection): Likewise.
11105 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
11106 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
11107 * w32.c (stat): Likewise.
11108
11109 Remove useless if-before-free tests.
11110 * editfns.c (Fset_time_zone_rule): Likewise.
11111 * lread.c (nosuffix): Likewise.
11112 * ralloc.c (get_bloc): Likewise.
11113 * regex.c (reg_free): Likewise.
11114 * xftfont.c (xftfont_open, xftfont_close): Likewise.
11115 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
11116 * xsmfns.c (smc_save_yourself_CB): Likewise.
11117
111182008-06-02 Kenichi Handa <handa@m17n.org>
11119
11120 * font.c (font_find_for_lface): Handle float font size.
11121 (font_open_for_lface): Likewise.
11122
11123 * xfaces.c (x_supports_face_attributes_p): Check face->font before
11124 comparing the properties.
11125
111262008-06-01 Jason Rumney <jasonr@gnu.org>
11127
11128 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
11129 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
11130 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
11131 Don't add empty script list.
11132 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
11133
111342008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
11135
11136 * Makefile.in (dot, dotdot): Remove, update users.
11137 ".." has been used elsewhere in the file for a long time.
11138 (LIBXT_STATIC): Remove conditional based on unused variable.
11139
111402008-06-01 Miles Bader <miles@gnu.org>
11141
11142 * xfaces.c (Vface_remapping_alist): New variable.
11143 (syms_of_xfaces): Initialize it.
11144 (enum named_merge_point_kind): New type.
11145 (struct named_merge_point): Add `named_merge_point_kind' field.
11146 (push_named_merge_point): Make cycle detection respect different
11147 named-merge-point kinds.
11148 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
11149 Remove face-name alias resolution.
11150 (lface_from_face_name): New definition using
11151 `lface_from_face_name_no_resolve'.
11152 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
11153 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
11154 (get_lface_attributes): New definition that layers face-remapping on
11155 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
11156 (lookup_basic_face): New function.
11157 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
11158 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
11159 `get_lface_attributes'.
11160 (face_at_buffer_position): Use `lookup_basic_face' to lookup
11161 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
11162 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
11163
11164 * xdisp.c (init_iterator): Pass base_face_id through
11165 `lookup_basic_face' when we actually use it as a face-id.
11166 (handle_single_display_prop): Use `lookup_basic_face' to lookup
11167 DEFAULT_FACE_ID.
11168
11169 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
11170 lookup the initial face-id.
11171
11172 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
11173
111742008-06-01 Juanma Barranquero <lekktu@gmail.com>
11175
11176 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
11177 (Fremove_text_properties): Fix typos in docstrings.
11178
111792008-05-31 Kenichi Handa <handa@m17n.org>
11180
11181 * font.c (font_list_entities): Fix the car part of data to be
11182 stored in the cache.
11183
11184 * ftfont.c (ftfont_font_format): Don't use strcasestr.
11185
111862008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11187
11188 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
11189 Add a `test' argument so another predicate than `equal' can be used.
11190 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
11191 (map_char_table): Remove unused vars `c' and `i'.
11192 * lisp.h (Foptimize_char_table): Adjust declaration.
11193 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
11194
111952008-05-30 Kenichi Handa <handa@m17n.org>
11196
11197 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
11198 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
11199 defined.
11200
112012008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11202
11203 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
11204 (Fmake_variable_frame_local): Disallow mixing buffer-local and
11205 frame-local settings for the same variable.
11206
112072008-05-30 Kenichi Handa <handa@m17n.org>
11208
11209 * fontset.c (Ffont_info): Move to font.c.
11210 (syms_of_fontset): Delete defsubr of Sfont_info.
11211
11212 * font.c (font_style_to_value, font_score): Delete casting of the
11213 args to xstcasecmp.
11214 (register_font_driver): Increment num_font_drivers only when
11215 registering the driver globally.
11216 (Ffont_info): Move from fontset.c. Handle a font object too.
11217 (syms_of_font): Defsubr Sfont_info.
11218
112192008-05-29 Kenichi Handa <handa@m17n.org>
11220
11221 * coding.h (enum define_coding_utf8_arg_index): New enum.
11222 (enum coding_attr_index): Change coding_attr_utf_16_bom to
11223 coding_attr_utf_bom.
11224 (enum utf_bom_type): Rename from utf_16_bom_type.
11225 (struct utf_16_spec): Adjust for the above change.
11226 (struct coding_system): Add utf_8_bom in `spec' union.
11227
11228 * coding.c (CODING_UTF_8_BOM): New macro.
11229 (enum coding_category): Delete coding_category_utf_8, add
11230 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
11231 coding_category_utf_8_sig.
11232 (CATEGORY_MASK_UTF_8): Delete it.
11233 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
11234 (CATEGORY_MASK_UTF_8_SIG): New macros.
11235 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
11236 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
11237 CATEGORY_MASK_UTF_8_SIG.
11238 (CATEGORY_MASK_UTF_8): New macro.
11239 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
11240 (detect_coding_utf_8): Check BOM.
11241 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
11242 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
11243 (encode_coding_utf_16): Likewise.
11244 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
11245 (detect_coding, detect_coding_system): Handle utf-8-auto.
11246 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
11247 (syms_of_coding): Fix setting up of Vcoding_category_table.
11248
112492008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11250
11251 * process.c (Faccept_process_output): If `millisec' is non-nil,
11252 `seconds' default to 0.
11253 (wait_reading_process_output): Also return non-nil if we read output
11254 from a non-running process.
11255
112562008-05-29 Jason Rumney <jasonr@gnu.org>
11257
11258 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
11259 `raster' specified.
11260 (add_font_entity_to_list): Allow non-opentype truetype fonts back
11261 in the uniscribe backend, but disallow any font that has no
11262 unicode subrange support.
11263
112642008-05-29 Juanma Barranquero <lekktu@gmail.com>
11265
11266 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
11267 Fix typos in docstrings.
11268
112692008-05-29 Kenichi Handa <handa@m17n.org>
11270
11271 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
11272 (Fx_family_fonts): Set frame correctly.
11273
112742008-05-28 Jason Rumney <jasonr@gnu.org>
11275
11276 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
11277
112782008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
11281 calling build_annotations.
11282
112832008-05-28 Juanma Barranquero <lekktu@gmail.com>
11284
11285 * coding.c (Fdecode_coding_region, Fencode_coding_region)
11286 (Fencode_coding_string):
11287 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
11288 <latin-extra-code-table>: Fix typos in docstrings.
11289 (syms_of_coding) <coding-system-alist>: Doc fix.
11290 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
11291
112922008-05-28 Kenichi Handa <handa@m17n.org>
11293
11294 * fontset.c (Ffont_info): Don't call font_close_object.
11295
11296 * font.c (font_parse_family_registry): Use Ffont_put to validate
11297 foundry and family.
11298 (font_delete_unmatched): Don't check spacing.
11299 (font_list_entities): Add spacing to the spec to list fonts.
11300
11301 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
11302 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
11303
11304 * coding.c (encode_coding_raw_text): Fix previous change.
11305 (encode_coding_object): When the dst_object is a buffer and is
11306 different from src_object, move gap to PT.
11307
113082008-05-27 Chong Yidong <cyd@stupidchicken.com>
11309
11310 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
11311
113122008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11313
11314 * coding.c (encode_coding_raw_text): Set coding->produced_char for
11315 all branches. Compute it differently.
11316
11317 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
11318
113192008-05-27 Juanma Barranquero <lekktu@gmail.com>
11320
11321 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
11322 into "else if () ... else ...".
11323
113242008-05-27 Jason Rumney <jasonr@gnu.org>
11325
11326 * w32font.c (w32font_open_internal): Determine if glyph indices
11327 are likely to work here.
11328
113292008-05-27 Chong Yidong <cyd@stupidchicken.com>
11330
11331 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
11332 draw overlap glyphs with appropriate highlighting.
11333
113342008-05-27 Kenichi Handa <handa@m17n.org>
11335
11336 * xfont.c (xfont_open): Fix calculation of font->average_width.
11337
113382008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * casefiddle.c (casify_object): Try to guess better whether the
11341 argument is a byte or a char.
11342
113432008-05-26 Andreas Schwab <schwab@suse.de>
11344
11345 * xselect.c (x_reply_selection_request): Properly handle format == 32.
11346 Always send multiples of format size.
11347
11348 * xterm.c (x_set_frame_alpha): Fix type mismatch.
11349
113502008-05-26 Jason Rumney <jasonr@gnu.org>
11351
11352 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
11353 (compute_metrics): Don't set failure if we just cleared the cache.
11354 (w32_weight_table): Remove unused variable.
11355 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
11356 backwards compatibility.
11357
113582008-05-25 Kenichi Handa <handa@m17n.org>
11359
11360 * w32term.c (x_draw_glyph_string):
11361 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
11362
11363 * xfaces.c: Delete unused function prototypes.
11364 (xstrlwr, font_frame): Delete them.
11365 (clear_face_cache): Delete unused variable.
11366
11367 * xftfont.c (xftfont_open): Delete unused variable.
11368 If underline_thickness is not 1, adjust underline_position.
11369
11370 * ftxfont.c (ftxfont_open): Delete unused variable.
11371
11372 * fontset.c (face_for_char): Optimize for the case of no charset
11373 property.
11374
11375 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
11376 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
11377 (otf_open, font_otf_capability, generate_otf_features)
11378 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
11379 Comment out by surrounding "#if 0" and "#endif" for the moment.
11380 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
11381 (syms_of_font): Codes for accessing above commented out.
11382
113832008-05-24 Eli Zaretskii <eliz@gnu.org>
11384
11385 * w32proc.c: Include dispextern.h.
11386
11387 * w32.c: Include dispextern.h.
11388
113892008-05-23 Juanma Barranquero <lekktu@gmail.com>
11390
11391 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
11392 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
11393 Fix typos in docstrings.
11394
113952008-05-23 Jason Rumney <jasonr@gnu.org>
11396
11397 * xsmfns.c: Remove includes that are already included by config.h.
11398
113992008-05-23 Kenichi Handa <handa@m17n.org>
11400
11401 * charset.c (Qemacs, charset_emacs): New variables.
11402 (char_charset): Fix for non-Unicode characters.
11403 (syms_of_charset): Define charset_emacs.
11404
11405 * w32term.c (x_draw_glyph_string): Be sure to update
11406 s->underline_thickness and s->underline_position. Be sure to draw
11407 underline within the current line area.
11408
11409 * xterm.c (x_draw_glyph_string): Be sure to update
11410 s->underline_thickness and s->underline_position. Be sure to draw
11411 underline within the current line area.
11412
11413 * fontset.c: Delete unused variables and add casting for char *
11414 throughout the file.
11415 (fontset_font): Try the fallback fonts of the current fontset
11416 before consulting the default fontset.
11417
11418 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
11419
11420 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
11421
114222008-05-22 Jason Rumney <jasonr@gnu.org>
11423
11424 * font.c: Don't include strings.h.
11425
11426 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
11427
11428 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
11429 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
11430 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
11431 to call xstrcasecmp.
11432
11433 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
11434
11435 * fontset.c (fs_query_fontset): Use xstrcasecmp.
11436
11437 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
11438
11439 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
11440
114412008-05-22 Kenichi Handa <handa@m17n.org>
11442
11443 * puresize.h (BASE_PURESIZE): Increase to 1220000.
11444
11445 * font.c (font_prop_validate_style): Adjust for the format
11446 change of font_style_table.
11447
11448 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
11449 two args.
11450
11451 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
11452 two args.
11453
114542008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11455
11456 * minibuf.c (keys_of_minibuf): Delete.
11457 * lisp.h (keys_of_minibuf): Delete.
11458 * emacs.c (main): Don't call keys_of_minibuf.
11459
114602008-05-22 Kenichi Handa <handa@m17n.org>
11461
11462 * ftfont.c (ftfont_resolve_generic_family): Rename from
11463 ftfont_list_generic_family. Return a single family for each
11464 generic family.
11465 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
11466 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
11467 Call font_add_log.
11468 (ftfont_match): Call font_add_log.
11469
11470 * font.h (Ffont_xlfd_name): EXFUN adjusted.
11471 (FONT_DEBUG): Define it.
11472 (font_add_log): Extern it.
11473 (font_assert): Rename from xassert.
11474
11475 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
11476 (xfont_list_family): Call font_add_log.
11477 (xfont_match): Likewise.
11478 (memq_no_quit): Delete.
11479
11480 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
11481 call of Ffont_xlfd_name.
11482
11483 * xfaces.c (struct table_entry, slant_table, weight_table)
11484 (swidth_table): Move to font.c.
11485
11486 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
11487 xassert are changed to font_assert. Delete many unused variables.
11488 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
11489 New variables.
11490 (struct table_entry): Move from xfaces.c and modified.
11491 (weight_table, slant_table, width_table): Move from xfaces.c and
11492 contents adjusted for the change of struct table_entry.
11493 (font_style_to_value, font_style_symbolic): Adjust for the
11494 format change of font_style_table.
11495 (font_parse_family_registry): Don't overwrite existing foundry and
11496 family of font_spec.
11497 (font_score): Fix calculation of diff for sizes.
11498 (font_sort_entites): Call font_add_log.
11499 (font_delete_unmatched): Return a newly created list.
11500 (font_list_entities): Fix previous change. Call font_add_log.
11501 (font_matching_entity, font_open_entity, font_close_entity):
11502 Call font_add_log.
11503 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
11504 (Finternal_set_font_style_table): Delete.
11505 (BUILD_STYLE_TABLE): New macro.
11506 (build_style_table): New function.
11507 (Vfont_log, font_log_env_checked): New variables.
11508 (font_add_log): New function.
11509 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
11510 Declare Lisp variables "font-weight-table", "font-slant-table",
11511 "font-width-table", and "font-log". Initialize font_style_table.
11512
115132008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
11514
11515 * xterm.c (x_set_frame_alpha): Move declarations before statements.
11516
115172008-05-21 Seiji Zenitani <zenitani@mac.com>
11518 Ryo Yoshitake <ryo@shiftmode.net>
11519
11520 * frame.c (Qalpha): Add a new frame parameter `alpha'.
11521 (Vframe_alpha_lower_limit): New variable.
11522 (x_set_alpha): New function.
11523
11524 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
11525
11526 * xfns.c (x-create-frame, Qalpha):
11527 Initialize the frame parameter `alpha'.
11528 * xterm.c (OPAQUE, OPACITY): New.
11529 (x_set_frame_alpha): New function.
11530 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
11531
11532 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
11533 * w32fns.c (w32_frame_parm_handlers): Likewise.
11534
115352008-05-20 Jason Rumney <jasonr@gnu.org>
11536
11537 * w32font.c (add_font_entity_to_list): Don't add non-opentype
11538 truetype fonts to opentype list.
11539
115402008-05-20 Juanma Barranquero <lekktu@gmail.com>
11541
11542 * fontset.c (Ffontset_info): Doc fix.
11543 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
11544 <ignore-relative-composition>: Fix typos in docstrings.
11545
11546 * font.c (syms-of-font) <font-encoding-alist>:
11547 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
11548 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
11549 (Ffont_otf_alternates): Doc fixes.
11550
115512008-05-20 Kenichi Handa <handa@m17n.org>
11552
11553 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
11554 font.h through out the file.
11555 (FONT_DRIVERS): Rename from FONTOBJ.
11556 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
11557 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
11558
11559 * emacs.c (main): Call syms_of_font unconditionally.
11560
11561 * font.h (find_font_encoding): Extern it.
11562
11563 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
11564 fontset.c.
194d44e7 11565 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
11566 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
11567 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
11568 only when HAVE_WINDOW_SYSTEM is defined.
11569 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
11570 when HAVE_WINDOW_SYSTEM is defined.
11571
11572 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
11573 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
11574
11575 * xfaces.c: Include font.h unconditionally.
11576 (merge_face_ref, merge_face_vectors)
11577 (Finternal_set_lisp_face_attribute): Cancel the previous change.
11578
115792008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11580
11581 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
11582 indirect_variable.
11583 * eval.c (lisp_indirect_variable): New fun.
11584 (Fuser_variable_p): Use it.
11585
115862008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * lisp.h (indirect_variable):
11589 * data.c (indirect_variable, let_shadows_buffer_binding_p):
11590 Use Lisp_Symbol pointers rather than Lisp_Object.
11591 Adjust callers.
11592 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
11593 To this end, change calling-convention.
11594
11595 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
11596 if some non-hidden buffers are selected by string&pred.
11597
115982008-05-19 Chong Yidong <cyd@stupidchicken.com>
11599
11600 * process.c (wait_reading_process_output): Always check status
11601 when in batch mode.
11602
116032008-05-19 Kenichi Handa <handa@m17n.org>
11604
11605 * font.c (font_list_entities): Fix handling of cache.
11606 (font_matching_entity): Likewise.
11607
11608 * ftfont.c (cs_iso8859_1): Delete.
11609 (ft_face_cache): New variable.
11610 (struct ftfont_info): New member fc_charset_idx.
11611 (ftfont_build_basic_charsets): Delete.
11612 (fc_charset_table): New variable.
11613 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
11614 . FC_CHARSET_IDX) as :font-entity property in the font entity.
11615 Callers changed.
11616 (ftfont_lookup_cache, ftfont_get_charset): New functions.
11617 (ftfont_spec_pattern): New argument fc_charset_idx.
11618 Check registry more rigidly. Change callers.
11619 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
11620 change of :font-entity property of the font.
11621
11622 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
11623 property of the font.
11624
116252008-05-18 Juanma Barranquero <lekktu@gmail.com>
11626
11627 * coding.c (Fcoding_system_p): Rename argument to match docstring.
11628 (Funencodable_char_position, Fcheck_coding_systems_region)
11629 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
11630 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
11631 (Ffind_operation_coding_system, Fset_coding_system_priority)
11632 (Fcoding_system_eol_type): Doc fixes.
11633
116342008-05-17 Glenn Morris <rgm@gnu.org>
11635
11636 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
11637
116382008-05-16 Eli Zaretskii <eliz@gnu.org>
11639
11640 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
11641 and st_gid.
11642
11643 * frame.c (Fdelete_frame): Don't call font_update_drivers if
11644 HAVE_WINDOW_SYSTEM is not defined.
11645
11646 * xfaces.c (merge_face_ref, merge_face_vectors)
11647 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
11648 HAVE_WINDOW_SYSTEM is defined.
11649 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
11650
116512008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11652
11653 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
11654
116552008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11656
11657 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
11658
116592008-05-15 Kenichi Handa <handa@m17n.org>
11660
11661 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
11662 preference.
11663
116642008-05-15 Glenn Morris <rgm@gnu.org>
11665
11666 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
11667
116682008-05-15 Chong Yidong <cyd@stupidchicken.com>
11669
11670 * fns.c (init_fns): Don't initialize weak_hash_tables here.
11671 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
11672
11673 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
11674
116752008-05-15 Kenichi Handa <handa@m17n.org>
11676
11677 * ftfont.c (ftfont_list): Downcase family name to check generic
11678 families.
11679
11680 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
11681 font-spec for QCfont value.
11682
11683 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
11684 buffer. Check the return value of it.
11685
116862008-05-14 Jason Rumney <jasonr@gnu.org>
11687
11688 * w32term.c (w32_get_glyph_overhangs): Remove.
11689 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
11690
116912008-05-14 Kenichi Handa <handa@m17n.org>
11692
11693 * font.c (font_prop_validate): Make nil a valid value.
11694 (font_clear_cache): Check if the cached vector of entities is nil
11695 or not.
11696
116972008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11698
11699 * emacs.c (main_thread): Conditionalize on
11700 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11701 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
11702
11703 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
11704 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
11705 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
11706
117072008-05-14 Kenichi Handa <handa@m17n.org>
11708
11709 * coding.c (detect_coding_iso_2022): Ignore a coding category that
11710 has no corresponding coding system.
11711
117122008-05-14 Jason Rumney <jasonr@gnu.org>
11713
11714 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
11715
11716 * w32font.h (w32font_open_internal): Update declaration.
11717
11718 * w32font.c (w32font_open_internal): Change last argument from
11719 w32font_info struct to font object. Fill in font object from
11720 font_entity. Get Outline metrics if possible. Use them to
11721 calculate underline position and thickness. Use xlfd name as name
11722 property. Don't set codepage.
11723 (w32font_open): Pass font_object to w32font_open_internal. Don't
11724 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
11725 (w32font_draw): Use s->font.
11726 (clear_cached_metrics): Don't clear non-existent blocks.
11727
11728 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
11729 font was not found.
11730 (x_draw_glyph_string): Use underline position and thickness from font.
11731
11732 * w32uniscribe.c (uniscribe_open): Pass font_object to
11733 w32font_open_internal.
11734
117352008-05-14 Kenichi Handa <handa@m17n.org>
11736
11737 These changes are to delete all legacy font-handling codes, and
11738 make Emacs use only font-backends.
11739
11740 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
11741 (frame.o, image.o, print.o): Depend on $(FONTSRC).
11742
11743 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
11744
11745 * charset.h (Vcharset_non_preferred_head)
11746 (Vcurrent_iso639_language): Extern them.
11747
11748 * charset.c (Vcharset_non_preferred_head): New variable.
11749 (Vcurrent_iso639_language): New variable.
11750 (syms_of_charset): Declare it as a Lisp variable.
11751 (char_charset): Don't check non preferred charsets. As a last
11752 resort, return charset_unicode.
11753 (Fset_charset_priority): Update Vcharset_non_preferred_head.
11754
11755 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
11756 conditionals. Don't check enable_font_backend. Delete all codes
11757 used only when USE_FONT_BACKEND is not defined.
11758
11759 * dispextern.h (struct glyph_string): Change type of `font' to
11760 `struct font *'.
11761 (struct glyph_string): New member underline_position and
11762 underline_thickness.
11763 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
11764 (struct face): Change type of `font' to `struct font *'. Remove
11765 members `font_name', `font_info_id'.
11766 (per_char_metric, encode_char): Delete externs.
11767 (calc_pixel_width_or_height): Adjust the prototype.
11768
11769 * emacs.c (enable_font_backend): Delete extern.
11770 (main): Don't set enable_font_backend. Don't check the command
11771 line argument "-disable-font-backend".
11772
11773 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
11774 (enum font_property_index): New members FONT_DPI_INDEX,
11775 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
11776 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
11777 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
11778 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
11779 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
11780 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
11781 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
11782 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
11783 (struct font_spec, struct font_entity): New structs.
11784 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
11785 (struct font): Many members from old "struct font_info" moved to
11786 here. Members font and entity deleted.
11787 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
11788 the new font-related objects.
11789 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
11790 (CHECK_FONT_GET_OBJECT): Likewise.
11791 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
11792 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
11793 (struct font_driver): New members case_sensitive anc check. Type
11794 of the member list and open changed.
11795 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
11796 (font_symbolic_width, font_find_object, font_get_spec)
11797 (font_set_lface_from_name): Delete extern.
11798 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
11799
11800 * font.c: Include <strings.h>.
11801 (enable_font_backend): Delete it.
11802 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
11803 (CHECK_VALIDATE_FONT_SPEC): Delete it.
11804 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
11805 (null_string): Delete it.
11806 (null_vector): Make it static.
11807 (font_family_alist): Delete it.
11808 (Qnormal): Extern it.
11809 (QCextra, QClanguage): Delete it.
11810 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
11811 (font_make_spec, font_make_entity, font_make_object)
11812 (font_intern_prop): Renamed from intern_downcase. Don't downcase
11813 the string. Callers changed.
11814 (font_pixel_size): Adjusted for the format change of font-related
11815 objects.
11816 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
11817 (font_style_to_value, font_style_symbolic): New function.
11818 (build_font_family_alist): Delete it.
11819 (font_registry_charsets): Use Fassoc_string instead of
11820 assq_no_quit.
11821 (font_prop_validate_symbol): Don't return null_string.
11822 (font_prop_validate_style): Adjusted for the change of
11823 style-related values in a font vector.
11824 (font_property_table): Delete entries for QClanguage and
11825 QCantialias, add entries for QCavgwidth.
11826 (get_font_prop_index): Delete the 2nd argument FROM.
11827 (font_prop_validate): Arguments changed.
11828 (font_put_extra): Adjusted for the change of font-related objects.
11829 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
11830 (font_parse_fcname, font_unparse_fcname)
11831 (font_prepare_composition): Likewise.
11832 (font_parse_family_registry): Renamed from font_merge_old_spec.
11833 (otf_open): Delete the 1st arg entity.
11834 (font_otf_capability): Adjusted for the above change.
11835 (font_score): New arg alternate_families. Adjusted for the change
11836 of font-related objects.
11837 (font_sort_entites): New arg best_only.
11838 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
11839 Delete them.
11840 (font_match_p): Check alternate families.
11841 (font_find_object): Delete it.
11842 (font_check_object): New function.
11843 (font_clear_cache): Adjusted for the change of font-related objects.
11844 (font_delete_unmatched): New arg.
11845 (font_list_entities): Call font_driver->list with a spec that
11846 doesn't specify style-related properties.
11847 (font_matching_entity): Arguments changed. Caller changed.
11848 (font_open_entity): Adjusted for the change of font-related objects.
11849 (font_close_object, font_has_char, font_encode_char)
11850 (font_get_name, font_get_spec): Likewise.
11851 (font_spec_from_name, font_clear_prop, font_update_lface):
11852 New functions.
11853 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
11854 (font_prepare_for_face, font_done_for_face, font_open_by_name)
11855 (font_at): Adjusted for the change of font-related objects.
11856 (font_range): New function.
11857 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
11858 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
11859 (Fcopy_font_spec, Fmerge_font_spec): New function.
11860 (Ffont_family_list): Renamed from list-families.
11861 (Finternal_set_font_style_table): Arguments changed.
11862 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
11863 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
11864 change of font-related objects.
11865 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
11866
11867 * fontset.h (struct font_info): Delete it. Most members go to
11868 struct font.
11869 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
11870 (enum FONT_SPEC_INDEX): Delete it.
11871 (font_info, list_fonts_func, load_font_func, query_font_func)
11872 (set_frame_fontset_func, find_ccl_program_func)
11873 (get_font_repertory_func, new_fontset_from_font_name): Delete
11874 externs.
11875 (fontset_from_font_name): Extern it.
11876 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
11877 (FONT_INFO_FROM_FACE): Deleted.
11878 (face_for_font): Adjust prototype.
11879
11880 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
11881 conditionals. Don't check enable_font_backend. Delete all codes
11882 used only when USE_FONT_BACKEND is not defined.
11883 (get_font_info_func, list_font_func, load_font_func)
11884 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
11885 (get_font_repertory_func): Delete them.
11886 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
11887 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
11888 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
11889 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
11890 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
11891 (fontset_compare_rfontdef): New function.
11892 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
11893 rfont-defs by qsort. Adjusted for the change of font-group vector.
11894 (load_font_get_repertory): Deleted.
11895 (fontset_find_font): Use new macros to ref/set elements of
11896 font-def and rfont-def.
11897 (fontset_font): Fix the timing of remembering that no font for C.
11898 (free_face_fontset): Do nothing if the face has no fontset.
11899 (face_suitable_for_char_p): Use new macros to ref/set elements of
11900 rfont-def.
11901 (face_for_char): Likewise. Call face_for_char with font_object.
11902 (fs_load_font): Delete. Delete #pragma surrounding it.
11903 (fs_query_fontset): Use strcasecmp instead of strcmp.
11904 (generate_ascii_font_name): Adjusted for the format change of
11905 font-spec.
11906 (Fset_fontset_font): Likewise. Use new macros to set elements of
11907 font-def.
11908 (Fnew_fontset): Use font_unparse_xlfd to generate
11909 FONTSET_ASCII (fontset).
11910 (new_fontset_from_font_name): Deleted.
11911 (fontset_from_font): Renamed from new_fontset_from_font. Check if
11912 a fontset is already created for the font. FIx updating of
11913 Vfontset_alias_alist.
11914 (fontset_ascii_font): Deleted.
11915 (Ffont_info): Adjusted for the format change of font-spec.
11916 (Finternal_char_font): Likewise.
11917 (Ffontset_info): Likewise.
11918 (syms_of_fontset): Don't check load_font_func.
11919
11920 * fns.c (internal_equal): Handle PREV_FONT.
11921
11922 * frame.h: Delete USE_FONT_BACKEND conditional.
11923
11924 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
11925 conditionals. Don't check enable_font_backend. Delete all codes
11926 used only when USE_FONT_BACKEND is not defined.
11927 (x_set_font): Call x_new_font, not x_new_fontset2.
11928 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
11929 already set for the frame.
11930
11931 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
11932 a font-entity by font_make_entity. Use font_intern_prop instead
11933 of intern_downcase. Use FONT_SET_STYLE to set a style-related
11934 font property. If a font is scalable, set avgwidth property to 0.
11935 Set font-entity property by font_put_extra.
11936 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
11937 (ffont_driver): Adjusted for the change of struct font_driver.
11938 (ftfont_spec_pattern): New function.
11939 (ftfont_list): Return a list, not vector.
11940 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
11941 (ftfont_list_family): Don't downcase names.
11942 (ftfont_free_entity): Deleted.
11943 (ftfont_open): Return a font-object. Adjusted for the change of
11944 struct font. Get underline_thickness and underline_position from
11945 font property. Don't update dpyinfo->smallest_font_height and
11946 dpyinfo->smallest_char_width.
11947 (ftfont_close): Don't free `struct font'.
11948 (ftfont_has_char): Adjusted for the format change of font-entity.
11949 (ftfont_encode_char, ftfont_text_extents): Likewise.
11950
11951 * ftxfont.c (ftxfont_list): Return a list, not vector.
11952 (ftxfont_open): Return a font-object. Adjusted for the change of
11953 struct font. Get underline_thickness and underline_position from
11954 font property. Don't update dpyinfo->smallest_font_height and
11955 dpyinfo->smallest_char_width.
11956 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
11957 (ftxfont_draw): Adjusted for the change of struct font.
11958
11959 * image.c (image_ascent): Don't include "charset.h". Include
11960 "character.h" and "font.h".
11961
11962 * lisp.h (enum pvec_type): New member PREV_FONT.
11963 (Fassoc_string): EXFUN it.
11964
11965 * print.c: Include font.h.
11966 (print_object): Handle font-related objects.
11967
11968 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
11969 conditionals. Don't check enable_font_backend. Delete all codes
11970 used only when USE_FONT_BACKEND is not defined.
11971 (handle_auto_composed_prop): Do nothing if it->f is not on a
11972 window system. Check how many following characters can be
11973 displayed by the same font.
11974 (calc_pixel_width_or_height): Type of the 4th arg is changed to
11975 'struct font *'.
11976 (get_char_face_and_encoding): Assign the whole encoding task to
11977 the `encode-char' method of a font driver.
11978 (fill_composite_glyph_string): Adjusted for the change of `struct
11979 face' and `struct glyph_string'.
11980 (fill_glyph_string): Likewise.
11981 (get_per_char_metric): Arguments changed.
11982 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
11983 and `struct glyph_string'.
11984 (produce_stretch_glyph, calc_line_height_property)
11985 (x_produce_glyphs): Likewise.
11986
11987 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
11988 conditionals. Don't check enable_font_backend. Delete all codes
11989 used only when USE_FONT_BACKEND is not defined. Use
11990 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
11991 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
11992 (Qp): Extern them.
11993 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
11994 Deleted.
11995 (struct font_name): Deleted.
11996 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
11997 (compare_fonts_by_sort_order): New function.
11998 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
11999 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
12000 Deleted.
12001 (Fx_family_fonts): Use font_list_entities, and sort fonts by
12002 compare_fonts_by_sort_order.
12003 (Fx_font_family_list): Call Ffont_family_list.
12004 (face_numeric_value, face_numeric_weight, face_numeric_slant)
12005 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
12006 (face_symbolic_slant, face_symbolic_swidth)
12007 (split_font_name_into_vector, build_font_name_from_vector)
12008 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
12009 (font_rescale_ratio, split_font_name, build_font_name)
12010 (free_font_names, sort_fonts, x_face_list_fonts)
12011 (face_font_available_p, sorted_font_list, cmp_font_names)
12012 (font_list_1, concat_font_list, font_list, remove_duplicates):
12013 Deleted.
12014 (Fx_list_fonts): Use Ffont_list.
12015 (LFACE_AVGWIDTH): Deleted.
12016 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
12017 by FONTP.
12018 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
12019 (set_lface_from_font_name): Delete it.
12020 (set_lface_from_font): Renamed from
12021 set_lface_from_font_and_fontset. Caller changed. Don't set
12022 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
12023 for face.
12024 (merge_face_vectors): Copy font-spec if necessary.
12025 Clear properties of the font-spec if necessary.
12026 (merge_face_ref): Clear properties of the font-spec if necessary.
12027 (Finternal_set_lisp_face_attribute): Likewise.
12028 (set_font_frame_param): Use font_load_for_lface to load a
12029 font-object, and call Fmodify_frame_parameters with it.
12030 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
12031 font name by Ffont_xlfd_name.
12032 (Finternal_lisp_face_attribute_values): Don't check QCweight,
12033 QCslant, and QCwidth.
12034 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
12035 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
12036 Compare fonts by EQ.
12037 (lookup_non_ascii_face): Deleted.
12038 (face_for_font): The 2nd argument changed.
12039 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
12040 Check atomic font properties by case insensitive.
12041 (realize_non_ascii_face): Set face->overstrike correctly.
12042 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
12043 (dump_realized_face): Get font name from
12044 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
12045
12046 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
12047 conditionals. Don't check enable_font_backend. Delete all codes
12048 used only when USE_FONT_BACKEND is not defined.
12049 (xic_create_xfontset): Original code deleted and renamed from
12050 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
12051 (x_make_gc): Don't set GCFont in GCs.
12052 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
12053 opened by "fixed".
12054 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
12055 find_ccl_program_func, query_font_func, set_frame_fontset_func,
12056 get_font_repertory_func.
12057
12058 * xfont.c: Include <stdlib.h> and "ccl.h".
12059 (struct xfont_info): New structure.
12060 (xfont_query_font): Deleted.
12061 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
12062 moved from xterm.c.
12063 (xfont_driver): Adjusted for the change of struct font_driver.
12064 (compare_font_names): New function.
12065 (xfont_list_pattern): Sort font names case insensitively. Make
12066 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
12067 (xfont_list): Return a list, not vector.
12068 (xfont_match): If the font doesn't have QCname property, generate
12069 a name from the other font properties.
12070 (xfont_open): Return a font-object. Adjusted for the change of
12071 struct font. Get underline_thickness and underline_position from
12072 font property. Don't update dpyinfo->smallest_font_height and
12073 dpyinfo->smallest_char_width.
12074 (xfont_close): Don't free struct font.
12075 (xfont_prepare_face): Adjusted for the change of struct font.
12076 (xfont_done_face): Deleted.
12077 (xfont_has_char): Adjusted for the change of struct font.
12078 (xfont_encode_char, xfont_draw): Likewise.
12079 (xfont_check): New function.
12080
12081 * xftfont.c (xftfont_list): Adjusted for the change of `list'
12082 callback function.
12083 (xftfont_match): Adjusted for the format change of font-entity.
12084 (xftfont_open): Adjusted for the format change of font-entity and
12085 font-object. Adjusted for the change of struct font. Return a
12086 font-object. Don't update dpyinfo->smallest_font_height and
12087 dpyinfo->smallest_char_width.
12088 (xftfont_close): Block input while calling XftFontClose.
12089 (xftfont_prepare_face): Don't block input while calling
12090 xftfont_get_colors. Adjusted for the change of struct font.
12091 (xftfont_shape): Return value of error case fixed.
12092
12093 * xrdb.c (x_load_resources): Don't setup a fontset resource.
12094
12095 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
12096 conditionals.
12097 (FONT_WIDTH): Return (f)->max_width.
12098 (struct x_display_info): Delete member `font'.
12099 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
12100 (x_find_ccl_program, x_get_font_repertory): Delete externs.
12101 (struct x_output): Change type of `font' to `struct font *'.
12102
12103 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
12104 conditionals. Don't check enable_font_backend. Delete all codes
12105 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
12106 (x_per_char_metric, x_encode_char): Deleted.
12107 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
12108 (x_compute_glyph_string_overhangs): Adjusted for the change of
12109 `struct face'.
12110 (x_draw_glyph_string_foreground)
12111 (x_draw_composite_glyph_string_foreground): Likewise.
12112 (x_draw_glyph_string): Likewise. Use font->underline_position and
12113 font->underline_thickness.
12114 (x_new_font): Renamed from x_new_fontset2.
12115 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
12116 (x_check_font): Call `check' method of a font driver.
12117 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
12118 (x_query_font, x_get_font_repertory): Deleted.
12119 (x_find_ccl_program): Renamed and moved to xfont.c.
12120 (x_redisplay_interface): Adjusted for the change of `struct
12121 redisplay_interface'.
12122
12123 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
12124 conditionals. Don't check enable_font_backend. Delete all codes
12125 used only when USE_FONT_BACKEND is not defined. Surround non-used
12126 code by "#ifdef OLD_FONT" and "endif".
12127 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
12128
12129 * w32font.h (struct w32font_info): New member.
12130 (FONT_COMPAT): New macro.
12131 (w32font_open_internal): Prototype adjusted.
12132
12133 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
12134 OLD_FONT" and "endif".
12135
12136 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
12137 conditionals. Don't check enable_font_backend. Delete all codes
12138 used only when USE_FONT_BACKEND is not defined.
12139 (w32font_open): Return a font-object. Make a font-object by
12140 font_make_object. Adjusted for the change of struct w32font_info.
12141 (w32font_close): Don't free struct font. Adjusted for the change
12142 of struct w32font_info.
12143 (w32font_encode_char, w32font_text_extents, w32font_draw):
12144 Adjusted for the change of struct w32font_info.
12145 (w32font_draw): Likewise.
12146 (w32font_list_internal): Return a list, not vector.
12147 (w32font_open_internal): Change the 4th arg to font-object.
12148 Adjusted for the change of struct w32font_info and font-object format.
12149 (add_font_name_to_list): Don't downcase names.
12150 (w32_enumfont_pattern_entity): Make a font-entity by
12151 font_make_entity. Adjusted for the format change of font-entity.
12152 Use FONT_SET_STYLE to set a style-related font property. If a
12153 font is scalable, set avgwidth property to 0. Set font-entity
12154 property by font_put_extra.
12155 (font_matches_spec): Adjusted for the format change of font-entity.
12156 (w32_weight_table, w32_decode_weight): New variables.
12157 (w32_encode_weight): New function.
12158 (fill_in_logfont): Adjusted for the format change of font-spec.
12159 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
12160 weight value.
12161 (w32font_driver): Adjusted for the change of struct font_driver.
12162
12163 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
12164 conditionals. Don't check enable_font_backend. Surround non-used
12165 code by "#ifdef OLD_FONT" and "endif".
12166 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
12167 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
12168
12169 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
12170 conditionals. Don't check enable_font_backend. Delete all codes
12171 used only when USE_FONT_BACKEND is not defined. Surround non-used
12172 code by "#ifdef OLD_FONT" and "endif".
12173
12174 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
12175 (uniscribe_open): Return value changed to font-object.
12176 Adjusted for the format change of font-object.
12177 (uniscribe_otf_capability): Adjusted for the change of struct font.
12178 (add_opentype_font_name_to_list): Don't downcase names.
12179 (uniscribe_font_driver): Adjusted for the change of struct
12180 font_driver.
12181
121822008-05-13 Chong Yidong <cyd@stupidchicken.com>
12183
12184 * dispnew.c (update_frame_1): Check if tty output is still valid
12185 before flushing it.
12186
121872008-05-13 Jan Djärv <jan.h.d@swipnet.se>
12188
12189 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
12190 to Gtk+ menus.
12191
121922008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * dired.c (file_name_completion): Tweak the code so as to always do it
12195 in a single pass. Tighten the scope of some variables.
12196
12197 * dired.c (Qdefault_directory): New var.
12198 (file_name_completion): Use it instead of Fexpand_file_name.
12199 (syms_of_dired): Initialize it.
12200
122012008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * fileio.c (double_dollars): Remove dead code.
12204
122052008-05-10 Eli Zaretskii <eliz@gnu.org>
12206
12207 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
12208 Mention w32-get-true-file-attributes in doc string.
12209
12210 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
12211
122122008-05-09 Glenn Morris <rgm@gnu.org>
12213
12214 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
12215 2008-04-23.
12216
122172008-05-09 Eli Zaretskii <eliz@gnu.org>
12218
12219 Support for reporting owner and group of each file on MS-Windows:
12220 * dired.c (stat_uname, stat_gname): New functions, with special
12221 implementation for w32.
12222 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
12223
12224 * w32.c: Rename the_passwd_* to dflt_passwd_*.
12225 (dflt_group_name): New static variable.
12226 (dflt_group): Rename from the_group.
12227 (init_user_info): Init dflt_group fields. Get user's group name
12228 from LookupAccountSid.
12229 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
12230 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
12231 New initialization states.
12232 (globals_of_w32): Initialize them to zero. Initialize the default
12233 group name to "None".
12234 (GetFileSecurity_Name): New global var, the name of the function
12235 to call for GetFileSecurity.
12236 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
12237 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
12238 (get_file_security, get_security_descriptor_owner)
12239 (get_security_descriptor_group, is_valid_sid)
12240 (get_file_security_desc, get_rid, get_name_and_id)
12241 (get_file_owner_and_group): New functions.
12242 (stat): Use get_file_security_desc and get_file_owner_and_group to
12243 report the owner and primary group of each file. Don't ignore the
12244 high 32 bits of file's size, now that st_size is 64-bit wide.
12245 Fix test when to get true file attributes.
12246 (init_user_info): Use get_rid instead of equivalent inline code.
12247 (fstat): Don't ignore the high 32 bits of file's size.
12248
122492008-05-09 Chong Yidong <cyd@stupidchicken.com>
12250
12251 * image.c (png_load): Use correct bit-depth for setting background
12252 color.
12253
122542008-05-08 Eli Zaretskii <eliz@gnu.org>
12255
12256 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
12257 epa-hook.elc.
12258
122592008-05-08 Juanma Barranquero <lekktu@gmail.com>
12260
12261 * font.c (Ffont_match_p): Don't use `iff' in docstring.
12262
122632008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
12264
12265 * macfns.c (Fx_create_frame): Make a copy of frame parameters
12266 because the original parameters are in pure storage now.
12267 (mac_window): Remove unused params. Update callers.
12268
122692008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 * lread.c (substitute_object_recurse): Use lower-level primitives.
12272 Don't signal errors when traversing sub-char-tables.
12273 Don't loop over all the possible characters when traversing char-tables.
12274
12275 * print.c (print_preprocess): Add sub-char-tables to the print-table,
12276 just like we do in print.c.
12277
122782008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12279
12280 * minibuf.c (Ftry_completion): Remove code left over from when we used
12281 scmp instead of Fcompare_strings.
12282
122832008-05-04 Juanma Barranquero <lekktu@gmail.com>
12284
12285 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
12286
122872008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12288
12289 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
12290 Create bitmap context in native byte order.
12291
12292 * macterm.c (XDrawLine)
12293 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
12294 context in native byte order.
12295
122962008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12297
12298 * config.in: Regenerate.
12299
12300 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
12301 New definitions for Image I/O support.
12302 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
12303 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
12304 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
12305 (mac_data_provider_release_data, image_load_image_io)
12306 [USE_MAC_IMAGE_IO]: New functions.
12307 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
12308 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
12309 (init_image_func_pointer) [MAC_OSX]: Remove function.
12310 (image_load_quartz2d) [MAC_OSX]: Check availability of
12311 CGImageCreateWithPNGDataProvider at compile time.
12312 Use lowercase `false' for boolean constant.
12313 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
12314 Use image_load_image_io.
12315 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
12316 Don't check MyCGImageCreateWithPNGDataProvider.
12317 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
12318 Don't call init_image_func_pointer.
12319
12320 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
12321
12322 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
12323 Make variable non-static.
12324 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
12325 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
12326
12327 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
12328 (RED_FROM_ULONG): Mask off higher bits.
12329 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
12330
12331 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
12332 Include AvailabilityMacros.h.
12333 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
12334 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
12335
123362008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12337
12338 * chartab.c (Fset_char_table_range): If range is t, really set all
12339 chars to that value.
12340
123412008-05-03 Eli Zaretskii <eliz@gnu.org>
12342
12343 * dired.c (Ffile_attributes): Don't allow the device number become
12344 negative.
12345
123462008-05-02 Daiki Ueno <ueno@unixuser.org>
12347
12348 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
12349
123502008-05-02 Juri Linkov <juri@jurta.org>
12351
12352 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
12353 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
12354 DEFAULT argument as a list of default values in docstrings.
12355
123562008-05-01 Chong Yidong <cyd@stupidchicken.com>
12357
12358 * puresize.h (BASE_PURESIZE): Increase to 1210000.
12359
123602008-05-01 Martin Rudalics <rudalics@gmx.at>
12361
12362 * dispnew.c (change_frame_size_1): Preserve small windows when
12363 shrinking frames by calling set_window_height|width with third
12364 arg 2.
12365
12366 * window.h (struct window): Replace field too_small_ok by field
12367 resize_proportionally.
12368
12369 * window.c (make_window): Initialize resize_proportionally.
12370 (enlarge_window): Temporarily set resize_proportionally to make
12371 sure that shrink_windows does scale the window proportionally.
12372 (shrink_windows): When window has resize_proportionally set try
12373 to shrink it proportionally by stealing from other windows.
12374 (struct saved_window, Fset_window_configuration)
12375 (compare_window_configurations): Handle resize_proportionally.
12376 (WINDOW_TOTAL_SIZE): New macro.
12377 (window_min_size, shrink_windows, size_window): Use it.
12378 (check_min_window_sizes): Remove. Invalid values of
12379 window-min-height|width are handled by window_min_size_2 now.
12380 (size_window, Fsplit_window, enlarge_window)
12381 (adjust_window_trailing_edge, grow_mini_window): Don't call
12382 check_min_window_sizes.
12383 (window_min_size_2, window_min_size_1, window_min_size):
12384 New argument safe_p for retrieving "safe" minimum sizes.
12385 (Fdisplay_buffer, Fsplit_window, enlarge_window)
12386 (adjust_window_trailing_edge, grow_mini_window):
12387 Adjust arguments of window_min_size... functions.
12388 (shrink_windows): Argument min_size removed. New argument
12389 safe_p allows shrinking windows to their safe minimum sizes.
12390 Calculate minimum size and decide whether a window shall be
12391 deleted for each window individually.
12392 (size_window): When nodelete_p equals 2, tell shrink_windows to
12393 delete windows only if their new minimum size is no more safe.
12394 (shrink_window_lowest_first): Call window_min_size_1 to make
12395 sure to preserve modeline of bottom-most window when resizing
12396 the minibuffer.
12397 (Fset_window_configuration, Fcurrent_window_configuration)
12398 (compare_window_configurations): Do not handle
12399 window-min-height|width any more.
12400 (syms_of_window): Clarify window-min-height|width doc-strings.
12401
124022008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
12403
12404 * dired.c (file_name_completion): Fix up the encoding/decoding issue
12405 some more. Copy some of the code from Ftry_completions.
12406 Remove special case code that dates back to initial revision when the
12407 slash was only added when necessary and that can't trigger nowadays.
12408
124092008-04-27 Kenichi Handa <handa@m17n.org>
12410
12411 * font.c (font_prop_validate): Signal `error' instead of `font'.
12412
124132008-04-29 Jason Rumney <jasonr@gnu.org>
12414
12415 * w32fns.c (Fw32_battery_status): New defun.
12416 (syms_of_w32fns): Defsubr it.
12417
124182008-04-28 Andreas Schwab <schwab@suse.de>
12419
12420 * dired.c (file_name_completion): Fix another mixing of encoded
12421 and decoded names.
12422
124232008-04-28 Juanma Barranquero <lekktu@gmail.com>
12424
12425 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
12426
124272008-04-27 Juanma Barranquero <lekktu@gmail.com>
12428
12429 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
12430
124312008-04-27 Andreas Schwab <schwab@suse.de>
12432
12433 * dired.c (file_name_completion): Fix inappropriate mixing of
12434 encoded and decoded names.
12435
12436 * xterm.c (XTread_socket): Fix use of uninitialized variable.
12437
12438 * puresize.h (BASE_PURESIZE): Increase to 1200000.
12439
124402008-04-26 Eli Zaretskii <eliz@gnu.org>
12441
12442 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
12443 2008-03-31, it's not needed anymore with `struct stat' definition
12444 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
12445 for the same reasons.
12446
124472008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
12448
12449 * m/sparc.h: Additional redefinitions for GNU/Linux.
12450
124512008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12452
12453 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
12454 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
12455 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
12456 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
12457 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
12458 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
12459 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12460 Likewise.
12461
12462 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
12463 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
12464 (mac_ax_number_of_characters): Add externs.
12465 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
12466 [USE_MAC_TSM]: Likewise.
12467 (mac_handle_text_input_event) [MAC_OSX]:
12468 Handle kEventTextInputOffsetToPos for no active input area case.
12469 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
12470 (mac_handle_document_access_event)
12471 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
12472 (install_application_handler) [MAC_OSX]: Register handlers for
12473 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
12474 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12475 Register mac_handle_document_access_event.
12476
12477 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
12478 Make functions non-static.
12479
124802008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12481
12482 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
12483 (read_file_name_completion_ignore_case, insert_default_directory)
12484 (Qdefault_directory): Move to minibuffer.el.
12485 (Fread_file_name): Call the new `read-file-name' instead.
12486
124872008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12488
12489 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
12490 Make function non-static.
12491 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
12492 Remove function.
12493 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12494 Move to mactoolbox.c.
12495 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
12496
12497 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
12498 (mac_rect_make): New macro.
12499
12500 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
12501 instead of float.
12502 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12503 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
12504 (XSetBackground) [USE_CG_DRAWING]: Likewise.
12505 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
12506 CGRectMake.
12507 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
12508 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
12509 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
12510 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12511 instead of WindowRef in argument type.
12512 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
12513 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
12514 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
12515 instead of DISPLAY. All uses changed.
12516 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
12517 (x_calc_absolute_position): Simplify so as not to use
12518 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
12519
12520 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
12521 instead of WindowRef in argument type.
12522 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
12523 [TARGET_API_MAC_CARBON]: Remove externs.
12524 (create_apple_event, mac_event_parameters_to_lisp)
12525 [TARGET_API_MAC_CARBON]: Add externs.
12526
12527 * mactoolbox.c (Vmac_ts_script_language_on_focus)
12528 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
12529 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
12530 is clicked.
12531 (x_activate_menubar): Remove extern for saved_menu_event_location.
12532 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
12533 Move from mac.c.
12534
125352008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12536
12537 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
12538 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
12539
125402008-04-23 Jason Rumney <jasonr@gnu.org>
12541
12542 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
12543 attributes only for local files.
12544
12545 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
12546 default to Qlocal.
12547
125482008-04-22 Juri Linkov <juri@jurta.org>
12549
12550 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
12551 read-buffer-to-switch instead of using the letter "B".
12552
125532008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * fileio.c (Qdefault_directory): New variable.
12556 (Fread_file_name): Use it to pass `dir' to the completion functions.
12557
125582008-04-20 Chong Yidong <cyd@stupidchicken.com>
12559
12560 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
12561
125622008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * keyboard.c (Vpre_help_message): Remove.
12565 (show_help_echo): Remove default C code.
12566
12567 * dired.c (directory_files_internal, file_name_completion):
12568 Only call ENCODE_FILE if the string is indeed decoded.
12569
125702008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12571
12572 * Makefile.in (TOOLKIT_DEFINES): Remove.
12573 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
12574
125752008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12576
12577 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
12578 (mactoolbox.o): New target.
12579
12580 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
12581 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
12582
12583 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
12584 Use mac_set_frame_window_background instead of XSetWindowBackground.
12585 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
12586 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
12587 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
12588 instead of SetWindowTitleWithCFString.
12589 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
12590 Move function to mactoolbox.c.
12591 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
12592 Use mac_set_window_modified instead of SetWindowModified.
12593 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
12594 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
12595 (Fx_focus_frame): Use mac_front_non_floating_window instead of
12596 FrontNonFloatingWindow. Use mac_activate_window instead of
12597 ActivateWindow. Use mac_active_non_floating_window instead of
12598 ActiveNonFloatingWindow.
12599 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
12600 Use mac_show_hourglass and mac_hide_hourglass.
12601 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
12602 instead of GetGlobalMouse.
12603 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
12604 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
12605 Use mac_bring_window_to_front instead of BringToFront.
12606 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
12607 mactoolbox.c.
12608 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
12609 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
12610 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
12611 mactoolbox.c.
12612
12613 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
12614 (XtPointer): Move typedef from macmenu.c.
12615 (enum button_type): Move enum from macmenu.c.
12616 (widget_value): Move typedef from macmenu.c.
12617 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
12618 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12619 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12620 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12621 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12622 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12623 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12624 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
12625 (Selection): Move typedef from macselect.c.
12626 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
12627 macterm.c.
12628 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
12629 (mac_is_window_collapsed, mac_bring_window_to_front)
12630 (mac_send_window_behind, mac_hide_window, mac_show_window)
12631 (mac_collapse_window, mac_front_non_floating_window)
12632 (mac_active_non_floating_window, mac_activate_window)
12633 (mac_move_window_structure, mac_move_window, mac_size_window)
12634 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
12635
12636 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
12637 (enum mac_menu_kind): Move enum to mactoolbox.c.
12638 (min_menu_id): Move variable to mactoolbox.c.
12639 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
12640 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
12641 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
12642 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
12643 [TARGET_API_MAC_CARBON]: Likewise.
12644 (XtPointer): Move typedef to macgui.h.
12645 (enum button_type): Move enum to macgui.h.
12646 (widget_value): Move typedef to macgui.h.
12647 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
12648 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
12649 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
12650 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
12651 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
12652 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
12653 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
12654 (popup_activated_flag): Make variable non-static.
12655 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
12656 (add_menu_item, fill_menu, dispose_menus):
12657 Move functions to mactoolbox.c.
12658 (restore_show_help_function, menu_target_item_handler)
12659 (install_menu_target_item_handler, mac_handle_dialog_event)
12660 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
12661 [TARGET_API_MAC_CARBON]: Likewise.
12662 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
12663 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12664 (find_and_call_menu_selection, name_is_separator): Make function
12665 non-static.
12666 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
12667 to mactoolbox.c.
12668 (set_frame_menubar): Don't call install_menu_quit_handler.
12669 (menu_item_selection): New variable.
12670 (mac_menu_show): Use create_and_show_popup_menu.
12671 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
12672 selection but set variable menu_item_selection. All uses changed.
12673 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
12674 Call install_menu_quit_handler. Move to mactoolbox.c.
12675
12676 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
12677 (Selection): Move typedef to macgui.h.
12678 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
12679 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
12680 Make variables non-static.
12681 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12682 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
12683 Make functions non-static.
12684 (Vmac_service_selection) [MAC_OSX]: Likewise.
12685 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
12686 (mac_valid_selection_target_p, mac_clear_selection)
12687 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12688 (mac_put_selection_value, mac_selection_has_target_p)
12689 (mac_get_selection_value, mac_get_selection_target_list)
12690 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
12691 Move functions to mactoolbox.c.
12692 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
12693 Likewise.
12694 (copy_scrap_flavor_data, mac_handle_service_event)
12695 (install_service_handler) [MAC_OSX]: Likewise.
12696 (syms_of_macselect) <Vmac_dnd_known_types>:
12697 Use mac_dnd_default_known_types.
12698
12699 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
12700 Move to mactoolbox.c.
12701 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
12702 (Fx_selection_owner_p): Add EXFUN.
12703 (install_window_handler, remove_window_handler, XSetWindowBackground):
12704 Remove externs.
12705 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
12706 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
12707 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
12708 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
12709 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
12710 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
12711 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
12712 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
12713 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
12714 (create_and_show_popup_menu, mac_get_selection_from_symbol)
12715 (mac_valid_selection_target_p, mac_clear_selection)
12716 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
12717 (mac_put_selection_value, mac_selection_has_target_p)
12718 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
12719 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
12720 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
12721 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
12722 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
12723 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
12724 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
12725 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12726 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
12727
12728 * mactoolbox.c: New file.
12729
127302008-04-18 Jason Rumney <jasonr@gnu.org>
12731
12732 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
12733
127342008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12735
12736 * character.c (Fmultibyte_char_to_unibyte):
12737 Return latin1 chars unchanged.
12738
12739 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
12740 relocated if it points to `name'.
12741
127422008-04-17 Kenichi Handa <handa@m17n.org>
12743
12744 * data.c (Faset): Allow setting a multibyte character in an
12745 ASCII-only unibyte string.
12746
12747 * lisp.h (STRING_SET_MULTIBYTE): New macro.
12748
127492008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12750
12751 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
12752 done in config.h.
12753
127542008-04-16 Juanma Barranquero <lekktu@gmail.com>
12755
12756 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
12757 (Fchar_direction): Add usage in the docstring.
12758
127592008-04-15 Chong Yidong <cyd@stupidchicken.com>
12760
12761 * keyboard.c (read_key_sequence): Remove always-true checks.
12762
127632008-04-14 Jason Rumney <jasonr@gnu.org>
12764
12765 * w32font.c (w32font_open_internal): Set max_bounds.descent in
12766 compatibility struct, for better underline positioning.
12767
127682008-04-13 David Hansen <david.hansen@gmx.net>
12769
12770 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
12771 string.
12772
127732008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12774
12775 * m/hp800.h (XUINT, XSET): Remove.
12776
127772008-04-12 Juanma Barranquero <lekktu@gmail.com>
12778
12779 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
12780 previous change.
12781
127822008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
12785 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
12786
127872008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12788
12789 * keymap.h (map_keymap_canonical): Declare.
12790 * xmenu.c (single_keymap_panes): Use it.
12791
127922008-04-11 Glenn Morris <rgm@gnu.org>
12793
12794 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
12795 set the target's value to that of the alias.
12796
127972008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * term.c (set_tty_color_mode): Left over typo.
12800
128012008-04-10 Michael Albinus <michael.albinus@gmx.de>
12802
12803 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
12804 only after check for file name handler functions. Signal, when
12805 native functionality is not supported.
12806 (syms_of_fileio): Declare it unconditionally.
12807
128082008-04-10 Jason Rumney <jasonr@gnu.org>
12809
12810 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
12811 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
12812
12813 * w32.c (logon_network_drive): Also logon to remote drives that
12814 are mapped to drive letters.
12815
128162008-04-10 Glenn Morris <rgm@gnu.org>
12817
12818 * xdisp.c (truncate-partial-width-windows): Doc fix.
12819
128202008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12821
12822 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
12823 Move functions to minibuffer.el.
12824 (syms_of_fileio): Don't declare them.
12825
128262008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12827
12828 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
12829 (syms_of_minibuf): Remove its initialization.
12830
12831 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
12832
128332008-04-09 Juanma Barranquero <lekktu@gmail.com>
12834
12835 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
12836
128372008-04-09 Jason Rumney <jasonr@gnu.org>
12838
12839 * makefile.w32-in (distclean): Delete makefile too.
12840 (maintainer-clean): New target.
12841
12842 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
12843
12844 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
12845 for new font backend and composite cases.
12846
128472008-04-09 Jan Djärv <jan.h.d@swipnet.se>
12848
12849 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
12850 Most of the code moved to run_timers.
12851 (do_pending_atimers): Call run_timers.
12852 (run_timers): New function.
12853
12854 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
12855 run atimers.
12856
12857 * process.c (wait_reading_process_output): The same as above.
12858
128592008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * minibuf.c (last_exact_completion): Remove variable.
12862 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
12863 (complete_and_exit_1, complete_and_exit_2)
12864 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
12865 (Fdisplay_completion_list, display_completion_list_1)
12866 (Fminibuffer_completion_help, Fself_insert_and_exit)
12867 (Fexit_minibuffer, Fminibuffer_message): Move functions to
12868 minibuffer.el.
12869 (syms_of_minibuf): Remove corresponding initializations.
12870
12871 * keyboard.c (Qdeactivate_mark): New var.
12872 (command_loop_1): Use it to call `deactivate-mark'.
12873 (syms_of_keyboard): Initialize it.
12874
12875 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
12876 to another frame.
12877 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
12878 Don't call set_tty_color_mode.
12879 (store_frame_param): Reset previous_frame rather than call
12880 set_tty_color_mode.
12881 * term.c (set_tty_color_mode): Rewrite.
12882 * dispextern.h (set_tty_color_mode): New type.
12883 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
12884
128852008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
12888 for generic chars, which do not exist any more in emacs-unicode.
12889
128902008-04-08 Michael Albinus <michael.albinus@gmx.de>
12891
12892 * coding.c (detect_coding_emacs_mule)
12893 (Ffind_operation_coding_system): Fix typo.
12894
128952008-04-08 Jason Rumney <jasonr@gnu.org>
12896
12897 * w32uniscribe.c (SNAME): Extract only symbol name.
12898
12899 * w32font.h (struct w32_metric_cache): New struct.
12900 (w32font_info): Use it.
12901 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
12902 (CACHE_BLOCKSIZE): New constants.
12903
12904 * w32font.c (Qja, Qko, Qzh): New symbols.
12905 (syms_of_w32font): Initialise them.
12906 (font_matches_spec): Use them to filter by language.
12907 (recompute_cached_metrics): Remove function.
12908 (compute_metrics, clear_cached_metrics): New functions.
12909 (w32font_encode_char): Use them to manage metric cache.
12910 (w32font_text_extents): Cache metrics for all glyphs on demand.
12911 Delay converting glyph indices to WORD until needed.
12912 (w32font_open_internal): Initialize metric cache to empty.
12913 (registry_to_w32_charset): Charset should always be a symbol.
12914 (fill_in_logfont, list_all_matching_fonts): Family should
12915 always be a symbol.
12916
129172008-04-06 Jason Rumney <jasonr@gnu.org>
12918
12919 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
12920 Give up if glyph indices not supported. Use uniscribe obtained
12921 ABC widths for individual metrics. Map glyph clusters back to
12922 characters using fClusterStart flag. Return number of glyphs
12923 produced, not chars processed.
12924 (uniscribe_shape): Map char at FROM to current glyph.
12925
129262008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12927
12928 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
12929 Use SetMenuItemHierarchicalMenu.
12930
129312008-04-05 Jason Rumney <jasonr@gnu.org>
12932
12933 * image.c (pbm_load): Allow color values up to 65535.
12934 Throw an error if max_color_idx is outside the supported range.
12935 Report an error when image size is invalid.
12936 Read two bytes at a time when raw images have max_color_idx above 255.
12937
129382008-04-05 Eli Zaretskii <eliz@gnu.org>
12939
12940 * w32.c (readdir): If FindFirstFile/FindNextFile return in
12941 cFileName a file name that includes `?' characters, use the 8+3
12942 alias in cAlternateFileName instead.
12943
129442008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
12945
12946 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
12947 append "CCL: Quitted" when the CCL program is quitted.
12948 (setup_ccl_program): Initialize ccl->quit_silently to zero.
12949
12950 * ccl.h (struct ccl_program): New member quit_silently.
12951
129522008-04-05 Chong Yidong <cyd@stupidchicken.com>
12953
12954 * search.c (compile_pattern_1): Treat non-nil and non-string of
12955 search-spaces-regexp as nil.
12956
12957 * minibuf.c (Fassoc_string): Tweak docstring.
12958
129592008-04-05 Eli Zaretskii <eliz@gnu.org>
12960
12961 * dired.c (Ffile_attributes): Support inode numbers wider than 32
12962 bits. Remove ugly WINDOWSNT-specific kludge introduced on
12963 2008-03-14 to force inode be positive.
12964
12965 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
12966 _S_* ones, since we now use our own sys/stat.h.
12967 (stat, fstat): Don't mangle the inode number.
12968 (init_user_info): Don't restrict UID and GID to 0-60000 range.
12969
129702008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12971
12972 * frame.h (struct frame): Give one more bit to `visible' since we use
12973 values larger than 1 to indicate obscured frames on ttys.
12974
12975 * keymap.c (Qkeymap_canonicalize): New var.
12976 (Fmap_keymap_internal): New fun.
12977 (describe_map): Use keymap-canonicalize.
12978
12979 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
12980 (Fundo_boundary): Set them.
12981 (syms_of_undo): Initialize them.
12982 (record_point): Use them instead of last_point_position*.
12983 (last_undo_buffer): Change type.
12984
129852008-04-04 Jason Rumney <jasonr@gnu.org>
12986
12987 * w32font.c (w32font_text_extents): Use font's ascent and descent.
12988 (recompute_cached_metrics): Don't set ascent and descent per char.
12989
12990 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
12991 (uniscribe_check_otf): Add GC protection before consing.
12992 Rearrange loop for counting features.
12993
129942008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12995
12996 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
12997 buffer with byte-size of source buffer.
12998
129992008-04-03 Chong Yidong <cyd@stupidchicken.com>
13000
13001 * callint.c (Fcall_interactively): Handle temporary region even
13002 when shift-select-mode is off.
13003
130042008-04-03 Jason Rumney <jasonr@gnu.org>
13005
13006 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
13007
130082008-04-03 Kenichi Handa <handa@m17n.org>
13009
13010 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
13011 (CATEGORY_MASK_UTF_16): Likewise.
13012 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
13013 binary file.
13014 (detect_coding): Add null-byte detection for a binary file.
13015 (detect_coding_system): Likewise.
13016
130172008-04-03 Jason Rumney <jasonr@gnu.org>
13018
13019 * w32uniscribe.c: New file.
13020
13021 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
13022
13023 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
13024
13025 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
13026 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
13027 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
13028 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
13029 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
13030 (Qphonetic): New symbols.
13031 (syms_of_w32font): Initialize them.
13032 (font_supported_scripts): Use them.
13033 (w32font_list_family): List all charsets.
13034 (w32font_text_extents, recompute_cached_metrics): Fix metric
13035 calculations.
13036 (w32_enumfont_pattern_entity): Make full_type a DWORD.
13037 Give opentype fonts their own format.
13038 (font_matches_spec): New arguments backend and logfont.
13039 Handle :otf spec for uniscribe backend.
13040 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
13041 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
13042
13043 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
13044 font backend.
13045 (globals_of_w32fns): Initialize uniscribe font backend.
13046
13047 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
13048 dependencies.
13049 (w32uniscribe.$(O)): New file to build.
13050 (FONT_OBJ): Include w32uniscribe.$(O).
13051 (LIBS): Add uniscribe libraries.
13052
13053 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
13054
130552008-04-02 Chong Yidong <cyd@stupidchicken.com>
13056
13057 * callint.c (Vshift_select_mode): New var.
13058 (Finteractive): Document new ^ spec.
13059 (Fcall_interactively): Call handle-shift-selection if the ^ spec
13060 is present.
13061
13062 * keyboard.c (Vthis_command_keys_shift_translated): New var.
13063 (command_loop_1): Avoid running the direct display versions of
13064 forward-char and backward-char if shift-selection may occur.
13065 (read_key_sequence): Set Vthis_command_keys_shift_translated if
13066 shift-translation takes place.
13067
13068 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
13069 avoid clobbering by define-minor-mode.
13070
13071 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
13072 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
13073
13074 * syntax.c (Fforward_word): Add ^ interactive spec.
13075
13076 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
13077 (Fscroll_right): Add ^ interactive spec.
13078
130792008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13080
13081 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
13082
13083 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
13084
13085 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
13086
130872008-03-31 Juri Linkov <juri@jurta.org>
13088
13089 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
13090
130912008-03-30 Jan Djärv <jan.h.d@swipnet.se>
13092
13093 * gtkutil.c (xg_set_geometry): Fix indentation.
13094 (xg_resize_outer_widget): Remove.
13095 (x_wm_size_hint_off): Fix indentation.
13096 (xg_frame_set_char_size): Call flush_and_sync after
13097 gtk_window_resize.
13098 (x_wm_set_size_hint): Pass NULL as geometry window to
13099 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
13100 Add menu bar and tool bar height to base height.
13101 (xg_update_frame_menubar, free_frame_menubar)
13102 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
13103 (update_frame_tool_bar, free_frame_tool_bar):
13104 Change xg_resize_outer_widget to xg_frame_set_char_size.
13105
131062008-03-30 Michael Albinus <michael.albinus@gmx.de>
13107
13108 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
13109 (Fdbus_call_method): New parameter TIMEOUT.
13110 (dbus-send-signal): Optimize UNGCPRO call.
13111
131122008-03-29 Juri Linkov <juri@jurta.org>
13113
13114 * window.c (Fdisplay_buffer): Move call to
13115 Vsplit_window_preferred_function out of conditions that check
13116 if window is eligible for vertical splitting.
13117 When Vsplit_window_preferred_function is non-nil, call it and use
13118 its non-nil return value as window. Otherwise, continue doing
13119 vertical splitting using Fsplit_window with arg horflag=nil.
13120 (syms_of_window) <Vsplit_window_preferred_function>: Change the
13121 default value from `split-window' to nil.
13122
131232008-03-29 Juri Linkov <juri@jurta.org>
13124
13125 * callint.c (Fcall_interactively): Revert 2008-03-16 change
13126 for interactive code letters 'b' and 'B'.
13127
131282008-03-29 Eli Zaretskii <eliz@gnu.org>
13129
13130 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
13131 multibyte string.
13132
131332008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13134
13135 * keyboard.c (pending_funcalls): New var.
13136 (timer_check): Run it.
13137 (syms_of_keyboard): Initialize it.
13138 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
13139 (Vdelete_terminal_functions): New vars.
13140 (syms_of_terminal): Initialize them.
13141 (Fdelete_terminal): Run delete-terminal-functions.
13142 * xdisp.c (safe_eval): Rewrite.
13143 (safe_call2): New fun.
13144 * frame.c (Qdelete_frame_functions): New var.
13145 (syms_of_frame): Initialize it.
13146 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
13147 * lisp.h (safe_call2, pending_funcalls): Declare.
13148
131492008-03-28 Andreas Schwab <schwab@suse.de>
13150
13151 * indent.c (Fmove_to_column): Move declaration before statements.
13152
131532008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13154
13155 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
13156 (struct frame): Use bit fields for boolean vars.
13157
13158 * process.c (server_accept_connection): Simplify naming.
13159 (emacs_get_tty_pgrp): Use SDATA.
13160
13161 * coding.c (decode_coding_object): Fix last change.
13162
131632008-03-27 Jason Rumney <jasonr@gnu.org>
13164
13165 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
13166
131672008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
13168
13169 * charset.c (Fdefine_charset_internal): Change the way of
13170 registering charsets in Vcharset_order_list.
13171 (syms_of_charset): Make the charset `eight-bit' supplementary.
13172
131732008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
13174
13175 * regex.c (EXTEND_BUFFER): Change order of pointer addition
13176 operations, to avoid having the difference between pointers
13177 overflow.
13178
131792008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13180
13181 * indent.c (check_display_width): New fun.
13182 (scan_for_column): Use it.
13183
13184 * data.c (syms_of_data): Mark most-positive-fixnum and
13185 most-negative-fixnum as constants.
13186
13187 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
13188
13189 * indent.c (scan_for_column): Extract from current_column_1.
13190 Merge with the same code from Fmove_to_column.
13191 (current_column_1, Fmove_to_column): Use it.
13192
131932008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13194
13195 * keymap.c (map_keymap_internal): New fun.
13196 (map_keymap): Use it.
13197 (Fmap_keymap_internal): New fun.
13198 (Fmap_keymap): Remove left-out test from before make_save_value.
13199
13200 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
13201
13202 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
13203 Use XCAR/XCDR.
13204
13205 * process.h (struct Lisp_Process): Remove filter_multibyte.
13206 * process.c (QCfilter_multibyte): Remove.
13207 (setup_process_coding_systems): Don't use filter_multibyte.
13208 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
13209 (read_process_output): Don't adjust multibyteness to filter_multibyte.
13210 (Fset_process_filter_multibyte): Change the coding-system to
13211 approximate the previous behavior.
13212 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
13213 coding-system.
13214
13215 * coding.c (decode_coding_object): When not decoding into a buffer,
13216 obey the coding system's preference of (uni|multi)byte.
13217
132182008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
13221 every char is changed and has a different byte-length.
13222 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
13223 Fix int -> EMACS_INT.
13224
132252008-03-23 David Hansen <david.hansen@gmx.net>
13226
13227 * dbusbind.c (xd_read_message): Remove extra copying of message
13228 strings. Check for NULL `interface' or `member'.
13229
132302008-03-22 Eli Zaretskii <eliz@gnu.org>
13231
13232 * w32.c (readdir): If FindFirstFile/FindNextFile return in
13233 cFileName a file name that includes `?' characters, use the 8+3
13234 alias in cAlternateFileName instead.
13235
132362008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13237
13238 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
13239
132402008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13241
13242 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
13243 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
13244 work on current_buffer only instead (that was already the case
13245 for some of the code anyway).
13246 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
13247 (temp_set_point, temp_set_point_both): Use EMACS_INT.
13248 (SET_PT, SET_PT_BOTH): Adjust.
13249 * intervals.h (set_point, temp_set_point, set_point_both)
13250 (temp_set_point_both): Remove redundant declarations.
13251
132522008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * fileio.c (Finsert_file_contents):
13255 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
13256 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
13257 when buffer != current_buffer anyway.
13258
132592008-03-20 Andreas Schwab <schwab@suse.de>
13260
13261 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
13262 as default.
13263
132642008-03-19 Jason Rumney <jasonr@gnu.org>
13265
13266 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
13267 (syms_of_w32fns): Initialize them.
13268 (HOURGLASS_ID): New constant.
13269 (x_window_to_frame): Don't check hourglass_window.
13270 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
13271 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
13272 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
13273 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
13274 Only change the cursor if hourglass is not active.
13275 (Fx_create_frame): Initialize frame's current_cursor.
13276 (hourglass_atimer): Remove.
13277 (hourglass_started): New function.
13278 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
13279 (show_hourglass): Adapt to w32, changing argument to frame.
13280
13281 * w32term.h (struct w32_output): Remove hourglass_window.
13282 Add current_cursor.
13283
13284 * eval.c (call_debugger, Fsignal):
13285 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
13286 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
13287 (Fexecute_extended_command, cancel_hourglass_unwind):
13288 * minibuf.c (read_minibuf):
13289 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
13290
132912008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13292
13293 * window.c (run_funs): New fun.
13294 (run_window_configuration_change_hook): Use it to run the buffer-local
13295 and the global part of the hook.
13296
13297 * xdisp.c (format_mode_line_unwind_data): Add window argument.
13298 (unwind_format_mode_line): Restore selected window.
13299 (x_consider_frame_title, Fformat_mode_line): Set selected window.
13300
133012008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13302
13303 * editfns.c (Fchar_equal): Check they are valid characters.
13304
13305 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
13306
133072008-03-17 Andreas Schwab <schwab@suse.de>
13308
13309 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
13310 against a charset.
13311
13312 * lisp.h (Fbuffer_list): Declare.
13313
133142008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 13315
aac0c6e3
MR
13316 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
13317 handlebox_widget is != 0.
13318
133192008-03-16 Juri Linkov <juri@jurta.org>
13320
13321 * callint.c (Fcall_interactively): For interactive code letters
13322 'b' and 'B' put the buffer list into the list of default "future"
13323 values of the minibuffer.
13324
133252008-03-16 Andreas Schwab <schwab@suse.de>
13326
13327 * keyboard.c (read_key_sequence): Fix downcasing of letters with
13328 modifiers.
13329
13330 * regex.c (re_match_2_internal): Correct matching of a charset
13331 against latin-1 characters.
13332
133332008-03-16 Kenichi Handa <handa@m17n.org>
13334
13335 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
13336 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
13337 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
13338 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
13339 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
13340 CHAR_STRING_ADVANCE.
13341 (produce_chars): Fix for the case that the source and the
13342 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
13343 instead of CHAR_STRING_ADVANCE.
13344 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
13345 STRING_CHAR_ADVANCE.
13346
133472008-03-15 Andreas Schwab <schwab@suse.de>
13348
13349 * regex.c (re_match_2_internal): Correct matching of eight bit
13350 characters in unibyte strings.
13351
133522008-03-15 Martin Rudalics <rudalics@gmx.at>
13353
13354 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
13355 at end of range when it coincides with the end of the buffer.
13356
133572008-03-14 Eli Zaretskii <eliz@gnu.org>
13358
13359 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
13360
13361 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
13362
133632008-03-14 Jason Rumney <jasonr@gnu.org>
13364
13365 * editfns.c (initial_tz): New variable.
13366 (syms_of_editfns): Initialize it.
13367 (Fset_time_zone_rule): Set it when first called.
13368 Use it when TZSTRING is nil.
13369
13370 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
13371 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
13372 (monitor_from_point_fn, get_monitor_info_fn): New globals.
13373 (globals_of_w32fns): Initialize them.
13374 (compute_tip_xy): Use them to position tooltips.
13375
133762008-03-14 Glenn Morris <rgm@gnu.org>
13377
13378 * emacs.c (main): Revert previous change.
13379 (standard_args): Revert -internal-script back to -scriptload,
13380 and remove the long-option form.
13381
133822008-03-13 Glenn Morris <rgm@gnu.org>
13383
13384 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
13385 Remove option -enable-font-backend.
13386
133872008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
13390
133912008-03-11 Jan Djärv <jan.h.d@swipnet.se>
13392
13393 * xterm.c (x_connection_closed): For GTK: If this is the last
13394 terminal just exit without closing the display.
13395
133962008-03-11 Jason Rumney <jasonr@gnu.org>
13397
13398 * w32font.c (w32font_full_name): Use floor to round.
13399
f0131492 134002008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
13401
13402 * sound.c (alsa_configure): Declare vol at beginning of block.
13403
13404 * fontset.c (Ffontset_info): Remove extra semicolon.
13405
134062008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13407
13408 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
13409 size of resulting string.
13410
134112008-03-10 Jason Rumney <jasonr@gnu.org>
13412
13413 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
13414
134152008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13416
13417 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
13418 Don't pretend as if characters with display property haven't been
13419 consumed for string-replacing-string case.
13420
134212008-03-08 Kim F. Storm <storm@cua.dk>
13422
13423 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
13424 (get_next_display_element, next_element_from_string)
13425 (next_element_from_ellipsis, next_element_from_buffer): Use it.
13426
134272008-03-08 Andreas Schwab <schwab@suse.de>
13428
13429 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
13430
134312008-03-06 Jason Rumney <jasonr@gnu.org>
13432
13433 * w32font.c (w32_registry): Take font_type argument. Use ANSI
13434 when charset not specified. Only translate ANSI to unicode when
13435 font_type is truetype.
13436 (w32font_coverage_ok): New function.
13437 (add_font_entity_to_list): Use it to filter unsuitable fonts.
13438
134392008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
13440
13441 * lread.c (Fread_char): Resolve modifiers.
13442 (Fread_char_exclusive): Likewise.
13443
13444 * character.c (char_resolve_modifier_mask): New function.
13445 (char_string): Use char_resolve_modifier_mask.
13446 (Fchar_resolve_modifiers): New function.
13447 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
13448 function.
13449
134502008-03-04 Jason Rumney <jasonr@gnu.org>
13451
13452 * makefile.w32-in: Always include w32font.c in the build.
13453 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
13454
134552008-03-04 Andreas Schwab <schwab@suse.de>
13456
13457 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
13458 (versionclean): Likewise.
13459
134602008-03-04 Juanma Barranquero <lekktu@gmail.com>
13461
13462 * .cvsignore: Add oo.
13463
134642008-03-03 Andreas Schwab <schwab@suse.de>
13465
13466 * coding.c (decode_coding_object): Inhibit gap shrinking while
13467 decoding in place.
13468
134692008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
13470
13471 * w32term.c: Remove unused include "gnu.h".
13472 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
13473
13474 * gnu.h: Rename to ...
13475 * emacs-icon.h: ... this.
13476 * xterm.c: Use emacs-icon.h instead of gnu.h.
13477 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
13478
134792008-03-03 Juanma Barranquero <lekktu@gmail.com>
13480
13481 * w32font.c: Include math.h.
13482
134832008-03-03 Jason Rumney <jasonr@gnu.org>
13484
13485 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
13486 Compute options separately.
13487 (w32font_open_internal): Set glyph_idx before caching metrics.
13488
13489 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
13490 Define if system headers don't.
13491 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
13492 (w32font_encode_char): Don't declare here.
13493
13494 * w32font.c (Quniscribe, QCformat): New symbols.
13495 (syms_of_w32font): Define them.
13496 (w32font_has_char): Indicate uncertainty.
13497 (w32font_encode_char): Encode as glyph point. Make static.
13498 (recompute_cached_metrics): New function.
13499 (w32font_open_internal): Use it. Set font to use glyph points
13500 initially. Set format based on type of font.
13501 (w32font_text_extents, w32font_draw): Optionally use glyph points.
13502 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
13503 on it. Set format based on information available here.
13504 (add_font_entity_to_list): Identify backend based on opentype_only.
13505
135062008-03-02 Andreas Schwab <schwab@suse.de>
13507
13508 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
13509
13510 * coding.c (decode_coding_big5, produce_chars):
13511 Fix typos in last change.
13512
135132008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
13514
13515 * gnu.h: New icon.
13516
135172008-03-02 Kenichi Handa <handa@m17n.org>
13518
13519 * coding.c (decode_coding_utf_8): When eol-type of CODING is
13520 `dos', don't decode '\r' if that is the last in the source.
13521 (decode_coding_utf_16, decode_coding_emacs_mule)
13522 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13523 (decode_coding_raw_text, decode_coding_charset): Likewise.
13524 (produce_chars): Don't decode EOL here. Use EMACS_INT.
13525
135262008-03-01 Jason Rumney <jasonr@gnu.org>
13527
13528 * w32font.c (w32font_full_name): Report point size for scalable fonts.
13529
135302008-03-01 Kim F. Storm <storm@cua.dk>
13531
13532 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
13533
135342008-03-01 Jason Rumney <jasonr@gnu.org>
13535
13536 * w32font.c (w32font_full_name): New function.
13537 (w32font_open_internal): Use it.
13538
135392008-03-01 Kim F. Storm <storm@cua.dk>
13540
13541 * dispnew.c (line_draw_cost): Fix invalid glyph check.
13542
135432008-03-01 Jason Rumney <jasonr@gnu.org>
13544
13545 * font.c (font_unparse_fcname): Increase len when style is a symbol.
13546
135472008-03-01 Jan Djärv <jan.h.d@swipnet.se>
13548
13549 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
13550 xg_frame_resized when the event is for the edit widget.
13551
13552 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
13553
13554 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
13555 set_char_size.
13556 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
13557 operations on widgets here. Just set frame size if needed.
13558 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
13559 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
13560 (x_wm_set_size_hint): Set size hints on the edit widget only, not
13561 the whole frame.
13562 (xg_create_tool_bar): Move attachment of the tool bar to
13563 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
13564 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
13565
135662008-03-01 Jason Rumney <jasonr@gnu.org>
13567
13568 * w32fns.c (w32_msg_pump): Disable debug code.
13569
135702008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13571
13572 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
13573
135742008-02-29 Chong Yidong <cyd@stupidchicken.com>
13575
13576 * xdisp.c (next_overlay_string): Don't set
13577 overlay_strings_at_end_processed_p if we're currently reading from
13578 a display string.
13579
135802008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
13581
13582 * xdisp.c (get_overlay_strings_1): Fix typo.
13583
135842008-02-29 Chong Yidong <cyd@stupidchicken.com>
13585
13586 * xdisp.c (get_overlay_strings_1): Add missing argument type.
13587
135882008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
13589
13590 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
13591
13592 * xdisp.c (display_mode_element): Cancel the previous change.
13593 (decode_mode_spec): Likewise.
13594 (handle_auto_composed_prop): Don't make composition if it->string
13595 is a string.
13596
135972008-02-27 Kim F. Storm <storm@cua.dk>
13598
13599 * lisp.h (GLYPH): Change type from int to struct with separate char
13600 and face_id members.
13601 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
13602 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
13603 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
13604 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
13605 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
13606 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
13607 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
13608 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
13609 handle new Lisp glyph code encoding, either an integer or a cons.
13610
13611 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
13612 (GLYPH_ALIAS): Delete.
13613 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
13614 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
13615 (GLYPH_FROM_CHAR): Replace macro by ...
13616 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
13617
13618 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
13619 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
13620 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
13621 (GLYPH_INVALID_P): New macro.
13622 (spec_glyph_lookup_face): Update prototype.
13623
13624 * dispnew.c (line_draw_cost): Adapt to new glyph type.
13625 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
13626 new glyph code encoding.
13627 (spec_glyph_lookup_face): No return value; update passed glyph instead.
13628 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
13629
13630 * xdisp.c (get_next_display_element, next_element_from_display_vector):
13631 Adapt to new glyph type and new glyph code encoding.
13632
13633 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
13634
13635 * indent.c (current_column, current_column_1, Fmove_to_column)
13636 (compute_motion): Adapt to new glyph code encoding.
13637
13638 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
13639
136402008-02-27 Chong Yidong <cyd@stupidchicken.com>
13641
13642 * process.c (wait_reading_process_output): Check for window
13643 changes caused by timers.
13644 Suggested by Johan Bockgård.
13645
136462008-02-27 Glenn Morris <rgm@gnu.org>
13647
13648 * emacs.c (USAGE1): Add `--disable-font-backend'.
13649
136502008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13651
13652 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
13653 is made to the buffer.
13654
136552008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13656
13657 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
13658 (face_at_string_position):
13659 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
13660 (face_at_string_position):
13661 * xdisp.c (display_string, next_overlay_change):
13662 * buffer.h (overlays_at):
13663 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
13664 Update callers.
13665
136662008-02-26 Chong Yidong <cyd@stupidchicken.com>
13667
13668 * editfns.c (Fformat): Doc fix.
13669
136702008-02-26 Juanma Barranquero <lekktu@gmail.com>
13671
13672 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
13673 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
13674 (Ffont_otf_alternates, Fquery_font): Doc fixes.
13675
136762008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13677
13678 * buffer.c (Fbuffer_swap_text): New function.
13679 (syms_of_buffer): Defsubr it.
13680
136812008-02-25 Chong Yidong <cyd@stupidchicken.com>
13682
13683 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
13684
136852008-02-25 Jason Rumney <jasonr@gnu.org>
13686
13687 * w32font.c (w32font_draw): Draw one character at a time when padding.
13688
136892008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
13692 Handle a nil arg. Use run_window_configuration_change_hook.
13693 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
13694 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
13695 Use run_window_configuration_change_hook.
13696
136972008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13698
13699 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
13700 1-pixel width.
13701
137022008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
13703
13704 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
13705 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
13706 if the glyph in the font is zero pixel with.
13707
13708 * dispextern.h (struct glyph_string): New member padding_p.
13709
13710 * w32font.c (w32font_draw): Pay attention to s->padding_p.
13711
13712 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
13713
13714 * xfont.c (xfont_draw): Pay attention to s->padding_p.
13715
13716 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
13717
13718 * font.c: If the font driver doesn't have `shape' function, return Qnil.
13719
137202008-02-25 Jason Rumney <jasonr@gnu.org>
13721
13722 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
13723
137242008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
13725
13726 Allow fine-grained image-cache flushing.
13727 * dispextern.h (struct image): Add `dependencies' field.
13728 (clear_image_caches): Change arg to Lisp_Object.
13729 * image.c (make_image): Initialize `dependencies' field.
13730 (clear_image_cache): Change arg to allow fine-grained flushing.
13731 Perform the flush even if image-cache-eviction-delay is nil.
13732 (clear_image_caches): Change arg to Lisp_Object.
13733 (Fclear_image_cache): Expand meaning of the argument.
13734 (mark_image): Mark `dependencies' field.
13735 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
13736 (lface_hash): Use XHASH rather than XFASTINT.
13737 (face_at_buffer_position): Fix int -> EMACS_INT position.
13738 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
13739 (select_frame_for_redisplay): Remove code duplication.
13740 (redisplay_internal): Adapt arg to call to clear_image_caches.
13741
137422008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
13743
13744 * s/vms4-0.h:
13745 * s/vms4-2.h:
13746 * s/vms4-4.h:
13747 * s/vms5-5.h: Remove, unused.
13748
13749 * s/irix5-2.h:
13750 * s/irix6-0.h:
13751 * s/riscos5.h:
13752 * s/mach-bsd4-3.h:
13753 * m/mips4.h: Remove files for obsolete systems.
13754
13755 * Makefile.in:
13756 * filelock.c:
13757 * unexmips.c:
13758 * m/hp9000s300.h:
13759 * m/iris4d.h:
13760 * s/aix3-1.h:
13761 * s/hpux.h:
13762 * s/msdos.h:
13763 * s/usg5-0.h:
13764 * s/usg5-2-2.h:
13765 * s/usg5-2.h:
13766 * s/usg5-3.h: Remove references to obsolete variables.
13767
13768 * s/irix5-0.h: Remove, move all the contents ...
13769 * s/irix6-5.h: ... here. Simplify.
13770 * config.in: Regenerate.
13771
137722008-02-24 Jason Rumney <jasonr@gnu.org>
13773
13774 * w32term.c (x_draw_glyph_string_background): Clear the background
13775 manually when cleartype is in use.
13776 (x_draw_glyph_string_foreground): Draw text transparently when
13777 cleartype is in use.
13778
13779 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
13780 a font into it unless we have to.
13781
137822008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13783
13784 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
13785 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 13786
aac0c6e3
MR
137872008-02-18 Jason Rumney <jasonr@gnu.org>
13788
13789 * w32fns.c (Fw32_shell_execute): Encode parameters.
13790
137912008-02-09 Eli Zaretskii <eliz@gnu.org>
13792
13793 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
13794
137952008-02-05 Juanma Barranquero <lekktu@gmail.com>
13796
13797 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
13798
137992008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
13800
13801 * xterm.c (x_set_offset): Don't change the gravity if
13802 CHANGE_GRAVITY is -1.
13803
138042008-02-23 Chong Yidong <cyd@stupidchicken.com>
13805
13806 * fileio.c (auto_save_error_occurred): New var.
13807 (auto_save_error): Set it.
13808 (Fdo_auto_save): Don't overwrite the error message if an auto-save
13809 error occurred.
13810
138112008-02-23 Eli Zaretskii <eliz@gnu.org>
13812
13813 * w32.c (globals_of_w32): Add initializations for
13814 g_b_init_get_sid_sub_authority and
13815 g_b_init_get_sid_sub_authority_count.
13816
138172008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
13818
13819 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
13820 (font_parse_xlfd): Use them for sanity check.
13821 (Finternal_set_font_style_table): Make sure the table is bijective.
13822
13823 Consolidate the image_cache to the terminal struct.
13824 * termhooks.h (P_): Remove redundant def.
13825 (struct terminal): New field `image_cache'.
13826 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
13827 of FRAME_X_IMAGE_CACHE.
13828 * xterm.h (struct x_display_info): Remove image_cache field.
13829 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13830 * w32term.h (struct w32_display_info): Remove image_cache field.
13831 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13832 * macterm.h (struct mac_display_info): Remove image_cache field.
13833 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
13834 * xterm.c (x_term_init):
13835 * w32term.c (w32_term_init):
13836 * macterm.c (mac_term_init): Set the image_cache in the terminal.
13837 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
13838 Remove declarations.
13839 (clear_image_caches, mark_image_cache): New declarations.
13840 * xfaces.c (clear_face_cache):
13841 * xdisp.c (redisplay_internal): Use clear_image_caches.
13842 * image.c (clear_image_cache): Don't check that a frame is on
13843 a window-system before checking if it shares the same cache.
13844 (clear_image_caches): New function.
13845 (Fclear_image_cache): Use it.
13846 (mark_image): Move from allo.c.
13847 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
13848 * alloc.c (mark_image, mark_image_cache): Move to image.c.
13849 (mark_object): Don't call mark_image_cache for frames.
13850 (mark_terminals): Call mark_image_cache.
13851
13852 * lisp.h (Fdelete_terminal): Declare.
13853
13854 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
13855 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
13856 wrong_type_argument.
13857
138582008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
13859
13860 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
13861 malayalam.el, and tamil.el. Add sinhala.el.
13862
138632008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
13864
13865 * xterm.c (x_connection_closed): Consolidate identical tests.
13866 (x_delete_terminal): Don't crash if called via x_connection_closed.
13867
138682008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
13869
13870 * xdisp.c (decode_mode_spec): New arg string.
13871 (display_mode_element): Adjust for the above change.
13872
138732008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * callint.c (Fcall_interactively): Use AREF.
13876
138772008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13878
13879 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
13880
138812008-02-18 Jan Djärv <jan.h.d@swipnet.se>
13882
13883 * xfns.c (Fx_show_tip): Set string to " " if empty.
13884
138852008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
13886
13887 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
13888 with Qt.
13889
138902008-02-17 Kenichi Handa <handa@m17n.org>
13891
13892 * ftfont.c (ftfont_shape): Return Lispy number.
13893
13894 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
13895 for GCs.
13896 (Finternal_set_font_selection_order): Call font_update_sort_order
13897 only when enable_font_backend is set.
13898 (realize_x_face): Set face->font_info to that of default face only
13899 when enable_font_backend is set.
13900
13901 * xdisp.c (handle_composition_prop): Set it->c to the fist
13902 character of the composed region.
13903 (fill_composite_glyph_string): Set base_face->font_info to
13904 s->font_info. Get a face for ascii from base_face->ascii_face.
13905 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
13906 with a face already decided.
13907 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
13908 non-negative.
13909 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
13910 call font_prepare_composition unconditionally.
13911
13912 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
13913
13914 * xterm.h (struct x_display_info): New member font.
13915
13916 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
13917 (x_set_mouse_face_gc, x_new_font): Likewise.
13918 (x_term_init): Setup display_info->font.
13919 (x_delete_terminal): Free display_info->font.
13920
13921 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
13922
13923 * ftxfont.c (ftxfont_default_fid): Delete it.
13924 (ftxfont_open): Set xfont->fid to 0.
13925 (ftxfont_end_for_frame): Clear data specific to the frame and the
13926 font-driver.
13927
13928 * xftfont.c (xftfont_default_fid): Delete it.
13929 (xftfont_open): Set xfont->fid to 0.
13930
13931 * fontset.c (FONTSET_OBJLIST): New macro.
13932 (fontset_find_font): Update font-object list of the fontset.
13933 (free_realized_fontset): New function.
13934 (free_face_fontset): Call free_realized_fontset.
13935 (Ffont_info): Call font_close_object only when enable_font_backend
13936 is set.
13937
13938 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
13939 [HAVE_NTGUI]: Include w32term.h.
13940 [MAC_OS]: Include macterm.ch.
13941 (font_otf_ValueRecord): Use make_number.
13942 (font_finish_cache): Fix handling of reference count.
13943 (font_clear_cache): Update num_fonts.
13944 (font_open_entity): Update smallest_char_width and
13945 smallest_font_height of the frame.
13946 (font_close_object): Update num_fonts.
13947 (Fclear_font_cache): Fix finding the target cache data.
13948
139492008-02-16 Glenn Morris <rgm@gnu.org>
13950
13951 * fontset.c (Finternal_char_font): Fix compilation warning.
13952
139532008-02-16 Eli Zaretskii <eliz@gnu.org>
13954
13955 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
13956 instead of char arrays. Enlarge the size of array passed to
13957 get_token_information.
13958
13959 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
13960 warnings.
13961
139622008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
13963
13964 * .gdbinit: Don't set `args', it breaks gdb --args.
13965
139662008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
13967
13968 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
13969 within a narrowed buffer.
13970
139712008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
13972
13973 * coding.c (decode_coding_object, encode_coding_object):
13974 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
13975
139762008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13977
13978 * coding.c (coding_set_destination): Use BEG_BYTE rather than
13979 hardcoding 1.
13980 (detect_coding_system):
13981 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
13982 (string_char_to_byte, string_byte_to_char, insert_from_gap):
13983 * insdel.c (insert_from_gap):
13984 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13985 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
13986 (string_to_multibyte):
13987 * character.c (chars_in_text, multibyte_chars_in_text):
13988 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
13989
13990 * character.h (FETCH_STRING_CHAR_ADVANCE)
13991 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
13992 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
13993 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
13994
13995 * casefiddle.c (casify_region): Only call after-change and composition
13996 functions on the part of the region that was changed.
13997
13998 * keyboard.c (read_avail_input):
13999 * frame.c (Fdelete_frame): Call Fdelete_terminal.
14000
140012008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14002
14003 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
14004 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
14005
140062008-02-11 Juanma Barranquero <lekktu@gmail.com>
14007
14008 * w32menu.c (push_submenu_start, push_submenu_end)
14009 (push_left_right_boundary, push_menu_pane, push_menu_item):
14010 * keyboard.c (read_key_sequence): Don't pass args with side effects
14011 to AREF, it fails when compiling with -DENABLE_CHECKING.
14012
140132008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
14014
14015 * Makefile.in (${lispsource}international/charprop.el):
14016 Delete this target.
14017
14018 * search.c (boyer_moore): Fix incorrect synching of the trunk and
14019 emacs-unicode-2.
14020
140212008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14022
14023 * terminal.c (Fdelete_terminal): Clean up the `force' path.
14024
140252008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
14026
14027 * frame.c (Qnoelisp): New symbol.
14028 (syms_of_frame): Initialize it.
14029 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
14030 harmless Elisp code, from a strong `force' from x_connection_closed.
14031 * frame.h (Qnoelisp): Declare.
14032 * xterm.c (x_connection_closed): Pass `noelisp'.
14033
14034 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
14035 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
14036 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
14037 rather than `int' for the type of `type'.
14038
140392008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
14040
14041 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
14042
14043 * Makefile.in (GNUC): Remove support for gcc-1.x.
14044
140452008-02-10 Richard Stallman <rms@gnu.org>
14046
14047 * lisp.h (ASET): Use AREF, not ASLOT.
14048
140492008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
14050
14051 * lisp.h (ASET): Check bounds.
14052
140532008-02-10 Glenn Morris <rgm@gnu.org>
14054
14055 * buffer.c (mode-name): Doc fix.
14056
140572008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
14058
14059 * Makefile.in:
14060 * emacs.c:
14061 * gmalloc.c:
14062 * keyboard.c:
14063 * lisp.h:
14064 * m/ibm370aix.h:
14065 * process.c:
14066 * regex.c:
14067 * s/hpux.h:
14068 * sysdep.c:
14069 * sysselect.h:
14070 * systty.h:
14071 * unexec.c:
14072 * w32term.c:
14073 * xsmfns.c:
14074 * xterm.c: Remove code that deals with obsolete variables.
14075
14076 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
14077
14078 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
14079 nothing else needs it anymore.
14080
140812008-02-09 Eli Zaretskii <eliz@gnu.org>
14082
14083 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
14084 instead of unibyte_char_to_multibyte.
14085
140862008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
14087
14088 * s/gnu-linux.h: Remove commented out code.
14089
14090 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
14091
14092 * Makefile.in: Update what RMS says about using autoconf.
14093 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
14094 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
14095 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
14096 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
14097
140982008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
14099
14100 * keymap.c (Fkey_description): Move side effect outside of macro call.
14101
14102 * xfaces.c (Finternal_make_lisp_face):
14103 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
14104
14105 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
14106 (syms_of_fontset): Use ASET.
14107
14108 * fns.c (concat): Move side effect outside of macro call.
14109 (hash_clear): Use ASET.
14110
141112008-02-08 Richard Stallman <rms@gnu.org>
14112
14113 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
14114 If FORCE, and frame has a surrogate minibuffer for another frame,
14115 delete the other frame first.
14116
141172008-02-07 Timo Savola <timo.savola@iki.fi>
14118
14119 * xterm.c (x_detect_focus_change): Handle embed client message.
14120 (handle_one_xevent): Ditto.
14121 (handle_one_xevent): If embedded and we get a button press/release,
14122 request focus.
14123 (xembed_set_info, xembed_send_message): New functions.
14124 (x_make_frame_visible): Call xembed_set_info if embedded.
14125 (x_make_frame_invisible): Call xembed_set_info if embedded.
14126 (x_term_init): Initialize Xatom_XEMBED.
14127 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
14128 (x_iconify_frame): Ditto.
14129
14130 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
14131 (enum xembed_info, enum xembed_message, enum xembed_focus)
14132 (enum xembed_modifier, enum xembed_accelerator): New.
14133 (xembed_set_info, xembed_send_message): Declare.
14134 (FRAME_X_EMBEDDED_P): New.
14135
14136 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
14137 gtk_plug_new.
14138
14139 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
14140 window ID of a frame.
14141 (x_window): Reparent frame if embedded.
14142 (Fx_create_frame): Don't set border width if embedded.
14143
14144 * emacs.c (USAGE3): Add --parent-id.
14145 (standard_args): Ditto.
14146
141472008-02-07 Jan Djärv <jan.h.d@swipnet.se>
14148
14149 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
14150
141512008-02-07 Jim Meyering <meyering@redhat.com>
14152
14153 Use "do...while (0)", not "if (1)...else" in macro definitions.
14154 The latter provokes a warning from gcc about the empty else, when
14155 followed by ";". Also, without that trailing semicolon, it would
14156 silently swallow up any following statement.
14157 * syntax.h (SETUP_SYNTAX_TABLE)
14158 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
14159 * buffer.h (DECODE_POSITION): Likewise.
14160 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
14161 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
14162 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
14163 (FETCH_CHAR_ADVANCE): Likewise.
14164 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
14165
141662008-02-07 Jim Meyering <meyering@redhat.com>
14167
14168 * lread.c [lint]: Don't include <sys/inode.h>.
14169
141702008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
14171
14172 * xselect.c (x_handle_dnd_message):
14173 * xmenu.c (digest_single_submenu, xmenu_show):
14174 * xdisp.c (with_echo_area_buffer_unwind_data)
14175 (format_mode_line_unwind_data, unwind_format_mode_line)
14176 (display_menu_bar):
14177 * eval.c (Ffetch_bytecode):
14178 * doc.c (store_function_docstring):
14179 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
14180 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
14181 * buffer.c (add_overlay_mod_hooklist): Use ASET.
14182
141832008-02-07 Kenichi Handa <handa@m17n.org>
14184
14185 * ftxfont.c (ftxfont_open): Don't set
14186 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
14187
14188 * ftfont.c (ftfont_open): Fix previous change.
14189
141902008-02-06 Jason Rumney <jasonr@gnu.org>
14191
14192 * w32font.c (w32font_text_extents): Fill in lbearing metric.
14193 Use cached metrics for ASCII characters.
14194 (w32font_open_internal): Don't set font's owning_frame.
14195 Cache metrics for ASCII characters.
14196
14197 * w32font.h (struct w32font_info): Add ascii_metrics.
14198 Remove owning_frame.
14199
142002008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
14201
14202 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
14203 to negative value.
14204
14205 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
14206
14207 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
14208
14209 * charset.c (syms_of_charset): Set QCtest and Qeq.
14210
142112008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14212
14213 * process.c (Fstart_process):
14214 * callproc.c (Fcall_process): Handle the case where
14215 Funhandled_file_name_directory returns nil.
14216
14217 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
14218 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
14219 * font.c (check_gstring): Use them and AREF to access the vector before
14220 we know it's really a gstring.
14221 (Ffont_shape_text): Fix typo.
46e722a9 14222 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
14223
14224 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
14225 Declare.
14226
14227 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
14228
142292008-02-05 Jason Rumney <jasonr@gnu.org>
14230
14231 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
14232 Set smallest_font_height and smallest_char_width in display info.
14233
142342008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
14235
14236 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
14237
142382008-02-05 Miles Bader <miles@gnu.org>
14239
14240 * xfaces.c (get_lface_attributes, merge_named_face)
14241 (lookup_named_face, lookup_derived_face, realize_named_face):
14242 Revert 2008-02-01 change by cyd@stupidchicken.com.
14243
142442008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
14245
14246 * fontset.c (Ffontset_info): Handle the case of inhibitting the
14247 fallback fonts.
14248 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
14249
142502008-02-04 Jason Rumney <jasonr@gnu.org>
14251
14252 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
14253 set full_name.
14254 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
14255
142562008-02-03 Jason Rumney <jasonr@gnu.org>
14257
14258 * makefile.w32-in (OBJ1): Include font.o here.
14259 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
14260
142612008-02-02 Jason Rumney <jasonr@gnu.org>
14262
14263 * makefile.w32-in (temacs): Bump EMHEAP to 21.
14264
142652008-02-01 Jason Rumney <jasonr@gnu.org>
14266
14267 * s/cygwin.h: Define VIRT_ADDR_VARIES.
14268
14269 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
14270
142712008-02-01 Andreas Schwab <schwab@suse.de>
14272
14273 * Makefile.in (shortlisp, lisp): Update for rename of
14274 ../lisp/language/myanmar.el.
14275
142762008-02-01 Chong Yidong <cyd@stupidchicken.com>
14277
14278 * xfaces.c (get_lface_attributes): Delete function.
14279 (merge_named_face, lookup_named_face, lookup_derived_face)
14280 (realize_named_face): Call lface_from_face_name directly, and use
14281 the fact that merge_face_vectors does not alter its FROM argument.
14282
142832008-02-01 Jason Rumney <jasonr@gnu.org>
14284
14285 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
14286 input in the default locale. Handle non-Unicode multibyte input.
14287
142882008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14289
14290 * fontset.c (reorder_font_vector): Exclude nil elements from the
14291 font group. Don't try multiple fonts.
14292 (fontset_font): Adjust for the above change.
14293 (Finternal_char_font): Return nil if the found font doesn't
14294 contain the character ch.
14295
14296 * Makefile.in (lisp, shortlisp): Add cham.el.
14297
142982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14299
14300 * font.h (FONTP): Make it return 1 also for a font-object.
14301
14302 * .gdbinit (xfontset): New function.
14303
14304 * font.c (font_find_for_lface): Check if the character C is
14305 supported or not only for the first font.
14306
14307 * fontset.c (reorder_font_vector): Fix typo.
14308 (fontset_find_font): Don't add a font-spec specifying a script.
14309 Use 0 (not Qt) for the indication of empty font-group. Change the
14310 format of RFONT-DEF. Return Qt if no font in the font-group
14311 support the character.
14312 (fontset_font): Adjust for the above change. If no font was
14313 found the character, remember that.
14314 (face_for_char): Adjust for the change of RFONT-DEF.
14315 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
14316 no font for the target.
14317 (Finternal_char_font): Adjust for the change of RFONT-DEF.
14318
143192008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14320
14321 * font.c (font_load_for_face): Handle the case that the font in
14322 face->lface is a string.
14323
143242008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14325
14326 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
14327
143282008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14329
14330 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
14331 Fix previous change. If the frame is not on a window system,
14332 signal an error.
14333
143342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14335
14336 * coding.c (decode_coding_object, encode_coding_object): Adjust
14337 marker positions after conversion.
14338
14339 * lisp.h (struct Lisp_Marker): New member need_adjustment.
14340
143412008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14342
14343 * font.c (font_find_for_lface): Fix the handling of the return
14344 value of font_has_char.
14345 (Ffont_shape_text): Fix previous change.
14346
14347 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
14348 (fontset_ref_and_range): Delete it.
14349 (fontset_find_font): Call char_table_ref_and_range instead of
14350 FONTSET_REF_AND_RANGE.
14351 (make_fontset): Don't setup font groups of Latin here.
14352 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
14353 (new_fontset_from_font): Make the specified font the default for
14354 all Latin characters.
14355
143562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14357
14358 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
14359 is on a window system before accessing the fontset of the frame.
14360
143612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14362
14363 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
14364
14365 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
14366 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
14367
14368 * font.c (Ffont_shape_text): If the font driver doesn't have a
14369 shaper function, make zero-width glyphs to have at least one-pixel
14370 width. Fix setting of `to' field of glyphs.
14371
143722008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14373
14374 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
14375 glyphs.
14376
14377 * font.h (struct font_driver): Improve docstring of member `shape'.
14378
143792008-02-01 Kenichi Handa <handa@m17n.org>
14380
14381 * composite.c (syms_of_composite): Fix docstring of
14382 auto-composition-function.
14383
14384 * font.h (LGLYPH_SIZE): New macro.
14385
14386 * font.c (Ffont_fill_gstring): Stop filling when a character not
14387 supported by the font is found.
14388 (Ffont_shape_text): When a shape callback function returns nil,
14389 try at most two more times with larger gstring.
14390 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
14391
14392 * xdisp.c (handle_auto_composed_prop): Change the argument to
14393 auto-composition-function.
14394
14395 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
14396 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
14397 Lispy glyph and store it in the lgstring.
14398
14399 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
14400
14401 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
14402
144032008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14404
14405 * font.c (Ffont_shape_text): Avoid unnecessary composition.
14406
14407 * fontset.c (Vfont_encoding_charset_alist): New variable.
14408 (syms_of_fontset): DEFVAR it.
14409 (reorder_font_vector, fontset_find_font): Optimize for the case of
14410 no need of reordering.
14411 (face_for_char): Map the charset property by
14412 Vfont_encoding_charset_alist.
14413
144142008-02-01 Jason Rumney <jasonr@gnu.org>
14415
14416 * w32font.c (logfonts_match): Don't check adstyle here.
14417 (font_matches_spec): Check here against physical font instead.
14418 (add_font_entity_to_list): Avoid some substitutions.
14419
14420 * font.c (font_parse_fcname): Default weight and slant to normal.
14421 (font_score): Prefer normal fonts if weight or slant unspecified.
14422 (font_score) [WINDOWSNT]: Scale weight difference down to closer
14423 match freetype scores.
14424
144252008-02-01 Jason Rumney <jasonr@gnu.org>
14426
14427 * w32font.c (w32font_text_extents): Don't use the frame stored in the
14428 font, as it may have been deleted.
14429 (w32_enumfont_pattern_entity): Map generic family to adstyle using
14430 most common hyphenless variation.
14431 (logfonts_match): Check generic family.
14432 (font_matches_spec): Don't check generic family here.
14433 (fill_in_logfont): Set generic family based on adstyle.
14434
14435 * w32font.h (w32font_get_cache): Update declaration.
14436
144372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14438
14439 * ftfont.c (ftfont_get_cache): Adjust the argument type.
14440
14441 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
14442 If none of the new drivers are available, call font_update_drivers
14443 with the old drivers.
14444
14445 * w32font.c (w32font_get_cache): Adjust the argument type.
14446
14447 * xfont.c (xfont_get_cache): Adjust the argument type.
14448
14449 * font.h (struct font_driver): Change argument type of get_cache.
14450
14451 * xftfont.c (xftfont_start_for_frame): Delete prototype.
14452
14453 * font.c (Ffont_get): Fix arguments to Fassoc.
14454 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
14455 (font_clear_cache): New function.
14456 (font_list_entities, font_matching_entity): Use font_get_cache.
14457 (font_update_drivers): Call font_clear_cache when finishing a driver.
14458
14459 * fontset.c (fontset_find_font): Fix previous change.
14460
144612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14462
14463 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
14464 dpyinfo->font_table.
14465 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
14466 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
14467
14468 * font.c (font_at): Handle the case that the arg C is negative.
14469 Handle the unibyte case.
14470 (Ffont_at): Call font_at with the arg C -1.
14471
14472 * xdisp.c (handle_auto_composed_prop): Don't get a character at
14473 the position here, and call font_at with the arg C -1.
14474 Don't check the range of the existing composition at the point.
14475
144762008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14477
14478 * fontset.c (fontset_add): New args charset_id and family.
14479 Change caller.
14480 (load_font_get_repertory, fontset_find_font): Assume that
14481 font_spec is always a font-spec object.
14482 (Fset_fontset_font): Always store a font-spec object in a fontset.
14483
14484 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
14485 instead of get_property_and_range.
14486
144872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14488
14489 * xftfont.c (struct xftfont_info): Delete the member ft_face.
14490 (xftfont_open): Don't keep locking face.
14491 (xftfont_close): Don't unlock face.
14492 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
14493
14494 * fontset.c (fontset_find_font): Don't prefer a font of
14495 supplementary charset.
14496
144972008-02-01 Kenichi Handa <handa@m17n.org>
14498
14499 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
14500 script, langsys_tag to langsys, new member script.
14501 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 14502 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
14503 listing to the script specified in that property. Fix arg to
14504 OTF_check_features.
14505
145062008-02-01 Jason Rumney <jasonr@gnu.org>
14507
14508 * w32font.h: New file.
14509
14510 * w32font.c: Include it.
14511 (struct w32font_info): Add owning_frame field. Move to w32font.h.
14512 (w32font_open): Set owning_frame.
14513 (w32font_text_extents): Use owning_frame.
14514 (struct font_callback_data): Add opentype_only field.
14515 (add_font_entity_to_list): Use it to filter fonts.
14516 Don't check against full name.
14517 (w32font_list_internal): New function.
14518 (w32font_list): Use it.
14519 (w32font_match_internal): New function.
14520 (w32font_match): Use it.
14521 (w32font_open_internal): New function.
14522 (w32font_open): Use it.
14523 (w32font_get_cache, w32font_close, w32font_has_char)
14524 (w32font_encode_char, w32font_text_extents, w32font_draw):
14525 Make non-static.
14526
14527 * makefile.w32-in (w32font.o): Depend on w32font.h.
14528
145292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14530
14531 * charset.c (Fdefine_charset_internal): Record a supplementary
14532 charset at the tail of Vcharset_order_list.
14533
14534 * font.c (Ffont_shape_text): Fix the return value.
14535
14536 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
14537
14538 * xdisp.c (handle_auto_composed_prop): Fix previous change.
14539
145402008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14541
14542 * ftfont.c (struct OpenTypeSpec): New struct.
14543 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
14544 (ftfont_get_open_type_spec): New function.
14545 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
14546
14547 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
14548
145492008-02-01 Jason Rumney <jasonr@gnu.org>
14550
14551 * w32font.c (add_font_entity_to_list): Compare only the beginning
14552 of full name.
14553
145542008-02-01 Kenichi Handa <handa@m17n.org>
14555
14556 * xdisp.c (handle_auto_composed_prop): Simplify the code.
14557 Never return HANDLED_RECOMPUTE_PROPS.
14558
145592008-02-01 Kenichi Handa <handa@m17n.org>
14560
14561 * font.c (font_gstring_produce): Delete it.
14562
14563 * composite.h (COMPOSITION_METHOD):
14564 Handle COMPOSITION_WITH_GLYPH_STRING.
14565
145662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14567
14568 * xfont.c (Qx): Delete.
14569 (syms_of_xfont): Don't initialize Qx.
14570
14571 * composite.h (enum composition_method):
14572 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
14573
145742008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14575
14576 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
14577 (choose_face_font): Accept new form of font-spec.
14578
14579 * frame.h (font_driver_list): Declare it unconditionally.
14580 (struct frame): Define members font_driver_list and font_data_list
14581 unconditionally.
14582
14583 * fontset.c: Include "font.h" unconditionally.
14584 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
14585 (Fset_fontset_font): Accept a font-spec object.
14586
14587 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
14588 PIXEL_SIZE part a wild card.
14589
14590 * dispextern.h (struct glyph_string): Define members clip and
14591 num_clips unconditionally.
14592 (struct face): Define members font_info and extra unconditionally.
14593
14594 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
14595 ftfont_info only when HAVE_LIBOTF is defined.
14596
145972008-02-01 Andreas Schwab <schwab@suse.de>
14598
14599 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
14600 and end.
14601
146022008-02-01 Jason Rumney <jasonr@gnu.org>
14603
14604 * w32font.c (w32font_driver): Add new fields.
14605
146062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14607
14608 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
14609 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
14610 (LIBES): Add @M17N_FLT_CFLAGS@.
14611
14612 * composite.c (compose_text): Don't treat the new style
14613 composition specially.
14614
14615 * emacs.c (main): Call syms_of_font unconditionally.
14616
14617 * font.h (FONT_ENTITY_NOT_LOADABLE)
14618 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
14619 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
14620 (struct font_driver): New member shape.
14621 (font_registry_charsets): Extern it.
14622 (font_find_for_lface, font_prepare_composition): Adjust prototype.
14623 (font_otf_capability, font_drive_otf): Delete their externs.
14624
14625 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
14626 (font_charset_alist, font_registry_charsets): Move from xfont.c
14627 and rename.
14628 (font_prop_validate_otf): New function.
14629 (font_property_table): Register it for QCotf.
14630 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
14631 (font_drive_otf): Delete.
14632 (font_prepare_composition): New arg F. Adjust for the change of
14633 lispy gstring.
14634 (font_find_for_lface): New arg C.
14635 (font_load_for_face): Adjust for the change of font_find_for_lface.
14636 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
14637 lispy gstring.
14638 (Ffont_shape_text): New function.
14639 (Fopen_font): If the font size is not given, use 12-pixel.
14640 (Ffont_at): New arg STRING.
14641 (syms_of_font): Initalize font_charset_alist.
14642 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
14643 conditionally.
14644
14645 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
14646 fonts of the same font-spec. Change the format of RFONT-DEF.
14647 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
14648 Adjust for the change of RFONT-DEF.
14649 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
14650
14651 * ftfont.h: New file.
14652
14653 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
14654 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14655 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14656 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
14657 font_otf_capability and font_drive_otf, set ftfont_shape.
14658 (ftfont_list): Adjust for the change of :otf property value.
14659 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
14660 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
14661 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
14662 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14663 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
14664 (otf_gstring, gstring, m17n_flt_initialized): New variables.
14665
14666 * w32term.c (x_draw_composite_glyph_string_foreground):
14667 Adjust for the change of lispy gstring.
14668
14669 * xdisp.c (handle_composition_prop): Adjust for the change of
14670 lispy gstring. Call a function for auto-composition with the
14671 third arg it->window.
14672 (fill_composite_glyph_string): Adjust for the change of lispy string.
14673 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
14674
14675 * xfaces.c (set_font_frame_param): Adjust for the change of
14676 font_find_for_lface.
14677
14678 * xfont.c (x_font_charset_alist): Move to font.c and rename.
14679 (xfont_registry_charsets): Likewise. Change caller.
14680 (syms_of_xfont): Don't handle x_font_charset_alist.
14681
14682 * xftfont.c: Include "ftfont.h".
14683 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
14684 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
14685 (xftfont_close) [HAVE_LIBOTF]: Close otf.
14686 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
14687 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
14688 Set xftfont_driver.shape to xftfont_shape.
14689
14690 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
14691 the change of lispy gstring.
14692
146932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14694
14695 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
14696
146972008-02-01 Jason Rumney <jasonr@gnu.org>
14698
14699 * w32font.c (w32font_draw): Fill background manually.
14700
147012008-02-01 Jason Rumney <jasonr@gnu.org>
14702
14703 * font.c (Qfontp): Remove unused symbol.
14704 (QCantialias): New symbol.
14705 (syms_of_font): Define it.
14706 (font_property_table): Set a validator for QCantialias.
14707
14708 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
14709 Define if not already.
14710 (QCfamily): Share with xfaces.c.
14711 (Qstandard, Qsubpixel, Qnatural): New symbols.
14712 (syms_of_w32font): Define them. Don't define QCfamily here.
14713 (w32_antialias_type, lispy_antialias_type): New functions.
14714 (w32_enumfont_pattern_entity): New arg requested_font.
14715 Set antialias parameter if non-default was requested.
14716 (fill_in_logfont): Fill in lfQuality if :antialias specified.
14717
147182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14719
14720 * lread.c (read1): Undo the previous change.
14721
147222008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
14723
14724 * frame.c (Fdelete_frame): Call font_update_drivers only when
14725 USE_FONT_BACKEND is defined.
14726
147272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14728
14729 * font.h (struct font_bitmap): New member bits_per_pixel.
14730 (struct font_driver): New members start_for_frame and end_for_frame.
14731 (struct font_data_list): New struct.
14732 (font_put_frame_data, font_get_frame_data): Extern them.
14733
14734 * frame.h (struct frame): New member font_data_list.
14735
14736 * font.c (font_update_drivers): Call driver->start_for_frame and
14737 driver->end_for_frame at proper timings.
14738 (font_put_frame_data, font_get_frame_data): New functions.
14739 (Ffont_spec): Add usage in the docstring.
14740
14741 * frame.c (make_frame): Initialize f->font_data_list to NULL.
14742 (Fdelete_frame): Call font_update_drivers.
14743
14744 * xftfont.c (struct xftface_info): Delete the member xft_draw.
14745 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
14746 (xftfont_get_xft_draw): New function.
14747 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
14748 (xftfont_end_for_frame): New function.
14749 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
14750
14751 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
14752 Change argument. Cache GCs in the per-frame data.
14753 (struct ftxfont_frame_data): New struct.
14754 (ftxfont_draw_bitmap): New arg gc_fore and flush.
14755 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
14756 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
14757 (ftxfont_end_for_frame): New function.
14758 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
14759
14760 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
14761
147622008-02-01 Kenichi Handa <handa@m17n.org>
14763
14764 * xselect.c (Vselection_coding_system)
14765 (Vnext_selection_coding_system): Delete them.
14766 (syms_of_xselect): Don't declare selection-coding-system and
14767 next-selection-coding-system. They are declared in select.el.
14768
147692008-02-01 Jason Rumney <jasonr@gnu.org>
14770
14771 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
14772
14773 * w32fns.c: Include imm.h.
14774 (get_composition_string_fn, get_ime_context_fn): New optional
14775 system functions.
14776 (globals_of_w32fns): Load them from imm32.dll.
14777 (ignore_ime_char): New flag.
14778 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
14779 WM_IME_ENDCOMPOSITION messages.
14780
14781 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
14782 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
14783
147842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14785
14786 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
14787 (READCHAR_REPORT_MULTIBYTE): New macro.
14788 (readchar): New 2nd arg MULTIBYTE.
14789 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
14790 Make symbol's name multibyte according to the multibyteness of the
14791 source.
14792
147932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14794
14795 * xfaces.c (face_for_overlay_string): Call lookup_face with
14796 correct arguments (fix of synching with the trunk).
14797
147982008-02-01 Kenichi Handa <handa@m17n.org>
14799
14800 * font.c (font_prop_validate_symbol, font_prop_validate_style)
14801 (font_prop_validate_non_neg, font_prop_validate_spacing):
14802 Delete argument prop_index.
14803 (font_property_table): Change arguments to validater. Change Callers.
14804 (font_lispy_object): Delete.
14805 (font_at): Use font_find_object instead fo font_lispy_object.
14806
148072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
14808
14809 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
14810 and file names.
14811
148122008-02-01 Jason Rumney <jasonr@gnu.org>
14813
14814 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
14815 (font_matches_spec): Remove debug output.
14816 (add_font_entity_to_list): Avoid using substituted fonts.
14817
148182008-02-01 Jason Rumney <jasonr@gnu.org>
14819
14820 * doc.c (Fsnarf_documentation):
14821 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
14822
148232008-02-01 Miles Bader <miles@gnu.org>
14824
14825 * dispextern.h (struct glyph_row): Only define "clip" field if
14826 HAVE_WINDOW_SYSTEM is defined.
14827
148282008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14829
14830 Fix up multi-tty merge.
14831
14832 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
14833 and indentation.
14834
14835 * xfaces.c (free_realized_face, clear_face_gcs):
14836 Include font_done_for_face in the input_blocked section, just in case.
14837
14838 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
14839 (get_char_face_and_encoding): Undo last change and remove the *other*
14840 duplicate definition (i.e. keep the one that's better scoped and that
14841 includes code for the font-backend).
14842
14843 * terminal.c (create_terminal): Default keyboard_coding to
14844 `no-conversion' and terminal_coding to `undecided'.
14845
14846 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
14847
14848 * fontset.c (free_realized_fontsets): Check that the table entry does
14849 contain a fontset before trying to compare it to `base'.
14850
14851 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
14852 syms_of_charset, and syms_of_coding earlier because init_window_once
14853 now needs Vcoding_system_hash_table to be setup.
14854
14855 * coding.h (default_buffer_file_coding): Remove.
14856
14857 * coding.c (default_buffer_file_coding): Remove.
14858 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
14859 than ->symbol, and use the terminal-local coding system.
14860 (syms_of_coding): Don't setup the coding-systems that are not
14861 terminal-local.
14862 (Fdefine_coding_system_internal): Use XCAR/XCDR.
14863
14864 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
14865 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
14866
14867 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
14868 in chartab.c and were re-added here by mistake.
14869 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
14870
14871 * doc.c (Fsnarf_documentation):
14872 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
14873 src to etc.
14874
14875 * ChangeLog.10: Add mistakenly removed entry.
14876
148772008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
14878
14879 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
14880
148812008-02-01 Miles Bader <miles@gnu.org>
14882
14883 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
14884 Add extra args to FACE_FOR_CHAR.
14885
148862008-02-01 Kenichi Handa <handa@m17n.org>
14887
14888 * keymap.c (where_is_internal_1): If key is a cons, store the copy
14889 in sequence.
14890
14891 * chartab.c (map_sub_char_table, map_char_table): If the range
14892 contains just one character, call the function with that character
14893 even if the depth is not 3.
14894
148952008-02-01 Jason Rumney <jasonr@gnu.org>
14896
14897 * w32font.c (w32font_text_extents): Calculate metrics for the
14898 whole string.
14899
149002008-02-01 Jason Rumney <jasonr@gnu.org>
14901
14902 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
14903
149042008-02-01 Jason Rumney <jasonr@gnu.org>
14905
14906 * w32term.c (x_set_glyph_string_clipping): Use
14907 get_glyph_string_clip_rects.
14908 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14909 Adjust for the change of struct glyph_string.
14910
14911 * w32font.c (w32font_draw): Do clipping here.
14912
149132008-02-01 Kenichi Handa <handa@m17n.org>
14914
14915 * xftfont.c (xftfont_draw): Adjust for the change of struct
14916 glyph_string.
14917
14918 * xterm.c (x_set_glyph_string_clipping): Use
14919 get_glyph_string_clip_rects.
14920 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
14921 Adjust for the change of struct glyph_string.
14922
14923 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
14924 the resulting clip(s}.
14925 (expose_overlaps): Add arg r. Change callers. Set it to
14926 row->clip temporarily.
14927 (expose_window): Redraw rows overlapping the exposed area.
14928
14929 * dispextern.h (struct glyph_row): New member clip.
14930 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
14931 clip_height, new member clip, and num_clips.
14932
149332008-02-01 Kenichi Handa <handa@m17n.org>
14934
14935 * data.c (Fchar_or_string_p): Fix docstring.
14936
149372008-02-01 Kenichi Handa <handa@m17n.org>
14938
14939 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
14940 create a temporary XftDraw object.
14941
149422008-02-01 Kenichi Handa <handa@m17n.org>
14943
14944 * font.c (Ffontp): Fix docstring.
14945
14946 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
14947 strong evidence of ISO-2022.
14948
149492008-02-01 Kenichi Handa <handa@m17n.org>
14950
14951 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
14952 SYNTAX_ENTRY_FOLLOW_PARENT.
14953
149542008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
14955
14956 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
14957 its type.
14958 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
14959 Update to the new type of weak_hash_tables and next_weak.
14960
14961 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
14962 a plain C pointer to Lisp_Hash_Table.
14963
14964 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
14965 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
14966 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
14967 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
14968 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
14969 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
14970 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
14971 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
14972 (GC_EQ): Remove since they've been identical to their non-GC_
14973 alter-egos ever since the markbit was eradicated.
14974
14975 * alloc.c:
14976 * buffer.c:
14977 * buffer.h:
14978 * data.c:
14979 * fileio.c:
14980 * filelock.c:
14981 * fns.c:
14982 * frame.h:
14983 * lisp.h:
14984 * macterm.c:
14985 * print.c:
14986 * process.c:
14987 * w32fns.c:
14988 * w32menu.c:
14989 * w32term.c:
14990 * xfns.c:
14991 * xmenu.c:
14992 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
14993
149942008-02-01 Kenichi Handa <handa@m17n.org>
14995
14996 * chartab.c (map_sub_char_table): Make it work for the top-level
14997 char-table. Fix handling of parent char-table.
14998 (map_char_table): Adjust for the above change.
14999
150002008-02-01 Jason Rumney <jasonr@gnu.org>
15001
15002 * w32font.c (Qgdi): Rename from Qw32.
15003
150042008-02-01 Jason Rumney <jasonr@gnu.org>
15005
15006 * w32bdf.c (get_quoted_string): Make function static.
15007
150082008-02-01 Kenichi Handa <handa@m17n.org>
15009
15010 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
15011 bigger ascent and descent than those of the font, use them as
15012 font's ascent and descent.
15013
150142008-02-01 Kenichi Handa <handa@m17n.org>
15015
15016 * Makefile.in (${lispsource}international/charprop.el): Move this
15017 target within "#ifdef HAVE_UNIDATA" and "#endif".
15018
150192008-02-01 Kenichi Handa <handa@m17n.org>
15020
15021 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
15022 (shortlisp): Add ../lisp/language/tai-viet.el.
15023
150242008-02-01 Ulrich Mueller <ulm@gentoo.org>
15025
15026 * Makefile.in (${lispsource}international/charprop.el): Depend on
15027 temacs${EXEEXT}.
15028
150292008-02-01 Jason Rumney <jasonr@gnu.org>
15030
15031 * w32font.c (w32font_close): Delete the GDI font object.
15032
15033 * w32menu.c: Include character.h.
15034
15035 * w32proc.c: Likewise.
15036
15037 * w32select.c: Likewise.
15038
15039 * makefile.w32-in (w32proc.o): Depend on character.h.
15040
150412008-02-01 Jason Rumney <jasonr@gnu.org>
15042
15043 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
15044
15045 * w32menu.c (syms_of_w32menu): Likewise.
15046
15047 * w32proc.c (syms_of_ntproc): Likewise.
15048
15049 * w32select.c (syms_of_w32select): Likewise.
15050
15051 * w32term.c (syms_of_w32term): Likewise.
15052
150532008-02-01 Jason Rumney <jasonr@gnu.org>
15054
15055 * w32font.c (w32font_draw): Delete brush after using it.
15056
150572008-02-01 Jason Rumney <jasonr@gnu.org>
15058
15059 * w32font.c (w32font_open): Don't set font_idx.
15060 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
15061 to font settings.
15062 (w32font_draw): Fill background explicitly.
15063
150642008-02-01 Jason Rumney <jasonr@gnu.org>
15065
15066 * w32term.c (w32_initialize): Don't call w32font_initialize.
15067
15068 * w32font.c (w32font_info): Remove subranges.
15069 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
15070 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
15071 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
15072 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
15073 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
15074 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
15075 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
15076 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
15077 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
15078 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
15079 New symbols.
15080 (font_callback_data): New struct.
15081 (w32font_list, w32font_match): Use it.
15082 (w32font_open): Don't populate subranges.
15083 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
15084 (w32font_encode_char): Always return unicode code-point as-is.
15085 (w32font_text_extents): Supply a transformation matrix to
15086 GetGlyphOutline. Never look up by glyph index. Avoid looping
15087 twice. Use unicode version of GetTexExtentPoint32 instead of
15088 glyph index version.
15089 (set_fonts_frame): Remove.
15090 (w32_enumfont_pattern_entity): Add frame parameter, use it to
15091 set frame parameter. Use backward compatible fake foundries.
15092 Save generic family in extra slot under QCfamily. Make width slot
15093 constant. Save QCspacing value. Save list of scripts instead of
15094 binary subranges.
15095 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
15096 (add_font_entity_to_list): Use font_callback_data struct. Filter
15097 unwanted fonts.
15098 (add_one_font_entity_to_list): Use font_callback_data struct.
15099 (w32_registry): Default to iso10646_1.
15100 (fill_in_logfont): Use dpi from extra slot. Don't bother with
15101 string font registries. Don't fill in font name if it is a generic
15102 family name, fill family instead. Use spacing, family and script
15103 extra info to fill pitch, family and charset fields.
15104 (list_all_matching_fonts): Use font_callback_data struct.
15105 (unicode_range_for_char): Remove.
15106 (font_supported_scripts): New function.
15107 (w32font_initialize): Remove.
15108 (syms_of_w32font): Update which symbols are defined.
15109
151102008-02-01 Jason Rumney <jasonr@gnu.org>
15111
15112 * font.c (font_pixel_size): Reverse assq_no_quit args.
15113
15114 * w32term.h (FONT_WIDTH): Report max width, not average.
15115 (FONT_MAX_WIDTH): Remove.
15116 (FONT_AVG_WIDTH): New macro.
15117
15118 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
15119 redefinition of FONT_WIDTH.
15120
15121 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
15122 (w32_cache_char_metrics): Use FONT_WIDTH.
15123
15124 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
15125
151262008-02-01 Jason Rumney <jasonr@gnu.org>
15127
15128 * w32font.c (w32font_open): Make lfHeight negative.
15129
15130 * w32fns.c (x_default_font_parameter): Use new style font name.
15131 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
15132
151332008-02-01 Jason Rumney <jasonr@gnu.org>
15134
15135 * w32font.c (QCsubranges): New symbol.
15136 (w32font_open, w32font_has_char): Get subranges from subproperty
15137 of extra.
15138 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
15139 (syms_of_w32font): Define :subranges symbol.
15140
15141 * font.c (font_put_extra): Expose externally.
15142
15143 * font.h (font_put_extra): Move declaration from font.c.
15144
15145 * font.c (Ffont_get): Use font driver to determine otf capability.
15146 (adjust_anchor): Check if driver defines anchor_point before using.
15147
15148 * w32font.c (w32font_open): Handle size, height and pixel_size better.
15149 (w32font_draw): Use options.
15150 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
15151 Fix detection of truetype fonts.
15152 (registry_to_w32_charset): Handle charsets other than iso8859-1
15153 expressed as lisp symbols.
15154 (w32_registry): Express charset as lisp symbol.
15155 (fill_in_logfont): Reverse pixel and point height logic.
15156 Don't set width here. Set quality to default.
15157
15158 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
15159 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
15160
15161 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
15162 Remove redundant loop and allocation.
15163
15164 * makefile.w32-in (font.o, w32font.o): New objects.
15165 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
15166 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
15167
15168 * xdisp.c (fill_composite_glyph_string): Make the first arg to
15169 STORE_XCHARB a valid l-value.
15170
15171 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
15172 calculations for non-Truetype fonts.
15173 (x_draw_glyph_string): Sync with xterm.c.
15174 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
15175 Remove redundant code.
15176 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
15177
15178 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
15179 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
15180
15181 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
15182 (x_to_w32_charset, w32_to_x_charset): Expose externally.
15183
15184 * w32font.c: New file for w32 font backend.
15185
151862008-02-01 Kenichi Handa <handa@m17n.org>
15187
15188 * term.c: Don't include "buffer.h" twice.
15189
151902008-02-01 Kenichi Handa <handa@m17n.org>
15191
15192 * character.c (Funibyte_string): New function.
15193 (syms_of_character): Defsubr it.
15194
151952008-02-01 Jason Rumney <jasonr@gnu.org>
15196
15197 * w32term.c [USE_FONT_BACKEND]:
15198 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
15199 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
15200 (x_draw_glyph_string, x_draw_glyph_string_foreground)
15201 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
15202 (x_free_frame_resources): Sync with xterm.c.
15203
152042008-02-01 Andreas Schwab <schwab@suse.de>
15205
15206 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
15207 char-table size.
15208
152092008-02-01 Kenichi Handa <handa@m17n.org>
15210
15211 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
15212
152132008-02-01 Kenichi Handa <handa@m17n.org>
15214
15215 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
15216 font_otf_gpos, add font_drive_otf.
15217
15218 * fontset.c (fontset_find_font): Pay attention to font size
15219 specified for a font.
15220 (reorder_font_vector): Check contents of font_def.
15221
15222 * font.c (struct otf_list): Delete it.
15223 (otf_list): Make it a lisp variable.
15224 (otf_open): Use lispy otf_list.
15225 (generate_otf_features): Rename from parse_gsub_gpos_spec.
15226 (check_otf_features): New function.
15227 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
15228 New functions.
15229 (font_drive_otf): New function merging font_otf_gsub and
15230 font_otf_gpos.
15231 (font_open_for_lface): New arg spec. Change argument order.
15232 (font_load_for_face): Adjust for the change of font_open_for_lface.
15233 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
15234 Ffont_otf_gpos.
15235 (syms_of_font): Staticpro otf_list. Delete defsubr of
15236 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
15237
15238 * xfaces.c (set_font_frame_param): Adjust for the change of
15239 font_open_for_lface.
15240
15241 * font.h (font_open_for_lface): Adjust prototype.
15242 (struct font_driver): Delete members otf_gsub and otf_gpos, add
15243 member otf_drive.
15244 (font_otf_gsub, font_otf_gpos): Delete externs.
15245 (font_drive_otf): Extern it.
15246
152472008-02-01 Kenichi Handa <handa@m17n.org>
15248
15249 * font.c (font_at): If the window W is not on a window system,
15250 return Qnil.
15251
15252 * coding.c (produce_chars, encode_coding): Don't call
15253 insert_from_gap if no characters to produce.
15254
152552008-02-01 Kenichi Handa <handa@m17n.org>
15256
15257 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
15258 Fclear_face_cache.
15259
15260 * xfaces.c (face_for_font): Check also face->font==font->font.font.
15261
152622008-02-01 Miles Bader <miles@gnu.org>
15263
15264 * emacs.c (main): Change default value of `enable_font_backend' to 1.
15265 Parse "--disable-font-backend" option.
15266 (standard_args): Add "--disable-font-backend" option.
15267
152682008-02-01 Kenichi Handa <handa@m17n.org>
15269
15270 * fontset.c (fontset_find_font): New function.
15271 (fontset_font): Use fontset_find_font.
15272 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
15273 Register the specified font for all Latin characters.
15274 (new_fontset_from_font): Register the specified font for all Latin
15275 characters.
15276 (dump_fontset): For a realized fontset, include the base fontset
15277 name in the returned vector.
15278
152792008-02-01 Kenichi Handa <handa@m17n.org>
15280
15281 * character.h (CHAR_STRING): Cast C to unsigned on calling
15282 char_string.
15283
15284 * character.c (char_string): Type of arg C changed to unsigned.
15285 Signal an error if C is an invalid character code.
15286
15287 * editfns.c (general_insert_function, Fchar_to_string):
15288 Use CHARACTERP, not INTEGERP.
15289
152902008-02-01 Kenichi Handa <handa@m17n.org>
15291
15292 * character.h (MIN_MULTIBYTE_LEADING_CODE)
15293 (MAX_MULTIBYTE_LEADING_CODE): New macros.
15294
15295 * regex.c (analyse_first): Fix for multibyte characters in "case
15296 charset:" and "case categoryspec:".
15297
152982008-02-01 Andreas Schwab <schwab@suse.de>
15299
15300 * Makefile.in (LIBES): Move standard libraries to the end.
15301
153022008-02-01 Kenichi Handa <handa@m17n.org>
15303
15304 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
15305 nonzero, don't shrink the buffer nextb.
15306
15307 * buffer.h (struct buffer_text): New member inhibit_shrinking.
15308
15309 * coding.c (coding_alloc_by_making_gap): New arg offset.
15310 (alloc_destination): Call coding_alloc_by_making_gap with the arg
15311 offset.
15312 (decode_coding_iso_2022): Update coding->safe_charsets.
15313 (decode_coding_gap): Temporarily set
15314 current_buffer->text->inhibit_shrinking to 1.
15315
153162008-02-01 Kenichi Handa <handa@m17n.org>
15317
15318 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
15319 indexing into elements of s->cmp and s->char2b.
15320
153212008-02-01 Juanma Barranquero <lekktu@gmail.com>
15322
15323 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
15324
153252008-02-01 Kenichi Handa <handa@m17n.org>
15326
15327 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
15328 target_multibyte instead of multibyte.
15329 (re_match_2_internal): Call bcmp_translate with target_multibyte.
15330 (bcmp_translate): Change the argument name from multibyte to
15331 target_multibyte.
15332
153332008-02-01 Kenichi Handa <handa@m17n.org>
15334
15335 These changes are to compile a regexp into a pattern that can be
15336 used both for multibyte and unibyte targets.
15337
15338 * Makefile.in (search.o): Depend on charset.h.
15339
15340 * character.c (multibyte_char_to_unibyte_safe): New function.
15341
15342 * search.c: Include "charset.h".
15343 (compile_pattern_1): Delete argument multibyte. Don't set
15344 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
15345 (compile_pattern): Don't compare cp->buf.target_multibyte.
15346 Compare cp->buf.charset_unibyte.
15347 (compile_pattern): Set cp->buf.target_multibyte.
15348
15349 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
15350
15351 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
15352
15353 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
15354 multibyte. Change callers.
15355 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
15356 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
15357 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
15358 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
15359 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
15360 (regex_compile): Make the compiled pattern usable both for
15361 multibyte and unibyte targets.
15362 (analyse_first): Make the fastmap usable both for multibyte and
15363 unibyte targets.
15364 (TRANSLATE_VIA_MULTIBYTE): Delete.
15365 (re_match_2_internal): Pay attention to the case that the
15366 multibyteness of bufp and target may be different.
15367
153682008-02-01 Kenichi Handa <handa@m17n.org>
15369
15370 * xdisp.c (x_produce_glyphs): When a font is not found, make the
15371 empty box occupy at least one column width.
15372
153732008-02-01 Miles Bader <miles@gnu.org>
15374
15375 * Makefile.in: Remove redundant HAVE_XFT clause.
15376
153772008-02-01 Kenichi Handa <handa@m17n.org>
15378
15379 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
15380
153812008-02-01 Kenichi Handa <handa@m17n.org>
15382
15383 * fontset.c (Finternal_char_font): Fix for the case of POSITION
15384 being nil.
15385
153862008-02-01 Kenichi Handa <handa@m17n.org>
15387
15388 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
15389
153902008-02-01 Kenichi Handa <handa@m17n.org>
15391
15392 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
15393
153942008-02-01 Kenichi Handa <handa@m17n.org>
15395
15396 * search.c (simple_search): Fix previous change.
15397
153982008-02-01 Kenichi Handa <handa@m17n.org>
15399
15400 * xftfont.c (ftfont_font_format): Extern declaration.
15401
15402 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
15403
15404 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
15405 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
15406
15407 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
15408 (ftfont_font_format): Fix previous change.
15409
15410 * font.h (Ffont_xlfd_name): EXFUN it.
15411
15412 * font.c (font_parse_xlfd): Fix the array size of `f'.
15413 (register_font_driver): Use EQ to compare driver->type.
15414
15415 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
15416 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
15417 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
15418
154192008-02-01 Kenichi Handa <handa@m17n.org>
15420
15421 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
15422 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
15423
154242008-02-01 Kenichi Handa <handa@m17n.org>
15425
15426 * xfont.c (xfont_open): Set font->format.
15427
15428 * xftfont.c (xftfont_open): Set font->format.
15429
15430 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
15431 (ftfont_list): Include FC_FONTFORMAT in FcObject.
15432 (ftfont_open): Set font->format.
15433 (ftfont_font_format): New function.
15434
15435 * font.h (struct font): New member format.
15436
15437 * font.c (Qopentype): New variable.
15438 (syms_of_font): Defsym it.
15439 (Fquery_font): Change the format of the last element of the return
15440 value.
15441
154422008-02-01 Kenichi Handa <handa@m17n.org>
15443
15444 * xfns.c (xic_create_xfontset): Try the default fontset name as a
15445 last resort.
15446
154472008-02-01 Kenichi Handa <handa@m17n.org>
15448
15449 * coding.c (detect_coding_charset): Fix detection of multi-byte
15450 charset.
15451
154522008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
15453
15454 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
15455
154562008-02-01 Kenichi Handa <handa@m17n.org>
15457
15458 * xdisp.c (get_next_display_element): Set it->face_id for the
15459 first component of a composition.
15460 (x_produce_glyphs): Check if the font is changed or not for composition.
15461
154622008-02-01 Kenichi Handa <handa@m17n.org>
15463
15464 * fontset.c (Qlatin): New variable.
15465 (syms_of_fontset): Define it as a lisp symbol.
15466 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
15467
154682008-02-01 Kenichi Handa <handa@m17n.org>
15469
15470 * font.c (font_unparse_fcname): Pay attention to the case that
15471 some of font property is a null string.
15472
154732008-02-01 Kenichi Handa <handa@m17n.org>
15474
15475 * term.c: Include "composite.h".
15476 (encode_terminal_code): Output all components of composition.
15477 Check the size of encode_terminal_src.
15478 (produce_glyphs): For composition, call produce_composite_glyph.
15479 (append_composite_glyph, produce_composite_glyph): New functions.
15480
15481 * xdisp.c (x_produce_glyphs): In handling composition, if a font
15482 is not found, get font_info from the current ascii face.
15483
154842008-02-01 Kenichi Handa <handa@m17n.org>
15485
15486 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
15487 buffer-file-name to Qnil before calling insert_from_buffer.
15488
15489 * font.c (font_unparse_fcname): Pay attention to the case that
15490 foundry is a null string.
15491
154922008-02-01 Kenichi Handa <handa@m17n.org>
15493
15494 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
15495
15496 * font.c (Qunicode_sip): New variable.
15497 (syms_of_font): Declare it as a Lisp symbol.
15498
15499 * font.h (Qunicode_sip): Extern it.
15500
155012008-02-01 Kenichi Handa <handa@m17n.org>
15502
15503 * composite.c (get_composition_id): Pay attention to TAB component.
15504
15505 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
15506 TAB. Adjust for the change of s->char2b which always points to
15507 the first element of allocated memory.
15508
15509 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
15510
15511 * xdisp.c (handle_composition_prop): Set it->c to the first
15512 non-TAB component.
15513 (fill_composite_glyph_string): Change argument.
15514 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
15515 (x_produce_glyphs): Fix handling of left/right padding.
15516
155172008-02-01 Kenichi Handa <handa@m17n.org>
15518
15519 * coding.c (detect_coding_system): Fix for handling off
15520 inhibit_iso_escape_detection. Fix for the case that no coding
15521 system is defined for a specific coding category.
15522
155232008-02-01 Kenichi Handa <handa@m17n.org>
15524
15525 * font.c (font_matching_entity): Delete unused local var.
15526
15527 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
15528 opening a font.
15529
15530 * fileio.c (Finsert_file_contents): On recovering a file, assume
15531 Unix-like eol.
15532 (choose_write_coding_system): On auto-saving a file, force
15533 Unix-like eol.
15534
15535 * coding.c (setup_coding_system): Fix setting of
15536 coding->common_flags based on eol_type.
15537 (coding_inherit_eol_type): If PARENT is not nil, be sure to
15538 inherit from it.
15539
155402008-02-01 Kenichi Handa <handa@m17n.org>
15541
15542 * alloc.c (NSTATICS): Increas to 0x600.
15543
155442008-02-01 Kenichi Handa <handa@m17n.org>
15545
15546 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
15547 (ftfont_list): Don't check :name property.
15548 (ftfont_match): New function.
15549 (ftfont_pattern_entity): If the pattern doesn't contain
15550 FC_SPACING, don't assume FC_MONO.
15551
15552 * font.h (struct font_driver): New member `match'.
15553 (font_update_drivers): Adjust prototype.
15554
15555 * font.c (font_parse_fcname, font_parse_name): Don't change :name
15556 property of FONT.
15557 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
15558 them unconditionally.
15559 (font_matching_entity): New function.
15560 (font_open_by_name): Try font_matching_entity if exact match is
15561 not found.
15562 (font_update_drivers): Delete the arg FONT. Return a list of
15563 actually used backends. Don't free faces, font caches here.
15564 Don't store data in frame parameters. Don't call x_set_font.
15565 (Ffont_spec): Store :name property as is.
15566 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
15567 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
15568 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
15569 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
15570 Call font->driver->otf_gsub instead of font_otf_gsub.
15571
15572 * frame.c (x_set_font_backend): Do more works that were done in
15573 font_update_drivers before.
15574
15575 * xfont.c (xfont_match): New function.
15576 (xfont_driver): Set xfont_driver.match to xfont_match.
15577 (xfont_draw): Set font in GC if necessary.
15578
15579 * ftxfont.c (ftxfont_match): New function.
15580 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
15581
15582 * xftfont.c (xftfont_match): New function.
15583 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
15584
155852008-02-01 Kenichi Handa <handa@m17n.org>
15586
15587 * font.h (struct font): New member scalable.
15588 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
15589 (font_otf_gsub): Adjust prototype.
15590
15591 * font.c (font_otf_capability): Fix handling of the default langsys.
15592 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
15593 Check the contents of SPEC.
15594 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
15595 (check_gstring): New function.
15596 (REPLACEMENT_CHARACTER): New macro.
15597 (font_otf_gsub): New arg alternate_subst. Be sure to set all
15598 glyph codes of GSTRING.
15599 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
15600 (font_prepare_composition): Set cmp->glyph_len.
15601 (font_open_entity): Set font->scalable.
15602 (Ffont_get): Handle :otf property.
15603 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
15604 functions.
15605 (Fquery_font): Use font->font.full_name.
15606 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
15607 Sfont_otf_alternates.
15608
15609 * ftfont.c (ftfont_open): Set font->font.full_name and
15610 font->font.name properly. Fix calculation of font->font.height
15611 and font->min_width.
15612
15613 * ftxfont.c (ftxfont_create_gcs): New function.
15614 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
15615 (ftxfont_draw_backgrond): Fix filling region.
15616 (ftxfont_default_fid): New function.
15617 (ftxfont_open): Set xfont->fid to the return value of
15618 ftxfont_default_fid.
15619 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
15620 (ftxfont_done_face): Free only GCs that are created by
15621 ftxfont_create_gcs.
15622 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
15623
15624 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
15625 Clip to src->width, etc (not src->clip_XXX).
15626
15627 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
15628 FontBackend frame parameter.
15629
156302008-02-01 Kenichi Handa <handa@m17n.org>
15631
15632 * font.h (struct font_driver_list): New member `on'.
15633 (Fclear_font_cache): EXFUN it.
15634 (font_update_drivers): Extern it.
15635
15636 * font.c (font_unparse_fcname): Fix typo (swidth->width).
15637 (font_list_entities): Check driver_list->on.
15638 (register_font_driver): Initalize `on' member to 0.
15639 (font_update_drivers): New function.
15640 (Fclear_font_cache): Check driver_list->on.
15641
15642 * frame.h (Qfont_backend): Extern it.
15643 (x_set_font_backend): Extern it.
15644
15645 * frame.c (Qfont_backend): New variable.
15646 (frame_parms): New element for font-backend.
15647 (x_set_font_backend): New function.
15648
15649 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
15650 FontBackend frame parameter.
15651 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
15652 x_set_font_backend.
15653
15654 * xfont.c (xfont_list): Don't try listing by :name property if the
15655 name is not for XLFD.
15656
156572008-02-01 Kenichi Handa <handa@m17n.org>
15658
15659 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
15660 (LGLYPH_SET_TO): New macros.
15661 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
15662 element of G is vector or not.
15663 (font_at): Extern it.
15664
15665 * font.c: Include window.h.
15666 (font_lispy_object): New function.
15667 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
15668 end of valid glyph.
15669 (font_close_object): Fix getting (struct font *).
15670 (font_at): New function.
15671 (Ffont_get): If FONT is a font-object, get entity from it.
15672 (Ffont_make_gstring): Initialize elements of glyphs with nil.
15673 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
15674 range check.
15675 (Ffont_at): New function.
15676 (syms_of_font): Defsubr Sfont_at.
15677
15678 * xdisp.c (it_props): Move the entry for Qauto_composed to just
15679 before the entry for Qcomposition.
15680 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
15681 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
15682 the font in gstring.
15683 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
15684 LGLYPH_FORM (g) to detect the end of valid glyph.
15685 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
15686 we are composing with gstring.
15687
15688 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
15689 Check if adjustment is vector or not.
15690
15691 * Makefile.in (font.o): Make it depends on window.h.
15692
156932008-02-01 Kenichi Handa <handa@m17n.org>
15694
15695 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
15696 adjustment is vector or not.
15697
156982008-02-01 Miles Bader <miles@gnu.org>
15699
15700 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
15701
157022008-02-01 Kenichi Handa <handa@m17n.org>
15703
15704 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
15705 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
15706 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
15707
15708 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
15709 (DEVICE_DELTA): Fix typo.
15710 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
15711 LGLYPH format.
15712
15713 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15714 the change of LGLYPH format.
15715
157162008-02-01 Kenichi Handa <handa@m17n.org>
15717
15718 * ftfont.c (ftfont_list): Fix typo.
15719 (ftfont_build_basic_charsets): Don't include letters with diacritics.
15720
157212008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15722
15723 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
15724
15725 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
15726 xftface_info is non-NULL.
15727
157282008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15729
15730 * ftfont.c (ftfont_list): Move misplaced #endif.
15731
157322008-02-01 Kenichi Handa <handa@m17n.org>
15733
15734 * ftfont.c (ftfont_list): Pay attention to the case that
15735 FC_CAPABILITY is not defined.
15736
157372008-02-01 Kenichi Handa <handa@m17n.org>
15738
15739 * xftfont.c (xftfont_open): Set charset related members to -1.
15740
15741 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
15742 QCname.
15743 (ftfont_open): Set charset related members to -1.
15744
15745 * fontset.c (Votf_script_alist): New variable.
15746 (syms_of_fontset): Initialize it.
15747 (fontset_font): Delete unused variable.
15748
15749 * fontset.h (Votf_script_alist): Extern it.
15750
15751 * font.c (font_find_for_lface): Optimize code.
15752
15753 * font.h (font_close_object, font_merge_old_spec): Extern them.
15754
157552008-02-01 Kenichi Handa <handa@m17n.org>
15756
15757 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
15758 (syms_of_font): Initialize them.
15759 (font_pixel_size): Allow float value in dpi.
15760 (font_prop_validate_type): Delete.
15761 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
15762 Change caller.
15763 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
15764 (font_prop_validate_extra): Delete.
15765 (font_prop_validate_spacing): New function.
15766 (font_property_table): Add elements for all known properties.
15767 (get_font_prop_index): Rename from check_font_prop_name. New
15768 argument FROM. Change caller.
15769 (font_prop_validate): Validate all known properties.
15770 (font_put_extra): Delete argument force. Change caller.
15771 (font_expand_wildcards): Make it static. Fix the way of shrinking
15772 the possible range.
15773 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
15774 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
15775 Change caller.
15776 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
15777 (font_parse_fcname): Delete argument merge. Fix parsing of point
15778 size. Don't validate properties values here. Change caller.
15779 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
15780 (font_open_by_name): Delete unused variable.
15781 (Ffont_spec): Likewise. Validate property values.
15782 (Ffont_match_p): New function.
15783
15784 * font.h (QCscalable): Extern it.
15785 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
15786
15787 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
15788
15789 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
15790 (xfont_list_pattern): New function.
15791 (xfont_list): Use xfont_list_pattern.
15792
157932008-02-01 Kenichi Handa <handa@m17n.org>
15794
15795 * font.h (Flist_fonts): EXFUN it.
15796
157972008-02-01 Jason Rumney <jasonr@gnu.org>
15798
15799 * w32term.c (w32_initialize): Add back smoothing_type and
15800 smoothing_enabled definitions.
15801
158022008-02-01 Kenichi Handa <handa@m17n.org>
15803
15804 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
15805 s->face->font on determining underline position.
15806
158072008-02-01 Kenichi Handa <handa@m17n.org>
15808
15809 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
15810 (font_has_char): Accept font-object too.
15811 (font_find_for_lface): Try at first with a size specified in face.
15812
158132008-02-01 Kenichi Handa <handa@m17n.org>
15814
15815 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
15816 font_open_by_name.
15817
158182008-02-01 Kenichi Handa <handa@m17n.org>
15819
15820 * font.h (QCspacing, QCdpi): Extern them.
15821 (enum font_spacing): New enum.
15822 (FONT_PIXEL_SIZE_QUANTUM): New macro.
15823
15824 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
15825 (QCspacing, QCdpi): New variables.
15826 (syms_of_font): Initialize them.
15827 (font_pixel_size): New function.
15828 (font_put_extra): New function.
15829 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
15830 in FONT_EXTRA.
15831 (font_parse_fcname): Handle enumerated values (e.g. bold).
15832 Fix handling font size. Add QCname property that contains only
15833 unknown properties.
15834 (font_score): Change argument. Change caller. Pay attention to
15835 FONT_PIXEL_SIZE_QUANTUM.
15836 (font_sort_entites, font_list_entities, font_find_for_lface)
15837 (font_open_for_lface, font_open_by_name): Fix handling of font size.
15838 (Ffont_spec): Add QCname property that contains only unknown properties.
15839
15840 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
15841 include weight in listing pattern, instead check weight of each
15842 listed font. Don't include scalable in pattern. Pay attention to
15843 FONT_PIXEL_SIZE_QUANTUM.
15844
158452008-02-01 Kenichi Handa <handa@m17n.org>
15846
15847 * font.c (font_parse_fcname): Fix parsing of point-size.
15848 (font_unparse_fcname): Produce symbolic names for style properties.
15849 (font_list_entities): Handle float size correctly.
15850 (font_open_by_name): Prefer `normal' property values if the name
15851 doesn't specify them.
15852
15853 * fontset.c (Finternal_char_font): Use font_get_name, not
15854 Ffont_xlfd_name.
15855
15856 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
15857 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
15858 pattern. Don't force scalable.
15859
15860 * xftfont.c (xftfont_open): For generating a name, start from
15861 96-byte buffer.
15862
158632008-02-01 Jan Djärv <jan.h.d@swipnet.se>
15864
15865 * frame.h (x_new_fontset2): Fix prototype.
15866
158672008-02-01 Kenichi Handa <handa@m17n.org>
15868
15869 * font.h (struct font_driver): Delete member parse_name.
15870 (font_match_p, font_get_spec, font_parse_fcname)
15871 (font_unparse_fcname): Extern them.
15872 (font_get_name): Adjust prototype.
15873
15874 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
15875 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
15876 (font_expand_wildcards): Fix handling ENCODING field. Avoid
15877 unnecessary checks for weight, slant, and swidth.
15878 (font_parse_fcname): New function.
15879 (font_unparse_fcname): New function.
15880 (font_parse_name): New function.
15881 (font_match_p): New function.
15882 (font_get_name): Change return value to Lisp string.
15883 (font_get_spec): New function.
15884 (Qunspecified, Qignore_defface): Don't extern them.
15885 (font_find_for_lface): Assume that LFACE is fully specified.
15886 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
15887 object, use it for FACE.
15888 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
15889 driver->parse_name.
15890 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
15891
15892 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
15893 prototype.
15894
15895 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
15896 argument F. Don't call Fnew_fontset. Instead, directly call
15897 make_fontset.
15898
15899 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
15900
15901 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
15902 of x_new_fontset2.
15903
15904 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
15905 (Qsans__serif): New variables.
15906 (ftfont_generic_family_list): New variable.
15907 (syms_of_ftfont): Initialize the above variables.
15908 (ftfont_pattern_entity): Delete argument NAME.
15909 (ftfont_list_generic_family): New function.
15910 (ftfont_parse_name): Delete this function.
15911 (ftfont_list): Try generic family only when FcFontList found no font.
15912 (ftfont_list_family): Fix args to FcObjectSetBuild.
15913
15914 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
15915 object in attrs[LFACE_FONT_INDEX].
15916 (set_lface_from_font_name): Cancel all changes for font-backend.
15917 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
15918 function.
15919 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
15920 font object in QCfont attribute.
15921 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
15922 (realize_default_face) [USE_FONT_BACKEND]: Call
15923 set_lface_from_font_and_fontset.
15924
15925 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
15926 "fixed", and signal error here if no suitable font was found.
15927
15928 * xfont.c (xfont_parse_name): Delete this function.
15929
15930 * xftfont.c (xftfont_open): Change coding style of error
15931 handling. Generate fontconfig's fontname pattern.
15932
15933 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
15934 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
15935
15936 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
15937 Both args FONTSET and FONT_OBJECT must be existing ones.
15938
159392008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15940
15941 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
15942
159432008-02-01 Kenichi Handa <handa@m17n.org>
15944
15945 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
15946
15947 * font.h (struct font): Fix typo.
15948
15949 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
15950 XLFD_XXX_INDEX.
15951 (enum xlfd_field_mask): New enum.
15952 (intern_font_field): Changed argument. Change caller. If digits
15953 are followed by non-digits, return a symbol.
15954 (font_expand_wildcards): New function.
15955 (font_parse_xlfd): Fix wildcard handling.
15956 (Ffont_spec): If :name is specified, reflect the info in the other
15957 properties.
15958
15959 * ftfont.c (ftfont_pattern_entity): Fix typo.
15960 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
15961 locale.
15962
159632008-02-01 Kenichi Handa <handa@m17n.org>
15964
15965 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
15966
15967 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
15968 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
15969 registry doesn't specify encoding part.
15970 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
15971 (font_open_by_name): At first try parsing the name.
15972 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
15973 as Lisp symbols.
15974
15975 * fontset.c (reorder_font_vector): Pay attention to the case that
15976 the 3rd element of font_def is nil.
15977 (fontset_font): For the default fontset, append one more fontset
15978 elements for a script-based font specification. Don't add script
15979 attribute on finding a font.
15980 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
15981 font name.
15982 (fontset_ascii_font): If a font can't be opened, return nil.
15983
15984 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
15985 (ftfont_pattern_entity): New function.
15986 (ftfont_get_cache): Assume that freetype_font_cache is already
15987 initialized.
15988 (ftfont_list): Handle the case that a file is specified in font
15989 name. Use ftfont_pattern_entity to generate entities.
15990 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
15991 (syms_of_ftfont): Initialize freetype_font_cache.
15992
15993 * xftfont.c (xftfont_open): Make the font name fontconfig's
15994 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
15995 (xftfont_close): Free font->font.name if not NULL.
15996
15997 * xfont.c (xfont_list): If script is specified for a font, return
15998 null_vector.
15999 (xfont_list_family): Declare argument type.
16000
16001 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
16002 name, set LFACE_FONT (lface) to nil.
16003
16004 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
16005 return Qnil.
16006
160072008-02-01 Kenichi Handa <handa@m17n.org>
16008
16009 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
16010 (standard_args): Add "-enable-font-backend".
16011
160122008-02-01 Kenichi Handa <handa@m17n.org>
16013
16014 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
16015 (struct xftdraw_list, xftdraw_list): Delete them.
16016 (register_xftdraw, check_xftdraw): Delete them.
16017 (xftfont_prepare_face): Don't call register_xftdraw.
16018 (xftfont_done_face): Don't call check_xftdraw.
16019 (xftfont_draw): Get background color only when with_background is
16020 nonzero.
16021
16022 * xfont.c (xfont_encode_char): Fix calculation of char2b.
16023
160242008-02-01 Kenichi Handa <handa@m17n.org>
16025
16026 These changes are for the new font handling codes.
16027
16028 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
16029 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
16030 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
16031 (FONTSRC, FONTOBJ): New variables.
16032 (obj): Add $(FONTOBJ).
16033 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
16034 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
16035 @LIBOTF_LIBS@.
16036 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
16037 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
16038
16039 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
16040
16041 * character.h (Vscript_representative_chars): Extern it.
16042
16043 * character.c (Vscript_representative_chars): New variable.
16044 (syms_of_character): Declare it as a Lisp variable.
16045
16046 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
16047 enable_font_backend is nonzero, accept the composition method
16048 COMPOSITION_WITH_GLYPH_STRING.
16049
16050 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
16051 enumeration COMPOSITION_WITH_GLYPH_STRING.
16052
16053 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
16054 members clip_x, clip_y, clip_width, and clip_height.
16055 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
16056
16057 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
16058 --enable-font-backend. Call syms_of_font.
16059
16060 * fns.c (assoc_no_quit): New function.
16061
16062 * fontset.h (FONT_INFO_FROM_FACE): New macro.
16063 (face_for_font, new_fontset_from_font)
16064 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
16065
16066 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
16067 (fontset_font, fontset_ascii, face_for_char)
16068 (make_fontset_for_ascii_face, Ffont_info)
16069 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
16070 is nonzero, use font-backend mechanism.
16071 (find_font_encoding): Make it non-static.
16072 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
16073 New functions.
16074
16075 * frame.h (struct frame): New members resx and resy.
16076 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
16077 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
16078
16079 * frame.c [USE_FONT_BACKEND]: Include "font.h".
16080 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
16081
16082 * lisp.h (assoc_no_quit): Extern it.
16083
16084 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
16085 Through out the file, use FONT_INFO_FROM_FACE instead of
16086 FONT_INFO_FROM_ID, use get_per_char_metric instead of
16087 rif->per_char_metric.
16088 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
16089 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
16090 (get_glyph_face_and_encoding, fill_composite_glyph_string)
16091 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16092 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
16093 nonzero, use font-backend mechanism.
16094 (get_per_char_metric): New function.
16095
16096 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
16097 (set_lface_from_font_name)
16098 (set_font_frame_param, free_realized_face)
16099 (prepare_face_for_display, clear_face_gcs)
16100 (Finternal_set_font_selection_order, realize_x_face)
16101 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
16102 font-backend mechanism.
16103 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
16104 (load_face_font) [USE_FONT_BACKEND]: Abort.
16105 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
16106 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
16107
16108 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
16109 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
16110 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
16111 nonzero, register all available font drivers. Call
16112 x_default_font_parameter for deciding a font.
16113 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
16114
16115 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
16116 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
16117 (x_set_glyph_string_clipping_exactly)
16118 (x_compute_glyph_string_overhangs)
16119 (x_draw_glyph_string_foreground)
16120 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
16121 (x_free_frame_resources) [USE_FONT_BACKEND]: If
16122 enable_font_backend is nonzero, use font-backend mechanism.
16123 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
16124
161252008-02-01 Kenichi Handa <handa@m17n.org>
16126
16127 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
16128 system_eol_type.
16129 (syms_of_coding): Initialize system_eol_type.
16130
16131 * process.c (Fset_process_coding_system): Inherit system's eol
16132 format if necessary.
16133
161342008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16135
16136 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
16137
161382008-02-01 Kenichi Handa <handa@m17n.org>
16139
16140 * coding.c (decode_eol): Pay attention to buffer relocation in
16141 del_range_2.
16142 (decode_coding): Call decode_eol before restoring undo_list.
16143
161442008-02-01 Kenichi Handa <handa@m17n.org>
16145
16146 * charset.c (Fdefine_charset_internal): Fix setting of
16147 emacs_mule_bytes.
16148
161492008-02-01 Kenichi Handa <handa@m17n.org>
16150
16151 * keyboard.c (read_char): Check if C is a character or not before
16152 looking up Vkeyboard_translate_table.
16153
161542008-02-01 Kenichi Handa <handa@m17n.org>
16155
16156 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
16157 condition to terminate the loop.
16158
161592008-02-01 Kenichi Handa <handa@m17n.org>
16160
16161 * coding.c (produce_composition): Compare charbuf[i] instead of
16162 args[i] against 0.
16163 (Fterminal_coding_system): Use EQ to compare Lisp objects.
16164
161652008-02-01 Kenichi Handa <handa@m17n.org>
16166
16167 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
16168 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
16169 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
16170 detect_coding.
16171 (emacs_mule_char): Handle old style (Emacs 20) component character
16172 of a composition.
16173 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
16174 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
16175 composition rule.
16176 (decode_coding_emacs_mule): Handle invalid bytes correctly.
16177
161782008-02-01 Kenichi Handa <handa@m17n.org>
16179
16180 * coding.c (encode_coding_ccl): Allocate destination dynamically
16181 when necessary.
16182
161832008-02-01 Kenichi Handa <handa@m17n.org>
16184
16185 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
16186 the loop. When quitted, show a proper error message.
16187
161882008-02-01 Kenichi Handa <handa@m17n.org>
16189
16190 * xterm.c (x_set_glyph_string_clipping_exactly): Set
16191 src->clip_head and src->clip_tail temporarily instead of src->hl.
16192
16193 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
16194 character sequence.
16195 (Fccl_execute_on_string): Use ASET, not XSET.
16196
161972008-02-01 Kenichi Handa <handa@m17n.org>
16198
16199 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
16200
162012008-02-01 Kenichi Handa <handa@m17n.org>
16202
16203 * coding.c (decode_coding): Fix the condition of terminating the
16204 decoding loop.
16205
162062008-02-01 Kenichi Handa <handa@m17n.org>
16207
16208 * data.c (Faset): On setting a character bigger than 255 in a
16209 unibyte string, signal an error instead of make the string multibyte.
16210
162112008-02-01 Kenichi Handa <handa@m17n.org>
16212
16213 * charset.c (map_charset_chars): Fix for ascii-compatible charset
16214 made by a mapping table.
16215
162162008-02-01 Kenichi Handa <handa@m17n.org>
16217
16218 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
16219 not.
16220 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
16221 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
16222
16223 * xterm.c (x_draw_composite_glyph_string_foreground): Check
16224 s->face is NULL or not.
16225
162262008-02-01 Kenichi Handa <handa@m17n.org>
16227
16228 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
16229 (x_draw_glyph_string): Fix drawing of right_overhang and
16230 left_overhang around/on cursor.
16231
16232 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
16233
162342008-02-01 Kenichi Handa <handa@m17n.org>
16235
16236 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
16237
162382008-02-01 Kenichi Handa <handa@m17n.org>
16239
16240 * coding.c (Fdefine_coding_system_internal)
16241 (Fdefine_coding_system_alias): Avoid a duplicated element in
16242 Vcoding_system_alist.
16243
162442008-02-01 Kenichi Handa <handa@m17n.org>
16245
16246 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
16247
16248 * coding.c (Qcoding_system_define_form): New variable.
16249 (syms_of_coding): Intern and staticpro it.
16250 (Fcoding_system_p): Check Qcoding_system_define_form.
16251 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
16252
16253 * coding.h (CODING_SYSTEM_P): If ID is not available, call
16254 Fcoding_system_p.
16255 (CHECK_CODING_SYSTEM): If ID is not available, call
16256 Fcheck_coding_system.
16257 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
16258 Try also Fcheck_coding_system.
16259
162602008-02-01 Kenichi Handa <handa@m17n.org>
16261
16262 * coding.c (code_conversion_restore): GCPRO arg.
16263
162642008-02-01 Kenichi Handa <handa@m17n.org>
16265
16266 * character.c (lisp_string_width): Check multibyteness of STRING.
16267
162682008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16269
16270 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
16271 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
16272 (decode_mac_font_name): Use decode_coding_c_string instead of
16273 decode_coding.
16274 (x_load_font): Initialize fontp->fontset to -1. Set
16275 fontp->encoding_type.
16276
162772008-02-01 Kenichi Handa <handa@m17n.org>
16278
16279 * search.c (search_buffer): Give up BM search on case-fold-search
16280 if one of a target character has a case-equivalence of different
16281 byte length even if that target charcter is an ASCII.
16282 (simple_search): Fix calculation of byte length of matched text.
16283 (boyer_moore): Fix handling of case-equivalent multibyte characters.
16284
162852008-02-01 Kenichi Handa <handa@m17n.org>
16286
16287 * coding.c (decode_coding): Fix handling of invalid bytes.
16288
162892008-02-01 Kenichi Handa <handa@m17n.org>
16290
16291 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
16292 Unicode characters.
16293
162942008-02-01 Kenichi Handa <handa@m17n.org>
16295
16296 * coding.c (encode_coding_object): If a pre-write-conversion
16297 function makes a new buffer, kill it.
16298
162992008-02-01 Kenichi Handa <handa@m17n.org>
16300
16301 * coding.c (QCascii_compatible_p): New variable.
16302 (syms_of_coding): Initialize it.
16303 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
16304 calling string_char.
16305 (record_conversion_result): Add `default:' case.
16306 (coding_charset_list): Delete unused variable `coding_type'.
16307 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
16308 property in the plist of the coding system.
16309 (Fcoding_system_put): Check QCascii_compatible_p.
16310
163112008-02-01 Miles Bader <miles@gnu.org>
16312
16313 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
16314 removed calculation of frame `f', as it's now used.
16315
163162008-02-01 Kenichi Handa <handa@m17n.org>
16317
16318 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
16319 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
16320 (UNIDATA): New variable.
16321 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
16322 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
16323 $(RUN_TEMACS) unconditionally.
16324
163252008-02-01 Kenichi Handa <handa@m17n.org>
16326
16327 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
16328 (admindir): New variable.
16329 ($(lispsource)international/charprop.el): New target.
16330
163312008-02-01 Miles Bader <miles@gnu.org>
16332
16333 * character.c (chars-in-region): Remove obsolete function.
16334 (syms_of_character): Remove its initialization.
16335
163362008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
16337
16338 * w32select.c (validate_coding_system)
16339 (setup_windows_coding_system): New functions.
16340 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
16341 setup_windows_coding_system.
16342 (setup_config, Fw32_get_clipboard_data): Use
16343 validate_coding_system.
16344 (Fx_selection_exists): Move call to setup_config to a place
16345 where signals are allowed.
16346
16347 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
16348 (Fcheck_coding_system): Add declarations.
16349
163502008-02-01 Kenichi Handa <handa@m17n.org>
16351
16352 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
16353
163542008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16355
16356 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
16357 string as the second argument for x_new_fontset.
16358
163592008-02-01 Kenichi Handa <handa@m17n.org>
16360
16361 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
16362 (encode_coding_object): Use safe_call instead of call2.
16363
163642008-02-01 Kenichi Handa <handa@m17n.org>
16365
16366 * fontset.c (Fset_fontset_font): Check family element of a given vector.
16367
16368 * Makefile.in (lisp): Include charprop.el.
16369
163702008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16371
16372 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
16373 Not sure if it's unnecessary.
16374
163752008-02-01 Steven Tamm <steventamm@mac.com>
16376
16377 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
16378 some possibly unnecessary fontset checking code that crashed
16379 when creating a new frame.
16380
163812008-02-01 Kenichi Handa <handa@m17n.org>
16382
16383 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
16384 lookup_face.
16385
16386 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
16387
16388 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
16389
163902008-02-01 Kenichi Handa <handa@m17n.org>
16391
16392 * coding.c: Cancel the change done in HEAD on 2008-02-01.
16393 (coding_charset_list): New function.
16394
16395 * coding.h (coding_charset_list): Extern it.
16396
163972008-02-01 Kenichi Handa <handa@m17n.org>
16398
16399 * fontset.c (Fset_fontset_font): Call find_font_encoding with
16400 concatenation of family and registry.
16401
164022008-02-01 Kenichi Handa <handa@m17n.org>
16403
16404 * character.h (BYTE8_STRING): Fix typo.
16405
16406 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
16407 string to multibyte (sync to HEAD).
16408
16409 * casefiddle.c (casify_region): Handle changes in byte-length
16410 using replace_range_2 (sync to HEAD).
16411
164122008-02-01 Andreas Schwab <schwab@suse.de>
16413
16414 * chartab.c (map_char_table): GCPRO table and arg.
16415
164162008-02-01 Kenichi Handa <handa@m17n.org>
16417
16418 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
16419 already at limit.
16420
164212008-02-01 Kenichi Handa <handa@m17n.org>
16422
16423 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
16424 instead of fast_c_string_match_ignore_case.
16425 (find_font_encoding): Change argument to Lisp_Object. Use
16426 fast_string_match_ignore_case instead of
16427 fast_c_string_match_ignore_case. Change caller.
16428
164292008-02-01 Kenichi Handa <handa@m17n.org>
16430
16431 * xdisp.c (get_next_display_element): In unibyte case, decide to
16432 display in octal form by checking a character by
16433 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
16434
16435 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
16436
16437 * character.c (unibyte_has_multibyte_table): New variable.
16438
16439 * character.h (unibyte_has_multibyte_table): Extern it.
16440 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
16441
164422008-02-01 Kenichi Handa <handa@m17n.org>
16443
16444 * coding.c (encode_coding_iso_2022): Fix handling of charset
16445 annotation.
16446
164472008-02-01 Kenichi Handa <handa@m17n.org>
16448
16449 * coding.c (setup_coding_system): If coding_system is nil, use
16450 Qundecided.
16451 (Fterminal_coding_system): Return nil if terminal coding system is
16452 `undecided'.
16453 (syms_of_coding): Define coding-system `undecided' here. Setup
16454 terminal_coding as `undecided'.
16455
164562008-02-01 Kenichi Handa <handa@m17n.org>
16457
16458 * xdisp.c (message_dolog, set_message_1): Call
16459 unibyte_char_to_multibyte with arg type int.
16460
16461 * lread.c (read1): Fix reading of a char-table.
16462
16463 * print.c (print_object): Include sub char-table in circularities
16464 detection.
16465
164662008-02-01 Kenichi Handa <handa@m17n.org>
16467
16468 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
16469 Append the found sequences in car of ARGS instead of prepending.
16470
164712008-02-01 Kenichi Handa <handa@m17n.org>
16472
16473 * fileio.c (report_file_error): Make a unibyte string from
16474 strerror (errorno).
16475 (Fsubstitute_in_file_name): Fix the arg to
16476 unibyte_char_to_multibyte. It is evaluated twice.
16477
164782008-02-01 Kenichi Handa <handa@m17n.org>
16479
16480 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
16481
164822008-02-01 Kenichi Handa <handa@m17n.org>
16483
16484 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
16485 BOM is not found.
16486 (detect_coding, detect_coding_system): Optimization for ISO-2022
16487 when no 8-bit data is found.
16488
164892008-02-01 Jason Rumney <jasonr@gnu.org>
16490
16491 * w32fns.c (x_to_w32_font): Update to use new coding struct.
16492
164932008-02-01 Kenichi Handa <handa@m17n.org>
16494
16495 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
16496 CHARS.
16497
164982008-02-01 Steven Tamm <steventamm@mac.com>
16499
16500 * macterm.c (mac_encode_char): Add charset argument and update
16501 to use encoding_type.
16502 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
16503 switch to pure fontset.
16504 (decode_mac_font_name): Temporarily remove decoding.
16505 (x_font_name_to_mac_font_name): Temporarily remove encoding.
16506 (x_load_font): Temporarily remove encoding.
16507
165082008-02-01 Kenichi Handa <handa@m17n.org>
16509
16510 * xfaces.c (Fface_font): If frame is not on a window system,
16511 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
16512 refer to face->font.
16513 (split_font_name_into_vector, build_font_name_from_vector)
16514 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
16515 when HAVE_WINDOW_SYSTEM is defined.
16516
165172008-02-01 Kenichi Handa <handa@m17n.org>
16518
16519 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
16520 (x_produce_glyphs): Fix setting of members of cmp in case
16521 cmp->glyph_len is zero.
16522
16523 * fontset.c (Fset_fontset_font): Fix docstring.
16524 (Ffontset_info): Make it backward compatible. New arg ALL.
16525
165262008-02-01 Kim F. Storm <storm@cua.dk>
16527
16528 * process.c (read_process_output): Grow decoding_buf when needed;
16529 this could cause a crash in allocate_string and compact_small_strings.
16530
165312008-02-01 Kenichi Handa <handa@m17n.org>
16532
16533 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
16534
165352008-02-01 Kenichi Handa <handa@m17n.org>
16536
16537 * coding.c (setup_coding_system): Set coding->common_flags
16538 correctly for raw-text.
16539 (consume_chars): On encoding unibyte text by raw-text, don't check
16540 multibyte form.
16541 (encode_coding): On encoding by raw-text, never use translation tables.
16542
16543 * fileio.c (e_write): Short cut for the case of no encoding.
16544
165452008-02-01 Kenichi Handa <handa@m17n.org>
16546
16547 * coding.c (detect_coding, detect_coding_system): Delete unused
16548 variables.
16549
165502008-02-01 Kenichi Handa <handa@m17n.org>
16551
16552 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
16553 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
16554
165552008-02-01 Kenichi Handa <handa@m17n.org>
16556
16557 * coding.c (Ffind_coding_systems_region_internal): Include
16558 raw-text and no-conversion in the result.
16559
165602008-02-01 Kenichi Handa <handa@m17n.org>
16561
16562 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
16563 (load_font_get_repertory): Delete unnecessary check of ENCODING of
16564 FONT_DEF.
16565 (font_def_arg, add_arg, from_arg, to_arg): New args.
16566 (set_fontset_font): Change argument.
16567 (Fset_fontset_font): Fix for the case that TARGET is a script
16568 name and charset name.
16569 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
16570
165712008-02-01 Kenichi Handa <handa@m17n.org>
16572
16573 * fontset.c (fontset_font): Rename from fontset_face. Change return
16574 value.
16575 (face_suitable_for_char_p, face_for_char): Adjust for the change
16576 of fontset_font.
16577 (make_fontset_for_ascii_face): Fix setting of the fontset element
16578 for ASCII.
16579 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
16580 to get a font name.
16581 (Ffontset_info): Adjust for the change of fontset_font.
16582
16583 * coding.c (emacs_mule_char): Check invalid code more rigidly.
16584
16585 * character.h (LEADING_CODE_LATIN_1_MIN)
16586 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
16587
165882008-02-01 Kenichi Handa <handa@m17n.org>
16589
16590 * editfns.c (check_translation): New function.
16591 (Ftranslate_region_internal): Handle M:N mapping.
16592
165932008-02-01 Kenichi Handa <handa@m17n.org>
16594
16595 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
16596
165972008-02-01 Kenichi Handa <handa@m17n.org>
16598
16599 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
16600 goto invalid_code.
16601 (decode_coding_iso_2022): Fix handling of invalid designation.
16602
16603 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
16604 after calling code_conversion_save.
16605
166062008-02-01 Kenichi Handa <handa@m17n.org>
16607
16608 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
16609
16610 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
16611
16612 * fontset.c: Include "intervals.h".
16613 (fontset_face): Fix comparing of Lisp_Objects.
16614 (free_face_fontset, new_fontset_from_font_name): Fix
16615 Lisp_Object/int mixup.
16616
16617 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
16618
16619 * coding.c: Add many prototypes for static functions.
16620 (get_translation_table): Allow max_lookup to be NULL.
16621 (decode_coding, Ffind_coding_systems_region_internal)
16622 (Funencodable_char_position, Fcheck_coding_systems_region): Call
16623 get_translation_table with max_lookup NULL.
16624
166252008-02-01 Kenichi Handa <handa@m17n.org>
16626
16627 * coding.c (get_translation_table): Declare it as Lisp_Object.
16628 (LOOKUP_TRANSLATION_TABLE): New macro.
16629 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
16630 instead of CHAR_TABLE_REF.
16631
166322008-02-01 Kenichi Handa <handa@m17n.org>
16633
16634 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
16635 annotation data format.
16636 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
16637 Change arguments FROM and TO to single argument NCHARS. Change caller.
16638 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
16639 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16640 (decode_coding_ccl, decode_coding_charset): Pay attention to
16641 coding->charbuf_used.
16642 (get_translation): New function.
16643 (produce_chars): New arguments translation_table and last_block.
16644 Translate characters here. Return number of carryover chars.
16645 Change caller.
16646 (produce_composition): New argument pos. Change caller.
16647 Adjust for the change of annotation data format.
16648 (produce_charset, produce_annotation): Likewise.
16649 (decode_coding, encode_coding): Don't call translate_chars.
16650 (consume_chars): New arg translation_table. Change caller.
16651 (translate_chars): Delete.
16652 (syms_of_coding): Make translation-table's number of extra slots 2.
16653
166542008-02-01 Kenichi Handa <handa@m17n.org>
16655
16656 * search.c (simple_search): Fix setting this_pos_byte in backward
16657 search.
16658
16659 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
16660 byte sequence.
16661 (detect_coding_ccl): Fix setting of the variable valids.
16662
166632008-02-01 Kenichi Handa <handa@m17n.org>
16664
16665 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
16666
16667 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
16668
16669 * editfns.c (Ftranslate_region_internal): Rename from
16670 Ftranslate_region. Accept a char-table in TABLE.
16671 (syms_of_editfns): Defsubr Stranslate_region_internal.
16672
16673 * xfaces.c (set_lface_from_font_name): If a font is specified for
16674 a frame, generate a fontset from the font.
16675 (build_scalable_font_name): If the scalable font is requested for
16676 a specific size, don't change that size.
16677 (try_font_list): Try a scalable font also in the case that a
16678 pattern string is specified.
16679
166802008-02-01 Kenichi Handa <handa@m17n.org>
16681
16682 * xfaces.c (Fface_font): New optional arg CHARACTER.
16683
166842008-02-01 Kenichi Handa <handa@m17n.org>
16685
16686 * charset.h (CHARSET_OFFSET): New macro.
16687
166882008-02-01 Kenichi Handa <handa@m17n.org>
16689
16690 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
16691
16692 * fontset.c (fontset_face): Handle the case that repertory is a
16693 char-table.
16694 (find_font_encoding): Return nil for unknown encoding.
16695 (Fset_fontset_font): Ignore a font of unknown encoding.
16696
166972008-02-01 Kenichi Handa <handa@m17n.org>
16698
16699 * keymap.c (describe_vector): Handle default value of a char table.
16700
16701 * fontset.c (fontset_face): Handle fallback fonts correctly.
16702 (Ffontset_info): Return infomation about fallback fonts.
16703
167042008-02-01 Kenichi Handa <handa@m17n.org>
16705
16706 * fontset.c (FONTSET_DEFAULT): New macro.
16707 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
16708 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
16709 the case that it is nil.
16710 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
16711 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
16712
16713 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
16714 subset or superset.
16715
167162008-02-01 Kenichi Handa <handa@m17n.org>
16717
16718 * emacs.c (main): Call init_charset after syms_of_XXX.
16719
16720 * charset.c (Vcharset_map_directory): Delete.
16721 (Vcharset_map_path): New variable.
16722 (load_charset_map_from_file): Use Vcharset_map_path instead.
16723 (init_charset): Initialize Vcharset_map_path.
16724 (syms_of_charset): Delete declaration of "charset-map-directory",
16725 add declaration of "charset-map-path".
16726
167272008-02-01 Kenichi Handa <handa@m17n.org>
16728
16729 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
16730 ASCII only string.
16731
16732 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
16733
16734 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
16735 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
16736
167372008-02-01 Kenichi Handa <handa@m17n.org>
16738
16739 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
16740
16741 * coding.c (QCmnemonic, QCdefalut_char)
16742 (QCdecode_translation_table, QCencode_translation_table)
16743 (QCpost_read_conversion, QCpre_write_conversion): New variables.
16744 (get_translation_table): Return a list of translation tables if
16745 necessary.
16746 (decode_coding): Call get_translation_table with ENCODEP 0.
16747 (char_encodable_p): If translation_table is non-nil, always call
16748 translate_char.
16749 (Fdefine_coding_system_internal): Accept list of translation
16750 tables as :encode-translation-table and :decode-translation-table.
16751 (Fcoding_system_put): New function.
16752 (syms_of_coding): Declare new symbols. Defsubr
16753 Scoding_system_put.
16754 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
16755 typically JISX0212.
16756
16757 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
16758 when the charset is superset type.
16759
16760 * character.c (translate_char): Accept list of translation tables.
16761
167622008-02-01 Kenichi Handa <handa@m17n.org>
16763
16764 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
16765 (CODING_ATTR_TRANS_TBL): New macro.
16766
16767 * coding.c (get_translation_table): New function.
16768 (translate_chars): Fix the bug of skipping annotation data.
16769 (decode_coding, encode_coding): Utilize get_translation_table.
16770 (char_encodable_p, Funencodable_char_position): Translate char if
16771 necessary.
16772 (Ffind_coding_systems_region_internal)
16773 (Fcheck_coding_systems_region): Setup translation table for encode
16774 in a coding system attribute vector in advance.
16775 (Fdefine_coding_system_internal): Allow a symbol as translation
16776 table. For shift-jis type coding system, allow 4th charset.
16777
167782008-02-01 Kenichi Handa <handa@m17n.org>
16779
16780 * coding.c (decode_coding_sjis): Check the first byte rigidly.
16781
16782 * xdisp.c (get_next_display_element): Pass -1 as POS to
16783 FACE_FOR_CHAR if displaying a C-string.
16784
167852008-02-01 Kenichi Handa <handa@m17n.org>
16786
16787 * composite.c (get_composition_id): Handle xoff and yoff in a
16788 composition rule.
16789
16790 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
16791 (struct composition): New member lbearing and rbearing.
16792
16793 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
16794 (x_get_glyph_overhangs): Handle a composition glyph.
16795 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
16796
16797 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
16798 composition glyph.
16799
168002008-02-01 Kenichi Handa <handa@m17n.org>
16801
16802 * print.c: Include charset.h.
16803 (Vprint_charset_text_property): New variable.
16804 (Qdefault): Extern it.
16805 (PRINT_STRING_NON_CHARSET_FOUND)
16806 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
16807 (print_check_string_result): New variable.
16808 (print_check_string_charset_prop): New function.
16809 (print_prune_charset_plist): New variable.
16810 (print_prune_string_charset): New function.
16811 (print_object): Call print_prune_string_charset if
16812 Vprint_charset_text_property is not t.
16813 (print_interval): Print nothing if interval->plist is nil.
16814 (syms_of_print): Declare Vprint_charset_text_property as a lisp
16815 variable. Init and staticpro print_prune_charset_plist.
16816
168172008-02-01 Kenichi Handa <handa@m17n.org>
16818
16819 * fontset.c (new_fontset_from_font_name): Use the specified font
16820 for all characters in the new fontset.
16821
16822 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16823 OBJECT args.
16824
16825 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
16826 OBJECT args for composition too.
16827
16828 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
16829 OBJECT args.
16830
168312008-02-01 Kenichi Handa <handa@m17n.org>
16832
16833 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
16834
16835 * fontset.c (reorder_font_vector): Adjust for the change of
16836 FONT_DEF format.
16837 (fontset_face): New arg id. Change caller.
16838 (face_for_char): New args pos and object.
16839 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
16840 (fs_query_fontset): Check NAME by Fassoc too.
16841 (Fset_fontset_font): Allow non-XLFD font name.
16842 (Ffontset_info): Adjust for the change of FONT_DEF format.
16843
16844 * fontset.h (face_for_char): Adjust prototype.
16845
16846 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
16847 (append_space, extend_face_to_end_of_line)
16848 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
16849 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
16850
16851 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
16852 POS and OBJECT args.
16853
16854 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
16855 POS and OBJECT args.
16856
168572008-02-01 Jason Rumney <jasonr@gnu.org>
16858
16859 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
16860 of GlobalAlloc'ed memory.
16861
168622008-02-01 Kenichi Handa <handa@m17n.org>
16863
16864 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
16865
16866 * charset.h (charset_table_used): Delete extern.
16867
16868 * charset.c (charset_table_used): Make it static.
16869 (map_charset_chars): Fix args to c_function with.
16870
16871 * chartab.c (map_sub_char_table_for_charset): Fix args to
16872 c_function with.
16873
16874 * coding.h (enum coding_result_code): Delete
16875 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
16876
16877 * coding.c (Qinsufficient_source, Qinconsistent_eol)
16878 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
16879 (Vlast_code_conversion_error): New variables.
16880 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
16881 (ONE_MORE_BYTE): Record error if any instead of signaling an
16882 error. If non-ASCII multibyte char is found, return the negative
16883 value of the code. All callers changed to check it.
16884 (ONE_MORE_BYTE_NO_CHECK): Likewise.
16885 (record_conversion_result): New function. Change all codes setting
16886 coding->result to call this function.
16887 (detect_coding_utf_8, decode_coding_utf_8)
16888 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
16889 Don't use the local variable incomplete.
16890 (emacs_mule_char): Change the second arg to `const'.
16891 (decode_coding): Fix of flushing out unprocessed data.
16892 (make_conversion_work_buffer): Fix making of a work buffer.
16893 (decode_coding_object): Return coding->dst_object.
16894
16895 * fontset.c (set_fontset_font): Fix args.
16896
16897 * lisp.h (CHARACTERBITS): Define as 22.
16898
16899 * process.c (send_process): Be sure to set coding->src_multibyte.
16900
16901 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
16902
169032008-02-01 Kenichi Handa <handa@m17n.org>
16904
16905 * xdisp.c (handle_auto_composed_prop): Give limit to
16906 Fnext_single_char_property_change.
16907
169082008-02-01 Kenichi Handa <handa@m17n.org>
16909
16910 * composite.c (syms_of_composite): Don't make the composition hash
16911 table weak.
16912
16913 * fontset.c (Fset_fontset_font): Fix docstring.
16914
16915 * lisp.h (detect_coding_system): Adjust prototype.
16916
16917 * fileio.c (kill_workbuf_unwind): Delete this function.
16918 (Finsert_file_contents): Adjust the call of detect_coding_system.
16919 Get conversion_buffer by code_conversion_save. Use the macro
16920 CODING_MAY_REQUIRE_DECODING. After decoding, update
16921 coding_system.
16922
16923 * coding.h (make_conversion_work_buffer): Delete extern.
16924 (code_conversion_save): Extern it.
16925
16926 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
16927 (CODING_GET_INFO): Delete argument eol_type. Change callers.
16928 (decode_coding_utf_8): Don't do eol converion.
16929 (detect_coding_utf_16): Check coding->src_chars, not
16930 coding->src_bytes. Add heuristics for those that have no signature.
16931 (decode_coding_emacs_mule, decode_coding_iso_2022)
16932 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
16933 Don't do eol converion.
16934 (adjust_coding_eol_type): Return a new coding system.
16935 (detect_coding): Don't detect eol. Fix for utf-16 detection.
16936 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
16937 each change.
16938 (decode_coding): Pay attention to undo_list. Do eol conversion for
16939 all types of coding-systems (if necessary).
16940 (Vcode_conversion_work_buf_list): Delete it.
16941 (Vcode_conversion_reused_workbuf): Rename from
16942 Vcode_conversion_reused_work_buf.
16943 (Vcode_conversion_workbuf_name): New variable.
16944 (reused_workbuf_in_use): New variable.
16945 (make_conversion_work_buffer): Delete the arg DEPTH.
16946 (code_conversion_restore): Change argument to cons.
16947 (code_conversion_save): Delete the argument BUFFER. Change callers.
16948 (detect_coding_system): New argument src_chars. Change callers.
16949 Fix for utf-16 detection.
16950 (init_coding_once): Don't use ISO_carriage_return.
16951 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
16952 reused_workbuf_in_use.
16953
169542008-02-01 Kenichi Handa <handa@m17n.org>
16955
16956 * keymap.c (store_in_keymap): Pay attention to the case that idx
16957 is a cons specifying a character range.
16958
169592008-02-01 Kenichi Handa <handa@m17n.org>
16960
16961 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
16962 HANDLED_RECOMPUTE_PROPS.
16963
16964 * coding.c (Fdefine_coding_system_internal): Fix checking of
16965 ascii compatibility.
16966
169672008-02-01 Kenichi Handa <handa@m17n.org>
16968
16969 * charset.c (find_charsets_in_text): Delete unused locale variable.
16970 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
16971
16972 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
16973 Resync charset_list to Vemacs_mule_charset_list.
16974
16975 * keymap.c (store_in_keymap): Pay attention to the case that idx
16976 is a cons specifying a character range.
16977
169782008-02-01 Kenichi Handa <handa@m17n.org>
16979
16980 * composite.c (update_compositions): Bind inhibit-read-only, etc
16981 to t before calling remove-list-of-text-properties.
16982
16983 * print.c (print_object): Always print ASCII chars as is.
16984
169852008-02-01 Kenichi Handa <handa@m17n.org>
16986
16987 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
16988
16989 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
16990 is a char table.
16991
169922008-02-01 Kenichi Handa <handa@m17n.org>
16993
16994 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
16995
169962008-02-01 Kenichi Handa <handa@m17n.org>
16997
16998 * xfaces.c (set_lface_from_font_name): Fix for the case that
16999 FONTNAME is not fontset name.
17000
170012008-02-01 Kenichi Handa <handa@m17n.org>
17002
17003 * fns.c (base64_encode_1): Fix previous change.
17004
170052008-02-01 Kenichi Handa <handa@m17n.org>
17006
17007 * fontset.c (set_fontset_font): New function.
17008 (Fset_fontset_font): If a font is specified for a charset, use
17009 map_charset_chars to store the font spec in a fontset.
17010
170112008-02-01 Kenichi Handa <handa@m17n.org>
17012
17013 * fontset.c (fontset_face): Create a fallback fontset on demand.
17014 (make_fontset): Don't create a fallback fontset here.
17015 (free_face_fontset): Free a fallback fontset (if any) too.
17016 (n_auto_fontsets): Delete this variable.
17017 (auto_fontset_alist): New variable.
17018 (new_fontset_from_font_name): Check auto_fontset_alist.
17019 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
17020 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
17021 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
17022 Defsubr Sfontset_list_all.
17023
170242008-02-01 Kenichi Handa <handa@m17n.org>
17025
17026 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
17027
170282008-02-01 Kenichi Handa <handa@m17n.org>
17029
17030 * fontset.c (Fnew_fontset): Check NAME more rigidly.
17031
170322008-02-01 Kenichi Handa <handa@m17n.org>
17033
17034 * editfns.c (Fgoto_char): Fix docstring.
17035
170362008-02-01 Kenichi Handa <handa@m17n.org>
17037
17038 * insdel.c (insert_from_gap): Adjust intervals correctly.
17039
170402008-02-01 Jason Rumney <jasonr@gnu.org>
17041
17042 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
17043 (pfnGetFontUnicodeRanges): New dynamically loaded function.
17044 (w32_initialize): Try to load it.
17045 (x_get_font_repertory): Use it if available.
17046 (w32_encode_char): Add shortcut for unicode output.
17047
17048 * w32fns.c (w32_load_system_font): Default charset to -1.
17049 (x_to_w32_charset): Match all fonts for unicode.
17050 (w32_to_x_charset): New parameter matching. Don't return partial
17051 or wildcard charsets.
17052 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
17053 (w32_codepage_for_font): Return CP_UNICODE for unicode.
17054 (w32_to_x_font): Match charset to real charset.
17055 (enum_font_cb2): Always list unicode versions.
17056
17057 * makefile.w32-in (temacs): Increase EMHEAP.
17058
170592008-02-01 Jason Rumney <jasonr@gnu.org>
17060
17061 * w32term.c (w32_encode_char): New charset parameter.
17062 font_info.encoding becomes encoding_type.
17063 (x_get_font_repertory): New function. Warning: stub only!
17064 (x_new_font): Return quickly if font already set.
17065 (x_new_fontset): fontsetname parameter is Lisp_Object.
17066 Use new fs_query_fontset. Try new_fontset_from_font_name.
17067 Use fontset_name for return value.
17068
17069 * w32term.h: Declare x_get_font_repertory.
17070
17071 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
17072 place of find_charset_in_text. Use encode_coding_object in place
17073 of encode_coding.
17074 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
17075 decode_coding.
17076
17077 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
17078 of x_new_fontset.
17079 (w32_load_system_font): Initialize charset as unicode.
17080 font_info.encoding becomes encoding_type.
17081 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
17082 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
17083 (syms_of_w32fns): Set get_font_repertory_func.
17084
17085 * w32console.c: Include character.h. Use terminal_encode_buffer
17086 from term.c.
17087 (write_glyphs): Use new version of encode_terminal_code. Use
17088 encode_coding_object in place of encode_coding.
17089
17090 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
17091 encoding becomes encoding_type.
17092
17093 * term.c (terminal_encode_buffer): Make externally visible.
17094
17095 * makefile.w32-in: Add character.h dependancies.
17096 (character.o, chartab.o): New targets.
17097
170982008-02-01 Kenichi Handa <handa@m17n.org>
17099
17100 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
17101 CODING_ID_EOL_TYPE.
17102
171032008-02-01 Andreas Schwab <schwab@suse.de>
17104
17105 * coding.c (produce_chars): Revert last change.
17106
171072008-02-01 Kenichi Handa <handa@m17n.org>
17108
17109 * charset.h (charset_unicode): Extern it.
17110
17111 * charset.c (string_xstring_p): Check by (C >= 0x100).
17112 (find_charsets_in_text): Change format of the arc CHARSETS. New
17113 arg MULTIBYTE.
17114 (Ffind_charset_region, Ffind_charset_string): Adjust for the
17115 change of find_charsets_in_text.
17116 (Fsplit_char): Fix doc. Never return unknown.
17117
17118 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
17119
17120 * coding.c (Fdefine_coding_system_alias): Update
17121 Vcoding_system_list.
17122
17123 * fontset.c (load_font_get_repertory): Pay attention to the case
17124 that ENCODING of a font is specified by a char-table.
17125
17126 * xterm.c (x_get_font_repertory): Handle the case that the
17127 encoding of font is other than Unicode.
17128
171292008-02-01 Kenichi Handa <handa@m17n.org>
17130
17131 * term.c (encode_terminal_code): Don't handle glyph-table. Check
17132 if a character is encodable by the terminal coding system. If
17133 not, produces proper number of `?'s. Update
17134 terminal_encode_buffer and terminal_encode_buf_size if necessary.
17135 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
17136
171372008-02-01 Kenichi Handa <handa@m17n.org>
17138
17139 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
17140 variables.
17141 (encode_terminal_code): Change argument. Encode multiple
17142 characters at once. Store the result of encoding in
17143 terminal_encode_buffer.
17144 (write_glyphs, insert_glyphs): Adjust for the change of
17145 encode_terminal_code.
17146 (term_init): Initialize terminal_encode_buffer and
17147 terminal_encode_buf_size.
17148
17149 * coding.c (consume_chars): If coding->src_object is nil, don't
17150 check annotation.
17151
171522008-02-01 Kenichi Handa <handa@m17n.org>
17153
17154 * character.c (char_string): Use ASCII_CHAR_P instead of
17155 SINGLE_BYTE_CHAR_P.
17156
171572008-02-01 Kenichi Handa <handa@m17n.org>
17158
17159 * xdisp.c (handle_auto_composed_prop): Check if the last
17160 characters of auto-composed region is newly composed with the
17161 following characters.
17162 (handle_composition_prop): Fix checking of point being inside
17163 composition.
17164
171652008-02-01 Kenichi Handa <handa@m17n.org>
17166
17167 * fns.c (concat): Don't change multibyteness of the result by
17168 concatenating an 8-bit character.
17169
17170 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
17171 multibyteness of the result when newelt is an 8-bit character.
17172
171732008-02-01 Dave Love <fx@gnu.org>
17174
17175 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
17176 EMACS_INT.
17177
17178 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
17179
17180 * xfaces.c (face_numeric_value): Declare dim size_t.
17181 (Finternal_lisp_face_equal_p): Remove unused f.
17182
17183 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
17184 (MATRIX_ROW): Remove unused vars.
17185 (draw_glyphs, x_insert_glyphs, fast_find_position)
17186 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
17187 byte/char counts.
17188
17189 * regex.c (regex_compile): Remove unused var.
17190
17191 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
17192
17193 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
17194 (Faccessible_keymaps, where_is_internal): Remove unused vars.
17195
17196 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
17197
17198 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
17199
17200 * fileio.c (Fwrite_region): Remove unused var.
17201
17202 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
17203 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
17204
17205 * composite.c (Fremove_list_of_text_properties): Declare.
17206
17207 * coding.c (inhibit_pre_post_conversion): Remove (unused).
17208 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
17209 (coding_inherit_eol_type): Remove unused attrs.
17210 (detect_coding): Cast arg of detect_eol.
17211
17212 * charset.c (syms_of_charset): Remove unused var p.
17213 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
17214 byte/char counts.
17215
17216 * casetab.c (set_case_table): Remove unused var.
17217
17218 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
17219 unused vars.
17220
172212008-02-01 Dave Love <fx@gnu.org>
17222
17223 * xterm.c (x_bitmap_mask): Declare.
17224
172252008-02-01 Dave Love <fx@gnu.org>
17226
17227 * xterm.c (x_term_init): Fix type error.
17228
17229 * lisp.h: Add Funibyte_char_to_multibyte.
17230
17231 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
17232 (Fset_coding_system_priority): Doc fix.
17233
17234 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
17235
17236 * indent.c (check_composition): Make start and end EMACS_INT.
17237
17238 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
17239
17240 * xdisp.c (handle_composition_prop, check_point_in_composition):
17241 Make buffer positions EMACS_INT.
17242
17243 * composite.c (find_composition, run_composition_function)
17244 (update_compositions, Ffind_composition_internal): Make buffer
17245 positions EMACS_INT.
17246
17247 * composite.h (find_composition, update_compositions): Make
17248 position args EMACS_INT.
17249
17250 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
17251
17252 * intervals.c (get_property_and_range):
17253 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
17254
17255 * unexalpha.c: Don't include varargs.h.
17256
172572008-02-01 Dave Love <fx@gnu.org>
17258
17259 * coding.h (ENCODE_UTF_8): New.
17260
17261 * Makefile.in (gtkutil.o): Depend on coding.h.
17262
17263 * coding.c (Fset_coding_system_priority): Doc fix.
17264
172652008-02-01 Kenichi Handa <handa@m17n.org>
17266
17267 * fileio.c (Finsert_file_contents): Call setup_coding_system in
17268 the case of auto saving.
17269
172702008-02-01 Andreas Schwab <schwab@suse.de>
17271
17272 * chartab.c (map_char_table, map_char_table_for_charset): Protect
17273 `range' from GC.
17274
172752008-02-01 Kenichi Handa <handa@m17n.org>
17276
17277 * coding.c (decode_coding_sjis): Check bytes more rigidly.
17278
172792008-02-01 Kenichi Handa <handa@m17n.org>
17280
17281 * fileio.c (choose_write_coding_system): Return a decided coding system.
17282 (Fwrite_region): Set Vlast_coding_system_used to the return value
17283 of choose_write_coding_system.
17284
172852008-02-01 Kenichi Handa <handa@m17n.org>
17286
17287 * charset.c (Fset_charset_priority): Pay attention to duplicated
17288 arguments.
17289
17290 * coding.c (QCcategory): New variable.
17291 (syms_of_coding): Defsym it. Set all elements of
17292 Vcoding_category_table and their symbol values.
17293 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
17294 coding-category-XXX, and coding-category-list.
17295 (Fdefine_coding_system_internal): Add category in the plist.
17296
172972008-02-01 Kenichi Handa <handa@m17n.org>
17298
17299 * callproc.c (Fcall_process): Handle carryover correctly.
17300
17301 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
17302 (raw_text_coding_system): Check NILP (coding_system).
17303 (coding_inherit_eol_type): Check NILP (coding_system) and
17304 NILP (parent).
17305 (consume_chars): Fix for the case of raw-text.
17306
17307 * process.c (read_process_output): Handle carryover correctly.
17308
173092008-02-01 Dave Love <fx@gnu.org>
17310
17311 * regex.c (re_search_2): Fix last change.
17312
173132008-02-01 Kenichi Handa <handa@m17n.org>
17314
17315 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
17316 target_multibyte. Even in a unibyte case, return a converted
17317 multibyte char.
17318 (GET_CHAR_AFTER): New macro.
17319 (PATFETCH): Translate via multibyte char.
17320 (HANDLE_UNIBYTE_RANGE): Delete this macro.
17321 (SETUP_MULTIBYTE_RANGE): New macro.
17322 (regex_compile): Setup compiled code so that its multibyteness
17323 matches that of a target. Fix the handling of "[X-YZ]" using
17324 SETUP_MULTIBYTE_RANGE.
17325 (analyse_first) <charset>: For filling fastmap for all multibyte
17326 characters, don't check by BASE_LEADING_CODE_P.
17327 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
17328 the same as RE_MULTIBYTE_P (bufp) now.
17329 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
17330 (TARGET_CHAR_AND_LENGTH): Delete this macro.
17331 (TRANSLATE_VIA_MULTIBYTE): New macro.
17332 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
17333 It is the same as RE_MULTIBYTE_P (bufp) now.
17334 <exactn>: Translate via multibyte.
17335 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
17336 translate it.
17337 <charset, charset_not>: Fetch a character by
17338 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
17339 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
17340 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
17341 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
17342 by GET_CHAR_AFTER.
17343 (bcmp_translate): Likewise.
17344
17345 * search.c (compile_pattern): Check the member target_multibyte,
17346 not the member multibyte of buf.
17347
17348 * lread.c (read1): While reading a string, set force_singlebyte
17349 and force_multibyte correctly.
17350
17351 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
17352 up of unibyte_to_multibyte_table.
17353
173542008-02-01 Kenichi Handa <handa@m17n.org>
17355
17356 * coding.c (setup_coding_system): If coding has
17357 post-read-conversion or pre-write-conversion, set
17358 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
17359 respectively.
17360 (decode_coding_gap): Run post-read-conversion if any.
17361
17362 * fileio.c (Finsert_file_contents): Even if we read into a
17363 unibyte buffer, check if we must decode the result or not.
17364
173652008-02-01 Kenichi Handa <handa@m17n.org>
17366
17367 * coding.c (make_conversion_work_buffer): Change the work buffer
17368 name to the same one as that of Emacs 21.
17369
173702008-02-01 Kenichi Handa <handa@m17n.org>
17371
17372 * coding.h (make_conversion_work_buffer): Adjust prototype.
17373 (code_conversion_restore): Don't extern it.
17374
17375 * coding.c (detected_mask): Delete unused variable.
17376 (decode_coding_iso_2022): Pay attention to the byte sequence of
17377 CTEXT extended segment, and retain those bytes as is.
17378 (decode_coding_ccl): Delete unused variable `valids'.
17379 (setup_coding_system): Delete unused variable `category'.
17380 (consume_chars): Delete unused variable `category'. Make it work
17381 for non-multibyte case.
17382 (make_conversion_work_buffer): Change argument.
17383 (saved_coding): Delete unused variable.
17384 (code_conversion_restore): Don't check saved_coding->destination.
17385 (code_conversion_save): New function.
17386 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
17387 instead of record_unwind_protect.
17388 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
17389 (detect_coding_system): Delete unused variable `mask'.
17390 (Fdefine_coding_system_internal): Delete unused variable id.
17391
17392 * fileio.c (kill_workbuf_unwind): New function.
17393 (Finsert_file_contents): On replacing, call
17394 make_conversion_work_buffer with correct args, and call
17395 record_unwind_protect with the first arg kill_workbuf_unwind.
17396
17397 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
17398
173992008-02-01 Kenichi Handa <handa@m17n.org>
17400
17401 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
17402 (fontset_add): Fix for the case that TO is less than TO1.
17403 (Ffontset_info): Don't use fallback fontset on checking the
17404 default fontset.
17405 (dump_fontset): New function for debugging.
17406
17407 * coding.c (Fdefine_coding_system_internal): Fix for the case that
17408 coding_type is Qcharset.
17409
174102008-02-01 Kenichi Handa <handa@m17n.org>
17411
17412 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
17413 (map_char_table): Don't inherit the value from the parent on
17414 initializing VAL. Adjust for the above change.
17415
174162008-02-01 Kenichi Handa <handa@m17n.org>
17417
17418 * coding.c (Qsignature, Qendian): Delete these variables.
17419 (syms_of_coding): Don't initialize them.
17420 (CATEGORY_MASK_UTF_16_AUTO): New macro.
17421 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
17422 detect_info->found.
17423 (decode_coding_utf_16): Don't detect BOM here.
17424 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
17425 is NOT utf_16_without_bom.
17426 (setup_coding_system): For a coding system of type utf-16, check
17427 if the attribute :endian is Qbig or not (not nil or not), and set
17428 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
17429 (detect_coding): If coding type is utf-16 and BOM detection is
17430 required, detect it.
17431 (Fdefine_coding_system_internal): For a coding system of type
17432 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
17433
174342008-02-01 Kenichi Handa <handa@m17n.org>
17435
17436 * coding.c (coding_set_source): Fix for the case that the current
17437 buffer is different from coding->src_object.
17438 (decode_coding_object): Don't use the conversion work buffer if
17439 DST_OBJECT is a buffer.
17440
174412008-02-01 Dave Love <fx@gnu.org>
17442
17443 * lread.c (read_emacs_mule_char) [len==2]: Index
17444 emacs_mule_charset correctly.
17445
174462008-02-01 Dave Love <fx@gnu.org>
17447
17448 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
17449 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
17450 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
17451 treated specially.)
17452 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
17453 (detected_mask): Remove Big5 bits.
17454
174552008-02-01 Kenichi Handa <handa@m17n.org>
17456
17457 The following changes are to make the font rescaling facility
17458 compatible with Emacs 21.
17459
17460 * xfaces.c (Vface_font_rescale_alist): Rename from
17461 Vface_resizing_fonts.
17462 (struct font_name): Rename member resizing_ratio to rescale_ratio.
17463 (font_rescale_ratio): Rename from font_resizing_ratio.
17464 (split_font_name): Set font->rescale_ratio.
17465 (better_font_p): Pay attention to font->rescale_ratio.
17466 (build_scalable_font_name): Likewise. Change RESX, and RESY
17467 fields.
17468 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
17469
174702008-02-01 Kenichi Handa <handa@m17n.org>
17471
17472 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
17473 (Qutf_16_le): Remove these variables.
17474 (syms_of_coding): Don't DEFSYM them.
17475 (decode_coding_utf_16): Fix handling of BOM.
17476 (encode_coding_utf_16): Fix handling of BOM.
17477
174782008-02-01 Kenichi Handa <handa@m17n.org>
17479
17480 * fileio.c (Finsert_file_contents): On replacing, before decoding
17481 the file into the work buffer, set point of the work buffer to the end.
17482
174832008-02-01 Dave Love <fx@gnu.org>
17484
17485 * coding.c (Fcheck_coding_systems_region): Fix type errors.
17486
174872008-02-01 Dave Love <fx@gnu.org>
17488
17489 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17490 and fix C types.
17491
174922008-02-01 Kenichi Handa <handa@m17n.org>
17493
17494 * xdisp.c (SKIP_GLYPHS): New macro.
17495 (set_cursor_from_row): Pay attention to string display properties.
17496
17497 * category.c (copy_category_entry): Fix for the case that RANGE
17498 is an integer.
17499
17500 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
17501
17502 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
17503
175042008-02-01 Kenichi Handa <handa@m17n.org>
17505
17506 * charset.c (Fcharset_id_internal): New function.
17507 (syms_of_charset): Defsubr it.
17508
17509 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
17510 with the last arg charset_list acquired from coding.
17511 (Fdefine_coding_system_internal): For ccl-based coding system, fix
17512 the attribute coding_attr_ccl_valids.
17513
17514 * coding.h (enum define_coding_ccl_arg_index): Set the first
17515 member coding_arg_ccl_decoder to coding_arg_max.
17516
17517 * ccl.h (ccl_driver): Adjust prototype.
17518
17519 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
17520 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 17521 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
17522 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
17523 last arg Qnil.
17524
175252008-02-01 Kenichi Handa <handa@m17n.org>
17526
17527 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
17528 call encode_char.
17529
17530 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
17531
175322008-02-01 Dave Love <fx@gnu.org>
17533
17534 * composite.c (syms_of_composite): Make composition_hash_table weak.
17535
175362008-02-01 Kenichi Handa <handa@m17n.org>
17537
17538 * dispextern.h (check_face_attributes, generate_ascii_font_name)
17539 (font_name_registry): Don't extern them.
17540 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
17541
17542 * fontset.h (Qfontset): Don't extern it.
17543 (new_fontset_from_font_name): Extern it.
17544
17545 * fontset.c: Give 8 extra slots to fontset objects.
17546 (Qfontset_info): New variable.
17547 (syms_of_fontset): Defsym it.
17548 (FONTSET_FALLBACK): New macro.
17549 (fontset_face): Try also the default fontset.
17550 (make_fontset): Realize a fallback fontset from the default fontset.
17551 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
17552 using split_font_name_into_vector and build_font_name_from_vector.
17553 (Fset_fontset_font): Access the elements of font_spec by enum
17554 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
17555 name by using split_font_name_into_vector.
17556 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
17557 generate a proper font name from the fontset name. Update
17558 Vfontset_alias_alist.
17559 (n_auto_fontsets): New variable.
17560 (new_fontset_from_font_name): New function.
17561 (Ffont_info): Store the information about fonts generated from the
17562 default fontset in the first extra slot of the returned char-table.
17563
17564 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
17565 (font_name_registry): Delete function.
17566 (split_font_name_into_vector): New function.
17567 (build_font_name_from_vector): New function.
17568 (font_list): The argument REGISTRY is now a list of registry names.
17569 (choose_face_font): If we are choosing an ASCII font, and ATTRS
17570 specifies an explicit font name, return the name as is. Make a
17571 list of registy names.
17572
17573 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
17574 of x_new_fontset.
17575 (Fx_create_frame): Don't call x_new_fontset here. Just use
17576 x_list_fonts to check the existence of fonts.
17577
17578 * xterm.h (x_new_fontset): Adjust prototype.
17579
17580 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
17581 string. Use new_fontset_from_font_name to create a fontset from a
17582 font name.
17583
175842008-02-01 Kenichi Handa <handa@m17n.org>
17585
17586 * syntax.c (Vfind_word_boundary_function_table): New name for
17587 Vnext_word_boundary_function_table.
17588 (find-word-boundary-function-table): New name for
17589 next-word-boundary-function-table.
17590
175912008-02-01 Dave Love <fx@gnu.org>
17592
17593 * Makefile.in: Fix some dependencies.
17594
17595 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
17596 set it to nil before returning.
17597
17598 * composite.c (update_compositions): Fix type error.
17599
17600 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
17601
176022008-02-01 Kenichi Handa <handa@m17n.org>
17603
17604 * xterm.c (x_new_font): Optimize for the case that the font is
17605 already set for the frame.
17606
176072008-02-01 Kenichi Handa <handa@m17n.org>
17608
17609 * chartab.c (char_table_ascii): Check if the char table contents
17610 is sub-char-table or not.
17611 (char_table_set, char_table_set_range): Fix argument to
17612 char_table_ascii.
17613
17614 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
17615 (detect_coding_utf_8, detect_coding_utf_16)
17616 (detect_coding_emacs_mule, detect_coding_iso_2022)
17617 (detect_coding_sjis, detect_coding_big5)
17618 (detect_coding_ccl, detect_coding_charset): Change argument MASK
17619 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
17620 sequence is valid in this coding system. Change callers.
17621 (MAX_ANNOTATION_LENGTH): New macro.
17622 (ADD_ANNOTATION_DATA): New macro.
17623 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
17624 ADD_ANNOTATION_DATA. Change the format of annotation data.
17625 (ADD_CHARSET_DATA): New macro.
17626 (emacs_mule_char): New argument ID. Change callers.
17627 (decode_coding_emacs_mule, decode_coding_iso_2022)
17628 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
17629 Produce charset annotation data in coding->charbuf.
17630 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
17631 to charset annotation data in coding->charbuf.
17632 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
17633 coding->common_flags if the coding system is iso-2022 based and
17634 uses designation.
17635 (produce_composition): Adjust for the new annotation data format.
17636 (produce_charset): New function.
17637 (produce_annotation): Handle charset annotation.
17638 (handle_composition_annotation, handle_charset_annotation): New
17639 functions.
17640 (consume_chars): Handle charset annotation. Utilize the above two
17641 functions.
17642 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
17643 buffer, get the deleted text as a string and set
17644 coding->src_object to that string.
17645 (detect_coding, detect_coding_system): Use the new struct
17646 coding_detection_info.
17647
17648 * coding.h (struct coding_detection_info): New structure.
17649 (struct coding_system): Adjust prototype of the member `detector'.
17650 (CODING_ANNOTATE_CHARSET_MASK): New macro.
17651
176522008-02-01 Kenichi Handa <handa@m17n.org>
17653
17654 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
17655
176562008-02-01 Dave Love <fx@gnu.org>
17657
17658 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
17659 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
17660 to new local and nullify apropos_accumulate before returning.
17661 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
17662
176632008-02-01 Kenichi Handa <handa@m17n.org>
17664
17665 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
17666 correctly.
e3eea1fc 17667
aac0c6e3
MR
176682008-02-01 Dave Love <fx@gnu.org>
17669
17670 * fns.c (Flanginfo): Call synchronize_system_time_locale.
17671
176722008-02-01 Kenichi Handa <handa@m17n.org>
17673
17674 The following changes are to make character composition happen
17675 automatically on displaying.
17676
17677 * Makefile.in (lisp, shortlisp): Add composite.elc.
17678
17679 * composite.h (Qauto_composed, Vauto_composition_function)
17680 (Qauto_composition_function): Extern them.
17681
17682 * composite.c (Vcomposition_function_table)
17683 (Qcomposition_function_table): Delete variables.
17684 (Qauto_composed, Vauto_composition_function)
17685 (Qauto_composition_function): New variables.
17686 (run_composition_function): Don't call
17687 compose-chars-after-function.
17688 (update_compositions): Clear `auto-composed' text property.
17689 (compose_chars_in_text): Delete this function.
17690 (syms_of_composite): Staticpro Qauto_composed and
17691 Qauto_composition_function. Declare Vauto_composition_function as
17692 a Lisp variable.
17693
17694 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
17695
17696 * xdisp.c (it_props): Add an entry for Qauto_composed.
17697 (handle_auto_composed_prop): New function.
17698
17699 * xselect.c (selection_data_to_lisp_data): Don't call
17700 compose_chars_in_text.
17701
177022008-02-01 Dave Love <fx@gnu.org>
17703
17704 * keyboard.c (read_char): Modify checking around use of
17705 Vkeyboard_translate_table.
17706
17707 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17708 and fix C types.
17709
177102008-02-01 Kenichi Handa <handa@m17n.org>
17711
17712 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
17713 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
17714 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
17715 the case that the last byte is '\r' correctly.
17716 (decode_coding): Flush out the unprocessed data correctly.
17717 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
17718
177192008-02-01 Dave Love <fx@gnu.org>
17720
17721 * xterm.c (XTread_socket): Fix changes for defined keysyms.
17722 Add XK_ISO... case.
17723 (xaw_scroll_callback): Revert last change.
17724
177252008-02-01 Kenichi Handa <handa@m17n.org>
17726
17727 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
17728
177292008-02-01 Kenichi Handa <handa@m17n.org>
17730
17731 * xfaces.c (Vface_resizing_fonts): New variable.
17732 (struct font_name): New member `resizing_ratio'.
17733 (font_resizing_ratio): New function.
17734 (split_font_name): Set font->resizing_ratio.
17735 (better_font_p): Pay attention to font->resizing_ratio.
17736 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
17737 RESX, and RESY fields.
17738 (try_alternative_families): Try scalable fonts if
17739 Vscalable_fonts_allowed is not Qt.
17740 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
17741
177422008-02-01 Dave Love <fx@gnu.org>
17743
17744 * xterm.c (xaw_scroll_callback): Cast correctly.
17745
177462008-02-01 Dave Love <fx@gnu.org>
17747
17748 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
17749 (lispy_kana_keys): Comment out.
17750 (make_lispy_event) [XK_kana_A]: Comment out.
17751
17752 * xterm.c (xaw_scroll_callback): Cast call_data.
17753 (XTread_socket): Deal with ASCII keysyms.
17754 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
17755
177562008-02-01 Dave Love <fx@gnu.org>
17757
17758 * xterm.c (Vx_keysym_table): New.
17759 (syms_of_xterm): Initialize it.
17760 (XTread_socket): Use it.
17761 From head: Eliminate incorrect optimization that tried to avoid
17762 decoding the output of X*LookupString.
17763 (x_get_font_repertory): Delete charset declaration.
17764
177652008-02-01 Kenichi Handa <handa@m17n.org>
17766
17767 * coding.c (detect_coding_charset): If only ASCII bytes are found,
17768 return 0.
17769 (Fdefine_coding_system_internal): Setup
17770 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
17771
177722008-02-01 Dave Love <fx@gnu.org>
17773
17774 * coding.c (Fcheck_coding_system): Doc fix.
17775
17776 * editfns.c (Finsert_byte): Return a proper value.
17777
177782008-02-01 Kenichi Handa <handa@m17n.org>
17779
17780 * coding.c (decode_coding): Fix args to translate_chars. Pay
17781 attention to Vstandard_translation_table_for_decode.
17782 (encode_coding): Fix args to translate_chars. Pay attention to
17783 Vstandard_translation_table_for_encode.
17784
17785 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
17786 SINGLE_BYTE_CHAR_P.
17787
17788 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
17789 not by SINGLE_BYTE_CHAR_P.
17790
17791 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
17792 SINGLE_BYTE_CHAR_P.
17793
17794 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
17795 SINGLE_BYTE_CHAR_P.
17796
17797 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
17798 by SINGLE_BYTE_CHAR_P.
17799
17800 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
17801 SINGLE_BYTE_CHAR_P.
17802
178032008-02-01 Dave Love <fx@gnu.org>
17804
17805 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
17806
178072008-02-01 Dave Love <fx@gnu.org>
17808
17809 * fns.c (Flanginfo): Fix typo.
17810
17811 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
17812
178132008-02-01 Kenichi Handa <handa@m17n.org>
17814
17815 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
17816 (detect_coding_emacs_mule, detect_coding_iso_2022)
17817 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
17818 incomplete byte sequence. Don't update *mask when correctly detected.
17819 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
17820 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
17821 (detect_coding, detect_coding_system): Adjust for the changes above.
17822
178232008-02-01 Kenichi Handa <handa@m17n.org>
17824
17825 * character.c (char_string): Rename from
17826 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
17827 (string_char): Rename from string_char.
17828
17829 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
17830 if C is greater than MAX_3_BYTE_CHAR.
17831 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
17832 string_char instead of string_char_with_unification.
17833
178342008-02-01 Dave Love <fx@gnu.org>
17835
17836 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
17837
178382008-02-01 Kenichi Handa <handa@m17n.org>
17839
17840 * keymap.c (push_key_description): Pay attention to force_multibyte.
17841
17842 * regex.c (re_search_2): Fix for the case of unibyte buffer.
17843
178442008-02-01 Dave Love <fx@gnu.org>
17845
17846 * charset.c (define_charset_internal): Rename `supprementary'.
17847
17848 * Makefile.in (lisp, shortlisp): Remove latin-N.
17849
178502008-02-01 Dave Love <fx@gnu.org>
17851
17852 * xfns.c (x_window, x_window): Use use_xim.
17853
17854 * xterm.c (use_xim): Initialize.
17855 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
17856 (x_term_init): Maybe set use_xim.
17857
17858 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
17859
178602008-02-01 Kenichi Handa <handa@m17n.org>
17861
17862 * search.c (search_buffer): Fix case-fold-search of multibyte
17863 characters.
17864 (boyer_moore): Rename the last argument to char_high_bits.
17865
178662008-02-01 Kenichi Handa <handa@m17n.org>
17867
17868 * xdisp.c (display_string): Fix for the case of zero width glyph.
17869
17870 * xfns.c (x_set_font): Change the error message of the case that
17871 x_new_fontset returns Qt.
17872
17873 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
17874 (Finternal_set_lisp_face_attribute): Use signal_error for the
17875 error of invalid fontset.
17876
17877 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
17878 fontset, return Qt.
17879
178802008-02-01 Dave Love <fx@gnu.org>
17881
17882 * unexelf.c (unexec): Make .got handling not SGI-specific.
17883
17884 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
17885
17886 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
17887
17888 * keyboard.c (read_key_sequence): Fix type error.
17889
17890 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
17891 type error.
17892
17893 * fontset.c (fontset_add): Return Lisp_Object.
17894
178952008-02-01 Dave Love <fx@gnu.org>
17896
17897 * charset.h (charset_ordered_list_tick): Declare extern.
17898
178992008-02-01 Kenichi Handa <handa@m17n.org>
17900
17901 The following changes (and some of 2008-02-01 changes of mine) are
17902 for handling syntax, category, and case conversion for unibyte
17903 characters by converting them to multibyte on the fly. With these
17904 changes, we don't have to setup syntax and case tables for unibyte
17905 characters in each language environment.
17906
17907 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
17908 multibyte if necessary.
17909
17910 * bytecode.c (Fbyte_code): Likewise.
17911
17912 * character.h (LEADING_CODE_LATIN_1_MIN)
17913 (LEADING_CODE_LATIN_1_MAX): New macros.
17914 (unibyte_to_multibyte_table): Extern it.
17915 (unibyte_char_to_multibyte): New macro.
17916 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
17917 (CHAR_LEADING_CODE): New macro.
17918 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
17919
17920 * character.c (unibyte_to_multibyte_table): New variable.
17921 (unibyte_char_to_multibyte): Move to character.h and define as macro.
17922 (multibyte_char_to_unibyte): If C is an eight-bit character,
17923 convert it to the corresponding byte value.
17924
17925 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
17926 not 1, signals an error. Update the elements of
17927 unibyte_to_multibyte_table.
17928 (init_charset_once): Initialize unibyte_to_multibyte_table.
17929 (syms_of_charset): Define the charset `iso-8859-1'.
17930
17931 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
17932 as is without converting it to unibyte. In a unibyte buffer,
17933 convert C to multibyte before checking the syntax.
17934
17935 * lisp.h (unibyte_char_to_multibyte): Delete extern.
17936
17937 * minibuf.c (Fminibuffer_complete_word): Use the macro
17938 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
17939
17940 * regex.h (struct re_pattern_buffer): New member target_multibyte.
17941
17942 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
17943 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
17944 that is zero, convert an eight-bit char to multibyte.
17945 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
17946 non-emacs case.
17947 (PATFETCH): Convert an eight-bit char to multibyte.
17948 (HANDLE_UNIBYTE_RANGE): New macro.
17949 (regex_compile): Setup the compiled pattern for multibyte chars
17950 even if the given regex string is unibyte. Use PATFETCH_RAW
17951 instead of PATFETCH in many places. To handle `charset'
17952 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
17953 only for ASCII chars.
17954 (analyse_first) <exactn>: Simplify because the compiled pattern
17955 is multibyte.
17956 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
17957 <charset>: Use CHAR_LEADING_CODE to get leading codes.
17958 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
17959 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
17960 multibyte always 1.
17961 (re_search_2): In emacs, set the locale variable multibyte to 1,
17962 otherwise to 0. New local variable target_multibyte. Check it
17963 to decide the multibyteness of STR1 and STR2. If
17964 target_multibyte is zero, convert unibyte chars to multibyte
17965 before translating and checking fastmap.
17966 (TARGET_CHAR_AND_LENGTH): New macro.
17967 (re_match_2_internal): In emacs, set the locale variable multibyte
17968 to 1, otherwise to 0. New local variable target_multibyte. Check
17969 it to decide the multibyteness of STR1 and STR2. Use
17970 TARGET_CHAR_AND_LENGTH to fetch a character from D.
17971 <charset, charset_not>: If multibyte is nonzero, check fastmap
17972 only for ASCII chars. Call bcmp_translate with
17973 target_multibyte, not with multibyte.
17974 <begline>: Declare the local variable C as `unsigned'.
17975 (bcmp_translate): Change the last arg name to target_multibyte.
17976
17977 * search.c (compile_pattern_1): Don't adjust the multibyteness of
17978 the regexp pattern and the matching target. Set cp->buf.multibyte
17979 to the multibyteness of the regexp pattern. Set
17980 cp->but.target_multibyte to the multibyteness of the matching target.
17981 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
17982 FETCH_STRING_CHAR_ADVANCE.
17983 (Freplace_match): Convert unibyte chars to multibyte.
17984
17985 * syntax.c (char_quoted, back_comment, scan_words)
17986 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
17987 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
17988 unibyte chars to multibyte.
17989 (skip_chars): Delete the arg syntaxp, and move the code for
17990 handling syntaxes to skip_syntaxes. Change callers.
17991 Fix the case that the multibyteness of STRING and the current
17992 buffer doesn't match.
17993 (skip_syntaxes): New function.
17994 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
17995 SINGLE_BYTE_CHAR_P.
17996
179972008-02-01 Kenichi Handa <handa@m17n.org>
17998
17999 * xfaces.c (QCfontset): New variable.
18000 (LFACE_FONTSET): New macro.
18001 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
18002 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
18003 (Finternal_set_lisp_face_attribute)
18004 (Finternal_get_lisp_face_attribute): Handle QCfontset.
18005 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
18006 check also LFACE_FONTSET_INDEX.
18007 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
18008 attrs[LFACE_FONT_INDEX].
18009 (syms_of_xfaces): Intern and staticpro QCfontset.
18010
18011 * dispextern.h (enum lface_attribute_index): New member
18012 LFACE_FONTSET_INDEX.
18013
18014 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
18015
180162008-02-01 Kenichi Handa <handa@m17n.org>
18017
18018 * coding.c (coding_set_destination): Fix coding->destination for
18019 the case converting a region.
18020 (encode_coding_utf_8): Encode eight-bit chars as single byte.
18021 (encode_coding_object): Fix coding->dst_pos and
18022 coding->dst_pos_byte for the case converting a region.
18023
18024 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
18025
18026 * character.h (BYTE8_STRING): New macro.
18027
18028 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
18029
180302008-02-01 Kenichi Handa <handa@m17n.org>
18031
18032 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
18033 characters by octal form.
18034
18035 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
18036
18037 * buffer.h (_fetch_multibyte_char_len): Delete extern.
18038 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
18039 _fetch_multibyte_char_len.
18040 (FETCH_CHAR_AS_MULTIBYTE): New macro.
18041
18042 * casetab.c (set_canon, set_identity, shuffle): Simplify.
18043
18044 * casefiddle.c (casify_object): Simplify. Handle the case that
18045 the case conversion change the byte length.
18046 (casify_region): Likewise.
18047
18048 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
18049
18050 * character.c (_fetch_multibyte_char_len): Delete this variable.
18051 (syms_of_character): Setup Vprintable_chars.
18052
18053 * editfns.c (Fchar_equal): Fix for the unibyte case.
18054 (Finsert_byte): New function.
18055 (syms_of_editfns): Defsubr it.
18056
18057 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
18058 of direct code 0x3ffff.
18059
18060 * search.c (Freplace_match): Fix for the unibyte case.
18061
180622008-02-01 Kenichi Handa <handa@m17n.org>
18063
18064 * lread.c (safe_to_load_p): Fix the logic.
18065
18066 * syntax.c (scan_words): Don't treat characters belonging to
18067 different scripts as constituting a word.
18068
18069 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
18070
18071 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
18072
18073 * emacs.c (main): In the case of --unibyte, instead of aborting on
18074 finding non-empty buffer, make it unibyte.
18075
180762008-02-01 Kenichi Handa <handa@m17n.org>
18077
18078 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
18079 to create a fontset.
18080
180812008-02-01 Dave Love <fx@gnu.org>
18082
18083 * character.c (Funibyte_char_to_multibyte): Doc fix.
18084
18085 * xfns.c [HAVE_STDLIB_H]: Fix last change.
18086
180872008-02-01 Kenichi Handa <handa@m17n.org>
18088
18089 * fontset.c (fontset_add): Make the type `int'.
18090 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
18091
18092 * character.c (unibyte_char_to_multibyte)
18093 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
18094 charset_unibyte, not charset_primary.
18095
18096 * charset.h (charset_unibyte): Extern it instead of charset_primary.
18097
18098 * charset.c (charset_unibyte): Rename from charset_primary.
18099 (Funibyte_charset): Rename from Fprimary_charset.
18100 (Fset_unibyte_charset): Rename from Fset_primary_charset.
18101 (syms_of_charset): Adjust for the above changes.
18102
18103 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
18104 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
18105 it->multibyte_p is zero.
18106
18107 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
18108 Delete extern.
18109
181102008-02-01 Kenichi Handa <handa@m17n.org>
18111
18112 * coding.c (Fdefine_coding_system_internal): Fix category setting
18113 for a coding system of type iso-2022.
18114
181152008-02-01 Kenichi Handa <handa@m17n.org>
18116
18117 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
18118
181192008-02-01 Kenichi Handa <handa@m17n.org>
18120
18121 * syntax.c (Vnext_word_boundary_function_table): New variable.
18122 (next-word-boundary-function-table): Declare it as a Lisp variable
18123 in syms_of_syntax.
18124 (scan_words): Call functions in Vnext_word_boundary_function_table
18125 if any.
18126
18127 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
18128
18129 * fontset.c (fs_load_font): If fontp->charset is not negative,
18130 return fontp without setting its members.
18131
181322008-02-01 Dave Love <fx@gnu.org>
18133
18134 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
18135
18136 * m/sparc.h (HAVE_ALLOCA): Delete.
18137
18138 * s/irix6-5.h: Don't include strings.h.
18139 (bcopy, bzero, bcmp): Don't undef.
18140
18141 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
18142
18143 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
18144 (TIOCSIGSEND): Don't test IRIX6.
18145 (bcopy, bzero, bcmp): Define conditionally.
18146
181472008-02-01 Kenichi Handa <handa@m17n.org>
18148
18149 * buffer.c (Qas, Qmake, Qto): New variables.
18150 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
18151 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
18152
18153 * callproc.c (Fcall_process): Don't call insert_1_both directly if
18154 we are inserting a process output into a multibyte buffer.
18155
18156 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
18157 multibyte_char_to_unibyte.
18158
18159 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
18160 by the primary charset, make it eight-bit char.
18161 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
18162
18163 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
18164 (charset_8_bit__control, charset_8_bit_graphic)
18165 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
18166 (define_charset_internal): New function.
18167 (syms_of_charset): Call define_charset_internal for pre-defined
18168 charsets.
18169
18170 * charset.h (charset_8_bit): Extern it.
18171
18172 * coding.c (make_conversion_work_buffer): Adjust for the change
18173 of Fset_buffer_multibyte.
18174 (encode_coding_raw_text): Increment p0 in the loop.
18175
18176 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
18177
18178 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
18179 for the change of Fset_buffer_multibyte.
18180
18181 * fns.c (Fstring_to_multibyte): New function.
18182 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
18183
181842008-02-01 Dave Love <fx@gnu.org>
18185
18186 * xfns.c (x_put_x_image): Declare args.
18187
18188 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
18189 (try_font_list): Declare an arg.
18190
18191 * xdisp.c (message2_nolog, set_message): Declare an arg.
18192
18193 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
18194
18195 * syntax.c (scan_sexps_forward): Declare an arg.
18196
18197 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
18198 Declare an arg.
18199
18200 * lisp.h (Fnew_fontset): Declare.
18201
18202 * keymap.c (push_key_description): Call CHARACTERP correctly.
18203
18204 * fontset.c (fontset_add): Declare args. Call make_number correctly.
18205 (face_for_char): Delete unused vars.
18206 (Fset_fontset_font): Doc fix. Delete unused vars.
18207
18208 * doc.c (Fsubstitute_command_keys): Delete unused vars.
18209
18210 * composite.c (update_compositions): Declare arg.
18211
18212 * cm.c (calccost, cmgoto): Declare args.
18213
18214 * charset.c: Remove `emacs' conditional. Doc fixes.
18215 (map_char_table_for_charset): Declare.
18216
18217 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
18218
18219 * ccl.c: Remove `emacs' conditional.
18220
182212008-02-01 Kenichi Handa <handa@m17n.org>
18222
18223 The following changes are to allow specifying multiple font
18224 patterns for a character range (specified by script or charset).
18225
18226 * Makefile.in (abbrev.o): Depend on syntax.h.
18227 (xfaces.o): Depend on charset.h.
18228
18229 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
18230 SINGLE_BYTE_CHAR_P.
18231
18232 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
18233
18234 * character.h (Vchar_script_table): Extern it.
18235
18236 * character.c (Vscript_alist): Delete.
18237 (Vchar_script_table, Qchar_script_table): New variable.
18238 (syms_of_character): Declare Vchar_script_table as a lisp variable
18239 and initialize it.
18240
18241 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
18242 have property char-table-extra-slots, make no extra slot.
18243
18244 * dispextern.h (struct face): Delete member `charset'.
18245 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
18246 SINGLE_BYTE_CHAR_P.
18247 (choose_face_font, lookup_non_ascii_face, font_name_registry):
18248 Add prototypes.
18249 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
18250 (generate_ascii_font_name): Rename from generate_ascii_font.
18251
18252 * fontset.h (get_font_repertory_func): New prototype.
18253 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
18254 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
18255
18256 * fontset.c (Qprepend, Qappend): New variables.
18257 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
18258 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
18259 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
18260 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
18261 (fontset_ref_and_range, fontset_add, reorder_font_vector)
18262 (load_font_get_repertory): New functions.
18263 (fontset_set): Delete.
18264 (fontset_face): New arg FACE. Return face ID, not face.
18265 Complete re-write to handle new fontset structure. Change caller.
18266 (free_face_fontset): Use ASET istead of AREF (X) = Y.
18267 (face_for_char): Don't call lookup_face.
18268 (make_fontset_for_ascii_face): New arg FACE.
18269 (fs_load_font): New arg CHARSET_ID. Don't check
18270 Vfont_encoding_alist here.
18271 (find_font_encoding): New function.
18272 (list_fontsets): Use STRINGP, not ! NILP.
18273 (accumulate_script_ranges): New function.
18274 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
18275 re-written to handle new fontset structure.
18276 (Ffontset_font): Return a copy of element.
18277 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
18278 docstring of font-encoding-alist.
18279
18280 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
18281 (Fset_fotset_font): Fix arguments to 5.
18282
18283 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
18284
18285 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
18286 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
18287 (highlight_trailing_whitespace): Adjust for the change of
18288 lookup_named_face.
18289
18290 * xfaces.c: Include charset.h.
18291 (load_face_font): Delete argument C. Change caller.
18292 (generate_ascii_font_name): Rename from generate_ascii_font.
18293 (font_name_registry): New function.
18294 (cache_face): Store ascii faces before non-ascii faces in buckets.
18295 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
18296 Lookup only ascii faces.
18297 (lookup_non_ascii_face): New function.
18298 (lookup_named_face): Delete argument C. Change caller.
18299 (lookup_derived_face): Delete argument C. Change caller.
18300 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
18301 a string, just call font_list with it.
18302 (choose_face_font): Delete arguments FACE and C. New arg
18303 FONT_SPEC. Change caller.
18304 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
18305 Change caller.
18306 (realize_non_ascii_face): New function.
18307 (realize_x_face): Call load_face_font here.
18308 (realize_tty_face): Delete argument C. Change caller.
18309 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
18310 get a face ID.
18311 (dump_realized_face): Don't print charset of FACE.
18312
18313 * xfns.c (x_set_font): Always call x_new_fontset and
18314 store_frame_parameter.
18315 (Fx_create_frame): Call x_new_fontset, not x_new_font.
18316 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
18317
18318 * xterm.h (x_get_font_repertory): Extern it.
18319
18320 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
18321 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
18322 it->multibyte_p is zero.
18323 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
18324 (x_new_fontset): If FONTSETNAME doesn't match any existing
18325 fontsets, create a new one.
18326 (x_get_font_repertory): New function.
18327
183282008-02-01 Kenichi Handa <handa@m17n.org>
18329
18330 * coding.c (Ffind_coding_systems_region_internal): Detect an
18331 ASCII only string correctly.
18332
18333 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
18334 version is 0.
18335
183362008-02-01 Kenichi Handa <handa@m17n.org>
18337
18338 * lread.c: Include "coding.h".
18339 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
18340 (load_each_byte, unread_char): New variables.
18341 (readchar_backlog): Delete.
18342 (readchar): Return a character unless load_each_byte is nonzero.
18343 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
18344 cons. If unread_char is not -1, simply return it.
18345 (unreadchar): Handle the case that readcharfun is
18346 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
18347 (read_multibyte): Delete.
18348 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
18349 (read_emacs_mule_char): New functions.
18350 (Fload): Even if the file doesn't have the extension ".elc", if
18351 safe_to_load_p returns a positive version number, assume that the
18352 file contains bytecompiled code. If the version is less than 22,
18353 load the file while decoding multibyte sequences by emacs-mule.
18354 (readevalloop): Don't use readchar_backlog.
18355 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
18356 (Fread_from_string): Pay attention to the case that STREAM is a cons.
18357 (read_escape): Delete the arg BYTEREP.
18358 (read1): Set load_each_byte to 1 temporarily while handling
18359 #@NUMBER. Don't call read_multibyte.
18360 (read_vector): Call Fread with a cons. If readcharfun is
18361 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
18362 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
18363 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
18364 and Qload_force_doc_strings.
18365
183662008-02-01 Kenichi Handa <handa@m17n.org>
18367
18368 * xdisp.c (face_before_or_after_it_pos): Call
18369 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
18370
183712008-02-01 Kenichi Handa <handa@m17n.org>
18372
18373 * character.h (TRAILING_CODE_P): New macro.
18374 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
18375 (string_char_with_unification): Fix prototype.
18376 (Vscript_alist): Extern it.
18377
18378 * character.c (Vscript_alist): New variable.
18379 (string_char_with_unification, str_as_unibyte)
18380 (string_escape_byte8): Add `const' to local variables.
18381 (syms_of_character): Declare script-alist as a Lisp variable.
18382
18383 * charset.h (Vcharset_ordered_list): Extern it.
18384 (charset_ordered_list_tick): Extern it.
18385 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
18386 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
18387 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
18388 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
18389 (Funify_charset): Adjust for the change of Funify_charset.
18390
18391 * charset.c (charset_ordered_list_tick): New variable.
18392 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
18393 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
18394 deunify intead of unify a charset.
18395 (string_xstring_p): Add `const' to local variables.
18396 (find_charsets_in_text): Add `const' to arguments and local variables.
18397 (encode_char): Adjust for the change of Funify_charset. Fix
18398 detecting of invalid code.
18399 (Fset_charset_priority): Increment charset_ordered_list_tick.
18400 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
18401 and TO_CODE.
18402
18403 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
18404 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
18405 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
18406 (decode_coding_ccl, consume_chars)
18407 (Ffind_coding_systems_region_internal)
18408 (Fcheck_coding_systems_region): Add `const' to local variables.
18409
18410 * print.c (print_object): Use octal form for printing the
18411 contents of a bool vector.
18412
184132008-02-01 Dave Love <fx@gnu.org>
18414
18415 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
18416 <version == 20>: Refuse to load.
18417
184182008-02-01 Dave Love <fx@gnu.org>
18419
18420 * fns.c: Move coding.h.
18421 (Qcodeset, Qdays, Qmonths): New.
18422 (concat): Use CHARACTERP instead of INTEGERP.
18423 (Flocale_codeset): Delete.
18424 (Flanginfo): New function.
18425 (syms_of_fns): Change accordingly.
18426
18427 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
18428
184292008-02-01 Dave Love <fx@gnu.org>
18430
18431 * casetab.c (init_casetab_once, init_casetab_once): Fix
18432 CHAR_TABLE_SET call.
18433
18434 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
18435
18436 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
18437
18438 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
18439 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
18440 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
18441
18442 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
18443
18444 * coding.c (ENCODE_DESIGNATION, decode_eol)
18445 (make_conversion_work_buffer, code_conversion_restore)
18446 (Fdefine_coding_system_internal): Convert Lisp types.
18447 (code_conversion_restore): Use EQ, not ==.
18448 (Fencode_coding_string): Fix code_convert_string call.
18449
18450 * coding.h (code_convert_region): Fix prototype.
18451
18452 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
18453
18454 * fontset.c (fontset_ref, fontset_set, fs_load_font)
18455 (Ffontset_info): Convert Lisp types.
18456
18457 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
18458
18459 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
18460
18461 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
18462
18463 * chartab.c: Include "...h", not <...h> in some cases.
18464
18465 * callproc.c (Fcall_process): Remove unused variables.
18466
184672008-02-01 Dave Love <fx@gnu.org>
18468
18469 * coding.c (Fset_coding_system_priority): Allow null arg list.
18470
184712008-02-01 Dave Love <fx@gnu.org>
18472
18473 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
18474 (Fself_insert_and_exit): Use CHARACTERP.
18475
18476 * callproc.c (Fcall_process): Remove unused vars.
18477
18478 * xterm.c (XTread_socket): Add extra dead keysyms.
18479
18480 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
18481
18482 * dispextern.h: Remove prototypes for redraw_frame,
18483 redraw_garbaged_frames.
18484
18485 * cmds.c (Fself_insert_command): Use CHARACTERP.
18486
18487 * chartab.c (make_sub_char_table): Remove unused var.
18488 (Fset_char_table_default, Fmap_char_table): Doc fix.
18489
18490 * keymap.c (access_keymap): Remove generic char code.
18491 (push_key_description): Use CHARACTERP.
18492
184932008-02-01 Dave Love <fx@gnu.org>
18494
18495 * charset.c: Doc fixes.
18496 (Funify_charset): Extra checking.
18497
184982008-02-01 Dave Love <fx@gnu.org>
18499
18500 * lread.c: Remove some unused variables.
18501 (safe_to_load_p): If safe, return the magic number version byte.
18502 (Fload): Maybe use load-with-code-conversion.
18503
185042008-02-01 Kenichi Handa <handa@m17n.org>
18505
18506 * category.c (Fmodify_category_entry): Don't modify the contents
18507 of category_set for characters out of the range. Avoid
18508 unnecessary modification.
18509
18510 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
18511 Vchar_unify_table. The default value of the table is now nil.
18512
18513 * character.c (syms_of_character): Setup Vchar_width_table for
18514 eight-bit-control and raw-byte chars.
18515
18516 * charset.h (enum define_charset_arg_index): Delete
18517 charset_arg_parents and add charset_arg_subset and
18518 charset_arg_superset.
18519 (enum charset_attr_index): Delete charset_parents and add
18520 charset_subset and charset_superset.
18521 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
18522 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
18523 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
18524 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
18525 (CHARSET_SUPERSET): New macros.
18526 (charset_work): Extern it.
18527 (ENCODE_CHAR): Use charset_work.
18528 (CHAR_CHARSET_P): Adjust for the change of encoder format.
18529 (map_charset_chars): Extern it.
18530
18531 * charset.c (load_charset_map): Set the default value of encoder
18532 and deunifier char-tables to nil.
18533 (map_charset_chars): Change argument. Change callers. Use
18534 map_char_table_for_charset instead of map_char_table.
18535 (Fmap_charset_chars): New optional args from_code and to_code.
18536 (Fdefine_charset_internal): Adjust for the change of
18537 `define-charset' (:parents -> :subset or :superset).
18538 (charset_work): New variable.
18539 (encode_char, syms_of_charset): Adjust for the change of
18540 Fdefine_charset_internal.
18541 (Ffind_charset_string): Setup the vector `charsets' correctly.
18542
18543 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
18544 the previous change.
18545 (char_table_ref_and_range): Adjust for the above change.
18546 (map_sub_char_table_for_charset): New function.
18547 (map_char_table_for_charset): New function.
18548
18549 * keymap.c (describe_vector): Handle a char-table directly here.
18550 (describe_char_table): Delete.
18551
18552 * lisp.h (map_charset_chars): Delete.
18553
185542008-02-01 Dave Love <fx@gnu.org>
18555
18556 * fns.c (count_combining): Comment out (unused).
18557 (Flocale_codeset): New.
18558 (syms_of_fns): Defsubr it.
18559
18560 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
18561 (size_t): Remove.
18562
185632008-02-01 Dave Love <fx@gnu.org>
18564
18565 * Makefile.in (chartab.o): Depend on charset.h.
18566
185672008-02-01 Kenichi Handa <handa@m17n.org>
18568
18569 * character.c (syms_of_character): Set the default value of
18570 Vprintable_chars to Qnil.
18571
185722008-02-01 Dave Love <fx@gnu.org>
18573
18574 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
18575
185762008-02-01 Kenichi Handa <handa@m17n.org>
18577
18578 * charset.c (load_charset_map): Handle the case that from < to
18579 correctly.
18580
18581 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
18582 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
18583 Pay attention to raw-8-bit chars.
18584
185852008-02-01 Kenichi Handa <handa@m17n.org>
18586
18587 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
18588 It is not bytecompiled now.
18589
18590 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
18591 (charset_jisx0208): New variables.
18592 (Fdefine_charset_internal): Setup them if appropriate.
18593 (init_charset_once): Initialize them to -1.
18594
18595 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
18596 (charset_jisx0208): Extern them.
18597
18598 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
18599 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
18600 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
18601 (setup_iso_safe_charsets): Fix arguments to Fassq.
18602 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
18603 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
18604 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
18605 (encode_coding_iso_2022): Change the 1st arg to
18606 ENCODE_ISO_CHARACTER to a variable.
18607
186082008-02-01 Kenichi Handa <handa@m17n.org>
18609
18610 * charset.h (enum define_charset_arg_index): New enums
18611 charset_arg_min_code and charset_arg_max_code.
18612 (struct charset): New member char_index_offset.
18613
18614 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
18615 Take charset->char_index_offset into account.
18616 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
18617 args[charset_arg_max_code]. Setup charset.char_index_offset.
18618 (syms_of_charset): Fix args to Fdefine_charset_internal.
18619
186202008-02-01 Dave Love <fx@gnu.org>
18621
18622 * coding.c (decode_coding_utf_8): Reject overlong sequences.
18623
186242008-02-01 Dave Love <fx@gnu.org>
18625
18626 * coding.c: Doc fixes.
18627 (Fcoding_system_aliases): Fix return value.
18628 (Qmac): Remove (duplicated) definition.
18629
186302008-02-01 Dave Love <fx@gnu.org>
18631
362654a6
JB
18632 * charset.c (Fcharset_priority_list, Fset_charset_priority):
18633 New functions.
aac0c6e3
MR
18634
18635 * character.c (Fstring): Doc fix.
18636
18637 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
18638
362654a6 18639 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
18640 (font-encoding-alist): Doc fix.
18641
186422008-02-01 Dave Love <fx@gnu.org>
18643
18644 * term.c (costs_set): Declare static, non-initialized for pcc.
18645 (encode_terminal_code): Remove unused var.
18646
18647 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
18648 for K&R.
18649
18650 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
18651
18652 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
18653 (suffixes): Move out of make_subsidiaries for K&R.
18654
18655 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
18656
18657 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
18658
186592008-02-01 Dave Love <fx@gnu.org>
18660
18661 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
18662
18663 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
18664
186652008-02-01 Yong Lu <lyongu@asia-infonet.com>
18666
18667 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
18668
18669 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
18670
186712008-02-01 Kenichi Handa <handa@m17n.org>
18672
18673 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
18674 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
18675
186762008-02-01 Kenichi Handa <handa@m17n.org>
18677
18678 * coding.c (decode_coding_charset): Adjust for the change of
18679 Fdefine_coding_system_internal.
18680 (Fdefine_coding_system_internal): For a coding system of
18681 `charset' type, store a list of charset IDs in
18682 `charset_attr_charset_valids' element of coding attributes.
18683
186842008-02-01 Kenichi Handa <handa@m17n.org>
18685
18686 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
18687 (emacs_mule_char): New arg src. Delete arg `composition'. Change
18688 caller. Handle 2-byte and 3-byte charsets correctly.
18689 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
18690 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
18691 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
18692 (DECODE_EMACS_MULE_21_COMPOSITION): Call
18693 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
18694 sequence.
18695 (decode_coding_emacs_mule): Handle composition correctly. Rewind
18696 `src' and `consumed_chars' correctly before calling emacs_mule_char.
18697 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
18698 and alt&rule composition.
18699 (decode_coding_iso_2022): Handle composition correctly.
18700 (init_coding_once): Setup emacs_mule_bytes for private charsets.
18701
18702 * charset.c (Fdefine_charset_internal): Fix bug for the case of
18703 re-defining a charset. If the charset has :emacs-mule-id, setup
18704 emacs_mule_bytes.
18705 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
18706
187072008-02-01 Kenichi Handa <handa@m17n.org>
18708
18709 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
18710 (encode_coding_big5, encode_coding_charset): If coding requires safe
18711 encoding, produce a character specified by
18712 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
18713
187142008-02-01 Dave Love <fx@gnu.org>
18715
18716 * xterm.c (XSetIMValues): Declare.
18717
18718 * process.c: Conditionally include sys/wait.h, pty.h.
18719
18720 * print.c (print_object): Fix print format for 64-bit systems.
18721
18722 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
18723
18724 * buffer.c (emacs_strerror): Declare.
18725
18726 * fontset.c (Fclear_face_cache): Declare.
18727 (accumulate_font_info): Comment-out (unused).
18728 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
18729 variables.
18730
18731 * character.h (string_escape_byte8): Declare.
18732
18733 * charset.c (load_charset_map, load_charset_map_from_file): Remove
18734 unused vars.
18735 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
18736 (Fmap_charset_chars): Doc fix.
18737
18738 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
18739 (Fset_coding_system_priority, Fset_coding_system_priority)
18740 (Fdefine_coding_system_internal): Doc fix.
18741
187422008-02-01 Dave Love <fx@gnu.org>
18743
18744 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
18745
187462008-02-01 Kenichi Handa <handa@m17n.org>
18747
18748 * character.c (string_escape_byte8): Make multibyte string with
18749 correct size.
18750
18751 * charset.c (Fmake_char): Delete unnecessary code.
18752
187532008-02-01 Kenichi Handa <handa@m17n.org>
18754
18755 * xfns.c (x_encode_text): Allocate coding.destination here, and
18756 call encode_coding_object with dst_object Qnil.
18757
18758 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
18759 multibyte form correctly.
18760
18761 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
18762 against Vfont_encoding_alist.
18763
18764 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
18765 handling of charset list.
18766 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
18767 (decode_coding_object): Move point to coding->dst_pos before
18768 calling post-read-conversion function.
18769 (encode_coding_object): Give correct arguments to
18770 pre-write-conversion. Ignore the return value of
18771 pre-write-conversion function. Pay attention to the case that
18772 pre-write-conversion changes the current buffer. If dst_object is
18773 Qt, even if coding->src_bytes is zero, allocate at least one byte
18774 to coding->destination.
18775
18776 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
18777
18778 * charset.c (Fmake_char): Make it more backward compatible.
18779 (Fmap_charset_chars): Fix docstring.
18780
187812008-02-01 Dave Love <fx@gnu.org>
18782
18783 * coding.c: Doc fixes.
18784 (Fdefine_coding_system_alias): Use names, not symbols, in
18785 coding-system-alist.
18786
187872008-02-01 Kenichi Handa <handa@m17n.org>
18788
18789 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
18790 of calling free_realized_face.
18791
187922008-02-01 Yong Lu <lyongu@asia-infonet.com>
18793
18794 * charset.c (read_hex): Don't treat SPC as a comment starter.
18795 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
18796 (Fdecode_char): Fix typo.
18797
187982008-02-01 Kenichi Handa <handa@m17n.org>
18799
18800 * charset.h (struct charset): New member `code_space_mask'.
18801
18802 * coding.c (coding_set_source): Delete the local variable beg_byte.
18803 (encode_coding_charset, Fdefine_coding_system_internal):
18804 Delete the local variable charset.
18805 (Fdefine_coding_system_internal): Setup
18806 attrs[coding_attr_charset_valids] correctly.
18807
18808 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
18809 member to check if CODE is valid or not.
18810 (Fdefine_charset_internal): Initialize `code_space_mask' member.
18811 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
18812 is within the range of charset->min_code and carset->max_code.
18813
188142008-02-01 Dave Love <fx@gnu.org>
18815
18816 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
18817
18818 * dispextern.h (generate_ascii_font): Fix return type.
18819
18820 * xfaces.c (generate_ascii_font): Fix arg declaration.
18821
18822 * coding.c (coding_inherit_eol_type)
18823 (Fset_terminal_coding_system_internal)
18824 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
18825
188262008-02-01 Kenichi Handa <handa@m17n.org>
18827
18828 * coding.c (decode_coding_charset, encode_coding_charset): Handle
18829 multiple charsets correctly.
18830
188312008-02-01 Kenichi Handa <handa@m17n.org>
18832
18833 * search.c (boyer_moore): Fix handling of multibyte character
18834 translation.
18835
18836 * xdisp.c (display_mode_element): When the variable `elt' is
18837 changed, update `this' and `lisp_string'.
18838
188392008-02-01 Kenichi Handa <handa@m17n.org>
18840
18841 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
18842
18843 * callproc.c (Fcall_process): Be sure to give the current buffer
18844 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
18845
18846 * charset.c (struct charset_map_entries): New struct.
18847 (load_charset_map): Rename from parse_charset_map. New args
18848 entries and n_entries. Change caller.
18849 (load_charset_map_from_file): Rename from load_charset_map.
18850 Change caller. New arg control_flag. Call load_charset_map at
18851 the tail.
18852 (load_charset_map_from_vector): New function.
18853 (Fdefine_charset_internal): Setup charset.compact_codes_p.
18854 (encode_char): If the charset is compact, change a character index
18855 to a code point.
18856
18857 * coding.c (coding_alloc_by_making_gap): Check the case that the
18858 source and destination are the same correctly.
18859 (decode_coding_raw_text): Set coding->consumed_char and
18860 coding->consumed to 0.
18861 (produce_chars): If coding->chars_at_source is nonzero, update
18862 coding->consumed_char and coding->consumed before calling
18863 alloc_destination.
18864 (Fdefine_coding_system_alias): Register ALIAS in
18865 Vcoding_system_alist.
18866 (syms_of_coding): Define `no-conversion' coding system at the tail.
18867
18868 * fileio.c (Finsert_file_contents): Set coding_system instead of
18869 val. If the current buffer is multibyte, always call
18870 decode_coding_gap.
18871
18872 * xfaces.c (try_font_list): Give higher priority to fontset's
18873 family than face's family.
18874
188752008-02-01 Kenichi Handa <handa@m17n.org>
18876
18877 * callproc.c (Fcall_process): Be sure to give the current buffer
18878 to decode_coding_c_string.
18879
18880 * xfaces.c (try_font_list): Give a family specified in a fontset
18881 higher priority than a family specified in a face.
18882
188832008-02-01 Kenichi Handa <handa@m17n.org>
18884
18885 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
18886 Fix arguments to insert_from_buffer.
18887
18888 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
18889
188902008-02-01 Kenichi Handa <handa@m17n.org>
18891
18892 * coding.c (produce_chars): Set the variable `multibytep' correctly.
18893 (decode_coding_gap): Set coding->dst_multibyte correctly.
18894
188952008-02-01 Kenichi Handa <handa@m17n.org>
18896
18897 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
18898 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
18899 (encode_coding_utf_16): Substitute coding->default_char for
18900 non-Unicode characters.
18901 (decode_coding): Don't call record_insert here.
18902 (setup_coding_system): Initialize `surrogate' of
18903 coding->spec.utf_16 to 0.
18904 (EMIT_ONE_BYTE): Fix for multibyte case.
18905
18906 * insdel.c (insert_from_gap): Call record_insert.
18907
189082008-02-01 Kenichi Handa <handa@m17n.org>
18909
18910 * casefiddle.c (casify_region): Fix multibyte case.
18911
18912 * character.c (c_string_width): Add return type `int'.
18913 (char_string_with_unification): Delete arg ADVANCED.
18914
18915 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
18916 (CHAR_STRING): Adjust for the change of char_string_with_unification.
18917 (CHAR_STRING_ADVANCE): Make it do-while statement.
18918
18919 * chartab.c (sub_char_table_set_range): Optimize for the case
18920 DEPTH == 3. Add workaround code for a GCC optimization bug.
18921
18922 * charset.c (parse_charset_map): Remove an unused variable.
18923
18924 * coding.c: Delete unused variables.
18925
18926 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
18927 earlier. If inserted is zero and the coding system doesn't
18928 require flushing, don't call decode_coding_gap.
18929
18930 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
18931
189322008-02-01 Kenichi Handa <handa@m17n.org>
18933
18934 The following changes are for using Unicode as an internal
18935 character model, and use UTF-8 format for buffer/string
18936 representation.
18937
18938 * .gdbinit (xchartable): Adjust for the change of char table structure.
18939 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
18940
18941 * Makefile.in (obj): Add character.o and chartab.o.
18942 (lisp, shortlisp): Remove utf-8.elc.
18943 (*.o): For many files, change dependency on charset.h to
18944 character.h, and add dependency on character.h.
18945 (character.o, chartab.o): New targets.
18946
18947 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
18948 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
18949 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
18950 of "charset.h".
18951
18952 * dired.c, filelock.c: Include "character.h".
18953
18954 * alloc.c: Include "character.h" instead of "charset.h".
18955 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
18956 (syms_of_alloc): Remove defsubr for Smake_char_table.
18957
18958 * buffer.c: Include "character.h" instead of "charset.h", don't
18959 include "coding.h".
18960 (Fset_buffer_multibyte): Adjust for UTF-8.
18961
18962 * buffer.h: EXFUN Fbuffer_live_p.
18963
18964 * callproc.c: Include "character.h" instead of "charset.h".
18965 (Fcall_process): Big change for the new code-conversion APIs.
18966
18967 * casetab.c: Include "character.h" instead of "charset.h".
18968 (set_canon, set_identity, shuffle): Adjust for the new
18969 map_char_table spec.
18970 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
18971 accessing the char table structure.
18972
18973 * chartab.c: New file that implements char table.
18974
18975 * category.c: Include "character.h".
18976 (copy_category_entry): New function.
18977 (copy_category_table): Call map_char_table and copy_category_entry.
18978 (Fmake_category_table): Initialize all top-level slots.
18979 (char_category_set): New function.
18980 (modify_lower_category_set): Delete.
18981 (Fmodify_category_entry): Call char_table_ref_and_range.
18982
18983 * category.h (CATEGORY_SET): Just call char_category_set.
18984
18985 * ccl.c: Include "character.h".
18986 (Qccl, Qcclp): New variables.
18987 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
18988 it's less than 256.
18989 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
18990 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
18991 and DST type.
18992 (ccl_driver): Change types of argument, adjust code accordingly.
18993 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
18994 ccl_driver.
18995 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
18996
18997 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
18998 New members src_multibyte, dst_multibyte, consumed, and produced.
18999 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
19000 (CODING_SPEC_CCL_PROGRAM): New macro.
19001 (ccl_driver): Update prototype.
19002 (Qccl, Qcclp, Fccl_program_p): Extern them.
19003 (CHECK_CCL_PROGRAM): New macro.
19004
19005 * character.c, character.h, chartab.c: New files.
19006
19007 * charset.c: Mostly re-written. Move character and multibyte sequence
19008 handling codes to character.c.
19009
19010 * charset.h: Mostly re-written. Move character and multibyte sequence
19011 handling codes to character.h.
19012
19013 * coding.c, coding.h: Mostly re-written.
19014
19015 * composite.c: Include "character.h" instead of "charset.h".
19016 (CHAR_WIDTH): Move to character.h.
19017 (HASH_KEY, HASH_VALUE): Delete.
19018
19019 * composite.h (enum composition_method): Change order of enumeration
19020 symbols.
19021
19022 * data.c: Include "character.h" instead of "charset.h".
19023 (Faref): Call CHAR_TABLE_REF for a char table.
19024 (Faset): Call CHAR_TABLE_SET for a char table.
19025
19026 * dispextern.h (free_realized_face, check_face_attribytes)
19027 (generate_ascii_font): Extern them.
19028 (free_realized_multibyte_face): Delete extern.
19029
19030 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
19031 table structure.
19032
19033 * editfns.c: Include "character.h" instead of "charset.h".
19034 (Fchar_to_string): Always call CHAR_STRING.
19035
19036 * emacs.c (main): Call init_charset_once, init_charset,
19037 syms_of_chartab, and syms_of_character.
19038
19039 * fileio.c: Include "character.h" instead of "charset.h".
19040 (Finsert_file_contents): Big change for the new code-conversion API.
19041 (choose_write_coding_system, Fwrite_region): Likewise.
19042 (build_annotations_2): Delete.
19043 (e_write): Big change for the new code-conversion API.
19044
19045 * fns.c: Include "character.h" instead of "charset.h".
19046 (copy_sub_char_table): Move to chartab.c.
19047 (Fcopy_sequence): Call copy_char_table for a char table.
19048 (concat): Delete codes calling count_multibyte.
19049 (string_char_to_byte, string_byte_to_char): Adjust for the new
19050 multibyte form.
19051 (internal_equal): Adjust for the change of char table structure.
19052 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
19053 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
19054 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
19055 (char_table_translate, optimize_sub_char_table)
19056 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
19057 chartab.c.
19058 (char_table_ref_and_index): Delete.
19059 (HASH_KEY, HASH_VALUE): Move to lisp.h.
19060 (Fmd5): Call preferred_coding_system instead of accessing
19061 Vcoding_category_list. Adjust for the new code-conversion API.
19062 (syms_of_fns): Move defsubr for char table related functions to
19063 chartab.c.
19064
19065 * fontset.c: Mostly re-written.
19066
19067 * fontset.h (struct font_info): Change type of the member encoding_type.
19068 (enum FONT_SPEC_INDEX): New enum.
19069 (fontset_font_pattern, fs_load_font): Update prototype.
19070 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
19071
19072 * indent.c: Include "character.h" instead of "charset.h".
19073 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
19074
19075 * insdel.c: Include "character.h" instead of "charset.h".
19076 (copy_text): Don't refer to Vnonascii_translation_table.
19077 (insert_from_gap): New function.
19078
19079 * keyboard.c: Include "character.h" instead of "charset.h".
19080 (command_loop_1): Never call direct_output_forward_char before
19081 a non-ASCII character.
19082 (read_char): If Vkeyboard_translate_table is a char table, always
19083 translate a character.
19084
19085 * keymap.c: Include "character.h".
19086 (store_in_keymap): Handle the case that IDX is a cons.
19087 (Fdefine_key): Handle the case that KEY is a cons and the car part
19088 is also a cons (range).
19089 (push_key_description): Adjust for the new character code.
19090 (describe_vector): Call describe_char_table for a char table.
19091 (describe_char_table): New function.
19092
19093 * keymap.h (describe_char_table): Extern it.
19094
19095 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
19096 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
19097 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
19098 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
19099 Delete.
19100 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
19101 structure.
19102 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
19103 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
19104 (CHARTAB_SIZE_BITS_3): New macros.
19105 (chartab_size): Extern it.
19106 (struct Lisp_Char_Table): Re-design.
19107 (struct Lisp_Sub_Char_Table): New structure.
19108 (HASH_KEY, HASH_VALUE): Move from fns.c.
19109 (CHARACTERBITS): Define as 22.
19110 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
19111 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
19112 (GC_SUB_CHAR_TABLE_P): New macro.
19113 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
19114 (code_convert_string_norecord): Deleted extern.
19115 (init_character_once, syms_of_character, init_charset)
19116 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
19117
19118 * lread.c: Include "character.h".
19119 (read_multibyte): New arg NBYTES.
19120 (read_escape): Change the meaning of returned *BYTEREP.
19121 (to_multibyte): Delete.
19122 (read1): Adjust the handling of char table and string.
19123
19124 * print.c: Include "character.h" instead of "charset.h".
19125 (print_string): Convert 8-bit raw bytes to octal form by
19126 string_escape_byte8.
19127 (print_object): Adjust for the new multibyte form. Print 8-bit
19128 raw bytes always in octal form. Handle sub char table correctly.
19129
19130 * process.c: Include "character.h" instead of "charset.h".
19131 (read_process_output, send_process): Adjust for the new
19132 code-conversion API.
19133
19134 * puresize.h (BASE_PURESIZE): Increase.
19135
19136 * regex.c: Include "character.h" instead of "charset.h".
19137 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
19138 (regex_compile): Accept a range whose starting and ending
19139 character have different leading bytes.
19140 (analyse_first): Adjust for the above change.
19141
19142 * search.c: Include "character.h" instead of "charset.h".
19143 (search_buffer, boyer_moore): Adjust for the new multibyte form.
19144 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
19145
19146 * syntax.c: Include "character.h" instead of "charset.h".
19147 (syntax_parent_lookup): Delete.
19148 (Fmodify_syntax_entry): Accept a cons as CHAR.
19149 (skip_chars): Adjust for the new multibyte form.
19150 (init_syntax_once): Call char_table_set_range instead of directly
19151 accessing the structure of a char table.
19152
19153 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
19154 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
19155 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
19156 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
19157
19158 * term.c: Include "buffer.h" and "character.h".
19159 (encode_terminal_code, write_glyphs): Adjust for the new
19160 code-conversion API.
19161 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
19162
19163 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
19164
19165 * xdisp.c: Include "character.h".
19166 (get_next_display_element): Adjust for the new multibyte form.
19167 (disp_char_vector): Adjust for the new char table structure.
19168 (decode_mode_spec_coding): Adjust for the new structure of
19169 coding system.
19170 (decode_mode_spec): Adjust for the new code-conversion API.
19171
19172 * xfaces.c: Include "character.h" instead of "charset.h".
19173 (load_face_font): Adjust for the change of choose_face_font and
19174 FS_LOAD_FONT.
19175 (generate_ascii_font): New function.
19176 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
19177 (set_font_frame_param): Adjust for the change of choose_face_font.
19178 (free_realized_face): Make it public.
19179 (free_realized_faces_for_fontset): Rename from
19180 free_realized_multibyte_face. Free also faces realized for ASCII.
19181 (choose_face_font): Change arguments. Adjust for the change of
19182 fontset_font_pattern and FS_LOAD_FONT.
19183
19184 * xfns.c: Include "character.h".
19185 (x_encode_text): Adjust for the new code-conversion API.
19186
19187 * xselect.c: Don't include "charset.h".
19188 (selection_data_to_lisp_data): Adjust for the new code conversion API.
19189
19190 * xterm.c: Include "character.h".
19191 (x_encode_char): New argument CHARSET. Change caller.
19192 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
19193 Call ENCODE_CHAR instead of SPLIT_CHAR.
19194 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
19195 CHAR_WIDTH instead of CHARSET_WIDTH.
19196 (XTread_socket): Adjust for the new code-conversion API.
19197 (x_new_font): Adjust for the change of FS_LOAD_FONT.
19198 (x_load_font): Adjust for the change of struct font.
19199
192002008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
19201
19202 * xfaces.c (face_at_buffer_position): Remove unused vars.
19203
192042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19205
19206 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
19207 Fix overflow checking.
19208
192092008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19210
19211 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
19212 Cancel previous change.
19213
192142008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
19215
19216 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
19217 ccl->eight_bit_control. Fix check for buffer overflow.
19218 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
19219 (ccl_driver): Initialize extra_bytes to 0.
19220
192212008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
19222
19223 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
19224 return it ORed with ctrl_modifier.
19225
192262008-01-29 Miles Bader <miles@gnu.org>
19227
19228 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
19229
192302008-01-28 Jason Rumney <jasonr@gnu.org>
19231
19232 * w32.c (stat): Don't double check for networked drive.
19233
192342008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19235
19236 * window.c (run_window_configuration_change_hook): New function.
19237 Code extracted from set_window_buffer. Set the selected frame.
19238 (set_window_buffer): Use it.
19239 * window.h (run_window_configuration_change_hook): Declare.
19240 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
19241
19242 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
19243
192442008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
19245
19246 * Makefile.in: Remove references to unused macros.
19247
192482008-01-26 Eli Zaretskii <eliz@gnu.org>
19249
19250 * w32.c (g_b_init_get_sid_sub_authority)
19251 (g_b_init_get_sid_sub_authority_count): New static variables.
19252 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
19253 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
19254 (init_user_info): Use them to retrieve uid and gid.
19255 Use 500/513, the Windows defaults, as Administrator's uid/gid.
19256 (fstat): Use pw_uid and pw_gid from the_passwd structure for
19257 st_uid and st_gid of the file.
19258
192592008-01-26 Jason Rumney <jasonr@gnu.org>
19260
19261 * w32.c (logon_network_drive): New function.
19262 (stat): Use it.
19263
192642008-01-26 Chong Yidong <cyd@stupidchicken.com>
19265
19266 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
19267 invisible text covered with an ellipsis.
19268
192692008-01-25 Richard Stallman <rms@gnu.org>
19270
19271 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
19272 jump back to beginning. Move some other initializations after that.
19273 (Qwindow_text_change_functions, Vwindow_text_change_functions):
19274 New variables.
19275 (syms_of_xdisp): Init them.
19276
19277 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
19278
19279 * buffer.c (reset_buffer_local_variables):
19280 Implement `permanent-local-hook'.
19281 (Qpermanent_local_hook): New variable.
19282 (syms_of_buffer): Init and staticpro it.
19283
192842008-01-25 Michael Albinus <michael.albinus@gmx.de>
19285
19286 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
19287
192882008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
19289
19290 * fns.c (Fclrhash): Return TABLE.
19291
192922008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19293
19294 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
19295 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
19296 is set even without positional changes.
19297 (x_scroll_bar_clear): Set bar->redraw_needed_p.
19298
19299 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
19300
193012008-01-23 Jason Rumney <jasonr@gnu.org>
19302
19303 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
19304
19305 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
19306 the unicode range available in MULE by locale-coding-system.
19307 Improve dbcs lead byte detection. Set event timestamp and modifiers
19308 earlier.
19309
193102008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19311
19312 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
19313 [MAC_OSX] (init_mac_osx_environment): Initialize it.
19314 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
19315 when used on child processes.
19316
193172008-01-21 Michael Albinus <michael.albinus@gmx.de>
19318
19319 * dbusbind.c (Fdbus_method_return_internal): Rename from
19320 Fdbus_method_return.
19321 (Fdbus_unregister_object): Move to dbus.el.
19322 (Fdbus_call_method, Fdbus_method_return_internal)
19323 (Fdbus_send_signal): Improve debug messages.
19324
193252008-01-20 Martin Rudalics <rudalics@gmx.at>
19326
19327 * undo.c (undo_inhibit_record_point): New variable.
19328 (syms_of_undo): Initialize it.
19329 (record_point): Don't record point when undo_inhibit_record_point
19330 is set.
19331
193322008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
19333
19334 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
19335
19336 * xdisp.c (Qauto_hscroll_mode): New var.
19337 (syms_of_xdisp): Initialize it.
19338 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
19339 window's buffer.
19340 (hscroll_windows): Don't check automatic_hscrolling_p here.
19341
19342 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
19343 vscroll if we're setting window-buffer to the value it already has.
19344
193452008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
19346
19347 * m/intel386.h: Remove references to XENIX.
19348
193492008-01-17 Andreas Schwab <schwab@suse.de>
19350
19351 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
19352 instead of HAVE_X86_64_LIB64_DIR.
19353 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
19354
193552008-01-17 Glenn Morris <rgm@gnu.org>
19356
19357 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
19358 to HAVE_X86_64_LIB64_DIR.
19359
193602008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
19361
19362 * s/irix3-3.h:
19363 * s/irix4-0.h:
19364 * s/386-ix.h:
19365 * s/domain.h:
19366 * s/hpux9-x11r4.h:
19367 * s/hpux9shxr4.h: Remove files for systems no longer supported.
19368
19369 * sysdep.c: Remove code containing references to symbols defined
19370 by unsupported systems.
19371
193722008-01-16 Glenn Morris <rgm@gnu.org>
19373
19374 * coding.c (select-safe-coding-system-function): Doc fix.
19375
193762008-01-15 Glenn Morris <rgm@gnu.org>
19377
19378 * config.in: Revert 2008-01-13 change: this is a generated file.
19379
193802008-01-13 Tom Tromey <tromey@redhat.com>
19381
19382 * lisp.h: Fix typo.
19383
193842008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
19385
19386 * m/sequent-ptx.h:
19387 * m/sequent.h:
19388 * s/ptx.h:
19389 * s/ptx4-2.h:
19390 * s/ptx4.h: Remove files for systems no longer supported.
19391
19392 * callproc.c (Fcall_process): Fix previous change.
19393
193942008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
19395
19396 * unexsunos4.c: Remove file, system not supported anymore.
19397
19398 * m/mips.h:
19399 * m/intel386.h:
19400 * callproc.c:
19401 * config.in:
19402 * ecrt0.c:
19403 * emacs.c:
19404 * fileio.c:
19405 * frame.c:
19406 * getpagesize.h:
19407 * keyboard.c:
19408 * lread.c:
19409 * process.c:
19410 * puresize.h:
19411 * sysdep.c:
19412 * systty.h:
19413 * syswait.h:
19414 * unexec.c:
19415 * xdisp.c:
19416 * alloc.c: Remove code containing references to symbols defined by
19417 unsupported systems.
19418
194192008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
19420
19421 * coding.c (detect_coding_mask): Fix previous change.
19422
194232008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
19424
19425 * coding.c (detect_coding_iso2022): New arg
19426 latin_extra_code_state. Allow Latin extra codes only
19427 when *latin_extra_code_state is nonzero.
19428 (detect_coding_mask): If there is a NULL byte, detect the encoding
19429 as UTF-16 or binary. If Latin extra codes exist, detect the
19430 encoding as ISO-2022 only when there's no other proper encoding is
19431 found.
19432
194332008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19434
19435 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
19436 #ifdef MAC_OS.
19437
194382008-01-08 Richard Stallman <rms@gnu.org>
19439
19440 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
19441
194422008-01-06 Nick Roberts <nickrob@snap.net.nz>
19443
19444 * keyboard.c (parse_menu_item): Don't enclose key bindings on
19445 menu bar in parentheses.
19446
194472008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
19448
19449 * m/7300.h:
19450 * m/acorn.h:
19451 * m/alliant-2800.h:
19452 * m/alliant.h:
19453 * m/alliant1.h:
19454 * m/alliant4.h:
19455 * m/altos.h:
19456 * m/amdahl.h:
19457 * m/apollo.h:
19458 * m/att3b.h:
19459 * m/aviion-intel.h:
19460 * m/aviion.h:
19461 * m/celerity.h:
19462 * m/clipper.h:
19463 * m/cnvrgnt.h:
19464 * m/convex.h:
19465 * m/cydra5.h:
19466 * m/delta88k.h:
19467 * m/dpx2.h:
19468 * m/dual.h:
19469 * m/elxsi.h:
19470 * m/f301.h:
19471 * m/gould-np1.h:
19472 * m/gould.h:
19473 * m/i860.h:
19474 * m/ibmps2-aix.h:
19475 * m/ibmrt-aix.h:
19476 * m/ibmrt.h:
19477 * m/irist.h:
19478 * m/is386.h:
19479 * m/isi-ov.h:
19480 * m/mega68.h:
19481 * m/mg1.h:
19482 * m/news-r6.h:
19483 * m/news-risc.h:
19484 * m/news.h:
19485 * m/nh3000.h:
19486 * m/nh4000.h:
19487 * m/ns16000.h:
19488 * m/ns32000.h:
19489 * m/nu.h:
19490 * m/orion.h:
19491 * m/orion105.h:
19492 * m/paragon.h:
19493 * m/pfa50.h:
19494 * m/plexus.h:
19495 * m/pyramid.h:
19496 * m/pyrmips.h:
19497 * m/sh3el.h:
19498 * m/sps7.h:
19499 * m/sr2k.h:
19500 * m/stride.h:
19501 * m/sun1.h:
19502 * m/sun2.h:
19503 * m/sun3-68881.h:
19504 * m/sun3-fpa.h:
19505 * m/sun3-soft.h:
19506 * m/sun3.h:
19507 * m/sun386.h:
19508 * m/symmetry.h:
19509 * m/tad68k.h:
19510 * m/tahoe.h:
19511 * m/targon31.h:
19512 * m/tek4300.h:
19513 * m/tekxd88.h:
19514 * m/tower32.h:
19515 * m/tower32v3.h:
19516 * m/ustation.h:
19517 * m/wicat.h:
19518 * m/xps100.h:
19519 * s/cxux.h:
19520 * s/cxux7.h:
19521 * s/dgux.h:
19522 * s/dgux4.h:
19523 * s/dgux5-4-3.h:
19524 * s/dgux5-4r2.h:
19525 * s/esix.h:
19526 * s/esix5r4.h:
19527 * s/hiuxmpp.h:
19528 * s/hiuxwe2.h:
19529 * s/iris3-5.h:
19530 * s/iris3-6.h:
19531 * s/isc2-2.h:
19532 * s/isc3-0.h:
19533 * s/isc4-0.h:
19534 * s/isc4-1.h:
19535 * s/newsos5.h:
19536 * s/newsos6.h:
19537 * s/osf1.h:
19538 * s/osf5-0.h:
19539 * s/riscix1-1.h:
19540 * s/riscix12.h:
19541 * s/sco4.h:
19542 * s/sco5.h:
19543 * s/sunos4-0.h:
19544 * s/sunos4-1.h:
19545 * s/sunos413.h:
19546 * s/sunos4shr.h:
19547 * s/umax.h:
19548 * s/unipl5-2.h:
19549 * s/xenix.h:
19550 * cxux-crt0.s:
19551 * unexapollo.c:
19552 * unexconvex.c:
19553 * unexenix.c:
19554 * unexsni.c: Remove files for systems no longer supported.
19555
19556 * m/intel386.h: Remove references to unsupported systems.
19557
19558 * w32.c (get_emacs_configuration): Remove reference to i860.
19559
19560 * sysdep.c: Remove dead code.
19561
195622008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
19563
19564 * s/rtu.h:
19565 * m/masscomp.h: Remove files. Platform is obsolete.
19566
195672008-01-04 Michael Albinus <michael.albinus@gmx.de>
19568
19569 * dbusbind.c (Fdbus_method_return): New function.
19570 (xd_read_message): Add the serial number to the event.
19571 (Fdbus_register_method): Activate the function.
19572
195732008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
19574
19575 * keyboard.c (read_key_sequence): Fix typo.
19576
195772008-01-03 Michael Albinus <michael.albinus@gmx.de>
19578
19579 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
19580 (xd_signature, xd_append_arg): Handle element type detection for
19581 empty arrays.
19582 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
19583 SDATA () calls; this must be solved more general.
19584 (Fdbus_register_signal): Use SBYTES instead of strlen.
19585
195862008-01-03 Magnus Henoch <magnus@zemdatav>
19587
19588 * dbusbind.c (xd_append_arg): Use unsigned char instead of
19589 unsigned int for byte values (necessary for big-endian platform).
19590 (Fdbus_call_method): Handle the case of no returned arguments.
19591
195922007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
19593
19594 * dbusbind.c (xd_read_message): Use non-static input_event struct.
19595
195962007-12-31 Magnus Henoch <mange@freemail.hu>
19597
19598 * dbusbind.c (xd_signature): Signature of variant is just "v".
19599
196002007-12-30 Michael Albinus <michael.albinus@gmx.de>
19601
19602 * dbusbind.c: Fix several errors and compiler warnings.
19603 Reported by Tom Tromey <tromey@redhat.com>.
19604 (XD_ERROR, XD_DEBUG_MESSAGE)
19605 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
19606 (xd_append_arg): Part for basic D-Bus types rewritten.
19607 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
19608 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
19609 appropriate.
19610 (xd_read_message): Return Qnil. Don't signal an error; it is not
19611 useful during event reading.
19612 (Fdbus_register_signal): Signal an error if the check for
19613 FUNCTIONP fails.
19614 (Fdbus_register_method): New function. The implementation is not
19615 complete, the call of the function signals an error therefore.
19616 (Fdbus_unregister_object): New function, renamed from
19617 Fdbus_unregister_signal. The initial check signals an error, if
19618 the object is not well formed.
19619
196202007-12-30 Richard Stallman <rms@gnu.org>
19621
19622 * textprop.c (get_char_property_and_overlay):
19623 Signal error if POSITION is out of range in a buffer.
19624
196252007-12-29 Martin Rudalics <rudalics@gmx.at>
19626
19627 * w32fns.c (Fx_create_frame): Make copy of frame parameters
19628 because the original parameters are in pure storage now.
19629
196302007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19631
19632 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
19633
196342007-12-22 Eli Zaretskii <eliz@gnu.org>
19635
19636 * callint.c (syms_of_callint) <command-history>: Add reference to
19637 history-length in the doc string.
19638
196392007-12-17 Jason Rumney <jasonr@gnu.org>
19640
19641 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
19642 before passing as wParam.
19643
196442007-12-22 Michael Albinus <michael.albinus@gmx.de>
19645
19646 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
19647 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
19648 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
19649 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
19650 as number.
19651 (Fdbus_call_method): Fix docstring.
19652
196532007-12-21 Michael Albinus <michael.albinus@gmx.de>
19654
19655 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
19656 New macros.
19657 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
19658 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
19659 Simplify.
19660 (xd_signature): New function.
19661 (xd_append_arg): Compute also signatures. Major rewrite.
19662 (xd_retrieve_arg): Make debug messages friendly.
19663 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
19664 Check for signatures of arguments.
19665
196662007-12-19 Michael Albinus <michael.albinus@gmx.de>
19667
19668 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
19669 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
19670 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
19671 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
19672 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
19673 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
19674 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
19675 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
19676 (xd_retrieve_value): Remove. Functionality included in ...
19677 (xd_append_arg): New function.
19678 (Fdbus_call_method, Fdbus_send_signal): Apply it.
19679
196802007-12-16 Michael Albinus <michael.albinus@gmx.de>
19681
19682 * dbusbind.c (top): Include <stdio.h>.
19683 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
19684 dbus_message_new_method_call and dbus_message_new_signal.
19685 (Fdbus_register_signal): Rename unique_name to uname.
19686 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
19687 non-existing unique name. Fix typos in matching rule. Return an
19688 object which is useful in Fdbus_unregister_signal.
19689 (Fdbus_unregister_signal): Reimplementation, in order to remove
19690 only the corresponding entry.
19691 (Vdbus_registered_functions_table): Change the order of entries.
19692 Apply these changes in xd_read_message and Fdbus_register_signal.
19693
196942007-12-16 Andreas Schwab <schwab@suse.de>
19695
19696 * fileio.c (Finsert_file_contents): Fix overflow check to not
19697 depend on undefined integer overflow.
19698
196992007-12-14 Jason Rumney <jasonr@gnu.org>
19700
19701 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
19702 for characters above 127.
19703
197042007-12-13 Jason Rumney <jasonr@gnu.org>
19705
19706 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
19707 before dereferencing array.
19708 (lookup_vk_code): Remove zero comparison.
19709
197102007-12-14 Michael Albinus <michael.albinus@gmx.de>
19711
19712 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
19713 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
19714 Use `unsigned int' instead of `uint'.
19715 (xd_read_message, Fdbus_register_signal): Split expressions into
19716 multiple lines before operators "&&" and "||", according to the
19717 GNU Coding Standards.
19718
197192007-12-14 Eli Zaretskii <eliz@gnu.org>
19720
19721 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
19722
197232007-12-12 Juri Linkov <juri@jurta.org>
19724
19725 * buffer.c (Frename_buffer): In interactive spec replace
19726 `read-buffer' with `read-string' that uses `buffer-name-history'
19727 as history, and the current buffer's name as default.
19728
197292007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
19730
19731 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
19732 manipulating the backtrace manually.
19733 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
19734 (struct backtrace, backtrace_list): Remove.
19735 (command_loop_1): Remove dead var `no_direct'.
19736
19737 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
19738 preserve non-built-in buffer-local variables.
19739 (Fkill_all_local_variables): Don't re-create&re-set permanent
19740 buffer-local variables.
19741
197422007-12-09 Juri Linkov <juri@jurta.org>
19743
19744 * buffer.c (Frename_buffer): Change interactive spec from "s" to
19745 Lisp code that uses `read-buffer' with current buffer as default.
19746
197472007-12-08 Michael Albinus <michael.albinus@gmx.de>
19748
19749 * dbusbind.c (xd_read_message): Generate an event for every
19750 registered handler. There might be several handlers registered
19751 for the same signal.
19752 (Fdbus_register_signal): Don't overwrite a registration for the
19753 same signal. Add a new registration if handlers are different.
19754 (Vdbus_registered_functions_table): Rework doc string.
19755
197562007-12-07 Michael Albinus <michael.albinus@gmx.de>
19757
19758 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
19759 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
19760 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
19761 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
19762 Unify argument lists.
19763 (xd_read_message, Fdbus_register_signal): Reorder and extend event
19764 arguments and hash table keys. Use unique name for service.
19765 (Fdbus_unregister_signal): Remove checks.
19766 (Vdbus_registered_functions_table): Fix doc string.
19767
197682007-12-05 Magnus Henoch <mange@freemail.hu>
19769
19770 * process.c (make_process): Initialize pty_flag to 0.
19771
197722007-12-05 Jason Rumney <jasonr@gnu.org>
19773
19774 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
19775 specified XBMs.
19776
197772007-12-05 Richard Stallman <rms@gnu.org>
19778
19779 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
19780
197812007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19782
19783 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
19784 New variable.
19785 (mac_try_close_socket) [MAC_OSX]: New function.
19786 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
19787 Update cfsockets_for_select. Replace invalid CFRunLoop source.
19788
19789 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
19790 Use mac_try_close_socket.
19791
197922007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19793
19794 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
19795 reloc_base.
19796 (copy_dysymtab): Compute relocation base here.
19797 (rebase_reloc_address) [__ppc64__]: New function.
19798 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
19799 changed.
19800
198012007-12-05 Jason Rumney <jasonr@gnu.org>
19802
19803 * w32proc.c (sys_spawnve): Quote args with wildcards.
19804
198052007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19806
19807 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
19808 __objc_* sections.
19809 (unrelocate) [_LP64]: Set relocation base to address of data segment.
19810
198112007-12-05 Michael Albinus <michael.albinus@gmx.de>
19812
19813 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
19814 Move check for Vdbus_registered_functions_table to
19815 xd_read_queued_messages.
19816 (xd_read_queued_messages): Protect xd_read_message calls by
19817 internal_condition_case_1.
19818
198192007-12-04 Michael Albinus <michael.albinus@gmx.de>
19820
19821 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
19822 Qdbus_system_bus and Qdbus_session_bus, respectively.
19823 (Vdbus_intern_symbols): Remove.
19824 (Vdbus_registered_functions_table): New hash table.
19825 (XD_SYMBOL_INTERN_SYMBOL): Remove.
19826 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
19827 Rewrite in order to manage registered functions by hash table
19828 Vdbus_registered_functions_table.
19829
198302007-12-03 Jan Djärv <jan.h.d@swipnet.se>
19831
19832 * xterm.c: Update URL to Window Manager Specification in comment.
19833
198342007-12-02 Michael Albinus <michael.albinus@gmx.de>
19835
19836 * config.in (HAVE_DBUS): Add.
19837
19838 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
19839 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
19840 (obj): Add $(DBUS_OBJ).
19841 (LIBES): Add $(DBUS_LIBS).
19842 (dbusbind.o): New target.
19843
19844 * dbusbind.c: New file.
19845
19846 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
19847
19848 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
19849 (Qdbus_event): New Lisp symbol.
19850 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
19851 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 19852 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
19853
19854 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
19855
198562007-12-01 Richard Stallman <rms@gnu.org>
19857
19858 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
19859
198602007-11-30 Jason Rumney <jasonr@gnu.org>
19861
19862 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
19863 (w32con_reset_terminal_modes): Clear screen buffer.
19864 (w32_face_attributes): Don't use color indexes that are out of range.
19865 Only reverse the default colors.
19866
19867 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
19868 WINDOWSNT.
19869
19870 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
19871
198722007-11-29 Jason Rumney <jasonr@gnu.org>
19873
19874 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
19875 (w32_face_attributes): Use Vtty_defined_color_alist to determine
19876 if the terminal colors are initialized.
19877 (unspecified_fg, unspecified_bg): Remove unused declarations.
19878
198792007-11-29 Andreas Schwab <schwab@suse.de>
19880
19881 * keyboard.c (apply_modifiers): Fix typo.
19882
198832007-11-29 Richard Stallman <rms@gnu.org>
19884
19885 * keymap.c (Fcurrent_local_map): Doc fix.
19886
198872007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
19888
19889 * s/gnu-kfreebsd.h: New file.
19890
198912007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19892
19893 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
19894 Don't cast redundantly.
19895
19896 * keyboard.c (KEY_TO_CHAR): New macro.
19897 (parse_modifiers, apply_modifiers): Accept integer arguments.
19898 (read_key_sequence): Use them to unify the "shift->unshift" mapping
19899 for chars and symbol keys.
19900 After doing such remapping, apply function-key-map again.
19901
199022007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
19903
19904 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
19905 compiled anymore.
19906
199072007-11-26 Andreas Schwab <schwab@suse.de>
19908
19909 * process.c (list_processes_1): Fix indentation level of the
19910 command column.
19911
199122007-11-23 Andreas Schwab <schwab@suse.de>
19913
19914 * editfns.c (Fformat): Handle %c specially since it requires the
19915 argument to be of type int.
19916
199172007-11-23 Markus Triska <markus.triska@gmx.at>
19918
19919 * emacs.c (main): Call init_editfns before init_process, since
19920 init_process sets Vprocess_connection_type depending on OS release.
19921
199222007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19923
19924 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
19925 (find_symbol_value): Use do_symval_forwarding.
19926
19927 * data.c (set_internal): Set the value in the `cons-cell' (for
19928 Buffer_Local_values) not only for frame-local variables.
19929
199302007-11-22 Andreas Schwab <schwab@suse.de>
19931
19932 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
19933 values to sprintf.
19934 * keymap.c (Fsingle_key_description): Likewise.
19935 * print.c (print_object): Likewise.
19936
199372007-11-22 Jan Djärv <jan.h.d@swipnet.se>
19938
19939 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
19940 file for image is nil.
19941
199422007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
19943
19944 * term.c: Include stdarg.h.
19945 (fatal): Implement using varargs.
19946 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
19947
199482007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19949
19950 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
19951 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
19952 Update call to buffer_slot_type_mismatch.
19953 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
19954 (buffer_slot_type_mismatch): Update.
19955 * buffer.c (buffer_local_types): Remove.
19956 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
19957 (defvar_per_buffer): Set the type in the buffer_objfwd.
19958
199592007-11-21 Jason Rumney <jasonr@gnu.org>
19960
19961 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
19962 CreateFileMapping returns NULL on failure.
19963
199642007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19965
19966 * search.c (Fset_match_data): Remove the `evaporate' feature.
19967 (unwind_set_match_data): Don't use the `evaporate' feature.
19968
199692007-11-21 Jason Rumney <jasonr@gnu.org>
19970
19971 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
19972
19973 * w32console.c (w32con_write_glyphs): Remove unused variables.
19974
199752007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
19976
19977 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
19978
19979 * s/darwin.h (MULTI_KBOARD): Remove.
19980
19981 * macfns.c (x_create_tip_frame, Fx_create_frame)
19982 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
19983
199842007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
19985
19986 * buffer.c (Fbuffer_local_value): Remove redundant test.
19987 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
19988 than in `current-buffer' to match the comment.
19989 Do the swap using swap_in_global_binding.
19990
19991 * data.c (store_symval_forwarding, set_internal):
19992 * eval.c (specbind): Remove dead code.
19993
19994 * coding.c (detect_coding, Fupdate_coding_systems_internal):
19995 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
19996 Since we do not want to see internal Lisp_*fwd objects here.
19997
199982007-11-18 Jan Djärv <jan.h.d@swipnet.se>
19999
20000 * sysdep.c (init_system_name): Use getaddrinfo if available.
20001
20002 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
20003 (x_scroll_bar_note_movement): start, end, with, height in struct
20004 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
20005
200062007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
20007
20008 * puresize.h (BASE_PURESIZE): Increase to 1190000.
20009
200102007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20011
20012 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
20013 This undoes Richard's change of 14-Oct-2002.
20014
20015 * alloc.c (allocate_other_vector):
20016 * lisp.h (allocate_other_vector): Remove.
20017
20018 * window.c (struct save_window_data): Move non-lisp data to the end
20019 and make it `int' rather than Lisp_Object.
20020 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
20021 Done wrap/unwrap integer values.
20022 (Fset_window_configuration, compare_window_configurations):
20023 Update use of fields to their new types.
20024
20025 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
20026 Turn integer fields into `int'. Merge x_window_low and x_window_high.
20027 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
20028 (SET_SCROLL_BAR_X_WINDOW): Remove.
20029 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
20030 Access the new x_window field directly.
20031 * xterm.c (x_scroll_bar_create): Use a pseudovector.
20032 Don't wrap/unwrap integers into Lisp_Objects.
20033 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
20034 (x_scroll_bar_report_motion):
20035 Don't wrap/unwrap integers into Lisp_Objects.
20036 (x_term_init): Use SDATA.
20037 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
20038 (x_scroll_bar_set_handle, x_scroll_bar_remove)
20039 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
20040 (x_scroll_bar_report_motion, x_scroll_bar_clear):
20041 * xfns.c (x_set_background_color):
20042 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
20043 Access the new x_window field directly.
20044
20045 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
20046 (allocate_pseudovector): Make non-static.
20047
20048 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
20049 (allocate_pseudovector): Declare.
20050 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
20051
200522007-11-15 Andreas Schwab <schwab@suse.de>
20053
20054 * editfns.c (Fformat): Correctly format EMACS_INT values.
20055 Also take precision into account when formatting an integer.
20056
20057 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
20058
200592007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20060
20061 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
20062 (syms_of_keyboard): Defsubr it.
20063
20064 * data.c (swap_in_global_binding): Fix longstanding bug where
20065 store_symval_forwarding was not called with the right second argument,
20066 thus causing objfwd-ing from being dropped.
20067
200682007-11-14 Juanma Barranquero <lekktu@gmail.com>
20069
20070 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
20071 (Fx_display_pixel_height, Fx_display_planes)
20072 (Fx_display_color_cells, Fx_server_max_request_size)
20073 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
20074 (Fx_display_visual_class, Fx_display_save_under):
20075 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
20076 (Fx_display_pixel_height, Fx_display_planes)
20077 (Fx_display_color_cells, Fx_server_max_request_size)
20078 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
20079 (Fx_display_mm_height, Fx_display_mm_width)
20080 (Fx_display_backing_store, Fx_display_visual_class)
20081 (Fw32_select_font, Fx_display_save_under):
20082 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
20083 (Fx_display_pixel_height, Fx_display_planes)
20084 (Fx_display_color_cells, Fx_server_max_request_size)
20085 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
20086 (Fx_display_save_under): Fix typos in docstrings.
20087
200882007-11-14 Juanma Barranquero <lekktu@gmail.com>
20089
20090 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
20091 corresponding to deleted entries; they are an implementation detail.
20092 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
20093 Remove variables.
20094 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
20095 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
20096 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
20097 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
20098 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
20099 (Fw32_define_rgb_color, Fw32_load_color_file)
20100 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
20101 Fix typos in docstrings.
20102 (Fx_server_version): Reflow docstring.
20103 (Fw32_shell_execute): Doc fixes.
20104
201052007-11-13 Juanma Barranquero <lekktu@gmail.com>
20106
20107 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
20108 if w32_parse_hot_key returned nil.
20109
201102007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20111
20112 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
20113
201142007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 20115
aac0c6e3
MR
20116 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
20117
20118 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
20119
20120 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
20121 Remove W32_SCROLL_BAR_CLICK_EVENT.
20122
20123 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
20124 Add MULTIMEDIA_KEY_EVENT.
20125
20126 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
20127 (lispy_multimedia_keys) [WINDOWSNT]: New array.
20128 (make_lispy_event) [WINDOWSNT]: Use it to translate
20129 MULTIMEDIA_KEY_EVENT.
20130
20131 * w32term.h (WM_APPCOMMAND): Define if not already.
20132 (GET_APPCOMMAND_LPARAM): Likewise.
20133
20134 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
20135 WM_APPCOMMAND.
20136
20137 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
20138 (syms_of_w32fns): Export and initialize it.
20139 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
20140
201412007-11-09 Chong Yidong <cyd@stupidchicken.com>
20142
20143 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
20144 twice.
20145
20146 * xdisp.c (handle_face_prop): Fix last change.
20147
201482007-11-09 Richard Stallman <rms@gnu.org>
20149
20150 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
20151 not just for after-strings and before-strings.
20152 Call face_for_overlay_string and pass the overlay to it.
20153 (handle_display_prop): Determine whether property came from an overlay.
20154 Pass OVERLAY arg to handle_single_display_spec.
20155 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
20156 (load_overlay_strings): Fill in it->string_overlays.
20157 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
20158
20159 * xfaces.c (face_for_overlay_string): Function renamed from
20160 face_at_buffer_position_no_overlays, and add arg OVERLAY.
20161
20162 * dispextern.h (struct it): New elt string_overlays.
20163 New elt from_overlay, also in stack.
20164 Rearrange a few elements.
20165 (face_for_overlay_string): Decl renamed from
20166 face_at_buffer_position_no_overlays, and add argument.
20167
201682007-11-09 Richard Stallman <rms@gnu.org>
20169
20170 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
20171 to get the base face for an overlay string.
20172
20173 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
20174
20175 * xfaces.c (face_at_buffer_position_no_overlays): New function.
20176
20177 * xdisp.c (handle_stop): Move some code out of loop.
20178
201792007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20180
20181 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
20182 Fix conversion from Lisp object to ATSUFontID.
20183
201842007-11-09 Jason Rumney <jasonr@gnu.org>
20185
20186 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
20187
201882007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20189
20190 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
20191 Don't assume regions are aligned to page boundary.
20192 (print_load_command_name): Add LC_UUID if defined.
20193
201942007-11-09 Richard Stallman <rms@gnu.org>
20195
20196 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
20197
201982007-11-07 Jason Rumney <jasonr@gnu.org>
20199
20200 * s/windows95.h: Remove.
20201
202022007-11-06 Jan Djärv <jan.h.d@swipnet.se>
20203
20204 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
20205 abort with a message on unhandled store_type values.
20206
202072007-11-01 Jan Djärv <jan.h.d@swipnet.se>
20208
20209 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
20210 Remove HAVE_X11R5 and HAVE_X11R4.
20211
202122007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
20213
20214 * Makefile.in: Remove references to sunfns.c and sunfns.o.
20215
202162007-11-01 Johan Bockgård <bojohan@gnu.org>
20217
20218 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
20219 Don't set s->stippled_p here, since it has already been set by
20220 x_set_glyph_string_gc from x_draw_glyph_string.
20221
202222007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
20223
20224 * sunfns.c: Remove file.
20225
20226 * m/sun386.h:
20227 * m/sun2.h:
20228 * m/sparc.h: Remove Sun windows code.
20229
202302007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
20231
20232 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
20233 (init_keyboard): Set current_kboard's window-system to nil.
20234 (tty_read_avail_input): Typo.
20235 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
20236
202372007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
20238
20239 * s/usg5-4.h:
20240 * s/usg5-3.h:
20241 * s/ptx.h:
20242 * m/is386.h:
20243 * m/ibmps2-aix.h:
20244 * Makefile.in: Remove all mentions of X10.
20245
20246 * dispnew.c (syms_of_display): Don't mention version 10.
20247
202482007-10-28 Juanma Barranquero <lekktu@gmail.com>
20249
20250 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
20251 ($(BLD)/abbrev.$(O)): Remove.
20252
202532007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20254
20255 Rewrite abbrev.c in Elisp.
20256 * image.c (Qcount): Don't declare as extern.
20257 (syms_of_image): Initialize and staticpro `Qcount'.
20258 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
20259 * emacs.c (main): Don't call syms_of_abbrev.
20260 * Makefile.in (obj): Remove abbrev.o.
20261 (abbrev.o): Remove.
20262 * abbrev.c: Remove.
20263
202642007-10-26 Martin Rudalics <rudalics@gmx.at>
20265
20266 * window.c (window_min_size_2): Don't count header-line.
20267
202682007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
20269
20270 * frame.h (struct frame): Move all bit fields after the first bit
20271 field to take advantage of the available space. Group all the
20272 chars together to reduce wasted space due to padding.
20273
202742007-10-26 Juanma Barranquero <lekktu@gmail.com>
20275
20276 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
20277
20278 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
20279 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
20280 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
20281 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
20282 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
20283 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
20284 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
20285 (last_marked, mark_object_loop_halt): Make static.
20286
20287 * frame.c (syms_of_frame) <delete-frame-functions>:
20288 Fix typo in docstring.
20289
202902007-10-25 Juanma Barranquero <lekktu@gmail.com>
20291
20292 * w32.c (init_environment): Fix tiny memory leak.
20293 (w32_get_resource): Remove unused variable `ok'.
20294
202952007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20296
20297 Make `window-system' into a keyboard-local variable (rather than
20298 frame-local as done originally by multi-tty).
20299
20300 * keyboard.h (struct kboard): Add Vwindow_system.
20301 * keyboard.c (init_kboard): Set a default for Vwindow_system.
20302 (mark_kboards): Mark Vwindow_system.
20303
20304 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
20305 (init_display): Don't set the obsolete `window-system' frame-param.
20306
20307 * xterm.c (x_term_init):
20308 * w32term.c (w32_create_terminal):
20309 * term.c (init_tty): Set Vwindow_system.
20310 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
20311 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
20312
20313 * xfns.c (Fx_create_frame, x_create_tip_frame):
20314 * w32fns.c (Fx_create_frame, x_create_tip_frame):
20315 * macfns.c (Fx_create_frame):
20316 Don't set the obsolete `window-system' frame-param.
20317
20318 * frame.h (Qwindow_system): Remove.
20319 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
20320 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
20321
203222007-10-24 Richard Stallman <rms@gnu.org>
20323
20324 * frame.c (x_figure_window_size): For fullscreen case,
20325 set USPosition | PPosition without clobbering rest of window_prompting.
20326
20327 * keyboard.c (Fcurrent_idle_time): Doc fix.
20328
20329 * print.c (Fwith_output_to_temp_buffer): Doc fix.
20330
203312007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
20332
20333 * process.c (unwind_request_sigio): Only define if __ultrix__.
20334
20335 * callproc.c (child_setup): Remove spurious *.
20336
20337 * lisp.h (Fget_text_property): Declare.
20338 (have_menus_p): Declare it here rather than in sys-dep header files.
20339 * macterm.h (have_menus_p):
20340 * msdos.h (have_menus_p):
20341 * xterm.h (have_menus_p): Remove.
20342
20343 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
20344 (Fmake_variable_frame_local): Just check the variable's const-ness
20345 rather than checking nil or t.
20346
203472007-10-22 Jason Rumney <jasonr@gnu.org>
20348
20349 * w32fns.c: Include math.h.
20350 (w32_abort): Declaration moved to nt/config.nt.
20351
20352 * s/ms-w32.h (HAVE_STDLIB_H): Define.
20353 (abort): Redefinition moved to nt/config.nt.
20354
20355 * m/windowsnt.h: Remove.
20356
203572007-10-22 Juanma Barranquero <lekktu@gmail.com>
20358
20359 * emacs.c (Fdump_emacs): Fix typo in message.
20360 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
20361 <installation-directory>: Reflow docstring.
20362
203632007-10-22 Juri Linkov <juri@jurta.org>
20364
20365 * minibuf.c: Allow minibuffer default to be a list of default values.
20366 With empty input use the first element of this list as returned default.
20367 (string_to_object)
20368 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
20369 (read_minibuf): If defalt is cons, set histstring to its car.
20370 (Fread_string): If default_value is cons, set val to its car.
20371 (Fread_buffer): If def is cons, use its car.
20372 (Fcompleting_read): If defalt is cons, set val to its car.
20373
203742007-10-21 Michael Albinus <michael.albinus@gmx.de>
20375
20376 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
20377
203782007-10-20 Juanma Barranquero <lekktu@gmail.com>
20379
20380 * doc.c (Fdocumentation): Check for advice in all cases.
20381
203822007-10-19 Chong Yidong <cyd@stupidchicken.com>
20383
20384 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
20385
203862007-10-19 Richard Stallman <rms@gnu.org>
20387
20388 * doc.c (Fdocumentation): Check for and handle an advised function.
20389
203902007-10-19 Juanma Barranquero <lekktu@gmail.com>
20391
20392 * process.c (Fset_process_filter): Doc fix.
20393
203942007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20395
20396 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
20397 which caused key-translation-map to applied repeatedly (thus breaking
20398 double-mode).
20399
204002007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20401
20402 * xselect.c (x_own_selection, x_handle_selection_clear)
20403 (x_clear_frame_selections):
20404 * w32menu.c (list_of_panes, list_of_items):
20405 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
20406 * textprop.c (validate_plist, interval_has_all_properties)
20407 (interval_has_some_properties, interval_has_some_properties_list)
20408 (add_properties, text_property_list):
20409 * process.c (Fget_buffer_process, list_processes_1, status_notify):
20410 * minibuf.c (Fassoc_string):
20411 * macselect.c (x_own_selection, x_clear_frame_selections)
20412 (Fx_disown_selection_internal):
20413 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
20414 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
20415
204162007-10-17 Chong Yidong <cyd@stupidchicken.com>
20417
20418 * process.c: Link to libs for calling res_init() if available.
20419 (Fmake_network_process): Call res_init() before getaddrinfo or
20420 gethostbyname, if possible.
20421
204222007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20423
20424 * lread.c (read1): Set pvectype for char_tables.
20425
20426 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
20427 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
20428 Add type checks.
20429 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
20430
20431 * alloc.c (free_misc): Use XMISCTYPE.
20432 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
20433
204342007-10-17 Glenn Morris <rgm@gnu.org>
20435
20436 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
20437 (syms_of_minibuf): Add Qcompletion_ignore_case.
20438 * dired.c (Qcompletion_ignore_case): Change to external.
20439 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
20440 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
20441 (Fread_file_name): Use it rather than intern'ing.
20442
20443 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
20444 (Fread_coding_system): Ignore case of user input.
20445
204462007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20447
20448 * xdisp.c (handle_display_prop): Ignore display specs after
20449 replacing one when string text is being replaced.
20450 (handle_single_display_spec): Pretend as if characters with display
20451 property haven't been consumed only when buffer text is being replaced.
20452
204532007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20454
20455 * xfns.c (Fx_create_frame, Fx_display_list):
20456 * window.c (window_fixed_size_p, enlarge_window)
20457 (shrink_window_lowest_first):
20458 * macterm.c (init_font_name_table):
20459 * macfns.c (Fx_create_frame, Fx_display_list):
20460 * lread.c (close_load_descs):
20461 * keyboard.c (read_char_x_menu_prompt):
20462 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
20463 * coding.c (code_convert_region_unwind): Test the type of an object
20464 rather than just !NILP before extracting data from it.
20465
20466 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
20467
20468 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
20469 (XMISCANY): New macro.
20470 (XMISCTYPE): Use it.
20471 (struct Lisp_Misc_Any): New type.
20472 (union Lisp_Misc): Use it.
20473 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
20474 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
20475 (find_symbol_value, set_internal, default_value, Fset_default)
20476 (Fmake_variable_buffer_local, Fmake_local_variable)
20477 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
20478 (Flocal_variable_if_set_p, Fvariable_binding_locus):
20479 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
20480 * alloc.c (allocate_buffer): Set the size and tag.
20481 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
20482 Use XMISCANY.
20483 (die): Follow the GNU convention for error messages.
20484 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
20485 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
20486 tag any more.
20487 (set_buffer_internal_1):
20488 * frame.c (store_frame_param):
20489 * eval.c (specbind):
20490 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
20491
20492 * doc.c (Fsnarf_documentation): Simplify.
20493
204942007-10-14 Juanma Barranquero <lekktu@gmail.com>
20495
20496 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
20497 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
20498
204992007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20500
20501 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
20502
205032007-10-14 Juanma Barranquero <lekktu@gmail.com>
20504
20505 * eval.c (do_autoload): Don't save autoloads.
20506
20507 * data.c (Ffset): Save autoload of the function being set.
20508
205092007-10-07 John Paul Wallington <jpw@pobox.com>
20510
20511 * xfns.c (x_create_tip_frame): Set the `display-type' frame
20512 parameter before setting up faces.
20513
205142007-10-13 Eli Zaretskii <eliz@gnu.org>
20515
20516 * ccl.c (Fregister_code_conversion_map):
20517 * keyboard.c (append_tool_bar_item): Reformat last change.
20518
20519 * lisp.h (eabs): Rename from `abs'. All callers changed.
20520
205212007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
20522
20523 * buffer.c (add_overlay_mod_hooklist):
20524 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
20525 * fontset.c (make_fontset):
20526 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
20527 (append_tool_bar_item):
20528 * macmenu.c (grow_menu_items):
20529 * w32menu.c (grow_menu_items):
20530 * xmenu.c (grow_menu_items): Use larger_vector.
20531
205322007-10-13 Eli Zaretskii <eliz@gnu.org>
20533
20534 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
20535 selected frame'' on MSDOS).
20536
205372007-10-12 Martin Rudalics <rudalics@gmx.at>
20538
20539 * frame.c (Qexplicit_name): New variable.
20540 (x_report_frame_params): Report it in parameter alist.
20541 (syms_of_frame): Intern and staticpro it.
20542
205432007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
20544
20545 * macfns.c (x_create_tip_frame): Set terminal for frame.
20546
205472007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20548
20549 * frame.c (Qenvironment): Remove.
20550 (syms_of_frame) <Qenvironment>: Don't initialize.
20551 (Fdelete_frame): Don't treat the `environment' param specially.
20552 * frame.h (Qenvironment): Don't declare.
20553 * callproc.c (set_initial_environment): Don't set unused frame param.
20554
20555 * frame.c (Fframe_with_environment): Remove.
20556 (syms_of_frame) <Sframe_with_environment>: Don't declare.
20557
20558 * lisp.h (Fframe_with_environment): Don't declare.
20559
205602007-10-10 Juanma Barranquero <lekktu@gmail.com>
20561
20562 * indent.c (indent_tabs_mode, last_known_column)
20563 (last_known_column_modified): Make static.
20564 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
20565
205662007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
20567
20568 * puresize.h (BASE_PURESIZE): Increase to 1170000.
20569
205702007-10-09 Jason Rumney <jasonr@gnu.org>
20571
20572 * w32term.c (x_set_window_size): Disable code that attempts to tell
20573 Lisp code about a size change before it actually happens.
20574
205752007-10-09 Richard Stallman <rms@gnu.org>
20576
20577 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
20578 return HANDLED_RETURN.
20579
205802007-10-08 Martin Rudalics <rudalics@gmx.at>
20581
20582 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
20583 when there's an unread command event.
20584
20585 * frame.c (focus_follows_mouse): Move here from frame.el to allow
20586 window autoselection act appropriately when leaving selected frame.
20587 (syms_of_frame): Initialize focus_follows_mouse.
20588 * frame.h (focus_follows_mouse): Extern it.
20589 * macterm.c (XTread_socket): When focus_follows_mouse is nil
20590 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
20591 * msdos.c (dos_rawgetc): Likewise.
20592 * w32term.c (w32_read_socket): Likewise.
20593 * xterm.c (handle_one_xevent): Likewise.
20594 * xdisp.c (syms_of_xdisp): In doc-string of
20595 mouse-autoselect-window mention focus-follows-mouse.
20596
205972007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20598
20599 * macterm.c (mac_load_query_font): Fix missing return value.
20600 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
20601 Add BLOCK_INPUT.
20602
206032007-10-08 Richard Stallman <rms@gnu.org>
20604
20605 * xdisp.c (get_window_cursor_type): Implement documented behavior
20606 for cursor-in-non-selected-windows = t.
20607
206082007-10-08 Jason Rumney <jasonr@gnu.org>
20609
20610 * w32.c (w32_get_resource): Always close registry keys.
20611
206122007-10-08 Jason Rumney <jasonr@gnu.org>
20613
20614 * makefile.w32-in (LIBS): Add COMCTL32.
20615
20616 * w32fns.c (globals_of_w32fns): Init common controls.
20617
206182007-10-08 Richard Stallman <rms@gnu.org>
20619
20620 * image.c (our_memory_buffer): Rename from omfib_buffer.
20621
206222007-10-08 Richard Stallman <rms@gnu.org>
20623
20624 * buffer.c (Foverlays_at): Doc fix.
20625
206262007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
20627
20628 * fns.c (Fplist_put): Preserve uneven tail data.
20629
206302007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
20631
20632 * termhooks.h (enum event_kind): Remove trailing comma.
20633
20634 * frame.h (enum): Remove trailing comma.
20635
206362007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20637
20638 * w32proc.c (delete_child): Don't terminate threads of zombies.
20639
206402007-10-08 Martin Rudalics <rudalics@gmx.at>
20641
20642 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
20643
20644 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
20645 last-repeatable-command.
20646 (init_kboard): Initialize Vlast_repeatable_command.
20647 (command_loop_1): Set it to real_this_command unless that was
20648 bound to an input event.
20649 (mark_kboards): Mark it.
20650
206512007-10-08 Richard Stallman <rms@gnu.org>
20652
20653 * eval.c (condition-case): Doc fix.
20654
206552007-10-08 Masatake YAMATO <jet@gyve.org>
20656
20657 * xfaces.c (tty_supports_face_attributes_p): Fix code
20658 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
20659 was copied and not edited.
20660
206612007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
20662
20663 Add new `input-decode-map' keymap and use it for terminal
20664 escape sequences.
20665 * keyboard.h (struct kboard): Add Vinput_decode_map.
20666 Remove Vlocal_key_translation_map.
20667 * keyboard.c (read_key_sequence): Add support for input-decode-map.
20668 (init_kboard): Init input-decode-map.
20669 Replace local-key-translation-map back with key-translation-map.
20670 (syms_of_keyboard): Declare input-decode-map.
20671 Remove local-key-translation-map. Update docstrings.
20672 (mark_kboards): Mark Vinput_decode_map.
20673 Don't mark Vlocal_key_translation_map.
20674 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
20675 Replace local-key-translation-map back with key-translation-map.
20676 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
20677 Bind in input-decode-map rather than function-key-map.
20678
20679 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
20680 This was made redundant by the previous introduction of XSETPVECTYPE.
20681
206822007-10-09 Richard Stallman <rms@gnu.org>
20683
20684 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
20685
206862007-09-29 Richard Stallman <rms@gnu.org>
20687
20688 * eval.c (internal_condition_case_2, internal_condition_case_1)
20689 (internal_condition_case): Reenable abort if x_catching_errors ()
20690 to see if that really happens and why.
20691
206922007-10-06 Andreas Schwab <schwab@suse.de>
20693
20694 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
20695
206962007-10-04 Juanma Barranquero <lekktu@gmail.com>
20697
20698 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
20699
207002007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20701
20702 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
20703
207042007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20705
20706 * window.h (struct window):
20707 * window.c (struct save_window_data, struct saved_window):
20708 * termhooks.h (struct terminal):
20709 * process.h (struct Lisp_Process):
20710 * frame.h (struct frame):
20711 * buffer.h (struct buffer):
20712 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
20713 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
20714 The size field of (pseudo)vectors is now unsigned.
20715 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
20716
20717 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
20718 Turn `count' into an integer.
20719
20720 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
20721 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
20722 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
20723 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
20724 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
20725
20726 * alloc.c (allocate_pseudovector): New fun.
20727 (ALLOCATE_PSEUDOVECTOR): New macro.
20728 (allocate_window, allocate_terminal, allocate_frame)
20729 (allocate_process): Use it.
20730 (mark_vectorlike): New function.
20731 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
20732 (mark_terminals): Use it.
20733 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
20734 (Fmake_byte_code): Use XSETPVECTYPE.
20735
20736 * frame.c (Fframe_parameters): Minor simplification.
20737
20738 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
20739
20740 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
20741
20742 * buffer.c (Fget_buffer_create, init_buffer_once):
20743 * lread.c (defsubr):
20744 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
20745
20746 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
20747 defined differently in the m/*.h files.
20748 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
20749 (XSETPVECTYPE): New macro.
20750 (XSETPSEUDOVECTOR): Use it.
20751
20752 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
20753 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
20754
20755 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
20756 * lread.c (defvar_per_buffer):
20757 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
20758
20759 * window.c (candidate_window_p): Only consider as visible frames that
20760 are on the same terminal.
20761
20762 * m/ibms390x.h (MARKBIT): Remove unused macro.
20763
207642007-10-01 Juanma Barranquero <lekktu@gmail.com>
20765
20766 * lread.c (Fload): Fix typo in docstring.
20767
207682007-10-01 Michaël Cadilhac <michael@cadilhac.name>
20769
20770 * floatfns.c (Fexpt): Manually check for overflows, so that a power
20771 of a non-zero value can't yield zero.
20772
207732007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
20774
20775 * term.c (term_clear_mouse_face, term_mouse_highlight)
20776 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
20777
20778 * print.c (safe_debug_print): Use XHASH.
20779
20780 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
20781 Lisp elements such as tags.
20782 (XHASH): New macro.
20783 (EQ): Use it.
20784 (SREF, SSET, STRING_COPYIN): Use SDATA.
20785 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
20786
20787 * alloc.c (mark_terminal): Remove left-over declaration.
20788 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
20789 (allocate_vectorlike): Remove type argument. Adjust callers.
20790 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
20791 Only handle the one remaining MEM_TYPE_VECTORLIKE.
20792
20793 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
20794 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
20795 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
20796 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
20797 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
20798 Use them.
20799
20800 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
20801 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
20802 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
20803
208042007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
20805
20806 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
20807 loaded by default.
20808
208092007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20810
20811 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
20812 on this tty.
20813 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
20814
20815 * term.c (mouse_face_window): Rename from Qmouse_face_window.
20816 Update all users.
20817 (handle_one_term_event): Use Gpm_DrawPointer.
20818 (Fgpm_mouse_start): Rename from Fterm_open_connection.
20819 Signal errors instead of returning nil. Always return nil.
20820 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
20821 Make it a noop if gpm-mouse was not activated.
20822 (syms_of_term): Update names.
20823
208242007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
20825
20826 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
20827 (init_sys_modes): Check that gpm_tty is the current tty.
20828
20829 * alloc.c (allocate_terminal): Set the vector size to only count the
20830 lisp fields. Initialize those to nil.
20831 (mark_object): Don't treat terminals specially.
20832 (mark_terminal): Remove.
20833 (mark_terminals): Use mark_object instead.
20834
20835 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
20836 the GC to the beginning.
20837
20838 * indent.h:
20839 * indent.c: Use EMACS_INT for ints coming from Elisp data.
20840
20841 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
20842
208432007-09-25 Jason Rumney <jasonr@gnu.org>
20844
20845 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
20846
20847 * w32console.c (create_w32cons_output): Remove.
20848
20849 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
20850
20851 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
20852 (reset_sys_modes): Use reset_terminal_modes_hook.
20853
208542007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20855
20856 * eval.c (do_autoload): Don't output any message.
20857
208582007-09-24 Juri Linkov <juri@jurta.org>
20859
20860 * emacs.c (standard_args): Change priority of "--no-splash"
20861 from 40 to 3. Add "--no-desktop" with the same priority.
20862
208632007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
20864
20865 * alloc.c (gc_sweep): Check cons cell mark bits word by word
20866 and optimize the case where they are all 1.
20867
208682007-09-23 Johannes Weiner <hannes@saeurebad.de>
20869
20870 * lisp.h (abs): Define if not defined.
20871 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
20872 Don't define `abs', since it's defined in lisp.h.
20873
208742007-09-22 Eli Zaretskii <eliz@gnu.org>
20875
20876 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
20877 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
20878 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
20879 (init_tty): Use DEV_TTY instead of "/dev/tty".
20880 [WINDOWSNT]: No need to protect from NAME arg being null.
20881
208822007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20883
20884 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
20885 up the tty state.
20886
208872007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20888
20889 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
20890 (gpm_tty): Change its type.
20891 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
20892 (gpm_tty): Change its type and initialize it.
20893 (Fterm_open_connection): Check the frame is indeed a tty.
20894 Use the new gpm_tty.
20895 (Fterm_close_connection): Use the new gpm_tty.
20896 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
20897 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
20898
208992007-09-21 Juanma Barranquero <lekktu@gmail.com>
20900
20901 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
20902 underline_color, to draw strike-through.
20903
209042007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20905
20906 * lisp.h (allocate_terminal): Declare.
20907
20908 * window.c (candidate_window_p): Consider frames that are being placed
20909 by the user as somewhere between visible and iconified.
20910 (window_loop): Prefer windows on the current frame.
20911 (Fselect_window): Move the use of select-frame to the beginning so we
20912 can just delegate all the work (it'll call us back anyway).
20913
20914 * frame.c (Qdisplay_environment_variable):
20915 * frame.h (Qdisplay_environment_variable): Delete.
20916
20917 * .gdbinit (xbacktrace): Print the arg's address rather than the value
20918 of the first arg, since that value may be a union.
20919
20920 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
20921 parameter rather than Qdisplay_environment_variable. If all else
20922 fails, look for DISPLAY in initial-environment.
20923
209242007-09-21 Glenn Morris <rgm@gnu.org>
20925
20926 * Makefile.in (emacstool): Remove target.
20927 (lisp, shortlisp): Remove termdev.elc.
20928
209292007-09-21 Markus Triska <markus.triska@gmx.at>
20930
20931 * xterm.c (x_delete_display): Compile session management conditionally.
20932
209332007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20934
20935 * callproc.c (getenv_internal_1): New function.
20936 (getenv_internal): Use it.
20937 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
20938
20939 * terminal.c (get_terminal): Don't accept ints to represent terminals.
20940 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
20941 (Fset_terminal_parameter): Work with dead terminals as well.
20942 (Fmodify_terminal_parameters): Remove.
20943
20944 * terminal.c (get_terminal): Handle terminals.
20945 Make sure the terminal returned is live.
20946 (create_terminal): Use allocate_terminal.
20947 (mark_terminals): Move to alloc.c.
20948 (delete_terminal): Use terminal->name as liveness status.
20949 NULL out fields after freeing their contents.
20950 Don't deallocate the object.
20951 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
20952 rather than an int.
20953 (Fterminal_live_p): Accept non-integer arguments.
20954 (Fterminal_list): Return terminal objects rather than an ints.
20955
20956 * alloc.c (enum mem_type): New member for `terminal' objects.
20957 (allocate_terminal): New function.
20958 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
20959 Handle terminals.
20960 (mark_terminal): New fun.
20961 (mark_terminals): Move from terminal.c.
20962
20963 * term.c (get_tty_terminal): Don't treat output_initial specially.
20964 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
20965 (delete_tty): Use terminal->name as liveness status.
20966
20967 * termhooks.h (struct terminal): Make it into a pseudovector.
20968 Remove `deleted' replaced by checking `name's nullness.
20969
20970 * print.c (print_object): Handle terminals.
20971
20972 * lisp.h (enum pvec_type): New `terminal' pseudovector.
20973 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
20974
20975 * frame.c (make_terminal_frame):
20976 * keyboard.c (tty_read_avail_input):
20977 * w32term.c (x_delete_terminal):
20978 * xfns.c (Fx_create_frame, x_create_tip_frame):
20979 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
20980
209812007-09-20 Glenn Morris <rgm@gnu.org>
20982
20983 * process.c (Fmake_network_process): Doc fix.
20984
209852007-09-19 Jason Rumney <jasonr@gnu.org>
20986
20987 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
20988
209892007-09-19 Michaël Cadilhac <michael@cadilhac.name>
20990
20991 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
20992 Fix a C warning regarding variable constness.
20993
20994 * xterm.c (handle_one_xevent): Fix a C warning.
20995
209962007-09-18 Jason Rumney <jasonr@gnu.org>
20997
20998 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
20999
210002007-09-17 Jan Djärv <jan.h.d@swipnet.se>
21001
21002 * gtkutil.c (gdpy_def): New variable.
21003 (xg_initialize): Initialize gdpy_def.
21004 (xg_display_close): If no other display exists, set gdpy_def to a
21005 new connection.
21006
210072007-09-16 Jan Djärv <jan.h.d@swipnet.se>
21008
21009 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
21010 when we have no file name for the icon.
21011 (xg_tool_bar_expose_callback): Remove.
21012 (xg_create_tool_bar): Don't connect expose signal to
21013 xg_tool_bar_expose_callback.
21014 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
21015
210162007-09-16 Andreas Schwab <schwab@suse.de>
21017
21018 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
21019 values instead of zapping them.
21020
210212007-09-14 Glenn Morris <rgm@gnu.org>
21022
21023 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
21024 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
21025 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
21026 scope and rename to omfib_buffer for clarity.
21027 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
21028
210292007-09-14 Kenichi Handa <handa@m17n.org>
21030
21031 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
21032
210332007-09-13 Jason Rumney <jasonr@gnu.org>
21034
21035 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
21036
21037 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
21038
21039 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
21040 (mac_term_init): Call here instead, passing rif.
21041
210422007-09-13 Glenn Morris <rgm@gnu.org>
21043
21044 * s/hpux.h: No longer define `static' as nothing.
21045
210462007-09-13 Johan Bockgård <bojohan@gnu.org>
21047
21048 * callint.c (Fcall_interactively): Remove unused var `fun'.
21049
210502007-09-12 Romain Francoise <romain@orebokech.com>
21051
21052 * window.c (prefer_window_split_horizontally, display_buffer):
21053 Revert 2007-09-08 change.
21054
210552007-09-12 Glenn Morris <rgm@gnu.org>
21056
21057 * alloca.c: Remove file.
21058 * Makefile.in (alloca): Do not undef.
21059 (allocaobj, alloca.o): Remove.
21060 (otherobj): Remove allocaobj.
21061 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
21062 * regex.c (C_ALLOCA): Remove all references and code that was only
21063 used when this was defined.
21064 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
21065 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
21066 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
21067
21068 * Makefile.in (SOURCES, unlock, relock): Delete.
21069
21070 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
21071 (menu_grab_callback): All uses changed.
21072
21073 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
21074 (x_reply_selection_request): All uses changed.
21075
210762007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
21077
21078 * lread.c (load_warn_old_style_backquotes): Change message to look
21079 better when it appears in the middle of byte-compiler messages.
21080
210812007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
21082
21083 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
21084
21085 * xterm.c (x_create_terminal): Add comment.
21086
21087 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
21088
210892007-09-10 Richard Stallman <rms@gnu.org>
21090
21091 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
21092
210932007-09-10 Michaël Cadilhac <michael@cadilhac.name>
21094
21095 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
21096 (DEFUN): Document `intspec', use it instead of `prompt'.
21097
21098 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
21099
21100 * data.c (Finteractive_form): If the interactive specification starts
21101 with a `(', use it as a Lisp form.
21102
21103 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
21104 name and file modes.
21105
21106 * callint.c (Fcall_interactively): Comment fixes.
21107
211082007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
21109
21110 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
21111 and compiled functions.
21112
211132007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
21114
21115 * window.c (prefer_window_split_horizontally): New variable.
21116 (display_buffer): Consider splitting window horizontally depending
21117 on prefer_window_split_horizontally.
21118
211192007-09-08 Eli Zaretskii <eliz@gnu.org>
21120
21121 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
21122
211232007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21124
21125 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
21126
21127 * frame.c (x_set_frame_parameters): Check number is positive before
21128 using XFASTINT.
21129
21130 * window.c (freeze_window_start): Don't presume selected_window holds
21131 a window object.
21132 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
21133
211342007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
21135
21136 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
21137
211382007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21139
21140 * window.c (Vsplit_window_preferred_function): New var.
21141 (Fdisplay_buffer): Use it.
21142 (syms_of_window): Export, and initialize it.
21143
211442007-09-06 Pixel <pixel@mandriva.com> (tiny change)
21145
21146 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
21147
211482007-09-06 Glenn Morris <rgm@gnu.org>
21149
21150 * gtkutil.c (menu_grab_callback) <cnt>:
21151 * xselect.c (x_reply_selection_request) <cnt>: Move static
21152 variable to file scope.
21153
211542007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21155
21156 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
21157 consistent values of selected_frame and selected_window.
21158
211592007-09-04 Jason Rumney <jasonr@gnu.org>
21160
21161 * w32console.c (initialize_w32_display): Zero unused hooks.
21162
211632007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
21164
21165 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
21166 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
21167
211682007-09-04 Jason Rumney <jasonr@gnu.org>
21169
21170 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
21171 in w32console.c. Set up input. Remove XXX comments that have been
21172 confirmed as correct.
21173
21174 * s/ms-w32.h (MULTI_KBOARD): Define.
21175
21176 * w32console.c (one_and_only_w32cons): Remove.
21177 (initialize_w32_display): Take terminal argument.
21178
21179 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
21180 initialize_w32_display.
21181 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
21182
21183 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
21184
21185 * keyboard.c (discard_mouse_events): Discard it.
21186 (make_lispy_event): Translate it to a lisp event.
21187 (lispy_wheel_names): Add wheel-left and right events.
21188 (syms_of_keyboard): Enlarge wheel_syms.
21189
21190 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
21191 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
21192
21193 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
21194
21195 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
21196 from WM_MOUSEHWHEEL.
21197 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
21198
21199 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
21200 terminal.
21201
21202 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
21203 keyboard for the terminal.
21204
212052007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
21206
21207 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
21208 (Vresume_tty_hook): Rename from Vresume_tty_functions.
21209 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
21210 and resume-tty-function to resume-tty-hook.
21211 (Fsuspend_tty, Fresume_tty): Use new names.
21212
212132007-09-02 Jan Djärv <jan.h.d@swipnet.se>
21214
21215 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
21216 if it starts with "n:".
21217
212182007-08-31 Jan Djärv <jan.h.d@swipnet.se>
21219
21220 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
21221
212222007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
21223
21224 * frame.h:
21225 * frame.c (Qterm_environment_variable): Remove.
21226 (syms_of_frame): Don't init and staticpro it.
21227
21228 * callproc.c (getenv_internal): Remove special case for $TERM.
21229
21230 * callproc.c (Vinitial_environment): New variable.
21231 (set_initial_environment): Initialize it.
21232 (syms_of_callproc): Declare it.
21233 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
21234 TERM under which a process runs is never related to the TERM in which
21235 Emacs is running.
21236
212372007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
21238
21239 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
21240 * s/darwin.h: ... do it here.
21241
212422007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
21243
21244 * lisp.h (set_initial_environment): Rename from set_global_environment.
21245
21246 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
21247 removed by mistake on the multi-tty branch.
21248
21249 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
21250 (Fmodify_frame_parameters): Return a value.
21251
21252 * image.c (png_load): Comment-out var only used in commented-out code.
21253
21254 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
21255 before passing it to mark_object.
21256
21257 * xfaces.c (internal_resolve_face_name): Return a value.
21258 (internal_resolve_face_name, resolve_face_name_error): Comment out.
21259
21260 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
21261 (x_icon): Comment-out var only used in commented-out code.
21262
212632007-08-29 Romain Francoise <romain@orebokech.com>
21264
21265 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
21266 QUIT hasn't been provided.
21267
212682007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
21269
21270 * callproc.c (child_setup, getenv_internal): Use the
21271 display-environment-variable and term-environment-variable frame params.
21272 (set_initial_environment): Initialise Vprocess_environment.
21273
21274 * config.in: Disable multi-keyboard support on a mac.
21275
21276 * frame.c (Qterm_environment_variable)
21277 (Qdisplay_environment_variable): New variables.
21278 (syms_of_frame): Intern and staticpro them.
21279 (Fmake_terminal_frame): Disable output method test.
21280
21281 * frame.h: Declare them here.
21282
21283 * macfns.c (x_set_mouse_color): Get rif from the frame.
21284 (x_set_tool_bar_lines): Don't use updating_frame.
21285 (mac_window): Add 2 new parameters for consistency with other systems.
21286 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
21287 frame parameters following what is done in X11 and w32. Don't use
21288 FRAME_MAC_DISPLAY_INFO.
21289 (Fx_open_connection, start_hourglass): Remove window-system check.
21290 (x_create_tip_frame): Get the keyboard from the terminal.
21291
21292 * macmenu.c: Reorder includes.
21293 (Fx_popup_menu): Use terminal specific mouse_position_hook.
21294
21295 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
21296 terminal parameter.
21297 (x_clear_frame): Add a frame parameter.
21298 (note_mouse_movement): Get rif from the frame.
21299 (mac_term_init): Initialize the terminal.
21300 (mac_initialize): Make static and move terminal initialization ...
21301 (mac_create_terminal): ... to this new function.
21302
21303 * macterm.h (struct mac_display_info): Add terminal.
21304 (mac_initialize): Delete declaration.
21305
21306 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
21307
21308 * sysdep.c: Comment out text after #endif.
21309
21310 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
21311 is defined. Better initialize ttys in windows. Use terminal
21312 specific mouse_position_hook.
21313
21314 * termhooks.h (union display_info): Add mac_display_info.
21315
21316 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
21317 Set the default minibuffer frame, window_system and the rest of the
21318 frame parameters following what is done in X11.
21319
21320 * w32term.c (w32_initialize): Make static.
21321
21322 * xselect.c (x_handle_selection_clear): Only access
21323 terminal->kboard when MULTI_KBOARD is defined.
21324
21325 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
21326 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
21327
213282007-08-29 Jason Rumney <jasonr@gnu.org>
21329
21330 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
21331 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
21332
21333 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
21334 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
21335
21336 * keyboard.c (restore_kboard_configuration): Only define when
21337 MULTI_KBOARD defined.
21338
21339 * makefile.w32-in: Update dependancies from Makefile.in.
21340 (OBJ1): Add terminal.$(O)
21341
21342 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
21343 Don't define function body.
21344 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
21345
21346 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
21347
21348 * w32.c (request_sigio, unrequest_sigio): Remove.
21349
21350 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
21351 (w32con_clear_frame, w32con_clear_end_of_line)
21352 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
21353 (w32con_delete_glyphs, w32con_set_terminal_window)
21354 (scroll_line, w32_sys_ring_bell): Add frame arg.
21355 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
21356 Add terminal arg.
21357 (PICK_FRAME): Remove.
21358 (w32con_write_glyphs): Use frame specific terminal coding.
21359 (one_and_only_w32cons): New global variable.
21360 (initialize_w32_display): Use it for storing hooks.
21361 (create_w32cons_output): New function.
21362
21363 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
21364 arg a frame.
21365
21366 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
21367 Set window_system.
21368 (x_set_tool_bar_lines): Don't use updating_frame.
21369 (Fx_create_frame): Set terminal and ref count.
21370 (Fx_open_connection): Remove window-system check.
21371
21372 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
21373
21374 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
21375 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
21376 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
21377 Add frame arg.
21378 (x_delete_terminal, w32_create_terminal): New functions.
21379 (w32_term_init): Create a terminal.
21380 (w32_initialize): Move terminal specific initialization to
21381 w32_create_terminal.
21382
21383 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
21384 (w32_clear_rect, w32_clear_area): Use background from frame.
21385 (w32_display_info): Add terminal.
21386 (w32_sys_ring_bell, x_delete_display): Declare here.
21387
21388 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
21389
21390 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
21391
213922007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
21393
21394 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
21395 Fix get_named_tty calls for the controlling tty.
21396
213972007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21398
194d44e7 21399 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
21400
214012007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
21402
21403 * term.c (tty_insert_glyphs): Add missing first parameter.
21404
214052007-08-29 Károly Lőrentey <karoly@lorentey.hu>
21406
21407 * buffer.c (Fbuffer_list, Fbury_buffer):
21408 Take frame->buried_buffer_list into account.
21409
21410 * cm.c (current_tty): New variable, for cmputc().
21411 (cmputc): Use it.
21412 (cmcheckmagic): Add tty parameter, look up terminal streams there.
21413 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
21414 (cmgoto): Add tty parameter. Pass it on to calccost().
21415 Use emacs_tputs() instead of tputs().
21416
21417 * cm.h (emacs_tputs): New macro to set current_tty, and then call
21418 tputs().
21419 (current_tty): New variable, for cmputc().
21420 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
21421
21422 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
21423 (internal_condition_case, internal_condition_case_1)
21424 (internal_condition_case_2): Don't abort when x_catching_errors.
21425
21426 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
21427 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
21428 prevent crashes caused by bogus longjmps in read_char.
21429
21430 * keymap.h (Fset_keymap_parent): Add EXFUN.
21431
21432 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
21433 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21434 Remove redundant definition.
21435
21436 * macfns.c (x_set_mouse_color, x_make_gc):
21437 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21438
21439 * w32term.c (x_free_frame_resources):
21440 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21441 (w32_initialize): Use the accessor macros for terminal characteristics.
21442
21443 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
21444 Use the accessor macros for terminal characteristics.
21445 * msdos.c (internal_terminal_init): Use the accessor macros for
21446 terminal characteristics.
21447 (ScreenVisualBell, internal_terminal_init):
21448 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21449
21450 * termopts.h (no_redraw_on_reenter): Declare.
21451
21452 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
21453 (mark_terminals, mark_ttys): Declare.
21454 (Fgarbage_collect): Call them.
21455 (mark_object): Mark buried_buffer_list.
21456
21457 * prefix-args.c: Include stdlib.h for exit.
21458
21459 * syssignal.h: Add comment.
21460
21461 * indent.c: Include stdio.h.
21462
21463 * window.h (Vinitial_window_system): Declare.
21464 (Vwindow_system): Delete declaration.
21465
21466 * fontset.c (Finternal_char_font): Use FRAME_RIF.
21467
21468 * image.c (lookup_image): Don't initialize `c' until the xasserts
21469 have been run.
21470
21471 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
21472 FRAME_FOREGROUND_PIXEL.
21473
21474 * print.c (print_preprocess): Don't lose print_depth levels while
21475 iterating.
21476
21477 * widget.c (update_from_various_frame_slots):
21478 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21479
21480 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
21481 frames.
21482 (window_internal_height): Remove bogus make_number call.
21483 (init_window_once): Call make_terminal_frame with two zero parameters.
21484
21485 * fileio.c (Fread_file_name): Update comment.
21486
21487 * callint.c (Fcall_interactively):
21488 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
21489 Make sure it is correctly unwound.
21490
21491 * xsmfns.c (x_session_close): New function.
21492
21493 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
21494 Delete declarations.
21495
21496 * xterm.h: Remove declaration for x_fully_uncatch_errors.
21497 (x_output): Remove background_pixel and foreground_pixel fields.
21498 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
21499 (x_delete_device, x_session_close): Declare.
21500
21501 * lread.c: Include setjmp.h. Update declaration of `read_char'.
21502 (read_filtered_event): Call `read_char' with a local
21503 `wrong_kboard_jmpbuf'.
21504
21505 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
21506 Don't call single_kboard_state. Use FRAME_RIF.
21507
21508 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
21509 systems.
21510
21511 * lisp.h (set_process_environment): Rename to `set_global_environment'.
21512 (Fframe_with_environment, Fset_input_meta_mode)
21513 (Fset_quit_char): EXFUN.
21514 (x_create_device, tty_output, terminal, tty_display_info): Declare.
21515 (init_sys_modes, reset_sys_modes): Update prototypes.
21516 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
21517
21518 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
21519 Vlocal_key_translation_map, and Vkeyboard_translate_table.
21520 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
21521 Delete declarations.
21522 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
21523 (temporarily_switch_to_single_kboard, tty_read_avail_input):
21524 New declarations.
21525
21526 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
21527 already does that during init_display(). Call syms_of_keymap
21528 before syms_of_keyboard. Call `syms_of_terminal'.
21529 Call set_initial_environment, not set_process_environment.
21530 (shut_down_emacs): Call reset_all_sys_modes() instead of
21531 reset_sys_modes().
21532
21533 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
21534 (internal_resolve_face_name, resolve_face_name_error): New functions.
21535 (resolve_face_name): Protect against loops and errors thrown by Fget.
21536 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
21537 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
21538
21539 * scroll.c: Replace CURTTY() with local variables throughout the
21540 file (where applicable).
21541 (calculate_scrolling, calculate_direct_scrolling)
21542 (scrolling_1, scroll_cost): Use the accessor macros for terminal
21543 characteristics.
21544
21545 * keymap.c (Vfunction_key_map): Remove.
21546 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
21547 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
21548 (Vkey_translation_map): Remove.
21549 (syms_of_keymap): Remove DEFVAR for key-translation-map.
21550 (Fdescribe_buffer_bindings)
21551 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
21552 Update for terminal-local key-translation-map.
21553
21554 * Makefile.in (callproc.o): Update dependencies.
21555 (lisp, shortlisp): Add termdev.elc.
21556 (obj): Add terminal.o.
21557 (terminal.o): Add dependencies.
21558 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
21559 (data.o, fns.o): Add termhooks.h dependency.
21560 (SOME_MACHINE_LISP): Add dnd.elc.
21561 (minibuf.o): Fix typo.
21562 Update dependencies.
21563
21564 * data.c (do_symval_forwarding, store_symval_forwarding)
21565 (find_symbol_value): Use the selected frame's keyboard, not
21566 current_kboard.
21567
21568 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
21569 Vwindow_system.
21570
21571 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
21572 Fmenu_bar_open.
21573 (syms_of_xmenu): Update defsubr.
21574 (mouse_position_for_popup, Fx_popup_menu)
21575 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
21576 (set_frame_menubar, free_frame_menubar)
b97439ce 21577 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
21578 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
21579 an X frame.
21580
21581 * xselect.c (x_own_selection): Abort if not an X frame.
21582 (some_frame_on_display): Check if it is an X frame.
21583 (x_handle_selection_clear): Deal with MULTI_KBOARD.
21584
21585 * coding.c: Include frame.h and termhooks.h.
21586 (terminal_coding, keyboard_coding): Delete.
21587 (Fset_terminal_coding_system_internal)
21588 (Fset_keyboard_coding_system_internal)
21589 (Fkeyboard_coding_system)
21590 (Fterminal_coding_system): Add a terminal parameter.
21591 Get terminal_coding from the terminal.
21592 (init_coding_once): Don't call setup_coding_system here.
21593
21594 * dispextern.h (set_scroll_region, turn_off_insert)
21595 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
21596 (tty_clear_end_of_line, tty_setup_colors)
21597 (delete_tty, updating_frame)
21598 (produce_special_glyphs, produce_glyphs, write_glyphs)
21599 (insert_glyphs): Remove.
21600 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
21601 (tty_turn_off_highlight, get_tty_size): Add declaration.
21602 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
21603
21604 * frame.h (enum output_method): Add output_initial.
21605 (struct x_output): Delete.
21606 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
21607 Access foreground_pixel and background_pixel directly from the frame.
21608 (tty_display): Delete.
21609 (struct frame): Add buried_buffer_list, foreground_pixel,
21610 background_pixel and terminal. Delete kboard.
21611 (union output_data): Add tty.
21612 (FRAME_KBOARD): Get the kboard from the terminal.
21613 (FRAME_INITIAL_P): New macro.
21614 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
21615 (Qterm_environment_variable, Qdisplay_environment_variable)
21616 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
21617 New declarations.
21618
21619 * termchar.h (tty_output, tty_display_info): New structures.
21620 (tty_list): Declare.
21621 (FRAME_TTY, CURTTY): New macros.
21622 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
21623 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
21624 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
21625 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
21626
21627 * callproc.c: Include frame.h and termhooks.h, for terminal
21628 parameters.
21629 (add_env): New function.
21630 (child_setup): Use it.
21631 (child_setup, getenv_internal): Handle the new Vprocess_environment.
21632 (getenv_internal): Fix get_terminal_param call.
21633 (Fgetenv_internal, egetenv): Update doc.
21634 (syms_of_callproc): Initialize Vprocess_environment to nil.
21635 Register and initialize them. Remove obsolete defvars. Update doc
21636 strings.
21637 (child_setup): Handle Vlocal_environment_variables.
21638 (getenv_internal): Add terminal parameter.
21639 Handle Vlocal_environment_variables.
21640 (Fgetenv_internal): Add terminal parameter.
21641 (child_setup, getenv_internal, Fgetenv_internal): Store the local
21642 environment in a frame (not terminal) parameter. Update doc strings.
21643 (set_initial_environment): Rename from set_global_environment.
21644 Store Emacs environment in initial frame parameter.
21645
21646 * xdisp.c (redisplay_internal): Update references to
21647 `previous_terminal_frame'.
21648 (display_mode_line, Fformat_mode_line): Replace calls to
21649 `push_frame_kboard' with `push_kboard'.
21650 (get_glyph_string_clip_rects): Add extra parentheses and
21651 braces to prevent compiler warnings.
21652 (calc_pixel_width_or_height): Add xassert to check that the
21653 frame is alive. Don't call `lookup_image' on a termcap frame.
21654 (message2_nolog, message3_nolog, redisplay_internal)
21655 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
21656 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
21657 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
21658 (Fx_display_pixel_width, Fx_display_pixel_height)
21659 (Fx_display_planes, Fx_display_color_cells)
21660 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
21661 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
21662 (Fx_display_backing_store, Fx_display_visual_class)
21663 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
21664 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
21665
21666 * xfns.c (x_set_foreground_color x_set_background_color)
21667 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
21668 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21669 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
21670 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
21671 terminal that is being deleted.
21672 (Fx_create_frame): Use `store_frame_param' to set `window-system'
21673 frame parameter, and make sure it overrides any user-supplied setting.
21674 (Fx_close_connection, Fx_synchronize): Unify argument names with
21675 the rest of the DEFUNs.
21676
21677 * dispnew.c (Fsend_string_to_terminal): Update call to
21678 `get_tty_terminal'.
21679 (Fredraw_frame, Fsend_string_to_terminal)
21680 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
21681 FRAME_TERMCAP_P and FRAME_TTY.
21682 (window_change_signal): Don't believe width/height values that are
21683 impossibly small.
21684 (Vinitial_window_system): Rename from Vwindow_system.
21685 (termscript, Wcm, rif): Delete.
21686
21687 * termhooks.h (struct terminal): New struct containing the
21688 previously global text display hooks and new members NAME,
21689 DELETED and PARAM_ALIST.
21690 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
21691 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
21692 (FRAME_RIF): New macros.
21693 (get_terminal_param, get_device): New declarations.
21694 (termscript): Delete declaration.
21695
21696 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
21697 (XTflash, x_free_frame_resources, x_scroll_bar_create)
21698 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
21699 FRAME_FOREGROUND_PIXEL.
21700 (x_fully_uncatch_errors): Disable definition.
21701 (x_scroll_bar_expose): Fix reference to foreground pixel.
21702 (XTread_socket): Disable loop on all X displays.
21703 (x_delete_terminal): Don't set terminal->deleted and let
21704 delete_terminal delete the frames on the terminal.
21705 (x_delete_display): Doc update to reflect changes in
21706 delete_terminal.
21707 (x_display_info) <terminal>: Move member earlier in the struct.
21708 (deleting_tty): Remove old variable.
21709 (Fsuspend_tty): Call clear_tty_hooks.
21710 (Fresume_tty, init_tty): Call set_tty_hooks.
21711 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
21712 errors on X frames.
21713 (x_catch_errors_unwind): Abort if x_error_message is NULL.
21714 (handle_one_xevent): Initialize `f' to NULL.
21715 (x_delete_terminal, x_create_terminal): New functions.
21716 (XTset_terminal_modes, XTreset_terminal_modes)
21717 (XTread_socket, x_connection_closed, x_term_init)
21718 (x_term_init, x_delete_display): Add terminal parameter.
21719 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
21720 X connections.
21721
21722 * frame.c: Include termchar.h.
21723 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
21724 (Qwindow_system, Qenvironment, Qterm_environment_variable)
21725 (Qdisplay_environment_variable): New vars.
21726 (Fframep): Deal with output_initial.
21727 (Fframe-live-p): Doc fix.
21728 (Fwindow-system): New function.
21729 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
21730 (make_terminal_frame): Don't create frames on a terminal that is
21731 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
21732 (store_frame_param): Check for found_for_frame before calling XFRAME.
21733 (Fmake_terminal_frame): Handle NULL tty names correctly.
21734 (syms_of_frame): Enhance doc string of `default-frame-alist'.
21735 (Fdelete_frame): Remove unused variable `count'. Don't allow other
21736 frames to refer to a deleted frame in their 'environment parameter.
21737 (Fframe_with_environment): New function.
21738 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
21739 (get_future_frame_param): New function.
21740 (Fmake_terminal_frame): Use it.
21741 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
21742
21743 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
21744 * sysdep.c (reset_sys_modes): Update for renames.
21745
21746 * keyboard.c (tty_read_avail_input): New function.
21747 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
21748 (syms_of_keyboard): Defsubr them.
21749 (Fset_input_meta_mode, Fset_quit_char): New functions.
21750 (Fset_input_mode): Split to above functions.
21751 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
21752 parameter. Use it in call to `read_char'.
21753 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
21754 Set wrong_kboard_jmpbuf correctly in recursive calls.
21755 Use current_kboard to access Vkeyboard_translate_table.
21756 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
21757 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
21758 Update longjmp invocations. Remember the original current_kboard,
21759 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
21760 changes it. Comment out unnecessary calls to
21761 `record_single_kboard_state' and `any_kboard_state'.
21762 Update recursive calls.
21763 (wrong_kboard_jmpbuf): Remove global variable.
21764 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
21765 Handle deleted interrupted_kboards correctly; that is a legal
21766 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
21767 and read_char calls. Abort if interrupted_kboard died in read_char.
21768 (any_kboard_state, single_kboard_state)
21769 (push_frame_kboard): Remove function.
21770 (pop_kboard): Switch out of single_kboard mode if the kboard has
21771 been deleted. Remove unused variable. Help debugging by not
21772 changing current_kboard unnecessarily. Set current_kboard to the
21773 kboard of the selected frame when the stored kboard object has
21774 been deleted before pop_kboard.
21775 (temporarily_switch_to_single_kboard): Change first parameter to a
21776 frame pointer. Throw an error when caller wants to change kboards
21777 while in single_kboard mode. Don't push_kboard if we weren't in
21778 single kboard state. Don't pop_kboard if we popped into any
21779 kboard state.
21780 (restore_kboard_configuration): Abort if pop_kboard changed the
21781 kboard in single_kboard mode. Call pop_kboard only after setting
21782 up single_kboard mode.
21783 (Frecursive_edit): Switch to single_kboard mode only in nested
21784 command loops.
21785 (cmd_error, command_loop, command_loop_1, timer_check):
21786 Comment out unnecessary call to `any_kboard_state' and
21787 `record_single_kboard_state'.
21788 (delete_kboard): Exit single_kboard mode if we have just deleted
21789 that kboard. Use FRAME_KBOARD.
21790 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
21791 `fatal_error_signal'.
21792 (record_single_kboard_state): Don't push_kboard if we weren't in
21793 single kboard state. Don't pop_kboard if we popped into any
21794 kboard state.
21795 (push_frame_kboard): Rename to push_kboard.
21796 (kbd_buffer_get_event): Use FRAME_TERMINAL.
21797 (read_avail_input): Read input from all terminals.
21798 (mark_kboards): Also mark Vkeyboard_translate_table.
21799 (kbd_buffer_store_event_hold): Simplify condition.
21800 (read_key_sequence): Reinitialize fkey and keytran at each replay.
21801 (Vkeyboard_translate_table): Move to struct kboard.
21802 (init_kboard): Initialize Vkeyboard_translate_table.
21803 (syms_of_keyboard): Use DEFVAR_KBOARD to define
21804 Vkeyboard_translate_table. Update doc strings. Update docs of
21805 local-function-key-map and function-key-map.
21806
21807 * terminal.c: New file.
21808
21809 * term.c: Include errno.h.
21810 (Vring_bell_function, device_list, initial_device)
21811 (next_device_id, ring_bell, update_begin, update_end)
21812 (set_terminal_window, cursor_to, raw_cursor_to)
21813 (clear_to_end, clear_frame, clear_end_of_line)
21814 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
21815 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
21816 (syms_of_term): Move their initialization to terminal.c.
21817 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
21818 (Ftty_display_color_cells)
21819 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
21820 (clear_tty_hooks, set_tty_hooks)
21821 (init_tty, maybe_fatal): New functions.
21822 (Ftty_type): Return nil if terminal is not on a tty instead of
21823 throwing an error. Doc update.
21824 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
21825 Doc update. Initialize new subrs and variables.
21826 (delete_tty): Use terminal->deleted.
21827 (tty_set_terminal_modes): Rename from set_terminal_modes.
21828 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
21829 (set_scroll_region): Rename to `tty_set_scroll_region'.
21830 (turn_on_insert): Rename to `tty_turn_on_insert'.
21831 (turn_off_insert): Rename to `tty_turn_off_insert'.
21832 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
21833 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
21834 (toggle_highligh): Rename to `tty_toggle_highlight'.
21835 (background_highlight): Rename to `tty_background_highlight'.
21836 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
21837 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
21838 (tty_set_scroll_region, tty_background_highlight)
21839 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
21840 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
21841 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
21842 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
21843 Add static modifier.
21844 (tty_reset_terminal_modes, tty_set_terminal_window)
21845 (tty_set_scroll_region, tty_background_highlight)
21846 (tty_highlight_if_desired, tty_cursor_to)
21847 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
21848 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
21849 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
21850 renames.
21851
218522007-08-28 Jan Djärv <jan.h.d@swipnet.se>
21853
21854 * keyboard.c: Qrtl is new.
21855 (parse_tool_bar_item): Handle :rtl keyword.
21856 (syms_of_keyboard): Intern :rtl keyword.
21857
21858 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
21859
21860 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
21861 so no Lisp code is executed.
21862 (file_for_image, find_rtl_image): New functions.
21863 (xg_get_image_for_pixmap): Use file_for_image.
21864 (update_frame_tool_bar): If direction is RTL, use RTL image if
21865 defined. Use Gtk stock images if defined.
21866
218672007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21868
21869 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
21870 for nonexistent or zero-width glyph in composition glyph.
21871
218722007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
21873
21874 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
21875
21876 * xdisp.c (Finvisible_p): New function.
21877 (syms_of_xdisp): defsubr it.
21878
218792007-08-24 Juanma Barranquero <lekktu@gmail.com>
21880
21881 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
21882 Doc fixes.
21883
218842007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21885
21886 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
21887
218882007-08-24 Martin Rudalics <rudalics@gmx.at>
21889
21890 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
21891 whether decoding has modified buffer contents.
21892
218932007-08-24 Jason Rumney <jasonr@gnu.org>
21894
21895 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
21896 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
21897 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
21898 (init_svg_functions) [HAVE_NTGUI]: New function.
21899 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
21900 (svg_load_image): Use them.
21901 (svg_load_image) [HAVE_NTGUI]: Implement background.
21902
219032007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21904
21905 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
21906 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
21907 (LIBX): Remove @RSVG_LIBS@.
21908 (LIBES): Add $(RSVG_LIBS).
21909
21910 * image.c (svg_load_image): Blend with specified background if exists.
21911 Use IMAGE_BACKGROUND. Add Mac OS Support.
21912
21913 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
21914 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
21915 Remove macros.
21916 [MAC_OSX] (socket_callback): Do nothing.
21917 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
21918 ReceiveNextEvent.
21919 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
21920 socket_callback.
21921 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
21922
219232007-08-22 Glenn Morris <rgm@gnu.org>
21924
21925 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
21926
219272007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
21928
21929 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
21930
21931 * image.c: Add support for SVG images. Some additional comments
21932 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
21933 (svg_image_p): New function to test for SVG image.
21934 (svg_load): New function to load SVG image.
21935 (svg_load_image): New function, helper for svg_load.
21936 (Qsvg): New Lisp_object.
21937 (svg_keyword_index): New enum.
21938 (svg_format): New static `image_keyword' struct.
21939 (svg_type): New static `image_type' struct.
21940 (librsvg/rsvg.h): Include it.
21941
219422007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21943
21944 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
21945
219462007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21947
21948 * lread.c (Qold_style_backquotes): New var.
21949 (syms_of_lread): Init and staticpro it.
21950 (load_warn_old_style_backquotes): New fun.
21951 (Fload): Use them to warn about old style backquotes.
21952 (end_of_file_error, Fload): Remove unused vars.
21953
21954 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
21955
21956 * lread.c (Vold_style_backquotes): New var.
21957 (syms_of_lread): Init and export it to Elisp.
21958 (read1): Set it when we find an old-style (back)quote.
21959
219602007-08-22 Jason Rumney <jasonr@gnu.org>
21961
21962 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
21963
219642007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21965
21966 * puresize.h (BASE_PURESIZE): Increase to 1140000.
21967
219682007-08-19 Richard Stallman <rms@gnu.org>
21969
21970 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
21971
219722007-08-19 Andreas Schwab <schwab@suse.de>
21973
21974 * alloc.c (pure): Round PURESIZE up.
21975
219762007-08-17 Jan Djärv <jan.h.d@swipnet.se>
21977
21978 * xterm.c (handle_one_xevent): Remove check that mouse click is in
21979 active frame.
21980
219812007-08-16 Richard Stallman <rms@gnu.org>
21982
21983 * eval.c (Fcommandp): Add parens to clarify.
21984
21985 * minibuf.c (Fall_completions): Use enum for type of table.
21986
21987 * emacs.c (USAGE2): Improve text.
21988
219892007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
21990
21991 * term.c (tty_default_color_capabilities): Declare static
21992 variables in file scope, to avoid HPUX compiler problem.
21993
219942007-08-13 Jan Djärv <jan.h.d@swipnet.se>
21995
21996 * gtkutil.c (update_frame_tool_bar): Use -1 as index
21997 to gtk_toolbar_insert.
21998
219992007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
22000
22001 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
22002
22003 * insdel.c (reset_var_on_error): New fun.
22004 (signal_before_change, signal_after_change):
22005 Use it to reset (after|before)-change-functions to nil in case of error.
22006 Bind inhibit-modification-hooks to t.
22007 Don't bind (after|before)-change-functions to nil while they run.
22008
220092007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22010
22011 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
22012 filling pixmap with stippled background.
22013
220142007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22015
22016 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
22017 Don't use invisible frame as parent window for repositioning.
22018
220192007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
22020
22021 * print.c (new_backquote_output): Rename from old_backquote_output.
22022 (print): Inverse its logic (according to its name) so as to match the
22023 behavior of new_backquote_flag in lread.c.
22024
220252007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22026
22027 * gmalloc.c (posix_memalign): New function.
22028
22029 * macterm.c (frame_highlight, frame_unhighlight): Don't call
22030 ActivateControl/DeactivateControl here.
22031 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
22032 frame-notice-user-settings is non-nil.
22033 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
22034 for kEventParamFMFontStyle.
22035 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
22036 mac_pass_command_to_system and mac_pass_control_to_system here.
22037 (XTread_socket): Call ActivateControl/DeactivateControl here.
22038 (XTread_socket) [TARGET_API_MAC_CARBON]:
22039 Check mac_pass_command_to_system and mac_pass_control_to_system here.
22040 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
22041 for window repositioning.
22042
220432007-08-08 Glenn Morris <rgm@gnu.org>
22044
22045 * Replace `iff' in doc-strings and comments.
22046
220472007-08-07 Chong Yidong <cyd@stupidchicken.com>
22048
22049 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
22050
220512007-08-07 Martin Rudalics <rudalics@gmx.at>
22052
22053 * fileio.c (Finsert_file_contents): Run format-decode and
22054 after_insert_file_functions on entire buffer when REPLACE is
22055 non-nil and inhibit modification_hooks and point_motion_hooks.
22056 For consistency, run after_insert_file_functions iff something
22057 got inserted. Move signal_after_change and update_compositions
22058 after code running after_insert_file_functions. Make sure that
22059 undo_list doesn't record intermediate steps of the decoding process.
22060
220612007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22062
22063 * emacs.c (main)
22064 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
22065 Call malloc_enable_thread on interactive startup.
22066
22067 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
22068 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
22069 [USE_PTHREAD]: Conditionalize with it.
22070 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
22071 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
22072 New functions.
22073
220742007-08-06 Chong Yidong <cyd@stupidchicken.com>
22075
22076 * xdisp.c (redisplay_window): When restoring original buffer
22077 position, make sure it is still valid.
22078
22079 * image.c (png_load): Ignore png-supplied background color.
22080
220812007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22082
22083 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
22084 Use kCFAbsoluteTimeIntervalSince1970.
22085
22086 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
22087 New variable.
22088 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
22089 event loop should be quit.
22090 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
22091 Quit dialog event loop if quit_dialog_event_loop is set.
22092
22093 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
22094 (Selection): New typedef. Use instead of ScrapRef.
22095 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
22096 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
22097 (mac_clear_selection): Rename from clear_scrap.
22098 (get_flavor_type_from_symbol): New argument SEL and subsume function of
22099 scrap_has_target_type. All uses changed.
22100 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
22101 (mac_selection_has_target_p): New functions.
22102 (mac_put_selection_value): Rename from put_scrap_string.
22103 (mac_get_selection_value): Rename from get_scrap_string.
22104 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
22105 (put_scrap_private_timestamp, scrap_has_target_type)
22106 (get_scrap_private_timestamp): Remove functions.
22107 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
22108 (x_own_selection, x_get_local_selection):
22109 Use mac_valid_selection_value_p.
22110 (x_own_selection): Don't use put_scrap_private_timestamp.
22111 Record OWNERSHIP-INFO into Vselection_alist instead.
22112 (x_get_local_selection): Don't check type if request is local.
22113 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
22114 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
22115
221162007-08-04 Jan Djärv <jan.h.d@swipnet.se>
22117
22118 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
22119 add comment explaining why.
22120
221212007-08-03 Richard Stallman <rms@gnu.org>
22122
22123 * fileio.c (Fvisited_file_modtime): Use make_time.
22124
221252007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
22126
22127 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
22128 build.
22129
221302007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
22131
22132 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
22133
221342007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
22135
22136 * puresize.h (BASE_PURESIZE): Increase to 1130000.
22137
221382007-07-30 Richard Stallman <rms@gnu.org>
22139
22140 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
22141
221422007-07-29 Jan Djärv <jan.h.d@swipnet.se>
22143
22144 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
22145
221462007-07-28 Nick Roberts <nickrob@snap.net.nz>
22147
22148 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
22149 remote default-directory.
22150
22151 * buffer.c (mode-line-format): Update doc string.
22152
221532007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22154
22155 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
22156 scroll bar gap.
22157 (x_scroll_bar_create): Set bar->fringe_extended_p.
22158 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
22159 on frame edge. Check fringe background extension. Don't clear
22160 extended fringe background area.
22161
22162 * w32term.h (struct scroll_bar): New member fringe_extended_p.
22163 (w32_fill_area): Enclose multiple statements with do ... while (0).
22164
22165 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
22166 Extend fringe background to scroll bar gap.
22167 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
22168 Set bar->fringe_extended_p.
22169 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
22170 Put leftmost/rightmost scroll bars on frame edge. Check fringe
22171 background extension. Don't clear extended fringe background area.
22172
22173 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
22174 New member fringe_extended_p.
22175
221762007-07-25 Glenn Morris <rgm@gnu.org>
22177
22178 * Relicense all FSF files to GPLv3 or later.
22179
22180 * COPYING: Switch to GPLv3.
22181
221822007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
22183
22184 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
22185
22186 * data.c (Finteractive_form): Check for the presence of an
22187 `interactive-form' symbol property more thoroughly.
22188
22189 * data.c (Finteractive_form): Use an `interactive-form' property if
22190 present, analogous to the function-documentation property.
22191
221922007-07-24 Jason Rumney <jasonr@gnu.org>
22193
22194 * w32fns.c (x_real_positions): Get real position from OS instead of
22195 calculating it.
22196
221972007-07-23 Jason Rumney <jasonr@gnu.org>
22198
22199 * filelock.c (current_lock_owner): Allow for @ sign in username.
22200
222012007-07-22 Nick Roberts <nickrob@snap.net.nz>
22202
22203 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
22204 remote default-directory.
22205
22206 * buffer.c (mode-line-format): Describe above case in doc string.
22207
222082007-07-20 Eli Zaretskii <eliz@gnu.org>
22209
22210 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
22211 Define if not defined.
22212
222132007-07-18 Jason Rumney <jasonr@gnu.org>
22214
22215 * w32proc.c (w32_executable_type): Handle 64 bit executables.
22216
222172007-07-18 Richard Stallman <rms@gnu.org>
22218
22219 * data.c (Fsetq_default): Doc fix.
22220
22221 * eval.c (Fsetq): Doc fix.
22222
222232007-07-18 Juanma Barranquero <lekktu@gmail.com>
22224
22225 * coding.c (Ffind_operation_coding_system):
22226 * eval.c (For, Fand): Doc fixes.
22227 Reported by Johan Bockgård.
22228
222292007-07-18 Jan Djärv <jan.h.d@swipnet.se>
22230
22231 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
22232
22233 * xterm.h: Declare x_ewmh_activate_frame.
22234
22235 * xterm.c (x_ewmh_activate_frame): New function.
22236 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
22237
222382007-07-17 Martin Rudalics <rudalics@gmx.at>
22239
22240 * window.c (Fdisplay_buffer): If largest or LRU window is the
22241 only window, split it even if it is not eligible for splitting.
22242 This restores the original behavior broken by the 2007-07-15
22243 change.
22244
222452007-07-17 Glenn Morris <rgm@gnu.org>
22246
22247 * abbrev.c (abbrev_check_chars): New function.
22248 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
22249 Call abbrev_check_chars to check abbrev characters are word
22250 constituents. Doc fix.
22251
222522007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
22253
22254 * process.c (Fstart_process, Fmake_network_process)
22255 (read_process_output): Fix up last changes.
22256
222572007-07-16 Eli Zaretskii <eliz@gnu.org>
22258
22259 * makefile.w32-in (clean): Don't delete *~.
22260
222612007-07-16 Andreas Schwab <schwab@suse.de>
22262
22263 * window.c (Fdisplay_buffer): Use NILP.
22264 (Fset_window_scroll_bars): Likewise.
22265
222662007-07-15 Martin Rudalics <rudalics@gmx.at>
22267
22268 * window.c (window_min_size_2): New function.
22269 (window_min_size_1, size_window, Fdisplay_buffer)
22270 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
22271 windows without mode- or header-lines when window-min-height is
22272 too small.
22273 (size_window): Reset nodelete_p after testing it, following an
22274 earlier note by Kim F. Storm.
22275 (display_buffer): Do not set split_height_threshold to twice the
22276 value of window_min_height to avoid changing the value of a
22277 customizable variable. Rather explicitly check whether the
22278 height of the window that shall be splitted is at least as large
22279 as split_height_threshold.
22280 (Fwindow_full_width_p): New defun.
22281 (syms_of_window): Defsubr it.
22282
22283 * window.h: Add EXFUN for Fwindow_full_width_p.
22284
222852007-07-14 Jason Rumney <jasonr@gnu.org>
22286
22287 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
22288
222892007-07-14 Richard Stallman <rms@gnu.org>
22290
22291 * eval.c (maybe_call_debugger): New function.
22292 (find_handler_clause): Use maybe_call_debugger.
22293 Call it when the handler says `debug'.
22294 Eliminate DEBUGGER_VALUE_PTR.
22295 (Fsignal): Eliminate debugger_value.
22296 (Qdebug): New variable.
22297 (syms_of_eval): Initialize it.
22298
222992007-07-14 Juanma Barranquero <lekktu@gmail.com>
22300
22301 * eval.c (Fprogn):
22302 * keyboard.c (Ftrack_mouse):
22303 * print.c (Fwith_output_to_temp_buffer):
22304 * window.c (Fsave_window_excursion): Doc fix.
22305
223062007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
22307
22308 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
22309
223102007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
22311
22312 * process.h (struct Lisp_Process): Turn slots infd, outfd,
22313 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
22314 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
22315 read_output_delay, and read_output_skip from Lisp_Objects to ints.
22316 Remove unused encoding_carryover.
22317 * process.c: Adjust all functions accordingly.
22318
223192007-07-12 Richard Stallman <rms@gnu.org>
22320
22321 * term.c: Include unistd.h only if HAVE_UNISTD_H.
22322
223232007-07-11 Jason Rumney <jasonr@gnu.org>
22324
22325 * makefile.w32-in (LIBS): Include OLE32.
22326
22327 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
22328 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
22329
223302007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
22331
22332 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
22333 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
22334 from a Lisp_Object into a bare pointer.
22335 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
22336 Adjust the code correspondingly.
22337
22338 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
22339
22340 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
22341 (term_show_mouse_face): Remove unused var `j'.
22342 (handle_one_term_event): Remove unused vars `i' and `j'.
22343 Don't cast return value of ttyname since it's not necessary.
22344
223452007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
22346
22347 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
22348 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
22349
22350 * fns.c (map_char_table): Use an array of int for `indices' rather than
22351 an array of Lisp_Objects (which are only ever integers anyway).
22352 (Fmap_char_table): Update caller.
22353 * lisp.h: Update prototype.
22354 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
22355 * fontset.c (Ffontset_info):
22356 * casetab.c (set_case_table): Update callers.
22357
22358 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
22359
22360 * keymap.c (struct accessible_keymaps_data)
22361 (struct where_is_internal_data): New structures.
22362 (accessible_keymaps_1, where_is_internal_1): Use them to change
22363 interface to adhere to the one used by map_keymap.
22364 (Faccessible_keymaps, where_is_internal): Use map_keymap.
22365 (accessible_keymaps_char_table, where_is_internal_2): Remove.
22366
22367 * keymap.h (map_keymap_function_t): More informative prototype.
22368
223692007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
22370
22371 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
22372 (looking_at_1): Don't change search_regs and last_thing_searched
22373 if `inhibit-changing-match-data' is non-nil.
22374 (string_match_1, search_buffer, set_search_regs): Likewise.
22375 (syms_of_search): Add Lisp level definition for
22376 `inhibit-changing-match-data' and set it to nil.
22377 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
22378 start and end of the match, instead of using values in search_regs.
22379
223802007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22381
22382 * minibuf.c (Fcompleting_read): New value `confirm-only'
22383 for `require-match'.
22384
223852007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22386
22387 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
22388 part of the 2007-06-27 change to syms_of_fileio.
22389
223902007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22391
22392 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
22393 Check WINDOWP before using XWINDOW. Consolidate return statements.
22394
223952007-06-27 Richard Stallman <rms@gnu.org>
22396
22397 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
22398
223992007-06-27 Juanma Barranquero <lekktu@gmail.com>
22400
22401 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
22402
224032007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22404
22405 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
22406 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
22407 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
22408 (_free_internal, memalign): Use them.
22409 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
22410 Initialize to PTHREAD_MUTEX_INITIALIZER.
22411 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
22412 (morecore_nolock): Rename from morecore. All uses changed.
22413 Use only nolock versions of internal allocation functions.
22414 (_malloc_internal_nolock, _realloc_internal_nolock)
22415 (_free_internal_nolock): New functions created from
22416 _malloc_internal, _realloc_internal, and _free_internal.
22417 (_malloc_internal, _realloc_internal, _free_internal): Use them.
22418 Copy hook value to automatic variable before its use.
22419 (memalign): Copy hook value to automatic variable before its use.
22420
224212007-06-26 Kenichi Handa <handa@m17n.org>
22422
22423 * coding.c (Ffind_operation_coding_system): Docstring improved.
22424 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
22425
224262007-06-25 David Kastrup <dak@gnu.org>
22427
22428 * keymap.c (Fcurrent_active_maps): Add `position' argument.
22429 (Fwhere_is_internal): Adjust call to `current-active-maps' to
22430 cater for additional parameter.
22431
22432 * keymap.h: Adjust number of parameters to `current-active-maps'.
22433
22434 * doc.c (Fsubstitute_command_keys): Adjust call of
22435 `current-active-maps'.
22436
224372007-06-25 David Kastrup <dak@gnu.org>
22438
22439 * callint.c (Fcall_interactively): Make the parsing of interactive
22440 specs somewhat more readable.
22441
224422007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22443
22444 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
22445 to scroll bar gap also when bitmap fills fringe. Draw only foreground
22446 if extended background has already been filled.
22447
224482007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22449
22450 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
22451 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
22452
22453 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
22454 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
22455 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
22456 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
22457 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
22458 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
22459 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
22460 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
22461 Run timers during dialog popup.
22462 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
22463
224642007-06-21 Jason Rumney <jasonr@gnu.org>
22465
22466 * image.c (convert_mono_to_color_image): Swap fore and background.
22467
224682007-06-20 Jason Rumney <jasonr@gnu.org>
22469
22470 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
22471 (w32_free_bdf_font): Unmap memory not handle.
22472
224732007-06-20 Sam Steingold <sds@gnu.org>
22474
22475 * gmalloc.c (__morecore): Fix the declaration to comply with the
22476 definition.
22477
224782007-06-20 Juanma Barranquero <lekktu@gmail.com>
22479
22480 * w32term.c (w32_delete_display): Remove leftover declaration.
22481 (w32_define_cursor, w32_initialize): Make static.
22482
22483 * w32.c (_wsa_errlist): Fix typo in error message.
22484 (init_environment): Ignore any environment variable from the
22485 registry having a null value.
22486
224872007-06-20 Glenn Morris <rgm@gnu.org>
22488
22489 * Makefile.in (LIBGIF): Default to -lgif.
22490
224912007-06-17 Jason Rumney <jasonr@gnu.org>
22492
22493 * w32menu.c (add_menu_item): Don't use multibyte string functions on
22494 unicode strings.
22495
224962007-06-16 Juanma Barranquero <lekktu@gmail.com>
22497
22498 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
22499 Fix typo in docstring.
22500
225012007-06-16 Eli Zaretskii <eliz@gnu.org>
22502
22503 * w32menu.c (add_menu_item): Escape `&' characters in menu items
22504 and their keybindings.
22505
225062007-06-15 Chong Yidong <cyd@stupidchicken.com>
22507
22508 * composite.c (update_compositions): Fix last fix.
22509
225102007-06-14 Jason Rumney <jasonr@gnu.org>
22511
22512 * w32.c (get_process_times_fn): New function pointer.
22513 (globals_of_w32): Intialize it if present in kernel32.dll.
22514 (w32_get_internal_run_time): New function.
22515
22516 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
22517
225182007-06-14 Kenichi Handa <handa@etlken.m17n.org>
22519
22520 * composite.c (update_compositions): Check the validness of
22521 compositions.
22522
225232007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22524
22525 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
22526 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
22527
22528 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
22529 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
22530
22531 * macgui.h (USE_MAC_TOOLBAR): New define.
22532
22533 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22534 Return immediately unless popup is activated.
22535
22536 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
22537 background to scroll bar gap.
22538 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
22539 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
22540 scroll bars on frame edge. Check fringe background extension.
22541 Don't clear extended fringe background area.
22542 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
22543 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
22544 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
22545 [USE_MAC_TOOLBAR]: New macros.
22546 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
22547 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
22548 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
22549 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
22550 [USE_MAC_TOOLBAR]: New functions.
22551 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
22552 manually if previous repositioning has failed.
22553 (mac_handle_keyboard_event): Use precomputed event kind.
22554 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
22555 as tool bar item click. Handle mouse movement over tool bar items.
22556
22557 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
22558 toolbar_win_gravity.
22559 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
22560 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
22561 Add externs.
22562
22563 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
22564 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
22565
225662007-06-14 Chong Yidong <cyd@stupidchicken.com>
22567
22568 * image.c (search_image_cache): Remove unused variable.
22569
225702007-06-13 Chong Yidong <cyd@stupidchicken.com>
22571
22572 * xfns.c, xmenu.c: Link to xaw3d if available.
22573
225742007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22575
22576 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
22577 frame_foreground and frame_background.
22578
22579 * image.c (lookup_image): Save frame foreground and background colors.
22580 (search_image_cache): Check if saved and current frame colors match.
22581
225822007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22583
22584 * regex.c (regex_compile): Remove the `regnum' counter.
22585 Use bufp->re_nsub instead. Add support for \(?N:RE\).
22586
225872007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22588
22589 * term.c: Include intervals.h to declare Fget_text_property.
22590
225912007-06-10 Jason Rumney <jasonr@gnu.org>
22592
22593 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
22594
225952007-06-08 Juanma Barranquero <lekktu@gmail.com>
22596
22597 * callint.c (Fcall_interactively):
22598 * editfns.c (Fdelete_and_extract_region):
22599 * fileio.c (Fread_file_name):
22600 * fns.c (Fmapconcat):
22601 * keyboard.c (cmd_error_internal):
22602 * keymap.c (Fkey_description):
22603 * lread.c (openp):
22604 * minibuf.c (read_minibuf):
22605 * search.c (wordify):
22606 * sunfns.c (sel_read):
22607 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
22608 * xfns.c (x_default_scroll_bar_color_parameter):
22609 * xmenu.c (menu_help_callback):
22610 * xselect.c (Fx_get_atom_name):
22611 * xterm.c (x_term_init): Use empty_unibyte_string.
22612
226132007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
22614
22615 * alloc.c (init_strings): Initialize canonical empty strings.
22616 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
22617 canonical empty string when the requested size is 0.
22618
22619 * emacs.c (empty_unibyte_string): Rename from empty_string.
22620 (empty_multibyte_string): New canonical empty string.
22621 (syms_of_emacs): Don't initialize empty_string.
22622
22623 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
22624 string, if appropriate.
22625 (empty_unibyte_string, empty_multibyte_string): New externs.
22626 (empty_string): Remove extern.
22627
22628 * lread.c (syms_of_lread): Use empty_unibyte_string.
22629
226302007-06-07 Jason Rumney <jasonr@gnu.org>
22631
22632 * s/ms-w32.h: Don't define HAVE_TZNAME.
22633
22634 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
22635
226362007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22637
22638 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
22639
22640 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
22641 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
22642
22643 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
22644 Don't call next handler.
22645 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
22646 Remove argument. Install handler to application.
22647 (set_frame_menubar): Don't change deep_p.
22648 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
22649 FRAME_OUTER_TO_INNER_DIFF_Y.
22650 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
22651 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
22652 [HAVE_DIALOGS]: New macros.
22653 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
22654 Use them.
22655 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
22656
22657 * macselect.c [MAC_OSX] (install_service_handler): Rename from
22658 init_service_handler. All callers changed. Return OSStatus value.
22659
22660 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
22661 All callers changed so as not to call SetPortWindowPort.
22662 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
22663 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
22664 mac_draw_string_common.
22665 (mac_draw_image_string_qd): Likewise.
22666 (mac_draw_string_common): Use them. Add INLINE.
22667 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
22668 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
22669 GetGlobalMouse.
22670 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
22671 and FRAME_OUTER_TO_INNER_DIFF_Y.
22672 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
22673 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
22674 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
22675 repositioning window to mac_handle_window_event.
22676 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
22677 saving window location to mac_handle_window_event
22678 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
22679 (install_menu_target_item_handler): Remove argument in extern.
22680 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
22681 Also accept command events.
22682 (do_keystroke): New function created from XTread_socket.
22683 (init_command_handler): Remove functions.
22684 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
22685 and save window location by kEventWindowShowing and kEventWindowHiding
22686 handlers here. Don't call next handler for window state change and
22687 focus events.
22688 (mac_handle_application_event, mac_handle_keyboard_event)
22689 [TARGET_API_MAC_CARBON]: New functions.
22690 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
22691 kEventWindowShowing and kEventWindowHiding events. Move installation
22692 of mouse, font, text input and menu target item handlers to
22693 install_application_handler.
22694 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
22695 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22696 New function.
22697 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
22698 Register it.
22699 (XTread_socket) [TARGET_API_MAC_CARBON]:
22700 Consolidate SendEventToEventTarget calls.
22701 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
22702 Move application activation handler to mac_handle_application_event.
22703 Move keyboard handler to mac_handle_keyboard_event.
22704 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
22705 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
22706 init_command_handler. Call install_application_handler.
22707
22708 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
22709 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
22710
227112007-06-07 Glenn Morris <rgm@gnu.org>
22712
22713 * emacs.c (main): Use `emacs-copyright' in --version output.
22714
227152007-06-06 Chong Yidong <cyd@stupidchicken.com>
22716
22717 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
22718
227192007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22720
22721 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
22722
22723 * macgui.h: Replace WindowPtr with WindowRef.
22724
22725 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22726 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22727 Replace ControlHandle with ControlRef.
22728 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
22729
22730 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
22731 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
22732 Replace ControlHandle with ControlRef.
22733 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
22734 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
22735
22736 * macterm.h (struct scroll_bar): Rename member control_handle_low
22737 and control_handle_high to control_ref_low and control_ref_high.
22738 All uses changed.
22739 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
22740 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
22741 respectively. All uses changed.
22742 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
22743 (install_window_handler, remove_window_handler): Replace WindowPtr
22744 with WindowRef in externs.
22745
227462007-06-05 Juanma Barranquero <lekktu@gmail.com>
22747
22748 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
22749
227502007-06-03 Nick Roberts <nickrob@snap.net.nz>
22751
22752 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
22753
22754 * frame.c (Fmouse_position, Fmouse_pixel_position):
22755 Condition on HAVE_GPM too.
22756
22757 * term.c (term_mouse_highlight): Remove unused variables.
22758 (Fterm_open_connection): Set gpm_zerobased to 1.
22759 (term_mouse_movement, term_mouse_click, handle_one_term_event):
22760 Use zero based co-ordinates.
22761 (handle_one_term_event): Report a drag as mouse movement too.
22762
22763 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
22764
227652007-06-03 Chong Yidong <cyd@stupidchicken.com>
22766
22767 * image.c (search_image_cache): New function. Require background
22768 color match if background color is unspecified in the image spec.
22769 (uncache_image, lookup_image): Use it.
22770
227712007-06-01 Juanma Barranquero <lekktu@gmail.com>
22772
22773 * window.c (Fshrink_window): Reflow docstring.
22774
227752007-06-02 Chong Yidong <cyd@stupidchicken.com>
22776
22777 * Version 22.1 released.
22778
227792007-06-01 Richard Stallman <rms@gnu.org>
22780
22781 * xfns.c (x_encode_text): Add GCPRO.
22782
227832007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22784
22785 * xfns.c (x_set_name_internal): Save encoded name before
22786 x_encode_text in case string data is relocated.
22787
227882007-05-31 Richard Stallman <rms@gnu.org>
22789
22790 * buffer.c (syms_of_buffer): Doc fix.
22791
227922007-05-30 Nick Roberts <nickrob@snap.net.nz>
22793
22794 * sysdep.c (init_sys_modes): Add rather than replace with
22795 O_NONBLOCK.
22796
22797 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
22798 term_mouse_moveto.
22799
22800 * termhooks.h (term_mouse_moveto): New extern.
22801
22802 * term.c (mouse_face_window): Rename...
22803 (Qmouse_face_window): ...to this.
22804 (term_show_mouse_face, term_clear_mouse_face)
22805 (term_mouse_highlight): Use Qmouse_face_window.
22806 (term_mouse_moveto): New function.
22807 (term_mouse_position): Make it work.
22808 (syms_of_term): Uncomment assignment to mouse_position_hook.
22809 Staticpro Qmouse_face_window.
22810
228112007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22812
22813 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
22814 around current_column call.
22815
228162007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
22817
22818 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
22819 * xdisp.c (next_element_from_buffer):
22820 * window.c (delete_window):
22821 * term.c (term_mouse_highlight):
22822 * msdos.c (getdefdir):
22823 * macterm.c (mac_create_bitmap_from_bitmap_data)
22824 (init_font_name_table):
22825 * fns.c (Fsxhash):
22826 * data.c (Fmake_local_variable):
22827 * ccl.c (ccl_driver): Likewise.
22828
228292007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22830
22831 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
22832 Call mac_wakeup_from_rne on window size change.
22833
228342007-05-25 Chong Yidong <cyd@stupidchicken.com>
22835
22836 * image.c (uncache_image): Fix typo.
22837
228382007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
22839
22840 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
22841
228422007-05-22 Richard Stallman <rms@gnu.org>
22843
22844 * xterm.c (x_connection_closed): Remove NO_RETURN.
22845
228462007-05-22 Martin Rudalics <rudalics@gmx.at>
22847
22848 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
22849
228502007-05-21 Chong Yidong <cyd@stupidchicken.com>
22851
22852 * image.c (uncache_image): New function.
22853 (Fimage_refresh): New function.
22854
228552007-05-20 Jan Djärv <jan.h.d@swipnet.se>
22856
22857 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
22858
228592007-05-20 Nick Roberts <nickrob@snap.net.nz>
22860
22861 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
22862 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
22863
228642007-05-20 Nick Roberts <nickrob@snap.net.nz>
22865
22866 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
22867 conditional on [HAVE_GPM_H].
22868
228692007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
22870
22871 * syntax.c (skip_chars): Update syntax-table only after we checked that
22872 the new location is valid.
22873
228742007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22875
22876 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
22877 mac_get_window_bounds.
22878
228792007-05-20 Nick Roberts <nickrob@snap.net.nz>
22880
22881 * Makefile.in (LIBGPM): Allow it to be set from configure.
22882 If set then link Emacs with it.
22883
22884 * config.in: Regenerate.
22885
22886 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
22887 New externs.
22888
22889 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
22890 Include gpm.h.
22891 (handle_one_term_event, term_gpm): New externs.
22892
22893 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
22894 and allow it to be interrupted by SIGIO.
22895
22896 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
22897 (wait_reading_process_output): Wait on gpm_fd too.
22898 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
22899 (add_gpm_wait_descriptor_called_flag): New variable.
22900 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
22901
22902 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
22903 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
22904 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
22905 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
22906 (make_lispy_event): Add case GPM_CLICK_EVENT.
22907 (read_avail_input): Handle mouse input.
22908
22909 * term.c (write_glyphs_with_face): New function.
22910 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
22911 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
22912 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
22913 (mouse_face_face_id, term_gpm, pos_x, pos_y)
22914 (last_mouse_x, last_mouse_y): New variables.
22915 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
22916 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
22917 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
22918 (Fterm_close_connection): New functions.
22919 (term_init): Initialise mouse_face_window.
22920
229212007-05-19 Chong Yidong <cyd@stupidchicken.com>
22922
22923 * xdisp.c (redisplay_window): If first window line is a
22924 continuation line, recompute the new window start instead of
22925 recentering.
22926
229272007-05-18 Glenn Morris <rgm@gnu.org>
22928
22929 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
22930 Suggested by Alfred M. Szmidt <ams@gnu.org>.
22931
229322007-05-17 Glenn Morris <rgm@gnu.org>
22933
22934 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
22935
229362007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22937
22938 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
22939 dead key repeat and up events.
22940
229412007-05-14 Chong Yidong <cyd@stupidchicken.com>
22942
22943 * image.c (pbm_load): Check image size for monochrome pbm.
22944
229452007-05-13 Chong Yidong <cyd@stupidchicken.com>
22946
22947 * xterm.c (XTread_socket): Revert last change.
22948
229492007-05-12 Chong Yidong <cyd@stupidchicken.com>
22950
22951 * image.c (pbm_load): Correctly check image size for greyscale pbm.
22952
22953 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
22954
229552007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22956
22957 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
22958 mixup (YAILOM).
22959
229602007-05-07 Andreas Schwab <schwab@suse.de>
22961
22962 * keymap.c (Flookup_key): Fix typo in last change.
22963
229642007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22965
22966 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
22967 mapping for unibyte strings.
22968
229692007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22970
22971 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
22972 (Fx_popup_dialog) [MAC_OSX]: Likewise.
22973
229742007-04-29 Richard Stallman <rms@gnu.org>
22975
22976 * insdel.c (replace_range): For undo, record insertion first.
22977
229782007-04-29 Andreas Schwab <schwab@suse.de>
22979
22980 * lisp.h (VECSIZE): Use OFFSETOF.
22981
229822007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22983
22984 * xdisp.c (try_window_reusing_current_matrix): Fix number of
22985 disabled lines.
22986
229872007-04-28 Richard Stallman <rms@gnu.org>
22988
22989 * lread.c (read_escape): In a string, \s is always space.
22990
229912007-04-27 Jan Djärv <jan.h.d@swipnet.se>
22992
22993 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
22994
22995 * gtkutil.c (xg_update_menubar, create_menus): Create empty
22996 submenu for menu bar items.
22997
22998See ChangeLog.10 for earlier changes.
22999
23000;; Local Variables:
23001;; coding: utf-8
23002;; add-log-time-zone-rule: t
aac0c6e3
MR
23003;; End:
23004
e3eb1dae 23005 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
23006
23007 This file is part of GNU Emacs.
23008
23009 GNU Emacs is free software: you can redistribute it and/or modify
23010 it under the terms of the GNU General Public License as published by
23011 the Free Software Foundation, either version 3 of the License, or
23012 (at your option) any later version.
23013
23014 GNU Emacs is distributed in the hope that it will be useful,
23015 but WITHOUT ANY WARRANTY; without even the implied warranty of
23016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23017 GNU General Public License for more details.
23018
23019 You should have received a copy of the GNU General Public License
23020 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23021
23022;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40