* nsterm.m (EmacsView-mouseExited:): Correct error in conditional logic pointed out...
[bpt/emacs.git] / src / ChangeLog
1 2010-11-05 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * nsterm.m (EmacsView-mouseExited:): Correct error in conditional
4 logic pointed out by Eli Zaretskii.
5
6 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
8 * coding.c (coding-category-list): Refer to set-coding-system-priority
9 instead of the obsolete set-coding-priority in the doc string.
10
11
12 2010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13
14 * nsfont.m (nsfont_draw): Correct previous patch to return
15 correct value.
16 * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch:
17 don't change the method signature, change the return.
18
19 2010-11-04 Ismail Donmez <ismail@namtrac.org> (tiny change)
20
21 * nsfont.m (nsfont_draw)
22 * nsimage.m (EmacsImage-setXBMColor:)
23 * nsterm.m (EmacsView-performDragOperation:): Correct empty return.
24
25 2010-11-03 Julien Danjou <julien@danjou.info>
26
27 * image.c (gif_load): Add support for transparency and specified
28 :background.
29
30 2010-11-01 Kenichi Handa <handa@m17n.org>
31
32 * dispextern.h (lookup_glyphless_char_display): Extern it.
33
34 * termhooks.h (struct terminal): New member charset_list.
35
36 * coding.c (Fset_terminal_coding_system_internal): Set the
37 `charset_list' member of struct terminal.
38
39 * term.c (produce_glyphs): Handle the case it->what == IT_GLYPHLESS.
40 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
41
42 * xdisp.c (lookup_glyphless_char_display): Make it non-static.
43 (lookup_glyphless_char_display): Set it->what at the end.
44 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
45 (last_glyphless_glyph_merged_face_id): Make them non-static.
46
47 * w32term.c (x_draw_glyphless_glyph_string_foreground):
48 Fix the arg with_background for font->driver->draw.
49
50 2010-11-01 Kenichi Handa <handa@m17n.org>
51
52 * w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
53 Surround chp by parentheses.
54
55 2010-11-01 Kenichi Handa <handa@m17n.org>
56
57 Implement various display methods for glyphless characters.
58
59 * xdisp.c (Qglyphless_char, Vglyphless_char_display)
60 (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space)
61 (Qzero_width): New variables.
62 (THIN_SPACE_WIDTH): New macro.
63 (lookup_glyphless_char_display): New funciton.
64 (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
65 (last_glyphless_glyph_merged_face_id): New variables.
66 (get_next_display_element): Check glyphless characters.
67 (redisplay_internal): Initialize last_glyphless_glyph_frame and
68 last_glyphless_glyph_face_id.
69 (fill_glyphless_glyph_string): New function.
70 (BUILD_GLYPHLESS_GLYPH_STRING): New macro.
71 (BUILD_GLYPH_STRINGS): Handle the case GLYPHLESS_GLYPH.
72 (append_glyphless_glyph, produce_glyphless_glyph): New functions.
73 (x_produce_glyphs): If a suitable font is not found, produce a
74 glyphless glyph. Handle the case it->what == IT_GLYPHLESS.
75 (syms_of_xdisp): Intern and staticpro Qglyphless_char,
76 Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space, and
77 Qzero_width.
78 (Vglyphless_char_display): Declare it as a Lisp variable.
79
80 * dispextern.h (enum glyph_type): Add GLYPHLESS_GLYPH.
81 (struct glyph): Change the size of the member "type" to 3.
82 Add glyphless to the union slice and u.
83 (enum display_element_type): Add IT_GLYPHLESS.
84 (enum glyphless_display_method): New enum.
85 (struct it): New member glyphless_method.
86 (Vglyphless_char_display): Extern it.
87
88 * xterm.c (x_draw_glyphless_glyph_string_foreground): New function.
89 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
90
91 * w32term.c (x_draw_glyphless_glyph_string_foreground): New function.
92 (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
93
94 * nsterm.m (ns_draw_glyph_string): Handle the case
95 GLYPHLESS_GLYPH (the detail is not yet implemented).
96
97 2010-10-31 Glenn Morris <rgm@gnu.org>
98
99 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
100
101 * frame.c (syms_of_frame) <tool-bar-mode>:
102 Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299)
103
104 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
105
106 * xterm.c (x_connection_closed): Print informative error message
107 when aborting on GTK. This requires using shut_down_emacs
108 directly instead of Fkill_emacs.
109
110 2010-10-29 Eli Zaretskii <eliz@gnu.org>
111
112 * emacs.c (main): Call syms_of_filelock unconditionally.
113
114 * filelock.c (syms_of_filelock): Move out of #ifdef CLASH_DETECTION
115 clause, but keep part of it conditioned on CLASH_DETECTION.
116
117 2010-10-29 Glenn Morris <rgm@gnu.org>
118
119 * nsfns.m (Fx-display-save-under, Fx-open-connection)
120 (Fxw-color-defined-p, Fxw-display-color-p, Fx-show-tip):
121 * w32fns.c (Fxw_color_defined_p, Fx_open_connection):
122 * xfns.c (Fxw_color_defined_p, Fx_open_connection):
123 Sync docs between X, W32, NS.
124
125 * buffer.c (syms_of_buffer) <abbrev-mode, transient-mark-mode>:
126 * frame.c (syms_of_frame) <tool-bar-mode>: Move doc here from Lisp.
127
128 2010-10-26 Juanma Barranquero <lekktu@gmail.com>
129
130 * eval.c (init_eval_once): Set max_lisp_eval_depth to 600;
131 otherwise, bootstrapping on Windows fails to compile macroexp.el.
132
133 2010-10-26 Eli Zaretskii <eliz@gnu.org>
134
135 * cmds.c (internal_self_insert): Don't insert if argument N is
136 zero or negative. (Bug#7281)
137
138 2010-10-26 Jan Djärv <jan.h.d@swipnet.se>
139
140 * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).
141
142 2010-10-25 Glenn Morris <rgm@gnu.org>
143
144 * Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
145
146 2010-10-24 Glenn Morris <rgm@gnu.org>
147
148 * w32fns.c (Fx_synchronize, Fx_change_window_property)
149 (Fx_window_property, Fx_file_dialog):
150 * xfns.c (Fx_synchronize, Fx_change_window_property)
151 (Fx_window_property, Fx_file_dialog): Sync docs between w32 and X.
152
153 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
154
155 * xterm.c (x_connection_closed): Kill Emacs unconditionally.
156
157 2010-10-24 Eli Zaretskii <eliz@gnu.org>
158
159 * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
160
161 * dispnew.c (syms_of_display) <initial-window-system, window-system>:
162 Deprecate use as a boolean flag.
163
164 2010-10-24 Jim Meyering <jim@meyering.net>
165
166 * emacs.c (argmatch): Don't treat "--" as "--chdir".
167
168 2010-10-24 Glenn Morris <rgm@gnu.org>
169
170 * w16select.c (syms_of_win16select) <selection-coding-system>:
171 <next-selection-coding-system>:
172 * w32select.c (syms_of_w32select) <selection-coding-system>:
173 <next-selection-coding-system>:
174 Sync docs with select.el.
175
176 * xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with
177 Lisp version.
178
179 * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
180 Sync doc with the xterm.c version.
181
182 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
183 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
184
185 2010-10-23 Glenn Morris <rgm@gnu.org>
186
187 * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
188 * frame.c (syms_of_frame) <menu-bar-mode>:
189 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
190 <hourglass-delay>: Sync docs with Lisp.
191
192 2010-10-23 Eli Zaretskii <eliz@gnu.org>
193
194 Implement mouse highlight for bidi-reordered lines.
195
196 * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
197 (mouse_face_from_string_pos): New function, replaces
198 fast_find_string_pos.
199 (note_mouse_highlight): Call it instead of fast_find_string_pos.
200 (note_mode_line_or_margin_highlight): Support bidi-reordered
201 strings and R2L glyph rows. Fix comments.
202 (note_mouse_highlight): When bidi reordering is turned on in a
203 buffer, call next-single-property-change and
204 previous-single-property-change with last argument nil. Clear
205 mouse highlight when mouse pointer is in a R2L row on the stretch
206 glyph that stands for no text beyond the line end.
207 (row_containing_pos): Don't return too early when CHARPOS is in a
208 bidi-reordered continued line. Return immediately when the first
209 hit is found in a line that is not continued, or when an exact
210 match for CHARPOS is found.
211 (rows_from_pos_range): New function.
212 (mouse_face_from_buffer_pos): Use it instead of calling
213 row_containing_pos for START_CHARPOS and END_CHARPOS. Rewrite the
214 function to support mouse highlight in bidi-reordered lines and
215 not to assume that START_CHARPOS is always in mouse_face_beg_row.
216 If necessary, swap mouse_face_beg_row and mouse_face_end_row so
217 that the former is always above the latter or identical to it.
218 (show_mouse_face): Support drawing highlighted R2L lines.
219 (coords_in_mouse_face_p): New function, bidi-aware.
220 (cursor_in_mouse_face_p, note_mouse_highlight, erase_phys_cursor):
221 Call it instead of comparing with mouse-face members of dpyinfo.
222 (note_mode_line_or_margin_highlight): Fix confusingly swapped
223 usage of hpos and vpos.
224
225 2010-10-22 Jan Djärv <jan.h.d@swipnet.se>
226
227 * xrdb.c: Include keyboard.h for MOTIF.
228
229 * xmenu.c: Revert 2010-07-27 change: lwlib.h is needed for
230 MOTIF (Bug#7263).
231
232 * xfns.c: Include Xm/TextF and Xm/List.
233 (file_dialog_cb, file_dialog_unmap_cb, clean_up_file_dialog): Make
234 ANSI prototypes.
235
236 2010-10-22 Glenn Morris <rgm@gnu.org>
237
238 * Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
239 Remove ccl and duplicate mouse.
240
241 2010-10-21 Chong Yidong <cyd@stupidchicken.com>
242
243 * insdel.c (prepare_to_modify_buffer): Don't set
244 saved-region-selection if modification hooks are disabled.
245
246 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
247
248 * cmds.c (Fdelete_char): Doc fix.
249
250 2010-10-19 Ken Brown <kbrown@cornell.edu>
251
252 * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
253
254 2010-10-19 Kenichi Handa <handa@m17n.org>
255
256 Fix incorrect font metrics when the same font is opened with
257 different pixelsizes.
258
259 * xftfont.c: Include composite.h.
260 (xftfont_shape): New function.
261 (syms_of_xftfont): Set xftfont_driver.shape.
262
263 2010-10-18 Julien Danjou <julien@danjou.info>
264
265 * frame.c (Fframe_pointer_visible_p):
266 Add `frame-pointer-visible-p' to get the pointer visibility.
267
268 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
269
270 * gnutls.c (emacs_gnutls_read): Return 0 if we get a
271 non-"EAGAIN"-like error to signal to Emacs that the socket should
272 be closed.
273
274 2010-10-15 Eli Zaretskii <eliz@gnu.org>
275
276 * unexcoff.c (make_hdr): Fix prototype according to changes in
277 2010-10-03T13:59:56Z!dann@ics.uci.edu.
278
279 * image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
280
281 2010-10-15 Tassilo Horn <tassilo@member.fsf.org>
282
283 * Makefile.in (really-oldXMenu): Fix typo in variable name that
284 made building the X menu fail.
285 (really-oldXMenu): Fix my previous fix.
286
287 2010-10-14 Damyan Pepper <damyanp@gmail.com>
288
289 Fix handling of font properties on Windows (bug#6303).
290 * font.c (font_filter_properties): New function, refactored from
291 ftfont_filter_properties.
292 * font.h (font_filter_properties): Declare.
293 * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
294 * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
295 (w32font_filter_properties): New function.
296 (w32font_driver): Add w32font_filter_properties.
297
298 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
299
300 * font.c (Ffont_variation_glyphs):
301 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
302
303 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
304
305 * w32fns.c (w32_wnd_proc, file_dialog_callback):
306 * w32font.c (w32_generic_family):
307 * w32inevt.c (key_event):
308 * w32menu.c (fill_in_menu):
309 * w32proc.c (reader_thread, w32_executable_type, compare_env)
310 (merge_and_sort_env, int_from_hex, enum_locale_fn, enum_codepage_fn):
311 * w32term.c (w32_read_socket): Make static.
312
313 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
314
315 * image.c (DEF_IMGLIB_FN): Add argument to adapt to strict
316 prototypes; all callers changed.
317
318 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
319
320 * makefile.w32-in (TLIB2): Rename from TLIBW32.
321 (OBJ2): New macro.
322 (WIN32OBJ, FONTOBJ): Remove.
323 (OBJ1): Redistribute object files with OBJ2.
324 (LIBS, $(TEMACS)): Use TLIB2.
325 (make-buildobj-CMD, make-buildobj-SH): Use OBJ2.
326 ($(TLIB2), TAGS, TAGS-LISP, TAGS-gmake): Depend on OBJ2.
327
328 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
329
330 * emacs.c (Vdynamic_library_alist)
331 (syms_of_emacs) <dynamic-library-alist>: Move from image.c and rename.
332 Doc fix.
333
334 * lisp.h (Vdynamic_library_alist): Declare extern.
335
336 * image.c (Vimage_library_alist)
337 (syms_of_image) <image-library-alist>: Move to emacs.c and rename.
338 (lookup_image_type): Use Vdynamic_library_alist.
339 (Finit_image_library): Doc fix.
340
341 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
342
343 * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir)
344 (lispdir): Remove trailing /, update all uses.
345
346 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
347
348 * nsterm.m (Qleft): Declare.
349 (ns_right_alternate_modifier): New variable
350 (NSRightAlternateKeyMask): New define.
351 (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
352 ns_right_alternate_modifier isn't Qleft.
353 (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
354 as emacs modifier for NSRightAlternateKeyMask.
355 (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
356
357 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
358
359 * gnutls.c (emacs_gnutls_write): If we're trying to write before
360 gnutls is ready, return EAGAIN as the errno.
361
362 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
363
364 * vm-limit.c:
365 * unexhp9k800.c:
366 * unexelf.c:
367 * unexaix.c:
368 * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
369
370 * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
371 (PROFILING_LDFLAGS): Remove, not needed anymore.
372
373 * Makefile.in: Use $(...) everywhere instead of ${...}
374 (CRT_DIR): Move near potential user.
375 (START_FILE): Move near CRT_DIR, it might use it.
376
377 * sysdep.c (LPASS8): Remove, unused.
378 (emacs_ospeed): Change from being a global to a local in the only
379 user: init_baud_rate.
380
381 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
382
383 * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
384 (emacs_gnutls_write): Remove the debuggin fsync call.
385 (emacs_gnutls_read): Return -1 if we got an error from
386 gnutls_read. This allows us to actually read lots of data from
387 the GnuTLS stream.
388 (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
389 According to the documentation, this is correct, and it seems to
390 make things work.
391
392 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
393
394 * xterm.c (x_draw_relief_rect): Clear corner pixels.
395
396 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
397
398 * keyboard.c: Revert last change; it was not intended to be
399 synchronized with the trunk.
400
401 2010-10-08 Kenichi Handa <handa@m17n.org>
402
403 * coding.c (complement_process_encoding_system): Fix previous change.
404
405 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
406
407 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
408 (Fdbus_init_bus): ... here. (Bug#7113)
409
410 2010-10-08 Glenn Morris <rgm@gnu.org>
411
412 * buffer.c (before-change-functions, after-change-functions):
413 Three-year overdue doc fix following 2007-08-13 change.
414
415 2010-10-08 Kenichi Handa <handa@m17n.org>
416
417 * coding.c (coding_inherit_eol_type): If parent doesn't specify
418 eol-format, inherit from the system's default.
419 (complement_process_encoding_system): Make a new coding system
420 inherit the original eol-format.
421
422 2010-10-08 Kenichi Handa <handa@m17n.org>
423
424 * coding.c (complement_process_encoding_system): New function.
425
426 * coding.h (complement_process_encoding_system): Extern it.
427
428 * callproc.c (Fcall_process): Complement the coding system for
429 encoding arguments.
430 (Fcall_process_region): Complement the coding system for encoding
431 the input to the process.
432
433 * process.c (Fstart_process): Complement the coding system for
434 encoding arguments.
435 (send_process): Complement the coding system for encoding what
436 sent to the process.
437
438 2010-10-08 Kenichi Handa <handa@m17n.org>
439
440 * xfont.c (xfont_open): Fix setting of font->average_width from
441 :avgwidth property (Bug#7123).
442
443 2010-10-08 Michael Albinus <michael.albinus@gmx.de>
444
445 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
446 is more portable.
447
448 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
449 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
450 has not defined SIGIO.
451
452 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
453
454 * xterm.c (x_draw_relief_rect): If box width is larger than 1,
455 draw the outermost line using the black relief, for legibility.
456 Omit drawing the four corner pixels.
457
458 2010-10-04 Chong Yidong <cyd@stupidchicken.com>
459
460 * keyboard.c (echo_prompt): Function moved into read_key_sequence.
461 (read_key_sequence): Inline echo_prompt.
462 (echo_dash): Add a dash only if key is continued (Bug#7137).
463
464 2010-10-04 Dan Nicolaescu <dann@ics.uci.edu>
465
466 Remove O_RDONLY, O_WRONLY definitions, not needed.
467 * unexcoff.c:
468 * lread.c:
469 * fileio.c:
470 * doc.c:
471 * callproc.c:
472 * alloc.c:
473 * termcap.c: Remove O_RDONLY O_WRONLY definitions.
474
475 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
476
477 * gnutls.h (GNUTLS_LOG2): Convenience macro.
478
479 * gnutls.c: Add property list symbol holders.
480 (emacs_gnutls_handshake): Clarify how sockets are passed to
481 GnuTLS.
482 (gnutls_log_function2): Convenience function using GNUTLS_LOG2.
483 (Fgnutls_boot): Get all parameters from a plist. Require trustfiles
484 and keyfiles to be a list of file names. Default to "NORMAL" for
485 the priority string. Improve logging.
486
487 2010-10-03 Glenn Morris <rgm@gnu.org>
488
489 * fileio.c (Vdirectory_sep_char): Remove.
490
491 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
492
493 * termhooks.h: Remove #ifdef CONSP.
494
495 * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
496
497 Include <fcntl.h> unconditionally.
498 * termcap.c:
499 * sysdep.c:
500 * lread.c:
501 * keyboard.c:
502 * filelock.c:
503 * fileio.c:
504 * doc.c:
505 * callproc.c:
506 * alloc.c: Remove include guards for <fcntl.h>, process.c already
507 does it.
508
509 * process.c: Do not include <sys/wait.h>, syswait.h does it.
510
511 * sysdep.c (flush_pending_output): Remove code, does not do
512 anything on any platform.
513
514 Remove unused code.
515 * sysdep.c (select_alarm, sys_select, read_input_waiting): Remove
516 select emulation, all systems support select.
517 (set_exclusive_use): Remove, the only user is in an #if 0 block.
518 * process.c (create_process): Remove #if 0 code.
519
520 Remove unused arguments for unexec.
521 The third one is never used, and the last two are always passed as zero.
522 * emacs.c (unexec): Add declaration.
523 (Fdump_emacs): Only pass the first two arguments to unexec.
524 Simplify #ifdef.
525 * unexw32.c (unexec):
526 * unexsol.c (unexec):
527 * unexhp9k800.c (unexec):
528 * unexcw.c (unexec): Remove the last 3 arguments, unused.
529 * unexelf.c (unexec): Remove the last 3 arguments, unused.
530 (find_section): Use const.
531 * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
532 (unexec_error): Declare it NO_RETURN.
533 * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
534 it as an argument, remove data_start and entry_address arguments, unused.
535 (unexec): Remove bss_start, data_start and
536 entry_address arguments.
537 * unexaix.c (make_hdr): Assume bss_start is always zero, remove
538 it as an argument, remove data_start and entry_address arguments, unused.
539 (unexec): Remove bss_start, data_start and
540 entry_address arguments.
541
542 2010-10-03 Juanma Barranquero <lekktu@gmail.com>
543
544 * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
545
546 * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
547 (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
548 (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
549 Fix typos in docstrings.
550 (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
551 (Fgnutls_errorp): Doc fix; use ERR for the argument name.
552
553 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
554
555 * keyboard.c (command_loop_1): Make sure the mark is really alive
556 before using it (Bug#7044).
557
558 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
559
560 * makefile.w32-in (tags): Rename target to full-tags.
561
562 2010-10-02 Eli Zaretskii <eliz@gnu.org>
563
564 * emacs.c (main): Remove !WINDOWSNT conditional.
565 (Fkill_emacs): Don't mention exemption on MS-Windows.
566
567 2010-10-02 Glenn Morris <rgm@gnu.org>
568
569 * character.c (Fchar_bytes): Remove obsolete function.
570 (syms_of_character): Remove Schar_bytes.
571
572 * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
573 (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
574 in batch-mode.
575 (Fkill_emacs): Doc fix. Also run the hook in batch mode.
576 (kill-emacs-hook): Doc fix.
577
578 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
579
580 * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
581 (parse_region): Reworked to take regions instead of strings, and
582 renamed to reflect that these are the libxml functions.
583
584 2010-10-01 Eli Zaretskii <eliz@gnu.org>
585
586 * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
587 screen dimensions in tty->Wcm.
588
589 * xdisp.c (set_cursor_from_row): When the row is truncated and
590 point is outside the range of displayed characters, position the
591 cursor inside the scroll margin. (Bug#6349)
592
593 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
594
595 Do not include stdlib.h and string.h, config.h does it.
596 * xfont.c:
597 * w32term.c:
598 * w32reg.c:
599 * w32inevt.c:
600 * w32heap.c:
601 * w32console.c:
602 * w16select.c:
603 * unexsol.c:
604 * term.c:
605 * sound.c:
606 * scroll.c (m):
607 * gtkutil.c:
608 * font.c:
609 * filelock.c:
610 * fileio.c:
611 * dosfns.c:
612 * dbusbind.c:
613 * bidi.c:
614 * callproc.c:
615 * process.c:
616 * msdos.c:
617 * charset.c: Do not include stdlib.h and string.h, config.h does it.
618
619 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
620
621 * process.c: Move #include <pty.h> earlier.
622 (SIGCHLD): Remove conditional definition, syssignal.h defines it.
623 (pty_name): Move definition later.
624
625 * nsselect.m (syms_of_nsselect):
626 * nsmenu.m (syms_of_nsmenu):
627 * nsfns.m (syms_of_nsfns):
628 * msdos.c (syms_of_msdos):
629
630 * image.c (syms_of_image):
631 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
632
633 * point.h: Remove, unused.
634
635 2010-10-01 Eli Zaretskii <eliz@gnu.org>
636
637 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
638 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
639 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
640
641 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
642
643 * xml.c (parse_string): Use const.
644
645 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
646
647 * eval.c (Fbacktrace): Don't overwrite print-level on exit. Also
648 only override Vprint_level if it isn't already bound, and increase
649 the level to 8 to produce more useful backtraces for bug reports.
650
651 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
652
653 * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
654
655 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
656
657 * w32console.c (vga_stdcolor_name): Remove unused function;
658 presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
659
660 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
661
662 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
663 (Fgnutls_boot): Start the handshake.
664 (emacs_gnutls_read): Perform the handshake from the reader loop.
665 (Fgnutls_boot): Remove some debugging messages.
666 Change indentation throughout to use the Emacs style.
667 (emacs_gnutls_handshake): Cast the fds to something that's
668 possibly the expected length.
669 (emacs_gnutls_write): Return -1 if we try to write before handshake.
670
671 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
672
673 * process.c (make_process): Set the gnutls_p field to zero by
674 default.
675 (read_process_output): Always call the gnutls_read function if the
676 stream is a gnutls stream.
677 (send_process): Ditto for writes.
678
679 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
680 or write anything until the state is GNUTLS_STAGE_READY.
681 (Fgnutls_boot): Mark the stream as being a gnutls stream.
682
683 2010-09-29 Eli Zaretskii <eliz@gnu.org>
684
685 * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
686 NEUTRAL_DIR.
687 (handle_invisible_prop, iterate_out_of_display_property)
688 (next_element_from_buffer): If bidi_it.first_elt is set, call
689 bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
690 (Bug#7128)
691
692 * print.c (print_object): Fix format string and argument types for
693 printing a Lisp_Misc_Marker.
694
695 * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
696 (load_overlay_strings, get_overlay_strings_1)
697 (get_overlay_strings, forward_to_next_line_start)
698 (back_to_previous_visible_line_start, reseat, reseat_to_string)
699 (get_next_display_element, next_element_from_string)
700 (next_element_from_c_string, next_element_from_buffer)
701 (move_it_vertically_backward, move_it_by_lines, add_to_log)
702 (message_dolog, message_log_check_duplicate, message2_nolog)
703 (message3, message3_nolog, vmessage, set_message, set_message_1)
704 (hscroll_window_tree, text_outside_line_unchanged_p)
705 (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
706 (find_last_unchanged_at_beg_row)
707 (find_first_unchanged_at_end_row, row_containing_pos)
708 (trailing_whitespace_p, display_mode_element, decode_mode_spec)
709 (display_count_lines, x_produce_glyphs, note_mouse_highlight): Use
710 EMACS_INT for buffer and string positions.
711
712 * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
713 (row_containing_pos): Adjust prototype.
714
715 * lisp.h (pos_visible_p, message2, message2_nolog, message3)
716 (message2_nolog, set_message): Adjust prototypes.
717
718 2010-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
721 (Fgnutls_boot): Use SDATA.
722 (Fgnutls_handshake): Remove unused var `max_log_level'.
723
724 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
725
726 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
727 (Bug#7113)
728
729 2010-09-27 Jan Djärv <jan.h.d@swipnet.se>
730
731 * xgselect.c (xg_select): Clear file descriptors not set from
732 rfds and wfds.
733
734 * process.c (wait_reading_process_output): Add missing FD_CLR
735 for write_mask (must mirror connect_wait_mask).
736
737 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
738
739 * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
740 prefix.
741 (Fgnutls_boot): Use changed process members. Use log level with a
742 function parameter to set it. Bring back Emacs-level debugging
743 messages at log level 1 and 2.
744
745 * process.c (make_process): Initialize gnutls_log_level.
746
747 * process.h: Add gnutls_log_level and rename x509_cred and
748 anon_cred to have the gnutls_ prefix for consistency.
749
750 * gnutls.h (GNUTLS_LOG): Add convenience macro.
751
752 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
753
754 * w32.c (g_b_init_get_sid_identifier_authority)
755 (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
756 Remove, not used.
757 (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
758 (init_winsock): Remove useless assignment.
759 (open_process_token, get_token_information, lookup_account_sid)
760 (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
761 (get_security_descriptor_owner, get_security_descriptor_group)
762 (is_valid_sid, equal_sid, get_length_sid, copy_sid)
763 (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
764 (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
765 (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
766 (unc_volume_file_attributes, convert_from_time_t)
767 (create_toolhelp32_snapshot, process32_first, process32_next)
768 (open_thread_token, impersonate_self, revert_to_self)
769 (get_process_memory_info, get_process_working_set_size)
770 (global_memory_status, global_memory_status_ex, socket_to_fd)
771 (shutdown_handler): Make static.
772
773 2010-09-27 Michael Albinus <michael.albinus@gmx.de>
774
775 * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
776 (xd_pending_messages): Functions removed.
777 (xd_read_queued_messages): Add parameters fd, *data, for_read in
778 order to be compatible with add_read_fd. Determine bus from data,
779 and call xd_read_message just for this bus.
780 (xd_add_watch): Use xd_read_queued_messages as callback function.
781 Add data.
782
783 * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
784
785 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
786
787 * gnutls.c (gnutls_log_function): Added more debugging.
788 (emacs_gnutls_read): Don't infloop while reading.
789
790 2010-09-27 Kenichi Handa <handa@m17n.org>
791
792 These changes are to remove restriction on the number of glyphs in
793 one composition.
794
795 * dispextern.h (struct glyph): Change the member "slice" to union.
796 Remove u.cmp.from and u.cmp.to. Give more bits to u.cmp.id.
797 (GLYPH_SLICE_EQUAL_P): Adjusted for the above change.
798
799 * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
800 instead of glyph->slice.
801 (marginal_area_string): Likewise.
802
803 * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
804 glyph->u.cmp.
805 (append_composite_glyph): Likewise.
806
807 * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
808 glyph->u.cmp.
809 (fill_gstring_glyph_string, x_get_glyph_overhangs)
810 (append_composite_glyph): Likewise.
811 (fill_image_glyph_string): Use glyph->slice.img instead of
812 glyph->slice.
813 (append_glyph, produce_image_glyph, append_stretch_glyph)
814 (note_mouse_highlight): Likewise.
815
816 2010-09-26 Jan Djärv <jan.h.d@swipnet.se>
817
818 * process.c (add_keyboard_wait_descriptor)
819 (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
820 (wait_reading_process_output): Don't pass write_mask to select
821 if SELECT_CANT_DO_WRITE_MASK is defined.
822 (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
823
824 * process.h (add_read_fd, delete_read_fd, add_write_fd)
825 (delete_write_fd): Declare.
826
827 * process.c (gpm_wait_mask, max_gpm_desc): Remove.
828 (write_mask): New variable.
829 (max_input_desc): Renamed from max_keyboard_desc.
830 (fd_callback_info): New variable.
831 (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
832 New functions.
833 (Fmake_network_process): FD_SET write_mask.
834 (deactivate_process): FD_CLR write_mask.
835 (wait_reading_process_output): Connecting renamed to Writeok.
836 check_connect removed. check_write is new. Remove references to gpm.
837 Use Writeok/check_write unconditionally (i.e. no #ifdef
838 NON_BLOCKING_CONNECT) instead of Connecting.
839 Loop over file descriptors and call callbacks in fd_callback_info
840 if file descriptor is ready for I/O.
841 (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
842 (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
843 (keyboard_bit_set): Use max_input_desc.
844 (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
845 Remove #ifdef subprocesses. Use max_input_desc.
846 (init_process): Initialize write_mask and fd_callback_info.
847
848 * keyboard.c (readable_events, gobble_input): Remove DBUS code.
849
850 * dbusbind.c: Include process.h.
851 (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
852 (xd_read_message_1): New functions.
853 (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
854 Handle watch for both read and write.
855 (Fdbus_init_bus): Also register xd_toggle_watch.
856 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
857 (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
858 to dbus_connection_flush.
859 (xd_read_message): Move most of the code to xd_read_message_1.
860 Call xd_read_message_1 until status is COMPLETE.
861
862 2010-09-26 Dan Nicolaescu <dann@ics.uci.edu>
863
864 * term.c: Do not include sys/ioctl.h, not needed.
865 (init_tty): Reorder code to reduce the number of #ifdefs.
866 No code changes.
867
868 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
869
870 * process.h: Set up GnuTLS support.
871
872 * process.c (make_process, Fstart_process)
873 (read_process_output, send_process): Set up GnuTLS support for
874 process input/output file descriptors.
875
876 * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
877
878 * gnutls.c: The source code for GnuTLS support in Emacs.
879
880 * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
881
882 * config.in: Set up GnuTLS support.
883
884 * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
885 (obj, LIBES): Set up GnuTLS support.
886
887 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
888
889 * w32.c (get_emacs_configuration_options): Fix previous change.
890
891 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
892
893 * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
894 alive before using it (Bug#6977).
895
896 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
897
898 * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
899
900 * dispextern.h: EMACS_INT/int fixup.
901
902 * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
903 fixup.
904
905 * xrdb.c (magic_file_p): EMACS_INT/int fixup.
906
907 2010-09-25 Eli Zaretskii <eliz@gnu.org>
908
909 * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
910 (Fselect_window, window_scroll_pixel_based)
911 (window_scroll_line_based, Frecenter, Fset_window_configuration):
912 Use EMACS_INT for buffer positions.
913
914 * textprop.c (validate_interval_range, interval_of)
915 (property_change_between_p, Fadd_text_properties)
916 (set_text_properties_1, Fremove_text_properties)
917 (Fremove_list_of_text_properties, Ftext_property_any)
918 (Ftext_property_not_all, copy_text_properties)
919 (text_property_list, extend_property_ranges)
920 (verify_interval_modification): Use EMACS_INT for buffer
921 positions.
922
923 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
924 for buffer positions.
925
926 * process.c (read_process_output, send_process)
927 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
928 and string positions and size.
929
930 * print.c (print_object, print_string, strout): Use EMACS_INT for
931 string indices.
932
933 * minibuf.c (string_to_object): Use EMACS_INT for string position
934 and size.
935
936 * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
937
938 * lread.c <read_from_string_index, read_from_string_index_byte>
939 <read_from_string_limit, readchar_count>: Define EMACS_INT.
940 (readchar, unreadchar, read_internal_start): Use EMACS_INT for
941 buffer positions and string length.
942
943 * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
944 EMACS_INT.
945 (echo_truncate, adjust_point_for_property, read_char)
946 (gen_help_event, make_lispy_event, modify_event_symbol)
947 (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
948 for buffer positions and string length.
949
950 * keyboard.h (gen_help_event): Adjust prototype.
951
952 * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
953
954 * commands.h <last_point_position>: Declare EMACS_INT.
955
956 * xdisp.c <help_echo_pos>: Define as EMACS_INT.
957 (truncate_echo_area): Accept EMACS_INT argument.
958
959 * dispextern.h <help_echo_pos>: Declare EMACS_INT.
960
961 * lisp.h (truncate_echo_area): Adjust prototype.
962
963 * composite.c (composition_adjust_point): Return EMACS_INT.
964
965 * composite.h (composition_adjust_point): Adjust prototype.
966
967 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
968
969 * process.c (Fmake_network_process): When arg :host is 'local,
970 use address 127.0.0.1, not name "localhost". (Bug#6781)
971
972 2010-09-24 Eli Zaretskii <eliz@gnu.org>
973
974 * indent.c (Fcurrent_indentation, indented_beyond_p)
975 (compute_motion): Use EMACS_INT for buffer position variables.
976
977 * lisp.h (indented_beyond_p): Adjust prototype.
978
979 * buffer.c (overlay_strings): Return EMACS_INT.
980
981 * buffer.h (overlay_strings): Adjust prototype.
982
983 * region-cache.c (pp_cache): Adjust format to arguments.
984
985 * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
986 (call_debugger): Use EMACS_INT for specpdl_size related variables.
987 (verror): Use EMACS_INT for size of allocated buffer.
988
989 * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
990 positions.
991
992 * xdisp.c (redisplay_internal, try_window_id)
993 (set_cursor_from_row, find_first_unchanged_at_end_row): Use
994 EMACS_INT for buffer positions.
995
996 * dispextern.h (set_cursor_from_row): Adjust prototype.
997
998 * dispnew.c (increment_matrix_positions)
999 (increment_row_positions, copy_glyph_row_contents)
1000 (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
1001 positions.
1002
1003 * dispextern.h (mode_line_string, marginal_area_string)
1004 (increment_matrix_positions, increment_row_positions): Adjust
1005 prototypes.
1006
1007 * data.c (Faref, Faset): Use EMACS_INT for string length and
1008 positions.
1009
1010 * cmds.c (internal_self_insert): Use EMACS_INT for the count of
1011 characters to insert.
1012
1013 * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
1014 position and size.
1015
1016 * syntax.c (scan_words, update_syntax_table)
1017 (prev_char_comend_first, back_comment, skip_chars)
1018 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
1019 EMACS_INT for buffer and string positions.
1020
1021 * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
1022
1023 * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
1024 positions.
1025
1026 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1027
1028 * scroll.c (calculate_scrolling, line_ins_del)
1029 (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
1030 conversion.
1031
1032 * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
1033 (region_cache_backward, region_cache_forward)
1034 (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
1035 conversion.
1036
1037 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
1038
1039 * eval.c (verror): Fix EMACS_INT/int conversion.
1040
1041 * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
1042 (print_preprocess, print_check_string_charset_prop)
1043 (print_object): Fix EMACS_INT/int conversion.
1044
1045 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
1046
1047 2010-09-24 Eli Zaretskii <eliz@gnu.org>
1048
1049 * callproc.c (Fcall_process): Use EMACS_INT for count of
1050 characters read from the subprocess.
1051
1052 * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
1053 positions.
1054 (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
1055 positions.
1056
1057 * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
1058 (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
1059 length.
1060 (advance_to_char_boundary, Fset_buffer_multibyte)
1061 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
1062 (overlay_touches_p, record_overlay_string, overlay_strings)
1063 (recenter_overlay_lists, fix_start_end_in_overlays)
1064 (modify_overlay, Fmove_overlay, report_overlay_modification)
1065 (evaporate_overlays): Use EMACS_INT for buffer positions.
1066
1067 * lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
1068 prototypes.
1069
1070 * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
1071 positions.
1072
1073 * fns.c (Fcompare_strings, Fstring_lessp, concat)
1074 (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
1075 (Fsubstring_no_properties, substring_both, Ffillarray)
1076 (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
1077 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
1078 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
1079 (Fmd5): Use EMACS_INT for buffer and string positions and length
1080 variables and arguments.
1081
1082 * lisp.h (substring_both): Adjust prototype.
1083
1084 2010-09-24 Juanma Barranquero <lekktu@gmail.com>
1085
1086 Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
1087 * w32fns.c (clipboard_sequence_fn): Don't declare.
1088 (globals_of_w32fns): Don't initialize it.
1089
1090 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * syntax.c (back_comment): Detect the case where a 1-char comment
1093 starter is also the 2nd char of a 2-char comment ender.
1094
1095 2010-09-23 Jan Djärv <jan.h.d@swipnet.se>
1096
1097 * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
1098
1099 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1100
1101 * eval.c (verror): EMACS_INT/int cleanup.
1102
1103 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
1104 unwind_protect more than 2GB worth of functions.
1105
1106 * editfns.c (Finsert_char): EMACS_INT/int cleanup.
1107
1108 * lisp.h: Have oblookup take EMACS_INT to allow interning big
1109 string and avoid compiler warnings.
1110 (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
1111 all users.
1112
1113 * lread.c (oblookup): EMACS_INT/int cleanup.
1114
1115 * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
1116
1117 2010-09-23 Eli Zaretskii <eliz@gnu.org>
1118
1119 * editfns.c (clip_to_bounds): Return an EMACS_INT value.
1120
1121 * lisp.h (clip_to_bounds): Adjust prototype.
1122
1123 * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
1124
1125 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1126
1127 * lisp.h: doprnt.c EMACS_INT/int cleanup.
1128
1129 * doprnt.c (doprnt): EMACS_INT/int cleanup.
1130
1131 * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
1132 cleanup.
1133
1134 * lisp.h: Change the definition of all marker.c functions that
1135 take and return buffer stuff to be EMACS_INT instead of int.
1136
1137 * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
1138 (buf_charpos_to_bytepos, bytepos_to_charpos)
1139 (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
1140 (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
1141 for all buffer positions.
1142
1143 2010-09-23 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * intervals.c (traverse_intervals, rotate_right, rotate_left)
1146 (split_interval_right, find_interval, next_interval)
1147 (delete_node, delete_interval, interval_deletion_adjustment)
1148 (adjust_intervals_for_deletion, merge_interval_right)
1149 (merge_interval_left, graft_intervals_into_buffer)
1150 (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
1151
1152 * intervals.h (traverse_intervals): Update prototype.
1153
1154 2010-09-23 Eli Zaretskii <eliz@gnu.org>
1155
1156 * indent.c (compute_motion): Use EMACS_INT for arguments to
1157 region_cache_forward.
1158
1159 * region-cache.c (struct boundary, struct region_cache): Use
1160 EMACS_INT for positions.
1161 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
1162 (delete_cache_boundaries, set_cache_region)
1163 (invalidate_region_cache, know_region_cache)
1164 (region_cache_forward, region_cache_backward, pp_cache): Use
1165 EMACS_INT for buffer positions.
1166
1167 * region-cache.h (know_region_cache, invalidate_region_cache)
1168 (region_cache_forward, region_cache_backward): Adjust prototypes.
1169
1170 * search.c (string_match_1, fast_c_string_match_ignore_case)
1171 (looking_at_1, scan_buffer, scan_newline)
1172 (find_next_newline_no_quit, find_before_next_newline)
1173 (search_command, trivial_regexp_p, search_buffer, simple_search)
1174 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
1175 and string positions and length.
1176
1177 * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
1178 (find_before_next_newline): Adjust prototypes.
1179
1180 * editfns.c (transpose_markers, update_buffer_properties)
1181 (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
1182 (get_pos_property, Fconstrain_to_field)
1183 (Fline_beginning_position, Fline_end_position, Fprevious_char)
1184 (Fchar_after, Fchar_before, Finsert_char)
1185 (Finsert_buffer_substring, Fcompare_buffer_substrings)
1186 (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
1187 EMACS_INT for buffer and string position variables.
1188 (Finsert_char): Protect against too large insertions.
1189
1190 * lisp.h (clip_to_bounds): Adjust prototype.
1191
1192 * intervals.c (traverse_intervals, rotate_right, rotate_left)
1193 (balance_an_interval, split_interval_right, split_interval_left)
1194 (find_interval, next_interval, update_interval)
1195 (adjust_intervals_for_insertion, delete_node, delete_interval)
1196 (interval_deletion_adjustment, adjust_intervals_for_deletion)
1197 (offset_intervals, merge_interval_right, merge_interval_left)
1198 (graft_intervals_into_buffer, adjust_for_invis_intang)
1199 (move_if_not_intangible, get_local_map, copy_intervals)
1200 (copy_intervals_to_string, compare_string_intervals)
1201 (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
1202 and for interval tree size.
1203
1204 * intervals.h (traverse_intervals, split_interval_right)
1205 (split_interval_left, find_interval, offset_intervals)
1206 (graft_intervals_into_buffer, copy_intervals)
1207 (copy_intervals_to_string, move_if_not_intangible, get_local_map)
1208 (update_interval): Adjust prototypes.
1209
1210 * xdisp.c (check_point_in_composition, reconsider_clip_changes):
1211 Use EMACS_INT for buffer position variables and arguments.
1212
1213 * composite.c (get_composition_id, find_composition)
1214 (run_composition_function, compose_text)
1215 (composition_gstring_width, autocmp_chars)
1216 (composition_update_it, Ffind_composition_internal): Use EMACS_INT
1217 for buffer positions and string length variables and arguments.
1218
1219 * composite.h (get_composition_id, find_composition, compose_text)
1220 (composition_gstring_width): Adjust prototypes.
1221
1222 * editfns.c (Fformat): Use EMACS_INT for string size variables.
1223
1224 * xdisp.c (store_mode_line_noprop, display_mode_element): Use
1225 EMACS_INT for string positions.
1226
1227 * intervals.c (get_property_and_range): Use EMACS_INT for buffer
1228 position arguments.
1229
1230 * intervals.h (get_property_and_range): Adjust prototype.
1231
1232 * character.c (parse_str_as_multibyte, str_as_multibyte)
1233 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
1234 (string_count_byte8, string_escape_byte8, c_string_width)
1235 (strwidth, lisp_string_width, multibyte_chars_in_text): Use
1236 EMACS_INT for string length variables and arguments.
1237
1238 * character.h (parse_str_as_multibyte, str_as_multibyte)
1239 (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
1240 (c_string_width, strwidth, lisp_string_width): Adjust
1241 prototypes.
1242
1243 * font.c (font_intern_prop): Use EMACS_INT for string length
1244 variables.
1245
1246 * font.c (font_intern_prop): Use EMACS_INT for string length
1247 variables.
1248
1249 * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
1250 variables.
1251
1252 * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
1253 (Fmake_string): Protect against too large strings.
1254 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
1255 (live_misc_p): Use ptrdiff_t instead of int for pointer
1256 differences.
1257 (string_bytes, check_sblock, check_string_free_list)
1258 (allocate_string_data, compact_small_strings, Fmake_string)
1259 (Fmake_bool_vector, make_string, make_unibyte_string)
1260 (make_multibyte_string, make_string_from_bytes)
1261 (make_specified_string_string, Fmake_list, Fmake_vector): Use
1262 EMACS_INT for string length variables and arguments.
1263 (find_string_data_in_pure, make_pure_string, make_pure_c_string)
1264 (Fpurecopy): Use EMACS_INT for string size.
1265 (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
1266 for vector size.
1267
1268 * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
1269 (make_string_from_bytes, make_specified_string_string)
1270 (make_pure_string, string_bytes, check_point_in_composition):
1271 Adjust prototypes.
1272
1273 2010-09-22 Eli Zaretskii <eliz@gnu.org>
1274
1275 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
1276 (check_translation): Use EMACS_INT for buffer positions and
1277 length.
1278
1279 * undo.c (record_marker_adjustment, record_delete)
1280 (record_change, record_point, record_insert)
1281 (record_property_change, Fprimitive_undo): Use EMACS_INT for
1282 buffer positions.
1283
1284 * lisp.h (record_marker_adjustment, record_delete)
1285 (record_change, record_point, record_insert)
1286 (record_property_change, Fprimitive_undo): Adjust prototypes.
1287
1288 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
1289 Eli Zaretskii <eliz@gnu.org>
1290
1291 * w32.c (get_emacs_configuration_options): Fix buffer overrun.
1292
1293 2010-09-22 Eli Zaretskii <eliz@gnu.org>
1294
1295 * minibuf.c (Fminibuffer_contents)
1296 (Fminibuffer_contents_no_properties)
1297 (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
1298 positions.
1299
1300 * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
1301 mark.
1302
1303 * alloc.c (make_uninit_string, make_uninit_multibyte_string)
1304 (allocate_string_data): Accept EMACS_INT for string length.
1305
1306 * editfns.c (Ffield_string, Ffield_string_no_properties)
1307 (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
1308 (Fbuffer_substring_no_properties, find_field, Fdelete_field)
1309 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
1310 (Ffield_end): Use EMACS_INT for buffer positions.
1311
1312 * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
1313 point with mark.
1314
1315 * lisp.h (allocate_string_data, make_uninit_string)
1316 (make_uninit_multibyte_string, make_buffer_string)
1317 (make_buffer_string_both): Adjust prototypes.
1318
1319 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
1320
1321 * xml.c: Switch to GNU indentation.
1322 (make_dom): Change parse tree format to match xml.el.
1323 (Fxml_parse_html_string_internal): Rename from html-parse-string.
1324 (Fxml_parse_string_internal): Rename from xml-parse-string.
1325
1326 2010-09-22 Kenichi Handa <handa@m17n.org>
1327
1328 * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
1329 only if we are not at a composition.
1330 (set_iterator_to_next): Give it->end_charpos to
1331 composition_compute_stop_pos.
1332 (set_iterator_to_next, next_element_from_buffer): Likewise.
1333
1334 * dispnew.c (buffer_posn_from_coords): Fix position when the
1335 current display element is a grapheme cluster in bidi-reordered
1336 region.
1337
1338 2010-09-21 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1339
1340 * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
1341 the regions may overlap.
1342
1343 2010-09-21 Juanma Barranquero <lekktu@gmail.com>
1344
1345 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
1346
1347 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1348
1349 * emacs.c: Do not include sys/ioctl.h, not needed.
1350
1351 * doprnt.c: Do not include stdlib.h, config.h does it.
1352 Move #include before macro definition.
1353
1354 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1355
1356 * Makefile.in (temacs): Link using $(CC) not $(LD).
1357 (LD_FIRSTFLAG): Define using autoconf.
1358 (LD): Remove.
1359
1360 Remove HAVE_TERMIOS definitions.
1361 * s/usg5-4-common.h (HAVE_TERMIOS):
1362 * s/template.h (HAVE_TERMIOS):
1363 * s/gnu-linux.h (HAVE_TERMIOS):
1364 * s/darwin.h (HAVE_TERMIOS):
1365 * s/cygwin.h (HAVE_TERMIOS):
1366 * s/bsd-common.h (HAVE_TERMIOS):
1367 * s/aix4-2.h (HAVE_TERMIOS):
1368 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
1369 defined on all non-MS platforms.
1370 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
1371
1372 * xterm.c (xt_action_hook): Use const.
1373
1374 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
1375
1376 Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
1377 * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
1378 (gethostname) [!HAVE_SOCKETS]: Remove.
1379 (SOCK_REPLACE_HANDLE): Remove macro.
1380 (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
1381 (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
1382 * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
1383 (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
1384
1385 2010-09-18 Eli Zaretskii <eliz@gnu.org>
1386
1387 * deps.mk (xml.o): Add dependencies.
1388
1389 * xdisp.c (Fcurrent_bidi_paragraph_direction):
1390 Call bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038)
1391
1392 * bidi.c (bidi_paragraph_init): Accept an additional argument
1393 NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero,
1394 search back until a paragraph with a strong directional character
1395 is found, and use that to determine paragraph's base direction.
1396
1397 * dispextern.h (bidi_paragraph_init): Update prototype.
1398
1399 2010-09-17 Eli Zaretskii <eliz@gnu.org>
1400
1401 * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
1402 of w32api >= 3.15. (Bug#6989)
1403
1404 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1405
1406 * process.c (wait_reading_process_output): Don't message about
1407 accept-process-output unless the time limit really is zero.
1408
1409 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
1412 int/Lisp_Object mixup).
1413
1414 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
1415
1416 * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
1417 not HELP.
1418
1419 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
1420
1421 * frame.c (Ftool_bar_pixel_width): New function to expose tool
1422 bar's pixel width to Lisp (Bug#7048).
1423
1424 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1425
1426 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
1427
1428 2010-09-17 Jan Djärv <jan.h.d@swipnet.se>
1429
1430 * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
1431 with argument top/left if tool bar is vertical/horizontal (Bug#7051).
1432
1433 2010-09-17 Kenichi Handa <handa@m17n.org>
1434
1435 * ftfont.c (ftfont_check_otf): Fix previous change.
1436
1437 2010-09-14 Kenichi Handa <handa@m17n.org>
1438
1439 * ftfont.c (ftfont_check_otf): Fix the case of checking just
1440 existence of GSUB or GPOS.
1441
1442 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1443
1444 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
1445
1446 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1447
1448 * xml.c (parse_buffer): Renamed to parse_string(), since that's
1449 what it does.
1450 (parse_string): Return nil when the document can't be parsed.
1451
1452 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
1453
1454 * xterm.c (get_current_vm_state): New function.
1455 (do_ewmh_fullscreen): Call get_current_vm_state and compare with
1456 want_fullscreen so set_wm_state calls are few (Bug#7013).
1457 (x_handle_net_wm_state): Move code to get_current_vm_state and
1458 call that function.
1459
1460 2010-09-14 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
1461
1462 * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
1463
1464 2010-09-14 Kenichi Handa <handa@m17n.org>
1465
1466 * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
1467 we may use designation or locking-shift.
1468
1469 2010-09-14 Kenichi Handa <handa@m17n.org>
1470
1471 * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
1472 sequence when the source is multibyte.
1473
1474 2010-09-14 Andreas Schwab <schwab@linux-m68k.org>
1475
1476 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
1477 Don't make first argument optional. Doc fix.
1478
1479 2010-09-14 Leo <sdl.web@gmail.com> (tiny change)
1480
1481 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
1482 parameters for the doc string.
1483
1484 2010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1485
1486 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
1487
1488 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
1491 (syms_of_fns): Don't defsubr Sy_or_n_p.
1492 * lisp.h: Don't declare Fy_or_n_p.
1493 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
1494
1495 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1496
1497 * xml.c (Fxml_parse_buffer): New function to parse XML files.
1498
1499 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1500
1501 * xml.c: New file.
1502 (Fhtml_parse_buffer): New function to interface to the libxml2
1503 html parsing function.
1504
1505 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1506
1507 * biditype.h: Regenerate.
1508
1509 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
1510
1511 * nsimage.m (ns_load_image): Check argument types.
1512
1513 * image.c: Remove all uses of gcpro.
1514 (xpm_load): Check all lisp types.
1515 (pbm_load): Likewise.
1516 (png_load): Likewise.
1517 (jpeg_load): Likewise.
1518 (tiff_load): Likewise.
1519 (gif_load): Likewise.
1520 (imagemagick_load_image): Likewise.
1521 (imagemagick_load): Likewise.
1522 (svg_load): Likewise.
1523 (gs_load): Likewise.
1524
1525 2010-09-04 Eli Zaretskii <eliz@gnu.org>
1526
1527 * w32uniscribe.c (uniscribe_shape): Update commentary. Don't
1528 try to reorder grapheme clusters, since LGSTRING should always
1529 hold them in the logical order.
1530 (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
1531 return glyph codes in the logical order.
1532
1533 2010-09-04 Andreas Schwab <schwab@linux-m68k.org>
1534
1535 * image.c (imagemagick_image_p): Replace bcopy by memcpy.
1536 (imagemagick_load_image): Fix type mismatch.
1537 (Fimagemagick_types): Likewise. Doc fix.
1538
1539 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1540
1541 * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
1542
1543 * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
1544
1545 * xselect.c: Remove declaration of cut-buffer objects and functions.
1546 (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
1547 (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
1548 (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
1549 (Fx_rotate_cut_buffers_internal): Remove.
1550 (syms_of_xselect): Remove defsubr of above.
1551 Remove intern of QCUT_BUFFERn.
1552
1553 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * cmds.c (Vblink_paren_function): Remove.
1556 (internal_self_insert): Make it insert N chars at a time.
1557 Don't call blink-paren-function.
1558 (Fself_insert_command): Adjust accordingly.
1559 (syms_of_cmds): Don't declare blink-paren-function.
1560
1561 2010-08-31 Kenichi Handa <handa@m17n.org>
1562
1563 * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
1564 characters.
1565
1566 * term.c (encode_terminal_code): Fix the previous change.
1567 (produce_glyphs): Don't set it->char_to_display here.
1568 Don't handle unibyte-display-via-language-environment here.
1569 (produce_special_glyphs): Set temp_it.char_to_display before
1570 calling produce_glyphs.
1571
1572 * xdisp.c (get_next_display_element): Set it->char_to_display
1573 here. Convert all 8-bit bytes from unibyte buffer/string to 8-bit
1574 characters.
1575 (get_overlay_arrow_glyph_row): Set it.char_to_display too before
1576 calling PRODUCE_GLYPHS.
1577 (append_space_for_newline): Save and store it->char_to_display.
1578 Set it->char_to_display before calling PRODUCE_GLYPHS.
1579 (extend_face_to_end_of_line): Set it->char_to_display before
1580 calling PRODUCE_GLYPHS.
1581 (get_glyph_face_and_encoding): Set the glyph code an 8-bit
1582 character to its byte value.
1583 (get_char_glyph_code): New function.
1584 (produce_stretch_glyph): Set it2.char_to_display too before
1585 calling x_produce_glyphs.
1586 (x_produce_glyphs): Simplify by using the same code for ASCII and
1587 non-ASCII characters. Don't set it->char_to_display here.
1588 Don't handle unibyte-display-via-language-environment here. For a
1589 character of no glyph, use font->space_width instead of FONT_WIDTH.
1590
1591 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
1594
1595 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
1596
1597 * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
1598
1599 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * marker.c (Fcopy_marker): Make the first arg optional.
1602
1603 2010-08-30 Kenichi Handa <handa@m17n.org>
1604
1605 * composite.c (composition_update_it): Fix computing of
1606 cmp_it->width.
1607
1608 2010-08-29 Kenichi Handa <handa@m17n.org>
1609
1610 * term.c (encode_terminal_code): Encode byte chars to the
1611 corresponding bytes.
1612
1613 2010-08-29 Jan Djärv <jan.h.d@swipnet.se>
1614
1615 * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
1616
1617 2010-08-26 Kenichi Handa <handa@m17n.org>
1618
1619 * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
1620 on calling composition_compute_stop_pos.
1621
1622 2010-08-25 Kenichi Handa <handa@m17n.org>
1623
1624 * fontset.c (reorder_font_vector): Prefer a font-spec specifying
1625 :otf.
1626
1627 * composite.c (composition_compute_stop_pos): Don't break
1628 composition at PT.
1629 (composition_reseat_it): Likewise. Fix calculation of character
1630 position starting a composition.
1631 (Fcomposition_get_gstring): Don't limit the number of components
1632 for automatic composition.
1633
1634 2010-08-25 Kenichi Handa <handa@m17n.org>
1635
1636 * composite.c (composition_compute_stop_pos): In forward search,
1637 pay attention to the possibility that some character after ENDPOS
1638 will be composed with charactrs before ENDPOS.
1639
1640 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * keyboard.c (command_loop_1): Don't clobber primary selection
1643 during handle-switch-frame (Bug#6872).
1644
1645 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
1646
1647 * dbusbind.c: Accept UNIX domain sockets as bus address.
1648 (Fdbus_close_bus): New function.
1649 (Vdbus_registered_buses): New variable.
1650 (xd_initialize): Implement string as bus address.
1651 (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
1652 (Fdbus_get_unique_name, Fdbus_call_method)
1653 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1654 (Fdbus_method_error_internal, Fdbus_send_signal)
1655 (Fdbus_register_signal, Fdbus_register_method): Remove bus type
1656 check. This is done in xd_initialize_bus. Adapt doc string, if
1657 necessary.
1658 (xd_pending_messages, xd_read_queued_messages): Loop over buses in
1659 Vdbus_registered_buses.
1660 (Vdbus_registered_objects_table): Create hash.
1661
1662 2010-08-22 Juri Linkov <juri@jurta.org>
1663
1664 * keyboard.c (Fexecute_extended_command): Move reading a command name
1665 with `completing-read' to a new Elisp function `read-extended-command'.
1666 Call it to read a command to `function' (bug#5364, bug#5214).
1667
1668 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1669
1670 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
1671
1672 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
1673
1674 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
1675 instead of SAFE_ALLOCA.
1676
1677 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
1680 (Bug#6214).
1681
1682 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
1683
1684 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
1685
1686 2010-08-22 Jan Djärv <jan.h.d@swipnet.se>
1687
1688 * doc.c (Fsnarf_documentation): Initialize skip_file before
1689 build-files test.
1690
1691 2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
1692
1693 * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
1694 New definitions.
1695 (HAVE_TERMIO): Remove.
1696
1697 2010-08-22 Eli Zaretskii <eliz@gnu.org>
1698
1699 * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
1700
1701 * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
1702 for w32.
1703
1704 * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
1705 it's done in nt/config.nt.
1706
1707 * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
1708
1709 * unexcoff.c (report_error, make_hdr, write_segment)
1710 (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
1711 Convert argument lists and prototypes to ANSI C.
1712 (make_hdr, write_segment): Remove unused variables.
1713 (unexec): Remove commented-out line. Initialize `new' to shut up
1714 compiler warnings.
1715
1716 2010-08-22 Dan Nicolaescu <dann@ics.uci.edu>
1717
1718 Simplify termio code.
1719 All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
1720 HAVE_TERMIO code is obsolete.
1721 Replace HAVE_TERMIOS conditionals with !DOS_NT.
1722 * systty.h: Do not define HAVE_TCATTR.
1723 Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
1724 Do not define EMACS_HAVE_TTY_PGRP. Only define
1725 EMACS_GET_TTY_PGRP for !DOS_NT.
1726 * sysdep.c: Include sysselect.h unconditionally. Do not include
1727 sys/ioctl.h and termios.h, systty.h does it. Use
1728 HAVE_SYS_UTSNAME_H instead of USG as an include guard.
1729 (init_baud_rate): Remove HAVE_TERMIO code.
1730 (child_setup_tty): Remove HAVE_TERMIO code.
1731 (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
1732 and HAVE_LTCHARS code. Use !DOS_NT instead of HAVE_TCATTR.
1733 (new_ltchars, new_tchars): Remove, unused.
1734 (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
1735 code. Remove special casing for __mips__, it was a no-op. Remove
1736 HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
1737 (init_sys_modes): Remove HPUX special case.
1738 * process.c: Include stdlib.h unconditionally. Do not include
1739 fcntl.h, systty.h does it. Remove conditional code for
1740 HAVE_SERIAL, it is always true.
1741 (process_send_signal): Remove HAVE_TERMIOS conditional, it's
1742 always true when SIGNALS_VIA_CHARACTERS is true.
1743 (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
1744 !WINDOWSNT means HAVE_TERMIOS.
1745 (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
1746 conditional, which is true for all HAVE_TERMIOS systems.
1747 * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
1748 instead of HAVE_TERMIOS.
1749 * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
1750 EMACS_HAVE_TTY_PGRP.
1751 * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
1752 non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
1753 anyway.
1754
1755 2010-08-21 Eli Zaretskii <eliz@gnu.org>
1756
1757 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
1758 mirroring pixel positions.
1759
1760 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
1761
1762 * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
1763 write only.
1764 (init_alloc_once): Remove writes to malloc_sbrk_unused, and
1765 malloc_sbrk_used, nothing uses them.
1766
1767 * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
1768 defined, unconditionally defined in lisp.h.
1769
1770 * term.c: Do not include <termios.h>, systty.h does it.
1771
1772 * s/unixware.h (HAVE_TCATTR):
1773 * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
1774 systty.h defines it when HAVE_TERMIOS is defined.
1775
1776 2010-08-20 Eli Zaretskii <eliz@gnu.org>
1777
1778 * dispnew.c (buffer_posn_from_coords): Fix last change for text
1779 terminals: add one-character offset for R2L lines.
1780
1781 * emacs.c <emacs_version>: Add a comment regarding
1782 msdos/mainmake.v2's dependency on the syntax of this declaration.
1783
1784 2010-08-20 Eli Zaretskii <eliz@gnu.org>
1785
1786 * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
1787 position for R2L lines by mirroring the pixel position wrt the
1788 text are box. Improve commentary.
1789
1790 2010-08-20 Andreas Schwab <schwab@linux-m68k.org>
1791
1792 * image.c (imagemagick_clear_image): Remove debugging output.
1793
1794 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
1797 (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
1798 (internal_self_insert): Run Qpost_self_insert_hook rather than handle
1799 self-insert-face.
1800 (syms_of_cmds): Initialize the new vars.
1801
1802 2010-08-19 Jason Rumney <jasonr@gnu.org>
1803
1804 * w32menu.c (set_frame_menubar): Remove call to undefined function.
1805
1806 * w32fns.c (w32_wnd_proc): Don't check context before initializing.
1807
1808 2010-08-19 Jan Djärv <jan.h.d@swipnet.se>
1809
1810 * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
1811
1812 2010-08-18 Eli Zaretskii <eliz@gnu.org>
1813
1814 * xterm.c (x_draw_bar_cursor):
1815 * w32term.c (x_draw_bar_cursor): If the character under cursor is
1816 R2L, draw the bar cursor on its right rather than on its left.
1817
1818 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * eval.c (Fdefmacro): Only obey one declaration.
1821
1822 * casefiddle.c (casify_region): Setup gl_state.
1823
1824 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1825
1826 * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
1827
1828 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
1829
1830 * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
1831
1832 2010-08-18 David De La Harpe Golden <david@harpegolden.net>
1833
1834 * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
1835 (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
1836 QPRIMARY => NXPrimaryPboard.
1837 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
1838 NXPrimaryPboard => QPRIMARY.
1839 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
1840 NXSecondaryPboard = SecondarySelection.
1841 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
1842
1843 2010-08-18 Joakim Verona <joakim@verona.se>
1844
1845 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
1846 defined:
1847 (imagemagick_image_p): New function to test for ImageMagic image.
1848 (imagemagick_load): New function to load ImageMagick image.
1849 (imagemagick_load_image): New function, helper for imagemagick_load.
1850 (imagemagick-types): New function.
1851 (Qimagemagick): New Lisp_object.
1852 (imagemagick-render-type): New variable, decides which renderer to use.
1853
1854 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
1857 is a string.
1858
1859 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
1860
1861 * nsfns.m (ns_frame_parm_handlers): Add a slot for the
1862 x_set_tool_bar_position handler.
1863
1864 2010-08-17 Eli Zaretskii <eliz@gnu.org>
1865
1866 * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
1867 x_set_tool_bar_position handler, needed to support changes from
1868 2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar. (Bug#6796)
1869
1870 2010-08-16 Jan Djärv <jan.h.d@swipnet.se>
1871
1872 * nsselect.m: include keyboard.h for QPRIMARY, remove its
1873 declaration (Bug#6863).
1874 (syms_of_nsselect): Don't intern QPRIMARY.
1875
1876 * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
1877
1878 * keyboard.h (QPRIMARY): Declare (Bug#6864).
1879
1880 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
1881
1882 * keyboard.c (command_loop_1): Avoid setting selection twice,
1883 since it's done in deactivate-mark as well.
1884 (Vselect_active_regions): Change default to t. Replace `lazy'
1885 with non-default value `only', meaning only set PRIMARY for
1886 temporarily active regions.
1887
1888 * insdel.c (prepare_to_modify_buffer): Handle `only' value of
1889 select-active-regions.
1890
1891 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1892
1893 * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
1894 isn't a string.
1895
1896 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
1897
1898 * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
1899
1900 2010-08-15 Jan Djärv <jan.h.d@swipnet.se>
1901
1902 * keyboard.c (parse_tool_bar_item): malloc buf.
1903 Set TOOL_BAR_ITEM_LABEL to empty string if not set to
1904 new_lbl (Bug#6855).
1905
1906 2010-08-14 Eli Zaretskii <eliz@gnu.org>
1907
1908 * xterm.c (x_draw_stretch_glyph_string):
1909 * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
1910 the cursor on the right edge of the stretch glyph.
1911
1912 * xdisp.c (window_box_right_offset, window_box_right):
1913 Fix commentary.
1914
1915 * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
1916 direction when point is inside a run of whitespace characters.
1917
1918 * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
1919
1920 2010-08-14 Jason Rumney <jasonr@gnu.org>
1921
1922 * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
1923
1924 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
1927
1928 2010-08-13 Jason Rumney <jasonr@gnu.org>
1929
1930 * w32menu.c (simple_dialog_show): Use unicode message box if available.
1931 (MessageBoxW_Proc): New function typedef.
1932 (unicode-message-box): New function pointer.
1933 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
1934
1935 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
1936
1937 * frame.h (Qtool_bar_position): Declare.
1938
1939 * xfns.c (Fx_create_frame): Call x_default_parameter for
1940 Qtool_bar_position.
1941
1942 2010-08-13 Eli Zaretskii <eliz@gnu.org>
1943
1944 * unexcoff.c: Remove the parts used when "emacs" is not defined.
1945 (report_error, report_error_1): Ditto.
1946 (write_segment): Remove "#if 0" unused code.
1947 (make_hdr): Remove code that was "#ifndef NO_REMAP" before
1948 NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
1949 (start_of_text): Remove unused function (was used only if NO_REMAP
1950 was NOT defined).
1951
1952 * msdos.c (IT_set_face): Fix format string to match argument
1953 types.
1954 (IT_write_glyphs, IT_note_mode_line_highlight)
1955 (IT_set_frame_parameters): Remove unused variables.
1956 (x_set_menu_bar_lines): Declare set_menu_bar_lines.
1957 (IT_set_terminal_modes): Disambiguate expression in if clause.
1958 (Fmsdos_remember_default_colors): Return Qnil.
1959 (IT_set_frame_parameters): Add parens to disambiguate boolean
1960 expression for logging the cursor type to termscript.
1961 (keyboard_layout_list, keypad_translate_map)
1962 (grey_key_translate_map): Add braces in inner initializers.
1963 (dos_rawgetc): Add parens in condition for mouse-3 button-press.
1964 (dos_rawgetc): Remove unused label.
1965 (XMenuActivate): Add braces to remove ambiguous `else'.
1966 (dos_ttraw): Always return a value.
1967 (spawnve): Declare.
1968 (run_msdos_command): Cast 3rd arg of spawnve to "char **".
1969
1970 * dosfns.h (x_set_title): Declare.
1971
1972 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
1973 Remove unused variables.
1974
1975 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
1976 variables.
1977 (init_dosfns): Declare get_lim_data.
1978 (system_process_attributes): Declare Fget_internal_run_time.
1979
1980 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
1981 list to be consistent with menu.h.
1982
1983 * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
1984 warnings due to mixing of "char *" and "const char *".
1985
1986 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 Introduce a new comment style "c" flag.
1989 * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
1990 (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
1991 (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
1992 (syntax_prefix_flag_p): New function.
1993 (Fstring_to_syntax): Understand new "c" flag.
1994 (Finternal_describe_syntax_value): Recognize new flag; use the
1995 SYNTAX_FLAGS_* macros.
1996 (scan_sexps_forward, Fparse_partial_sexp): Change representation of
1997 comment style to accomodate the new styles.
1998 (back_comment, forw_comment, Fforward_comment, scan_lists)
1999 (scan_sexps_forward): Update code to obey the new comment style flag.
2000
2001 * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
2002
2003 * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
2004
2005 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2006
2007 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
2008 first.
2009 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
2010
2011 * gtkutil.h (xg_check_special_colors): Declare.
2012
2013 * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
2014 (xg_create_frame_widgets): Connect theme name changes to
2015 style_changed_cb.
2016
2017 * xterm.c (emacs_class): New char[] for EMACS_CLASS.
2018 (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
2019 (x_term_init): Use char[] display_opt and name_opt instead of
2020 string literal. file is const char*.
2021
2022 * xsmfns.c (NOSPLASH_OPT): Change to char[].
2023 (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
2024 props. Free them at the end.
2025
2026 * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
2027
2028 * xrdb.c (get_system_app): Make path const and use char *p for
2029 non-const char.
2030
2031 * xmenu.c (Fx_popup_dialog): error_name is const char*.
2032 (xmenu_show): error parameter is const char **. pane_string is const
2033 char *.
2034 (button_names): Is const char *.
2035 (xdialog_show): error_name and pane_string is const.
2036
2037 * process.h (synch_process_death): Is const char*.
2038
2039 * w32menu.c (w32_menu_show):
2040 * nsmenu.m (ns_menu_show): error parameter is const char **.
2041
2042 * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
2043 is const char **.
2044
2045 * menu.c (Fx_popup_menu): error_name is const.
2046
2047 * keyboard.h (_widget_value): Add defined USE_GTK. Replace Boolean
2048 with unsigned char and XtPointer with void *.
2049
2050 * gtkutil.h: Replace widget_value with struct _widget_value.
2051 (enum button_type, struct _widget_value): Remove and use the one from
2052 keyboard.h.
2053
2054 * gtkutil.c (get_utf8_string): Always return an allocated string.
2055 Parameter is const.
2056 (create_dialog, xg_create_one_menuitem, create_menus)
2057 (xg_item_label_same_p, xg_update_menu_item): Free result from
2058 get_utf8_string.
2059 (xg_separator_p, xg_item_label_same_p): label is const.
2060
2061 * font.h (font_open_by_name): Make name const.
2062
2063 * font.c (font_open_by_name): Make name const.
2064
2065 * floatfns.c (matherr): Use a const char* variable for x->name.
2066
2067 * emacs.c (main): Pass char[] to putenv instead of literal.
2068
2069 * callproc.c (synch_process_death): Make const.
2070 (Fcall_process): Make signame const.
2071
2072 * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
2073 (addDisplayItemWithImage): Use const char*.
2074
2075 * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
2076 (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
2077
2078 * nsfont.m (ns_descriptor_to_entity): Use const char*.
2079
2080 * keyboard.h (_widget_value): name, value and key are const char*.
2081
2082 * unexmacosx.c (unexec_error): Use const char *.
2083
2084 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2085
2086 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
2087 (font_parse_name, font_open_by_name):
2088 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
2089 (font_parse_name, font_open_by_name): Remove const.
2090
2091 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2092
2093 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
2094 definition.
2095
2096 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
2097 * m/amdx86-64.h: Likewise.
2098 * m/arm.h: Likewise.
2099 * m/hp800.h: Likewise.
2100 * m/ia64.h: Likewise.
2101 * m/ibmrs6000.h: Likewise.
2102 * m/ibms390.h: Likewise.
2103 * m/intel386.h: Likewise.
2104 * m/iris4d.h: Likewise.
2105 * m/m68k.h: Likewise.
2106 * m/macppc.h: Likewise.
2107 * m/mips.h: Likewise.
2108 * m/sh3.h: Likewise.
2109 * m/sparc.h: Likewise.
2110 * m/template.h: Likewise.
2111 * m/vax.h: Likewise.
2112 * m/xtensa.h: Likewise.
2113 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
2114 WORDS_BIG_ENDIAN.
2115 * lisp.h: Likewise.
2116 * md5.c: Likewise.
2117 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
2118
2119 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2120
2121 Use const char* instead of char*.
2122 Reduce the number of warnings with -Wwrite-strings.
2123 * xrdb.c (get_environ_db, get_system_name):
2124 * unexelf.c (find_section):
2125 * term.c (string_cost, string_cost_one_line, per_line_cost)
2126 (get_named_tty, init_tty):
2127 * sysdep.c (sys_subshell):
2128 * sound.c (sound_perror, sound_warning, vox_open, vox_init)
2129 (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
2130 * search.c (Freplace_match):
2131 * process.c (Fmake_network_process, send_process, init_process):
2132 * lread.c (Fload, init_lread):
2133 * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
2134 * keyboard.c (parse_tool_bar_item, struct event_head):
2135 * gtkutil.h (xg_get_font_name):
2136 * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
2137 (make_widget_for_menu_item, make_menu_item, create_menus)
2138 (xg_make_tool_item):
2139 * font.c (parse_matrix, font_parse_name):
2140 * floatfns.c (rounding_driver, float_error_fn_name):
2141 * filelock.c (get_boot_time_1, lock_file_1):
2142 * fileio.c (barf_or_query_if_file_exists, check_writable):
2143 * editfns.c (get_system_name, get_operating_system_release)
2144 (Fencode_time, Fset_time_zone_rule):
2145 * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
2146 * buffer.c (defvar_per_buffer): Use const.
2147
2148 2010-08-08 Kenichi Handa <handa@m17n.org>
2149
2150 * charset.c: Include <stdlib.h>.
2151 (struct charset_sort_data): New struct.
2152 (charset_compare): New function.
2153 (Fsort_charsets): New function.
2154 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
2155
2156 * coding.c (decode_coding_iso_2022): Fix checking of dimension
2157 number in CTEXT extended segment.
2158
2159 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2160
2161 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
2162 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
2163
2164 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2165
2166 * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
2167 (Fhash_table_size): Fix typos in docstrings.
2168 (Fmake_hash_table): Doc fix.
2169
2170 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
2171
2172 * minibuf.c (syms_of_minibuf) <read-buffer-function>:
2173 Doc fix (bug#5625).
2174
2175 2010-08-08 Ken Brown <kbrown@cornell.edu>
2176
2177 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
2178 the MSDOS definition.
2179
2180 2010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
2181
2182 Use const char* instead of char*.
2183 * xterm.c (x_create_toolkit_scroll_bar):
2184 * xfont.c (xfont_list_pattern):
2185 * xfns.c (x_default_scroll_bar_color_parameter)
2186 (xic_create_fontsetname, x_default_font_parameter)
2187 (x_screen_planes):
2188 * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
2189 (store_mode_line_string, decode_mode_spec, display_string):
2190 * menu.c (digest_single_submenu):
2191 * keymap.h (initial_define_key, initial_define_lispy_key):
2192 * keymap.c (initial_define_key, initial_define_lispy_key):
2193 * image.c (image_error, image_keyword):
2194 * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
2195 * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
2196 * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
2197 (ftfont_list, ftfont_match):
2198 * frame.c (frame_parm_table):
2199 * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
2200 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
2201 (font_add_log, font_deferred_log):
2202 * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
2203 (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
2204 (font_add_log, font_deferred_log):
2205 * emacs.c (argmatch):
2206 * dispextern.h (struct it):
2207 * coding.c (ENCODE_DESIGNATION):
2208 * charset.c (define_charset_internal): Use const.
2209
2210 * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
2211
2212 * xrdb.c: Remove include guard.
2213 Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
2214 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
2215 realloc->xrealloc instead of using #defines.
2216
2217 2010-08-08 Eli Zaretskii <eliz@gnu.org>
2218
2219 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
2220 * editfns.c (Fline_beginning_position, Fline_end_position):
2221 State in the doc strings that start and end of line are in the
2222 logical order.
2223
2224 * xdisp.c (display_line): Move the handling of overlay arrow after
2225 the call to find_row_edges. (Bug#6699)
2226
2227 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2228
2229 * keyboard.c (command_loop_1):
2230 * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
2231
2232 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
2233
2234 * insdel.c (prepare_to_modify_buffer): Save active region text to
2235 Vsaved_region_selection.
2236
2237 * xselect.c (QPRIMARY): Move to keyboard.c.
2238
2239 * keyboard.c (Vselect_active_regions): Move from simple.el.
2240 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
2241 (command_loop_1): Set window selection prior to deactivating the mark.
2242
2243 2010-08-07 Juanma Barranquero <lekktu@gmail.com>
2244
2245 * alloc.c (lisp_malloc):
2246 * buffer.c (set_buffer_internal, set_buffer_internal_1):
2247 * charset.h (emacs_mule_charset):
2248 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
2249 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
2250 (bitch_at_user):
2251 * lisp.h (Fcheck_coding_system, Fget_text_property)
2252 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
2253 Remove duplicate declarations.
2254
2255 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2256
2257 * process.c: Simplify include logic.
2258
2259 * keyboard.h (quit_char): Add declaration.
2260 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
2261 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
2262 Add declarations.
2263 * sysdep.c:
2264 * w32.c: Remove the above declarations.
2265
2266 Remove extern declarations in .c files, .h files have them.
2267 * xterm.c:
2268 * xdisp.c:
2269 * msdos.c:
2270 * image.c:
2271 * gtkutil.c:
2272 * fileio.c:
2273 * eval.c: Remove declarations.
2274
2275 * frame.c (frame_params): Make const.
2276
2277 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
2278
2279 * emacs.c (emacs_copyright, emacs_version): Make static.
2280 (Vinitial_window_system, Vauto_save_list_file_name)
2281 (Vinhibit_redisplay): Remove declarations.
2282 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
2283 for AIX.
2284
2285 Use const for some arrays and functions.
2286 * xterm.h (xg_set_icon_from_xpm_data):
2287 * xfns.c (xg_set_icon_from_xpm_data):
2288 * term.c (fkeys):
2289 * keyboard.c (lispy_accent_keys, lispy_function_keys)
2290 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
2291 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
2292 (frame.c frame_parms):
2293 * emacs-icon.h (gnu_xpm_bits):
2294 * callint.c (callint_argfuns): Use const.
2295
2296 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2297
2298 * sysdep.c: Move include term.h last of includes (Bug#6812).
2299
2300 2010-08-06 Eli Zaretskii <eliz@gnu.org>
2301
2302 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
2303
2304 * msdos.c (IT_display_cursor): Log cursor position on termscript.
2305
2306 * .gdbinit (pgx): Display the avoid_cursor_p flag.
2307
2308 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
2309
2310 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
2311
2312 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2313
2314 * xterm.h (x_get_focus_frame): Declare.
2315
2316 * keyboard.h (poll_for_input_1): Unconditionally declare.
2317
2318 * nsterm.h (x_set_menu_bar_lines): Declare.
2319
2320 * window.c: Don't include menu.h, it depends on lots of other .h-files.
2321
2322 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
2323
2324 * window.c: Include menu.h.
2325
2326 * unexmacosx.c (print_region_list, print_regions)
2327 (build_region_list, find_emacs_zone_regions)
2328 (unexec_regions_merge, read_load_commands, dump_it)
2329 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
2330
2331 * term.c: Check HAVE_SYS_IOCTL_H.
2332
2333 * sysdep.c: Check HAVE_TERM_H.
2334
2335 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
2336
2337 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
2338 (ns_ring_bell, ns_defined_color, hide_hourglass)
2339 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
2340 Convert to ANSI C prototypes.
2341 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
2342 before code.
2343
2344 * nsterm.h : Include sysselect.h.
2345 (x_sync, x_get_focus_frame, x_set_mouse_position)
2346 (x_set_mouse_pixel_position, x_make_frame_visible)
2347 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
2348 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
2349 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
2350 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
2351 Declare.
2352
2353 * nsmenu.m (popup_activated, name_is_separator)
2354 (syms_of_nsmenu): Convert to ANSI C prototypes.
2355 (runMenuAt): Prototypes and move declarations before code.
2356
2357 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
2358
2359 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
2360 prototypes.
2361
2362 * nsfns.m (have_menus_p, ns_display_info_for_name)
2363 (x_set_cursor_type, ns_appkit_version_str)
2364 (ns_appkit_version_int, ns_do_applescript)
2365 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
2366 (syms_of_nsfns): Convert to ANSI C prototypes.
2367
2368 * menu.h (x_set_menu_bar_line): Declare.
2369 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
2370
2371 * lisp.h (fmod_float): Declare.
2372
2373 * image.c (xpm_scan, xpm_make_color_table_v)
2374 (xpm_put_color_table_v, xpm_get_color_table_v)
2375 (xpm_make_color_table_h, xpm_put_color_table_h)
2376 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
2377 (xpm_load): Convert to ANSI C prototypes.
2378
2379 * emacs.c: Include nsterm.h if HAVE_NS.
2380
2381 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
2382
2383 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2384
2385 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
2386 subprocesses, only MSDOS does not define HAVE_SOCKETS.
2387 (socket_options): Use const char* for name.
2388
2389 2010-08-06 Juanma Barranquero <lekktu@gmail.com>
2390
2391 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
2392
2393 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
2394 Don't declare xmalloc_widget_value and digest_single_submenu.
2395
2396 * w32font.c (Qlatin): Remove declaration.
2397
2398 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
2399
2400 * dired.c (compile_pattern): Restore declaration.
2401
2402 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
2403
2404 Remove extern declarations in .c files, .h files have them.
2405 * data.c:
2406 * dired.c:
2407 * editfns.c:
2408 * filelock.c:
2409 * fns.c:
2410 * font.c:
2411 * fontset.c:
2412 * frame.c:
2413 * fringe.c:
2414 * ftfont.c:
2415 * gtkutil.c:
2416 * indent.c:
2417 * keyboard.c:
2418 * keymap.c:
2419 * lread.c:
2420 * menu.c:
2421 * print.c:
2422 * search.c:
2423 * sound.c:
2424 * window.c:
2425 * xdisp.c:
2426 * xfaces.c:
2427 * xfns.c:
2428 * xfont.c:
2429 * xftfont.c:
2430 * xmenu.c:
2431 * xterm.c: Remove declarations.
2432
2433 Cleanup syssignal.h.
2434 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
2435 (main_thread): Move down to remove #ifdef.
2436 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
2437 Remove conditional definition following unconditional ones.
2438
2439 * lisp.h: Remove HAVE_SHM code, unused.
2440 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
2441 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
2442 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
2443 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
2444 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
2445 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
2446 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
2447 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
2448 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
2449 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
2450 (Qwindow_scroll_functions, Vafter_load_alist)
2451 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
2452 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
2453 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
2454 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
2455 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
2456 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
2457 (initial_argv, last_nonmenu_event, load_in_progress)
2458 (noninteractive_need_newline, scroll_margin): Add declarations.
2459
2460 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
2461 declarations, menu.h has them.
2462 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
2463 (Vinput_method_function, Qinput_method_function)
2464 (Qevent_symbol_element_mask, last_event_timestamp):
2465 * dispextern.h (Voverflow_newline_into_fringe):
2466 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
2467 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
2468 (syms_of_w32font, syms_of_nsfont):
2469 * fontset.h (find_font_encoding, Qlatin):
2470 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
2471 (Vtool_bar_mode, set_frame_menubar):
2472 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
2473 * xterm.h (Qx_gtk_map_stock):
2474 * keymap.h (meta_prefix_char): Add declarations.
2475
2476 * term.c: Remove dead code.
2477
2478 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
2479 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
2480 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
2481 which is what was there before BSD_PGRPS was removed.
2482
2483 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2484
2485 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
2486
2487 * unexcoff.c: Renamed from unexec.c.
2488
2489 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
2492
2493 2010-08-03 Johan Bockgård <bojohan@gnu.org>
2494
2495 * data.c (Flocal_variable_p): Handle variable aliases correctly.
2496 (Bug#6744)
2497
2498 2010-08-02 Jan Djärv <jan.h.d@swipnet.se>
2499
2500 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
2501 to TRUE if depth of screen is < 16.
2502
2503 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
2504 USE_GTK_TOOLTIP.
2505 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
2506 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
2507 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
2508 USE_GTK_TOOLTIP.
2509 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
2510
2511 * xterm.h (USE_GTK_TOOLTIP): New define.
2512 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
2513
2514 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
2515 to Control-D (Bug#6771).
2516
2517 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
2518
2519 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
2520 Wording by Drew Adams <drew.adams@oracle.com>.
2521
2522 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
2523
2524 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
2525 ttip_lbl.
2526
2527 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
2528 calling gtk_widget_queue_draw.
2529 (x_free_frame_resources): Call xg_free_frame_widgets.
2530
2531 * xfns.c (x_gtk_use_system_tooltips): New variable.
2532 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
2533 new gtkutil tooltip functions to show the tooltip.
2534 (Fx_hide_tip): Call xg_hide_tooltip.
2535 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
2536
2537 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
2538 (xg_show_tooltip, xg_hide_tooltip): Declare.
2539
2540 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
2541 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
2542 New functions.
2543 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
2544 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
2545 Remove code that is commented out.
2546
2547 2010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2548
2549 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
2550
2551 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
2552
2553 * xselect.c (x_own_selection): Use list4.
2554
2555 2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2556
2557 * buffer.c (Qwindow): Do not define, already defined in data.c.
2558 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
2559
2560 2010-07-29 Chad Brown <yandros@mit.edu>
2561
2562 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
2563 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
2564 * config.in: Undef HAVE_DIRENT_H.
2565 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
2566 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
2567
2568 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2569
2570 Rename s/usg5-4.h -> s/usg5-4-common.h.
2571 * s/usg5-4.h: Rename file to ...
2572 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
2573 * s/unixware.h:
2574 * s/sol2-6.h:
2575 * s/irix6-5.h: Update includes accordingly.
2576
2577 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2578
2579 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
2580
2581 * xterm.h (struct x_output): Add toolbar_top_height,
2582 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
2583 Remove toolbar_height.
2584 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
2585 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
2586 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
2587 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
2588
2589 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
2590
2591 * xfns.c (x_set_tool_bar_position): New function.
2592 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
2593 (x_frame_parm_handlers): Add x_set_tool_bar_position.
2594 (syms_of_xfns): If USE_GTK, provide move-toolbar.
2595
2596 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
2597 and FRAME_TOOLBAR_LEFT_WIDTH.
2598
2599 * gtkutil.h (xg_change_toolbar_position): Declare.
2600
2601 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
2602 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
2603 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
2604 (xg_create_frame_widgets): Create a hobox for placing widgets
2605 vertically. Use gtk_box_pack_start.
2606 (xg_height_or_width_changed): Renamed from xg_height_changed.
2607 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
2608 (xg_update_frame_menubar, free_frame_menubar): Change to
2609 xg_height_or_width_changed.
2610 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
2611 size correctly. Remove hardcoded 4, instead use handlebox size -
2612 toolbar size.
2613 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
2614 size correctly. Use handlebox size + toolbar size as additional size.
2615 (xg_pack_tool_bar): POS is a new parameter.
2616 Set orientation of tool bar based on pos.
2617 Only make handlebox_widget if NULL.
2618 Check if tool bar goes to vbox or hbox depending on pos.
2619 (xg_update_tool_bar_sizes): New function.
2620 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
2621 height, call xg_update_tool_bar_sizes instead.
2622 (free_frame_tool_bar): Remove from hbox or vbox depending on
2623 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
2624 (xg_change_toolbar_position): New function.
2625
2626 * frame.h (struct frame): Add tool_bar_position.
2627 (Qbottom): Declare.
2628
2629 * frame.c (Qtool_bar_position): New variable.
2630 (make_frame): Set tool_bar_position to Qtop.
2631 (frame_parms): Add tool-bar-position.
2632 (x_report_frame_params): Store tool_bar_position.
2633 (x_set_fringe_width): Reset wm size hint after fringe changes.
2634
2635 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2636
2637 Make lisp_time_argument declaration work on all systems.
2638 * lisp.h (lisp_time_argument): Move declaration ...
2639 * systime.h (lisp_time_argument): ... here
2640 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
2641
2642 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2643
2644 * vm-limit.c (POINTER): Add typedef for it.
2645 (start_of_data): Change return type from POINTER to char *.
2646
2647 * frame.h (Qtty_color_mode): Move declaration out of ifdef
2648 HAVE_WINDOW_SYSTEM.
2649
2650 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2651
2652 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
2653 Remove reference to __osf__, unused.
2654
2655 * mem-limits.h: Remove duplicated includes.
2656 (NULL): Remove definition, unused.
2657 (POINTER): Remove definition.
2658 (start_of_data): Use char* in prototype, as the function
2659 definition does.
2660
2661 Remove extern declarations from .c files, and them to .h files.
2662 * keyboard.h (Qhelp_echo, waiting_for_input)
2663 (input_available_clear_time, ignore_mouse_drag_p)
2664 (Vdouble_click_time, real_this_command, Vthis_original_command):
2665 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
2666 (Voverriding_local_map_menu_flag):
2667 * lisp.h (Qinteractive_form, use_file_dialog)
2668 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
2669 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
2670 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
2671 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
2672 (Qfunction, debug_on_next_call, Qfield)
2673 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
2674 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
2675 (Qfile_directory_p, Qinsert_file_contents)
2676 (Qcompletion_ignore_case, Qcompletion_ignore_case)
2677 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
2678 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
2679 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
2680 (Qminibuffer_prompt)
2681 (Vtemporary_file_directory,char_ins_del_vector, Qface):
2682 * xterm.h (gray_bitmap_width, gray_bitmap_height)
2683 (gray_bitmap_bits, xic_create_fontsetname):
2684 * coding.h (Vtranslation_table_for_input): Add extern declarations.
2685
2686 * xsmfns.c (Vuser_login_name):
2687 * xrdb.c (Vdouble_click_time):
2688 * xfaces.c (xic_create_fontsetname):
2689 * w32select.c (waiting_for_input):
2690 * print.c (minibuffer_auto_raise):
2691 * msdos.c (Qhelp_echo):
2692 * macros.c (real_this_command):
2693 * keymap.c (Voverriding_local_map):
2694 * xterm.c (poll_for_input_1, gray_bitmap_width)
2695 (gray_bitmap_height, gray_bitmap_bits;
2696 * xmenu.c ( Voverriding_local_map)
2697 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
2698 (use_file_dialog, Xt_app_con):
2699 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
2700 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
2701 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
2702 (Qtool_bar_lines, ignore_mouse_drag_p):
2703 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
2704 (Qrear_nonsticky, nconc2):
2705 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
2706 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
2707 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
2708 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
2709 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
2710 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
2711 (gc_in_progress):
2712 * doc.c (Voverriding_local_map, Qremap):
2713 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
2714 (Vcompletion_regexp_list):
2715 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
2716 (Qcompletion_ignore_case):
2717 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
2718 (Vhistory_length, Vthis_original_command, real_this_command)
2719 (Qface, Qminibuffer_prompt, history_delete_duplicates):
2720 * image.c (Qrisky_local_variable):
2721 * fontset.c (QCname):
2722 * fns.c (minibuffer_auto_raise, QCname):
2723 * dispnew.c (char_ins_del_cost):
2724 * composite.c (font_fill_lglyph_metrics):
2725 * cmds.c (Qface, Vtranslation_table_for_input):
2726 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
2727 * ccl.c (charset_unicode):
2728 * callproc.c (Vtemporary_file_directory):
2729 * buffer.c (emacs_strerror): Remove extern declarations.
2730
2731 * data.c (Qwindow): Make non-static, used from other files too.
2732 * frame.c (validate_x_resource_name): Remove shadow definition for i.
2733
2734 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
2735 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
2736 * s/usg5-4.h (COFF):
2737 * s/template.h:
2738 * s/msdos.h (COFF, NO_REMAP):
2739 * s/ms-w32.h (NO_REMAP):
2740 * s/hpux10-20.h (NO_REMAP):
2741 * m/sparc.h (SEGMENT_MASK):
2742 * m/m68k.h (NO_REMAP):
2743 * m/intel386.h (SEGMENT_MASK):
2744 * m/arm.h (NO_REMAP):
2745 * m/alpha.h (COFF):
2746 * m/template.h: Remove references to unused defines.
2747
2748 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
2749
2750 * xsettings.c (Ftool_bar_get_system_style): Also check for
2751 Qtext_image_horiz.
2752
2753 * xdisp.c (Qtext_image_horiz): Define.
2754 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
2755 to documentation of tool-bar-style.
2756
2757 * lisp.h (Qtext_image_horiz): Declare.
2758
2759 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
2760 style text_image_horiz.
2761
2762 2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2763
2764 * emacs.c (Fkill_emacs): Remove return statement.
2765
2766 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
2767 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
2768 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
2769 local extern declarations.
2770
2771 * xmenu.c: Do not included lwlib.h, not needed.
2772
2773 * m/iris4d.h (XUINT, XSET): Remove, not needed.
2774
2775 * process.c: Move definitions earlier to minimize #ifdefs.
2776
2777 * xterm.h (x_get_customization_string, x_load_resources)
2778 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
2779 (x_check_errors, x_property_data_to_lisp, defined_color)
2780 (xic_set_xfontset, x_defined_color): Use const.
2781
2782 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
2783 (x_text_icon, x_check_errors, x_connection_closed): Use const.
2784
2785 * xselect.c (selection_data_to_lisp_data)
2786 (x_property_data_to_lisp):
2787 * xrdb.c (x_get_string_resource, file_p)
2788 (x_get_customization_string, magic_file_p, search_magic_path)
2789 (get_system_app, get_user_app, x_load_resources, x_get_resource)
2790 (x_get_string_resource): Use const.
2791
2792 * xfns.c: Include xlwmenu.h when USE_LUCID.
2793 (x_defined_color, xic_set_xfontset): Use const.
2794 (Fx_hide_tip): Remove local extern declaration.
2795
2796 * xfaces.c (Qmouse_face): Remove declaration.
2797 (face_color_gray_p, tty_defined_color, defined_color)
2798 (face_color_gray_p, face_color_supported_p): Add const.
2799
2800 * xdisp.c (do_mouse_tracking): Remove declaration.
2801 (add_to_log): Use const.
2802
2803 * minibuf.c (Qmouse_face): Remove declaration.
2804
2805 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
2806
2807 * keyboard.h (do_mouse_tracking): Add declaration.
2808
2809 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
2810 (QCdata, QCtype, Qcenter): Remove declarations.
2811
2812 * frame.c (x_get_resource_string, x_get_string_resource)
2813 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2814 (x_default_parameter): Use const.
2815
2816 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
2817 (QCheight, QCsize, QCname): Remove declarations.
2818
2819 * emacs.c (main): Remove local extern declaration.
2820
2821 * editfns.c (region_limit, syms_of_editfns): Remove local extern
2822 declarations.
2823
2824 * dispnew.c: Remove duplicate #include <unistd.h>.
2825 (update_window, update_frame_1, init_display): Remove local extern
2826 declarations.
2827
2828 * dispextern.h (add_to_log): Remove declaration.
2829 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2830 (x_frame_get_and_record_arg, x_default_parameter): Add const.
2831
2832 * dired.c (scmp): Add const.
2833 (directory_files_internal): Remove local extern declaration.
2834
2835 * data.c (Finteractive_form): Use const.
2836
2837 * composite.c (syms_of_composite): Remove local extern declarations.
2838
2839 * charset.c (add_to_log): Remove declaration.
2840
2841 * character.c (strwidth, parse_str_to_multibyte): Add const.
2842
2843 * character.h (strwidth, parse_str_to_multibyte): Likewise.
2844
2845 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
2846
2847 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
2848 (Lisp_Subr): Make doc and intspec constant.
2849 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
2850 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
2851 (QCheight, QCsize, QCname, QCwidth, QCforeground)
2852 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
2853 (display_arg): Add declarations.
2854
2855 2010-07-27 Christoph Scholtes <cschol2112@gmail.com>
2856
2857 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
2858
2859 * window.c (Fwindow_height): Doc fix (bug#6518).
2860
2861 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
2862
2863 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
2864
2865 2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
2866
2867 * keyboard.c (Ftop_level, Fexit_recursive_edit)
2868 (Fabort_recursive_edit): Remove return statements in NO_RETURN
2869 functions.
2870
2871 * frame.h (Qtty_color_mode): Add declaration.
2872
2873 * lisp.h (Ftop_level, Fexit_recursive_edit)
2874 (Fabort_recursive_edit): Mark as NO_RETURN.
2875
2876 2010-07-26 Kenichi Handa <handa@m17n.org>
2877
2878 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
2879 number of glyphs gets smaller than the original length. (Bug#6621)
2880
2881 2010-07-26 Juanma Barranquero <lekktu@gmail.com>
2882
2883 * lread.c (unreadpure, mapatoms_1): Make static.
2884
2885 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
2886
2887 * terminfo.c (tparam): Fix prototype of tparm.
2888
2889 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2890
2891 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
2892 find start of text segment.
2893 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
2894 is defined.
2895
2896 * callproc.c (set_initial_environment): Avoid unbalanced braces.
2897
2898 2010-07-25 Ken Brown <kbrown@cornell.edu>
2899
2900 * vm-limit.c (check_memory_limits): Fix previous change;
2901 accidentally reverted an earlier change.
2902
2903 2010-07-25 Ken Brown <kbrown@cornell.edu>
2904
2905 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
2906 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
2907
2908 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
2909
2910 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
2911 * dired.c (opendir, readdir): Fix prototypes.
2912 * editfns.c (w32_get_internal_run_time): Fix prototypes.
2913 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
2914 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
2915 (telldir): Remove declaration.
2916 * ralloc.c (real_morecore, __morecore): Fix prototypes.
2917 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
2918 * syssignal.h (strsignal): Fix prototype.
2919 * term.c (tparam): Fix prototype.
2920 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
2921 (term_get_fkeys): Set inside "#ifndef DOS_NT".
2922 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
2923 and __morecore.
2924 * w32gui.h (XParseGeometry): Fix prototype.
2925 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
2926 * w32term.c (my_set_focus): Declare inside #if 0.
2927 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
2928 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
2929 (drain_message_queue, get_next_msg, post_msg, parse_button)
2930 (ClipboardSequence_Proc): Fix prototypes.
2931 (wait_for_sync): Remove declaration.
2932
2933 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
2934
2935 * w32fns.c (w32_to_x_color): Remove, unused.
2936
2937 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2938
2939 * lisp.h: Remove leftover P_.
2940
2941 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2942
2943 * ecrt0.c, unexalpha.c: Remove files, unused.
2944
2945 2010-07-24 Andreas Schwab <schwab@linux-m68k.org>
2946
2947 * cmds.c (internal_self_insert): Make static.
2948 * lisp.h (internal_self_insert): Remove declaration.
2949
2950 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * alloc.c (free_float):
2953 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
2954 * frame.c (delete_frame_handler):
2955 * ralloc.c (reorder_bloc):
2956 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
2957 Remove unused static functions.
2958
2959 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
2960 it is called only from NS code.
2961
2962 * w32term.c (my_set_focus): #ifdef away; it is called only from
2963 "#ifdef 0" code.
2964
2965 * w32fns.c (x_edge_detection):
2966 * xfaces.c (may_use_scalable_font_p):
2967 Remove obsolete static declarations.
2968
2969 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
2970
2971 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
2972 (emacs_blocked_realloc, uninterrupt_malloc):
2973 * fringe.c (w32_reset_fringes):
2974 * image.c (convert_mono_to_color_image, lookup_rgb_color)
2975 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
2976 * sound.c (be2hs, do_play_sound):
2977 * vm-limit.c (get_lim_data, ret_lim_data):
2978 * w32term.c (x_free_frame_resources):
2979 * xfaces.c (x_create_gc, x_free_gc):
2980 Convert definitions to standard C.
2981
2982 2010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2983
2984 * eval.c (Feval, Ffuncall): Use the new names.
2985
2986 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
2987 (DEFUN): Add braces around the union initialisation and use ## to
2988 specify the right union alternative and avoid a cast.
2989
2990 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
2991
2992 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
2993
2994 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2995
2996 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
2997
2998 2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
2999
3000 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
3001 is related to the menu bar (Bug#6499).
3002 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
3003
3004 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
3005
3006 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
3007
3008 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
3009
3010 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
3011 i.e. don't put back ButtonRelease (Bug#6608).
3012
3013 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
3014 instead of Window. Call xg_event_is_for_menubar when
3015 USE_GTK (Bug#6499).
3016
3017 * gtkutil.h (xg_event_is_for_menubar): Declare.
3018
3019 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
3020
3021 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3022
3023 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
3024 when it's the same as the old foreground. (Bug#6609)
3025
3026 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
3027
3028 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
3029 widget is non-null (Bug#6645).
3030
3031 2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
3032
3033 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
3034 Convert old-style definition.
3035
3036 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
3037 timestamp argument.
3038
3039 2010-07-15 Eli Zaretskii <eliz@gnu.org>
3040
3041 * fringe.c (update_window_fringes): Restore mistakenly reverted
3042 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
3043
3044 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3045
3046 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
3047 (SET_SAVED_KEY_EVENT): Remove (not used).
3048 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
3049 remove size parameter.
3050 (handle_one_xevent): Check popup_activated () for menu for Xt also.
3051 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
3052 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
3053 ButtonRelease.
3054 (x_set_window_size_1): scroll_bar_actual_width is always
3055 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
3056
3057 * xdisp.c (pending_menu_activation): Remove extern declaration.
3058 (prepare_menu_bars): Remove setting of pending_menu_activation.
3059
3060 * xmenu.c (pending_menu_activation): Remove.
3061 (x_activate_menubar): Set popup_activated_flag for Xt also.
3062 Remove setting of pending_menu_activation.
3063 (set_frame_menubar): Remove check of pending_menu_activation.
3064 Declare menubar_size before code. Correct spelling in comment.
3065
3066 2010-07-14 Kenichi Handa <handa@m17n.org>
3067
3068 * font.c (font_open_entity): Cancel previous change.
3069 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
3070
3071 2010-07-13 Eli Zaretskii <eliz@gnu.org>
3072
3073 Remove subprocesses #ifdefs.
3074 * process.c <inhibit_sentinels>: Move to the common part.
3075 (Fwaiting_for_user_input_p): Move to the common part; return nil
3076 if async subprocesses aren't supported.
3077 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
3078 MS-DOS. Remove "#ifdef subprocesses".
3079 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
3080 (gettimeofday): Remove "#ifdef subprocesses".
3081 (wait_without_blocking): Remove function.
3082 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
3083 Remove "#ifdef subprocesses".
3084 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
3085 compiled on MS-DOS.
3086 * callproc.c (Fcall_process) [!MSDOS]: Don't call
3087 wait_for_termination on MS-DOS.
3088 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
3089 initialization of inhibit_sentinels.
3090 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
3091 subprocesses" conditional.
3092 * callproc.c (Fcall_process) [!subprocesses]: Don't call
3093 wait_for_termination, since `buffer' cannot be an integer when
3094 async subprocesses are not supported
3095 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
3096 for ifdefing away the call to Fprocess_status.
3097
3098 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
3099 away the entire body of the function.
3100
3101 2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3102
3103 Remove subprocesses #ifdefs from term.c.
3104 * process.c (add_keyboard_wait_descriptor)
3105 (delete_keyboard_wait_descriptor): Move to common section, do
3106 nothing when subprocesses is not defined.
3107 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
3108 Remove subprocesses #ifdefs.
3109
3110 Convert maybe_fatal to standard C.
3111 * lisp.h (verror): Declare.
3112 * eval.c (verror): New function containing the code from ...
3113 (error): ... this. Call verror.
3114 * term.c (vfatal): New function containing the code from ...
3115 (fatal): ... this. Call vfatal.
3116 (maybe_fatal): Convert to standard C, use variable number of
3117 arguments. Declare as non-return.
3118 (init_tty): Fix maybe_fatal call.
3119
3120 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
3121
3122 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
3123 (_scroll_bar_note_movement): Convert definitions to standard C.
3124 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
3125 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
3126
3127 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
3128
3129 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
3130 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
3131 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
3132 (xaw_jump_callback, xaw_scroll_callback)
3133 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
3134 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
3135 definitions to standard C.
3136 * xmenu.c (menubar_id_to_frame, popup_get_selection)
3137 (popup_activate_callback, popup_deactivate_callback)
3138 (menu_highlight_callback, menubar_selection_callback)
3139 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
3140 (free_frame_menubar, popup_selection_callback, as)
3141 (create_and_show_popup_menu, dialog_selection_callback)
3142 (create_and_show_dialog):
3143 * xfns.c (hack_wm_protocols, x_window):
3144 * xfaces.c (x_update_menu_appearance):
3145 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
3146 (char_to_pixel_size, round_size_to_char, get_wm_shell)
3147 (set_frame_size, update_wm_hints, setup_frame_gcs)
3148 (update_various_frame_slots, update_from_various_frame_slots)
3149 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
3150 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
3151 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
3152
3153 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3154
3155 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
3156
3157 2010-07-12 Eli Zaretskii <eliz@gnu.org>
3158
3159 * process.c (setup_process_coding_systems): Move to the part
3160 shared by non-subprocesses systems, and make its body empty when
3161 subprocesses is not defined.
3162 (close_process_descs): Move to the part shared by non-subprocesses
3163 systems.
3164 (wait_reading_process_output) [!subprocesses]: Convert arg list to
3165 ANSI C.
3166
3167 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3168
3169 * editfns.c (transpose_markers): Convert old-style definition.
3170 * emacs.c (abort, shut_down_emacs, fixup_locale)
3171 (synchronize_system_time_locale)
3172 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
3173 * floatfns.c (extract_float, matherr, init_floatfns)
3174 (syms_of_floatfns): Likewise.
3175 * fns.c (make_hash_table): Likewise.
3176 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
3177 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
3178 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
3179 (ftfont_variation_glyphs): Likewise.
3180 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
3181 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
3182 * lread.c (read_filtered_event): Likewise.
3183 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
3184 * process.c (wait_reading_process_output): Likewise.
3185 * scroll.c (do_line_insertion_deletion_costs): Likewise.
3186 * search.c (search_buffer, boyer_moore): Likewise.
3187 * syntax.c (scan_sexps_forward): Likewise.
3188 * xdisp.c (try_scrolling): Likewise.
3189 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
3190 (face_at_string_position): Likewise.
3191 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
3192 * xselect.c (x_get_window_property, receive_incremental_selection)
3193 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
3194 Likewise.
3195 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
3196
3197 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
3198
3199 * callproc.c (child_setup): Remove subprocesses conditional.
3200 Remove code dealing with SET_EMACS_PRIORITY, unused.
3201
3202 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
3203 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
3204
3205 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
3206 (__do_global_dtors, __main): Use void in definition.
3207 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
3208 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
3209 the only users from ...
3210 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
3211 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
3212 (HAVE_VOLATILE): Remove, unused.
3213
3214 Convert more function definitions to standard C.
3215 * xdisp.c (window_box_edges, handle_single_display_spec)
3216 (display_string): Convert definition to standard C.
3217 * scroll.c (do_direct_scrolling, scrolling_1):
3218 * dispnew.c (allocate_matrices_for_frame_redisplay)
3219 (mirrored_line_dance):
3220 * coding.c (code_convert_string):
3221 * charset.c (map_charset_chars):
3222 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
3223 (Fregister_ccl_program, Fregister_code_conversion_map):
3224 * keyboard.c (kbd_buffer_nr_stored): Likewise.
3225 (head_table): Make static and const.
3226
3227 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3228
3229 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
3230 (PROFILING_LDFLAGS): Set from substitution.
3231 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
3232 CFLAGS last.
3233
3234 2010-07-12 Kenichi Handa <handa@m17n.org>
3235
3236 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
3237 (shortlisp): Likewise.
3238
3239 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
3240
3241 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
3242 of FONT_ENTITY_INDEX.
3243 (Ffont_get): If KEY is :otf and the font-object doesn't have the
3244 property, get the property value dynamically.
3245 (Ffont_put): Accept font-entity and font-object too.
3246 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
3247 return value changed.
3248 (syms_of_font): Adjusted for the above change.
3249
3250 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
3251
3252 * blockinput.h: Remove obsolete comment.
3253
3254 * lisp.h: Include <stddef.h>.
3255 (OFFSETOF): Don't define.
3256 (VECSIZE): Use offsetof instead of OFFSETOF.
3257 (PSEUDOVECSIZE): Likewise.
3258 * process.c (conv_sockaddr_to_lisp): Likewise.
3259 * alloc.c: Don't include <stddef.h>.
3260 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
3261
3262 * process.c: Remove obsolete comment.
3263
3264 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3265
3266 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
3267
3268 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
3269
3270 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
3271 index, rindex.
3272 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
3273 * editfns.c (Fuser_full_name, Fformat): Likewise.
3274 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
3275 * fileio.c (Ffile_symlink_p): Likewise.
3276 * filelock.c (current_lock_owner): Likewise.
3277 * font.c (font_parse_name, font_parse_family_registry): Likewise.
3278 * fontset.c (fontset_pattern_regexp): Likewise.
3279 * lread.c (read1): Likewise.
3280 * sysdep.c (init_system_name): Likewise.
3281 * xfns.c (select_visual): Likewise.
3282 * s/hpux10-20.h (index, rindex): Don't define.
3283 * s/ms-w32.h (index): Likewise.
3284 * s/usg5-4.h: Likewise.
3285
3286 * callproc.c (relocate_fd): Use F_DUPFD if defined.
3287
3288 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
3289 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
3290 (egetenv): Likewise.
3291 * doprnt.c (doprnt): Likewise.
3292 * editfns.c (set_time_zone_rule, format2): Likewise.
3293 * emacs.c (decode_env_path): Likewise.
3294 * eval.c (signal_error, error): Likewise.
3295 * insdel.c (replace_range_2): Likewise.
3296 * keyboard.c (cmd_error_internal): Likewise.
3297 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
3298 * print.c (write_string, write_string_1, print_error_message):
3299 Likewise.
3300 * vm-limit.c (warn_function, memory_warnings): Likewise.
3301 * xdisp.c (message1, message1_nolog, message_with_string)
3302 (vmessage, message, message_nolog): Likewise.
3303 * emacs.c: Remove duplicate declaration.
3304 * keyboard.h: Likewise.
3305 * lisp.h: Update prototypes.
3306
3307 * eval.c: Fix indentation problem.
3308
3309 * keyboard.c: Include "process.h"
3310
3311 * eval.c: Remove obsolete noinline declaration.
3312 * fns.c: Likewise.
3313
3314 2010-07-11 Ken Raeburn <raeburn@raeburn.org>
3315
3316 * doprnt.c (doprnt): Take a va_list argument instead of count and
3317 pointer.
3318 * eval.c (error): Change to a standard-C variadic function.
3319 * xdisp.c (vmessage): Renamed from message, made static, and
3320 changed to take a va_list argument.
3321 (message): New variadic wrapper.
3322 (message_nolog): Now a variadic function, calling vmessage.
3323 * lisp.h: Include stdarg.h for va_list.
3324 (doprnt, error, message, message_nolog): Decls updated.
3325
3326 2010-07-11 Eli Zaretskii <eliz@gnu.org>
3327
3328 * process.c (syms_of_process) <delete-exited-processes>: Define
3329 even if !subprocesses.
3330 (delete_exited_processes): Ditto.
3331
3332 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
3333 (delete_exited_processes): Don't define.
3334
3335 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * frame.c (make_frame): Initialize menu_bar_lines and
3338 tool_bar_lines members.
3339 (make_initial_frame, make_terminal_frame): Initialize
3340 menu_bar_lines using value of menu-bar-mode.
3341
3342 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
3343
3344 2010-07-10 Eli Zaretskii <eliz@gnu.org>
3345
3346 * process.c: Reshuffle #include's. Condition some of the global
3347 and static variables on `subprocesses'.
3348 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
3349 Leave only one implementation.
3350 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
3351 (kill_buffer_processes, Flist_system_processes)
3352 (Fprocess_attributes, init_process, syms_of_process): Unify the
3353 implementations for with subprocesses and without them.
3354
3355 2010-07-09 Jan Djärv <jan.h.d@swipnet.se>
3356
3357 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
3358 correct size for Motif.
3359 (free_frame_menubar): Call x_set_window_size to update frame size.
3360
3361 * xfns.c (x_window): Set borderWidth to 0 for pane and
3362 EmacsFrame. Frame size calculation is wrong otherwise.
3363
3364 2010-07-09 Michael Albinus <michael.albinus@gmx.de>
3365
3366 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
3367 allows to suppress errors when polling in Emacs' main loop.
3368 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
3369 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
3370 (Fdbus_method_error_internal, Fdbus_send_signal)
3371 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
3372 (Fdbus_register_method): Use it. (Bug#6579)
3373
3374 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
3375
3376 * alloc.c: Convert DEFUNs to standard C.
3377 * buffer.c:
3378 * bytecode.c:
3379 * callint.c:
3380 * callproc.c:
3381 * casefiddle.c:
3382 * casetab.c:
3383 * category.c:
3384 * character.c:
3385 * charset.c:
3386 * chartab.c:
3387 * cmds.c:
3388 * coding.c:
3389 * composite.c:
3390 * data.c:
3391 * dbusbind.c:
3392 * dired.c:
3393 * dispnew.c:
3394 * doc.c:
3395 * dosfns.c:
3396 * editfns.c:
3397 * emacs.c:
3398 * eval.c:
3399 * fileio.c:
3400 * filelock.c:
3401 * floatfns.c:
3402 * fns.c:
3403 * font.c:
3404 * fontset.c:
3405 * frame.c:
3406 * fringe.c:
3407 * image.c:
3408 * indent.c:
3409 * insdel.c:
3410 * keyboard.c:
3411 * keymap.c:
3412 * lread.c:
3413 * macros.c:
3414 * marker.c:
3415 * menu.c:
3416 * minibuf.c:
3417 * msdos.c:
3418 * nsfns.m:
3419 * nsmenu.m:
3420 * nsselect.m:
3421 * print.c:
3422 * process.c:
3423 * search.c:
3424 * sound.c:
3425 * syntax.c:
3426 * term.c:
3427 * terminal.c:
3428 * textprop.c:
3429 * undo.c:
3430 * w16select.c:
3431 * w32console.c:
3432 * w32fns.c:
3433 * w32font.c:
3434 * w32menu.c:
3435 * w32proc.c:
3436 * w32select.c:
3437 * window.c:
3438 * xdisp.c:
3439 * xfaces.c:
3440 * xfns.c:
3441 * xmenu.c:
3442 * xselect.c:
3443 * xsettings.c:
3444 * xsmfns.c: Likewise.
3445
3446 2010-07-08 Eli Zaretskii <eliz@gnu.org>
3447
3448 * process.c (kbd_is_on_hold, hold_keyboard_input)
3449 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
3450
3451 2010-07-08 Jan Djärv <jan.h.d@swipnet.se>
3452
3453 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
3454 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
3455 unless USE_LUCID.
3456
3457 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
3458
3459 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
3460 declaration.
3461
3462 Clean up include guards.
3463 * tparam.c: Remove include guards for config.h, string.h and code
3464 that assumes #ifndef emacs.
3465 * termcap.c:
3466 * unexalpha.c:
3467 * sysdep.c:
3468 * filemode.c:
3469 * filelock.c:
3470 * bidi.c: Likewise.
3471
3472 Remove prefix-args.c
3473 * prefix-args.c: Remove file.
3474 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
3475 * Makefile.in (temacs${EXEEXT}): Remove references to
3476 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
3477 (mostlyclean): Remove reference to prefix-args.
3478 (prefix-args): Remove.
3479
3480 Simplify cstart_of_data, start_of_code and related code.
3481 * mem-limits.h: Remove !emacs and _LIBC conditional code.
3482 (start_of_data): Merge into start_of_data function.
3483 * sysdep.c (start_of_text): Remove. Move simplified versions of
3484 it in the only users: unexaix.c and unexec.c.
3485 (read_input_waiting): Remove local declaration of quit_char.
3486 (start, etext): Remove declarations.
3487 (start_of_data): Merge with the version in mem-limits.h and move
3488 to vm-limits.c.
3489 * vm-limit.c (start_of_data): Merged and simplified version of the
3490 code formerly in mem-limits.h and sysdep.c.
3491 * unexec.c (start): New declaration, moved from sysdep.c.
3492 (start_of_text): Simplified version of the code formerly in sysdep.c.
3493 * unexaix.c (start_of_text): Simplified version of the code
3494 formerly in sysdep.c.
3495 * m/alpha.h (HAVE_TEXT_START): Remove.
3496 (TEXT_START): Move ...
3497 * unexalpha.c (TEXT_START): ... here.
3498 * s/hpux10-20.h (TEXT_START): Remove.
3499 * s/darwin.h (TEXT_START):
3500 * m/mips.h (TEXT_START):
3501 * m/macppc.h (HAVE_TEXT_START):
3502 * m/m68k.h (TEXT_START):
3503 * m/iris4d.h (TEXT_START):
3504 * m/intel386.h (TEXT_START):
3505 * m/ibmrs6000.h (TEXT_START):
3506 * m/ia64.h (HAVE_TEXT_START):
3507 * s/msdos.h (TEXT_START): Likewise.
3508
3509 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
3510
3511 * alloc.c (overrun_check_malloc, overrun_check_realloc)
3512 (overrun_check_free, xstrdup, allocate_string)
3513 (allocate_string_data, compact_small_strings, Fmake_string)
3514 (make_unibyte_string, make_multibyte_string)
3515 (make_string_from_bytes, make_specified_string, make_float)
3516 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
3517 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
3518 memcpy, memmove, memset, memcmp.
3519 * atimer.c (start_atimer, set_alarm): Likewise.
3520 * buffer.c (clone_per_buffer_values, report_overlay_modification)
3521 (mmap_realloc, init_buffer_once): Likewise.
3522 * callint.c (Fcall_interactively): Likewise.
3523 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
3524 (getenv_internal_1): Likewise.
3525 * casefiddle.c (casify_object): Likewise.
3526 * ccl.c (ccl_driver): Likewise.
3527 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
3528 * charset.c (load_charset_map_from_file)
3529 (load_charset_map_from_file, load_charset_map_from_vector)
3530 (Fdefine_charset_internal): Likewise.
3531 * cm.c (Wcm_clear): Likewise.
3532 * coding.c (decode_eol, decode_coding_object)
3533 (Fset_coding_system_priority, make_subsidiaries): Likewise.
3534 * data.c (Faset): Likewise.
3535 * dired.c (directory_files_internal, file_name_completion_stat):
3536 Likewise.
3537 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
3538 (clear_glyph_row, copy_row_except_pointers)
3539 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
3540 (save_current_matrix, restore_current_matrix)
3541 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
3542 (mirror_line_dance, scrolling_window): Likewise.
3543 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
3544 Likewise.
3545 * doprnt.c (doprnt): Likewise.
3546 * editfns.c (Fuser_full_name, make_buffer_string_both)
3547 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
3548 * emacs.c (sort_args): Likewise.
3549 * eval.c (Fapply, Ffuncall): Likewise.
3550 * fileio.c (Ffile_name_directory, make_temp_name)
3551 (Fexpand_file_name, search_embedded_absfilename)
3552 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
3553 (auto_save_error): Likewise.
3554 * fns.c (Fstring_equal, Fcopy_sequence, concat)
3555 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
3556 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
3557 (Fmake_hash_table): Likewise.
3558 * fringe.c (Fdefine_fringe_bitmap): Likewise.
3559 * ftfont.c (ftfont_text_extents): Likewise.
3560 * getloadavg.c (getloadavg): Likewise.
3561 * image.c (define_image_type, make_image, make_image_cache)
3562 (x_create_x_image_and_pixmap, xbm_image_p)
3563 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
3564 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
3565 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
3566 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
3567 (tiff_image_p, tiff_read_from_memory, gif_image_p)
3568 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
3569 Likewise.
3570 * indent.c (scan_for_column, compute_motion): Likewise.
3571 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
3572 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
3573 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
3574 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
3575 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
3576 (store_user_signal_events, menu_bar_items, tool_bar_items)
3577 (process_tool_bar_item, append_tool_bar_item)
3578 (read_char_minibuf_menu_prompt, read_key_sequence)
3579 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
3580 Likewise.
3581 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
3582 Likewise.
3583 * lisp.h (STRING_COPYIN): Likewise.
3584 * lread.c (Fload, read1, oblookup): Likewise.
3585 * msdos.c (Frecent_doskeys): Likewise.
3586 * nsfns.m (Fx_create_frame): Likewise.
3587 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
3588 Likewise.
3589 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
3590 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
3591 Likewise.
3592 * nsmenu.m (ns_update_menubar): Likewise.
3593 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
3594 * print.c (print_unwind, printchar, strout, print_string)
3595 (print_error_message): Likewise.
3596 * process.c (conv_lisp_to_sockaddr, set_socket_option)
3597 (Fmake_network_process, Fnetwork_interface_list)
3598 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
3599 (init_process): Likewise.
3600 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
3601 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
3602 Likewise.
3603 * scroll.c (do_scrolling, do_direct_scrolling)
3604 (scrolling_max_lines_saved): Likewise.
3605 * search.c (search_buffer, wordify, Freplace_match): Likewise.
3606 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
3607 * syntax.c (skip_chars, skip_syntaxes): Likewise.
3608 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
3609 (emacs_set_tty): Likewise.
3610 * term.c (encode_terminal_code, calculate_costs)
3611 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
3612 Likewise.
3613 * termcap.c (tgetst1, gobble_line): Likewise.
3614 * termhooks.h (EVENT_INIT): Likewise.
3615 * tparam.c (tparam1): Likewise.
3616 * unexalpha.c (unexec): Likewise.
3617 * unexec.c (write_segment): Likewise.
3618 * unexmacosx.c (unexec_write_zero): Likewise.
3619 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
3620 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
3621 * w32font.c (w32font_list_family, w32font_text_extents)
3622 (w32font_list_internal, w32font_match_internal)
3623 (w32font_open_internal, compute_metrics, Fx_select_font):
3624 Likewise.
3625 * w32menu.c (set_frame_menubar, add_menu_item)
3626 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
3627 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
3628 * w32uniscribe.c (uniscribe_list_family): Likewise.
3629 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
3630 * window.c (make_window, replace_window, set_window_buffer)
3631 (Fsplit_window): Likewise.
3632 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
3633 (add_to_log, message3, x_consider_frame_title)
3634 (append_space_for_newline, extend_face_to_end_of_line)
3635 (decode_mode_spec_coding, init_glyph_string): Likewise.
3636 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
3637 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
3638 (face_attr_equal_p, make_realized_face, make_face_cache)
3639 (free_realized_faces, lookup_named_face, smaller_face)
3640 (face_with_height, lookup_derived_face)
3641 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
3642 (Finternal_set_font_selection_order, realize_default_face)
3643 (compute_char_face, face_at_buffer_position)
3644 (face_for_overlay_string, face_at_string_position, merge_faces):
3645 Likewise.
3646 * xfns.c (xic_create_fontsetname, Fx_create_frame)
3647 (Fx_window_property, x_create_tip_frame)
3648 (Fx_backspace_delete_keys_p): Likewise.
3649 * xfont.c (xfont_list, xfont_match, xfont_list_family)
3650 (xfont_text_extents): Likewise.
3651 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
3652 * xrdb.c (magic_file_p, x_get_resource): Likewise.
3653 * xselect.c (x_queue_event, x_get_window_property)
3654 (receive_incremental_selection): Likewise.
3655 * xsmfns.c (x_session_check_input): Likewise.
3656 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
3657 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
3658 Likewise.
3659 * character.h (BCOPY_SHORT): Removed.
3660 * config.in: Regenerate.
3661 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
3662 * emacs.c (main) [PROFILING]: Don't declare
3663 dump_opcode_frequencies.
3664 * lisp.h (safe_bcopy): Remove declaration.
3665 (memset) [!HAVE_MEMSET]: Declare.
3666 (memcpy) [!HAVE_MEMCPY]: Likewise.
3667 (memmove) [!HAVE_MEMMOVE]: Likewise.
3668 (memcmp) [!HAVE_MEMCMP]: Likewise.
3669 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
3670 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
3671 Don't define.
3672 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
3673 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
3674 (BCOPY_DOWNWARD_SAFE): Don't define.
3675 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
3676 (memcpy) [!HAVE_MEMCPY]: Define.
3677 (memmove) [!HAVE_MEMMOVE]: Define.
3678 (memcmp) [!HAVE_MEMCMP]: Define.
3679
3680 2010-07-07 Jan Djärv <jan.h.d@swipnet.se>
3681
3682 * process.c (kbd_is_on_hold): New variable.
3683 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
3684 New functions.
3685 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
3686 select on empty input mask.
3687 (init_process): Initialize kbd_is_on_hold to 0.
3688
3689 * process.h (hold_keyboard_input, unhold_keyboard_input)
3690 (kbd_on_hold_p): Declare.
3691
3692 * keyboard.c (input_available_signal): Declare.
3693 (kbd_buffer_nr_stored): New function.
3694 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
3695 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
3696 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
3697 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
3698 (tty_read_avail_input): If input is on hold, return.
3699 Don't read more that free slots in kbd_buffer (Bug#6571).
3700
3701 2010-07-07 Eli Zaretskii <eliz@gnu.org>
3702
3703 * msdos.h:
3704 * msdos.c:
3705 * dosfns.c:
3706 * w16select.c: Convert function definitions to ANSI C.
3707
3708 * msdos.h (ctrl_break_func, install_ctrl_break_check):
3709 Remove unused prototypes.
3710
3711 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
3712
3713 * coding.c, sysdep.c: Convert some more functions to standard C.
3714
3715 2010-07-07 Juanma Barranquero <lekktu@gmail.com>
3716
3717 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
3718 (encode_coding_object): Use SPECPDL_INDEX.
3719 (syms_of_coding): Use DOS_NT.
3720
3721 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3722
3723 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
3724
3725 Make the function member of Lisp_Subr use standard C prototypes.
3726 * lisp.h (struct Lisp_Subr): Use a union for the function member.
3727 (DECL_ALIGN): Add a cast for the function.
3728 * eval.c (Feval, Ffuncall): Use the proper type for each type
3729 function call.
3730
3731 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
3734 fringe face id, so face-remapping-alist works (Bug#6091).
3735
3736 2010-07-06 Juanma Barranquero <lekktu@gmail.com>
3737
3738 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
3739 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
3740 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
3741
3742 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
3743
3744 * xterm.c (x_get_keysym_name): Change type of parameter to int.
3745 * lisp.h: Declare x_get_keysym_name.
3746 * keyboard.c (modify_event_symbol): Don't declare
3747 x_get_keysym_name here.
3748
3749 2010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3750
3751 * ecrt0.c: Revert conversion to standard C.
3752
3753 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3754
3755 * vm-limit.c (memory_warnings):
3756 * keyboard.c (modify_event_symbol):
3757 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
3758 (round2, emacs_rint):
3759 * process.c (send_process, old_sigpipe): Convert function
3760 definitions and declarations to standard C.
3761
3762 2010-07-05 Juanma Barranquero <lekktu@gmail.com>
3763
3764 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
3765 * xdisp.c: Convert function definitions to standard C.
3766
3767 * cm.c (cmputc): Arg C is now int, not char.
3768 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
3769
3770 2010-07-05 James Cloos <cloos@jhcloos.com>
3771
3772 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
3773
3774 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
3775 _NET_WM_ICON_NAME atoms.
3776
3777 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
3778 and _NET_WM_ICON_NAME properties, too, matching what is
3779 done in the Gtk+ case.
3780
3781 2010-07-05 Jan Djärv <jan.h.d@swipnet.se>
3782
3783 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
3784
3785 * xsmfns.c (SSDATA): New macro.
3786 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
3787 passed to strlen/strcpy/strcat.
3788 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
3789 7:th arg to XChangeProperty to (unsigned char *).
3790
3791 * xsettings.c (something_changedCB, parse_settings)
3792 (apply_xft_settings): Reformat prototype.
3793 (something_changedCB, init_gconf): Remove unused variable i.
3794 (read_settings): Remove unused variable long_len.
3795
3796 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
3797 (xg_get_image_for_pixmap, create_dialog)
3798 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
3799 (menuitem_highlight_callback, make_menu_item)
3800 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
3801 (xg_create_scroll_bar, xg_update_scrollbar_pos)
3802 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
3803 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
3804 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
3805 (xg_tool_bar_item_expose_callback): Reformat prototype.
3806 (xg_update_menubar): GList *group => GSList *group.
3807 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
3808 before use.
3809 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
3810 to GTK_IMAGE (wimage).
3811
3812 2010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
3813
3814 * atimer.c: Use "" instead of <> for local includes for
3815 consistency with the rest of the code.
3816
3817 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
3818 * xrdb.c (get_system_name):
3819 * window.c (shrink_windows):
3820 * syntax.c (forw_comment):
3821 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
3822 (ins_del_costs):
3823 * mem-limits.h (start_of_data):
3824 * lread.c (readevalloop):
3825 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
3826 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
3827 * frame.c (x_get_focus_frame):
3828 * floatfns.c (fmod_float):
3829 * fileio.c (choose_write_coding_system):
3830 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
3831 (malloc_initialize_hook, sort_args, synchronize_locale):
3832 * doprnt.c (doprnt):
3833 * dired.c (compile_pattern):
3834 * data.c (fmod_float):
3835 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
3836 (map_char_table_for_charset):
3837 * charset.c (define_charset_internal):
3838 * alloc.c (Fgarbage_collect): Convert declarations or definitions
3839 to standard C.
3840
3841 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3842 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * lread.c (read1): Fix up last change to not mess up `c'.
3845
3846 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3847
3848 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
3849
3850 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3851
3852 Fix prototypes.
3853
3854 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
3855 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
3856 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
3857 arg, as required by internal_condition_case_1.
3858 * print.c (strout): Use const char* for arg PTR.
3859 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
3860 (analyse_first): Fix "const const".
3861 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
3862 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
3863 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
3864
3865 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
3866
3867 * alloc.c: Convert function definitions to standard C.
3868 * atimer.c:
3869 * bidi.c:
3870 * bytecode.c:
3871 * callint.c:
3872 * callproc.c:
3873 * casefiddle.c:
3874 * casetab.c:
3875 * category.c:
3876 * ccl.c:
3877 * character.c:
3878 * charset.c:
3879 * chartab.c:
3880 * cmds.c:
3881 * coding.c:
3882 * composite.c:
3883 * data.c:
3884 * dbusbind.c:
3885 * dired.c:
3886 * dispnew.c:
3887 * doc.c:
3888 * doprnt.c:
3889 * ecrt0.c:
3890 * editfns.c:
3891 * fileio.c:
3892 * filelock.c:
3893 * filemode.c:
3894 * fns.c:
3895 * font.c:
3896 * fontset.c:
3897 * frame.c:
3898 * fringe.c:
3899 * ftfont.c:
3900 * ftxfont.c:
3901 * gtkutil.c:
3902 * indent.c:
3903 * insdel.c:
3904 * intervals.c:
3905 * keymap.c:
3906 * lread.c:
3907 * macros.c:
3908 * marker.c:
3909 * md5.c:
3910 * menu.c:
3911 * minibuf.c:
3912 * prefix-args.c:
3913 * print.c:
3914 * ralloc.c:
3915 * regex.c:
3916 * region-cache.c:
3917 * scroll.c:
3918 * search.c:
3919 * sound.c:
3920 * strftime.c:
3921 * syntax.c:
3922 * sysdep.c:
3923 * termcap.c:
3924 * terminal.c:
3925 * terminfo.c:
3926 * textprop.c:
3927 * tparam.c:
3928 * undo.c:
3929 * unexelf.c:
3930 * window.c:
3931 * xfaces.c:
3932 * xfns.c:
3933 * xfont.c:
3934 * xftfont.c:
3935 * xgselect.c:
3936 * xmenu.c:
3937 * xrdb.c:
3938 * xselect.c:
3939 * xsettings.c:
3940 * xsmfns.c:
3941 * xterm.c: Likewise.
3942
3943 2010-07-03 Eli Zaretskii <eliz@gnu.org>
3944
3945 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
3946 frames other than the initial one. Fix reversal of colors when
3947 `reverse' is specified in the frame parameters. Call
3948 update_face_from_frame_parameter instead of
3949 internal-set-lisp-face-attribute. Initialize screen colors from
3950 initial_screen_colors[] when f->default_face_done_p is zero,
3951 instead of depending on being called with default-frame-alist as
3952 the alist argument.
3953
3954 * xfaces.c (update_face_from_frame_parameter): Move out of
3955 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
3956 with HAVE_WINDOW_SYSTEM.
3957
3958 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
3959 to menu-bar-mode, if not set in the frame parameters or in
3960 default-frame-alist.
3961
3962 * w32console.c (sys_tputs): Adjust argument list to prototype in
3963 term.c.
3964
3965 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
3966
3967 * lisp.h (memory_warnings): Fix prototype.
3968
3969 * cm.h (evalcost): Fix prototype.
3970
3971 * cm.c (evalcost): Fix arg type.
3972
3973 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3974
3975 * term.c (term_clear_mouse_face, Fidentity):
3976 * syssignal.h (signal_handler_t):
3977 * lisp.h (memory_warnings):
3978 * coding.h (preferred_coding_system):
3979 * cm.h (evalcost):
3980 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
3981
3982 2010-07-02 Eli Zaretskii <eliz@gnu.org>
3983
3984 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
3985 from prototypes.
3986
3987 * msdos.h (load_pixmap): Don't define away.
3988
3989 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3990
3991 * lisp.h:
3992 * atimer.h: Remove define for P_.
3993
3994 * alloc.c: Remove __P and P_ from .c and .m files.
3995 * atimer.c:
3996 * buffer.c:
3997 * callint.c:
3998 * category.c:
3999 * charset.c:
4000 * chartab.c:
4001 * cm.c:
4002 * coding.c:
4003 * composite.c:
4004 * data.c:
4005 * dired.c:
4006 * dispnew.c:
4007 * doc.c:
4008 * editfns.c:
4009 * emacs.c:
4010 * eval.c:
4011 * fileio.c:
4012 * filelock.c:
4013 * fns.c:
4014 * font.c:
4015 * fontset.c:
4016 * frame.c:
4017 * ftfont.c:
4018 * ftxfont.c:
4019 * gmalloc.c:
4020 * gtkutil.c:
4021 * image.c:
4022 * indent.c:
4023 * intervals.c:
4024 * keyboard.c:
4025 * keymap.c:
4026 * lread.c:
4027 * marker.c:
4028 * menu.c:
4029 * minibuf.c:
4030 * print.c:
4031 * process.c:
4032 * scroll.c:
4033 * search.c:
4034 * sound.c:
4035 * strftime.c:
4036 * syntax.c:
4037 * sysdep.c:
4038 * term.c:
4039 * terminal.c:
4040 * textprop.c:
4041 * unexalpha.c:
4042 * w32console.c:
4043 * w32fns.c:
4044 * w32font.c:
4045 * w32menu.c:
4046 * w32term.c:
4047 * w32uniscribe.c:
4048 * window.c:
4049 * xdisp.c:
4050 * xfaces.c:
4051 * xfns.c:
4052 * xfont.c:
4053 * xftfont.c:
4054 * xmenu.c:
4055 * xselect.c:
4056 * xterm.c: Likewise.
4057
4058 Remove P_ and __P macros.
4059 * atimer.h: Remove P_ and __P macros.
4060 * buffer.h:
4061 * category.h:
4062 * ccl.h:
4063 * character.h:
4064 * charset.h:
4065 * cm.h:
4066 * coding.h:
4067 * composite.h:
4068 * dispextern.h:
4069 * disptab.h:
4070 * dosfns.h:
4071 * font.h:
4072 * fontset.h:
4073 * frame.h:
4074 * gtkutil.h:
4075 * indent.h:
4076 * intervals.h:
4077 * keyboard.h:
4078 * keymap.h:
4079 * lisp.h:
4080 * macros.h:
4081 * md5.h:
4082 * menu.h:
4083 * msdos.h:
4084 * nsterm.h:
4085 * puresize.h:
4086 * region-cache.h:
4087 * syntax.h:
4088 * syssignal.h:
4089 * systime.h:
4090 * termhooks.h:
4091 * w32font.h:
4092 * w32term.h:
4093 * widget.h:
4094 * window.h:
4095 * xgselect.h:
4096 * xsettings.h:
4097 * xterm.h: Likewise.
4098
4099 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4100
4101 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
4102
4103 Cleanup old code.
4104 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
4105 * syssignal.h: Remove code for Lynx, not supported anymore.
4106 * vm-limit.c: Remove unused code the depends on emacs not being
4107 defined and NO_LIM_DATA being defined.
4108 * mem-limits.h: Remove dead code.
4109
4110 2010-07-01 Jan Djärv <jan.h.d@swipnet.se>
4111
4112 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
4113
4114 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
4115 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
4116
4117 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
4118 parameters, they are already absolute.
4119
4120 * nsterm.m (x_set_window_size, initFrameFromEmacs):
4121 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
4122
4123 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
4124
4125 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
4126 Update FRAME_TOOLBAR_HEIGHT.
4127
4128 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
4129 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
4130
4131 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
4134 check default-frame-alist.
4135
4136 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
4137
4138 * process.c (create_process): Avoid using invalid file descriptors.
4139
4140 * callproc.c (child_setup): Avoid closing a file descriptor twice.
4141
4142 2010-06-30 Jan Djärv <jan.h.d@swipnet.se>
4143
4144 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
4145 Improve documentation. Return font regardless of use_system_font.
4146 (syms_of_xsettings): Improve documentation for font-use-system-font.
4147
4148 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
4149
4150 * xfaces.c (realize_face): Garbage the frame if a face is removed
4151 (Bug#6593).
4152
4153 2010-07-05 Andreas Schwab <schwab@linux-m68k.org>
4154
4155 * keyboard.c: Remove duplicate <setjmp.h>.
4156 (read_key_sequence): Remove volatile qualifiers.
4157
4158 2010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4159
4160 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
4161 (struct glyph_row): New members left_fringe_offset and
4162 right_fringe_offset.
4163
4164 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
4165 specially.
4166 * w32term.c (w32_draw_fringe_bitmap): Likewise.
4167 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
4168
4169 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
4170 Take account of bitmap offset.
4171 (draw_window_fringes): Take account of window vscroll.
4172 (update_window_fringes): Likewise. Extend top-aligned top indicator
4173 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
4174 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
4175 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
4176
4177 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
4178
4179 * w32fns.c (Qtooltip): Declare.
4180 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
4181
4182 2010-07-03 Jan Djärv <jan.h.d@swipnet.se>
4183
4184 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
4185 grab on just Press (Bug#6499).
4186
4187 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
4188
4189 * frame.c (Qtooltip): New var.
4190 (delete_frame): Use it. Fix faulty if statement. Don't update
4191 mode line for tooltip frames. Suggested by Martin Rudalics.
4192
4193 * xfns.c (x_create_tip_frame):
4194 * w32fns.c (x_create_tip_frame): Use it.
4195
4196 2010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
4197
4198 * xftfont.c (xftfont_open): Check font width one by one also when
4199 spacing is dual.
4200
4201 * ftfont.c (ftfont_open): Ditto.
4202
4203 2010-06-30 Glenn Morris <rgm@gnu.org>
4204
4205 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
4206
4207 * Makefile.in (CANNOT_DUMP): Update for configure name change.
4208
4209 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
4210 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
4211 * s/darwin.h (SYSTEM_MALLOC):
4212 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
4213
4214 2010-06-29 Jan Djärv <jan.h.d@swipnet.se>
4215
4216 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
4217 (ns_get_screen): Don't assign integer to f.
4218 (Fx_display_color_cells): Declarations before statements.
4219
4220 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4221
4222 * xfns.c (x_default_font_parameter): Remove got_from_system
4223 (Bug#6526).
4224
4225 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
4226 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
4227 defines based on what configure finds.
4228
4229 * xterm.c (XTflash): Use gtk_widget_get_window.
4230 (xg_scroll_callback): Use gtk_adjustment_get_upper and
4231 gtk_adjustment_get_page_size.
4232 (handle_one_xevent): Use gtk_widget_get_mapped.
4233 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
4234 messages.
4235
4236 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
4237
4238 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
4239 HAVE_GTK_FILE_SELECTION_NEW.
4240
4241 * gtkutil.c (xg_display_open, xg_display_close): Remove
4242 HAVE_GTK_MULTIDISPLAY, it is always defined.
4243 (xg_display_open): Return type is void.
4244 (gtk_widget_set_has_window)
4245 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
4246 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
4247 (gtk_adjustment_set_page_increment)
4248 (gtk_adjustment_get_step_increment): #define these if not found
4249 by configure.
4250 (remove_submenu): New define based on Gtk+ version.
4251 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
4252 gtk_widget_get_window.
4253 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
4254 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
4255 (create_dialog): Use gtk_dialog_get_action_area and
4256 gtk_dialog_get_content_area.
4257 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
4258 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
4259 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
4260 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
4261 g_object_ref and g_object_unref.
4262 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
4263 gtk_widget_get_sensitive.
4264 (xg_update_submenu): Use remove_submenu.
4265 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
4266 properties instead to get old x and y position.
4267 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
4268 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
4269 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
4270 (xg_get_tool_bar_widgets): New function.
4271 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
4272 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
4273 (toolbar_set_orientation): New #define based on if configure
4274 finds gtk_orientable_set_orientation.
4275 (xg_create_tool_bar): Call toolbar_set_orientation.
4276 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
4277 instead of gtk_box_pack_start_defaults.
4278
4279 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * cmds.c (Fdelete_backward_char): Move into Lisp.
4282
4283 2010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
4284
4285 * s/freebsd.h (BSD4_2): Remove redundant definition.
4286 bsd-common.h defines it already.
4287
4288 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
4291 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
4292 tool-bar-mode, which are now set using these X resources at
4293 startup, to determine the defaults (Bug#2249).
4294
4295 * w32fns.c (Fx_create_frame):
4296 * nsfns.m (Fx_create_frame): Likewise.
4297
4298 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
4299
4300 2010-06-24 Juanma Barranquero <lekktu@gmail.com>
4301
4302 * gtkutil.c (xg_update_scrollbar_pos):
4303 Avoid C99 mid-block variable declaration.
4304
4305 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
4306
4307 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
4308
4309 * gtkutil.h (xg_show_scroll_bar): Remove.
4310
4311 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
4312 if height is less than scroll bar min size.
4313 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
4314
4315 * xfns.c (x_default_font_parameter): Try to open font from system
4316 before using it (bug#6478). Rename got_from_gconf to got_from_system.
4317
4318 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
4319
4320 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
4321
4322 2010-06-20 Eli Zaretskii <eliz@gnu.org>
4323
4324 * xdisp.c (try_scrolling): When scroll-conservatively is set to
4325 most-positive-fixnum, be extra accurate when scrolling window
4326 start, to avoid missing the cursor line.
4327
4328 2010-06-19 Eli Zaretskii <eliz@gnu.org>
4329
4330 * xdisp.c (try_scrolling): Compute the limit for searching point
4331 in forward scroll from scroll_max, instead of an arbitrary limit
4332 of 10 screen lines. See
4333 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
4334 and
4335 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
4336 for details.
4337
4338 2010-06-16 Glenn Morris <rgm@gnu.org>
4339
4340 * editfns.c (Fbyte_to_string): Pacify compiler.
4341
4342 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * lread.c (read1): Phase out old-style backquotes a bit more.
4345
4346 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4347
4348 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
4349 bidimirror.h.
4350
4351 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
4352
4353 * bidi.c (bidi_initialize): Remove explicit initialization of
4354 bidi_type_table; include biditype.h instead. Don't support
4355 entries whose second codepoint is zero. Initialize bidi_mirror_table.
4356 (bidi_mirror_char): Use bidi_mirror_table.
4357
4358 * biditype.h: New file.
4359
4360 * bidimirror.h: New file.
4361
4362 * window.c (syms_of_window): Doc fix (bug#6409).
4363
4364 2010-06-12 Romain Francoise <romain@orebokech.com>
4365
4366 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
4367 ediff-hook.
4368
4369 2010-06-10 Glenn Morris <rgm@gnu.org>
4370
4371 * editfns.c (Fbyte_to_string): Pacify compiler.
4372
4373 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
4374
4375 2010-06-26 Andreas Schwab <schwab@linux-m68k.org>
4376
4377 * alloc.c (Fmake_byte_code): Don't access undefined argument
4378 (Bug#6517).
4379
4380 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
4381
4382 * xdisp.c (next_element_from_image): Ensure that after-strings are
4383 read the next time we hit handle_stop (Bug#1336).
4384
4385 2010-06-23 Andreas Schwab <schwab@linux-m68k.org>
4386
4387 * lread.c (read1): Signal error if #s is not followed by paren.
4388
4389 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4390
4391 * image.c (free_image): Mark frame as garbaged (Bug#6426).
4392
4393 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
4394
4395 2010-06-15 Glenn Morris <rgm@gnu.org>
4396
4397 * editfns.c (Fbyte_to_string): Pacify compiler.
4398
4399 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
4402 Check `object's type before accessing its guts.
4403
4404 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4405
4406 * s/usg5-4.h: Fix previous change.
4407 Suggested by Lawrence Mitchell <wence@gmx.li>
4408
4409 2010-06-08 Andreas Schwab <schwab@linux-m68k.org>
4410
4411 * minibuf.c (Fall_completions): Add more checks.
4412
4413 2010-06-08 Juanma Barranquero <lekktu@gmail.com>
4414
4415 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
4416
4417 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
4418
4419 * lread.c (X_OK): Remove, unused.
4420
4421 * dispnew.c: Remove obsolete comment.
4422
4423 Remove INCLUDED_FCNTL.
4424 * xterm.c (INCLUDED_FCNTL):
4425 * callproc.c (INCLUDED_FCNTL):
4426 * alloc.c (INCLUDED_FCNTL):
4427 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
4428 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
4429
4430 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4431
4432 * window.c (Fselect_window): Move `record_buffer' up to the
4433 beginning of this function, so the buffer gets recorded
4434 even if the selected window does not change.
4435 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
4436
4437 2010-06-07 Juanma Barranquero <lekktu@gmail.com>
4438
4439 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
4440 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
4441
4442 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
4443
4444 Remove BSTRING related code, all platforms define it.
4445 * s/usg5-4.h (BSTRING): Remove definition.
4446 * s/template.h (BSTRING):
4447 * s/msdos.h (BSTRING):
4448 * s/ms-w32.h (BSTRING):
4449 * s/hpux10-20.h (BSTRING):
4450 * s/gnu-linux.h (BSTRING):
4451 * s/darwin.h (BSTRING):
4452 * s/cygwin.h (BSTRING):
4453 * s/bsd-common.h (BSTRING):
4454 * s/aix4-2.h (BSTRING): Likewise.
4455 * sysdep.c: Remove code depending on BSTRING not being defined.
4456
4457 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4458
4459 Remove obsolete macro BASE_LEADING_CODE_P.
4460 * character.h (BASE_LEADING_CODE_P): Remove.
4461 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
4462 * buffer.c (Fset_buffer_multibyte):
4463 * indent.c (scan_for_column, compute_motion):
4464 * insdel.c (count_combining_before, count_combining_after):
4465 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
4466
4467 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4468
4469 Turn `directory-sep-char' into a noop.
4470
4471 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
4472 (DIRECTORY_SEP): Define unconditionally.
4473
4474 * s/ms-w32.h (DIRECTORY_SEP): Remove.
4475
4476 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
4477 call dostounix_filename directly.
4478
4479 * fileio.c (CORRECT_DIR_SEPS): Remove.
4480 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
4481 (Fsubstitute_in_file_name): Use dostounix_filename instead.
4482 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
4483 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
4484
4485 * w32proc.c (CORRECT_DIR_SEPS): Remove.
4486 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
4487
4488 2010-06-03 Andreas Schwab <schwab@linux-m68k.org>
4489
4490 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
4491 (Bug#6346)
4492
4493 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4494
4495 * ccl.c (Fccl_program_p): Fix typo in docstring.
4496
4497 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4498
4499 Move UNEXEC definition to autoconf.
4500 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
4501 * s/sol2-10.h (UNEXEC):
4502 * s/irix6-5.h (UNEXEC):
4503 * s/hpux10-20.h (UNEXEC):
4504 * s/gnu-linux.h (UNEXEC):
4505 * s/darwin.h (UNEXEC):
4506 * s/cygwin.h (UNEXEC):
4507 * s/bsd-common.h (UNEXEC):
4508 * s/aix4-2.h (UNEXEC):
4509 * m/alpha.h (UNEXEC): Likewise.
4510 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
4511
4512 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4513
4514 Remove obsolete pre-unicode2 macros.
4515 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
4516 * composite.c (composition_reseat_it):
4517 * data.c (Faset):
4518 * fns.c (Ffillarray):
4519 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
4520 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
4521
4522 2010-06-03 Juri Linkov <juri@jurta.org>
4523
4524 * buffer.c (Fother_buffer): Add CHECK_FRAME.
4525 (Fswitch_to_buffer): Remove unused variable `err'.
4526
4527 2010-06-03 Glenn Morris <rgm@gnu.org>
4528
4529 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
4530
4531 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
4532 now that AH_BOTTOM does it.
4533
4534 * m/hp800.h (HAVE_ALLOCA):
4535 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
4536
4537 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
4538 Remove NOT_C_CODE tests, it is always true now.
4539
4540 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4541
4542 Fix config.h includes.
4543 * xsettings.c:
4544 * xgselect.c:
4545 * nsterm.m:
4546 * nsselect.m:
4547 * nsimage.m:
4548 * nsfont.m:
4549 * nsfns.m:
4550 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
4551 other files do.
4552
4553 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
4554
4555 * s/sol2-6.h: Remove obsolete comments.
4556
4557 Remove unnecessary alloca.h includes.
4558 * keymap.c: Do not include alloca.h, config.h does that.
4559 * sysdep.c: Likewise. Do not define fwrite, not used.
4560
4561 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4562
4563 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
4564 the HAVE_TERMIO where it belongs (bug#6149).
4565
4566 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
4569 of bug#6305).
4570
4571 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4572
4573 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
4574 state is always cached (bug#6306).
4575
4576 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4577
4578 Fix cursor motion in bidi-reordered continued lines.
4579 * xdisp.c (try_cursor_movement): Backup to non-continuation line
4580 only after finding point's row. Fix the logic. Rewrite the loop
4581 over continuation lines in bidi-reordered buffers. Return
4582 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
4583 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
4584
4585 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4586
4587 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
4588
4589 2010-05-28 Kenichi Handa <handa@m17n.org>
4590
4591 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
4592 Don't sheck SPEC if it is nil.
4593 (font_list_entities): Call font_delete_unmatched if
4594 Vface_ignored_fonts is non-nil. (Bug#6287)
4595
4596 2010-05-28 Glenn Morris <rgm@gnu.org>
4597
4598 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
4599
4600 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4601
4602 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
4603 whether to trash.
4604 (internal_delete_file, Frename_file): Callers changed.
4605 (delete_by_moving_to_trash): Doc fix.
4606 (Fdelete_directory_internal): Don't move to trash.
4607
4608 * callproc.c (delete_temp_file):
4609 * buffer.c (Fkill_buffer): Callers changed.
4610
4611 * lisp.h: Update prototype.
4612
4613 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4614
4615 * xdisp.c (redisplay_window): After redisplay, check if point is
4616 still valid before setting it (Bug#6177).
4617
4618 2010-05-27 Glenn Morris <rgm@gnu.org>
4619
4620 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
4621 Convert comments to Makefile format.
4622
4623 * Makefile.in (bootstrap-clean): No more Makefile.c.
4624
4625 2010-05-26 Glenn Morris <rgm@gnu.org>
4626
4627 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
4628 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
4629
4630 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4631 Remove.
4632 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4633
4634 2010-05-26 Kenichi Handa <handa@m17n.org>
4635
4636 * composite.c (composition_compute_stop_pos): Fix condition for
4637 backward scanning.
4638
4639 2010-05-25 Glenn Morris <rgm@gnu.org>
4640
4641 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4642 Move before TEMACS_LDFLAGS.
4643 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4644 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4645
4646 * Makefile.in (NOT_C_CODE): No longer define.
4647 (config.h): No longer include.
4648
4649 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
4650 variables it may reference.
4651
4652 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4653 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
4654
4655 2010-05-25 Kenichi Handa <handa@m17n.org>
4656
4657 * dispextern.h (struct composition_it): New members rule_idx and
4658 charpos.
4659
4660 * xdisp.c (set_iterator_to_next): While scanning backward, assume
4661 that the character positions of IT point the last character of the
4662 current grapheme cluster.
4663 (next_element_from_composition): Don't change character positions
4664 of IT.
4665 (append_composite_glyph): Set glyph->charpos to
4666 it->cmp_it.charpos.
4667
4668 * composite.c (autocmp_chars): Change the first argument to RULE,
4669 and try composition with RULE only.
4670 (composition_compute_stop_pos): Record the index number of the
4671 composition rule in CMP_IT->rule_idx.
4672 (composition_reseat_it): Call autocmp_chars repeatedly until the
4673 correct rule of the composition is found.
4674 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
4675 is at the last character of the current grapheme cluster when
4676 CMP_IT->reversed_p is nonzero.
4677
4678 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * editfns.c (Fbyte_to_string): New function.
4681
4682 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * process.c (Fmake_network_process): Set :host to nil if it's not used.
4685 Suggested by Masatake YAMATO <yamato@redhat.com>.
4686
4687 2010-05-23 Eli Zaretskii <eliz@gnu.org>
4688
4689 * dispextern.h (init_iterator): Sync prototype with changed definition.
4690
4691 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4692
4693 * s/netbsd.h: If terminfo is found, use it in preference to
4694 termcap. (Bug#6190) [Backport from trunk]
4695
4696 2010-05-19 Eli Zaretskii <eliz@gnu.org>
4697
4698 Redesign and reimplement bidi-aware edge positions of glyph rows.
4699
4700 * dispextern.h (struct glyph_row): New members minpos and maxpos.
4701 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
4702 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
4703 and maxpos members instead of start.pos and end.pos, respectively.
4704
4705 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
4706 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
4707 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
4708 (try_window_reusing_current_matrix, try_window_id):
4709 Use ROW->minpos rather than ROW->start.pos.
4710 (init_from_display_pos, init_iterator): Use EMACS_INT for
4711 character and byte positions.
4712 (find_row_edges): Rename from find_row_end. Accept additional
4713 arguments for minimum and maximum buffer positions seen by
4714 display_line for this row. Don't use iterator to find the
4715 position following the maximum one; instead, increment the
4716 position found by display_line directly. Fix logic; eol_pos
4717 should be tested before the rest. Handle the case of characters
4718 delivered from display vector (bug#6036). Fix tests related to
4719 it->method. Handle the truncated_on_right_p rows.
4720 (RECORD_MAX_MIN_POS): New macro.
4721 (display_line): Use it to record the minimum and maximum buffer
4722 positions for glyphs in the row being assembled. Record the
4723 position of the newline that terminates the line. If word wrap is
4724 in effect, restore minimum and maximum positions seen up to the
4725 wrap point, when iterator returns to it.
4726 (try_window_reusing_current_matrix): Give up if in bidi-reordered
4727 row and cursor not already at point. Restore original pre-bidi
4728 code for unidirectional buffers.
4729
4730 * dispnew.c (increment_row_positions, check_matrix_invariants):
4731 Increment and check row->start.pos and row->end.pos, in addition
4732 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
4733
4734 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
4735 Display truncated_on_left_p and truncated_on_right_p flags.
4736 Formatting fixes.
4737 (pmtxrows): Display the ordinal number of each row. Don't display
4738 rows beyond the last one.
4739
4740 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
4741 it is not copied by bidi_copy_it.
4742
4743 2010-05-22 Eli Zaretskii <eliz@gnu.org>
4744
4745 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
4746 (Bug#6237)
4747
4748 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4749
4750 * image.c (Fimage_flush): Rename from image-refresh.
4751
4752 2010-05-21 Chong Yidong <cyd@stupidchicken.com>
4753
4754 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
4755 just one window.
4756
4757 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
4758 (clear_image_cache): If the number of cached images is unusually
4759 large, decrease the cache eviction delay (Bug#6230).
4760
4761 2010-05-21 Glenn Morris <rgm@gnu.org>
4762
4763 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
4764 Move these rules to ns.mk.
4765 * ns.mk: New file.
4766
4767 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
4768
4769 * Makefile.in (CANNOT_DUMP): New, set by configure.
4770 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
4771
4772 2010-05-20 Juri Linkov <juri@jurta.org>
4773
4774 * fileio.c (Fdelete_file): Change interative spec to use
4775 `read-file-name' like in `find-file-read-args' where the default
4776 value is `default-directory' instead of `buffer-file-name'.
4777 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
4778
4779 2010-05-20 Kevin Ryde <user42@zip.com.au>
4780
4781 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
4782 (Voverriding_terminal_local_map, Vsystem_key_alist)
4783 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
4784
4785 2010-05-20 Glenn Morris <rgm@gnu.org>
4786
4787 * Makefile.in (DEPDIR): New constant.
4788 (DEPFLAGS): Set with configure, not cpp.
4789 (MKDEPDIR): New, set by configure.
4790 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
4791 (clean): Use $DEPDIR.
4792 (deps_frag): Include from configure.
4793 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
4794 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
4795
4796 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
4797 reallocation of the cache. (Bug#6210)
4798
4799 2010-05-19 Glenn Morris <rgm@gnu.org>
4800
4801 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
4802
4803 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
4804 (GNULIB_VAR): Remove.
4805 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
4806
4807 * m/ibms390x.h (LINKER):
4808 * m/macppc.h (LINKER) [GNU_LINUX]:
4809 * s/aix4-2.h (ORDINARY_LINK):
4810 * s/cygwin.h (LINKER):
4811 * s/darwin.h (ORDINARY_LINK):
4812 * s/gnu.h (ORDINARY_LINK):
4813 * s/netbsd.h (LINKER):
4814 * s/usg5-4.h (ORDINARY_LINK):
4815 Move to configure.
4816
4817 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
4818
4819 2010-05-18 Chong Yidong <cyd@stupidchicken.com>
4820
4821 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
4822 prevent stack overflow if number of arguments is too large
4823 (Bug#6214).
4824
4825 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
4826
4827 * charset.c (load_charset_map_from_file): Don't call close after fclose.
4828
4829 2010-05-18 Glenn Morris <rgm@gnu.org>
4830
4831 * s/gnu-linux.h: Combine two conditionals.
4832
4833 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
4834 $(POST_ALLOC_OBJ).
4835
4836 * Makefile.in (RALLOC_OBJ): New, set by configure.
4837 (rallocobj): Replace with the previous variable.
4838 (otherobj): Use $RALLOC_OBJ.
4839
4840 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
4841 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
4842
4843 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
4844 (gmallocobj, vmlimitobj): Replace with previous two variables.
4845 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
4846
4847 2010-05-17 Glenn Morris <rgm@gnu.org>
4848
4849 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
4850 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
4851
4852 2010-05-16 Glenn Morris <rgm@gnu.org>
4853
4854 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
4855
4856 * Makefile.in (clean): Get rid of HAVE_NS conditional.
4857
4858 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
4859 trailing "/".
4860
4861 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
4862 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
4863
4864 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
4865 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
4866 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
4867 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
4868 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
4869
4870 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
4871 Remove ${STARTFLAGS}, nothing ever sets it.
4872
4873 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4874
4875 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
4876
4877 2010-05-16 Glenn Morris <rgm@gnu.org>
4878
4879 * Makefile.in (LIBX_BASE): Always define.
4880
4881 * Makefile.in (LIBX_OTHER): Move out of cpp section.
4882
4883 * Makefile.in (LIBXT): Always define.
4884
4885 2010-05-15 Glenn Morris <rgm@gnu.org>
4886
4887 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
4888
4889 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
4890 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
4891
4892 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4893
4894 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
4895 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
4896
4897 * emacs.c (main): Initialize initial-environment and
4898 process-environment before generating from env, not after.
4899
4900 Handle --version reasonably in CANNOT_DUMP configuration.
4901 * emacs.c (emacs_version, emacs_copyright): New string variables.
4902 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
4903 (syms_of_emacs): Defvar them, and initialize them from the C
4904 string variables.
4905 (main): If initialization hasn't been done, print initial version
4906 info from the C strings, instead of starting an interactive session.
4907
4908 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4909
4910 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
4911 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
4912 (bidi_paragraph_init): Remove redundant assertion that we are at
4913 the beginning of a line after call to bidi_find_paragraph_start.
4914
4915 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
4916 (syms_of_xdisp): Defsubr it.
4917
4918 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
4919
4920 * Makefile.in: Fix MSDOS-related comments.
4921
4922 2010-05-15 Glenn Morris <rgm@gnu.org>
4923
4924 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
4925 (really-lwlib, really-oldXMenu): Always define.
4926 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
4927
4928 * Makefile.in: Simplify cpp conditional.
4929
4930 * Makefile.in (${ns_appdir}): Simplify using umask.
4931
4932 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
4933
4934 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 * eval.c (specbind): Remove left-over duplicate test.
4937 Disallow let-binding frame-local vars. Add comment.
4938
4939 2010-05-14 Eli Zaretskii <eliz@gnu.org>
4940
4941 Make the cache of bidi iterator states dynamically allocated.
4942 * bidi.c (bidi_cache_shrink): New function.
4943 (bidi_init_it): Call it.
4944 (bidi_cache_iterator_state): Enlarge the cache if needed.
4945
4946 * bidi.c (bidi_move_to_visually_next): Rename from
4947 bidi_get_next_char_visually. All callers changed.
4948
4949 2010-05-14 Kenichi Handa <handa@m17n.org>
4950
4951 * dispextern.h (struct composition_it): New member reversed_p.
4952
4953 * composite.c (composition_compute_stop_pos): Search backward if
4954 ENDPOS < CHARPOS.
4955 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
4956 Set CMP_IT->reversed_p.
4957 (composition_update_it): Pay attention to CMP_IT->reversed_p.
4958
4959 * xdisp.c (set_iterator_to_next):
4960 Call composition_compute_stop_pos with negative ENDPOS if we are
4961 scanning backward. Call composition_compute_stop_pos if scan
4962 direction is changed.
4963 (next_element_from_buffer): Call composition_compute_stop_pos with
4964 negative ENDPOS if we are scanning backward.
4965 (next_element_from_composition): Pay attention to
4966 IT->cmp_it.reversed_p.
4967
4968 2010-05-14 Kenichi Handa <handa@m17n.org>
4969
4970 * font.c (font_range): Return the range for the font found at first.
4971
4972 2010-05-14 Glenn Morris <rgm@gnu.org>
4973
4974 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
4975
4976 * Makefile.in (mktime, X11, register): Move undefs to configure.
4977
4978 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4979 (MSDOS_X_OBJ): New variable.
4980 (MSDOS_SUPPORT_REAL): New constant.
4981 (MSDOS_SUPPORT): Set as a variable, not with cpp.
4982 (obj): Use MSDOS_X_OBJ.
4983 (lisp): Use MSDOS_SUPPORT as a variable.
4984
4985 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
4986 (GPM_MOUSE_SUPPORT): Now it's a constant.
4987 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
4988 not cpp.
4989
4990 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
4991 (ns_appresdir): Remove, unused.
4992
4993 * Makefile.in (SHELL): Move outside cpp section.
4994
4995 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
4996
4997 2010-05-13 Glenn Morris <rgm@gnu.org>
4998
4999 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
5000 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
5001
5002 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
5003 HAVE_WINDOW_SYSTEM must be too.
5004
5005 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
5006 (lisp): Remove WINNT_SUPPORT.
5007
5008 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
5009 Let configure set these variables (to empty) in this case as well.
5010
5011 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
5012 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
5013
5014 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
5015 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
5016 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
5017 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
5018 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
5019 the values output by configure.
5020 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
5021
5022 2010-05-12 Glenn Morris <rgm@gnu.org>
5023
5024 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
5025 (LINKER_WAS_SPECIFIED): Remove.
5026
5027 * Makefile.in (LIB_GCC): Set using configure, not cpp.
5028 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
5029 * m/arm.h (LIB_GCC) [GNU_LINUX]:
5030 * s/cygwin.h (LIB_GCC):
5031 * s/freebsd.h (LIB_GCC):
5032 * s/gnu-linux.h (LIB_GCC):
5033 * s/msdos.h (LIB_GCC):
5034 * s/netbsd.h (LIB_GCC):
5035 Move to configure.
5036
5037 2010-05-11 Karel Klic <kklic@redhat.com>
5038
5039 * ftfont.c: Fix incorrect parentheses of #if condition for
5040 definining M17N_FLT_USE_NEW_FEATURE.
5041
5042 2010-05-11 Glenn Morris <rgm@gnu.org>
5043
5044 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
5045 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
5046
5047 2010-05-10 Eli Zaretskii <eliz@gnu.org>
5048
5049 * xdisp.c (init_iterator): Don't turn on bidi reordering in
5050 unibyte buffers. See
5051 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
5052
5053 2010-05-10 Glenn Morris <rgm@gnu.org>
5054
5055 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
5056 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
5057 (LIBES): Use LIBS_SYSTEM as a variable.
5058 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
5059 * s/aix4-2.h (LIBS_SYSTEM):
5060 * s/freebsd.h (LIBS_SYSTEM):
5061 * s/hpux10-20.h (LIBS_SYSTEM):
5062 * s/sol2-6.h (LIBS_SYSTEM):
5063 * s/unixware.h (LIBS_SYSTEM):
5064 Move to configure.
5065
5066 * s/aix4-2.h (MAIL_USE_LOCKF):
5067 * s/bsd-common.h (MAIL_USE_FLOCK):
5068 * s/darwin.h (MAIL_USE_FLOCK):
5069 * s/gnu-linux.h (MAIL_USE_FLOCK):
5070 * s/irix6-5.h (MAIL_USE_FLOCK):
5071 * s/template.h (MAIL_USE_FLOCK):
5072 Move to configure.
5073
5074 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5075
5076 * Version 23.2 released.
5077
5078 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5079
5080 * composite.c (autocmp_chars): Save point as marker before calling
5081 auto-composition-function (Bug#5984).
5082
5083 * lisp.h (restore_point_unwind): Add prototype.
5084
5085 * fileio.c (restore_point_unwind): Remove static attribute.
5086
5087 2010-05-08 Kenichi Handa <handa@m17n.org>
5088
5089 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
5090 new feature of libotf and m17n-flt.
5091 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
5092 Call OTF_check_features even if no specific feature is given.
5093 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
5094 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
5095 that OUT is NULL. Use OTF_drive_gsub_with_log and
5096 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
5097 OTF_drive_gpos.
5098 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
5099 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
5100 Setup mflt_enable_new_feature and mflt_try_otf.
5101
5102 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
5103
5104 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
5105
5106 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
5107 box and toolbar (Bug #6139).
5108 (xg_create_tool_bar): Remove comment (Bug #6139).
5109 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
5110 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
5111
5112 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5113
5114 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
5115 Update dependencies.
5116
5117 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5118
5119 * fringe.c (update_window_fringes): Set up truncation bitmaps for
5120 R2L lines.
5121
5122 2010-05-08 Glenn Morris <rgm@gnu.org>
5123
5124 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
5125
5126 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
5127 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
5128 (termcapobj): Replace with TERMCAP_OBJ.
5129 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
5130 (LIBES): Use LIBS_TERMCAP as a variable.
5131
5132 * s/freebsd.h (osreldate.h): No longer include, since this file
5133 does not use __FreeBSD_version any more.
5134
5135 * s/aix4-2.h (TERMINFO):
5136 * s/cygwin.h (TERMINFO):
5137 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
5138 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
5139 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
5140 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
5141 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
5142 * s/irix6-5.h (TERMINFO):
5143 * s/netbsd.h (LIBS_TERMCAP):
5144 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
5145 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
5146 * s/usg5-4.h (TERMINFO):
5147 Move to configure.
5148
5149 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * eval.c (unbind_to): Don't unbind a local binding into the global
5152 binding when the local binding disappeared. Inversely, don't unbind
5153 a global binding into a newly created local binding.
5154 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
5155 can specify the frame to use, when applicable. Adjust callers.
5156
5157 2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
5158 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
5161
5162 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5163
5164 * w32fns.c: Include w32.h.
5165 (Fw32_shell_execute): Decode the error message before passing it
5166 to `error'. (Bug#6126)
5167
5168 * msdos.c (dos_set_window_size):
5169 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
5170 instead of `XSYMBOL (foo)->value'.
5171
5172 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5173
5174 Fix the MS-DOS build, broken by autoconfiscation.
5175
5176 * Makefile.in: Don't use Make-style comments past the "start of
5177 cpp stuff" line.
5178 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
5179
5180 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
5181 edited directly by msdos/sed1v2.inp).
5182
5183 2010-05-07 Glenn Morris <rgm@gnu.org>
5184
5185 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
5186 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
5187 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
5188 move out of cpp section.
5189 * s/freebsd.h (LD_SWITCH_SYSTEM):
5190 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
5191 * s/netbsd.h (LD_SWITCH_SYSTEM):
5192 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
5193
5194 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5195
5196 Define LIB_STANDARD and START_FILES using autoconf.
5197 * s/usg5-4.h (LIB_STANDARD):
5198 * s/netbsd.h (START_FILES):
5199 * s/irix6-5.h (LIB_STANDARD):
5200 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
5201 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
5202 * s/freebsd.h (START_FILES):
5203 * s/darwin.h (START_FILES):
5204 * s/cygwin.h (START_FILES):
5205 * s/aix4-2.h (LIB_STANDARD):
5206 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
5207 * Makefile.in (STARTFILES): Rename to START_FILES, define using
5208 autoconf, not cpp.
5209
5210 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
5211
5212 Remove NEED_BSDTTY and NEED_UNISTD_H.
5213 * s/hpux10-20.h (NEED_BSDTTY): Remove.
5214 * s/aix4-2.h (NEED_UNISTD_H): Remove.
5215 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
5216 <sys/ptyio.h> and <unistd.h>.
5217
5218 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
5219
5220 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
5221 * s/gnu.h (START_FILES): Remove empty definition.
5222
5223 2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
5224
5225 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
5226
5227 2010-05-06 Glenn Morris <rgm@gnu.org>
5228
5229 * Makefile.in (CPP, LN_S): Remove unused variables.
5230
5231 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
5234
5235 2010-05-05 Lawrence Mitchell <wence@gmx.li>
5236
5237 * m/sparc.h: Fix typo in earlier change.
5238
5239 2010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5240
5241 Misc tweaks.
5242 * eval.c (Fdefvaralias): Remove unintended nested if.
5243 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
5244
5245 2010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
5246
5247 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
5248
5249 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5250
5251 Remove BSD_PGRPS.
5252 * s/bsd-common.h (BSD_PGRPS): Remove undef.
5253 * s/gnu-linux.h (BSD_PGRPS): Remove.
5254 * term.c (dissociate_if_controlling_tty):
5255 * sysdep.c (narrow_foreground_group, widen_foreground_group)
5256 (init_sys_modes, reset_sys_modes):
5257 * emacs.c (main):
5258 * callproc.c (Fcall_process, child_setup): Remove code depending
5259 on BSD_PGRPS.
5260
5261 Remove POSIX_SIGNALS.
5262 * s/usg5-4.h (POSIX_SIGNALS):
5263 * s/netbsd.h (POSIX_SIGNALS):
5264 * s/msdos.h (POSIX_SIGNALS):
5265 * s/ms-w32.h (POSIX_SIGNALS):
5266 * s/hpux11.h (POSIX_SIGNALS):
5267 * s/gnu.h (POSIX_SIGNALS):
5268 * s/gnu-linux.h (POSIX_SIGNALS):
5269 * s/freebsd.h (POSIX_SIGNALS):
5270 * s/darwin.h (POSIX_SIGNALS):
5271 * s/cygwin.h (POSIX_SIGNALS):
5272 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
5273 * s/unixware.h:
5274 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
5275 * process.c (create_process):
5276 * syssignal.h:
5277 * sysdep.c (wait_for_termination, init_signals):
5278 * process.c (create_process):
5279 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
5280 remove all code that assumes the contrary.
5281
5282 2010-05-04 Glenn Morris <rgm@gnu.org>
5283
5284 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
5285 variable.
5286 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
5287 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
5288 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
5289 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
5290 LD_SWITCH_SYSTEM_tmp.
5291 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
5292 New variables, set by configure.
5293
5294 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
5295 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
5296 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
5297 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
5298 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
5299
5300 * s/aix4-2.h (C_SWITCH_SYSTEM):
5301 * m/alpha.h (C_SWITCH_MACHINE):
5302 Move to configure.in.
5303 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
5304 New variables, set by configure.
5305 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
5306 $c_switch_machine and $c_switch_system.
5307
5308 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5309
5310 * s/hpux10-20.h (LIB_STANDARD): New definition.
5311 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
5312 on it, not used anymore.
5313
5314 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5315
5316 * eval.c (internal_condition_case_n): Rename from
5317 internal_condition_case_2.
5318 (internal_condition_case_2): New function.
5319
5320 * xdisp.c (safe_call): Use internal_condition_case_n.
5321
5322 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
5323 (internal_delete_file, Frename_file): Callers changed.
5324
5325 * buffer.c (Fkill_buffer):
5326 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
5327
5328 * lisp.h: Update prototypes.
5329
5330 2010-05-03 Glenn Morris <rgm@gnu.org>
5331
5332 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
5333 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
5334 (LIBXT): Set with configure, not cpp.
5335 (LIBX): Remove.
5336 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
5337
5338 2010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5339
5340 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
5341 The FreeBSD is not needed, the default works, Solaris version is
5342 not needed, and the remaining case is not supported by configure.
5343
5344 2010-05-02 Jan Djärv <jan.h.d@swipnet.se>
5345
5346 * xsmfns.c (CHDIR_OPT): New define.
5347 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
5348 restarting emacs.
5349
5350 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
5351 shut_down_emacs.
5352
5353 * emacs.c (USAGE1): Mention --chdir.
5354 (main): Handle --chdir.
5355 (standard_args): Add --chdir.
5356 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
5357 #5552).
5358
5359 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5360
5361 Remove LD_SWITCH_MACHINE.
5362 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
5363 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
5364
5365 Clean up IRIX code.
5366 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
5367 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
5368
5369 Clean up AIX code.
5370 * m/ibmrs6000.inp: Remove file, unused.
5371 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
5372 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
5373 definition ...
5374 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
5375
5376 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
5377 unused.
5378
5379 2010-05-01 Eli Zaretskii <eliz@gnu.org>
5380
5381 Emulate POSIX_SIGNALS on MS-Windows.
5382
5383 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
5384 (SIG_SETMASK, SIG_UNBLOCK): Define.
5385
5386 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
5387 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
5388 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
5389
5390 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
5391 New stubs.
5392
5393 Miscellaneous fixes of bidi display.
5394
5395 * xdisp.c (find_row_end): New function, refactored from display_line.
5396 (display_line): Use it.
5397 (extend_face_to_end_of_line): In almost-filled rows, extend only
5398 if the row is R2L and not continued.
5399 (display_line): Fix prepending of truncation glyphs to R2L rows.
5400 Preserve overlay and string info in row->end.
5401 (insert_left_trunc_glyphs): Support addition of left truncation
5402 glyphs to R2L rows.
5403 (set_cursor_from_row): Don't place cursor on the vertical border
5404 glyph between adjacent windows. Fix a crash when a display string
5405 is continued to the next line. Don't return zero if cursor was
5406 found by `cursor' property of a display string.
5407 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
5408 test for that explicitly.
5409
5410 2010-05-01 Glenn Morris <rgm@gnu.org>
5411
5412 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
5413 for clarity.
5414 (OTHER_OBJ): Remove.
5415 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
5416 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
5417
5418 2010-05-01 Karel Klíč <kklic@redhat.com>
5419
5420 * fileio.c (Ffile_selinux_context): Context functions may return null.
5421
5422 2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
5423
5424 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
5425
5426 2010-04-30 Glenn Morris <rgm@gnu.org>
5427
5428 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
5429 (OTHER_OBJ): Define as a separate variable, for clarity.
5430
5431 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
5432
5433 * xsettings.c: include limits.h and update file comment.
5434
5435 2010-04-30 Glenn Morris <rgm@gnu.org>
5436
5437 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
5438 Set with configure, not cpp.
5439 (LIBW): Remove, replace with $TOOLKIT_LIBW.
5440
5441 * Makefile.in (mallocobj): Remove.
5442 (otherobj): Simplify using @OTHER_OBJ@.
5443
5444 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
5445 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
5446 Don't bother making nsgui.h dependency platform-specific.
5447
5448 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
5449
5450 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * process.c (read_process_output, exec_sentinel): Don't burp if the
5453 sentinel/filter kills the current buffer (bug#6060).
5454
5455 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
5456 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
5457 Remove unused var `args'.
5458 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
5459 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
5460 * doc.c (store_function_docstring): Use XSETCAR.
5461
5462 2010-04-28 Glenn Morris <rgm@gnu.org>
5463
5464 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
5465 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
5466
5467 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
5468
5469 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
5470 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
5471
5472 * Makefile.in (FONT_OBJ): New, set by configure.
5473 (FONT_DRIVERS): Use $FONT_OBJ.
5474
5475 * Makefile.in (LIBXMU): Set with configure, not cpp.
5476 * s/aix4-2.h (LIBXMU):
5477 * s/hpux10-20.h (LIBXMU):
5478 Remove definition, now set in configure.
5479
5480 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
5481
5482 * m/amdx86-64.h [i386]: Move this test to configure.in.
5483
5484 2010-04-27 Glenn Morris <rgm@gnu.org>
5485
5486 * Makefile.in (LIBXTR6): Set with configure, not cpp.
5487 * s/unixware.h (NEED_LIBW): Remove definition.
5488
5489 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
5490 (TOOLKIT_LIBW): New, set by configure.
5491 (@X_TOOLKIT_TYPE@): No longer define it.
5492
5493 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
5494 (MOTIF_LIBW): Set with configure, not cpp.
5495 * s/aix4-2.h (LIB_MOTIF):
5496 * s/gnu-linux.h (LIB_MOTIF):
5497 * s/unixware.h (LIB_MOTIF): Move to configure.in.
5498
5499 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5500
5501 Reduce CPP usage.
5502 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
5503 (obj): Use autoconf for unexec instead of cpp.
5504 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
5505 definitions and undefs. Inline definitions in the only user.
5506 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
5507
5508 2010-04-27 Glenn Morris <rgm@gnu.org>
5509
5510 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
5511 since the defaults (set by the system file) are fine in most cases.
5512 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
5513 * m/ibms390x.h (START_FILES, LIB_STANDARD):
5514 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
5515 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
5516 Remove definitions, since they are set correctly in s/gnu-linux.h.
5517 * s/freebsd.h (START_FILES, LIB_STANDARD):
5518 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
5519 * s/hpux10-20.h (START_FILES):
5520 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
5521 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
5522
5523 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
5524 (MOTIF_LIBW): Use $LIBXP.
5525 (otherobj): Use $WIDGET_OBJ.
5526
5527 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
5528
5529 * Makefile.in (LIBS_MACHINE): Remove, unused.
5530
5531 Use autoconf instead of cpp for LIB_MATH.
5532 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
5533 * s/cygwin.h (LIB_MATH): Likewise.
5534 * Makefile.in (LIB_MATH): Do not define with cpp.
5535 (LIBES): Use autoconf for LIB_MATH.
5536
5537 2010-04-26 Kenichi Handa <handa@m17n.org>
5538
5539 * composite.c (Ffind_composition_internal): Fix the return value
5540 for an automatic composition.
5541
5542 2010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5543
5544 Remove all NO_ARG_ARRAY uses.
5545 * fns.c (concat2, concat3, nconc2):
5546 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
5547 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
5548 * m/xtensa.h (NO_ARG_ARRAY):
5549 * m/template.h (NO_ARG_ARRAY):
5550 * m/sparc.h (NO_ARG_ARRAY):
5551 * m/sh3.h (NO_ARG_ARRAY):
5552 * m/mips.h (NO_ARG_ARRAY):
5553 * m/macppc.h (NO_ARG_ARRAY):
5554 * m/iris4d.h (NO_ARG_ARRAY):
5555 * m/intel386.h (NO_ARG_ARRAY):
5556 * m/ibms390x.h (NO_ARG_ARRAY):
5557 * m/ibms390.h (NO_ARG_ARRAY):
5558 * m/ibmrs6000.h (NO_ARG_ARRAY):
5559 * m/ia64.h (NO_ARG_ARRAY):
5560 * m/hp800.h (NO_ARG_ARRAY):
5561 * m/arm.h (NO_ARG_ARRAY):
5562 * m/amdx86-64.h (NO_ARG_ARRAY):
5563 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
5564
5565 2010-04-25 Eli Zaretskii <eliz@gnu.org>
5566
5567 * xdisp.c (display_line): Don't assume 2nd call to
5568 get_next_display_element cannot return zero. (Bug#6030)
5569 (iterate_out_of_display_property): New function, body from pop_it.
5570 (pop_it): Use it.
5571
5572 2010-04-24 Glenn Morris <rgm@gnu.org>
5573
5574 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
5575 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
5576 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
5577 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
5578
5579 2010-04-24 Eli Zaretskii <eliz@gnu.org>
5580
5581 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
5582 use `get_next_display_element' and `set_iterator_to_next' to
5583 advance to the next character, when looking for the character that
5584 begins the next row.
5585
5586 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
5587 definition of "struct Lisp_Symbol".
5588
5589 2010-04-24 Glenn Morris <rgm@gnu.org>
5590
5591 * Makefile.in (CRT_DIR): New variable, set by configure.
5592 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
5593 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
5594
5595 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5596
5597 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
5598
5599 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
5600
5601 Remove redundant flags.
5602 * s/freebsd.h (C_SWITCH_SYSTEM):
5603 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
5604 * s/netbsd.h (C_SWITCH_SYSTEM):
5605 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
5606 of these.
5607
5608 Simplify m/intel386.h.
5609 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
5610 user: ecrt0.c.
5611 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
5612 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
5613 the only user: s/unixware.h.
5614 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
5615 from m/intel386.h.
5616 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
5617 moved here from m/intel386.h.
5618
5619 * m/mips.h: Remove #if 0 code.
5620
5621 2010-04-23 Eli Zaretskii <eliz@gnu.org>
5622
5623 Fix display of composed characters from L2R scripts in bidi buffers.
5624 * xdisp.c (set_iterator_to_next, next_element_from_composition):
5625 After advancing IT past the composition, resync the bidi iterator
5626 with IT's position. (Bug#5977)
5627
5628 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5629
5630 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
5631 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
5632
5633 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5634
5635 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
5636
5637 2010-04-23 Eli Zaretskii <eliz@gnu.org>
5638
5639 Support `display' text properties and overlay strings in bidi buffers.
5640 * xdisp.c (pop_it): When the stack is popped after displaying
5641 from a string, bidi-iterate to exit from the text portion covered
5642 by the `display' property or overlay. (Bug#5988, bug#5920)
5643
5644 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5645
5646 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
5647 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
5648
5649 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
5650 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
5651
5652 Simplify STARTFILES definition.
5653 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
5654 relying on Makefile.in to define it.
5655 * s/cygwin.h (START_FILES): Likewise.
5656 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
5657
5658 Clean up Solaris code.
5659 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
5660 (LIB_MOTIF): Remove, configure takes care of this.
5661 (NOT_USING_MOTIF): Remove, unused.
5662 * xrdb.c: Remove #if 0-ed #include.
5663 (SYSV): Remove conditional for old SysV.
5664 * sysdep.c (closedir): Remove conditional code for Solaris,
5665 Solaris has closedir.
5666
5667 2010-04-22 Jan Djärv <jan.h.d@swipnet.se>
5668
5669 * xsettings.c (read_and_apply_settings): Check if current_font is
5670 NULL before strcmp (Bug#6001).
5671
5672 2010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
5673
5674 Clean up HP-UX files.
5675 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
5676 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
5677 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
5678 * s/hpux10-20.h: ... to the only user, here.
5679
5680 2010-04-21 Eli Zaretskii <eliz@gnu.org>
5681
5682 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
5683 use buffer-local values of paragraph-start and paragraph-separate.
5684 <paragraph_start_re, paragraph_separate_re>: Rename from
5685 fallback_paragraph_start_re and fallback_paragraph_separate_re.
5686 (Bug#5992)
5687
5688 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5689
5690 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
5691 current_tool_bar_style are new.
5692 (store_config_changed_event): Rename from store_font_changed_event.
5693 (XSETTINGS_TOOL_BAR_STYLE): New define.
5694 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
5695 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
5696 HAVE_XFT.
5697 (something_changedCB): store_font_changed_event is now
5698 store_config_changed_event.
5699 (parse_settings): Rename from parse_xft_settings. Read
5700 non-xft xsettings outside #ifdef HAVE_XFT.
5701 (read_settings): Renamed from read_xft_settings.
5702 (apply_xft_settings): Take current settings as parameter. Do not
5703 call read_(xft)_settings.
5704 (read_and_apply_settings): New function.
5705 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
5706 read_and_apply_settings if there are settings to be read.
5707 (init_xsettings): Renamed from init_xfd_settings.
5708 Call read_and_apply_settings unconditionally.
5709 (xsettings_initialize): Call init_xsettings.
5710 (Ftool_bar_get_system_style): New function.
5711 (syms_of_xsettings): Define Qmonospace_font_name and
5712 Qtool_bar_style. Initialize current_tool_bar_style to nil.
5713 defsubr Stool_bar_get_system_style. Fprovide on
5714 dynamic-setting.
5715 Move misplaced HAVE_GCONF
5716
5717 * xsettings.h (Ftool_bar_get_system_style): Declare.
5718
5719 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
5720 Qtext, Qboth, Qboth_horiz are new.
5721 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
5722 Vtool_bar_style, tool_bar_max_label_size.
5723
5724 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
5725
5726 * keyboard.c: QClabel is new.
5727 (parse_tool_bar_item): Take out QClabel from tool bar items.
5728 Try to construct a label if ther is no QClabel.
5729 (syms_of_keyboard): Intern :label as QClabel.
5730
5731 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
5732 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
5733 New.
5734
5735 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
5736 dynamic-setting.el.
5737
5738 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
5739 (xg_make_tool_item, xg_show_toolbar_item): New function.
5740 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
5741 Call xg_make_tool_item to make a tool bar item.
5742 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
5743
5744 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
5745 into account for toolbars.
5746
5747 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5748
5749 * data.c (make_blv): Declarations before code (Bug#5993).
5750
5751 2010-04-21 Glenn Morris <rgm@gnu.org>
5752
5753 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
5754 Define using autoconf, not cpp.
5755 (LIBXSM): New variable, set by autoconf.
5756 (LIBXT): Use $LIBXSM.
5757
5758 2010-04-21 Dan Nicolaescu <local_user@dannlt>
5759
5760 Remove NOMULTIPLEJOBS, unused.
5761 * s/template.h (NOMULTIPLEJOBS):
5762 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
5763
5764 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
5765 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
5766 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
5767 detects -znocombreloc and passes it to the linker
5768 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
5769
5770 2010-04-21 Glenn Morris <rgm@gnu.org>
5771
5772 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
5773
5774 2010-04-21 Karel Klíč <kklic@redhat.com>
5775
5776 * Makefile.in (LIBSELINUX_LIBS): New.
5777 (LIBES): Add $LIBSELINUX_LIBS.
5778 * eval.c, lisp.h (call7): New function.
5779 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
5780 (Ffile_selinux_context, Fset_file_selinux_context):
5781 New functions.
5782 (Fcopy_file): New parameter preserve-selinux-context.
5783 (Frename_file): Preserve selinux context when renaming by copy-file.
5784
5785 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
5786 Eli Zaretskii <eliz@gnu.org>
5787
5788 Don't depend on cm.c or termcap.c on Windows, use stubs.
5789 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
5790 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
5791 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
5792 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
5793 (sys_tputs, sys_tgetstr): New stubs.
5794 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
5795 (tputs, tgetstr): New; define to sys_*.
5796
5797 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5798
5799 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
5800
5801 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
5804 Just signal a warning rather than an error when inside a let.
5805 (Fmake_variable_frame_local): Add the same test.
5806
5807 * font.c (syms_of_font): Make the style table vars read-only.
5808
5809 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
5810 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
5811
5812 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
5813
5814 2010-04-20 Eli Zaretskii <eliz@gnu.org>
5815
5816 Fix R2L paragraph display on TTY.
5817
5818 * xdisp.c (unproduce_glyphs): New function.
5819 (display_line): Use it when produced glyphs are discarded from R2L
5820 glyph rows.
5821 (append_composite_glyph): In R2L rows, prepend the glyph rather
5822 than appending it.
5823
5824 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
5825 rather than append it. Set up the resolved_level and bidi_type
5826 attributes of the appended glyph.
5827 (produce_special_glyphs): Mirror the backslash continuation
5828 character in R2L lines.
5829
5830 Implement display of R2L paragraphs in GUI sessions.
5831
5832 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
5833 append_stretch_glyph.
5834 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
5835 off-by-one error in computing x at end of text in the row.
5836 (append_stretch_glyph): In reversed row, prepend the glyph rather
5837 than append it. Set resolved_level and bidi_type of the glyph.
5838 (extend_face_to_end_of_line): If the row is reversed, prepend a
5839 stretch glyph whose width is such that the rightmost glyph will be
5840 drawn at the right margin of the window. Fix off-by-one error on
5841 TTY frames in testing whether a line needs face extension. Fix
5842 face extension at ZV. If this is the last glyph row, use
5843 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
5844 region face.
5845 (set_cursor_from_row, display_line): Use
5846 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
5847 row->continuation_lines_width.
5848 (next_element_from_buffer): Don't call bidi_paragraph_init if we
5849 are at ZV. Fixes a crash when reseated to ZV by
5850 try_window_reusing_current_matrix.
5851 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
5852 which happens with R2L glyph rows. Fixes a crash when inserting a
5853 character at end of an R2L line.
5854 (set_cursor_from_row): Don't be fooled by truncated rows: don't
5855 treat them as having zero-width characters. Improve comments.
5856 Don't reverse pos_before and pos_after for reversed glyph rows.
5857 Set cursor.x to negative value when the cursor might be on the
5858 left fringe.
5859 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
5860 left fringe, not the right one.
5861 (notice_overwritten_cursor, draw_phys_cursor_glyph)
5862 (erase_phys_cursor): For reversed cursor_row, support cursor on
5863 the left fringe.
5864
5865 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
5866 of continuation indicators on the fringes.
5867 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
5868 left fringe.
5869
5870 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
5871 draw cursor on the left fringe.
5872
5873 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
5874 cursor on the left fringe.
5875
5876 * dispnew.c (update_text_area): Handle reversed desired rows when
5877 the cursor is on the left fringe.
5878 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
5879 below, not by 0, for when the cursor is on the left fringe.
5880
5881 2010-04-20 Jan Djärv <jan.h.d@swipnet.se>
5882
5883 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
5884 widget is a scrollbar.
5885
5886 2010-04-20 Kenichi Handa <handa@m17n.org>
5887
5888 * charset.c (char_charset): Consider Vcharset_non_preferred_head
5889 only when the arg CHARSET_LIST is nil.
5890
5891 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 Make variable forwarding explicit rather the using special values.
5894 Basically, this makes the structure of buffer-local values and object
5895 forwarding explicit in the type of Lisp_Symbols rather than use
5896 special Lisp_Objects for that. This tends to lead to slightly more
5897 verbose code, but is more C-like, simpler, and makes it easier to make
5898 sure we handled all cases, among other things by letting the compiler
5899 help us check it.
5900 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
5901 Removing forwarding objects.
5902 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
5903 (struct Lisp_Symbol): Make the various forms of variable-forwarding
5904 explicit rather than hiding them inside Lisp_Object "values".
5905 (XFWDTYPE): New macro.
5906 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
5907 (XBUFFER_LOCAL_VALUE): Remove.
5908 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
5909 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
5910 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
5911 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
5912 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
5913 Remove the Lisp_Misc_* header.
5914 (struct Lisp_Buffer_Local_Value): Redefine.
5915 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
5916 (struct Lisp_Misc_Any): Add filler to get the right size.
5917 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
5918 Lisp_Intfwd.
5919 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
5920 (DEFVAR_KBOARD): Allocate a forwarding object.
5921 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
5922 (let_shadows_global_binding_p): New function.
5923 (union Lisp_Val_Fwd): New type.
5924 (make_blv): New function.
5925 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
5926 (store_symval_forwarding, swap_in_global_binding, Fboundp)
5927 (swap_in_symval_forwarding, find_symbol_value, Fset)
5928 (let_shadows_buffer_binding_p, set_internal, default_value)
5929 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
5930 (Fkill_local_variable, Fmake_variable_frame_local)
5931 (Flocal_variable_p, Flocal_variable_if_set_p)
5932 (Fvariable_binding_locus):
5933 * xdisp.c (select_frame_for_redisplay):
5934 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
5935 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
5936 * frame.c (store_frame_param):
5937 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
5938 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
5939 value structure.
5940 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
5941 (clone_per_buffer_values): Only adjust markers into the current buffer.
5942 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
5943 (Fbuffer_local_value, set_buffer_internal_1)
5944 (swap_out_buffer_local_variables):
5945 Adapt to the new symbol value structure.
5946 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
5947 (defvar_per_buffer): Take a new arg for the fwd object.
5948 (buffer_lisp_local_variables): Return a proper alist (different fix
5949 for bug#4138).
5950 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
5951 (Fgarbage_collect): Don't handle buffer_defaults specially.
5952 (mark_object): Handle new symbol value structure rather than the old
5953 special Lisp_Misc_* objects.
5954 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
5955 * term.c (set_tty_color_mode):
5956 * bidi.c (bidi_initialize): Don't access the ->value field directly.
5957 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
5958 a buffer_local_flags.
5959 * print.c (print_object): Get rid of impossible forwarding objects.
5960
5961 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5962
5963 * bidi.c (bidi_get_type, bidi_get_category)
5964 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
5965 (bidi_type_of_next_char, bidi_level_of_next_char):
5966 Declare static. Use `INLINE' rather than `inline'.
5967
5968 2010-04-19 Juanma Barranquero <lekktu@gmail.com>
5969
5970 * dired.c (Ffile_attributes): Fix typo in docstring.
5971
5972 2010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5973
5974 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
5975 NSInteger (Bug#5811).
5976
5977 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5978
5979 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
5980 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
5981
5982 2010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5983
5984 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
5985
5986 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
5987
5988 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
5989 terminal frames (Bug#5837).
5990
5991 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5992
5993 * .gdbinit (xsubchartable): New command.
5994
5995 2010-04-19 Eli Zaretskii <eliz@gnu.org>
5996
5997 * xdisp.c (display_line): Don't write beyond the last glyph row in
5998 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
5999 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
6000 and
6001 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
6002
6003 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * alloc.c (Fpurecopy): Hash-cons if requested.
6006 (syms_of_alloc): Update purify-flag docstring.
6007
6008 2010-04-18 Jan Djärv <jan.h.d@swipnet.se>
6009
6010 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
6011 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
6012
6013 2010-04-17 Eli Zaretskii <eliz@gnu.org>
6014
6015 Fix a crash when an NSM character is inserted at BEGV.
6016
6017 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
6018 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
6019 NEUTRAL_B or UNKNOWN_BT.
6020
6021 2010-04-16 Eli Zaretskii <eliz@gnu.org>
6022
6023 * xdisp.c (set_cursor_from_row): Don't consider possibility of
6024 other rows with cursor unless they are different from this row and
6025 this row is part of a continued line. (Bug#5943)
6026
6027 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6028
6029 * s/freebsd.h: Restore osreldate.h include.
6030 Suggested by Naohiro Aota.
6031
6032 2010-04-16 Jan Djärv <jan.h.d@swipnet.se>
6033
6034 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
6035
6036 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
6037
6038 * s/cygwin.h: Avoid linking against static libgcc.
6039
6040 2010-04-15 Juri Linkov <juri@jurta.org>
6041
6042 * window.c: Add Qscroll_command.
6043 Remove Vscroll_preserve_screen_position_commands.
6044 (window_scroll_pixel_based, window_scroll_line_based): Check the
6045 `scroll-command' property on the last command instead of searching
6046 the last command in Vscroll_preserve_screen_position_commands.
6047 (syms_of_window): Initialize and staticpro `Qscroll_command'.
6048 Put Qscroll_command property on Qscroll_up and Qscroll_down.
6049 (scroll-preserve-screen-position): Doc fix.
6050 (Vscroll_preserve_screen_position_commands): Remove variable.
6051
6052 2010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6053
6054 * xdisp.c (message): Do not use NO_ARG_ARRAY.
6055
6056 2010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
6057
6058 Reduce cpp use in Makefile.in.
6059 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
6060 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
6061 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
6062 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
6063 (CRT0_COMPILE): Remove, inline it in the only user.
6064
6065 2010-04-14 Juri Linkov <juri@jurta.org>
6066
6067 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
6068 `scroll-up-command' and `M-v' from `scroll-down' to
6069 `scroll-down-command'.
6070
6071 2010-04-14 Juri Linkov <juri@jurta.org>
6072
6073 * window.c (Vscroll_preserve_screen_position_commands): New variable
6074 with the default value as the list of Qscroll_down and Qscroll_up.
6075 (window_scroll_pixel_based, window_scroll_line_based): Search the
6076 last command in the list Vscroll_preserve_screen_position_commands
6077 instead of comparing with Qscroll_up and Qscroll_down.
6078
6079 2010-04-13 Jan Djärv <jan.h.d@swipnet.se>
6080
6081 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
6082 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
6083 does that.
6084
6085 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
6086 to zero.
6087
6088 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6089
6090 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
6091
6092 Try to solve the problem of spurious EOF chars in long lines of text
6093 sent to interactive subprocesses.
6094 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
6095 (system_process_attributes): Remove unused var `ttotal'.
6096 * process.c (send_process): Don't bother breaking long line with EOF
6097 chars when talking to ttys any more.
6098 (wait_reading_process_output): Output a warning when called in such
6099 a way that it could block without being interruptible.
6100
6101 Try to detect file modification within the same second.
6102 * buffer.h (struct buffer): New field modtime_size.
6103 * buffer.c (reset_buffer): Initialize it.
6104 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
6105 (Fverify_visited_file_modtime): Check it.
6106 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
6107 (Fset_visited_file_modtime): Set (or clear) it.
6108
6109 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6110
6111 * process.c (status_notify): Remove unused var `ro'.
6112
6113 2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
6114
6115 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
6116 more than one visual (Bug#5938).
6117
6118 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6119
6120 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
6121 Undefine.
6122
6123 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6124
6125 Remove C_SWITCH_SYSTEM_TEMACS.
6126 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
6127 (malloc, realloc, free): Use emacs, not temacs for conditional
6128 definition.
6129
6130 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
6131 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
6132
6133 Use autoconf, not cpp for some variables.
6134 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
6135 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
6136 (ALL_CFLAGS): Use them as make variables.
6137 (really-lwlib, really-oldXMenu): Do not pass them.
6138
6139 2010-04-11 Jan Djärv <jan.h.d@swipnet.se>
6140
6141 * xmenu.c (apply_systemfont_to_dialog): New.
6142 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
6143
6144 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * process.c (exec_sentinel): Preserve current-buffer.
6147
6148 * process.c (read_process_output): Move the save-current-buffer to
6149 apply to both the filter and the non-filter branches.
6150
6151 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
6152
6153 * s/msdos.h (UNEXEC): New definition.
6154
6155 2010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6156
6157 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
6158 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
6159
6160 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
6161 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
6162 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
6163 TRY_WINDOW_CHECK_MARGINS.
6164
6165 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
6166 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
6167 width only when it is for padding.
6168
6169 2010-04-09 Jan Djärv <jan.h.d@swipnet.se>
6170
6171 * xfns.c (Fx_show_tip): Call try_window in a loop until
6172 fonts_changed_p is zero (Bug#2423).
6173
6174 2010-04-08 Eli Zaretskii <eliz@gnu.org>
6175
6176 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
6177 the end of TEXT_AREA. (Bug#5856)
6178
6179 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
6180
6181 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
6182 HAVE_GCONF.
6183
6184 2010-04-08 Eli Zaretskii <eliz@gnu.org>
6185
6186 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
6187 prev.orig_type, for resolving type of NSM. (Bug#5858)
6188
6189 2010-04-08 Jan Djärv <jan.h.d@swipnet.se>
6190
6191 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
6192 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
6193 in current_font.
6194 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
6195 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
6196 New functions.
6197 (syms_of_xsettings): Initialize current_font.
6198 defsubr Sfont_get_system_normal_font.
6199
6200 * xsettings.h (Ffont_get_system_normal_font)
6201 (xsettings_get_system_normal_font): Declare.
6202
6203 * xfns.c (extern xlwmenu_default_font): Remove.
6204 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
6205 to xlwmenu.c.
6206
6207 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
6208 menu items in UTF-8.
6209
6210 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
6211 (apply_systemfont_to_menu): New function.
6212 (set_frame_menubar, create_and_show_popup_menu): Call
6213 apply_systemfont_to_menu.
6214
6215 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6216
6217 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
6218 FRAME_LINE_TO_PIXEL_Y.
6219
6220 * xterm.c (x_set_window_size_1): Don't add border_width/height to
6221 pixelwidth/height.
6222
6223 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6224
6225 Simplify code for HP machines.
6226 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
6227 for GNU_LINUX, not needed.
6228 (UNEXEC, NEED_BSDTTY): Move definitions...
6229 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
6230
6231 * m/iris4d.h (UNEXEC): Move definition ...
6232 * s/irix6-5.h (UNEXEC): ... here.
6233
6234 2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
6235
6236 * xfns.c (set_machine_and_pid_properties): New function.
6237 (Fx_create_frame): Call set_machine_and_pid_properties.
6238
6239 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6240
6241 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
6242 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
6243 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
6244
6245 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
6246 in this function. (Bug#5703)
6247
6248 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * nsterm.h: Fix last change.
6251
6252 2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
6253
6254 * m/intel386.h (NO_REMAP): Move definition ...
6255 * s/msdos.h (NO_REMAP): ... here.
6256
6257 * m/vax.h (CRT0_DUMMIES): Remove, unused.
6258
6259 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
6260 used on those platforms.
6261
6262 2010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6263
6264 Remove extern errno declarations.
6265 * xterm.c:
6266 * xrdb.c:
6267 * w32term.c:
6268 * unexec.c:
6269 * unexaix.c:
6270 * sysdep.c:
6271 * process.c:
6272 * lread.c:
6273 * keyboard.c:
6274 * floatfns.c:
6275 * filelock.c:
6276 * fileio.c:
6277 * emacs.c (main):
6278 * ecrt0.c:
6279 * dispnew.c:
6280 * callproc.c:
6281 * buffer.c: Remove errno extern declarations.
6282 * s/netbsd.h (NEED_ERRNO): Remove.
6283
6284 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
6285
6286 Remove all uses of LIBX11_SYSTEM.
6287 * Makefile.in (LIBX11_SYSTEM): Remove.
6288 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
6289 instead.
6290
6291 2010-04-01 Eli Zaretskii <eliz@gnu.org>
6292
6293 Remove support for DJGPP v1.x (bug#5813).
6294
6295 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
6296 * s/msdos.h:
6297 * unexec.c (make_hdr, copy_text_and_data):
6298 * sysdep.c (wait_for_termination, sys_subshell):
6299 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
6300 (IT_set_terminal_modes, __write, _rename, gethostname)
6301 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
6302 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
6303 the value of __DJGPP__.
6304 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
6305 compatibility code.
6306 * lread.c:
6307 * gmalloc.c (memalign):
6308 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
6309 * emacs.c (main):
6310 * dosfns.c (init_dosfns):
6311 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
6312
6313 2010-04-01 Eli Zaretskii <eliz@gnu.org>
6314
6315 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
6316 string with `cursor' property comes from an `after-string'
6317 overlay. (Bug#5816)
6318
6319 2010-04-01 Glenn Morris <rgm@gnu.org>
6320
6321 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
6322 Define as Makefile variables.
6323 (LIBX): Use above variables rather than directly using autoconf.
6324
6325 2010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
6326
6327 Clean up BSD_SYSTEM use.
6328 * xterm.c:
6329 * process.c:
6330 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
6331 for including <sys/ioctl.h>.
6332 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
6333 code is only used for MSDOS.
6334
6335 2010-03-31 Juri Linkov <juri@jurta.org>
6336
6337 * image.c: Add `Qextension_data'.
6338 (syms_of_image): Initialize and staticpro `Qextension_data'.
6339 (Fimage_metadata): Rename from `Fimage_extension_data'.
6340 (gif_load): Put GIF extension data to the property
6341 `Qextension_data'.
6342
6343 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6344
6345 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
6346 * nsterm.h: Fix prototype.
6347
6348 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6349
6350 * xdisp.c (highlight_trailing_whitespace): Support highlight of
6351 trailing whitespace in right-to-left rows.
6352
6353 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6354
6355 Get rid of the direct_output optimizations.
6356 * keyboard.c (nonundocount): Remove extern declaration.
6357 (command_loop_1): Remove brittle optimisation for cheap and
6358 common operations.
6359 * xdisp.c (redisplay_internal): Don't bother checking
6360 redisplay_performed_directly_p any more.
6361 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
6362 any more.
6363 * dispnew.c (redisplay_performed_directly_p)
6364 (direct_output_for_insert, direct_output_forward_char):
6365 * dispextern.h (redisplay_performed_directly_p)
6366 (direct_output_for_insert, direct_output_forward_char): Remove.
6367 * cmds.c (nonundocount): Make it static.
6368
6369 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
6370
6371 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
6372
6373 2010-03-31 Jan Djärv <jan.h.d@swipnet.se>
6374
6375 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
6376 invisible (Bug#5766).
6377
6378 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
6379
6380 * xdisp.c (x_consider_frame_title, update_window_cursor):
6381 Remove HAVE_NS conditionals.
6382 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
6383
6384 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
6385 filename for the title.
6386 (ns_set_doc_edited): Do nothing if the selected window is a
6387 minibuffer window.
6388
6389 * nsterm.h: Add prototypes for ns_set_name_as_filename and
6390 ns_set_doc_edited.
6391
6392 * nsterm.m: Remove unneeded prototype.
6393
6394 2010-03-31 Glenn Morris <rgm@gnu.org>
6395
6396 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
6397 in the DOC file. (Bug#5336)
6398
6399 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6400
6401 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
6402
6403 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * window.c (keys_of_window): Remove redundant/overridden bindings.
6406
6407 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6408
6409 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
6410 Restore original behavior when the iterator is not bidi_p.
6411
6412 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6413
6414 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
6415
6416 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6417
6418 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
6419 are outside the range of cached character positions.
6420
6421 2010-03-30 Juanma Barranquero <lekktu@gmail.com>
6422
6423 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
6424
6425 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6426
6427 Initial support for bidirectional editing.
6428
6429 * Makefile.in (obj): Include bidi.o.
6430 (bidi.o): New target.
6431
6432 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
6433 ($(BLD)/bidi.$(O)): New target.
6434
6435 * bidi.c: New file.
6436
6437 * buffer.h (struct buffer): New members bidi_display_reordering
6438 and bidi_paragraph_direction.
6439
6440 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
6441 and bidi_paragraph_direction.
6442 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
6443 and bidi-paragraph-direction.
6444 (Fbuffer_swap_text): Swap the values of
6445 bidi_display_reordering and bidi_paragraph_direction.
6446
6447 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
6448 (bidi_type_t, bidi_dir_t): New types.
6449 (bidi_saved_info, bidi_stack, bidi_it): New structures.
6450 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
6451 prev_stop, base_level_stop, and eol_pos.
6452 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
6453 (IT_STACK_SIZE): Enlarge to 5.
6454 (struct glyph_row): New member reversed_p.
6455 <string_buffer_position>: Update prototype.
6456 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
6457 glyph_row if bidi_it.paragraph_dir == R2L.
6458 (struct glyph): New members resolved_level and bidi_type.
6459
6460 * dispnew.c (direct_output_forward_char): Give up if we need bidi
6461 processing or buffer's direction is right-to-left.
6462 (prepare_desired_row): Preserve the reversed_p flag.
6463 (row_equal_p): Compare the reversed_p attributes as well.
6464
6465 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
6466 bidi_init_it and set it->paragraph_embedding from the current
6467 buffer's value of bidi_paragraph_direction.
6468 (reseat_1): Initialize bidi_it.first_elt.
6469 (set_iterator_to_next, next_element_from_buffer): Use the value of
6470 paragraph_embedding to determine the paragraph direction.
6471 (set_iterator_to_next): Under bidi reordering, call
6472 bidi_get_next_char_visually. Call bidi_paragraph_init if the
6473 new_paragraph flag is set in the bidi iterator.
6474 (next_element_from_buffer): If bidi_it.first_elt is set,
6475 initialize paragraph direction and find the first character to
6476 display in the visual order. If reseated to a middle of a line,
6477 prime the bidi iterator starting at the line's beginning. Handle
6478 the situation where we overstepped stop_charpos due to
6479 non-linearity of the bidi iteration. Likewise for when we back up
6480 beyond the previous stop_charpos. When moving across stop_charpos,
6481 record it in prev_stop.
6482 (display_line): Set row->end and it->start for the next row to the
6483 next character in logical order. Always extend reversed_p rows to
6484 the end of line, even if they end at ZV. Copy the reversed_p flag
6485 to the next glyph row. Keep calling set_cursor_from_row for
6486 bidi-reordered rows even if we already have a possible candidate
6487 for cursor position. Set row_end after all the row's glyphs have
6488 been produced, by looping over the glyphs. Record the position
6489 after EOL in it->eol_pos, and use it to set end_pos of the last
6490 row produced for a continued line.
6491 <Qright_to_left, Qleft_to_right>: New variables.
6492 (syms_of_xdisp): Initialize and staticpro them.
6493 (string_buffer_position_lim): New function.
6494 (string_buffer_position): Most of code moved to
6495 string_buffer_position_lim. Last argument and return value are
6496 now EMACS_INT; all callers changed.
6497 (set_cursor_from_row): Rewritten to support bidirectional text and
6498 reversed glyph rows.
6499 (text_outside_line_unchanged_p, try_window_id): Disable
6500 optimizations if we are reordering bidirectional text and the
6501 paragraph direction can be affected by the change.
6502 (append_glyph, append_composite_glyph)
6503 (produce_image_glyph, append_stretch_glyph): Set the
6504 resolved_level and bidi_type members of each glyph.
6505 (append_glyph): If the glyph row is reversed, prepend the glyph
6506 rather than appending it.
6507 (handle_stop_backwards): New function.
6508 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
6509 (reseat): call handle_stop_backwards to recompute prev_stop and
6510 base_level_stop for the new position.
6511 (handle_invisible_prop): Under bidi iteration, skip invisible text
6512 using bidi_get_next_char_visually. If we are `reseat'ed, init the
6513 paragraph direction. Update IT->prev_stop after skipping
6514 invisible text.
6515 (move_it_in_display_line_to): New variables prev_method
6516 and prev_pos. Compare for strict equality in
6517 BUFFER_POS_REACHED_P.
6518 (try_cursor_movement): Examine all the candidate rows that occlude
6519 point, to return the best match. If rows are bidi-reordered
6520 and point moved backwards, back up to the row that is not a
6521 continuation line, and start looking for a suitable row from
6522 there.
6523
6524 * term.c (append_glyph): Reverse glyphs by pre-pending them,
6525 rather than appending, if the glyph_row's reversed_p flag is set.
6526 Set the resolved_level and bidi_type members of each glyph.
6527
6528 * .gdbinit (pbiditype): New command.
6529 (pgx): Use it to display bidi level and type of the glyph.
6530 (pitx): Display some bidi information about the iterator.
6531 (prowlims, pmtxrows): New commands.
6532
6533 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6534
6535 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
6536 * s/usg5-4.h (LIBS_DEBUG):
6537 * s/irix6-5.h (C_DEBUG_SWITCH):
6538 * s/gnu-linux.h (LIBS_DEBUG):
6539 * s/darwin.h (LIBS_DEBUG):
6540 * s/bsd-common.h (LIBS_DEBUG):
6541 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
6542 * m/iris4d.h (LIBS_DEBUG):
6543 * m/hp800.h (LIBS_DEBUG): Remove definitions.
6544
6545 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
6546 (LIBS_DEBUG): Remove definition.
6547
6548 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
6551 Windows.
6552
6553 2010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6554
6555 * process.c (Fmake_network_process): Don't call turn_on_atimers around
6556 `connect' (Bug#5723).
6557
6558 2010-03-25 Helmut Eller <eller.helmut@gmail.com>
6559
6560 * process.c (Fmake_network_process): Call `select' for interrupted
6561 `connect' rather than creating new socket (Bug#5173).
6562
6563 2010-03-24 Jan Djärv <jan.h.d@swipnet.se>
6564
6565 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
6566
6567 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
6568
6569 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
6570
6571 2010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6572
6573 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
6574 XLoadQueryFont.
6575
6576 2010-03-24 Kenichi Handa <handa@m17n.org>
6577
6578 * coding.c (decode_coding_ccl): Fix previous change for the
6579 multibyte case.
6580 (encode_coding_ccl): Don't setup ccl program here. Fix for the
6581 case that the output buffer is fullfilled.
6582 (encode_coding): Setup ccl program here.
6583
6584 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
6585
6586 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
6587
6588 Simplify LIBS_MACHINE definitions.
6589 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
6590 * m/iris4d.h (LIBS_MACHINE): Likewise.
6591 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
6592 * s/aix4-2.h (LIBS_SYSTEM): ... here.
6593 * s/netbsd.h: Remove commented out code.
6594
6595 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
6596
6597 Remove dead code dealing with POSIX_SIGNALS.
6598 * atimer.c (set_alarm): Remove dead code, all USG systems define
6599 POSIX_SIGNALS.
6600 * data.c (arith_error): Likewise.
6601 * keyboard.c (input_available_signal, handle_user_signal)
6602 (interrupt_signal): Likewise.
6603 * process.c (sigchld_handler): Likewise.
6604 (create_process): Remove if 0 code. Remove HPUX conditional when
6605 !defined (POSIX_SIGNALS), it cannot be true.
6606 * syssignal.h: Remove USG5_4 and USG conditionals when
6607 !POSIX_SIGNALS, they cannot be true.
6608
6609 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
6610 NO_SOCK_SIGIO, not used anymore.
6611
6612 2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
6613
6614 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
6615 support vax on BSDs.
6616
6617 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
6618 * s/aix4-2.h (ORDINARY_LINK): ... here.
6619
6620 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
6621
6622 * Makefile.in (abs_builddir): Define.
6623 (bootstrap_exe): Use it.
6624 (VPATH): Use $(srcdir) instead of @srcdir@.
6625
6626 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * Makefile.in (bootstrap_exe): Use an absolute name.
6629
6630 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6631
6632 Remove support for old GNU/Linux using libc version 5.
6633 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
6634 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
6635
6636 Consolidate redundant definitions in s/bsd-common.h.
6637 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6638 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6639 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
6640 doing it in all files that include this one.
6641 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6642 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6643 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6644 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6645 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6646 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6647 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6648 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6649 (LDAV_SYMBOL, KERNEL_FILE): Remove.
6650
6651 Consolidate redundant definitions.
6652 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
6653 it's undefined in all files that include this one.
6654 (POSIX_SIGNALS): Define here instead of doing it in all files that
6655 include this one.
6656 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6657 (POSIX_SIGNALS): Do not define.
6658 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6659 (POSIX_SIGNALS): Do not define.
6660 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6661 (POSIX_SIGNALS): Do not define.
6662
6663 Remove support for old UNIX System V systems.
6664 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
6665 * s/usg-5-4-2.h: Remove.
6666
6667 Remove support for Solaris on PPC and for old versions.
6668 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
6669 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
6670 that cancel each other.
6671 * s/sol2-3.h:
6672 * s/sol2-4.h:
6673 * s/sol2-5.h: Remove.
6674 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
6675 (NO_REMAP): Remove, unused.
6676 (UNEXEC): Move definition ...
6677 * s/aix4-2.h (UNEXEC): ... here.
6678
6679 * s/openbsd.h: Remove support for non-ELF and for systems that do
6680 not support shared libraries.
6681 * s/netbsd.h:
6682 * s/freebsd.h: Likewise.
6683
6684 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6685
6686 Remove non-working support for lynxos 3.0.
6687 * s/lynxos.h: Remove file.
6688
6689 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
6690 COFF_BSD_SYMBOLS, nothing defines it anymore.
6691
6692 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6693
6694 Remove obsolete uses of HAVE_SHM.
6695 * emacs.c (standard_args):
6696 (Fdump_emacs):
6697 (syms_of_emacs): Remove code depending on HAVE_SHM.
6698
6699 * alloc.c: Remove HAVE_SHM dependent definition.
6700
6701 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
6702
6703 2010-03-18 Glenn Morris <rgm@gnu.org>
6704
6705 * emacs.c (USAGE4): Hard-code bug address.
6706 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
6707 (bug_reporting_address): Remove.
6708 (main): Don't call bug_reporting_address.
6709
6710 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
6711 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
6712
6713 2010-03-15 Chong Yidong <cyd@stupidchicken.com>
6714
6715 * xfns.c (Fx_create_frame):
6716 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
6717 on left.
6718
6719 2010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
6720
6721 * editfns.c (Fformat): Account for string precision when computing
6722 field width (Bug#5710).
6723
6724 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6725
6726 * xfns.c (Fx_create_frame): Set default to Qright.
6727
6728 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
6729 all window systems.
6730
6731 2010-03-12 Eli Zaretskii <eliz@gnu.org>
6732
6733 These changes remove termcap.c from the build on Posix platforms.
6734 * Makefile.in (termcapobj): Move termcap.o from here...
6735 (MSDOS_OBJ): ...to here.
6736 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
6737 now identical to when LIBS_TERMCAP is defined.
6738
6739 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
6740
6741 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
6742
6743 * config.in: Regenerated. (See top-level ChangeLog.)
6744
6745 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6746
6747 * Branch for 23.2.
6748
6749 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 Cleanup setup of gl_state in various parts of the code.
6752 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
6753 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
6754 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
6755 (skip_chars):
6756 * regex.c (regex_compile): Use it.
6757 (re_compile_pattern): Don't set gl_state.current_syntax_table since
6758 it's now set in regex_compile when/if we need it.
6759
6760 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 Make it possible to C-g in a tight bytecode loop again (bug#5680).
6763 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
6764 (QUIT): Use it to consolidate code and remove redundancy.
6765 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
6766
6767 * regex.c (regex_compile): Setup gl_state as well.
6768
6769 * syntax.c (skip_chars): Setup gl_state (bug#3823).
6770 (in_classes): Use CONSP before XCAR/XCDR.
6771
6772 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
6773
6774 * keymap.c (Fwhere_is_internal): Use Fequal to compare
6775 definitions, so that keyboard macros are correctly handled
6776 (Bug#5481).
6777
6778 2010-03-02 Eli Zaretskii <eliz@gnu.org>
6779
6780 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
6781 text that could be relocated inside the call to emacs_mule_char.
6782 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
6783 (CODING_DECODE_CHAR): Add a comment describing its purpose.
6784
6785 2010-03-02 Kenichi Handa <handa@m17n.org>
6786
6787 * character.c (parse_str_as_multibyte): Fix handling of the
6788 multibyte form of raw-bytes.
6789 (str_as_multibyte): Likewise.
6790
6791 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
6792 form of raw-bytes.
6793
6794 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
6795
6796 * charset.c (load_charset_map_from_file)
6797 (load_charset_map_from_vector): Zero out allocated
6798 charset_map_entries before using them.
6799
6800 2010-02-27 Andreas Schwab <schwab@linux-m68k.org>
6801
6802 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
6803
6804 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
6805
6806 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
6807 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
6808
6809 2010-02-26 Kenichi Handa <handa@m17n.org>
6810
6811 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
6812
6813 * xdisp.c (reseat_to_string): Fix previous change.
6814
6815 2010-02-26 David Reitter <david.reitter@gmail.com>
6816
6817 * nsfont.m (nsfont_draw): ns_antialias_text should be a
6818 Lisp_Object (Bug#4736).
6819
6820 2010-02-25 Kenichi Handa <handa@m17n.org>
6821
6822 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
6823
6824 2010-02-24 Jan Djärv <jan.h.d@swipnet.se>
6825
6826 * xterm.c (XTflash): Move declarations before statements.
6827
6828 * gtkutil.c (xg_get_gdk_display): Remove (unused).
6829 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
6830 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
6831 (xg_create_tool_bar): Remove unused variables.
6832 (x_wm_set_size_hint): Move declarations before statements.
6833 (xg_create_frame_widgets): Remove variable grav.
6834
6835 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
6836
6837 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
6838
6839 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * term.c (fatal): Add a final \n if needed (bug#5596).
6842
6843 2010-02-18 Chong Yidong <cyd@stupidchicken.com>
6844
6845 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
6846
6847 2010-02-18 Glenn Morris <rgm@gnu.org>
6848
6849 * callint.c (Finteractive): Doc fix.
6850
6851 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6852
6853 * coding.c (record_conversion_result):
6854 Handle CODING_RESULT_INSUFFICIENT_DST.
6855 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
6856 memory allocation error.
6857
6858 2010-02-17 Kenichi Handa <handa@m17n.org>
6859
6860 * coding.c (decode_coding_ccl): Don't setup ccl program here.
6861 Fix for the case that the output buffer is fullfilled.
6862 (decode_coding): Setup ccl program here. Keep looping when the
6863 decoder stopped because the output buffer is
6864 fullfilled (bug#5534).
6865
6866 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
6867
6868 2010-02-13 Jan Djärv <jan.h.d@swipnet.se>
6869
6870 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
6871 bug #5571.
6872 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
6873 overdrawn.
6874
6875 2010-02-10 Jan Djärv <jan.h.d@swipnet.se>
6876
6877 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
6878 doing_interact here.
6879 (ice_connection_closed): New function.
6880 (x_session_check_input, smc_die_CB, ice_io_error_handler)
6881 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
6882 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
6883 returns I/O error.
6884 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
6885 bug #5512.
6886
6887 2010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
6888
6889 * nsfont.m (nsfont_open): The system's value for the font descent
6890 is negative, so round it down to avoid clipping.
6891
6892 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * charset.c (load_charset_map_from_file)
6895 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
6896 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
6897
6898 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
6899
6900 * charset.c (load_charset_map_from_file): Allocate large
6901 charset_map_entries structure on the heap rather than the stack.
6902 (Bug#5526).
6903
6904 2010-01-31 Kenichi Handa <handa@m17n.org>
6905
6906 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
6907 size in NAME is invalid, return -1 (Bug#5396).
6908
6909 2010-01-31 Chong Yidong <cyd@stupidchicken.com>
6910
6911 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
6912 <deactivated@gmail.com> (Bug#3605).
6913
6914 2010-01-31 David De La Harpe Golden <david@harpegolden.net>
6915
6916 * fileio.c (Frename_file): Correctly rename symlinks to
6917 directories (Bug#5496).
6918
6919 2010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
6920
6921 * nsterm.m (ns_ring_bell): Handle visible bell like X.
6922
6923 2010-01-30 Andreas Schwab <schwab@linux-m68k.org>
6924
6925 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
6926
6927 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
6928
6929 * frame.c (DEFAULT_ROWS): Change default to 35.
6930
6931 * xfns.c (x_default_font_parameter): Change default XFT font to
6932 monospace-10 (Bug#3643).
6933
6934 2010-01-29 Eli Zaretskii <eliz@gnu.org>
6935
6936 * w32inevt.c (key_event): Remove unnecessary comparison of
6937 event->uChar.AsciiChar with 128.
6938
6939 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
6940
6941 * fileio.c (Frename_file): Fix last change (Bug#5487).
6942
6943 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
6944
6945 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
6946
6947 2010-01-28 Jan Djärv <jan.h.d@swipnet.se>
6948
6949 * xfns.c (Fx_create_frame): Remove window size matching code from
6950 2010-01-15.
6951 (x_get_current_desktop, x_get_desktop_workarea): Remove.
6952
6953 2010-01-27 Jason Rumney <jasonr@gnu.org>
6954
6955 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
6956 (key_event): Use unicode for characters 128 and higher (Bug#4567).
6957
6958 2010-01-27 Kenichi Handa <handa@m17n.org>
6959
6960 * regex.c (analyse_first): Fix setting of fastmap for unibyte
6961 pattern string (Bug#4209).
6962
6963 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
6964
6965 * fileio.c (Frename_file): Call copy-directory and
6966 delete-directory for directories, in order to handle cross-device
6967 renaming (Bug#3353).
6968
6969 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
6970
6971 * xfns.c (Fx_create_frame): If frame height is too big, try
6972 sizes 24 and 10. Bug #3643.
6973
6974 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 Try and fix bug#788, hopefully for real this time.
6977 * keymap.c (shadow_lookup): Add `remap' arg.
6978 (describe_map, describe_vector): Update calls to shadow_lookup.
6979 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
6980 `remapped' so this flag is applicable to `sequence'. Be careful to
6981 perform remapping during shadow_lookup check of remapped_sequences.
6982
6983 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
6984
6985 * image.c (png_load): Use png_sig_cmp instead of the obsolete
6986 png_check_sig, which has been removed in libpng 1.4.
6987
6988 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6989
6990 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
6991 lacks this header file).
6992
6993 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6994
6995 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
6996 as in Emacs 22.
6997
6998 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6999
7000 * lisp.h (make_pure_string): String pointer arg now points to const.
7001
7002 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
7003 args now point to const.
7004
7005 2010-01-22 Eli Zaretskii <eliz@gnu.org>
7006
7007 * lread.c (Fload): Don't treat files without .elc extension as
7008 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
7009 them. (bug#5303)
7010
7011 2010-01-20 Kenichi Handa <handa@m17n.org>
7012
7013 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
7014 treat the source as actual byte sequence.
7015
7016 2010-01-19 Alan Mackenzie <acm@muc.de>
7017
7018 Fix spurious before-change-functions invocation from (insert ?\n).
7019 * textprop.c (set_text_properties): Rename parameter
7020 `signal_after_change_p' to `coherent_change_p', and make the
7021 invocation of `modify_region' conditional on it.
7022
7023 2010-01-19 Jan Djärv <jan.h.d@swipnet.se>
7024
7025 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
7026 for debug purpose.
7027 (syms_of_xsettings): Declare xft-settings.
7028
7029 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
7030
7031 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
7032
7033 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * xterm.c (event_handler_gdk): Block input (Bug#5037).
7036
7037 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
7038
7039 * emacs.c (standard_args): Adjust arg priorities to reflect how
7040 they are processed in startup.el.
7041
7042 2010-01-16 Andreas Schwab <schwab@linux-m68k.org>
7043
7044 * Makefile.in (lisp, shortlisp): Update.
7045
7046 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7047
7048 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
7049 code, link the new kboard into all_kboard before running Lisp code,
7050 and protect the new terminal with GCPRO (Bug#5365).
7051 (x_term_init): Remove unused var `atom'.
7052 (x_delete_display, x_delete_terminal): Remove unused var `i'.
7053
7054 2010-01-15 Jan Djärv <jan.h.d@swipnet.se>
7055
7056 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
7057 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
7058 to find out usable size of the desktop. Don't make frames larger than
7059 this. Bug #3643.
7060
7061 2010-01-15 Kenichi Handa <handa@m17n.org>
7062
7063 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
7064
7065 2010-01-15 Chong Yidong <cyd@stupidchicken.com>
7066
7067 * nsterm.m (Qnone): Define.
7068
7069 * nsfns.m (Qnone): Move definition to nsterm.m.
7070
7071 2010-01-14 Kenichi Handa <handa@m17n.org>
7072
7073 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
7074 systems.
7075
7076 2010-01-14 Kenichi Handa <handa@m17n.org>
7077
7078 Make auto-composition work on all buffers even if they are
7079 fundamental mode.
7080
7081 * composite.c (Vauto_composition_mode): New variable.
7082 (composition_compute_stop_pos): Check Vauto_composition_mode
7083 instead of Vauto_composition_function.
7084 (composition_adjust_point, Ffind_composition_internal): Likewise.
7085 (syms_of_composite): Declare Lisp variable
7086 "auto-composition-mode" here.
7087
7088 2010-01-13 Chong Yidong <cyd@stupidchicken.com>
7089
7090 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
7091 during call to vendor-specific-keysyms (Bug#5365).
7092
7093 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7094
7095 * keyboard.c (input_available_signal) [SYNC_INPUT]:
7096 Call SIGNAL_THREAD_CHECK (Bug#5333).
7097
7098 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
7099 Call SIGNAL_THREAD_CHECK.
7100
7101 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7102
7103 Try to fix bug#5314. This is probably not the final word, tho.
7104 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
7105 recent-auto-save-p as a side-effect.
7106 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
7107 * buffer.c (Fkill_buffer, reset_buffer):
7108 * editfns.c (Fsubst_char_in_region):
7109 * fileio.c (Finsert_file_contents, Fdo_auto_save)
7110 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
7111
7112 2010-01-13 Kenichi Handa <handa@m17n.org>
7113
7114 Display buffer name, etc. in mode line by composing correctly.
7115
7116 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
7117 STRING is not nil.
7118 (display_mode_element): Adjust for the change of
7119 decode_mode_spec and display_line.
7120 (decode_mode_spec): Change arg MULTIBYTE to STRING.
7121 (display_string): Handle the case that STRING is non-null and
7122 LISP_STRING is not nil.
7123
7124 * xterm.c (x_draw_composite_glyph_string_foreground):
7125 Pay attention to s->face->overstrike.
7126
7127 * composite.c (composition_reseat_it): Don't check PT if STRING is
7128 non nil.
7129
7130 2010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7131
7132 * keyboard.c (read_char): Don't apply previous change when current
7133 buffer is unchanged by command execution.
7134
7135 2010-01-12 Jan Djärv <jan.h.d@swipnet.se>
7136
7137 * keyboard.c (read_char): Return after executing from special map.
7138
7139 2010-01-12 Glenn Morris <rgm@gnu.org>
7140
7141 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
7142 bug-gnu-emacs rather than emacs-pretest-bug.
7143
7144 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
7145
7146 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
7147 initializing the Lisp variables that depend on them.
7148
7149 2010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7150
7151 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
7152 Clear areas that will not be updated after change of menu bar lines.
7153 Clear the menu bar window's current matrix when the window gets empty.
7154
7155 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * intervals.h, textprop.c (extend_property_ranges): Return value
7158 and args changed. Discard properties that begin at or after the
7159 new end (Bug#5306).
7160
7161 * editfns.c (Fformat): Caller changed.
7162
7163 * nsterm.m (ns_set_default_prefs): Delete function.
7164 (syms_of_nsterm): Initialize ns_command_modifier,
7165 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
7166 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
7167
7168 * xdisp.c (pos_visible_p): Check for invisible text at the correct
7169 position (Bug#4040).
7170
7171 2010-01-09 Eli Zaretskii <eliz@gnu.org>
7172
7173 * editfns.c (Ffloat_time): Doc fix.
7174
7175 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
7176
7177 * xfns.c (Fx_create_frame): Don't create frame larger than display
7178 by default bug#3643.
7179
7180 2010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7181
7182 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
7183 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
7184 windows above internal border.
7185
7186 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
7187 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
7188 windows above internal border.
7189
7190 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
7191 tool bar windows specially.
7192
7193 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
7194
7195 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
7196 specially.
7197 (XTflash): Take account of menu bar height.
7198
7199 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
7200 specially.
7201
7202 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
7203
7204 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
7205 also be true before we can return early (bug #5339).
7206
7207 2010-01-06 David Reitter <david.reitter@gmail.com>
7208
7209 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
7210 (Fns_display_usable_bounds): Rewrite, computing bounds properly
7211 (Bug#3233).
7212
7213 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
7214
7215 * font.c (font_open_entity): Enable chache and call cached_font_ok
7216 for the driver if defined.
7217 (QCuser_spec): New symbol.
7218 (font_spec_from_name): Save name as user-spec.
7219 (font_load_for_lface): Keep user-spec instead of name.
7220 (font_open_by_name): Save name as user-spec.
7221 (syms_of_font): Initialize QCuser_spec.
7222 (font_clear_prop): Clear name if it exists in font (bug#5157).
7223
7224 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
7225 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
7226 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
7227
7228 * font.h (struct font_driver): Add cached_font_ok.
7229
7230 * xterm.c (x_clear_frame): Queue draw for scroll bars.
7231
7232 2010-01-05 Jan Djärv <jan.h.d@swipnet.se>
7233
7234 * xterm.c (x_new_font): Move code for setting rows/cols before
7235 resizing ...
7236 (x_set_window_size): ... to here. Bug #2568.
7237
7238 * gtkutil.c (xg_clear_under_internal_border): New function.
7239 (xg_frame_resized, xg_frame_set_char_size):
7240 Call xg_clear_under_internal_border.
7241 (xg_update_scrollbar_pos): Clear under old scroll bar position.
7242
7243 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
7244
7245 * keyboard.c (read_key_sequence): Catch keyboard switch after
7246 making a new tty frame (Bug#5095).
7247
7248 2010-01-05 Kenichi Handa <handa@m17n.org>
7249
7250 * fontset.c (fontset_find_font): Fix getting the frame pointer.
7251
7252 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7253
7254 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
7255 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
7256 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
7257
7258 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
7259
7260 * dbusbind.c (xd_add_watch): Improve debug message.
7261 (xd_remove_watch): Improve debug message. If DATA is the session
7262 bus, unset D-Bus session environment.
7263 (Fdbus_init_bus): Pass the bus as argument to
7264 dbus_connection_set_watch_functions. (Bug#5283)
7265
7266 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7267
7268 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
7269
7270 * lread.c (syms_of_lread): Make it clearer that these are the
7271 names of loaded files (Bug#5068).
7272
7273 * eval.c (run_hook_with_args): Handle the case where the global
7274 value has the obsolete single-function form (Bug#5026).
7275
7276 2009-12-27 Chong Yidong <cyd@stupidchicken.com>
7277
7278 * minibuf.c (Fall_completions): Minor optimization.
7279
7280 2009-12-26 Eli Zaretskii <eliz@gnu.org>
7281
7282 * .gdbinit (pgx): Fix display of composite glyphs.
7283 Display cmp.from and cmp.to as well.
7284 (pitx): Fix last change.
7285
7286 2009-12-25 Kenichi Handa <handa@m17n.org>
7287
7288 * composite.h (composition_adjust_point): Update prototype.
7289
7290 * composite.c (composition_reseat_it): Don't make a composition
7291 spanning over point.
7292 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
7293 composable characters.
7294 (composition_adjust_point): New arg NEW_PT. Callers changed.
7295
7296 * keyboard.c (command_loop_1): Force redisplay if the last point
7297 was within a composition.
7298 (adjust_point_for_property): Don't adjust point for automatic
7299 composition when called after buffer modification.
7300
7301 2009-12-19 Eli Zaretskii <eliz@gnu.org>
7302
7303 * .gdbinit (pitx): Don't use enum names, use their values.
7304 Remove reference to non-existing value GET_FROM_COMPOSITION.
7305 (pgx): Don't use enum names, use their values.
7306 (pitmethod): New helper command.
7307 (pitx): Use it to display iteration method.
7308 (pgrowit): New command.
7309
7310 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
7311
7312 Update dependencies in Makefile.in.
7313
7314 * Makefile.in (alloc.o): Depend on termhooks.h.
7315 (atimer.o): Depend on blockinput.h.
7316 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
7317 and frame.h.
7318 (callint.o): Depend on systime.h, coding.h, and composite.h.
7319 (callproc.o): Depend on buffer.h.
7320 (casefiddle.o): Don't depend on charset.h.
7321 (casetab.o): Depend on character.h.
7322 (ccl.o): Depend on composite.h.
7323 (chartab.o): Depend on ccl.h.
7324 (cm.o): Depend on dispextern.h.
7325 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
7326 (coding.o): Don't depend on $(INTERVALS_H).
7327 (composite.o): Don't depend on dispextern.h explicitly (it's in
7328 $(INTERVALS_H)). Depend on ccl.h.
7329 (data.o): Depend on systime.h, coding.h, composite.h,
7330 dispextern.h, font.h, and ccl.h.
7331 (dired.o): Depend on composite.h.
7332 (dispnew.o): Depend on coding.h. Don't depend explicitly on
7333 composite.h (it's in $(INTERVALS_H)).
7334 (doc.o): Depend on systime.h, coding.h, and composite.h.
7335 (editfns.o): Don't depend explicitly on dispextern.h.
7336 (emacs.o): Depend on frame.h and coding.h.
7337 (eval.o): Depend on coding.h, composite.h, and xterm.h.
7338 (fileio.o): Depend on frame.h and commands.h. Don't depend
7339 explicitly on dispextern.h.
7340 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
7341 composite.h.
7342 (fns.o): Don't depend on termhooks.h.
7343 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
7344 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
7345 coding.h, $(INTERVALS_H), window.h, xterm.h.
7346 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
7347 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
7348 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
7349 fontset.h, ccl.h, and ftfont.h.
7350 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
7351 (gtkutil.o): Depend on dispextern.h and composite.h.
7352 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
7353 termhooks.h, and ccl.h.
7354 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
7355 (intervals.o): Depend on systime.h and coding.h.
7356 (keyboard.o): Depend on composite.h and coding.h.
7357 (keymap.o): Depend on coding.h and frame.h.
7358 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
7359 (macros.o): Depend on systime.h, coding.h, and composite.h.
7360 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
7361 and atimer.h.
7362 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
7363 dispextern.h explicitly.
7364 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
7365 Don't depend explicitly on dispextern.h and composite.h.
7366 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
7367 (regex.o): Don't depend on charset.h.
7368 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
7369 (search.o): Don't depend explicitly on composite.h.
7370 (sound.o): Depend on atimer.h and systime.h.
7371 (syntax.o): Don't depend explicitly on composite.h.
7372 (sysdep.o): Depend on coding.h and composite.h.
7373 (term.o): Depend on xterm.h and buffer.h.
7374 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
7375 (textprop.o): Don't depend on dispextern.h explicitly.
7376 (undo.o): Depend on dispextern.h.
7377 (window.o): Depend on coding.h and termhooks.h. Don't depend on
7378 dispextern.h and composite.h explicitly.
7379 (xdisp.o): Depend on ccl.h.
7380 (xfaces.o): Depend on coding.h and ccl.h.
7381 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
7382 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
7383 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
7384 ftfont.h.
7385 (xgselect.o): New dependency.
7386 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
7387 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
7388 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
7389 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
7390 (xsmfns.o): Depend on frame.h and dispextern.h.
7391 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
7392 sysselect.h.
7393
7394 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
7395
7396 * font.c (Fclear_font_cache): Pass correct cache argument to
7397 font_clear_cache.
7398
7399 2009-12-16 Andreas Schwab <schwab@linux-m68k.org>
7400
7401 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
7402 twice.
7403
7404 2009-12-15 Chong Yidong <cyd@stupidchicken.com>
7405
7406 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
7407 calling file-remote-p. Reported by Jim Meyering.
7408
7409 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
7410
7411 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
7412 avoid compiler warnings. (Bug #5217)
7413
7414 2009-12-14 Kenichi Handa <handa@m17n.org>
7415
7416 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
7417 in 8-bit encoding.
7418
7419 2009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
7420
7421 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
7422 tooltip windows.
7423
7424 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
7425
7426 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
7427 Xatom_net_window_type.
7428
7429 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
7430 Xatom_net_window_type.
7431
7432 * xterm.c (my_log_handler): New function.
7433 (x_term_init): Set my_log_handler as log handler during gtk_init
7434 so we can filter out buggy messages. (Bug #5120).
7435
7436 * xterm.c (xg_scroll_callback): Parameter list changed,
7437 use parameter GtkScrollType to determine scroll/line/page.
7438 Only allow dragging if a button < 4 is grabbed (bug #5177).
7439 (xg_end_scroll_callback): New function.
7440 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
7441 xg_create_scroll_bar.
7442
7443 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
7444 (scroll_end_callback): Remove.
7445 (xg_create_scroll_bar): Add parameter end_callback, bind it to
7446 button-release-event. Replace value-changed event with change-value,
7447 bug #5177.
7448 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
7449 bug #5177.
7450
7451 * gtkutil.h (XG_LAST_SB_DATA): Remove.
7452 (xg_create_scroll_bar): Add GCallback end_callback.
7453
7454 * xftfont.c (QClcdfilter): New variable.
7455 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
7456 (syms_of_xftfont): Initialize QClcdfilter.
7457
7458 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
7459
7460 * xsettings.c (struct xsettings): Add member seen.
7461 (parse_xft_settings): Update member seen with what we have read.
7462 Return non-zero if Xft-settings have been parsed, 0 otherwise.
7463 (apply_xft_settings): Only update Xft settings with what member seen
7464 indicates as new.
7465
7466 2009-12-12 Eli Zaretskii <eliz@gnu.org>
7467
7468 * dispextern.h (struct text_pos): Use EMACS_INT.
7469 (struct glyph): Use EMACS_INT for charpos.
7470 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
7471 region_beg_charpos, region_end_charpos,
7472 redisplay_end_trigger_charpos, and also for
7473 iterator_stack_entry.end_charpos and
7474 iterator_stack_entry.stop_charpos.
7475
7476 2009-12-12 Jan Djärv <jan.h.d@swipnet.se>
7477
7478 * gtkutil.c (scroll_end_callback): New function (bug #5177).
7479 (xg_create_scroll_bar): Call scroll_end_callback on button release
7480 event (bug #5177).
7481 (xg_event_is_for_scrollbar): != replaced with ==.
7482
7483 2009-12-12 Kenichi Handa <handa@m17n.org>
7484
7485 * ftfont.c (struct ftfont_info): New member matrix.
7486 (ftfont_open): Setup xftfont_info->matrix.
7487 (MFLTFontFT): New member matrix.
7488 (FLOOR, CEIL, ROUND): New macros.
7489 (ftfont_get_metrics): Handle matrix transformation.
7490 (ftfont_shape_by_flt): New arg matrix. Callers changed.
7491
7492 * xftfont.c (struct xftfont_info): New member matrix.
7493 (xftfont_open): Setup xftfont_info->matrix.
7494
7495 2009-12-10 Kenichi Handa <handa@m17n.org>
7496
7497 * xdisp.c (append_space_for_newline): Consider face-remapping.
7498
7499 2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
7500
7501 * xsettings.c: Include "keyboard.h".
7502
7503 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
7504
7505 Fix implicit function declarations.
7506 * cmds.c: Include "frame.h".
7507 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
7508 * frame.h: Move declaration of delete_frame outside of
7509 HAVE_WINDOW_SYSTEM.
7510
7511 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
7512
7513 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
7514
7515 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
7516 GTK builds.
7517
7518 2009-12-07 Andreas Schwab <schwab@linux-m68k.org>
7519
7520 * unexelf.c (unexec): Don't search for .data twice.
7521
7522 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
7523
7524 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
7525 if push failed.
7526 (handle_line_prefix): Set avoid_cursor_p here. Check return value
7527 of push_display_prop (Bug#5000).
7528
7529 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
7530 value of font_list_entities (Bug#5085).
7531
7532 2009-12-04 Juanma Barranquero <lekktu@gmail.com>
7533
7534 Fix `string-to-number' to deal consistently with integers and floats.
7535 * lread.c (isfloat_string): New argument ignore_trailing to accept all
7536 trailing characters, not just whitespace.
7537 (read1): Pass new arg 0 to keep old behavior.
7538 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
7539 trailing chars, as it is already done for integers. Doc fixes.
7540 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
7541
7542 2009-12-04 Eli Zaretskii <eliz@gnu.org>
7543
7544 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
7545 Delete unused enumeration value.
7546
7547 2009-12-03 Eli Zaretskii <eliz@gnu.org>
7548
7549 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
7550
7551 2009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
7552
7553 * process.c (Fmake_network_process): Fix up the tests for
7554 "connectionless socket", so they DTRT for seqpacket sockets as well.
7555
7556 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * process.c (Qseqpacket): New symbol.
7559 (HAVE_SEQPACKET): New macro.
7560 (Fmake_network_process): Accept new :type `seqpacket'.
7561 (init_process): Add `seqpacket' feature when applicable.
7562 (syms_of_process): Initialize Qseqpacket.
7563
7564 2009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7565
7566 * font.c (font_load_for_lface, font_open_by_name): Don't store name
7567 if entity is Qnil.
7568
7569 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * print.c (print_preprocess): Preprocess the key_and_value table of
7572 hashtables, even tho they're "hidden" (bug#5082).
7573
7574 2009-11-29 Jan Djärv <jan.h.d@swipnet.se>
7575
7576 * frame.c (frame_make_pointer_invisible)
7577 (frame_make_pointer_visible): Declare f before statements.
7578
7579 2009-11-28 Eli Zaretskii <eliz@gnu.org>
7580
7581 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
7582 omitted dependencies on lisp.h.
7583
7584 2009-11-27 Jan Djärv <jan.h.d@swipnet.se>
7585
7586 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
7587 is NULL.
7588
7589 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
7590
7591 * frame.c (frame_make_pointer_invisible)
7592 (frame_make_pointer_visible): Just return if there isn't any selected
7593 frame.
7594
7595 * search.c (simple_search): Remove warning by making *p const.
7596
7597 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7598
7599 * xdisp.c (power_letter): Remove duplicate const.
7600
7601 2009-11-25 Jan Djärv <jan.h.d@swipnet.se>
7602
7603 * term.c (delete_tty): Remove check for last terminal (bug#4970).
7604
7605 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
7606 defaults (bug #5025).
7607
7608 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * insdel.c (adjust_markers_for_delete): Move it in the
7611 right direction! (bug#4803)
7612
7613 2009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7614
7615 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
7616
7617 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
7618
7619 2009-11-24 Glenn Morris <rgm@gnu.org>
7620
7621 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
7622
7623 2009-11-23 Jan Djärv <jan.h.d@swipnet.se>
7624
7625 * Makefile.in: Must create deps for ecrt0.o in its rule.
7626
7627 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
7628 because that is what Gtk+ font dialog understands.
7629
7630 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
7631 of Fcopy_sequence.
7632 (font_open_by_name): Put name given into QCname for font-object returned.
7633
7634 * frame.c (x_set_font): Save original font name as frame parameter
7635 font-parameter.
7636
7637 * xsettings.c (set_default_xft_settings): New function.
7638 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
7639 is found.
7640
7641 2009-11-22 Andreas Schwab <schwab@linux-m68k.org>
7642
7643 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
7644 searching backwards through multibyte buffer.
7645
7646 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7647
7648 * xterm.c: #include xgselect.h.
7649 (x_initialize): Call xgselect_initialize.
7650
7651 * xsettings.c (something_changedCB): C++ comments => C comments.
7652 (init_gconf): Do not deal with any GLib file descriptors, xg_select
7653 does that now.
7654
7655 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
7656 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
7657 (scroll_bar_button_cb): Remove.
7658 (create_menus): C++ comments => C comments. Don't bind grab-notify
7659 event.
7660 (xg_create_scroll_bar): Don't bind button-press-event and
7661 button-release-event.
7662
7663 * process.c: Include xgselect.h if defined (USE_GTK) ||
7664 defined (HAVE_GCONF).
7665 (wait_reading_process_output): Call xg_select for the same condition.
7666
7667 * xgselect.c (xg_select): New function to better integrate with
7668 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
7669
7670 * xgselect.h: New file, declare xg_select, xgselect_initialize.
7671
7672 * Makefile.in (XOBJ): Add xgselect.o.
7673
7674 2009-11-21 Andreas Schwab <schwab@linux-m68k.org>
7675
7676 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
7677 Remove ignored second argument. All callers changed.
7678 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
7679 (RE_STRING_CHAR_AND_LENGTH): Likewise.
7680 * xdisp.c (string_char_and_length): Likewise.
7681
7682 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
7683
7684 * xterm.c (x_new_font):
7685 * print.c (print_object):
7686 * cmds.c (Fself_insert_command): Move declarations before statements.
7687
7688 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
7689
7690 * s/cygwin.h: Remove unneeded linker flags.
7691
7692 2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
7693
7694 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
7695
7696 * xsettings.h: Declare xsettings_get_system_font.
7697
7698 * xsettings.c (xsettings_get_system_font): New function.
7699 (init_gconf): No use initiating gconf unless we have Xft also.
7700 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
7701 HAVE_GCONF.
7702
7703 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
7704 add a blank entry so it doesn't collapse into nothing.
7705
7706 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * lread.c (Funintern): Comment out last change.
7709
7710 2009-11-19 Richard Stallman <rms@gnu.org>
7711
7712 * lread.c (Funintern): Error if symbol is t or nil.
7713
7714 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * insdel.c (make_gap_larger): Don't make as many assumptions about the
7717 representation of Lisp integers.
7718 Reported by MJ Chan <mjchan.inbox@gmail.com>.
7719
7720 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7721
7722 * lisp.h: Remove declaration of Ffont_get_system_font.
7723 * xfns.c: Move include of "xsettings.h".
7724 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
7725
7726 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7727
7728 * xsettings.c (something_changedCB, Ffont_get_system_font):
7729 Check use_system_font.
7730 (syms_of_xsettings): DEFVAR font-use-system-font.
7731
7732 2009-11-17 Andreas Schwab <schwab@linux-m68k.org>
7733
7734 * xfns.c (x_default_font_parameter): Remove dead assignment.
7735
7736 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
7737
7738 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
7739
7740 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
7741 not have FC_LCD_*. #define them if not there.
7742
7743 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
7744
7745 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
7746
7747 * xterm.c (handle_one_xevent): Call xft_settings_event for
7748 ClientMessage, PropertyNotify and DestroyNotify.
7749 (x_term_init): If we have XFT, get DPI from Xft.dpi.
7750 Call xsettings_initialize.
7751
7752 * xftfont.c (xftfont_fix_match): New function.
7753 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
7754 Call xftfont_fix_match after XftFontMatch.
7755
7756 * xfont.c (xfont_driver): Initialize all members.
7757
7758 * xfns.c (x_default_font_parameter):
7759 Try font from Ffont_get_system_font.
7760 Do not get font from x_default_parameter if we got one from
7761 Ffont_get_system_font.
7762 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
7763
7764 * w32font.c (w32font_driver): Initialize all members.
7765
7766 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
7767
7768 * lisp.h: Declare syms_of_xsettings.
7769
7770 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
7771 Handle CONFIG_CHANGED_EVENT.
7772
7773 * ftfont.c (ftfont_filter_properties): New function.
7774
7775 * frame.c (x_set_font): Remove unused variable lval.
7776
7777 * font.h (struct font_driver): Add filter_properties.
7778
7779 * font.c (font_put_extra): Don't return if val is nil, it means
7780 boolean option is off.
7781 (font_parse_fcname): Collect all extra properties in extra_props
7782 and call filter_properties for all drivers with extra_props and
7783 font as parameter.
7784 (font_open_entity): Do not use cache, it does not pick up new
7785 fontconfig settings like hinting.
7786 (font_load_for_lface): If spec had a name in it, store it in entity.
7787
7788 * emacs.c (main): Call syms_of_xsettings.
7789
7790 * config.in: HAVE_GCONF is new.
7791
7792 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
7793 xsettings.o is new.
7794
7795 2009-11-17 Kenichi Handa <handa@m17n.org>
7796
7797 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
7798 back to the default font in case that no suitable font is found.
7799
7800 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
7803 Suggested by Chad Brown <yandros@mit.edu>.
7804 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
7805
7806 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
7807
7808 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
7809
7810 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
7811
7812 * Makefile.in: Ignore errors from mkdir when creating deps directory.
7813
7814 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
7815
7816 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
7817 has a parent.
7818
7819 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
7820 dependency files in deps/. Include those files into Makefile.
7821
7822 * config.in: Generated (AUTO_DEPEND).
7823
7824 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7825
7826 * dbusbind.c (Vdbus_registered_objects_table): Rename from
7827 Vdbus_registered_functions_table, because it contains also
7828 properties. Fix docstring.
7829 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
7830
7831 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * alloc.c (mark_object): Don't reprocess marked strings.
7834 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
7835 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
7836
7837 2009-11-13 Kenichi Handa <handa@m17n.org>
7838
7839 * category.c (word_boundary_p): Adjust for the change of the
7840 semantics of Vword_combining_categories.
7841 (Vword_combining_categories): Describe the slight change of the
7842 semantics.
7843
7844 2009-11-13 Eli Zaretskii <eliz@gnu.org>
7845
7846 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
7847
7848 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
7849
7850 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * xdisp.c (syms_of_xdisp): Fix typo in last change.
7853
7854 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
7855
7856 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
7857
7858 2009-11-11 David Reitter <david.reitter@gmail.com>
7859
7860 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
7861 variables to fix 2009-11-09 change.
7862
7863 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7864
7865 * process.c (ifflag_def): Make flag_sym constant.
7866 (Fnetwork_interface_info): Use a constant pointer.
7867 (ifflag_table):
7868 * xfns.c (cursor_bits):
7869 * xdisp.c (power_letter):
7870 * termcap.c (speeds, esctab):
7871 * sysdep.c (baud_convert):
7872 * keyboard.c (lispy_accent_codes, modifier_names):
7873 * image.c (xbm_format, xpm_format, pbm_format, png_format)
7874 (jpeg_format, tiff_format, gif_format, svg_format)
7875 (interlace_start, interlace_increment, gs_format):
7876 * gtkutil.c (separator_names):
7877 * fringe.c (swap_nibble):
7878 * fns.c (base64_value_to_char, base64_char_to_value):
7879 * fileio.c (make_temp_name_tbl):
7880 * coding.c (suffixes): Make constant.
7881
7882 * frame.c (make_initial_frame):
7883 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
7884 build_string.
7885 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
7886
7887 * s/freebsd.h:
7888 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
7889
7890 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
7891 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
7892
7893 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
7894 * xterm.c (syms_of_xterm):
7895 * xfaces.c (syms_of_xfaces):
7896 * xdisp.c (syms_of_xdisp):
7897 * lread.c (syms_of_lread):
7898 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
7899 build_string.
7900
7901 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
7902
7903 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * fns.c (Fplist_get): Merge the active and the commented out code.
7906
7907 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7908
7909 * keyboard.h: Declare timer_check.
7910
7911 * keyboard.c (timer_check_2): New function that does what the old
7912 timer_check did.
7913 (timer_check): Call timer_check_2 until -1 or a non-zero time is
7914 returned, i.e. don't return -1 with timers pending.
7915
7916 * process.c: Remove extern declaration of timer_check.
7917
7918 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
7919 even if timer_check returned -1.
7920
7921 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
7922 xg_dialog_data.
7923 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
7924 the event loop.
7925 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
7926 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
7927 Destroy the dialog after xg_dialog_run.
7928
7929 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7930
7931 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
7932
7933 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
7934
7935 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
7936
7937 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
7938
7939 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
7940
7941 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
7944 w32menu.c, and nsmenu.m.
7945 Simplify the obsolete case where position is nil.
7946 (cleanup_popup_menu): New function, moved from nsmenu.m.
7947 (struct skp): Remove slot `notreal'.
7948 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
7949 adjust callers.
7950 (single_menu_item): Adjust call to parse_menu_item.
7951 (syms_of_menu): Defsubr x-popup-menu.
7952 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
7953 (keymap_panes): Don't export any more.
7954 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
7955 (xmenu_show): Declare.
7956 * keyboard.c (parse_menu_item): Remove arg `notreal'.
7957 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
7958 * keyboard.h (parse_menu_item): Update declaration.
7959 * xmenu.c (Fx_popup_menu): Remove.
7960 (syms_of_xmenu): Don't defsubr x-popup-menu.
7961 * w32menu.c (Fx_popup_menu): Remove.
7962 (syms_of_w32menu): Don't defsubr x-popup-menu.
7963 * nsmenu.m (cleanup_popup_menu): Remove.
7964 (ns_menu_show): Rename from ns_popup_menu and remove all the code
7965 moved to menu.c's Fx_popup_menu.
7966 (Fx_popup_menu): Remove.
7967 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
7968 menu_items (it's done in menu.c already).
7969
7970 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
7973 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
7974
7975 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7976
7977 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
7978 xmenu_show. Hide any tooltip before opening a menu.
7979 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
7980 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
7981
7982 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7983
7984 Let integers use up 2 tags to give them one extra bit and thus double
7985 their range.
7986 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
7987 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
7988 New macros.
7989 (enum Lisp_Type): Use them. Give explicit values.
7990 (Lisp_Type_Limit): Remove.
7991 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
7992 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
7993 Pay attention to USE_2_TAGS_FOR_INTS.
7994 (INTEGERP): Use LISP_INT_TAG_P.
7995 * fns.c (internal_equal): Simplify the default case.
7996 (sxhash): Use case_Lisp_Int.
7997 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
7998 any more.
7999 (Ftype_of): Use case_Lisp_Int.
8000 (store_symval_forwarding): Take into account the fact that Ints can
8001 now have more than one tag.
8002 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
8003 (buffer_slot_type_mismatch):
8004 * xfaces.c (face_attr_equal_p):
8005 * print.c (print_object):
8006 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
8007 Use case_Lisp_Int.
8008
8009 2009-11-06 Eli Zaretskii <eliz@gnu.org>
8010
8011 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
8012
8013 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
8014 warning.
8015
8016 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
8017
8018 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
8019
8020 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
8021
8022 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
8023 ButtonPressRelease and MotionNotify (bug#4870).
8024
8025 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
8026
8027 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
8028
8029 * xterm.c (syms_of_xterm):
8030 * xselect.c (syms_of_xselect):
8031 * xmenu.c (syms_of_xmenu):
8032 * xfns.c (syms_of_xfns):
8033 * xfaces.c (syms_of_xfaces):
8034 * xdisp.c (syms_of_xdisp):
8035 * window.c (syms_of_window):
8036 * w32fns.c (syms_of_w32fns):
8037 * undo.c (syms_of_undo):
8038 * textprop.c (syms_of_textprop):
8039 * terminal.c (syms_of_terminal):
8040 * syntax.c (syms_of_syntax):
8041 * sound.c (syms_of_sound):
8042 * search.c (syms_of_search):
8043 * print.c (syms_of_print):
8044 * minibuf.c (syms_of_minibuf):
8045 * macros.c (syms_of_macros):
8046 * keymap.c (syms_of_keymap, initial_define_key)
8047 (initial_define_lispy_key):
8048 * keyboard.c (syms_of_keyboard):
8049 * insdel.c (syms_of_insdel):
8050 * image.c (syms_of_image):
8051 * fringe.c (syms_of_fringe):
8052 * frame.c (syms_of_frame):
8053 * fontset.c (syms_of_fontset):
8054 * fns.c (syms_of_fns):
8055 * fns.c (syms_of_fns):
8056 * fileio.c (syms_of_fileio):
8057 * fileio.c (syms_of_fileio):
8058 * eval.c (syms_of_eval):
8059 * doc.c (syms_of_doc):
8060 * dispnew.c (syms_of_display):
8061 * dired.c (syms_of_dired):
8062 * dbusbind.c (syms_of_dbusbind):
8063 * data.c (syms_of_data):
8064 * composite.c (syms_of_composite):
8065 * coding.c (syms_of_coding):
8066 * cmds.c (syms_of_cmds):
8067 * charset.c (define_charset_internal, syms_of_character):
8068 * ccl.c (syms_of_ccl):
8069 * category.c (syms_of_category, init_category_once):
8070 * casetab.c (syms_of_casetab):
8071 * casefiddle.c (syms_of_casefiddle):
8072 * callint.c (syms_of_callint):
8073 * bytecode.c (syms_of_bytecode):
8074 * buffer.c (keys_of_buffer, syms_of_buffer):
8075 * alloc.c (syms_of_alloc):
8076 * process.c (syms_of_process, init_process):
8077 * lread.c (syms_of_lread, init_obarray):
8078 * font.c (build_style_table):
8079 * emacs.c (syms_of_emacs, main): Replace calls to intern with
8080 intern_c_string, calls to make_pure_string with
8081 make_pure_c_string. Use pure_cons instead of Fcons.
8082
8083 * process.c (socket_options): Make it const.
8084 (set_socket_option, init_process): Use a const pointer.
8085
8086 * lread.c (intern_c_string): New function.
8087 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
8088 (defvar_int): Uset it. Make the name const char*.
8089
8090 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
8091 (defvar_int): Update prototypes.
8092 (DEFUN, EXFUN): Support for prototypes is now required.
8093 (intern_c_string): New prototype.
8094 (struct Lisp_Subr): Make symbol_name constant.
8095
8096 * font.c (struct table_entry): Remove unused member. Make NAMES
8097 constant.
8098 (weight_table, slant_table, width_table): Make constant.
8099
8100 * emacs.c (struct standard_args): Make name and longname constant.
8101
8102 * character.h (DEFSYM): Use intern_c_string.
8103
8104 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 * alloc.c (make_pure_c_string): New function.
8107
8108 * eval.c (Fautoload): Purecopy all arguments.
8109
8110 2009-11-05 Kenichi Handa <handa@m17n.org>
8111
8112 * fileio.c (Finsert_file_contents): Be sure set coding-system of
8113 the buffer in case of replace.
8114
8115 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8116
8117 * puresize.h (BASE_PURESIZE): Increase to 1620000.
8118
8119 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8120
8121 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
8122 when applicable (bug#4851).
8123
8124 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
8125 (P_): Support for prototypes is now required.
8126
8127 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
8128
8129 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
8130 (Bug#4827).
8131
8132 2009-10-30 Eli Zaretskii <eliz@gnu.org>
8133
8134 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
8135
8136 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
8137
8138 * puresize.h (BASE_PURESIZE): Increase to 1470000.
8139
8140 * lread.c (Fload): Purecopy the file name when building
8141 Vpreloaded_file_list.
8142
8143 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
8144
8145 * w32fns.c (syms_of_w32fns): Change default value of
8146 w32-scroll-lock-modifier to nil. (Bug#2827)
8147
8148 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
8149
8150 * minibuf.c (Fall_completions): Fix typos in docstring.
8151
8152 2009-10-26 Andreas Schwab <schwab@redhat.com>
8153
8154 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
8155
8156 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
8157
8158 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
8159 For delta < 0, skip check that only makes sense when the mini-window
8160 is going to be enlarged. (Bug#4534)
8161
8162 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
8163
8164 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
8165 string in menu maps (Bug#4471).
8166
8167 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8168
8169 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
8170 FRAME_NS_VIEW on terminal frames (Bug#4765).
8171
8172 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
8173
8174 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
8175 DBUS_TYPE_UINTnn separately to get proper sign extension.
8176
8177 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
8178 can properly handle unsigned types.
8179 (make_uid, make_gid): Remove.
8180
8181 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
8182 types again.
8183
8184 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
8185 (system_process_attributes): Likewise.
8186
8187 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
8188
8189 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
8190
8191 * eval.c (Fautoload): Purecopy the filename. Simplify.
8192
8193 * category.c (Fdefine_category): Purecopy docstring.
8194
8195 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
8196
8197 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
8198
8199 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
8200
8201 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
8202
8203 * window.c (Fwindow_edges, Fwindow_pixel_edges)
8204 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
8205 (Bug#4775).
8206
8207 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
8210 (init_fileio_once):
8211 * lisp.h (init_fileio_once): Remove.
8212 * emacs.c (main): Don't call init_fileio_once.
8213
8214 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8215
8216 * puresize.h (BASE_PURESIZE): Increase to 1430000.
8217
8218 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
8219
8220 * doprnt.c (doprnt): Fix overflow check.
8221
8222 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
8223
8224 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
8225
8226 * xterm.h (x_wait_for_event): Declare it.
8227
8228 * xterm.c (pending_event_wait): New variable.
8229 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
8230 see pending_event_wait.eventtype.
8231 (handle_one_xevent): Don't change gravity when parent changes.
8232 (x_new_font): Call change_frame_size with new rows/columns before we
8233 try to resize the frame.
8234 (x_wait_for_event): New function.
8235 (x_set_window_size_1): Don't change gravity unless change_gravity
8236 is set.
8237 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
8238 don't change frame size, instead wait for the ConfigureNotify.
8239 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
8240 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
8241 (x_initialize): Initialize pending_event_wait.
8242
8243 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
8244 size.
8245
8246 * widget.c (EmacsFrameSetValues): Add comment.
8247 (EmacsFrameSetCharSize): Just call x_set_window_size.
8248
8249 * gtkutil.c (xg_frame_set_char_size): Flush events and call
8250 x_wait_for_event.
8251 (flush_and_sync): Remove again.
8252 (xg_get_font_name): Suggest monospace if no previous font is known.
8253
8254 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8255
8256 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
8257 8th bit, since that only made sense in the ASCII world (bug#4751).
8258
8259 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8260
8261 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
8262 processing pending events when event is filtered for input method.
8263 (Bug#3681)
8264
8265 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
8266
8267 * fns.c: Add #endif accidentally removed in previous change.
8268
8269 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8270
8271 * fns.c: Remove code for unsupported system: MAC_OS.
8272 * image.c: Likewise. Include setjmp.h.
8273
8274 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
8275
8276 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
8277 pixel -1 (bug #4742).
8278
8279 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8280
8281 * process.c (create_pty): Remove conditionals for no longer
8282 supported systems: UNIPLUS and RTU.
8283
8284 * xterm.c:
8285 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
8286
8287 * alloc.c: Do not define struct catchtag.
8288 * eval.c: Move struct catchtag definition ...
8289 * lisp.h: ... here.
8290
8291 * image.c: Move png.h #include earlier to avoid warnings.
8292
8293 * xterm.c:
8294 * xsmfns.c:
8295 * xselect.c:
8296 * xrdb.c:
8297 * xmenu.c:
8298 * xftfont.c:
8299 * xfont.c:
8300 * xfns.c:
8301 * xfaces.c:
8302 * xdisp.c:
8303 * window.c:
8304 * widget.c:
8305 * w32xfns.c:
8306 * w32uniscribe.c:
8307 * w32term.c:
8308 * w32select.c:
8309 * w32reg.c:
8310 * w32proc.c:
8311 * w32menu.c:
8312 * w32inevt.c:
8313 * w32heap.c:
8314 * w32font.c:
8315 * w32fns.c:
8316 * w32console.c:
8317 * w32.c:
8318 * w16select.c:
8319 * vm-limit.c:
8320 * unexsol.c:
8321 * unexec.c:
8322 * unexcw.c:
8323 * unexaix.c:
8324 * undo.c:
8325 * tparam.c:
8326 * textprop.c:
8327 * terminfo.c:
8328 * terminal.c:
8329 * termcap.c:
8330 * term.c:
8331 * syntax.c:
8332 * sound.c:
8333 * sheap.c:
8334 * search.c:
8335 * scroll.c:
8336 * region-cache.c:
8337 * regex.c:
8338 * ralloc.c:
8339 * process.c:
8340 * print.c:
8341 * nsterm.m:
8342 * nsselect.m:
8343 * nsmenu.m:
8344 * nsimage.m:
8345 * nsfont.m:
8346 * nsfns.m:
8347 * msdos.c:
8348 * minibuf.c:
8349 * menu.c:
8350 * marker.c:
8351 * macros.c:
8352 * keymap.c:
8353 * keyboard.c:
8354 * intervals.c:
8355 * insdel.c:
8356 * indent.c:
8357 * gtkutil.c:
8358 * ftxfont.c:
8359 * ftfont.c:
8360 * fringe.c:
8361 * frame.c:
8362 * fontset.c:
8363 * font.c:
8364 * fns.c:
8365 * floatfns.c:
8366 * filelock.c:
8367 * fileio.c:
8368 * emacs.c:
8369 * editfns.c:
8370 * dosfns.c:
8371 * doprnt.c:
8372 * doc.c:
8373 * dispnew.c:
8374 * dired.c:
8375 * dbusbind.c:
8376 * data.c:
8377 * composite.c:
8378 * coding.c:
8379 * cmds.c:
8380 * cm.c:
8381 * chartab.c:
8382 * charset.c:
8383 * character.c:
8384 * ccl.c:
8385 * category.c:
8386 * casetab.c:
8387 * casefiddle.c:
8388 * callproc.c:
8389 * callint.c:
8390 * bytecode.c:
8391 * buffer.c:
8392 * atimer.c: Include setjmp.h. (Bug#4643)
8393
8394 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 Remove leftover table unibyte_to_multibyte_table.
8397 * character.c (unibyte_to_multibyte_table): Remove.
8398 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
8399 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
8400 * character.h (UNIBYTE_TO_CHAR): New macro.
8401 (MAKE_CHAR_MULTIBYTE): Use it.
8402 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
8403 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
8404 (message_dolog, set_message_1):
8405 * search.c (Freplace_match):
8406 * editfns.c (Fcompare_buffer_substrings):
8407 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
8408 (concat):
8409 * insdel.c (copy_text, count_size_as_multibyte):
8410 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
8411 * term.c (produce_glyphs):
8412 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
8413 * regex.c (RE_CHAR_TO_MULTIBYTE):
8414 * cmds.c (internal_self_insert):
8415 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
8416
8417 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
8418
8419 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8420
8421 * puresize.h (BASE_PURESIZE): Increase to 1310000.
8422
8423 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
8424
8425 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
8426
8427 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8428
8429 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
8430 still needed under Tiger.
8431
8432 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
8433
8434 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
8435 __Apple__.
8436
8437 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
8438
8439 2009-10-15 Kenichi Handa <handa@m17n.org>
8440
8441 * print.c (print_object): Escape a symbol like "2E10" too.
8442
8443 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
8444
8445 Cleanups and changes for 64-bit compile under Snow Leopard.
8446 Based on suggestions by Erik Charlebois.
8447
8448 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
8449
8450 * nsfont.m (ns_char_width): Replace deprecated call.
8451 (ns_findfonts, nsfont_list_family): Use long format in printf, and
8452 cast argument.
8453 (nsfont_open): Use ns_char_width() everywhere.
8454 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
8455
8456 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
8457
8458 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
8459 where appropriate.
8460
8461 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
8462 where appropriate.
8463 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
8464 Use stringWithUTF8String.
8465 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
8466
8467 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
8468 Add formal protocol mention to inheritance.
8469 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
8470
8471 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
8472 Fix printf format.
8473 (ns_query_color): Use CGFloat where appropriate.
8474 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
8475 (EmacsScroller-mouseDown:): Use long format in printf, and cast
8476 argument.
8477
8478 * config.in (NS_HAVE_NSINTEGER): Drop.
8479
8480 * dbusbind.c (dbus-method-return-internal)
8481 (dbus-method-error-internal): Use long format in printf, and cast
8482 argument.
8483
8484 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
8485 in printf, and cast argument.
8486
8487 * process.c (list_processes_1): Use long format in printf, and
8488 cast argument.
8489
8490 2009-10-11 Glenn Morris <rgm@gnu.org>
8491
8492 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
8493
8494 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
8495
8496 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
8497 menu bar with a small width so it doesn't enlarge the frame.
8498
8499 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * fontset.c (Fset_fontset_font): Fix typos in error messages.
8502
8503 2009-10-06 Glenn Morris <rgm@gnu.org>
8504
8505 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
8506 SOME_MACHINE_LISP (this enters indirectly via DOC).
8507
8508 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8509
8510 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
8511
8512 2009-10-04 Eli Zaretskii <eliz@gnu.org>
8513
8514 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
8515 Doc fix.
8516
8517 2009-10-03 Martin Rudalics <rudalics@gmx.at>
8518
8519 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
8520
8521 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8522
8523 * lisp.h (Qdelete_directory_internal): Remove, because it is not
8524 used anymore outside fileio.c.
8525
8526 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
8527
8528 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8529
8530 * lisp.h (Qdelete_directory_internal):
8531 Declare, instead of Qdelete_directory.
8532
8533 * w32fns.c (Fsystem_move_file_to_trash): Use it.
8534
8535 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * eval.c (Fcalled_interactively_p): Add `kind' argument.
8538
8539 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8540
8541 * fileio.c (Fdelete_directory_internal): Rename from
8542 Fdelete_directory. It is not a command anymore. It has no file
8543 name handler.
8544
8545 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * xdisp.c (get_next_display_element): Use an enum in last change.
8548
8549 2009-09-28 Kenichi Handa <handa@m17n.org>
8550
8551 * xdisp.c (get_next_display_element): Pay attention to
8552 unibyte_display_via_language_environment in handling
8553 Vnobreak_char_display.
8554
8555 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8556
8557 * nsterm.h (ns_app_name): New extern variable.
8558
8559 * nsterm.m (ns_app_name): New variable.
8560 (ns_term_init): Set and use it.
8561 (ns_term_shutdown): Use it.
8562
8563 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
8564 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
8565
8566 * nsfns.m (ns_set_name_iconic, ns_set_name)
8567 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
8568 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
8569
8570 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
8571 Remove double-casting in client_data comparison.
8572
8573 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8574
8575 * keyboard.c (make_lispy_event): Remember last wheel direction.
8576 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
8577
8578 2009-09-26 Glenn Morris <rgm@gnu.org>
8579
8580 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
8581 internal.elc. Add term/pc-win.elc.
8582 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
8583 term/x-win.elc.
8584 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
8585 term/w32-win.elc.
8586 (NS_SUPPORT): New.
8587 (lisp): Add NS_SUPPORT.
8588 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
8589
8590 2009-09-25 David Reitter <david.reitter@gmail.com>
8591
8592 * nsmenu.m (EmacsMenu-clear): Recognize application menu
8593 on Mac OS X 10.6+ (bug#4513).
8594
8595 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8596
8597 * frame.c (xrdb_get_resource): Return nil for empty string resources;
8598 some parts of Emacs code (like font selection) don't grok them.
8599 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
8600
8601 2009-09-24 Andreas Schwab <schwab@redhat.com>
8602
8603 * coding.c (decode_coding_iso_2022): Fix operator precedence.
8604
8605 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8606
8607 * dired.c (Fdirectory_files): Fix typo in docstring.
8608
8609 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8610
8611 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
8612 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
8613 (EmacsScroller-setPosition:portion:whole:): Remove -display call
8614 under GNUstep.
8615 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
8616
8617 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
8618 glyph advancement.
8619
8620 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
8621
8622 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
8623 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
8624
8625 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
8626 deleted (bug #4492).
8627
8628 * nsfont.m (Vns_reg_to_script): New lisp variable.
8629 (syms_of_nsfont): Declare it.
8630 (ns_registry_to_script): New function.
8631 (ns_get_req_script): Call it.
8632 (ns_findfonts): Don't give up on non-unicode registry.
8633
8634 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
8635
8636 2009-09-20 Tom Tromey <tromey@redhat.com>
8637
8638 * eval.c (find_handler_clause): Make stack-trace-on-error work in
8639 batch mode (bug#4228).
8640
8641 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
8642
8643 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
8644 carefully. (Bug #4339)
8645
8646 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8647
8648 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
8649
8650 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8651
8652 * emacs.c (inhibit_x_resources): Update doc string for NS.
8653 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
8654 legacy code for -NXHost. Fix error printf in daemon case.
8655
8656 * nsterm.h (ns_no_defaults): Remove.
8657
8658 * nsterm.m (ns_no_defaults): Remove.
8659 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
8660 (ns_use_qd_smoothing): Remove legacy variable.
8661 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
8662 don't update the NSWindow itself.
8663 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
8664 state detection and store user rect ourselves. (Bug #3581)
8665
8666 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
8667 ns_use_qd_smoothing.
8668
8669 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
8670 platform versions. Drop support for emacs-20-style face specs.
8671 (x-close-connection): Drop PSFlush() under OS X.
8672 (x-focus-frame): Activate the app first. (Bug #4180)
8673
8674 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8675
8676 * emacs.c (inhibit_x_resources): New variable.
8677 (main) [HAVE_NS]: Don't process --quick command line option.
8678 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
8679
8680 * lisp.h (inhibit_x_resources): Declare it extern.
8681
8682 * w32reg.c (x_get_string_resource):
8683 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
8684
8685 2009-09-17 Eli Zaretskii <eliz@gnu.org>
8686
8687 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
8688 Add lisp/term/internal.elc.
8689
8690 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
8693 (bug#4461).
8694
8695 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8696
8697 * puresize.h (BASE_PURESIZE): Increase to 1290000.
8698
8699 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
8700 (OBJECTS_MACHINE): Remove, unused.
8701
8702 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * frame.c (x_get_resource_string): Remove unused.
8705
8706 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
8707
8708 * xterm.c (x_new_font): Call change_frame_size before calling
8709 x_set_window_size, in case frame size won't change.
8710
8711 * frame.c (x_set_font): Remove dead code.
8712
8713 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
8716
8717 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8718
8719 * lread.c (Fload): Don't output a message after loading an obsolete
8720 package any more (done in Lisp now).
8721
8722 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8723
8724 * fns.c (syms_of_fns): Doc fix (Bug#4227).
8725
8726 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8727
8728 * keymap.c (Fwhere_is_internal): Use nconc2.
8729
8730 2009-09-11 Alan Mackenzie <acm@muc.de>
8731
8732 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
8733 batch mode.
8734
8735 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
8736
8737 * xdisp.c (display_mode_element): Detect cycles.
8738
8739 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8740
8741 * keymap.c (where_is_internal): Don't erroneously return nil right after
8742 filling the cache.
8743 (where_is_internal_1): Fix up typo.
8744
8745 2009-09-11 Glenn Morris <rgm@gnu.org>
8746
8747 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
8748 share a common doc-string.
8749
8750 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8751
8752 * keymap.c (get_keymap): Return the actual keymap symbol rather than
8753 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
8754
8755 * keymap.c (QCadvertised_binding): New constant.
8756 (syms_of_keymap): Initialize it.
8757 (Fwhere_is_internal): Try and use bindings from :advertised-binding
8758 if applicable.
8759
8760 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
8763 (parse_menu_item): Streamline since bindings are recomputed all the
8764 time anyway. Don't bother checking Vdefine_key_rebound_commands any
8765 more and don't support lmenu's menu-alias any more either.
8766
8767 * keymap.c (where_is_internal_data): Make noindirect a boolean.
8768 (where_is_internal): Strip it down to only traverse the keymaps.
8769 Move the cache handling from Fwhere_is_internal to here.
8770 (Fwhere_is_internal): Move the handling of remapping and the choice of
8771 the best binding from where_is_internal to here.
8772 Unify the cached/noncached paths, so remapping is also handled
8773 correctly when the cache is used, and so the cache can be used to
8774 speed up remap-handling when applicable.
8775 Give preference to non-remapped bindings.
8776 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
8777 non-remapped bindings.
8778 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
8779 command remapping.
8780
8781 * xdisp.c (display_mode_element): Move list length limit from 50 to
8782 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
8783
8784 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
8785
8786 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
8787
8788 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8789
8790 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
8791 (Bug#4334)
8792
8793 * keymap.c (where_is_internal): Filter out shadowed remappings.
8794 Assume that where_is_internal returns unshadowed bindings to simplify
8795 the code and get rid of the gotos. Use ASIZE.
8796
8797 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
8798
8799 * xterm.c (x_focus_changed): If we get a focusout and pointer
8800 is invisible, make it visible.
8801
8802 * xterm.h: Remove condition for declaration of
8803 x_*_window_to_frame.
8804
8805 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8806
8807 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
8808 initial terminal as well.
8809
8810 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
8811
8812 * xterm.h: Rename x_non_menubar_window_to_frame to
8813 x_menubar_window_to_frame.
8814
8815 * xterm.c: Remove declarations also in xterm.h.
8816 (XTmouse_position): Do not return valid positions
8817 for clicks in the menubar and the toolbar for Gtk+.
8818
8819 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
8820 if the widget for the event has the same top level as a frame,
8821 return the frame.
8822 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
8823 internal windows, bug #4122.
8824 (x_non_menubar_window_to_frame): Remove.
8825
8826 2009-09-02 Glenn Morris <rgm@gnu.org>
8827
8828 * buffer.c (default-major-mode): Move most of the doc from here...
8829 (major-mode): ... to here.
8830
8831 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8832
8833 * process.c (wait_reading_process_output): Keep the descriptor
8834 when pty is used by a non-child process, e.g., in I/O buffer of
8835 GDB this allows inferior to be restarted.
8836
8837 2009-08-29 Eli Zaretskii <eliz@gnu.org>
8838
8839 * xdisp.c (redisplay_internal): Remove redundant test and collapse
8840 both branches into one.
8841
8842 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8843
8844 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
8845 (main): Use enable-multibyte-characters rather than
8846 default-enable-multibyte-characters. Output a warning message when
8847 running a unibyte session.
8848
8849 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8850
8851 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
8852 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
8853 (copy_data_segment): Also copy __program_vars section.
8854 (copy_dyld_info) [LC_DYLD_INFO]: New function.
8855 (dump_it) [LC_DYLD_INFO]: Use it.
8856
8857 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
8858
8859 2009-08-28 Eli Zaretskii <eliz@gnu.org>
8860
8861 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
8862 $(SRC)/buildobj.h.
8863 (buildobj.h): Renamed from $(SRC)/buildobj.h.
8864 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
8865 $(SRC)/buildobj.h.
8866 (clean): Add buildobj.h.
8867
8868 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
8869
8870 * print.c (print_object): Set escapeflag to 1 when printing
8871 hashtable keys and values.
8872
8873 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * lread.c (read_integer): Use doubles (and potentially return a float
8876 number) as we do in string-to-number.
8877 (read1): Use strtol to read integers, signal errors on strtol's
8878 overflow and use floats if strtol's output is too large for
8879 Elisp integers.
8880
8881 2009-08-27 Eli Zaretskii <eliz@gnu.org>
8882
8883 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
8884 (make-buildobj-SH): Fix last change.
8885 (SRC): Move to before where it's first used.
8886
8887 2009-08-27 Kenichi Handa <handa@m17n.org>
8888
8889 * process.c (send_process): Use encode_coding_object instead of
8890 encode_coding_string to perform eol-conversion even if the string
8891 is unibyte.
8892
8893 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
8894 character.
8895
8896 * cmds.c (Fself_insert_command): Avoid unnecessay
8897 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
8898
8899 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8900
8901 * callproc.c (Fcall_process): Remove always true #if.
8902
8903 * lisp.h: Replace #if 0 code for checking with text pointing to
8904 the --enable-checking configure flag.
8905
8906 * emacs.c (main): Mention the --enable-profiling configure flag
8907 instead of using CFLAGS.
8908
8909 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
8910
8911 * Makefile.in (buildobj.h): New target.
8912 (doc.o): Depend on it.
8913 (temacs${EXEEXT}): Don't generate buildobj.lst.
8914 (mostlyclean): Delete buildobj.h, not buildobj.lst.
8915 * makefile.w32-in ($(SRC)/buildobj.h): New target.
8916 ($(BLD)/doc.$(O)): Depend on it.
8917 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
8918 provided by Eli Zaretskii.)
8919 ($(TEMACS)): Don't generate buildobj.lst.
8920 * doc.c: Include buildobj.h.
8921 (buildobj): New static variable.
8922 (Fsnarf_documentation): Use it, instead of opening and reading
8923 buildobj.lst.
8924
8925 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8926
8927 * dbusbind.c (Fdbus_call_method)
8928 (Fdbus_call_method_asynchronously): Use English numeric format for
8929 timeout values in doc string.
8930
8931 2009-08-25 Kenichi Handa <handa@m17n.org>
8932
8933 * alloc.c (mark_char_table): New function.
8934 (mark_object): Use mark_char_table for a char-table.
8935
8936 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
8937 (CHAR_TABLE_REF): Use it.
8938
8939 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
8940
8941 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
8942 before invoking the newly build emacs to check for load-path
8943 shadowing.
8944
8945 2009-08-22 Glenn Morris <rgm@gnu.org>
8946
8947 * Makefile.in (bootstrap_exe): New variable.
8948 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
8949 Use ${bootstrap_exe}.
8950
8951 2009-08-22 Eli Zaretskii <eliz@gnu.org>
8952
8953 * coding.h (encode_coding_string): Don't encode unibyte strings.
8954 (Bug#4047)
8955
8956 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
8957
8958 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
8959
8960 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
8961 intended as hotfix only.
8962 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
8963
8964 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
8965
8966 * nsterm.m (ns_get_color): Update documentation properly for last
8967 change, and clean up loose ends in the code left by it. Fix
8968 longstanding bug with 16-bit hex parsing, and add support for
8969 yet another X11 format (rgb:r/g/b) for compatibility.
8970 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
8971 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
8972
8973 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
8976
8977 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8978
8979 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
8980 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
8981 (xd_initialize, xd_pending_messages): Check, whether
8982 $DBUS_SESSION_BUS_ADDRESS is set.
8983
8984 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8985
8986 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
8987
8988 * nsterm.m (ns_get_color): Remove incompatible color formats again.
8989
8990 2009-08-20 Glenn Morris <rgm@gnu.org>
8991
8992 * emacs.c (system-type): Doc fix.
8993
8994 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8995
8996 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
8997 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
8998
8999 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9000
9001 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
9002 New functions.
9003 (xd_initialize): Revert change from 2009-08-16.
9004
9005 2009-08-18 Kenichi Handa <handa@m17n.org>
9006
9007 * fontset.c (Ffontset_font): If a nil element is found in a
9008 font-group vector, return nil.
9009
9010 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9011
9012 * process.c (status_notify): Don't perform redisplay.
9013 (Fdelete_process, list_processes_1, process_send_signal):
9014 Expliticly perform redisplay.
9015 (wait_reading_process_output): Always check process status, but
9016 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
9017
9018 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
9019
9020 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
9021 (XFLOAT_INIT): New macro for storing a float value.
9022 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
9023 * fns.c (sxhash): Copy out the value of a float in order to
9024 examine its bytes.
9025 * dbusbind.c (xd_append_arg): Likewise.
9026
9027 * emacs.c (main): Don't call syms_of_data twice.
9028
9029 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
9030
9031 * dbusbind.c (xd_initialize): Add connection file descriptor to
9032 input_wait_mask, in order to let select() detect, whether a new
9033 message has been arrived.
9034 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
9035
9036 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
9037
9038 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
9039 New functions.
9040
9041 * lisp.h (xd_pending_messages): Declare.
9042
9043 * keyboard.c (readable_events): Call xd_pending_messages.
9044
9045 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9046
9047 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
9048
9049 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
9050
9051 * buffer.c (set_buffer_internal_1)
9052 (swap_out_buffer_local_variables): Check for unbound local
9053 variables (Bug#4138).
9054
9055 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9056
9057 * process.c (create_pty): Fix last change.
9058
9059 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9060
9061 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
9062 (xbm_load_image): Caller changed.
9063 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
9064
9065 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9066
9067 * process.c (create_pty): New function.
9068 (Fstart_process): Use it to allow Emacs to just associate a pty
9069 with the buffer. See associated change in gdb-mi.el.
9070 (list_processes_1): Deal with no program name.
9071 (start_process_unwind): Use pid == -2 to mean no process.
9072
9073 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * cmds.c (nonundocount): New global variable.
9076 (keys_of_cmds): Initialize it.
9077 (Fself_insert_command): Use it to combine upto 20 sequential chars
9078 into a single undo entry, just like the Qself_insert_command code in
9079 keyboard.c does.
9080 Call frame_make_pointer_invisible, also like the Qself_insert_command
9081 code in keyboard.c does.
9082 * keyboard.c (command_loop_1): Use the new global nonundocount rather
9083 than its own local replacement for it.
9084
9085 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
9086
9087 * fns.c (concat): Don't re-set string length to its current value.
9088
9089 * coding.h (decode_coding_string, encode_coding_string):
9090 Use SBYTES macro.
9091
9092 * doprnt.c (doprnt_lisp): Delete unused function.
9093 (doprnt): Merge with doprnt1, discarding lispstrings code.
9094 * lisp.h (doprnt_lisp): Don't declare.
9095
9096 2009-08-07 Juri Linkov <juri@jurta.org>
9097
9098 * puresize.h (BASE_PURESIZE): Increase to 1270000.
9099
9100 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9101
9102 * print.c (syms_of_print): Undo previous change.
9103
9104 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
9105
9106 * lread.c (read1, syms_of_lread): Read hashtables back from the
9107 readable format.
9108
9109 * print.c (print_preprocess, print_object): Print hashtables fully
9110 and readably.
9111 (syms_of_print): Provide 'hashtable-print-readable.
9112
9113 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
9114
9115 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
9116 no family set.
9117 (nsfont_open): Handle case when entity has no family.
9118
9119 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
9120
9121 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
9122 element, not a list, for match case.
9123
9124 2009-07-28 Kenichi Handa <handa@m17n.org>
9125
9126 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
9127 rigidly.
9128
9129 * xfont.c (xfont_list_pattern): Don't ignore the return value of
9130 font_parse_xlfd. Check font properties more rigidly.
9131
9132 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9133
9134 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
9135 bsd-common.h.
9136
9137 2009-07-27 Kenichi Handa <handa@m17n.org>
9138
9139 * xfaces.c (face_with_height): Call font_clear_prop.
9140
9141 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9142
9143 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
9144
9145 * xterm.c (x_term_init): Use Qx.
9146
9147 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
9148
9149 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
9150 (ns_get_color): Revert 2009-07-16 change.
9151
9152 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9153
9154 * lread.c (syms_of_lread) <force_load_messages>: New variable.
9155 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
9156
9157 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
9158
9159 * coding.h (decode_coding_string, encode_coding_string):
9160 Use SCHARS macro.
9161
9162 * lread.c: Rewrite 2009-07-21 changes.
9163 (load_depth): Delete.
9164 (Qload_in_progress): New variable.
9165 (load_unwind): Don't reference load_depth or load_in_progress.
9166 (Fload): Likewise; specbind Qload_in_progress instead.
9167 (init_lread): Don't initialize load_depth.
9168 (syms_of_lread): Initialize and protect Qload_in_progress.
9169
9170 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
9171
9172 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
9173
9174 2009-07-23 Yavor Doganov <yavor@gnu.org>
9175
9176 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
9177
9178 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9179
9180 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
9181 Bugs 3792, 3720, 2402.
9182 (ns_lookup_indexed_color): Check for bad index.
9183 (ns_index_color): Init unused slot to 0.
9184 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
9185 Bug 3714, possibly 3082.
9186
9187 2009-07-22 Jason Rumney <jasonr@gnu.org>
9188
9189 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
9190 Position IME window at cursor (Bug#2570).
9191 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
9192 (globals_of_w32fns): Dynamically load functions required above.
9193
9194 * w32term.c (w32_draw_window_cursor): Send message to reposition
9195 any IME window.
9196
9197 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9198
9199 * fileio.c: Revert 2009-07-16 changes.
9200 (Vauto_save_include_big_deletions): New variable.
9201 (Fdo_auto_save): Disable auto-save only if
9202 auto-save-include-big-deletions is nil.
9203
9204 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9205
9206 * xdisp.c (move_it_to): For continued lines ending in a tab, take
9207 the overflowed pixels into account (Bug#3879).
9208
9209 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
9210
9211 * lread.c (load_depth): New variable.
9212 (Fload, load_unwind, init_lread): Set it to the load recursion
9213 depth; set load_in_progress as a simple boolean based on the
9214 current load_depth. (Bug#3892)
9215
9216 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
9217
9218 * nsfont.m (ns_has_attribute): Remove.
9219 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
9220
9221 2009-07-18 Juri Linkov <juri@jurta.org>
9222
9223 * process.c (Fset_process_query_on_exit_flag): Mention killing
9224 a buffer in docstring.
9225
9226 2009-07-17 Kenichi Handa <handa@m17n.org>
9227
9228 * casetab.c (shuffle): Fix the logic of setting up the cycle.
9229
9230 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9231
9232 * nsfns.m (Fns_set_alpha): Remove function.
9233 (syms_of_nsfns): Don't defsubr it.
9234
9235 * nsterm.m (ns_get_color): Remove incompatible color formats.
9236 (ns_color_to_lisp): Generate #rrggbb color format string.
9237
9238 2009-07-16 Richard Stallman <rms@gnu.org>
9239
9240 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
9241 (Fset_buffer_auto_saved): Handle save_length = -2.
9242
9243 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
9244
9245 * xterm.c (Qx_gtk_map_stock): New var.
9246
9247 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
9248 of calling intern each time.
9249
9250 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9251
9252 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
9253 does tiling.
9254
9255 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
9256
9257 2009-07-14 Kenichi Handa <handa@m17n.org>
9258
9259 * font.c (font_vconcat_entity_vectors): New function.
9260 (struct font_sort_data): New member font_driver_preference.
9261 (font_compare): Check font_driver_preference.
9262 (font_sort_entities): The format of the first argument changed.
9263 (font_delete_unmatched): Likewise.
9264 (font_list_entities): The return type changed.
9265 (font_select_entity): The format of the second argument changed.
9266 (font_find_for_lface): Adjuste for the above changes.
9267 Don't suppress the checking of C even if the repertory supports it.
9268 (Flist_fonts): Adjust for the above changes.
9269
9270 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
9271 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
9272 Reject a font who has adstyle property that is different from a
9273 langname derived from registry property.
9274 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
9275
9276 2009-07-13 Eli Zaretskii <eliz@gnu.org>
9277
9278 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
9279 local copy of dirfilename.
9280
9281 2009-07-13 Kenichi Handa <handa@m17n.org>
9282
9283 * chartab.c (sub_char_table_ref_and_range): Fix the range check
9284 against max_char.
9285
9286 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
9287 calling XSYMBOL (sym).
9288
9289 2009-07-11 Eli Zaretskii <eliz@gnu.org>
9290
9291 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
9292 New function.
9293 (directory_files_internal) [WINDOWSNT]:
9294 Bind w32-get-true-file-attributes to either t or nil, depending whether
9295 the filesystem of the directory is fast or slow.
9296
9297 * w32.c (logon_network_drive): Don't assume PATH is an absolute
9298 file name.
9299 (is_slow_fs): New function.
9300 (stat): Use it to determine whether to issue more system calls to
9301 get accurate file attributes, when w32-get-true-file-attributes is
9302 `local'.
9303
9304 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
9305
9306 * xfns.c (Fx_select_font): Remember last font selected in
9307 x_last_font_name and use that the next time. Also try the frame
9308 parameter font-parameter as default to the font dialog.
9309
9310 2009-07-10 Kenichi Handa <handa@m17n.org>
9311
9312 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
9313
9314 2009-07-09 Eli Zaretskii <eliz@gnu.org>
9315
9316 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
9317
9318 * w32.c (stat): Treat UNC file names as residing on remote
9319 drives. (Bug#3542)
9320
9321 2009-07-09 Kenichi Handa <handa@m17n.org>
9322
9323 * fontset.c (fontset_find_font): Fix previous change.
9324
9325 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
9326
9327 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
9328 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
9329 error flag.
9330
9331 2009-07-08 Kenichi Handa <handa@m17n.org>
9332
9333 * fontset.c (fontset_find_font): Fix the logic of handling
9334 charset_matched.
9335 (font_for_char): Delete unused var.
9336 (generate_ascii_font_name): Delete it.
9337
9338 * coding.h (JIS_TO_SJIS2): Fix the code range check.
9339
9340 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
9341 (encode_coding_sjis): Fix the code range check.
9342
9343 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
9344
9345 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
9346 (Fexpand_file_name): Copy string data properly (Bug#3772).
9347
9348 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
9349
9350 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
9351 first MapNotify.
9352
9353 2009-07-07 Kenichi Handa <handa@m17n.org>
9354
9355 * character.h (unibyte_has_multibyte_table): Delete extern.
9356 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
9357
9358 * charset.c (Fset_charset_priority): Update charset_unibyte.
9359 (syms_of_charset): Initialize charset_unibyte.
9360
9361 * character.c (unibyte_has_multibyte_table): Delete it.
9362 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
9363 charset_unibyte.
9364 (multibyte_char_to_unibyte_safe): Likewise.
9365 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
9366
9367 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
9368 (x_produce_glyphs): Likewise.
9369
9370 * .gdbinit (xcharset): Fix the treating $arg0.
9371
9372 2009-07-04 Eli Zaretskii <eliz@gnu.org>
9373
9374 Emulation of `getloadavg' on MS-Windows.
9375 * w32.c: Include float.h.
9376 (g_b_init_get_native_system_info, g_b_init_get_system_times)
9377 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
9378 (get_native_system_info, get_system_times): New functions.
9379 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
9380 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
9381 (globals_of_w32): Initialize g_b_init_get_native_system_info,
9382 g_b_init_get_system_times, and num_of_processors.
9383
9384 2009-07-03 Jason Rumney <jasonr@gnu.org>
9385
9386 * w32term.c (w32_initialize): Use standard types.
9387
9388 2009-07-03 Eli Zaretskii <eliz@gnu.org>
9389
9390 * dired.c (Ffile_attributes): Decode user and group names by the
9391 locale's encoding. (Bug#3443)
9392
9393 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
9394
9395 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
9396 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
9397
9398 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
9399
9400 * term.c (init_tty): Remove spurious #ifdef.
9401
9402 * m/mips.h: Mention this file is also used for netbsd.
9403 * m/pmax.h: Remove file.
9404
9405 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9406
9407 * xterm.h (struct x_display_info): Add invisible_cursor.
9408 (struct x_output): Add current_cursor.
9409
9410 * xterm.c (XTtoggle_invisible_pointer): New function.
9411 (x_define_frame_cursor): Don't define cursor if invisible or the
9412 same as before. Set current_cursor.
9413 (x_create_terminal): Set toggle_invisible_pointer_hook.
9414
9415 * xfns.c (make_invisible_cursor): New function.
9416 (x_set_mouse_color): Call make_invisible_cursor.
9417 Set current_cursor.
9418 (x_window): Set current_cursor.
9419
9420 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
9421
9422 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
9423 inserting a character.
9424 (read_avail_input): Call frame_make_pointer_visible.
9425
9426 * frame.c (Vmake_pointer_invisible): New variable.
9427 (frame_make_pointer_invisible, frame_make_pointer_visible):
9428 New functions.
9429 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
9430
9431 * frame.h: Declare frame_make_pointer_invisible and
9432 frame_make_pointer_visible.
9433 (struct frame): Add pointer_invisible.
9434
9435 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
9436
9437 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
9438 frame isn't visible.
9439 (xg_frame_resized): If width/height is -1, get size of window
9440 from X server.
9441
9442 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
9443 for MapNotify.
9444
9445 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
9446 here or call change_frame_size. Just call flush_and_sync.
9447 (flush_and_sync): Reintroduce.
9448
9449 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9450
9451 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
9452
9453 * xterm.c (x_handle_net_wm_state): Also look for sticky.
9454 (x_term_init): Initialize Xatom_net_wm_state_sticky.
9455
9456 * frame.h: Declare Qsticky.
9457
9458 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
9459
9460 * nsfns.m (ns_frame_parm_handlers): Ditto.
9461
9462 * frame.c: Declare Qsticky.
9463 (frame_parms): Add sticky.
9464
9465 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
9466
9467 * xterm.h: Declare x_set_sticky.
9468
9469 * xterm.c (x_set_sticky): New function.
9470
9471 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
9472 (xg_tool_bar_menu_proxy): Attach enter/leave events to
9473 xg_tool_bar_proxy_help_callback.
9474
9475 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
9476
9477 * frame.c: Qmaximized is new.
9478 (x_set_frame_parameters): Do not handle fullscreen specially.
9479 Only set width and height if explicitly set.
9480 (x_set_fullscreen): Handle Qmaximized.
9481 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
9482 (syms_of_frame): Initialize Qmaximized.
9483
9484 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
9485 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
9486
9487 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
9488 for Expose event. Add call to x_check_fullscreen for MapNotify event.
9489 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
9490 set gravity to NorthWestGravity when USE_GTK.
9491 (set_wm_state): New function.
9492 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
9493 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
9494 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
9495 or the case when no window manager is running. That means remove calls
9496 to x_real_positions and x_fullscreen_adjust.
9497
9498 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
9499 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
9500 flush_and_sync.
9501 (xg_height_changed): New function.
9502 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
9503 and gtk_window_set_policy. Set frame gravity after parsing the
9504 geometry string.
9505 (xg_update_frame_menubar, free_frame_menubar)
9506 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
9507 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
9508 Remove calls to xg_frame_set_char_size.
9509
9510 2009-07-01 Kenichi Handa <handa@m17n.org>
9511
9512 * keyboard.c (decode_keyboard_code): New function.
9513 (tty_read_avail_input): Decode the input bytes if necessary.
9514
9515 * coding.c (setup_coding_system):
9516 Initialize coding->carryover_bytes to 0.
9517 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
9518 use Qno_conversion.
9519
9520 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9521
9522 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
9523
9524 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
9525
9526 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
9527
9528 2009-06-30 Jason Rumney <jasonr@gnu.org>
9529
9530 * w32term.c (w32_initialize): Use GetModuleHandle for library that
9531 is already loaded.
9532 Set user model ID if supported (bug#1849).
9533
9534 2009-06-29 Jim Meyering <meyering@redhat.com>
9535
9536 Remove useless if-before-xfree test.
9537 * nsfont.m (nsfont_close): Remove useless test.
9538 * term.c (delete_tty): Likewise.
9539 * w32.c (system_process_attributes): Likewise.
9540 * w32font.c (w32font_close): Likewise.
9541 * xfaces.c (x_free_gc): Likewise.
9542 * xselect.c (buffer): Likewise.
9543
9544 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
9545
9546 * process.c (send_process): Keep decoded string in a local
9547 variable and protect it from GC. (Bug#3521)
9548
9549 2009-06-28 Eli Zaretskii <eliz@gnu.org>
9550
9551 * term.c (create_tty_output) [MSDOS]: #ifdef away.
9552 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
9553
9554 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
9555
9556 * xdisp.c (start_display, handle_face_prop)
9557 (move_it_vertically_backward, cursor_row_fully_visible_p)
9558 (redisplay_window, try_window_id, produce_image_glyph):
9559 Delete some #ifdef-ed out code chunks that are now obsolete.
9560
9561 * xterm.c (x_update_window_begin, x_new_focus_frame)
9562 (x_scroll_bar_handle_click, handle_one_xevent)
9563 (handle_one_xevent, XTread_socket, x_focus_on_frame)
9564 (x_make_frame_visible, x_make_frame_invisible)
9565 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
9566 code chunks that are now obsolete.
9567
9568 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
9569
9570 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
9571 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
9572 for hours, when optimzation is enabled.
9573 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
9574 (xd_read_message): Make them static.
9575
9576 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
9577
9578 * term.c (turn_on_face): Allow simultaneously bold and dim
9579 terminal faces (Bug#3530).
9580
9581 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
9582
9583 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
9584
9585 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
9586 truncation glyphs (Bug#3686).
9587
9588 2009-06-27 Glenn Morris <rgm@gnu.org>
9589
9590 * m/pmax.h: Restore file, with only netbsd portions.
9591
9592 2009-06-26 David Reitter <david.reitter@gmail.com>
9593
9594 * nsterm.m (keydown): Avoid infinite loop.
9595
9596 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
9597
9598 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
9599 the arg FORCE_SYMBOL.
9600
9601 2009-06-25 Kenichi Handa <handa@m17n.org>
9602
9603 * fontset.c (fontset_find_font): When a usable rfont_def is found
9604 in a fallback font-group, make it the first element of the group.
9605
9606 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
9607
9608 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
9609
9610 2009-06-24 Kenichi Handa <handa@m17n.org>
9611
9612 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
9613 set for C.
9614 (fontset_font): Record the availability of a font for C both in
9615 the realized fontsets of the current one and the default one.
9616
9617 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9618
9619 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
9620 conditional, it is always defined on AIX.
9621
9622 2009-06-23 Miles Bader <miles@gnu.org>
9623
9624 * window.c (Vrecenter_redisplay): New variable.
9625 (syms_of_window): Initialize it.
9626 (Qtty): New extern declaration.
9627 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
9628
9629 2009-06-23 Jim Meyering <meyering@redhat.com>
9630
9631 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
9632 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
9633 pointer dereferences are guaranteed to be valid.
9634
9635 2009-06-23 Kenichi Handa <handa@m17n.org>
9636
9637 * emacs.c (main): Call init_font ().
9638
9639 * font.h (Vfont_log): Extern it.
9640 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
9641
9642 * font.c (font_sort_entities, font_list_entities)
9643 (font_matching_entity, font_open_entity)
9644 (font_close_object): Change font_add_log to FONT_ADD_LOG.
9645 (Vfont_log): Delete static.
9646 (font_log_env_checked): Delete this variable.
9647 (font_add_log): Don't check font_log_env_checked.
9648 (font_deferred_log): Check Vfont_log.
9649 (init_font): New function.
9650
9651 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
9652
9653 * w32font.c: Change font_add_log to FONT_ADD_LOG.
9654
9655 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
9656
9657 * xfont.c: Change font_add_log to FONT_ADD_LOG.
9658
9659 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
9660 (face_for_char): Don't call font_deferred_log here.
9661 (font_for_char): Likewise.
9662
9663 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
9664
9665 * w32term.c (x_draw_glyph_string): Use the glyph string's width
9666 rather than its background_width for drawing the overline and
9667 underline (Bug#489).
9668
9669 * xterm.c (x_draw_glyph_string): Use the glyph string's width
9670 rather than its background_width for drawing the overline and
9671 underline (Bug#489).
9672 (xg_default_icon_file): New variable.
9673 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
9674 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9675
9676 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
9677 (load_overlay_strings): Remove externs.
9678 (fast_find_position): Function deleted.
9679 (mouse_face_from_buffer_pos): New function, based on
9680 fast_find_position. Correctly handle before-strings,
9681 display-strings, and after-strings (Bug#1220).
9682 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
9683
9684 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
9685
9686 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
9687 (move_it_in_display_line_to, move_it_in_display_line_to)
9688 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
9689
9690 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
9691
9692 * Branch for 23.1.
9693
9694 2009-06-21 Jason Rumney <jasonr@gnu.org>
9695
9696 * w32term.c (keyboard_codepage): New static variable.
9697 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
9698 (w32_read_socket) [WM_CHAR]: Use it to decode character
9699 input (bug#3237).
9700 (w32_initialize): Initialize it.
9701 (codepage_for_locale): New function.
9702
9703 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
9704
9705 * process.c (status_message): Pass Faset index argument as a lisp
9706 object, so as to work with USE_LISP_UNION_TYPE.
9707
9708 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9709
9710 * coding.c (Ffind_coding_systems_region_internal):
9711 Cache checked characters.
9712
9713 2009-06-18 Kenichi Handa <handa@m17n.org>
9714
9715 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
9716
9717 2009-06-18 Andreas Schwab <aschwab@redhat.com>
9718
9719 * xdisp.c (redisplay_internal): Check that the frame is still
9720 live after redisplay of its windows.
9721 (redisplay_windows): Check that the window is still live.
9722
9723 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
9724
9725 * coding.c (detect_coding_utf_16): Fix previous change.
9726
9727 2009-06-16 Kenichi Handa <handa@m17n.org>
9728
9729 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
9730 UTF-16 by checking the dispersion of Eth and Oth bytes.
9731
9732 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
9733
9734 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
9735
9736 2009-06-15 Kenichi Handa <handa@m17n.org>
9737
9738 * process.c (status_message): Fix previous change. Be sure to
9739 decode a localized string.
9740
9741 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9742
9743 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
9744 add comment explaining why.
9745
9746 2009-06-14 Sidney Markowitz <sidney@sidney.com>
9747
9748 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
9749
9750 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
9751
9752 * nsfont.m (ns_attribute_value): Remove.
9753 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
9754 (ns_has_attribute): Shrink the normal range.
9755 (ns_findfonts): Don't worry about requested spec in determining
9756 need for synthItal.
9757 (ns_get_covering_families): Retain scriptToFamilies.
9758
9759 2009-06-14 Seiji Zenitani <zenitani@mac.com>
9760
9761 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
9762
9763 2009-06-11 Kenichi Handa <handa@m17n.org>
9764
9765 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9766 overhang for the static composition case.
9767
9768 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9769
9770 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9771 overhang for the automatic composition case.
9772
9773 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
9774 composition case.
9775
9776 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
9777
9778 * xdisp.c (get_next_display_element): When handling wrap-prefix
9779 and line-prefix, treat \n as a control character (bug#3502).
9780
9781 2009-06-10 Kenichi Handa <handa@m17n.org>
9782
9783 * font.c (font_parse_family_registry): Fix for one-char foundry.
9784 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
9785
9786 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
9787
9788 * process.c (status_message): Fix handling of multibyte signal
9789 string (Bug#3499).
9790
9791 2009-06-09 Jim Meyering <meyering@redhat.com>
9792
9793 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
9794 color name is missing.
9795
9796 2009-06-09 Kenichi Handa <handa@m17n.org>
9797
9798 * charset.c (Fmap_charset_chars): In docstring, state clearly that
9799 FROM-CODE and TO-CODE are codepoints of CHARSET.
9800
9801 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9802
9803 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
9804
9805 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
9806
9807 Changes to support :script/:lang/:otf in NS font driver.
9808 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
9809 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
9810 indicate not part of font driver interface, and change callers.
9811 (ns_get_family): Remove pointless null check.
9812 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
9813 ns_spec_to_descriptor, ns_descriptor_to_entity.
9814 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
9815 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
9816 (ns_spec_to_descriptor, ns_descriptor_to_entity)
9817 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
9818 (ns_get_req_script, ns_accumulate_script_ranges)
9819 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
9820 New functions.
9821 (nsfont_list, nsfont_match): Use ns_findfonts.
9822 (nsfont_open): Use font descriptor instead of traits.
9823 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
9824 (dump_glyphstring): Rename to ns_dump_glyphstring.
9825
9826 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
9827
9828 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
9829
9830 * fontset.c (fontset_from_font): Remove NS-specific code.
9831
9832 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
9833
9834 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
9835 nonactive windows.
9836
9837 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
9838
9839 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
9840
9841 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
9842
9843 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
9844
9845 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
9846
9847 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
9848 account for the overflowing of newlines into the last glyph on the
9849 display line (Bug#3482).
9850
9851 2009-06-05 David Reitter <david.reitter@gmail.com>
9852
9853 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
9854 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
9855 Fns_selection_exists_p, Fns_selection_owner_p.
9856
9857 2009-06-03 Jason Rumney <jasonr@gnu.org>
9858
9859 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
9860 available. (Bug#3379)
9861
9862 2009-05-29 Kenichi Handa <handa@m17n.org>
9863
9864 * coding.c (get_translation_table):
9865 Check Venable_character_translation.
9866
9867 2009-05-26 David Reitter <david.reitter@gmail.com>
9868
9869 * nsterm.m (ns_raise_frame): Only raise frame if visible.
9870 (x_make_frame_visible): Move frame to front rather than calling
9871 ns_raise_frame().
9872 (keyDown:): Do not swallow events that aren't re-sent if frame
9873 isn't key window.
9874 (drawRect:): Do not set visibility/iconified flags because
9875 drawRect may be called by NSView even if the frame is hidden.
9876
9877 * nsfns.m (Fx_create_frame): Follow other ports in
9878 determining visibility; default to t. Ensure async_visible is set.
9879
9880 2009-05-23 Eli Zaretskii <eliz@gnu.org>
9881
9882 * dired.c (Ffile_attributes): Doc fix.
9883
9884 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
9885
9886 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
9887
9888 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
9891 and xfont_scratch_props.
9892 (syms_of_xfont): Do it here instead.
9893 (xfont_find_ccl_program): Delete, unused.
9894 (xfont_open): Delete unused var `i'.
9895
9896 2009-05-21 Kenichi Handa <handa@m17n.org>
9897
9898 * fontset.c (Qlatin): Don't make it static.
9899
9900 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
9901 New functions.
9902 (xfont_scripts_cache, xfont_scratch_props): New variables.
9903 (Qlatin, Vscalable_fonts_allowed): Extern it.
9904 (xfont_list_pattern): Argument changed. Callers changed.
9905 Check Vscalable_fonts_allowed. Check the support of a script.
9906 (xfont_list): Don't reject a font spec with :script property.
9907 (xfont_has_char): Fix setting of encoding.
9908 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
9909 xfont_scratch_props.
9910
9911 2009-05-19 Kenichi Handa <handa@m17n.org>
9912
9913 * font.c (font_sort_entities): Rename from font_sort_entites.
9914 Callers changed.
9915
9916 2009-05-18 Kenichi Handa <handa@m17n.org>
9917
9918 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
9919
9920 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
9923 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
9924
9925 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9926
9927 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
9928 (x_delete_terminal): Dissociate resource database from display and
9929 then call XrmDestroyDatabase before closing display.
9930
9931 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9932
9933 * nsterm.m (ns_read_socket): Remove unused variable.
9934 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
9935 whether selected frame is viable before raising it (based on patch
9936 by David Reitter), and improve commentary.
9937 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9938
9939 2009-05-15 Kenichi Handa <handa@m17n.org>
9940
9941 * font.c (Ffont_spec): Check arguments.
9942
9943 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
9944
9945 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
9946 weight when testing attributes (Bug#3282).
9947
9948 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9949
9950 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
9951 what we expect to get in the next ConfigureNotify event.
9952
9953 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
9954 before Xft one (Bug#1696).
9955
9956 2009-05-07 David Reitter <david.reitter@gmail.com>
9957
9958 * nsfns.m (Fx_display_planes): Compute bitplanes using
9959 NSBitsPerPixelFromDepth (Bug#3207).
9960
9961 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
9962
9963 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
9964
9965 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
9966
9967 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
9968
9969 2009-05-07 David Reitter <david.reitter@gmail.com>
9970
9971 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
9972 Respect mouse face background.
9973
9974 2009-05-07 David Reitter <david.reitter@gmail.com>
9975
9976 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
9977 Mouse movement/highlight: bracket drawing operations
9978 in ns_update_begin and ns_update_end.
9979
9980 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9981
9982 * nsfns.m (ns_get_screen): Rewrite.
9983 Don't presume selected-frame is of type `ns'.
9984
9985 * font.c (font_update_drivers): Sanity fallback to avoid disabling
9986 all drivers.
9987
9988 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
9989
9990 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9991
9992 * keyboard.h (add_user_signal): Fix typo in extern.
9993
9994 * lisp.h (add_user_signal): Remove extern.
9995
9996 * unexelf.c (unexec): Consider a section to precede the .bss section
9997 if its addresses overlap that of .bss.
9998 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
9999 instead of dumping process.
10000
10001 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
10004
10005 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
10008
10009 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
10010
10011 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
10012 any statements.
10013
10014 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
10015
10016 * process.c (read_process_output): Make sure the current buffer is
10017 always restored.
10018
10019 * coding.c (record_conversion_result): Don't modify
10020 Vlast_code_conversion_error for successful result.
10021 (alloc_destination): Don't clobber conversion result. (Bug#1650)
10022
10023 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10024
10025 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
10026 (load_charset_map): Remove unnecessary code.
10027
10028 2009-04-30 David Reitter <david.reitter@gmail.com>
10029
10030 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
10031 through f24.
10032
10033 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
10034
10035 * xfaces.c (face_at_buffer_position): New arg base_face_id.
10036
10037 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
10038 face_at_buffer_position.
10039 (face_before_or_after_it_pos, get_next_display_element)
10040 (note_mouse_highlight): Update face_at_buffer_position call.
10041
10042 * term.c (term_mouse_highlight):
10043 * msdos.c (IT_note_mouse_highlight):
10044 * fontset.c (Finternal_char_font):
10045 * font.c (font_at, font_range): Update face_at_buffer_position call.
10046
10047 * dispextern.h (face_at_buffer_position): Update prototype.
10048
10049 2009-04-30 Kenichi Handa <handa@m17n.org>
10050
10051 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
10052
10053 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
10054
10055 * callproc.c (Fcall_process): Fix GC protection. Make sure
10056 current buffer is always restored.
10057
10058 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10059
10060 * atimer.c (init_atimer): Also clear stopped_atimers.
10061
10062 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
10063
10064 * process.c (create_process): Clean up merger residues of
10065 2008-07-17 change.
10066
10067 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
10068
10069 * lread.c (Vread_circle): New variable.
10070 (read1): Disable recursive read if Vread_circle is nil.
10071
10072 2009-04-29 Kenichi Handa <handa@m17n.org>
10073
10074 * fontset.h (set_default_ascii_font): Delete extern.
10075
10076 * fontset.c (set_default_ascii_font): Delete this unused function.
10077
10078 * frame.c (x_set_font): When ARG is a font-object, check if the
10079 font-object matches with the ASCII font-spec of the frame's
10080 fontset. If not, create a new fontset for the frame. (Bug #3075)
10081
10082 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
10083
10084 * fns.c (Flocale_info): Protect vector from GC during decoding.
10085
10086 * process.c (Fstart_process): Protect argv strings from GC during
10087 encoding.
10088
10089 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
10090
10091 * sysdep.c: Include <ctype.h>.
10092
10093 2009-04-27 David Reitter <david.reitter@gmail.com>
10094
10095 * nsfont.m (nsfont_open): Remove unused variable shrink.
10096 Remove commented-out code.
10097
10098 2009-04-26 Johan Bockgård <bojohan@gnu.org>
10099
10100 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
10101
10102 2009-04-25 Jason Rumney <jasonr@gnu.org>
10103
10104 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
10105
10106 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10107
10108 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
10109 Swap bytes in short integer if fringe bitmap width > 8.
10110
10111 2009-04-23 Kenichi Handa <handa@m17n.org>
10112
10113 * xfaces.c (Fx_list_fonts): If a font size is specified in
10114 PATTERN, set it in returned scalable fonts.
10115
10116 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
10117
10118 * keyboard.c (Fset_input_meta_mode): Doc fix.
10119
10120 * dispnew.c (Fsend_string_to_terminal): Doc fix.
10121
10122 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
10123
10124 * coding.c (Fterminal_coding_system): Doc fix.
10125
10126 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
10127 (Fx_display_pixel_height, Fx_display_planes)
10128 (Fx_display_color_cells, Fx_server_max_request_size)
10129 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
10130 (Fx_display_mm_height, Fx_display_mm_width)
10131 (Fx_display_backing_store, Fx_display_visual_class)
10132 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
10133 Doc fixes, replacing "terminal id" with "terminal object".
10134 (check_x_display_info): Handle terminal objects instead of
10135 terminal ids.
10136
10137 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
10138 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
10139 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
10140 Doc fixes, replacing "terminal id" with "terminal object".
10141
10142 2009-04-21 Kenichi Handa <handa@m17n.org>
10143
10144 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
10145 (font_score): Check AVGWIDTH too.
10146
10147 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
10148 worst case.
10149 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
10150 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
10151
10152 2009-04-19 Jason Rumney <jasonr@gnu.org>
10153
10154 The following changes fix Bug#3005 for wide glyphs on each platform,
10155 without reintroducing Bug#1258 for stretch glyphs.
10156
10157 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
10158 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
10159 get_phys_cursor_geometry.
10160
10161 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
10162 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
10163 using get_phys_cursor_geometry.
10164
10165 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
10166 correctly calculated.
10167
10168 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
10169
10170 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
10171 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
10172 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
10173 is deprecated.
10174
10175 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
10176
10177 * font.c (font_put_frame_data): Use xfree instead of free.
10178
10179 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
10180
10181 * w32font.c (Qja, Qko): Remove declarations.
10182 (syms_of_w32font): Don't DEFSYM them.
10183
10184 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
10185
10186 * font.c (Qja, Qko): Move definitions here from ftfont.c.
10187
10188 * font.h (Qja, Qko): Extern them.
10189
10190 * ftfont.c (Qja, Qko): Remove declarations.
10191
10192 * xfont.c (Qja, Qko): Remove declarations.
10193
10194 2009-04-17 Kenichi Handa <handa@m17n.org>
10195
10196 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
10197 string from a vector to handle Latin-1 characters correctly.
10198
10199 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
10200 entity even if the cache hits.
10201
10202 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
10203
10204 * search.c (boyer_moore): Use zero as marker value for a possible
10205 match instead of depending on overflow behavior. (Bug#2844)
10206
10207 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
10208 * lisp.h: Adjust prototypes.
10209
10210 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
10211
10212 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
10213 change (Bug#3003).
10214
10215 2009-04-16 Kenichi Handa <handa@m17n.org>
10216
10217 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
10218
10219 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
10220 adstyle.
10221
10222 * ftfont.c (Qja, Qko): Don't make them static.
10223 (enum ftfont_cache_for): New enum.
10224 (fc_charset_table): Undo the previous change.
10225 (ftfont_get_latin1_charset): Delete it.
10226 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
10227 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
10228 non-scarable font, try to get AVERAGE_WIDTH.
10229 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
10230 Change ft_face_cache from a list of a hash-table. Don't check
10231 `ja' and `ko' adstyle here.
10232 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
10233 FTFONT_CACHE_FOR_CHARET.
10234 (ftfont_get_charset): Undo the previous change.
10235 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
10236 (ftfont_close): Likewise.
10237 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
10238
10239 * font.c (font_sort_entites): Change the meaning of the arg
10240 BEST-ONLY. Don't optimize for VEC of lenght 1.
10241 (font_select_entity): Just return the value of font_sort_entites.
10242
10243 * xfaces.c (merge_face_vectors): Reflect font properties in
10244 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
10245 font_clear_prop if a face attribute doesn't change.
10246
10247 * charset.h (charset_ksc5601): Extern it.
10248
10249 * charset.c (charset_ksc5601): New variable.
10250 (Fdefine_charset_internal): Set charset_ksc5601.
10251 (init_charset_once): Initialize charset_ksc5601 to -1.
10252
10253 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
10254
10255 * fileio.c (history_delete_duplicates): Remove unused declaration.
10256
10257 * callint.c (history_delete_duplicates): New declaration.
10258 (Fcall_interactively): Remove command history duplicates when
10259 history_delete_duplicates is true.
10260
10261 2009-04-14 Eli Zaretskii <eliz@gnu.org>
10262
10263 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
10264
10265 2009-04-14 Kenichi Handa <handa@m17n.org>
10266
10267 * font.c (Ffont_info): Fix docstring. Fix the second element of
10268 the returned value (bug#2949).
10269
10270 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
10271
10272 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
10273
10274 2009-04-14 Kenichi Handa <handa@m17n.org>
10275
10276 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
10277 encoding charset is ascii_compatible.
10278
10279 * charset.c (Fdefine_charset_internal): Make charset
10280 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
10281 code_offset is 0, and covers all ASCII characters.
10282
10283 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
10286 (ns_string_to_pasteboard_internal):
10287 * nsmenu.m (process_dialog):
10288 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
10289 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
10290 * lisp.h (Fx_load_color_file): Declare.
10291
10292 2009-04-13 Kenichi Handa <handa@m17n.org>
10293
10294 * font.c (font_delete_unmatched): Preserve the order of list elements.
10295 (font_select_entity): Suppress the code to optimize for the same
10296 kind of fonts.
10297 (font_load_for_lface): Get a font that supports at least ASCII
10298 characters.
10299
10300 * ftfont.c (Qja, Qko): New variables.
10301 (fc_charset_table): Delete uniquifier data for iso8859-1.
10302 (ftfont_get_latin1_charset): New function.
10303 (get_adstyle_property): New function.
10304 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
10305 bitmap fonts.
10306 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
10307 Delete iso-8859-1 range from the charset of fonts whose adstyle is
10308 `ko' or `ja'.
10309 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
10310 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
10311 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
10312 property.
10313 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
10314 (syms_of_ftfont): DEFSYM Qja and Qko.
10315
10316 2009-04-09 Kenichi Handa <handa@m17n.org>
10317
10318 * charset.c (map_charset_chars): For a charset of `superset'
10319 method, fix calculation of code range.
10320
10321 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
10322 from the list of extra properties.
10323 (font_clear_prop): Be sure to delete `:name' font property.
10324
10325 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10326
10327 * dispnew.c (redraw_overlapping_rows): Fix detection of
10328 overlapping for topmost and bottommost rows.
10329
10330 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
10331
10332 2009-04-06 Jason Rumney <jasonr@gnu.org>
10333
10334 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
10335
10336 2009-04-06 Kenichi Handa <handa@m17n.org>
10337
10338 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
10339
10340 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
10341
10342 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10343
10344 * ftfont.c (ftfont_open): Fix checking of the return value of
10345 FT_Load_Char. Fix setting font->underline_thickness.
10346
10347 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
10348
10349 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
10350 (Fterminal_parameters, Fterminal_parameter)
10351 (Fset_terminal_parameter): In doc string, refer to terminal
10352 objects rather than terminal ids.
10353
10354 2009-04-04 Eli Zaretskii <eliz@gnu.org>
10355
10356 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
10357 ret_lim_data. (Bug#2867)
10358
10359 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
10360
10361 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
10362 so they don't get wider than the window, matching 2006-01-23
10363 change to the partner function in xdisp.c (Bug#2800).
10364
10365 2009-04-03 Kenichi Handa <handa@m17n.org>
10366
10367 * print.c (print_object): Make each lowest sub_char_table start a
10368 new line (Bug#2866).
10369
10370 2009-04-02 Kenichi Handa <handa@m17n.org>
10371
10372 * fontset.c (fontset_font): Record no-font when a fontset
10373 explicitly tells not to try another font-specs.
10374
10375 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
10376
10377 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
10378
10379 2009-03-30 Kenichi Handa <handa@m17n.org>
10380
10381 * fontset.c (fontset_from_font): Specify only registry in a
10382 font-spec for all characters supported by that registry.
10383
10384 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
10385 even if HAVE_M17N_FLT is not defined.
10386
10387 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
10388
10389 * ftfont.c: Conditionalize prototyping and use of
10390 ftfont_variation_glyphs.
10391
10392 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * frame.c (delete_frame): Work around compiler bug.
10395
10396 * editfns.c (general_insert_function): Adjust to insdel.c changes.
10397 * insdel.c (prepare_to_modify_buffer, signal_before_change):
10398 Some more EMACS_INT.
10399 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
10400
10401 * xdisp.c (dump_glyph): Fix typo.
10402
10403 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
10404 (adjust_markers_gap_motion, adjust_markers_for_delete)
10405 (adjust_markers_for_insert, adjust_point)
10406 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
10407 (make_gap, copy_text, count_size_as_multibyte, insert)
10408 (insert_and_inherit, insert_before_markers)
10409 (insert_before_markers_and_inherit, insert_1)
10410 (count_combining_before, count_combining_after, insert_1_both)
10411 (insert_from_string, insert_from_string_before_markers)
10412 (insert_from_string_1, insert_from_gap, insert_from_buffer)
10413 (insert_from_buffer_1, adjust_after_replace)
10414 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
10415 (replace_range_2, del_range, del_range_1, del_range_byte)
10416 (del_range_both, del_range_2, modify_region)
10417 (prepare_to_modify_buffer, signal_before_change)
10418 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
10419 for buffer positions and sizes.
10420 * lisp.h: Adjust prototypes accordingly.
10421
10422 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
10423 (non_regular_inserted, non_regular_nbytes, read_non_regular)
10424 (Finsert_file_contents): Use EMACS_INT for buffer positions.
10425
10426 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
10427
10428 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
10429
10430 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
10431 lines and columns so we keep the same pixel height and width.
10432
10433 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
10434 the property _NET_WM_STATE has changed.
10435 (x_handle_net_wm_state): New function to update frame parameter
10436 fullscreen.
10437 (x_term_init): Initialize atoms for _NET_WM_STATE.
10438
10439 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
10440
10441 2009-03-27 Kevin Ryde <user42@zip.com.au>
10442
10443 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
10444 Gpm_GetEvent as an error that justifies closing the filedescriptor.
10445 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
10446 (Fgpm_mouse_stop): Pass that new parameter.
10447 * termhooks.h (close_gpm): Adjust prototype.
10448
10449 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * lisp.h (Fx_focus_frame): Declare.
10452
10453 * callint.c (Fcall_interactively): For '^' just delegate the work to
10454 handle-shift-selection.
10455 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
10456
10457 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
10458
10459 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
10460
10461 * data.c (Qinteractive_form): New variable.
10462 (Finteractive_form): Use it.
10463
10464 * eval.c (Fcommandp): Use Qinteractive_form.
10465
10466 2009-03-24 Jason Rumney <jasonr@gnu.org>
10467
10468 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
10469 Calculate total size precisely. Decode environment variables
10470 before substituting. (Bug#38)
10471
10472 2009-03-24 Kenichi Handa <handa@m17n.org>
10473
10474 * font.c (find_font_encoding): Return Qnil for unsupported
10475 encoding (Bug#2722).
10476
10477 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
10478
10479 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
10480 that gdpy is set.
10481
10482 2009-03-22 Alan Mackenzie <acm@muc.de>
10483
10484 * callint.c (Finteractive): Clarify the doc string - even
10485 promptless elements need \n separators.
10486
10487 2009-03-22 Jason Rumney <jasonr@gnu.org>
10488
10489 * w32term.c (syms_of_w32term): Doc fix for
10490 x-use-underline-position-properties.
10491
10492 2009-03-21 Eli Zaretskii <eliz@gnu.org>
10493
10494 * w32.c (getpwuid): Change argument type to unsigned.
10495 (struct w32_id): Change type of `rid' member to unsigned.
10496 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
10497 argument ID to unsigned. All callers changed.
10498 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
10499
10500 2009-03-20 Eli Zaretskii <eliz@gnu.org>
10501
10502 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
10503 negative, produce a float value.
10504
10505 * dired.c (make_uid, make_gid): New functions.
10506 (Ffile_attributes): Use them to avoid negative UID and GID.
10507
10508 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
10511 (syms_of_keyboard) <command-hook-internal, input-method-function>:
10512 Fix typos in docstrings.
10513
10514 2009-03-19 Kenichi Handa <handa@m17n.org>
10515
10516 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
10517 changed, use font_load_for_lface to get a new font object.
10518 Call free_realized_fontset after handling ASCII font change.
10519
10520 * frame.c (x_set_font): Handle the case that ARG is a cons.
10521
10522 2009-03-19 Glenn Morris <rgm@gnu.org>
10523
10524 * fileio.c (Fsubstitute_in_file_name): Doc fix.
10525
10526 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
10527
10528 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
10529
10530 2009-03-19 Kenichi Handa <handa@m17n.org>
10531
10532 * charset.c (load_charset_map_from_file): When a mapfile can't be
10533 loaded, signal an error.
10534
10535 2009-03-18 Eli Zaretskii <eliz@gnu.org>
10536
10537 * dired.c (Ffile_attributes): Make sure UID and GID are always
10538 positive, even if the value is too large for a positive EMACS_INT.
10539 Doc fix.
10540
10541 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
10542
10543 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10544
10545 * xmenu.c (xdialog_show): Move Fredisplay call ...
10546 (Fx_popup_dialog): ... here.
10547
10548 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * dired.c (file_name_completion): Disable the first optimization just
10551 installed, since it is not implemented correctly.
10552
10553 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * dired.c (file_name_completion): Check completion-ignored-extensions
10556 only if the entry can affect bestmatch.
10557 Stop the search early, as Ftry_completion already does.
10558
10559 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
10560
10561 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
10562
10563 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
10564
10565 * keyboard.c (parse_menu_item): Don't display remappings as menu
10566 equivalent bindings (Bug#788).
10567
10568 2009-03-15 Jason Rumney <jasonr@gnu.org>
10569
10570 * w32term.h (WM_EMACS_PAINT): New message.
10571 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
10572 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
10573 before passing to lisp thread. (Bug#950)
10574
10575 2009-03-14 David Reitter <david.reitter@gmail.com>
10576
10577 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
10578 variable as it was never reset.
10579 (ns_term_init): Remove initialization of Lisp-settable defaults
10580 and ns_expand_space.
10581 (-setPanelFromDefaultValues): Remove ns_expand_space.
10582 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
10583 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
10584 i.e. no additional spacing, similar to Carbon port.
10585
10586 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
10587 * nsfns.m (ns-popup-prefs-panel): Remove.
10588
10589 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
10590
10591 * sound.c (alsa_configure): Remove call to deprecated
10592 snd_pcm_sw_params_set_xfer_align.
10593
10594 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
10595
10596 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
10597 after clicking in a detached tool bar.
10598 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
10599
10600 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
10603 int/Lisp_Object mixup).
10604
10605 2009-03-13 Kenichi Handa <handa@m17n.org>
10606
10607 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
10608 Handle NAME nil and t correctly. Callers changed.
10609 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
10610 (set_fontset_font): Change ARG to a vector. Handle range_list in
10611 ARG correctly.
10612 (Fset_fontset_font): Fix the case that TARGET is both a script
10613 name and charset name. Adjust the arg to set_fontset_font for
10614 the above change.
10615 (fontset_from_font): Fix previous change.
10616 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
10617 entry. If FONTSET is the default fontset, don't set the extra
10618 slot of the returning char-table.
10619
10620 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
10621
10622 * nsfns.m (Fx_close_connection): Doc fix.
10623 (Fns_do_applescript): Reflow docstring.
10624 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
10625 (Fx_display_pixel_width, Fx_display_pixel_height)
10626 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
10627 Fix typos in docstrings.
10628 (Fns_set_alpha): Fix typos in error messages.
10629
10630 2009-03-12 David Reitter <david.reitter@gmail.com>
10631
10632 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
10633 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
10634 were used for such events.
10635
10636 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
10637 (toggleToolbar, performDragOperation, runHelp): Use it.
10638
10639 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
10640 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
10641
10642 2009-03-11 Kenichi Handa <handa@m17n.org>
10643
10644 * font.h (font_open_by_spec): Extern it.
10645
10646 * font.c (font_open_by_spec): New function.
10647 (font_open_by_name): Use font_open_by_spec.
10648
10649 * frame.c (x_set_font): When ARG is a font-object, don't alter the
10650 fontset of the frame.
10651
10652 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
10653 modify the default font of frames that use this fontset.
10654 (num_auto_fontsets): New variable.
10655 (fontset_from_font): Use num_auto_fontsets to decide a fontset
10656 name. Be sure to set FONTSET_ASCII to the correct font name.
10657 (update_auto_fontset_alist): New function.
10658
10659 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
10660
10661 * makefile.w32-in: Update dependencies.
10662
10663 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10664
10665 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
10666
10667 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
10670
10671 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
10672
10673 * lread.c (Feval_buffer): Doc fix.
10674
10675 2009-03-09 Kenichi Handa <handa@m17n.org>
10676
10677 * charset.c (Qfile_name_handler_alist): Extern it.
10678 (load_charset_map_from_file): Temporarily bind
10679 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
10680
10681 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
10682
10683 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
10684 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
10685
10686 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
10687
10688 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
10689 (x_set_window_size): Change back to calculated method of setting
10690 toolbar height under Cocoa. (Bug#2546)
10691 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
10692 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
10693
10694 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
10695
10696 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
10697 accelerator in parens under GNUstep.
10698
10699 2009-03-06 Kenichi Handa <handa@m17n.org>
10700
10701 These changes are to detect incorrect composition sequence without
10702 looking ahead the source. (Bug#2370)
10703
10704 * coding.h: Include "composite.h".
10705 (enum compisition_state): New enum.
10706 (struct compisition_status): New struct.
10707 (struct iso_2022_spec): New member cmp_status.
10708 (struct emacs_mule_spec): New struct.
10709 (struct coding_system): New members ctext_extended_segment_len and
10710 embedded_utf_8. Change the union member
10711 spec.emacs_mule_full_support to spec.emacs_mule.
10712
10713 * coding.c (CODING_ISO_CMP_STATUS): New macro.
10714 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
10715 (MAX_ANNOTATION_LENGTH): Define to 5.
10716 (ADD_COMPOSITION_DATA): New arg nbytes.
10717 (emacs_mule_char): New arg cmp_status.
10718 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
10719 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
10720 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
10721 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
10722 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
10723 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
10724 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
10725 (EMACS_MULE_COMPOSITION_END): New macro.
10726 (emacs_mule_finish_composition): New function.
10727 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
10728 (decode_coding_emacs_mule): Avoid long looking ahead while
10729 handling composition.
10730 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
10731 (ENCODE_COMPOSITION_RULE): New macro.
10732 (finish_composition): New function.
10733 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
10734 (DECODE_COMPOSITION_START): New implementation.
10735 (DECODE_COMPOSITION_END): Likewise.
10736 (STORE_COMPOSITION_RULE): New macro.
10737 (decode_coding_iso_2022): Avoid long looking ahead while handling
10738 composition, CTEXT extended segment, and embedded UTF-8.
10739 (setup_coding_system): For a coding of type iso-2022, reset
10740 CODING_ISO_EXTSEGMENT_LEN (coding) and
10741 CODING_ISO_EMBEDDED_UTF_8 (coding).
10742 (get_translation): Delete arguments last_block, from_nchars,
10743 to_nchars. Callers changed.
10744 (produce_chars): Don't modify charbuf. Adjusted for the change of
10745 get_translation.
10746 (produce_composition): Adjust for the new annotation sequence.
10747 (handle_composition_annotation): Likewise.
10748 (consume_chars): Adjust for the change of get_translation.
10749
10750 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
10751
10752 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
10753
10754 2009-03-05 Kenichi Handa <handa@m17n.org>
10755
10756 * font.c (font_select_entity): New function.
10757 (font_find_for_lface): Use font_select_entity to select a font.
10758
10759 * fontset.c (fontset_find_font): If a font found without
10760 restricting to the characters C doesn't support C, try to find a
10761 font with C restriction.
10762
10763 2009-03-04 Nikolaj Schumacher <me@nschum.de>
10764
10765 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
10766
10767 2009-03-04 Jason Rumney <jasonr@gnu.org>
10768
10769 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
10770 characters that have already been read. (Bug#2569)
10771
10772 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
10773 Log an error message if check_image_size failed.
10774 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
10775 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10776
10777 2009-03-02 Eli Zaretskii <eliz@gnu.org>
10778
10779 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
10780 when decoding process output.
10781
10782 2009-03-01 Richard M Stallman <rms@gnu.org>
10783
10784 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
10785
10786 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
10787
10788 2009-02-28 Eli Zaretskii <eliz@gnu.org>
10789
10790 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
10791 (decode_coding_emacs_mule, decode_coding_iso_2022)
10792 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10793 (decode_coding_raw_text, decode_coding_charset)
10794 (setup_coding_system, decode_eol, decode_coding, consume_chars):
10795 Honor inhibit-eol-conversion. (Bug #2186)
10796
10797 2009-02-28 Jason Rumney <jasonr@gnu.org>
10798
10799 * coding.c (detect_coding_charset): If not checking latin extra,
10800 fail on characters between 0x80 and 0xA0. (Bug#2354)
10801
10802 2009-02-28 Eli Zaretskii <eliz@gnu.org>
10803
10804 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
10805 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
10806
10807 2009-02-27 Glenn Morris <rgm@gnu.org>
10808
10809 * callint.c (Finteractive): Doc fix.
10810
10811 2009-02-27 Kenichi Handa <handa@m17n.org>
10812
10813 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
10814
10815 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
10816
10817 * font.c (font_style_to_value): Set value for unknown symbols to
10818 100 instead of 255.
10819 (weight_table, slant_table, width_table): Treat "unspecified" as
10820 the default value.
10821
10822 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
10823
10824 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
10825
10826 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
10827
10828 * lread.c (Fload): Stop checking Vloads_in_progress and signal
10829 error as soon as a recursive load is detected.
10830
10831 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10832
10833 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
10834 before caching.
10835
10836 2009-02-24 Kenichi Handa <handa@m17n.org>
10837
10838 * fontset.c (fontset_find_font): Fix the condition for checking
10839 unavailable font.
10840
10841 2009-02-24 Glenn Morris <rgm@gnu.org>
10842
10843 * xfaces.c (Finternal_set_font_selection_order): Remove leading
10844 whitespace that confuses documentation.
10845
10846 2009-02-23 Miles Bader <miles@gnu.org>
10847
10848 * process.c (Flist_system_processes, Fprocess_attributes)
10849 (syms_of_process): Rename `system-process-attributes' to
10850 `process-attributes'.
10851
10852 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
10853
10854 * coding.h (struct coding_system): Make safe_charsets a pointer to
10855 unsigned char.
10856 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
10857 being 255.
10858 (SAFE_CHARSET_P): Likewise.
10859 (setup_iso_safe_charsets): Properly setup safe_charsets.
10860 (Fdefine_coding_system_internal): Likewise.
10861 (setup_coding_system): Likewise. Remove unneeded casts.
10862 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
10863 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
10864 unneeded casts.
10865
10866 * insdel.c (del_range_2): Don't modify gap contents when called
10867 from decode_coding_object. (Bug#1809)
10868
10869 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
10870
10871 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
10872 Qfont_object.
10873 (Ftype_of): Recognize font objects.
10874
10875 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
10876
10877 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
10878 moved to data.c.
10879
10880 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
10881
10882 * nsterm.m (x_make_frame_invisible): Unset async_visible,
10883 async_iconified. Based on a patch by Christian Lynbech
10884 <christian.lynbech@tieto.com>.
10885 (EmacsView-windowDidMiniaturize:): Unset async_visible.
10886
10887 2009-02-20 Glenn Morris <rgm@gnu.org>
10888
10889 * syntax.c (Fskip_chars_forward): Fix doc typo.
10890
10891 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
10892
10893 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
10894
10895 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
10896
10897 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
10898
10899 2009-02-19 Kenichi Handa <handa@m17n.org>
10900
10901 * coding.c (detect_coding): Preserve coding->mode.
10902 Don't overflow coding->carryover. (Bug#2370)
10903
10904 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
10905
10906 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
10907
10908 2009-02-18 Kenichi Handa <handa@m17n.org>
10909
10910 * font.c (font_check_otf_features): Fix handling of `nil' element.
10911 (Ffont_spec): Describe :lang and :otf in the docstring.
10912
10913 2009-02-16 Andreas Schwab <schwab@suse.de>
10914
10915 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
10916 string.
10917
10918 2009-02-16 Kenichi Handa <handa@m17n.org>
10919
10920 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
10921 (Bug#1723)
10922
10923 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
10924
10925 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
10926
10927 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
10928 (handle_line_prefix): Suppress wrapping of wrap prefixes.
10929
10930 2009-02-14 Eli Zaretskii <eliz@gnu.org>
10931
10932 * msdos.c (MAX_SCREEN_BUF): New macro.
10933 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
10934 Encode the entire run of glyphs sharing the same face, instead of
10935 doing that one glyph at a time (fixes a bug with displaying
10936 double-size characters).
10937
10938 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
10939
10940 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
10941
10942 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
10943 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
10944 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
10945
10946 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
10947 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
10948
10949 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10950
10951 * keyboard.c (adjust_point_for_property): Allow stopping between two
10952 invisible areas.
10953
10954 2009-02-12 Jason Rumney <jasonr@gnu.org>
10955
10956 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
10957 (add_font_entity_to_list): Call check_face_name even when family
10958 is unspecified.
10959
10960 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10961 Release DC when finished. Use NULL window to refer to desktop.
10962 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
10963
10964 * w32font.c (add_font_entity_to_list): Fix check for substituted
10965 raster fonts. (Bug#2219)
10966
10967 2009-02-12 Kenichi Handa <handa@m17n.org>
10968
10969 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
10970 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
10971 (autocmp_chars): Use fast_looking_at. Don't compose more
10972 characters than MAX_COMPOSITION_COMPONENTS.
10973 (find_automatic_composition): While looking forward and backward,
10974 check static composition. Fix where to stop looking forward.
10975 (composition_adjust_point): Fix checking of static composition.
10976 (Fcomposition_get_gstring): Pay attention to
10977 MAX_COMPOSITION_COMPONENTS.
10978
10979 * lisp.h (fast_looking_at): Extern it.
10980
10981 * search.c (fast_looking_at): New function.
10982
10983 * term.c (encode_terminal_code): Adjust for the change of
10984 <struct glyph>.u.cmp.to.
10985 (append_composite_glyph): Likewise.
10986
10987 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
10988 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
10989 composition.
10990 (append_composite_glyph): Adjust for the change of
10991 <strcut glyph>.u.cmp.to.
10992
10993 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
10994
10995 * casetab.c (init_casetab_once):
10996 * coding.c (ALLOC_CONVERSION_WORK_AREA):
10997 * font.c (font_update_lface):
10998 * fontset.c (Fnew_fontset):
10999 * ftfont.c (ftfont_drive_otf):
11000 * xfont.c (xfont_open):
11001 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
11002
11003 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11004
11005 * fileio.c (Fwrite_region): !NILP -> CONSP.
11006
11007 2009-02-10 Andreas Schwab <schwab@suse.de>
11008
11009 * process.c (send_process): Properly relocate pointer into data
11010 when using encoded data. (Bug#2272)
11011
11012 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
11013
11014 * coding.c (detect_coding_charset): Fix previous change.
11015
11016 2009-02-08 Jason Rumney <jasonr@gnu.org>
11017
11018 * w32fns.c (w32_hide_hourglass): Handle case where frame
11019 disappeared while hourglass was displayed. (Bug #2193)
11020
11021 2009-02-07 Andreas Schwab <schwab@suse.de>
11022
11023 * unexelf.c (unexec): Fix error message.
11024
11025 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
11026
11027 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
11028 when modal window is active. (Bug #2152)
11029 (applicationShouldTerminate:): Remove now-unneeded while loop
11030 around NSRunAlertPanel.
11031
11032 * nsmenu.m (popupSession): New file-global variable.
11033 (pop_down_menu): End the popupSession before closing dialog.
11034 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
11035 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
11036 don't query NSApp for events (just sleep instead).
11037
11038 2009-02-07 Eli Zaretskii <eliz@gnu.org>
11039
11040 * coding.c (syms_of_coding) <translation-table-for-input>:
11041 Modify doc string to discourage use for character code unification.
11042
11043 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11044
11045 * atimer.c (run_timers): Update pending_atimers.
11046
11047 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
11048
11049 * image.c (svg_load_image): Fix last change.
11050
11051 * xfns.c (Fx_create_frame): Signal an error if no font is
11052 found (Bug#2147).
11053
11054 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
11055
11056 * character.c (syms_of_character) <script-representative-chars>:
11057 Fix typo in docstring.
11058
11059 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11060
11061 * nsmenu.m (pop_down_menu): New function.
11062 (ns_popup_dialog): Call it on unwind.
11063 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
11064 call timer_check() (Bug#2154).
11065 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
11066 handling_signal is set.
11067 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
11068
11069 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
11070
11071 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
11072
11073 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
11074
11075 * keyboard.c (poll_for_input_1, handle_async_input):
11076 Set handling_signal under HAVE_NS.
11077
11078 2009-02-04 Glenn Morris <rgm@gnu.org>
11079
11080 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
11081
11082 2009-02-04 Kenichi Handa <handa@m17n.org>
11083
11084 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
11085
11086 * charset.c (Fchar_charset): New optional arg restriction.
11087
11088 * coding.h (coding_system_charset_list): Extern it.
11089
11090 * coding.c (coding_system_charset_list): New function.
11091
11092 * composite.c: Include coding.h and termhooks.h.
11093 (composition_gstring_p): Fix for the terminal case.
11094 (composition_gstring_width): Likewise.
11095 (fill_gstring_body): Likewise.
11096 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
11097 the frame.
11098 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
11099 is within a composition.
11100 (Fcomposition_get_gstring): Fix the terminal case.
11101
11102 * term.c (encode_terminal_code): Fix handling of composition.
11103 (produce_composite_glyph): For static composition, get pixel_width
11104 from struct composition.
11105
11106 2009-02-02 Andreas Schwab <schwab@suse.de>
11107
11108 * unexelf.c (unexec): Handle unaligned bss offset.
11109
11110 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11111
11112 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
11113 XT,w32read_socket changes to ns_read_socket.
11114
11115 * keyboard.c (handle_interrupt): Don't call
11116 quit_throw_to_read_char() under NS.
11117
11118 * blockinput.h: Remove NS-specific code.
11119
11120 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
11121
11122 * dispnew.c (window_change_signal): Don't try to get the size of a
11123 suspended tty frame.
11124 * term.c (Fresume_tty): Resize if the size has changed while the
11125 tty was suspended.
11126
11127 * alloc.c (mark_stack): Properly conditionalize previous change.
11128
11129 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
11130
11131 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
11132 * w32term.c (w32_read_socket) [SYNC_INPUT]:
11133 Remove; this code is not used on Windows.
11134
11135 2009-01-30 Eli Zaretskii <eliz@gnu.org>
11136
11137 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
11138 EOLs that also has stray ^M characters.
11139
11140 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
11141
11142 * atimer.c (run_timers, alarm_signal_handler):
11143 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
11144 * w32inevt.c (w32_console_read_socket):
11145 * w32term.c (w32_read_socket):
11146 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
11147
11148 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
11149
11150 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
11151 Initialize it as a relative filename pattern.
11152 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
11153 (Fcall_process_region): Simplify temp file creation using
11154 temporary-file-directory.
11155
11156 2009-01-29 Eli Zaretskii <eliz@gnu.org>
11157
11158 * msdos.c: Rename pending_signals to msdos_pending_signals.
11159 (sig_suspender, sigprocmask): Adjust.
11160
11161 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
11162
11163 * keyboard.c (pending_signals): New var.
11164 (poll_for_input, input_available_signal, init_keyboard): Set it.
11165 (process_pending_signals): New function.
11166
11167 * lisp.h (QUIT): Check pending_signals instead of
11168 interrupt_input_pending. Use process_pending_signals.
11169
11170 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
11171
11172 * process.c (wait_reading_process_output): Use process_pending_signals.
11173
11174 * sysdep.c (emacs_write): Use process_pending_signals.
11175
11176 * xterm.c (XTread_socket): Update pending_signals.
11177
11178 * w32term.c (w32_read_socket): Update pending_signals.
11179
11180 * w32inevt.c (w32_console_read_socket): Update pending_signals.
11181
11182 2009-01-29 Kenichi Handa <handa@m17n.org>
11183
11184 * xftfont.c (xftfont_has_char): New function.
11185 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
11186
11187 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
11188
11189 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
11190 under GNUstep.
11191 (ns_query_color): New declaration.
11192
11193 * nsterm.m (ns_confirm_quit): New variable.
11194 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
11195 (EmacsApp-applicationShouldTerminate:): Use it.
11196 (EmacsPrefsController): Let user set it.
11197 (ns_query_color): New function.
11198 (ns_defined_color): Use it.
11199 (ns_initialize): Drop.
11200 (ns_term_init): Add two lines from ns_initialize(), and set
11201 input_interrupt_mode to nil.
11202
11203 * image.c (svg_load_image): Don't right-shift background RGB when
11204 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
11205
11206 2009-01-28 Kenichi Handa <handa@m17n.org>
11207
11208 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
11209 (fontset_get_font_group): Remember that no font-group is specified
11210 for C.
11211
11212 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
11213
11214 * fns.c (concat): Check for string overflow (bug#1787).
11215
11216 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
11217 Quadruple undo limits (bug#1501).
11218
11219 2009-01-27 Kenichi Handa <handa@m17n.org>
11220
11221 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
11222 directly use GT_Get_Char_index.
11223
11224 * xftfont.c (struct xftfont_info): New member `index'.
11225
11226 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
11227 (Ffontset_font): Adjust for the change of fontset entry.
11228
11229 2009-01-26 Kenichi Handa <handa@m17n.org>
11230
11231 * fontset.c (fontset_find_font): Fix handling of non-cons return
11232 value of fontset_get_font_group.
11233 (fontset_font): Revert last change.
11234
11235 2009-01-26 Jason Rumney <jasonr@gnu.org>
11236
11237 * w32font.c (w32font_list_internal): Return quickly if registry is
11238 unknown. Simplify final return.
11239 (add_font_entity_to_list): Break complex logic down into more
11240 manageable chunks. Move unknown registry check to
11241 w32font_list_internal.
11242
11243 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
11244
11245 Changes to remove Feval calls from GUI under NS.
11246
11247 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
11248 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
11249 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
11250
11251 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
11252 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
11253 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
11254 instead of NON_ASCII_KEYSTROKE_EVENT.
11255 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
11256 (EmacsApp-applicationShouldTerminate:): Query user.
11257 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
11258 instead of Feval.
11259
11260 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
11261
11262 * keyboard.c (kbd_buffer_get_event): Check for it.
11263 (keys_of_keyboard): Define lispy keys for
11264 ns-put/unput-working-text.
11265
11266 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
11267 versions.
11268 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
11269
11270 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
11271
11272 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
11273 setting current_buffer directly. (Bug#2044)
11274
11275 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
11276
11277 * fontset.c (fontset_font): If we know there is no font, don't do
11278 any work. (Bug#1952, bug#1990).
11279
11280 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
11281
11282 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11283
11284 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
11285 (ns_no_defaults): New declaration.
11286 (main): Use it.
11287
11288 * nsterm.h (ns_no_defaults): New declaration.
11289
11290 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
11291
11292 * nsterm.m (ns_no_defaults): New variable.
11293 (ns_initialize): Don't read defaults when ns_no_defaults.
11294 (EmacsView-readSelectionFromPasteboard:)
11295 (writeSelectionToPasteboard:types:): New stubbed-out methods for
11296 NSServicesRequests protocol. (Bug#1435)
11297 (ns_dumpglyphs_stretch): New function.
11298 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
11299 of 2008-11-15 to other terms. (Bug#615)
11300
11301 * nsimage.m (setPixmapData:): Set to ignore image DPI.
11302
11303 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
11304
11305 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
11306 call for Sparc64.
11307
11308 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11309
11310 * nsfns.m:
11311 * nsgui.h:
11312 * nsmenu.m:
11313 * nsselect.m:
11314 * nsterm.h:
11315 * nsterm.m: Remove '23' comments that indicated code added during
11316 update from emacs-20 -> emacs-23.
11317
11318 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
11319
11320 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
11321 ns_alternate_modifier. (Bug#1217)
11322
11323 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
11324 Display all shortcuts, including those w/o super modifier.
11325
11326 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
11327
11328 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
11329
11330 * fileio.c (Vwrite_region_post_annotation_function)
11331 (Vwrite_region_annotation_buffers): New vars.
11332 (build_annotations_unwind): Just reset
11333 Vwrite_region_annotation_buffers.
11334 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
11335 Call write-region-post-annotation-function.
11336 (build_annotations): Add to Vwrite_region_annotation_buffers if
11337 buffer changes.
11338
11339 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
11340
11341 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
11342 Tiger.
11343 * nsfns.m (ns_do_applescript):
11344 Conditionalize typeUTF16ExternalRepresentation on Tiger.
11345
11346 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
11347
11348 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
11349
11350 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
11351
11352 * nsmenu.m (NSMENUPROFILE): Change #if style.
11353
11354 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
11355
11356 * nsterm.m (x_set_frame_alpha): Add prototype.
11357 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
11358 handle Ctrl-tab. (Bug#1841)
11359 (ns_get_color): Use unsigned long long for scanned hex string value.
11360 (ns_term_shutdown): Abort on non SIGTERM signals.
11361 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
11362 (EmacsPrefsController-setPanelFromDefaultValues): New function.
11363 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
11364 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
11365 (ns_defined_color): Fix settings of the XColor variable fields:
11366 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
11367
11368 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
11369 DPI. (Bug#1316)
11370 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
11371 values in onTiger section.
11372
11373 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
11374
11375 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
11376 Check return value of font_spec_from_name.
11377 (Fx_list_fonts): Doc fix. (Bug#1951)
11378
11379 * font.c (font_spec_from_name): Return Qnil if font name could not
11380 be parsed.
11381 (font_parse_name): Treat a `?' character as part of an XLFD.
11382
11383 * fns.c (Fsubstring): Doc fix.
11384
11385 2009-01-19 Kenichi Handa <handa@m17n.org>
11386
11387 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
11388 (ftfont_list): Likewise.
11389
11390 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
11391
11392 * dbusbind.c (Fdbus_register_signal):
11393 * process.c (conv_sockaddr_to_lisp):
11394 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
11395
11396 * callproc.c (Fgetenv_internal): Doc fix.
11397
11398 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
11399
11400 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
11401 it is not even used.
11402
11403 2009-01-16 Glenn Morris <rgm@gnu.org>
11404
11405 * font.c (Ffont_variation_glyphs): Silence compiler.
11406
11407 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
11408
11409 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
11410 Reported by David Robinow <drobinow@gmail.com>.
11411
11412 2009-01-15 Kenichi Handa <handa@m17n.org>
11413
11414 * coding.c (detect_coding_system): Fix handling of null_byte_found.
11415
11416 2009-01-14 Jason Rumney <jasonr@gnu.org>
11417
11418 * frame.c (x_set_font): Always store a font to the font parameter,
11419 never a fontset. (Bug#1562)
11420
11421 2009-01-14 Kenichi Handa <handa@m17n.org>
11422
11423 * coding.c (TWO_MORE_BYTES): New macro.
11424 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
11425
11426 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
11427
11428 * font.c (font_clear_prop): If clearing the family, clear the font
11429 width index too.
11430
11431 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
11432
11433 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
11434
11435 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
11436 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
11437 functions, use sizeof.
11438
11439 2009-01-12 Martin Rudalics <rudalics@gmx.at>
11440
11441 * keyboard.c (read_char): Fix case where last_nonmenu_event
11442 returned a bad value with submenus. (Bug#447)
11443
11444 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
11445
11446 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
11447 family, clear the font width index too.
11448
11449 2009-01-11 Jason Rumney <jasonr@gnu.org>
11450
11451 * keyboard.c (cmd_error_internal): Exit when errors occur before
11452 frame creation and not in daemon mode. (Bug#1836)
11453
11454 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
11455
11456 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
11457 of a display vector, backtrack.
11458 (try_window_reusing_current_matrix): Check glyph type before
11459 referencing charpos member.
11460
11461 2009-01-10 Eli Zaretskii <eliz@gnu.org>
11462
11463 Fix Bug #876:
11464
11465 * coding.c (inhibit_null_byte_detection): New variable.
11466 (detect_coding, detect_coding_system): Don't pay attention to null
11467 bytes if inhibit_null_byte_detection is non-zero.
11468 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
11469 <inhibit-iso-escape-detection>: Doc fix.
11470
11471 2009-01-09 Jason Rumney <jasonr@gnu.org>
11472
11473 * w32font.c (add_font_entity_to_list): Don't report unknown
11474 Windows charset as any unrecognized registry. (Bug#1548)
11475 Only report Unicode Plane 2 fonts as unicode-sip.
11476
11477 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
11478
11479 * xfaces.c (Fx_font_family_list): Delete function.
11480 Move compatibility version to faces.el.
11481
11482 * font.c (Ffont_family_list): Return a list of strings, not symbols.
11483
11484 2009-01-09 Martin Rudalics <rudalics@gmx.at>
11485
11486 * frame.c (x_set_frame_parameters): Remember requested value for
11487 fullscreen before it's reset by the parameter handler.
11488
11489 2009-01-09 Glenn Morris <rgm@gnu.org>
11490
11491 * keyboard.c (last_command_char): For clarity, rename to...
11492 (last_command_event): ... and update all users.
11493 (last_input_char): For clarity, rename to...
11494 (last_input_event): ... and update all users.
11495 (last-command-char, last-input-char): Move to subr.el as aliases.
11496 * cmds.c, commands.h: Update for last_command_char rename.
11497
11498 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
11499
11500 * font.c (font_open_for_lface): Handle unspecified height attribute.
11501
11502 2009-01-08 Jason Rumney <jasonr@gnu.org>
11503
11504 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
11505 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
11506 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
11507 Don't declare.
11508 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
11509 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
11510
11511 2009-01-07 Kenichi Handa <handa@m17n.org>
11512
11513 * fileio.c (Finsert_file_contents): In the case of replace,
11514 remember the coding system used for decoding in
11515 coding_system (Bug#1039).
11516
11517 * coding.c (decode_coding_utf_8): Check byte_after_cr before
11518 breaking the loop. (Bug#870)
11519 (decode_coding_utf_16, decode_coding_emacs_mule)
11520 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11521 (decode_coding_charset): Likewise.
11522
11523 2009-01-05 Martin Rudalics <rudalics@gmx.at>
11524
11525 * frame.c (x_set_frame_parameters): Make sure height (width) get
11526 applied when fullwidth (fullheight) is set. (Bug#1522)
11527
11528 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
11529
11530 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
11531 (utc_base): Declare as ULONGLONG, not long double.
11532 (convert_time_raw): Delete.
11533 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
11534 (initialize_utc_base): New function.
11535 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
11536 (convert_from_time_t): Use initialize_utc_base; compute result with
11537 64-bit arithmetic.
11538 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
11539
11540 2009-01-03 Eli Zaretskii <eliz@gnu.org>
11541
11542 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
11543 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
11544 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
11545 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
11546 [!subprocesses]: Define.
11547 (syms_of_process) [!subprocesses]: Intern and staticpro them.
11548 (Flist_system_processes, Fsystem_process_attributes)
11549 [!subprocesses]: Call list_system_processes and
11550 system_process_attributes instead of returning Qnil.
11551
11552 * dosfns.c (system_process_attributes, list_system_processes):
11553 New functions.
11554
11555 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
11556
11557 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
11558 Don't use the default (no-op) implementation.
11559
11560 2009-01-03 Jason Rumney <jasonr@gnu.org>
11561
11562 * keyboard.c (parse_modifiers_uncached): Wheel events are
11563 clicks (bug#687).
11564
11565 * w32term.c (x_query_colors, x_query_color): New functions.
11566
11567 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
11568 (svg_load_image): Cast returned pointers from dynamically loaded
11569 functions. Eliminate W32 specific code.
11570
11571 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11572
11573 * nsfns.m (x_set_foreground_color, x_set_background_color)
11574 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
11575 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
11576 x_ prefix instead of ns_. Update references.
11577 (syms_of_nsfns): Add a FIXME comment.
11578
11579 * nsterm.m (x_set_cursor_type): New prototype.
11580 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
11581
11582 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
11583 for Solaris instead of incorrectly providing Qutime and Qcutime.
11584
11585 2009-01-02 Eli Zaretskii <eliz@gnu.org>
11586
11587 * w32.c (process_times): Compute sum of utime and stime.
11588 (system_process_attributes): Add Qtime to the alist.
11589
11590 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
11591 and add them to the alist.
11592
11593 * process.c (top level) <Qtime, Qctime>: New variables.
11594 (syms_of_process): staticpro them.
11595 (Fsystem_process_attributes): Add their documentation to the doc
11596 string.
11597
11598 * process.h: Declare Qtime and Qctime.
11599
11600 2009-01-02 Jason Rumney <jasonr@gnu.org>
11601
11602 * image.c (Qgobject): New symbol.
11603 (syms_of_image): Initialize it.
11604 (init_svg_functions): Load some functions from gobject library.
11605
11606 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
11607
11608 * frame.c (make_terminal_frame): Remove redundant code and useless
11609 block.
11610
11611 2009-01-01 Andreas Schwab <schwab@suse.de>
11612
11613 * process.c (conv_sockaddr_to_lisp): Add workaround for
11614 getsockname bug on BSD.
11615
11616 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
11617
11618 * xfns.c (x_create_tip_frame): Set border width of the X window.
11619
11620 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
11621
11622 2009-01-01 Jason Rumney <jasonr@gnu.org>
11623
11624 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
11625 Don't block input, as per earlier xterm.c changes.
11626
11627 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
11628
11629 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
11630 (ns_appkit_version_int): New function.
11631 (x-server-version): Use ns_appkit_version_int and follow 21+
11632 convention of returning 3 integers.
11633
11634 2008-12-30 Kenichi Handa <handa@m17n.org>
11635
11636 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
11637 (CHAR_SURROGATE_PAIR_P): New macro.
11638
11639 * font.h (struct font_driver): New member get_variation_glyphs.
11640
11641 * font.c (font_range): Don't require a font for a variation selector.
11642 (Ffont_variation_glyphs): New function.
11643 (syms_of_font): Defsubr it.
11644
11645 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
11646 ftfont_variation_glyphs.
11647 (setup_otf_gstring): New function.
11648 (ftfont_drive_otf): Use it.
11649 (ftfont_shape_by_flt): Handle variation selector.
11650 (ftfont_variation_glyphs): New function.
11651
11652 2008-12-30 Martin Rudalics <rudalics@gmx.at>
11653
11654 * frame.c (Vemacs_iconified): Remove.
11655
11656 2008-12-30 Jason Rumney <jasonr@gnu.org>
11657
11658 * frame.c (store_frame_param, x_get_arg): Enable newer code on
11659 WINDOWSNT too, as related changes have already been synced. (Bug#117)
11660
11661 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
11662
11663 * indent.c (Fvertical_motion): Don't advance iterator if we have
11664 reseated to the desired position.
11665
11666 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
11667 checking for pos match.
11668
11669 2008-12-30 Kenichi Handa <handa@m17n.org>
11670
11671 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
11672 just get the low 8-bit of the code.
11673
11674 * font.c (font_intern_prop): Validate str as multibyte.
11675
11676 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11677
11678 * dispextern.h (struct face): Move lface and hash from the middle
11679 of bitfields.
11680
11681 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
11682
11683 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11684
11685 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
11686 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
11687 instead of intervals.h.
11688
11689 2008-12-26 Andreas Schwab <schwab@suse.de>
11690
11691 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
11692 cons.
11693
11694 2008-12-26 Martin Rudalics <rudalics@gmx.at>
11695
11696 * textprop.c (Qminibuffer_prompt): New variable.
11697 (syms_of_textprop): Initialize it.
11698 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
11699 in minibuffer-prompt face. (Bug#1662)
11700
11701 2008-12-25 Jason Rumney <jasonr@gnu.org>
11702
11703 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
11704
11705 2008-12-24 Jason Rumney <jasonr@gnu.org>
11706
11707 * ralloc.c (r_alloc_reset_variable): New function.
11708
11709 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
11710 record of what points where. (Bug#716)
11711
11712 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
11713
11714 * minibuf.c (read_minibuf): Follow the non-interactive case when
11715 running as a daemon, before detaching.
11716
11717 2008-12-22 Andreas Schwab <schwab@suse.de>
11718
11719 * buffer.c (init_buffer): Use realloc instead of xrealloc.
11720 * gtkutil.c (free_widget_value): Use xfree instead of free.
11721
11722 2008-12-22 Martin Rudalics <rudalics@gmx.at>
11723
11724 * frame.c (delete_frame): New function derived from
11725 Fdelete_frame to handle Qnoelisp value for FORCE argument.
11726 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
11727 (Fdelete_frame): Call delete_frame. Remove line from doc-string
11728 saying that FORCE non-nil doesn't run `delete-frame-functions'.
11729 * frame.h: Extern delete_frame.
11730 * window.c (window_loop):
11731 * terminal.c (delete_terminal):
11732 * xterm.c (x_connection_closed):
11733 * xfns.c (Fx_hide_tip):
11734 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
11735
11736 2008-12-21 Jason Rumney <jasonr@gnu.org>
11737
11738 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
11739 when character maps to .notdef character.
11740
11741 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11742
11743 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
11744
11745 2008-12-20 Jason Rumney <jasonr@gnu.org>
11746
11747 * frame.c (Fmake_terminal_frame): Raise an error when called from
11748 a graphical frame on Windows. (Bug#1325)
11749
11750 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
11751
11752 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
11753
11754 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
11755
11756 * minibuf.c (Fread_buffer): Doc fix.
11757
11758 2008-12-20 Jason Rumney <jasonr@gnu.org>
11759
11760 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
11761 server name in UNC paths. (Bug#719)
11762
11763 * coding.c (decode_coding): Clear chars_at_source flag when using
11764 charbuf. (Bug#1035)
11765
11766 2008-12-19 Daniel Engeler <engeler@gmail.com>
11767
11768 * sysdep.c (serial_configure): Fix typo.
11769
11770 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11771
11772 * sysdep.c: Include alloca.h.
11773 (system_process_attributes): Add implementation for Solaris.
11774
11775 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
11776
11777 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
11778
11779 Reorganize implementation of Flist_system_processes and
11780 Fsystem_process_attributes. No functional changes.
11781 * process.c: Don't #include pwd.h, grp.h and limits.h.
11782 (Flist_system_processes): Just call list_system_processes.
11783 (Fsystem_process_attributes): Just call system_process_attributes.
11784 (procfs_list_system_processes, time_from_jiffies)
11785 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11786 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
11787
11788 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
11789 (list_system_processes): Rename from
11790 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
11791 Provide a do nothing implementation.
11792 (system_process_attributes): Rename from
11793 procfs_list_system_processes.
11794 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11795 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
11796
11797 * w32.c (list_system_processes): Rename from
11798 w32_list_system_processes.
11799 (system_process_attributes): Rename from
11800 w32_system_process_attributes.
11801
11802 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
11803
11804 * process.h (w32_list_system_processes)
11805 (w32_system_process_attributes): Remove.
11806 (list_system_processes, system_process_attributes):
11807 New prototypes.
11808
11809 2008-12-19 Kenichi Handa <handa@m17n.org>
11810
11811 * xfont.c (xfont_decode_coding_xlfd): New function.
11812 (xfont_encode_coding_xlfd): New function.
11813 (xfont_list_pattern): Decode XLFD by iso-8859-1.
11814 (xfont_list): Decode and encode XLFD by iso-8859-1.
11815 (xfont_match): Likewise.
11816 (xfont_list_family): Likewise.
11817 (xfont_open): Likewise.
11818
11819 * ftfont.c (ftfont_open): Generate a multibyte string if given
11820 names are utf-8.
11821
11822 * xftfont.c (xftfont_open): Generate a multibyte string if given
11823 names are utf-8.
11824
11825 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
11826
11827 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
11828 changed.
11829 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
11830 clicked on a detached tool bar button.
11831
11832 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
11833
11834 * emacs.c (main): Print and error and exit when no data is read
11835 from the pipe.
11836
11837 2008-12-17 Jason Rumney <jasonr@gnu.org>
11838
11839 * w32font.c (w32font_has_char): Always return -1.
11840
11841 2008-12-16 Kenichi Handa <handa@m17n.org>
11842
11843 * font.c (font_open_entity): Fix previous change.
11844
11845 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
11846
11847 * process.c: Include <limits.h>.
11848
11849 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
11850
11851 * font.c (font_update_drivers): Fix mistake in reconstructing the
11852 driver list.
11853
11854 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
11855
11856 * font.c (font_clear_cache): Fix format of font cache data.
11857
11858 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
11859
11860 * xftfont.c (xftfont_open): Free Xft font pattern if
11861 XftFontOpenPattern fails.
11862
11863 * xterm.c (x_free_frame_resources): Remove extraneous call to
11864 free_frame_faces.
11865
11866 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11867
11868 * xterm.c (x_delete_display): Move xim_close_dpy call to
11869 x_delete_terminal.
11870 (x_delete_terminal): Call xim_close_dpy.
11871
11872 2008-12-13 Jason Rumney <jasonr@gnu.org>
11873
11874 * w32font.c (intern_font_name): New function.
11875 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
11876 (w32font_open_internal, Fx_select_font): Decode font name.
11877 (fill_in_logfont, list_all_matching_fonts): Encode font name.
11878
11879 * w32font.h (intern_font_name): Declare new function.
11880
11881 * w32uniscribe.c (add_opentype_font_name_to_list):
11882 Use intern_font_name.
11883
11884 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11885
11886 * frame.c (Fdelete_frame): Call free_font_driver_list.
11887
11888 * font.c (free_font_driver_list): Implement missing function.
11889
11890 * w32term.c (w32_term_init): Don't initialize the image cache
11891 here; it will be done in init_frame_faces.
11892
11893 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
11894 (struct x_display_info): Remove unused member null_pixel. New
11895 member xim_callback_data.
11896
11897 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
11898 (xim_initialize): Save pointer to callback function data.
11899 (xim_close_dpy): Free callback function data. Call XCloseIM,
11900 reverting 2008-11-04 change by David Smith.
11901 (x_term_init): Don't initialize the image cache here; it will be
11902 done in init_frame_faces. Remove ancient "null_pixel" cruft.
11903 (x_delete_display): Free x_dnd_atoms member.
11904
11905 2008-12-13 Kenichi Handa <handa@m17n.org>
11906
11907 * font.c (font_rescale_ratio): Moved from xfaces.c.
11908 Argument type changed. Handle a font-spec too.
11909 (font_score): Check Vface_font_rescale_alist.
11910 (font_open_entity): Likewise. (Bug#1547)
11911
11912 * xfaces.c (font_rescale_ratio): Moved to font.c.
11913
11914 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
11915
11916 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
11917
11918 2008-12-12 Jason Rumney <jasonr@gnu.org>
11919
11920 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
11921 Vwindow_system_version to the real w32 major version.
11922
11923 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
11924
11925 * term.c (init_tty): Move setting the terminal name before the
11926 potential user: maybe_fatal.
11927
11928 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
11929
11930 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
11931 all callers changed. Call free_frame_faces to free the face cache.
11932
11933 2008-12-11 Jason Rumney <jasonr@gnu.org>
11934
11935 * w32font.c (fill_in_logfont): Don't assume symbol script means
11936 SYMBOL_CHARSET. (Bug#547)
11937
11938 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
11939 size for surrogates. (Bug#1096, bug#872)
11940
11941 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11942
11943 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
11944
11945 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11946
11947 * process.c (Fsystem_process_attributes, syms_of_process):
11948 Fix typo in name of Ssystem_process_attributes.
11949 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
11950
11951 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
11952
11953 * syntax.c (Fmodify_syntax_entry): Doc fix.
11954
11955 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11956
11957 * font.c (Ffont_spec): Move usage to end of docstring.
11958
11959 2008-12-10 Jason Rumney <jasonr@gnu.org>
11960
11961 * w32font.c (Qcham): New symbol.
11962 (font_supported_scripts): Add cham, and comments for other new
11963 scripts in bitfield from OpenType spec.
11964 (add_font_entity_to_list): Limit unicode-sip fonts to those that
11965 contain characters beyond the bmp.
11966
11967 2008-12-10 Kenichi Handa <handa@m17n.org>
11968
11969 * ftfont.c (fc_charset_table): Add "unicode-sip".
11970 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
11971 Qunicode_sip.
11972
11973 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
11974
11975 * coding.c (QCdefault_char): Rename from QCdefalut_char.
11976 (Fcoding_system_put): Use QCdefault_char.
11977 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
11978
11979 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
11980
11981 * xftfont.c (syms_of_xftfont): Fix typo.
11982
11983 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
11984
11985 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11986
11987 * emacs.c (main): Close daemon_pipe on exec.
11988
11989 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
11990
11991 * termchar.h (struct tty): New members termcap_term_buffer and
11992 termcap_strings_buffer.
11993
11994 * term.c (encode_terminal_code): Free any previous memory blocks
11995 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
11996 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
11997 All callers changed.
11998 (init_tty): Store termcap data and string buffers in new struct
11999 tty members termcap_term_buffer and termcap_strings_buffer.
12000 (delete_tty): Free them.
12001 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
12002
12003 2008-12-07 Seiji Zenitani <zenitani@mac.com>
12004
12005 * nsfns.m (ns_set_background_color): Remove code duplication.
12006 It was a substitute for face-transparency on OS X 10.3.
12007
12008 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
12009
12010 * coding.c (make_conversion_work_buffer): Disable buffer
12011 modification hooks in the work buffer.
12012
12013 2008-12-05 Eli Zaretskii <eliz@gnu.org>
12014
12015 * process.c (procfs_system_process_attributes): If `nread' has a
12016 negative value, assign zero to it.
12017
12018 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
12019
12020 * eval.c (Vdebug_on_error): Doc fix.
12021
12022 2008-12-05 Kenichi Handa <handa@m17n.org>
12023
12024 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
12025 second character is a combining character.
12026
12027 2008-12-05 Eli Zaretskii <eliz@gnu.org>
12028
12029 * process.c (procfs_system_process_attributes): Don't use cmd,
12030 cmdsize, and q without initializing them first.
12031
12032 2008-12-04 Jason Rumney <jasonr@gnu.org>
12033
12034 * w32font.c (w32font_draw): Initialize orig_clip before getting
12035 it, and delete it when finished.
12036
12037 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
12038
12039 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
12040 case when running as a daemon before detaching.
12041
12042 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
12043
12044 * w32.c (init_environment): Don't unload library shell32.dll.
12045
12046 2008-12-03 Kenichi Handa <handa@m17n.org>
12047
12048 * font.c (font_at): Set `multibyte' at first.
12049
12050 * coding.c (decode_coding_charset): Check type of an element of
12051 vector VALIDS.
12052 (encode_coding_emacs_mule): Be sure to set `code'.
12053
12054 * fontset.c (face_for_char): Handle invalid charset property correctly.
12055 (font_for_char): Likewise.
12056
12057 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
12058
12059 * font.c (Fopen_font): Compute pixel size correctly.
12060 (font_update_lface): Handle fonts with corrupted size specs,
12061 i.e. non-int and non-float.
12062
12063 * ftfont.c (ftfont_match): Initialize entity variable.
12064 (ftfont_resolve_generic_family): Avoid using uninitialized var.
12065 (ftfont_list_family): Initialize list var earlier.
12066
12067 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
12068
12069 * xterm.c (x_draw_glyph_string): Fall back on
12070 underline_minimum_offset for underline position.
12071
12072 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12073
12074 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
12075
12076 * character.c (c_string_width): Specify the type for LEN.
12077
12078 2008-12-03 Kenichi Handa <handa@m17n.org>
12079
12080 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
12081 (decode_coding_utf_8): Likewise.
12082 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
12083 (produce_chars): Initialize consumed_chars to 0.
12084
12085 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
12086
12087 * keyboard.c (make_lispy_position): Only use PT if the selected
12088 window is current.
12089
12090 2008-12-02 Andreas Schwab <schwab@suse.de>
12091
12092 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
12093
12094 * doprnt.c (doprnt1): Fix size of charbuf.
12095
12096 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
12097
12098 * keyboard.c (timer_check): Revert last change.
12099
12100 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
12101
12102 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
12103
12104 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
12105
12106 * makefile.w32-in: Update dependencies.
12107 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
12108
12109 2008-12-01 Andreas Schwab <schwab@suse.de>
12110
12111 * font.c (register_font_driver): Use xmalloc.
12112 (font_put_frame_data): Likewise.
12113
12114 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
12115
12116 * xfaces.c (realize_x_face): Make abort condition clearer.
12117
12118 * gtkutil.c (update_frame_tool_bar): Initialize variable.
12119
12120 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
12121
12122 * keyboard.c (timer_check): After a timer runs, ensure that the
12123 selected window's buffer is current.
12124
12125 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
12126
12127 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
12128 It was accidentally restored by the Unicode merge.
12129
12130 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
12131
12132 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
12133
12134 * w32proc.c: Include "coding.h".
12135 (Fw32_short_file_name): Encode filename passed to Windows API.
12136 (Fw32_long_file_name): Encode filename passed to Windows API and
12137 decode back the result. (Bug#1433)
12138
12139 2008-11-29 Kenichi Handa <handa@m17n.org>
12140
12141 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
12142 not before accessing it.
12143
12144 * charset.c (Fdefine_charset_internal): After calculating
12145 min_char, max_char, and fastmap, copy the charset structure again.
12146 (encode_char): Fix the previous change.
12147
12148 2008-11-28 Seiji Zenitani <zenitani@mac.com>
12149
12150 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
12151
12152 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
12153
12154 * nsterm.m (x_set_frame_alpha): New function.
12155
12156 2008-11-27 Eli Zaretskii <eliz@gnu.org>
12157
12158 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
12159
12160 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
12161
12162 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
12163 pointer to check_face_name.
12164
12165 2008-11-27 Kenichi Handa <handa@m17n.org>
12166
12167 * category.h (SET_CATEGORY_SET): Call set_category_set.
12168 (set_category_set): Extern it.
12169
12170 * category.c (hash_get_category_set): New function.
12171 (Fmodify_category_entry): Adjusted for the change of
12172 char_table_ref_and_range. Call hash_get_category_set to get a
12173 category set to store in the table.
12174
12175 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
12176 Funify_charset.
12177
12178 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
12179 (DECODE_CHAR): Check if the decoder vector is ready.
12180 (ENCODE_CHAR): Check if the encoder char-table is ready.
12181 (maybe_unify_char): Extern it.
12182
12183 * charset.c (Vchar_unified_charset_table): Delete it.
12184 (inhibit_load_charset_map): New variable.
12185 (temp_charset_work): New variable.
12186 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
12187 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
12188 New macros.
12189 (load_charset_map): Meaning of control_flag changed. If
12190 inhibit_load_charset_map is nonzero, setup a table in
12191 temp_charset_work.
12192 (load_charset): New argument control_flag.
12193 (map_charset_for_dump): New function.
12194 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
12195 map_charset_for_dump.
12196 (Fdefine_charset_internal): If the charset method is MAP, load
12197 mapping tables by calling load_charset.
12198 (Funify_charset): Don't load a mapping table but directly set
12199 Vchar_unify_table.
12200 (maybe_unify_char): New function.
12201 (decode_char): Don't handle the deleted method MAP_DEFERRED.
12202 Handle the case of inhibit_load_charset_map being nonzero.
12203 (encode_char): Don't handle the deleted method MAP_DEFERRED.
12204 Handle the case of inhibit_load_charset_map being nonzero.
12205 (Fclear_charset_maps): Just free temp_charset_work.
12206 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
12207 variable.
12208
12209 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
12210 change of char_table_ref_and_range.
12211 (char_table_ref_and_range): Change the meaning of argument FROM
12212 and TO. Now the caller must provide initial values for *FROM
12213 and *TO.
12214
12215 * fontset.c (fontset_add): Adjusted for the change of
12216 char_table_ref_and_range.
12217 (fontset_get_font_group): Likewise.
12218 (Ffontset_info): Likewise.
12219
12220 * keymap.c (describe_vector): Adjusted for the change of
12221 char_table_ref_and_range. For char-table, put boundary between
12222 non-ASCII and 8-bit characters.
12223
12224 * print.c (print_object): For bool-vector, delete unnecessary
12225 check of ASCII_BYTE_P.
12226
12227 2008-11-26 Jason Rumney <jasonr@gnu.org>
12228
12229 * w32font.c (w32font_open_internal): Don't include external
12230 leading in font height. (Bug#879)
12231
12232 2008-11-26 Glenn Morris <rgm@gnu.org>
12233
12234 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
12235 redefinition with ifdef. (Bug#1383)
12236
12237 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
12238
12239 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
12240
12241 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
12242
12243 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
12244 New EmacsView methods.
12245 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
12246 Fixes bug #1048,1357,1414.
12247
12248 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
12249
12250 Fix bug #1362.
12251 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
12252 is not an indexed color.
12253 * nsterm.m (free_indexed_color): Add argument checking.
12254 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
12255
12256 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
12257
12258 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
12259 Document confirm-after-completion value for
12260 minibuffer-completion-confirm.
12261
12262 2008-11-24 Jason Rumney <jasonr@gnu.org>
12263
12264 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
12265 warning.
12266
12267 2008-11-23 Jason Rumney <jasonr@gnu.org>
12268
12269 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
12270 restored before returning.
12271
12272 * w32font.c (check_face_name): New function.
12273 (add_font_entity_to_list): Use it to filter out common substituted
12274 fonts. (Bug#642)
12275
12276 2008-11-22 Martin Rudalics <rudalics@gmx.at>
12277
12278 * buffer.c (Fswitch_to_buffer): Reword and mention new option
12279 confirm-nonexistent-file-or-buffer in doc-string.
12280
12281 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12282
12283 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
12284 Fix copy/paste typo. Add checks.
12285
12286 2008-11-21 Kenichi Handa <handa@m17n.org>
12287
12288 * coding.c (detect_coding_iso_2022): Reject invalid composition
12289 sequence.
12290 (DECODE_COMPOSITION_START): If the current source is the last
12291 block, and the current composition doesn't end, regard this
12292 sequence as invalid.
12293 (decode_coding_iso_2022): Handle invalid composition sequence.
12294
12295 2008-11-20 Martin Rudalics <rudalics@gmx.at>
12296
12297 * window.c (coordinates_in_window): Don't return
12298 ON_VERTICAL_BORDER for the rightmost position of a mode/header
12299 line when the window is not the rightmost one. (Bug#1372)
12300
12301 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
12302
12303 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
12304
12305 2008-11-15 Eli Zaretskii <eliz@gnu.org>
12306
12307 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
12308 and bright_bg if noninteractive is non-zero.
12309
12310 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12311
12312 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
12313 x_draw_glyph_string_background.
12314
12315 * w32term.c (x_draw_glyph_string): Likewise.
12316
12317 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
12318
12319 * xterm.c (x_draw_glyph_string): Stop drawing the background of
12320 the next glyph string once past the overhang width.
12321
12322 * nsterm.m (ns_draw_glyph_string): Likewise.
12323
12324 * w32term.c (x_draw_glyph_string): Likewise.
12325
12326 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
12327
12328 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
12329 double file close.
12330
12331 2008-11-14 Martin Rudalics <rudalics@gmx.at>
12332
12333 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
12334 dedicated status of window before attempting to display another
12335 buffer in it.
12336
12337 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
12338
12339 * msdos.c (Fmsdos_long_file_names):
12340 (syms_of_msdos) <dos-unsupported-char-glyph>:
12341 * dosfns.c (Fint86): Fix typos in docstrings.
12342
12343 2008-11-14 Eli Zaretskii <eliz@gnu.org>
12344
12345 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
12346
12347 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12348
12349 * puresize.h (BASE_PURESIZE): Increase to 1260000.
12350
12351 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
12352
12353 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
12354
12355 * frame.h: Negative alpha means "don't touch".
12356
12357 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
12358
12359 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
12360
12361 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
12362
12363 * hftctl.c:
12364 * chpdef.h:
12365 * acldef.h: Remove files used only for systems no longer supported.
12366
12367 * Makefile.in: Fix .o alphabetical ordering.
12368 (hftctl.o): Remove dependency, file removed.
12369 (keymap.o, print.o): Depend on charset.h.
12370
12371 2008-11-10 Kenichi Handa <handa@m17n.org>
12372
12373 * character.c (Fget_byte): Fix and make it faster for unibyte target.
12374
12375 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
12376
12377 * dired.c (file_name_completion): If completion_ignore_case is
12378 enabled, ignore case when checking completion-regexp-list.
12379
12380 2008-11-08 Eli Zaretskii <eliz@gnu.org>
12381
12382 * vm-limit.c (get_lim_data): Fix last change.
12383
12384 2008-11-08 Kenichi Handa <handa@m17n.org>
12385
12386 * character.c (Fget_byte): New function.
12387 (syms_of_character): Defsubr Fget_byte.
12388
12389 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
12390
12391 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
12392 cursor position is valid after scrolling.
12393
12394 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
12395
12396 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
12397
12398 2008-11-06 Glenn Morris <rgm@gnu.org>
12399
12400 * xterm.c (handle_one_xevent): Don't let popup menus cause
12401 mouse-autoselect-window related window switching. (Bug#1261)
12402
12403 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
12404
12405 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
12406
12407 2008-11-04 Andreas Schwab <schwab@suse.de>
12408
12409 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
12410
12411 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
12412
12413 * xfns.c (Fx_wm_set_size_hint): New function.
12414
12415 2008-11-03 Martin Rudalics <rudalics@gmx.at>
12416
12417 * textprop.c (Fprevious_single_char_property_change): Return 0
12418 when there's no change in a string. (Bug#1301)
12419
12420 2008-11-02 Martin Rudalics <rudalics@gmx.at>
12421
12422 * frame.c (do_switch_frame): New argument NORECORD passed to
12423 Fselect_window.
12424 (Fselect_frame): New argument NORECORD passed to
12425 do_switch_frame.
12426 (Fset_frame_selected_window): New argument NORECORD passed to
12427 Fselect_frame.
12428 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
12429 in call of do_switch_frame.
12430 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
12431 Handle NORECORD argument in call of Fselect_frame.
12432 * lisp.h (do_switch_frame, Fselect_frame)
12433 (Fset_frame_selected_window): Adjust declarations.
12434 * window.c (select_frame_norecord): New function.
12435 (run_window_configuration_change_hook): Use it and call
12436 Fselect_frame with NORECORD set.
12437 (Fselect_window): Pass NORECORD to Fselect_frame.
12438 (Fset_window_configuration): Handle NORECORD argument in call of
12439 do_switch_frame.
12440 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
12441 Fset_frame_selected_window.
12442 * keyboard.c (command_loop_1): Handle NORECORD in call of
12443 Fselect_frame (currently ifdefd).
12444
12445 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
12446
12447 * emacs.c (USAGE2): Untabify.
12448
12449 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12450
12451 * composite.c (fill_gstring_header): Fix copy/paste typo.
12452
12453 2008-10-31 Martin Rudalics <rudalics@gmx.at>
12454
12455 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
12456 (Fother_window): Rename argument and rewrite doc-string.
12457 (select_window_norecord): Fix return value. (Bug#1276)
12458
12459 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
12460
12461 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
12462 new frames overriding foreground for tooltips. Based on similar patch
12463 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
12464
12465 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
12466
12467 * emacs.c (Fdaemon_initialized): Initialize nfd.
12468
12469 2008-10-29 Martin Rudalics <rudalics@gmx.at>
12470
12471 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
12472 (Fwindow_text_height): Clarify doc-strings.
12473 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
12474 doc-string of window-scroll-functions.
12475
12476 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12477
12478 * category.c (syms_of_category): Fix typo in docstring.
12479
12480 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
12481
12482 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
12483 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
12484 Fix typos in docstrings.
12485
12486 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
12487
12488 * emacs.c (daemon_pipe): Make non-static.
12489 (IS_DAEMON): Move definition ...
12490 * lisp.h (IS_DAEMON): ... here.
12491 (daemon_pipe): Declare.
12492 (is_daemon): Remove.
12493 * dispnew.c (init_display): Use IS_DAEMON.
12494
12495 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12496
12497 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
12498 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
12499
12500 * emacs.c (is_daemon): Remove.
12501 (main): Don't set is_daemon.
12502 (IS_DAEMON): New macro.
12503 (Fdaemonp, Fdaemon_initialized): Use it.
12504 (Fdaemon_initialized): Write a char into the pipe to make sure the
12505 parent exits.
12506 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
12507
12508 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
12509
12510 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
12511 over-sized glyph, draw it with the default glyph width.
12512
12513 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
12514 glyph, draw it with the default glyph width.
12515
12516 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
12517 glyph, draw it with the default glyph width.
12518
12519 * xdisp.c (try_scrolling): When computing the distance from the
12520 scroll margin to PT, try moving some distance past the window
12521 bottom before giving up.
12522
12523 2008-10-27 Martin Rudalics <rudalics@gmx.at>
12524
12525 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
12526 (Fset_window_buffer): Explain in doc-string that a window can be
12527 "strongly" dedicated to its buffer.
12528
12529 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
12530
12531 * emacs.c (daemon_name): New variable.
12532 (main): Deal with --daemon=SERVER_NAME.
12533 (Fdaemonp): Return a name if one was passed to --daemon.
12534
12535 2008-10-26 Romain Francoise <romain@orebokech.com>
12536
12537 * emacs.c (daemon_pipe): New variable.
12538 (main): Create a pipe before forking, make the parent exit only after
12539 the child has closed its end of the pipe. Move closing the
12540 descriptors ...
12541 (Fdaemon_initialized): ... here. New function.
12542
12543 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
12546 the previous unoptimized table.
12547
12548 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
12549 the distinction between non-nil and non-t value of `dedicated'.
12550
12551 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
12552
12553 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
12554 read_char_minibuf_menu_text is large enough to hold the menu string.
12555
12556 2008-10-25 Martin Rudalics <rudalics@gmx.at>
12557
12558 * window.c (Fget_buffer_window, Fdelete_windows_on)
12559 (Freplace_buffer_in_windows): Make buffer argument optional and
12560 rename to buffer_or_name.
12561
12562 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
12563
12564 * xdisp.c (handle_single_display_spec, handle_display_prop):
12565 Undo 2005-05-16 change.
12566 (handle_stop): Pop iterator if it's loaded with an empty string.
12567 (get_overlay_strings_1): Don't save iterator if it's loaded with
12568 an empty string (bug#1201).
12569
12570 2008-10-24 Kenichi Handa <handa@m17n.org>
12571
12572 * ftfont.c (ftfont_otf_features): Fix previous change.
12573 (ftfont_otf_capability): Check FeatureList.FeatureCount before
12574 calling ftfont_otf_features.
12575
12576 2008-10-24 Kenichi Handa <handa@m17n.org>
12577
12578 * font.c (font_match_p): Fix for the case that a vector of
12579 characters is in script-representative-chars.
12580
12581 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
12582
12583 * dbusbind.c (xd_in_read_queued_messages): New variable.
12584 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
12585 (xd_read_queued_messages): Catch Qdbus_error from the macros.
12586 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
12587 macro. (Bug#1186)
12588
12589 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
12590
12591 * s/sol2-10.h: New file.
12592
12593 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
12594
12595 * xdisp.c (fill_glyph_string): Fix typo in source (though the
12596 poor beast has survived 9+ years and the jump from xterm.c!).
12597
12598 2008-10-23 Martin Rudalics <rudalics@gmx.at>
12599
12600 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
12601 Reword doc-string.
12602 (Fbury_buffer): In doc-string say what happens to the buffer's window.
12603
12604 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
12605
12606 * character.c (syms_of_character) <script-representative-chars>:
12607 <unicode-category-table>: Doc fixes.
12608
12609 2008-10-23 Noah Friedman <friedman@splode.com>
12610
12611 * coding.c (make_conversion_work_buffer): Check that
12612 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
12613 Fget_buffer_create.
12614
12615 2008-10-23 Kenichi Handa <handa@m17n.org>
12616
12617 * font.c (font_add_log): Check the values of extra properties.
12618
12619 2008-10-22 Martin Rudalics <rudalics@gmx.at>
12620
12621 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12622 Reword doc-string.
12623 (Fset_window_parameter): Use NILP.
12624 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
12625 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12626
12627 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
12628
12629 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
12630
12631 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12632
12633 * nsfns.m (ns_appkit_version): New function.
12634 (x-server-version): Use it.
12635 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
12636 (x-server-vendor): Don't check_ns().
12637
12638 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
12639
12640 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
12641
12642 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
12643 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
12644
12645 2008-10-22 Kenichi Handa <handa@m17n.org>
12646
12647 * syntax.c (scan_words): Call word_boundary_p instead of comparing
12648 scripts.
12649
12650 * category.c (word_boundary_p): Check scripts instead of charset.
12651 Handle nil value in word-separating-categories and
12652 word-combining-categories.
12653 (syms_of_category): Fix docstrings of word-separating-categories
12654 and word-combining-categories.
12655
12656 2008-10-21 Eli Zaretskii <eliz@gnu.org>
12657
12658 * coding.c (Fencode_coding_region, Fdecode_coding_region)
12659 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
12660
12661 2008-10-21 Martin Rudalics <rudalics@gmx.at>
12662
12663 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
12664 Rename arg "buffer" to "buffer_or_name".
12665 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
12666 it optional.
12667 (no_switch_window): Remove since the return value is not used.
12668 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
12669 Consider window as dedicated when Fwindow_dedicated_p returns a
12670 non-nil value.
12671 * lisp.h: Remove prototype for no_switch_window.
12672
12673 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
12674
12675 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
12676 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
12677
12678 2008-10-21 Kenichi Handa <handa@m17n.org>
12679
12680 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
12681 check Vlatin_extra_code_table.
12682
12683 2008-10-20 Eli Zaretskii <eliz@gnu.org>
12684
12685 * fileio.c (Fset_file_modes): Doc fix.
12686
12687 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
12688
12689 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
12690 in arrays.
12691
12692 2008-10-19 Martin Rudalics <rudalics@gmx.at>
12693
12694 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12695 Mention kill-buffer in doc-string.
12696 (Fset_window_buffer): Reinsert tem check removed in last commit.
12697 (Fenlarge_window, Fshrink_window): Have argument names and
12698 doc-string follow Elisp manual more closely.
12699
12700 2008-10-18 Eli Zaretskii <eliz@gnu.org>
12701
12702 * fileio.c (Fset_file_modes): Doc fix.
12703
12704 2008-10-18 Martin Rudalics <rudalics@gmx.at>
12705
12706 * window.c (Fwindow_width, Fset_window_start)
12707 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
12708 (Fdelete_windows_on, Freplace_buffer_in_windows):
12709 Make doc-strings follow code and Elisp manual more closely.
12710 (Fwindow_dedicated_p): Make window argument optional.
12711 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
12712 (Fset_window_buffer): Respect any non-nil dedicated value for
12713 window. Rename "buffer" argument to "buffer_or_name".
12714
12715 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
12716
12717 * m/sh3.h: New file, machine description for SuperH.
12718
12719 2008-10-17 Martin Rudalics <rudalics@gmx.at>
12720
12721 * window.c (Fsplit_window): Rename arg horflag to horizontal.
12722
12723 2008-10-17 Kenichi Handa <handa@m17n.org>
12724
12725 * ftfont.c (ftfont_otf_features): Fix indexing
12726 gsub_gpos->FeatureList.Feature. Check the validity of indices.
12727
12728 2008-10-16 Magnus Henoch <mange@freemail.hu>
12729
12730 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
12731 (Fdbus_call_method_asynchronously): Ditto.
12732 This change makes C-h f display the argument list.
12733
12734 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
12735
12736 * fileio.c (Fexpand_file_name): Doc fix.
12737
12738 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
12739 of :foreground and :background equivalent to unspecified (20.x
12740 compatibility).
12741
12742 2008-10-15 Eli Zaretskii <eliz@gnu.org>
12743
12744 * buffer.c (syms_of_buffer): Doc fix.
12745
12746 2008-10-14 Kenichi Handa <handa@m17n.org>
12747
12748 * font.c (font_clear_prop): When clearing font width, clear the
12749 average width field too.
12750
12751 2008-10-12 Andreas Schwab <schwab@suse.de>
12752
12753 * ftfont.c (ftfont_shape_by_flt): Make static.
12754 * ftfont.h (ftfont_shape_by_flt): Don't declare.
12755
12756 * font.c: Don't include <m17n-flt.h>.
12757
12758 2008-10-10 Eli Zaretskii <eliz@gnu.org>
12759
12760 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
12761
12762 2008-10-09 Eli Zaretskii <eliz@gnu.org>
12763
12764 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
12765 away code.
12766
12767 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
12768
12769 * dispnew.c (update_text_area): Avoid looping due to large glyph
12770 overhangs (bug#1070).
12771
12772 2008-10-09 Kenichi Handa <handa@m17n.org>
12773
12774 * fontset.c (face_for_char): If face->fontset is negative, just
12775 return ascii_face.
12776
12777 * font.c (font_delete_unmatched): Fix previous change.
12778 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
12779
12780 2008-10-09 Martin Rudalics <rudalics@gmx.at>
12781
12782 * frame.c (Fraise_frame): On text-only terminals select frame in
12783 order to make it visible. (Bug#1061)
12784
12785 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
12786
12787 * fontset.c (fontset_find_font): Check frame validity.
12788
12789 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
12790
12791 * gtkutil.c (xg_display_open): Reset default display if none exists.
12792 (xg_display_close): Allow Emacs to close all displays (bug#985).
12793
12794 2008-10-06 Andreas Schwab <schwab@suse.de>
12795
12796 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
12797
12798 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
12799
12800 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
12801
12802 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
12803
12804 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
12805 during initialization.
12806
12807 2008-10-04 Eli Zaretskii <eliz@gnu.org>
12808
12809 * xdisp.c (redisplay_internal): If frame switched, redisplay the
12810 whole thing on MSDOS frames as well as on a TTY.
12811
12812 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
12813 well as for TTY.
12814 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
12815 well as on a TTY.
12816
12817 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
12818 as well as for TTY.
12819
12820 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
12821
12822 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
12823 MSDOS frames as well.
12824
12825 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12826
12827 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
12828 correct arguments.
12829 * menu.c (find_and_return_menu_selection): Add cast.
12830
12831 2008-10-03 Glenn Morris <rgm@gnu.org>
12832
12833 * emacs.c (USAGE1): Add --daemon.
12834
12835 2008-10-02 Eli Zaretskii <eliz@gnu.org>
12836
12837 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
12838 100, so it's in percents as advertised.
12839
12840 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
12841
12842 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
12843 (ns_output.current_cursor, ns_output.desired_cursor)
12844 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
12845 (FRAME_NEW_CURSOR_COLOR): Remove.
12846
12847 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
12848 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
12849 enumeration (HOLLOW_BOX_CURSOR, etc.).
12850
12851 * nsterm.m (ns_frame_rehighlight): Remove commented code.
12852 (draw_window_cursor): Simplify code.
12853 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
12854 Don't change cursor type. In latter, call rehighlight instead of doing
12855 updates manually.
12856 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
12857 Use core Emacs cursor types.
12858
12859 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
12860
12861 2008-10-02 Martin Rudalics <rudalics@gmx.at>
12862
12863 * process.c (Faccept_process_output): Fix doc-string.
12864
12865 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12866
12867 * gmalloc.c (__sbrk): Also define for uClibc.
12868
12869 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
12870 for uClibc.
12871
12872 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12873
12874 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
12875 styles.
12876 (nsfont_open): Reenable the cache.
12877
12878 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
12879
12880 * font.c (font_matching_entity): Reflect ATTRS in font selection.
12881 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
12882
12883 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
12886 a suspended terminal.
12887
12888 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
12889
12890 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
12891
12892 2008-09-30 Eli Zaretskii <eliz@gnu.org>
12893
12894 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
12895
12896 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12897
12898 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
12899 in a continued line coincides with a line beginning.
12900
12901 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
12902
12903 * nsfont.m (nsfont_trait_distance): Fix bug.
12904 (nsfont_list): Return a list rather than a vector (syncs with Handa
12905 changes of 2008-05-14).
12906 (nsfont_open): Improve logging.
12907
12908 2008-09-29 Andreas Schwab <schwab@suse.de>
12909
12910 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
12911
12912 2008-09-28 Martin Rudalics <rudalics@gmx.at>
12913
12914 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
12915 name as char-resolve-modifiers.
12916 Reported by: Markus Triska <markus.triska@gmx.at>
12917
12918 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12919
12920 * dispnew.c (init_display): Return earlier when running as a daemon.
12921
12922 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12923
12924 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
12925
12926 2008-09-27 Eli Zaretskii <eliz@gnu.org>
12927
12928 * composite.c (Fcomposition_get_gstring)
12929 (Fcompose_region_internal, Fcompose_string_internal)
12930 (Ffind_composition_internal): Doc fix.
12931 (syms_of_composite) <compose-chars-after-function>: Doc fix.
12932 (syms_of_composite) <auto-composition-function>: Doc fix.
12933 (syms_of_composite) <composition-function-table>: Doc fix.
12934
12935 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
12936
12937 * search.c (wordify): New argument for lax word-ends.
12938 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
12939
12940 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12941
12942 * lisp.h (is_daemon): Declare.
12943 * dispnew.c (init_display): Do not try to initialize the terminal
12944 when running as a daemon.
12945
12946 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
12947
12948 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
12949 x_display_pixel_height.
12950
12951 2008-09-22 Martin Rudalics <rudalics@gmx.at>
12952
12953 * undo.c (record_point): Don't call Fundo_boundary for first
12954 change. (Bug#731)
12955
12956 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
12957
12958 * emacs.c (Fdaemonp): Doc fix.
12959
12960 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
12961
12962 * emacs.c (main): Place #ifdef in the proper place.
12963
12964 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12965
12966 * emacs.c (standard_args): Add --daemon.
12967 (main): Disconnect from the terminal when --daemon is passed.
12968 (is_daemon): New variable.
12969 (Fdaemonp): New function.
12970 (syms_of_emacs): Defsubr it.
12971
12972 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
12973
12974 * xdisp.c (get_next_display_element): Handle string display
12975 correctly when checking for the end of a box run.
12976
12977 2008-09-20 Glenn Morris <rgm@gnu.org>
12978
12979 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
12980 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
12981 (Frename_file): Avoid copying to trash if a rename involves
12982 a delete. (Bug#964).
12983
12984 2008-09-20 Eli Zaretskii <eliz@gnu.org>
12985
12986 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
12987 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
12988 frames as well as termcap frames.
12989 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
12990 get_named_tty.
12991
12992 2008-09-19 Eli Zaretskii <eliz@gnu.org>
12993
12994 * process.c (procfs_system_process_attributes): Fix cmdline in
12995 case /proc/PID/cmdline is empty.
12996
12997 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
12998 x_display_pixel_height.
12999
13000 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
13001
13002 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
13003
13004 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
13005 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
13006
13007 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
13008
13009 * dispextern.h (struct it): Move line_wrap away from the middle of
13010 bitfields. Move voffset in struct iterator_stack_entry after the
13011 bitfields. Move tab_width near after another short.
13012
13013 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
13014
13015 * frame.h (struct frame): Move alpha from the middle of bitfields.
13016
13017 * window.h (struct window): Move frozen_window_start_p after the
13018 rest of the bitfields to reduce padding.
13019
13020 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
13021
13022 * xterm.h (x_display_info): Remove `height' and `width' members.
13023
13024 * nsterm.h (ns_display_info): Remove `height' and `width' members.
13025
13026 * w32term.h (w32_display_info): Remove `height', `width',
13027 `height_in', and `width_in' members.
13028
13029 * xterm.c (x_display_pixel_height, x_display_pixel_width):
13030 New functions.
13031 (x_calc_absolute_position): Use them.
13032 (x_term_init): Omit removed `height' and `width' members.
13033
13034 * w32term.c (x_display_pixel_height, x_display_pixel_width):
13035 New functions.
13036 (w32_read_socket, x_calc_absolute_position): Use them.
13037 (w32_initialize_display_info, w32_term_init): Omit removed members
13038 of w32_display_info.
13039
13040 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
13041 New functions.
13042 (ns_initialize_display_info): Omit removed members of ns_display_info.
13043
13044 * xterm.c (x_display_pixel_height, x_display_pixel_width):
13045 New functions.
13046 (x_calc_absolute_position): Use them.
13047 (x_term_init): Omit removed `height' and `width' members.
13048
13049 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
13050 (compute_tip_xy):
13051 * frame.c (x_fullscreen_adjust):
13052 * xmenu.c (menu_position_func): Use x_display_pixel_height and
13053 x_display_pixel_width.
13054
13055 2008-09-18 Kenichi Handa <handa@m17n.org>
13056
13057 * composite.c (fill_gstring_header): Don't check FROM and TO here.
13058 (composition_compute_stop_pos): Fix handling of static composition.
13059 (Fcomposition_get_gstring): Check FROM and TO at first.
13060
13061 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
13064 mixup (YAILOM).
13065
13066 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
13067
13068 * indent.c (Fvertical_motion): Use position reported by iterator
13069 instead of PT for determining screen motion (bug#943).
13070
13071 2008-09-17 Romain Francoise <romain@orebokech.com>
13072
13073 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
13074
13075 2008-09-17 Kenichi Handa <handa@m17n.org>
13076
13077 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
13078
13079 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
13080 if necessary.
13081
13082 2008-09-16 Kenichi Handa <handa@m17n.org>
13083
13084 * coding.c (make_conversion_work_buffer): Avoid calling
13085 Fget_buffer_create if it is not necessary.
13086
13087 2008-09-15 Martin Rudalics <rudalics@gmx.at>
13088
13089 * window.c (Fselect_window): Don't update window_select_count and
13090 use_time when norecord is not nil.
13091
13092 2008-09-14 Kenichi Handa <handa@m17n.org>
13093
13094 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
13095 specpdl_ptr.
13096
13097 2008-09-12 Kenichi Handa <handa@m17n.org>
13098
13099 * indent.c (scan_for_column): Don't handle automatic composition
13100 if the current buffer is not associated with a window.
13101
13102 * composite.c (composition_reseat_it): If the current buffer is
13103 not associated with a window, ignore the automatic composition.
13104 (find_automatic_composition): Likewise.
13105
13106 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13107
13108 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
13109 (Fgpm_mouse_stop): Use it.
13110 * termhooks.h (close_gpm): Declare.
13111 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
13112 connection if Gpm_GetEvent fails.
13113
13114 * window.c (set_window_buffer): Always preserve current-buffer.
13115
13116 2008-09-12 Glenn Morris <rgm@gnu.org>
13117
13118 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
13119
13120 2008-09-11 Glenn Morris <rgm@gnu.org>
13121
13122 * charset.c (charset-map-path): Doc fix.
13123
13124 2008-09-10 Kenichi Handa <handa@m17n.org>
13125
13126 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
13127
13128 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
13129 compose a grapheme cluster with the preceding base glyph.
13130
13131 * composite.c (composition_compute_stop_pos): Fix previous change.
13132 Reset cmp_it->id to -1 at first.
13133
13134 2008-09-10 Glenn Morris <rgm@gnu.org>
13135
13136 * Makefile.in (character.o, chartab.o): Fix config.h typo.
13137
13138 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
13139
13140 * keyboard.c (read_key_sequence): Reapply translation maps when
13141 switching keyboards.
13142
13143 2008-09-09 Kenichi Handa <handa@m17n.org>
13144
13145 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
13146 characters.
13147
13148 * composite.c (FORWARD_CHAR): Fix calculation
13149 of (POSITION).pos_byte.
13150 (composition_compute_stop_pos): Limit the search of composition to
13151 at most 500 characters ahead. If we reach the limit or find a
13152 newline, set cmp_it->ch to -2 and return 0.
13153 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
13154
13155 2008-09-08 Kenichi Handa <handa@m17n.org>
13156
13157 * indent.c (Fvertical_motion): Be sure to set
13158 it_overshoot_expected if it.cmp_it.id is non-negative.
13159
13160 2008-09-07 Andreas Schwab <schwab@suse.de>
13161
13162 * callproc.c (Fcall_process): Don't hold references to string data
13163 across garbage collection. Move initialisation of new_argv down
13164 to avoid compiler bug.
13165
13166 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13167
13168 * process.c (Fsystem_process_attributes): Doc fix.
13169
13170 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
13171
13172 * callproc.c (Fcall_process): Canonicalize current directory name.
13173
13174 * xdisp.c (move_it_to): When moving by vpos, ensure that the
13175 iterator advances to the next line if the current line ends in a
13176 continued tab.
13177
13178 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
13179
13180 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
13181 member to point to cmp_from.
13182
13183 * xdisp.c: Doc fix for references to gidx data member.
13184
13185 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13186
13187 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
13188
13189 2008-09-07 Kenichi Handa <handa@m17n.org>
13190
13191 * composite.c (FORWARD_CHAR): Check STOP after
13192 incrementing (POSITION).pos.
13193
13194 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13195
13196 * process.c (Fsystem_process_attributes): Doc fix.
13197
13198 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
13199
13200 * keyboard.c (Ftop_level): Doc fix.
13201
13202 2008-09-06 Eli Zaretskii <eliz@gnu.org>
13203
13204 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
13205 minibuffer, don't let lower part of menu invade the echo area.
13206
13207 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
13208 "char *q" to access menu text and advance through it. Revert the
13209 change that displayed ">" instead of ASCII character 0x10.
13210
13211 2008-09-05 Eli Zaretskii <eliz@gnu.org>
13212
13213 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
13214 toggle boxes and radio buttons on MS-DOS as well.
13215
13216 2008-09-05 Kenichi Handa <handa@m17n.org>
13217
13218 * composite.c (autocmp_chars): Check lookback count.
13219 (composition_compute_stop_pos): Set cmp_it->lookback.
13220 (composition_reseat_it): Check lookback count.
13221 (struct position_record): New struct.
13222 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
13223 (find_automatic_composition): New function.
13224 (composition_adjust_point): Use find_automatic_composition.
13225
13226 * dispextern.h (struct composition_it): New member lookback.
13227
13228 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
13229
13230 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
13231 if moving by a single line.
13232
13233 2008-09-02 Andreas Schwab <schwab@suse.de>
13234
13235 * xterm.c (x_delete_display): Fix merge error.
13236
13237 * fileio.c (Fexpand_file_name): Remove unused variables.
13238
13239 2008-09-02 Eli Zaretskii <eliz@gnu.org>
13240
13241 * fileio.c (Fexpand_file_name): Copy argument `name' into local
13242 storage on all platforms, not just on DOS_NT.
13243
13244 2008-09-02 Jason Rumney <jasonr@gnu.org>
13245
13246 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
13247 Ensure mouse is not grabbed after menu is finished.
13248
13249 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
13250
13251 * xfaces.c (Finternal_set_alternative_font_family_alist)
13252 (Finternal_set_alternative_font_registry_alist): Properly copy
13253 entire alist structure.
13254
13255 2008-09-01 Kenichi Handa <handa@m17n.org>
13256
13257 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
13258 representative chars of the script is a vector.
13259 (ftfont_list): Handle the case where the representative chars of
13260 the script is a vector.
13261
13262 * character.c (syms_of_character): Docstring of
13263 script-representative-chars fixed.
13264
13265 2008-08-31 Eli Zaretskii <eliz@gnu.org>
13266
13267 * msdos.c (BUILD_CHAR_GLYPH): New macro.
13268 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
13269 the menu. Allocate larger buffer for `text', to account for
13270 possible ^C characters.
13271
13272 2008-08-31 Martin Rudalics <rudalics@gmx.at>
13273
13274 * xdisp.c (prepare_menu_bars): Don't call
13275 Vwindow_size_change_functions with arg Qt.
13276
13277 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * font.h (font_range):
13280 * fileio.c (report_file_error):
13281 * composite.c (composition_update_it): Yet another int/Lisp_Object
13282 mixup (YAILOM).
13283
13284 2008-08-30 Glenn Morris <rgm@gnu.org>
13285
13286 * data.c (Fmake_variable_frame_local): Doc fix.
13287
13288 * frame.c (Fmodify_frame_parameters): Doc fix.
13289
13290 2008-08-30 Eli Zaretskii <eliz@gnu.org>
13291
13292 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
13293 needed by GetTokenInformation.
13294 (w32_system_process_attributes): Check return values of all system
13295 APIs.
13296
13297 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
13298 only when the state changes.
13299 (IT_update_begin, IT_update_end): Add termscript trace.
13300
13301 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
13302 clipboard is unavailable. Set dst to NULL if it doesn't point to
13303 malloc'ed data.
13304 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
13305 passing random values to xfree.
13306
13307 * dispnew.c (init_display): Set `tty's association in frame's
13308 parameters alist to the name of the terminal device, if that is known.
13309
13310 2008-08-29 Jason Rumney <jasonr@gnu.org>
13311
13312 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
13313
13314 2008-08-29 Eli Zaretskii <eliz@gnu.org>
13315
13316 * composite.c (fill_gstring_body): Avoid compiler warnings.
13317
13318 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
13319 LGLYPH_SET_CODE to avoid compiler warnings.
13320
13321 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
13322
13323 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
13324
13325 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
13326 LGLYPH_SET_CODE.
13327
13328 2008-08-29 Kenichi Handa <handa@m17n.org>
13329
13330 * fileio.c (report_file_error): Don't downcase the first character
13331 of errstring if it is still unibyte.
13332
13333 2008-08-29 Kenichi Handa <handa@m17n.org>
13334
13335 These changes are to re-implement the automatic composition so
13336 that it doesn't use text properties.
13337
13338 * Makefile.in (ftfont.o): Depend on composite.h.
13339 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
13340
13341 * character.h (Vunicode_category_table): Extern it.
13342
13343 * character.c (Vunicode_category_table): New variable.
13344 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
13345
13346 * chartab.c (optimize_sub_char_table): Perform more greedy
13347 optimization.
13348
13349 * composite.h (enum composition_method):
13350 Delete COMPOSITION_WITH_GLYPH_STRING.
13351 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
13352 (Vcomposition_function_table): Extern it.
13353 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
13354 (composition_gstring_put_cache, composition_gstring_from_id)
13355 (composition_gstring_p, composition_gstring_width)
13356 (composition_compute_stop_pos, composition_reseat_it)
13357 (composition_update_it, composition_adjust_point): Extern them.
13358 (Fcomposition_get_gstring): EXFUN it.
13359
13360 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
13361 (Vcomposition_function_table)
13362 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
13363 (gstring_hash_table, gstring_work, gstring_work_headers):
13364 New variables.
13365 (gstring_lookup_cache, composition_gstring_put_cache)
13366 (composition_gstring_from_id, composition_gstring_p)
13367 (composition_gstring_width, fill_gstring_header)
13368 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
13369 (composition_reseat_it, composition_update_it)
13370 (composition_adjust_point, Fcomposition_get_gstring): New functions.
13371 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
13372 and gstring_work_headers. DEFVAR_LISP composition-function-table.
13373 Defsubr composition_get_gstring.
13374
13375 * dispextern.h (struct glyph): New union u.cmp. Delete the member
13376 cmp_id.
13377 (struct glyph_string): Delete the member gidx. New members
13378 cmp_id, cmp_from, and cmp_to.
13379 (enum it_method): Delete GET_FROM_COMPOSITION.
13380 (struct composition_it): New struct.
13381 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
13382 Delete c, len, cmp_id, cmp_len in u.comp.
13383
13384 * font.h (enum lgstring_indices): Delete it.
13385 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
13386 (enum lglyph_indices): Likewise.
13387 (font_range): Adjust extern.
13388 (font_fill_lglyph_metrics): Extern it.
13389
13390 * font.c (QCf): New variable.
13391 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
13392 (font_prepare_composition): Delete this function.
13393 (font_range): Type and arguments changed.
13394 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
13395 (font_fill_lglyph_metrics): New function.
13396 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
13397 (syms_of_font): DEFSYM QCf. Delete defsubr for
13398 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
13399 Defsubr Sfont_shape_gstring.
13400
13401 * fontset.h (font_for_char): Extern it.
13402
13403 * fontset.c (font_for_char): New function.
13404
13405 * ftfont.c: Include composite.h.
13406 (ftfont_resolve_generic_family): Add langset "en" to pattern.
13407 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
13408
13409 * indent.c: Include composite.h and dispextern.h.
13410 (check_composition): Delete this function.
13411 (scan_for_column): Handle composition by
13412 composition_compute_stop_pos, composition_reseat_it, and
13413 composition_update_it.
13414 (compute_motion): Likewise.
13415 (Fvertical_motion): Fix checking of composition.
13416
13417 * keyboard.c (adjust_point_for_property): Check composition by
13418 composition_adjust_point.
13419
13420 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
13421 struct glyph_string.
13422
13423 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
13424 (append_composite_glyph): Adjust for the change of struct it and
13425 struct glyph.
13426 (produce_composite_glyph): Likewise.
13427
13428 * w32term.c (x_draw_composite_glyph_string_foreground):
13429 Adjust for the change of struct glyph_string.
13430 (x_draw_glyph_string): Likewise.
13431
13432 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
13433 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
13434
13435 * xdisp.c: Include font.h.
13436 (it_props): Delete the entry for Qauto_composed.
13437 (init_iterator): Initialize it->cmp_it.id to -1.
13438 (compute_stop_pos): Call composition_compute_stop_pos.
13439 (face_before_or_after_it_pos): Adjust for the change of struct it.
13440 (handle_auto_composed_prop): Delete it.
13441 (handle_composition_prop): Handle only static composition.
13442 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
13443 from xassert. Initialize it->cmp_it.stop_pos.
13444 (push_it): Adjust for the change of struct it.
13445 (pop_it): Likewise.
13446 (get_next_element): Delete next_element_from_composition.
13447 (CHAR_COMPOSED_P): New macro.
13448 (get_next_display_element): For automatic composition, get a face
13449 from the font in the glyph-string.
13450 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
13451 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
13452 (next_element_from_string): Check if the character at the current
13453 position is composed by CHAR_COMPOSED_P.
13454 (next_element_from_buffer): Likewise.
13455 (next_element_from_composition): Adjust for the change of struct it.
13456 Update it->cmp_it.
13457 (dump_glyph): Adjust for the change of struct glyph.
13458 (fill_composite_glyph_string): Adjust for the change of struct
13459 it and struct glyph. Don't handle automatic composition here.
13460 (fill_gstring_glyph_string): New function.
13461 (x_get_glyph_overhangs): Handle automatic composition.
13462 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
13463 (BUILD_GSTRING_GLYPH_STRING): New macro.
13464 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
13465 automatic composition.
13466 (append_composite_glyph): Adjust for the change of struct it and
13467 struct glyph.
13468 (x_produce_glyphs): Adjust for the change of struct it.
13469
13470 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13471 the change of struct glyph_string.
13472 (x_draw_glyph_string): Likewise.
13473
13474 2008-08-29 Glenn Morris <rgm@gnu.org>
13475
13476 * buffer.c (word-wrap): Doc fix.
13477 * xdisp.c (truncate-partial-width-windows): Doc fix.
13478 Increase default to 50.
13479
13480 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
13481
13482 * xdisp.c (update_tool_bar_unwind): New function.
13483 (update_tool_bar): Temporarily set selected frame before building
13484 tool-bar items.
13485
13486 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
13487
13488 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
13489 snprintf, respectively.
13490 (xd_append_arg): Convert strings with Fstring_make_unibyte.
13491
13492 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
13493
13494 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
13495 LDFLAGS to GNUstep CC invocation.
13496
13497 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
13498
13499 * indent.c (Fvertical_motion): Revert last change. Handle the
13500 general case where we are moving forward, and PT spans multiple
13501 screen lines.
13502
13503 * eval.c (find_handler_clause): Temporarily increase
13504 max-lisp-eval-depth while printing the backtrace buffer, to
13505 guarantee that help-mode code can run.
13506
13507 2008-08-27 Eli Zaretskii <eliz@gnu.org>
13508
13509 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
13510 colors under -rv.
13511 (IT_set_frame_parameters): Don't swap foreground and background
13512 colors if `(reverse . t)' is present in the frame properties.
13513 (internal_terminal_init): Call init_frame_faces only for the
13514 initial frame.
13515
13516 2008-08-27 Andreas Schwab <schwab@suse.de>
13517
13518 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
13519
13520 2008-08-27 Andreas Schwab <schwab@suse.de>
13521
13522 * search.c (search_buffer): Set char_base to zero only at the end.
13523
13524 2008-08-27 Kenichi Handa <handa@m17n.org>
13525
13526 * fileio.c (report_file_error): Fix handling of multibyte error string.
13527
13528 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
13529
13530 * xterm.c (x_term_init): Temporarily hide the partially
13531 initialized terminal while calling vendor-specific-keysyms.
13532
13533 2008-08-26 Eli Zaretskii <eliz@gnu.org>
13534
13535 * msdos.c (internal_terminal_init): Most initializations done only
13536 once, especially initial_screen_colors[] and termscript open.
13537
13538 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
13539
13540 * eval.c (Fcondition_case): Doc fix.
13541
13542 * widgetprv.h (EmacsFramePart): Change font member to the new font
13543 struct.
13544
13545 * widget.c: Include character.h and font.h for XSETFONT.
13546 (setup_frame_gcs): Compute X font id from font struct, just once.
13547
13548 2008-08-26 Eli Zaretskii <eliz@gnu.org>
13549
13550 * term.c (get_named_tty): Fix last change.
13551
13552 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
13553
13554 * indent.c (Fvertical_motion): If moving forward starting from a
13555 multi-line string, move the iterator to the last line of that string.
13556
13557 2008-08-25 Eli Zaretskii <eliz@gnu.org>
13558
13559 * frame.c (do_switch_frame): Mark previously displayed frame as
13560 obscured for FRAME_MSDOS_P frames as well.
13561
13562 2008-08-24 Eli Zaretskii <eliz@gnu.org>
13563
13564 * frame.c (make_terminal_frame): Initialize f->terminal,
13565 f->terminal->reference_count, and scroll bars on MS-DOS as well.
13566 Set the top frame to newly created frame.
13567 (Fmake_terminal_frame): Reuse the_only_display_info.
13568
13569 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
13570 estimating available memory.
13571
13572 2008-08-23 David Reitter <david.reitter@gmail.com>
13573
13574 * nsterm.m (ns_draw_window_cursor): Don't call
13575 NSDisableScreenUpdates and NSEnableScreenUpdates on
13576 non-NS_IMPL_COCOA systems.
13577
13578 2008-08-23 Andreas Schwab <schwab@suse.de>
13579
13580 * process.c (procfs_system_process_attributes): Fix use of
13581 uninitialized variables.
13582
13583 2008-08-23 Eli Zaretskii <eliz@gnu.org>
13584
13585 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
13586
13587 * dispnew.c (init_display): Remove MS-DOS specific conditions for
13588 calling tty-set-up-initial-frame-faces.
13589
13590 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
13591 Allow MSDOS frames along with X frames.
13592
13593 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
13594 addition to output_termcap.
13595
13596 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
13597
13598 * termchar.h (FRAME_TTY): Support output_msdos_raw.
13599 (struct tty_display_info) [MSDOS]: Add fields related to mouse
13600 highlight.
13601
13602 * process.c [!subprocesses]: Define QCname.
13603 (syms_of_process): Intern and staticpro it.
13604
13605 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
13606 Adjust for changes in encoding/decoding routines.
13607 Use encode_coding_object and decode_coding_object instead of
13608 encode_coding and decode_coding.
13609
13610 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
13611
13612 * dosfns.c: Include frame.h before termhooks.h.
13613 (dos_cleanup): Use CURTTY ()->termscript instead of a global
13614 variable termscript.
13615
13616 * s/msdos.h (USER_FULL_NAME): Define.
13617 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
13618
13619 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
13620 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
13621 pw->pw_gecos.
13622
13623 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
13624 SELECTED_FRAME as additional (1st) argument.
13625 (tty_read_avail_input): Handle output_msdos_raw in
13626 addition to output_termcap.
13627
13628 * msdos.c: Include frame.h before termhooks.h.
13629 (mouse_on, mouse_off, mouse_moveto, mouse_init)
13630 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
13631 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
13632 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
13633 (IT_set_terminal_modes, IT_reset_terminal_modes)
13634 (IT_set_frame_parameters): Use tty->termscript instead of a global
13635 variable termscript.
13636 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
13637 global variable terminal_coding. Don't refer to
13638 Vnonascii_translation_table.
13639 (internal_terminal_init): Set Vwindow_system in current_kboard.
13640 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
13641 Announce date and time of session start, if termscript is open.
13642 Don't zero out the_only_display_info (it is done in
13643 term.c:init_tty). Open termscript only of not already open.
13644 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
13645 here instead of dos_ttraw. Don't initialize display if this is an
13646 initial tty. Don't set FRAME_FONT.
13647 (Vwindow_system_version): Bump to 23.
13648 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
13649 is available, set up mouse_position_hook.
13650 (dos_ttraw, IT_set_terminal_modes): If called with initial
13651 terminal, do nothing.
13652 (IT_set_frame_parameters): Handle the Qtty_type frame
13653 parameter by calling internal_terminal_init.
13654 (dos_set_window_size, show_mouse_face)
13655 (clear_mouse_face, IT_note_mode_line_highlight)
13656 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
13657 (dos_rawgetc): Use tty_display_info instead of x_display_info.
13658 (initialize_msdos_display): New function.
13659 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
13660 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
13661 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
13662 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
13663 Accept additional argument: a pointer to a frame. Update all callers.
13664 (request_sigio, unrequest_sigio): Don't define, now defined on
13665 sysdep.c.
13666 (IT_write_glyphs): Rewrite to use encode_terminal_code.
13667
13668 * term.c [MSDOS]: Include msdos.h.
13669 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
13670 conditional to DOS_NT. Allow only one call to this function in a
13671 session. Don't allocate a new struct tty_display_info; instead,
13672 reuse the_only_display_info. Call get_tty_size to get screen
13673 dimensions. Call init_baud_rate to set bad_rate.
13674 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
13675 (Fsuspend_tty) [MSDOS]: Don't close input and output.
13676 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
13677 (get_tty_terminal, get_named_tty, Ftty_type)
13678 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
13679 output_termcap.
13680 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
13681 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
13682 only when subprocesses are supported.
13683
13684 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
13685 f->output_data.x.
13686 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
13687 terminal devices.
13688
13689 * msdos.h: Remove definition of struct x_display_info and struct
13690 x_output.
13691 (FRAME_FONT): Use output_data.tty.
13692 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
13693 (struct x_display_info): Rename from display_info. Update all users in
13694 msdos.c.
13695 (struct x_output): Remove background_pixel and foreground_pixel.
13696 (the_only_display_info): Rename from the_only_x_display.
13697 (dos_ttraw): Update prototype.
13698
13699 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
13700 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
13701
13702 2008-08-23 Jason Rumney <jasonr@gnu.org>
13703
13704 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
13705 (fn_TIFFSetDirectory): New library function used.
13706 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
13707 (tiff_load): Use :index to select among multiple images. Set count
13708 property when multiple images exist.
13709 (gif_format): Use :index, not :image.
13710
13711 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
13712
13713 * xdisp.c (try_scrolling): Check INT_MAX instead of
13714 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
13715 to obtain INT_MAX.
13716
13717 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
13718
13719 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
13720
13721 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
13722
13723 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
13724 GNUstep library location.
13725
13726 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
13727
13728 * xfaces.c (x_update_menu_appearance): Check validity of menu font
13729 before using it.
13730
13731 * puresize.h (BASE_PURESIZE): Increase to 1250000.
13732
13733 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
13734
13735 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
13736 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
13737 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
13738 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
13739 (EmacsApp-cursor_blink_handler): Remove declaration.
13740 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
13741 match 01 Feb 2008 changes in xterm.c.
13742 (ns_read_socket): Add cast to avoid warning.
13743 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
13744 GNUstep.
13745
13746 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
13747
13748 * xselect.c (x_get_foreign_selection): Return nil if desired
13749 selection could not be obtained, instead of signalling an error.
13750
13751 2008-08-20 David Reitter <david.reitter@gmail.com>
13752
13753 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
13754 * nsterm.m: Remove ns-specific code for cursor blinking.
13755 (ns_draw_window_cursor): Clear cursor properly rather than
13756 redrawing the area. Respect width of bar cursors.
13757 These changes enable the use of generic blink-cursor-mode and
13758 generic cursor types in NS and support smooth cursor movements (do
13759 not blink off after command).
13760 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
13761 Nextstep, too.
13762
13763 2008-08-19 Kenichi Handa <handa@m17n.org>
13764
13765 * font.c (Vfont_log_deferred): New variable.
13766 (font_add_log): Check Vfont_log_deferred.
13767 (font_deferred_log): New function.
13768
13769 * font.h (font_deferred_log): Extern it.
13770
13771 * fontset.c (reorder_font_vector): Use encoding charset of fonts
13772 for sorting.
13773 (face_for_char): Use deferred log.
13774
13775 2008-08-18 Kenichi Handa <handa@m17n.org>
13776
13777 * fontset.c (face_for_char): Add font log.
13778
13779 * font.c (font_add_log): Add the font properties :script, :lang,
13780 and :otf in the log.
13781
13782 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
13783
13784 * xdisp.c: Remove dead code.
13785 (handle_invisible_prop, next_overlay_string): Defer call to
13786 setup_for_ellipsis.
13787 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
13788
13789 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
13790
13791 * xfaces.c (lookup_derived_face): Properly handle possible zero
13792 return value of get_lface_attributes.
13793 (merge_faces): Don't tell lookup_derived_face to signal an error
13794 if face is not found.
13795
13796 * dired.c (Fdirectory_files): Doc fix.
13797
13798 * process.c (make_process): Initialize kill_without_query struct
13799 member.
13800
13801 2008-08-15 Eli Zaretskii <eliz@gnu.org>
13802
13803 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
13804 Alternative calculation of totphys for Visual Studio 6.
13805
13806 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
13807
13808 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
13809 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
13810 All users changed.
13811 (stat): Only root directory passed to GetDriveType. Allow RAM
13812 disk as well as local fixed disk when w32-get-true-file-attributes
13813 is set to `local'.
13814 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
13815 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
13816 (w32_cached_id, w32_add_to_cache): New functions.
13817 (get_name_and_id): Look account names in the cache before calling
13818 lookup_account_sid.
13819 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
13820 New initialization flags.
13821 (globals_of_w32): Initialize them to zero.
13822 (w32_system_process_attributes): Use w32_cached_id and
13823 w32_add_to_cache.
13824
13825 2008-08-14 Lawrence Mitchell <wence@gmx.li>
13826
13827 * lread.c (Fread_char, Fread_char_exclusive): If no character
13828 event is read before timeout is reached, return nil, rather than
13829 converting to a number.
13830
13831 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
13832
13833 * fns.c (use_dialog_box): Doc fix.
13834
13835 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
13836 on OS X.
13837
13838 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
13839
13840 * frame.c (Qns_parse_geometry): New var.
13841 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
13842
13843 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
13844
13845 * xdisp.c (x_produce_glyphs): Handle the case when font has no
13846 space character in calculating tabs.
13847
13848 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
13849
13850 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
13851
13852 2008-08-10 Glenn Morris <rgm@gnu.org>
13853
13854 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
13855 silence gcc "limited range of data type" warnings in some
13856 make_fixnum_or_float calls.
13857
13858 2008-08-09 Eli Zaretskii <eliz@gnu.org>
13859
13860 * w32.c (w32_system_process_attributes): If the process does not
13861 exist, return nil.
13862
13863 * w32.c: Include thelp32.h, psapi.h and coding.h.
13864 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
13865 declarations.
13866 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
13867 (Process32Next_Proc): New typedefs.
13868 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
13869 (g_b_init_process32_next, g_b_init_open_thread_token)
13870 (g_b_init_impersonate_self, g_b_init_revert_to_self)
13871 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
13872 (g_b_init_get_process_working_set_size)
13873 (g_b_init_global_memory_status_ex): New static variables.
13874 (globals_of_w32): Initialize them.
13875 (create_toolhelp32_snapshot, process32_first, process32_next)
13876 (open_thread_token, impersonate_self, revert_to_self)
13877 (get_process_memory_info, get_process_working_set_size)
13878 (global_memory_status, global_memory_status_ex): New wrapper
13879 functions.
13880 (w32_list_system_processes, w32_system_process_attributes)
13881 (enable_privilege, restore_privilege, ltime, process_times):
13882 New functions.
13883 (convert_time_raw): New function.
13884 (convert_time): Remove conversion of FILETIME into time in 100
13885 nsec units, call convert_time_raw instead.
13886
13887 * process.h (w32_list_system_processes, w32_system_process_attributes):
13888 Add prototypes.
13889 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
13890 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
13891 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
13892 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
13893
13894 * process.c (Fsystem_process_attributes): Doc fix.
13895
13896 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
13897
13898 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
13899 a continued multi-char glyph; if so, advance to the actual glyph.
13900
13901 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
13902
13903 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
13904
13905 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
13906 (.m.o): Use it.
13907 * config.in: Regenerate.
13908
13909 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
13910
13911 * xdisp.c (redisplay_window): Revert last change.
13912 (try_window): Check bottom scroll margin too.
13913
13914 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13915
13916 * config.in: Regenerate.
13917
13918 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
13919 -list-load-path-shadows'.
13920 (nsgui.h): Reduce number of things depending on it.
13921
13922 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
13923
13924 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
13925 instead of window-end which does the wrong thing at eob.
13926 (try_cursor_movement): Minor optimization.
13927 (redisplay_window): If scroll margin is defined, don't assume
13928 window doesn't need scrolling.
13929
13930 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
13931
13932 * config.in: Regenerate.
13933
13934 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
13935 (mostlyclean): Don't delete *.d under NS.
13936
13937 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
13938
13939 2008-08-06 Kenichi Handa <handa@m17n.org>
13940
13941 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
13942
13943 2008-08-06 Andreas Schwab <schwab@suse.de>
13944
13945 * config.in: Regenerate.
13946
13947 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
13948
13949 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
13950 forcing a window start.
13951
13952 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
13953 (auto_save_1): Update modtime when auto-save-list-file-name is on.
13954
13955 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13956
13957 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
13958 argument.
13959
13960 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
13961
13962 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
13963 <scroll-down-aggressively, before-change-functions>:
13964 <after-change-functions>: Reflow docstrings.
13965
13966 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13967 Ken Raeburn <raeburn@gnu.org>
13968
13969 Dock menu customization, based on a patch by Ken Raeburn, plus some
13970 other fixes.
13971 * nsmenu.m (dockMenu): New variable.
13972 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
13973
13974 * nsterm.h (dockMenu): Declare.
13975
13976 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
13977 (ns_term_init): Initialize dockMenu.
13978 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
13979 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
13980 left.
13981
13982 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
13983
13984 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13985
13986 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
13987
13988 * config.in: Regenerate.
13989
13990 2008-08-04 Seiji Zenitani <zenitani@mac.com>
13991
13992 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
13993
13994 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
13995
13996 * nsterm.h (find_and_call_menu_selection): Fix prototype.
13997
13998 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
13999
14000 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
14001
14002 * keyboard.h: Comment an #endif.
14003
14004 * lisp.h (have_menus_p): Adjust comment.
14005
14006 * menu.c (find_and_return_menu_selection): Fix comparison with
14007 client_data.
14008
14009 * nsmenu.m (popup_activated_flag): New variable.
14010 (popup_activated): New function.
14011 (menu-or-popup-active-p): New exported lisp definition.
14012 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
14013 when popup done.
14014 (ns_popup_dialog): Set popup_activated_flag.
14015
14016 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
14017 version for GNUstep (handled by conditional typedef in nsterm.m).
14018 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
14019 in rgb.txt).
14020
14021 * process.c (init_process): Use DARWIN_OS, not DARWIN.
14022
14023 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
14024
14025 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
14026
14027 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
14028 shortcircuit if popup_activated like GTK and X toolkit.
14029
14030 * m/inter386.h: Change DARWIN to DARWIN_OS.
14031
14032 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
14033 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
14034 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
14035 comment on NO_SOCK_SIGIO.
14036
14037 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
14038
14039 * nsterm.m (windowDidResize): Remove stopModal call.
14040
14041 2008-08-03 Andreas Schwab <schwab@suse.de>
14042
14043 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
14044 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
14045
14046 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
14047
14048 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
14049 Don't use uninitialized pointer variable when using getrlimit.
14050
14051 2008-08-02 Jason Rumney <jasonr@gnu.org>
14052
14053 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
14054
14055 2008-08-02 Eli Zaretskii <eliz@gnu.org>
14056
14057 * alloc.c (NSTATICS): Bump to 0x640.
14058
14059 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
14060
14061 * lisp.h: Add prototype for directory_files_internal.
14062
14063 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
14064 New functions.
14065 (syms_of_process): Defsubr them. Add initializations for various
14066 Q* symbols used in procfs_system_process_attributes.
14067 (procfs_list_system_processes, procfs_system_process_attributes)
14068 [HAVE_PROCFS]: New functions.
14069 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
14070 (procfs_get_total_memory): New functions.
14071
14072 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
14073
14074 * xfaces.c (Fx_load_color_file): Fix previous change;
14075 it is #ifdef WINDOWSNT, not WINDOWS_NT.
14076
14077 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
14078
14079 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
14080
14081 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
14082
14083 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
14084
14085 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
14086
14087 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
14088
14089 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
14090 define NSApplicationDelegateReplySuccess.
14091 (EmacsView -converstationIdentifier): Use long instead of
14092 NSInteger for GNUstep, since it doesn't have NSInteger.
14093
14094 * xmenu.c: Revert last change.
14095
14096 * keyboard.h: Fix last change.
14097
14098 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
14099
14100 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
14101 on Windows.
14102
14103 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
14104
14105 Warning clearing and clean-up in NS port.
14106 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
14107 Add prototypes.
14108 * nsgui.h (FACE_DEFAULT): Remove, unused.
14109 (XGCValues): Change colors to unsigned long.
14110 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
14111 nsterm.m.
14112 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
14113 (ns_list_fonts): Remove, unused.
14114 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
14115 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
14116 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
14117 (nsfont_draw): Compare face colors to 0, not nil.
14118 * nsmenu.m (struct widget_value): Drop unneeded declaration.
14119 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
14120 (-addSubmenuWithTitle:): Use NSMenuItem class.
14121 (ns_popup_menu): Use NO, not NULL, for enabled setting.
14122 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
14123 (ns_clip_to_row): Make gc arg a BOOL.
14124 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
14125 ns_clip_to_row() call.
14126 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
14127 used). Cast FRAME_FONT assignments.
14128 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
14129 (ns_string_to_lispmod): Change arg to const char.
14130 (ns_term_init): Use NSMenuItem class.
14131 (EmacsApp -openFile:): Move to different section of file.
14132 (EmacsApp -application:openFiles:): Don't return a value, call
14133 -replyToOpenOrPrint:.
14134 (EmacsView -keyDown:): Fix up cast.
14135 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
14136 (EmacsView -menuDown:): Cast tag in call to
14137 find_and_call_menu_selection().
14138 (ns_list_fonts): Remove, unused.
14139 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
14140 (ns_fontname_to_xlfd): Make static.
14141 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
14142 Remove prototypes (now in keyboard.h).
14143 (next_menubar_widget_id): Remove, unused.
14144 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
14145 Remove prototypes (now in keyboard.h).
14146 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
14147
14148 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
14149
14150 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
14151 (floatfns.o): Depend on syssignal.h.
14152 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
14153
14154 * systty.h: Fix previous change that removed BSD_TERMIOS.
14155 Add comments to #ifdefs.
14156
14157 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
14158
14159 * w32fns.c (w32-load-color-file): Remove.
14160 (x-open-connection): Use renamed Fx_load_color_file.
14161 * xfaces.c (x-load-color-file): Add.
14162 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
14163 Emacs.clr.
14164 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
14165
14166 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
14167
14168 * dbusbind.c (Fdbus_call_method_asynchronously)
14169 (Fdbus_method_error_internal): New defuns.
14170 (xd_read_message): Handle also reply messages.
14171 (Vdbus_registered_functions_table): Extend docstring.
14172
14173 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
14174
14175 * keyboard.c (gobble_input): Fix previous change.
14176
14177 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
14178
14179 * bitmaps/README:
14180 * xfns.c:
14181 * termcap.c:
14182 * term.c:
14183 * syswait.h:
14184 * systty.h:
14185 * systime.h:
14186 * syssignal.h:
14187 * sysdep.c:
14188 * process.h:
14189 * process.c:
14190 * print.c:
14191 * ndir.h:
14192 * lread.c:
14193 * keyboard.c:
14194 * getpagesize.h:
14195 * floatfns.c:
14196 * fileio.c:
14197 * emacs.c:
14198 * doc.c:
14199 * dispnew.c:
14200 * dired.c:
14201 * data.c:
14202 * callproc.c:
14203 * buffer.c:
14204 * README:
14205 * Makefile.in:
14206 * s/template.h:
14207 * s/msdos.h:
14208 * m/vax.h: Remove VMS support.
14209 * s/vms.h:
14210 * vlimit.h:
14211 * uaf.h:
14212 * temacs.opt:
14213 * param.h:
14214 * ioctl.h: Remove file.
14215
14216 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
14217
14218 * s/ms-w32.h (MULTI_KBOARD): Remove.
14219 * xterm.c:
14220 * xselect.c:
14221 * xfns.c:
14222 * window.c:
14223 * w32term.c:
14224 * w32fns.c:
14225 * terminal.c:
14226 * termhooks.h:
14227 * term.c:
14228 * sysdep.c:
14229 * keyboard.h:
14230 * keyboard.c:
14231 * frame.h:
14232 * frame.c:
14233 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
14234 * config.in: Regenerate.
14235
14236 2008-07-30 Jason Rumney <jasonr@gnu.org>
14237
14238 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
14239
14240 * w32font.c (w32font_encode_char): Leave as unicode if in range.
14241 (w32font_open_internal): Get unicode version of textmetrics.
14242 Don't enable or disable glyph indices here.
14243 (w32font_open): Disable use of glyph indices.
14244
14245 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
14246
14247 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
14248
14249 * minibuf.c (Vread_buffer_function): Doc fix.
14250
14251 2008-07-30 John Paul Wallington <jpw@pobox.com>
14252
14253 * minibuf.c (read_buffer_completion_ignore_case): New var.
14254 (Fread_buffer): Use it.
14255
14256 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
14257
14258 * systty.h (sensemode): Remove empty #if. Remove reference to
14259 BSD_TERMIOS, unused.
14260
14261 * sysdep.c: Remove reference to DGUX.
14262 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
14263
14264 * config.in: Regenerate.
14265
14266 2008-07-30 Jason Rumney <jasonr@gnu.org>
14267
14268 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
14269
14270 2008-07-29 Jason Rumney <jasonr@gnu.org>
14271
14272 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
14273 is populated.
14274 (uniscribe_encode_char): Always use uniscribe.
14275 Avoid using context if cache is populated.
14276
14277 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
14278
14279 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
14280 open menu.
14281
14282 * gtkutil.c (menu_nav_ended): Remove.
14283 (create_menus): Remove signal connect for menu_nav_ended.
14284
14285 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
14286
14287 * xdisp.c (redisplay_window): Check return value of
14288 compute_window_start_on_continuation_line before forcing a window
14289 start.
14290
14291 2008-07-28 Jason Rumney <jasonr@gnu.org>
14292
14293 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
14294
14295 * w32term.c (w32_enable_unicode_output, cleartype_active):
14296 Remove obsolete display options.
14297 (x_draw_glyph_string_background): Don't use old cleartype_active
14298 workaround.
14299 (w32_initialize): Remove cleartype_active initialization.
14300 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
14301
14302 2008-07-28 Andreas Schwab <schwab@suse.de>
14303
14304 * lisp.h (init_weak_hash_tables, syms_of_font)
14305 (xd_read_queued_messages, syms_of_dbusbind): Declare.
14306 (remove_hash_entry): Don't declare.
14307 * eval.c (maybe_call_debugger): Make static and move before use.
14308 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
14309 * xdisp.c: Include "gtkutil.h" if USE_GTK.
14310 * xterm.h (x_set_frame_alpha): Declare.
14311
14312 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
14313
14314 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
14315 (create_menus): Connect selection-done to menu_nav_ended.
14316
14317 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
14318
14319 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
14320 Set Vx_resource_name to a fallback. Replace read of 'buffered'
14321 parameter with read of 'alpha' one.
14322 (Qns_frame_parameter): Remove.
14323 * nsselect.m (selection-coding-system)
14324 (next-selection-coding-system, Vselection_coding_system)
14325 (Vnext_selection_coding_system): Drop.
14326
14327 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
14328
14329 * nsfns.m (do-applescript, do_applescript): Rename to
14330 ns-do-applescript, ns_do_applescript, and move within file.
14331
14332 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14333
14334 Remove support for Mac Carbon.
14335 * mactoolbox.c:
14336 * macterm.h:
14337 * macterm.c:
14338 * macselect.c:
14339 * macmenu.c:
14340 * macgui.h:
14341 * macfns.c:
14342 * mac.c: Remove file.
14343 * s/darwin.h:
14344 * m/intel386.h:
14345 * xfaces.c:
14346 * xdisp.c:
14347 * window.c:
14348 * tparam.c:
14349 * termhooks.h:
14350 * termcap.c:
14351 * term.c:
14352 * syssignal.h:
14353 * sysselect.h:
14354 * sysdep.c:
14355 * process.c:
14356 * lread.c:
14357 * lisp.h:
14358 * keyboard.c:
14359 * image.c:
14360 * fringe.c:
14361 * frame.h:
14362 * frame.c:
14363 * fontset.c:
14364 * font.h:
14365 * font.c:
14366 * fns.c:
14367 * fileio.c:
14368 * emacs.c:
14369 * dispnew.c:
14370 * dispextern.h:
14371 * config.in:
14372 * atimer.c:
14373 * Makefile.in: Remove code for Carbon.
14374
14375 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14376
14377 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
14378
14379 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14380
14381 * macterm.h (kCGBitmapByteOrder32Host): New define for
14382 non-universal SDKs.
14383
14384 * image.c (mac_create_cg_image_from_image, image_load_image_io)
14385 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
14386
14387 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
14388 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
14389
14390 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
14391
14392 * w32inevt.c: Include dispextern.h.
14393
14394 2008-07-26 Andreas Schwab <schwab@suse.de>
14395
14396 * print.c (print_object): Fix off-by-one in last change.
14397
14398 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
14399
14400 * term.c (syms_of_term): Don't initialize default_orig_pair,
14401 default_set_foreground and default_set_background on Windows.
14402
14403 2008-07-25 Jason Rumney <jasonr@gnu.org>
14404
14405 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
14406 ScriptItemize. Clean up return value checking. Remove unused
14407 variables.
14408 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
14409 shaping engine.
14410
14411 * w32font.c (w32font_has_char): Handle the case where we can't
14412 determine the script for a character.
14413
14414 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
14415
14416 * term.c (syms_of_term): Initialize default_orig_pair,
14417 default_set_foreground, and default_set_background.
14418
14419 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
14420 clash (bug#86).
14421 (getloadavg): Callers changed.
14422
14423 * image.c (svg_load_image): Fix last change.
14424 (svg_load_image): Use rsvg_handle_get_dimensions to check that
14425 image size is valid. Use g_object_unref instead of deprecated
14426 rsvg_handle_free to free rsvg handle.
14427 (x_from_xcolors): Don't initialize pixmap (silence compiler).
14428
14429 2008-07-25 Jason Rumney <jasonr@gnu.org>
14430
14431 * w32font.c (w32font_encode_char): Encode characters outside BMP as
14432 surrogates before looking up glyph index.
14433 (w32font_text_extents): Encode as surrogates if falling back to
14434 functions that need UTF-16 wide chars.
14435
14436 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
14437 BMP as surrogates before looking up glyph index.
14438
14439 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
14440
14441 * image.c (svg_load_image): Check for failure in return value of
14442 rsvg_handle_get_pixbuf. Free rsvg handle when done.
14443
14444 2008-07-25 Jason Rumney <jasonr@gnu.org>
14445
14446 * w32font.c (Fx_select_font): Reverse sense of second arg.
14447
14448 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
14449
14450 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
14451 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
14452
14453 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
14454 (PURESIZE): Use it.
14455
14456 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14457
14458 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
14459 * m/alpha.h (TEXT_END):
14460 * m/ibmrs6000.h (TEXT_END):
14461 * m/macppc.h (TEXT_END):
14462 * s/darwin.h (TEXT_END):
14463 * s/msdos.h (TEXT_END): Remove, unused.
14464 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
14465 * s/cygwin.h: Remove comment.
14466
14467 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
14468 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
14469 * m/intel386.h (DOT_GLOBAL_START):
14470 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
14471 (USG): Remove, file not used on USG platforms.
14472
14473 * Makefile.in (HAVE_X11): Remove empty #else.
14474
14475 2008-07-24 Andreas Schwab <schwab@suse.de>
14476
14477 * fileio.c (Finsert_file_contents): Properly adjust undo list
14478 after format conversion.
14479
14480 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
14481
14482 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
14483 (menu_nav_ended): Remove.
14484 (create_menus): Remove signal connect for menu_nav_ended.
14485 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
14486 create_menus.
14487 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
14488
14489 2008-07-23 Jason Rumney <jasonr@gnu.org>
14490
14491 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
14492 with opened font.
14493 (w32font_open): Set font type to gdi.
14494
14495 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
14496
14497 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14498
14499 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
14500 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
14501 defines it.
14502 * unexec.c (ADDR_CORRECT): Define unconditionally.
14503
14504 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
14505
14506 * unexec.c: Remove code depending on !COFF and USG, the file is
14507 not used for such systems.
14508
14509 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
14510 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
14511 (LD_SWITCH_SYSTEM_1): Remove, update users.
14512
14513 * s/darwin.h (DATA_END):
14514 * m/intel386.h (DATA_END):
14515 * m/ibmrs6000.h (DATA_END):
14516 * m/alpha.h (DATA_END): Remove, unused.
14517
14518 * config.in: Regenerate.
14519 * s/ms-w32.h (subprocesses): Define unconditionally.
14520 * s/template.h (subprocesses): Update comment.
14521 * s/vms.h (subprocesses):
14522 * s/usg5-4.h (subprocesses):
14523 * s/hpux10-20.h (subprocesses):
14524 * s/gnu-linux.h (subprocesses):
14525 * s/cygwin.h (subprocesses):
14526 * s/bsd-common.h (subprocesses):
14527 * s/aix4-2.h (subprocesses):
14528 * s/darwin.h (subprocesses): Do not define, defined by default now.
14529
14530 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
14531 Remove all references.
14532 (temacs): Add GNUstep specific ld flags.
14533
14534 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
14535 similarly to what X does.
14536
14537 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
14538
14539 * nsfns.m (x-list-fonts): Remove.
14540 (syms_of_nsfns): Drop the x-list-fonts declaration.
14541 * nsterm.m: Get rid of remaining "//" comments.
14542
14543 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
14544
14545 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
14546
14547 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
14548 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
14549 (Fns_own_selection_internal, Fx_disown_selection_internal)
14550 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
14551
14552 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
14553 ... */' style of docstrings. Doc fixes.
14554
14555 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14556
14557 * terminfo.c (UP, BC, PC): Undo previous change.
14558
14559 * nsfns.m: Rename ns prefixed functions/variables to the
14560 corresponding x versions. Update references.
14561
14562 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
14563
14564 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
14565
14566 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14567
14568 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
14569 Remove forwarding functions.
14570 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
14571 non-static.
14572 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
14573 non-static.
14574 (ns_frame_parm_handlers): Use the new names.
14575 (syms_of_nsfns): Move to the end of file.
14576
14577 * nsterm.m (syms_of_nsterm): Move to the end of file.
14578
14579 * dispnew.c (init_display): Remove code for X10.
14580
14581 2008-07-22 Jason Rumney <jasonr@gnu.org>
14582
14583 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
14584 bare drive.
14585
14586 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
14587
14588 * nsterm.m (syms_of_nsterm): Remove debugging println.
14589
14590 2008-07-22 David Reitter <david.reitter@gmail.com>
14591
14592 * nsfns.m (do_applescript, F_do_applescript): NS version of the
14593 Carbon implementation of the same functionality: execute arbitrary
14594 AppleScript code.
14595
14596 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
14597
14598 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
14599 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
14600 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
14601 (Fx_display_mm_height, Fx_display_mm_width)
14602 (Fx_display_backing_store, Fx_display_visual_class)
14603 (Fx_display_save_under, Fx_open_connection)
14604 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
14605 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
14606 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14607 (Fx_display_pixel_width, Fx_display_pixel_height)
14608 (Fx_display_usable_bounds, Fx_display_planes)
14609 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
14610 ... */' style of docstrings.
14611
14612 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
14613
14614 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
14615 on this platform.
14616 (mips):
14617 * m/iris4d.h (mips): Do not define.
14618 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
14619
14620 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
14621
14622 * image.c:
14623 * nsfns.m:
14624 * nsselect.m:
14625 * nsterm.h:
14626 * nsterm.m: Rename ns prefixed functions/variables to the
14627 corresponding x versions. Update references.
14628
14629 * m/ibms390x.h (NO_REMAP): Do not undefine.
14630
14631 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
14632
14633 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
14634
14635 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
14636 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
14637 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
14638 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
14639 (Fns_display_mm_height, Fns_display_mm_width)
14640 (Fns_display_backing_store, Fns_display_visual_class)
14641 (Fns_display_save_under, Fns_open_connection)
14642 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
14643 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
14644 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14645 (Fns_display_pixel_width, Fns_display_pixel_height)
14646 (Fns_display_usable_bounds, Fx_display_planes)
14647 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
14648
14649 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
14650
14651 * print.c (print_object): Check print_depth before searching for
14652 circularities.
14653
14654 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
14655
14656 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
14657 only sprintf.
14658
14659 2008-07-21 Kenichi Handa <handa@m17n.org>
14660
14661 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
14662
14663 2008-07-20 Andreas Schwab <schwab@suse.de>
14664
14665 * syntax.c (find_start_pos, find_start_value)
14666 (find_start_value_byte, find_start_begv, find_defun_start)
14667 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
14668
14669 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14670
14671 * s/sol2-3.h: Insert contents of s/sol2.h.
14672 (LD_SWITCH_SYSTEM): Remove redundant definition.
14673 * s/sol2.h: Remove, unused.
14674
14675 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14676
14677 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
14678
14679 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
14680
14681 * Makefile.in (ns_appdir): Fix typo in find command.
14682
14683 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14684
14685 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
14686
14687 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
14688 added not supported anymore.
14689
14690 * s/usg5-4-2.h (LIBS_SYSTEM):
14691 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
14692
14693 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14694 * s/lynxos.h (GETPGRP_NO_ARG):
14695 * s/hpux10-20.h (NO_SIOCTL_H):
14696 * s/gnu.h (GETPGRP_NO_ARG):
14697 * s/gnu-linux.h (NO_SIOCTL_H):
14698 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14699 * s/cygwin.h (GETPGRP_NO_ARG):
14700 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
14701 (C_DEBUG_SWITCH): Remove duplicate definition.
14702
14703 * m/ibms390.h: Remove boilerplate comments.
14704
14705 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
14706
14707 * process.c (HAVE_SERIAL): Consolidate ifdefs.
14708 (wait_reading_process_output): Remove code for SunOS, platform not
14709 supported anymore. Use SOLARIS2 instead of sun.
14710
14711 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14712
14713 * font.c (font_open_by_name): Under NS, default lface height to zero.
14714 (font_open_for_lface): Under NS, set size based on frame fontsize.
14715 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
14716 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
14717
14718 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14719
14720 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
14721 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
14722 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
14723 YES/NO.
14724 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
14725 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
14726 * Makefile.in (clean): Clear out build destination dir.
14727
14728 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14729
14730 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
14731 xterm, xselect.
14732 * lisp.h: Remove declaration of hash_remove.
14733 * nsgui.h: Remove redefinitions of hash_remove.
14734 * fns.c (hash_remove): Rename to hash_remove_from_table.
14735
14736 2008-07-19 Seiji Zenitani <zenitani@mac.com>
14737
14738 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
14739 strdup() the family UTF8String before modifying it.
14740
14741 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
14742
14743 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
14744 NS_FACE_BACKGROUND with 0 instead of nil.
14745 * nsfont.m (nsfont_draw): Same.
14746
14747 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
14748
14749 * nsfns.m (ns_set_background_color): Fix crash.
14750
14751 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
14752
14753 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
14754
14755 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
14756
14757 * puresize.h (BASE_PURESIZE): Increase to 1240000.
14758
14759 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14760
14761 * gtkutil.c: Include <config.h> instead of "config.h".
14762
14763 * lisp.h (Foverlay_buffer): Add EXFUN.
14764
14765 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
14766 child process to complete child_setup. Undo 2005-09-21 change.
14767
14768 * s/darwin.h: Mention setsid after vfork.
14769
14770 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14771
14772 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
14773 Depend on macgui.h.
14774
14775 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
14776 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
14777
14778 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
14779 and f19.
14780 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
14781
14782 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
14783 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
14784 Remove enumerators.
14785
14786 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
14787 Check if FACE_FROM_ID returns NULL.
14788
14789 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
14790
14791 * w32inevt.c (change_frame_size): Remove extern declaration.
14792 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
14793 change_frame_size.
14794
14795 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14796
14797 * getloadavg.c: Revert last change (2008-07-15).
14798
14799 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
14800
14801 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
14802 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
14803 from configure.
14804
14805 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
14806
14807 * s/sol2.h:
14808 * s/sol2-4.h: Reorganize conditionals.
14809
14810 * ecrt0.c: Remove code depending on m68000, not used anymore.
14811
14812 * fns.c (hash_remove): Make static.
14813 * lisp.h (hash_remove): Don't prototype.
14814
14815 * m/ibmrs6000.h:
14816 * m/ibms390x.h:
14817 * m/macppc.h: Remove boilerplate comments.
14818
14819 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
14820 Solaris, which does not need them.
14821
14822 * m/vax.h: Remove comments about unsupported systems.
14823
14824 * s/darwin.h: Reorganize ifdefs.
14825
14826 2008-07-17 Andreas Schwab <schwab@suse.de>
14827
14828 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
14829
14830 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
14831
14832 Use SDATA. Follow coding convention of placing operators at
14833 beginning of next line rather than end of previous line, and placing
14834 spaces around infix operators.
14835
14836 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
14837 in case it was defined already.
14838 USE @GNUSTEP_MAKEFILES@ rather than envvars.
14839 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
14840 ns_default.
14841 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
14842 Lisp_Objects.
14843 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
14844 (ns_defined_color, ns_color_to_lisp): Declare.
14845 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
14846 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
14847 it's accepted even with USE_LISP_UNION_TYPE.
14848 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
14849 (update_frame_tool_bar): Remove apparently obsolete tests for
14850 non-integerness of f->tool_bar_lines.
14851 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
14852 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
14853 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
14854 (nsfont_open): Don't confuse NULL for Qnil.
14855 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
14856 * menu.h (find_and_call_menu_selection):
14857 * menu.c (find_and_call_menu_selection): Use just int for vector size.
14858 (find_and_return_menu_selection): Always return something.
14859 * frame.h: Include dispextern.h for Display_Info.
14860 (display_x_get_resource): Declare.
14861
14862 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
14863
14864 * syntax.c: Remove stdio.h include accidentally introduced in
14865 Emacs.app commit.
14866 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
14867 NS_IMPL_COCOA.
14868 * keyboard.c (handle_async_input, input_available_signal): Remove
14869 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
14870
14871 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14872
14873 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
14874 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
14875 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
14876 Use SDATA.
14877
14878 * keymap.c: Remove all NS-specific code.
14879 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
14880 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
14881 where_is_preferred_modifier, return a different value depending on how
14882 preferred is the binding.
14883 (where_is_internal): Adjust accordingly.
14884 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
14885 Adjust to new preferred_sequence_p.
14886 (syms_of_keymap): Declare `where-is-preferred-modifier'.
14887 * keyboard.c (parse_solitary_modifier): Not static any more.
14888 * keyboard.h (parse_solitary_modifier): Declare.
14889
14890 2008-07-16 Andreas Schwab <schwab@suse.de>
14891
14892 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
14893 of easymenu.
14894
14895 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
14896
14897 * xdisp.c (move_it_in_display_line): Account for word wrap, so
14898 that we don't move off the line.
14899
14900 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
14901
14902 * keyboard.c (Qsuper): Remove.
14903 (parse_menu_item): Don't call where_is_internal specially for NS.
14904
14905 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14906
14907 * s/gnu-linux.h: Remove boilerplate comments.
14908
14909 * m/alpha.h (__ELF__): Consolidate conditions.
14910
14911 * m/m68k.h (linux): Use GNU_LINUX instead.
14912 Remove boilerplate comments.
14913
14914 * m/intel386.h: Undo refactoring from previous change.
14915 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
14916 too, remove dead code.
14917 (linux): Use GNU_LINUX instead.
14918
14919 2008-07-16 Jason Rumney <jasonr@gnu.org>
14920
14921 * w32gui.h: Repeat 26 June changes lost by last change.
14922
14923 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14924
14925 * systty.h: Remove code for Aix on 386, unsupported platform.
14926
14927 * s/ms-w32.h: Remove boilerplate comments.
14928 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
14929
14930 * s/gnu-linux.h (TERM): Remove support.
14931 (HAVE_SYSVIPC): Remove, unused.
14932 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
14933 for this system.
14934
14935 * process.c: Remove support for IRIS, unused.
14936 Remove support for TERM, not relevant anymore.
14937
14938 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
14939 used with the definition.
14940
14941 * s/aix4-2.h (static): Do not undef.
14942
14943 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
14944 only used on Aix.
14945 (HAVE_SYSVIPC): Remove, unused.
14946
14947 * m/hp800.h (CANNOT_DUMP): Do not undef.
14948
14949 * m/alpha.h: Fix comment.
14950
14951 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
14952 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
14953 used by this configuration.
14954 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
14955 * unexec.c: Remove code depending on HPUX and
14956 USG_SHARED_LIBRARIES, not used with this file. Remove code
14957 depending on IRIS, unused. Remove if 0-ed code.
14958
14959 * s/template.h: Remove comments about static.
14960
14961 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
14962 Remove if 0-ed code.
14963 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
14964 were the same as the default.
14965 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
14966 Remove boilerplate comments.
14967 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
14968 (HAVE_SYSVIPC): Remove, unused.
14969 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
14970
14971 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14972 Remove boilerplate comments.
14973 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14974 Remove boilerplate comments.
14975 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14976 Remove boilerplate comments.
14977 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
14978
14979 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
14980 USG systems which do not use DATA_SEG_BITS.
14981 Refactor code. Remove boilerplate comments.
14982
14983 * m/ibms390.h:
14984 * m/m68k.h:
14985 * s/bsd-common.h:
14986 * s/cygwin.h:
14987 * s/darwin.h:
14988 * s/freebsd.h:
14989 * s/gnu.h:
14990 * s/msdos.h: Remove boilerplate comments.
14991
14992 * m/iris4d.h: Remove boilerplate comments and code for systems that
14993 do not use this file.
14994 (IRIS_4D): Remove, unused.
14995
14996 * m/mips.h: Remove boilerplate comments and code for systems that
14997 do not use this file.
14998 (SIGN_EXTEND_CHAR):
14999 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
15000 * unexmips.c: Remove file, unused.
15001
15002 * editfns.c (Fuser_full_name): Replace the only use of
15003 USER_FULL_NAME with its value.
15004 * config.in: Regenerate.
15005
15006 2008-07-16 David Reitter <david.reitter@gmail.com>
15007
15008 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
15009 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
15010
15011 2008-07-16 Glenn Morris <rgm@gnu.org>
15012
15013 * emacs.c (system-type): Doc fix.
15014
15015 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
15016
15017 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
15018 If the cache doesn't work, let's fix it, rather than work around it.
15019
15020 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
15021
15022 * Makefile.in: Correct additions for nsfont.o in last commit.
15023 * nsfont.m: New file (forgot last commit).
15024
15025 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
15026
15027 * callproc.c (set_initial_environment): Initialize
15028 Vprocess_environment under CANNOT_DUMP (fixes crash when
15029 batch-compiling for bootstrap).
15030
15031 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
15032 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15033
15034 * frame.c (make_initial_frame): Call init_frame_faces(f) in
15035 CANNOT_DUMP case -- fix crash due to different init order.
15036
15037 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
15038
15039 Changes and additions for NeXTstep windowing system (Cocoa and
15040 GNUstep) support.
15041
15042 * Makefile.in:
15043 * config.in: Support defines and build commands for NS port.
15044 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
15045 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
15046 * dispextern.h: Include nsgui.h and add needed typedefs under NS
15047 windowing.
15048 (struct face): Add synth_ital field.
15049 * dispnew.c: Include nsterm.h when compiling under NS windowing.
15050 (init_display): Initialize Vinitial_window_system to "ns" when so
15051 compiled.
15052 * emacs.c: Include GSConfig.h when compiling under GNUstep.
15053 (display_arg): Use under NS.
15054 (main): Under NS, allocate autorelease pool and handle command line
15055 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
15056 (standard_args): Add NS-specific args.
15057 (shut_down_emacs): Shut down NS terminal if compiled under NS.
15058 * font.c (DEFAULT_ENCODING): New variable.
15059 (font_find_for_lface): Use it.
15060 (syms_of_font): Load syms_of_nsfont under NS.
15061 * font.h: Declare nsfont_driver when compiled under NS.
15062 * fontset.c: When compiling under NS, include nsterm.h.
15063 (fontset_from_font): Autoconstruct fontset under NS.
15064 * frame.c (various): Under NS, include nsterm.h, add Qns window system
15065 symbol, document and use it.
15066 (do_switch_frame): When for_deletion under Cocoa, add
15067 Fraise_frame(Qnil).
15068 (x_set_frame_parameters): Ensure font attribute changes are picked up.
15069 (x_get_arg): Allow "yes" and "no" as boolean values.
15070 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
15071 Qright under Cocoa.
15072 (focus-follows-mouse): Default to 0 under NS.
15073 * frame.h (enum output_method): Add output_ns.
15074 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
15075 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
15076 (FRAME_WINDOW_P): NS-specific definition.
15077 * fringe.c (max_used_fringe_bitmap): Make public.
15078 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
15079 (getloadavg): Use NeXT code under descendant OS's.
15080 * image.c (includes and header section, x_create_bitmap_from_data)
15081 (x_create_bitmap_from_file, free_bitmap_record, image_background)
15082 (image_background_transparent, x_clear_image_1)
15083 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
15084 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
15085 (x_to_xcolors, x_from_xcolors, x_disable_image)
15086 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
15087 other GUIs, including XPM support using code originally written for
15088 Carbon GUI.
15089 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
15090 using NS API.
15091 (image_ascent): Use font metrics macros instead of direct struct field
15092 access.
15093 * keyboard.c (includes): Add nsterm.h when compiling under NS.
15094 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
15095 Also, handle NS as GTK for menu bar purposes.
15096 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
15097 toolkit where they differ.
15098 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
15099 use cachelist, still needed under NS.
15100 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
15101 (struct widget_value): Define it here for menu.c.
15102 * keymap.c (includes): Include modifier internals.
15103 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
15104 NS.
15105 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
15106 support for preferring sequences using certain modifiers, specified by
15107 the FIRSTONLY argument.
15108 * lisp.h (hash_remove): Rename to avoid name clash when compiling
15109 under NS GNUstep implementation.
15110 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
15111 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
15112 * menu.c: Include nsterm.h under NS.
15113 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
15114 (free_menubar_widget_tree_value, update_submenu_strings)
15115 (find_and_call_menu_selection): Treat NS as X and NT.
15116 (find_and_return_menu_selection): New function, used for popup menus.
15117 * nsgui.h:
15118 * nsterm.h:
15119 * nsfns.m:
15120 * nsimage.m:
15121 * nsmenu.m:
15122 * nsselect.m:
15123 * nsterm.m: New files.
15124 * process.c (wait_reading_process_output): Under NS, call ns_select()
15125 instead of plain select().
15126 * syntax.c (char_quoted): Under NS, avoid a crash when called near
15127 beginning of buffer.
15128 * sysselect.h (init_process): Rename when compiling under Cocoa to
15129 avoid name conflict.
15130 * termhooks.h (display_info): Add ns_display_info to union.
15131 * terminal.c (Fterminal_live_p): Add ns to terminal types.
15132 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
15133 COCOA environment.
15134 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
15135 unexec() signature. (Note, this will dump, but the resulting file
15136 crashes; unexosx is used instead; keeping around for reference and
15137 possible aid in getting dump working under GNUstep.)
15138 * w32gui.h (button_type, widget_value): Remove definitions (now in
15139 keyboard.h).
15140 * window.c: Include nsterm.h when compiling under NS.
15141 * xdisp.c (includes): Include nsterm.h when compiling under NS.
15142 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
15143 other GUI windowing systems.
15144 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
15145 GTK.
15146 (x_consider_frame_title): Under NS, set icon type and frame
15147 modified-state indicator; use ns_set_name_as_filename() when using
15148 formatted title.
15149 (update_window_cursor): Make public when compiling under NS.
15150 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
15151 (hourglass_atimer, Vhourglass_delay
15152 * xfaces.c (header section, init_frame_faces, clear_font_table)
15153 (defined_color, unload_color, x_face_list_fonts)
15154 (prepare_face_for_display): Add NS support parallel to other GUIs.
15155 Emulate GCs like other non-X GUIs.
15156 (split_font_name): Don't lowercase font name under NS.
15157 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
15158 under NS.
15159 * s/darwin.h: Add support for compilation under NS.
15160
15161 2008-07-15 Jason Rumney <jasonr@gnu.org>
15162
15163 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
15164 (w32_show_hourglass): Rename from show_hourglass.
15165 (w32_hide_hourglass): Rename from hide_hourglass.
15166 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
15167 (Vhourglass_delay): Declare extern.
15168 (hourglass_started): Remove.
15169
15170 * xdisp.c (Vhourglass_delay): Remove static.
15171 (hourglass_started, start_hourglass, cancel_hourglass):
15172 Don't include these versions on WINDOWSNT.
15173
15174 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
15175
15176 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
15177 variables (formerly in xfns.c).
15178 (show_hourglass, hide_hourglass): New prototypes (same).
15179 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
15180 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
15181 in xfns.c).
15182 (syms_of_xdisp): Declare/initialize display-hourglass,
15183 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
15184 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
15185 formerly in xfns.c.
15186 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
15187 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
15188 (start_hourglass, cancel_hourglass): Remove.
15189 (show_hourglass, hide_hourglass): Remove prototypes and static
15190 modifiers.
15191 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
15192 hourglass_atimer, hourglass_shown_p declaration/initialization.
15193 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
15194 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
15195 (start_hourglass, cancel_hourglass): Remove.
15196 (show_hourglass, hide_hourglass): Remove prototypes and static
15197 modifiers.
15198 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
15199 hourglass_atimer, hourglass_shown_p declaration/initialization.
15200 * w32fns.c (display_hourglass_p, Vhourglass_delay)
15201 (DEFAULT_HOURGLASS_DELAY): Remove.
15202 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
15203 hourglass_shown_p declaration/initialization.
15204
15205 2008-07-14 Jason Rumney <jasonr@gnu.org>
15206
15207 * w32fns.c (w32_get_arg): Remove wrapper function.
15208 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
15209 directly.
15210 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
15211
15212 2008-07-14 Kenichi Handa <handa@m17n.org>
15213
15214 * xfont.c (xfont_open): Add workaround for X's bug.
15215
15216 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15217
15218 * fontset.c: Include <stdio.h> unconditionally.
15219
15220 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
15221
15222 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
15223 for filtering.
15224
15225 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15226
15227 * s/vms.h: Use __GNUC__ instead of _GNUC_.
15228
15229 * m/macppc.h:
15230 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
15231
15232 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
15233 (SPECIAL_EMACS_INT):
15234 * m/ia64.h (SPECIAL_EMACS_INT):
15235 * m/amdx86-64.h (SPECIAL_EMACS_INT):
15236 * s/gnu.h (NLIST_STRUCT):
15237 * s/aix4-2.h (X11R5_INHIBIT_I18N):
15238 * s/gnu-linux.h (LINUX):
15239 * s/msdos.h (HAVE_FACES):
15240 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
15241
15242 * systty.h:
15243 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
15244 anymore.
15245
15246 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
15247
15248 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
15249 always defined as int.
15250
15251 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
15252 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
15253 * s/gnu-linux.h (HAVE_WAIT_HEADER):
15254 * s/freebsd.h (HAVE_WAIT_HEADER):
15255 * s/bsd-common.h (HAVE_UNION_WAIT):
15256 * s/aix4-2.h (HAVE_WAIT_HEADER):
15257 * m/mips.h (HAVE_UNION_WAIT):
15258 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
15259 (COFF, static): Do not define, they are undefined later in the file.
15260
15261 * process.c (update_status): Don't use a union.
15262 (status_convert):
15263 (sigchld_handler): Use int instead of WAITTYPE.
15264
15265 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
15266
15267 * indent.c (Fvertical_motion): Restore hscroll before moving to
15268 goal column.
15269
15270 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
15271
15272 * lisp.h: Remove left over code.
15273
15274 2008-07-11 Andreas Schwab <schwab@suse.de>
15275
15276 * lisp.h: Fix logic in last change.
15277
15278 * menu.h: New file.
15279 * menu.c: Include it.
15280 * xmenu.c: Likewise.
15281 * Makefile.in: Update dependencies.
15282
15283 2008-07-11 Kenichi Handa <handa@m17n.org>
15284
15285 * fontset.c (fontset_from_font): Cancel the previous change.
15286
15287 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
15288
15289 * lisp.h:
15290 * w32heap.c:
15291 * emacs.c:
15292 * alloc.c: Replace all references of NO_UNION_TYPE with
15293 USE_LISP_UNION_TYPE.
15294
15295 * m/xtensa.h (NO_UNION_TYPE):
15296 * m/vax.h (NO_UNION_TYPE):
15297 * m/template.h (NO_UNION_TYPE):
15298 * m/sparc.h (NO_UNION_TYPE):
15299 * m/mips.h (NO_UNION_TYPE):
15300 * m/macppc.h (NO_UNION_TYPE):
15301 * m/m68k.h (NO_UNION_TYPE):
15302 * m/iris4d.h (NO_UNION_TYPE):
15303 * m/intel386.h (NO_UNION_TYPE):
15304 * m/ibms390x.h (NO_UNION_TYPE):
15305 * m/ibms390.h (NO_UNION_TYPE):
15306 * m/ibmrs6000.h (NO_UNION_TYPE):
15307 * m/ia64.h (NO_UNION_TYPE):
15308 * m/hp800.h (NO_UNION_TYPE):
15309 * m/arm.h (NO_UNION_TYPE):
15310 * m/amdx86-64.h (NO_UNION_TYPE):
15311 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
15312 defining it the same.
15313
15314 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
15315
15316 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
15317
15318 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
15319
15320 * fileio.c:
15321 * sysdep.c:
15322 * systty.h:
15323 * m/ibmrs6000.h:
15324 * m/iris4d.h:
15325 * s/aix4-2.h:
15326 * s/freebsd.h:
15327 * s/gnu-linux.h:
15328 * s/hpux10-20.h:
15329 * s/hpux11.h:
15330 * s/netbsd.h:
15331 * s/sol2-3.h:
15332 * s/sol2-4.h:
15333 * s/sol2.h:
15334 * s/usg5-4.h:
15335 * s/vms.h: Remove references to unused variables.
15336
15337 2008-07-10 Andreas Schwab <schwab@suse.de>
15338
15339 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
15340 pattern before matching the generic family.
15341
15342 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
15343
15344 * unexec.c:
15345 * s/vms.h:
15346 * s/usg5-4-2.h:
15347 * s/sol2-5.h:
15348 * s/freebsd.h:
15349 * s/darwin.h: Remove dead code.
15350
15351 * m/template.h:
15352 * m/sparc.h:
15353 * m/mips.h:
15354 * m/m68k.h:
15355 * m/iris4d.h:
15356 * m/intel386.h:
15357 * m/ibms390x.h:
15358 * m/ibms390.h:
15359 * m/ia64.h:
15360 * m/hp800.h:
15361 * m/arm.h:
15362 * m/amdx86-64.h: Remove dead code and references to unused
15363 and compiler defined symbols.
15364
15365 * unexmips.c:
15366 * unexelf.c: Remove references to desupported systems.
15367
15368 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
15369
15370 * m/powermac.h: Remove boilerplate comments.
15371 (NO_REMAP): Remove unused definition.
15372
15373 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
15374 define them.
15375
15376 2008-07-10 Kenichi Handa <handa@m17n.org>
15377
15378 * xfont.c (xfont_open): Log the reason of failure.
15379
15380 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
15381
15382 * fontset.c (fontset_get_font_group):
15383 * font.c (font_check_otf): Specify argument types.
15384
15385 2008-07-09 Kenichi Handa <handa@m17n.org>
15386
15387 * coding.c (detect_coding_utf_8): Set detect_info->found only when
15388 non-ASCII char is found.
15389
15390 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
15391 (reorder_font_vector): Change the arg preferred_family to font.
15392 Prefer the spec matching with font.
15393 (fontset_get_font_group): New function.
15394 (fontset_find_font): Change the format of an element of a realized
15395 fontset. Use fontset_get_font_group.
15396 (fontset_font): Try the current fontset, the default fontset, the
15397 fallbacks of the current fontset, and the fallbacks of the default
15398 fontset in this order.
15399 (face_for_char): Delete the shortcut to use the current font.
15400 (fontset_from_font): Don't set fonts for Latin in the fontset.
15401
15402 * font.h (font_make_object, font_match_p): Adjust prototypes.
15403
15404 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
15405
15406 * font.c (font_make_object): New arg entity and pixelsize.
15407 (font_check_otf_features, font_check_otf): New functions.
15408 (font_match_p): Check :lang, :script, and :otf properties.
15409
15410 * xfont.c (xfont_open): Adjust it for the change of
15411 font_make_object.
15412 (xfont_text_extents): Fix initial setting of metrics.
15413
15414 * ftfont.c (struct ftfont_info): New member index, delete member
15415 fc_charset_idx. Make the member order compatible with struct
15416 xftfont_info.
15417 (fc_charset_table): Change charset names to registry names.
15418 (ftfont_pattern_entity): Delete the args registry and
15419 fc_charset_idx. Change the value of :font-entity property
15420 to (FONTNAME . INDEX). Always set :registry property to
15421 `iso10646-1'.
15422 (struct ftfont_cache_data): New struct.
15423 (ftfont_lookup_cache): New arg for_face.
15424 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
15425 (ftfont_driver): Set the member otf_capability.
15426 (ftfont_get_charset): Adjust it for the change of
15427 fc_charset_table.
15428 (OTF_TAG_SYM): New macro.
15429 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
15430 for the change of fc_charset_table.
15431 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
15432 ftfont_pattern_entity. Add FC_INDEX to objset.
15433 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
15434 and ftfont_pattern_entity.
15435 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
15436 font_make_object, struct ftfont_info.
15437 (ftfont_has_char): Use ftfont_get_fc_charset.
15438 (ftfont_otf_features, ftfont_otf_capability): New functions.
15439 (ftfont_shape): Use ftfont_get_otf.
15440 (ftfont_text_extents): Fix initial setting of metrics.
15441
15442 * xftfont.c (struct xftfont_info): New member ft_size. Make the
15443 member order compatible with struct ftfont_info.
15444 (xftfont_open): Add FC_CHARSET to the pattern. Set
15445 xftfont_info->ft_size. Don't unlock the face. Check BDF
15446 properties if appropriate.
15447 (xftfont_close): Unlock the face.
15448 (xftfont_anchor_point, xftfont_shape): Deleted.
15449 (syms_of_xftfont): Don't set members anchor_point and shape of
15450 xftfont_driver.
15451
15452 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
15453 font_make_object.
15454
15455 * w32font.c (w32font_open): Adjust it for the change of
15456 font_make_object.
15457 (w32font_open_internal): Don't set properties of font_object here.
15458
15459 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
15460
15461 * macfns.c (x_create_tip_frame):
15462 * w32fns.c (x_create_tip_frame):
15463 * xfns.c (x_create_tip_frame): Pass parameter argument to
15464 face-set-after-frame-default.
15465
15466 * xfaces.c (Finternal_merge_in_global_face): Save merged
15467 attributes for the default face back into the face vector.
15468
15469 2008-07-08 Andreas Schwab <schwab@suse.de>
15470
15471 * fontset.h: Declare fontset_from_font. Don't declare
15472 new_fontset_from_font and fontset_from_font_name.
15473 * xterm.c: Include "fontset.h".
15474 * Makefile.in (xterm.o): Update dependencies.
15475
15476 2008-07-08 Glenn Morris <rgm@gnu.org>
15477
15478 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
15479 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
15480
15481 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
15482
15483 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
15484 (x_set_frame_parameters): Don't bind it.
15485
15486 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
15487
15488 * w32fns.c (map_w32_filename): Declare extern.
15489
15490 2008-07-07 Jason Rumney <jasonr@gnu.org>
15491
15492 * w32term.c (WS_EX_LAYERED): Define if not already.
15493
15494 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
15495
15496 * xfaces.c (set_font_frame_param): Don't try to set the font
15497 parameter if it is still unspecified in the lface.
15498
15499 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
15500
15501 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
15502 face if it didn't already exist.
15503
15504 * xdisp.c (try_window_id): Give up if word-wrapping is on.
15505
15506 2008-07-05 Andreas Schwab <schwab@suse.de>
15507
15508 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
15509
15510 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
15511
15512 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
15513 word-wrapping.
15514 (IT_DISPLAYING_WHITESPACE): New macro.
15515 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
15516 when word-wrapping. Simplify word-wrapping logic. Use correct
15517 pixel positions when saving copies of the iterator.
15518 (display_line): Use proper wrap point if the last character on a
15519 line was preceded by whitespace.
15520
15521 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15522
15523 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
15524
15525 2008-07-04 Kenichi Handa <handa@m17n.org>
15526
15527 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
15528
15529 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
15530
15531 2008-07-02 Jason Rumney <jasonr@gnu.org>
15532
15533 * xfns.c (syms_of_xfns): Only define x-select-font when both
15534 HAVE_FREETYPE and USE_GTK.
15535
15536 * xdisp.c (next_element_from_display_vector): Move assignment out
15537 of if statement.
15538
15539 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
15540
15541 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
15542
15543 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
15544 (syms_of_fileio): Initialize and export them.
15545 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
15546
15547 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
15548 (Fsystem_move_file_to_trash): New function.
15549 (syms_of_w32fns): Export it to lisp.
15550
15551 2008-07-01 Jason Rumney <jasonr@gnu.org>
15552
15553 * w32font.c (w32font_text_extents): Don't count overhang as part
15554 of width.
15555
15556 2008-06-30 Miles Bader <miles@gnu.org>
15557
15558 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
15559 Add `avoid_cursor_p' field.
15560
15561 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
15562 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
15563 (append_glyph, append_composite_glyph, produce_image_glyph)
15564 (append_stretch_glyph): Initialize avoid_cursor_p.
15565 (get_it_property): Rename from `get_line_height_property'.
15566 (x_produce_glyphs): Use get_it_property.
15567 (handle_line_prefix, push_display_prop): New functions.
15568 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
15569 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
15570 New variables.
15571 (syms_of_xdisp): Initialize them.
15572
15573 2008-06-30 Kenichi Handa <handa@m17n.org>
15574
15575 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
15576 XftDefaultSubstitute (they are called in XftFontMatch).
15577 (xftfont_open): Fix args to ftfont_font_format.
15578
15579 * ftfont.c (fc_charset_table): New member lang.
15580 (ftfont_resolve_generic_family): New arg pattern.
15581 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
15582 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
15583 (ftfont_open): Fix args to ftfont_font_format.
15584 (ftfont_font_format): New arg filename.
15585
15586 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
15587
15588 * xfaces.c (Finternal_merge_in_global_face): If default face was
15589 modified, realize it again. Update the font face attribute.
15590
15591 2008-06-29 Jason Rumney <jasonr@gnu.org>
15592
15593 * w32term.c (x_set_frame_alpha): Fix logic.
15594
15595 2008-06-29 Kenichi Handa <handa@m17n.org>
15596
15597 * fontset.c (Finternal_char_font): Return font-object instead of
15598 font-name.
15599
15600 * composite.c (get_composition_id): Fix the width calculation for TAB.
15601
15602 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15603
15604 * indent.c (Fvertical_motion): Properly handle float column arg.
15605
15606 2008-06-28 Jason Rumney <jasonr@gnu.org>
15607
15608 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
15609 (pfnSetLayeredWindowAttributes): New function pointer.
15610 (w32_initialize): Initialize it when supported.
15611 (x_set_frame_alpha): New function.
15612
15613 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
15614 (w32_frame_parm_handlers): Set alpha handler.
15615
15616 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
15617
15618 2008-06-27 Jason Rumney <jasonr@gnu.org>
15619
15620 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
15621 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
15622 (w32_to_x_charset, x_to_w32_charset)
15623 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15624 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15625 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15626 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15627 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15628 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15629 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
15630 (Qw32_charset_unicode): Remove.
15631 (syms_of_w32fns): Update for above changes.
15632
15633 * w32font.c (w32_to_x_charset, x_to_w32_charset)
15634 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15635 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15636 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15637 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15638 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15639 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15640 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
15641 (syms_of_w32font): Update for above changes.
15642
15643 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
15644
15645 * s/usg5-4.h: Fix previous change: keep the correct branch of a
15646 removed #if.
15647 (USG_SHARED_LIBRARIES): Remove duplicate definition.
15648
15649 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
15650 Eli Zaretskii <eliz@gnu.org>
15651
15652 * makefile.w32-in (LOCAL_FLAGS):
15653 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
15654
15655 * sysdep.c (_spawnlp, _getpid):
15656 Declare with explicit _cdecl instead of _CRTAPI1.
15657
15658 * editfns.c (Fget_internal_run_time):
15659 Check for WINDOWSNT with #ifdef, not #if.
15660
15661 2008-06-26 Jason Rumney <jasonr@gnu.org>
15662
15663 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
15664
15665 * w32term.c (x_draw_glyph_string_foreground)
15666 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
15667 Use FONT_HANDLE macro.
15668 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
15669
15670 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15671 (uniscribe_encode_char): Use FONT_HANDLE macro.
15672
15673 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
15674 (w32font_text_extents): Use precast w32_font.
15675 (w32font_close): Free cached metrics.
15676 (w32font_open_internal): Allocate space for name on stack.
15677
15678 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
15679
15680 * xdisp.c (extend_face_to_end_of_line): Fix last change.
15681
15682 2008-06-26 Jason Rumney <jasonr@gnu.org>
15683
15684 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
15685 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
15686
15687 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
15688
15689 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
15690
15691 2008-06-26 Jason Rumney <jasonr@gnu.org>
15692
15693 * w32bdf.c, w32bdf.h: Remove obsolete files.
15694
15695 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
15696
15697 * w32gui.h: Don't include w32bdf.h.
15698 (XCharStruct, enum w32_char_font_type, W32FontStruct):
15699 Remove obsolete font support.
15700
15701 * w32font.h (struct w32font_info): Remove compat_w32_font.
15702 Add hfont member.
15703 (FONT_COMPAT): Remove obsolete macro.
15704
15705 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
15706 (w32font_encode_char, w32font_text_extents): Use new hfont member.
15707 (w32font_open_internal): Remove compat code. Set new hfont member.
15708 (Fx_select_font): Use new hfont member.
15709
15710 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15711 (uniscribe_encode_char): Use new hfont member.
15712
15713 * w32term.c (x_draw_glyph_string_foreground)
15714 (x_draw_composite_glyph_string_foreground): Use new hfont member.
15715 (x_draw_glyph_string): Use metrics in w32font_info.
15716
15717 2008-06-26 Kenichi Handa <handa@m17n.org>
15718
15719 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
15720
15721 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15722
15723 * unexnext.c:
15724 * m/ews4800.h:
15725 * m/hp9000s300.h:
15726 * m/ibm370aix.h:
15727 * m/mips-siemens.h:
15728 * m/ncr386.h:
15729 * m/next.h:
15730 * m/pmax.h:
15731 * m/powerpcle.h:
15732 * m/tandem-s2.h:
15733 * s/386bsd.h:
15734 * s/bsd386.h:
15735 * s/bsd4-1.h:
15736 * s/bsd4-2.h:
15737 * s/bsdos2-1.h:
15738 * s/bsdos2.h:
15739 * s/bsdos3.h:
15740 * s/bsdos4.h:
15741 * s/nextstep.h:
15742 * s/ultrix4-3.h:
15743 * s/usg5-0.h:
15744 * s/usg5-2-2.h:
15745 * s/usg5-2.h:
15746 * s/usg5-4-3.h:
15747 * s/ux4800.h:
15748 * s/uxpds.h:
15749 * s/uxpv.h: Remove support for obsolete systems.
15750 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
15751 Remove, insert contents in s/hpux10-20.h.
15752 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
15753 Remove, insert contents in s/aix4-2.h.
15754 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
15755 * s/bsd4-3.h: Rename to ...
15756 * s/bsd-common.h: ... this.
15757 * data.c:
15758 * doc.c:
15759 * ecrt0.c:
15760 * emacs.c:
15761 * fileio.c:
15762 * floatfns.c:
15763 * keyboard.c:
15764 * mem-limits.h:
15765 * print.c:
15766 * process.c:
15767 * sysdep.c:
15768 * syssignal.h:
15769 * systty.h:
15770 * syswait.h:
15771 * term.c:
15772 * unexec.c:
15773 * unexelf.c:
15774 * unexhp9k800.c:
15775 * m/hp800.h:
15776 * m/ibmrs6000.h:
15777 * m/mips.h:
15778 * m/vax.h:
15779 * s/darwin.h:
15780 * s/freebsd.h:
15781 * s/gnu.h:
15782 * s/ms-w32.h:
15783 * s/msdos.h:
15784 * s/netbsd.h:
15785 * s/template.h: Remove references to obsolete variables.
15786
15787 * Makefile.in: Add dependencies for all unexec files.
15788 (admindir): Remove unused variable.
15789 (UNEXEC_SRC): Remove references.
15790
15791 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
15792
15793 * xfns.c (x_default_font_parameter): If Xft is available, first
15794 try Monospace-12 for the default font.
15795
15796 2008-06-25 Jason Rumney <jasonr@gnu.org>
15797
15798 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
15799
15800 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15801
15802 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
15803
15804 * buffer.c (syms_of_buffer): Remove default-word-wrap.
15805
15806 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
15807
15808 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
15809 <scroll-conservatively>: Fix typo in docstring.
15810
15811 * xselect.c (Fx_send_client_event): Doc fix.
15812
15813 2008-06-25 Kenichi Handa <handa@m17n.org>
15814
15815 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
15816
15817 * font.c (font_parse_fcname): Remove unused variables.
15818 (font_sort_entites): Delete the arg SPEC. Caller changed.
15819 Fix for the case of ! best_only.
15820 (font_delete_unmatched): Check DPI and AVGWIDTH too.
15821
15822 * lisp.h (Fstring_to_unibyte): EXFUN it.
15823
15824 * character.h (str_to_unibyte): Extern it.
15825
15826 * character.c (str_to_unibyte): New function.
15827
15828 * fns.c (Fstring_to_unibyte): New function.
15829 (syms_of_fns): Defsubr it.
15830
15831 2008-06-24 Kenichi Handa <handa@m17n.org>
15832
15833 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
15834 DPI too.
15835 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
15836
15837 2008-06-24 Andreas Schwab <schwab@suse.de>
15838
15839 * Makefile.in (${lispsource}loaddefs.el): Rename from
15840 ../lisp/loaddefs.el.
15841 (bootstrap-clean): Do what distclean does but don't remove
15842 Makefile.
15843 (distclean): Depend on bootstrap-clean and remove Makefile.
15844
15845 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
15846
15847 * buffer.h (struct buffer): New member word_wrap.
15848
15849 * buffer.c (syms_of_buffer): New variables default-word-wrap and
15850 word-wrap.
15851 (init_buffer_once): Initialize them.
15852
15853 * dispextern.h (struct it): Replace bool truncate_lines_p with a
15854 line_wrap enum possessing three possible values.
15855
15856 * termopts.h: Replace truncate_partial_width_windows with
15857 Vtruncate_partial_width_windows.
15858
15859 * dispnew.c (direct_output_for_insert): Avoid direct output when
15860 inserting a space with word wrap on.
15861
15862 * indent.c (compute_motion): Obey integer values of
15863 truncate-partial-width-windows.
15864
15865 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
15866 replacing truncate_partial_width_windows.
15867 (init_iterator): If Vtruncate_partial_width_windows is an integer,
15868 truncate only if the window width is below that integer.
15869 (start_display, resize_mini_window, produce_stretch_glyph)
15870 (display_string, move_it_in_display_line_to): Use line_wrap.
15871 (back_to_previous_visible_line_start, reseat_1): Reset
15872 string_from_display_prop_p.
15873 (display_line): Extend default face to end of line when wrapping.
15874
15875 2008-06-24 Kim F. Storm <storm@cua.dk>
15876
15877 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
15878 to wrap continued lines at word boundaries.
15879
15880 2008-06-24 Jason Rumney <jasonr@gnu.org>
15881
15882 * font.c (Ffont_face_attributes): Multiply pixel size before point
15883 conversion to avoid multiplying rounding error.
15884
15885 2008-06-23 Jason Rumney <jasonr@gnu.org>
15886
15887 * w32term.c (x_draw_glyph_string_background)
15888 (x_draw_glyph_string): Remove old bdf font code.
15889
15890 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
15891
15892 2008-06-22 Kenichi Handa <handa@m17n.org>
15893
15894 * font.c (font_find_for_lface): Try the adstyle specified in
15895 the property of LFACE_FONT of LFACE (if any).
15896
15897 2008-06-21 Seiji Zenitani <zenitani@mac.com>
15898 Ryo Yoshitake <ryo@shiftmode.net>
15899
15900 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
15901
15902 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
15903
15904 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
15905 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
15906 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
15907 (witness-emacs): Remove.
15908 (lisp, shortlisp): Move loaddefs.el earlier.
15909 (mostlyclean): Forget about witness-emacs.
15910
15911 2008-06-22 Glenn Morris <rgm@gnu.org>
15912
15913 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
15914 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
15915
15916 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15917
15918 * Makefile.in (PRECOMP): Remove.
15919 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
15920 (witness-emacs): Run `compile-first'.
15921 (.el.elc): Use the new compile-onefile target.
15922
15923 2008-06-21 Kenichi Handa <handa@m17n.org>
15924
15925 * xftfont.c (xftfont_open): Handle QCembolden only when
15926 FC_EMBOLDEN is defined.
15927
15928 2008-06-21 Andreas Schwab <schwab@suse.de>
15929
15930 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
15931 (.el.elc): Likewise.
15932
15933 2008-06-21 Miles Bader <miles@gnu.org>
15934
15935 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
15936 build dir, not the lisp source dir.
15937
15938 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15939
15940 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
15941 (bootstrapclean): Remove.
15942 (.el.elc): New rule.
15943 (PRECOMP): New var.
15944 (../lisp/subdirs.el): Remove.
15945 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
15946 (witness-emacs): New target.
15947 (mostlyclean): Remove witness-emacs as well.
15948 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
15949 Add witness-emacs dependency.
15950
15951 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
15952
15953 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
15954 defined by the font.
15955
15956 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15957
15958 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
15959 (bootstrap-clean): New target that keeps TAGS around.
15960 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
15961 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
15962
15963 2008-06-20 Jason Rumney <jasonr@gnu.org>
15964
15965 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
15966 Remove obsolete font code.
15967
15968 * w32font.c (font_matches_spec): Use csb bitfield from font signature
15969 to determine language support.
15970
15971 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15972
15973 * sysdep.c (cfsetspeed): New fun extracted from the code.
15974 (cfmakeraw): Move before first use.
15975
15976 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
15977
15978 * sysdep.c (cfmakeraw): Provide fallback implementation.
15979 (serial_configure): Provide fallback implementation of cfsetspeed.
15980
15981 2008-06-20 Kenichi Handa <handa@m17n.org>
15982
15983 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
15984 the pattern.
15985
15986 * fontset.c (fontset_from_font): Copy font_spec before changing
15987 the elements.
15988
15989 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
15990
15991 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15992
15993 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
15994 for explicit `font' parameters.
15995
15996 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
15997
15998 2008-06-19 Kenichi Handa <handa@m17n.org>
15999
16000 * frame.c: Include <ctype.h>.
16001 (x_set_font_backend): Allow spacing characters in the X resource
16002 for FontBackend.
16003
16004 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
16005
16006 * w32fns.c, xfns.c (Qfont_param): New var.
16007 (syms_of_w32fns): Initialize it.
16008 (x_default_font_parameter): Record explicit `font' into
16009 `font-parameter'.
16010
16011 2008-06-18 Kenichi Handa <handa@m17n.org>
16012
16013 * font.c (font_parse_xlfd): Fix previous change.
16014 (font_parse_fcname): Don't use :fc-unknown-spec.
16015 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
16016 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
16017 (font_add_log): Prepend the driver name to the resulting fonts.
16018
16019 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
16020 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
16021 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
16022
16023 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
16024 (QCembolden): New variables.
16025 (syms_of_xftfont): DEFSYM them.
16026 (xftfont_open): Call XftFontMatch. Don't trust the result of
16027 XftTextExtents8 if the pixel_size is less than 5.
16028
16029 2008-06-18 Andreas Schwab <schwab@suse.de>
16030
16031 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
16032 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
16033
16034 2008-06-18 Jason Rumney <jasonr@gnu.org>
16035
16036 * w32font.c (w32font_list, w32font_match): Add logging.
16037
16038 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
16039
16040 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
16041
16042 * font.c (font_parse_fcname): Store divider characters for
16043 unknown-spec list. For known key symbols, intern using correct
16044 symbol name.
16045
16046 2008-06-17 Kenichi Handa <handa@m17n.org>
16047
16048 * xfaces.c (realize_default_face): If the frame is not on window
16049 system, set the fontset of face to nil.
16050
16051 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
16052
16053 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
16054
16055 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
16056
16057 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
16058 (build_font_name_from_vector): Delete externs.
16059
16060 * xfaces.c (struct font_name): Don't declare.
16061
16062 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
16063
16064 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
16065
16066 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
16067
16068 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
16069
16070 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
16071
16072 * font.c (Ffont_spec): Fix usage in docstring.
16073 (Ffont_face_attributes): Doc fix.
16074
16075 2008-06-16 Andreas Schwab <schwab@suse.de>
16076
16077 * font.c (Ffont_face_attributes): Fix definition.
16078
16079 2008-06-16 Jason Rumney <jasonr@gnu.org>
16080
16081 * font.h (font_style_symbolic_from_value): Remove.
16082
16083 * font.c (font_style_symbolic_from_value): Remove.
16084 (font_style_symbolic): Revert to pre 2008-06-13 version.
16085
16086 * w32font.c (w32_to_fc_weight): New function.
16087 (w32font_full_name, logfont_to_fcname): Use it.
16088
16089 2008-06-16 Kenichi Handa <handa@m17n.org>
16090
16091 * font.c (font_check_object): Delete it.
16092 (font_clear_cache): Check if a font-object is alive.
16093 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
16094 font-object to nil.
16095 (font_close_object): Don't check FONT_CLOSE_OBJECT.
16096 (font_at): Don't call font_check_object.
16097 (Ffont_get): Return a symbol for :weight, :slant, and :width.
16098
16099 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16100
16101 * puresize.h (BASE_PURESIZE): Increase to 1230000.
16102
16103 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
16104
16105 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
16106
16107 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
16108
16109 * font.c (font_parse_fcname): Only one decimal point.
16110 (font_unparse_fcname): Handle data in family and foundry indices
16111 as symbols, not strings.
16112 (font_unparse_gtkname, Ffont_face_attributes): New functions.
16113
16114 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
16115
16116 * font.h (font_unparse_gtkname): Add prototype.
16117
16118 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
16119
16120 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
16121
16122 2008-06-15 Andreas Schwab <schwab@suse.de>
16123
16124 * font.c (font_update_drivers): Fix crash when no drivers match.
16125
16126 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16127
16128 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
16129 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
16130
16131 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
16132
16133 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
16134
16135 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
16136
16137 * process.c (Fserial_process_configure, Fprocess_send_eof):
16138 Use EQ to compare Lisp_Objects.
16139
16140 2008-06-13 Jason Rumney <jasonr@gnu.org>
16141
16142 * w32fns.c (Fw32_select_font): Remove old font API function.
16143
16144 * w32font.c (logfont_to_fcname): New function.
16145 (Fx_select_font): New font dialog function compatible with
16146 GTK/fontconfig version.
16147
16148 * font.c (font_style_symbolic_from_value): New function.
16149 (font_style_symbolic): Use it.
16150
16151 * font.h (font_style_symbolic_from_value): Declare new function.
16152
16153 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
16154
16155 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
16156 <font-width-table>: Fix typos in docstrings.
16157
16158 2008-06-13 Daniel Engeler <engeler@gmail.com>
16159
16160 These changes add serial port access.
16161 * process.c: Add HAVE_SERIAL.
16162 (Fdelete_process, Fprocess_status, Fset_process_buffer)
16163 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
16164 (list_processes_1, select_wrapper, Fstop_process)
16165 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
16166 (status_notify): Modify to handle serial processes.
16167 [HAVE_SERIAL] (Fserial_process_configure)
16168 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
16169 New functions.
16170 * process.h (struct Lisp_Process): Add `type'.
16171 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
16172 New functions.
16173 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
16174 serial ports.
16175 (serial_open, serial_configure): New functions.
16176 * w32.h: Add FILE_SERIAL.
16177 (struct _child_process): Add ovl_read, ovl_write.
16178
16179 2008-06-13 Kenichi Handa <handa@m17n.org>
16180
16181 * dispextern.h (enum lface_attribute_index): New member
16182 LFACE_FOUNDRY_INDEX.
16183
16184 * font.c (font_score): Delete arg alternate_families. Check only
16185 weight, slant, width, and size. Ignore the difference of alias
16186 style symbols.
16187 (font_sort_entites): Adjust for the above change. Reflect the
16188 order of font-driver to scores.
16189 (font_list_entities): Don't check alternate_familes here.
16190 (font_clear_prop): Handle foundry.
16191 (font_update_lface): Don't parse "foundry-family" form here.
16192 Handle FONT_FOUNDRY_INDEX.
16193 (font_find_for_lface): Likewise. Handle alternate families here.
16194 If registry is nil, try iso8859-1 and ascii-0.
16195 (font_open_for_lface): Pay attention to size in ENTITY.
16196 (font_open_by_name): Simplify by calling font_load_for_lface.
16197 (free_font_driver_list): Delete it.
16198 (font_update_drivers): Preserve the order of backends.
16199 (syms_of_font): Setting of sort_shift_bits adjusted for the change
16200 of font_score and font_sort_entites.
16201 (font_update_sort_order): Likewise.
16202
16203 * xfaces.c (LFACE_FOUNDRY): New macro.
16204 (check_lface_attrs): Check foundry.
16205 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
16206 (merge_face_vectors): Check foundry.
16207 (merge_face_ref): Likewise.
16208 (Finternal_set_lisp_face_attribute): Likewise.
16209 (x_update_menu_appearance): Likewise.
16210 (Finternal_get_lisp_face_attribute): Likewise.
16211 (lface_hash): Likewise.
16212 (lface_same_font_attributes_p): Likewise.
16213 (x_supports_face_attributes_p): Likewise.
16214 (tty_supports_face_attributes_p): Likewise.
16215 (Finternal_set_alternative_font_family_alist): Intern strings.
16216 (Finternal_set_alternative_font_registry_alist): Downcase strings.
16217 (realize_default_face): Set LFACE_FOUNDRY (lface).
16218
16219 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
16220 font-driver at first.
16221
16222 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
16223
16224 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16225
16226 * lread.c (Fload): Use xfree, not free on saved_doc_string.
16227
16228 2008-06-12 Jim Meyering <meyering@redhat.com>
16229
16230 Make unexec_free handle NULL the same way free does.
16231 * unexmacosx.c (unexec_free): Ignore a NULL argument.
16232
16233 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
16234
16235 * character.h (CHAR_TO_BYTE_SAFE): New macro.
16236 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
16237 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
16238 (WEAK_ALIAS): Simplify.
16239 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
16240 when searching a unibyte buffer.
16241
16242 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
16243
16244 * xfns.c (Fx_select_font): Rename from x-font-dialog.
16245
16246 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
16247
16248 * w32font.c: Include ctype.h.
16249
16250 2008-06-11 Jason Rumney <jasonr@gnu.org>
16251
16252 * w32font.c (w32font_encode_char): Detect missing glyphs that are
16253 misreported as space.
16254 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
16255 as aliases for registry iso10646-1.
16256
16257 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
16258
16259 * buffer.c (clone_per_buffer_values): Skip `name'.
16260
16261 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
16262
16263 * font.c (font_parse_fcname): Fix last change; accept decimal
16264 points in font size.
16265
16266 2008-06-10 Jason Rumney <jasonr@gnu.org>
16267
16268 * w32uniscribe.c (add_opentype_font_name_to_list):
16269 Skip non unicode fonts.
16270
16271 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
16272
16273 * xfns.c (Fx_font_dialog): New function.
16274
16275 * gtkutil.c (xg_dialog_response_cb): Rename from
16276 xg_file_response_callback.
16277 (pop_down_dialog): Rename from pop_down_file_dialog.
16278 (xg_get_file_name): Callers changed.
16279 (xg_get_font_name): New function.
16280
16281 * gtkutil.h (xg_get_font_name): Insert prototype.
16282
16283 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
16284
16285 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
16286 x_underline_minimum_display_offset.
16287 (syms_of_xdisp): Declare it here rather than in xterm.c.
16288 * dispextern.h (underline_minimum_offset): Declare it.
16289 * w32term.c (x_draw_glyph_string): Use it.
16290 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
16291 (syms_of_xterm): Don't declare it any more.
16292 (x_draw_glyph_string): Adjust to the new name.
16293
16294 2008-06-10 David De La Harpe Golden <david@harpegolden.net>
16295
16296 * xterm.c (x_underline_minimum_display_offset): New var.
16297 (x_draw_glyph_string): Use it.
16298 (syms_of_xterm): Declare it.
16299
16300 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
16301
16302 * font.c (font_parse_fcname): Accept GTK-style font names too.
16303
16304 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
16305
16306 * dired.c (file_name_completion): Don't return t if the match is exact
16307 but with different capitalization.
16308 * minibuf.c (Ftry_completion): Simplify.
16309
16310 * window.c (Vwindow_point_insertion_type): New var.
16311 (set_window_buffer): Use it.
16312 (syms_of_window): Init and export it to Lisp.
16313
16314 2008-06-10 Kenichi Handa <handa@m17n.org>
16315
16316 * font.h (font_intern_prop): Prototype adjusted.
16317
16318 * font.c (font_intern_prop): New arg force_symbol.
16319 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
16320 Adjust for the change of font_intern_prop.
16321
16322 * ftfont.c (ftfont_pattern_entity):
16323 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
16324 (w32_registry):
16325 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
16326 the change of font_intern_prop.
16327
16328 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
16329
16330 * w32menu.c (digest_single_submenu): Declare extern.
16331
16332 2008-06-09 Jason Rumney <jasonr@gnu.org>
16333
16334 * w32term.c (x_make_frame_visible): Use alternate restore flags.
16335
16336 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
16337 (parse_single_submenu): Remove.
16338 (digest_single_submenu): Remove.
16339 (syms_of_w32menu): Don't initialise variables that have moved
16340 to menu.c.
16341 (set_frame_menubar): Sync with version in xmenu.c.
16342 (w32_menu_show): Sync with xmenu_show in xmenu.c.
16343
16344 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
16345 Make static again.
16346
16347 2008-06-09 Jason Rumney <jasonr@gnu.org>
16348
16349 Changes to w32 files related to the move of common menu code
16350 to menu.c on 2008-06-08 by Chong Yidong.
16351
16352 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
16353 defs to w32gui.h.
16354 (single_keymap_panes, push_menu_item, push_menu_pane):
16355 Make globally visible.
16356
16357 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
16358 (local_free, malloc_widget_value, free_widget_value)
16359 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
16360 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
16361 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
16362 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
16363 (menu_items, menu_items_allocated, menu_items_used)
16364 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
16365 (init_menu_items, finish_menu_items, discard_menu_items)
16366 (grow_menu_items, push_submenu_start, push_submenu_end)
16367 (push_left_right_boundary, push_menu_pane, push_menu_item)
16368 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
16369 (free_menubar_widget_tree_value, parse_single_submenu)
16370 (update_submenu_strings): Remove functions.
16371 (xmalloc_widget_value): Remove and declare extern.
16372
16373 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
16374 (OBJ1): Build it.
16375
16376 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
16377 (local_heap, local_alloc, local_free, malloc_widget_value)
16378 (free_widget_value): Define here.
16379
16380 2008-06-09 Kenichi Handa <handa@m17n.org>
16381
16382 * font.h (Qascii_0): Extern it.
16383
16384 * font.c (Qascii_0): New variable.
16385 (syms_of_font): DEFSYM it.
16386 (font_open_by_name): If the registry "iso8859-1" fails, try also
16387 "ascii-0".
16388
16389 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
16390
16391 2008-06-08 Kenichi Handa <handa@m17n.org>
16392
16393 * .gdbinit (xfont): New command.
16394
16395 2008-06-08 Andreas Schwab <schwab@suse.de>
16396
16397 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
16398 * Makefile.in (menu.o): Update dependencies.
16399
16400 * Makefile.in (obj): Always add menu.o.
16401 * emacs.c (main): Always call syms_of_menu.
16402 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
16403
16404 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
16405
16406 * Makefile.in: Compile menu.c.
16407
16408 * lisp.h: Declare syms_of_menu.
16409
16410 * emacs.c (main): Call syms_of_menu.
16411
16412 * keyboard.h: Relocate platform-independent menu definitions from
16413 xmenu.c.
16414
16415 * menu.c: New file. Relocate platform-independent menu
16416 definitions from xmenu.c. Suggested by Adrian Robert.
16417
16418 * xmenu.c: Remove platform-independent menu definitions.
16419 (menu_items, menu_items_inuse, menu_items_allocated)
16420 (menu_items_used, menu_items_n_panes)
16421 (menu_items_submenu_depth): Move to keyboard.h.
16422 (init_menu_items, finish_menu_items, unuse_menu_items)
16423 (discard_menu_items, restore_menu_items, save_menu_items)
16424 (grow_menu_items, push_submenu_start, push_submenu_end)
16425 (push_left_right_boundary, push_menu_pane, push_menu_item)
16426 (keymap_panes, single_keymap_panes, single_menu_item)
16427 (list_of_panes, list_of_items, find_and_call_menu_selection)
16428 (xmalloc_widget_value, free_menubar_widget_value_tree)
16429 (parse_single_submenu, digest_single_submenu)
16430 (update_submenu_strings): Move to menu.c.
16431
16432 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
16433
16434 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
16435
16436 2008-06-06 Miles Bader <miles@gnu.org>
16437
16438 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
16439 face, not frame default.
16440
16441 2008-06-05 Martin Rudalics <rudalics@gmx.at>
16442
16443 * window.c (pop_up_windows, pop_up_frames)
16444 (display_buffer_reuse_frames, Vpop_up_frame_function)
16445 (Vdisplay_buffer_function, Veven_window_heights)
16446 (Vspecial_display_buffer_names, Vspecial_display_regexps)
16447 (Vspecial_display_function, Vsame_window_buffer_names)
16448 (Vsame_window_regexps, split_height_threshold)
16449 (Vsplit_window_preferred_function): Move those vars to window.el.
16450 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
16451 (Fdisplay_buffer): Move those functions to window.el.
16452 (syms_of_window): Remove corresponding declarations.
16453 (display_buffer): New function.
16454 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
16455 * dispnew.c (Flast_nonminibuf_frame): New function.
16456 * buffer.c (Fpop_to_buffer): Move to window.el.
16457
16458 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16459
16460 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
16461
16462 2008-06-05 Kenichi Handa <handa@m17n.org>
16463
16464 * coding.c (detect_coding): Fix previous change.
16465 (detect_coding_system): Likewise.
16466
16467 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16468
16469 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
16470
16471 * keymap.c (Vminibuffer_local_filename_must_match_map):
16472 Rename from Vminibuffer_local_must_match_filename_map.
16473 (syms_of_keymap):
16474 * minibuf.c (Fcompleting_read): Adjust accordingly.
16475 * commands.h: Rename declaration as well.
16476
16477 2008-06-05 Kenichi Handa <handa@m17n.org>
16478
16479 * font.c (Ffont_spec): Don't use font_parse_family_registry for
16480 family name.
16481 (Ffont_put): Likewise.
16482
16483 * fontset.c (fontset_find_font): Call font_open_for_lface with the
16484 current font-spec.
16485
16486 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
16487 is unspecified.
16488
16489 * xfaces.c (realize_x_face): If the font-related face attributes
16490 are the same as those of default face, realize a new fontset from
16491 default->fontset.
16492 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
16493
16494 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
16495
16496 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
16497 (move_it_in_display_line): New wrapper.
16498
16499 * window.c (window_scroll_pixel_based_preserve_x)
16500 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
16501 (window_scroll_pixel_based, window_scroll_line_based):
16502 Use them to preserve column positions.
16503 (syms_of_window): Initialize them.
16504
16505 * indent.c (Fvertical_motion): Extend first arg to allow passing an
16506 (HPOS . VPOS) pair.
16507
16508 * dispextern.h (move_it_in_display_line): Declare.
16509
16510 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
16511
16512 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
16513 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
16514 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
16515
16516 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
16517
16518 * window.c (Fset_window_parameter): Doc fix.
16519 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
16520
16521 2008-06-04 Joakim Verona <joakim@verona.se>
16522
16523 * window.h (struct window): Add new member window_parameters.
16524
16525 * window.c (Fwindow_parameters, Fwindow_parameter)
16526 (Fset_window_parameter): New defuns.
16527 (syms_of_window): Defsubr the new defuns.
16528 (make_window): Initialize window_parameters to nil.
16529
16530 2008-06-04 John Paul Wallington <jpw@pobox.com>
16531
16532 * eval.c (Fdefmacro): Doc fix.
16533
16534 2008-06-04 Kenichi Handa <handa@m17n.org>
16535
16536 * coding.c (detect_coding): Fix handling of coding->head_ascii.
16537 Be sure to call setup_coding_system when we find a proper coding system.
16538 (detect_coding_system): Fix handling of coding->head_ascii.
16539
16540 2008-06-03 Andreas Schwab <schwab@suse.de>
16541
16542 * font.c (font_prop_validate_spacing): Fix last change.
16543
16544 2008-06-03 Kenichi Handa <handa@m17n.org>
16545
16546 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
16547 (font_parse_fcname): Fix handling of unknown key.
16548
16549 * xfont.c (xfont_list): Try an alias.
16550
16551 * charset.c (char_charset): Return NULL if the arg charset_list is
16552 specified and C doesn't belong to any of them.
16553
16554 2008-06-02 Chip Coldwell <coldwell@redhat.com>
16555
16556 * font.c (font_pixel_size): Don't take cdr of an integer.
16557
16558 2008-06-02 Jim Meyering <meyering@redhat.com>
16559
16560 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
16561 * alloc.c (xfree): Return right away for a NULL arg.
16562 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
16563 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
16564 * mac.c (create_apple_event_from_event_ref): Likewise.
16565 (create_apple_event_from_drag_ref, cfstring_create_normalized):
16566 Likewise.
16567 * doprnt.c (doprnt1): Likewise.
16568 * frame.c (frame): Likewise.
16569 * keyboard.c (wipe_kboard): Likewise.
16570 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
16571 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
16572 * term.c (tty_default_color_capabilities, maybe_fatal)
16573 (delete_tty): Likewise.
16574 * w16select.c (string): Likewise.
16575 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
16576 * w32bdf.c (w32_free_bdf_font): Likewise.
16577 * w32fns.c (w32_unload_font): Likewise.
16578 * w32font.c (w32font_close): Likewise.
16579 * window.c (size_window): Likewise.
16580 * xselect.c (receive_incremental_selection): Likewise.
16581 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
16582 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
16583 * w32.c (stat): Likewise.
16584
16585 Remove useless if-before-free tests.
16586 * editfns.c (Fset_time_zone_rule): Likewise.
16587 * lread.c (nosuffix): Likewise.
16588 * ralloc.c (get_bloc): Likewise.
16589 * regex.c (reg_free): Likewise.
16590 * xftfont.c (xftfont_open, xftfont_close): Likewise.
16591 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
16592 * xsmfns.c (smc_save_yourself_CB): Likewise.
16593
16594 2008-06-02 Kenichi Handa <handa@m17n.org>
16595
16596 * font.c (font_find_for_lface): Handle float font size.
16597 (font_open_for_lface): Likewise.
16598
16599 * xfaces.c (x_supports_face_attributes_p): Check face->font before
16600 comparing the properties.
16601
16602 2008-06-01 Jason Rumney <jasonr@gnu.org>
16603
16604 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
16605 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
16606 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
16607 Don't add empty script list.
16608 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
16609
16610 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
16611
16612 * Makefile.in (dot, dotdot): Remove, update users.
16613 ".." has been used elsewhere in the file for a long time.
16614 (LIBXT_STATIC): Remove conditional based on unused variable.
16615
16616 2008-06-01 Miles Bader <miles@gnu.org>
16617
16618 * xfaces.c (Vface_remapping_alist): New variable.
16619 (syms_of_xfaces): Initialize it.
16620 (enum named_merge_point_kind): New type.
16621 (struct named_merge_point): Add `named_merge_point_kind' field.
16622 (push_named_merge_point): Make cycle detection respect different
16623 named-merge-point kinds.
16624 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
16625 Remove face-name alias resolution.
16626 (lface_from_face_name): New definition using
16627 `lface_from_face_name_no_resolve'.
16628 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
16629 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
16630 (get_lface_attributes): New definition that layers face-remapping on
16631 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
16632 (lookup_basic_face): New function.
16633 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
16634 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
16635 `get_lface_attributes'.
16636 (face_at_buffer_position): Use `lookup_basic_face' to lookup
16637 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
16638 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
16639
16640 * xdisp.c (init_iterator): Pass base_face_id through
16641 `lookup_basic_face' when we actually use it as a face-id.
16642 (handle_single_display_prop): Use `lookup_basic_face' to lookup
16643 DEFAULT_FACE_ID.
16644
16645 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
16646 lookup the initial face-id.
16647
16648 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
16649
16650 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
16651
16652 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
16653 (Fremove_text_properties): Fix typos in docstrings.
16654
16655 2008-05-31 Kenichi Handa <handa@m17n.org>
16656
16657 * font.c (font_list_entities): Fix the car part of data to be
16658 stored in the cache.
16659
16660 * ftfont.c (ftfont_font_format): Don't use strcasestr.
16661
16662 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16663
16664 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
16665 Add a `test' argument so another predicate than `equal' can be used.
16666 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
16667 (map_char_table): Remove unused vars `c' and `i'.
16668 * lisp.h (Foptimize_char_table): Adjust declaration.
16669 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
16670
16671 2008-05-30 Kenichi Handa <handa@m17n.org>
16672
16673 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
16674 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
16675 defined.
16676
16677 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16678
16679 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
16680 (Fmake_variable_frame_local): Disallow mixing buffer-local and
16681 frame-local settings for the same variable.
16682
16683 2008-05-30 Kenichi Handa <handa@m17n.org>
16684
16685 * fontset.c (Ffont_info): Move to font.c.
16686 (syms_of_fontset): Delete defsubr of Sfont_info.
16687
16688 * font.c (font_style_to_value, font_score): Delete casting of the
16689 args to xstcasecmp.
16690 (register_font_driver): Increment num_font_drivers only when
16691 registering the driver globally.
16692 (Ffont_info): Move from fontset.c. Handle a font object too.
16693 (syms_of_font): Defsubr Sfont_info.
16694
16695 2008-05-29 Kenichi Handa <handa@m17n.org>
16696
16697 * coding.h (enum define_coding_utf8_arg_index): New enum.
16698 (enum coding_attr_index): Change coding_attr_utf_16_bom to
16699 coding_attr_utf_bom.
16700 (enum utf_bom_type): Rename from utf_16_bom_type.
16701 (struct utf_16_spec): Adjust for the above change.
16702 (struct coding_system): Add utf_8_bom in `spec' union.
16703
16704 * coding.c (CODING_UTF_8_BOM): New macro.
16705 (enum coding_category): Delete coding_category_utf_8, add
16706 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
16707 coding_category_utf_8_sig.
16708 (CATEGORY_MASK_UTF_8): Delete it.
16709 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
16710 (CATEGORY_MASK_UTF_8_SIG): New macros.
16711 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
16712 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
16713 CATEGORY_MASK_UTF_8_SIG.
16714 (CATEGORY_MASK_UTF_8): New macro.
16715 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
16716 (detect_coding_utf_8): Check BOM.
16717 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
16718 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
16719 (encode_coding_utf_16): Likewise.
16720 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
16721 (detect_coding, detect_coding_system): Handle utf-8-auto.
16722 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
16723 (syms_of_coding): Fix setting up of Vcoding_category_table.
16724
16725 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
16726
16727 * process.c (Faccept_process_output): If `millisec' is non-nil,
16728 `seconds' default to 0.
16729 (wait_reading_process_output): Also return non-nil if we read output
16730 from a non-running process.
16731
16732 2008-05-29 Jason Rumney <jasonr@gnu.org>
16733
16734 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
16735 `raster' specified.
16736 (add_font_entity_to_list): Allow non-opentype truetype fonts back
16737 in the uniscribe backend, but disallow any font that has no
16738 unicode subrange support.
16739
16740 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
16741
16742 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
16743 Fix typos in docstrings.
16744
16745 2008-05-29 Kenichi Handa <handa@m17n.org>
16746
16747 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
16748 (Fx_family_fonts): Set frame correctly.
16749
16750 2008-05-28 Jason Rumney <jasonr@gnu.org>
16751
16752 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
16753
16754 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16755
16756 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
16757 calling build_annotations.
16758
16759 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
16760
16761 * coding.c (Fdecode_coding_region, Fencode_coding_region)
16762 (Fencode_coding_string):
16763 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
16764 <latin-extra-code-table>: Fix typos in docstrings.
16765 (syms_of_coding) <coding-system-alist>: Doc fix.
16766 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
16767
16768 2008-05-28 Kenichi Handa <handa@m17n.org>
16769
16770 * fontset.c (Ffont_info): Don't call font_close_object.
16771
16772 * font.c (font_parse_family_registry): Use Ffont_put to validate
16773 foundry and family.
16774 (font_delete_unmatched): Don't check spacing.
16775 (font_list_entities): Add spacing to the spec to list fonts.
16776
16777 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
16778 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
16779
16780 * coding.c (encode_coding_raw_text): Fix previous change.
16781 (encode_coding_object): When the dst_object is a buffer and is
16782 different from src_object, move gap to PT.
16783
16784 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
16785
16786 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
16787
16788 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16789
16790 * coding.c (encode_coding_raw_text): Set coding->produced_char for
16791 all branches. Compute it differently.
16792
16793 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
16794
16795 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
16796
16797 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
16798 into "else if () ... else ...".
16799
16800 2008-05-27 Jason Rumney <jasonr@gnu.org>
16801
16802 * w32font.c (w32font_open_internal): Determine if glyph indices
16803 are likely to work here.
16804
16805 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
16806
16807 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
16808 draw overlap glyphs with appropriate highlighting.
16809
16810 2008-05-27 Kenichi Handa <handa@m17n.org>
16811
16812 * xfont.c (xfont_open): Fix calculation of font->average_width.
16813
16814 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16815
16816 * casefiddle.c (casify_object): Try to guess better whether the
16817 argument is a byte or a char.
16818
16819 2008-05-26 Andreas Schwab <schwab@suse.de>
16820
16821 * xselect.c (x_reply_selection_request): Properly handle format == 32.
16822 Always send multiples of format size.
16823
16824 * xterm.c (x_set_frame_alpha): Fix type mismatch.
16825
16826 2008-05-26 Jason Rumney <jasonr@gnu.org>
16827
16828 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
16829 (compute_metrics): Don't set failure if we just cleared the cache.
16830 (w32_weight_table): Remove unused variable.
16831 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
16832 backwards compatibility.
16833
16834 2008-05-25 Kenichi Handa <handa@m17n.org>
16835
16836 * w32term.c (x_draw_glyph_string):
16837 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
16838
16839 * xfaces.c: Delete unused function prototypes.
16840 (xstrlwr, font_frame): Delete them.
16841 (clear_face_cache): Delete unused variable.
16842
16843 * xftfont.c (xftfont_open): Delete unused variable.
16844 If underline_thickness is not 1, adjust underline_position.
16845
16846 * ftxfont.c (ftxfont_open): Delete unused variable.
16847
16848 * fontset.c (face_for_char): Optimize for the case of no charset
16849 property.
16850
16851 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
16852 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
16853 (otf_open, font_otf_capability, generate_otf_features)
16854 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16855 Comment out by surrounding "#if 0" and "#endif" for the moment.
16856 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
16857 (syms_of_font): Codes for accessing above commented out.
16858
16859 2008-05-24 Eli Zaretskii <eliz@gnu.org>
16860
16861 * w32proc.c: Include dispextern.h.
16862
16863 * w32.c: Include dispextern.h.
16864
16865 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
16866
16867 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
16868 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
16869 Fix typos in docstrings.
16870
16871 2008-05-23 Jason Rumney <jasonr@gnu.org>
16872
16873 * xsmfns.c: Remove includes that are already included by config.h.
16874
16875 2008-05-23 Kenichi Handa <handa@m17n.org>
16876
16877 * charset.c (Qemacs, charset_emacs): New variables.
16878 (char_charset): Fix for non-Unicode characters.
16879 (syms_of_charset): Define charset_emacs.
16880
16881 * w32term.c (x_draw_glyph_string): Be sure to update
16882 s->underline_thickness and s->underline_position. Be sure to draw
16883 underline within the current line area.
16884
16885 * xterm.c (x_draw_glyph_string): Be sure to update
16886 s->underline_thickness and s->underline_position. Be sure to draw
16887 underline within the current line area.
16888
16889 * fontset.c: Delete unused variables and add casting for char *
16890 throughout the file.
16891 (fontset_font): Try the fallback fonts of the current fontset
16892 before consulting the default fontset.
16893
16894 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
16895
16896 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
16897
16898 2008-05-22 Jason Rumney <jasonr@gnu.org>
16899
16900 * font.c: Don't include strings.h.
16901
16902 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
16903
16904 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
16905 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
16906 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
16907 to call xstrcasecmp.
16908
16909 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
16910
16911 * fontset.c (fs_query_fontset): Use xstrcasecmp.
16912
16913 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
16914
16915 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
16916
16917 2008-05-22 Kenichi Handa <handa@m17n.org>
16918
16919 * puresize.h (BASE_PURESIZE): Increase to 1220000.
16920
16921 * font.c (font_prop_validate_style): Adjust for the format
16922 change of font_style_table.
16923
16924 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
16925 two args.
16926
16927 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
16928 two args.
16929
16930 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16931
16932 * minibuf.c (keys_of_minibuf): Delete.
16933 * lisp.h (keys_of_minibuf): Delete.
16934 * emacs.c (main): Don't call keys_of_minibuf.
16935
16936 2008-05-22 Kenichi Handa <handa@m17n.org>
16937
16938 * ftfont.c (ftfont_resolve_generic_family): Rename from
16939 ftfont_list_generic_family. Return a single family for each
16940 generic family.
16941 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
16942 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
16943 Call font_add_log.
16944 (ftfont_match): Call font_add_log.
16945
16946 * font.h (Ffont_xlfd_name): EXFUN adjusted.
16947 (FONT_DEBUG): Define it.
16948 (font_add_log): Extern it.
16949 (font_assert): Rename from xassert.
16950
16951 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
16952 (xfont_list_family): Call font_add_log.
16953 (xfont_match): Likewise.
16954 (memq_no_quit): Delete.
16955
16956 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
16957 call of Ffont_xlfd_name.
16958
16959 * xfaces.c (struct table_entry, slant_table, weight_table)
16960 (swidth_table): Move to font.c.
16961
16962 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
16963 xassert are changed to font_assert. Delete many unused variables.
16964 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
16965 New variables.
16966 (struct table_entry): Move from xfaces.c and modified.
16967 (weight_table, slant_table, width_table): Move from xfaces.c and
16968 contents adjusted for the change of struct table_entry.
16969 (font_style_to_value, font_style_symbolic): Adjust for the
16970 format change of font_style_table.
16971 (font_parse_family_registry): Don't overwrite existing foundry and
16972 family of font_spec.
16973 (font_score): Fix calculation of diff for sizes.
16974 (font_sort_entites): Call font_add_log.
16975 (font_delete_unmatched): Return a newly created list.
16976 (font_list_entities): Fix previous change. Call font_add_log.
16977 (font_matching_entity, font_open_entity, font_close_entity):
16978 Call font_add_log.
16979 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
16980 (Finternal_set_font_style_table): Delete.
16981 (BUILD_STYLE_TABLE): New macro.
16982 (build_style_table): New function.
16983 (Vfont_log, font_log_env_checked): New variables.
16984 (font_add_log): New function.
16985 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
16986 Declare Lisp variables "font-weight-table", "font-slant-table",
16987 "font-width-table", and "font-log". Initialize font_style_table.
16988
16989 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
16990
16991 * xterm.c (x_set_frame_alpha): Move declarations before statements.
16992
16993 2008-05-21 Seiji Zenitani <zenitani@mac.com>
16994 Ryo Yoshitake <ryo@shiftmode.net>
16995
16996 * frame.c (Qalpha): Add a new frame parameter `alpha'.
16997 (Vframe_alpha_lower_limit): New variable.
16998 (x_set_alpha): New function.
16999
17000 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
17001
17002 * xfns.c (x-create-frame, Qalpha):
17003 Initialize the frame parameter `alpha'.
17004 * xterm.c (OPAQUE, OPACITY): New.
17005 (x_set_frame_alpha): New function.
17006 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
17007
17008 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
17009 * w32fns.c (w32_frame_parm_handlers): Likewise.
17010
17011 2008-05-20 Jason Rumney <jasonr@gnu.org>
17012
17013 * w32font.c (add_font_entity_to_list): Don't add non-opentype
17014 truetype fonts to opentype list.
17015
17016 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
17017
17018 * fontset.c (Ffontset_info): Doc fix.
17019 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
17020 <ignore-relative-composition>: Fix typos in docstrings.
17021
17022 * font.c (syms-of-font) <font-encoding-alist>:
17023 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
17024 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
17025 (Ffont_otf_alternates): Doc fixes.
17026
17027 2008-05-20 Kenichi Handa <handa@m17n.org>
17028
17029 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
17030 font.h through out the file.
17031 (FONT_DRIVERS): Rename from FONTOBJ.
17032 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
17033 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
17034
17035 * emacs.c (main): Call syms_of_font unconditionally.
17036
17037 * font.h (find_font_encoding): Extern it.
17038
17039 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
17040 fontset.c.
17041 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
17042 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
17043 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
17044 only when HAVE_WINDOW_SYSTEM is defined.
17045 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
17046 when HAVE_WINDOW_SYSTEM is defined.
17047
17048 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
17049 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
17050
17051 * xfaces.c: Include font.h unconditionally.
17052 (merge_face_ref, merge_face_vectors)
17053 (Finternal_set_lisp_face_attribute): Cancel the previous change.
17054
17055 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17056
17057 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
17058 indirect_variable.
17059 * eval.c (lisp_indirect_variable): New fun.
17060 (Fuser_variable_p): Use it.
17061
17062 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
17063
17064 * lisp.h (indirect_variable):
17065 * data.c (indirect_variable, let_shadows_buffer_binding_p):
17066 Use Lisp_Symbol pointers rather than Lisp_Object.
17067 Adjust callers.
17068 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
17069 To this end, change calling-convention.
17070
17071 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
17072 if some non-hidden buffers are selected by string&pred.
17073
17074 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
17075
17076 * process.c (wait_reading_process_output): Always check status
17077 when in batch mode.
17078
17079 2008-05-19 Kenichi Handa <handa@m17n.org>
17080
17081 * font.c (font_list_entities): Fix handling of cache.
17082 (font_matching_entity): Likewise.
17083
17084 * ftfont.c (cs_iso8859_1): Delete.
17085 (ft_face_cache): New variable.
17086 (struct ftfont_info): New member fc_charset_idx.
17087 (ftfont_build_basic_charsets): Delete.
17088 (fc_charset_table): New variable.
17089 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
17090 . FC_CHARSET_IDX) as :font-entity property in the font entity.
17091 Callers changed.
17092 (ftfont_lookup_cache, ftfont_get_charset): New functions.
17093 (ftfont_spec_pattern): New argument fc_charset_idx.
17094 Check registry more rigidly. Change callers.
17095 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
17096 change of :font-entity property of the font.
17097
17098 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
17099 property of the font.
17100
17101 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
17102
17103 * coding.c (Fcoding_system_p): Rename argument to match docstring.
17104 (Funencodable_char_position, Fcheck_coding_systems_region)
17105 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
17106 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
17107 (Ffind_operation_coding_system, Fset_coding_system_priority)
17108 (Fcoding_system_eol_type): Doc fixes.
17109
17110 2008-05-17 Glenn Morris <rgm@gnu.org>
17111
17112 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
17113
17114 2008-05-16 Eli Zaretskii <eliz@gnu.org>
17115
17116 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
17117 and st_gid.
17118
17119 * frame.c (Fdelete_frame): Don't call font_update_drivers if
17120 HAVE_WINDOW_SYSTEM is not defined.
17121
17122 * xfaces.c (merge_face_ref, merge_face_vectors)
17123 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
17124 HAVE_WINDOW_SYSTEM is defined.
17125 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
17126
17127 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
17128
17129 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
17130
17131 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17132
17133 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
17134
17135 2008-05-15 Kenichi Handa <handa@m17n.org>
17136
17137 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
17138 preference.
17139
17140 2008-05-15 Glenn Morris <rgm@gnu.org>
17141
17142 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
17143
17144 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
17145
17146 * fns.c (init_fns): Don't initialize weak_hash_tables here.
17147 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
17148
17149 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
17150
17151 2008-05-15 Kenichi Handa <handa@m17n.org>
17152
17153 * ftfont.c (ftfont_list): Downcase family name to check generic
17154 families.
17155
17156 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
17157 font-spec for QCfont value.
17158
17159 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
17160 buffer. Check the return value of it.
17161
17162 2008-05-14 Jason Rumney <jasonr@gnu.org>
17163
17164 * w32term.c (w32_get_glyph_overhangs): Remove.
17165 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
17166
17167 2008-05-14 Kenichi Handa <handa@m17n.org>
17168
17169 * font.c (font_prop_validate): Make nil a valid value.
17170 (font_clear_cache): Check if the cached vector of entities is nil
17171 or not.
17172
17173 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17174
17175 * emacs.c (main_thread): Conditionalize on
17176 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
17177 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
17178
17179 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
17180 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
17181 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
17182
17183 2008-05-14 Kenichi Handa <handa@m17n.org>
17184
17185 * coding.c (detect_coding_iso_2022): Ignore a coding category that
17186 has no corresponding coding system.
17187
17188 2008-05-14 Jason Rumney <jasonr@gnu.org>
17189
17190 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
17191
17192 * w32font.h (w32font_open_internal): Update declaration.
17193
17194 * w32font.c (w32font_open_internal): Change last argument from
17195 w32font_info struct to font object. Fill in font object from
17196 font_entity. Get Outline metrics if possible. Use them to
17197 calculate underline position and thickness. Use xlfd name as name
17198 property. Don't set codepage.
17199 (w32font_open): Pass font_object to w32font_open_internal. Don't
17200 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
17201 (w32font_draw): Use s->font.
17202 (clear_cached_metrics): Don't clear non-existent blocks.
17203
17204 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
17205 font was not found.
17206 (x_draw_glyph_string): Use underline position and thickness from font.
17207
17208 * w32uniscribe.c (uniscribe_open): Pass font_object to
17209 w32font_open_internal.
17210
17211 2008-05-14 Kenichi Handa <handa@m17n.org>
17212
17213 These changes are to delete all legacy font-handling codes, and
17214 make Emacs use only font-backends.
17215
17216 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
17217 (frame.o, image.o, print.o): Depend on $(FONTSRC).
17218
17219 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
17220
17221 * charset.h (Vcharset_non_preferred_head)
17222 (Vcurrent_iso639_language): Extern them.
17223
17224 * charset.c (Vcharset_non_preferred_head): New variable.
17225 (Vcurrent_iso639_language): New variable.
17226 (syms_of_charset): Declare it as a Lisp variable.
17227 (char_charset): Don't check non preferred charsets. As a last
17228 resort, return charset_unicode.
17229 (Fset_charset_priority): Update Vcharset_non_preferred_head.
17230
17231 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
17232 conditionals. Don't check enable_font_backend. Delete all codes
17233 used only when USE_FONT_BACKEND is not defined.
17234
17235 * dispextern.h (struct glyph_string): Change type of `font' to
17236 `struct font *'.
17237 (struct glyph_string): New member underline_position and
17238 underline_thickness.
17239 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
17240 (struct face): Change type of `font' to `struct font *'. Remove
17241 members `font_name', `font_info_id'.
17242 (per_char_metric, encode_char): Delete externs.
17243 (calc_pixel_width_or_height): Adjust the prototype.
17244
17245 * emacs.c (enable_font_backend): Delete extern.
17246 (main): Don't set enable_font_backend. Don't check the command
17247 line argument "-disable-font-backend".
17248
17249 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
17250 (enum font_property_index): New members FONT_DPI_INDEX,
17251 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
17252 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
17253 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
17254 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
17255 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
17256 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
17257 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
17258 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
17259 (struct font_spec, struct font_entity): New structs.
17260 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
17261 (struct font): Many members from old "struct font_info" moved to
17262 here. Members font and entity deleted.
17263 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
17264 the new font-related objects.
17265 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
17266 (CHECK_FONT_GET_OBJECT): Likewise.
17267 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
17268 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
17269 (struct font_driver): New members case_sensitive anc check. Type
17270 of the member list and open changed.
17271 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
17272 (font_symbolic_width, font_find_object, font_get_spec)
17273 (font_set_lface_from_name): Delete extern.
17274 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
17275
17276 * font.c: Include <strings.h>.
17277 (enable_font_backend): Delete it.
17278 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
17279 (CHECK_VALIDATE_FONT_SPEC): Delete it.
17280 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
17281 (null_string): Delete it.
17282 (null_vector): Make it static.
17283 (font_family_alist): Delete it.
17284 (Qnormal): Extern it.
17285 (QCextra, QClanguage): Delete it.
17286 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
17287 (font_make_spec, font_make_entity, font_make_object)
17288 (font_intern_prop): Renamed from intern_downcase. Don't downcase
17289 the string. Callers changed.
17290 (font_pixel_size): Adjusted for the format change of font-related
17291 objects.
17292 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
17293 (font_style_to_value, font_style_symbolic): New function.
17294 (build_font_family_alist): Delete it.
17295 (font_registry_charsets): Use Fassoc_string instead of
17296 assq_no_quit.
17297 (font_prop_validate_symbol): Don't return null_string.
17298 (font_prop_validate_style): Adjusted for the change of
17299 style-related values in a font vector.
17300 (font_property_table): Delete entries for QClanguage and
17301 QCantialias, add entries for QCavgwidth.
17302 (get_font_prop_index): Delete the 2nd argument FROM.
17303 (font_prop_validate): Arguments changed.
17304 (font_put_extra): Adjusted for the change of font-related objects.
17305 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
17306 (font_parse_fcname, font_unparse_fcname)
17307 (font_prepare_composition): Likewise.
17308 (font_parse_family_registry): Renamed from font_merge_old_spec.
17309 (otf_open): Delete the 1st arg entity.
17310 (font_otf_capability): Adjusted for the above change.
17311 (font_score): New arg alternate_families. Adjusted for the change
17312 of font-related objects.
17313 (font_sort_entites): New arg best_only.
17314 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
17315 Delete them.
17316 (font_match_p): Check alternate families.
17317 (font_find_object): Delete it.
17318 (font_check_object): New function.
17319 (font_clear_cache): Adjusted for the change of font-related objects.
17320 (font_delete_unmatched): New arg.
17321 (font_list_entities): Call font_driver->list with a spec that
17322 doesn't specify style-related properties.
17323 (font_matching_entity): Arguments changed. Caller changed.
17324 (font_open_entity): Adjusted for the change of font-related objects.
17325 (font_close_object, font_has_char, font_encode_char)
17326 (font_get_name, font_get_spec): Likewise.
17327 (font_spec_from_name, font_clear_prop, font_update_lface):
17328 New functions.
17329 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
17330 (font_prepare_for_face, font_done_for_face, font_open_by_name)
17331 (font_at): Adjusted for the change of font-related objects.
17332 (font_range): New function.
17333 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
17334 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
17335 (Fcopy_font_spec, Fmerge_font_spec): New function.
17336 (Ffont_family_list): Renamed from list-families.
17337 (Finternal_set_font_style_table): Arguments changed.
17338 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
17339 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
17340 change of font-related objects.
17341 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
17342
17343 * fontset.h (struct font_info): Delete it. Most members go to
17344 struct font.
17345 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
17346 (enum FONT_SPEC_INDEX): Delete it.
17347 (font_info, list_fonts_func, load_font_func, query_font_func)
17348 (set_frame_fontset_func, find_ccl_program_func)
17349 (get_font_repertory_func, new_fontset_from_font_name): Delete
17350 externs.
17351 (fontset_from_font_name): Extern it.
17352 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
17353 (FONT_INFO_FROM_FACE): Deleted.
17354 (face_for_font): Adjust prototype.
17355
17356 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
17357 conditionals. Don't check enable_font_backend. Delete all codes
17358 used only when USE_FONT_BACKEND is not defined.
17359 (get_font_info_func, list_font_func, load_font_func)
17360 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
17361 (get_font_repertory_func): Delete them.
17362 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
17363 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
17364 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
17365 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
17366 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
17367 (fontset_compare_rfontdef): New function.
17368 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
17369 rfont-defs by qsort. Adjusted for the change of font-group vector.
17370 (load_font_get_repertory): Deleted.
17371 (fontset_find_font): Use new macros to ref/set elements of
17372 font-def and rfont-def.
17373 (fontset_font): Fix the timing of remembering that no font for C.
17374 (free_face_fontset): Do nothing if the face has no fontset.
17375 (face_suitable_for_char_p): Use new macros to ref/set elements of
17376 rfont-def.
17377 (face_for_char): Likewise. Call face_for_char with font_object.
17378 (fs_load_font): Delete. Delete #pragma surrounding it.
17379 (fs_query_fontset): Use strcasecmp instead of strcmp.
17380 (generate_ascii_font_name): Adjusted for the format change of
17381 font-spec.
17382 (Fset_fontset_font): Likewise. Use new macros to set elements of
17383 font-def.
17384 (Fnew_fontset): Use font_unparse_xlfd to generate
17385 FONTSET_ASCII (fontset).
17386 (new_fontset_from_font_name): Deleted.
17387 (fontset_from_font): Renamed from new_fontset_from_font. Check if
17388 a fontset is already created for the font. FIx updating of
17389 Vfontset_alias_alist.
17390 (fontset_ascii_font): Deleted.
17391 (Ffont_info): Adjusted for the format change of font-spec.
17392 (Finternal_char_font): Likewise.
17393 (Ffontset_info): Likewise.
17394 (syms_of_fontset): Don't check load_font_func.
17395
17396 * fns.c (internal_equal): Handle PREV_FONT.
17397
17398 * frame.h: Delete USE_FONT_BACKEND conditional.
17399
17400 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
17401 conditionals. Don't check enable_font_backend. Delete all codes
17402 used only when USE_FONT_BACKEND is not defined.
17403 (x_set_font): Call x_new_font, not x_new_fontset2.
17404 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
17405 already set for the frame.
17406
17407 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
17408 a font-entity by font_make_entity. Use font_intern_prop instead
17409 of intern_downcase. Use FONT_SET_STYLE to set a style-related
17410 font property. If a font is scalable, set avgwidth property to 0.
17411 Set font-entity property by font_put_extra.
17412 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
17413 (ffont_driver): Adjusted for the change of struct font_driver.
17414 (ftfont_spec_pattern): New function.
17415 (ftfont_list): Return a list, not vector.
17416 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
17417 (ftfont_list_family): Don't downcase names.
17418 (ftfont_free_entity): Deleted.
17419 (ftfont_open): Return a font-object. Adjusted for the change of
17420 struct font. Get underline_thickness and underline_position from
17421 font property. Don't update dpyinfo->smallest_font_height and
17422 dpyinfo->smallest_char_width.
17423 (ftfont_close): Don't free `struct font'.
17424 (ftfont_has_char): Adjusted for the format change of font-entity.
17425 (ftfont_encode_char, ftfont_text_extents): Likewise.
17426
17427 * ftxfont.c (ftxfont_list): Return a list, not vector.
17428 (ftxfont_open): Return a font-object. Adjusted for the change of
17429 struct font. Get underline_thickness and underline_position from
17430 font property. Don't update dpyinfo->smallest_font_height and
17431 dpyinfo->smallest_char_width.
17432 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
17433 (ftxfont_draw): Adjusted for the change of struct font.
17434
17435 * image.c (image_ascent): Don't include "charset.h". Include
17436 "character.h" and "font.h".
17437
17438 * lisp.h (enum pvec_type): New member PREV_FONT.
17439 (Fassoc_string): EXFUN it.
17440
17441 * print.c: Include font.h.
17442 (print_object): Handle font-related objects.
17443
17444 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
17445 conditionals. Don't check enable_font_backend. Delete all codes
17446 used only when USE_FONT_BACKEND is not defined.
17447 (handle_auto_composed_prop): Do nothing if it->f is not on a
17448 window system. Check how many following characters can be
17449 displayed by the same font.
17450 (calc_pixel_width_or_height): Type of the 4th arg is changed to
17451 'struct font *'.
17452 (get_char_face_and_encoding): Assign the whole encoding task to
17453 the `encode-char' method of a font driver.
17454 (fill_composite_glyph_string): Adjusted for the change of `struct
17455 face' and `struct glyph_string'.
17456 (fill_glyph_string): Likewise.
17457 (get_per_char_metric): Arguments changed.
17458 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
17459 and `struct glyph_string'.
17460 (produce_stretch_glyph, calc_line_height_property)
17461 (x_produce_glyphs): Likewise.
17462
17463 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
17464 conditionals. Don't check enable_font_backend. Delete all codes
17465 used only when USE_FONT_BACKEND is not defined. Use
17466 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
17467 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
17468 (Qp): Extern them.
17469 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
17470 Deleted.
17471 (struct font_name): Deleted.
17472 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
17473 (compare_fonts_by_sort_order): New function.
17474 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
17475 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
17476 Deleted.
17477 (Fx_family_fonts): Use font_list_entities, and sort fonts by
17478 compare_fonts_by_sort_order.
17479 (Fx_font_family_list): Call Ffont_family_list.
17480 (face_numeric_value, face_numeric_weight, face_numeric_slant)
17481 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
17482 (face_symbolic_slant, face_symbolic_swidth)
17483 (split_font_name_into_vector, build_font_name_from_vector)
17484 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
17485 (font_rescale_ratio, split_font_name, build_font_name)
17486 (free_font_names, sort_fonts, x_face_list_fonts)
17487 (face_font_available_p, sorted_font_list, cmp_font_names)
17488 (font_list_1, concat_font_list, font_list, remove_duplicates):
17489 Deleted.
17490 (Fx_list_fonts): Use Ffont_list.
17491 (LFACE_AVGWIDTH): Deleted.
17492 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
17493 by FONTP.
17494 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
17495 (set_lface_from_font_name): Delete it.
17496 (set_lface_from_font): Renamed from
17497 set_lface_from_font_and_fontset. Caller changed. Don't set
17498 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
17499 for face.
17500 (merge_face_vectors): Copy font-spec if necessary.
17501 Clear properties of the font-spec if necessary.
17502 (merge_face_ref): Clear properties of the font-spec if necessary.
17503 (Finternal_set_lisp_face_attribute): Likewise.
17504 (set_font_frame_param): Use font_load_for_lface to load a
17505 font-object, and call Fmodify_frame_parameters with it.
17506 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
17507 font name by Ffont_xlfd_name.
17508 (Finternal_lisp_face_attribute_values): Don't check QCweight,
17509 QCslant, and QCwidth.
17510 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
17511 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
17512 Compare fonts by EQ.
17513 (lookup_non_ascii_face): Deleted.
17514 (face_for_font): The 2nd argument changed.
17515 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
17516 Check atomic font properties by case insensitive.
17517 (realize_non_ascii_face): Set face->overstrike correctly.
17518 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
17519 (dump_realized_face): Get font name from
17520 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
17521
17522 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
17523 conditionals. Don't check enable_font_backend. Delete all codes
17524 used only when USE_FONT_BACKEND is not defined.
17525 (xic_create_xfontset): Original code deleted and renamed from
17526 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
17527 (x_make_gc): Don't set GCFont in GCs.
17528 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
17529 opened by "fixed".
17530 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
17531 find_ccl_program_func, query_font_func, set_frame_fontset_func,
17532 get_font_repertory_func.
17533
17534 * xfont.c: Include <stdlib.h> and "ccl.h".
17535 (struct xfont_info): New structure.
17536 (xfont_query_font): Deleted.
17537 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
17538 moved from xterm.c.
17539 (xfont_driver): Adjusted for the change of struct font_driver.
17540 (compare_font_names): New function.
17541 (xfont_list_pattern): Sort font names case insensitively. Make
17542 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
17543 (xfont_list): Return a list, not vector.
17544 (xfont_match): If the font doesn't have QCname property, generate
17545 a name from the other font properties.
17546 (xfont_open): Return a font-object. Adjusted for the change of
17547 struct font. Get underline_thickness and underline_position from
17548 font property. Don't update dpyinfo->smallest_font_height and
17549 dpyinfo->smallest_char_width.
17550 (xfont_close): Don't free struct font.
17551 (xfont_prepare_face): Adjusted for the change of struct font.
17552 (xfont_done_face): Deleted.
17553 (xfont_has_char): Adjusted for the change of struct font.
17554 (xfont_encode_char, xfont_draw): Likewise.
17555 (xfont_check): New function.
17556
17557 * xftfont.c (xftfont_list): Adjusted for the change of `list'
17558 callback function.
17559 (xftfont_match): Adjusted for the format change of font-entity.
17560 (xftfont_open): Adjusted for the format change of font-entity and
17561 font-object. Adjusted for the change of struct font. Return a
17562 font-object. Don't update dpyinfo->smallest_font_height and
17563 dpyinfo->smallest_char_width.
17564 (xftfont_close): Block input while calling XftFontClose.
17565 (xftfont_prepare_face): Don't block input while calling
17566 xftfont_get_colors. Adjusted for the change of struct font.
17567 (xftfont_shape): Return value of error case fixed.
17568
17569 * xrdb.c (x_load_resources): Don't setup a fontset resource.
17570
17571 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
17572 conditionals.
17573 (FONT_WIDTH): Return (f)->max_width.
17574 (struct x_display_info): Delete member `font'.
17575 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
17576 (x_find_ccl_program, x_get_font_repertory): Delete externs.
17577 (struct x_output): Change type of `font' to `struct font *'.
17578
17579 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
17580 conditionals. Don't check enable_font_backend. Delete all codes
17581 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
17582 (x_per_char_metric, x_encode_char): Deleted.
17583 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
17584 (x_compute_glyph_string_overhangs): Adjusted for the change of
17585 `struct face'.
17586 (x_draw_glyph_string_foreground)
17587 (x_draw_composite_glyph_string_foreground): Likewise.
17588 (x_draw_glyph_string): Likewise. Use font->underline_position and
17589 font->underline_thickness.
17590 (x_new_font): Renamed from x_new_fontset2.
17591 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
17592 (x_check_font): Call `check' method of a font driver.
17593 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
17594 (x_query_font, x_get_font_repertory): Deleted.
17595 (x_find_ccl_program): Renamed and moved to xfont.c.
17596 (x_redisplay_interface): Adjusted for the change of `struct
17597 redisplay_interface'.
17598
17599 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
17600 conditionals. Don't check enable_font_backend. Delete all codes
17601 used only when USE_FONT_BACKEND is not defined. Surround non-used
17602 code by "#ifdef OLD_FONT" and "endif".
17603 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
17604
17605 * w32font.h (struct w32font_info): New member.
17606 (FONT_COMPAT): New macro.
17607 (w32font_open_internal): Prototype adjusted.
17608
17609 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
17610 OLD_FONT" and "endif".
17611
17612 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
17613 conditionals. Don't check enable_font_backend. Delete all codes
17614 used only when USE_FONT_BACKEND is not defined.
17615 (w32font_open): Return a font-object. Make a font-object by
17616 font_make_object. Adjusted for the change of struct w32font_info.
17617 (w32font_close): Don't free struct font. Adjusted for the change
17618 of struct w32font_info.
17619 (w32font_encode_char, w32font_text_extents, w32font_draw):
17620 Adjusted for the change of struct w32font_info.
17621 (w32font_draw): Likewise.
17622 (w32font_list_internal): Return a list, not vector.
17623 (w32font_open_internal): Change the 4th arg to font-object.
17624 Adjusted for the change of struct w32font_info and font-object format.
17625 (add_font_name_to_list): Don't downcase names.
17626 (w32_enumfont_pattern_entity): Make a font-entity by
17627 font_make_entity. Adjusted for the format change of font-entity.
17628 Use FONT_SET_STYLE to set a style-related font property. If a
17629 font is scalable, set avgwidth property to 0. Set font-entity
17630 property by font_put_extra.
17631 (font_matches_spec): Adjusted for the format change of font-entity.
17632 (w32_weight_table, w32_decode_weight): New variables.
17633 (w32_encode_weight): New function.
17634 (fill_in_logfont): Adjusted for the format change of font-spec.
17635 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
17636 weight value.
17637 (w32font_driver): Adjusted for the change of struct font_driver.
17638
17639 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
17640 conditionals. Don't check enable_font_backend. Surround non-used
17641 code by "#ifdef OLD_FONT" and "endif".
17642 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
17643 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
17644
17645 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
17646 conditionals. Don't check enable_font_backend. Delete all codes
17647 used only when USE_FONT_BACKEND is not defined. Surround non-used
17648 code by "#ifdef OLD_FONT" and "endif".
17649
17650 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
17651 (uniscribe_open): Return value changed to font-object.
17652 Adjusted for the format change of font-object.
17653 (uniscribe_otf_capability): Adjusted for the change of struct font.
17654 (add_opentype_font_name_to_list): Don't downcase names.
17655 (uniscribe_font_driver): Adjusted for the change of struct
17656 font_driver.
17657
17658 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
17659
17660 * dispnew.c (update_frame_1): Check if tty output is still valid
17661 before flushing it.
17662
17663 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
17664
17665 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
17666 to Gtk+ menus.
17667
17668 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17669
17670 * dired.c (file_name_completion): Tweak the code so as to always do it
17671 in a single pass. Tighten the scope of some variables.
17672
17673 * dired.c (Qdefault_directory): New var.
17674 (file_name_completion): Use it instead of Fexpand_file_name.
17675 (syms_of_dired): Initialize it.
17676
17677 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17678
17679 * fileio.c (double_dollars): Remove dead code.
17680
17681 2008-05-10 Eli Zaretskii <eliz@gnu.org>
17682
17683 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
17684 Mention w32-get-true-file-attributes in doc string.
17685
17686 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
17687
17688 2008-05-09 Glenn Morris <rgm@gnu.org>
17689
17690 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
17691 2008-04-23.
17692
17693 2008-05-09 Eli Zaretskii <eliz@gnu.org>
17694
17695 Support for reporting owner and group of each file on MS-Windows:
17696 * dired.c (stat_uname, stat_gname): New functions, with special
17697 implementation for w32.
17698 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
17699
17700 * w32.c: Rename the_passwd_* to dflt_passwd_*.
17701 (dflt_group_name): New static variable.
17702 (dflt_group): Rename from the_group.
17703 (init_user_info): Init dflt_group fields. Get user's group name
17704 from LookupAccountSid.
17705 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
17706 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
17707 New initialization states.
17708 (globals_of_w32): Initialize them to zero. Initialize the default
17709 group name to "None".
17710 (GetFileSecurity_Name): New global var, the name of the function
17711 to call for GetFileSecurity.
17712 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
17713 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
17714 (get_file_security, get_security_descriptor_owner)
17715 (get_security_descriptor_group, is_valid_sid)
17716 (get_file_security_desc, get_rid, get_name_and_id)
17717 (get_file_owner_and_group): New functions.
17718 (stat): Use get_file_security_desc and get_file_owner_and_group to
17719 report the owner and primary group of each file. Don't ignore the
17720 high 32 bits of file's size, now that st_size is 64-bit wide.
17721 Fix test when to get true file attributes.
17722 (init_user_info): Use get_rid instead of equivalent inline code.
17723 (fstat): Don't ignore the high 32 bits of file's size.
17724
17725 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
17726
17727 * image.c (png_load): Use correct bit-depth for setting background
17728 color.
17729
17730 2008-05-08 Eli Zaretskii <eliz@gnu.org>
17731
17732 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
17733 epa-hook.elc.
17734
17735 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
17736
17737 * font.c (Ffont_match_p): Don't use `iff' in docstring.
17738
17739 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
17740
17741 * macfns.c (Fx_create_frame): Make a copy of frame parameters
17742 because the original parameters are in pure storage now.
17743 (mac_window): Remove unused params. Update callers.
17744
17745 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17746
17747 * lread.c (substitute_object_recurse): Use lower-level primitives.
17748 Don't signal errors when traversing sub-char-tables.
17749 Don't loop over all the possible characters when traversing char-tables.
17750
17751 * print.c (print_preprocess): Add sub-char-tables to the print-table,
17752 just like we do in print.c.
17753
17754 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17755
17756 * minibuf.c (Ftry_completion): Remove code left over from when we used
17757 scmp instead of Fcompare_strings.
17758
17759 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
17760
17761 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
17762
17763 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17764
17765 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
17766 Create bitmap context in native byte order.
17767
17768 * macterm.c (XDrawLine)
17769 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
17770 context in native byte order.
17771
17772 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17773
17774 * config.in: Regenerate.
17775
17776 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
17777 New definitions for Image I/O support.
17778 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
17779 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
17780 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17781 (mac_data_provider_release_data, image_load_image_io)
17782 [USE_MAC_IMAGE_IO]: New functions.
17783 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
17784 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
17785 (init_image_func_pointer) [MAC_OSX]: Remove function.
17786 (image_load_quartz2d) [MAC_OSX]: Check availability of
17787 CGImageCreateWithPNGDataProvider at compile time.
17788 Use lowercase `false' for boolean constant.
17789 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
17790 Use image_load_image_io.
17791 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
17792 Don't check MyCGImageCreateWithPNGDataProvider.
17793 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
17794 Don't call init_image_func_pointer.
17795
17796 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
17797
17798 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
17799 Make variable non-static.
17800 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
17801 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17802
17803 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
17804 (RED_FROM_ULONG): Mask off higher bits.
17805 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
17806
17807 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
17808 Include AvailabilityMacros.h.
17809 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
17810 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
17811
17812 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17813
17814 * chartab.c (Fset_char_table_range): If range is t, really set all
17815 chars to that value.
17816
17817 2008-05-03 Eli Zaretskii <eliz@gnu.org>
17818
17819 * dired.c (Ffile_attributes): Don't allow the device number become
17820 negative.
17821
17822 2008-05-02 Daiki Ueno <ueno@unixuser.org>
17823
17824 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
17825
17826 2008-05-02 Juri Linkov <juri@jurta.org>
17827
17828 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
17829 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
17830 DEFAULT argument as a list of default values in docstrings.
17831
17832 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
17833
17834 * puresize.h (BASE_PURESIZE): Increase to 1210000.
17835
17836 2008-05-01 Martin Rudalics <rudalics@gmx.at>
17837
17838 * dispnew.c (change_frame_size_1): Preserve small windows when
17839 shrinking frames by calling set_window_height|width with third
17840 arg 2.
17841
17842 * window.h (struct window): Replace field too_small_ok by field
17843 resize_proportionally.
17844
17845 * window.c (make_window): Initialize resize_proportionally.
17846 (enlarge_window): Temporarily set resize_proportionally to make
17847 sure that shrink_windows does scale the window proportionally.
17848 (shrink_windows): When window has resize_proportionally set try
17849 to shrink it proportionally by stealing from other windows.
17850 (struct saved_window, Fset_window_configuration)
17851 (compare_window_configurations): Handle resize_proportionally.
17852 (WINDOW_TOTAL_SIZE): New macro.
17853 (window_min_size, shrink_windows, size_window): Use it.
17854 (check_min_window_sizes): Remove. Invalid values of
17855 window-min-height|width are handled by window_min_size_2 now.
17856 (size_window, Fsplit_window, enlarge_window)
17857 (adjust_window_trailing_edge, grow_mini_window): Don't call
17858 check_min_window_sizes.
17859 (window_min_size_2, window_min_size_1, window_min_size):
17860 New argument safe_p for retrieving "safe" minimum sizes.
17861 (Fdisplay_buffer, Fsplit_window, enlarge_window)
17862 (adjust_window_trailing_edge, grow_mini_window):
17863 Adjust arguments of window_min_size... functions.
17864 (shrink_windows): Argument min_size removed. New argument
17865 safe_p allows shrinking windows to their safe minimum sizes.
17866 Calculate minimum size and decide whether a window shall be
17867 deleted for each window individually.
17868 (size_window): When nodelete_p equals 2, tell shrink_windows to
17869 delete windows only if their new minimum size is no more safe.
17870 (shrink_window_lowest_first): Call window_min_size_1 to make
17871 sure to preserve modeline of bottom-most window when resizing
17872 the minibuffer.
17873 (Fset_window_configuration, Fcurrent_window_configuration)
17874 (compare_window_configurations): Do not handle
17875 window-min-height|width any more.
17876 (syms_of_window): Clarify window-min-height|width doc-strings.
17877
17878 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
17879
17880 * dired.c (file_name_completion): Fix up the encoding/decoding issue
17881 some more. Copy some of the code from Ftry_completions.
17882 Remove special case code that dates back to initial revision when the
17883 slash was only added when necessary and that can't trigger nowadays.
17884
17885 2008-04-27 Kenichi Handa <handa@m17n.org>
17886
17887 * font.c (font_prop_validate): Signal `error' instead of `font'.
17888
17889 2008-04-29 Jason Rumney <jasonr@gnu.org>
17890
17891 * w32fns.c (Fw32_battery_status): New defun.
17892 (syms_of_w32fns): Defsubr it.
17893
17894 2008-04-28 Andreas Schwab <schwab@suse.de>
17895
17896 * dired.c (file_name_completion): Fix another mixing of encoded
17897 and decoded names.
17898
17899 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
17900
17901 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
17902
17903 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
17904
17905 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
17906
17907 2008-04-27 Andreas Schwab <schwab@suse.de>
17908
17909 * dired.c (file_name_completion): Fix inappropriate mixing of
17910 encoded and decoded names.
17911
17912 * xterm.c (XTread_socket): Fix use of uninitialized variable.
17913
17914 * puresize.h (BASE_PURESIZE): Increase to 1200000.
17915
17916 2008-04-26 Eli Zaretskii <eliz@gnu.org>
17917
17918 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
17919 2008-03-31, it's not needed anymore with `struct stat' definition
17920 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
17921 for the same reasons.
17922
17923 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
17924
17925 * m/sparc.h: Additional redefinitions for GNU/Linux.
17926
17927 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17928
17929 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
17930 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
17931 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
17932 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
17933 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17934 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
17935 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17936 Likewise.
17937
17938 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
17939 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
17940 (mac_ax_number_of_characters): Add externs.
17941 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17942 [USE_MAC_TSM]: Likewise.
17943 (mac_handle_text_input_event) [MAC_OSX]:
17944 Handle kEventTextInputOffsetToPos for no active input area case.
17945 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17946 (mac_handle_document_access_event)
17947 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
17948 (install_application_handler) [MAC_OSX]: Register handlers for
17949 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17950 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17951 Register mac_handle_document_access_event.
17952
17953 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
17954 Make functions non-static.
17955
17956 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17957
17958 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
17959 (read_file_name_completion_ignore_case, insert_default_directory)
17960 (Qdefault_directory): Move to minibuffer.el.
17961 (Fread_file_name): Call the new `read-file-name' instead.
17962
17963 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17964
17965 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
17966 Make function non-static.
17967 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
17968 Remove function.
17969 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17970 Move to mactoolbox.c.
17971 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
17972
17973 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
17974 (mac_rect_make): New macro.
17975
17976 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
17977 instead of float.
17978 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17979 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
17980 (XSetBackground) [USE_CG_DRAWING]: Likewise.
17981 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
17982 CGRectMake.
17983 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17984 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
17985 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
17986 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17987 instead of WindowRef in argument type.
17988 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
17989 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
17990 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
17991 instead of DISPLAY. All uses changed.
17992 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
17993 (x_calc_absolute_position): Simplify so as not to use
17994 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
17995
17996 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17997 instead of WindowRef in argument type.
17998 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
17999 [TARGET_API_MAC_CARBON]: Remove externs.
18000 (create_apple_event, mac_event_parameters_to_lisp)
18001 [TARGET_API_MAC_CARBON]: Add externs.
18002
18003 * mactoolbox.c (Vmac_ts_script_language_on_focus)
18004 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
18005 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
18006 is clicked.
18007 (x_activate_menubar): Remove extern for saved_menu_event_location.
18008 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
18009 Move from mac.c.
18010
18011 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18012
18013 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
18014 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
18015
18016 2008-04-23 Jason Rumney <jasonr@gnu.org>
18017
18018 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
18019 attributes only for local files.
18020
18021 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
18022 default to Qlocal.
18023
18024 2008-04-22 Juri Linkov <juri@jurta.org>
18025
18026 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
18027 read-buffer-to-switch instead of using the letter "B".
18028
18029 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18030
18031 * fileio.c (Qdefault_directory): New variable.
18032 (Fread_file_name): Use it to pass `dir' to the completion functions.
18033
18034 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
18035
18036 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
18037
18038 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18039
18040 * keyboard.c (Vpre_help_message): Remove.
18041 (show_help_echo): Remove default C code.
18042
18043 * dired.c (directory_files_internal, file_name_completion):
18044 Only call ENCODE_FILE if the string is indeed decoded.
18045
18046 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18047
18048 * Makefile.in (TOOLKIT_DEFINES): Remove.
18049 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
18050
18051 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18052
18053 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
18054 (mactoolbox.o): New target.
18055
18056 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
18057 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
18058
18059 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
18060 Use mac_set_frame_window_background instead of XSetWindowBackground.
18061 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
18062 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
18063 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
18064 instead of SetWindowTitleWithCFString.
18065 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
18066 Move function to mactoolbox.c.
18067 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
18068 Use mac_set_window_modified instead of SetWindowModified.
18069 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
18070 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
18071 (Fx_focus_frame): Use mac_front_non_floating_window instead of
18072 FrontNonFloatingWindow. Use mac_activate_window instead of
18073 ActivateWindow. Use mac_active_non_floating_window instead of
18074 ActiveNonFloatingWindow.
18075 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
18076 Use mac_show_hourglass and mac_hide_hourglass.
18077 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
18078 instead of GetGlobalMouse.
18079 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
18080 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
18081 Use mac_bring_window_to_front instead of BringToFront.
18082 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
18083 mactoolbox.c.
18084 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
18085 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
18086 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
18087 mactoolbox.c.
18088
18089 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
18090 (XtPointer): Move typedef from macmenu.c.
18091 (enum button_type): Move enum from macmenu.c.
18092 (widget_value): Move typedef from macmenu.c.
18093 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
18094 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
18095 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
18096 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
18097 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
18098 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
18099 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
18100 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
18101 (Selection): Move typedef from macselect.c.
18102 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
18103 macterm.c.
18104 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
18105 (mac_is_window_collapsed, mac_bring_window_to_front)
18106 (mac_send_window_behind, mac_hide_window, mac_show_window)
18107 (mac_collapse_window, mac_front_non_floating_window)
18108 (mac_active_non_floating_window, mac_activate_window)
18109 (mac_move_window_structure, mac_move_window, mac_size_window)
18110 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
18111
18112 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
18113 (enum mac_menu_kind): Move enum to mactoolbox.c.
18114 (min_menu_id): Move variable to mactoolbox.c.
18115 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
18116 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
18117 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
18118 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
18119 [TARGET_API_MAC_CARBON]: Likewise.
18120 (XtPointer): Move typedef to macgui.h.
18121 (enum button_type): Move enum to macgui.h.
18122 (widget_value): Move typedef to macgui.h.
18123 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
18124 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
18125 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
18126 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
18127 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
18128 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
18129 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
18130 (popup_activated_flag): Make variable non-static.
18131 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
18132 (add_menu_item, fill_menu, dispose_menus):
18133 Move functions to mactoolbox.c.
18134 (restore_show_help_function, menu_target_item_handler)
18135 (install_menu_target_item_handler, mac_handle_dialog_event)
18136 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
18137 [TARGET_API_MAC_CARBON]: Likewise.
18138 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
18139 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
18140 (find_and_call_menu_selection, name_is_separator): Make function
18141 non-static.
18142 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
18143 to mactoolbox.c.
18144 (set_frame_menubar): Don't call install_menu_quit_handler.
18145 (menu_item_selection): New variable.
18146 (mac_menu_show): Use create_and_show_popup_menu.
18147 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
18148 selection but set variable menu_item_selection. All uses changed.
18149 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
18150 Call install_menu_quit_handler. Move to mactoolbox.c.
18151
18152 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
18153 (Selection): Move typedef to macgui.h.
18154 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
18155 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
18156 Make variables non-static.
18157 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
18158 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
18159 Make functions non-static.
18160 (Vmac_service_selection) [MAC_OSX]: Likewise.
18161 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
18162 (mac_valid_selection_target_p, mac_clear_selection)
18163 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
18164 (mac_put_selection_value, mac_selection_has_target_p)
18165 (mac_get_selection_value, mac_get_selection_target_list)
18166 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
18167 Move functions to mactoolbox.c.
18168 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
18169 Likewise.
18170 (copy_scrap_flavor_data, mac_handle_service_event)
18171 (install_service_handler) [MAC_OSX]: Likewise.
18172 (syms_of_macselect) <Vmac_dnd_known_types>:
18173 Use mac_dnd_default_known_types.
18174
18175 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
18176 Move to mactoolbox.c.
18177 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
18178 (Fx_selection_owner_p): Add EXFUN.
18179 (install_window_handler, remove_window_handler, XSetWindowBackground):
18180 Remove externs.
18181 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
18182 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
18183 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
18184 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
18185 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
18186 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
18187 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
18188 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
18189 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
18190 (create_and_show_popup_menu, mac_get_selection_from_symbol)
18191 (mac_valid_selection_target_p, mac_clear_selection)
18192 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
18193 (mac_put_selection_value, mac_selection_has_target_p)
18194 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
18195 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
18196 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
18197 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
18198 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
18199 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
18200 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
18201 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
18202 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
18203
18204 * mactoolbox.c: New file.
18205
18206 2008-04-18 Jason Rumney <jasonr@gnu.org>
18207
18208 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
18209
18210 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18211
18212 * character.c (Fmultibyte_char_to_unibyte):
18213 Return latin1 chars unchanged.
18214
18215 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
18216 relocated if it points to `name'.
18217
18218 2008-04-17 Kenichi Handa <handa@m17n.org>
18219
18220 * data.c (Faset): Allow setting a multibyte character in an
18221 ASCII-only unibyte string.
18222
18223 * lisp.h (STRING_SET_MULTIBYTE): New macro.
18224
18225 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18226
18227 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
18228 done in config.h.
18229
18230 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
18231
18232 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
18233 (Fchar_direction): Add usage in the docstring.
18234
18235 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
18236
18237 * keyboard.c (read_key_sequence): Remove always-true checks.
18238
18239 2008-04-14 Jason Rumney <jasonr@gnu.org>
18240
18241 * w32font.c (w32font_open_internal): Set max_bounds.descent in
18242 compatibility struct, for better underline positioning.
18243
18244 2008-04-13 David Hansen <david.hansen@gmx.net>
18245
18246 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
18247 string.
18248
18249 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18250
18251 * m/hp800.h (XUINT, XSET): Remove.
18252
18253 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
18254
18255 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
18256 previous change.
18257
18258 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18259
18260 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
18261 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
18262
18263 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
18264
18265 * keymap.h (map_keymap_canonical): Declare.
18266 * xmenu.c (single_keymap_panes): Use it.
18267
18268 2008-04-11 Glenn Morris <rgm@gnu.org>
18269
18270 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
18271 set the target's value to that of the alias.
18272
18273 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
18274
18275 * term.c (set_tty_color_mode): Left over typo.
18276
18277 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
18278
18279 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
18280 only after check for file name handler functions. Signal, when
18281 native functionality is not supported.
18282 (syms_of_fileio): Declare it unconditionally.
18283
18284 2008-04-10 Jason Rumney <jasonr@gnu.org>
18285
18286 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
18287 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
18288
18289 * w32.c (logon_network_drive): Also logon to remote drives that
18290 are mapped to drive letters.
18291
18292 2008-04-10 Glenn Morris <rgm@gnu.org>
18293
18294 * xdisp.c (truncate-partial-width-windows): Doc fix.
18295
18296 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18297
18298 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
18299 Move functions to minibuffer.el.
18300 (syms_of_fileio): Don't declare them.
18301
18302 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18303
18304 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
18305 (syms_of_minibuf): Remove its initialization.
18306
18307 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
18308
18309 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
18310
18311 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
18312
18313 2008-04-09 Jason Rumney <jasonr@gnu.org>
18314
18315 * makefile.w32-in (distclean): Delete makefile too.
18316 (maintainer-clean): New target.
18317
18318 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
18319
18320 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
18321 for new font backend and composite cases.
18322
18323 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
18324
18325 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
18326 Most of the code moved to run_timers.
18327 (do_pending_atimers): Call run_timers.
18328 (run_timers): New function.
18329
18330 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
18331 run atimers.
18332
18333 * process.c (wait_reading_process_output): The same as above.
18334
18335 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18336
18337 * minibuf.c (last_exact_completion): Remove variable.
18338 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
18339 (complete_and_exit_1, complete_and_exit_2)
18340 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
18341 (Fdisplay_completion_list, display_completion_list_1)
18342 (Fminibuffer_completion_help, Fself_insert_and_exit)
18343 (Fexit_minibuffer, Fminibuffer_message): Move functions to
18344 minibuffer.el.
18345 (syms_of_minibuf): Remove corresponding initializations.
18346
18347 * keyboard.c (Qdeactivate_mark): New var.
18348 (command_loop_1): Use it to call `deactivate-mark'.
18349 (syms_of_keyboard): Initialize it.
18350
18351 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
18352 to another frame.
18353 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
18354 Don't call set_tty_color_mode.
18355 (store_frame_param): Reset previous_frame rather than call
18356 set_tty_color_mode.
18357 * term.c (set_tty_color_mode): Rewrite.
18358 * dispextern.h (set_tty_color_mode): New type.
18359 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
18360
18361 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18362
18363 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
18364 for generic chars, which do not exist any more in emacs-unicode.
18365
18366 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
18367
18368 * coding.c (detect_coding_emacs_mule)
18369 (Ffind_operation_coding_system): Fix typo.
18370
18371 2008-04-08 Jason Rumney <jasonr@gnu.org>
18372
18373 * w32uniscribe.c (SNAME): Extract only symbol name.
18374
18375 * w32font.h (struct w32_metric_cache): New struct.
18376 (w32font_info): Use it.
18377 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
18378 (CACHE_BLOCKSIZE): New constants.
18379
18380 * w32font.c (Qja, Qko, Qzh): New symbols.
18381 (syms_of_w32font): Initialise them.
18382 (font_matches_spec): Use them to filter by language.
18383 (recompute_cached_metrics): Remove function.
18384 (compute_metrics, clear_cached_metrics): New functions.
18385 (w32font_encode_char): Use them to manage metric cache.
18386 (w32font_text_extents): Cache metrics for all glyphs on demand.
18387 Delay converting glyph indices to WORD until needed.
18388 (w32font_open_internal): Initialize metric cache to empty.
18389 (registry_to_w32_charset): Charset should always be a symbol.
18390 (fill_in_logfont, list_all_matching_fonts): Family should
18391 always be a symbol.
18392
18393 2008-04-06 Jason Rumney <jasonr@gnu.org>
18394
18395 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
18396 Give up if glyph indices not supported. Use uniscribe obtained
18397 ABC widths for individual metrics. Map glyph clusters back to
18398 characters using fClusterStart flag. Return number of glyphs
18399 produced, not chars processed.
18400 (uniscribe_shape): Map char at FROM to current glyph.
18401
18402 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18403
18404 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
18405 Use SetMenuItemHierarchicalMenu.
18406
18407 2008-04-05 Jason Rumney <jasonr@gnu.org>
18408
18409 * image.c (pbm_load): Allow color values up to 65535.
18410 Throw an error if max_color_idx is outside the supported range.
18411 Report an error when image size is invalid.
18412 Read two bytes at a time when raw images have max_color_idx above 255.
18413
18414 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
18415
18416 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
18417 append "CCL: Quitted" when the CCL program is quitted.
18418 (setup_ccl_program): Initialize ccl->quit_silently to zero.
18419
18420 * ccl.h (struct ccl_program): New member quit_silently.
18421
18422 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
18423
18424 * search.c (compile_pattern_1): Treat non-nil and non-string of
18425 search-spaces-regexp as nil.
18426
18427 * minibuf.c (Fassoc_string): Tweak docstring.
18428
18429 2008-04-05 Eli Zaretskii <eliz@gnu.org>
18430
18431 * dired.c (Ffile_attributes): Support inode numbers wider than 32
18432 bits. Remove ugly WINDOWSNT-specific kludge introduced on
18433 2008-03-14 to force inode be positive.
18434
18435 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
18436 _S_* ones, since we now use our own sys/stat.h.
18437 (stat, fstat): Don't mangle the inode number.
18438 (init_user_info): Don't restrict UID and GID to 0-60000 range.
18439
18440 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18441
18442 * frame.h (struct frame): Give one more bit to `visible' since we use
18443 values larger than 1 to indicate obscured frames on ttys.
18444
18445 * keymap.c (Qkeymap_canonicalize): New var.
18446 (Fmap_keymap_internal): New fun.
18447 (describe_map): Use keymap-canonicalize.
18448
18449 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
18450 (Fundo_boundary): Set them.
18451 (syms_of_undo): Initialize them.
18452 (record_point): Use them instead of last_point_position*.
18453 (last_undo_buffer): Change type.
18454
18455 2008-04-04 Jason Rumney <jasonr@gnu.org>
18456
18457 * w32font.c (w32font_text_extents): Use font's ascent and descent.
18458 (recompute_cached_metrics): Don't set ascent and descent per char.
18459
18460 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
18461 (uniscribe_check_otf): Add GC protection before consing.
18462 Rearrange loop for counting features.
18463
18464 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18465
18466 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
18467 buffer with byte-size of source buffer.
18468
18469 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
18470
18471 * callint.c (Fcall_interactively): Handle temporary region even
18472 when shift-select-mode is off.
18473
18474 2008-04-03 Jason Rumney <jasonr@gnu.org>
18475
18476 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
18477
18478 2008-04-03 Kenichi Handa <handa@m17n.org>
18479
18480 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
18481 (CATEGORY_MASK_UTF_16): Likewise.
18482 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
18483 binary file.
18484 (detect_coding): Add null-byte detection for a binary file.
18485 (detect_coding_system): Likewise.
18486
18487 2008-04-03 Jason Rumney <jasonr@gnu.org>
18488
18489 * w32uniscribe.c: New file.
18490
18491 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
18492
18493 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
18494
18495 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
18496 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
18497 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
18498 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
18499 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
18500 (Qphonetic): New symbols.
18501 (syms_of_w32font): Initialize them.
18502 (font_supported_scripts): Use them.
18503 (w32font_list_family): List all charsets.
18504 (w32font_text_extents, recompute_cached_metrics): Fix metric
18505 calculations.
18506 (w32_enumfont_pattern_entity): Make full_type a DWORD.
18507 Give opentype fonts their own format.
18508 (font_matches_spec): New arguments backend and logfont.
18509 Handle :otf spec for uniscribe backend.
18510 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
18511 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
18512
18513 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
18514 font backend.
18515 (globals_of_w32fns): Initialize uniscribe font backend.
18516
18517 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
18518 dependencies.
18519 (w32uniscribe.$(O)): New file to build.
18520 (FONT_OBJ): Include w32uniscribe.$(O).
18521 (LIBS): Add uniscribe libraries.
18522
18523 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
18524
18525 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
18526
18527 * callint.c (Vshift_select_mode): New var.
18528 (Finteractive): Document new ^ spec.
18529 (Fcall_interactively): Call handle-shift-selection if the ^ spec
18530 is present.
18531
18532 * keyboard.c (Vthis_command_keys_shift_translated): New var.
18533 (command_loop_1): Avoid running the direct display versions of
18534 forward-char and backward-char if shift-selection may occur.
18535 (read_key_sequence): Set Vthis_command_keys_shift_translated if
18536 shift-translation takes place.
18537
18538 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
18539 avoid clobbering by define-minor-mode.
18540
18541 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
18542 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
18543
18544 * syntax.c (Fforward_word): Add ^ interactive spec.
18545
18546 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
18547 (Fscroll_right): Add ^ interactive spec.
18548
18549 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18550
18551 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
18552
18553 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
18554
18555 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
18556
18557 2008-03-31 Juri Linkov <juri@jurta.org>
18558
18559 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
18560
18561 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
18562
18563 * gtkutil.c (xg_set_geometry): Fix indentation.
18564 (xg_resize_outer_widget): Remove.
18565 (x_wm_size_hint_off): Fix indentation.
18566 (xg_frame_set_char_size): Call flush_and_sync after
18567 gtk_window_resize.
18568 (x_wm_set_size_hint): Pass NULL as geometry window to
18569 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
18570 Add menu bar and tool bar height to base height.
18571 (xg_update_frame_menubar, free_frame_menubar)
18572 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
18573 (update_frame_tool_bar, free_frame_tool_bar):
18574 Change xg_resize_outer_widget to xg_frame_set_char_size.
18575
18576 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
18577
18578 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
18579 (Fdbus_call_method): New parameter TIMEOUT.
18580 (dbus-send-signal): Optimize UNGCPRO call.
18581
18582 2008-03-29 Juri Linkov <juri@jurta.org>
18583
18584 * window.c (Fdisplay_buffer): Move call to
18585 Vsplit_window_preferred_function out of conditions that check
18586 if window is eligible for vertical splitting.
18587 When Vsplit_window_preferred_function is non-nil, call it and use
18588 its non-nil return value as window. Otherwise, continue doing
18589 vertical splitting using Fsplit_window with arg horflag=nil.
18590 (syms_of_window) <Vsplit_window_preferred_function>: Change the
18591 default value from `split-window' to nil.
18592
18593 2008-03-29 Juri Linkov <juri@jurta.org>
18594
18595 * callint.c (Fcall_interactively): Revert 2008-03-16 change
18596 for interactive code letters 'b' and 'B'.
18597
18598 2008-03-29 Eli Zaretskii <eliz@gnu.org>
18599
18600 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
18601 multibyte string.
18602
18603 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18604
18605 * keyboard.c (pending_funcalls): New var.
18606 (timer_check): Run it.
18607 (syms_of_keyboard): Initialize it.
18608 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
18609 (Vdelete_terminal_functions): New vars.
18610 (syms_of_terminal): Initialize them.
18611 (Fdelete_terminal): Run delete-terminal-functions.
18612 * xdisp.c (safe_eval): Rewrite.
18613 (safe_call2): New fun.
18614 * frame.c (Qdelete_frame_functions): New var.
18615 (syms_of_frame): Initialize it.
18616 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
18617 * lisp.h (safe_call2, pending_funcalls): Declare.
18618
18619 2008-03-28 Andreas Schwab <schwab@suse.de>
18620
18621 * indent.c (Fmove_to_column): Move declaration before statements.
18622
18623 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18624
18625 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
18626 (struct frame): Use bit fields for boolean vars.
18627
18628 * process.c (server_accept_connection): Simplify naming.
18629 (emacs_get_tty_pgrp): Use SDATA.
18630
18631 * coding.c (decode_coding_object): Fix last change.
18632
18633 2008-03-27 Jason Rumney <jasonr@gnu.org>
18634
18635 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
18636
18637 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
18638
18639 * charset.c (Fdefine_charset_internal): Change the way of
18640 registering charsets in Vcharset_order_list.
18641 (syms_of_charset): Make the charset `eight-bit' supplementary.
18642
18643 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
18644
18645 * regex.c (EXTEND_BUFFER): Change order of pointer addition
18646 operations, to avoid having the difference between pointers
18647 overflow.
18648
18649 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18650
18651 * indent.c (check_display_width): New fun.
18652 (scan_for_column): Use it.
18653
18654 * data.c (syms_of_data): Mark most-positive-fixnum and
18655 most-negative-fixnum as constants.
18656
18657 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
18658
18659 * indent.c (scan_for_column): Extract from current_column_1.
18660 Merge with the same code from Fmove_to_column.
18661 (current_column_1, Fmove_to_column): Use it.
18662
18663 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18664
18665 * keymap.c (map_keymap_internal): New fun.
18666 (map_keymap): Use it.
18667 (Fmap_keymap_internal): New fun.
18668 (Fmap_keymap): Remove left-out test from before make_save_value.
18669
18670 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
18671
18672 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
18673 Use XCAR/XCDR.
18674
18675 * process.h (struct Lisp_Process): Remove filter_multibyte.
18676 * process.c (QCfilter_multibyte): Remove.
18677 (setup_process_coding_systems): Don't use filter_multibyte.
18678 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
18679 (read_process_output): Don't adjust multibyteness to filter_multibyte.
18680 (Fset_process_filter_multibyte): Change the coding-system to
18681 approximate the previous behavior.
18682 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
18683 coding-system.
18684
18685 * coding.c (decode_coding_object): When not decoding into a buffer,
18686 obey the coding system's preference of (uni|multi)byte.
18687
18688 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18689
18690 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
18691 every char is changed and has a different byte-length.
18692 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
18693 Fix int -> EMACS_INT.
18694
18695 2008-03-23 David Hansen <david.hansen@gmx.net>
18696
18697 * dbusbind.c (xd_read_message): Remove extra copying of message
18698 strings. Check for NULL `interface' or `member'.
18699
18700 2008-03-22 Eli Zaretskii <eliz@gnu.org>
18701
18702 * w32.c (readdir): If FindFirstFile/FindNextFile return in
18703 cFileName a file name that includes `?' characters, use the 8+3
18704 alias in cAlternateFileName instead.
18705
18706 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18707
18708 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
18709
18710 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18711
18712 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
18713 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
18714 work on current_buffer only instead (that was already the case
18715 for some of the code anyway).
18716 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
18717 (temp_set_point, temp_set_point_both): Use EMACS_INT.
18718 (SET_PT, SET_PT_BOTH): Adjust.
18719 * intervals.h (set_point, temp_set_point, set_point_both)
18720 (temp_set_point_both): Remove redundant declarations.
18721
18722 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18723
18724 * fileio.c (Finsert_file_contents):
18725 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
18726 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
18727 when buffer != current_buffer anyway.
18728
18729 2008-03-20 Andreas Schwab <schwab@suse.de>
18730
18731 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
18732 as default.
18733
18734 2008-03-19 Jason Rumney <jasonr@gnu.org>
18735
18736 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
18737 (syms_of_w32fns): Initialize them.
18738 (HOURGLASS_ID): New constant.
18739 (x_window_to_frame): Don't check hourglass_window.
18740 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
18741 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
18742 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
18743 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
18744 Only change the cursor if hourglass is not active.
18745 (Fx_create_frame): Initialize frame's current_cursor.
18746 (hourglass_atimer): Remove.
18747 (hourglass_started): New function.
18748 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
18749 (show_hourglass): Adapt to w32, changing argument to frame.
18750
18751 * w32term.h (struct w32_output): Remove hourglass_window.
18752 Add current_cursor.
18753
18754 * eval.c (call_debugger, Fsignal):
18755 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
18756 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
18757 (Fexecute_extended_command, cancel_hourglass_unwind):
18758 * minibuf.c (read_minibuf):
18759 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
18760
18761 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
18762
18763 * window.c (run_funs): New fun.
18764 (run_window_configuration_change_hook): Use it to run the buffer-local
18765 and the global part of the hook.
18766
18767 * xdisp.c (format_mode_line_unwind_data): Add window argument.
18768 (unwind_format_mode_line): Restore selected window.
18769 (x_consider_frame_title, Fformat_mode_line): Set selected window.
18770
18771 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18772
18773 * editfns.c (Fchar_equal): Check they are valid characters.
18774
18775 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
18776
18777 2008-03-17 Andreas Schwab <schwab@suse.de>
18778
18779 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
18780 against a charset.
18781
18782 * lisp.h (Fbuffer_list): Declare.
18783
18784 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
18785
18786 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
18787 handlebox_widget is != 0.
18788
18789 2008-03-16 Juri Linkov <juri@jurta.org>
18790
18791 * callint.c (Fcall_interactively): For interactive code letters
18792 'b' and 'B' put the buffer list into the list of default "future"
18793 values of the minibuffer.
18794
18795 2008-03-16 Andreas Schwab <schwab@suse.de>
18796
18797 * keyboard.c (read_key_sequence): Fix downcasing of letters with
18798 modifiers.
18799
18800 * regex.c (re_match_2_internal): Correct matching of a charset
18801 against latin-1 characters.
18802
18803 2008-03-16 Kenichi Handa <handa@m17n.org>
18804
18805 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
18806 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
18807 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
18808 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
18809 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
18810 CHAR_STRING_ADVANCE.
18811 (produce_chars): Fix for the case that the source and the
18812 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
18813 instead of CHAR_STRING_ADVANCE.
18814 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
18815 STRING_CHAR_ADVANCE.
18816
18817 2008-03-15 Andreas Schwab <schwab@suse.de>
18818
18819 * regex.c (re_match_2_internal): Correct matching of eight bit
18820 characters in unibyte strings.
18821
18822 2008-03-15 Martin Rudalics <rudalics@gmx.at>
18823
18824 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
18825 at end of range when it coincides with the end of the buffer.
18826
18827 2008-03-14 Eli Zaretskii <eliz@gnu.org>
18828
18829 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
18830
18831 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
18832
18833 2008-03-14 Jason Rumney <jasonr@gnu.org>
18834
18835 * editfns.c (initial_tz): New variable.
18836 (syms_of_editfns): Initialize it.
18837 (Fset_time_zone_rule): Set it when first called.
18838 Use it when TZSTRING is nil.
18839
18840 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
18841 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
18842 (monitor_from_point_fn, get_monitor_info_fn): New globals.
18843 (globals_of_w32fns): Initialize them.
18844 (compute_tip_xy): Use them to position tooltips.
18845
18846 2008-03-14 Glenn Morris <rgm@gnu.org>
18847
18848 * emacs.c (main): Revert previous change.
18849 (standard_args): Revert -internal-script back to -scriptload,
18850 and remove the long-option form.
18851
18852 2008-03-13 Glenn Morris <rgm@gnu.org>
18853
18854 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
18855 Remove option -enable-font-backend.
18856
18857 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18858
18859 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
18860
18861 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
18862
18863 * xterm.c (x_connection_closed): For GTK: If this is the last
18864 terminal just exit without closing the display.
18865
18866 2008-03-11 Jason Rumney <jasonr@gnu.org>
18867
18868 * w32font.c (w32font_full_name): Use floor to round.
18869
18870 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18871
18872 * sound.c (alsa_configure): Declare vol at beginning of block.
18873
18874 * fontset.c (Ffontset_info): Remove extra semicolon.
18875
18876 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18877
18878 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
18879 size of resulting string.
18880
18881 2008-03-10 Jason Rumney <jasonr@gnu.org>
18882
18883 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
18884
18885 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18886
18887 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
18888 Don't pretend as if characters with display property haven't been
18889 consumed for string-replacing-string case.
18890
18891 2008-03-08 Kim F. Storm <storm@cua.dk>
18892
18893 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
18894 (get_next_display_element, next_element_from_string)
18895 (next_element_from_ellipsis, next_element_from_buffer): Use it.
18896
18897 2008-03-08 Andreas Schwab <schwab@suse.de>
18898
18899 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
18900
18901 2008-03-06 Jason Rumney <jasonr@gnu.org>
18902
18903 * w32font.c (w32_registry): Take font_type argument. Use ANSI
18904 when charset not specified. Only translate ANSI to unicode when
18905 font_type is truetype.
18906 (w32font_coverage_ok): New function.
18907 (add_font_entity_to_list): Use it to filter unsuitable fonts.
18908
18909 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
18910
18911 * lread.c (Fread_char): Resolve modifiers.
18912 (Fread_char_exclusive): Likewise.
18913
18914 * character.c (char_resolve_modifier_mask): New function.
18915 (char_string): Use char_resolve_modifier_mask.
18916 (Fchar_resolve_modifiers): New function.
18917 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
18918 function.
18919
18920 2008-03-04 Jason Rumney <jasonr@gnu.org>
18921
18922 * makefile.w32-in: Always include w32font.c in the build.
18923 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
18924
18925 2008-03-04 Andreas Schwab <schwab@suse.de>
18926
18927 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
18928 (versionclean): Likewise.
18929
18930 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
18931
18932 * .cvsignore: Add oo.
18933
18934 2008-03-03 Andreas Schwab <schwab@suse.de>
18935
18936 * coding.c (decode_coding_object): Inhibit gap shrinking while
18937 decoding in place.
18938
18939 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
18940
18941 * w32term.c: Remove unused include "gnu.h".
18942 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
18943
18944 * gnu.h: Rename to ...
18945 * emacs-icon.h: ... this.
18946 * xterm.c: Use emacs-icon.h instead of gnu.h.
18947 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
18948
18949 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
18950
18951 * w32font.c: Include math.h.
18952
18953 2008-03-03 Jason Rumney <jasonr@gnu.org>
18954
18955 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
18956 Compute options separately.
18957 (w32font_open_internal): Set glyph_idx before caching metrics.
18958
18959 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
18960 Define if system headers don't.
18961 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
18962 (w32font_encode_char): Don't declare here.
18963
18964 * w32font.c (Quniscribe, QCformat): New symbols.
18965 (syms_of_w32font): Define them.
18966 (w32font_has_char): Indicate uncertainty.
18967 (w32font_encode_char): Encode as glyph point. Make static.
18968 (recompute_cached_metrics): New function.
18969 (w32font_open_internal): Use it. Set font to use glyph points
18970 initially. Set format based on type of font.
18971 (w32font_text_extents, w32font_draw): Optionally use glyph points.
18972 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
18973 on it. Set format based on information available here.
18974 (add_font_entity_to_list): Identify backend based on opentype_only.
18975
18976 2008-03-02 Andreas Schwab <schwab@suse.de>
18977
18978 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
18979
18980 * coding.c (decode_coding_big5, produce_chars):
18981 Fix typos in last change.
18982
18983 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
18984
18985 * gnu.h: New icon.
18986
18987 2008-03-02 Kenichi Handa <handa@m17n.org>
18988
18989 * coding.c (decode_coding_utf_8): When eol-type of CODING is
18990 `dos', don't decode '\r' if that is the last in the source.
18991 (decode_coding_utf_16, decode_coding_emacs_mule)
18992 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18993 (decode_coding_raw_text, decode_coding_charset): Likewise.
18994 (produce_chars): Don't decode EOL here. Use EMACS_INT.
18995
18996 2008-03-01 Jason Rumney <jasonr@gnu.org>
18997
18998 * w32font.c (w32font_full_name): Report point size for scalable fonts.
18999
19000 2008-03-01 Kim F. Storm <storm@cua.dk>
19001
19002 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
19003
19004 2008-03-01 Jason Rumney <jasonr@gnu.org>
19005
19006 * w32font.c (w32font_full_name): New function.
19007 (w32font_open_internal): Use it.
19008
19009 2008-03-01 Kim F. Storm <storm@cua.dk>
19010
19011 * dispnew.c (line_draw_cost): Fix invalid glyph check.
19012
19013 2008-03-01 Jason Rumney <jasonr@gnu.org>
19014
19015 * font.c (font_unparse_fcname): Increase len when style is a symbol.
19016
19017 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
19018
19019 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
19020 xg_frame_resized when the event is for the edit widget.
19021
19022 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
19023
19024 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
19025 set_char_size.
19026 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
19027 operations on widgets here. Just set frame size if needed.
19028 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
19029 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
19030 (x_wm_set_size_hint): Set size hints on the edit widget only, not
19031 the whole frame.
19032 (xg_create_tool_bar): Move attachment of the tool bar to
19033 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
19034 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
19035
19036 2008-03-01 Jason Rumney <jasonr@gnu.org>
19037
19038 * w32fns.c (w32_msg_pump): Disable debug code.
19039
19040 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19041
19042 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
19043
19044 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
19045
19046 * xdisp.c (next_overlay_string): Don't set
19047 overlay_strings_at_end_processed_p if we're currently reading from
19048 a display string.
19049
19050 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
19051
19052 * xdisp.c (get_overlay_strings_1): Fix typo.
19053
19054 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
19055
19056 * xdisp.c (get_overlay_strings_1): Add missing argument type.
19057
19058 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
19059
19060 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
19061
19062 * xdisp.c (display_mode_element): Cancel the previous change.
19063 (decode_mode_spec): Likewise.
19064 (handle_auto_composed_prop): Don't make composition if it->string
19065 is a string.
19066
19067 2008-02-27 Kim F. Storm <storm@cua.dk>
19068
19069 * lisp.h (GLYPH): Change type from int to struct with separate char
19070 and face_id members.
19071 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
19072 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
19073 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
19074 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
19075 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
19076 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
19077 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
19078 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
19079 handle new Lisp glyph code encoding, either an integer or a cons.
19080
19081 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
19082 (GLYPH_ALIAS): Delete.
19083 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
19084 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
19085 (GLYPH_FROM_CHAR): Replace macro by ...
19086 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
19087
19088 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
19089 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
19090 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
19091 (GLYPH_INVALID_P): New macro.
19092 (spec_glyph_lookup_face): Update prototype.
19093
19094 * dispnew.c (line_draw_cost): Adapt to new glyph type.
19095 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
19096 new glyph code encoding.
19097 (spec_glyph_lookup_face): No return value; update passed glyph instead.
19098 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
19099
19100 * xdisp.c (get_next_display_element, next_element_from_display_vector):
19101 Adapt to new glyph type and new glyph code encoding.
19102
19103 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
19104
19105 * indent.c (current_column, current_column_1, Fmove_to_column)
19106 (compute_motion): Adapt to new glyph code encoding.
19107
19108 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
19109
19110 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
19111
19112 * process.c (wait_reading_process_output): Check for window
19113 changes caused by timers.
19114 Suggested by Johan Bockgård.
19115
19116 2008-02-27 Glenn Morris <rgm@gnu.org>
19117
19118 * emacs.c (USAGE1): Add `--disable-font-backend'.
19119
19120 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19121
19122 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
19123 is made to the buffer.
19124
19125 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19126
19127 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
19128 (face_at_string_position):
19129 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
19130 (face_at_string_position):
19131 * xdisp.c (display_string, next_overlay_change):
19132 * buffer.h (overlays_at):
19133 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
19134 Update callers.
19135
19136 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
19137
19138 * editfns.c (Fformat): Doc fix.
19139
19140 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
19141
19142 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
19143 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
19144 (Ffont_otf_alternates, Fquery_font): Doc fixes.
19145
19146 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
19147
19148 * buffer.c (Fbuffer_swap_text): New function.
19149 (syms_of_buffer): Defsubr it.
19150
19151 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
19152
19153 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
19154
19155 2008-02-25 Jason Rumney <jasonr@gnu.org>
19156
19157 * w32font.c (w32font_draw): Draw one character at a time when padding.
19158
19159 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
19160
19161 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
19162 Handle a nil arg. Use run_window_configuration_change_hook.
19163 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
19164 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
19165 Use run_window_configuration_change_hook.
19166
19167 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
19168
19169 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
19170 1-pixel width.
19171
19172 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
19173
19174 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
19175 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
19176 if the glyph in the font is zero pixel with.
19177
19178 * dispextern.h (struct glyph_string): New member padding_p.
19179
19180 * w32font.c (w32font_draw): Pay attention to s->padding_p.
19181
19182 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
19183
19184 * xfont.c (xfont_draw): Pay attention to s->padding_p.
19185
19186 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
19187
19188 * font.c: If the font driver doesn't have `shape' function, return Qnil.
19189
19190 2008-02-25 Jason Rumney <jasonr@gnu.org>
19191
19192 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
19193
19194 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19195
19196 Allow fine-grained image-cache flushing.
19197 * dispextern.h (struct image): Add `dependencies' field.
19198 (clear_image_caches): Change arg to Lisp_Object.
19199 * image.c (make_image): Initialize `dependencies' field.
19200 (clear_image_cache): Change arg to allow fine-grained flushing.
19201 Perform the flush even if image-cache-eviction-delay is nil.
19202 (clear_image_caches): Change arg to Lisp_Object.
19203 (Fclear_image_cache): Expand meaning of the argument.
19204 (mark_image): Mark `dependencies' field.
19205 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
19206 (lface_hash): Use XHASH rather than XFASTINT.
19207 (face_at_buffer_position): Fix int -> EMACS_INT position.
19208 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
19209 (select_frame_for_redisplay): Remove code duplication.
19210 (redisplay_internal): Adapt arg to call to clear_image_caches.
19211
19212 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
19213
19214 * s/vms4-0.h:
19215 * s/vms4-2.h:
19216 * s/vms4-4.h:
19217 * s/vms5-5.h: Remove, unused.
19218
19219 * s/irix5-2.h:
19220 * s/irix6-0.h:
19221 * s/riscos5.h:
19222 * s/mach-bsd4-3.h:
19223 * m/mips4.h: Remove files for obsolete systems.
19224
19225 * Makefile.in:
19226 * filelock.c:
19227 * unexmips.c:
19228 * m/hp9000s300.h:
19229 * m/iris4d.h:
19230 * s/aix3-1.h:
19231 * s/hpux.h:
19232 * s/msdos.h:
19233 * s/usg5-0.h:
19234 * s/usg5-2-2.h:
19235 * s/usg5-2.h:
19236 * s/usg5-3.h: Remove references to obsolete variables.
19237
19238 * s/irix5-0.h: Remove, move all the contents ...
19239 * s/irix6-5.h: ... here. Simplify.
19240 * config.in: Regenerate.
19241
19242 2008-02-24 Jason Rumney <jasonr@gnu.org>
19243
19244 * w32term.c (x_draw_glyph_string_background): Clear the background
19245 manually when cleartype is in use.
19246 (x_draw_glyph_string_foreground): Draw text transparently when
19247 cleartype is in use.
19248
19249 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
19250 a font into it unless we have to.
19251
19252 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
19253
19254 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
19255 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
19256
19257 2008-02-18 Jason Rumney <jasonr@gnu.org>
19258
19259 * w32fns.c (Fw32_shell_execute): Encode parameters.
19260
19261 2008-02-09 Eli Zaretskii <eliz@gnu.org>
19262
19263 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
19264
19265 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
19266
19267 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
19268
19269 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
19270
19271 * xterm.c (x_set_offset): Don't change the gravity if
19272 CHANGE_GRAVITY is -1.
19273
19274 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
19275
19276 * fileio.c (auto_save_error_occurred): New var.
19277 (auto_save_error): Set it.
19278 (Fdo_auto_save): Don't overwrite the error message if an auto-save
19279 error occurred.
19280
19281 2008-02-23 Eli Zaretskii <eliz@gnu.org>
19282
19283 * w32.c (globals_of_w32): Add initializations for
19284 g_b_init_get_sid_sub_authority and
19285 g_b_init_get_sid_sub_authority_count.
19286
19287 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
19288
19289 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
19290 (font_parse_xlfd): Use them for sanity check.
19291 (Finternal_set_font_style_table): Make sure the table is bijective.
19292
19293 Consolidate the image_cache to the terminal struct.
19294 * termhooks.h (P_): Remove redundant def.
19295 (struct terminal): New field `image_cache'.
19296 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
19297 of FRAME_X_IMAGE_CACHE.
19298 * xterm.h (struct x_display_info): Remove image_cache field.
19299 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
19300 * w32term.h (struct w32_display_info): Remove image_cache field.
19301 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
19302 * macterm.h (struct mac_display_info): Remove image_cache field.
19303 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
19304 * xterm.c (x_term_init):
19305 * w32term.c (w32_term_init):
19306 * macterm.c (mac_term_init): Set the image_cache in the terminal.
19307 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
19308 Remove declarations.
19309 (clear_image_caches, mark_image_cache): New declarations.
19310 * xfaces.c (clear_face_cache):
19311 * xdisp.c (redisplay_internal): Use clear_image_caches.
19312 * image.c (clear_image_cache): Don't check that a frame is on
19313 a window-system before checking if it shares the same cache.
19314 (clear_image_caches): New function.
19315 (Fclear_image_cache): Use it.
19316 (mark_image): Move from allo.c.
19317 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
19318 * alloc.c (mark_image, mark_image_cache): Move to image.c.
19319 (mark_object): Don't call mark_image_cache for frames.
19320 (mark_terminals): Call mark_image_cache.
19321
19322 * lisp.h (Fdelete_terminal): Declare.
19323
19324 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
19325 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
19326 wrong_type_argument.
19327
19328 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
19329
19330 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
19331 malayalam.el, and tamil.el. Add sinhala.el.
19332
19333 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
19334
19335 * xterm.c (x_connection_closed): Consolidate identical tests.
19336 (x_delete_terminal): Don't crash if called via x_connection_closed.
19337
19338 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
19339
19340 * xdisp.c (decode_mode_spec): New arg string.
19341 (display_mode_element): Adjust for the above change.
19342
19343 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
19344
19345 * callint.c (Fcall_interactively): Use AREF.
19346
19347 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19348
19349 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
19350
19351 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
19352
19353 * xfns.c (Fx_show_tip): Set string to " " if empty.
19354
19355 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
19356
19357 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
19358 with Qt.
19359
19360 2008-02-17 Kenichi Handa <handa@m17n.org>
19361
19362 * ftfont.c (ftfont_shape): Return Lispy number.
19363
19364 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
19365 for GCs.
19366 (Finternal_set_font_selection_order): Call font_update_sort_order
19367 only when enable_font_backend is set.
19368 (realize_x_face): Set face->font_info to that of default face only
19369 when enable_font_backend is set.
19370
19371 * xdisp.c (handle_composition_prop): Set it->c to the fist
19372 character of the composed region.
19373 (fill_composite_glyph_string): Set base_face->font_info to
19374 s->font_info. Get a face for ascii from base_face->ascii_face.
19375 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
19376 with a face already decided.
19377 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
19378 non-negative.
19379 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
19380 call font_prepare_composition unconditionally.
19381
19382 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
19383
19384 * xterm.h (struct x_display_info): New member font.
19385
19386 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
19387 (x_set_mouse_face_gc, x_new_font): Likewise.
19388 (x_term_init): Setup display_info->font.
19389 (x_delete_terminal): Free display_info->font.
19390
19391 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
19392
19393 * ftxfont.c (ftxfont_default_fid): Delete it.
19394 (ftxfont_open): Set xfont->fid to 0.
19395 (ftxfont_end_for_frame): Clear data specific to the frame and the
19396 font-driver.
19397
19398 * xftfont.c (xftfont_default_fid): Delete it.
19399 (xftfont_open): Set xfont->fid to 0.
19400
19401 * fontset.c (FONTSET_OBJLIST): New macro.
19402 (fontset_find_font): Update font-object list of the fontset.
19403 (free_realized_fontset): New function.
19404 (free_face_fontset): Call free_realized_fontset.
19405 (Ffont_info): Call font_close_object only when enable_font_backend
19406 is set.
19407
19408 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
19409 [HAVE_NTGUI]: Include w32term.h.
19410 [MAC_OS]: Include macterm.ch.
19411 (font_otf_ValueRecord): Use make_number.
19412 (font_finish_cache): Fix handling of reference count.
19413 (font_clear_cache): Update num_fonts.
19414 (font_open_entity): Update smallest_char_width and
19415 smallest_font_height of the frame.
19416 (font_close_object): Update num_fonts.
19417 (Fclear_font_cache): Fix finding the target cache data.
19418
19419 2008-02-16 Glenn Morris <rgm@gnu.org>
19420
19421 * fontset.c (Finternal_char_font): Fix compilation warning.
19422
19423 2008-02-16 Eli Zaretskii <eliz@gnu.org>
19424
19425 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
19426 instead of char arrays. Enlarge the size of array passed to
19427 get_token_information.
19428
19429 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
19430 warnings.
19431
19432 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
19433
19434 * .gdbinit: Don't set `args', it breaks gdb --args.
19435
19436 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
19437
19438 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
19439 within a narrowed buffer.
19440
19441 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
19442
19443 * coding.c (decode_coding_object, encode_coding_object):
19444 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
19445
19446 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
19447
19448 * coding.c (coding_set_destination): Use BEG_BYTE rather than
19449 hardcoding 1.
19450 (detect_coding_system):
19451 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
19452 (string_char_to_byte, string_byte_to_char, insert_from_gap):
19453 * insdel.c (insert_from_gap):
19454 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
19455 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
19456 (string_to_multibyte):
19457 * character.c (chars_in_text, multibyte_chars_in_text):
19458 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
19459
19460 * character.h (FETCH_STRING_CHAR_ADVANCE)
19461 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
19462 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
19463 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
19464
19465 * casefiddle.c (casify_region): Only call after-change and composition
19466 functions on the part of the region that was changed.
19467
19468 * keyboard.c (read_avail_input):
19469 * frame.c (Fdelete_frame): Call Fdelete_terminal.
19470
19471 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19472
19473 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
19474 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
19475
19476 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
19477
19478 * w32menu.c (push_submenu_start, push_submenu_end)
19479 (push_left_right_boundary, push_menu_pane, push_menu_item):
19480 * keyboard.c (read_key_sequence): Don't pass args with side effects
19481 to AREF, it fails when compiling with -DENABLE_CHECKING.
19482
19483 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
19484
19485 * Makefile.in (${lispsource}international/charprop.el):
19486 Delete this target.
19487
19488 * search.c (boyer_moore): Fix incorrect synching of the trunk and
19489 emacs-unicode-2.
19490
19491 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19492
19493 * terminal.c (Fdelete_terminal): Clean up the `force' path.
19494
19495 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19496
19497 * frame.c (Qnoelisp): New symbol.
19498 (syms_of_frame): Initialize it.
19499 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
19500 harmless Elisp code, from a strong `force' from x_connection_closed.
19501 * frame.h (Qnoelisp): Declare.
19502 * xterm.c (x_connection_closed): Pass `noelisp'.
19503
19504 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
19505 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
19506 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
19507 rather than `int' for the type of `type'.
19508
19509 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
19510
19511 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
19512
19513 * Makefile.in (GNUC): Remove support for gcc-1.x.
19514
19515 2008-02-10 Richard Stallman <rms@gnu.org>
19516
19517 * lisp.h (ASET): Use AREF, not ASLOT.
19518
19519 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19520
19521 * lisp.h (ASET): Check bounds.
19522
19523 2008-02-10 Glenn Morris <rgm@gnu.org>
19524
19525 * buffer.c (mode-name): Doc fix.
19526
19527 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19528
19529 * Makefile.in:
19530 * emacs.c:
19531 * gmalloc.c:
19532 * keyboard.c:
19533 * lisp.h:
19534 * m/ibm370aix.h:
19535 * process.c:
19536 * regex.c:
19537 * s/hpux.h:
19538 * sysdep.c:
19539 * sysselect.h:
19540 * systty.h:
19541 * unexec.c:
19542 * w32term.c:
19543 * xsmfns.c:
19544 * xterm.c: Remove code that deals with obsolete variables.
19545
19546 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
19547
19548 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
19549 nothing else needs it anymore.
19550
19551 2008-02-09 Eli Zaretskii <eliz@gnu.org>
19552
19553 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
19554 instead of unibyte_char_to_multibyte.
19555
19556 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19557
19558 * s/gnu-linux.h: Remove commented out code.
19559
19560 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
19561
19562 * Makefile.in: Update what RMS says about using autoconf.
19563 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
19564 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
19565 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
19566 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
19567
19568 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19569
19570 * keymap.c (Fkey_description): Move side effect outside of macro call.
19571
19572 * xfaces.c (Finternal_make_lisp_face):
19573 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
19574
19575 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
19576 (syms_of_fontset): Use ASET.
19577
19578 * fns.c (concat): Move side effect outside of macro call.
19579 (hash_clear): Use ASET.
19580
19581 2008-02-08 Richard Stallman <rms@gnu.org>
19582
19583 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
19584 If FORCE, and frame has a surrogate minibuffer for another frame,
19585 delete the other frame first.
19586
19587 2008-02-07 Timo Savola <timo.savola@iki.fi>
19588
19589 * xterm.c (x_detect_focus_change): Handle embed client message.
19590 (handle_one_xevent): Ditto.
19591 (handle_one_xevent): If embedded and we get a button press/release,
19592 request focus.
19593 (xembed_set_info, xembed_send_message): New functions.
19594 (x_make_frame_visible): Call xembed_set_info if embedded.
19595 (x_make_frame_invisible): Call xembed_set_info if embedded.
19596 (x_term_init): Initialize Xatom_XEMBED.
19597 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
19598 (x_iconify_frame): Ditto.
19599
19600 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
19601 (enum xembed_info, enum xembed_message, enum xembed_focus)
19602 (enum xembed_modifier, enum xembed_accelerator): New.
19603 (xembed_set_info, xembed_send_message): Declare.
19604 (FRAME_X_EMBEDDED_P): New.
19605
19606 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
19607 gtk_plug_new.
19608
19609 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
19610 window ID of a frame.
19611 (x_window): Reparent frame if embedded.
19612 (Fx_create_frame): Don't set border width if embedded.
19613
19614 * emacs.c (USAGE3): Add --parent-id.
19615 (standard_args): Ditto.
19616
19617 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
19618
19619 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
19620
19621 2008-02-07 Jim Meyering <meyering@redhat.com>
19622
19623 Use "do...while (0)", not "if (1)...else" in macro definitions.
19624 The latter provokes a warning from gcc about the empty else, when
19625 followed by ";". Also, without that trailing semicolon, it would
19626 silently swallow up any following statement.
19627 * syntax.h (SETUP_SYNTAX_TABLE)
19628 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
19629 * buffer.h (DECODE_POSITION): Likewise.
19630 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
19631 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
19632 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
19633 (FETCH_CHAR_ADVANCE): Likewise.
19634 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
19635
19636 2008-02-07 Jim Meyering <meyering@redhat.com>
19637
19638 * lread.c [lint]: Don't include <sys/inode.h>.
19639
19640 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
19641
19642 * xselect.c (x_handle_dnd_message):
19643 * xmenu.c (digest_single_submenu, xmenu_show):
19644 * xdisp.c (with_echo_area_buffer_unwind_data)
19645 (format_mode_line_unwind_data, unwind_format_mode_line)
19646 (display_menu_bar):
19647 * eval.c (Ffetch_bytecode):
19648 * doc.c (store_function_docstring):
19649 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
19650 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
19651 * buffer.c (add_overlay_mod_hooklist): Use ASET.
19652
19653 2008-02-07 Kenichi Handa <handa@m17n.org>
19654
19655 * ftxfont.c (ftxfont_open): Don't set
19656 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
19657
19658 * ftfont.c (ftfont_open): Fix previous change.
19659
19660 2008-02-06 Jason Rumney <jasonr@gnu.org>
19661
19662 * w32font.c (w32font_text_extents): Fill in lbearing metric.
19663 Use cached metrics for ASCII characters.
19664 (w32font_open_internal): Don't set font's owning_frame.
19665 Cache metrics for ASCII characters.
19666
19667 * w32font.h (struct w32font_info): Add ascii_metrics.
19668 Remove owning_frame.
19669
19670 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
19671
19672 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
19673 to negative value.
19674
19675 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
19676
19677 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
19678
19679 * charset.c (syms_of_charset): Set QCtest and Qeq.
19680
19681 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19682
19683 * process.c (Fstart_process):
19684 * callproc.c (Fcall_process): Handle the case where
19685 Funhandled_file_name_directory returns nil.
19686
19687 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
19688 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
19689 * font.c (check_gstring): Use them and AREF to access the vector before
19690 we know it's really a gstring.
19691 (Ffont_shape_text): Fix typo.
19692 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
19693
19694 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
19695 Declare.
19696
19697 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
19698
19699 2008-02-05 Jason Rumney <jasonr@gnu.org>
19700
19701 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
19702 Set smallest_font_height and smallest_char_width in display info.
19703
19704 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
19705
19706 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
19707
19708 2008-02-05 Miles Bader <miles@gnu.org>
19709
19710 * xfaces.c (get_lface_attributes, merge_named_face)
19711 (lookup_named_face, lookup_derived_face, realize_named_face):
19712 Revert 2008-02-01 change by cyd@stupidchicken.com.
19713
19714 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
19715
19716 * fontset.c (Ffontset_info): Handle the case of inhibitting the
19717 fallback fonts.
19718 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
19719
19720 2008-02-04 Jason Rumney <jasonr@gnu.org>
19721
19722 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
19723 set full_name.
19724 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
19725
19726 2008-02-03 Jason Rumney <jasonr@gnu.org>
19727
19728 * makefile.w32-in (OBJ1): Include font.o here.
19729 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
19730
19731 2008-02-02 Jason Rumney <jasonr@gnu.org>
19732
19733 * makefile.w32-in (temacs): Bump EMHEAP to 21.
19734
19735 2008-02-01 Jason Rumney <jasonr@gnu.org>
19736
19737 * s/cygwin.h: Define VIRT_ADDR_VARIES.
19738
19739 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
19740
19741 2008-02-01 Andreas Schwab <schwab@suse.de>
19742
19743 * Makefile.in (shortlisp, lisp): Update for rename of
19744 ../lisp/language/myanmar.el.
19745
19746 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
19747
19748 * xfaces.c (get_lface_attributes): Delete function.
19749 (merge_named_face, lookup_named_face, lookup_derived_face)
19750 (realize_named_face): Call lface_from_face_name directly, and use
19751 the fact that merge_face_vectors does not alter its FROM argument.
19752
19753 2008-02-01 Jason Rumney <jasonr@gnu.org>
19754
19755 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
19756 input in the default locale. Handle non-Unicode multibyte input.
19757
19758 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19759
19760 * fontset.c (reorder_font_vector): Exclude nil elements from the
19761 font group. Don't try multiple fonts.
19762 (fontset_font): Adjust for the above change.
19763 (Finternal_char_font): Return nil if the found font doesn't
19764 contain the character ch.
19765
19766 * Makefile.in (lisp, shortlisp): Add cham.el.
19767
19768 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19769
19770 * font.h (FONTP): Make it return 1 also for a font-object.
19771
19772 * .gdbinit (xfontset): New function.
19773
19774 * font.c (font_find_for_lface): Check if the character C is
19775 supported or not only for the first font.
19776
19777 * fontset.c (reorder_font_vector): Fix typo.
19778 (fontset_find_font): Don't add a font-spec specifying a script.
19779 Use 0 (not Qt) for the indication of empty font-group. Change the
19780 format of RFONT-DEF. Return Qt if no font in the font-group
19781 support the character.
19782 (fontset_font): Adjust for the above change. If no font was
19783 found the character, remember that.
19784 (face_for_char): Adjust for the change of RFONT-DEF.
19785 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
19786 no font for the target.
19787 (Finternal_char_font): Adjust for the change of RFONT-DEF.
19788
19789 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19790
19791 * font.c (font_load_for_face): Handle the case that the font in
19792 face->lface is a string.
19793
19794 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19795
19796 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
19797
19798 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19799
19800 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
19801 Fix previous change. If the frame is not on a window system,
19802 signal an error.
19803
19804 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19805
19806 * coding.c (decode_coding_object, encode_coding_object): Adjust
19807 marker positions after conversion.
19808
19809 * lisp.h (struct Lisp_Marker): New member need_adjustment.
19810
19811 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19812
19813 * font.c (font_find_for_lface): Fix the handling of the return
19814 value of font_has_char.
19815 (Ffont_shape_text): Fix previous change.
19816
19817 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
19818 (fontset_ref_and_range): Delete it.
19819 (fontset_find_font): Call char_table_ref_and_range instead of
19820 FONTSET_REF_AND_RANGE.
19821 (make_fontset): Don't setup font groups of Latin here.
19822 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
19823 (new_fontset_from_font): Make the specified font the default for
19824 all Latin characters.
19825
19826 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19827
19828 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
19829 is on a window system before accessing the fontset of the frame.
19830
19831 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19832
19833 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
19834
19835 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
19836 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
19837
19838 * font.c (Ffont_shape_text): If the font driver doesn't have a
19839 shaper function, make zero-width glyphs to have at least one-pixel
19840 width. Fix setting of `to' field of glyphs.
19841
19842 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19843
19844 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
19845 glyphs.
19846
19847 * font.h (struct font_driver): Improve docstring of member `shape'.
19848
19849 2008-02-01 Kenichi Handa <handa@m17n.org>
19850
19851 * composite.c (syms_of_composite): Fix docstring of
19852 auto-composition-function.
19853
19854 * font.h (LGLYPH_SIZE): New macro.
19855
19856 * font.c (Ffont_fill_gstring): Stop filling when a character not
19857 supported by the font is found.
19858 (Ffont_shape_text): When a shape callback function returns nil,
19859 try at most two more times with larger gstring.
19860 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
19861
19862 * xdisp.c (handle_auto_composed_prop): Change the argument to
19863 auto-composition-function.
19864
19865 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
19866 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
19867 Lispy glyph and store it in the lgstring.
19868
19869 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
19870
19871 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
19872
19873 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19874
19875 * font.c (Ffont_shape_text): Avoid unnecessary composition.
19876
19877 * fontset.c (Vfont_encoding_charset_alist): New variable.
19878 (syms_of_fontset): DEFVAR it.
19879 (reorder_font_vector, fontset_find_font): Optimize for the case of
19880 no need of reordering.
19881 (face_for_char): Map the charset property by
19882 Vfont_encoding_charset_alist.
19883
19884 2008-02-01 Jason Rumney <jasonr@gnu.org>
19885
19886 * w32font.c (logfonts_match): Don't check adstyle here.
19887 (font_matches_spec): Check here against physical font instead.
19888 (add_font_entity_to_list): Avoid some substitutions.
19889
19890 * font.c (font_parse_fcname): Default weight and slant to normal.
19891 (font_score): Prefer normal fonts if weight or slant unspecified.
19892 (font_score) [WINDOWSNT]: Scale weight difference down to closer
19893 match freetype scores.
19894
19895 2008-02-01 Jason Rumney <jasonr@gnu.org>
19896
19897 * w32font.c (w32font_text_extents): Don't use the frame stored in the
19898 font, as it may have been deleted.
19899 (w32_enumfont_pattern_entity): Map generic family to adstyle using
19900 most common hyphenless variation.
19901 (logfonts_match): Check generic family.
19902 (font_matches_spec): Don't check generic family here.
19903 (fill_in_logfont): Set generic family based on adstyle.
19904
19905 * w32font.h (w32font_get_cache): Update declaration.
19906
19907 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19908
19909 * ftfont.c (ftfont_get_cache): Adjust the argument type.
19910
19911 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
19912 If none of the new drivers are available, call font_update_drivers
19913 with the old drivers.
19914
19915 * w32font.c (w32font_get_cache): Adjust the argument type.
19916
19917 * xfont.c (xfont_get_cache): Adjust the argument type.
19918
19919 * font.h (struct font_driver): Change argument type of get_cache.
19920
19921 * xftfont.c (xftfont_start_for_frame): Delete prototype.
19922
19923 * font.c (Ffont_get): Fix arguments to Fassoc.
19924 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
19925 (font_clear_cache): New function.
19926 (font_list_entities, font_matching_entity): Use font_get_cache.
19927 (font_update_drivers): Call font_clear_cache when finishing a driver.
19928
19929 * fontset.c (fontset_find_font): Fix previous change.
19930
19931 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19932
19933 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
19934 dpyinfo->font_table.
19935 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
19936 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
19937
19938 * font.c (font_at): Handle the case that the arg C is negative.
19939 Handle the unibyte case.
19940 (Ffont_at): Call font_at with the arg C -1.
19941
19942 * xdisp.c (handle_auto_composed_prop): Don't get a character at
19943 the position here, and call font_at with the arg C -1.
19944 Don't check the range of the existing composition at the point.
19945
19946 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19947
19948 * fontset.c (fontset_add): New args charset_id and family.
19949 Change caller.
19950 (load_font_get_repertory, fontset_find_font): Assume that
19951 font_spec is always a font-spec object.
19952 (Fset_fontset_font): Always store a font-spec object in a fontset.
19953
19954 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
19955 instead of get_property_and_range.
19956
19957 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
19958
19959 * xftfont.c (struct xftfont_info): Delete the member ft_face.
19960 (xftfont_open): Don't keep locking face.
19961 (xftfont_close): Don't unlock face.
19962 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
19963
19964 * fontset.c (fontset_find_font): Don't prefer a font of
19965 supplementary charset.
19966
19967 2008-02-01 Kenichi Handa <handa@m17n.org>
19968
19969 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
19970 script, langsys_tag to langsys, new member script.
19971 (OTF_TAG_STR): Terminate by '\0'.
19972 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
19973 listing to the script specified in that property. Fix arg to
19974 OTF_check_features.
19975
19976 2008-02-01 Jason Rumney <jasonr@gnu.org>
19977
19978 * w32font.h: New file.
19979
19980 * w32font.c: Include it.
19981 (struct w32font_info): Add owning_frame field. Move to w32font.h.
19982 (w32font_open): Set owning_frame.
19983 (w32font_text_extents): Use owning_frame.
19984 (struct font_callback_data): Add opentype_only field.
19985 (add_font_entity_to_list): Use it to filter fonts.
19986 Don't check against full name.
19987 (w32font_list_internal): New function.
19988 (w32font_list): Use it.
19989 (w32font_match_internal): New function.
19990 (w32font_match): Use it.
19991 (w32font_open_internal): New function.
19992 (w32font_open): Use it.
19993 (w32font_get_cache, w32font_close, w32font_has_char)
19994 (w32font_encode_char, w32font_text_extents, w32font_draw):
19995 Make non-static.
19996
19997 * makefile.w32-in (w32font.o): Depend on w32font.h.
19998
19999 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20000
20001 * charset.c (Fdefine_charset_internal): Record a supplementary
20002 charset at the tail of Vcharset_order_list.
20003
20004 * font.c (Ffont_shape_text): Fix the return value.
20005
20006 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
20007
20008 * xdisp.c (handle_auto_composed_prop): Fix previous change.
20009
20010 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20011
20012 * ftfont.c (struct OpenTypeSpec): New struct.
20013 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
20014 (ftfont_get_open_type_spec): New function.
20015 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
20016
20017 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
20018
20019 2008-02-01 Jason Rumney <jasonr@gnu.org>
20020
20021 * w32font.c (add_font_entity_to_list): Compare only the beginning
20022 of full name.
20023
20024 2008-02-01 Kenichi Handa <handa@m17n.org>
20025
20026 * xdisp.c (handle_auto_composed_prop): Simplify the code.
20027 Never return HANDLED_RECOMPUTE_PROPS.
20028
20029 2008-02-01 Kenichi Handa <handa@m17n.org>
20030
20031 * font.c (font_gstring_produce): Delete it.
20032
20033 * composite.h (COMPOSITION_METHOD):
20034 Handle COMPOSITION_WITH_GLYPH_STRING.
20035
20036 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20037
20038 * xfont.c (Qx): Delete.
20039 (syms_of_xfont): Don't initialize Qx.
20040
20041 * composite.h (enum composition_method):
20042 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
20043
20044 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20045
20046 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
20047 (choose_face_font): Accept new form of font-spec.
20048
20049 * frame.h (font_driver_list): Declare it unconditionally.
20050 (struct frame): Define members font_driver_list and font_data_list
20051 unconditionally.
20052
20053 * fontset.c: Include "font.h" unconditionally.
20054 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
20055 (Fset_fontset_font): Accept a font-spec object.
20056
20057 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
20058 PIXEL_SIZE part a wild card.
20059
20060 * dispextern.h (struct glyph_string): Define members clip and
20061 num_clips unconditionally.
20062 (struct face): Define members font_info and extra unconditionally.
20063
20064 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
20065 ftfont_info only when HAVE_LIBOTF is defined.
20066
20067 2008-02-01 Andreas Schwab <schwab@suse.de>
20068
20069 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
20070 and end.
20071
20072 2008-02-01 Jason Rumney <jasonr@gnu.org>
20073
20074 * w32font.c (w32font_driver): Add new fields.
20075
20076 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20077
20078 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
20079 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
20080 (LIBES): Add @M17N_FLT_CFLAGS@.
20081
20082 * composite.c (compose_text): Don't treat the new style
20083 composition specially.
20084
20085 * emacs.c (main): Call syms_of_font unconditionally.
20086
20087 * font.h (FONT_ENTITY_NOT_LOADABLE)
20088 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
20089 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
20090 (struct font_driver): New member shape.
20091 (font_registry_charsets): Extern it.
20092 (font_find_for_lface, font_prepare_composition): Adjust prototype.
20093 (font_otf_capability, font_drive_otf): Delete their externs.
20094
20095 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
20096 (font_charset_alist, font_registry_charsets): Move from xfont.c
20097 and rename.
20098 (font_prop_validate_otf): New function.
20099 (font_property_table): Register it for QCotf.
20100 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
20101 (font_drive_otf): Delete.
20102 (font_prepare_composition): New arg F. Adjust for the change of
20103 lispy gstring.
20104 (font_find_for_lface): New arg C.
20105 (font_load_for_face): Adjust for the change of font_find_for_lface.
20106 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
20107 lispy gstring.
20108 (Ffont_shape_text): New function.
20109 (Fopen_font): If the font size is not given, use 12-pixel.
20110 (Ffont_at): New arg STRING.
20111 (syms_of_font): Initialize font_charset_alist.
20112 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
20113 conditionally.
20114
20115 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
20116 fonts of the same font-spec. Change the format of RFONT-DEF.
20117 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
20118 Adjust for the change of RFONT-DEF.
20119 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
20120
20121 * ftfont.h: New file.
20122
20123 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
20124 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
20125 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
20126 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
20127 font_otf_capability and font_drive_otf, set ftfont_shape.
20128 (ftfont_list): Adjust for the change of :otf property value.
20129 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
20130 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
20131 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
20132 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
20133 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
20134 (otf_gstring, gstring, m17n_flt_initialized): New variables.
20135
20136 * w32term.c (x_draw_composite_glyph_string_foreground):
20137 Adjust for the change of lispy gstring.
20138
20139 * xdisp.c (handle_composition_prop): Adjust for the change of
20140 lispy gstring. Call a function for auto-composition with the
20141 third arg it->window.
20142 (fill_composite_glyph_string): Adjust for the change of lispy string.
20143 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
20144
20145 * xfaces.c (set_font_frame_param): Adjust for the change of
20146 font_find_for_lface.
20147
20148 * xfont.c (x_font_charset_alist): Move to font.c and rename.
20149 (xfont_registry_charsets): Likewise. Change caller.
20150 (syms_of_xfont): Don't handle x_font_charset_alist.
20151
20152 * xftfont.c: Include "ftfont.h".
20153 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
20154 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
20155 (xftfont_close) [HAVE_LIBOTF]: Close otf.
20156 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
20157 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
20158 Set xftfont_driver.shape to xftfont_shape.
20159
20160 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
20161 the change of lispy gstring.
20162
20163 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20164
20165 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
20166
20167 2008-02-01 Jason Rumney <jasonr@gnu.org>
20168
20169 * w32font.c (w32font_draw): Fill background manually.
20170
20171 2008-02-01 Jason Rumney <jasonr@gnu.org>
20172
20173 * font.c (Qfontp): Remove unused symbol.
20174 (QCantialias): New symbol.
20175 (syms_of_font): Define it.
20176 (font_property_table): Set a validator for QCantialias.
20177
20178 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
20179 Define if not already.
20180 (QCfamily): Share with xfaces.c.
20181 (Qstandard, Qsubpixel, Qnatural): New symbols.
20182 (syms_of_w32font): Define them. Don't define QCfamily here.
20183 (w32_antialias_type, lispy_antialias_type): New functions.
20184 (w32_enumfont_pattern_entity): New arg requested_font.
20185 Set antialias parameter if non-default was requested.
20186 (fill_in_logfont): Fill in lfQuality if :antialias specified.
20187
20188 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20189
20190 * lread.c (read1): Undo the previous change.
20191
20192 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
20193
20194 * frame.c (Fdelete_frame): Call font_update_drivers only when
20195 USE_FONT_BACKEND is defined.
20196
20197 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20198
20199 * font.h (struct font_bitmap): New member bits_per_pixel.
20200 (struct font_driver): New members start_for_frame and end_for_frame.
20201 (struct font_data_list): New struct.
20202 (font_put_frame_data, font_get_frame_data): Extern them.
20203
20204 * frame.h (struct frame): New member font_data_list.
20205
20206 * font.c (font_update_drivers): Call driver->start_for_frame and
20207 driver->end_for_frame at proper timings.
20208 (font_put_frame_data, font_get_frame_data): New functions.
20209 (Ffont_spec): Add usage in the docstring.
20210
20211 * frame.c (make_frame): Initialize f->font_data_list to NULL.
20212 (Fdelete_frame): Call font_update_drivers.
20213
20214 * xftfont.c (struct xftface_info): Delete the member xft_draw.
20215 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
20216 (xftfont_get_xft_draw): New function.
20217 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
20218 (xftfont_end_for_frame): New function.
20219 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
20220
20221 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
20222 Change argument. Cache GCs in the per-frame data.
20223 (struct ftxfont_frame_data): New struct.
20224 (ftxfont_draw_bitmap): New arg gc_fore and flush.
20225 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
20226 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
20227 (ftxfont_end_for_frame): New function.
20228 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
20229
20230 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
20231
20232 2008-02-01 Kenichi Handa <handa@m17n.org>
20233
20234 * xselect.c (Vselection_coding_system)
20235 (Vnext_selection_coding_system): Delete them.
20236 (syms_of_xselect): Don't declare selection-coding-system and
20237 next-selection-coding-system. They are declared in select.el.
20238
20239 2008-02-01 Jason Rumney <jasonr@gnu.org>
20240
20241 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
20242
20243 * w32fns.c: Include imm.h.
20244 (get_composition_string_fn, get_ime_context_fn): New optional
20245 system functions.
20246 (globals_of_w32fns): Load them from imm32.dll.
20247 (ignore_ime_char): New flag.
20248 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
20249 WM_IME_ENDCOMPOSITION messages.
20250
20251 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
20252 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
20253
20254 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20255
20256 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
20257 (READCHAR_REPORT_MULTIBYTE): New macro.
20258 (readchar): New 2nd arg MULTIBYTE.
20259 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
20260 Make symbol's name multibyte according to the multibyteness of the
20261 source.
20262
20263 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20264
20265 * xfaces.c (face_for_overlay_string): Call lookup_face with
20266 correct arguments (fix of synching with the trunk).
20267
20268 2008-02-01 Kenichi Handa <handa@m17n.org>
20269
20270 * font.c (font_prop_validate_symbol, font_prop_validate_style)
20271 (font_prop_validate_non_neg, font_prop_validate_spacing):
20272 Delete argument prop_index.
20273 (font_property_table): Change arguments to validater. Change Callers.
20274 (font_lispy_object): Delete.
20275 (font_at): Use font_find_object instead fo font_lispy_object.
20276
20277 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
20278
20279 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
20280 and file names.
20281
20282 2008-02-01 Jason Rumney <jasonr@gnu.org>
20283
20284 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
20285 (font_matches_spec): Remove debug output.
20286 (add_font_entity_to_list): Avoid using substituted fonts.
20287
20288 2008-02-01 Jason Rumney <jasonr@gnu.org>
20289
20290 * doc.c (Fsnarf_documentation):
20291 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
20292
20293 2008-02-01 Miles Bader <miles@gnu.org>
20294
20295 * dispextern.h (struct glyph_row): Only define "clip" field if
20296 HAVE_WINDOW_SYSTEM is defined.
20297
20298 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20299
20300 Fix up multi-tty merge.
20301
20302 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
20303 and indentation.
20304
20305 * xfaces.c (free_realized_face, clear_face_gcs):
20306 Include font_done_for_face in the input_blocked section, just in case.
20307
20308 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
20309 (get_char_face_and_encoding): Undo last change and remove the *other*
20310 duplicate definition (i.e. keep the one that's better scoped and that
20311 includes code for the font-backend).
20312
20313 * terminal.c (create_terminal): Default keyboard_coding to
20314 `no-conversion' and terminal_coding to `undecided'.
20315
20316 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
20317
20318 * fontset.c (free_realized_fontsets): Check that the table entry does
20319 contain a fontset before trying to compare it to `base'.
20320
20321 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
20322 syms_of_charset, and syms_of_coding earlier because init_window_once
20323 now needs Vcoding_system_hash_table to be setup.
20324
20325 * coding.h (default_buffer_file_coding): Remove.
20326
20327 * coding.c (default_buffer_file_coding): Remove.
20328 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
20329 than ->symbol, and use the terminal-local coding system.
20330 (syms_of_coding): Don't setup the coding-systems that are not
20331 terminal-local.
20332 (Fdefine_coding_system_internal): Use XCAR/XCDR.
20333
20334 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
20335 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
20336
20337 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
20338 in chartab.c and were re-added here by mistake.
20339 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
20340
20341 * doc.c (Fsnarf_documentation):
20342 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
20343 src to etc.
20344
20345 * ChangeLog.10: Add mistakenly removed entry.
20346
20347 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
20348
20349 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
20350
20351 2008-02-01 Miles Bader <miles@gnu.org>
20352
20353 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
20354 Add extra args to FACE_FOR_CHAR.
20355
20356 2008-02-01 Kenichi Handa <handa@m17n.org>
20357
20358 * keymap.c (where_is_internal_1): If key is a cons, store the copy
20359 in sequence.
20360
20361 * chartab.c (map_sub_char_table, map_char_table): If the range
20362 contains just one character, call the function with that character
20363 even if the depth is not 3.
20364
20365 2008-02-01 Jason Rumney <jasonr@gnu.org>
20366
20367 * w32font.c (w32font_text_extents): Calculate metrics for the
20368 whole string.
20369
20370 2008-02-01 Jason Rumney <jasonr@gnu.org>
20371
20372 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
20373
20374 2008-02-01 Jason Rumney <jasonr@gnu.org>
20375
20376 * w32term.c (x_set_glyph_string_clipping): Use
20377 get_glyph_string_clip_rects.
20378 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
20379 Adjust for the change of struct glyph_string.
20380
20381 * w32font.c (w32font_draw): Do clipping here.
20382
20383 2008-02-01 Kenichi Handa <handa@m17n.org>
20384
20385 * xftfont.c (xftfont_draw): Adjust for the change of struct
20386 glyph_string.
20387
20388 * xterm.c (x_set_glyph_string_clipping): Use
20389 get_glyph_string_clip_rects.
20390 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
20391 Adjust for the change of struct glyph_string.
20392
20393 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
20394 the resulting clip(s}.
20395 (expose_overlaps): Add arg r. Change callers. Set it to
20396 row->clip temporarily.
20397 (expose_window): Redraw rows overlapping the exposed area.
20398
20399 * dispextern.h (struct glyph_row): New member clip.
20400 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
20401 clip_height, new member clip, and num_clips.
20402
20403 2008-02-01 Kenichi Handa <handa@m17n.org>
20404
20405 * data.c (Fchar_or_string_p): Fix docstring.
20406
20407 2008-02-01 Kenichi Handa <handa@m17n.org>
20408
20409 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
20410 create a temporary XftDraw object.
20411
20412 2008-02-01 Kenichi Handa <handa@m17n.org>
20413
20414 * font.c (Ffontp): Fix docstring.
20415
20416 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
20417 strong evidence of ISO-2022.
20418
20419 2008-02-01 Kenichi Handa <handa@m17n.org>
20420
20421 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
20422 SYNTAX_ENTRY_FOLLOW_PARENT.
20423
20424 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
20425
20426 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
20427 its type.
20428 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
20429 Update to the new type of weak_hash_tables and next_weak.
20430
20431 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
20432 a plain C pointer to Lisp_Hash_Table.
20433
20434 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
20435 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
20436 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
20437 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
20438 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
20439 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
20440 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
20441 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
20442 (GC_EQ): Remove since they've been identical to their non-GC_
20443 alter-egos ever since the markbit was eradicated.
20444
20445 * alloc.c:
20446 * buffer.c:
20447 * buffer.h:
20448 * data.c:
20449 * fileio.c:
20450 * filelock.c:
20451 * fns.c:
20452 * frame.h:
20453 * lisp.h:
20454 * macterm.c:
20455 * print.c:
20456 * process.c:
20457 * w32fns.c:
20458 * w32menu.c:
20459 * w32term.c:
20460 * xfns.c:
20461 * xmenu.c:
20462 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
20463
20464 2008-02-01 Kenichi Handa <handa@m17n.org>
20465
20466 * chartab.c (map_sub_char_table): Make it work for the top-level
20467 char-table. Fix handling of parent char-table.
20468 (map_char_table): Adjust for the above change.
20469
20470 2008-02-01 Jason Rumney <jasonr@gnu.org>
20471
20472 * w32font.c (Qgdi): Rename from Qw32.
20473
20474 2008-02-01 Jason Rumney <jasonr@gnu.org>
20475
20476 * w32bdf.c (get_quoted_string): Make function static.
20477
20478 2008-02-01 Kenichi Handa <handa@m17n.org>
20479
20480 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
20481 bigger ascent and descent than those of the font, use them as
20482 font's ascent and descent.
20483
20484 2008-02-01 Kenichi Handa <handa@m17n.org>
20485
20486 * Makefile.in (${lispsource}international/charprop.el): Move this
20487 target within "#ifdef HAVE_UNIDATA" and "#endif".
20488
20489 2008-02-01 Kenichi Handa <handa@m17n.org>
20490
20491 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
20492 (shortlisp): Add ../lisp/language/tai-viet.el.
20493
20494 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
20495
20496 * Makefile.in (${lispsource}international/charprop.el): Depend on
20497 temacs${EXEEXT}.
20498
20499 2008-02-01 Jason Rumney <jasonr@gnu.org>
20500
20501 * w32font.c (w32font_close): Delete the GDI font object.
20502
20503 * w32menu.c: Include character.h.
20504
20505 * w32proc.c: Likewise.
20506
20507 * w32select.c: Likewise.
20508
20509 * makefile.w32-in (w32proc.o): Depend on character.h.
20510
20511 2008-02-01 Jason Rumney <jasonr@gnu.org>
20512
20513 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
20514
20515 * w32menu.c (syms_of_w32menu): Likewise.
20516
20517 * w32proc.c (syms_of_ntproc): Likewise.
20518
20519 * w32select.c (syms_of_w32select): Likewise.
20520
20521 * w32term.c (syms_of_w32term): Likewise.
20522
20523 2008-02-01 Jason Rumney <jasonr@gnu.org>
20524
20525 * w32font.c (w32font_draw): Delete brush after using it.
20526
20527 2008-02-01 Jason Rumney <jasonr@gnu.org>
20528
20529 * w32font.c (w32font_open): Don't set font_idx.
20530 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
20531 to font settings.
20532 (w32font_draw): Fill background explicitly.
20533
20534 2008-02-01 Jason Rumney <jasonr@gnu.org>
20535
20536 * w32term.c (w32_initialize): Don't call w32font_initialize.
20537
20538 * w32font.c (w32font_info): Remove subranges.
20539 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
20540 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
20541 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
20542 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
20543 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
20544 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
20545 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
20546 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
20547 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
20548 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
20549 New symbols.
20550 (font_callback_data): New struct.
20551 (w32font_list, w32font_match): Use it.
20552 (w32font_open): Don't populate subranges.
20553 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
20554 (w32font_encode_char): Always return unicode code-point as-is.
20555 (w32font_text_extents): Supply a transformation matrix to
20556 GetGlyphOutline. Never look up by glyph index. Avoid looping
20557 twice. Use unicode version of GetTexExtentPoint32 instead of
20558 glyph index version.
20559 (set_fonts_frame): Remove.
20560 (w32_enumfont_pattern_entity): Add frame parameter, use it to
20561 set frame parameter. Use backward compatible fake foundries.
20562 Save generic family in extra slot under QCfamily. Make width slot
20563 constant. Save QCspacing value. Save list of scripts instead of
20564 binary subranges.
20565 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
20566 (add_font_entity_to_list): Use font_callback_data struct. Filter
20567 unwanted fonts.
20568 (add_one_font_entity_to_list): Use font_callback_data struct.
20569 (w32_registry): Default to iso10646_1.
20570 (fill_in_logfont): Use dpi from extra slot. Don't bother with
20571 string font registries. Don't fill in font name if it is a generic
20572 family name, fill family instead. Use spacing, family and script
20573 extra info to fill pitch, family and charset fields.
20574 (list_all_matching_fonts): Use font_callback_data struct.
20575 (unicode_range_for_char): Remove.
20576 (font_supported_scripts): New function.
20577 (w32font_initialize): Remove.
20578 (syms_of_w32font): Update which symbols are defined.
20579
20580 2008-02-01 Jason Rumney <jasonr@gnu.org>
20581
20582 * font.c (font_pixel_size): Reverse assq_no_quit args.
20583
20584 * w32term.h (FONT_WIDTH): Report max width, not average.
20585 (FONT_MAX_WIDTH): Remove.
20586 (FONT_AVG_WIDTH): New macro.
20587
20588 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
20589 redefinition of FONT_WIDTH.
20590
20591 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
20592 (w32_cache_char_metrics): Use FONT_WIDTH.
20593
20594 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
20595
20596 2008-02-01 Jason Rumney <jasonr@gnu.org>
20597
20598 * w32font.c (w32font_open): Make lfHeight negative.
20599
20600 * w32fns.c (x_default_font_parameter): Use new style font name.
20601 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
20602
20603 2008-02-01 Jason Rumney <jasonr@gnu.org>
20604
20605 * w32font.c (QCsubranges): New symbol.
20606 (w32font_open, w32font_has_char): Get subranges from subproperty
20607 of extra.
20608 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
20609 (syms_of_w32font): Define :subranges symbol.
20610
20611 * font.c (font_put_extra): Expose externally.
20612
20613 * font.h (font_put_extra): Move declaration from font.c.
20614
20615 * font.c (Ffont_get): Use font driver to determine otf capability.
20616 (adjust_anchor): Check if driver defines anchor_point before using.
20617
20618 * w32font.c (w32font_open): Handle size, height and pixel_size better.
20619 (w32font_draw): Use options.
20620 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
20621 Fix detection of truetype fonts.
20622 (registry_to_w32_charset): Handle charsets other than iso8859-1
20623 expressed as lisp symbols.
20624 (w32_registry): Express charset as lisp symbol.
20625 (fill_in_logfont): Reverse pixel and point height logic.
20626 Don't set width here. Set quality to default.
20627
20628 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
20629 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
20630
20631 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20632 Remove redundant loop and allocation.
20633
20634 * makefile.w32-in (font.o, w32font.o): New objects.
20635 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
20636 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
20637
20638 * xdisp.c (fill_composite_glyph_string): Make the first arg to
20639 STORE_XCHARB a valid l-value.
20640
20641 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
20642 calculations for non-Truetype fonts.
20643 (x_draw_glyph_string): Sync with xterm.c.
20644 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20645 Remove redundant code.
20646 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
20647
20648 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
20649 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
20650
20651 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
20652 (x_to_w32_charset, w32_to_x_charset): Expose externally.
20653
20654 * w32font.c: New file for w32 font backend.
20655
20656 2008-02-01 Kenichi Handa <handa@m17n.org>
20657
20658 * term.c: Don't include "buffer.h" twice.
20659
20660 2008-02-01 Kenichi Handa <handa@m17n.org>
20661
20662 * character.c (Funibyte_string): New function.
20663 (syms_of_character): Defsubr it.
20664
20665 2008-02-01 Jason Rumney <jasonr@gnu.org>
20666
20667 * w32term.c [USE_FONT_BACKEND]:
20668 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
20669 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
20670 (x_draw_glyph_string, x_draw_glyph_string_foreground)
20671 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
20672 (x_free_frame_resources): Sync with xterm.c.
20673
20674 2008-02-01 Andreas Schwab <schwab@suse.de>
20675
20676 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
20677 char-table size.
20678
20679 2008-02-01 Kenichi Handa <handa@m17n.org>
20680
20681 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
20682
20683 2008-02-01 Kenichi Handa <handa@m17n.org>
20684
20685 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
20686 font_otf_gpos, add font_drive_otf.
20687
20688 * fontset.c (fontset_find_font): Pay attention to font size
20689 specified for a font.
20690 (reorder_font_vector): Check contents of font_def.
20691
20692 * font.c (struct otf_list): Delete it.
20693 (otf_list): Make it a lisp variable.
20694 (otf_open): Use lispy otf_list.
20695 (generate_otf_features): Rename from parse_gsub_gpos_spec.
20696 (check_otf_features): New function.
20697 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
20698 New functions.
20699 (font_drive_otf): New function merging font_otf_gsub and
20700 font_otf_gpos.
20701 (font_open_for_lface): New arg spec. Change argument order.
20702 (font_load_for_face): Adjust for the change of font_open_for_lface.
20703 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
20704 Ffont_otf_gpos.
20705 (syms_of_font): Staticpro otf_list. Delete defsubr of
20706 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
20707
20708 * xfaces.c (set_font_frame_param): Adjust for the change of
20709 font_open_for_lface.
20710
20711 * font.h (font_open_for_lface): Adjust prototype.
20712 (struct font_driver): Delete members otf_gsub and otf_gpos, add
20713 member otf_drive.
20714 (font_otf_gsub, font_otf_gpos): Delete externs.
20715 (font_drive_otf): Extern it.
20716
20717 2008-02-01 Kenichi Handa <handa@m17n.org>
20718
20719 * font.c (font_at): If the window W is not on a window system,
20720 return Qnil.
20721
20722 * coding.c (produce_chars, encode_coding): Don't call
20723 insert_from_gap if no characters to produce.
20724
20725 2008-02-01 Kenichi Handa <handa@m17n.org>
20726
20727 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
20728 Fclear_face_cache.
20729
20730 * xfaces.c (face_for_font): Check also face->font==font->font.font.
20731
20732 2008-02-01 Miles Bader <miles@gnu.org>
20733
20734 * emacs.c (main): Change default value of `enable_font_backend' to 1.
20735 Parse "--disable-font-backend" option.
20736 (standard_args): Add "--disable-font-backend" option.
20737
20738 2008-02-01 Kenichi Handa <handa@m17n.org>
20739
20740 * fontset.c (fontset_find_font): New function.
20741 (fontset_font): Use fontset_find_font.
20742 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
20743 Register the specified font for all Latin characters.
20744 (new_fontset_from_font): Register the specified font for all Latin
20745 characters.
20746 (dump_fontset): For a realized fontset, include the base fontset
20747 name in the returned vector.
20748
20749 2008-02-01 Kenichi Handa <handa@m17n.org>
20750
20751 * character.h (CHAR_STRING): Cast C to unsigned on calling
20752 char_string.
20753
20754 * character.c (char_string): Type of arg C changed to unsigned.
20755 Signal an error if C is an invalid character code.
20756
20757 * editfns.c (general_insert_function, Fchar_to_string):
20758 Use CHARACTERP, not INTEGERP.
20759
20760 2008-02-01 Kenichi Handa <handa@m17n.org>
20761
20762 * character.h (MIN_MULTIBYTE_LEADING_CODE)
20763 (MAX_MULTIBYTE_LEADING_CODE): New macros.
20764
20765 * regex.c (analyse_first): Fix for multibyte characters in "case
20766 charset:" and "case categoryspec:".
20767
20768 2008-02-01 Andreas Schwab <schwab@suse.de>
20769
20770 * Makefile.in (LIBES): Move standard libraries to the end.
20771
20772 2008-02-01 Kenichi Handa <handa@m17n.org>
20773
20774 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
20775 nonzero, don't shrink the buffer nextb.
20776
20777 * buffer.h (struct buffer_text): New member inhibit_shrinking.
20778
20779 * coding.c (coding_alloc_by_making_gap): New arg offset.
20780 (alloc_destination): Call coding_alloc_by_making_gap with the arg
20781 offset.
20782 (decode_coding_iso_2022): Update coding->safe_charsets.
20783 (decode_coding_gap): Temporarily set
20784 current_buffer->text->inhibit_shrinking to 1.
20785
20786 2008-02-01 Kenichi Handa <handa@m17n.org>
20787
20788 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
20789 indexing into elements of s->cmp and s->char2b.
20790
20791 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
20792
20793 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
20794
20795 2008-02-01 Kenichi Handa <handa@m17n.org>
20796
20797 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
20798 target_multibyte instead of multibyte.
20799 (re_match_2_internal): Call bcmp_translate with target_multibyte.
20800 (bcmp_translate): Change the argument name from multibyte to
20801 target_multibyte.
20802
20803 2008-02-01 Kenichi Handa <handa@m17n.org>
20804
20805 These changes are to compile a regexp into a pattern that can be
20806 used both for multibyte and unibyte targets.
20807
20808 * Makefile.in (search.o): Depend on charset.h.
20809
20810 * character.c (multibyte_char_to_unibyte_safe): New function.
20811
20812 * search.c: Include "charset.h".
20813 (compile_pattern_1): Delete argument multibyte. Don't set
20814 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
20815 (compile_pattern): Don't compare cp->buf.target_multibyte.
20816 Compare cp->buf.charset_unibyte.
20817 (compile_pattern): Set cp->buf.target_multibyte.
20818
20819 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
20820
20821 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
20822
20823 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
20824 multibyte. Change callers.
20825 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
20826 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
20827 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
20828 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
20829 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
20830 (regex_compile): Make the compiled pattern usable both for
20831 multibyte and unibyte targets.
20832 (analyse_first): Make the fastmap usable both for multibyte and
20833 unibyte targets.
20834 (TRANSLATE_VIA_MULTIBYTE): Delete.
20835 (re_match_2_internal): Pay attention to the case that the
20836 multibyteness of bufp and target may be different.
20837
20838 2008-02-01 Kenichi Handa <handa@m17n.org>
20839
20840 * xdisp.c (x_produce_glyphs): When a font is not found, make the
20841 empty box occupy at least one column width.
20842
20843 2008-02-01 Miles Bader <miles@gnu.org>
20844
20845 * Makefile.in: Remove redundant HAVE_XFT clause.
20846
20847 2008-02-01 Kenichi Handa <handa@m17n.org>
20848
20849 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
20850
20851 2008-02-01 Kenichi Handa <handa@m17n.org>
20852
20853 * fontset.c (Finternal_char_font): Fix for the case of POSITION
20854 being nil.
20855
20856 2008-02-01 Kenichi Handa <handa@m17n.org>
20857
20858 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
20859
20860 2008-02-01 Kenichi Handa <handa@m17n.org>
20861
20862 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
20863
20864 2008-02-01 Kenichi Handa <handa@m17n.org>
20865
20866 * search.c (simple_search): Fix previous change.
20867
20868 2008-02-01 Kenichi Handa <handa@m17n.org>
20869
20870 * xftfont.c (ftfont_font_format): Extern declaration.
20871
20872 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
20873
20874 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
20875 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
20876
20877 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
20878 (ftfont_font_format): Fix previous change.
20879
20880 * font.h (Ffont_xlfd_name): EXFUN it.
20881
20882 * font.c (font_parse_xlfd): Fix the array size of `f'.
20883 (register_font_driver): Use EQ to compare driver->type.
20884
20885 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
20886 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
20887 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
20888
20889 2008-02-01 Kenichi Handa <handa@m17n.org>
20890
20891 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
20892 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
20893
20894 2008-02-01 Kenichi Handa <handa@m17n.org>
20895
20896 * xfont.c (xfont_open): Set font->format.
20897
20898 * xftfont.c (xftfont_open): Set font->format.
20899
20900 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
20901 (ftfont_list): Include FC_FONTFORMAT in FcObject.
20902 (ftfont_open): Set font->format.
20903 (ftfont_font_format): New function.
20904
20905 * font.h (struct font): New member format.
20906
20907 * font.c (Qopentype): New variable.
20908 (syms_of_font): Defsym it.
20909 (Fquery_font): Change the format of the last element of the return
20910 value.
20911
20912 2008-02-01 Kenichi Handa <handa@m17n.org>
20913
20914 * xfns.c (xic_create_xfontset): Try the default fontset name as a
20915 last resort.
20916
20917 2008-02-01 Kenichi Handa <handa@m17n.org>
20918
20919 * coding.c (detect_coding_charset): Fix detection of multi-byte
20920 charset.
20921
20922 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
20923
20924 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
20925
20926 2008-02-01 Kenichi Handa <handa@m17n.org>
20927
20928 * xdisp.c (get_next_display_element): Set it->face_id for the
20929 first component of a composition.
20930 (x_produce_glyphs): Check if the font is changed or not for composition.
20931
20932 2008-02-01 Kenichi Handa <handa@m17n.org>
20933
20934 * fontset.c (Qlatin): New variable.
20935 (syms_of_fontset): Define it as a lisp symbol.
20936 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
20937
20938 2008-02-01 Kenichi Handa <handa@m17n.org>
20939
20940 * font.c (font_unparse_fcname): Pay attention to the case that
20941 some of font property is a null string.
20942
20943 2008-02-01 Kenichi Handa <handa@m17n.org>
20944
20945 * term.c: Include "composite.h".
20946 (encode_terminal_code): Output all components of composition.
20947 Check the size of encode_terminal_src.
20948 (produce_glyphs): For composition, call produce_composite_glyph.
20949 (append_composite_glyph, produce_composite_glyph): New functions.
20950
20951 * xdisp.c (x_produce_glyphs): In handling composition, if a font
20952 is not found, get font_info from the current ascii face.
20953
20954 2008-02-01 Kenichi Handa <handa@m17n.org>
20955
20956 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
20957 buffer-file-name to Qnil before calling insert_from_buffer.
20958
20959 * font.c (font_unparse_fcname): Pay attention to the case that
20960 foundry is a null string.
20961
20962 2008-02-01 Kenichi Handa <handa@m17n.org>
20963
20964 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
20965
20966 * font.c (Qunicode_sip): New variable.
20967 (syms_of_font): Declare it as a Lisp symbol.
20968
20969 * font.h (Qunicode_sip): Extern it.
20970
20971 2008-02-01 Kenichi Handa <handa@m17n.org>
20972
20973 * composite.c (get_composition_id): Pay attention to TAB component.
20974
20975 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
20976 TAB. Adjust for the change of s->char2b which always points to
20977 the first element of allocated memory.
20978
20979 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
20980
20981 * xdisp.c (handle_composition_prop): Set it->c to the first
20982 non-TAB component.
20983 (fill_composite_glyph_string): Change argument.
20984 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
20985 (x_produce_glyphs): Fix handling of left/right padding.
20986
20987 2008-02-01 Kenichi Handa <handa@m17n.org>
20988
20989 * coding.c (detect_coding_system): Fix for handling off
20990 inhibit_iso_escape_detection. Fix for the case that no coding
20991 system is defined for a specific coding category.
20992
20993 2008-02-01 Kenichi Handa <handa@m17n.org>
20994
20995 * font.c (font_matching_entity): Delete unused local var.
20996
20997 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
20998 opening a font.
20999
21000 * fileio.c (Finsert_file_contents): On recovering a file, assume
21001 Unix-like eol.
21002 (choose_write_coding_system): On auto-saving a file, force
21003 Unix-like eol.
21004
21005 * coding.c (setup_coding_system): Fix setting of
21006 coding->common_flags based on eol_type.
21007 (coding_inherit_eol_type): If PARENT is not nil, be sure to
21008 inherit from it.
21009
21010 2008-02-01 Kenichi Handa <handa@m17n.org>
21011
21012 * alloc.c (NSTATICS): Increas to 0x600.
21013
21014 2008-02-01 Kenichi Handa <handa@m17n.org>
21015
21016 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
21017 (ftfont_list): Don't check :name property.
21018 (ftfont_match): New function.
21019 (ftfont_pattern_entity): If the pattern doesn't contain
21020 FC_SPACING, don't assume FC_MONO.
21021
21022 * font.h (struct font_driver): New member `match'.
21023 (font_update_drivers): Adjust prototype.
21024
21025 * font.c (font_parse_fcname, font_parse_name): Don't change :name
21026 property of FONT.
21027 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
21028 them unconditionally.
21029 (font_matching_entity): New function.
21030 (font_open_by_name): Try font_matching_entity if exact match is
21031 not found.
21032 (font_update_drivers): Delete the arg FONT. Return a list of
21033 actually used backends. Don't free faces, font caches here.
21034 Don't store data in frame parameters. Don't call x_set_font.
21035 (Ffont_spec): Store :name property as is.
21036 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
21037 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
21038 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
21039 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
21040 Call font->driver->otf_gsub instead of font_otf_gsub.
21041
21042 * frame.c (x_set_font_backend): Do more works that were done in
21043 font_update_drivers before.
21044
21045 * xfont.c (xfont_match): New function.
21046 (xfont_driver): Set xfont_driver.match to xfont_match.
21047 (xfont_draw): Set font in GC if necessary.
21048
21049 * ftxfont.c (ftxfont_match): New function.
21050 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
21051
21052 * xftfont.c (xftfont_match): New function.
21053 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
21054
21055 2008-02-01 Kenichi Handa <handa@m17n.org>
21056
21057 * font.h (struct font): New member scalable.
21058 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
21059 (font_otf_gsub): Adjust prototype.
21060
21061 * font.c (font_otf_capability): Fix handling of the default langsys.
21062 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
21063 Check the contents of SPEC.
21064 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
21065 (check_gstring): New function.
21066 (REPLACEMENT_CHARACTER): New macro.
21067 (font_otf_gsub): New arg alternate_subst. Be sure to set all
21068 glyph codes of GSTRING.
21069 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
21070 (font_prepare_composition): Set cmp->glyph_len.
21071 (font_open_entity): Set font->scalable.
21072 (Ffont_get): Handle :otf property.
21073 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
21074 functions.
21075 (Fquery_font): Use font->font.full_name.
21076 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
21077 Sfont_otf_alternates.
21078
21079 * ftfont.c (ftfont_open): Set font->font.full_name and
21080 font->font.name properly. Fix calculation of font->font.height
21081 and font->min_width.
21082
21083 * ftxfont.c (ftxfont_create_gcs): New function.
21084 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
21085 (ftxfont_draw_backgrond): Fix filling region.
21086 (ftxfont_default_fid): New function.
21087 (ftxfont_open): Set xfont->fid to the return value of
21088 ftxfont_default_fid.
21089 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
21090 (ftxfont_done_face): Free only GCs that are created by
21091 ftxfont_create_gcs.
21092 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
21093
21094 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
21095 Clip to src->width, etc (not src->clip_XXX).
21096
21097 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
21098 FontBackend frame parameter.
21099
21100 2008-02-01 Kenichi Handa <handa@m17n.org>
21101
21102 * font.h (struct font_driver_list): New member `on'.
21103 (Fclear_font_cache): EXFUN it.
21104 (font_update_drivers): Extern it.
21105
21106 * font.c (font_unparse_fcname): Fix typo (swidth->width).
21107 (font_list_entities): Check driver_list->on.
21108 (register_font_driver): Initialize `on' member to 0.
21109 (font_update_drivers): New function.
21110 (Fclear_font_cache): Check driver_list->on.
21111
21112 * frame.h (Qfont_backend): Extern it.
21113 (x_set_font_backend): Extern it.
21114
21115 * frame.c (Qfont_backend): New variable.
21116 (frame_parms): New element for font-backend.
21117 (x_set_font_backend): New function.
21118
21119 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
21120 FontBackend frame parameter.
21121 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
21122 x_set_font_backend.
21123
21124 * xfont.c (xfont_list): Don't try listing by :name property if the
21125 name is not for XLFD.
21126
21127 2008-02-01 Kenichi Handa <handa@m17n.org>
21128
21129 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
21130 (LGLYPH_SET_TO): New macros.
21131 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
21132 element of G is vector or not.
21133 (font_at): Extern it.
21134
21135 * font.c: Include window.h.
21136 (font_lispy_object): New function.
21137 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
21138 end of valid glyph.
21139 (font_close_object): Fix getting (struct font *).
21140 (font_at): New function.
21141 (Ffont_get): If FONT is a font-object, get entity from it.
21142 (Ffont_make_gstring): Initialize elements of glyphs with nil.
21143 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
21144 range check.
21145 (Ffont_at): New function.
21146 (syms_of_font): Defsubr Sfont_at.
21147
21148 * xdisp.c (it_props): Move the entry for Qauto_composed to just
21149 before the entry for Qcomposition.
21150 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
21151 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
21152 the font in gstring.
21153 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
21154 LGLYPH_FORM (g) to detect the end of valid glyph.
21155 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
21156 we are composing with gstring.
21157
21158 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
21159 Check if adjustment is vector or not.
21160
21161 * Makefile.in (font.o): Make it depends on window.h.
21162
21163 2008-02-01 Kenichi Handa <handa@m17n.org>
21164
21165 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
21166 adjustment is vector or not.
21167
21168 2008-02-01 Miles Bader <miles@gnu.org>
21169
21170 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
21171
21172 2008-02-01 Kenichi Handa <handa@m17n.org>
21173
21174 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
21175 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
21176 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
21177
21178 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
21179 (DEVICE_DELTA): Fix typo.
21180 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
21181 LGLYPH format.
21182
21183 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
21184 the change of LGLYPH format.
21185
21186 2008-02-01 Kenichi Handa <handa@m17n.org>
21187
21188 * ftfont.c (ftfont_list): Fix typo.
21189 (ftfont_build_basic_charsets): Don't include letters with diacritics.
21190
21191 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
21192
21193 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
21194
21195 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
21196 xftface_info is non-NULL.
21197
21198 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
21199
21200 * ftfont.c (ftfont_list): Move misplaced #endif.
21201
21202 2008-02-01 Kenichi Handa <handa@m17n.org>
21203
21204 * ftfont.c (ftfont_list): Pay attention to the case that
21205 FC_CAPABILITY is not defined.
21206
21207 2008-02-01 Kenichi Handa <handa@m17n.org>
21208
21209 * xftfont.c (xftfont_open): Set charset related members to -1.
21210
21211 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
21212 QCname.
21213 (ftfont_open): Set charset related members to -1.
21214
21215 * fontset.c (Votf_script_alist): New variable.
21216 (syms_of_fontset): Initialize it.
21217 (fontset_font): Delete unused variable.
21218
21219 * fontset.h (Votf_script_alist): Extern it.
21220
21221 * font.c (font_find_for_lface): Optimize code.
21222
21223 * font.h (font_close_object, font_merge_old_spec): Extern them.
21224
21225 2008-02-01 Kenichi Handa <handa@m17n.org>
21226
21227 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
21228 (syms_of_font): Initialize them.
21229 (font_pixel_size): Allow float value in dpi.
21230 (font_prop_validate_type): Delete.
21231 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
21232 Change caller.
21233 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
21234 (font_prop_validate_extra): Delete.
21235 (font_prop_validate_spacing): New function.
21236 (font_property_table): Add elements for all known properties.
21237 (get_font_prop_index): Rename from check_font_prop_name. New
21238 argument FROM. Change caller.
21239 (font_prop_validate): Validate all known properties.
21240 (font_put_extra): Delete argument force. Change caller.
21241 (font_expand_wildcards): Make it static. Fix the way of shrinking
21242 the possible range.
21243 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
21244 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
21245 Change caller.
21246 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
21247 (font_parse_fcname): Delete argument merge. Fix parsing of point
21248 size. Don't validate properties values here. Change caller.
21249 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
21250 (font_open_by_name): Delete unused variable.
21251 (Ffont_spec): Likewise. Validate property values.
21252 (Ffont_match_p): New function.
21253
21254 * font.h (QCscalable): Extern it.
21255 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
21256
21257 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
21258
21259 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
21260 (xfont_list_pattern): New function.
21261 (xfont_list): Use xfont_list_pattern.
21262
21263 2008-02-01 Kenichi Handa <handa@m17n.org>
21264
21265 * font.h (Flist_fonts): EXFUN it.
21266
21267 2008-02-01 Jason Rumney <jasonr@gnu.org>
21268
21269 * w32term.c (w32_initialize): Add back smoothing_type and
21270 smoothing_enabled definitions.
21271
21272 2008-02-01 Kenichi Handa <handa@m17n.org>
21273
21274 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
21275 s->face->font on determining underline position.
21276
21277 2008-02-01 Kenichi Handa <handa@m17n.org>
21278
21279 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
21280 (font_has_char): Accept font-object too.
21281 (font_find_for_lface): Try at first with a size specified in face.
21282
21283 2008-02-01 Kenichi Handa <handa@m17n.org>
21284
21285 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
21286 font_open_by_name.
21287
21288 2008-02-01 Kenichi Handa <handa@m17n.org>
21289
21290 * font.h (QCspacing, QCdpi): Extern them.
21291 (enum font_spacing): New enum.
21292 (FONT_PIXEL_SIZE_QUANTUM): New macro.
21293
21294 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
21295 (QCspacing, QCdpi): New variables.
21296 (syms_of_font): Initialize them.
21297 (font_pixel_size): New function.
21298 (font_put_extra): New function.
21299 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
21300 in FONT_EXTRA.
21301 (font_parse_fcname): Handle enumerated values (e.g. bold).
21302 Fix handling font size. Add QCname property that contains only
21303 unknown properties.
21304 (font_score): Change argument. Change caller. Pay attention to
21305 FONT_PIXEL_SIZE_QUANTUM.
21306 (font_sort_entites, font_list_entities, font_find_for_lface)
21307 (font_open_for_lface, font_open_by_name): Fix handling of font size.
21308 (Ffont_spec): Add QCname property that contains only unknown properties.
21309
21310 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
21311 include weight in listing pattern, instead check weight of each
21312 listed font. Don't include scalable in pattern. Pay attention to
21313 FONT_PIXEL_SIZE_QUANTUM.
21314
21315 2008-02-01 Kenichi Handa <handa@m17n.org>
21316
21317 * font.c (font_parse_fcname): Fix parsing of point-size.
21318 (font_unparse_fcname): Produce symbolic names for style properties.
21319 (font_list_entities): Handle float size correctly.
21320 (font_open_by_name): Prefer `normal' property values if the name
21321 doesn't specify them.
21322
21323 * fontset.c (Finternal_char_font): Use font_get_name, not
21324 Ffont_xlfd_name.
21325
21326 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
21327 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
21328 pattern. Don't force scalable.
21329
21330 * xftfont.c (xftfont_open): For generating a name, start from
21331 96-byte buffer.
21332
21333 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
21334
21335 * frame.h (x_new_fontset2): Fix prototype.
21336
21337 2008-02-01 Kenichi Handa <handa@m17n.org>
21338
21339 * font.h (struct font_driver): Delete member parse_name.
21340 (font_match_p, font_get_spec, font_parse_fcname)
21341 (font_unparse_fcname): Extern them.
21342 (font_get_name): Adjust prototype.
21343
21344 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
21345 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
21346 (font_expand_wildcards): Fix handling ENCODING field. Avoid
21347 unnecessary checks for weight, slant, and swidth.
21348 (font_parse_fcname): New function.
21349 (font_unparse_fcname): New function.
21350 (font_parse_name): New function.
21351 (font_match_p): New function.
21352 (font_get_name): Change return value to Lisp string.
21353 (font_get_spec): New function.
21354 (Qunspecified, Qignore_defface): Don't extern them.
21355 (font_find_for_lface): Assume that LFACE is fully specified.
21356 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
21357 object, use it for FACE.
21358 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
21359 driver->parse_name.
21360 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
21361
21362 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
21363 prototype.
21364
21365 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
21366 argument F. Don't call Fnew_fontset. Instead, directly call
21367 make_fontset.
21368
21369 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
21370
21371 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
21372 of x_new_fontset2.
21373
21374 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
21375 (Qsans__serif): New variables.
21376 (ftfont_generic_family_list): New variable.
21377 (syms_of_ftfont): Initialize the above variables.
21378 (ftfont_pattern_entity): Delete argument NAME.
21379 (ftfont_list_generic_family): New function.
21380 (ftfont_parse_name): Delete this function.
21381 (ftfont_list): Try generic family only when FcFontList found no font.
21382 (ftfont_list_family): Fix args to FcObjectSetBuild.
21383
21384 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
21385 object in attrs[LFACE_FONT_INDEX].
21386 (set_lface_from_font_name): Cancel all changes for font-backend.
21387 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
21388 function.
21389 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
21390 font object in QCfont attribute.
21391 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
21392 (realize_default_face) [USE_FONT_BACKEND]: Call
21393 set_lface_from_font_and_fontset.
21394
21395 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
21396 "fixed", and signal error here if no suitable font was found.
21397
21398 * xfont.c (xfont_parse_name): Delete this function.
21399
21400 * xftfont.c (xftfont_open): Change coding style of error
21401 handling. Generate fontconfig's fontname pattern.
21402
21403 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
21404 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
21405
21406 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
21407 Both args FONTSET and FONT_OBJECT must be existing ones.
21408
21409 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21410
21411 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
21412
21413 2008-02-01 Kenichi Handa <handa@m17n.org>
21414
21415 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
21416
21417 * font.h (struct font): Fix typo.
21418
21419 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
21420 XLFD_XXX_INDEX.
21421 (enum xlfd_field_mask): New enum.
21422 (intern_font_field): Changed argument. Change caller. If digits
21423 are followed by non-digits, return a symbol.
21424 (font_expand_wildcards): New function.
21425 (font_parse_xlfd): Fix wildcard handling.
21426 (Ffont_spec): If :name is specified, reflect the info in the other
21427 properties.
21428
21429 * ftfont.c (ftfont_pattern_entity): Fix typo.
21430 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
21431 locale.
21432
21433 2008-02-01 Kenichi Handa <handa@m17n.org>
21434
21435 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
21436
21437 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
21438 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
21439 registry doesn't specify encoding part.
21440 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
21441 (font_open_by_name): At first try parsing the name.
21442 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
21443 as Lisp symbols.
21444
21445 * fontset.c (reorder_font_vector): Pay attention to the case that
21446 the 3rd element of font_def is nil.
21447 (fontset_font): For the default fontset, append one more fontset
21448 elements for a script-based font specification. Don't add script
21449 attribute on finding a font.
21450 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
21451 font name.
21452 (fontset_ascii_font): If a font can't be opened, return nil.
21453
21454 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
21455 (ftfont_pattern_entity): New function.
21456 (ftfont_get_cache): Assume that freetype_font_cache is already
21457 initialized.
21458 (ftfont_list): Handle the case that a file is specified in font
21459 name. Use ftfont_pattern_entity to generate entities.
21460 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
21461 (syms_of_ftfont): Initialize freetype_font_cache.
21462
21463 * xftfont.c (xftfont_open): Make the font name fontconfig's
21464 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
21465 (xftfont_close): Free font->font.name if not NULL.
21466
21467 * xfont.c (xfont_list): If script is specified for a font, return
21468 null_vector.
21469 (xfont_list_family): Declare argument type.
21470
21471 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
21472 name, set LFACE_FONT (lface) to nil.
21473
21474 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
21475 return Qnil.
21476
21477 2008-02-01 Kenichi Handa <handa@m17n.org>
21478
21479 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
21480 (standard_args): Add "-enable-font-backend".
21481
21482 2008-02-01 Kenichi Handa <handa@m17n.org>
21483
21484 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
21485 (struct xftdraw_list, xftdraw_list): Delete them.
21486 (register_xftdraw, check_xftdraw): Delete them.
21487 (xftfont_prepare_face): Don't call register_xftdraw.
21488 (xftfont_done_face): Don't call check_xftdraw.
21489 (xftfont_draw): Get background color only when with_background is
21490 nonzero.
21491
21492 * xfont.c (xfont_encode_char): Fix calculation of char2b.
21493
21494 2008-02-01 Kenichi Handa <handa@m17n.org>
21495
21496 These changes are for the new font handling codes.
21497
21498 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
21499 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
21500 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
21501 (FONTSRC, FONTOBJ): New variables.
21502 (obj): Add $(FONTOBJ).
21503 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
21504 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
21505 @LIBOTF_LIBS@.
21506 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
21507 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
21508
21509 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
21510
21511 * character.h (Vscript_representative_chars): Extern it.
21512
21513 * character.c (Vscript_representative_chars): New variable.
21514 (syms_of_character): Declare it as a Lisp variable.
21515
21516 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
21517 enable_font_backend is nonzero, accept the composition method
21518 COMPOSITION_WITH_GLYPH_STRING.
21519
21520 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
21521 enumeration COMPOSITION_WITH_GLYPH_STRING.
21522
21523 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
21524 members clip_x, clip_y, clip_width, and clip_height.
21525 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
21526
21527 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
21528 --enable-font-backend. Call syms_of_font.
21529
21530 * fns.c (assoc_no_quit): New function.
21531
21532 * fontset.h (FONT_INFO_FROM_FACE): New macro.
21533 (face_for_font, new_fontset_from_font)
21534 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
21535
21536 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
21537 (fontset_font, fontset_ascii, face_for_char)
21538 (make_fontset_for_ascii_face, Ffont_info)
21539 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
21540 is nonzero, use font-backend mechanism.
21541 (find_font_encoding): Make it non-static.
21542 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
21543 New functions.
21544
21545 * frame.h (struct frame): New members resx and resy.
21546 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
21547 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
21548
21549 * frame.c [USE_FONT_BACKEND]: Include "font.h".
21550 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
21551
21552 * lisp.h (assoc_no_quit): Extern it.
21553
21554 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
21555 Through out the file, use FONT_INFO_FROM_FACE instead of
21556 FONT_INFO_FROM_ID, use get_per_char_metric instead of
21557 rif->per_char_metric.
21558 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
21559 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
21560 (get_glyph_face_and_encoding, fill_composite_glyph_string)
21561 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21562 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
21563 nonzero, use font-backend mechanism.
21564 (get_per_char_metric): New function.
21565
21566 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
21567 (set_lface_from_font_name)
21568 (set_font_frame_param, free_realized_face)
21569 (prepare_face_for_display, clear_face_gcs)
21570 (Finternal_set_font_selection_order, realize_x_face)
21571 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
21572 font-backend mechanism.
21573 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
21574 (load_face_font) [USE_FONT_BACKEND]: Abort.
21575 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
21576 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
21577
21578 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
21579 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
21580 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
21581 nonzero, register all available font drivers. Call
21582 x_default_font_parameter for deciding a font.
21583 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
21584
21585 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
21586 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
21587 (x_set_glyph_string_clipping_exactly)
21588 (x_compute_glyph_string_overhangs)
21589 (x_draw_glyph_string_foreground)
21590 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
21591 (x_free_frame_resources) [USE_FONT_BACKEND]: If
21592 enable_font_backend is nonzero, use font-backend mechanism.
21593 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
21594
21595 2008-02-01 Kenichi Handa <handa@m17n.org>
21596
21597 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
21598 system_eol_type.
21599 (syms_of_coding): Initialize system_eol_type.
21600
21601 * process.c (Fset_process_coding_system): Inherit system's eol
21602 format if necessary.
21603
21604 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21605
21606 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
21607
21608 2008-02-01 Kenichi Handa <handa@m17n.org>
21609
21610 * coding.c (decode_eol): Pay attention to buffer relocation in
21611 del_range_2.
21612 (decode_coding): Call decode_eol before restoring undo_list.
21613
21614 2008-02-01 Kenichi Handa <handa@m17n.org>
21615
21616 * charset.c (Fdefine_charset_internal): Fix setting of
21617 emacs_mule_bytes.
21618
21619 2008-02-01 Kenichi Handa <handa@m17n.org>
21620
21621 * keyboard.c (read_char): Check if C is a character or not before
21622 looking up Vkeyboard_translate_table.
21623
21624 2008-02-01 Kenichi Handa <handa@m17n.org>
21625
21626 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
21627 condition to terminate the loop.
21628
21629 2008-02-01 Kenichi Handa <handa@m17n.org>
21630
21631 * coding.c (produce_composition): Compare charbuf[i] instead of
21632 args[i] against 0.
21633 (Fterminal_coding_system): Use EQ to compare Lisp objects.
21634
21635 2008-02-01 Kenichi Handa <handa@m17n.org>
21636
21637 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
21638 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
21639 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
21640 detect_coding.
21641 (emacs_mule_char): Handle old style (Emacs 20) component character
21642 of a composition.
21643 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
21644 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
21645 composition rule.
21646 (decode_coding_emacs_mule): Handle invalid bytes correctly.
21647
21648 2008-02-01 Kenichi Handa <handa@m17n.org>
21649
21650 * coding.c (encode_coding_ccl): Allocate destination dynamically
21651 when necessary.
21652
21653 2008-02-01 Kenichi Handa <handa@m17n.org>
21654
21655 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
21656 the loop. When quitted, show a proper error message.
21657
21658 2008-02-01 Kenichi Handa <handa@m17n.org>
21659
21660 * xterm.c (x_set_glyph_string_clipping_exactly): Set
21661 src->clip_head and src->clip_tail temporarily instead of src->hl.
21662
21663 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
21664 character sequence.
21665 (Fccl_execute_on_string): Use ASET, not XSET.
21666
21667 2008-02-01 Kenichi Handa <handa@m17n.org>
21668
21669 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
21670
21671 2008-02-01 Kenichi Handa <handa@m17n.org>
21672
21673 * coding.c (decode_coding): Fix the condition of terminating the
21674 decoding loop.
21675
21676 2008-02-01 Kenichi Handa <handa@m17n.org>
21677
21678 * data.c (Faset): On setting a character bigger than 255 in a
21679 unibyte string, signal an error instead of make the string multibyte.
21680
21681 2008-02-01 Kenichi Handa <handa@m17n.org>
21682
21683 * charset.c (map_charset_chars): Fix for ascii-compatible charset
21684 made by a mapping table.
21685
21686 2008-02-01 Kenichi Handa <handa@m17n.org>
21687
21688 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
21689 not.
21690 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
21691 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
21692
21693 * xterm.c (x_draw_composite_glyph_string_foreground): Check
21694 s->face is NULL or not.
21695
21696 2008-02-01 Kenichi Handa <handa@m17n.org>
21697
21698 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
21699 (x_draw_glyph_string): Fix drawing of right_overhang and
21700 left_overhang around/on cursor.
21701
21702 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
21703
21704 2008-02-01 Kenichi Handa <handa@m17n.org>
21705
21706 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
21707
21708 2008-02-01 Kenichi Handa <handa@m17n.org>
21709
21710 * coding.c (Fdefine_coding_system_internal)
21711 (Fdefine_coding_system_alias): Avoid a duplicated element in
21712 Vcoding_system_alist.
21713
21714 2008-02-01 Kenichi Handa <handa@m17n.org>
21715
21716 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
21717
21718 * coding.c (Qcoding_system_define_form): New variable.
21719 (syms_of_coding): Intern and staticpro it.
21720 (Fcoding_system_p): Check Qcoding_system_define_form.
21721 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
21722
21723 * coding.h (CODING_SYSTEM_P): If ID is not available, call
21724 Fcoding_system_p.
21725 (CHECK_CODING_SYSTEM): If ID is not available, call
21726 Fcheck_coding_system.
21727 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
21728 Try also Fcheck_coding_system.
21729
21730 2008-02-01 Kenichi Handa <handa@m17n.org>
21731
21732 * coding.c (code_conversion_restore): GCPRO arg.
21733
21734 2008-02-01 Kenichi Handa <handa@m17n.org>
21735
21736 * character.c (lisp_string_width): Check multibyteness of STRING.
21737
21738 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21739
21740 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
21741 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
21742 (decode_mac_font_name): Use decode_coding_c_string instead of
21743 decode_coding.
21744 (x_load_font): Initialize fontp->fontset to -1. Set
21745 fontp->encoding_type.
21746
21747 2008-02-01 Kenichi Handa <handa@m17n.org>
21748
21749 * search.c (search_buffer): Give up BM search on case-fold-search
21750 if one of a target character has a case-equivalence of different
21751 byte length even if that target character is an ASCII.
21752 (simple_search): Fix calculation of byte length of matched text.
21753 (boyer_moore): Fix handling of case-equivalent multibyte characters.
21754
21755 2008-02-01 Kenichi Handa <handa@m17n.org>
21756
21757 * coding.c (decode_coding): Fix handling of invalid bytes.
21758
21759 2008-02-01 Kenichi Handa <handa@m17n.org>
21760
21761 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
21762 Unicode characters.
21763
21764 2008-02-01 Kenichi Handa <handa@m17n.org>
21765
21766 * coding.c (encode_coding_object): If a pre-write-conversion
21767 function makes a new buffer, kill it.
21768
21769 2008-02-01 Kenichi Handa <handa@m17n.org>
21770
21771 * coding.c (QCascii_compatible_p): New variable.
21772 (syms_of_coding): Initialize it.
21773 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
21774 calling string_char.
21775 (record_conversion_result): Add `default:' case.
21776 (coding_charset_list): Delete unused variable `coding_type'.
21777 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
21778 property in the plist of the coding system.
21779 (Fcoding_system_put): Check QCascii_compatible_p.
21780
21781 2008-02-01 Miles Bader <miles@gnu.org>
21782
21783 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
21784 removed calculation of frame `f', as it's now used.
21785
21786 2008-02-01 Kenichi Handa <handa@m17n.org>
21787
21788 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
21789 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
21790 (UNIDATA): New variable.
21791 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
21792 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
21793 $(RUN_TEMACS) unconditionally.
21794
21795 2008-02-01 Kenichi Handa <handa@m17n.org>
21796
21797 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
21798 (admindir): New variable.
21799 ($(lispsource)international/charprop.el): New target.
21800
21801 2008-02-01 Miles Bader <miles@gnu.org>
21802
21803 * character.c (chars-in-region): Remove obsolete function.
21804 (syms_of_character): Remove its initialization.
21805
21806 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
21807
21808 * w32select.c (validate_coding_system)
21809 (setup_windows_coding_system): New functions.
21810 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
21811 setup_windows_coding_system.
21812 (setup_config, Fw32_get_clipboard_data): Use
21813 validate_coding_system.
21814 (Fx_selection_exists): Move call to setup_config to a place
21815 where signals are allowed.
21816
21817 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
21818 (Fcheck_coding_system): Add declarations.
21819
21820 2008-02-01 Kenichi Handa <handa@m17n.org>
21821
21822 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
21823
21824 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21825
21826 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
21827 string as the second argument for x_new_fontset.
21828
21829 2008-02-01 Kenichi Handa <handa@m17n.org>
21830
21831 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
21832 (encode_coding_object): Use safe_call instead of call2.
21833
21834 2008-02-01 Kenichi Handa <handa@m17n.org>
21835
21836 * fontset.c (Fset_fontset_font): Check family element of a given vector.
21837
21838 * Makefile.in (lisp): Include charprop.el.
21839
21840 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21841
21842 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
21843 Not sure if it's unnecessary.
21844
21845 2008-02-01 Steven Tamm <steventamm@mac.com>
21846
21847 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
21848 some possibly unnecessary fontset checking code that crashed
21849 when creating a new frame.
21850
21851 2008-02-01 Kenichi Handa <handa@m17n.org>
21852
21853 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
21854 lookup_face.
21855
21856 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
21857
21858 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
21859
21860 2008-02-01 Kenichi Handa <handa@m17n.org>
21861
21862 * coding.c: Cancel the change done in HEAD on 2008-02-01.
21863 (coding_charset_list): New function.
21864
21865 * coding.h (coding_charset_list): Extern it.
21866
21867 2008-02-01 Kenichi Handa <handa@m17n.org>
21868
21869 * fontset.c (Fset_fontset_font): Call find_font_encoding with
21870 concatenation of family and registry.
21871
21872 2008-02-01 Kenichi Handa <handa@m17n.org>
21873
21874 * character.h (BYTE8_STRING): Fix typo.
21875
21876 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
21877 string to multibyte (sync to HEAD).
21878
21879 * casefiddle.c (casify_region): Handle changes in byte-length
21880 using replace_range_2 (sync to HEAD).
21881
21882 2008-02-01 Andreas Schwab <schwab@suse.de>
21883
21884 * chartab.c (map_char_table): GCPRO table and arg.
21885
21886 2008-02-01 Kenichi Handa <handa@m17n.org>
21887
21888 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
21889 already at limit.
21890
21891 2008-02-01 Kenichi Handa <handa@m17n.org>
21892
21893 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
21894 instead of fast_c_string_match_ignore_case.
21895 (find_font_encoding): Change argument to Lisp_Object. Use
21896 fast_string_match_ignore_case instead of
21897 fast_c_string_match_ignore_case. Change caller.
21898
21899 2008-02-01 Kenichi Handa <handa@m17n.org>
21900
21901 * xdisp.c (get_next_display_element): In unibyte case, decide to
21902 display in octal form by checking a character by
21903 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
21904
21905 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
21906
21907 * character.c (unibyte_has_multibyte_table): New variable.
21908
21909 * character.h (unibyte_has_multibyte_table): Extern it.
21910 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
21911
21912 2008-02-01 Kenichi Handa <handa@m17n.org>
21913
21914 * coding.c (encode_coding_iso_2022): Fix handling of charset
21915 annotation.
21916
21917 2008-02-01 Kenichi Handa <handa@m17n.org>
21918
21919 * coding.c (setup_coding_system): If coding_system is nil, use
21920 Qundecided.
21921 (Fterminal_coding_system): Return nil if terminal coding system is
21922 `undecided'.
21923 (syms_of_coding): Define coding-system `undecided' here. Setup
21924 terminal_coding as `undecided'.
21925
21926 2008-02-01 Kenichi Handa <handa@m17n.org>
21927
21928 * xdisp.c (message_dolog, set_message_1): Call
21929 unibyte_char_to_multibyte with arg type int.
21930
21931 * lread.c (read1): Fix reading of a char-table.
21932
21933 * print.c (print_object): Include sub char-table in circularities
21934 detection.
21935
21936 2008-02-01 Kenichi Handa <handa@m17n.org>
21937
21938 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
21939 Append the found sequences in car of ARGS instead of prepending.
21940
21941 2008-02-01 Kenichi Handa <handa@m17n.org>
21942
21943 * fileio.c (report_file_error): Make a unibyte string from
21944 strerror (errorno).
21945 (Fsubstitute_in_file_name): Fix the arg to
21946 unibyte_char_to_multibyte. It is evaluated twice.
21947
21948 2008-02-01 Kenichi Handa <handa@m17n.org>
21949
21950 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
21951
21952 2008-02-01 Kenichi Handa <handa@m17n.org>
21953
21954 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
21955 BOM is not found.
21956 (detect_coding, detect_coding_system): Optimization for ISO-2022
21957 when no 8-bit data is found.
21958
21959 2008-02-01 Jason Rumney <jasonr@gnu.org>
21960
21961 * w32fns.c (x_to_w32_font): Update to use new coding struct.
21962
21963 2008-02-01 Kenichi Handa <handa@m17n.org>
21964
21965 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
21966 CHARS.
21967
21968 2008-02-01 Steven Tamm <steventamm@mac.com>
21969
21970 * macterm.c (mac_encode_char): Add charset argument and update
21971 to use encoding_type.
21972 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
21973 switch to pure fontset.
21974 (decode_mac_font_name): Temporarily remove decoding.
21975 (x_font_name_to_mac_font_name): Temporarily remove encoding.
21976 (x_load_font): Temporarily remove encoding.
21977
21978 2008-02-01 Kenichi Handa <handa@m17n.org>
21979
21980 * xfaces.c (Fface_font): If frame is not on a window system,
21981 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
21982 refer to face->font.
21983 (split_font_name_into_vector, build_font_name_from_vector)
21984 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
21985 when HAVE_WINDOW_SYSTEM is defined.
21986
21987 2008-02-01 Kenichi Handa <handa@m17n.org>
21988
21989 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
21990 (x_produce_glyphs): Fix setting of members of cmp in case
21991 cmp->glyph_len is zero.
21992
21993 * fontset.c (Fset_fontset_font): Fix docstring.
21994 (Ffontset_info): Make it backward compatible. New arg ALL.
21995
21996 2008-02-01 Kim F. Storm <storm@cua.dk>
21997
21998 * process.c (read_process_output): Grow decoding_buf when needed;
21999 this could cause a crash in allocate_string and compact_small_strings.
22000
22001 2008-02-01 Kenichi Handa <handa@m17n.org>
22002
22003 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
22004
22005 2008-02-01 Kenichi Handa <handa@m17n.org>
22006
22007 * coding.c (setup_coding_system): Set coding->common_flags
22008 correctly for raw-text.
22009 (consume_chars): On encoding unibyte text by raw-text, don't check
22010 multibyte form.
22011 (encode_coding): On encoding by raw-text, never use translation tables.
22012
22013 * fileio.c (e_write): Short cut for the case of no encoding.
22014
22015 2008-02-01 Kenichi Handa <handa@m17n.org>
22016
22017 * coding.c (detect_coding, detect_coding_system): Delete unused
22018 variables.
22019
22020 2008-02-01 Kenichi Handa <handa@m17n.org>
22021
22022 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
22023 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
22024
22025 2008-02-01 Kenichi Handa <handa@m17n.org>
22026
22027 * coding.c (Ffind_coding_systems_region_internal): Include
22028 raw-text and no-conversion in the result.
22029
22030 2008-02-01 Kenichi Handa <handa@m17n.org>
22031
22032 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
22033 (load_font_get_repertory): Delete unnecessary check of ENCODING of
22034 FONT_DEF.
22035 (font_def_arg, add_arg, from_arg, to_arg): New args.
22036 (set_fontset_font): Change argument.
22037 (Fset_fontset_font): Fix for the case that TARGET is a script
22038 name and charset name.
22039 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
22040
22041 2008-02-01 Kenichi Handa <handa@m17n.org>
22042
22043 * fontset.c (fontset_font): Rename from fontset_face. Change return
22044 value.
22045 (face_suitable_for_char_p, face_for_char): Adjust for the change
22046 of fontset_font.
22047 (make_fontset_for_ascii_face): Fix setting of the fontset element
22048 for ASCII.
22049 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
22050 to get a font name.
22051 (Ffontset_info): Adjust for the change of fontset_font.
22052
22053 * coding.c (emacs_mule_char): Check invalid code more rigidly.
22054
22055 * character.h (LEADING_CODE_LATIN_1_MIN)
22056 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
22057
22058 2008-02-01 Kenichi Handa <handa@m17n.org>
22059
22060 * editfns.c (check_translation): New function.
22061 (Ftranslate_region_internal): Handle M:N mapping.
22062
22063 2008-02-01 Kenichi Handa <handa@m17n.org>
22064
22065 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
22066
22067 2008-02-01 Kenichi Handa <handa@m17n.org>
22068
22069 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
22070 goto invalid_code.
22071 (decode_coding_iso_2022): Fix handling of invalid designation.
22072
22073 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
22074 after calling code_conversion_save.
22075
22076 2008-02-01 Kenichi Handa <handa@m17n.org>
22077
22078 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
22079
22080 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
22081
22082 * fontset.c: Include "intervals.h".
22083 (fontset_face): Fix comparing of Lisp_Objects.
22084 (free_face_fontset, new_fontset_from_font_name): Fix
22085 Lisp_Object/int mixup.
22086
22087 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
22088
22089 * coding.c: Add many prototypes for static functions.
22090 (get_translation_table): Allow max_lookup to be NULL.
22091 (decode_coding, Ffind_coding_systems_region_internal)
22092 (Funencodable_char_position, Fcheck_coding_systems_region): Call
22093 get_translation_table with max_lookup NULL.
22094
22095 2008-02-01 Kenichi Handa <handa@m17n.org>
22096
22097 * coding.c (get_translation_table): Declare it as Lisp_Object.
22098 (LOOKUP_TRANSLATION_TABLE): New macro.
22099 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
22100 instead of CHAR_TABLE_REF.
22101
22102 2008-02-01 Kenichi Handa <handa@m17n.org>
22103
22104 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
22105 annotation data format.
22106 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
22107 Change arguments FROM and TO to single argument NCHARS. Change caller.
22108 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
22109 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22110 (decode_coding_ccl, decode_coding_charset): Pay attention to
22111 coding->charbuf_used.
22112 (get_translation): New function.
22113 (produce_chars): New arguments translation_table and last_block.
22114 Translate characters here. Return number of carryover chars.
22115 Change caller.
22116 (produce_composition): New argument pos. Change caller.
22117 Adjust for the change of annotation data format.
22118 (produce_charset, produce_annotation): Likewise.
22119 (decode_coding, encode_coding): Don't call translate_chars.
22120 (consume_chars): New arg translation_table. Change caller.
22121 (translate_chars): Delete.
22122 (syms_of_coding): Make translation-table's number of extra slots 2.
22123
22124 2008-02-01 Kenichi Handa <handa@m17n.org>
22125
22126 * search.c (simple_search): Fix setting this_pos_byte in backward
22127 search.
22128
22129 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
22130 byte sequence.
22131 (detect_coding_ccl): Fix setting of the variable valids.
22132
22133 2008-02-01 Kenichi Handa <handa@m17n.org>
22134
22135 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
22136
22137 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
22138
22139 * editfns.c (Ftranslate_region_internal): Rename from
22140 Ftranslate_region. Accept a char-table in TABLE.
22141 (syms_of_editfns): Defsubr Stranslate_region_internal.
22142
22143 * xfaces.c (set_lface_from_font_name): If a font is specified for
22144 a frame, generate a fontset from the font.
22145 (build_scalable_font_name): If the scalable font is requested for
22146 a specific size, don't change that size.
22147 (try_font_list): Try a scalable font also in the case that a
22148 pattern string is specified.
22149
22150 2008-02-01 Kenichi Handa <handa@m17n.org>
22151
22152 * xfaces.c (Fface_font): New optional arg CHARACTER.
22153
22154 2008-02-01 Kenichi Handa <handa@m17n.org>
22155
22156 * charset.h (CHARSET_OFFSET): New macro.
22157
22158 2008-02-01 Kenichi Handa <handa@m17n.org>
22159
22160 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
22161
22162 * fontset.c (fontset_face): Handle the case that repertory is a
22163 char-table.
22164 (find_font_encoding): Return nil for unknown encoding.
22165 (Fset_fontset_font): Ignore a font of unknown encoding.
22166
22167 2008-02-01 Kenichi Handa <handa@m17n.org>
22168
22169 * keymap.c (describe_vector): Handle default value of a char table.
22170
22171 * fontset.c (fontset_face): Handle fallback fonts correctly.
22172 (Ffontset_info): Return infomation about fallback fonts.
22173
22174 2008-02-01 Kenichi Handa <handa@m17n.org>
22175
22176 * fontset.c (FONTSET_DEFAULT): New macro.
22177 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
22178 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
22179 the case that it is nil.
22180 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
22181 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
22182
22183 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
22184 subset or superset.
22185
22186 2008-02-01 Kenichi Handa <handa@m17n.org>
22187
22188 * emacs.c (main): Call init_charset after syms_of_XXX.
22189
22190 * charset.c (Vcharset_map_directory): Delete.
22191 (Vcharset_map_path): New variable.
22192 (load_charset_map_from_file): Use Vcharset_map_path instead.
22193 (init_charset): Initialize Vcharset_map_path.
22194 (syms_of_charset): Delete declaration of "charset-map-directory",
22195 add declaration of "charset-map-path".
22196
22197 2008-02-01 Kenichi Handa <handa@m17n.org>
22198
22199 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
22200 ASCII only string.
22201
22202 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
22203
22204 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
22205 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
22206
22207 2008-02-01 Kenichi Handa <handa@m17n.org>
22208
22209 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
22210
22211 * coding.c (QCmnemonic, QCdefalut_char)
22212 (QCdecode_translation_table, QCencode_translation_table)
22213 (QCpost_read_conversion, QCpre_write_conversion): New variables.
22214 (get_translation_table): Return a list of translation tables if
22215 necessary.
22216 (decode_coding): Call get_translation_table with ENCODEP 0.
22217 (char_encodable_p): If translation_table is non-nil, always call
22218 translate_char.
22219 (Fdefine_coding_system_internal): Accept list of translation
22220 tables as :encode-translation-table and :decode-translation-table.
22221 (Fcoding_system_put): New function.
22222 (syms_of_coding): Declare new symbols. Defsubr
22223 Scoding_system_put.
22224 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
22225 typically JISX0212.
22226
22227 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
22228 when the charset is superset type.
22229
22230 * character.c (translate_char): Accept list of translation tables.
22231
22232 2008-02-01 Kenichi Handa <handa@m17n.org>
22233
22234 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
22235 (CODING_ATTR_TRANS_TBL): New macro.
22236
22237 * coding.c (get_translation_table): New function.
22238 (translate_chars): Fix the bug of skipping annotation data.
22239 (decode_coding, encode_coding): Utilize get_translation_table.
22240 (char_encodable_p, Funencodable_char_position): Translate char if
22241 necessary.
22242 (Ffind_coding_systems_region_internal)
22243 (Fcheck_coding_systems_region): Setup translation table for encode
22244 in a coding system attribute vector in advance.
22245 (Fdefine_coding_system_internal): Allow a symbol as translation
22246 table. For shift-jis type coding system, allow 4th charset.
22247
22248 2008-02-01 Kenichi Handa <handa@m17n.org>
22249
22250 * coding.c (decode_coding_sjis): Check the first byte rigidly.
22251
22252 * xdisp.c (get_next_display_element): Pass -1 as POS to
22253 FACE_FOR_CHAR if displaying a C-string.
22254
22255 2008-02-01 Kenichi Handa <handa@m17n.org>
22256
22257 * composite.c (get_composition_id): Handle xoff and yoff in a
22258 composition rule.
22259
22260 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
22261 (struct composition): New member lbearing and rbearing.
22262
22263 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
22264 (x_get_glyph_overhangs): Handle a composition glyph.
22265 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
22266
22267 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
22268 composition glyph.
22269
22270 2008-02-01 Kenichi Handa <handa@m17n.org>
22271
22272 * print.c: Include charset.h.
22273 (Vprint_charset_text_property): New variable.
22274 (Qdefault): Extern it.
22275 (PRINT_STRING_NON_CHARSET_FOUND)
22276 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
22277 (print_check_string_result): New variable.
22278 (print_check_string_charset_prop): New function.
22279 (print_prune_charset_plist): New variable.
22280 (print_prune_string_charset): New function.
22281 (print_object): Call print_prune_string_charset if
22282 Vprint_charset_text_property is not t.
22283 (print_interval): Print nothing if interval->plist is nil.
22284 (syms_of_print): Declare Vprint_charset_text_property as a lisp
22285 variable. Init and staticpro print_prune_charset_plist.
22286
22287 2008-02-01 Kenichi Handa <handa@m17n.org>
22288
22289 * fontset.c (new_fontset_from_font_name): Use the specified font
22290 for all characters in the new fontset.
22291
22292 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
22293 OBJECT args.
22294
22295 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
22296 OBJECT args for composition too.
22297
22298 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
22299 OBJECT args.
22300
22301 2008-02-01 Kenichi Handa <handa@m17n.org>
22302
22303 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
22304
22305 * fontset.c (reorder_font_vector): Adjust for the change of
22306 FONT_DEF format.
22307 (fontset_face): New arg id. Change caller.
22308 (face_for_char): New args pos and object.
22309 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
22310 (fs_query_fontset): Check NAME by Fassoc too.
22311 (Fset_fontset_font): Allow non-XLFD font name.
22312 (Ffontset_info): Adjust for the change of FONT_DEF format.
22313
22314 * fontset.h (face_for_char): Adjust prototype.
22315
22316 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
22317 (append_space, extend_face_to_end_of_line)
22318 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
22319 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
22320
22321 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
22322 POS and OBJECT args.
22323
22324 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
22325 POS and OBJECT args.
22326
22327 2008-02-01 Jason Rumney <jasonr@gnu.org>
22328
22329 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
22330 of GlobalAlloc'ed memory.
22331
22332 2008-02-01 Kenichi Handa <handa@m17n.org>
22333
22334 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
22335
22336 * charset.h (charset_table_used): Delete extern.
22337
22338 * charset.c (charset_table_used): Make it static.
22339 (map_charset_chars): Fix args to c_function with.
22340
22341 * chartab.c (map_sub_char_table_for_charset): Fix args to
22342 c_function with.
22343
22344 * coding.h (enum coding_result_code): Delete
22345 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
22346
22347 * coding.c (Qinsufficient_source, Qinconsistent_eol)
22348 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
22349 (Vlast_code_conversion_error): New variables.
22350 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
22351 (ONE_MORE_BYTE): Record error if any instead of signaling an
22352 error. If non-ASCII multibyte char is found, return the negative
22353 value of the code. All callers changed to check it.
22354 (ONE_MORE_BYTE_NO_CHECK): Likewise.
22355 (record_conversion_result): New function. Change all codes setting
22356 coding->result to call this function.
22357 (detect_coding_utf_8, decode_coding_utf_8)
22358 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
22359 Don't use the local variable incomplete.
22360 (emacs_mule_char): Change the second arg to `const'.
22361 (decode_coding): Fix of flushing out unprocessed data.
22362 (make_conversion_work_buffer): Fix making of a work buffer.
22363 (decode_coding_object): Return coding->dst_object.
22364
22365 * fontset.c (set_fontset_font): Fix args.
22366
22367 * lisp.h (CHARACTERBITS): Define as 22.
22368
22369 * process.c (send_process): Be sure to set coding->src_multibyte.
22370
22371 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
22372
22373 2008-02-01 Kenichi Handa <handa@m17n.org>
22374
22375 * xdisp.c (handle_auto_composed_prop): Give limit to
22376 Fnext_single_char_property_change.
22377
22378 2008-02-01 Kenichi Handa <handa@m17n.org>
22379
22380 * composite.c (syms_of_composite): Don't make the composition hash
22381 table weak.
22382
22383 * fontset.c (Fset_fontset_font): Fix docstring.
22384
22385 * lisp.h (detect_coding_system): Adjust prototype.
22386
22387 * fileio.c (kill_workbuf_unwind): Delete this function.
22388 (Finsert_file_contents): Adjust the call of detect_coding_system.
22389 Get conversion_buffer by code_conversion_save. Use the macro
22390 CODING_MAY_REQUIRE_DECODING. After decoding, update
22391 coding_system.
22392
22393 * coding.h (make_conversion_work_buffer): Delete extern.
22394 (code_conversion_save): Extern it.
22395
22396 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
22397 (CODING_GET_INFO): Delete argument eol_type. Change callers.
22398 (decode_coding_utf_8): Don't do eol converion.
22399 (detect_coding_utf_16): Check coding->src_chars, not
22400 coding->src_bytes. Add heuristics for those that have no signature.
22401 (decode_coding_emacs_mule, decode_coding_iso_2022)
22402 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22403 Don't do eol converion.
22404 (adjust_coding_eol_type): Return a new coding system.
22405 (detect_coding): Don't detect eol. Fix for utf-16 detection.
22406 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
22407 each change.
22408 (decode_coding): Pay attention to undo_list. Do eol conversion for
22409 all types of coding-systems (if necessary).
22410 (Vcode_conversion_work_buf_list): Delete it.
22411 (Vcode_conversion_reused_workbuf): Rename from
22412 Vcode_conversion_reused_work_buf.
22413 (Vcode_conversion_workbuf_name): New variable.
22414 (reused_workbuf_in_use): New variable.
22415 (make_conversion_work_buffer): Delete the arg DEPTH.
22416 (code_conversion_restore): Change argument to cons.
22417 (code_conversion_save): Delete the argument BUFFER. Change callers.
22418 (detect_coding_system): New argument src_chars. Change callers.
22419 Fix for utf-16 detection.
22420 (init_coding_once): Don't use ISO_carriage_return.
22421 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
22422 reused_workbuf_in_use.
22423
22424 2008-02-01 Kenichi Handa <handa@m17n.org>
22425
22426 * keymap.c (store_in_keymap): Pay attention to the case that idx
22427 is a cons specifying a character range.
22428
22429 2008-02-01 Kenichi Handa <handa@m17n.org>
22430
22431 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
22432 HANDLED_RECOMPUTE_PROPS.
22433
22434 * coding.c (Fdefine_coding_system_internal): Fix checking of
22435 ascii compatibility.
22436
22437 2008-02-01 Kenichi Handa <handa@m17n.org>
22438
22439 * charset.c (find_charsets_in_text): Delete unused locale variable.
22440 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
22441
22442 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
22443 Resync charset_list to Vemacs_mule_charset_list.
22444
22445 * keymap.c (store_in_keymap): Pay attention to the case that idx
22446 is a cons specifying a character range.
22447
22448 2008-02-01 Kenichi Handa <handa@m17n.org>
22449
22450 * composite.c (update_compositions): Bind inhibit-read-only, etc
22451 to t before calling remove-list-of-text-properties.
22452
22453 * print.c (print_object): Always print ASCII chars as is.
22454
22455 2008-02-01 Kenichi Handa <handa@m17n.org>
22456
22457 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
22458
22459 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
22460 is a char table.
22461
22462 2008-02-01 Kenichi Handa <handa@m17n.org>
22463
22464 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
22465
22466 2008-02-01 Kenichi Handa <handa@m17n.org>
22467
22468 * xfaces.c (set_lface_from_font_name): Fix for the case that
22469 FONTNAME is not fontset name.
22470
22471 2008-02-01 Kenichi Handa <handa@m17n.org>
22472
22473 * fns.c (base64_encode_1): Fix previous change.
22474
22475 2008-02-01 Kenichi Handa <handa@m17n.org>
22476
22477 * fontset.c (set_fontset_font): New function.
22478 (Fset_fontset_font): If a font is specified for a charset, use
22479 map_charset_chars to store the font spec in a fontset.
22480
22481 2008-02-01 Kenichi Handa <handa@m17n.org>
22482
22483 * fontset.c (fontset_face): Create a fallback fontset on demand.
22484 (make_fontset): Don't create a fallback fontset here.
22485 (free_face_fontset): Free a fallback fontset (if any) too.
22486 (n_auto_fontsets): Delete this variable.
22487 (auto_fontset_alist): New variable.
22488 (new_fontset_from_font_name): Check auto_fontset_alist.
22489 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
22490 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
22491 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
22492 Defsubr Sfontset_list_all.
22493
22494 2008-02-01 Kenichi Handa <handa@m17n.org>
22495
22496 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
22497
22498 2008-02-01 Kenichi Handa <handa@m17n.org>
22499
22500 * fontset.c (Fnew_fontset): Check NAME more rigidly.
22501
22502 2008-02-01 Kenichi Handa <handa@m17n.org>
22503
22504 * editfns.c (Fgoto_char): Fix docstring.
22505
22506 2008-02-01 Kenichi Handa <handa@m17n.org>
22507
22508 * insdel.c (insert_from_gap): Adjust intervals correctly.
22509
22510 2008-02-01 Jason Rumney <jasonr@gnu.org>
22511
22512 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
22513 (pfnGetFontUnicodeRanges): New dynamically loaded function.
22514 (w32_initialize): Try to load it.
22515 (x_get_font_repertory): Use it if available.
22516 (w32_encode_char): Add shortcut for unicode output.
22517
22518 * w32fns.c (w32_load_system_font): Default charset to -1.
22519 (x_to_w32_charset): Match all fonts for unicode.
22520 (w32_to_x_charset): New parameter matching. Don't return partial
22521 or wildcard charsets.
22522 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
22523 (w32_codepage_for_font): Return CP_UNICODE for unicode.
22524 (w32_to_x_font): Match charset to real charset.
22525 (enum_font_cb2): Always list unicode versions.
22526
22527 * makefile.w32-in (temacs): Increase EMHEAP.
22528
22529 2008-02-01 Jason Rumney <jasonr@gnu.org>
22530
22531 * w32term.c (w32_encode_char): New charset parameter.
22532 font_info.encoding becomes encoding_type.
22533 (x_get_font_repertory): New function. Warning: stub only!
22534 (x_new_font): Return quickly if font already set.
22535 (x_new_fontset): fontsetname parameter is Lisp_Object.
22536 Use new fs_query_fontset. Try new_fontset_from_font_name.
22537 Use fontset_name for return value.
22538
22539 * w32term.h: Declare x_get_font_repertory.
22540
22541 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
22542 place of find_charset_in_text. Use encode_coding_object in place
22543 of encode_coding.
22544 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
22545 decode_coding.
22546
22547 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
22548 of x_new_fontset.
22549 (w32_load_system_font): Initialize charset as unicode.
22550 font_info.encoding becomes encoding_type.
22551 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
22552 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
22553 (syms_of_w32fns): Set get_font_repertory_func.
22554
22555 * w32console.c: Include character.h. Use terminal_encode_buffer
22556 from term.c.
22557 (write_glyphs): Use new version of encode_terminal_code. Use
22558 encode_coding_object in place of encode_coding.
22559
22560 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
22561 encoding becomes encoding_type.
22562
22563 * term.c (terminal_encode_buffer): Make externally visible.
22564
22565 * makefile.w32-in: Add character.h dependancies.
22566 (character.o, chartab.o): New targets.
22567
22568 2008-02-01 Kenichi Handa <handa@m17n.org>
22569
22570 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
22571 CODING_ID_EOL_TYPE.
22572
22573 2008-02-01 Andreas Schwab <schwab@suse.de>
22574
22575 * coding.c (produce_chars): Revert last change.
22576
22577 2008-02-01 Kenichi Handa <handa@m17n.org>
22578
22579 * charset.h (charset_unicode): Extern it.
22580
22581 * charset.c (string_xstring_p): Check by (C >= 0x100).
22582 (find_charsets_in_text): Change format of the arc CHARSETS. New
22583 arg MULTIBYTE.
22584 (Ffind_charset_region, Ffind_charset_string): Adjust for the
22585 change of find_charsets_in_text.
22586 (Fsplit_char): Fix doc. Never return unknown.
22587
22588 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
22589
22590 * coding.c (Fdefine_coding_system_alias): Update
22591 Vcoding_system_list.
22592
22593 * fontset.c (load_font_get_repertory): Pay attention to the case
22594 that ENCODING of a font is specified by a char-table.
22595
22596 * xterm.c (x_get_font_repertory): Handle the case that the
22597 encoding of font is other than Unicode.
22598
22599 2008-02-01 Kenichi Handa <handa@m17n.org>
22600
22601 * term.c (encode_terminal_code): Don't handle glyph-table. Check
22602 if a character is encodable by the terminal coding system. If
22603 not, produces proper number of `?'s. Update
22604 terminal_encode_buffer and terminal_encode_buf_size if necessary.
22605 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
22606
22607 2008-02-01 Kenichi Handa <handa@m17n.org>
22608
22609 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
22610 variables.
22611 (encode_terminal_code): Change argument. Encode multiple
22612 characters at once. Store the result of encoding in
22613 terminal_encode_buffer.
22614 (write_glyphs, insert_glyphs): Adjust for the change of
22615 encode_terminal_code.
22616 (term_init): Initialize terminal_encode_buffer and
22617 terminal_encode_buf_size.
22618
22619 * coding.c (consume_chars): If coding->src_object is nil, don't
22620 check annotation.
22621
22622 2008-02-01 Kenichi Handa <handa@m17n.org>
22623
22624 * character.c (char_string): Use ASCII_CHAR_P instead of
22625 SINGLE_BYTE_CHAR_P.
22626
22627 2008-02-01 Kenichi Handa <handa@m17n.org>
22628
22629 * xdisp.c (handle_auto_composed_prop): Check if the last
22630 characters of auto-composed region is newly composed with the
22631 following characters.
22632 (handle_composition_prop): Fix checking of point being inside
22633 composition.
22634
22635 2008-02-01 Kenichi Handa <handa@m17n.org>
22636
22637 * fns.c (concat): Don't change multibyteness of the result by
22638 concatenating an 8-bit character.
22639
22640 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
22641 multibyteness of the result when newelt is an 8-bit character.
22642
22643 2008-02-01 Dave Love <fx@gnu.org>
22644
22645 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
22646 EMACS_INT.
22647
22648 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
22649
22650 * xfaces.c (face_numeric_value): Declare dim size_t.
22651 (Finternal_lisp_face_equal_p): Remove unused f.
22652
22653 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
22654 (MATRIX_ROW): Remove unused vars.
22655 (draw_glyphs, x_insert_glyphs, fast_find_position)
22656 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
22657 byte/char counts.
22658
22659 * regex.c (regex_compile): Remove unused var.
22660
22661 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
22662
22663 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
22664 (Faccessible_keymaps, where_is_internal): Remove unused vars.
22665
22666 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
22667
22668 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
22669
22670 * fileio.c (Fwrite_region): Remove unused var.
22671
22672 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
22673 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
22674
22675 * composite.c (Fremove_list_of_text_properties): Declare.
22676
22677 * coding.c (inhibit_pre_post_conversion): Remove (unused).
22678 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
22679 (coding_inherit_eol_type): Remove unused attrs.
22680 (detect_coding): Cast arg of detect_eol.
22681
22682 * charset.c (syms_of_charset): Remove unused var p.
22683 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
22684 byte/char counts.
22685
22686 * casetab.c (set_case_table): Remove unused var.
22687
22688 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
22689 unused vars.
22690
22691 2008-02-01 Dave Love <fx@gnu.org>
22692
22693 * xterm.c (x_bitmap_mask): Declare.
22694
22695 2008-02-01 Dave Love <fx@gnu.org>
22696
22697 * xterm.c (x_term_init): Fix type error.
22698
22699 * lisp.h: Add Funibyte_char_to_multibyte.
22700
22701 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
22702 (Fset_coding_system_priority): Doc fix.
22703
22704 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
22705
22706 * indent.c (check_composition): Make start and end EMACS_INT.
22707
22708 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
22709
22710 * xdisp.c (handle_composition_prop, check_point_in_composition):
22711 Make buffer positions EMACS_INT.
22712
22713 * composite.c (find_composition, run_composition_function)
22714 (update_compositions, Ffind_composition_internal): Make buffer
22715 positions EMACS_INT.
22716
22717 * composite.h (find_composition, update_compositions): Make
22718 position args EMACS_INT.
22719
22720 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
22721
22722 * intervals.c (get_property_and_range):
22723 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
22724
22725 * unexalpha.c: Don't include varargs.h.
22726
22727 2008-02-01 Dave Love <fx@gnu.org>
22728
22729 * coding.h (ENCODE_UTF_8): New.
22730
22731 * Makefile.in (gtkutil.o): Depend on coding.h.
22732
22733 * coding.c (Fset_coding_system_priority): Doc fix.
22734
22735 2008-02-01 Kenichi Handa <handa@m17n.org>
22736
22737 * fileio.c (Finsert_file_contents): Call setup_coding_system in
22738 the case of auto saving.
22739
22740 2008-02-01 Andreas Schwab <schwab@suse.de>
22741
22742 * chartab.c (map_char_table, map_char_table_for_charset): Protect
22743 `range' from GC.
22744
22745 2008-02-01 Kenichi Handa <handa@m17n.org>
22746
22747 * coding.c (decode_coding_sjis): Check bytes more rigidly.
22748
22749 2008-02-01 Kenichi Handa <handa@m17n.org>
22750
22751 * fileio.c (choose_write_coding_system): Return a decided coding system.
22752 (Fwrite_region): Set Vlast_coding_system_used to the return value
22753 of choose_write_coding_system.
22754
22755 2008-02-01 Kenichi Handa <handa@m17n.org>
22756
22757 * charset.c (Fset_charset_priority): Pay attention to duplicated
22758 arguments.
22759
22760 * coding.c (QCcategory): New variable.
22761 (syms_of_coding): Defsym it. Set all elements of
22762 Vcoding_category_table and their symbol values.
22763 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
22764 coding-category-XXX, and coding-category-list.
22765 (Fdefine_coding_system_internal): Add category in the plist.
22766
22767 2008-02-01 Kenichi Handa <handa@m17n.org>
22768
22769 * callproc.c (Fcall_process): Handle carryover correctly.
22770
22771 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
22772 (raw_text_coding_system): Check NILP (coding_system).
22773 (coding_inherit_eol_type): Check NILP (coding_system) and
22774 NILP (parent).
22775 (consume_chars): Fix for the case of raw-text.
22776
22777 * process.c (read_process_output): Handle carryover correctly.
22778
22779 2008-02-01 Dave Love <fx@gnu.org>
22780
22781 * regex.c (re_search_2): Fix last change.
22782
22783 2008-02-01 Kenichi Handa <handa@m17n.org>
22784
22785 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
22786 target_multibyte. Even in a unibyte case, return a converted
22787 multibyte char.
22788 (GET_CHAR_AFTER): New macro.
22789 (PATFETCH): Translate via multibyte char.
22790 (HANDLE_UNIBYTE_RANGE): Delete this macro.
22791 (SETUP_MULTIBYTE_RANGE): New macro.
22792 (regex_compile): Setup compiled code so that its multibyteness
22793 matches that of a target. Fix the handling of "[X-YZ]" using
22794 SETUP_MULTIBYTE_RANGE.
22795 (analyse_first) <charset>: For filling fastmap for all multibyte
22796 characters, don't check by BASE_LEADING_CODE_P.
22797 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
22798 the same as RE_MULTIBYTE_P (bufp) now.
22799 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
22800 (TARGET_CHAR_AND_LENGTH): Delete this macro.
22801 (TRANSLATE_VIA_MULTIBYTE): New macro.
22802 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
22803 It is the same as RE_MULTIBYTE_P (bufp) now.
22804 <exactn>: Translate via multibyte.
22805 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
22806 translate it.
22807 <charset, charset_not>: Fetch a character by
22808 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
22809 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
22810 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
22811 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
22812 by GET_CHAR_AFTER.
22813 (bcmp_translate): Likewise.
22814
22815 * search.c (compile_pattern): Check the member target_multibyte,
22816 not the member multibyte of buf.
22817
22818 * lread.c (read1): While reading a string, set force_singlebyte
22819 and force_multibyte correctly.
22820
22821 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
22822 up of unibyte_to_multibyte_table.
22823
22824 2008-02-01 Kenichi Handa <handa@m17n.org>
22825
22826 * coding.c (setup_coding_system): If coding has
22827 post-read-conversion or pre-write-conversion, set
22828 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
22829 respectively.
22830 (decode_coding_gap): Run post-read-conversion if any.
22831
22832 * fileio.c (Finsert_file_contents): Even if we read into a
22833 unibyte buffer, check if we must decode the result or not.
22834
22835 2008-02-01 Kenichi Handa <handa@m17n.org>
22836
22837 * coding.c (make_conversion_work_buffer): Change the work buffer
22838 name to the same one as that of Emacs 21.
22839
22840 2008-02-01 Kenichi Handa <handa@m17n.org>
22841
22842 * coding.h (make_conversion_work_buffer): Adjust prototype.
22843 (code_conversion_restore): Don't extern it.
22844
22845 * coding.c (detected_mask): Delete unused variable.
22846 (decode_coding_iso_2022): Pay attention to the byte sequence of
22847 CTEXT extended segment, and retain those bytes as is.
22848 (decode_coding_ccl): Delete unused variable `valids'.
22849 (setup_coding_system): Delete unused variable `category'.
22850 (consume_chars): Delete unused variable `category'. Make it work
22851 for non-multibyte case.
22852 (make_conversion_work_buffer): Change argument.
22853 (saved_coding): Delete unused variable.
22854 (code_conversion_restore): Don't check saved_coding->destination.
22855 (code_conversion_save): New function.
22856 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
22857 instead of record_unwind_protect.
22858 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
22859 (detect_coding_system): Delete unused variable `mask'.
22860 (Fdefine_coding_system_internal): Delete unused variable id.
22861
22862 * fileio.c (kill_workbuf_unwind): New function.
22863 (Finsert_file_contents): On replacing, call
22864 make_conversion_work_buffer with correct args, and call
22865 record_unwind_protect with the first arg kill_workbuf_unwind.
22866
22867 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
22868
22869 2008-02-01 Kenichi Handa <handa@m17n.org>
22870
22871 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
22872 (fontset_add): Fix for the case that TO is less than TO1.
22873 (Ffontset_info): Don't use fallback fontset on checking the
22874 default fontset.
22875 (dump_fontset): New function for debugging.
22876
22877 * coding.c (Fdefine_coding_system_internal): Fix for the case that
22878 coding_type is Qcharset.
22879
22880 2008-02-01 Kenichi Handa <handa@m17n.org>
22881
22882 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
22883 (map_char_table): Don't inherit the value from the parent on
22884 initializing VAL. Adjust for the above change.
22885
22886 2008-02-01 Kenichi Handa <handa@m17n.org>
22887
22888 * coding.c (Qsignature, Qendian): Delete these variables.
22889 (syms_of_coding): Don't initialize them.
22890 (CATEGORY_MASK_UTF_16_AUTO): New macro.
22891 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
22892 detect_info->found.
22893 (decode_coding_utf_16): Don't detect BOM here.
22894 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
22895 is NOT utf_16_without_bom.
22896 (setup_coding_system): For a coding system of type utf-16, check
22897 if the attribute :endian is Qbig or not (not nil or not), and set
22898 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
22899 (detect_coding): If coding type is utf-16 and BOM detection is
22900 required, detect it.
22901 (Fdefine_coding_system_internal): For a coding system of type
22902 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
22903
22904 2008-02-01 Kenichi Handa <handa@m17n.org>
22905
22906 * coding.c (coding_set_source): Fix for the case that the current
22907 buffer is different from coding->src_object.
22908 (decode_coding_object): Don't use the conversion work buffer if
22909 DST_OBJECT is a buffer.
22910
22911 2008-02-01 Dave Love <fx@gnu.org>
22912
22913 * lread.c (read_emacs_mule_char) [len==2]: Index
22914 emacs_mule_charset correctly.
22915
22916 2008-02-01 Dave Love <fx@gnu.org>
22917
22918 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
22919 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
22920 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
22921 treated specially.)
22922 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
22923 (detected_mask): Remove Big5 bits.
22924
22925 2008-02-01 Kenichi Handa <handa@m17n.org>
22926
22927 The following changes are to make the font rescaling facility
22928 compatible with Emacs 21.
22929
22930 * xfaces.c (Vface_font_rescale_alist): Rename from
22931 Vface_resizing_fonts.
22932 (struct font_name): Rename member resizing_ratio to rescale_ratio.
22933 (font_rescale_ratio): Rename from font_resizing_ratio.
22934 (split_font_name): Set font->rescale_ratio.
22935 (better_font_p): Pay attention to font->rescale_ratio.
22936 (build_scalable_font_name): Likewise. Change RESX, and RESY
22937 fields.
22938 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
22939
22940 2008-02-01 Kenichi Handa <handa@m17n.org>
22941
22942 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
22943 (Qutf_16_le): Remove these variables.
22944 (syms_of_coding): Don't DEFSYM them.
22945 (decode_coding_utf_16): Fix handling of BOM.
22946 (encode_coding_utf_16): Fix handling of BOM.
22947
22948 2008-02-01 Kenichi Handa <handa@m17n.org>
22949
22950 * fileio.c (Finsert_file_contents): On replacing, before decoding
22951 the file into the work buffer, set point of the work buffer to the end.
22952
22953 2008-02-01 Dave Love <fx@gnu.org>
22954
22955 * coding.c (Fcheck_coding_systems_region): Fix type errors.
22956
22957 2008-02-01 Dave Love <fx@gnu.org>
22958
22959 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22960 and fix C types.
22961
22962 2008-02-01 Kenichi Handa <handa@m17n.org>
22963
22964 * xdisp.c (SKIP_GLYPHS): New macro.
22965 (set_cursor_from_row): Pay attention to string display properties.
22966
22967 * category.c (copy_category_entry): Fix for the case that RANGE
22968 is an integer.
22969
22970 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
22971
22972 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
22973
22974 2008-02-01 Kenichi Handa <handa@m17n.org>
22975
22976 * charset.c (Fcharset_id_internal): New function.
22977 (syms_of_charset): Defsubr it.
22978
22979 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
22980 with the last arg charset_list acquired from coding.
22981 (Fdefine_coding_system_internal): For ccl-based coding system, fix
22982 the attribute coding_attr_ccl_valids.
22983
22984 * coding.h (enum define_coding_ccl_arg_index): Set the first
22985 member coding_arg_ccl_decoder to coding_arg_max.
22986
22987 * ccl.h (ccl_driver): Adjust prototype.
22988
22989 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
22990 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
22991 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
22992 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
22993 last arg Qnil.
22994
22995 2008-02-01 Kenichi Handa <handa@m17n.org>
22996
22997 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
22998 call encode_char.
22999
23000 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
23001
23002 2008-02-01 Dave Love <fx@gnu.org>
23003
23004 * composite.c (syms_of_composite): Make composition_hash_table weak.
23005
23006 2008-02-01 Kenichi Handa <handa@m17n.org>
23007
23008 * dispextern.h (check_face_attributes, generate_ascii_font_name)
23009 (font_name_registry): Don't extern them.
23010 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
23011
23012 * fontset.h (Qfontset): Don't extern it.
23013 (new_fontset_from_font_name): Extern it.
23014
23015 * fontset.c: Give 8 extra slots to fontset objects.
23016 (Qfontset_info): New variable.
23017 (syms_of_fontset): Defsym it.
23018 (FONTSET_FALLBACK): New macro.
23019 (fontset_face): Try also the default fontset.
23020 (make_fontset): Realize a fallback fontset from the default fontset.
23021 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
23022 using split_font_name_into_vector and build_font_name_from_vector.
23023 (Fset_fontset_font): Access the elements of font_spec by enum
23024 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
23025 name by using split_font_name_into_vector.
23026 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
23027 generate a proper font name from the fontset name. Update
23028 Vfontset_alias_alist.
23029 (n_auto_fontsets): New variable.
23030 (new_fontset_from_font_name): New function.
23031 (Ffont_info): Store the information about fonts generated from the
23032 default fontset in the first extra slot of the returned char-table.
23033
23034 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
23035 (font_name_registry): Delete function.
23036 (split_font_name_into_vector): New function.
23037 (build_font_name_from_vector): New function.
23038 (font_list): The argument REGISTRY is now a list of registry names.
23039 (choose_face_font): If we are choosing an ASCII font, and ATTRS
23040 specifies an explicit font name, return the name as is. Make a
23041 list of registy names.
23042
23043 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
23044 of x_new_fontset.
23045 (Fx_create_frame): Don't call x_new_fontset here. Just use
23046 x_list_fonts to check the existence of fonts.
23047
23048 * xterm.h (x_new_fontset): Adjust prototype.
23049
23050 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
23051 string. Use new_fontset_from_font_name to create a fontset from a
23052 font name.
23053
23054 2008-02-01 Kenichi Handa <handa@m17n.org>
23055
23056 * syntax.c (Vfind_word_boundary_function_table): New name for
23057 Vnext_word_boundary_function_table.
23058 (find-word-boundary-function-table): New name for
23059 next-word-boundary-function-table.
23060
23061 2008-02-01 Dave Love <fx@gnu.org>
23062
23063 * Makefile.in: Fix some dependencies.
23064
23065 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
23066 set it to nil before returning.
23067
23068 * composite.c (update_compositions): Fix type error.
23069
23070 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
23071
23072 2008-02-01 Kenichi Handa <handa@m17n.org>
23073
23074 * xterm.c (x_new_font): Optimize for the case that the font is
23075 already set for the frame.
23076
23077 2008-02-01 Kenichi Handa <handa@m17n.org>
23078
23079 * chartab.c (char_table_ascii): Check if the char table contents
23080 is sub-char-table or not.
23081 (char_table_set, char_table_set_range): Fix argument to
23082 char_table_ascii.
23083
23084 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
23085 (detect_coding_utf_8, detect_coding_utf_16)
23086 (detect_coding_emacs_mule, detect_coding_iso_2022)
23087 (detect_coding_sjis, detect_coding_big5)
23088 (detect_coding_ccl, detect_coding_charset): Change argument MASK
23089 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
23090 sequence is valid in this coding system. Change callers.
23091 (MAX_ANNOTATION_LENGTH): New macro.
23092 (ADD_ANNOTATION_DATA): New macro.
23093 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
23094 ADD_ANNOTATION_DATA. Change the format of annotation data.
23095 (ADD_CHARSET_DATA): New macro.
23096 (emacs_mule_char): New argument ID. Change callers.
23097 (decode_coding_emacs_mule, decode_coding_iso_2022)
23098 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
23099 Produce charset annotation data in coding->charbuf.
23100 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
23101 to charset annotation data in coding->charbuf.
23102 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
23103 coding->common_flags if the coding system is iso-2022 based and
23104 uses designation.
23105 (produce_composition): Adjust for the new annotation data format.
23106 (produce_charset): New function.
23107 (produce_annotation): Handle charset annotation.
23108 (handle_composition_annotation, handle_charset_annotation): New
23109 functions.
23110 (consume_chars): Handle charset annotation. Utilize the above two
23111 functions.
23112 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
23113 buffer, get the deleted text as a string and set
23114 coding->src_object to that string.
23115 (detect_coding, detect_coding_system): Use the new struct
23116 coding_detection_info.
23117
23118 * coding.h (struct coding_detection_info): New structure.
23119 (struct coding_system): Adjust prototype of the member `detector'.
23120 (CODING_ANNOTATE_CHARSET_MASK): New macro.
23121
23122 2008-02-01 Kenichi Handa <handa@m17n.org>
23123
23124 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
23125
23126 2008-02-01 Dave Love <fx@gnu.org>
23127
23128 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
23129 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
23130 to new local and nullify apropos_accumulate before returning.
23131 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
23132
23133 2008-02-01 Kenichi Handa <handa@m17n.org>
23134
23135 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
23136 correctly.
23137
23138 2008-02-01 Dave Love <fx@gnu.org>
23139
23140 * fns.c (Flanginfo): Call synchronize_system_time_locale.
23141
23142 2008-02-01 Kenichi Handa <handa@m17n.org>
23143
23144 The following changes are to make character composition happen
23145 automatically on displaying.
23146
23147 * Makefile.in (lisp, shortlisp): Add composite.elc.
23148
23149 * composite.h (Qauto_composed, Vauto_composition_function)
23150 (Qauto_composition_function): Extern them.
23151
23152 * composite.c (Vcomposition_function_table)
23153 (Qcomposition_function_table): Delete variables.
23154 (Qauto_composed, Vauto_composition_function)
23155 (Qauto_composition_function): New variables.
23156 (run_composition_function): Don't call
23157 compose-chars-after-function.
23158 (update_compositions): Clear `auto-composed' text property.
23159 (compose_chars_in_text): Delete this function.
23160 (syms_of_composite): Staticpro Qauto_composed and
23161 Qauto_composition_function. Declare Vauto_composition_function as
23162 a Lisp variable.
23163
23164 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
23165
23166 * xdisp.c (it_props): Add an entry for Qauto_composed.
23167 (handle_auto_composed_prop): New function.
23168
23169 * xselect.c (selection_data_to_lisp_data): Don't call
23170 compose_chars_in_text.
23171
23172 2008-02-01 Dave Love <fx@gnu.org>
23173
23174 * keyboard.c (read_char): Modify checking around use of
23175 Vkeyboard_translate_table.
23176
23177 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
23178 and fix C types.
23179
23180 2008-02-01 Kenichi Handa <handa@m17n.org>
23181
23182 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
23183 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
23184 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
23185 the case that the last byte is '\r' correctly.
23186 (decode_coding): Flush out the unprocessed data correctly.
23187 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
23188
23189 2008-02-01 Dave Love <fx@gnu.org>
23190
23191 * xterm.c (XTread_socket): Fix changes for defined keysyms.
23192 Add XK_ISO... case.
23193 (xaw_scroll_callback): Revert last change.
23194
23195 2008-02-01 Kenichi Handa <handa@m17n.org>
23196
23197 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
23198
23199 2008-02-01 Kenichi Handa <handa@m17n.org>
23200
23201 * xfaces.c (Vface_resizing_fonts): New variable.
23202 (struct font_name): New member `resizing_ratio'.
23203 (font_resizing_ratio): New function.
23204 (split_font_name): Set font->resizing_ratio.
23205 (better_font_p): Pay attention to font->resizing_ratio.
23206 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
23207 RESX, and RESY fields.
23208 (try_alternative_families): Try scalable fonts if
23209 Vscalable_fonts_allowed is not Qt.
23210 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
23211
23212 2008-02-01 Dave Love <fx@gnu.org>
23213
23214 * xterm.c (xaw_scroll_callback): Cast correctly.
23215
23216 2008-02-01 Dave Love <fx@gnu.org>
23217
23218 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
23219 (lispy_kana_keys): Comment out.
23220 (make_lispy_event) [XK_kana_A]: Comment out.
23221
23222 * xterm.c (xaw_scroll_callback): Cast call_data.
23223 (XTread_socket): Deal with ASCII keysyms.
23224 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
23225
23226 2008-02-01 Dave Love <fx@gnu.org>
23227
23228 * xterm.c (Vx_keysym_table): New.
23229 (syms_of_xterm): Initialize it.
23230 (XTread_socket): Use it.
23231 From head: Eliminate incorrect optimization that tried to avoid
23232 decoding the output of X*LookupString.
23233 (x_get_font_repertory): Delete charset declaration.
23234
23235 2008-02-01 Kenichi Handa <handa@m17n.org>
23236
23237 * coding.c (detect_coding_charset): If only ASCII bytes are found,
23238 return 0.
23239 (Fdefine_coding_system_internal): Setup
23240 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
23241
23242 2008-02-01 Dave Love <fx@gnu.org>
23243
23244 * coding.c (Fcheck_coding_system): Doc fix.
23245
23246 * editfns.c (Finsert_byte): Return a proper value.
23247
23248 2008-02-01 Kenichi Handa <handa@m17n.org>
23249
23250 * coding.c (decode_coding): Fix args to translate_chars. Pay
23251 attention to Vstandard_translation_table_for_decode.
23252 (encode_coding): Fix args to translate_chars. Pay attention to
23253 Vstandard_translation_table_for_encode.
23254
23255 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
23256 SINGLE_BYTE_CHAR_P.
23257
23258 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
23259 not by SINGLE_BYTE_CHAR_P.
23260
23261 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
23262 SINGLE_BYTE_CHAR_P.
23263
23264 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
23265 SINGLE_BYTE_CHAR_P.
23266
23267 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
23268 by SINGLE_BYTE_CHAR_P.
23269
23270 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
23271 SINGLE_BYTE_CHAR_P.
23272
23273 2008-02-01 Dave Love <fx@gnu.org>
23274
23275 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
23276
23277 2008-02-01 Dave Love <fx@gnu.org>
23278
23279 * fns.c (Flanginfo): Fix typo.
23280
23281 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
23282
23283 2008-02-01 Kenichi Handa <handa@m17n.org>
23284
23285 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
23286 (detect_coding_emacs_mule, detect_coding_iso_2022)
23287 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
23288 incomplete byte sequence. Don't update *mask when correctly detected.
23289 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
23290 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
23291 (detect_coding, detect_coding_system): Adjust for the changes above.
23292
23293 2008-02-01 Kenichi Handa <handa@m17n.org>
23294
23295 * character.c (char_string): Rename from
23296 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
23297 (string_char): Rename from string_char.
23298
23299 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
23300 if C is greater than MAX_3_BYTE_CHAR.
23301 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
23302 string_char instead of string_char_with_unification.
23303
23304 2008-02-01 Dave Love <fx@gnu.org>
23305
23306 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
23307
23308 2008-02-01 Kenichi Handa <handa@m17n.org>
23309
23310 * keymap.c (push_key_description): Pay attention to force_multibyte.
23311
23312 * regex.c (re_search_2): Fix for the case of unibyte buffer.
23313
23314 2008-02-01 Dave Love <fx@gnu.org>
23315
23316 * charset.c (define_charset_internal): Rename `supprementary'.
23317
23318 * Makefile.in (lisp, shortlisp): Remove latin-N.
23319
23320 2008-02-01 Dave Love <fx@gnu.org>
23321
23322 * xfns.c (x_window, x_window): Use use_xim.
23323
23324 * xterm.c (use_xim): Initialize.
23325 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
23326 (x_term_init): Maybe set use_xim.
23327
23328 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
23329
23330 2008-02-01 Kenichi Handa <handa@m17n.org>
23331
23332 * search.c (search_buffer): Fix case-fold-search of multibyte
23333 characters.
23334 (boyer_moore): Rename the last argument to char_high_bits.
23335
23336 2008-02-01 Kenichi Handa <handa@m17n.org>
23337
23338 * xdisp.c (display_string): Fix for the case of zero width glyph.
23339
23340 * xfns.c (x_set_font): Change the error message of the case that
23341 x_new_fontset returns Qt.
23342
23343 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
23344 (Finternal_set_lisp_face_attribute): Use signal_error for the
23345 error of invalid fontset.
23346
23347 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
23348 fontset, return Qt.
23349
23350 2008-02-01 Dave Love <fx@gnu.org>
23351
23352 * unexelf.c (unexec): Make .got handling not SGI-specific.
23353
23354 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
23355
23356 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
23357
23358 * keyboard.c (read_key_sequence): Fix type error.
23359
23360 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
23361 type error.
23362
23363 * fontset.c (fontset_add): Return Lisp_Object.
23364
23365 2008-02-01 Dave Love <fx@gnu.org>
23366
23367 * charset.h (charset_ordered_list_tick): Declare extern.
23368
23369 2008-02-01 Kenichi Handa <handa@m17n.org>
23370
23371 The following changes (and some of 2008-02-01 changes of mine) are
23372 for handling syntax, category, and case conversion for unibyte
23373 characters by converting them to multibyte on the fly. With these
23374 changes, we don't have to setup syntax and case tables for unibyte
23375 characters in each language environment.
23376
23377 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
23378 multibyte if necessary.
23379
23380 * bytecode.c (Fbyte_code): Likewise.
23381
23382 * character.h (LEADING_CODE_LATIN_1_MIN)
23383 (LEADING_CODE_LATIN_1_MAX): New macros.
23384 (unibyte_to_multibyte_table): Extern it.
23385 (unibyte_char_to_multibyte): New macro.
23386 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
23387 (CHAR_LEADING_CODE): New macro.
23388 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
23389
23390 * character.c (unibyte_to_multibyte_table): New variable.
23391 (unibyte_char_to_multibyte): Move to character.h and define as macro.
23392 (multibyte_char_to_unibyte): If C is an eight-bit character,
23393 convert it to the corresponding byte value.
23394
23395 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
23396 not 1, signals an error. Update the elements of
23397 unibyte_to_multibyte_table.
23398 (init_charset_once): Initialize unibyte_to_multibyte_table.
23399 (syms_of_charset): Define the charset `iso-8859-1'.
23400
23401 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
23402 as is without converting it to unibyte. In a unibyte buffer,
23403 convert C to multibyte before checking the syntax.
23404
23405 * lisp.h (unibyte_char_to_multibyte): Delete extern.
23406
23407 * minibuf.c (Fminibuffer_complete_word): Use the macro
23408 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
23409
23410 * regex.h (struct re_pattern_buffer): New member target_multibyte.
23411
23412 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
23413 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
23414 that is zero, convert an eight-bit char to multibyte.
23415 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
23416 non-emacs case.
23417 (PATFETCH): Convert an eight-bit char to multibyte.
23418 (HANDLE_UNIBYTE_RANGE): New macro.
23419 (regex_compile): Setup the compiled pattern for multibyte chars
23420 even if the given regex string is unibyte. Use PATFETCH_RAW
23421 instead of PATFETCH in many places. To handle `charset'
23422 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
23423 only for ASCII chars.
23424 (analyse_first) <exactn>: Simplify because the compiled pattern
23425 is multibyte.
23426 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
23427 <charset>: Use CHAR_LEADING_CODE to get leading codes.
23428 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
23429 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
23430 multibyte always 1.
23431 (re_search_2): In emacs, set the locale variable multibyte to 1,
23432 otherwise to 0. New local variable target_multibyte. Check it
23433 to decide the multibyteness of STR1 and STR2. If
23434 target_multibyte is zero, convert unibyte chars to multibyte
23435 before translating and checking fastmap.
23436 (TARGET_CHAR_AND_LENGTH): New macro.
23437 (re_match_2_internal): In emacs, set the locale variable multibyte
23438 to 1, otherwise to 0. New local variable target_multibyte. Check
23439 it to decide the multibyteness of STR1 and STR2. Use
23440 TARGET_CHAR_AND_LENGTH to fetch a character from D.
23441 <charset, charset_not>: If multibyte is nonzero, check fastmap
23442 only for ASCII chars. Call bcmp_translate with
23443 target_multibyte, not with multibyte.
23444 <begline>: Declare the local variable C as `unsigned'.
23445 (bcmp_translate): Change the last arg name to target_multibyte.
23446
23447 * search.c (compile_pattern_1): Don't adjust the multibyteness of
23448 the regexp pattern and the matching target. Set cp->buf.multibyte
23449 to the multibyteness of the regexp pattern. Set
23450 cp->but.target_multibyte to the multibyteness of the matching target.
23451 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
23452 FETCH_STRING_CHAR_ADVANCE.
23453 (Freplace_match): Convert unibyte chars to multibyte.
23454
23455 * syntax.c (char_quoted, back_comment, scan_words)
23456 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
23457 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
23458 unibyte chars to multibyte.
23459 (skip_chars): Delete the arg syntaxp, and move the code for
23460 handling syntaxes to skip_syntaxes. Change callers.
23461 Fix the case that the multibyteness of STRING and the current
23462 buffer doesn't match.
23463 (skip_syntaxes): New function.
23464 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
23465 SINGLE_BYTE_CHAR_P.
23466
23467 2008-02-01 Kenichi Handa <handa@m17n.org>
23468
23469 * xfaces.c (QCfontset): New variable.
23470 (LFACE_FONTSET): New macro.
23471 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
23472 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
23473 (Finternal_set_lisp_face_attribute)
23474 (Finternal_get_lisp_face_attribute): Handle QCfontset.
23475 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
23476 check also LFACE_FONTSET_INDEX.
23477 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
23478 attrs[LFACE_FONT_INDEX].
23479 (syms_of_xfaces): Intern and staticpro QCfontset.
23480
23481 * dispextern.h (enum lface_attribute_index): New member
23482 LFACE_FONTSET_INDEX.
23483
23484 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
23485
23486 2008-02-01 Kenichi Handa <handa@m17n.org>
23487
23488 * coding.c (coding_set_destination): Fix coding->destination for
23489 the case converting a region.
23490 (encode_coding_utf_8): Encode eight-bit chars as single byte.
23491 (encode_coding_object): Fix coding->dst_pos and
23492 coding->dst_pos_byte for the case converting a region.
23493
23494 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
23495
23496 * character.h (BYTE8_STRING): New macro.
23497
23498 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
23499
23500 2008-02-01 Kenichi Handa <handa@m17n.org>
23501
23502 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
23503 characters by octal form.
23504
23505 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
23506
23507 * buffer.h (_fetch_multibyte_char_len): Delete extern.
23508 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
23509 _fetch_multibyte_char_len.
23510 (FETCH_CHAR_AS_MULTIBYTE): New macro.
23511
23512 * casetab.c (set_canon, set_identity, shuffle): Simplify.
23513
23514 * casefiddle.c (casify_object): Simplify. Handle the case that
23515 the case conversion change the byte length.
23516 (casify_region): Likewise.
23517
23518 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
23519
23520 * character.c (_fetch_multibyte_char_len): Delete this variable.
23521 (syms_of_character): Setup Vprintable_chars.
23522
23523 * editfns.c (Fchar_equal): Fix for the unibyte case.
23524 (Finsert_byte): New function.
23525 (syms_of_editfns): Defsubr it.
23526
23527 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
23528 of direct code 0x3ffff.
23529
23530 * search.c (Freplace_match): Fix for the unibyte case.
23531
23532 2008-02-01 Kenichi Handa <handa@m17n.org>
23533
23534 * lread.c (safe_to_load_p): Fix the logic.
23535
23536 * syntax.c (scan_words): Don't treat characters belonging to
23537 different scripts as constituting a word.
23538
23539 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23540
23541 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
23542
23543 * emacs.c (main): In the case of --unibyte, instead of aborting on
23544 finding non-empty buffer, make it unibyte.
23545
23546 2008-02-01 Kenichi Handa <handa@m17n.org>
23547
23548 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
23549 to create a fontset.
23550
23551 2008-02-01 Dave Love <fx@gnu.org>
23552
23553 * character.c (Funibyte_char_to_multibyte): Doc fix.
23554
23555 * xfns.c [HAVE_STDLIB_H]: Fix last change.
23556
23557 2008-02-01 Kenichi Handa <handa@m17n.org>
23558
23559 * fontset.c (fontset_add): Make the type `int'.
23560 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
23561
23562 * character.c (unibyte_char_to_multibyte)
23563 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
23564 charset_unibyte, not charset_primary.
23565
23566 * charset.h (charset_unibyte): Extern it instead of charset_primary.
23567
23568 * charset.c (charset_unibyte): Rename from charset_primary.
23569 (Funibyte_charset): Rename from Fprimary_charset.
23570 (Fset_unibyte_charset): Rename from Fset_primary_charset.
23571 (syms_of_charset): Adjust for the above changes.
23572
23573 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23574 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
23575 it->multibyte_p is zero.
23576
23577 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
23578 Delete extern.
23579
23580 2008-02-01 Kenichi Handa <handa@m17n.org>
23581
23582 * coding.c (Fdefine_coding_system_internal): Fix category setting
23583 for a coding system of type iso-2022.
23584
23585 2008-02-01 Kenichi Handa <handa@m17n.org>
23586
23587 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
23588
23589 2008-02-01 Kenichi Handa <handa@m17n.org>
23590
23591 * syntax.c (Vnext_word_boundary_function_table): New variable.
23592 (next-word-boundary-function-table): Declare it as a Lisp variable
23593 in syms_of_syntax.
23594 (scan_words): Call functions in Vnext_word_boundary_function_table
23595 if any.
23596
23597 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
23598
23599 * fontset.c (fs_load_font): If fontp->charset is not negative,
23600 return fontp without setting its members.
23601
23602 2008-02-01 Dave Love <fx@gnu.org>
23603
23604 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
23605
23606 * m/sparc.h (HAVE_ALLOCA): Delete.
23607
23608 * s/irix6-5.h: Don't include strings.h.
23609 (bcopy, bzero, bcmp): Don't undef.
23610
23611 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
23612
23613 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
23614 (TIOCSIGSEND): Don't test IRIX6.
23615 (bcopy, bzero, bcmp): Define conditionally.
23616
23617 2008-02-01 Kenichi Handa <handa@m17n.org>
23618
23619 * buffer.c (Qas, Qmake, Qto): New variables.
23620 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
23621 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
23622
23623 * callproc.c (Fcall_process): Don't call insert_1_both directly if
23624 we are inserting a process output into a multibyte buffer.
23625
23626 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
23627 multibyte_char_to_unibyte.
23628
23629 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
23630 by the primary charset, make it eight-bit char.
23631 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
23632
23633 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
23634 (charset_8_bit__control, charset_8_bit_graphic)
23635 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
23636 (define_charset_internal): New function.
23637 (syms_of_charset): Call define_charset_internal for pre-defined
23638 charsets.
23639
23640 * charset.h (charset_8_bit): Extern it.
23641
23642 * coding.c (make_conversion_work_buffer): Adjust for the change
23643 of Fset_buffer_multibyte.
23644 (encode_coding_raw_text): Increment p0 in the loop.
23645
23646 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
23647
23648 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
23649 for the change of Fset_buffer_multibyte.
23650
23651 * fns.c (Fstring_to_multibyte): New function.
23652 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
23653
23654 2008-02-01 Dave Love <fx@gnu.org>
23655
23656 * xfns.c (x_put_x_image): Declare args.
23657
23658 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
23659 (try_font_list): Declare an arg.
23660
23661 * xdisp.c (message2_nolog, set_message): Declare an arg.
23662
23663 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
23664
23665 * syntax.c (scan_sexps_forward): Declare an arg.
23666
23667 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
23668 Declare an arg.
23669
23670 * lisp.h (Fnew_fontset): Declare.
23671
23672 * keymap.c (push_key_description): Call CHARACTERP correctly.
23673
23674 * fontset.c (fontset_add): Declare args. Call make_number correctly.
23675 (face_for_char): Delete unused vars.
23676 (Fset_fontset_font): Doc fix. Delete unused vars.
23677
23678 * doc.c (Fsubstitute_command_keys): Delete unused vars.
23679
23680 * composite.c (update_compositions): Declare arg.
23681
23682 * cm.c (calccost, cmgoto): Declare args.
23683
23684 * charset.c: Remove `emacs' conditional. Doc fixes.
23685 (map_char_table_for_charset): Declare.
23686
23687 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
23688
23689 * ccl.c: Remove `emacs' conditional.
23690
23691 2008-02-01 Kenichi Handa <handa@m17n.org>
23692
23693 The following changes are to allow specifying multiple font
23694 patterns for a character range (specified by script or charset).
23695
23696 * Makefile.in (abbrev.o): Depend on syntax.h.
23697 (xfaces.o): Depend on charset.h.
23698
23699 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
23700 SINGLE_BYTE_CHAR_P.
23701
23702 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
23703
23704 * character.h (Vchar_script_table): Extern it.
23705
23706 * character.c (Vscript_alist): Delete.
23707 (Vchar_script_table, Qchar_script_table): New variable.
23708 (syms_of_character): Declare Vchar_script_table as a lisp variable
23709 and initialize it.
23710
23711 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
23712 have property char-table-extra-slots, make no extra slot.
23713
23714 * dispextern.h (struct face): Delete member `charset'.
23715 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
23716 SINGLE_BYTE_CHAR_P.
23717 (choose_face_font, lookup_non_ascii_face, font_name_registry):
23718 Add prototypes.
23719 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
23720 (generate_ascii_font_name): Rename from generate_ascii_font.
23721
23722 * fontset.h (get_font_repertory_func): New prototype.
23723 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
23724 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
23725
23726 * fontset.c (Qprepend, Qappend): New variables.
23727 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
23728 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
23729 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
23730 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
23731 (fontset_ref_and_range, fontset_add, reorder_font_vector)
23732 (load_font_get_repertory): New functions.
23733 (fontset_set): Delete.
23734 (fontset_face): New arg FACE. Return face ID, not face.
23735 Complete re-write to handle new fontset structure. Change caller.
23736 (free_face_fontset): Use ASET istead of AREF (X) = Y.
23737 (face_for_char): Don't call lookup_face.
23738 (make_fontset_for_ascii_face): New arg FACE.
23739 (fs_load_font): New arg CHARSET_ID. Don't check
23740 Vfont_encoding_alist here.
23741 (find_font_encoding): New function.
23742 (list_fontsets): Use STRINGP, not ! NILP.
23743 (accumulate_script_ranges): New function.
23744 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
23745 re-written to handle new fontset structure.
23746 (Ffontset_font): Return a copy of element.
23747 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
23748 docstring of font-encoding-alist.
23749
23750 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
23751 (Fset_fotset_font): Fix arguments to 5.
23752
23753 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
23754
23755 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
23756 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23757 (highlight_trailing_whitespace): Adjust for the change of
23758 lookup_named_face.
23759
23760 * xfaces.c: Include charset.h.
23761 (load_face_font): Delete argument C. Change caller.
23762 (generate_ascii_font_name): Rename from generate_ascii_font.
23763 (font_name_registry): New function.
23764 (cache_face): Store ascii faces before non-ascii faces in buckets.
23765 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
23766 Lookup only ascii faces.
23767 (lookup_non_ascii_face): New function.
23768 (lookup_named_face): Delete argument C. Change caller.
23769 (lookup_derived_face): Delete argument C. Change caller.
23770 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
23771 a string, just call font_list with it.
23772 (choose_face_font): Delete arguments FACE and C. New arg
23773 FONT_SPEC. Change caller.
23774 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
23775 Change caller.
23776 (realize_non_ascii_face): New function.
23777 (realize_x_face): Call load_face_font here.
23778 (realize_tty_face): Delete argument C. Change caller.
23779 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
23780 get a face ID.
23781 (dump_realized_face): Don't print charset of FACE.
23782
23783 * xfns.c (x_set_font): Always call x_new_fontset and
23784 store_frame_parameter.
23785 (Fx_create_frame): Call x_new_fontset, not x_new_font.
23786 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
23787
23788 * xterm.h (x_get_font_repertory): Extern it.
23789
23790 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23791 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
23792 it->multibyte_p is zero.
23793 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23794 (x_new_fontset): If FONTSETNAME doesn't match any existing
23795 fontsets, create a new one.
23796 (x_get_font_repertory): New function.
23797
23798 2008-02-01 Kenichi Handa <handa@m17n.org>
23799
23800 * coding.c (Ffind_coding_systems_region_internal): Detect an
23801 ASCII only string correctly.
23802
23803 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
23804 version is 0.
23805
23806 2008-02-01 Kenichi Handa <handa@m17n.org>
23807
23808 * lread.c: Include "coding.h".
23809 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
23810 (load_each_byte, unread_char): New variables.
23811 (readchar_backlog): Delete.
23812 (readchar): Return a character unless load_each_byte is nonzero.
23813 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
23814 cons. If unread_char is not -1, simply return it.
23815 (unreadchar): Handle the case that readcharfun is
23816 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
23817 (read_multibyte): Delete.
23818 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
23819 (read_emacs_mule_char): New functions.
23820 (Fload): Even if the file doesn't have the extension ".elc", if
23821 safe_to_load_p returns a positive version number, assume that the
23822 file contains bytecompiled code. If the version is less than 22,
23823 load the file while decoding multibyte sequences by emacs-mule.
23824 (readevalloop): Don't use readchar_backlog.
23825 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
23826 (Fread_from_string): Pay attention to the case that STREAM is a cons.
23827 (read_escape): Delete the arg BYTEREP.
23828 (read1): Set load_each_byte to 1 temporarily while handling
23829 #@NUMBER. Don't call read_multibyte.
23830 (read_vector): Call Fread with a cons. If readcharfun is
23831 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
23832 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
23833 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
23834 and Qload_force_doc_strings.
23835
23836 2008-02-01 Kenichi Handa <handa@m17n.org>
23837
23838 * xdisp.c (face_before_or_after_it_pos): Call
23839 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
23840
23841 2008-02-01 Kenichi Handa <handa@m17n.org>
23842
23843 * character.h (TRAILING_CODE_P): New macro.
23844 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
23845 (string_char_with_unification): Fix prototype.
23846 (Vscript_alist): Extern it.
23847
23848 * character.c (Vscript_alist): New variable.
23849 (string_char_with_unification, str_as_unibyte)
23850 (string_escape_byte8): Add `const' to local variables.
23851 (syms_of_character): Declare script-alist as a Lisp variable.
23852
23853 * charset.h (Vcharset_ordered_list): Extern it.
23854 (charset_ordered_list_tick): Extern it.
23855 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
23856 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
23857 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
23858 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
23859 (Funify_charset): Adjust for the change of Funify_charset.
23860
23861 * charset.c (charset_ordered_list_tick): New variable.
23862 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
23863 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
23864 deunify instead of unify a charset.
23865 (string_xstring_p): Add `const' to local variables.
23866 (find_charsets_in_text): Add `const' to arguments and local variables.
23867 (encode_char): Adjust for the change of Funify_charset. Fix
23868 detecting of invalid code.
23869 (Fset_charset_priority): Increment charset_ordered_list_tick.
23870 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
23871 and TO_CODE.
23872
23873 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
23874 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
23875 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
23876 (decode_coding_ccl, consume_chars)
23877 (Ffind_coding_systems_region_internal)
23878 (Fcheck_coding_systems_region): Add `const' to local variables.
23879
23880 * print.c (print_object): Use octal form for printing the
23881 contents of a bool vector.
23882
23883 2008-02-01 Dave Love <fx@gnu.org>
23884
23885 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
23886 <version == 20>: Refuse to load.
23887
23888 2008-02-01 Dave Love <fx@gnu.org>
23889
23890 * fns.c: Move coding.h.
23891 (Qcodeset, Qdays, Qmonths): New.
23892 (concat): Use CHARACTERP instead of INTEGERP.
23893 (Flocale_codeset): Delete.
23894 (Flanginfo): New function.
23895 (syms_of_fns): Change accordingly.
23896
23897 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
23898
23899 2008-02-01 Dave Love <fx@gnu.org>
23900
23901 * casetab.c (init_casetab_once, init_casetab_once): Fix
23902 CHAR_TABLE_SET call.
23903
23904 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
23905
23906 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
23907
23908 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
23909 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
23910 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
23911
23912 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
23913
23914 * coding.c (ENCODE_DESIGNATION, decode_eol)
23915 (make_conversion_work_buffer, code_conversion_restore)
23916 (Fdefine_coding_system_internal): Convert Lisp types.
23917 (code_conversion_restore): Use EQ, not ==.
23918 (Fencode_coding_string): Fix code_convert_string call.
23919
23920 * coding.h (code_convert_region): Fix prototype.
23921
23922 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
23923
23924 * fontset.c (fontset_ref, fontset_set, fs_load_font)
23925 (Ffontset_info): Convert Lisp types.
23926
23927 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
23928
23929 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
23930
23931 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
23932
23933 * chartab.c: Include "...h", not <...h> in some cases.
23934
23935 * callproc.c (Fcall_process): Remove unused variables.
23936
23937 2008-02-01 Dave Love <fx@gnu.org>
23938
23939 * coding.c (Fset_coding_system_priority): Allow null arg list.
23940
23941 2008-02-01 Dave Love <fx@gnu.org>
23942
23943 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23944 (Fself_insert_and_exit): Use CHARACTERP.
23945
23946 * callproc.c (Fcall_process): Remove unused vars.
23947
23948 * xterm.c (XTread_socket): Add extra dead keysyms.
23949
23950 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
23951
23952 * dispextern.h: Remove prototypes for redraw_frame,
23953 redraw_garbaged_frames.
23954
23955 * cmds.c (Fself_insert_command): Use CHARACTERP.
23956
23957 * chartab.c (make_sub_char_table): Remove unused var.
23958 (Fset_char_table_default, Fmap_char_table): Doc fix.
23959
23960 * keymap.c (access_keymap): Remove generic char code.
23961 (push_key_description): Use CHARACTERP.
23962
23963 2008-02-01 Dave Love <fx@gnu.org>
23964
23965 * charset.c: Doc fixes.
23966 (Funify_charset): Extra checking.
23967
23968 2008-02-01 Dave Love <fx@gnu.org>
23969
23970 * lread.c: Remove some unused variables.
23971 (safe_to_load_p): If safe, return the magic number version byte.
23972 (Fload): Maybe use load-with-code-conversion.
23973
23974 2008-02-01 Kenichi Handa <handa@m17n.org>
23975
23976 * category.c (Fmodify_category_entry): Don't modify the contents
23977 of category_set for characters out of the range. Avoid
23978 unnecessary modification.
23979
23980 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
23981 Vchar_unify_table. The default value of the table is now nil.
23982
23983 * character.c (syms_of_character): Setup Vchar_width_table for
23984 eight-bit-control and raw-byte chars.
23985
23986 * charset.h (enum define_charset_arg_index): Delete
23987 charset_arg_parents and add charset_arg_subset and
23988 charset_arg_superset.
23989 (enum charset_attr_index): Delete charset_parents and add
23990 charset_subset and charset_superset.
23991 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
23992 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
23993 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
23994 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
23995 (CHARSET_SUPERSET): New macros.
23996 (charset_work): Extern it.
23997 (ENCODE_CHAR): Use charset_work.
23998 (CHAR_CHARSET_P): Adjust for the change of encoder format.
23999 (map_charset_chars): Extern it.
24000
24001 * charset.c (load_charset_map): Set the default value of encoder
24002 and deunifier char-tables to nil.
24003 (map_charset_chars): Change argument. Change callers. Use
24004 map_char_table_for_charset instead of map_char_table.
24005 (Fmap_charset_chars): New optional args from_code and to_code.
24006 (Fdefine_charset_internal): Adjust for the change of
24007 `define-charset' (:parents -> :subset or :superset).
24008 (charset_work): New variable.
24009 (encode_char, syms_of_charset): Adjust for the change of
24010 Fdefine_charset_internal.
24011 (Ffind_charset_string): Setup the vector `charsets' correctly.
24012
24013 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
24014 the previous change.
24015 (char_table_ref_and_range): Adjust for the above change.
24016 (map_sub_char_table_for_charset): New function.
24017 (map_char_table_for_charset): New function.
24018
24019 * keymap.c (describe_vector): Handle a char-table directly here.
24020 (describe_char_table): Delete.
24021
24022 * lisp.h (map_charset_chars): Delete.
24023
24024 2008-02-01 Dave Love <fx@gnu.org>
24025
24026 * fns.c (count_combining): Comment out (unused).
24027 (Flocale_codeset): New.
24028 (syms_of_fns): Defsubr it.
24029
24030 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
24031 (size_t): Remove.
24032
24033 2008-02-01 Dave Love <fx@gnu.org>
24034
24035 * Makefile.in (chartab.o): Depend on charset.h.
24036
24037 2008-02-01 Kenichi Handa <handa@m17n.org>
24038
24039 * character.c (syms_of_character): Set the default value of
24040 Vprintable_chars to Qnil.
24041
24042 2008-02-01 Dave Love <fx@gnu.org>
24043
24044 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
24045
24046 2008-02-01 Kenichi Handa <handa@m17n.org>
24047
24048 * charset.c (load_charset_map): Handle the case that from < to
24049 correctly.
24050
24051 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
24052 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
24053 Pay attention to raw-8-bit chars.
24054
24055 2008-02-01 Kenichi Handa <handa@m17n.org>
24056
24057 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
24058 It is not bytecompiled now.
24059
24060 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
24061 (charset_jisx0208): New variables.
24062 (Fdefine_charset_internal): Setup them if appropriate.
24063 (init_charset_once): Initialize them to -1.
24064
24065 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
24066 (charset_jisx0208): Extern them.
24067
24068 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
24069 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
24070 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
24071 (setup_iso_safe_charsets): Fix arguments to Fassq.
24072 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
24073 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
24074 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
24075 (encode_coding_iso_2022): Change the 1st arg to
24076 ENCODE_ISO_CHARACTER to a variable.
24077
24078 2008-02-01 Kenichi Handa <handa@m17n.org>
24079
24080 * charset.h (enum define_charset_arg_index): New enums
24081 charset_arg_min_code and charset_arg_max_code.
24082 (struct charset): New member char_index_offset.
24083
24084 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
24085 Take charset->char_index_offset into account.
24086 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
24087 args[charset_arg_max_code]. Setup charset.char_index_offset.
24088 (syms_of_charset): Fix args to Fdefine_charset_internal.
24089
24090 2008-02-01 Dave Love <fx@gnu.org>
24091
24092 * coding.c (decode_coding_utf_8): Reject overlong sequences.
24093
24094 2008-02-01 Dave Love <fx@gnu.org>
24095
24096 * coding.c: Doc fixes.
24097 (Fcoding_system_aliases): Fix return value.
24098 (Qmac): Remove (duplicated) definition.
24099
24100 2008-02-01 Dave Love <fx@gnu.org>
24101
24102 * charset.c (Fcharset_priority_list, Fset_charset_priority):
24103 New functions.
24104
24105 * character.c (Fstring): Doc fix.
24106
24107 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
24108
24109 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
24110 (font-encoding-alist): Doc fix.
24111
24112 2008-02-01 Dave Love <fx@gnu.org>
24113
24114 * term.c (costs_set): Declare static, non-initialized for pcc.
24115 (encode_terminal_code): Remove unused var.
24116
24117 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
24118 for K&R.
24119
24120 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
24121
24122 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
24123 (suffixes): Move out of make_subsidiaries for K&R.
24124
24125 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
24126
24127 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
24128
24129 2008-02-01 Dave Love <fx@gnu.org>
24130
24131 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
24132
24133 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
24134
24135 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
24136
24137 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
24138
24139 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
24140
24141 2008-02-01 Kenichi Handa <handa@m17n.org>
24142
24143 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
24144 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
24145
24146 2008-02-01 Kenichi Handa <handa@m17n.org>
24147
24148 * coding.c (decode_coding_charset): Adjust for the change of
24149 Fdefine_coding_system_internal.
24150 (Fdefine_coding_system_internal): For a coding system of
24151 `charset' type, store a list of charset IDs in
24152 `charset_attr_charset_valids' element of coding attributes.
24153
24154 2008-02-01 Kenichi Handa <handa@m17n.org>
24155
24156 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
24157 (emacs_mule_char): New arg src. Delete arg `composition'. Change
24158 caller. Handle 2-byte and 3-byte charsets correctly.
24159 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
24160 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
24161 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
24162 (DECODE_EMACS_MULE_21_COMPOSITION): Call
24163 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
24164 sequence.
24165 (decode_coding_emacs_mule): Handle composition correctly. Rewind
24166 `src' and `consumed_chars' correctly before calling emacs_mule_char.
24167 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
24168 and alt&rule composition.
24169 (decode_coding_iso_2022): Handle composition correctly.
24170 (init_coding_once): Setup emacs_mule_bytes for private charsets.
24171
24172 * charset.c (Fdefine_charset_internal): Fix bug for the case of
24173 re-defining a charset. If the charset has :emacs-mule-id, setup
24174 emacs_mule_bytes.
24175 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
24176
24177 2008-02-01 Kenichi Handa <handa@m17n.org>
24178
24179 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
24180 (encode_coding_big5, encode_coding_charset): If coding requires safe
24181 encoding, produce a character specified by
24182 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
24183
24184 2008-02-01 Dave Love <fx@gnu.org>
24185
24186 * xterm.c (XSetIMValues): Declare.
24187
24188 * process.c: Conditionally include sys/wait.h, pty.h.
24189
24190 * print.c (print_object): Fix print format for 64-bit systems.
24191
24192 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
24193
24194 * buffer.c (emacs_strerror): Declare.
24195
24196 * fontset.c (Fclear_face_cache): Declare.
24197 (accumulate_font_info): Comment-out (unused).
24198 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
24199 variables.
24200
24201 * character.h (string_escape_byte8): Declare.
24202
24203 * charset.c (load_charset_map, load_charset_map_from_file): Remove
24204 unused vars.
24205 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
24206 (Fmap_charset_chars): Doc fix.
24207
24208 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
24209 (Fset_coding_system_priority, Fset_coding_system_priority)
24210 (Fdefine_coding_system_internal): Doc fix.
24211
24212 2008-02-01 Dave Love <fx@gnu.org>
24213
24214 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
24215
24216 2008-02-01 Kenichi Handa <handa@m17n.org>
24217
24218 * character.c (string_escape_byte8): Make multibyte string with
24219 correct size.
24220
24221 * charset.c (Fmake_char): Delete unnecessary code.
24222
24223 2008-02-01 Kenichi Handa <handa@m17n.org>
24224
24225 * xfns.c (x_encode_text): Allocate coding.destination here, and
24226 call encode_coding_object with dst_object Qnil.
24227
24228 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
24229 multibyte form correctly.
24230
24231 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
24232 against Vfont_encoding_alist.
24233
24234 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
24235 handling of charset list.
24236 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
24237 (decode_coding_object): Move point to coding->dst_pos before
24238 calling post-read-conversion function.
24239 (encode_coding_object): Give correct arguments to
24240 pre-write-conversion. Ignore the return value of
24241 pre-write-conversion function. Pay attention to the case that
24242 pre-write-conversion changes the current buffer. If dst_object is
24243 Qt, even if coding->src_bytes is zero, allocate at least one byte
24244 to coding->destination.
24245
24246 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
24247
24248 * charset.c (Fmake_char): Make it more backward compatible.
24249 (Fmap_charset_chars): Fix docstring.
24250
24251 2008-02-01 Dave Love <fx@gnu.org>
24252
24253 * coding.c: Doc fixes.
24254 (Fdefine_coding_system_alias): Use names, not symbols, in
24255 coding-system-alist.
24256
24257 2008-02-01 Kenichi Handa <handa@m17n.org>
24258
24259 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
24260 of calling free_realized_face.
24261
24262 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
24263
24264 * charset.c (read_hex): Don't treat SPC as a comment starter.
24265 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
24266 (Fdecode_char): Fix typo.
24267
24268 2008-02-01 Kenichi Handa <handa@m17n.org>
24269
24270 * charset.h (struct charset): New member `code_space_mask'.
24271
24272 * coding.c (coding_set_source): Delete the local variable beg_byte.
24273 (encode_coding_charset, Fdefine_coding_system_internal):
24274 Delete the local variable charset.
24275 (Fdefine_coding_system_internal): Setup
24276 attrs[coding_attr_charset_valids] correctly.
24277
24278 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
24279 member to check if CODE is valid or not.
24280 (Fdefine_charset_internal): Initialize `code_space_mask' member.
24281 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
24282 is within the range of charset->min_code and carset->max_code.
24283
24284 2008-02-01 Dave Love <fx@gnu.org>
24285
24286 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
24287
24288 * dispextern.h (generate_ascii_font): Fix return type.
24289
24290 * xfaces.c (generate_ascii_font): Fix arg declaration.
24291
24292 * coding.c (coding_inherit_eol_type)
24293 (Fset_terminal_coding_system_internal)
24294 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
24295
24296 2008-02-01 Kenichi Handa <handa@m17n.org>
24297
24298 * coding.c (decode_coding_charset, encode_coding_charset): Handle
24299 multiple charsets correctly.
24300
24301 2008-02-01 Kenichi Handa <handa@m17n.org>
24302
24303 * search.c (boyer_moore): Fix handling of multibyte character
24304 translation.
24305
24306 * xdisp.c (display_mode_element): When the variable `elt' is
24307 changed, update `this' and `lisp_string'.
24308
24309 2008-02-01 Kenichi Handa <handa@m17n.org>
24310
24311 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
24312
24313 * callproc.c (Fcall_process): Be sure to give the current buffer
24314 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
24315
24316 * charset.c (struct charset_map_entries): New struct.
24317 (load_charset_map): Rename from parse_charset_map. New args
24318 entries and n_entries. Change caller.
24319 (load_charset_map_from_file): Rename from load_charset_map.
24320 Change caller. New arg control_flag. Call load_charset_map at
24321 the tail.
24322 (load_charset_map_from_vector): New function.
24323 (Fdefine_charset_internal): Setup charset.compact_codes_p.
24324 (encode_char): If the charset is compact, change a character index
24325 to a code point.
24326
24327 * coding.c (coding_alloc_by_making_gap): Check the case that the
24328 source and destination are the same correctly.
24329 (decode_coding_raw_text): Set coding->consumed_char and
24330 coding->consumed to 0.
24331 (produce_chars): If coding->chars_at_source is nonzero, update
24332 coding->consumed_char and coding->consumed before calling
24333 alloc_destination.
24334 (Fdefine_coding_system_alias): Register ALIAS in
24335 Vcoding_system_alist.
24336 (syms_of_coding): Define `no-conversion' coding system at the tail.
24337
24338 * fileio.c (Finsert_file_contents): Set coding_system instead of
24339 val. If the current buffer is multibyte, always call
24340 decode_coding_gap.
24341
24342 * xfaces.c (try_font_list): Give higher priority to fontset's
24343 family than face's family.
24344
24345 2008-02-01 Kenichi Handa <handa@m17n.org>
24346
24347 * callproc.c (Fcall_process): Be sure to give the current buffer
24348 to decode_coding_c_string.
24349
24350 * xfaces.c (try_font_list): Give a family specified in a fontset
24351 higher priority than a family specified in a face.
24352
24353 2008-02-01 Kenichi Handa <handa@m17n.org>
24354
24355 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
24356 Fix arguments to insert_from_buffer.
24357
24358 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
24359
24360 2008-02-01 Kenichi Handa <handa@m17n.org>
24361
24362 * coding.c (produce_chars): Set the variable `multibytep' correctly.
24363 (decode_coding_gap): Set coding->dst_multibyte correctly.
24364
24365 2008-02-01 Kenichi Handa <handa@m17n.org>
24366
24367 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
24368 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
24369 (encode_coding_utf_16): Substitute coding->default_char for
24370 non-Unicode characters.
24371 (decode_coding): Don't call record_insert here.
24372 (setup_coding_system): Initialize `surrogate' of
24373 coding->spec.utf_16 to 0.
24374 (EMIT_ONE_BYTE): Fix for multibyte case.
24375
24376 * insdel.c (insert_from_gap): Call record_insert.
24377
24378 2008-02-01 Kenichi Handa <handa@m17n.org>
24379
24380 * casefiddle.c (casify_region): Fix multibyte case.
24381
24382 * character.c (c_string_width): Add return type `int'.
24383 (char_string_with_unification): Delete arg ADVANCED.
24384
24385 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
24386 (CHAR_STRING): Adjust for the change of char_string_with_unification.
24387 (CHAR_STRING_ADVANCE): Make it do-while statement.
24388
24389 * chartab.c (sub_char_table_set_range): Optimize for the case
24390 DEPTH == 3. Add workaround code for a GCC optimization bug.
24391
24392 * charset.c (parse_charset_map): Remove an unused variable.
24393
24394 * coding.c: Delete unused variables.
24395
24396 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
24397 earlier. If inserted is zero and the coding system doesn't
24398 require flushing, don't call decode_coding_gap.
24399
24400 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
24401
24402 2008-02-01 Kenichi Handa <handa@m17n.org>
24403
24404 The following changes are for using Unicode as an internal
24405 character model, and use UTF-8 format for buffer/string
24406 representation.
24407
24408 * .gdbinit (xchartable): Adjust for the change of char table structure.
24409 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
24410
24411 * Makefile.in (obj): Add character.o and chartab.o.
24412 (lisp, shortlisp): Remove utf-8.elc.
24413 (*.o): For many files, change dependency on charset.h to
24414 character.h, and add dependency on character.h.
24415 (character.o, chartab.o): New targets.
24416
24417 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
24418 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
24419 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
24420 of "charset.h".
24421
24422 * dired.c, filelock.c: Include "character.h".
24423
24424 * alloc.c: Include "character.h" instead of "charset.h".
24425 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
24426 (syms_of_alloc): Remove defsubr for Smake_char_table.
24427
24428 * buffer.c: Include "character.h" instead of "charset.h", don't
24429 include "coding.h".
24430 (Fset_buffer_multibyte): Adjust for UTF-8.
24431
24432 * buffer.h: EXFUN Fbuffer_live_p.
24433
24434 * callproc.c: Include "character.h" instead of "charset.h".
24435 (Fcall_process): Big change for the new code-conversion APIs.
24436
24437 * casetab.c: Include "character.h" instead of "charset.h".
24438 (set_canon, set_identity, shuffle): Adjust for the new
24439 map_char_table spec.
24440 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
24441 accessing the char table structure.
24442
24443 * chartab.c: New file that implements char table.
24444
24445 * category.c: Include "character.h".
24446 (copy_category_entry): New function.
24447 (copy_category_table): Call map_char_table and copy_category_entry.
24448 (Fmake_category_table): Initialize all top-level slots.
24449 (char_category_set): New function.
24450 (modify_lower_category_set): Delete.
24451 (Fmodify_category_entry): Call char_table_ref_and_range.
24452
24453 * category.h (CATEGORY_SET): Just call char_category_set.
24454
24455 * ccl.c: Include "character.h".
24456 (Qccl, Qcclp): New variables.
24457 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
24458 it's less than 256.
24459 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
24460 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
24461 and DST type.
24462 (ccl_driver): Change types of argument, adjust code accordingly.
24463 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
24464 ccl_driver.
24465 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
24466
24467 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
24468 New members src_multibyte, dst_multibyte, consumed, and produced.
24469 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
24470 (CODING_SPEC_CCL_PROGRAM): New macro.
24471 (ccl_driver): Update prototype.
24472 (Qccl, Qcclp, Fccl_program_p): Extern them.
24473 (CHECK_CCL_PROGRAM): New macro.
24474
24475 * character.c, character.h, chartab.c: New files.
24476
24477 * charset.c: Mostly re-written. Move character and multibyte sequence
24478 handling codes to character.c.
24479
24480 * charset.h: Mostly re-written. Move character and multibyte sequence
24481 handling codes to character.h.
24482
24483 * coding.c, coding.h: Mostly re-written.
24484
24485 * composite.c: Include "character.h" instead of "charset.h".
24486 (CHAR_WIDTH): Move to character.h.
24487 (HASH_KEY, HASH_VALUE): Delete.
24488
24489 * composite.h (enum composition_method): Change order of enumeration
24490 symbols.
24491
24492 * data.c: Include "character.h" instead of "charset.h".
24493 (Faref): Call CHAR_TABLE_REF for a char table.
24494 (Faset): Call CHAR_TABLE_SET for a char table.
24495
24496 * dispextern.h (free_realized_face, check_face_attribytes)
24497 (generate_ascii_font): Extern them.
24498 (free_realized_multibyte_face): Delete extern.
24499
24500 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
24501 table structure.
24502
24503 * editfns.c: Include "character.h" instead of "charset.h".
24504 (Fchar_to_string): Always call CHAR_STRING.
24505
24506 * emacs.c (main): Call init_charset_once, init_charset,
24507 syms_of_chartab, and syms_of_character.
24508
24509 * fileio.c: Include "character.h" instead of "charset.h".
24510 (Finsert_file_contents): Big change for the new code-conversion API.
24511 (choose_write_coding_system, Fwrite_region): Likewise.
24512 (build_annotations_2): Delete.
24513 (e_write): Big change for the new code-conversion API.
24514
24515 * fns.c: Include "character.h" instead of "charset.h".
24516 (copy_sub_char_table): Move to chartab.c.
24517 (Fcopy_sequence): Call copy_char_table for a char table.
24518 (concat): Delete codes calling count_multibyte.
24519 (string_char_to_byte, string_byte_to_char): Adjust for the new
24520 multibyte form.
24521 (internal_equal): Adjust for the change of char table structure.
24522 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
24523 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
24524 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
24525 (char_table_translate, optimize_sub_char_table)
24526 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
24527 chartab.c.
24528 (char_table_ref_and_index): Delete.
24529 (HASH_KEY, HASH_VALUE): Move to lisp.h.
24530 (Fmd5): Call preferred_coding_system instead of accessing
24531 Vcoding_category_list. Adjust for the new code-conversion API.
24532 (syms_of_fns): Move defsubr for char table related functions to
24533 chartab.c.
24534
24535 * fontset.c: Mostly re-written.
24536
24537 * fontset.h (struct font_info): Change type of the member encoding_type.
24538 (enum FONT_SPEC_INDEX): New enum.
24539 (fontset_font_pattern, fs_load_font): Update prototype.
24540 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
24541
24542 * indent.c: Include "character.h" instead of "charset.h".
24543 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
24544
24545 * insdel.c: Include "character.h" instead of "charset.h".
24546 (copy_text): Don't refer to Vnonascii_translation_table.
24547 (insert_from_gap): New function.
24548
24549 * keyboard.c: Include "character.h" instead of "charset.h".
24550 (command_loop_1): Never call direct_output_forward_char before
24551 a non-ASCII character.
24552 (read_char): If Vkeyboard_translate_table is a char table, always
24553 translate a character.
24554
24555 * keymap.c: Include "character.h".
24556 (store_in_keymap): Handle the case that IDX is a cons.
24557 (Fdefine_key): Handle the case that KEY is a cons and the car part
24558 is also a cons (range).
24559 (push_key_description): Adjust for the new character code.
24560 (describe_vector): Call describe_char_table for a char table.
24561 (describe_char_table): New function.
24562
24563 * keymap.h (describe_char_table): Extern it.
24564
24565 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
24566 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
24567 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
24568 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
24569 Delete.
24570 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
24571 structure.
24572 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
24573 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
24574 (CHARTAB_SIZE_BITS_3): New macros.
24575 (chartab_size): Extern it.
24576 (struct Lisp_Char_Table): Re-design.
24577 (struct Lisp_Sub_Char_Table): New structure.
24578 (HASH_KEY, HASH_VALUE): Move from fns.c.
24579 (CHARACTERBITS): Define as 22.
24580 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
24581 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
24582 (GC_SUB_CHAR_TABLE_P): New macro.
24583 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
24584 (code_convert_string_norecord): Deleted extern.
24585 (init_character_once, syms_of_character, init_charset)
24586 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
24587
24588 * lread.c: Include "character.h".
24589 (read_multibyte): New arg NBYTES.
24590 (read_escape): Change the meaning of returned *BYTEREP.
24591 (to_multibyte): Delete.
24592 (read1): Adjust the handling of char table and string.
24593
24594 * print.c: Include "character.h" instead of "charset.h".
24595 (print_string): Convert 8-bit raw bytes to octal form by
24596 string_escape_byte8.
24597 (print_object): Adjust for the new multibyte form. Print 8-bit
24598 raw bytes always in octal form. Handle sub char table correctly.
24599
24600 * process.c: Include "character.h" instead of "charset.h".
24601 (read_process_output, send_process): Adjust for the new
24602 code-conversion API.
24603
24604 * puresize.h (BASE_PURESIZE): Increase.
24605
24606 * regex.c: Include "character.h" instead of "charset.h".
24607 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
24608 (regex_compile): Accept a range whose starting and ending
24609 character have different leading bytes.
24610 (analyse_first): Adjust for the above change.
24611
24612 * search.c: Include "character.h" instead of "charset.h".
24613 (search_buffer, boyer_moore): Adjust for the new multibyte form.
24614 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
24615
24616 * syntax.c: Include "character.h" instead of "charset.h".
24617 (syntax_parent_lookup): Delete.
24618 (Fmodify_syntax_entry): Accept a cons as CHAR.
24619 (skip_chars): Adjust for the new multibyte form.
24620 (init_syntax_once): Call char_table_set_range instead of directly
24621 accessing the structure of a char table.
24622
24623 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
24624 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
24625 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
24626 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
24627
24628 * term.c: Include "buffer.h" and "character.h".
24629 (encode_terminal_code, write_glyphs): Adjust for the new
24630 code-conversion API.
24631 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
24632
24633 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
24634
24635 * xdisp.c: Include "character.h".
24636 (get_next_display_element): Adjust for the new multibyte form.
24637 (disp_char_vector): Adjust for the new char table structure.
24638 (decode_mode_spec_coding): Adjust for the new structure of
24639 coding system.
24640 (decode_mode_spec): Adjust for the new code-conversion API.
24641
24642 * xfaces.c: Include "character.h" instead of "charset.h".
24643 (load_face_font): Adjust for the change of choose_face_font and
24644 FS_LOAD_FONT.
24645 (generate_ascii_font): New function.
24646 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
24647 (set_font_frame_param): Adjust for the change of choose_face_font.
24648 (free_realized_face): Make it public.
24649 (free_realized_faces_for_fontset): Rename from
24650 free_realized_multibyte_face. Free also faces realized for ASCII.
24651 (choose_face_font): Change arguments. Adjust for the change of
24652 fontset_font_pattern and FS_LOAD_FONT.
24653
24654 * xfns.c: Include "character.h".
24655 (x_encode_text): Adjust for the new code-conversion API.
24656
24657 * xselect.c: Don't include "charset.h".
24658 (selection_data_to_lisp_data): Adjust for the new code conversion API.
24659
24660 * xterm.c: Include "character.h".
24661 (x_encode_char): New argument CHARSET. Change caller.
24662 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
24663 Call ENCODE_CHAR instead of SPLIT_CHAR.
24664 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
24665 CHAR_WIDTH instead of CHARSET_WIDTH.
24666 (XTread_socket): Adjust for the new code-conversion API.
24667 (x_new_font): Adjust for the change of FS_LOAD_FONT.
24668 (x_load_font): Adjust for the change of struct font.
24669
24670 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
24671
24672 * xfaces.c (face_at_buffer_position): Remove unused vars.
24673
24674 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24675
24676 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
24677 Fix overflow checking.
24678
24679 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
24680
24681 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
24682 Cancel previous change.
24683
24684 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
24685
24686 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
24687 ccl->eight_bit_control. Fix check for buffer overflow.
24688 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
24689 (ccl_driver): Initialize extra_bytes to 0.
24690
24691 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
24692
24693 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
24694 return it ORed with ctrl_modifier.
24695
24696 2008-01-29 Miles Bader <miles@gnu.org>
24697
24698 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
24699
24700 2008-01-28 Jason Rumney <jasonr@gnu.org>
24701
24702 * w32.c (stat): Don't double check for networked drive.
24703
24704 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24705
24706 * window.c (run_window_configuration_change_hook): New function.
24707 Code extracted from set_window_buffer. Set the selected frame.
24708 (set_window_buffer): Use it.
24709 * window.h (run_window_configuration_change_hook): Declare.
24710 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
24711
24712 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
24713
24714 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
24715
24716 * Makefile.in: Remove references to unused macros.
24717
24718 2008-01-26 Eli Zaretskii <eliz@gnu.org>
24719
24720 * w32.c (g_b_init_get_sid_sub_authority)
24721 (g_b_init_get_sid_sub_authority_count): New static variables.
24722 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
24723 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
24724 (init_user_info): Use them to retrieve uid and gid.
24725 Use 500/513, the Windows defaults, as Administrator's uid/gid.
24726 (fstat): Use pw_uid and pw_gid from the_passwd structure for
24727 st_uid and st_gid of the file.
24728
24729 2008-01-26 Jason Rumney <jasonr@gnu.org>
24730
24731 * w32.c (logon_network_drive): New function.
24732 (stat): Use it.
24733
24734 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
24735
24736 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
24737 invisible text covered with an ellipsis.
24738
24739 2008-01-25 Richard Stallman <rms@gnu.org>
24740
24741 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
24742 jump back to beginning. Move some other initializations after that.
24743 (Qwindow_text_change_functions, Vwindow_text_change_functions):
24744 New variables.
24745 (syms_of_xdisp): Init them.
24746
24747 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
24748
24749 * buffer.c (reset_buffer_local_variables):
24750 Implement `permanent-local-hook'.
24751 (Qpermanent_local_hook): New variable.
24752 (syms_of_buffer): Init and staticpro it.
24753
24754 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
24755
24756 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
24757
24758 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
24759
24760 * fns.c (Fclrhash): Return TABLE.
24761
24762 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24763
24764 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
24765 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
24766 is set even without positional changes.
24767 (x_scroll_bar_clear): Set bar->redraw_needed_p.
24768
24769 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
24770
24771 2008-01-23 Jason Rumney <jasonr@gnu.org>
24772
24773 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
24774
24775 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
24776 the unicode range available in MULE by locale-coding-system.
24777 Improve dbcs lead byte detection. Set event timestamp and modifiers
24778 earlier.
24779
24780 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24781
24782 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
24783 [MAC_OSX] (init_mac_osx_environment): Initialize it.
24784 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
24785 when used on child processes.
24786
24787 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
24788
24789 * dbusbind.c (Fdbus_method_return_internal): Rename from
24790 Fdbus_method_return.
24791 (Fdbus_unregister_object): Move to dbus.el.
24792 (Fdbus_call_method, Fdbus_method_return_internal)
24793 (Fdbus_send_signal): Improve debug messages.
24794
24795 2008-01-20 Martin Rudalics <rudalics@gmx.at>
24796
24797 * undo.c (undo_inhibit_record_point): New variable.
24798 (syms_of_undo): Initialize it.
24799 (record_point): Don't record point when undo_inhibit_record_point
24800 is set.
24801
24802 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
24803
24804 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
24805
24806 * xdisp.c (Qauto_hscroll_mode): New var.
24807 (syms_of_xdisp): Initialize it.
24808 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
24809 window's buffer.
24810 (hscroll_windows): Don't check automatic_hscrolling_p here.
24811
24812 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
24813 vscroll if we're setting window-buffer to the value it already has.
24814
24815 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
24816
24817 * m/intel386.h: Remove references to XENIX.
24818
24819 2008-01-17 Andreas Schwab <schwab@suse.de>
24820
24821 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
24822 instead of HAVE_X86_64_LIB64_DIR.
24823 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
24824
24825 2008-01-17 Glenn Morris <rgm@gnu.org>
24826
24827 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
24828 to HAVE_X86_64_LIB64_DIR.
24829
24830 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
24831
24832 * s/irix3-3.h:
24833 * s/irix4-0.h:
24834 * s/386-ix.h:
24835 * s/domain.h:
24836 * s/hpux9-x11r4.h:
24837 * s/hpux9shxr4.h: Remove files for systems no longer supported.
24838
24839 * sysdep.c: Remove code containing references to symbols defined
24840 by unsupported systems.
24841
24842 2008-01-16 Glenn Morris <rgm@gnu.org>
24843
24844 * coding.c (select-safe-coding-system-function): Doc fix.
24845
24846 2008-01-15 Glenn Morris <rgm@gnu.org>
24847
24848 * config.in: Revert 2008-01-13 change: this is a generated file.
24849
24850 2008-01-13 Tom Tromey <tromey@redhat.com>
24851
24852 * lisp.h: Fix typo.
24853
24854 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24855
24856 * m/sequent-ptx.h:
24857 * m/sequent.h:
24858 * s/ptx.h:
24859 * s/ptx4-2.h:
24860 * s/ptx4.h: Remove files for systems no longer supported.
24861
24862 * callproc.c (Fcall_process): Fix previous change.
24863
24864 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
24865
24866 * unexsunos4.c: Remove file, system not supported anymore.
24867
24868 * m/mips.h:
24869 * m/intel386.h:
24870 * callproc.c:
24871 * config.in:
24872 * ecrt0.c:
24873 * emacs.c:
24874 * fileio.c:
24875 * frame.c:
24876 * getpagesize.h:
24877 * keyboard.c:
24878 * lread.c:
24879 * process.c:
24880 * puresize.h:
24881 * sysdep.c:
24882 * systty.h:
24883 * syswait.h:
24884 * unexec.c:
24885 * xdisp.c:
24886 * alloc.c: Remove code containing references to symbols defined by
24887 unsupported systems.
24888
24889 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
24890
24891 * coding.c (detect_coding_mask): Fix previous change.
24892
24893 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
24894
24895 * coding.c (detect_coding_iso2022): New arg
24896 latin_extra_code_state. Allow Latin extra codes only
24897 when *latin_extra_code_state is nonzero.
24898 (detect_coding_mask): If there is a NULL byte, detect the encoding
24899 as UTF-16 or binary. If Latin extra codes exist, detect the
24900 encoding as ISO-2022 only when there's no other proper encoding is
24901 found.
24902
24903 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24904
24905 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
24906 #ifdef MAC_OS.
24907
24908 2008-01-08 Richard Stallman <rms@gnu.org>
24909
24910 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
24911
24912 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
24913
24914 * keyboard.c (parse_menu_item): Don't enclose key bindings on
24915 menu bar in parentheses.
24916
24917 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
24918
24919 * m/7300.h:
24920 * m/acorn.h:
24921 * m/alliant-2800.h:
24922 * m/alliant.h:
24923 * m/alliant1.h:
24924 * m/alliant4.h:
24925 * m/altos.h:
24926 * m/amdahl.h:
24927 * m/apollo.h:
24928 * m/att3b.h:
24929 * m/aviion-intel.h:
24930 * m/aviion.h:
24931 * m/celerity.h:
24932 * m/clipper.h:
24933 * m/cnvrgnt.h:
24934 * m/convex.h:
24935 * m/cydra5.h:
24936 * m/delta88k.h:
24937 * m/dpx2.h:
24938 * m/dual.h:
24939 * m/elxsi.h:
24940 * m/f301.h:
24941 * m/gould-np1.h:
24942 * m/gould.h:
24943 * m/i860.h:
24944 * m/ibmps2-aix.h:
24945 * m/ibmrt-aix.h:
24946 * m/ibmrt.h:
24947 * m/irist.h:
24948 * m/is386.h:
24949 * m/isi-ov.h:
24950 * m/mega68.h:
24951 * m/mg1.h:
24952 * m/news-r6.h:
24953 * m/news-risc.h:
24954 * m/news.h:
24955 * m/nh3000.h:
24956 * m/nh4000.h:
24957 * m/ns16000.h:
24958 * m/ns32000.h:
24959 * m/nu.h:
24960 * m/orion.h:
24961 * m/orion105.h:
24962 * m/paragon.h:
24963 * m/pfa50.h:
24964 * m/plexus.h:
24965 * m/pyramid.h:
24966 * m/pyrmips.h:
24967 * m/sh3el.h:
24968 * m/sps7.h:
24969 * m/sr2k.h:
24970 * m/stride.h:
24971 * m/sun1.h:
24972 * m/sun2.h:
24973 * m/sun3-68881.h:
24974 * m/sun3-fpa.h:
24975 * m/sun3-soft.h:
24976 * m/sun3.h:
24977 * m/sun386.h:
24978 * m/symmetry.h:
24979 * m/tad68k.h:
24980 * m/tahoe.h:
24981 * m/targon31.h:
24982 * m/tek4300.h:
24983 * m/tekxd88.h:
24984 * m/tower32.h:
24985 * m/tower32v3.h:
24986 * m/ustation.h:
24987 * m/wicat.h:
24988 * m/xps100.h:
24989 * s/cxux.h:
24990 * s/cxux7.h:
24991 * s/dgux.h:
24992 * s/dgux4.h:
24993 * s/dgux5-4-3.h:
24994 * s/dgux5-4r2.h:
24995 * s/esix.h:
24996 * s/esix5r4.h:
24997 * s/hiuxmpp.h:
24998 * s/hiuxwe2.h:
24999 * s/iris3-5.h:
25000 * s/iris3-6.h:
25001 * s/isc2-2.h:
25002 * s/isc3-0.h:
25003 * s/isc4-0.h:
25004 * s/isc4-1.h:
25005 * s/newsos5.h:
25006 * s/newsos6.h:
25007 * s/osf1.h:
25008 * s/osf5-0.h:
25009 * s/riscix1-1.h:
25010 * s/riscix12.h:
25011 * s/sco4.h:
25012 * s/sco5.h:
25013 * s/sunos4-0.h:
25014 * s/sunos4-1.h:
25015 * s/sunos413.h:
25016 * s/sunos4shr.h:
25017 * s/umax.h:
25018 * s/unipl5-2.h:
25019 * s/xenix.h:
25020 * cxux-crt0.s:
25021 * unexapollo.c:
25022 * unexconvex.c:
25023 * unexenix.c:
25024 * unexsni.c: Remove files for systems no longer supported.
25025
25026 * m/intel386.h: Remove references to unsupported systems.
25027
25028 * w32.c (get_emacs_configuration): Remove reference to i860.
25029
25030 * sysdep.c: Remove dead code.
25031
25032 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
25033
25034 * s/rtu.h:
25035 * m/masscomp.h: Remove files. Platform is obsolete.
25036
25037 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
25038
25039 * dbusbind.c (Fdbus_method_return): New function.
25040 (xd_read_message): Add the serial number to the event.
25041 (Fdbus_register_method): Activate the function.
25042
25043 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25044
25045 * keyboard.c (read_key_sequence): Fix typo.
25046
25047 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
25048
25049 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
25050 (xd_signature, xd_append_arg): Handle element type detection for
25051 empty arrays.
25052 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
25053 SDATA () calls; this must be solved more general.
25054 (Fdbus_register_signal): Use SBYTES instead of strlen.
25055
25056 2008-01-03 Magnus Henoch <magnus@zemdatav>
25057
25058 * dbusbind.c (xd_append_arg): Use unsigned char instead of
25059 unsigned int for byte values (necessary for big-endian platform).
25060 (Fdbus_call_method): Handle the case of no returned arguments.
25061
25062 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
25063
25064 * dbusbind.c (xd_read_message): Use non-static input_event struct.
25065
25066 2007-12-31 Magnus Henoch <mange@freemail.hu>
25067
25068 * dbusbind.c (xd_signature): Signature of variant is just "v".
25069
25070 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
25071
25072 * dbusbind.c: Fix several errors and compiler warnings.
25073 Reported by Tom Tromey <tromey@redhat.com>.
25074 (XD_ERROR, XD_DEBUG_MESSAGE)
25075 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
25076 (xd_append_arg): Part for basic D-Bus types rewritten.
25077 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
25078 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
25079 appropriate.
25080 (xd_read_message): Return Qnil. Don't signal an error; it is not
25081 useful during event reading.
25082 (Fdbus_register_signal): Signal an error if the check for
25083 FUNCTIONP fails.
25084 (Fdbus_register_method): New function. The implementation is not
25085 complete, the call of the function signals an error therefore.
25086 (Fdbus_unregister_object): New function, renamed from
25087 Fdbus_unregister_signal. The initial check signals an error, if
25088 the object is not well formed.
25089
25090 2007-12-30 Richard Stallman <rms@gnu.org>
25091
25092 * textprop.c (get_char_property_and_overlay):
25093 Signal error if POSITION is out of range in a buffer.
25094
25095 2007-12-29 Martin Rudalics <rudalics@gmx.at>
25096
25097 * w32fns.c (Fx_create_frame): Make copy of frame parameters
25098 because the original parameters are in pure storage now.
25099
25100 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25101
25102 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
25103
25104 2007-12-22 Eli Zaretskii <eliz@gnu.org>
25105
25106 * callint.c (syms_of_callint) <command-history>: Add reference to
25107 history-length in the doc string.
25108
25109 2007-12-17 Jason Rumney <jasonr@gnu.org>
25110
25111 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
25112 before passing as wParam.
25113
25114 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
25115
25116 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
25117 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
25118 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
25119 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
25120 as number.
25121 (Fdbus_call_method): Fix docstring.
25122
25123 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
25124
25125 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
25126 New macros.
25127 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
25128 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
25129 Simplify.
25130 (xd_signature): New function.
25131 (xd_append_arg): Compute also signatures. Major rewrite.
25132 (xd_retrieve_arg): Make debug messages friendly.
25133 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
25134 Check for signatures of arguments.
25135
25136 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
25137
25138 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
25139 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
25140 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
25141 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
25142 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
25143 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
25144 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
25145 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
25146 (xd_retrieve_value): Remove. Functionality included in ...
25147 (xd_append_arg): New function.
25148 (Fdbus_call_method, Fdbus_send_signal): Apply it.
25149
25150 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
25151
25152 * dbusbind.c (top): Include <stdio.h>.
25153 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
25154 dbus_message_new_method_call and dbus_message_new_signal.
25155 (Fdbus_register_signal): Rename unique_name to uname.
25156 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
25157 non-existing unique name. Fix typos in matching rule. Return an
25158 object which is useful in Fdbus_unregister_signal.
25159 (Fdbus_unregister_signal): Reimplementation, in order to remove
25160 only the corresponding entry.
25161 (Vdbus_registered_functions_table): Change the order of entries.
25162 Apply these changes in xd_read_message and Fdbus_register_signal.
25163
25164 2007-12-16 Andreas Schwab <schwab@suse.de>
25165
25166 * fileio.c (Finsert_file_contents): Fix overflow check to not
25167 depend on undefined integer overflow.
25168
25169 2007-12-14 Jason Rumney <jasonr@gnu.org>
25170
25171 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
25172 for characters above 127.
25173
25174 2007-12-13 Jason Rumney <jasonr@gnu.org>
25175
25176 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
25177 before dereferencing array.
25178 (lookup_vk_code): Remove zero comparison.
25179
25180 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
25181
25182 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
25183 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
25184 Use `unsigned int' instead of `uint'.
25185 (xd_read_message, Fdbus_register_signal): Split expressions into
25186 multiple lines before operators "&&" and "||", according to the
25187 GNU Coding Standards.
25188
25189 2007-12-14 Eli Zaretskii <eliz@gnu.org>
25190
25191 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
25192
25193 2007-12-12 Juri Linkov <juri@jurta.org>
25194
25195 * buffer.c (Frename_buffer): In interactive spec replace
25196 `read-buffer' with `read-string' that uses `buffer-name-history'
25197 as history, and the current buffer's name as default.
25198
25199 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
25200
25201 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
25202 manipulating the backtrace manually.
25203 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
25204 (struct backtrace, backtrace_list): Remove.
25205 (command_loop_1): Remove dead var `no_direct'.
25206
25207 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
25208 preserve non-built-in buffer-local variables.
25209 (Fkill_all_local_variables): Don't re-create&re-set permanent
25210 buffer-local variables.
25211
25212 2007-12-09 Juri Linkov <juri@jurta.org>
25213
25214 * buffer.c (Frename_buffer): Change interactive spec from "s" to
25215 Lisp code that uses `read-buffer' with current buffer as default.
25216
25217 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
25218
25219 * dbusbind.c (xd_read_message): Generate an event for every
25220 registered handler. There might be several handlers registered
25221 for the same signal.
25222 (Fdbus_register_signal): Don't overwrite a registration for the
25223 same signal. Add a new registration if handlers are different.
25224 (Vdbus_registered_functions_table): Rework doc string.
25225
25226 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
25227
25228 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
25229 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
25230 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
25231 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
25232 Unify argument lists.
25233 (xd_read_message, Fdbus_register_signal): Reorder and extend event
25234 arguments and hash table keys. Use unique name for service.
25235 (Fdbus_unregister_signal): Remove checks.
25236 (Vdbus_registered_functions_table): Fix doc string.
25237
25238 2007-12-05 Magnus Henoch <mange@freemail.hu>
25239
25240 * process.c (make_process): Initialize pty_flag to 0.
25241
25242 2007-12-05 Jason Rumney <jasonr@gnu.org>
25243
25244 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
25245 specified XBMs.
25246
25247 2007-12-05 Richard Stallman <rms@gnu.org>
25248
25249 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
25250
25251 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25252
25253 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
25254 New variable.
25255 (mac_try_close_socket) [MAC_OSX]: New function.
25256 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
25257 Update cfsockets_for_select. Replace invalid CFRunLoop source.
25258
25259 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
25260 Use mac_try_close_socket.
25261
25262 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25263
25264 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
25265 reloc_base.
25266 (copy_dysymtab): Compute relocation base here.
25267 (rebase_reloc_address) [__ppc64__]: New function.
25268 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
25269 changed.
25270
25271 2007-12-05 Jason Rumney <jasonr@gnu.org>
25272
25273 * w32proc.c (sys_spawnve): Quote args with wildcards.
25274
25275 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25276
25277 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
25278 __objc_* sections.
25279 (unrelocate) [_LP64]: Set relocation base to address of data segment.
25280
25281 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
25282
25283 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
25284 Move check for Vdbus_registered_functions_table to
25285 xd_read_queued_messages.
25286 (xd_read_queued_messages): Protect xd_read_message calls by
25287 internal_condition_case_1.
25288
25289 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
25290
25291 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
25292 Qdbus_system_bus and Qdbus_session_bus, respectively.
25293 (Vdbus_intern_symbols): Remove.
25294 (Vdbus_registered_functions_table): New hash table.
25295 (XD_SYMBOL_INTERN_SYMBOL): Remove.
25296 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
25297 Rewrite in order to manage registered functions by hash table
25298 Vdbus_registered_functions_table.
25299
25300 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
25301
25302 * xterm.c: Update URL to Window Manager Specification in comment.
25303
25304 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
25305
25306 * config.in (HAVE_DBUS): Add.
25307
25308 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
25309 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
25310 (obj): Add $(DBUS_OBJ).
25311 (LIBES): Add $(DBUS_LIBS).
25312 (dbusbind.o): New target.
25313
25314 * dbusbind.c: New file.
25315
25316 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
25317
25318 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
25319 (Qdbus_event): New Lisp symbol.
25320 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
25321 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
25322 (keys_of_keyboard): Define dbus-event.
25323
25324 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
25325
25326 2007-12-01 Richard Stallman <rms@gnu.org>
25327
25328 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
25329
25330 2007-11-30 Jason Rumney <jasonr@gnu.org>
25331
25332 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
25333 (w32con_reset_terminal_modes): Clear screen buffer.
25334 (w32_face_attributes): Don't use color indexes that are out of range.
25335 Only reverse the default colors.
25336
25337 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
25338 WINDOWSNT.
25339
25340 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
25341
25342 2007-11-29 Jason Rumney <jasonr@gnu.org>
25343
25344 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
25345 (w32_face_attributes): Use Vtty_defined_color_alist to determine
25346 if the terminal colors are initialized.
25347 (unspecified_fg, unspecified_bg): Remove unused declarations.
25348
25349 2007-11-29 Andreas Schwab <schwab@suse.de>
25350
25351 * keyboard.c (apply_modifiers): Fix typo.
25352
25353 2007-11-29 Richard Stallman <rms@gnu.org>
25354
25355 * keymap.c (Fcurrent_local_map): Doc fix.
25356
25357 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
25358
25359 * s/gnu-kfreebsd.h: New file.
25360
25361 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
25362
25363 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
25364 Don't cast redundantly.
25365
25366 * keyboard.c (KEY_TO_CHAR): New macro.
25367 (parse_modifiers, apply_modifiers): Accept integer arguments.
25368 (read_key_sequence): Use them to unify the "shift->unshift" mapping
25369 for chars and symbol keys.
25370 After doing such remapping, apply function-key-map again.
25371
25372 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
25373
25374 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
25375 compiled anymore.
25376
25377 2007-11-26 Andreas Schwab <schwab@suse.de>
25378
25379 * process.c (list_processes_1): Fix indentation level of the
25380 command column.
25381
25382 2007-11-23 Andreas Schwab <schwab@suse.de>
25383
25384 * editfns.c (Fformat): Handle %c specially since it requires the
25385 argument to be of type int.
25386
25387 2007-11-23 Markus Triska <markus.triska@gmx.at>
25388
25389 * emacs.c (main): Call init_editfns before init_process, since
25390 init_process sets Vprocess_connection_type depending on OS release.
25391
25392 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
25393
25394 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
25395 (find_symbol_value): Use do_symval_forwarding.
25396
25397 * data.c (set_internal): Set the value in the `cons-cell' (for
25398 Buffer_Local_values) not only for frame-local variables.
25399
25400 2007-11-22 Andreas Schwab <schwab@suse.de>
25401
25402 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
25403 values to sprintf.
25404 * keymap.c (Fsingle_key_description): Likewise.
25405 * print.c (print_object): Likewise.
25406
25407 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
25408
25409 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
25410 file for image is nil.
25411
25412 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
25413
25414 * term.c: Include stdarg.h.
25415 (fatal): Implement using varargs.
25416 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
25417
25418 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
25419
25420 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
25421 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
25422 Update call to buffer_slot_type_mismatch.
25423 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
25424 (buffer_slot_type_mismatch): Update.
25425 * buffer.c (buffer_local_types): Remove.
25426 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
25427 (defvar_per_buffer): Set the type in the buffer_objfwd.
25428
25429 2007-11-21 Jason Rumney <jasonr@gnu.org>
25430
25431 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
25432 CreateFileMapping returns NULL on failure.
25433
25434 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
25435
25436 * search.c (Fset_match_data): Remove the `evaporate' feature.
25437 (unwind_set_match_data): Don't use the `evaporate' feature.
25438
25439 2007-11-21 Jason Rumney <jasonr@gnu.org>
25440
25441 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
25442
25443 * w32console.c (w32con_write_glyphs): Remove unused variables.
25444
25445 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
25446
25447 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
25448
25449 * s/darwin.h (MULTI_KBOARD): Remove.
25450
25451 * macfns.c (x_create_tip_frame, Fx_create_frame)
25452 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
25453
25454 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
25455
25456 * buffer.c (Fbuffer_local_value): Remove redundant test.
25457 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
25458 than in `current-buffer' to match the comment.
25459 Do the swap using swap_in_global_binding.
25460
25461 * data.c (store_symval_forwarding, set_internal):
25462 * eval.c (specbind): Remove dead code.
25463
25464 * coding.c (detect_coding, Fupdate_coding_systems_internal):
25465 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
25466 Since we do not want to see internal Lisp_*fwd objects here.
25467
25468 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
25469
25470 * sysdep.c (init_system_name): Use getaddrinfo if available.
25471
25472 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
25473 (x_scroll_bar_note_movement): start, end, with, height in struct
25474 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
25475
25476 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
25477
25478 * puresize.h (BASE_PURESIZE): Increase to 1190000.
25479
25480 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
25481
25482 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
25483 This undoes Richard's change of 14-Oct-2002.
25484
25485 * alloc.c (allocate_other_vector):
25486 * lisp.h (allocate_other_vector): Remove.
25487
25488 * window.c (struct save_window_data): Move non-lisp data to the end
25489 and make it `int' rather than Lisp_Object.
25490 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
25491 Done wrap/unwrap integer values.
25492 (Fset_window_configuration, compare_window_configurations):
25493 Update use of fields to their new types.
25494
25495 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
25496 Turn integer fields into `int'. Merge x_window_low and x_window_high.
25497 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
25498 (SET_SCROLL_BAR_X_WINDOW): Remove.
25499 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
25500 Access the new x_window field directly.
25501 * xterm.c (x_scroll_bar_create): Use a pseudovector.
25502 Don't wrap/unwrap integers into Lisp_Objects.
25503 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
25504 (x_scroll_bar_report_motion):
25505 Don't wrap/unwrap integers into Lisp_Objects.
25506 (x_term_init): Use SDATA.
25507 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
25508 (x_scroll_bar_set_handle, x_scroll_bar_remove)
25509 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
25510 (x_scroll_bar_report_motion, x_scroll_bar_clear):
25511 * xfns.c (x_set_background_color):
25512 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
25513 Access the new x_window field directly.
25514
25515 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
25516 (allocate_pseudovector): Make non-static.
25517
25518 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
25519 (allocate_pseudovector): Declare.
25520 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
25521
25522 2007-11-15 Andreas Schwab <schwab@suse.de>
25523
25524 * editfns.c (Fformat): Correctly format EMACS_INT values.
25525 Also take precision into account when formatting an integer.
25526
25527 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
25528
25529 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
25530
25531 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
25532 (syms_of_keyboard): Defsubr it.
25533
25534 * data.c (swap_in_global_binding): Fix longstanding bug where
25535 store_symval_forwarding was not called with the right second argument,
25536 thus causing objfwd-ing from being dropped.
25537
25538 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
25539
25540 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
25541 (Fx_display_pixel_height, Fx_display_planes)
25542 (Fx_display_color_cells, Fx_server_max_request_size)
25543 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
25544 (Fx_display_visual_class, Fx_display_save_under):
25545 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
25546 (Fx_display_pixel_height, Fx_display_planes)
25547 (Fx_display_color_cells, Fx_server_max_request_size)
25548 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
25549 (Fx_display_mm_height, Fx_display_mm_width)
25550 (Fx_display_backing_store, Fx_display_visual_class)
25551 (Fw32_select_font, Fx_display_save_under):
25552 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
25553 (Fx_display_pixel_height, Fx_display_planes)
25554 (Fx_display_color_cells, Fx_server_max_request_size)
25555 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
25556 (Fx_display_save_under): Fix typos in docstrings.
25557
25558 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
25559
25560 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
25561 corresponding to deleted entries; they are an implementation detail.
25562 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
25563 Remove variables.
25564 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
25565 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
25566 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
25567 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
25568 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
25569 (Fw32_define_rgb_color, Fw32_load_color_file)
25570 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
25571 Fix typos in docstrings.
25572 (Fx_server_version): Reflow docstring.
25573 (Fw32_shell_execute): Doc fixes.
25574
25575 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
25576
25577 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
25578 if w32_parse_hot_key returned nil.
25579
25580 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
25581
25582 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
25583
25584 2007-11-09 Jason Rumney <jasonr@gnu.org>
25585
25586 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
25587
25588 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
25589
25590 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
25591 Remove W32_SCROLL_BAR_CLICK_EVENT.
25592
25593 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
25594 Add MULTIMEDIA_KEY_EVENT.
25595
25596 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
25597 (lispy_multimedia_keys) [WINDOWSNT]: New array.
25598 (make_lispy_event) [WINDOWSNT]: Use it to translate
25599 MULTIMEDIA_KEY_EVENT.
25600
25601 * w32term.h (WM_APPCOMMAND): Define if not already.
25602 (GET_APPCOMMAND_LPARAM): Likewise.
25603
25604 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
25605 WM_APPCOMMAND.
25606
25607 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
25608 (syms_of_w32fns): Export and initialize it.
25609 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
25610
25611 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
25612
25613 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
25614 twice.
25615
25616 * xdisp.c (handle_face_prop): Fix last change.
25617
25618 2007-11-09 Richard Stallman <rms@gnu.org>
25619
25620 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
25621 not just for after-strings and before-strings.
25622 Call face_for_overlay_string and pass the overlay to it.
25623 (handle_display_prop): Determine whether property came from an overlay.
25624 Pass OVERLAY arg to handle_single_display_spec.
25625 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
25626 (load_overlay_strings): Fill in it->string_overlays.
25627 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
25628
25629 * xfaces.c (face_for_overlay_string): Function renamed from
25630 face_at_buffer_position_no_overlays, and add arg OVERLAY.
25631
25632 * dispextern.h (struct it): New elt string_overlays.
25633 New elt from_overlay, also in stack.
25634 Rearrange a few elements.
25635 (face_for_overlay_string): Decl renamed from
25636 face_at_buffer_position_no_overlays, and add argument.
25637
25638 2007-11-09 Richard Stallman <rms@gnu.org>
25639
25640 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
25641 to get the base face for an overlay string.
25642
25643 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
25644
25645 * xfaces.c (face_at_buffer_position_no_overlays): New function.
25646
25647 * xdisp.c (handle_stop): Move some code out of loop.
25648
25649 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25650
25651 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
25652 Fix conversion from Lisp object to ATSUFontID.
25653
25654 2007-11-09 Jason Rumney <jasonr@gnu.org>
25655
25656 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
25657
25658 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25659
25660 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
25661 Don't assume regions are aligned to page boundary.
25662 (print_load_command_name): Add LC_UUID if defined.
25663
25664 2007-11-09 Richard Stallman <rms@gnu.org>
25665
25666 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
25667
25668 2007-11-07 Jason Rumney <jasonr@gnu.org>
25669
25670 * s/windows95.h: Remove.
25671
25672 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
25673
25674 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
25675 abort with a message on unhandled store_type values.
25676
25677 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
25678
25679 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
25680 Remove HAVE_X11R5 and HAVE_X11R4.
25681
25682 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
25683
25684 * Makefile.in: Remove references to sunfns.c and sunfns.o.
25685
25686 2007-11-01 Johan Bockgård <bojohan@gnu.org>
25687
25688 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
25689 Don't set s->stippled_p here, since it has already been set by
25690 x_set_glyph_string_gc from x_draw_glyph_string.
25691
25692 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
25693
25694 * sunfns.c: Remove file.
25695
25696 * m/sun386.h:
25697 * m/sun2.h:
25698 * m/sparc.h: Remove Sun windows code.
25699
25700 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
25701
25702 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
25703 (init_keyboard): Set current_kboard's window-system to nil.
25704 (tty_read_avail_input): Typo.
25705 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
25706
25707 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
25708
25709 * s/usg5-4.h:
25710 * s/usg5-3.h:
25711 * s/ptx.h:
25712 * m/is386.h:
25713 * m/ibmps2-aix.h:
25714 * Makefile.in: Remove all mentions of X10.
25715
25716 * dispnew.c (syms_of_display): Don't mention version 10.
25717
25718 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
25719
25720 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
25721 ($(BLD)/abbrev.$(O)): Remove.
25722
25723 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
25724
25725 Rewrite abbrev.c in Elisp.
25726 * image.c (Qcount): Don't declare as extern.
25727 (syms_of_image): Initialize and staticpro `Qcount'.
25728 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
25729 * emacs.c (main): Don't call syms_of_abbrev.
25730 * Makefile.in (obj): Remove abbrev.o.
25731 (abbrev.o): Remove.
25732 * abbrev.c: Remove.
25733
25734 2007-10-26 Martin Rudalics <rudalics@gmx.at>
25735
25736 * window.c (window_min_size_2): Don't count header-line.
25737
25738 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
25739
25740 * frame.h (struct frame): Move all bit fields after the first bit
25741 field to take advantage of the available space. Group all the
25742 chars together to reduce wasted space due to padding.
25743
25744 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
25745
25746 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
25747
25748 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
25749 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
25750 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
25751 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
25752 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
25753 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
25754 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
25755 (last_marked, mark_object_loop_halt): Make static.
25756
25757 * frame.c (syms_of_frame) <delete-frame-functions>:
25758 Fix typo in docstring.
25759
25760 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
25761
25762 * w32.c (init_environment): Fix tiny memory leak.
25763 (w32_get_resource): Remove unused variable `ok'.
25764
25765 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
25766
25767 Make `window-system' into a keyboard-local variable (rather than
25768 frame-local as done originally by multi-tty).
25769
25770 * keyboard.h (struct kboard): Add Vwindow_system.
25771 * keyboard.c (init_kboard): Set a default for Vwindow_system.
25772 (mark_kboards): Mark Vwindow_system.
25773
25774 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
25775 (init_display): Don't set the obsolete `window-system' frame-param.
25776
25777 * xterm.c (x_term_init):
25778 * w32term.c (w32_create_terminal):
25779 * term.c (init_tty): Set Vwindow_system.
25780 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
25781 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
25782
25783 * xfns.c (Fx_create_frame, x_create_tip_frame):
25784 * w32fns.c (Fx_create_frame, x_create_tip_frame):
25785 * macfns.c (Fx_create_frame):
25786 Don't set the obsolete `window-system' frame-param.
25787
25788 * frame.h (Qwindow_system): Remove.
25789 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
25790 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
25791
25792 2007-10-24 Richard Stallman <rms@gnu.org>
25793
25794 * frame.c (x_figure_window_size): For fullscreen case,
25795 set USPosition | PPosition without clobbering rest of window_prompting.
25796
25797 * keyboard.c (Fcurrent_idle_time): Doc fix.
25798
25799 * print.c (Fwith_output_to_temp_buffer): Doc fix.
25800
25801 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
25802
25803 * process.c (unwind_request_sigio): Only define if __ultrix__.
25804
25805 * callproc.c (child_setup): Remove spurious *.
25806
25807 * lisp.h (Fget_text_property): Declare.
25808 (have_menus_p): Declare it here rather than in sys-dep header files.
25809 * macterm.h (have_menus_p):
25810 * msdos.h (have_menus_p):
25811 * xterm.h (have_menus_p): Remove.
25812
25813 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
25814 (Fmake_variable_frame_local): Just check the variable's const-ness
25815 rather than checking nil or t.
25816
25817 2007-10-22 Jason Rumney <jasonr@gnu.org>
25818
25819 * w32fns.c: Include math.h.
25820 (w32_abort): Declaration moved to nt/config.nt.
25821
25822 * s/ms-w32.h (HAVE_STDLIB_H): Define.
25823 (abort): Redefinition moved to nt/config.nt.
25824
25825 * m/windowsnt.h: Remove.
25826
25827 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
25828
25829 * emacs.c (Fdump_emacs): Fix typo in message.
25830 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
25831 <installation-directory>: Reflow docstring.
25832
25833 2007-10-22 Juri Linkov <juri@jurta.org>
25834
25835 * minibuf.c: Allow minibuffer default to be a list of default values.
25836 With empty input use the first element of this list as returned default.
25837 (string_to_object)
25838 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
25839 (read_minibuf): If defalt is cons, set histstring to its car.
25840 (Fread_string): If default_value is cons, set val to its car.
25841 (Fread_buffer): If def is cons, use its car.
25842 (Fcompleting_read): If defalt is cons, set val to its car.
25843
25844 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
25845
25846 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
25847
25848 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
25849
25850 * doc.c (Fdocumentation): Check for advice in all cases.
25851
25852 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
25853
25854 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
25855
25856 2007-10-19 Richard Stallman <rms@gnu.org>
25857
25858 * doc.c (Fdocumentation): Check for and handle an advised function.
25859
25860 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
25861
25862 * process.c (Fset_process_filter): Doc fix.
25863
25864 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
25865
25866 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
25867 which caused key-translation-map to applied repeatedly (thus breaking
25868 double-mode).
25869
25870 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25871
25872 * xselect.c (x_own_selection, x_handle_selection_clear)
25873 (x_clear_frame_selections):
25874 * w32menu.c (list_of_panes, list_of_items):
25875 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
25876 * textprop.c (validate_plist, interval_has_all_properties)
25877 (interval_has_some_properties, interval_has_some_properties_list)
25878 (add_properties, text_property_list):
25879 * process.c (Fget_buffer_process, list_processes_1, status_notify):
25880 * minibuf.c (Fassoc_string):
25881 * macselect.c (x_own_selection, x_clear_frame_selections)
25882 (Fx_disown_selection_internal):
25883 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
25884 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
25885
25886 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
25887
25888 * process.c: Link to libs for calling res_init() if available.
25889 (Fmake_network_process): Call res_init() before getaddrinfo or
25890 gethostbyname, if possible.
25891
25892 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
25893
25894 * lread.c (read1): Set pvectype for char_tables.
25895
25896 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
25897 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
25898 Add type checks.
25899 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
25900
25901 * alloc.c (free_misc): Use XMISCTYPE.
25902 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
25903
25904 2007-10-17 Glenn Morris <rgm@gnu.org>
25905
25906 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
25907 (syms_of_minibuf): Add Qcompletion_ignore_case.
25908 * dired.c (Qcompletion_ignore_case): Change to external.
25909 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
25910 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
25911 (Fread_file_name): Use it rather than intern'ing.
25912
25913 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
25914 (Fread_coding_system): Ignore case of user input.
25915
25916 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25917
25918 * xdisp.c (handle_display_prop): Ignore display specs after
25919 replacing one when string text is being replaced.
25920 (handle_single_display_spec): Pretend as if characters with display
25921 property haven't been consumed only when buffer text is being replaced.
25922
25923 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
25924
25925 * xfns.c (Fx_create_frame, Fx_display_list):
25926 * window.c (window_fixed_size_p, enlarge_window)
25927 (shrink_window_lowest_first):
25928 * macterm.c (init_font_name_table):
25929 * macfns.c (Fx_create_frame, Fx_display_list):
25930 * lread.c (close_load_descs):
25931 * keyboard.c (read_char_x_menu_prompt):
25932 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
25933 * coding.c (code_convert_region_unwind): Test the type of an object
25934 rather than just !NILP before extracting data from it.
25935
25936 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
25937
25938 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
25939 (XMISCANY): New macro.
25940 (XMISCTYPE): Use it.
25941 (struct Lisp_Misc_Any): New type.
25942 (union Lisp_Misc): Use it.
25943 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
25944 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
25945 (find_symbol_value, set_internal, default_value, Fset_default)
25946 (Fmake_variable_buffer_local, Fmake_local_variable)
25947 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
25948 (Flocal_variable_if_set_p, Fvariable_binding_locus):
25949 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
25950 * alloc.c (allocate_buffer): Set the size and tag.
25951 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
25952 Use XMISCANY.
25953 (die): Follow the GNU convention for error messages.
25954 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
25955 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
25956 tag any more.
25957 (set_buffer_internal_1):
25958 * frame.c (store_frame_param):
25959 * eval.c (specbind):
25960 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
25961
25962 * doc.c (Fsnarf_documentation): Simplify.
25963
25964 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25965
25966 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
25967 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
25968
25969 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
25970
25971 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
25972
25973 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
25974
25975 * eval.c (do_autoload): Don't save autoloads.
25976
25977 * data.c (Ffset): Save autoload of the function being set.
25978
25979 2007-10-07 John Paul Wallington <jpw@pobox.com>
25980
25981 * xfns.c (x_create_tip_frame): Set the `display-type' frame
25982 parameter before setting up faces.
25983
25984 2007-10-13 Eli Zaretskii <eliz@gnu.org>
25985
25986 * ccl.c (Fregister_code_conversion_map):
25987 * keyboard.c (append_tool_bar_item): Reformat last change.
25988
25989 * lisp.h (eabs): Rename from `abs'. All callers changed.
25990
25991 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
25992
25993 * buffer.c (add_overlay_mod_hooklist):
25994 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
25995 * fontset.c (make_fontset):
25996 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
25997 (append_tool_bar_item):
25998 * macmenu.c (grow_menu_items):
25999 * w32menu.c (grow_menu_items):
26000 * xmenu.c (grow_menu_items): Use larger_vector.
26001
26002 2007-10-13 Eli Zaretskii <eliz@gnu.org>
26003
26004 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
26005 selected frame'' on MSDOS).
26006
26007 2007-10-12 Martin Rudalics <rudalics@gmx.at>
26008
26009 * frame.c (Qexplicit_name): New variable.
26010 (x_report_frame_params): Report it in parameter alist.
26011 (syms_of_frame): Intern and staticpro it.
26012
26013 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
26014
26015 * macfns.c (x_create_tip_frame): Set terminal for frame.
26016
26017 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
26018
26019 * frame.c (Qenvironment): Remove.
26020 (syms_of_frame) <Qenvironment>: Don't initialize.
26021 (Fdelete_frame): Don't treat the `environment' param specially.
26022 * frame.h (Qenvironment): Don't declare.
26023 * callproc.c (set_initial_environment): Don't set unused frame param.
26024
26025 * frame.c (Fframe_with_environment): Remove.
26026 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26027
26028 * lisp.h (Fframe_with_environment): Don't declare.
26029
26030 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
26031
26032 * indent.c (indent_tabs_mode, last_known_column)
26033 (last_known_column_modified): Make static.
26034 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
26035
26036 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
26037
26038 * puresize.h (BASE_PURESIZE): Increase to 1170000.
26039
26040 2007-10-09 Jason Rumney <jasonr@gnu.org>
26041
26042 * w32term.c (x_set_window_size): Disable code that attempts to tell
26043 Lisp code about a size change before it actually happens.
26044
26045 2007-10-09 Richard Stallman <rms@gnu.org>
26046
26047 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
26048 return HANDLED_RETURN.
26049
26050 2007-10-08 Martin Rudalics <rudalics@gmx.at>
26051
26052 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
26053 when there's an unread command event.
26054
26055 * frame.c (focus_follows_mouse): Move here from frame.el to allow
26056 window autoselection act appropriately when leaving selected frame.
26057 (syms_of_frame): Initialize focus_follows_mouse.
26058 * frame.h (focus_follows_mouse): Extern it.
26059 * macterm.c (XTread_socket): When focus_follows_mouse is nil
26060 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
26061 * msdos.c (dos_rawgetc): Likewise.
26062 * w32term.c (w32_read_socket): Likewise.
26063 * xterm.c (handle_one_xevent): Likewise.
26064 * xdisp.c (syms_of_xdisp): In doc-string of
26065 mouse-autoselect-window mention focus-follows-mouse.
26066
26067 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26068
26069 * macterm.c (mac_load_query_font): Fix missing return value.
26070 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
26071 Add BLOCK_INPUT.
26072
26073 2007-10-08 Richard Stallman <rms@gnu.org>
26074
26075 * xdisp.c (get_window_cursor_type): Implement documented behavior
26076 for cursor-in-non-selected-windows = t.
26077
26078 2007-10-08 Jason Rumney <jasonr@gnu.org>
26079
26080 * w32.c (w32_get_resource): Always close registry keys.
26081
26082 2007-10-08 Jason Rumney <jasonr@gnu.org>
26083
26084 * makefile.w32-in (LIBS): Add COMCTL32.
26085
26086 * w32fns.c (globals_of_w32fns): Init common controls.
26087
26088 2007-10-08 Richard Stallman <rms@gnu.org>
26089
26090 * image.c (our_memory_buffer): Rename from omfib_buffer.
26091
26092 2007-10-08 Richard Stallman <rms@gnu.org>
26093
26094 * buffer.c (Foverlays_at): Doc fix.
26095
26096 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
26097
26098 * fns.c (Fplist_put): Preserve uneven tail data.
26099
26100 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
26101
26102 * termhooks.h (enum event_kind): Remove trailing comma.
26103
26104 * frame.h (enum): Remove trailing comma.
26105
26106 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
26107
26108 * w32proc.c (delete_child): Don't terminate threads of zombies.
26109
26110 2007-10-08 Martin Rudalics <rudalics@gmx.at>
26111
26112 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
26113
26114 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
26115 last-repeatable-command.
26116 (init_kboard): Initialize Vlast_repeatable_command.
26117 (command_loop_1): Set it to real_this_command unless that was
26118 bound to an input event.
26119 (mark_kboards): Mark it.
26120
26121 2007-10-08 Richard Stallman <rms@gnu.org>
26122
26123 * eval.c (condition-case): Doc fix.
26124
26125 2007-10-08 Masatake YAMATO <jet@gyve.org>
26126
26127 * xfaces.c (tty_supports_face_attributes_p): Fix code
26128 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
26129 was copied and not edited.
26130
26131 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
26132
26133 Add new `input-decode-map' keymap and use it for terminal
26134 escape sequences.
26135 * keyboard.h (struct kboard): Add Vinput_decode_map.
26136 Remove Vlocal_key_translation_map.
26137 * keyboard.c (read_key_sequence): Add support for input-decode-map.
26138 (init_kboard): Init input-decode-map.
26139 Replace local-key-translation-map back with key-translation-map.
26140 (syms_of_keyboard): Declare input-decode-map.
26141 Remove local-key-translation-map. Update docstrings.
26142 (mark_kboards): Mark Vinput_decode_map.
26143 Don't mark Vlocal_key_translation_map.
26144 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
26145 Replace local-key-translation-map back with key-translation-map.
26146 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
26147 Bind in input-decode-map rather than function-key-map.
26148
26149 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
26150 This was made redundant by the previous introduction of XSETPVECTYPE.
26151
26152 2007-10-09 Richard Stallman <rms@gnu.org>
26153
26154 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
26155
26156 2007-09-29 Richard Stallman <rms@gnu.org>
26157
26158 * eval.c (internal_condition_case_2, internal_condition_case_1)
26159 (internal_condition_case): Reenable abort if x_catching_errors ()
26160 to see if that really happens and why.
26161
26162 2007-10-06 Andreas Schwab <schwab@suse.de>
26163
26164 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
26165
26166 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
26167
26168 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
26169
26170 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
26171
26172 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
26173
26174 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
26175
26176 * window.h (struct window):
26177 * window.c (struct save_window_data, struct saved_window):
26178 * termhooks.h (struct terminal):
26179 * process.h (struct Lisp_Process):
26180 * frame.h (struct frame):
26181 * buffer.h (struct buffer):
26182 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
26183 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
26184 The size field of (pseudo)vectors is now unsigned.
26185 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
26186
26187 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
26188 Turn `count' into an integer.
26189
26190 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
26191 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
26192 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
26193 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
26194 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
26195
26196 * alloc.c (allocate_pseudovector): New fun.
26197 (ALLOCATE_PSEUDOVECTOR): New macro.
26198 (allocate_window, allocate_terminal, allocate_frame)
26199 (allocate_process): Use it.
26200 (mark_vectorlike): New function.
26201 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
26202 (mark_terminals): Use it.
26203 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
26204 (Fmake_byte_code): Use XSETPVECTYPE.
26205
26206 * frame.c (Fframe_parameters): Minor simplification.
26207
26208 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
26209
26210 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
26211
26212 * buffer.c (Fget_buffer_create, init_buffer_once):
26213 * lread.c (defsubr):
26214 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
26215
26216 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
26217 defined differently in the m/*.h files.
26218 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
26219 (XSETPVECTYPE): New macro.
26220 (XSETPSEUDOVECTOR): Use it.
26221
26222 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
26223 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
26224
26225 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
26226 * lread.c (defvar_per_buffer):
26227 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
26228
26229 * window.c (candidate_window_p): Only consider as visible frames that
26230 are on the same terminal.
26231
26232 * m/ibms390x.h (MARKBIT): Remove unused macro.
26233
26234 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
26235
26236 * lread.c (Fload): Fix typo in docstring.
26237
26238 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
26239
26240 * floatfns.c (Fexpt): Manually check for overflows, so that a power
26241 of a non-zero value can't yield zero.
26242
26243 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
26244
26245 * term.c (term_clear_mouse_face, term_mouse_highlight)
26246 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
26247
26248 * print.c (safe_debug_print): Use XHASH.
26249
26250 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
26251 Lisp elements such as tags.
26252 (XHASH): New macro.
26253 (EQ): Use it.
26254 (SREF, SSET, STRING_COPYIN): Use SDATA.
26255 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
26256
26257 * alloc.c (mark_terminal): Remove left-over declaration.
26258 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
26259 (allocate_vectorlike): Remove type argument. Adjust callers.
26260 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
26261 Only handle the one remaining MEM_TYPE_VECTORLIKE.
26262
26263 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
26264 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
26265 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
26266 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
26267 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
26268 Use them.
26269
26270 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
26271 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
26272 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
26273
26274 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
26275
26276 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
26277 loaded by default.
26278
26279 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
26280
26281 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
26282 on this tty.
26283 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
26284
26285 * term.c (mouse_face_window): Rename from Qmouse_face_window.
26286 Update all users.
26287 (handle_one_term_event): Use Gpm_DrawPointer.
26288 (Fgpm_mouse_start): Rename from Fterm_open_connection.
26289 Signal errors instead of returning nil. Always return nil.
26290 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
26291 Make it a noop if gpm-mouse was not activated.
26292 (syms_of_term): Update names.
26293
26294 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
26295
26296 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
26297 (init_sys_modes): Check that gpm_tty is the current tty.
26298
26299 * alloc.c (allocate_terminal): Set the vector size to only count the
26300 lisp fields. Initialize those to nil.
26301 (mark_object): Don't treat terminals specially.
26302 (mark_terminal): Remove.
26303 (mark_terminals): Use mark_object instead.
26304
26305 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
26306 the GC to the beginning.
26307
26308 * indent.h:
26309 * indent.c: Use EMACS_INT for ints coming from Elisp data.
26310
26311 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
26312
26313 2007-09-25 Jason Rumney <jasonr@gnu.org>
26314
26315 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
26316
26317 * w32console.c (create_w32cons_output): Remove.
26318
26319 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
26320
26321 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
26322 (reset_sys_modes): Use reset_terminal_modes_hook.
26323
26324 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
26325
26326 * eval.c (do_autoload): Don't output any message.
26327
26328 2007-09-24 Juri Linkov <juri@jurta.org>
26329
26330 * emacs.c (standard_args): Change priority of "--no-splash"
26331 from 40 to 3. Add "--no-desktop" with the same priority.
26332
26333 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
26334
26335 * alloc.c (gc_sweep): Check cons cell mark bits word by word
26336 and optimize the case where they are all 1.
26337
26338 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
26339
26340 * lisp.h (abs): Define if not defined.
26341 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
26342 Don't define `abs', since it's defined in lisp.h.
26343
26344 2007-09-22 Eli Zaretskii <eliz@gnu.org>
26345
26346 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
26347 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
26348 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
26349 (init_tty): Use DEV_TTY instead of "/dev/tty".
26350 [WINDOWSNT]: No need to protect from NAME arg being null.
26351
26352 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
26353
26354 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
26355 up the tty state.
26356
26357 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
26358
26359 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
26360 (gpm_tty): Change its type.
26361 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
26362 (gpm_tty): Change its type and initialize it.
26363 (Fterm_open_connection): Check the frame is indeed a tty.
26364 Use the new gpm_tty.
26365 (Fterm_close_connection): Use the new gpm_tty.
26366 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
26367 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
26368
26369 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
26370
26371 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
26372 underline_color, to draw strike-through.
26373
26374 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
26375
26376 * lisp.h (allocate_terminal): Declare.
26377
26378 * window.c (candidate_window_p): Consider frames that are being placed
26379 by the user as somewhere between visible and iconified.
26380 (window_loop): Prefer windows on the current frame.
26381 (Fselect_window): Move the use of select-frame to the beginning so we
26382 can just delegate all the work (it'll call us back anyway).
26383
26384 * frame.c (Qdisplay_environment_variable):
26385 * frame.h (Qdisplay_environment_variable): Delete.
26386
26387 * .gdbinit (xbacktrace): Print the arg's address rather than the value
26388 of the first arg, since that value may be a union.
26389
26390 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
26391 parameter rather than Qdisplay_environment_variable. If all else
26392 fails, look for DISPLAY in initial-environment.
26393
26394 2007-09-21 Glenn Morris <rgm@gnu.org>
26395
26396 * Makefile.in (emacstool): Remove target.
26397 (lisp, shortlisp): Remove termdev.elc.
26398
26399 2007-09-21 Markus Triska <markus.triska@gmx.at>
26400
26401 * xterm.c (x_delete_display): Compile session management conditionally.
26402
26403 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
26404
26405 * callproc.c (getenv_internal_1): New function.
26406 (getenv_internal): Use it.
26407 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
26408
26409 * terminal.c (get_terminal): Don't accept ints to represent terminals.
26410 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
26411 (Fset_terminal_parameter): Work with dead terminals as well.
26412 (Fmodify_terminal_parameters): Remove.
26413
26414 * terminal.c (get_terminal): Handle terminals.
26415 Make sure the terminal returned is live.
26416 (create_terminal): Use allocate_terminal.
26417 (mark_terminals): Move to alloc.c.
26418 (delete_terminal): Use terminal->name as liveness status.
26419 NULL out fields after freeing their contents.
26420 Don't deallocate the object.
26421 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
26422 rather than an int.
26423 (Fterminal_live_p): Accept non-integer arguments.
26424 (Fterminal_list): Return terminal objects rather than an ints.
26425
26426 * alloc.c (enum mem_type): New member for `terminal' objects.
26427 (allocate_terminal): New function.
26428 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
26429 Handle terminals.
26430 (mark_terminal): New fun.
26431 (mark_terminals): Move from terminal.c.
26432
26433 * term.c (get_tty_terminal): Don't treat output_initial specially.
26434 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
26435 (delete_tty): Use terminal->name as liveness status.
26436
26437 * termhooks.h (struct terminal): Make it into a pseudovector.
26438 Remove `deleted' replaced by checking `name's nullness.
26439
26440 * print.c (print_object): Handle terminals.
26441
26442 * lisp.h (enum pvec_type): New `terminal' pseudovector.
26443 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
26444
26445 * frame.c (make_terminal_frame):
26446 * keyboard.c (tty_read_avail_input):
26447 * w32term.c (x_delete_terminal):
26448 * xfns.c (Fx_create_frame, x_create_tip_frame):
26449 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
26450
26451 2007-09-20 Glenn Morris <rgm@gnu.org>
26452
26453 * process.c (Fmake_network_process): Doc fix.
26454
26455 2007-09-19 Jason Rumney <jasonr@gnu.org>
26456
26457 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
26458
26459 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
26460
26461 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
26462 Fix a C warning regarding variable constness.
26463
26464 * xterm.c (handle_one_xevent): Fix a C warning.
26465
26466 2007-09-18 Jason Rumney <jasonr@gnu.org>
26467
26468 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
26469
26470 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
26471
26472 * gtkutil.c (gdpy_def): New variable.
26473 (xg_initialize): Initialize gdpy_def.
26474 (xg_display_close): If no other display exists, set gdpy_def to a
26475 new connection.
26476
26477 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
26478
26479 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
26480 when we have no file name for the icon.
26481 (xg_tool_bar_expose_callback): Remove.
26482 (xg_create_tool_bar): Don't connect expose signal to
26483 xg_tool_bar_expose_callback.
26484 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
26485
26486 2007-09-16 Andreas Schwab <schwab@suse.de>
26487
26488 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
26489 values instead of zapping them.
26490
26491 2007-09-14 Glenn Morris <rgm@gnu.org>
26492
26493 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
26494 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
26495 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
26496 scope and rename to omfib_buffer for clarity.
26497 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
26498
26499 2007-09-14 Kenichi Handa <handa@m17n.org>
26500
26501 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
26502
26503 2007-09-13 Jason Rumney <jasonr@gnu.org>
26504
26505 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
26506
26507 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
26508
26509 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
26510 (mac_term_init): Call here instead, passing rif.
26511
26512 2007-09-13 Glenn Morris <rgm@gnu.org>
26513
26514 * s/hpux.h: No longer define `static' as nothing.
26515
26516 2007-09-13 Johan Bockgård <bojohan@gnu.org>
26517
26518 * callint.c (Fcall_interactively): Remove unused var `fun'.
26519
26520 2007-09-12 Romain Francoise <romain@orebokech.com>
26521
26522 * window.c (prefer_window_split_horizontally, display_buffer):
26523 Revert 2007-09-08 change.
26524
26525 2007-09-12 Glenn Morris <rgm@gnu.org>
26526
26527 * alloca.c: Remove file.
26528 * Makefile.in (alloca): Do not undef.
26529 (allocaobj, alloca.o): Remove.
26530 (otherobj): Remove allocaobj.
26531 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
26532 * regex.c (C_ALLOCA): Remove all references and code that was only
26533 used when this was defined.
26534 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
26535 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
26536 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
26537
26538 * Makefile.in (SOURCES, unlock, relock): Delete.
26539
26540 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
26541 (menu_grab_callback): All uses changed.
26542
26543 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
26544 (x_reply_selection_request): All uses changed.
26545
26546 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
26547
26548 * lread.c (load_warn_old_style_backquotes): Change message to look
26549 better when it appears in the middle of byte-compiler messages.
26550
26551 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
26552
26553 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
26554
26555 * xterm.c (x_create_terminal): Add comment.
26556
26557 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
26558
26559 2007-09-10 Richard Stallman <rms@gnu.org>
26560
26561 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
26562
26563 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
26564
26565 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
26566 (DEFUN): Document `intspec', use it instead of `prompt'.
26567
26568 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
26569
26570 * data.c (Finteractive_form): If the interactive specification starts
26571 with a `(', use it as a Lisp form.
26572
26573 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
26574 name and file modes.
26575
26576 * callint.c (Fcall_interactively): Comment fixes.
26577
26578 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
26579
26580 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
26581 and compiled functions.
26582
26583 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
26584
26585 * window.c (prefer_window_split_horizontally): New variable.
26586 (display_buffer): Consider splitting window horizontally depending
26587 on prefer_window_split_horizontally.
26588
26589 2007-09-08 Eli Zaretskii <eliz@gnu.org>
26590
26591 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
26592
26593 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
26594
26595 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
26596
26597 * frame.c (x_set_frame_parameters): Check number is positive before
26598 using XFASTINT.
26599
26600 * window.c (freeze_window_start): Don't presume selected_window holds
26601 a window object.
26602 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
26603
26604 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
26605
26606 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
26607
26608 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
26609
26610 * window.c (Vsplit_window_preferred_function): New var.
26611 (Fdisplay_buffer): Use it.
26612 (syms_of_window): Export, and initialize it.
26613
26614 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
26615
26616 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
26617
26618 2007-09-06 Glenn Morris <rgm@gnu.org>
26619
26620 * gtkutil.c (menu_grab_callback) <cnt>:
26621 * xselect.c (x_reply_selection_request) <cnt>: Move static
26622 variable to file scope.
26623
26624 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
26625
26626 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
26627 consistent values of selected_frame and selected_window.
26628
26629 2007-09-04 Jason Rumney <jasonr@gnu.org>
26630
26631 * w32console.c (initialize_w32_display): Zero unused hooks.
26632
26633 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
26634
26635 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
26636 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
26637
26638 2007-09-04 Jason Rumney <jasonr@gnu.org>
26639
26640 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
26641 in w32console.c. Set up input. Remove XXX comments that have been
26642 confirmed as correct.
26643
26644 * s/ms-w32.h (MULTI_KBOARD): Define.
26645
26646 * w32console.c (one_and_only_w32cons): Remove.
26647 (initialize_w32_display): Take terminal argument.
26648
26649 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
26650 initialize_w32_display.
26651 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
26652
26653 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
26654
26655 * keyboard.c (discard_mouse_events): Discard it.
26656 (make_lispy_event): Translate it to a lisp event.
26657 (lispy_wheel_names): Add wheel-left and right events.
26658 (syms_of_keyboard): Enlarge wheel_syms.
26659
26660 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
26661 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
26662
26663 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
26664
26665 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
26666 from WM_MOUSEHWHEEL.
26667 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
26668
26669 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
26670 terminal.
26671
26672 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
26673 keyboard for the terminal.
26674
26675 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
26676
26677 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
26678 (Vresume_tty_hook): Rename from Vresume_tty_functions.
26679 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
26680 and resume-tty-function to resume-tty-hook.
26681 (Fsuspend_tty, Fresume_tty): Use new names.
26682
26683 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
26684
26685 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
26686 if it starts with "n:".
26687
26688 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
26689
26690 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
26691
26692 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
26693
26694 * frame.h:
26695 * frame.c (Qterm_environment_variable): Remove.
26696 (syms_of_frame): Don't init and staticpro it.
26697
26698 * callproc.c (getenv_internal): Remove special case for $TERM.
26699
26700 * callproc.c (Vinitial_environment): New variable.
26701 (set_initial_environment): Initialize it.
26702 (syms_of_callproc): Declare it.
26703 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
26704 TERM under which a process runs is never related to the TERM in which
26705 Emacs is running.
26706
26707 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26708
26709 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
26710 * s/darwin.h: ... do it here.
26711
26712 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
26713
26714 * lisp.h (set_initial_environment): Rename from set_global_environment.
26715
26716 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
26717 removed by mistake on the multi-tty branch.
26718
26719 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
26720 (Fmodify_frame_parameters): Return a value.
26721
26722 * image.c (png_load): Comment-out var only used in commented-out code.
26723
26724 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
26725 before passing it to mark_object.
26726
26727 * xfaces.c (internal_resolve_face_name): Return a value.
26728 (internal_resolve_face_name, resolve_face_name_error): Comment out.
26729
26730 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
26731 (x_icon): Comment-out var only used in commented-out code.
26732
26733 2007-08-29 Romain Francoise <romain@orebokech.com>
26734
26735 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
26736 QUIT hasn't been provided.
26737
26738 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
26739
26740 * callproc.c (child_setup, getenv_internal): Use the
26741 display-environment-variable and term-environment-variable frame params.
26742 (set_initial_environment): Initialise Vprocess_environment.
26743
26744 * config.in: Disable multi-keyboard support on a mac.
26745
26746 * frame.c (Qterm_environment_variable)
26747 (Qdisplay_environment_variable): New variables.
26748 (syms_of_frame): Intern and staticpro them.
26749 (Fmake_terminal_frame): Disable output method test.
26750
26751 * frame.h: Declare them here.
26752
26753 * macfns.c (x_set_mouse_color): Get rif from the frame.
26754 (x_set_tool_bar_lines): Don't use updating_frame.
26755 (mac_window): Add 2 new parameters for consistency with other systems.
26756 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
26757 frame parameters following what is done in X11 and w32. Don't use
26758 FRAME_MAC_DISPLAY_INFO.
26759 (Fx_open_connection, start_hourglass): Remove window-system check.
26760 (x_create_tip_frame): Get the keyboard from the terminal.
26761
26762 * macmenu.c: Reorder includes.
26763 (Fx_popup_menu): Use terminal specific mouse_position_hook.
26764
26765 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
26766 terminal parameter.
26767 (x_clear_frame): Add a frame parameter.
26768 (note_mouse_movement): Get rif from the frame.
26769 (mac_term_init): Initialize the terminal.
26770 (mac_initialize): Make static and move terminal initialization ...
26771 (mac_create_terminal): ... to this new function.
26772
26773 * macterm.h (struct mac_display_info): Add terminal.
26774 (mac_initialize): Delete declaration.
26775
26776 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
26777
26778 * sysdep.c: Comment out text after #endif.
26779
26780 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
26781 is defined. Better initialize ttys in windows. Use terminal
26782 specific mouse_position_hook.
26783
26784 * termhooks.h (union display_info): Add mac_display_info.
26785
26786 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
26787 Set the default minibuffer frame, window_system and the rest of the
26788 frame parameters following what is done in X11.
26789
26790 * w32term.c (w32_initialize): Make static.
26791
26792 * xselect.c (x_handle_selection_clear): Only access
26793 terminal->kboard when MULTI_KBOARD is defined.
26794
26795 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
26796 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
26797
26798 2007-08-29 Jason Rumney <jasonr@gnu.org>
26799
26800 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
26801 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
26802
26803 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
26804 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
26805
26806 * keyboard.c (restore_kboard_configuration): Only define when
26807 MULTI_KBOARD defined.
26808
26809 * makefile.w32-in: Update dependancies from Makefile.in.
26810 (OBJ1): Add terminal.$(O)
26811
26812 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
26813 Don't define function body.
26814 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
26815
26816 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
26817
26818 * w32.c (request_sigio, unrequest_sigio): Remove.
26819
26820 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
26821 (w32con_clear_frame, w32con_clear_end_of_line)
26822 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
26823 (w32con_delete_glyphs, w32con_set_terminal_window)
26824 (scroll_line, w32_sys_ring_bell): Add frame arg.
26825 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
26826 Add terminal arg.
26827 (PICK_FRAME): Remove.
26828 (w32con_write_glyphs): Use frame specific terminal coding.
26829 (one_and_only_w32cons): New global variable.
26830 (initialize_w32_display): Use it for storing hooks.
26831 (create_w32cons_output): New function.
26832
26833 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
26834 arg a frame.
26835
26836 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
26837 Set window_system.
26838 (x_set_tool_bar_lines): Don't use updating_frame.
26839 (Fx_create_frame): Set terminal and ref count.
26840 (Fx_open_connection): Remove window-system check.
26841
26842 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
26843
26844 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
26845 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
26846 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
26847 Add frame arg.
26848 (x_delete_terminal, w32_create_terminal): New functions.
26849 (w32_term_init): Create a terminal.
26850 (w32_initialize): Move terminal specific initialization to
26851 w32_create_terminal.
26852
26853 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
26854 (w32_clear_rect, w32_clear_area): Use background from frame.
26855 (w32_display_info): Add terminal.
26856 (w32_sys_ring_bell, x_delete_display): Declare here.
26857
26858 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
26859
26860 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
26861
26862 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
26863
26864 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
26865 Fix get_named_tty calls for the controlling tty.
26866
26867 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
26868
26869 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
26870
26871 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
26872
26873 * term.c (tty_insert_glyphs): Add missing first parameter.
26874
26875 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
26876
26877 * buffer.c (Fbuffer_list, Fbury_buffer):
26878 Take frame->buried_buffer_list into account.
26879
26880 * cm.c (current_tty): New variable, for cmputc().
26881 (cmputc): Use it.
26882 (cmcheckmagic): Add tty parameter, look up terminal streams there.
26883 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
26884 (cmgoto): Add tty parameter. Pass it on to calccost().
26885 Use emacs_tputs() instead of tputs().
26886
26887 * cm.h (emacs_tputs): New macro to set current_tty, and then call
26888 tputs().
26889 (current_tty): New variable, for cmputc().
26890 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
26891
26892 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
26893 (internal_condition_case, internal_condition_case_1)
26894 (internal_condition_case_2): Don't abort when x_catching_errors.
26895
26896 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
26897 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
26898 prevent crashes caused by bogus longjmps in read_char.
26899
26900 * keymap.h (Fset_keymap_parent): Add EXFUN.
26901
26902 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
26903 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26904 Remove redundant definition.
26905
26906 * macfns.c (x_set_mouse_color, x_make_gc):
26907 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26908
26909 * w32term.c (x_free_frame_resources):
26910 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26911 (w32_initialize): Use the accessor macros for terminal characteristics.
26912
26913 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
26914 Use the accessor macros for terminal characteristics.
26915 * msdos.c (internal_terminal_init): Use the accessor macros for
26916 terminal characteristics.
26917 (ScreenVisualBell, internal_terminal_init):
26918 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26919
26920 * termopts.h (no_redraw_on_reenter): Declare.
26921
26922 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
26923 (mark_terminals, mark_ttys): Declare.
26924 (Fgarbage_collect): Call them.
26925 (mark_object): Mark buried_buffer_list.
26926
26927 * prefix-args.c: Include stdlib.h for exit.
26928
26929 * syssignal.h: Add comment.
26930
26931 * indent.c: Include stdio.h.
26932
26933 * window.h (Vinitial_window_system): Declare.
26934 (Vwindow_system): Delete declaration.
26935
26936 * fontset.c (Finternal_char_font): Use FRAME_RIF.
26937
26938 * image.c (lookup_image): Don't initialize `c' until the xasserts
26939 have been run.
26940
26941 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
26942 FRAME_FOREGROUND_PIXEL.
26943
26944 * print.c (print_preprocess): Don't lose print_depth levels while
26945 iterating.
26946
26947 * widget.c (update_from_various_frame_slots):
26948 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26949
26950 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
26951 frames.
26952 (window_internal_height): Remove bogus make_number call.
26953 (init_window_once): Call make_terminal_frame with two zero parameters.
26954
26955 * fileio.c (Fread_file_name): Update comment.
26956
26957 * callint.c (Fcall_interactively):
26958 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
26959 Make sure it is correctly unwound.
26960
26961 * xsmfns.c (x_session_close): New function.
26962
26963 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
26964 Delete declarations.
26965
26966 * xterm.h: Remove declaration for x_fully_uncatch_errors.
26967 (x_output): Remove background_pixel and foreground_pixel fields.
26968 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
26969 (x_delete_device, x_session_close): Declare.
26970
26971 * lread.c: Include setjmp.h. Update declaration of `read_char'.
26972 (read_filtered_event): Call `read_char' with a local
26973 `wrong_kboard_jmpbuf'.
26974
26975 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
26976 Don't call single_kboard_state. Use FRAME_RIF.
26977
26978 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
26979 systems.
26980
26981 * lisp.h (set_process_environment): Rename to `set_global_environment'.
26982 (Fframe_with_environment, Fset_input_meta_mode)
26983 (Fset_quit_char): EXFUN.
26984 (x_create_device, tty_output, terminal, tty_display_info): Declare.
26985 (init_sys_modes, reset_sys_modes): Update prototypes.
26986 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
26987
26988 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
26989 Vlocal_key_translation_map, and Vkeyboard_translate_table.
26990 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
26991 Delete declarations.
26992 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
26993 (temporarily_switch_to_single_kboard, tty_read_avail_input):
26994 New declarations.
26995
26996 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
26997 already does that during init_display(). Call syms_of_keymap
26998 before syms_of_keyboard. Call `syms_of_terminal'.
26999 Call set_initial_environment, not set_process_environment.
27000 (shut_down_emacs): Call reset_all_sys_modes() instead of
27001 reset_sys_modes().
27002
27003 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
27004 (internal_resolve_face_name, resolve_face_name_error): New functions.
27005 (resolve_face_name): Protect against loops and errors thrown by Fget.
27006 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
27007 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
27008
27009 * scroll.c: Replace CURTTY() with local variables throughout the
27010 file (where applicable).
27011 (calculate_scrolling, calculate_direct_scrolling)
27012 (scrolling_1, scroll_cost): Use the accessor macros for terminal
27013 characteristics.
27014
27015 * keymap.c (Vfunction_key_map): Remove.
27016 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
27017 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
27018 (Vkey_translation_map): Remove.
27019 (syms_of_keymap): Remove DEFVAR for key-translation-map.
27020 (Fdescribe_buffer_bindings)
27021 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
27022 Update for terminal-local key-translation-map.
27023
27024 * Makefile.in (callproc.o): Update dependencies.
27025 (lisp, shortlisp): Add termdev.elc.
27026 (obj): Add terminal.o.
27027 (terminal.o): Add dependencies.
27028 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
27029 (data.o, fns.o): Add termhooks.h dependency.
27030 (SOME_MACHINE_LISP): Add dnd.elc.
27031 (minibuf.o): Fix typo.
27032 Update dependencies.
27033
27034 * data.c (do_symval_forwarding, store_symval_forwarding)
27035 (find_symbol_value): Use the selected frame's keyboard, not
27036 current_kboard.
27037
27038 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
27039 Vwindow_system.
27040
27041 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
27042 Fmenu_bar_open.
27043 (syms_of_xmenu): Update defsubr.
27044 (mouse_position_for_popup, Fx_popup_menu)
27045 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
27046 (set_frame_menubar, free_frame_menubar)
27047 (create_and_show_popup_menu, xmenu_show)
27048 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
27049 an X frame.
27050
27051 * xselect.c (x_own_selection): Abort if not an X frame.
27052 (some_frame_on_display): Check if it is an X frame.
27053 (x_handle_selection_clear): Deal with MULTI_KBOARD.
27054
27055 * coding.c: Include frame.h and termhooks.h.
27056 (terminal_coding, keyboard_coding): Delete.
27057 (Fset_terminal_coding_system_internal)
27058 (Fset_keyboard_coding_system_internal)
27059 (Fkeyboard_coding_system)
27060 (Fterminal_coding_system): Add a terminal parameter.
27061 Get terminal_coding from the terminal.
27062 (init_coding_once): Don't call setup_coding_system here.
27063
27064 * dispextern.h (set_scroll_region, turn_off_insert)
27065 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
27066 (tty_clear_end_of_line, tty_setup_colors)
27067 (delete_tty, updating_frame)
27068 (produce_special_glyphs, produce_glyphs, write_glyphs)
27069 (insert_glyphs): Remove.
27070 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
27071 (tty_turn_off_highlight, get_tty_size): Add declaration.
27072 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
27073
27074 * frame.h (enum output_method): Add output_initial.
27075 (struct x_output): Delete.
27076 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
27077 Access foreground_pixel and background_pixel directly from the frame.
27078 (tty_display): Delete.
27079 (struct frame): Add buried_buffer_list, foreground_pixel,
27080 background_pixel and terminal. Delete kboard.
27081 (union output_data): Add tty.
27082 (FRAME_KBOARD): Get the kboard from the terminal.
27083 (FRAME_INITIAL_P): New macro.
27084 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
27085 (Qterm_environment_variable, Qdisplay_environment_variable)
27086 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
27087 New declarations.
27088
27089 * termchar.h (tty_output, tty_display_info): New structures.
27090 (tty_list): Declare.
27091 (FRAME_TTY, CURTTY): New macros.
27092 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
27093 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
27094 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
27095 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
27096
27097 * callproc.c: Include frame.h and termhooks.h, for terminal
27098 parameters.
27099 (add_env): New function.
27100 (child_setup): Use it.
27101 (child_setup, getenv_internal): Handle the new Vprocess_environment.
27102 (getenv_internal): Fix get_terminal_param call.
27103 (Fgetenv_internal, egetenv): Update doc.
27104 (syms_of_callproc): Initialize Vprocess_environment to nil.
27105 Register and initialize them. Remove obsolete defvars. Update doc
27106 strings.
27107 (child_setup): Handle Vlocal_environment_variables.
27108 (getenv_internal): Add terminal parameter.
27109 Handle Vlocal_environment_variables.
27110 (Fgetenv_internal): Add terminal parameter.
27111 (child_setup, getenv_internal, Fgetenv_internal): Store the local
27112 environment in a frame (not terminal) parameter. Update doc strings.
27113 (set_initial_environment): Rename from set_global_environment.
27114 Store Emacs environment in initial frame parameter.
27115
27116 * xdisp.c (redisplay_internal): Update references to
27117 `previous_terminal_frame'.
27118 (display_mode_line, Fformat_mode_line): Replace calls to
27119 `push_frame_kboard' with `push_kboard'.
27120 (get_glyph_string_clip_rects): Add extra parentheses and
27121 braces to prevent compiler warnings.
27122 (calc_pixel_width_or_height): Add xassert to check that the
27123 frame is alive. Don't call `lookup_image' on a termcap frame.
27124 (message2_nolog, message3_nolog, redisplay_internal)
27125 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
27126 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
27127 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
27128 (Fx_display_pixel_width, Fx_display_pixel_height)
27129 (Fx_display_planes, Fx_display_color_cells)
27130 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
27131 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
27132 (Fx_display_backing_store, Fx_display_visual_class)
27133 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
27134 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
27135
27136 * xfns.c (x_set_foreground_color x_set_background_color)
27137 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
27138 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27139 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
27140 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
27141 terminal that is being deleted.
27142 (Fx_create_frame): Use `store_frame_param' to set `window-system'
27143 frame parameter, and make sure it overrides any user-supplied setting.
27144 (Fx_close_connection, Fx_synchronize): Unify argument names with
27145 the rest of the DEFUNs.
27146
27147 * dispnew.c (Fsend_string_to_terminal): Update call to
27148 `get_tty_terminal'.
27149 (Fredraw_frame, Fsend_string_to_terminal)
27150 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
27151 FRAME_TERMCAP_P and FRAME_TTY.
27152 (window_change_signal): Don't believe width/height values that are
27153 impossibly small.
27154 (Vinitial_window_system): Rename from Vwindow_system.
27155 (termscript, Wcm, rif): Delete.
27156
27157 * termhooks.h (struct terminal): New struct containing the
27158 previously global text display hooks and new members NAME,
27159 DELETED and PARAM_ALIST.
27160 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
27161 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
27162 (FRAME_RIF): New macros.
27163 (get_terminal_param, get_device): New declarations.
27164 (termscript): Delete declaration.
27165
27166 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
27167 (XTflash, x_free_frame_resources, x_scroll_bar_create)
27168 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
27169 FRAME_FOREGROUND_PIXEL.
27170 (x_fully_uncatch_errors): Disable definition.
27171 (x_scroll_bar_expose): Fix reference to foreground pixel.
27172 (XTread_socket): Disable loop on all X displays.
27173 (x_delete_terminal): Don't set terminal->deleted and let
27174 delete_terminal delete the frames on the terminal.
27175 (x_delete_display): Doc update to reflect changes in
27176 delete_terminal.
27177 (x_display_info) <terminal>: Move member earlier in the struct.
27178 (deleting_tty): Remove old variable.
27179 (Fsuspend_tty): Call clear_tty_hooks.
27180 (Fresume_tty, init_tty): Call set_tty_hooks.
27181 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
27182 errors on X frames.
27183 (x_catch_errors_unwind): Abort if x_error_message is NULL.
27184 (handle_one_xevent): Initialize `f' to NULL.
27185 (x_delete_terminal, x_create_terminal): New functions.
27186 (XTset_terminal_modes, XTreset_terminal_modes)
27187 (XTread_socket, x_connection_closed, x_term_init)
27188 (x_term_init, x_delete_display): Add terminal parameter.
27189 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
27190 X connections.
27191
27192 * frame.c: Include termchar.h.
27193 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
27194 (Qwindow_system, Qenvironment, Qterm_environment_variable)
27195 (Qdisplay_environment_variable): New vars.
27196 (Fframep): Deal with output_initial.
27197 (Fframe-live-p): Doc fix.
27198 (Fwindow-system): New function.
27199 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
27200 (make_terminal_frame): Don't create frames on a terminal that is
27201 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
27202 (store_frame_param): Check for found_for_frame before calling XFRAME.
27203 (Fmake_terminal_frame): Handle NULL tty names correctly.
27204 (syms_of_frame): Enhance doc string of `default-frame-alist'.
27205 (Fdelete_frame): Remove unused variable `count'. Don't allow other
27206 frames to refer to a deleted frame in their 'environment parameter.
27207 (Fframe_with_environment): New function.
27208 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
27209 (get_future_frame_param): New function.
27210 (Fmake_terminal_frame): Use it.
27211 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
27212
27213 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
27214 * sysdep.c (reset_sys_modes): Update for renames.
27215
27216 * keyboard.c (tty_read_avail_input): New function.
27217 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
27218 (syms_of_keyboard): Defsubr them.
27219 (Fset_input_meta_mode, Fset_quit_char): New functions.
27220 (Fset_input_mode): Split to above functions.
27221 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
27222 parameter. Use it in call to `read_char'.
27223 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
27224 Set wrong_kboard_jmpbuf correctly in recursive calls.
27225 Use current_kboard to access Vkeyboard_translate_table.
27226 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
27227 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
27228 Update longjmp invocations. Remember the original current_kboard,
27229 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
27230 changes it. Comment out unnecessary calls to
27231 `record_single_kboard_state' and `any_kboard_state'.
27232 Update recursive calls.
27233 (wrong_kboard_jmpbuf): Remove global variable.
27234 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
27235 Handle deleted interrupted_kboards correctly; that is a legal
27236 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
27237 and read_char calls. Abort if interrupted_kboard died in read_char.
27238 (any_kboard_state, single_kboard_state)
27239 (push_frame_kboard): Remove function.
27240 (pop_kboard): Switch out of single_kboard mode if the kboard has
27241 been deleted. Remove unused variable. Help debugging by not
27242 changing current_kboard unnecessarily. Set current_kboard to the
27243 kboard of the selected frame when the stored kboard object has
27244 been deleted before pop_kboard.
27245 (temporarily_switch_to_single_kboard): Change first parameter to a
27246 frame pointer. Throw an error when caller wants to change kboards
27247 while in single_kboard mode. Don't push_kboard if we weren't in
27248 single kboard state. Don't pop_kboard if we popped into any
27249 kboard state.
27250 (restore_kboard_configuration): Abort if pop_kboard changed the
27251 kboard in single_kboard mode. Call pop_kboard only after setting
27252 up single_kboard mode.
27253 (Frecursive_edit): Switch to single_kboard mode only in nested
27254 command loops.
27255 (cmd_error, command_loop, command_loop_1, timer_check):
27256 Comment out unnecessary call to `any_kboard_state' and
27257 `record_single_kboard_state'.
27258 (delete_kboard): Exit single_kboard mode if we have just deleted
27259 that kboard. Use FRAME_KBOARD.
27260 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
27261 `fatal_error_signal'.
27262 (record_single_kboard_state): Don't push_kboard if we weren't in
27263 single kboard state. Don't pop_kboard if we popped into any
27264 kboard state.
27265 (push_frame_kboard): Rename to push_kboard.
27266 (kbd_buffer_get_event): Use FRAME_TERMINAL.
27267 (read_avail_input): Read input from all terminals.
27268 (mark_kboards): Also mark Vkeyboard_translate_table.
27269 (kbd_buffer_store_event_hold): Simplify condition.
27270 (read_key_sequence): Reinitialize fkey and keytran at each replay.
27271 (Vkeyboard_translate_table): Move to struct kboard.
27272 (init_kboard): Initialize Vkeyboard_translate_table.
27273 (syms_of_keyboard): Use DEFVAR_KBOARD to define
27274 Vkeyboard_translate_table. Update doc strings. Update docs of
27275 local-function-key-map and function-key-map.
27276
27277 * terminal.c: New file.
27278
27279 * term.c: Include errno.h.
27280 (Vring_bell_function, device_list, initial_device)
27281 (next_device_id, ring_bell, update_begin, update_end)
27282 (set_terminal_window, cursor_to, raw_cursor_to)
27283 (clear_to_end, clear_frame, clear_end_of_line)
27284 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
27285 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
27286 (syms_of_term): Move their initialization to terminal.c.
27287 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
27288 (Ftty_display_color_cells)
27289 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
27290 (clear_tty_hooks, set_tty_hooks)
27291 (init_tty, maybe_fatal): New functions.
27292 (Ftty_type): Return nil if terminal is not on a tty instead of
27293 throwing an error. Doc update.
27294 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
27295 Doc update. Initialize new subrs and variables.
27296 (delete_tty): Use terminal->deleted.
27297 (tty_set_terminal_modes): Rename from set_terminal_modes.
27298 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
27299 (set_scroll_region): Rename to `tty_set_scroll_region'.
27300 (turn_on_insert): Rename to `tty_turn_on_insert'.
27301 (turn_off_insert): Rename to `tty_turn_off_insert'.
27302 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
27303 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
27304 (toggle_highligh): Rename to `tty_toggle_highlight'.
27305 (background_highlight): Rename to `tty_background_highlight'.
27306 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
27307 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
27308 (tty_set_scroll_region, tty_background_highlight)
27309 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
27310 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
27311 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
27312 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
27313 Add static modifier.
27314 (tty_reset_terminal_modes, tty_set_terminal_window)
27315 (tty_set_scroll_region, tty_background_highlight)
27316 (tty_highlight_if_desired, tty_cursor_to)
27317 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
27318 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
27319 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
27320 renames.
27321
27322 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
27323
27324 * keyboard.c: Qrtl is new.
27325 (parse_tool_bar_item): Handle :rtl keyword.
27326 (syms_of_keyboard): Intern :rtl keyword.
27327
27328 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
27329
27330 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
27331 so no Lisp code is executed.
27332 (file_for_image, find_rtl_image): New functions.
27333 (xg_get_image_for_pixmap): Use file_for_image.
27334 (update_frame_tool_bar): If direction is RTL, use RTL image if
27335 defined. Use Gtk stock images if defined.
27336
27337 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27338
27339 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
27340 for nonexistent or zero-width glyph in composition glyph.
27341
27342 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
27343
27344 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
27345
27346 * xdisp.c (Finvisible_p): New function.
27347 (syms_of_xdisp): defsubr it.
27348
27349 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
27350
27351 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
27352 Doc fixes.
27353
27354 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27355
27356 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
27357
27358 2007-08-24 Martin Rudalics <rudalics@gmx.at>
27359
27360 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
27361 whether decoding has modified buffer contents.
27362
27363 2007-08-24 Jason Rumney <jasonr@gnu.org>
27364
27365 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
27366 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
27367 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
27368 (init_svg_functions) [HAVE_NTGUI]: New function.
27369 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
27370 (svg_load_image): Use them.
27371 (svg_load_image) [HAVE_NTGUI]: Implement background.
27372
27373 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27374
27375 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
27376 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
27377 (LIBX): Remove @RSVG_LIBS@.
27378 (LIBES): Add $(RSVG_LIBS).
27379
27380 * image.c (svg_load_image): Blend with specified background if exists.
27381 Use IMAGE_BACKGROUND. Add Mac OS Support.
27382
27383 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
27384 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
27385 Remove macros.
27386 [MAC_OSX] (socket_callback): Do nothing.
27387 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
27388 ReceiveNextEvent.
27389 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
27390 socket_callback.
27391 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
27392
27393 2007-08-22 Glenn Morris <rgm@gnu.org>
27394
27395 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
27396
27397 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
27398
27399 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
27400
27401 * image.c: Add support for SVG images. Some additional comments
27402 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
27403 (svg_image_p): New function to test for SVG image.
27404 (svg_load): New function to load SVG image.
27405 (svg_load_image): New function, helper for svg_load.
27406 (Qsvg): New Lisp_object.
27407 (svg_keyword_index): New enum.
27408 (svg_format): New static `image_keyword' struct.
27409 (svg_type): New static `image_type' struct.
27410 (librsvg/rsvg.h): Include it.
27411
27412 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
27413
27414 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
27415
27416 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
27417
27418 * lread.c (Qold_style_backquotes): New var.
27419 (syms_of_lread): Init and staticpro it.
27420 (load_warn_old_style_backquotes): New fun.
27421 (Fload): Use them to warn about old style backquotes.
27422 (end_of_file_error, Fload): Remove unused vars.
27423
27424 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
27425
27426 * lread.c (Vold_style_backquotes): New var.
27427 (syms_of_lread): Init and export it to Elisp.
27428 (read1): Set it when we find an old-style (back)quote.
27429
27430 2007-08-22 Jason Rumney <jasonr@gnu.org>
27431
27432 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
27433
27434 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
27435
27436 * puresize.h (BASE_PURESIZE): Increase to 1140000.
27437
27438 2007-08-19 Richard Stallman <rms@gnu.org>
27439
27440 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
27441
27442 2007-08-19 Andreas Schwab <schwab@suse.de>
27443
27444 * alloc.c (pure): Round PURESIZE up.
27445
27446 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
27447
27448 * xterm.c (handle_one_xevent): Remove check that mouse click is in
27449 active frame.
27450
27451 2007-08-16 Richard Stallman <rms@gnu.org>
27452
27453 * eval.c (Fcommandp): Add parens to clarify.
27454
27455 * minibuf.c (Fall_completions): Use enum for type of table.
27456
27457 * emacs.c (USAGE2): Improve text.
27458
27459 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
27460
27461 * term.c (tty_default_color_capabilities): Declare static
27462 variables in file scope, to avoid HPUX compiler problem.
27463
27464 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
27465
27466 * gtkutil.c (update_frame_tool_bar): Use -1 as index
27467 to gtk_toolbar_insert.
27468
27469 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
27470
27471 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
27472
27473 * insdel.c (reset_var_on_error): New fun.
27474 (signal_before_change, signal_after_change):
27475 Use it to reset (after|before)-change-functions to nil in case of error.
27476 Bind inhibit-modification-hooks to t.
27477 Don't bind (after|before)-change-functions to nil while they run.
27478
27479 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27480
27481 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
27482 filling pixmap with stippled background.
27483
27484 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27485
27486 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
27487 Don't use invisible frame as parent window for repositioning.
27488
27489 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
27490
27491 * print.c (new_backquote_output): Rename from old_backquote_output.
27492 (print): Inverse its logic (according to its name) so as to match the
27493 behavior of new_backquote_flag in lread.c.
27494
27495 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27496
27497 * gmalloc.c (posix_memalign): New function.
27498
27499 * macterm.c (frame_highlight, frame_unhighlight): Don't call
27500 ActivateControl/DeactivateControl here.
27501 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
27502 frame-notice-user-settings is non-nil.
27503 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
27504 for kEventParamFMFontStyle.
27505 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
27506 mac_pass_command_to_system and mac_pass_control_to_system here.
27507 (XTread_socket): Call ActivateControl/DeactivateControl here.
27508 (XTread_socket) [TARGET_API_MAC_CARBON]:
27509 Check mac_pass_command_to_system and mac_pass_control_to_system here.
27510 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
27511 for window repositioning.
27512
27513 2007-08-08 Glenn Morris <rgm@gnu.org>
27514
27515 * Replace `iff' in doc-strings and comments.
27516
27517 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
27518
27519 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
27520
27521 2007-08-07 Martin Rudalics <rudalics@gmx.at>
27522
27523 * fileio.c (Finsert_file_contents): Run format-decode and
27524 after_insert_file_functions on entire buffer when REPLACE is
27525 non-nil and inhibit modification_hooks and point_motion_hooks.
27526 For consistency, run after_insert_file_functions iff something
27527 got inserted. Move signal_after_change and update_compositions
27528 after code running after_insert_file_functions. Make sure that
27529 undo_list doesn't record intermediate steps of the decoding process.
27530
27531 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27532
27533 * emacs.c (main)
27534 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
27535 Call malloc_enable_thread on interactive startup.
27536
27537 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
27538 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
27539 [USE_PTHREAD]: Conditionalize with it.
27540 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
27541 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
27542 New functions.
27543
27544 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
27545
27546 * xdisp.c (redisplay_window): When restoring original buffer
27547 position, make sure it is still valid.
27548
27549 * image.c (png_load): Ignore png-supplied background color.
27550
27551 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27552
27553 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
27554 Use kCFAbsoluteTimeIntervalSince1970.
27555
27556 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
27557 New variable.
27558 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
27559 event loop should be quit.
27560 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
27561 Quit dialog event loop if quit_dialog_event_loop is set.
27562
27563 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
27564 (Selection): New typedef. Use instead of ScrapRef.
27565 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
27566 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
27567 (mac_clear_selection): Rename from clear_scrap.
27568 (get_flavor_type_from_symbol): New argument SEL and subsume function of
27569 scrap_has_target_type. All uses changed.
27570 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
27571 (mac_selection_has_target_p): New functions.
27572 (mac_put_selection_value): Rename from put_scrap_string.
27573 (mac_get_selection_value): Rename from get_scrap_string.
27574 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
27575 (put_scrap_private_timestamp, scrap_has_target_type)
27576 (get_scrap_private_timestamp): Remove functions.
27577 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
27578 (x_own_selection, x_get_local_selection):
27579 Use mac_valid_selection_value_p.
27580 (x_own_selection): Don't use put_scrap_private_timestamp.
27581 Record OWNERSHIP-INFO into Vselection_alist instead.
27582 (x_get_local_selection): Don't check type if request is local.
27583 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
27584 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
27585
27586 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
27587
27588 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
27589 add comment explaining why.
27590
27591 2007-08-03 Richard Stallman <rms@gnu.org>
27592
27593 * fileio.c (Fvisited_file_modtime): Use make_time.
27594
27595 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
27596
27597 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
27598 build.
27599
27600 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
27601
27602 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
27603
27604 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
27605
27606 * puresize.h (BASE_PURESIZE): Increase to 1130000.
27607
27608 2007-07-30 Richard Stallman <rms@gnu.org>
27609
27610 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
27611
27612 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
27613
27614 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
27615
27616 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
27617
27618 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
27619 remote default-directory.
27620
27621 * buffer.c (mode-line-format): Update doc string.
27622
27623 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27624
27625 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
27626 scroll bar gap.
27627 (x_scroll_bar_create): Set bar->fringe_extended_p.
27628 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
27629 on frame edge. Check fringe background extension. Don't clear
27630 extended fringe background area.
27631
27632 * w32term.h (struct scroll_bar): New member fringe_extended_p.
27633 (w32_fill_area): Enclose multiple statements with do ... while (0).
27634
27635 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
27636 Extend fringe background to scroll bar gap.
27637 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
27638 Set bar->fringe_extended_p.
27639 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27640 Put leftmost/rightmost scroll bars on frame edge. Check fringe
27641 background extension. Don't clear extended fringe background area.
27642
27643 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27644 New member fringe_extended_p.
27645
27646 2007-07-25 Glenn Morris <rgm@gnu.org>
27647
27648 * Relicense all FSF files to GPLv3 or later.
27649
27650 * COPYING: Switch to GPLv3.
27651
27652 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
27653
27654 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
27655
27656 * data.c (Finteractive_form): Check for the presence of an
27657 `interactive-form' symbol property more thoroughly.
27658
27659 * data.c (Finteractive_form): Use an `interactive-form' property if
27660 present, analogous to the function-documentation property.
27661
27662 2007-07-24 Jason Rumney <jasonr@gnu.org>
27663
27664 * w32fns.c (x_real_positions): Get real position from OS instead of
27665 calculating it.
27666
27667 2007-07-23 Jason Rumney <jasonr@gnu.org>
27668
27669 * filelock.c (current_lock_owner): Allow for @ sign in username.
27670
27671 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
27672
27673 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
27674 remote default-directory.
27675
27676 * buffer.c (mode-line-format): Describe above case in doc string.
27677
27678 2007-07-20 Eli Zaretskii <eliz@gnu.org>
27679
27680 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
27681 Define if not defined.
27682
27683 2007-07-18 Jason Rumney <jasonr@gnu.org>
27684
27685 * w32proc.c (w32_executable_type): Handle 64 bit executables.
27686
27687 2007-07-18 Richard Stallman <rms@gnu.org>
27688
27689 * data.c (Fsetq_default): Doc fix.
27690
27691 * eval.c (Fsetq): Doc fix.
27692
27693 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
27694
27695 * coding.c (Ffind_operation_coding_system):
27696 * eval.c (For, Fand): Doc fixes.
27697 Reported by Johan Bockgård.
27698
27699 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
27700
27701 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
27702
27703 * xterm.h: Declare x_ewmh_activate_frame.
27704
27705 * xterm.c (x_ewmh_activate_frame): New function.
27706 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
27707
27708 2007-07-17 Martin Rudalics <rudalics@gmx.at>
27709
27710 * window.c (Fdisplay_buffer): If largest or LRU window is the
27711 only window, split it even if it is not eligible for splitting.
27712 This restores the original behavior broken by the 2007-07-15
27713 change.
27714
27715 2007-07-17 Glenn Morris <rgm@gnu.org>
27716
27717 * abbrev.c (abbrev_check_chars): New function.
27718 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
27719 Call abbrev_check_chars to check abbrev characters are word
27720 constituents. Doc fix.
27721
27722 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
27723
27724 * process.c (Fstart_process, Fmake_network_process)
27725 (read_process_output): Fix up last changes.
27726
27727 2007-07-16 Eli Zaretskii <eliz@gnu.org>
27728
27729 * makefile.w32-in (clean): Don't delete *~.
27730
27731 2007-07-16 Andreas Schwab <schwab@suse.de>
27732
27733 * window.c (Fdisplay_buffer): Use NILP.
27734 (Fset_window_scroll_bars): Likewise.
27735
27736 2007-07-15 Martin Rudalics <rudalics@gmx.at>
27737
27738 * window.c (window_min_size_2): New function.
27739 (window_min_size_1, size_window, Fdisplay_buffer)
27740 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
27741 windows without mode- or header-lines when window-min-height is
27742 too small.
27743 (size_window): Reset nodelete_p after testing it, following an
27744 earlier note by Kim F. Storm.
27745 (display_buffer): Do not set split_height_threshold to twice the
27746 value of window_min_height to avoid changing the value of a
27747 customizable variable. Rather explicitly check whether the
27748 height of the window that shall be splitted is at least as large
27749 as split_height_threshold.
27750 (Fwindow_full_width_p): New defun.
27751 (syms_of_window): Defsubr it.
27752
27753 * window.h: Add EXFUN for Fwindow_full_width_p.
27754
27755 2007-07-14 Jason Rumney <jasonr@gnu.org>
27756
27757 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
27758
27759 2007-07-14 Richard Stallman <rms@gnu.org>
27760
27761 * eval.c (maybe_call_debugger): New function.
27762 (find_handler_clause): Use maybe_call_debugger.
27763 Call it when the handler says `debug'.
27764 Eliminate DEBUGGER_VALUE_PTR.
27765 (Fsignal): Eliminate debugger_value.
27766 (Qdebug): New variable.
27767 (syms_of_eval): Initialize it.
27768
27769 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
27770
27771 * eval.c (Fprogn):
27772 * keyboard.c (Ftrack_mouse):
27773 * print.c (Fwith_output_to_temp_buffer):
27774 * window.c (Fsave_window_excursion): Doc fix.
27775
27776 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27777
27778 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
27779
27780 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
27781
27782 * process.h (struct Lisp_Process): Turn slots infd, outfd,
27783 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
27784 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
27785 read_output_delay, and read_output_skip from Lisp_Objects to ints.
27786 Remove unused encoding_carryover.
27787 * process.c: Adjust all functions accordingly.
27788
27789 2007-07-12 Richard Stallman <rms@gnu.org>
27790
27791 * term.c: Include unistd.h only if HAVE_UNISTD_H.
27792
27793 2007-07-11 Jason Rumney <jasonr@gnu.org>
27794
27795 * makefile.w32-in (LIBS): Include OLE32.
27796
27797 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
27798 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
27799
27800 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
27801
27802 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
27803 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
27804 from a Lisp_Object into a bare pointer.
27805 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
27806 Adjust the code correspondingly.
27807
27808 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
27809
27810 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
27811 (term_show_mouse_face): Remove unused var `j'.
27812 (handle_one_term_event): Remove unused vars `i' and `j'.
27813 Don't cast return value of ttyname since it's not necessary.
27814
27815 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
27816
27817 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
27818 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
27819
27820 * fns.c (map_char_table): Use an array of int for `indices' rather than
27821 an array of Lisp_Objects (which are only ever integers anyway).
27822 (Fmap_char_table): Update caller.
27823 * lisp.h: Update prototype.
27824 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
27825 * fontset.c (Ffontset_info):
27826 * casetab.c (set_case_table): Update callers.
27827
27828 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
27829
27830 * keymap.c (struct accessible_keymaps_data)
27831 (struct where_is_internal_data): New structures.
27832 (accessible_keymaps_1, where_is_internal_1): Use them to change
27833 interface to adhere to the one used by map_keymap.
27834 (Faccessible_keymaps, where_is_internal): Use map_keymap.
27835 (accessible_keymaps_char_table, where_is_internal_2): Remove.
27836
27837 * keymap.h (map_keymap_function_t): More informative prototype.
27838
27839 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
27840
27841 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
27842 (looking_at_1): Don't change search_regs and last_thing_searched
27843 if `inhibit-changing-match-data' is non-nil.
27844 (string_match_1, search_buffer, set_search_regs): Likewise.
27845 (syms_of_search): Add Lisp level definition for
27846 `inhibit-changing-match-data' and set it to nil.
27847 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
27848 start and end of the match, instead of using values in search_regs.
27849
27850 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
27851
27852 * minibuf.c (Fcompleting_read): New value `confirm-only'
27853 for `require-match'.
27854
27855 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
27856
27857 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
27858 part of the 2007-06-27 change to syms_of_fileio.
27859
27860 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27861
27862 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
27863 Check WINDOWP before using XWINDOW. Consolidate return statements.
27864
27865 2007-06-27 Richard Stallman <rms@gnu.org>
27866
27867 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
27868
27869 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
27870
27871 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
27872
27873 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27874
27875 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
27876 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
27877 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
27878 (_free_internal, memalign): Use them.
27879 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
27880 Initialize to PTHREAD_MUTEX_INITIALIZER.
27881 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
27882 (morecore_nolock): Rename from morecore. All uses changed.
27883 Use only nolock versions of internal allocation functions.
27884 (_malloc_internal_nolock, _realloc_internal_nolock)
27885 (_free_internal_nolock): New functions created from
27886 _malloc_internal, _realloc_internal, and _free_internal.
27887 (_malloc_internal, _realloc_internal, _free_internal): Use them.
27888 Copy hook value to automatic variable before its use.
27889 (memalign): Copy hook value to automatic variable before its use.
27890
27891 2007-06-26 Kenichi Handa <handa@m17n.org>
27892
27893 * coding.c (Ffind_operation_coding_system): Docstring improved.
27894 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
27895
27896 2007-06-25 David Kastrup <dak@gnu.org>
27897
27898 * keymap.c (Fcurrent_active_maps): Add `position' argument.
27899 (Fwhere_is_internal): Adjust call to `current-active-maps' to
27900 cater for additional parameter.
27901
27902 * keymap.h: Adjust number of parameters to `current-active-maps'.
27903
27904 * doc.c (Fsubstitute_command_keys): Adjust call of
27905 `current-active-maps'.
27906
27907 2007-06-25 David Kastrup <dak@gnu.org>
27908
27909 * callint.c (Fcall_interactively): Make the parsing of interactive
27910 specs somewhat more readable.
27911
27912 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27913
27914 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
27915 to scroll bar gap also when bitmap fills fringe. Draw only foreground
27916 if extended background has already been filled.
27917
27918 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27919
27920 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
27921 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
27922
27923 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
27924 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
27925 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
27926 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
27927 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
27928 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
27929 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
27930 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
27931 Run timers during dialog popup.
27932 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
27933
27934 2007-06-21 Jason Rumney <jasonr@gnu.org>
27935
27936 * image.c (convert_mono_to_color_image): Swap fore and background.
27937
27938 2007-06-20 Jason Rumney <jasonr@gnu.org>
27939
27940 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
27941 (w32_free_bdf_font): Unmap memory not handle.
27942
27943 2007-06-20 Sam Steingold <sds@gnu.org>
27944
27945 * gmalloc.c (__morecore): Fix the declaration to comply with the
27946 definition.
27947
27948 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
27949
27950 * w32term.c (w32_delete_display): Remove leftover declaration.
27951 (w32_define_cursor, w32_initialize): Make static.
27952
27953 * w32.c (_wsa_errlist): Fix typo in error message.
27954 (init_environment): Ignore any environment variable from the
27955 registry having a null value.
27956
27957 2007-06-20 Glenn Morris <rgm@gnu.org>
27958
27959 * Makefile.in (LIBGIF): Default to -lgif.
27960
27961 2007-06-17 Jason Rumney <jasonr@gnu.org>
27962
27963 * w32menu.c (add_menu_item): Don't use multibyte string functions on
27964 unicode strings.
27965
27966 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
27967
27968 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
27969 Fix typo in docstring.
27970
27971 2007-06-16 Eli Zaretskii <eliz@gnu.org>
27972
27973 * w32menu.c (add_menu_item): Escape `&' characters in menu items
27974 and their keybindings.
27975
27976 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
27977
27978 * composite.c (update_compositions): Fix last fix.
27979
27980 2007-06-14 Jason Rumney <jasonr@gnu.org>
27981
27982 * w32.c (get_process_times_fn): New function pointer.
27983 (globals_of_w32): Intialize it if present in kernel32.dll.
27984 (w32_get_internal_run_time): New function.
27985
27986 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
27987
27988 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
27989
27990 * composite.c (update_compositions): Check the validness of
27991 compositions.
27992
27993 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27994
27995 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
27996 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
27997
27998 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
27999 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
28000
28001 * macgui.h (USE_MAC_TOOLBAR): New define.
28002
28003 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
28004 Return immediately unless popup is activated.
28005
28006 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
28007 background to scroll bar gap.
28008 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
28009 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
28010 scroll bars on frame edge. Check fringe background extension.
28011 Don't clear extended fringe background area.
28012 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
28013 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
28014 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
28015 [USE_MAC_TOOLBAR]: New macros.
28016 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
28017 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
28018 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
28019 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
28020 [USE_MAC_TOOLBAR]: New functions.
28021 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
28022 manually if previous repositioning has failed.
28023 (mac_handle_keyboard_event): Use precomputed event kind.
28024 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
28025 as tool bar item click. Handle mouse movement over tool bar items.
28026
28027 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
28028 toolbar_win_gravity.
28029 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
28030 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
28031 Add externs.
28032
28033 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
28034 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
28035
28036 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
28037
28038 * image.c (search_image_cache): Remove unused variable.
28039
28040 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
28041
28042 * xfns.c, xmenu.c: Link to xaw3d if available.
28043
28044 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28045
28046 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
28047 frame_foreground and frame_background.
28048
28049 * image.c (lookup_image): Save frame foreground and background colors.
28050 (search_image_cache): Check if saved and current frame colors match.
28051
28052 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
28053
28054 * regex.c (regex_compile): Remove the `regnum' counter.
28055 Use bufp->re_nsub instead. Add support for \(?N:RE\).
28056
28057 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
28058
28059 * term.c: Include intervals.h to declare Fget_text_property.
28060
28061 2007-06-10 Jason Rumney <jasonr@gnu.org>
28062
28063 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
28064
28065 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
28066
28067 * callint.c (Fcall_interactively):
28068 * editfns.c (Fdelete_and_extract_region):
28069 * fileio.c (Fread_file_name):
28070 * fns.c (Fmapconcat):
28071 * keyboard.c (cmd_error_internal):
28072 * keymap.c (Fkey_description):
28073 * lread.c (openp):
28074 * minibuf.c (read_minibuf):
28075 * search.c (wordify):
28076 * sunfns.c (sel_read):
28077 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
28078 * xfns.c (x_default_scroll_bar_color_parameter):
28079 * xmenu.c (menu_help_callback):
28080 * xselect.c (Fx_get_atom_name):
28081 * xterm.c (x_term_init): Use empty_unibyte_string.
28082
28083 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
28084
28085 * alloc.c (init_strings): Initialize canonical empty strings.
28086 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
28087 canonical empty string when the requested size is 0.
28088
28089 * emacs.c (empty_unibyte_string): Rename from empty_string.
28090 (empty_multibyte_string): New canonical empty string.
28091 (syms_of_emacs): Don't initialize empty_string.
28092
28093 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
28094 string, if appropriate.
28095 (empty_unibyte_string, empty_multibyte_string): New externs.
28096 (empty_string): Remove extern.
28097
28098 * lread.c (syms_of_lread): Use empty_unibyte_string.
28099
28100 2007-06-07 Jason Rumney <jasonr@gnu.org>
28101
28102 * s/ms-w32.h: Don't define HAVE_TZNAME.
28103
28104 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
28105
28106 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28107
28108 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
28109
28110 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
28111 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
28112
28113 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
28114 Don't call next handler.
28115 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
28116 Remove argument. Install handler to application.
28117 (set_frame_menubar): Don't change deep_p.
28118 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
28119 FRAME_OUTER_TO_INNER_DIFF_Y.
28120 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
28121 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
28122 [HAVE_DIALOGS]: New macros.
28123 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
28124 Use them.
28125 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
28126
28127 * macselect.c [MAC_OSX] (install_service_handler): Rename from
28128 init_service_handler. All callers changed. Return OSStatus value.
28129
28130 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
28131 All callers changed so as not to call SetPortWindowPort.
28132 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
28133 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
28134 mac_draw_string_common.
28135 (mac_draw_image_string_qd): Likewise.
28136 (mac_draw_string_common): Use them. Add INLINE.
28137 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
28138 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
28139 GetGlobalMouse.
28140 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
28141 and FRAME_OUTER_TO_INNER_DIFF_Y.
28142 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
28143 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
28144 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
28145 repositioning window to mac_handle_window_event.
28146 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
28147 saving window location to mac_handle_window_event
28148 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
28149 (install_menu_target_item_handler): Remove argument in extern.
28150 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
28151 Also accept command events.
28152 (do_keystroke): New function created from XTread_socket.
28153 (init_command_handler): Remove functions.
28154 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
28155 and save window location by kEventWindowShowing and kEventWindowHiding
28156 handlers here. Don't call next handler for window state change and
28157 focus events.
28158 (mac_handle_application_event, mac_handle_keyboard_event)
28159 [TARGET_API_MAC_CARBON]: New functions.
28160 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
28161 kEventWindowShowing and kEventWindowHiding events. Move installation
28162 of mouse, font, text input and menu target item handlers to
28163 install_application_handler.
28164 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
28165 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
28166 New function.
28167 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
28168 Register it.
28169 (XTread_socket) [TARGET_API_MAC_CARBON]:
28170 Consolidate SendEventToEventTarget calls.
28171 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
28172 Move application activation handler to mac_handle_application_event.
28173 Move keyboard handler to mac_handle_keyboard_event.
28174 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
28175 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
28176 init_command_handler. Call install_application_handler.
28177
28178 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
28179 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
28180
28181 2007-06-07 Glenn Morris <rgm@gnu.org>
28182
28183 * emacs.c (main): Use `emacs-copyright' in --version output.
28184
28185 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
28186
28187 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
28188
28189 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28190
28191 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
28192
28193 * macgui.h: Replace WindowPtr with WindowRef.
28194
28195 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
28196 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
28197 Replace ControlHandle with ControlRef.
28198 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
28199
28200 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
28201 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
28202 Replace ControlHandle with ControlRef.
28203 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
28204 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
28205
28206 * macterm.h (struct scroll_bar): Rename member control_handle_low
28207 and control_handle_high to control_ref_low and control_ref_high.
28208 All uses changed.
28209 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
28210 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
28211 respectively. All uses changed.
28212 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
28213 (install_window_handler, remove_window_handler): Replace WindowPtr
28214 with WindowRef in externs.
28215
28216 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
28217
28218 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
28219
28220 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
28221
28222 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
28223
28224 * frame.c (Fmouse_position, Fmouse_pixel_position):
28225 Condition on HAVE_GPM too.
28226
28227 * term.c (term_mouse_highlight): Remove unused variables.
28228 (Fterm_open_connection): Set gpm_zerobased to 1.
28229 (term_mouse_movement, term_mouse_click, handle_one_term_event):
28230 Use zero based co-ordinates.
28231 (handle_one_term_event): Report a drag as mouse movement too.
28232
28233 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
28234
28235 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
28236
28237 * image.c (search_image_cache): New function. Require background
28238 color match if background color is unspecified in the image spec.
28239 (uncache_image, lookup_image): Use it.
28240
28241 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
28242
28243 * window.c (Fshrink_window): Reflow docstring.
28244
28245 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
28246
28247 * Version 22.1 released.
28248
28249 2007-06-01 Richard Stallman <rms@gnu.org>
28250
28251 * xfns.c (x_encode_text): Add GCPRO.
28252
28253 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28254
28255 * xfns.c (x_set_name_internal): Save encoded name before
28256 x_encode_text in case string data is relocated.
28257
28258 2007-05-31 Richard Stallman <rms@gnu.org>
28259
28260 * buffer.c (syms_of_buffer): Doc fix.
28261
28262 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
28263
28264 * sysdep.c (init_sys_modes): Add rather than replace with
28265 O_NONBLOCK.
28266
28267 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
28268 term_mouse_moveto.
28269
28270 * termhooks.h (term_mouse_moveto): New extern.
28271
28272 * term.c (mouse_face_window): Rename...
28273 (Qmouse_face_window): ...to this.
28274 (term_show_mouse_face, term_clear_mouse_face)
28275 (term_mouse_highlight): Use Qmouse_face_window.
28276 (term_mouse_moveto): New function.
28277 (term_mouse_position): Make it work.
28278 (syms_of_term): Uncomment assignment to mouse_position_hook.
28279 Staticpro Qmouse_face_window.
28280
28281 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28282
28283 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
28284 around current_column call.
28285
28286 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
28287
28288 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
28289 * xdisp.c (next_element_from_buffer):
28290 * window.c (delete_window):
28291 * term.c (term_mouse_highlight):
28292 * msdos.c (getdefdir):
28293 * macterm.c (mac_create_bitmap_from_bitmap_data)
28294 (init_font_name_table):
28295 * fns.c (Fsxhash):
28296 * data.c (Fmake_local_variable):
28297 * ccl.c (ccl_driver): Likewise.
28298
28299 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28300
28301 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
28302 Call mac_wakeup_from_rne on window size change.
28303
28304 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
28305
28306 * image.c (uncache_image): Fix typo.
28307
28308 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
28309
28310 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
28311
28312 2007-05-22 Richard Stallman <rms@gnu.org>
28313
28314 * xterm.c (x_connection_closed): Remove NO_RETURN.
28315
28316 2007-05-22 Martin Rudalics <rudalics@gmx.at>
28317
28318 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
28319
28320 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
28321
28322 * image.c (uncache_image): New function.
28323 (Fimage_refresh): New function.
28324
28325 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
28326
28327 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
28328
28329 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
28330
28331 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
28332 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
28333
28334 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
28335
28336 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
28337 conditional on [HAVE_GPM_H].
28338
28339 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
28340
28341 * syntax.c (skip_chars): Update syntax-table only after we checked that
28342 the new location is valid.
28343
28344 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28345
28346 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
28347 mac_get_window_bounds.
28348
28349 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
28350
28351 * Makefile.in (LIBGPM): Allow it to be set from configure.
28352 If set then link Emacs with it.
28353
28354 * config.in: Regenerate.
28355
28356 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
28357 New externs.
28358
28359 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
28360 Include gpm.h.
28361 (handle_one_term_event, term_gpm): New externs.
28362
28363 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
28364 and allow it to be interrupted by SIGIO.
28365
28366 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
28367 (wait_reading_process_output): Wait on gpm_fd too.
28368 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
28369 (add_gpm_wait_descriptor_called_flag): New variable.
28370 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
28371
28372 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
28373 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
28374 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
28375 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
28376 (make_lispy_event): Add case GPM_CLICK_EVENT.
28377 (read_avail_input): Handle mouse input.
28378
28379 * term.c (write_glyphs_with_face): New function.
28380 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
28381 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
28382 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
28383 (mouse_face_face_id, term_gpm, pos_x, pos_y)
28384 (last_mouse_x, last_mouse_y): New variables.
28385 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
28386 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
28387 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
28388 (Fterm_close_connection): New functions.
28389 (term_init): Initialise mouse_face_window.
28390
28391 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
28392
28393 * xdisp.c (redisplay_window): If first window line is a
28394 continuation line, recompute the new window start instead of
28395 recentering.
28396
28397 2007-05-18 Glenn Morris <rgm@gnu.org>
28398
28399 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
28400 Suggested by Alfred M. Szmidt <ams@gnu.org>.
28401
28402 2007-05-17 Glenn Morris <rgm@gnu.org>
28403
28404 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
28405
28406 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28407
28408 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
28409 dead key repeat and up events.
28410
28411 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
28412
28413 * image.c (pbm_load): Check image size for monochrome pbm.
28414
28415 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
28416
28417 * xterm.c (XTread_socket): Revert last change.
28418
28419 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
28420
28421 * image.c (pbm_load): Correctly check image size for greyscale pbm.
28422
28423 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
28424
28425 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
28426
28427 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
28428 mixup (YAILOM).
28429
28430 2007-05-07 Andreas Schwab <schwab@suse.de>
28431
28432 * keymap.c (Flookup_key): Fix typo in last change.
28433
28434 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
28435
28436 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
28437 mapping for unibyte strings.
28438
28439 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28440
28441 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
28442 (Fx_popup_dialog) [MAC_OSX]: Likewise.
28443
28444 2007-04-29 Richard Stallman <rms@gnu.org>
28445
28446 * insdel.c (replace_range): For undo, record insertion first.
28447
28448 2007-04-29 Andreas Schwab <schwab@suse.de>
28449
28450 * lisp.h (VECSIZE): Use OFFSETOF.
28451
28452 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28453
28454 * xdisp.c (try_window_reusing_current_matrix): Fix number of
28455 disabled lines.
28456
28457 2007-04-28 Richard Stallman <rms@gnu.org>
28458
28459 * lread.c (read_escape): In a string, \s is always space.
28460
28461 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
28462
28463 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
28464
28465 * gtkutil.c (xg_update_menubar, create_menus): Create empty
28466 submenu for menu bar items.
28467
28468 See ChangeLog.10 for earlier changes.
28469
28470 ;; Local Variables:
28471 ;; coding: utf-8
28472 ;; End:
28473
28474 Copyright (C) 2007, 2008, 2009, 2010
28475 Free Software Foundation, Inc.
28476
28477 This file is part of GNU Emacs.
28478
28479 GNU Emacs is free software: you can redistribute it and/or modify
28480 it under the terms of the GNU General Public License as published by
28481 the Free Software Foundation, either version 3 of the License, or
28482 (at your option) any later version.
28483
28484 GNU Emacs is distributed in the hope that it will be useful,
28485 but WITHOUT ANY WARRANTY; without even the implied warranty of
28486 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28487 GNU General Public License for more details.
28488
28489 You should have received a copy of the GNU General Public License
28490 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28491