Merge changes from emacs-23 branch.
[emacs.git] / src / ChangeLog
blob938cc73e7c3afb6198a70843020f377e1a119446
1 2010-10-14  Damyan Pepper  <damyanp@gmail.com>
3         Fix handling of font properties on Windows (bug#6303).
4         * font.c (font_filter_properties): New function, refactored from
5         ftfont_filter_properties.
6         * font.h (font_filter_properties): Declare.
7         * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
8         * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
9         (w32font_filter_properties): New function.
10         (w32font_driver): Add w32font_filter_properties.
12 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
14         * font.c (Ffont_variation_glyphs):
15         * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
17 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
19         * w32fns.c (w32_wnd_proc, file_dialog_callback):
20         * w32font.c (w32_generic_family):
21         * w32inevt.c (key_event):
22         * w32menu.c (fill_in_menu):
23         * w32proc.c (reader_thread, w32_executable_type, compare_env)
24         (merge_and_sort_env, int_from_hex, enum_locale_fn, enum_codepage_fn):
25         * w32term.c (w32_read_socket): Make static.
27 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
29         * image.c (DEF_IMGLIB_FN): Add argument to adapt to strict
30         prototypes; all callers changed.
32 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
34         * makefile.w32-in (TLIB2): Rename from TLIBW32.
35         (OBJ2): New macro.
36         (WIN32OBJ, FONTOBJ): Remove.
37         (OBJ1): Redistribute object files with OBJ2.
38         (LIBS, $(TEMACS)): Use TLIB2.
39         (make-buildobj-CMD, make-buildobj-SH): Use OBJ2.
40         ($(TLIB2), TAGS, TAGS-LISP, TAGS-gmake): Depend on OBJ2.
42 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
44         * emacs.c (Vdynamic_library_alist)
45         (syms_of_emacs) <dynamic-library-alist>: Move from image.c and rename.
46         Doc fix.
48         * lisp.h (Vdynamic_library_alist): Declare extern.
50         * image.c (Vimage_library_alist)
51         (syms_of_image) <image-library-alist>: Move to emacs.c and rename.
52         (lookup_image_type): Use Vdynamic_library_alist.
53         (Finit_image_library): Doc fix.
55 2010-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
57         * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir)
58         (lispdir): Remove trailing /, update all uses.
60 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
62         * nsterm.m (Qleft): Declare.
63         (ns_right_alternate_modifier): New variable
64         (NSRightAlternateKeyMask): New define.
65         (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
66         ns_right_alternate_modifier isn't Qleft.
67         (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
68         as emacs modifier for NSRightAlternateKeyMask.
69         (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
71 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
73         * gnutls.c (emacs_gnutls_write): If we're trying to write before
74         gnutls is ready, return EAGAIN as the errno.
76 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
78         * vm-limit.c:
79         * unexhp9k800.c:
80         * unexelf.c:
81         * unexaix.c:
82         * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
84         * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
85         (PROFILING_LDFLAGS): Remove, not needed anymore.
87         * Makefile.in: Use $(...) everywhere instead of ${...}
88         (CRT_DIR): Move near potential user.
89         (START_FILE): Move near CRT_DIR, it might use it.
91         * sysdep.c (LPASS8): Remove, unused.
92         (emacs_ospeed): Change from being a global to a local in the only
93         user: init_baud_rate.
95 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97         * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
98         (emacs_gnutls_write): Remove the debuggin fsync call.
99         (emacs_gnutls_read): Return -1 if we got an error from
100         gnutls_read.  This allows us to actually read lots of data from
101         the GnuTLS stream.
102         (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
103         According to the documentation, this is correct, and it seems to
104         make things work.
106 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
108         * xterm.c (x_draw_relief_rect): Clear corner pixels.
110 2010-10-08  Michael Albinus  <michael.albinus@gmx.de>
112         * keyboard.c: Revert last change; it was not intended to be
113         synchronized with the trunk.
115 2010-10-08  Kenichi Handa  <handa@m17n.org>
117         * coding.c (complement_process_encoding_system): Fix previous change.
119 2010-10-08  Michael Albinus  <michael.albinus@gmx.de>
121         * dbusbind.c (syms_of_dbusbind): Move putenv call ...
122         (Fdbus_init_bus): ... here.  (Bug#7113)
124 2010-10-08  Glenn Morris  <rgm@gnu.org>
126         * buffer.c (before-change-functions, after-change-functions):
127         Three-year overdue doc fix following 2007-08-13 change.
129 2010-10-08  Kenichi Handa  <handa@m17n.org>
131         * coding.c (coding_inherit_eol_type): If parent doesn't specify
132         eol-format, inherit from the system's default.
133         (complement_process_encoding_system): Make a new coding system
134         inherit the original eol-format.
136 2010-10-08  Kenichi Handa  <handa@m17n.org>
138         * coding.c (complement_process_encoding_system): New function.
140         * coding.h (complement_process_encoding_system): Extern it.
142         * callproc.c (Fcall_process): Complement the coding system for
143         encoding arguments.
144         (Fcall_process_region): Complement the coding system for encoding
145         the input to the process.
147         * process.c (Fstart_process): Complement the coding system for
148         encoding arguments.
149         (send_process): Complement the coding system for encoding what
150         sent to the process.
152 2010-10-08  Kenichi Handa  <handa@m17n.org>
154         * xfont.c (xfont_open): Fix setting of font->average_width from
155         :avgwidth property (Bug#7123).
157 2010-10-08  Michael Albinus  <michael.albinus@gmx.de>
159         * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
160         is more portable.
162         * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
163         (kbd_buffer_get_event): ... here. This is needed for cygwin, which
164         has not defined SIGIO.
166 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
168         * xterm.c (x_draw_relief_rect): If box width is larger than 1,
169         draw the outermost line using the black relief, for legibility.
170         Omit drawing the four corner pixels.
172 2010-10-04  Chong Yidong  <cyd@stupidchicken.com>
174         * keyboard.c (echo_prompt): Function moved into read_key_sequence.
175         (read_key_sequence): Inline echo_prompt.
176         (echo_dash): Add a dash only if key is continued (Bug#7137).
178 2010-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
180         Remove O_RDONLY, O_WRONLY definitions, not needed.
181         * unexcoff.c:
182         * lread.c:
183         * fileio.c:
184         * doc.c:
185         * callproc.c:
186         * alloc.c:
187         * termcap.c: Remove O_RDONLY O_WRONLY definitions.
189 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
191         * gnutls.h (GNUTLS_LOG2): Convenience macro.
193         * gnutls.c: Add property list symbol holders.
194         (emacs_gnutls_handshake): Clarify how sockets are passed to
195         GnuTLS.
196         (gnutls_log_function2): Convenience function using GNUTLS_LOG2.
197         (Fgnutls_boot): Get all parameters from a plist.  Require trustfiles
198         and keyfiles to be a list of file names.  Default to "NORMAL" for
199         the priority string.  Improve logging.
201 2010-10-03  Glenn Morris  <rgm@gnu.org>
203         * fileio.c (Vdirectory_sep_char): Remove.
205 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
207         * termhooks.h: Remove #ifdef CONSP.
209         * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
211         Include <fcntl.h> unconditionally.
212         * termcap.c:
213         * sysdep.c:
214         * lread.c:
215         * keyboard.c:
216         * filelock.c:
217         * fileio.c:
218         * doc.c:
219         * callproc.c:
220         * alloc.c: Remove include guards for <fcntl.h>, process.c already
221         does it.
223         * process.c: Do not include <sys/wait.h>, syswait.h does it.
225         * sysdep.c (flush_pending_output): Remove code, does not do
226         anything on any platform.
228         Remove unused code.
229         * sysdep.c (select_alarm, sys_select, read_input_waiting): Remove
230         select emulation, all systems support select.
231         (set_exclusive_use): Remove, the only user is in an #if 0 block.
232         * process.c (create_process): Remove #if 0 code.
234         Remove unused arguments for unexec.
235         The third one is never used, and the last two are always passed as zero.
236         * emacs.c (unexec): Add declaration.
237         (Fdump_emacs): Only pass the first two arguments to unexec.
238         Simplify #ifdef.
239         * unexw32.c (unexec):
240         * unexsol.c (unexec):
241         * unexhp9k800.c (unexec):
242         * unexcw.c (unexec): Remove the last 3 arguments, unused.
243         * unexelf.c (unexec): Remove the last 3 arguments, unused.
244         (find_section): Use const.
245         * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
246         (unexec_error): Declare it NO_RETURN.
247         * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
248         it as an argument, remove data_start and entry_address arguments, unused.
249         (unexec): Remove bss_start, data_start and
250         entry_address arguments.
251         * unexaix.c (make_hdr): Assume bss_start is always zero, remove
252         it as an argument, remove data_start and entry_address arguments, unused.
253         (unexec): Remove bss_start, data_start and
254         entry_address arguments.
256 2010-10-03  Juanma Barranquero  <lekktu@gmail.com>
258         * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
260         * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
261         (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
262         (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
263         Fix typos in docstrings.
264         (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
265         (Fgnutls_errorp): Doc fix; use ERR for the argument name.
267 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
269         * keyboard.c (command_loop_1): Make sure the mark is really alive
270         before using it (Bug#7044).
272 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
274         * makefile.w32-in (tags): Rename target to full-tags.
276 2010-10-02  Eli Zaretskii  <eliz@gnu.org>
278         * emacs.c (main): Remove !WINDOWSNT conditional.
279         (Fkill_emacs): Don't mention exemption on MS-Windows.
281 2010-10-02  Glenn Morris  <rgm@gnu.org>
283         * character.c (Fchar_bytes): Remove obsolete function.
284         (syms_of_character): Remove Schar_bytes.
286         * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
287         (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
288         in batch-mode.
289         (Fkill_emacs): Doc fix.  Also run the hook in batch mode.
290         (kill-emacs-hook): Doc fix.
292 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294         * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
295         (parse_region): Reworked to take regions instead of strings, and
296         renamed to reflect that these are the libxml functions.
298 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
300         * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
301         screen dimensions in tty->Wcm.
303         * xdisp.c (set_cursor_from_row): When the row is truncated and
304         point is outside the range of displayed characters, position the
305         cursor inside the scroll margin.  (Bug#6349)
307 2010-10-01  Dan Nicolaescu  <dann@ics.uci.edu>
309         Do not include stdlib.h and string.h, config.h does it.
310         * xfont.c:
311         * w32term.c:
312         * w32reg.c:
313         * w32inevt.c:
314         * w32heap.c:
315         * w32console.c:
316         * w16select.c:
317         * unexsol.c:
318         * term.c:
319         * sound.c:
320         * scroll.c (m):
321         * gtkutil.c:
322         * font.c:
323         * filelock.c:
324         * fileio.c:
325         * dosfns.c:
326         * dbusbind.c:
327         * bidi.c:
328         * callproc.c:
329         * process.c:
330         * msdos.c:
331         * charset.c: Do not include stdlib.h and string.h, config.h does it.
333         * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
335         * process.c: Move #include <pty.h> earlier.
336         (SIGCHLD): Remove conditional definition, syssignal.h defines it.
337         (pty_name): Move definition later.
339         * nsselect.m (syms_of_nsselect):
340         * nsmenu.m (syms_of_nsmenu):
341         * nsfns.m (syms_of_nsfns):
342         * msdos.c (syms_of_msdos):
344         * image.c (syms_of_image):
345         * charset.c (syms_of_charset): Use intern_c_string instead of intern.
347         * point.h: Remove, unused.
349 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
351         * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
352         (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
353         (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
355 2010-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
357         * xml.c (parse_string): Use const.
359 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361         * eval.c (Fbacktrace): Don't overwrite print-level on exit.  Also
362         only override Vprint_level if it isn't already bound, and increase
363         the level to 8 to produce more useful backtraces for bug reports.
365 2010-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
367         * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
369 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
371         * w32console.c (vga_stdcolor_name): Remove unused function;
372         presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
374 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376         * gnutls.c (emacs_gnutls_handshake): Made into internal function.
377         (Fgnutls_boot): Start the handshake.
378         (emacs_gnutls_read): Perform the handshake from the reader loop.
379         (Fgnutls_boot): Remove some debugging messages.
380         Change indentation throughout to use the Emacs style.
381         (emacs_gnutls_handshake): Cast the fds to something that's
382         possibly the expected length.
383         (emacs_gnutls_write): Return -1 if we try to write before handshake.
385         * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
387         * process.c (make_process): Set the gnutls_p field to zero by
388         default.
389         (read_process_output): Always call the gnutls_read function if the
390         stream is a gnutls stream.
391         (send_process): Ditto for writes.
393         * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
394         or write anything until the state is GNUTLS_STAGE_READY.
395         (Fgnutls_boot): Mark the stream as being a gnutls stream.
397 2010-09-29  Eli Zaretskii  <eliz@gnu.org>
399         * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
400         NEUTRAL_DIR.
401         (handle_invisible_prop, iterate_out_of_display_property)
402         (next_element_from_buffer): If bidi_it.first_elt is set, call
403         bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
404         (Bug#7128)
406         * print.c (print_object): Fix format string and argument types for
407         printing a Lisp_Misc_Marker.
409         * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
410         (load_overlay_strings, get_overlay_strings_1)
411         (get_overlay_strings, forward_to_next_line_start)
412         (back_to_previous_visible_line_start, reseat, reseat_to_string)
413         (get_next_display_element, next_element_from_string)
414         (next_element_from_c_string, next_element_from_buffer)
415         (move_it_vertically_backward, move_it_by_lines, add_to_log)
416         (message_dolog, message_log_check_duplicate, message2_nolog)
417         (message3, message3_nolog, vmessage, set_message, set_message_1)
418         (hscroll_window_tree, text_outside_line_unchanged_p)
419         (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
420         (find_last_unchanged_at_beg_row)
421         (find_first_unchanged_at_end_row, row_containing_pos)
422         (trailing_whitespace_p, display_mode_element, decode_mode_spec)
423         (display_count_lines, x_produce_glyphs, note_mouse_highlight): Use
424         EMACS_INT for buffer and string positions.
426         * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
427         (row_containing_pos): Adjust prototype.
429         * lisp.h (pos_visible_p, message2, message2_nolog, message3)
430         (message2_nolog, set_message): Adjust prototypes.
432 2010-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
434         * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
435         (Fgnutls_boot): Use SDATA.
436         (Fgnutls_handshake): Remove unused var `max_log_level'.
438 2010-09-27  Michael Albinus  <michael.albinus@gmx.de>
440         * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
441         (Bug#7113)
443 2010-09-27  Jan Djärv  <jan.h.d@swipnet.se>
445         * xgselect.c (xg_select): Clear file descriptors not set from
446         rfds and wfds.
448         * process.c (wait_reading_process_output): Add missing FD_CLR
449         for write_mask (must mirror connect_wait_mask).
451 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
453         * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
454         prefix.
455         (Fgnutls_boot): Use changed process members.  Use log level with a
456         function parameter to set it.  Bring back Emacs-level debugging
457         messages at log level 1 and 2.
459         * process.c (make_process): Initialize gnutls_log_level.
461         * process.h: Add gnutls_log_level and rename x509_cred and
462         anon_cred to have the gnutls_ prefix for consistency.
464         * gnutls.h (GNUTLS_LOG): Add convenience macro.
466 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
468         * w32.c (g_b_init_get_sid_identifier_authority)
469         (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
470         Remove, not used.
471         (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
472         (init_winsock): Remove useless assignment.
473         (open_process_token, get_token_information, lookup_account_sid)
474         (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
475         (get_security_descriptor_owner, get_security_descriptor_group)
476         (is_valid_sid, equal_sid, get_length_sid, copy_sid)
477         (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
478         (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
479         (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
480         (unc_volume_file_attributes, convert_from_time_t)
481         (create_toolhelp32_snapshot, process32_first, process32_next)
482         (open_thread_token, impersonate_self, revert_to_self)
483         (get_process_memory_info, get_process_working_set_size)
484         (global_memory_status, global_memory_status_ex, socket_to_fd)
485         (shutdown_handler): Make static.
487 2010-09-27  Michael Albinus  <michael.albinus@gmx.de>
489         * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
490         (xd_pending_messages): Functions removed.
491         (xd_read_queued_messages): Add parameters fd, *data, for_read in
492         order to be compatible with add_read_fd.  Determine bus from data,
493         and call xd_read_message just for this bus.
494         (xd_add_watch): Use xd_read_queued_messages as callback function.
495         Add data.
497         * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
499 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501         * gnutls.c (gnutls_log_function): Added more debugging.
502         (emacs_gnutls_read): Don't infloop while reading.
504 2010-09-27  Kenichi Handa  <handa@m17n.org>
506         These changes are to remove restriction on the number of glyphs in
507         one composition.
509         * dispextern.h (struct glyph): Change the member "slice" to union.
510         Remove u.cmp.from and u.cmp.to.  Give more bits to u.cmp.id.
511         (GLYPH_SLICE_EQUAL_P): Adjusted for the above change.
513         * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
514         instead of glyph->slice.
515         (marginal_area_string): Likewise.
517         * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
518         glyph->u.cmp.
519         (append_composite_glyph): Likewise.
521         * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
522         glyph->u.cmp.
523         (fill_gstring_glyph_string, x_get_glyph_overhangs)
524         (append_composite_glyph): Likewise.
525         (fill_image_glyph_string): Use glyph->slice.img instead of
526         glyph->slice.
527         (append_glyph, produce_image_glyph, append_stretch_glyph)
528         (note_mouse_highlight): Likewise.
530 2010-09-26  Jan Djärv  <jan.h.d@swipnet.se>
532         * process.c (add_keyboard_wait_descriptor)
533         (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
534         (wait_reading_process_output): Don't pass write_mask to select
535         if SELECT_CANT_DO_WRITE_MASK is defined.
536         (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
538         * process.h (add_read_fd, delete_read_fd, add_write_fd)
539         (delete_write_fd): Declare.
541         * process.c (gpm_wait_mask, max_gpm_desc): Remove.
542         (write_mask): New variable.
543         (max_input_desc): Renamed from max_keyboard_desc.
544         (fd_callback_info): New variable.
545         (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
546         New functions.
547         (Fmake_network_process): FD_SET write_mask.
548         (deactivate_process): FD_CLR write_mask.
549         (wait_reading_process_output): Connecting renamed to Writeok.
550         check_connect removed.  check_write is new.  Remove references to gpm.
551         Use Writeok/check_write unconditionally (i.e. no #ifdef
552         NON_BLOCKING_CONNECT) instead of Connecting.
553         Loop over file descriptors and call callbacks in fd_callback_info
554         if file descriptor is ready for I/O.
555         (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
556         (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
557         (keyboard_bit_set): Use max_input_desc.
558         (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
559         Remove #ifdef subprocesses.  Use max_input_desc.
560         (init_process): Initialize write_mask and fd_callback_info.
562         * keyboard.c (readable_events, gobble_input): Remove DBUS code.
564         * dbusbind.c: Include process.h.
565         (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
566         (xd_read_message_1): New functions.
567         (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
568         Handle watch for both read and write.
569         (Fdbus_init_bus): Also register xd_toggle_watch.
570         (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
571         (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
572         to dbus_connection_flush.
573         (xd_read_message): Move most of the code to xd_read_message_1.
574         Call xd_read_message_1 until status is COMPLETE.
576 2010-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
578         * term.c: Do not include sys/ioctl.h, not needed.
579         (init_tty): Reorder code to reduce the number of #ifdefs.
580         No code changes.
582 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
584         * process.h: Set up GnuTLS support.
586         * process.c (make_process, Fstart_process)
587         (read_process_output, send_process): Set up GnuTLS support for
588         process input/output file descriptors.
590         * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
592         * gnutls.c: The source code for GnuTLS support in Emacs.
594         * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
596         * config.in: Set up GnuTLS support.
598         * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
599         (obj, LIBES): Set up GnuTLS support.
601 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
603         * w32.c (get_emacs_configuration_options): Fix previous change.
605 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
607         * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
608         alive before using it (Bug#6977).
610 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
612         * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
614         * dispextern.h: EMACS_INT/int fixup.
616         * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
617         fixup.
619         * xrdb.c (magic_file_p): EMACS_INT/int fixup.
621 2010-09-25  Eli Zaretskii  <eliz@gnu.org>
623         * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
624         (Fselect_window, window_scroll_pixel_based)
625         (window_scroll_line_based, Frecenter, Fset_window_configuration):
626         Use EMACS_INT for buffer positions.
628         * textprop.c (validate_interval_range, interval_of)
629         (property_change_between_p, Fadd_text_properties)
630         (set_text_properties_1, Fremove_text_properties)
631         (Fremove_list_of_text_properties, Ftext_property_any)
632         (Ftext_property_not_all, copy_text_properties)
633         (text_property_list, extend_property_ranges)
634         (verify_interval_modification): Use EMACS_INT for buffer
635         positions.
637         * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
638         for buffer positions.
640         * process.c (read_process_output, send_process)
641         (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
642         and string positions and size.
644         * print.c (print_object, print_string, strout): Use EMACS_INT for
645         string indices.
647         * minibuf.c (string_to_object): Use EMACS_INT for string position
648         and size.
650         * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
652         * lread.c <read_from_string_index, read_from_string_index_byte>
653         <read_from_string_limit, readchar_count>: Define EMACS_INT.
654         (readchar, unreadchar, read_internal_start): Use EMACS_INT for
655         buffer positions and string length.
657         * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
658         EMACS_INT.
659         (echo_truncate, adjust_point_for_property, read_char)
660         (gen_help_event, make_lispy_event, modify_event_symbol)
661         (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
662         for buffer positions and string length.
664         * keyboard.h (gen_help_event): Adjust prototype.
666         * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
668         * commands.h <last_point_position>: Declare EMACS_INT.
670         * xdisp.c <help_echo_pos>: Define as EMACS_INT.
671         (truncate_echo_area): Accept EMACS_INT argument.
673         * dispextern.h <help_echo_pos>: Declare EMACS_INT.
675         * lisp.h (truncate_echo_area): Adjust prototype.
677         * composite.c (composition_adjust_point): Return EMACS_INT.
679         * composite.h (composition_adjust_point): Adjust prototype.
681 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
683         * process.c (Fmake_network_process): When arg :host is 'local,
684         use address 127.0.0.1, not name "localhost".  (Bug#6781)
686 2010-09-24  Eli Zaretskii  <eliz@gnu.org>
688         * indent.c (Fcurrent_indentation, indented_beyond_p)
689         (compute_motion): Use EMACS_INT for buffer position variables.
691         * lisp.h (indented_beyond_p): Adjust prototype.
693         * buffer.c (overlay_strings): Return EMACS_INT.
695         * buffer.h (overlay_strings): Adjust prototype.
697         * region-cache.c (pp_cache): Adjust format to arguments.
699         * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
700         (call_debugger): Use EMACS_INT for specpdl_size related variables.
701         (verror): Use EMACS_INT for size of allocated buffer.
703         * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
704         positions.
706         * xdisp.c (redisplay_internal, try_window_id)
707         (set_cursor_from_row, find_first_unchanged_at_end_row): Use
708         EMACS_INT for buffer positions.
710         * dispextern.h (set_cursor_from_row): Adjust prototype.
712         * dispnew.c (increment_matrix_positions)
713         (increment_row_positions, copy_glyph_row_contents)
714         (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
715         positions.
717         * dispextern.h (mode_line_string, marginal_area_string)
718         (increment_matrix_positions, increment_row_positions): Adjust
719         prototypes.
721         * data.c (Faref, Faset): Use EMACS_INT for string length and
722         positions.
724         * cmds.c (internal_self_insert): Use EMACS_INT for the count of
725         characters to insert.
727         * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
728         position and size.
730         * syntax.c (scan_words, update_syntax_table)
731         (prev_char_comend_first, back_comment, skip_chars)
732         (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
733         EMACS_INT for buffer and string positions.
735         * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
737         * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
738         positions.
740 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742         * scroll.c (calculate_scrolling, line_ins_del)
743         (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
744         conversion.
746         * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
747         (region_cache_backward, region_cache_forward)
748         (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
749         conversion.
751         * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
753         * eval.c (verror): Fix EMACS_INT/int conversion.
755         * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
756         (print_preprocess, print_check_string_charset_prop)
757         (print_object): Fix EMACS_INT/int conversion.
759         * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
761 2010-09-24  Eli Zaretskii  <eliz@gnu.org>
763         * callproc.c (Fcall_process): Use EMACS_INT for count of
764         characters read from the subprocess.
766         * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
767         positions.
768         (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
769         positions.
771         * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
772         (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
773         length.
774         (advance_to_char_boundary, Fset_buffer_multibyte)
775         (overlays_at, overlays_in, mouse_face_overlay_overlaps)
776         (overlay_touches_p, record_overlay_string, overlay_strings)
777         (recenter_overlay_lists, fix_start_end_in_overlays)
778         (modify_overlay, Fmove_overlay, report_overlay_modification)
779         (evaporate_overlays): Use EMACS_INT for buffer positions.
781         * lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
782         prototypes.
784         * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
785         positions.
787         * fns.c (Fcompare_strings, Fstring_lessp, concat)
788         (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
789         (Fsubstring_no_properties, substring_both, Ffillarray)
790         (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
791         (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
792         (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
793         (Fmd5): Use EMACS_INT for buffer and string positions and length
794         variables and arguments.
796         * lisp.h (substring_both): Adjust prototype.
798 2010-09-24  Juanma Barranquero  <lekktu@gmail.com>
800         Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
801         * w32fns.c (clipboard_sequence_fn): Don't declare.
802         (globals_of_w32fns): Don't initialize it.
804 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
806         * syntax.c (back_comment): Detect the case where a 1-char comment
807         starter is also the 2nd char of a 2-char comment ender.
809 2010-09-23  Jan Djärv  <jan.h.d@swipnet.se>
811         * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
813 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815         * eval.c (verror): EMACS_INT/int cleanup.
817         * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
818         unwind_protect more than 2GB worth of functions.
820         * editfns.c (Finsert_char): EMACS_INT/int cleanup.
822         * lisp.h: Have oblookup take EMACS_INT to allow interning big
823         string and avoid compiler warnings.
824         (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
825         all users.
827         * lread.c (oblookup): EMACS_INT/int cleanup.
829         * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
831 2010-09-23  Eli Zaretskii  <eliz@gnu.org>
833         * editfns.c (clip_to_bounds): Return an EMACS_INT value.
835         * lisp.h (clip_to_bounds): Adjust prototype.
837         * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
839 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841         * lisp.h: doprnt.c EMACS_INT/int cleanup.
843         * doprnt.c (doprnt): EMACS_INT/int cleanup.
845         * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
846         cleanup.
848         * lisp.h: Change the definition of all marker.c functions that
849         take and return buffer stuff to be EMACS_INT instead of int.
851         * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
852         (buf_charpos_to_bytepos, bytepos_to_charpos)
853         (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
854         (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
855         for all buffer positions.
857 2010-09-23  Chong Yidong  <cyd@stupidchicken.com>
859         * intervals.c (traverse_intervals, rotate_right, rotate_left)
860         (split_interval_right, find_interval, next_interval)
861         (delete_node, delete_interval, interval_deletion_adjustment)
862         (adjust_intervals_for_deletion, merge_interval_right)
863         (merge_interval_left, graft_intervals_into_buffer)
864         (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
866         * intervals.h (traverse_intervals): Update prototype.
868 2010-09-23  Eli Zaretskii  <eliz@gnu.org>
870         * indent.c (compute_motion): Use EMACS_INT for arguments to
871         region_cache_forward.
873         * region-cache.c (struct boundary, struct region_cache): Use
874         EMACS_INT for positions.
875         (find_cache_boundary, move_cache_gap, insert_cache_boundary)
876         (delete_cache_boundaries, set_cache_region)
877         (invalidate_region_cache, know_region_cache)
878         (region_cache_forward, region_cache_backward, pp_cache): Use
879         EMACS_INT for buffer positions.
881         * region-cache.h (know_region_cache, invalidate_region_cache)
882         (region_cache_forward, region_cache_backward): Adjust prototypes.
884         * search.c (string_match_1, fast_c_string_match_ignore_case)
885         (looking_at_1, scan_buffer, scan_newline)
886         (find_next_newline_no_quit, find_before_next_newline)
887         (search_command, trivial_regexp_p, search_buffer, simple_search)
888         (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
889         and string positions and length.
891         * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
892         (find_before_next_newline): Adjust prototypes.
894         * editfns.c (transpose_markers, update_buffer_properties)
895         (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
896         (get_pos_property, Fconstrain_to_field)
897         (Fline_beginning_position, Fline_end_position, Fprevious_char)
898         (Fchar_after, Fchar_before, Finsert_char)
899         (Finsert_buffer_substring, Fcompare_buffer_substrings)
900         (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
901         EMACS_INT for buffer and string position variables.
902         (Finsert_char): Protect against too large insertions.
904         * lisp.h (clip_to_bounds): Adjust prototype.
906         * intervals.c (traverse_intervals, rotate_right, rotate_left)
907         (balance_an_interval, split_interval_right, split_interval_left)
908         (find_interval, next_interval, update_interval)
909         (adjust_intervals_for_insertion, delete_node, delete_interval)
910         (interval_deletion_adjustment, adjust_intervals_for_deletion)
911         (offset_intervals, merge_interval_right, merge_interval_left)
912         (graft_intervals_into_buffer, adjust_for_invis_intang)
913         (move_if_not_intangible, get_local_map, copy_intervals)
914         (copy_intervals_to_string, compare_string_intervals)
915         (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
916         and for interval tree size.
918         * intervals.h (traverse_intervals, split_interval_right)
919         (split_interval_left, find_interval, offset_intervals)
920         (graft_intervals_into_buffer, copy_intervals)
921         (copy_intervals_to_string, move_if_not_intangible, get_local_map)
922         (update_interval): Adjust prototypes.
924         * xdisp.c (check_point_in_composition, reconsider_clip_changes):
925         Use EMACS_INT for buffer position variables and arguments.
927         * composite.c (get_composition_id, find_composition)
928         (run_composition_function, compose_text)
929         (composition_gstring_width, autocmp_chars)
930         (composition_update_it, Ffind_composition_internal): Use EMACS_INT
931         for buffer positions and string length variables and arguments.
933         * composite.h (get_composition_id, find_composition, compose_text)
934         (composition_gstring_width): Adjust prototypes.
936         * editfns.c (Fformat): Use EMACS_INT for string size variables.
938         * xdisp.c (store_mode_line_noprop, display_mode_element): Use
939         EMACS_INT for string positions.
941         * intervals.c (get_property_and_range): Use EMACS_INT for buffer
942         position arguments.
944         * intervals.h (get_property_and_range): Adjust prototype.
946         * character.c (parse_str_as_multibyte, str_as_multibyte)
947         (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
948         (string_count_byte8, string_escape_byte8, c_string_width)
949         (strwidth, lisp_string_width, multibyte_chars_in_text): Use
950         EMACS_INT for string length variables and arguments.
952         * character.h (parse_str_as_multibyte, str_as_multibyte)
953         (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
954         (c_string_width, strwidth, lisp_string_width): Adjust
955         prototypes.
957         * font.c (font_intern_prop): Use EMACS_INT for string length
958         variables.
960         * font.c (font_intern_prop): Use EMACS_INT for string length
961         variables.
963         * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
964         variables.
966         * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
967         (Fmake_string): Protect against too large strings.
968         (live_string_p, live_cons_p, live_symbol_p, live_float_p)
969         (live_misc_p): Use ptrdiff_t instead of int for pointer
970         differences.
971         (string_bytes, check_sblock, check_string_free_list)
972         (allocate_string_data, compact_small_strings, Fmake_string)
973         (Fmake_bool_vector, make_string, make_unibyte_string)
974         (make_multibyte_string, make_string_from_bytes)
975         (make_specified_string_string, Fmake_list, Fmake_vector): Use
976         EMACS_INT for string length variables and arguments.
977         (find_string_data_in_pure, make_pure_string, make_pure_c_string)
978         (Fpurecopy): Use EMACS_INT for string size.
979         (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
980         for vector size.
982         * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
983         (make_string_from_bytes, make_specified_string_string)
984         (make_pure_string, string_bytes, check_point_in_composition):
985         Adjust prototypes.
987 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
989         * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
990         (check_translation): Use EMACS_INT for buffer positions and
991         length.
993         * undo.c (record_marker_adjustment, record_delete)
994         (record_change, record_point, record_insert)
995         (record_property_change, Fprimitive_undo): Use EMACS_INT for
996         buffer positions.
998         * lisp.h (record_marker_adjustment, record_delete)
999         (record_change, record_point, record_insert)
1000         (record_property_change, Fprimitive_undo): Adjust prototypes.
1002 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
1003             Eli Zaretskii  <eliz@gnu.org>
1005         * w32.c (get_emacs_configuration_options): Fix buffer overrun.
1007 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
1009         * minibuf.c (Fminibuffer_contents)
1010         (Fminibuffer_contents_no_properties)
1011         (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
1012         positions.
1014         * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
1015         mark.
1017         * alloc.c (make_uninit_string, make_uninit_multibyte_string)
1018         (allocate_string_data): Accept EMACS_INT for string length.
1020         * editfns.c (Ffield_string, Ffield_string_no_properties)
1021         (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
1022         (Fbuffer_substring_no_properties, find_field, Fdelete_field)
1023         (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
1024         (Ffield_end): Use EMACS_INT for buffer positions.
1026         * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
1027         point with mark.
1029         * lisp.h (allocate_string_data, make_uninit_string)
1030         (make_uninit_multibyte_string, make_buffer_string)
1031         (make_buffer_string_both): Adjust prototypes.
1033 2010-09-22  Chong Yidong  <cyd@stupidchicken.com>
1035         * xml.c: Switch to GNU indentation.
1036         (make_dom): Change parse tree format to match xml.el.
1037         (Fxml_parse_html_string_internal): Rename from html-parse-string.
1038         (Fxml_parse_string_internal): Rename from xml-parse-string.
1040 2010-09-22  Kenichi Handa  <handa@m17n.org>
1042         * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
1043         only if we are not at a composition.
1044         (set_iterator_to_next): Give it->end_charpos to
1045         composition_compute_stop_pos.
1046         (set_iterator_to_next, next_element_from_buffer): Likewise.
1048         * dispnew.c (buffer_posn_from_coords): Fix position when the
1049         current display element is a grapheme cluster in bidi-reordered
1050         region.
1052 2010-09-21  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
1054         * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
1055         the regions may overlap.
1057 2010-09-21  Juanma Barranquero  <lekktu@gmail.com>
1059         * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
1061 2010-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1063         * emacs.c: Do not include sys/ioctl.h, not needed.
1065         * doprnt.c: Do not include stdlib.h, config.h does it.
1066         Move #include before macro definition.
1068 2010-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
1070         * Makefile.in (temacs): Link using $(CC) not $(LD).
1071         (LD_FIRSTFLAG): Define using autoconf.
1072         (LD): Remove.
1074         Remove HAVE_TERMIOS definitions.
1075         * s/usg5-4-common.h (HAVE_TERMIOS):
1076         * s/template.h (HAVE_TERMIOS):
1077         * s/gnu-linux.h (HAVE_TERMIOS):
1078         * s/darwin.h (HAVE_TERMIOS):
1079         * s/cygwin.h (HAVE_TERMIOS):
1080         * s/bsd-common.h (HAVE_TERMIOS):
1081         * s/aix4-2.h (HAVE_TERMIOS):
1082         * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
1083         defined on all non-MS platforms.
1084         (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
1086         * xterm.c (xt_action_hook): Use const.
1088 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
1090         Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
1091         * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
1092         (gethostname) [!HAVE_SOCKETS]: Remove.
1093         (SOCK_REPLACE_HANDLE): Remove macro.
1094         (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
1095         (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
1096         * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
1097         (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
1099 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
1101         * deps.mk (xml.o): Add dependencies.
1103         * xdisp.c (Fcurrent_bidi_paragraph_direction):
1104         Call bidi_paragraph_init with NO_DEFAULT_P non-zero.  (Bug#7038)
1106         * bidi.c (bidi_paragraph_init): Accept an additional argument
1107         NO_DEFAULT_P; all callers changed.  If NO_DEFAULT_P is non-zero,
1108         search back until a paragraph with a strong directional character
1109         is found, and use that to determine paragraph's base direction.
1111         * dispextern.h (bidi_paragraph_init): Update prototype.
1113 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
1115         * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
1116         of w32api >= 3.15.  (Bug#6989)
1118 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120         * process.c (wait_reading_process_output): Don't message about
1121         accept-process-output unless the time limit really is zero.
1123 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1125         * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
1126         int/Lisp_Object mixup).
1128 2010-09-17  Jan Djärv  <jan.h.d@swipnet.se>
1130         * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
1131         not HELP.
1133 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
1135         * frame.c (Ftool_bar_pixel_width): New function to expose tool
1136         bar's pixel width to Lisp (Bug#7048).
1138 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1140         * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
1142 2010-09-17  Jan Djärv  <jan.h.d@swipnet.se>
1144         * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
1145         with argument top/left if tool bar is vertical/horizontal (Bug#7051).
1147 2010-09-17  Kenichi Handa  <handa@m17n.org>
1149         * ftfont.c (ftfont_check_otf): Fix previous change.
1151 2010-09-14  Kenichi Handa  <handa@m17n.org>
1153         * ftfont.c (ftfont_check_otf): Fix the case of checking just
1154         existence of GSUB or GPOS.
1156 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1158         * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
1160 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162         * xml.c (parse_buffer): Renamed to parse_string(), since that's
1163         what it does.
1164         (parse_string): Return nil when the document can't be parsed.
1166 2010-09-14  Jan Djärv  <jan.h.d@swipnet.se>
1168         * xterm.c (get_current_vm_state): New function.
1169         (do_ewmh_fullscreen): Call get_current_vm_state and compare with
1170         want_fullscreen so set_wm_state calls are few (Bug#7013).
1171         (x_handle_net_wm_state): Move code to get_current_vm_state and
1172         call that function.
1174 2010-09-14  Courtney Bane  <emacs-bugs-7626@cbane.org>  (tiny change)
1176         * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
1178 2010-09-14  Kenichi Handa  <handa@m17n.org>
1180         * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
1181         we may use designation or locking-shift.
1183 2010-09-14  Kenichi Handa  <handa@m17n.org>
1185         * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
1186         sequence when the source is multibyte.
1188 2010-09-14  Andreas Schwab  <schwab@linux-m68k.org>
1190         * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
1191         Don't make first argument optional.  Doc fix.
1193 2010-09-14  Leo  <sdl.web@gmail.com>  (tiny change)
1195         * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
1196         parameters for the doc string.
1198 2010-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200         * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
1202 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1204         * fns.c (Fy_or_n_p): Move to lisp/subr.el.
1205         (syms_of_fns): Don't defsubr Sy_or_n_p.
1206         * lisp.h: Don't declare Fy_or_n_p.
1207         * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
1209 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211         * xml.c (Fxml_parse_buffer): New function to parse XML files.
1213 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215         * xml.c: New file.
1216         (Fhtml_parse_buffer): New function to interface to the libxml2
1217         html parsing function.
1219 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
1221         * biditype.h: Regenerate.
1223 2010-09-04  Andreas Schwab  <schwab@linux-m68k.org>
1225         * nsimage.m (ns_load_image): Check argument types.
1227         * image.c: Remove all uses of gcpro.
1228         (xpm_load): Check all lisp types.
1229         (pbm_load): Likewise.
1230         (png_load): Likewise.
1231         (jpeg_load): Likewise.
1232         (tiff_load): Likewise.
1233         (gif_load): Likewise.
1234         (imagemagick_load_image): Likewise.
1235         (imagemagick_load): Likewise.
1236         (svg_load): Likewise.
1237         (gs_load): Likewise.
1239 2010-09-04  Eli Zaretskii  <eliz@gnu.org>
1241         * w32uniscribe.c (uniscribe_shape): Update commentary.  Don't
1242         try to reorder grapheme clusters, since LGSTRING should always
1243         hold them in the logical order.
1244         (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
1245         return glyph codes in the logical order.
1247 2010-09-04  Andreas Schwab  <schwab@linux-m68k.org>
1249         * image.c (imagemagick_image_p): Replace bcopy by memcpy.
1250         (imagemagick_load_image): Fix type mismatch.
1251         (Fimagemagick_types): Likewise.  Doc fix.
1253 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1255         * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
1257         * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
1259         * xselect.c: Remove declaration of cut-buffer objects and functions.
1260         (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
1261         (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
1262         (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
1263         (Fx_rotate_cut_buffers_internal): Remove.
1264         (syms_of_xselect): Remove defsubr of above.
1265         Remove intern of QCUT_BUFFERn.
1267 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1269         * cmds.c (Vblink_paren_function): Remove.
1270         (internal_self_insert): Make it insert N chars at a time.
1271         Don't call blink-paren-function.
1272         (Fself_insert_command): Adjust accordingly.
1273         (syms_of_cmds): Don't declare blink-paren-function.
1275 2010-08-31  Kenichi Handa  <handa@m17n.org>
1277         * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
1278         characters.
1280         * term.c (encode_terminal_code): Fix the previous change.
1281         (produce_glyphs): Don't set it->char_to_display here.
1282         Don't handle unibyte-display-via-language-environment here.
1283         (produce_special_glyphs): Set temp_it.char_to_display before
1284         calling produce_glyphs.
1286         * xdisp.c (get_next_display_element): Set it->char_to_display
1287         here.  Convert all 8-bit bytes from unibyte buffer/string to 8-bit
1288         characters.
1289         (get_overlay_arrow_glyph_row): Set it.char_to_display too before
1290         calling PRODUCE_GLYPHS.
1291         (append_space_for_newline): Save and store it->char_to_display.
1292         Set it->char_to_display before calling PRODUCE_GLYPHS.
1293         (extend_face_to_end_of_line): Set it->char_to_display before
1294         calling PRODUCE_GLYPHS.
1295         (get_glyph_face_and_encoding): Set the glyph code an 8-bit
1296         character to its byte value.
1297         (get_char_glyph_code): New function.
1298         (produce_stretch_glyph): Set it2.char_to_display too before
1299         calling x_produce_glyphs.
1300         (x_produce_glyphs): Simplify by using the same code for ASCII and
1301         non-ASCII characters.  Don't set it->char_to_display here.
1302         Don't handle unibyte-display-via-language-environment here.  For a
1303         character of no glyph, use font->space_width instead of FONT_WIDTH.
1305 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1307         * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
1309 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1311         * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
1313 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1315         * marker.c (Fcopy_marker): Make the first arg optional.
1317 2010-08-30  Kenichi Handa  <handa@m17n.org>
1319         * composite.c (composition_update_it): Fix computing of
1320         cmp_it->width.
1322 2010-08-29  Kenichi Handa  <handa@m17n.org>
1324         * term.c (encode_terminal_code): Encode byte chars to the
1325         corresponding bytes.
1327 2010-08-29  Jan Djärv  <jan.h.d@swipnet.se>
1329         * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
1331 2010-08-26  Kenichi Handa  <handa@m17n.org>
1333         * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
1334         on calling composition_compute_stop_pos.
1336 2010-08-25  Kenichi Handa  <handa@m17n.org>
1338         * fontset.c (reorder_font_vector): Prefer a font-spec specifying
1339         :otf.
1341         * composite.c (composition_compute_stop_pos): Don't break
1342         composition at PT.
1343         (composition_reseat_it): Likewise.  Fix calculation of character
1344         position starting a composition.
1345         (Fcomposition_get_gstring): Don't limit the number of components
1346         for automatic composition.
1348 2010-08-25  Kenichi Handa  <handa@m17n.org>
1350         * composite.c (composition_compute_stop_pos): In forward search,
1351         pay attention to the possibility that some character after ENDPOS
1352         will be composed with charactrs before ENDPOS.
1354 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1356         * keyboard.c (command_loop_1): Don't clobber primary selection
1357         during handle-switch-frame (Bug#6872).
1359 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1361         * dbusbind.c: Accept UNIX domain sockets as bus address.
1362         (Fdbus_close_bus): New function.
1363         (Vdbus_registered_buses): New variable.
1364         (xd_initialize): Implement string as bus address.
1365         (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
1366         (Fdbus_get_unique_name, Fdbus_call_method)
1367         (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1368         (Fdbus_method_error_internal, Fdbus_send_signal)
1369         (Fdbus_register_signal, Fdbus_register_method): Remove bus type
1370         check.  This is done in xd_initialize_bus.  Adapt doc string, if
1371         necessary.
1372         (xd_pending_messages, xd_read_queued_messages): Loop over buses in
1373         Vdbus_registered_buses.
1374         (Vdbus_registered_objects_table): Create hash.
1376 2010-08-22  Juri Linkov  <juri@jurta.org>
1378         * keyboard.c (Fexecute_extended_command): Move reading a command name
1379         with `completing-read' to a new Elisp function `read-extended-command'.
1380         Call it to read a command to `function'  (bug#5364, bug#5214).
1382 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1384         * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
1386 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
1388         * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
1389         instead of SAFE_ALLOCA.
1391 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1393         * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
1394         (Bug#6214).
1396 2010-08-22  Jan Djärv  <jan.h.d@swipnet.se>
1398         * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
1400 2010-08-22  Jan Djärv  <jan.h.d@swipnet.se>
1402         * doc.c (Fsnarf_documentation): Initialize skip_file before
1403         build-files test.
1405 2010-08-22  Peter O'Gorman  <pogma@thewrittenword.com>  (tiny change)
1407         * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
1408         New definitions.
1409         (HAVE_TERMIO): Remove.
1411 2010-08-22  Eli Zaretskii  <eliz@gnu.org>
1413         * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
1415         * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
1416         for w32.
1418         * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
1419         it's done in nt/config.nt.
1421         * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
1423         * unexcoff.c (report_error, make_hdr, write_segment)
1424         (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
1425         Convert argument lists and prototypes to ANSI C.
1426         (make_hdr, write_segment): Remove unused variables.
1427         (unexec): Remove commented-out line.  Initialize `new' to shut up
1428         compiler warnings.
1430 2010-08-22  Dan Nicolaescu  <dann@ics.uci.edu>
1432         Simplify termio code.
1433         All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
1434         HAVE_TERMIO code is obsolete.
1435         Replace HAVE_TERMIOS conditionals with !DOS_NT.
1436         * systty.h: Do not define HAVE_TCATTR.
1437         Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
1438         Do not define EMACS_HAVE_TTY_PGRP.  Only define
1439         EMACS_GET_TTY_PGRP for !DOS_NT.
1440         * sysdep.c: Include sysselect.h unconditionally.  Do not include
1441         sys/ioctl.h and termios.h, systty.h does it.  Use
1442         HAVE_SYS_UTSNAME_H instead of USG as an include guard.
1443         (init_baud_rate): Remove HAVE_TERMIO code.
1444         (child_setup_tty): Remove HAVE_TERMIO code.
1445         (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
1446         and HAVE_LTCHARS code.  Use !DOS_NT instead of HAVE_TCATTR.
1447         (new_ltchars, new_tchars): Remove, unused.
1448         (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
1449         code.  Remove special casing for __mips__, it was a no-op.  Remove
1450         HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
1451         (init_sys_modes): Remove HPUX special case.
1452         * process.c: Include stdlib.h unconditionally.  Do not include
1453         fcntl.h, systty.h does it.  Remove conditional code for
1454         HAVE_SERIAL, it is always true.
1455         (process_send_signal): Remove HAVE_TERMIOS conditional, it's
1456         always true when SIGNALS_VIA_CHARACTERS is true.
1457         (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
1458         !WINDOWSNT means HAVE_TERMIOS.
1459         (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
1460         conditional, which is true for all HAVE_TERMIOS systems.
1461         * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
1462         instead of HAVE_TERMIOS.
1463         * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
1464         EMACS_HAVE_TTY_PGRP.
1465         * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
1466         non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
1467         anyway.
1469 2010-08-21  Eli Zaretskii  <eliz@gnu.org>
1471         * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
1472         mirroring pixel positions.
1474 2010-08-20  Dan Nicolaescu  <dann@ics.uci.edu>
1476         * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
1477         write only.
1478         (init_alloc_once): Remove writes to malloc_sbrk_unused, and
1479         malloc_sbrk_used, nothing uses them.
1481         * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
1482         defined, unconditionally defined in lisp.h.
1484         * term.c: Do not include <termios.h>, systty.h does it.
1486         * s/unixware.h (HAVE_TCATTR):
1487         * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
1488         systty.h defines it when HAVE_TERMIOS is defined.
1490 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1492         * dispnew.c (buffer_posn_from_coords): Fix last change for text
1493         terminals: add one-character offset for R2L lines.
1495         * emacs.c <emacs_version>: Add a comment regarding
1496         msdos/mainmake.v2's dependency on the syntax of this declaration.
1498 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1500         * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
1501         position for R2L lines by mirroring the pixel position wrt the
1502         text are box.  Improve commentary.
1504 2010-08-20  Andreas Schwab  <schwab@linux-m68k.org>
1506         * image.c (imagemagick_clear_image): Remove debugging output.
1508 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
1511         (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
1512         (internal_self_insert): Run Qpost_self_insert_hook rather than handle
1513         self-insert-face.
1514         (syms_of_cmds): Initialize the new vars.
1516 2010-08-19  Jason Rumney  <jasonr@gnu.org>
1518         * w32menu.c (set_frame_menubar): Remove call to undefined function.
1520         * w32fns.c (w32_wnd_proc): Don't check context before initializing.
1522 2010-08-19  Jan Djärv  <jan.h.d@swipnet.se>
1524         * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
1526 2010-08-18  Eli Zaretskii  <eliz@gnu.org>
1528         * xterm.c (x_draw_bar_cursor):
1529         * w32term.c (x_draw_bar_cursor): If the character under cursor is
1530         R2L, draw the bar cursor on its right rather than on its left.
1532 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1534         * eval.c (Fdefmacro): Only obey one declaration.
1536         * casefiddle.c (casify_region): Setup gl_state.
1538 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
1540         * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
1542 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
1544         * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
1546 2010-08-18  David De La Harpe Golden  <david@harpegolden.net>
1548         * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
1549         (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
1550         QPRIMARY => NXPrimaryPboard.
1551         (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
1552         NXPrimaryPboard => QPRIMARY.
1553         (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
1554         NXSecondaryPboard = SecondarySelection.
1555         (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
1557 2010-08-18  Joakim Verona  <joakim@verona.se>
1559         * image.c: Add support for ImageMagick.  When HAVE_IMAGEMAGICK is
1560         defined:
1561         (imagemagick_image_p): New function to test for ImageMagic image.
1562         (imagemagick_load): New function to load ImageMagick image.
1563         (imagemagick_load_image): New function, helper for imagemagick_load.
1564         (imagemagick-types): New function.
1565         (Qimagemagick): New Lisp_object.
1566         (imagemagick-render-type): New variable, decides which renderer to use.
1568 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1570         * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
1571         is a string.
1573 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
1575         * nsfns.m (ns_frame_parm_handlers): Add a slot for the
1576         x_set_tool_bar_position handler.
1578 2010-08-17  Eli Zaretskii  <eliz@gnu.org>
1580         * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
1581         x_set_tool_bar_position handler, needed to support changes from
1582         2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar.  (Bug#6796)
1584 2010-08-16  Jan Djärv  <jan.h.d@swipnet.se>
1586         * nsselect.m: include keyboard.h for QPRIMARY, remove its
1587         declaration (Bug#6863).
1588         (syms_of_nsselect): Don't intern QPRIMARY.
1590         * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
1592         * keyboard.h (QPRIMARY): Declare (Bug#6864).
1594 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
1596         * keyboard.c (command_loop_1): Avoid setting selection twice,
1597         since it's done in deactivate-mark as well.
1598         (Vselect_active_regions): Change default to t.  Replace `lazy'
1599         with non-default value `only', meaning only set PRIMARY for
1600         temporarily active regions.
1602         * insdel.c (prepare_to_modify_buffer): Handle `only' value of
1603         select-active-regions.
1605 2010-08-15  Jan Djärv  <jan.h.d@swipnet.se>
1607         * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
1608         isn't a string.
1610 2010-08-15  Andreas Schwab  <schwab@linux-m68k.org>
1612         * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
1614 2010-08-15  Jan Djärv  <jan.h.d@swipnet.se>
1616         * keyboard.c (parse_tool_bar_item): malloc buf.
1617         Set TOOL_BAR_ITEM_LABEL to empty string if not set to
1618         new_lbl (Bug#6855).
1620 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
1622         * xterm.c (x_draw_stretch_glyph_string):
1623         * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
1624         the cursor on the right edge of the stretch glyph.
1626         * xdisp.c (window_box_right_offset, window_box_right):
1627         Fix commentary.
1629         * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
1630         direction when point is inside a run of whitespace characters.
1632         * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
1634 2010-08-14  Jason Rumney  <jasonr@gnu.org>
1636         * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
1638 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
1640         * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
1642 2010-08-13  Jason Rumney  <jasonr@gnu.org>
1644         * w32menu.c (simple_dialog_show): Use unicode message box if available.
1645         (MessageBoxW_Proc): New function typedef.
1646         (unicode-message-box): New function pointer.
1647         (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
1649 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
1651         * frame.h (Qtool_bar_position): Declare.
1653         * xfns.c (Fx_create_frame): Call x_default_parameter for
1654         Qtool_bar_position.
1656 2010-08-13  Eli Zaretskii  <eliz@gnu.org>
1658         * unexcoff.c: Remove the parts used when "emacs" is not defined.
1659         (report_error, report_error_1): Ditto.
1660         (write_segment): Remove "#if 0" unused code.
1661         (make_hdr): Remove code that was "#ifndef NO_REMAP" before
1662         NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
1663         (start_of_text): Remove unused function (was used only if NO_REMAP
1664         was NOT defined).
1666         * msdos.c (IT_set_face): Fix format string to match argument
1667         types.
1668         (IT_write_glyphs, IT_note_mode_line_highlight)
1669         (IT_set_frame_parameters): Remove unused variables.
1670         (x_set_menu_bar_lines): Declare set_menu_bar_lines.
1671         (IT_set_terminal_modes): Disambiguate expression in if clause.
1672         (Fmsdos_remember_default_colors): Return Qnil.
1673         (IT_set_frame_parameters): Add parens to disambiguate boolean
1674         expression for logging the cursor type to termscript.
1675         (keyboard_layout_list, keypad_translate_map)
1676         (grey_key_translate_map): Add braces in inner initializers.
1677         (dos_rawgetc): Add parens in condition for mouse-3 button-press.
1678         (dos_rawgetc): Remove unused label.
1679         (XMenuActivate): Add braces to remove ambiguous `else'.
1680         (dos_ttraw): Always return a value.
1681         (spawnve): Declare.
1682         (run_msdos_command): Cast 3rd arg of spawnve to "char **".
1684         * dosfns.h (x_set_title): Declare.
1686         * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
1687         Remove unused variables.
1689         * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
1690         variables.
1691         (init_dosfns): Declare get_lim_data.
1692         (system_process_attributes): Declare Fget_internal_run_time.
1694         * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
1695         list to be consistent with menu.h.
1697         * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
1698         warnings due to mixing of "char *" and "const char *".
1700 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         Introduce a new comment style "c" flag.
1703         * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
1704         (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
1705         (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
1706         (syntax_prefix_flag_p): New function.
1707         (Fstring_to_syntax): Understand new "c" flag.
1708         (Finternal_describe_syntax_value): Recognize new flag; use the
1709         SYNTAX_FLAGS_* macros.
1710         (scan_sexps_forward, Fparse_partial_sexp): Change representation of
1711         comment style to accomodate the new styles.
1712         (back_comment, forw_comment, Fforward_comment, scan_lists)
1713         (scan_sexps_forward): Update code to obey the new comment style flag.
1715         * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
1717         * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
1719 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
1721         * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
1722         first.
1723         (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
1725         * gtkutil.h (xg_check_special_colors): Declare.
1727         * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
1728         (xg_create_frame_widgets): Connect theme name changes to
1729         style_changed_cb.
1731         * xterm.c (emacs_class): New char[] for EMACS_CLASS.
1732         (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
1733         (x_term_init): Use char[] display_opt and name_opt instead of
1734         string literal.  file is const char*.
1736         * xsmfns.c (NOSPLASH_OPT): Change to char[].
1737         (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
1738         props.  Free them at the end.
1740         * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
1742         * xrdb.c (get_system_app): Make path const and use char *p for
1743         non-const char.
1745         * xmenu.c (Fx_popup_dialog): error_name is const char*.
1746         (xmenu_show): error parameter is const char **.  pane_string is const
1747         char *.
1748         (button_names): Is const char *.
1749         (xdialog_show): error_name and pane_string is const.
1751         * process.h (synch_process_death): Is const char*.
1753         * w32menu.c (w32_menu_show):
1754         * nsmenu.m (ns_menu_show): error parameter is const char **.
1756         * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
1757         is const char **.
1759         * menu.c (Fx_popup_menu): error_name is const.
1761         * keyboard.h (_widget_value): Add defined USE_GTK.  Replace Boolean
1762         with unsigned char and XtPointer with void *.
1764         * gtkutil.h: Replace widget_value with struct _widget_value.
1765         (enum button_type, struct _widget_value): Remove and use the one from
1766         keyboard.h.
1768         * gtkutil.c (get_utf8_string): Always return an allocated string.
1769         Parameter is const.
1770         (create_dialog, xg_create_one_menuitem, create_menus)
1771         (xg_item_label_same_p, xg_update_menu_item): Free result from
1772         get_utf8_string.
1773         (xg_separator_p, xg_item_label_same_p): label is const.
1775         * font.h (font_open_by_name): Make name const.
1777         * font.c (font_open_by_name): Make name const.
1779         * floatfns.c (matherr): Use a const char* variable for x->name.
1781         * emacs.c (main): Pass char[] to putenv instead of literal.
1783         * callproc.c (synch_process_death): Make const.
1784         (Fcall_process): Make signame const.
1786         * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
1787         (addDisplayItemWithImage): Use const char*.
1789         * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
1790         (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
1792         * nsfont.m (ns_descriptor_to_entity): Use const char*.
1794         * keyboard.h (_widget_value): name, value and key are const char*.
1796         * unexmacosx.c (unexec_error): Use const char *.
1798 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
1800         * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1801         (font_parse_name, font_open_by_name):
1802         * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1803         (font_parse_name, font_open_by_name): Remove const.
1805 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
1807         Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
1808         definition.
1810         * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
1811         * m/amdx86-64.h: Likewise.
1812         * m/arm.h: Likewise.
1813         * m/hp800.h: Likewise.
1814         * m/ia64.h: Likewise.
1815         * m/ibmrs6000.h: Likewise.
1816         * m/ibms390.h: Likewise.
1817         * m/intel386.h: Likewise.
1818         * m/iris4d.h: Likewise.
1819         * m/m68k.h: Likewise.
1820         * m/macppc.h: Likewise.
1821         * m/mips.h: Likewise.
1822         * m/sh3.h: Likewise.
1823         * m/sparc.h: Likewise.
1824         * m/template.h: Likewise.
1825         * m/vax.h: Likewise.
1826         * m/xtensa.h: Likewise.
1827         * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
1828         WORDS_BIG_ENDIAN.
1829         * lisp.h: Likewise.
1830         * md5.c: Likewise.
1831         * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
1833 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
1835         Use const char* instead of char*.
1836         Reduce the number of warnings with -Wwrite-strings.
1837         * xrdb.c (get_environ_db, get_system_name):
1838         * unexelf.c (find_section):
1839         * term.c (string_cost, string_cost_one_line, per_line_cost)
1840         (get_named_tty, init_tty):
1841         * sysdep.c (sys_subshell):
1842         * sound.c (sound_perror, sound_warning, vox_open, vox_init)
1843         (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
1844         * search.c (Freplace_match):
1845         * process.c (Fmake_network_process, send_process, init_process):
1846         * lread.c (Fload, init_lread):
1847         * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
1848         * keyboard.c (parse_tool_bar_item, struct event_head):
1849         * gtkutil.h (xg_get_font_name):
1850         * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
1851         (make_widget_for_menu_item, make_menu_item, create_menus)
1852         (xg_make_tool_item):
1853         * font.c (parse_matrix, font_parse_name):
1854         * floatfns.c (rounding_driver, float_error_fn_name):
1855         * filelock.c (get_boot_time_1, lock_file_1):
1856         * fileio.c (barf_or_query_if_file_exists, check_writable):
1857         * editfns.c (get_system_name, get_operating_system_release)
1858         (Fencode_time, Fset_time_zone_rule):
1859         * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
1860         * buffer.c (defvar_per_buffer): Use const.
1862 2010-08-08  Kenichi Handa  <handa@m17n.org>
1864         * charset.c: Include <stdlib.h>.
1865         (struct charset_sort_data): New struct.
1866         (charset_compare): New function.
1867         (Fsort_charsets): New function.
1868         (syms_of_charset): Declare Fsort_charsets as a Lisp function.
1870         * coding.c (decode_coding_iso_2022): Fix checking of dimension
1871         number in CTEXT extended segment.
1873 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1875         * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
1876         * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
1878 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1880         * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
1881         (Fhash_table_size): Fix typos in docstrings.
1882         (Fmake_hash_table): Doc fix.
1884 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1886         * minibuf.c (syms_of_minibuf) <read-buffer-function>:
1887         Doc fix (bug#5625).
1889 2010-08-08  Ken Brown  <kbrown@cornell.edu>
1891         * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
1892         the MSDOS definition.
1894 2010-08-08  Dan Nicolaescu  <dann@ics.uci.edu>
1896         Use const char* instead of char*.
1897         * xterm.c (x_create_toolkit_scroll_bar):
1898         * xfont.c (xfont_list_pattern):
1899         * xfns.c (x_default_scroll_bar_color_parameter)
1900         (xic_create_fontsetname, x_default_font_parameter)
1901         (x_screen_planes):
1902         * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
1903         (store_mode_line_string, decode_mode_spec, display_string):
1904         * menu.c (digest_single_submenu):
1905         * keymap.h (initial_define_key, initial_define_lispy_key):
1906         * keymap.c (initial_define_key, initial_define_lispy_key):
1907         * image.c (image_error, image_keyword):
1908         * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
1909         * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
1910         * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
1911         (ftfont_list, ftfont_match):
1912         * frame.c (frame_parm_table):
1913         * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1914         (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1915         (font_add_log, font_deferred_log):
1916         * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1917         (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1918         (font_add_log, font_deferred_log):
1919         * emacs.c (argmatch):
1920         * dispextern.h (struct it):
1921         * coding.c (ENCODE_DESIGNATION):
1922         * charset.c (define_charset_internal): Use const.
1924         * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
1926         * xrdb.c: Remove include guard.
1927         Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1928         Remove #if 0 code.  Replace malloc->xmalloc, free->xfree,
1929         realloc->xrealloc instead of using #defines.
1931 2010-08-08  Eli Zaretskii  <eliz@gnu.org>
1933         * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
1934         * editfns.c (Fline_beginning_position, Fline_end_position):
1935         State in the doc strings that start and end of line are in the
1936         logical order.
1938         * xdisp.c (display_line): Move the handling of overlay arrow after
1939         the call to find_row_edges.  (Bug#6699)
1941 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
1943         * keyboard.c (command_loop_1):
1944         * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
1946 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
1948         * insdel.c (prepare_to_modify_buffer): Save active region text to
1949         Vsaved_region_selection.
1951         * xselect.c (QPRIMARY): Move to keyboard.c.
1953         * keyboard.c (Vselect_active_regions): Move from simple.el.
1954         (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
1955         (command_loop_1): Set window selection prior to deactivating the mark.
1957 2010-08-07  Juanma Barranquero  <lekktu@gmail.com>
1959         * alloc.c (lisp_malloc):
1960         * buffer.c (set_buffer_internal, set_buffer_internal_1):
1961         * charset.h (emacs_mule_charset):
1962         * dispextern.h (inhibit_free_realized_faces, redraw_frame)
1963         (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
1964         (bitch_at_user):
1965         * lisp.h (Fcheck_coding_system, Fget_text_property)
1966         (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
1967         Remove duplicate declarations.
1969 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
1971         * process.c: Simplify include logic.
1973         * keyboard.h (quit_char): Add declaration.
1974         * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
1975         (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
1976         Add declarations.
1977         * sysdep.c:
1978         * w32.c: Remove the above declarations.
1980         Remove extern declarations in .c files, .h files have them.
1981         * xterm.c:
1982         * xdisp.c:
1983         * msdos.c:
1984         * image.c:
1985         * gtkutil.c:
1986         * fileio.c:
1987         * eval.c: Remove declarations.
1989         * frame.c (frame_params): Make const.
1991         * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
1993         * emacs.c (emacs_copyright, emacs_version): Make static.
1994         (Vinitial_window_system, Vauto_save_list_file_name)
1995         (Vinhibit_redisplay): Remove declarations.
1996         (main): Remove HAVE_SHM code, unused.  Remove _I386 conditional
1997         for AIX.
1999         Use const for some arrays and functions.
2000         * xterm.h (xg_set_icon_from_xpm_data):
2001         * xfns.c (xg_set_icon_from_xpm_data):
2002         * term.c (fkeys):
2003         * keyboard.c (lispy_accent_keys, lispy_function_keys)
2004         (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
2005         (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
2006         (frame.c frame_parms):
2007         * emacs-icon.h (gnu_xpm_bits):
2008         * callint.c (callint_argfuns): Use const.
2010 2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
2012         * sysdep.c: Move include term.h last of includes (Bug#6812).
2014 2010-08-06  Eli Zaretskii  <eliz@gnu.org>
2016         * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
2018         * msdos.c (IT_display_cursor): Log cursor position on termscript.
2020         * .gdbinit (pgx): Display the avoid_cursor_p flag.
2022 2010-08-06  Juanma Barranquero  <lekktu@gmail.com>
2024         * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
2026 2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
2028         * xterm.h (x_get_focus_frame): Declare.
2030         * keyboard.h (poll_for_input_1): Unconditionally declare.
2032         * nsterm.h (x_set_menu_bar_lines): Declare.
2034         * window.c: Don't include menu.h, it depends on lots of other .h-files.
2036         * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
2038         * window.c: Include menu.h.
2040         * unexmacosx.c (print_region_list, print_regions)
2041         (build_region_list, find_emacs_zone_regions)
2042         (unexec_regions_merge, read_load_commands, dump_it)
2043         (unexec_init_emacs_zone): Convert to ANSI C prototypes.
2045         * term.c: Check HAVE_SYS_IOCTL_H.
2047         * sysdep.c: Check HAVE_TERM_H.
2049         * process.c: Check HAVE_UTIL_H.  Include nsterm.h if HAVE_NS.
2051         * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
2052         (ns_ring_bell, ns_defined_color, hide_hourglass)
2053         (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
2054         Convert to ANSI C prototypes.
2055         (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
2056         before code.
2058         * nsterm.h : Include sysselect.h.
2059         (x_sync, x_get_focus_frame, x_set_mouse_position)
2060         (x_set_mouse_pixel_position, x_make_frame_visible)
2061         (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
2062         (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
2063         (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
2064         (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
2065         Declare.
2067         * nsmenu.m (popup_activated, name_is_separator)
2068         (syms_of_nsmenu): Convert to ANSI C prototypes.
2069         (runMenuAt): Prototypes and move declarations before code.
2071         * nsimage.m (ns_load_image): Move NSTRACE after declarations.
2073         * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
2074         prototypes.
2076         * nsfns.m (have_menus_p, ns_display_info_for_name)
2077         (x_set_cursor_type, ns_appkit_version_str)
2078         (ns_appkit_version_int, ns_do_applescript)
2079         (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
2080         (syms_of_nsfns): Convert to ANSI C prototypes.
2082         * menu.h (x_set_menu_bar_line): Declare.
2083         (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
2085         * lisp.h (fmod_float): Declare.
2087         * image.c (xpm_scan, xpm_make_color_table_v)
2088         (xpm_put_color_table_v, xpm_get_color_table_v)
2089         (xpm_make_color_table_h, xpm_put_color_table_h)
2090         (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
2091         (xpm_load): Convert to ANSI C prototypes.
2093         * emacs.c: Include nsterm.h if HAVE_NS.
2095         * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
2097 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2099         * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
2100         subprocesses, only MSDOS does not define HAVE_SOCKETS.
2101         (socket_options): Use const char* for name.
2103 2010-08-06  Juanma Barranquero  <lekktu@gmail.com>
2105         Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
2107         * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
2108         Don't declare xmalloc_widget_value and digest_single_submenu.
2110         * w32font.c (Qlatin): Remove declaration.
2112         * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
2114         * dired.c (compile_pattern): Restore declaration.
2116 2010-08-05  Dan Nicolaescu  <dann@ics.uci.edu>
2118         Remove extern declarations in .c files, .h files have them.
2119         * data.c:
2120         * dired.c:
2121         * editfns.c:
2122         * filelock.c:
2123         * fns.c:
2124         * font.c:
2125         * fontset.c:
2126         * frame.c:
2127         * fringe.c:
2128         * ftfont.c:
2129         * gtkutil.c:
2130         * indent.c:
2131         * keyboard.c:
2132         * keymap.c:
2133         * lread.c:
2134         * menu.c:
2135         * print.c:
2136         * search.c:
2137         * sound.c:
2138         * window.c:
2139         * xdisp.c:
2140         * xfaces.c:
2141         * xfns.c:
2142         * xfont.c:
2143         * xftfont.c:
2144         * xmenu.c:
2145         * xterm.c: Remove declarations.
2147         Cleanup syssignal.h.
2148         * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
2149         (main_thread): Move down to remove #ifdef.
2150         (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
2151         Remove conditional definition following unconditional ones.
2153         * lisp.h: Remove HAVE_SHM code, unused.
2154         (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
2155         (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
2156         (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
2157         (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
2158         (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
2159         (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
2160         (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
2161         (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
2162         (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
2163         (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
2164         (Qwindow_scroll_functions, Vafter_load_alist)
2165         (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
2166         (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
2167         (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
2168         (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
2169         (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
2170         (Vwindow_system_version, Vx_no_window_manager, initial_argc)
2171         (initial_argv, last_nonmenu_event, load_in_progress)
2172         (noninteractive_need_newline, scroll_margin): Add declarations.
2174         * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
2175         declarations, menu.h has them.
2176         (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
2177         (Vinput_method_function, Qinput_method_function)
2178         (Qevent_symbol_element_mask, last_event_timestamp):
2179         * dispextern.h (Voverflow_newline_into_fringe):
2180         * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
2181         (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
2182         (syms_of_w32font, syms_of_nsfont):
2183         * fontset.h (find_font_encoding, Qlatin):
2184         * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
2185         (Vtool_bar_mode, set_frame_menubar):
2186         * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
2187         * xterm.h (Qx_gtk_map_stock):
2188         * keymap.h (meta_prefix_char): Add declarations.
2190         * term.c: Remove dead code.
2192         Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
2193         * term.c (dissociate_if_controlling_tty): Use USG5 instead of
2194         USG.  This is equivalent to defined (USG) && !defined (BSD_PGRPS),
2195         which is what was there before BSD_PGRPS was removed.
2197 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2199         * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
2201         * unexcoff.c: Renamed from unexec.c.
2203 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2205         * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
2207 2010-08-03  Johan Bockgård  <bojohan@gnu.org>
2209         * data.c (Flocal_variable_p): Handle variable aliases correctly.
2210         (Bug#6744)
2212 2010-08-02  Jan Djärv  <jan.h.d@swipnet.se>
2214         * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
2215         to TRUE if depth of screen is < 16.
2217         * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
2218         USE_GTK_TOOLTIP.
2219         (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
2220         (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
2221         (xg_create_frame_widgets): Surround tooltip-related code with ifdef
2222         USE_GTK_TOOLTIP.
2223         (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
2225         * xterm.h (USE_GTK_TOOLTIP): New define.
2226         (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
2228         * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
2229         to Control-D (Bug#6771).
2231 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
2233         * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
2234         Wording by Drew Adams <drew.adams@oracle.com>.
2236 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
2238         * xterm.h (struct x_output): Add ttip_widget, ttip_window and
2239         ttip_lbl.
2241         * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
2242         calling gtk_widget_queue_draw.
2243         (x_free_frame_resources): Call xg_free_frame_widgets.
2245         * xfns.c (x_gtk_use_system_tooltips): New variable.
2246         (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
2247         new gtkutil tooltip functions to show the tooltip.
2248         (Fx_hide_tip): Call xg_hide_tooltip.
2249         (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
2251         * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
2252         (xg_show_tooltip, xg_hide_tooltip): Declare.
2254         * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
2255         (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
2256         New functions.
2257         (xg_create_frame_widgets): Set ttip_* to 0.  Set a dummy tooltip
2258         text so qttip_cb is called.  Connect query-tooltip to qttip_cb.
2259         Remove code that is commented out.
2261 2010-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2263         * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
2265 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
2267         * xselect.c (x_own_selection): Use list4.
2269 2010-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
2271         * buffer.c (Qwindow): Do not define, already defined in data.c.
2272         (syms_of_buffer): Do not intern and staticpro Qwindow.  (Bug#6760)
2274 2010-07-29  Chad Brown  <yandros@mit.edu>
2276         Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
2277         * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
2278         * config.in: Undef HAVE_DIRENT_H.
2279         * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
2280         * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
2282 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
2284         Rename s/usg5-4.h -> s/usg5-4-common.h.
2285         * s/usg5-4.h: Rename file to ...
2286         * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
2287         * s/unixware.h:
2288         * s/sol2-6.h:
2289         * s/irix6-5.h: Update includes accordingly.
2291 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2293         * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
2295         * xterm.h (struct x_output): Add toolbar_top_height,
2296         toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
2297         Remove toolbar_height.
2298         If USE_GTK: Add hbox_widget and toolbar_in_hbox.
2299         (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
2300         (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
2301         (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
2303         * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
2305         * xfns.c (x_set_tool_bar_position): New function.
2306         (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
2307         (x_frame_parm_handlers): Add x_set_tool_bar_position.
2308         (syms_of_xfns): If USE_GTK, provide move-toolbar.
2310         * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
2311         and FRAME_TOOLBAR_LEFT_WIDTH.
2313         * gtkutil.h (xg_change_toolbar_position): Declare.
2315         * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
2316         (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
2317         (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
2318         (xg_create_frame_widgets): Create a hobox for placing widgets
2319         vertically.  Use gtk_box_pack_start.
2320         (xg_height_or_width_changed): Renamed from xg_height_changed.
2321         (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
2322         (xg_update_frame_menubar, free_frame_menubar): Change to
2323         xg_height_or_width_changed.
2324         (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
2325         size correctly.  Remove hardcoded 4, instead use handlebox size -
2326         toolbar size.
2327         (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
2328         size correctly.  Use handlebox size + toolbar size as additional size.
2329         (xg_pack_tool_bar): POS is a new parameter.
2330         Set orientation of tool bar based on pos.
2331         Only make handlebox_widget if NULL.
2332         Check if tool bar goes to vbox or hbox depending on pos.
2333         (xg_update_tool_bar_sizes): New function.
2334         (update_frame_tool_bar): Remove old_req, new_req.  Do not get tool bar
2335         height, call xg_update_tool_bar_sizes instead.
2336         (free_frame_tool_bar): Remove from hbox or vbox depending on
2337         toolbar_in_hbox,  Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
2338         (xg_change_toolbar_position): New function.
2340         * frame.h (struct frame): Add tool_bar_position.
2341         (Qbottom): Declare.
2343         * frame.c (Qtool_bar_position): New variable.
2344         (make_frame): Set tool_bar_position to Qtop.
2345         (frame_parms): Add tool-bar-position.
2346         (x_report_frame_params): Store tool_bar_position.
2347         (x_set_fringe_width): Reset wm size hint after fringe changes.
2349 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
2351         Make lisp_time_argument declaration work on all systems.
2352         * lisp.h (lisp_time_argument): Move declaration ...
2353         * systime.h (lisp_time_argument): ... here
2354         * editfns.c (lisp_time_argument): Remove declaration.  (Bug#6751)
2356 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2358         * vm-limit.c (POINTER): Add typedef for it.
2359         (start_of_data): Change return type from POINTER to char *.
2361         * frame.h (Qtty_color_mode): Move declaration out of ifdef
2362         HAVE_WINDOW_SYSTEM.
2364 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
2366         * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
2367         Remove reference to __osf__, unused.
2369         * mem-limits.h: Remove duplicated includes.
2370         (NULL): Remove definition, unused.
2371         (POINTER): Remove definition.
2372         (start_of_data): Use char* in prototype, as the function
2373         definition does.
2375         Remove extern declarations from .c files, and them to .h files.
2376         * keyboard.h (Qhelp_echo, waiting_for_input)
2377         (input_available_clear_time, ignore_mouse_drag_p)
2378         (Vdouble_click_time, real_this_command, Vthis_original_command):
2379         * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
2380         (Voverriding_local_map_menu_flag):
2381         * lisp.h (Qinteractive_form, use_file_dialog)
2382         (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
2383         (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
2384         (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
2385         (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
2386         (Qfunction, debug_on_next_call, Qfield)
2387         (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
2388         (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
2389         (Qfile_directory_p, Qinsert_file_contents)
2390         (Qcompletion_ignore_case, Qcompletion_ignore_case)
2391         (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
2392         (history_delete_duplicates, minibuffer_auto_raise, Qonly)
2393         (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
2394         (Qminibuffer_prompt)
2395         (Vtemporary_file_directory,char_ins_del_vector, Qface):
2396         * xterm.h (gray_bitmap_width, gray_bitmap_height)
2397         (gray_bitmap_bits, xic_create_fontsetname):
2398         * coding.h (Vtranslation_table_for_input): Add extern declarations.
2400         * xsmfns.c (Vuser_login_name):
2401         * xrdb.c (Vdouble_click_time):
2402         * xfaces.c (xic_create_fontsetname):
2403         * w32select.c (waiting_for_input):
2404         * print.c (minibuffer_auto_raise):
2405         * msdos.c (Qhelp_echo):
2406         * macros.c (real_this_command):
2407         * keymap.c (Voverriding_local_map):
2408         * xterm.c (poll_for_input_1, gray_bitmap_width)
2409         (gray_bitmap_height, gray_bitmap_bits;
2410         * xmenu.c ( Voverriding_local_map)
2411         (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
2412         (use_file_dialog, Xt_app_con):
2413         * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
2414         (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
2415         (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
2416         (Qtool_bar_lines, ignore_mouse_drag_p):
2417         * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
2418         (Qrear_nonsticky, nconc2):
2419         * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
2420         (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
2421         (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
2422         * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
2423         (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
2424         * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
2425         (gc_in_progress):
2426         * doc.c (Voverriding_local_map, Qremap):
2427         * dired.c (completion_ignore_case, Qcompletion_ignore_case)
2428         (Vcompletion_regexp_list):
2429         * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
2430         (Qcompletion_ignore_case):
2431         * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
2432         (Vhistory_length, Vthis_original_command, real_this_command)
2433         (Qface, Qminibuffer_prompt, history_delete_duplicates):
2434         * image.c (Qrisky_local_variable):
2435         * fontset.c (QCname):
2436         * fns.c (minibuffer_auto_raise, QCname):
2437         * dispnew.c (char_ins_del_cost):
2438         * composite.c (font_fill_lglyph_metrics):
2439         * cmds.c (Qface, Vtranslation_table_for_input):
2440         * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
2441         * ccl.c (charset_unicode):
2442         * callproc.c (Vtemporary_file_directory):
2443         * buffer.c (emacs_strerror): Remove extern declarations.
2445         * data.c (Qwindow): Make non-static, used from other files too.
2446         * frame.c (validate_x_resource_name): Remove shadow definition for i.
2448         * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
2449         SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
2450         * s/usg5-4.h (COFF):
2451         * s/template.h:
2452         * s/msdos.h (COFF, NO_REMAP):
2453         * s/ms-w32.h (NO_REMAP):
2454         * s/hpux10-20.h (NO_REMAP):
2455         * m/sparc.h (SEGMENT_MASK):
2456         * m/m68k.h (NO_REMAP):
2457         * m/intel386.h (SEGMENT_MASK):
2458         * m/arm.h (NO_REMAP):
2459         * m/alpha.h (COFF):
2460         * m/template.h: Remove references to unused defines.
2462 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2464         * xsettings.c (Ftool_bar_get_system_style): Also check for
2465         Qtext_image_horiz.
2467         * xdisp.c (Qtext_image_horiz): Define.
2468         (syms_of_xdisp): Initialize Qtext_image_horiz.  Add text-image-horiz
2469         to documentation of tool-bar-style.
2471         * lisp.h (Qtext_image_horiz): Declare.
2473         * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
2474         style text_image_horiz.
2476 2010-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2478         * emacs.c (Fkill_emacs): Remove return statement.
2480         * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
2481         (encode_terminal_code, produce_composite_glyph): Remove unused variables.
2482         (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
2483         local extern declarations.
2485         * xmenu.c: Do not included lwlib.h, not needed.
2487         * m/iris4d.h (XUINT, XSET): Remove, not needed.
2489         * process.c: Move definitions earlier to minimize #ifdefs.
2491         * xterm.h (x_get_customization_string, x_load_resources)
2492         (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
2493         (x_check_errors, x_property_data_to_lisp, defined_color)
2494         (xic_set_xfontset, x_defined_color): Use const.
2496         * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
2497         (x_text_icon, x_check_errors, x_connection_closed): Use const.
2499         * xselect.c (selection_data_to_lisp_data)
2500         (x_property_data_to_lisp):
2501         * xrdb.c (x_get_string_resource, file_p)
2502         (x_get_customization_string, magic_file_p, search_magic_path)
2503         (get_system_app, get_user_app, x_load_resources, x_get_resource)
2504         (x_get_string_resource): Use const.
2506         * xfns.c: Include xlwmenu.h when USE_LUCID.
2507         (x_defined_color, xic_set_xfontset): Use const.
2508         (Fx_hide_tip): Remove local extern declaration.
2510         * xfaces.c (Qmouse_face): Remove declaration.
2511         (face_color_gray_p, tty_defined_color, defined_color)
2512         (face_color_gray_p, face_color_supported_p): Add const.
2514         * xdisp.c (do_mouse_tracking): Remove declaration.
2515         (add_to_log): Use const.
2517         * minibuf.c (Qmouse_face): Remove declaration.
2519         * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
2521         * keyboard.h (do_mouse_tracking): Add declaration.
2523         * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
2524         (QCdata, QCtype, Qcenter): Remove declarations.
2526         * frame.c (x_get_resource_string, x_get_string_resource)
2527         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2528         (x_default_parameter): Use const.
2530         * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
2531         (QCheight, QCsize, QCname): Remove declarations.
2533         * emacs.c (main): Remove local extern declaration.
2535         * editfns.c (region_limit, syms_of_editfns): Remove local extern
2536         declarations.
2538         * dispnew.c: Remove duplicate #include <unistd.h>.
2539         (update_window, update_frame_1, init_display): Remove local extern
2540         declarations.
2542         * dispextern.h (add_to_log): Remove declaration.
2543         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2544         (x_frame_get_and_record_arg, x_default_parameter): Add const.
2546         * dired.c (scmp): Add const.
2547         (directory_files_internal): Remove local extern declaration.
2549         * data.c (Finteractive_form): Use const.
2551         * composite.c (syms_of_composite): Remove local extern declarations.
2553         * charset.c (add_to_log): Remove declaration.
2555         * character.c (strwidth, parse_str_to_multibyte): Add const.
2557         * character.h (strwidth, parse_str_to_multibyte): Likewise.
2559         * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
2561         * lisp.h (Fkill_emacs): Mark as NO_RETURN.
2562         (Lisp_Subr): Make doc and intspec constant.
2563         (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
2564         (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
2565         (QCheight, QCsize, QCname, QCwidth, QCforeground)
2566         (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
2567         (display_arg): Add declarations.
2569 2010-07-27  Christoph Scholtes  <cschol2112@gmail.com>
2571         * minibuf.c (Fread_buffer): Doc fix (bug#6528).
2573         * window.c (Fwindow_height): Doc fix (bug#6518).
2575 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2577         * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
2579 2010-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
2581         * keyboard.c (Ftop_level, Fexit_recursive_edit)
2582         (Fabort_recursive_edit): Remove return statements in NO_RETURN
2583         functions.
2585         * frame.h (Qtty_color_mode): Add declaration.
2587         * lisp.h (Ftop_level, Fexit_recursive_edit)
2588         (Fabort_recursive_edit): Mark as NO_RETURN.
2590 2010-07-26  Kenichi Handa  <handa@m17n.org>
2592         * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
2593         number of glyphs gets smaller than the original length.  (Bug#6621)
2595 2010-07-26  Juanma Barranquero  <lekktu@gmail.com>
2597         * lread.c (unreadpure, mapatoms_1): Make static.
2599 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
2601         * terminfo.c (tparam): Fix prototype of tparm.
2603 2010-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2605         * emacs.c (main) [PROFILING]: Use __executable_start if defined to
2606         find start of text segment.
2607         * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
2608         is defined.
2610         * callproc.c (set_initial_environment): Avoid unbalanced braces.
2612 2010-07-25  Ken Brown  <kbrown@cornell.edu>
2614         * vm-limit.c (check_memory_limits): Fix previous change;
2615         accidentally reverted an earlier change.
2617 2010-07-25  Ken Brown  <kbrown@cornell.edu>
2619         * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
2620         * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
2622 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
2624         * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
2625         * dired.c (opendir, readdir): Fix prototypes.
2626         * editfns.c (w32_get_internal_run_time): Fix prototypes.
2627         * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
2628         * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
2629         (telldir): Remove declaration.
2630         * ralloc.c (real_morecore, __morecore): Fix prototypes.
2631         * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
2632         * syssignal.h (strsignal): Fix prototype.
2633         * term.c (tparam): Fix prototype.
2634         (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
2635         (term_get_fkeys): Set inside "#ifndef DOS_NT".
2636         * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
2637         and __morecore.
2638         * w32gui.h (XParseGeometry): Fix prototype.
2639         * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
2640         * w32term.c (my_set_focus): Declare inside #if 0.
2641         * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
2642         (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
2643         (drain_message_queue, get_next_msg, post_msg, parse_button)
2644         (ClipboardSequence_Proc): Fix prototypes.
2645         (wait_for_sync): Remove declaration.
2647 2010-07-24  Juanma Barranquero  <lekktu@gmail.com>
2649         * w32fns.c (w32_to_x_color): Remove, unused.
2651 2010-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2653         * lisp.h: Remove leftover P_.
2655 2010-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2657         * ecrt0.c, unexalpha.c: Remove files, unused.
2659 2010-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2661         * cmds.c (internal_self_insert): Make static.
2662         * lisp.h (internal_self_insert): Remove declaration.
2664 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2666         * alloc.c (free_float):
2667         * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
2668         * frame.c (delete_frame_handler):
2669         * ralloc.c (reorder_bloc):
2670         * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
2671         Remove unused static functions.
2673         * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
2674         it is called only from NS code.
2676         * w32term.c (my_set_focus): #ifdef away; it is called only from
2677         "#ifdef 0" code.
2679         * w32fns.c (x_edge_detection):
2680         * xfaces.c (may_use_scalable_font_p):
2681         Remove obsolete static declarations.
2683 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
2685         * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
2686         (emacs_blocked_realloc, uninterrupt_malloc):
2687         * fringe.c (w32_reset_fringes):
2688         * image.c (convert_mono_to_color_image, lookup_rgb_color)
2689         (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
2690         * sound.c (be2hs, do_play_sound):
2691         * vm-limit.c (get_lim_data, ret_lim_data):
2692         * w32term.c (x_free_frame_resources):
2693         * xfaces.c (x_create_gc, x_free_gc):
2694         Convert definitions to standard C.
2696 2010-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2698         * eval.c (Feval, Ffuncall): Use the new names.
2700         * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
2701         (DEFUN): Add braces around the union initialisation and use ## to
2702         specify the right union alternative and avoid a cast.
2704 2010-07-18  Juanma Barranquero  <lekktu@gmail.com>
2706         * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
2708 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2710         * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
2712 2010-07-17  Jan Djärv  <jan.h.d@swipnet.se>
2714         * gtkutil.c (xg_event_is_for_menubar): Also check that event window
2715         is related to the menu bar (Bug#6499).
2716         (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
2718 2010-07-16  Jan Djärv  <jan.h.d@swipnet.se>
2720         * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
2722         * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
2724         * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
2725         i.e. don't put back ButtonRelease (Bug#6608).
2727         * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
2728         instead of Window.  Call xg_event_is_for_menubar when
2729         USE_GTK (Bug#6499).
2731         * gtkutil.h (xg_event_is_for_menubar): Declare.
2733         * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
2735 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2737         * w32fns.c (x_set_foreground_color): Fix setting the cursor color
2738         when it's the same as the old foreground.  (Bug#6609)
2740 2010-07-16  Jan Djärv  <jan.h.d@swipnet.se>
2742         * xmenu.c (free_frame_menubar): Only call x_set_window_size if
2743         widget is non-null (Bug#6645).
2745 2010-07-15  Andreas Schwab  <schwab@linux-m68k.org>
2747         * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
2748         Convert old-style definition.
2750         * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
2751         timestamp argument.
2753 2010-07-15  Eli Zaretskii  <eliz@gnu.org>
2755         * fringe.c (update_window_fringes): Restore mistakenly reverted
2756         code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
2758 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2760         * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
2761         (SET_SAVED_KEY_EVENT): Remove (not used).
2762         (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
2763         remove size parameter.
2764         (handle_one_xevent): Check popup_activated () for menu for Xt also.
2765         Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
2766         Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
2767         ButtonRelease.
2768         (x_set_window_size_1): scroll_bar_actual_width is always
2769         SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
2771         * xdisp.c (pending_menu_activation): Remove extern declaration.
2772         (prepare_menu_bars): Remove setting of pending_menu_activation.
2774         * xmenu.c (pending_menu_activation): Remove.
2775         (x_activate_menubar): Set popup_activated_flag for Xt also.
2776         Remove setting of pending_menu_activation.
2777         (set_frame_menubar): Remove check of pending_menu_activation.
2778         Declare menubar_size before code.  Correct spelling in comment.
2780 2010-07-14  Kenichi Handa  <handa@m17n.org>
2782         * font.c (font_open_entity): Cancel previous change.
2783         (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
2785 2010-07-13  Eli Zaretskii  <eliz@gnu.org>
2787         Remove subprocesses #ifdefs.
2788         * process.c <inhibit_sentinels>: Move to the common part.
2789         (Fwaiting_for_user_input_p): Move to the common part; return nil
2790         if async subprocesses aren't supported.
2791         * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
2792         MS-DOS.  Remove "#ifdef subprocesses".
2793         (sys_subshell, sys_select): Remove "#ifdef subprocesses".
2794         (gettimeofday): Remove "#ifdef subprocesses".
2795         (wait_without_blocking): Remove function.
2796         (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
2797         Remove "#ifdef subprocesses".
2798         (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
2799         compiled on MS-DOS.
2800         * callproc.c (Fcall_process) [!MSDOS]: Don't call
2801         wait_for_termination on MS-DOS.
2802         * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
2803         initialization of inhibit_sentinels.
2804         * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
2805         subprocesses" conditional.
2806         * callproc.c (Fcall_process) [!subprocesses]: Don't call
2807         wait_for_termination, since `buffer' cannot be an integer when
2808         async subprocesses are not supported
2809         * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
2810         for ifdefing away the call to Fprocess_status.
2812         * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
2813         away the entire body of the function.
2815 2010-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
2817         Remove subprocesses #ifdefs from term.c.
2818         * process.c (add_keyboard_wait_descriptor)
2819         (delete_keyboard_wait_descriptor): Move to common section, do
2820         nothing when subprocesses is not defined.
2821         * term.c (Fsuspend_tty, Fresume_tty, init_tty):
2822         Remove subprocesses #ifdefs.
2824         Convert maybe_fatal to standard C.
2825         * lisp.h (verror): Declare.
2826         * eval.c (verror): New function containing the code from ...
2827         (error): ... this.  Call verror.
2828         * term.c (vfatal): New function containing the code from ...
2829         (fatal): ... this.  Call vfatal.
2830         (maybe_fatal): Convert to standard C, use variable number of
2831         arguments.  Declare as non-return.
2832         (init_tty): Fix maybe_fatal call.
2834 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
2836         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
2837         (_scroll_bar_note_movement): Convert definitions to standard C.
2838         * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
2839         * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
2841 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
2843         * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
2844         (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
2845         (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
2846         (xaw_jump_callback, xaw_scroll_callback)
2847         (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
2848         (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
2849         definitions to standard C.
2850         * xmenu.c (menubar_id_to_frame, popup_get_selection)
2851         (popup_activate_callback, popup_deactivate_callback)
2852         (menu_highlight_callback, menubar_selection_callback)
2853         (apply_systemfont_to_dialog, apply_systemfont_to_menu)
2854         (free_frame_menubar, popup_selection_callback, as)
2855         (create_and_show_popup_menu, dialog_selection_callback)
2856         (create_and_show_dialog):
2857         * xfns.c (hack_wm_protocols, x_window):
2858         * xfaces.c (x_update_menu_appearance):
2859         * widget.c (get_default_char_pixel_size, pixel_to_char_size)
2860         (char_to_pixel_size, round_size_to_char, get_wm_shell)
2861         (set_frame_size, update_wm_hints, setup_frame_gcs)
2862         (update_various_frame_slots, update_from_various_frame_slots)
2863         (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
2864         (EmacsFrameSetValues, EmacsFrameQueryGeometry)
2865         (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
2867 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2869         * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
2871 2010-07-12  Eli Zaretskii  <eliz@gnu.org>
2873         * process.c (setup_process_coding_systems): Move to the part
2874         shared by non-subprocesses systems, and make its body empty when
2875         subprocesses is not defined.
2876         (close_process_descs): Move to the part shared by non-subprocesses
2877         systems.
2878         (wait_reading_process_output) [!subprocesses]: Convert arg list to
2879         ANSI C.
2881 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2883         * editfns.c (transpose_markers): Convert old-style definition.
2884         * emacs.c (abort, shut_down_emacs, fixup_locale)
2885         (synchronize_system_time_locale)
2886         (synchronize_system_messages_locale, syms_of_emacs): Likewise.
2887         * floatfns.c (extract_float, matherr, init_floatfns)
2888         (syms_of_floatfns): Likewise.
2889         * fns.c (make_hash_table): Likewise.
2890         * ftfont.c (ftfont_get_otf, ftfont_otf_features)
2891         (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
2892         (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
2893         (ftfont_variation_glyphs): Likewise.
2894         * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
2895         * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
2896         * lread.c (read_filtered_event): Likewise.
2897         * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
2898         * process.c (wait_reading_process_output): Likewise.
2899         * scroll.c (do_line_insertion_deletion_costs): Likewise.
2900         * search.c (search_buffer, boyer_moore): Likewise.
2901         * syntax.c (scan_sexps_forward): Likewise.
2902         * xdisp.c (try_scrolling): Likewise.
2903         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2904         (face_at_string_position): Likewise.
2905         * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
2906         * xselect.c (x_get_window_property, receive_incremental_selection)
2907         (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
2908         Likewise.
2909         * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
2911 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
2913         * callproc.c (child_setup): Remove subprocesses conditional.
2914         Remove code dealing with SET_EMACS_PRIORITY, unused.
2916         * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2917         * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
2919         * emacs.c (__do_global_ctors, __do_global_ctors_aux)
2920         (__do_global_dtors, __main): Use void in definition.
2921         (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
2922         Remove SYMS_MACHINE code, unused.  Remove SYMS_SYSTEM, inline
2923         the only users from ...
2924         * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
2925         * s/msdos.h (SYMS_SYSTEM): ... here.  Remove.
2926         (HAVE_VOLATILE): Remove, unused.
2928         Convert more function definitions to standard C.
2929         * xdisp.c (window_box_edges, handle_single_display_spec)
2930         (display_string): Convert definition to standard C.
2931         * scroll.c (do_direct_scrolling, scrolling_1):
2932         * dispnew.c (allocate_matrices_for_frame_redisplay)
2933         (mirrored_line_dance):
2934         * coding.c (code_convert_string):
2935         * charset.c (map_charset_chars):
2936         * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
2937         (Fregister_ccl_program, Fregister_code_conversion_map):
2938         * keyboard.c (kbd_buffer_nr_stored): Likewise.
2939         (head_table): Make static and const.
2941 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2943         * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2944         (PROFILING_LDFLAGS): Set from substitution.
2945         (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
2946         CFLAGS last.
2948 2010-07-12  Kenichi Handa  <handa@m17n.org>
2950         * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
2951         (shortlisp): Likewise.
2953         * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
2955         * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
2956         of FONT_ENTITY_INDEX.
2957         (Ffont_get): If KEY is :otf and the font-object doesn't have the
2958         property, get the property value dynamically.
2959         (Ffont_put): Accept font-entity and font-object too.
2960         (Ffont_get_glyhphs): Renamed from Fget_font_glyphs.  Arguments and
2961         return value changed.
2962         (syms_of_font): Adjusted for the above change.
2964 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
2966         * blockinput.h: Remove obsolete comment.
2968         * lisp.h: Include <stddef.h>.
2969         (OFFSETOF): Don't define.
2970         (VECSIZE): Use offsetof instead of OFFSETOF.
2971         (PSEUDOVECSIZE): Likewise.
2972         * process.c (conv_sockaddr_to_lisp): Likewise.
2973         * alloc.c: Don't include <stddef.h>.
2974         * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
2976         * process.c: Remove obsolete comment.
2978 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
2980         * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
2982 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
2984         * callint.c (Fcall_interactively): Use strchr, strrchr instead of
2985         index, rindex.
2986         * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
2987         * editfns.c (Fuser_full_name, Fformat): Likewise.
2988         * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
2989         * fileio.c (Ffile_symlink_p): Likewise.
2990         * filelock.c (current_lock_owner): Likewise.
2991         * font.c (font_parse_name, font_parse_family_registry): Likewise.
2992         * fontset.c (fontset_pattern_regexp): Likewise.
2993         * lread.c (read1): Likewise.
2994         * sysdep.c (init_system_name): Likewise.
2995         * xfns.c (select_visual): Likewise.
2996         * s/hpux10-20.h (index, rindex): Don't define.
2997         * s/ms-w32.h (index): Likewise.
2998         * s/usg5-4.h: Likewise.
3000         * callproc.c (relocate_fd): Use F_DUPFD if defined.
3002         * alloc.c (pending_malloc_warning, malloc_warning): Add const.
3003         * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
3004         (egetenv): Likewise.
3005         * doprnt.c (doprnt): Likewise.
3006         * editfns.c (set_time_zone_rule, format2): Likewise.
3007         * emacs.c (decode_env_path): Likewise.
3008         * eval.c (signal_error, error): Likewise.
3009         * insdel.c (replace_range_2): Likewise.
3010         * keyboard.c (cmd_error_internal): Likewise.
3011         * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
3012         * print.c (write_string, write_string_1, print_error_message):
3013         Likewise.
3014         * vm-limit.c (warn_function, memory_warnings): Likewise.
3015         * xdisp.c (message1, message1_nolog, message_with_string)
3016         (vmessage, message, message_nolog): Likewise.
3017         * emacs.c: Remove duplicate declaration.
3018         * keyboard.h: Likewise.
3019         * lisp.h: Update prototypes.
3021         * eval.c: Fix indentation problem.
3023         * keyboard.c: Include "process.h"
3025         * eval.c: Remove obsolete noinline declaration.
3026         * fns.c: Likewise.
3028 2010-07-11  Ken Raeburn  <raeburn@raeburn.org>
3030         * doprnt.c (doprnt): Take a va_list argument instead of count and
3031         pointer.
3032         * eval.c (error): Change to a standard-C variadic function.
3033         * xdisp.c (vmessage): Renamed from message, made static, and
3034         changed to take a va_list argument.
3035         (message): New variadic wrapper.
3036         (message_nolog): Now a variadic function, calling vmessage.
3037         * lisp.h: Include stdarg.h for va_list.
3038         (doprnt, error, message, message_nolog): Decls updated.
3040 2010-07-11  Eli Zaretskii  <eliz@gnu.org>
3042         * process.c (syms_of_process) <delete-exited-processes>: Define
3043         even if !subprocesses.
3044         (delete_exited_processes): Ditto.
3046         * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
3047         (delete_exited_processes): Don't define.
3049 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
3051         * frame.c (make_frame): Initialize menu_bar_lines and
3052         tool_bar_lines members.
3053         (make_initial_frame, make_terminal_frame): Initialize
3054         menu_bar_lines using value of menu-bar-mode.
3056         * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
3058 2010-07-10  Eli Zaretskii  <eliz@gnu.org>
3060         * process.c: Reshuffle #include's.  Condition some of the global
3061         and static variables on `subprocesses'.
3062         (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
3063         Leave only one implementation.
3064         (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
3065         (kill_buffer_processes, Flist_system_processes)
3066         (Fprocess_attributes, init_process, syms_of_process): Unify the
3067         implementations for with subprocesses and without them.
3069 2010-07-09  Jan Djärv  <jan.h.d@swipnet.se>
3071         * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
3072         correct size for Motif.
3073         (free_frame_menubar): Call x_set_window_size to update frame size.
3075         * xfns.c (x_window): Set borderWidth to 0 for pane and
3076         EmacsFrame.  Frame size calculation is wrong otherwise.
3078 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
3080         * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
3081         allows to suppress errors when polling in Emacs' main loop.
3082         (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
3083         (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
3084         (Fdbus_method_error_internal, Fdbus_send_signal)
3085         (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
3086         (Fdbus_register_method): Use it.  (Bug#6579)
3088 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
3090         * alloc.c: Convert DEFUNs to standard C.
3091         * buffer.c:
3092         * bytecode.c:
3093         * callint.c:
3094         * callproc.c:
3095         * casefiddle.c:
3096         * casetab.c:
3097         * category.c:
3098         * character.c:
3099         * charset.c:
3100         * chartab.c:
3101         * cmds.c:
3102         * coding.c:
3103         * composite.c:
3104         * data.c:
3105         * dbusbind.c:
3106         * dired.c:
3107         * dispnew.c:
3108         * doc.c:
3109         * dosfns.c:
3110         * editfns.c:
3111         * emacs.c:
3112         * eval.c:
3113         * fileio.c:
3114         * filelock.c:
3115         * floatfns.c:
3116         * fns.c:
3117         * font.c:
3118         * fontset.c:
3119         * frame.c:
3120         * fringe.c:
3121         * image.c:
3122         * indent.c:
3123         * insdel.c:
3124         * keyboard.c:
3125         * keymap.c:
3126         * lread.c:
3127         * macros.c:
3128         * marker.c:
3129         * menu.c:
3130         * minibuf.c:
3131         * msdos.c:
3132         * nsfns.m:
3133         * nsmenu.m:
3134         * nsselect.m:
3135         * print.c:
3136         * process.c:
3137         * search.c:
3138         * sound.c:
3139         * syntax.c:
3140         * term.c:
3141         * terminal.c:
3142         * textprop.c:
3143         * undo.c:
3144         * w16select.c:
3145         * w32console.c:
3146         * w32fns.c:
3147         * w32font.c:
3148         * w32menu.c:
3149         * w32proc.c:
3150         * w32select.c:
3151         * window.c:
3152         * xdisp.c:
3153         * xfaces.c:
3154         * xfns.c:
3155         * xmenu.c:
3156         * xselect.c:
3157         * xsettings.c:
3158         * xsmfns.c: Likewise.
3160 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
3162         * process.c (kbd_is_on_hold, hold_keyboard_input)
3163         (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
3165 2010-07-08  Jan Djärv  <jan.h.d@swipnet.se>
3167         * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
3168         (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
3169         unless USE_LUCID.
3171 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
3173         * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
3174         declaration.
3176         Clean up include guards.
3177         * tparam.c: Remove include guards for config.h, string.h and code
3178         that assumes #ifndef emacs.
3179         * termcap.c:
3180         * unexalpha.c:
3181         * sysdep.c:
3182         * filemode.c:
3183         * filelock.c:
3184         * bidi.c: Likewise.
3186         Remove prefix-args.c
3187         * prefix-args.c: Remove file.
3188         * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
3189         * Makefile.in (temacs${EXEEXT}): Remove references to
3190         PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
3191         (mostlyclean): Remove reference to prefix-args.
3192         (prefix-args): Remove.
3194         Simplify cstart_of_data, start_of_code and related code.
3195         * mem-limits.h: Remove !emacs and _LIBC conditional code.
3196         (start_of_data): Merge into start_of_data function.
3197         * sysdep.c (start_of_text): Remove.  Move simplified versions of
3198         it in the only users: unexaix.c and unexec.c.
3199         (read_input_waiting): Remove local declaration of quit_char.
3200         (start, etext): Remove declarations.
3201         (start_of_data): Merge with the version in mem-limits.h and move
3202         to vm-limits.c.
3203         * vm-limit.c (start_of_data): Merged and simplified version of the
3204         code formerly in mem-limits.h and sysdep.c.
3205         * unexec.c (start): New declaration, moved from sysdep.c.
3206         (start_of_text): Simplified version of the code formerly in sysdep.c.
3207         * unexaix.c (start_of_text): Simplified version of the code
3208         formerly in sysdep.c.
3209         * m/alpha.h (HAVE_TEXT_START): Remove.
3210         (TEXT_START): Move ...
3211         * unexalpha.c (TEXT_START): ... here.
3212         * s/hpux10-20.h (TEXT_START): Remove.
3213         * s/darwin.h (TEXT_START):
3214         * m/mips.h (TEXT_START):
3215         * m/macppc.h (HAVE_TEXT_START):
3216         * m/m68k.h (TEXT_START):
3217         * m/iris4d.h (TEXT_START):
3218         * m/intel386.h (TEXT_START):
3219         * m/ibmrs6000.h (TEXT_START):
3220         * m/ia64.h (HAVE_TEXT_START):
3221         * s/msdos.h (TEXT_START): Likewise.
3223 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
3225         * alloc.c (overrun_check_malloc, overrun_check_realloc)
3226         (overrun_check_free, xstrdup, allocate_string)
3227         (allocate_string_data, compact_small_strings, Fmake_string)
3228         (make_unibyte_string, make_multibyte_string)
3229         (make_string_from_bytes, make_specified_string, make_float)
3230         (Fcons, allocate_terminal, allocate_frame, make_pure_string)
3231         (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
3232         memcpy, memmove, memset, memcmp.
3233         * atimer.c (start_atimer, set_alarm): Likewise.
3234         * buffer.c (clone_per_buffer_values, report_overlay_modification)
3235         (mmap_realloc, init_buffer_once): Likewise.
3236         * callint.c (Fcall_interactively): Likewise.
3237         * callproc.c (Fcall_process, Fcall_process_region, child_setup)
3238         (getenv_internal_1): Likewise.
3239         * casefiddle.c (casify_object): Likewise.
3240         * ccl.c (ccl_driver): Likewise.
3241         * character.c (str_as_multibyte, str_to_multibyte): Likewise.
3242         * charset.c (load_charset_map_from_file)
3243         (load_charset_map_from_file, load_charset_map_from_vector)
3244         (Fdefine_charset_internal): Likewise.
3245         * cm.c (Wcm_clear): Likewise.
3246         * coding.c (decode_eol, decode_coding_object)
3247         (Fset_coding_system_priority, make_subsidiaries): Likewise.
3248         * data.c (Faset): Likewise.
3249         * dired.c (directory_files_internal, file_name_completion_stat):
3250         Likewise.
3251         * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
3252         (clear_glyph_row, copy_row_except_pointers)
3253         (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
3254         (save_current_matrix, restore_current_matrix)
3255         (build_frame_matrix_from_leaf_window, mirrored_line_dance)
3256         (mirror_line_dance, scrolling_window): Likewise.
3257         * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
3258         Likewise.
3259         * doprnt.c (doprnt): Likewise.
3260         * editfns.c (Fuser_full_name, make_buffer_string_both)
3261         (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
3262         * emacs.c (sort_args): Likewise.
3263         * eval.c (Fapply, Ffuncall): Likewise.
3264         * fileio.c (Ffile_name_directory, make_temp_name)
3265         (Fexpand_file_name, search_embedded_absfilename)
3266         (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
3267         (auto_save_error): Likewise.
3268         * fns.c (Fstring_equal, Fcopy_sequence, concat)
3269         (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
3270         (internal_equal, Fclear_string, larger_vector, copy_hash_table)
3271         (Fmake_hash_table): Likewise.
3272         * fringe.c (Fdefine_fringe_bitmap): Likewise.
3273         * ftfont.c (ftfont_text_extents): Likewise.
3274         * getloadavg.c (getloadavg): Likewise.
3275         * image.c (define_image_type, make_image, make_image_cache)
3276         (x_create_x_image_and_pixmap, xbm_image_p)
3277         (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
3278         (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
3279         (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
3280         (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
3281         (tiff_image_p, tiff_read_from_memory, gif_image_p)
3282         (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
3283         Likewise.
3284         * indent.c (scan_for_column, compute_motion): Likewise.
3285         * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
3286         (insert_1_both, insert_from_gap, replace_range_2): Likewise.
3287         * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
3288         * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
3289         (kbd_buffer_store_event_hold, apply_modifiers_uncached)
3290         (store_user_signal_events, menu_bar_items, tool_bar_items)
3291         (process_tool_bar_item, append_tool_bar_item)
3292         (read_char_minibuf_menu_prompt, read_key_sequence)
3293         (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
3294         Likewise.
3295         * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
3296         Likewise.
3297         * lisp.h (STRING_COPYIN): Likewise.
3298         * lread.c (Fload, read1, oblookup): Likewise.
3299         * msdos.c (Frecent_doskeys): Likewise.
3300         * nsfns.m (Fx_create_frame): Likewise.
3301         * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
3302         Likewise.
3303         * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
3304         (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
3305         Likewise.
3306         * nsmenu.m (ns_update_menubar): Likewise.
3307         * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
3308         * print.c (print_unwind, printchar, strout, print_string)
3309         (print_error_message): Likewise.
3310         * process.c (conv_lisp_to_sockaddr, set_socket_option)
3311         (Fmake_network_process, Fnetwork_interface_list)
3312         (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
3313         (init_process): Likewise.
3314         * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
3315         * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
3316         Likewise.
3317         * scroll.c (do_scrolling, do_direct_scrolling)
3318         (scrolling_max_lines_saved): Likewise.
3319         * search.c (search_buffer, wordify, Freplace_match): Likewise.
3320         * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
3321         * syntax.c (skip_chars, skip_syntaxes): Likewise.
3322         * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
3323         (emacs_set_tty): Likewise.
3324         * term.c (encode_terminal_code, calculate_costs)
3325         (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
3326         Likewise.
3327         * termcap.c (tgetst1, gobble_line): Likewise.
3328         * termhooks.h (EVENT_INIT): Likewise.
3329         * tparam.c (tparam1): Likewise.
3330         * unexalpha.c (unexec): Likewise.
3331         * unexec.c (write_segment): Likewise.
3332         * unexmacosx.c (unexec_write_zero): Likewise.
3333         * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
3334         (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
3335         * w32font.c (w32font_list_family, w32font_text_extents)
3336         (w32font_list_internal, w32font_match_internal)
3337         (w32font_open_internal, compute_metrics, Fx_select_font):
3338         Likewise.
3339         * w32menu.c (set_frame_menubar, add_menu_item)
3340         (w32_menu_display_help, w32_free_submenu_strings): Likewise.
3341         * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
3342         * w32uniscribe.c (uniscribe_list_family): Likewise.
3343         * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
3344         * window.c (make_window, replace_window, set_window_buffer)
3345         (Fsplit_window): Likewise.
3346         * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
3347         (add_to_log, message3, x_consider_frame_title)
3348         (append_space_for_newline, extend_face_to_end_of_line)
3349         (decode_mode_spec_coding, init_glyph_string): Likewise.
3350         * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
3351         (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
3352         (face_attr_equal_p, make_realized_face, make_face_cache)
3353         (free_realized_faces, lookup_named_face, smaller_face)
3354         (face_with_height, lookup_derived_face)
3355         (x_supports_face_attributes_p, Finternal_set_font_selection_order)
3356         (Finternal_set_font_selection_order, realize_default_face)
3357         (compute_char_face, face_at_buffer_position)
3358         (face_for_overlay_string, face_at_string_position, merge_faces):
3359         Likewise.
3360         * xfns.c (xic_create_fontsetname, Fx_create_frame)
3361         (Fx_window_property, x_create_tip_frame)
3362         (Fx_backspace_delete_keys_p): Likewise.
3363         * xfont.c (xfont_list, xfont_match, xfont_list_family)
3364         (xfont_text_extents): Likewise.
3365         * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
3366         * xrdb.c (magic_file_p, x_get_resource): Likewise.
3367         * xselect.c (x_queue_event, x_get_window_property)
3368         (receive_incremental_selection): Likewise.
3369         * xsmfns.c (x_session_check_input): Likewise.
3370         * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
3371         (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
3372         Likewise.
3373         * character.h (BCOPY_SHORT): Removed.
3374         * config.in: Regenerate.
3375         * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
3376         * emacs.c (main) [PROFILING]: Don't declare
3377         dump_opcode_frequencies.
3378         * lisp.h (safe_bcopy): Remove declaration.
3379         (memset) [!HAVE_MEMSET]: Declare.
3380         (memcpy) [!HAVE_MEMCPY]: Likewise.
3381         (memmove) [!HAVE_MEMMOVE]: Likewise.
3382         (memcmp) [!HAVE_MEMCMP]: Likewise.
3383         * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
3384         (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
3385         Don't define.
3386         (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
3387         * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
3388         (BCOPY_DOWNWARD_SAFE): Don't define.
3389         * sysdep.c (memset) [!HAVE_MEMSET]: Define.
3390         (memcpy) [!HAVE_MEMCPY]: Define.
3391         (memmove) [!HAVE_MEMMOVE]: Define.
3392         (memcmp) [!HAVE_MEMCMP]: Define.
3394 2010-07-07  Jan Djärv  <jan.h.d@swipnet.se>
3396         * process.c (kbd_is_on_hold): New variable.
3397         (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
3398         New functions.
3399         (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
3400         select on empty input mask.
3401         (init_process): Initialize kbd_is_on_hold to 0.
3403         * process.h (hold_keyboard_input, unhold_keyboard_input)
3404         (kbd_on_hold_p): Declare.
3406         * keyboard.c (input_available_signal): Declare.
3407         (kbd_buffer_nr_stored): New function.
3408         (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
3409         more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
3410         (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
3411         returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
3412         (tty_read_avail_input): If input is on hold, return.
3413         Don't read more that free slots in kbd_buffer (Bug#6571).
3415 2010-07-07  Eli Zaretskii  <eliz@gnu.org>
3417         * msdos.h:
3418         * msdos.c:
3419         * dosfns.c:
3420         * w16select.c: Convert function definitions to ANSI C.
3422         * msdos.h (ctrl_break_func, install_ctrl_break_check):
3423         Remove unused prototypes.
3425 2010-07-07  Juanma Barranquero  <lekktu@gmail.com>
3427         * coding.c, sysdep.c: Convert some more functions to standard C.
3429 2010-07-07  Juanma Barranquero  <lekktu@gmail.com>
3431         * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
3432         (encode_coding_object): Use SPECPDL_INDEX.
3433         (syms_of_coding): Use DOS_NT.
3435 2010-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
3437         * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
3439         Make the function member of Lisp_Subr use standard C prototypes.
3440         * lisp.h (struct Lisp_Subr): Use a union for the function member.
3441         (DECL_ALIGN): Add a cast for the function.
3442         * eval.c (Feval, Ffuncall): Use the proper type for each type
3443         function call.
3445 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
3447         * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
3448         fringe face id, so face-remapping-alist works (Bug#6091).
3450 2010-07-06  Juanma Barranquero  <lekktu@gmail.com>
3452         * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
3453         * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
3454         * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
3456 2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
3458         * xterm.c (x_get_keysym_name): Change type of parameter to int.
3459         * lisp.h: Declare x_get_keysym_name.
3460         * keyboard.c (modify_event_symbol): Don't declare
3461         x_get_keysym_name here.
3463 2010-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
3465         * ecrt0.c: Revert conversion to standard C.
3467 2010-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
3469         * vm-limit.c (memory_warnings):
3470         * keyboard.c (modify_event_symbol):
3471         * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
3472         (round2, emacs_rint):
3473         * process.c (send_process, old_sigpipe): Convert function
3474         definitions and declarations to standard C.
3476 2010-07-05  Juanma Barranquero  <lekktu@gmail.com>
3478         * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
3479         * xdisp.c: Convert function definitions to standard C.
3481         * cm.c (cmputc): Arg C is now int, not char.
3482         * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
3484 2010-07-05  James Cloos  <cloos@jhcloos.com>
3486         * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
3488         * xterm.c (x_term_init): Intern the _NET_WM_NAME and
3489         _NET_WM_ICON_NAME atoms.
3491         * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
3492         and _NET_WM_ICON_NAME properties, too, matching what is
3493         done in the Gtk+ case.
3495 2010-07-05  Jan Djärv  <jan.h.d@swipnet.se>
3497         * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
3499         * xsmfns.c (SSDATA): New macro.
3500         (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
3501         passed to strlen/strcpy/strcat.
3502         (create_client_leader_window): Surround with #ifndef USE_GTK.  Cast
3503         7:th arg to XChangeProperty to (unsigned char *).
3505         * xsettings.c (something_changedCB, parse_settings)
3506         (apply_xft_settings): Reformat prototype.
3507         (something_changedCB, init_gconf): Remove unused variable i.
3508         (read_settings): Remove unused variable long_len.
3510         * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
3511         (xg_get_image_for_pixmap, create_dialog)
3512         (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
3513         (menuitem_highlight_callback, make_menu_item)
3514         (xg_create_one_menuitem, create_menus, xg_update_menu_item)
3515         (xg_create_scroll_bar, xg_update_scrollbar_pos)
3516         (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
3517         (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
3518         (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
3519         (xg_tool_bar_item_expose_callback): Reformat prototype.
3520         (xg_update_menubar): GList *group => GSList *group.
3521         (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
3522         before use.
3523         (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
3524         to GTK_IMAGE (wimage).
3526 2010-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
3528         * atimer.c: Use "" instead of <> for local includes for
3529         consistency with the rest of the code.
3531         * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
3532         * xrdb.c (get_system_name):
3533         * window.c (shrink_windows):
3534         * syntax.c (forw_comment):
3535         * scroll.c (calculate_scrolling, calculate_direct_scrolling)
3536         (ins_del_costs):
3537         * mem-limits.h (start_of_data):
3538         * lread.c (readevalloop):
3539         * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
3540         (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
3541         * frame.c (x_get_focus_frame):
3542         * floatfns.c (fmod_float):
3543         * fileio.c (choose_write_coding_system):
3544         * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
3545         (malloc_initialize_hook, sort_args, synchronize_locale):
3546         * doprnt.c (doprnt):
3547         * dired.c (compile_pattern):
3548         * data.c (fmod_float):
3549         * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
3550         (map_char_table_for_charset):
3551         * charset.c (define_charset_internal):
3552         * alloc.c (Fgarbage_collect): Convert declarations or definitions
3553         to standard C.
3555 2010-07-04  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3556             Stefan Monnier  <monnier@iro.umontreal.ca>
3558         * lread.c (read1): Fix up last change to not mess up `c'.
3560 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3562         * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
3564 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3566         Fix prototypes.
3568         * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
3569         * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
3570         * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
3571         arg, as required by internal_condition_case_1.
3572         * print.c (strout): Use const char* for arg PTR.
3573         * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
3574         (analyse_first): Fix "const const".
3575         * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
3576         * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
3577         * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
3579 2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
3581         * alloc.c: Convert function definitions to standard C.
3582         * atimer.c:
3583         * bidi.c:
3584         * bytecode.c:
3585         * callint.c:
3586         * callproc.c:
3587         * casefiddle.c:
3588         * casetab.c:
3589         * category.c:
3590         * ccl.c:
3591         * character.c:
3592         * charset.c:
3593         * chartab.c:
3594         * cmds.c:
3595         * coding.c:
3596         * composite.c:
3597         * data.c:
3598         * dbusbind.c:
3599         * dired.c:
3600         * dispnew.c:
3601         * doc.c:
3602         * doprnt.c:
3603         * ecrt0.c:
3604         * editfns.c:
3605         * fileio.c:
3606         * filelock.c:
3607         * filemode.c:
3608         * fns.c:
3609         * font.c:
3610         * fontset.c:
3611         * frame.c:
3612         * fringe.c:
3613         * ftfont.c:
3614         * ftxfont.c:
3615         * gtkutil.c:
3616         * indent.c:
3617         * insdel.c:
3618         * intervals.c:
3619         * keymap.c:
3620         * lread.c:
3621         * macros.c:
3622         * marker.c:
3623         * md5.c:
3624         * menu.c:
3625         * minibuf.c:
3626         * prefix-args.c:
3627         * print.c:
3628         * ralloc.c:
3629         * regex.c:
3630         * region-cache.c:
3631         * scroll.c:
3632         * search.c:
3633         * sound.c:
3634         * strftime.c:
3635         * syntax.c:
3636         * sysdep.c:
3637         * termcap.c:
3638         * terminal.c:
3639         * terminfo.c:
3640         * textprop.c:
3641         * tparam.c:
3642         * undo.c:
3643         * unexelf.c:
3644         * window.c:
3645         * xfaces.c:
3646         * xfns.c:
3647         * xfont.c:
3648         * xftfont.c:
3649         * xgselect.c:
3650         * xmenu.c:
3651         * xrdb.c:
3652         * xselect.c:
3653         * xsettings.c:
3654         * xsmfns.c:
3655         * xterm.c: Likewise.
3657 2010-07-03  Eli Zaretskii  <eliz@gnu.org>
3659         * msdos.c (IT_set_frame_parameters): Fix setting of colors in
3660         frames other than the initial one.  Fix reversal of colors when
3661         `reverse' is specified in the frame parameters.  Call
3662         update_face_from_frame_parameter instead of
3663         internal-set-lisp-face-attribute.  Initialize screen colors from
3664         initial_screen_colors[] when f->default_face_done_p is zero,
3665         instead of depending on being called with default-frame-alist as
3666         the alist argument.
3668         * xfaces.c (update_face_from_frame_parameter): Move out of
3669         HAVE_WINDOW_SYSTEM portion.  Condition window-system only parts
3670         with HAVE_WINDOW_SYSTEM.
3672         * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
3673         to menu-bar-mode, if not set in the frame parameters or in
3674         default-frame-alist.
3676         * w32console.c (sys_tputs): Adjust argument list to prototype in
3677         term.c.
3679 2010-07-03  Juanma Barranquero  <lekktu@gmail.com>
3681         * lisp.h (memory_warnings): Fix prototype.
3683         * cm.h (evalcost): Fix prototype.
3685         * cm.c (evalcost): Fix arg type.
3687 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
3689         * term.c (term_clear_mouse_face, Fidentity):
3690         * syssignal.h (signal_handler_t):
3691         * lisp.h (memory_warnings):
3692         * coding.h (preferred_coding_system):
3693         * cm.h (evalcost):
3694         * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
3696 2010-07-02  Eli Zaretskii  <eliz@gnu.org>
3698         * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
3699         from prototypes.
3701         * msdos.h (load_pixmap): Don't define away.
3703 2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
3705         * lisp.h:
3706         * atimer.h: Remove define for P_.
3708         * alloc.c: Remove __P and P_ from .c and .m files.
3709         * atimer.c:
3710         * buffer.c:
3711         * callint.c:
3712         * category.c:
3713         * charset.c:
3714         * chartab.c:
3715         * cm.c:
3716         * coding.c:
3717         * composite.c:
3718         * data.c:
3719         * dired.c:
3720         * dispnew.c:
3721         * doc.c:
3722         * editfns.c:
3723         * emacs.c:
3724         * eval.c:
3725         * fileio.c:
3726         * filelock.c:
3727         * fns.c:
3728         * font.c:
3729         * fontset.c:
3730         * frame.c:
3731         * ftfont.c:
3732         * ftxfont.c:
3733         * gmalloc.c:
3734         * gtkutil.c:
3735         * image.c:
3736         * indent.c:
3737         * intervals.c:
3738         * keyboard.c:
3739         * keymap.c:
3740         * lread.c:
3741         * marker.c:
3742         * menu.c:
3743         * minibuf.c:
3744         * print.c:
3745         * process.c:
3746         * scroll.c:
3747         * search.c:
3748         * sound.c:
3749         * strftime.c:
3750         * syntax.c:
3751         * sysdep.c:
3752         * term.c:
3753         * terminal.c:
3754         * textprop.c:
3755         * unexalpha.c:
3756         * w32console.c:
3757         * w32fns.c:
3758         * w32font.c:
3759         * w32menu.c:
3760         * w32term.c:
3761         * w32uniscribe.c:
3762         * window.c:
3763         * xdisp.c:
3764         * xfaces.c:
3765         * xfns.c:
3766         * xfont.c:
3767         * xftfont.c:
3768         * xmenu.c:
3769         * xselect.c:
3770         * xterm.c: Likewise.
3772         Remove P_ and __P macros.
3773         * atimer.h: Remove P_ and __P macros.
3774         * buffer.h:
3775         * category.h:
3776         * ccl.h:
3777         * character.h:
3778         * charset.h:
3779         * cm.h:
3780         * coding.h:
3781         * composite.h:
3782         * dispextern.h:
3783         * disptab.h:
3784         * dosfns.h:
3785         * font.h:
3786         * fontset.h:
3787         * frame.h:
3788         * gtkutil.h:
3789         * indent.h:
3790         * intervals.h:
3791         * keyboard.h:
3792         * keymap.h:
3793         * lisp.h:
3794         * macros.h:
3795         * md5.h:
3796         * menu.h:
3797         * msdos.h:
3798         * nsterm.h:
3799         * puresize.h:
3800         * region-cache.h:
3801         * syntax.h:
3802         * syssignal.h:
3803         * systime.h:
3804         * termhooks.h:
3805         * w32font.h:
3806         * w32term.h:
3807         * widget.h:
3808         * window.h:
3809         * xgselect.h:
3810         * xsettings.h:
3811         * xterm.h: Likewise.
3813 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
3815         * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
3817         Cleanup old code.
3818         * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
3819         * syssignal.h: Remove code for Lynx, not supported anymore.
3820         * vm-limit.c: Remove unused code the depends on emacs not being
3821         defined and NO_LIM_DATA being defined.
3822         * mem-limits.h: Remove dead code.
3824 2010-07-01  Jan Djärv  <jan.h.d@swipnet.se>
3826         * window.c (Fwindow_absolute_pixel_edges): Doc fix.
3828         * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
3829         (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
3831         * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
3832         parameters, they are already absolute.
3834         * nsterm.m (x_set_window_size, initFrameFromEmacs):
3835         Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
3837         * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
3839         * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
3840         Update FRAME_TOOLBAR_HEIGHT.
3842         * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
3843         Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
3845 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3847         * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
3848         check default-frame-alist.
3850 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
3852         * process.c (create_process): Avoid using invalid file descriptors.
3854         * callproc.c (child_setup): Avoid closing a file descriptor twice.
3856 2010-06-30  Jan Djärv  <jan.h.d@swipnet.se>
3858         * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
3859         Improve documentation.  Return font regardless of use_system_font.
3860         (syms_of_xsettings): Improve documentation for font-use-system-font.
3862 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
3864         * xfaces.c (realize_face): Garbage the frame if a face is removed
3865         (Bug#6593).
3867 2010-07-05  Andreas Schwab  <schwab@linux-m68k.org>
3869         * keyboard.c: Remove duplicate <setjmp.h>.
3870         (read_key_sequence): Remove volatile qualifiers.
3872 2010-07-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3874         * dispextern.h (FRINGE_HEIGHT_BITS): New define.
3875         (struct glyph_row): New members left_fringe_offset and
3876         right_fringe_offset.
3878         * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
3879         specially.
3880         * w32term.c (w32_draw_fringe_bitmap): Likewise.
3881         * nsterm.m (ns_draw_fringe_bitmap): Likewise.
3883         * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
3884         Take account of bitmap offset.
3885         (draw_window_fringes): Take account of window vscroll.
3886         (update_window_fringes): Likewise.  Extend top-aligned top indicator
3887         or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
3888         in one row.  Don't set redraw_fringe_bitmaps_p outside row comparison.
3889         Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
3891 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3893         * w32fns.c (Qtooltip): Declare.
3894         Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
3896 2010-07-03  Jan Djärv  <jan.h.d@swipnet.se>
3898         * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
3899         grab on just Press (Bug#6499).
3901 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
3903         * frame.c (Qtooltip): New var.
3904         (delete_frame): Use it.  Fix faulty if statement.  Don't update
3905         mode line for tooltip frames.  Suggested by Martin Rudalics.
3907         * xfns.c (x_create_tip_frame):
3908         * w32fns.c (x_create_tip_frame): Use it.
3910 2010-06-17  Naohiro Aota  <naota@elisp.net>  (tiny change)
3912         * xftfont.c (xftfont_open): Check font width one by one also when
3913         spacing is dual.
3915         * ftfont.c (ftfont_open): Ditto.
3917 2010-06-30  Glenn Morris  <rgm@gnu.org>
3919         * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
3921         * Makefile.in (CANNOT_DUMP): Update for configure name change.
3923         * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
3924         * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
3925         * s/darwin.h (SYSTEM_MALLOC):
3926         * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
3928 2010-06-29  Jan Djärv  <jan.h.d@swipnet.se>
3930         * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
3931         (ns_get_screen): Don't assign integer to f.
3932         (Fx_display_color_cells): Declarations before statements.
3934 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
3936         * xfns.c (x_default_font_parameter): Remove got_from_system
3937         (Bug#6526).
3939         * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
3940         (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
3941         defines based on what configure finds.
3943         * xterm.c (XTflash): Use gtk_widget_get_window.
3944         (xg_scroll_callback): Use gtk_adjustment_get_upper and
3945         gtk_adjustment_get_page_size.
3946         (handle_one_xevent): Use gtk_widget_get_mapped.
3947         (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
3948         messages.
3950         * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
3952         * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
3953         HAVE_GTK_FILE_SELECTION_NEW.
3955         * gtkutil.c (xg_display_open, xg_display_close): Remove
3956         HAVE_GTK_MULTIDISPLAY, it is always defined.
3957         (xg_display_open): Return type is void.
3958         (gtk_widget_set_has_window)
3959         (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
3960         (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
3961         (gtk_adjustment_set_page_increment)
3962         (gtk_adjustment_get_step_increment): #define these if not found
3963         by configure.
3964         (remove_submenu): New define based on Gtk+ version.
3965         (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
3966         gtk_widget_get_window.
3967         (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
3968         (xg_create_frame_widgets): Use gtk_widget_set_has_window.
3969         (create_dialog): Use gtk_dialog_get_action_area and
3970         gtk_dialog_get_content_area.
3971         (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
3972         and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW.  File chooser is always
3973         available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
3974         (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
3975         g_object_ref and g_object_unref.
3976         (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
3977         gtk_widget_get_sensitive.
3978         (xg_update_submenu): Use remove_submenu.
3979         (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
3980         properties instead to get old x and y position.
3981         (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
3982         gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
3983         gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
3984         (xg_get_tool_bar_widgets): New function.
3985         (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
3986         (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
3987         (toolbar_set_orientation): New #define based on if configure
3988         finds gtk_orientable_set_orientation.
3989         (xg_create_tool_bar): Call toolbar_set_orientation.
3990         (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
3991         instead of gtk_box_pack_start_defaults.
3993 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
3995         * cmds.c (Fdelete_backward_char): Move into Lisp.
3997 2010-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
3999         * s/freebsd.h (BSD4_2): Remove redundant definition.
4000         bsd-common.h defines it already.
4002 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
4004         * xfns.c (Fx_create_frame): Don't consult X resouces when setting
4005         menu-bar-lines and tool-bar-lines.  Use menu-bar-mode and
4006         tool-bar-mode, which are now set using these X resources at
4007         startup, to determine the defaults (Bug#2249).
4009         * w32fns.c (Fx_create_frame):
4010         * nsfns.m (Fx_create_frame): Likewise.
4012         * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
4014 2010-06-24  Juanma Barranquero  <lekktu@gmail.com>
4016         * gtkutil.c (xg_update_scrollbar_pos):
4017         Avoid C99 mid-block variable declaration.
4019 2010-06-22  Jan Djärv  <jan.h.d@swipnet.se>
4021         * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
4023         * gtkutil.h (xg_show_scroll_bar): Remove.
4025         * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
4026         if height is less than scroll bar min size.
4027         (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
4029         * xfns.c (x_default_font_parameter): Try to open font from system
4030         before using it (bug#6478).  Rename got_from_gconf to got_from_system.
4032 2010-06-22  Keith Packard  <keithp@keithp.com>  (tiny change)
4034         * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
4036 2010-06-20  Eli Zaretskii  <eliz@gnu.org>
4038         * xdisp.c (try_scrolling): When scroll-conservatively is set to
4039         most-positive-fixnum, be extra accurate when scrolling window
4040         start, to avoid missing the cursor line.
4042 2010-06-19  Eli Zaretskii  <eliz@gnu.org>
4044         * xdisp.c (try_scrolling): Compute the limit for searching point
4045         in forward scroll from scroll_max, instead of an arbitrary limit
4046         of 10 screen lines.  See
4047         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
4048         and
4049         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
4050         for details.
4052 2010-06-16  Glenn Morris  <rgm@gnu.org>
4054         * editfns.c (Fbyte_to_string): Pacify compiler.
4056 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4058         * lread.c (read1): Phase out old-style backquotes a bit more.
4060 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
4062         * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
4063         bidimirror.h.
4065         * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
4067         * bidi.c (bidi_initialize): Remove explicit initialization of
4068         bidi_type_table; include biditype.h instead.  Don't support
4069         entries whose second codepoint is zero.  Initialize bidi_mirror_table.
4070         (bidi_mirror_char): Use bidi_mirror_table.
4072         * biditype.h: New file.
4074         * bidimirror.h: New file.
4076         * window.c (syms_of_window): Doc fix (bug#6409).
4078 2010-06-12  Romain Francoise  <romain@orebokech.com>
4080         * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
4081         ediff-hook.
4083 2010-06-10  Glenn Morris  <rgm@gnu.org>
4085         * editfns.c (Fbyte_to_string): Pacify compiler.
4087         * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
4089 2010-06-26  Andreas Schwab  <schwab@linux-m68k.org>
4091         * alloc.c (Fmake_byte_code): Don't access undefined argument
4092         (Bug#6517).
4094 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
4096         * xdisp.c (next_element_from_image): Ensure that after-strings are
4097         read the next time we hit handle_stop (Bug#1336).
4099 2010-06-23  Andreas Schwab  <schwab@linux-m68k.org>
4101         * lread.c (read1): Signal error if #s is not followed by paren.
4103 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
4105         * image.c (free_image): Mark frame as garbaged (Bug#6426).
4107         * keymap.c (Fdefine_key): Doc fix (Bug#6460).
4109 2010-06-15  Glenn Morris  <rgm@gnu.org>
4111         * editfns.c (Fbyte_to_string): Pacify compiler.
4113 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4115         * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
4116         Check `object's type before accessing its guts.
4118 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
4120         * s/usg5-4.h: Fix previous change.
4121         Suggested by Lawrence Mitchell <wence@gmx.li>
4123 2010-06-08  Andreas Schwab  <schwab@linux-m68k.org>
4125         * minibuf.c (Fall_completions): Add more checks.
4127 2010-06-08  Juanma Barranquero  <lekktu@gmail.com>
4129         * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
4131 2010-06-08  Dan Nicolaescu  <dann@ics.uci.edu>
4133         * lread.c (X_OK): Remove, unused.
4135         * dispnew.c: Remove obsolete comment.
4137         Remove INCLUDED_FCNTL.
4138         * xterm.c (INCLUDED_FCNTL):
4139         * callproc.c (INCLUDED_FCNTL):
4140         * alloc.c (INCLUDED_FCNTL):
4141         * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
4142         (emacs_get_tty, emacs_set_tty): Declare unconditionally.
4144 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
4146         * window.c (Fselect_window): Move `record_buffer' up to the
4147         beginning of this function, so the buffer gets recorded
4148         even if the selected window does not change.
4149         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
4151 2010-06-07  Juanma Barranquero  <lekktu@gmail.com>
4153         * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
4154         (Fforward_line, Fbeginning_of_line): Reflow docstrings.
4156 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
4158         Remove BSTRING related code, all platforms define it.
4159         * s/usg5-4.h (BSTRING): Remove definition.
4160         * s/template.h (BSTRING):
4161         * s/msdos.h (BSTRING):
4162         * s/ms-w32.h (BSTRING):
4163         * s/hpux10-20.h (BSTRING):
4164         * s/gnu-linux.h (BSTRING):
4165         * s/darwin.h (BSTRING):
4166         * s/cygwin.h (BSTRING):
4167         * s/bsd-common.h (BSTRING):
4168         * s/aix4-2.h (BSTRING): Likewise.
4169         * sysdep.c: Remove code depending on BSTRING not being defined.
4171 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
4173         Remove obsolete macro BASE_LEADING_CODE_P.
4174         * character.h (BASE_LEADING_CODE_P): Remove.
4175         * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
4176         * buffer.c (Fset_buffer_multibyte):
4177         * indent.c (scan_for_column, compute_motion):
4178         * insdel.c (count_combining_before, count_combining_after):
4179         Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
4181 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
4183         Turn `directory-sep-char' into a noop.
4185         * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
4186         (DIRECTORY_SEP): Define unconditionally.
4188         * s/ms-w32.h (DIRECTORY_SEP): Remove.
4190         * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
4191         call dostounix_filename directly.
4193         * fileio.c (CORRECT_DIR_SEPS): Remove.
4194         (Ffile_name_directory, directory_file_name, Fexpand_file_name)
4195         (Fsubstitute_in_file_name): Use dostounix_filename instead.
4196         (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
4197         (syms_of_fileio) <directory-sep-char>: Move to subr.el.
4199         * w32proc.c (CORRECT_DIR_SEPS): Remove.
4200         (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
4202 2010-06-03  Andreas Schwab  <schwab@linux-m68k.org>
4204         * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
4205         (Bug#6346)
4207 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
4209         * ccl.c (Fccl_program_p): Fix typo in docstring.
4211 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
4213         Move UNEXEC definition to autoconf.
4214         * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
4215         * s/sol2-10.h (UNEXEC):
4216         * s/irix6-5.h (UNEXEC):
4217         * s/hpux10-20.h (UNEXEC):
4218         * s/gnu-linux.h (UNEXEC):
4219         * s/darwin.h (UNEXEC):
4220         * s/cygwin.h (UNEXEC):
4221         * s/bsd-common.h (UNEXEC):
4222         * s/aix4-2.h (UNEXEC):
4223         * m/alpha.h (UNEXEC): Likewise.
4224         * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
4226 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
4228         Remove obsolete pre-unicode2 macros.
4229         * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
4230         * composite.c (composition_reseat_it):
4231         * data.c (Faset):
4232         * fns.c (Ffillarray):
4233         * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
4234         [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
4236 2010-06-03  Juri Linkov  <juri@jurta.org>
4238         * buffer.c (Fother_buffer): Add CHECK_FRAME.
4239         (Fswitch_to_buffer): Remove unused variable `err'.
4241 2010-06-03  Glenn Morris  <rgm@gnu.org>
4243         * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
4245         * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
4246         now that AH_BOTTOM does it.
4248         * m/hp800.h (HAVE_ALLOCA):
4249         * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
4251         * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
4252         Remove NOT_C_CODE tests, it is always true now.
4254 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
4256         Fix config.h includes.
4257         * xsettings.c:
4258         * xgselect.c:
4259         * nsterm.m:
4260         * nsselect.m:
4261         * nsimage.m:
4262         * nsfont.m:
4263         * nsfns.m:
4264         * dbusbind.c: Use #include <config.h> instead of "config.h" as all
4265         other files do.
4267         * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
4269         * s/sol2-6.h: Remove obsolete comments.
4271         Remove unnecessary alloca.h includes.
4272         * keymap.c: Do not include alloca.h, config.h does that.
4273         * sysdep.c: Likewise.  Do not define fwrite, not used.
4275 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4277         * sysdep.c (child_setup_tty): Move the non-canonical initialization to
4278         the HAVE_TERMIO where it belongs (bug#6149).
4280 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4282         * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
4283         of bug#6305).
4285 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
4287         * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
4288         state is always cached (bug#6306).
4290 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
4292         Fix cursor motion in bidi-reordered continued lines.
4293         * xdisp.c (try_cursor_movement): Backup to non-continuation line
4294         only after finding point's row.  Fix the logic.  Rewrite the loop
4295         over continuation lines in bidi-reordered buffers.  Return
4296         CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
4297         rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
4299 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
4301         * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
4303 2010-05-28  Kenichi Handa  <handa@m17n.org>
4305         * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
4306         Don't sheck SPEC if it is nil.
4307         (font_list_entities): Call font_delete_unmatched if
4308         Vface_ignored_fonts is non-nil.  (Bug#6287)
4310 2010-05-28  Glenn Morris  <rgm@gnu.org>
4312         * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
4314 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4316         * fileio.c (Fdelete_file): Change meaning of optional arg to mean
4317         whether to trash.
4318         (internal_delete_file, Frename_file): Callers changed.
4319         (delete_by_moving_to_trash): Doc fix.
4320         (Fdelete_directory_internal): Don't move to trash.
4322         * callproc.c (delete_temp_file):
4323         * buffer.c (Fkill_buffer): Callers changed.
4325         * lisp.h: Update prototype.
4327 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4329         * xdisp.c (redisplay_window): After redisplay, check if point is
4330         still valid before setting it (Bug#6177).
4332 2010-05-27  Glenn Morris  <rgm@gnu.org>
4334         * Makefile.in, autodeps.mk, deps.mk, ns.mk:
4335         Convert comments to Makefile format.
4337         * Makefile.in (bootstrap-clean): No more Makefile.c.
4339 2010-05-26  Glenn Morris  <rgm@gnu.org>
4341         * Makefile.in (YMF_PASS_LDFLAGS): Remove.
4342         (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
4344         * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4345         Remove.
4346         (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4348 2010-05-26  Kenichi Handa  <handa@m17n.org>
4350         * composite.c (composition_compute_stop_pos): Fix condition for
4351         backward scanning.
4353 2010-05-25  Glenn Morris  <rgm@gnu.org>
4355         * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4356         Move before TEMACS_LDFLAGS.
4357         (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4358         (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4360         * Makefile.in (NOT_C_CODE): No longer define.
4361         (config.h): No longer include.
4363         * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
4364         variables it may reference.
4366         * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4367         (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
4369 2010-05-25  Kenichi Handa  <handa@m17n.org>
4371         * dispextern.h (struct composition_it): New members rule_idx and
4372         charpos.
4374         * xdisp.c (set_iterator_to_next): While scanning backward, assume
4375         that the character positions of IT point the last character of the
4376         current grapheme cluster.
4377         (next_element_from_composition): Don't change character positions
4378         of IT.
4379         (append_composite_glyph): Set glyph->charpos to
4380         it->cmp_it.charpos.
4382         * composite.c (autocmp_chars): Change the first argument to RULE,
4383         and try composition with RULE only.
4384         (composition_compute_stop_pos): Record the index number of the
4385         composition rule in CMP_IT->rule_idx.
4386         (composition_reseat_it): Call autocmp_chars repeatedly until the
4387         correct rule of the composition is found.
4388         (composition_update_it): Set CMP_IT->charpos.  Assume the CHARPOS
4389         is at the last character of the current grapheme cluster when
4390         CMP_IT->reversed_p is nonzero.
4392 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4394         * editfns.c (Fbyte_to_string): New function.
4396 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4398         * process.c (Fmake_network_process): Set :host to nil if it's not used.
4399         Suggested by Masatake YAMATO <yamato@redhat.com>.
4401 2010-05-23  Eli Zaretskii  <eliz@gnu.org>
4403         * dispextern.h (init_iterator): Sync prototype with changed definition.
4405 2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
4407         * s/netbsd.h: If terminfo is found, use it in preference to
4408         termcap.  (Bug#6190)  [Backport from trunk]
4410 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4412         Redesign and reimplement bidi-aware edge positions of glyph rows.
4414         * dispextern.h (struct glyph_row): New members minpos and maxpos.
4415         (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
4416         (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
4417         and maxpos members instead of start.pos and end.pos, respectively.
4419         * xdisp.c (display_line): Compare IT_CHARPOS with the position in
4420         row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
4421         (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
4422         (try_window_reusing_current_matrix, try_window_id):
4423         Use ROW->minpos rather than ROW->start.pos.
4424         (init_from_display_pos, init_iterator): Use EMACS_INT for
4425         character and byte positions.
4426         (find_row_edges): Rename from find_row_end.  Accept additional
4427         arguments for minimum and maximum buffer positions seen by
4428         display_line for this row.  Don't use iterator to find the
4429         position following the maximum one; instead, increment the
4430         position found by display_line directly.  Fix logic; eol_pos
4431         should be tested before the rest.  Handle the case of characters
4432         delivered from display vector (bug#6036).  Fix tests related to
4433         it->method.  Handle the truncated_on_right_p rows.
4434         (RECORD_MAX_MIN_POS): New macro.
4435         (display_line): Use it to record the minimum and maximum buffer
4436         positions for glyphs in the row being assembled.  Record the
4437         position of the newline that terminates the line.  If word wrap is
4438         in effect, restore minimum and maximum positions seen up to the
4439         wrap point, when iterator returns to it.
4440         (try_window_reusing_current_matrix): Give up if in bidi-reordered
4441         row and cursor not already at point.  Restore original pre-bidi
4442         code for unidirectional buffers.
4444         * dispnew.c (increment_row_positions, check_matrix_invariants):
4445         Increment and check row->start.pos and row->end.pos, in addition
4446         to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
4448         * .gdbinit (prowlims): Display row->minpos and row->maxpos.
4449         Display truncated_on_left_p and truncated_on_right_p flags.
4450         Formatting fixes.
4451         (pmtxrows): Display the ordinal number of each row.  Don't display
4452         rows beyond the last one.
4454         * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
4455         it is not copied by bidi_copy_it.
4457 2010-05-22  Eli Zaretskii  <eliz@gnu.org>
4459         * w32.c (sys_write): Break writes into chunks smaller than 32MB.
4460         (Bug#6237)
4462 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4464         * image.c (Fimage_flush): Rename from image-refresh.
4466 2010-05-21  Chong Yidong  <cyd@stupidchicken.com>
4468         * xdisp.c (redisplay_internal): Clear caches even if redisplaying
4469         just one window.
4471         * image.c (Vimage_cache_eviction_delay): Decrease to 300.
4472         (clear_image_cache): If the number of cached images is unusually
4473         large, decrease the cache eviction delay (Bug#6230).
4475 2010-05-21  Glenn Morris  <rgm@gnu.org>
4477         * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
4478         Move these rules to ns.mk.
4479         * ns.mk: New file.
4481         * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
4483         * Makefile.in (CANNOT_DUMP): New, set by configure.
4484         (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
4486 2010-05-20  Juri Linkov  <juri@jurta.org>
4488         * fileio.c (Fdelete_file): Change interative spec to use
4489         `read-file-name' like in `find-file-read-args' where the default
4490         value is `default-directory' instead of `buffer-file-name'.
4491         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
4493 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4495         * keyboard.c (Vlast_command, Vkeyboard_translate_table)
4496         (Voverriding_terminal_local_map, Vsystem_key_alist)
4497         (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
4499 2010-05-20  Glenn Morris  <rgm@gnu.org>
4501         * Makefile.in (DEPDIR): New constant.
4502         (DEPFLAGS): Set with configure, not cpp.
4503         (MKDEPDIR): New, set by configure.
4504         (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
4505         (clean): Use $DEPDIR.
4506         (deps_frag): Include from configure.
4507         Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
4508         * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
4510         * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
4511         reallocation of the cache.  (Bug#6210)
4513 2010-05-19  Glenn Morris  <rgm@gnu.org>
4515         * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
4517         * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
4518         (GNULIB_VAR): Remove.
4519         (LIBES): Use LIB_GCC instead of GNULIB_VAR.
4521         * m/ibms390x.h (LINKER):
4522         * m/macppc.h (LINKER) [GNU_LINUX]:
4523         * s/aix4-2.h (ORDINARY_LINK):
4524         * s/cygwin.h (LINKER):
4525         * s/darwin.h (ORDINARY_LINK):
4526         * s/gnu.h (ORDINARY_LINK):
4527         * s/netbsd.h (LINKER):
4528         * s/usg5-4.h (ORDINARY_LINK):
4529         Move to configure.
4531         * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
4533 2010-05-18  Chong Yidong  <cyd@stupidchicken.com>
4535         * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
4536         prevent stack overflow if number of arguments is too large
4537         (Bug#6214).
4539 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
4541         * charset.c (load_charset_map_from_file): Don't call close after fclose.
4543 2010-05-18  Glenn Morris  <rgm@gnu.org>
4545         * s/gnu-linux.h: Combine two conditionals.
4547         * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
4548         $(POST_ALLOC_OBJ).
4550         * Makefile.in (RALLOC_OBJ): New, set by configure.
4551         (rallocobj): Replace with the previous variable.
4552         (otherobj): Use $RALLOC_OBJ.
4554         * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
4555         * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
4557         * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
4558         (gmallocobj, vmlimitobj): Replace with previous two variables.
4559         (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
4561 2010-05-17  Glenn Morris  <rgm@gnu.org>
4563         * Makefile.in (OLDXMENU_DEPS): New, set by configure.
4564         (stamp-oldxmenu): Use $OLDXMENU_DEPS.
4566 2010-05-16  Glenn Morris  <rgm@gnu.org>
4568         * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
4570         * Makefile.in (clean): Get rid of HAVE_NS conditional.
4572         * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
4573         trailing "/".
4575         * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
4576         (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
4578         * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
4579         (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
4580         (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
4581         (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
4582         Make most of the NS_IMPL_GNUSTEP case the same as the default case.
4584         * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
4585         Remove ${STARTFLAGS}, nothing ever sets it.
4587 2010-05-16  Dan Nicolaescu  <dann@ics.uci.edu>
4589         * m/ia64.h (UNEXEC): Remove, set in s/*.h.
4591 2010-05-16  Glenn Morris  <rgm@gnu.org>
4593         * Makefile.in (LIBX_BASE): Always define.
4595         * Makefile.in (LIBX_OTHER): Move out of cpp section.
4597         * Makefile.in (LIBXT): Always define.
4599 2010-05-15  Glenn Morris  <rgm@gnu.org>
4601         * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
4603         * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
4604         (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
4606 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4608         * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue.  (Bug#5916)
4609         (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
4611         * emacs.c (main): Initialize initial-environment and
4612         process-environment before generating from env, not after.
4614         Handle --version reasonably in CANNOT_DUMP configuration.
4615         * emacs.c (emacs_version, emacs_copyright): New string variables.
4616         (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
4617         (syms_of_emacs): Defvar them, and initialize them from the C
4618         string variables.
4619         (main): If initialization hasn't been done, print initial version
4620         info from the C strings, instead of starting an interactive session.
4622 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4624         * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
4625         of bidi_it->paragraph_dir.  Call bidi_initialize if needed.
4626         (bidi_paragraph_init): Remove redundant assertion that we are at
4627         the beginning of a line after call to bidi_find_paragraph_start.
4629         * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
4630         (syms_of_xdisp): Defsubr it.
4632         * cmds.c (Fforward_char, Fbackward_char): Doc fix.
4634         * Makefile.in: Fix MSDOS-related comments.
4636 2010-05-15  Glenn Morris  <rgm@gnu.org>
4638         * Makefile.in (OLDXMENU_TARGET): New, set by configure.
4639         (really-lwlib, really-oldXMenu): Always define.
4640         ($OLDXMENU): Depend on $OLDXMENU_TARGET.
4642         * Makefile.in: Simplify cpp conditional.
4644         * Makefile.in (${ns_appdir}): Simplify using umask.
4646         * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
4648 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4650         * eval.c (specbind): Remove left-over duplicate test.
4651         Disallow let-binding frame-local vars.  Add comment.
4653 2010-05-14  Eli Zaretskii  <eliz@gnu.org>
4655         Make the cache of bidi iterator states dynamically allocated.
4656         * bidi.c (bidi_cache_shrink): New function.
4657         (bidi_init_it): Call it.
4658         (bidi_cache_iterator_state): Enlarge the cache if needed.
4660         * bidi.c (bidi_move_to_visually_next): Rename from
4661         bidi_get_next_char_visually.  All callers changed.
4663 2010-05-14  Kenichi Handa  <handa@m17n.org>
4665         * dispextern.h (struct composition_it): New member reversed_p.
4667         * composite.c (composition_compute_stop_pos): Search backward if
4668         ENDPOS < CHARPOS.
4669         (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
4670         Set CMP_IT->reversed_p.
4671         (composition_update_it): Pay attention to CMP_IT->reversed_p.
4673         * xdisp.c (set_iterator_to_next):
4674         Call composition_compute_stop_pos with negative ENDPOS if we are
4675         scanning backward.  Call composition_compute_stop_pos if scan
4676         direction is changed.
4677         (next_element_from_buffer): Call composition_compute_stop_pos with
4678         negative ENDPOS if we are scanning backward.
4679         (next_element_from_composition): Pay attention to
4680         IT->cmp_it.reversed_p.
4682 2010-05-14  Kenichi Handa  <handa@m17n.org>
4684         * font.c (font_range): Return the range for the font found at first.
4686 2010-05-14  Glenn Morris  <rgm@gnu.org>
4688         * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
4690         * Makefile.in (mktime, X11, register): Move undefs to configure.
4692         * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4693         (MSDOS_X_OBJ): New variable.
4694         (MSDOS_SUPPORT_REAL): New constant.
4695         (MSDOS_SUPPORT): Set as a variable, not with cpp.
4696         (obj): Use MSDOS_X_OBJ.
4697         (lisp): Use MSDOS_SUPPORT as a variable.
4699         * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
4700         (GPM_MOUSE_SUPPORT): Now it's a constant.
4701         (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
4702         not cpp.
4704         * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
4705         (ns_appresdir): Remove, unused.
4707         * Makefile.in (SHELL): Move outside cpp section.
4709         * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
4711 2010-05-13  Glenn Morris  <rgm@gnu.org>
4713         * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
4714         (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
4716         * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
4717         HAVE_WINDOW_SYSTEM must be too.
4719         * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
4720         (lisp): Remove WINNT_SUPPORT.
4722         * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
4723         Let configure set these variables (to empty) in this case as well.
4725         * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
4726         (LIBX_BASE): Use $LD_SWITCH_X_SITE.
4728         * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
4729         (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
4730         (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
4731         (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
4732         (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
4733         the values output by configure.
4734         (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
4736 2010-05-12  Glenn Morris  <rgm@gnu.org>
4738         * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
4739         (LINKER_WAS_SPECIFIED): Remove.
4741         * Makefile.in (LIB_GCC): Set using configure, not cpp.
4742         (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
4743         * m/arm.h (LIB_GCC) [GNU_LINUX]:
4744         * s/cygwin.h (LIB_GCC):
4745         * s/freebsd.h (LIB_GCC):
4746         * s/gnu-linux.h (LIB_GCC):
4747         * s/msdos.h (LIB_GCC):
4748         * s/netbsd.h (LIB_GCC):
4749         Move to configure.
4751 2010-05-11  Karel Klic  <kklic@redhat.com>
4753         * ftfont.c: Fix incorrect parentheses of #if condition for
4754         definining M17N_FLT_USE_NEW_FEATURE.
4756 2010-05-11  Glenn Morris  <rgm@gnu.org>
4758         * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
4759         * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
4761 2010-05-10  Eli Zaretskii  <eliz@gnu.org>
4763         * xdisp.c (init_iterator): Don't turn on bidi reordering in
4764         unibyte buffers.  See
4765         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
4767 2010-05-10  Glenn Morris  <rgm@gnu.org>
4769         * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
4770         (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
4771         (LIBES): Use LIBS_SYSTEM as a variable.
4772         * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM.  Always define.
4773         * s/aix4-2.h (LIBS_SYSTEM):
4774         * s/freebsd.h (LIBS_SYSTEM):
4775         * s/hpux10-20.h (LIBS_SYSTEM):
4776         * s/sol2-6.h (LIBS_SYSTEM):
4777         * s/unixware.h (LIBS_SYSTEM):
4778         Move to configure.
4780         * s/aix4-2.h (MAIL_USE_LOCKF):
4781         * s/bsd-common.h (MAIL_USE_FLOCK):
4782         * s/darwin.h (MAIL_USE_FLOCK):
4783         * s/gnu-linux.h (MAIL_USE_FLOCK):
4784         * s/irix6-5.h (MAIL_USE_FLOCK):
4785         * s/template.h (MAIL_USE_FLOCK):
4786         Move to configure.
4788 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4790         * Version 23.2 released.
4792 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
4794         * composite.c (autocmp_chars): Save point as marker before calling
4795         auto-composition-function (Bug#5984).
4797         * lisp.h (restore_point_unwind): Add prototype.
4799         * fileio.c (restore_point_unwind): Remove static attribute.
4801 2010-05-08  Kenichi Handa  <handa@m17n.org>
4803         * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
4804         new feature of libotf and m17n-flt.
4805         (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
4806         Call OTF_check_features even if no specific feature is given.
4807         (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
4808         (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
4809         that OUT is NULL.  Use OTF_drive_gsub_with_log and
4810         OTF_drive_gpos_with_log instead of OTF_drive_gsub and
4811         OTF_drive_gpos.
4812         (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
4813         (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
4814         Setup mflt_enable_new_feature and mflt_try_otf.
4816 2010-05-08  Jan Djärv  <jan.h.d@swipnet.se>
4818         * xsettings.c (Ftool_bar_get_system_style): Correct comment.
4820         * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
4821         box and toolbar (Bug #6139).
4822         (xg_create_tool_bar): Remove comment (Bug #6139).
4823         (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
4824         (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
4826 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4828         * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
4829         Update dependencies.
4831 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
4833         * fringe.c (update_window_fringes): Set up truncation bitmaps for
4834         R2L lines.
4836 2010-05-08  Glenn Morris  <rgm@gnu.org>
4838         * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
4840         * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
4841         (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
4842         (termcapobj): Replace with TERMCAP_OBJ.
4843         (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
4844         (LIBES): Use LIBS_TERMCAP as a variable.
4846         * s/freebsd.h (osreldate.h): No longer include, since this file
4847         does not use __FreeBSD_version any more.
4849         * s/aix4-2.h (TERMINFO):
4850         * s/cygwin.h (TERMINFO):
4851         * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4852         * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
4853         * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4854         * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4855         * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
4856         * s/irix6-5.h (TERMINFO):
4857         * s/netbsd.h (LIBS_TERMCAP):
4858         * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
4859         * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
4860         * s/usg5-4.h (TERMINFO):
4861         Move to configure.
4863 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4865         * eval.c (unbind_to): Don't unbind a local binding into the global
4866         binding when the local binding disappeared.  Inversely, don't unbind
4867         a global binding into a newly created local binding.
4868         * data.c (set_internal): Make its `buf' arg into a `where' arg so we
4869         can specify the frame to use, when applicable.  Adjust callers.
4871 2010-05-07  Vincent Belaïche  <vincent.belaiche@gmail.com>
4872             Stefan Monnier  <monnier@iro.umontreal.ca>
4874         * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
4876 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4878         * w32fns.c: Include w32.h.
4879         (Fw32_shell_execute): Decode the error message before passing it
4880         to `error'.  (Bug#6126)
4882         * msdos.c (dos_set_window_size):
4883         * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
4884         instead of `XSYMBOL (foo)->value'.
4886 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4888         Fix the MS-DOS build, broken by autoconfiscation.
4890         * Makefile.in: Don't use Make-style comments past the "start of
4891         cpp stuff" line.
4892         (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
4894         * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
4895         edited directly by msdos/sed1v2.inp).
4897 2010-05-07  Glenn Morris  <rgm@gnu.org>
4899         * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4900         (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
4901         (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
4902         move out of cpp section.
4903         * s/freebsd.h (LD_SWITCH_SYSTEM):
4904         * s/gnu-linux.h (LD_SWITCH_SYSTEM):
4905         * s/netbsd.h (LD_SWITCH_SYSTEM):
4906         * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
4908 2010-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
4910         Define LIB_STANDARD and START_FILES using autoconf.
4911         * s/usg5-4.h (LIB_STANDARD):
4912         * s/netbsd.h (START_FILES):
4913         * s/irix6-5.h (LIB_STANDARD):
4914         * s/hpux10-20.h (LIB_STANDARD, START_FILES):
4915         * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4916         * s/freebsd.h (START_FILES):
4917         * s/darwin.h (START_FILES):
4918         * s/cygwin.h (START_FILES):
4919         * s/aix4-2.h (LIB_STANDARD):
4920         * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
4921         * Makefile.in (STARTFILES): Rename to START_FILES, define using
4922         autoconf, not cpp.
4924 2010-05-06  Dan Nicolaescu  <dann@ics.uci.edu>
4926         Remove NEED_BSDTTY and NEED_UNISTD_H.
4927         * s/hpux10-20.h (NEED_BSDTTY): Remove.
4928         * s/aix4-2.h (NEED_UNISTD_H): Remove.
4929         * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
4930         <sys/ptyio.h> and <unistd.h>.
4932         * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
4934         * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
4935         * s/gnu.h (START_FILES): Remove empty definition.
4937 2010-05-06  Jan Djärv  <jan.h.d@swipnet.se>
4939         * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
4941 2010-05-06  Glenn Morris  <rgm@gnu.org>
4943         * Makefile.in (CPP, LN_S): Remove unused variables.
4945 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4947         * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
4949 2010-05-05  Lawrence Mitchell  <wence@gmx.li>
4951         * m/sparc.h: Fix typo in earlier change.
4953 2010-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4955         Misc tweaks.
4956         * eval.c (Fdefvaralias): Remove unintended nested if.
4957         (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
4959 2010-05-04  Bernhard Herzog  <bh@intevation.de>  (tiny change)
4961         * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
4963 2010-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
4965         Remove BSD_PGRPS.
4966         * s/bsd-common.h (BSD_PGRPS): Remove undef.
4967         * s/gnu-linux.h (BSD_PGRPS): Remove.
4968         * term.c (dissociate_if_controlling_tty):
4969         * sysdep.c (narrow_foreground_group, widen_foreground_group)
4970         (init_sys_modes, reset_sys_modes):
4971         * emacs.c (main):
4972         * callproc.c (Fcall_process, child_setup): Remove code depending
4973         on BSD_PGRPS.
4975         Remove POSIX_SIGNALS.
4976         * s/usg5-4.h (POSIX_SIGNALS):
4977         * s/netbsd.h (POSIX_SIGNALS):
4978         * s/msdos.h (POSIX_SIGNALS):
4979         * s/ms-w32.h (POSIX_SIGNALS):
4980         * s/hpux11.h (POSIX_SIGNALS):
4981         * s/gnu.h (POSIX_SIGNALS):
4982         * s/gnu-linux.h (POSIX_SIGNALS):
4983         * s/freebsd.h (POSIX_SIGNALS):
4984         * s/darwin.h (POSIX_SIGNALS):
4985         * s/cygwin.h (POSIX_SIGNALS):
4986         * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
4987         * s/unixware.h:
4988         * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
4989         * process.c (create_process):
4990         * syssignal.h:
4991         * sysdep.c (wait_for_termination, init_signals):
4992         * process.c (create_process):
4993         * msdos.c: POSIX_SIGNALS is always defined on all platforms,
4994         remove all code that assumes the contrary.
4996 2010-05-04  Glenn Morris  <rgm@gnu.org>
4998         * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
4999         variable.
5000         * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
5001         (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
5002         * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
5003         (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
5004         LD_SWITCH_SYSTEM_tmp.
5005         * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
5006         New variables, set by configure.
5008         * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
5009         * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
5010         (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
5011         * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
5012         (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
5014         * s/aix4-2.h (C_SWITCH_SYSTEM):
5015         * m/alpha.h (C_SWITCH_MACHINE):
5016         Move to configure.in.
5017         * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
5018         New variables, set by configure.
5019         (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
5020         $c_switch_machine and $c_switch_system.
5022 2010-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
5024         * s/hpux10-20.h (LIB_STANDARD): New definition.
5025         * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
5026         on it, not used anymore.
5028 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
5030         * eval.c (internal_condition_case_n): Rename from
5031         internal_condition_case_2.
5032         (internal_condition_case_2): New function.
5034         * xdisp.c (safe_call): Use internal_condition_case_n.
5036         * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
5037         (internal_delete_file, Frename_file): Callers changed.
5039         * buffer.c (Fkill_buffer):
5040         * callproc.c (delete_temp_file): Callers changed (Bug#6070).
5042         * lisp.h: Update prototypes.
5044 2010-05-03  Glenn Morris  <rgm@gnu.org>
5046         * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
5047         (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
5048         (LIBXT): Set with configure, not cpp.
5049         (LIBX): Remove.
5050         (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
5052 2010-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
5054         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
5055         The FreeBSD is not needed, the default works, Solaris version is
5056         not needed, and the remaining case is not supported by configure.
5058 2010-05-02  Jan Djärv  <jan.h.d@swipnet.se>
5060         * xsmfns.c (CHDIR_OPT): New define.
5061         (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
5062         restarting emacs.
5064         * xterm.c (x_connection_closed): Call Fkill_emacs instead of
5065         shut_down_emacs.
5067         * emacs.c (USAGE1): Mention --chdir.
5068         (main): Handle --chdir.
5069         (standard_args): Add --chdir.
5070         (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
5071         #5552).
5073 2010-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
5075         Remove LD_SWITCH_MACHINE.
5076         * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
5077         (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
5079         Clean up IRIX code.
5080         * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
5081         * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
5083         Clean up AIX code.
5084         * m/ibmrs6000.inp: Remove file, unused.
5085         * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
5086         (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
5087         definition ...
5088         * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
5090         * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
5091         unused.
5093 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
5095         Emulate POSIX_SIGNALS on MS-Windows.
5097         * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
5098         (SIG_SETMASK, SIG_UNBLOCK): Define.
5100         * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
5101         (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
5102         from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
5104         * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
5105         New stubs.
5107         Miscellaneous fixes of bidi display.
5109         * xdisp.c (find_row_end): New function, refactored from display_line.
5110         (display_line): Use it.
5111         (extend_face_to_end_of_line): In almost-filled rows, extend only
5112         if the row is R2L and not continued.
5113         (display_line): Fix prepending of truncation glyphs to R2L rows.
5114         Preserve overlay and string info in row->end.
5115         (insert_left_trunc_glyphs): Support addition of left truncation
5116         glyphs to R2L rows.
5117         (set_cursor_from_row): Don't place cursor on the vertical border
5118         glyph between adjacent windows.  Fix a crash when a display string
5119         is continued to the next line.  Don't return zero if cursor was
5120         found by `cursor' property of a display string.
5121         (try_cursor_movement): Don't assume that row->end == (row+1)->start,
5122         test for that explicitly.
5124 2010-05-01  Glenn Morris  <rgm@gnu.org>
5126         * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
5127         for clarity.
5128         (OTHER_OBJ): Remove.
5129         (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
5130         (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
5132 2010-05-01  Karel Klíč  <kklic@redhat.com>
5134         * fileio.c (Ffile_selinux_context): Context functions may return null.
5136 2010-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
5138         * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
5140 2010-04-30  Glenn Morris  <rgm@gnu.org>
5142         * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable.  (Bug#6065)
5143         (OTHER_OBJ): Define as a separate variable, for clarity.
5145 2010-04-30  Jan Djärv  <jan.h.d@swipnet.se>
5147         * xsettings.c: include limits.h and update file comment.
5149 2010-04-30  Glenn Morris  <rgm@gnu.org>
5151         * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
5152         Set with configure, not cpp.
5153         (LIBW): Remove, replace with $TOOLKIT_LIBW.
5155         * Makefile.in (mallocobj): Remove.
5156         (otherobj): Simplify using @OTHER_OBJ@.
5158         * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
5159         (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
5160         Don't bother making nsgui.h dependency platform-specific.
5162         * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
5164 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5166         * process.c (read_process_output, exec_sentinel): Don't burp if the
5167         sentinel/filter kills the current buffer (bug#6060).
5169         Fix wrong-docstring problem introduced with hash-consing.  (Bug#6008)
5170         * eval.c (Fautoload): Set doc to a unique number rather than to 0.
5171         Remove unused var `args'.
5172         * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
5173         (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
5174         * doc.c (store_function_docstring): Use XSETCAR.
5176 2010-04-28  Glenn Morris  <rgm@gnu.org>
5178         * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
5179         (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
5181         * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
5183         * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
5184         (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
5186         * Makefile.in (FONT_OBJ): New, set by configure.
5187         (FONT_DRIVERS): Use $FONT_OBJ.
5189         * Makefile.in (LIBXMU): Set with configure, not cpp.
5190         * s/aix4-2.h (LIBXMU):
5191         * s/hpux10-20.h (LIBXMU):
5192         Remove definition, now set in configure.
5194         * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
5196         * m/amdx86-64.h [i386]: Move this test to configure.in.
5198 2010-04-27  Glenn Morris  <rgm@gnu.org>
5200         * Makefile.in (LIBXTR6): Set with configure, not cpp.
5201         * s/unixware.h (NEED_LIBW): Remove definition.
5203         * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
5204         (TOOLKIT_LIBW): New, set by configure.
5205         (@X_TOOLKIT_TYPE@): No longer define it.
5207         * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
5208         (MOTIF_LIBW): Set with configure, not cpp.
5209         * s/aix4-2.h (LIB_MOTIF):
5210         * s/gnu-linux.h (LIB_MOTIF):
5211         * s/unixware.h (LIB_MOTIF): Move to configure.in.
5213 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
5215         Reduce CPP usage.
5216         * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
5217         (obj): Use autoconf for unexec instead of cpp.
5218         (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
5219         definitions and undefs.  Inline definitions in the only user.
5220         (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
5222 2010-04-27  Glenn Morris  <rgm@gnu.org>
5224         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
5225         since the defaults (set by the system file) are fine in most cases.
5226         [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
5227         * m/ibms390x.h (START_FILES, LIB_STANDARD):
5228         * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
5229         * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
5230         Remove definitions, since they are set correctly in s/gnu-linux.h.
5231         * s/freebsd.h (START_FILES, LIB_STANDARD):
5232         * s/gnu-linux.h (START_FILES, LIB_STANDARD):
5233         * s/hpux10-20.h (START_FILES):
5234         * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
5235         Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
5237         * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
5238         (MOTIF_LIBW): Use $LIBXP.
5239         (otherobj): Use $WIDGET_OBJ.
5241 2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
5243         * Makefile.in (LIBS_MACHINE): Remove, unused.
5245         Use autoconf instead of cpp for LIB_MATH.
5246         * s/darwin.h (LIB_MATH): Do not define here, move to configure.
5247         * s/cygwin.h (LIB_MATH): Likewise.
5248         * Makefile.in (LIB_MATH): Do not define with cpp.
5249         (LIBES): Use autoconf for LIB_MATH.
5251 2010-04-26  Kenichi Handa  <handa@m17n.org>
5253         * composite.c (Ffind_composition_internal): Fix the return value
5254         for an automatic composition.
5256 2010-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
5258         Remove all NO_ARG_ARRAY uses.
5259         * fns.c (concat2, concat3, nconc2):
5260         * eval.c (apply1, call1, call2, call3, call4, call5, call6)
5261         (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
5262         * m/xtensa.h (NO_ARG_ARRAY):
5263         * m/template.h (NO_ARG_ARRAY):
5264         * m/sparc.h (NO_ARG_ARRAY):
5265         * m/sh3.h (NO_ARG_ARRAY):
5266         * m/mips.h (NO_ARG_ARRAY):
5267         * m/macppc.h (NO_ARG_ARRAY):
5268         * m/iris4d.h (NO_ARG_ARRAY):
5269         * m/intel386.h (NO_ARG_ARRAY):
5270         * m/ibms390x.h (NO_ARG_ARRAY):
5271         * m/ibms390.h (NO_ARG_ARRAY):
5272         * m/ibmrs6000.h (NO_ARG_ARRAY):
5273         * m/ia64.h (NO_ARG_ARRAY):
5274         * m/hp800.h (NO_ARG_ARRAY):
5275         * m/arm.h (NO_ARG_ARRAY):
5276         * m/amdx86-64.h (NO_ARG_ARRAY):
5277         * m/alpha.h (NO_ARG_ARRAY): Remove definition.
5279 2010-04-25  Eli Zaretskii  <eliz@gnu.org>
5281         * xdisp.c (display_line): Don't assume 2nd call to
5282         get_next_display_element cannot return zero.  (Bug#6030)
5283         (iterate_out_of_display_property): New function, body from pop_it.
5284         (pop_it): Use it.
5286 2010-04-24  Glenn Morris  <rgm@gnu.org>
5288         * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
5289         For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
5290         (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
5291         since CRT_DIR defaults to /usr/lib.  Suggested by Dan Nicolaescu.
5293 2010-04-24  Eli Zaretskii  <eliz@gnu.org>
5295         * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
5296         use `get_next_display_element' and `set_iterator_to_next' to
5297         advance to the next character, when looking for the character that
5298         begins the next row.
5300         * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
5301         definition of "struct Lisp_Symbol".
5303 2010-04-24  Glenn Morris  <rgm@gnu.org>
5305         * Makefile.in (CRT_DIR): New variable, set by configure.
5306         * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
5307         Use $CRT_DIR rather than HAVE_LIB64_DIR.  (Bug#5655)
5309 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
5311         * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
5313         * s/cygwin.h (LIBS_DEBUG): Remove, unused.
5315         Remove redundant flags.
5316         * s/freebsd.h (C_SWITCH_SYSTEM):
5317         * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
5318         * s/netbsd.h (C_SWITCH_SYSTEM):
5319         * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
5320         of these.
5322         Simplify m/intel386.h.
5323         * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
5324         user: ecrt0.c.
5325         (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
5326         (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
5327         the only user: s/unixware.h.
5328         * ecrt0.c: Remove #ifndef static.  Inline CRT0_DUMMIES definition
5329         from m/intel386.h.
5330         * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
5331         moved here from m/intel386.h.
5333         * m/mips.h: Remove #if 0 code.
5335 2010-04-23  Eli Zaretskii  <eliz@gnu.org>
5337         Fix display of composed characters from L2R scripts in bidi buffers.
5338         * xdisp.c (set_iterator_to_next, next_element_from_composition):
5339         After advancing IT past the composition, resync the bidi iterator
5340         with IT's position.  (Bug#5977)
5342 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
5344         * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
5345         (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
5347 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
5351 2010-04-23  Eli Zaretskii  <eliz@gnu.org>
5353         Support `display' text properties and overlay strings in bidi buffers.
5354         * xdisp.c (pop_it): When the stack is popped after displaying
5355         from a string, bidi-iterate to exit from the text portion covered
5356         by the `display' property or overlay.  (Bug#5988, bug#5920)
5358 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
5360         * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
5361         (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
5363         * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
5364         * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
5366         Simplify STARTFILES definition.
5367         * s/hpux10-20.h (START_FILES): Explicitly define here instead of
5368         relying on Makefile.in to define it.
5369         * s/cygwin.h (START_FILES): Likewise.
5370         * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
5372         Clean up Solaris code.
5373         * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
5374         (LIB_MOTIF): Remove, configure takes care of this.
5375         (NOT_USING_MOTIF): Remove, unused.
5376         * xrdb.c: Remove #if 0-ed #include.
5377         (SYSV): Remove conditional for old SysV.
5378         * sysdep.c (closedir): Remove conditional code for Solaris,
5379         Solaris has closedir.
5381 2010-04-22  Jan Djärv  <jan.h.d@swipnet.se>
5383         * xsettings.c (read_and_apply_settings): Check if current_font is
5384         NULL before strcmp (Bug#6001).
5386 2010-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
5388         Clean up HP-UX files.
5389         * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
5390         (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
5391         (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
5392         * s/hpux10-20.h: ... to the only user, here.
5394 2010-04-21  Eli Zaretskii  <eliz@gnu.org>
5396         * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
5397         use buffer-local values of paragraph-start and paragraph-separate.
5398         <paragraph_start_re, paragraph_separate_re>: Rename from
5399         fallback_paragraph_start_re and fallback_paragraph_separate_re.
5400         (Bug#5992)
5402 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5404         * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
5405         current_tool_bar_style are new.
5406         (store_config_changed_event): Rename from store_font_changed_event.
5407         (XSETTINGS_TOOL_BAR_STYLE): New define.
5408         (SEEN_FONT, SEEN_TB_STYLE): New enum values.
5409         (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
5410         HAVE_XFT.
5411         (something_changedCB): store_font_changed_event is now
5412         store_config_changed_event.
5413         (parse_settings): Rename from parse_xft_settings.  Read
5414         non-xft xsettings outside #ifdef HAVE_XFT.
5415         (read_settings): Renamed from read_xft_settings.
5416         (apply_xft_settings): Take current settings as parameter.  Do not
5417         call read_(xft)_settings.
5418         (read_and_apply_settings): New function.
5419         (xft_settings_event): Do non-xft stuff out of HAVE_XFT.  Call
5420         read_and_apply_settings if there are settings to be read.
5421         (init_xsettings): Renamed from init_xfd_settings.
5422         Call read_and_apply_settings unconditionally.
5423         (xsettings_initialize): Call init_xsettings.
5424         (Ftool_bar_get_system_style): New function.
5425         (syms_of_xsettings): Define Qmonospace_font_name and
5426         Qtool_bar_style.  Initialize current_tool_bar_style to nil.
5427         defsubr Stool_bar_get_system_style.  Fprovide on
5428         dynamic-setting.
5429         Move misplaced HAVE_GCONF
5431         * xsettings.h (Ftool_bar_get_system_style): Declare.
5433         * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
5434         Qtext, Qboth, Qboth_horiz are new.
5435         (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
5436         Vtool_bar_style, tool_bar_max_label_size.
5438         * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
5440         * keyboard.c: QClabel is new.
5441         (parse_tool_bar_item): Take out QClabel from tool bar items.
5442         Try to construct a label if ther is no QClabel.
5443         (syms_of_keyboard): Intern :label as QClabel.
5445         * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
5446         (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
5447         New.
5449         * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
5450         dynamic-setting.el.
5452         * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
5453         (xg_make_tool_item, xg_show_toolbar_item): New function.
5454         (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
5455         Call xg_make_tool_item to make a tool bar item.
5456         Call xg_show_toolbar_item.  Use wtoolbar instead of x->toolbar_widget.
5458         * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
5459         into account for toolbars.
5461 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5463         * data.c (make_blv): Declarations before code (Bug#5993).
5465 2010-04-21  Glenn Morris  <rgm@gnu.org>
5467         * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
5468         Define using autoconf, not cpp.
5469         (LIBXSM): New variable, set by autoconf.
5470         (LIBXT): Use $LIBXSM.
5472 2010-04-21  Dan Nicolaescu  <local_user@dannlt>
5474         Remove NOMULTIPLEJOBS, unused.
5475         * s/template.h (NOMULTIPLEJOBS):
5476         * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
5478         Simplify LD_SWITCH_SYSTEM_TEMACS usage.
5479         * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
5480         * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
5481         detects -znocombreloc and passes it to the linker
5482         * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
5484 2010-04-21  Glenn Morris  <rgm@gnu.org>
5486         * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
5488 2010-04-21  Karel Klíč  <kklic@redhat.com>
5490         * Makefile.in (LIBSELINUX_LIBS): New.
5491         (LIBES): Add $LIBSELINUX_LIBS.
5492         * eval.c, lisp.h (call7): New function.
5493         * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
5494         (Ffile_selinux_context, Fset_file_selinux_context):
5495         New functions.
5496         (Fcopy_file): New parameter preserve-selinux-context.
5497         (Frename_file): Preserve selinux context when renaming by copy-file.
5499 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5500             Eli Zaretskii  <eliz@gnu.org>
5502         Don't depend on cm.c or termcap.c on Windows, use stubs.
5503         * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
5504         ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
5505         * w32console.c (current_tty, cost): New vars; lifted from cm.c.
5506         (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
5507         (sys_tputs, sys_tgetstr): New stubs.
5508         * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
5509         (tputs, tgetstr): New; define to sys_*.
5511 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5513         * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
5515 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5517         * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
5518         Just signal a warning rather than an error when inside a let.
5519         (Fmake_variable_frame_local): Add the same test.
5521         * font.c (syms_of_font): Make the style table vars read-only.
5523         * buffer.h (struct buffer): Remove unused var `direction_reversed'.
5524         * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
5526         * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
5528 2010-04-20  Eli Zaretskii  <eliz@gnu.org>
5530         Fix R2L paragraph display on TTY.
5532         * xdisp.c (unproduce_glyphs): New function.
5533         (display_line): Use it when produced glyphs are discarded from R2L
5534         glyph rows.
5535         (append_composite_glyph): In R2L rows, prepend the glyph rather
5536         than appending it.
5538         * term.c (append_composite_glyph): In R2L rows, prepend the glyph
5539         rather than append it.  Set up the resolved_level and bidi_type
5540         attributes of the appended glyph.
5541         (produce_special_glyphs): Mirror the backslash continuation
5542         character in R2L lines.
5544         Implement display of R2L paragraphs in GUI sessions.
5546         * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
5547         append_stretch_glyph.
5548         (set_cursor_from_row) <cursor_x>: Remove unused variable.  Fix
5549         off-by-one error in computing x at end of text in the row.
5550         (append_stretch_glyph): In reversed row, prepend the glyph rather
5551         than append it.  Set resolved_level and bidi_type of the glyph.
5552         (extend_face_to_end_of_line): If the row is reversed, prepend a
5553         stretch glyph whose width is such that the rightmost glyph will be
5554         drawn at the right margin of the window.  Fix off-by-one error on
5555         TTY frames in testing whether a line needs face extension.  Fix
5556         face extension at ZV.  If this is the last glyph row, use
5557         DEFAULT_FACE_ID, to avoid painting the rest of the window with the
5558         region face.
5559         (set_cursor_from_row, display_line): Use
5560         MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
5561         row->continuation_lines_width.
5562         (next_element_from_buffer): Don't call bidi_paragraph_init if we
5563         are at ZV.  Fixes a crash when reseated to ZV by
5564         try_window_reusing_current_matrix.
5565         (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
5566         which happens with R2L glyph rows.  Fixes a crash when inserting a
5567         character at end of an R2L line.
5568         (set_cursor_from_row): Don't be fooled by truncated rows: don't
5569         treat them as having zero-width characters.  Improve comments.
5570         Don't reverse pos_before and pos_after for reversed glyph rows.
5571         Set cursor.x to negative value when the cursor might be on the
5572         left fringe.
5573         (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
5574         left fringe, not the right one.
5575         (notice_overwritten_cursor, draw_phys_cursor_glyph)
5576         (erase_phys_cursor): For reversed cursor_row, support cursor on
5577         the left fringe.
5579         * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
5580         of continuation indicators on the fringes.
5581         (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
5582         left fringe.
5584         * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
5585         draw cursor on the left fringe.
5587         * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
5588         cursor on the left fringe.
5590         * dispnew.c (update_text_area): Handle reversed desired rows when
5591         the cursor is on the left fringe.
5592         (set_window_cursor_after_update): Limit cursor's hpos by -1 from
5593         below, not by 0, for when the cursor is on the left fringe.
5595 2010-04-20  Jan Djärv  <jan.h.d@swipnet.se>
5597         * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
5598         widget is a scrollbar.
5600 2010-04-20  Kenichi Handa  <handa@m17n.org>
5602         * charset.c (char_charset): Consider Vcharset_non_preferred_head
5603         only when the arg CHARSET_LIST is nil.
5605 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5607         Make variable forwarding explicit rather the using special values.
5608         Basically, this makes the structure of buffer-local values and object
5609         forwarding explicit in the type of Lisp_Symbols rather than use
5610         special Lisp_Objects for that.  This tends to lead to slightly more
5611         verbose code, but is more C-like, simpler, and makes it easier to make
5612         sure we handled all cases, among other things by letting the compiler
5613         help us check it.
5614         * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
5615         Removing forwarding objects.
5616         (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
5617         (struct Lisp_Symbol): Make the various forms of variable-forwarding
5618         explicit rather than hiding them inside Lisp_Object "values".
5619         (XFWDTYPE): New macro.
5620         (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
5621         (XBUFFER_LOCAL_VALUE): Remove.
5622         (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
5623         (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
5624         (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
5625         (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
5626         (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
5627         Remove the Lisp_Misc_* header.
5628         (struct Lisp_Buffer_Local_Value): Redefine.
5629         (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
5630         (struct Lisp_Misc_Any): Add filler to get the right size.
5631         (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
5632         Lisp_Intfwd.
5633         (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
5634         (DEFVAR_KBOARD): Allocate a forwarding object.
5635         * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
5636         (let_shadows_global_binding_p): New function.
5637         (union Lisp_Val_Fwd): New type.
5638         (make_blv): New function.
5639         (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
5640         (store_symval_forwarding, swap_in_global_binding, Fboundp)
5641         (swap_in_symval_forwarding, find_symbol_value, Fset)
5642         (let_shadows_buffer_binding_p, set_internal, default_value)
5643         (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
5644         (Fkill_local_variable, Fmake_variable_frame_local)
5645         (Flocal_variable_p, Flocal_variable_if_set_p)
5646         (Fvariable_binding_locus):
5647         * xdisp.c (select_frame_for_redisplay):
5648         * lread.c (Fintern, Funintern, init_obarray, defvar_int)
5649         (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
5650         * frame.c (store_frame_param):
5651         * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
5652         * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
5653         value structure.
5654         * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
5655         (clone_per_buffer_values): Only adjust markers into the current buffer.
5656         (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
5657         (Fbuffer_local_value, set_buffer_internal_1)
5658         (swap_out_buffer_local_variables):
5659         Adapt to the new symbol value structure.
5660         (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
5661         (defvar_per_buffer): Take a new arg for the fwd object.
5662         (buffer_lisp_local_variables): Return a proper alist (different fix
5663         for bug#4138).
5664         * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
5665         (Fgarbage_collect): Don't handle buffer_defaults specially.
5666         (mark_object): Handle new symbol value structure rather than the old
5667         special Lisp_Misc_* objects.
5668         (gc_sweep) <symbols>: Free also the buffer-local-value objects.
5669         * term.c (set_tty_color_mode):
5670         * bidi.c (bidi_initialize): Don't access the ->value field directly.
5671         * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
5672         a buffer_local_flags.
5673         * print.c (print_object): Get rid of impossible forwarding objects.
5675 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
5677         * bidi.c (bidi_get_type, bidi_get_category)
5678         (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
5679         (bidi_type_of_next_char, bidi_level_of_next_char):
5680         Declare static.  Use `INLINE' rather than `inline'.
5682 2010-04-19  Juanma Barranquero  <lekktu@gmail.com>
5684         * dired.c (Ffile_attributes): Fix typo in docstring.
5686 2010-04-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
5688         * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
5689         NSInteger (Bug#5811).
5691 2010-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5693         * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
5694         (PTY_OPEN): New defines.  Use openpty (Bug#726, Bug#5819).
5696 2010-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5698         * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
5700 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5702         * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
5703         terminal frames (Bug#5837).
5705 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
5707         * .gdbinit (xsubchartable): New command.
5709 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
5711         * xdisp.c (display_line): Don't write beyond the last glyph row in
5712         the desired matrix.  Fixes a crash in "emacs -nw" (bug#5972), see
5713         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
5714         and
5715         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
5717 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5719         * alloc.c (Fpurecopy): Hash-cons if requested.
5720         (syms_of_alloc): Update purify-flag docstring.
5722 2010-04-18  Jan Djärv  <jan.h.d@swipnet.se>
5724         * gtkutil.c (xg_set_geometry): Set size in geometry string also.
5725         (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
5727 2010-04-17  Eli Zaretskii  <eliz@gnu.org>
5729         Fix a crash when an NSM character is inserted at BEGV.
5731         * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
5732         (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
5733         NEUTRAL_B or UNKNOWN_BT.
5735 2010-04-16  Eli Zaretskii  <eliz@gnu.org>
5737         * xdisp.c (set_cursor_from_row): Don't consider possibility of
5738         other rows with cursor unless they are different from this row and
5739         this row is part of a continued line.  (Bug#5943)
5741 2010-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5743         * s/freebsd.h: Restore osreldate.h include.
5744         Suggested by Naohiro Aota.
5746 2010-04-16  Jan Djärv  <jan.h.d@swipnet.se>
5748         * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
5750 2010-04-16  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5752         * s/cygwin.h: Avoid linking against static libgcc.
5754 2010-04-15  Juri Linkov  <juri@jurta.org>
5756         * window.c: Add Qscroll_command.
5757         Remove Vscroll_preserve_screen_position_commands.
5758         (window_scroll_pixel_based, window_scroll_line_based): Check the
5759         `scroll-command' property on the last command instead of searching
5760         the last command in Vscroll_preserve_screen_position_commands.
5761         (syms_of_window): Initialize and staticpro `Qscroll_command'.
5762         Put Qscroll_command property on Qscroll_up and Qscroll_down.
5763         (scroll-preserve-screen-position): Doc fix.
5764         (Vscroll_preserve_screen_position_commands): Remove variable.
5766 2010-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
5768         * xdisp.c (message): Do not use NO_ARG_ARRAY.
5770 2010-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
5772         Reduce cpp use in Makefile.in.
5773         * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
5774         (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
5775         (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
5776         (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
5777         (CRT0_COMPILE): Remove, inline it in the only user.
5779 2010-04-14  Juri Linkov  <juri@jurta.org>
5781         * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
5782         `scroll-up-command' and `M-v' from `scroll-down' to
5783         `scroll-down-command'.
5785 2010-04-14  Juri Linkov  <juri@jurta.org>
5787         * window.c (Vscroll_preserve_screen_position_commands): New variable
5788         with the default value as the list of Qscroll_down and Qscroll_up.
5789         (window_scroll_pixel_based, window_scroll_line_based): Search the
5790         last command in the list Vscroll_preserve_screen_position_commands
5791         instead of comparing with Qscroll_up and Qscroll_down.
5793 2010-04-13  Jan Djärv  <jan.h.d@swipnet.se>
5795         * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
5796         (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
5797         does that.
5799         * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
5800         to zero.
5802 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5804         * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
5806         Try to solve the problem of spurious EOF chars in long lines of text
5807         sent to interactive subprocesses.
5808         * sysdep.c (child_setup_tty): Do not enable ICANON any more.
5809         (system_process_attributes): Remove unused var `ttotal'.
5810         * process.c (send_process): Don't bother breaking long line with EOF
5811         chars when talking to ttys any more.
5812         (wait_reading_process_output): Output a warning when called in such
5813         a way that it could block without being interruptible.
5815         Try to detect file modification within the same second.
5816         * buffer.h (struct buffer): New field modtime_size.
5817         * buffer.c (reset_buffer): Initialize it.
5818         * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
5819         (Fverify_visited_file_modtime): Check it.
5820         (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
5821         (Fset_visited_file_modtime): Set (or clear) it.
5823 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5825         * process.c (status_notify): Remove unused var `ro'.
5827 2010-04-12  Jan Djärv  <jan.h.d@swipnet.se>
5829         * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
5830         more than one visual (Bug#5938).
5832 2010-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
5834         * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
5835         Undefine.
5837 2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
5839         Remove C_SWITCH_SYSTEM_TEMACS.
5840         * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
5841         (malloc, realloc, free): Use emacs, not temacs for conditional
5842         definition.
5844         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
5845         (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
5847         Use autoconf, not cpp for some variables.
5848         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
5849         (C_SWITCH_X_SITE): Define using autoconf, not cpp.
5850         (ALL_CFLAGS): Use them as make variables.
5851         (really-lwlib, really-oldXMenu): Do not pass them.
5853 2010-04-11  Jan Djärv  <jan.h.d@swipnet.se>
5855         * xmenu.c (apply_systemfont_to_dialog): New.
5856         (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
5858 2010-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5860         * process.c (exec_sentinel): Preserve current-buffer.
5862         * process.c (read_process_output): Move the save-current-buffer to
5863         apply to both the filter and the non-filter branches.
5865 2010-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
5867         * s/msdos.h (UNEXEC): New definition.
5869 2010-04-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5871         * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
5872         (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
5874         * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
5875         Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
5876         set in FLAGS.  Callers with non-zero CHECK_MARGINS changed to use
5877         TRY_WINDOW_CHECK_MARGINS.
5879         * xfns.c (Fx_show_tip): Undo last change.  Call try_window with
5880         TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423).  Subtract last glyph's
5881         width only when it is for padding.
5883 2010-04-09  Jan Djärv  <jan.h.d@swipnet.se>
5885         * xfns.c (Fx_show_tip): Call try_window in a loop until
5886         fonts_changed_p is zero (Bug#2423).
5888 2010-04-08  Eli Zaretskii  <eliz@gnu.org>
5890         * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
5891         the end of TEXT_AREA.  (Bug#5856)
5893 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
5895         * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
5896         HAVE_GCONF.
5898 2010-04-08  Eli Zaretskii  <eliz@gnu.org>
5900         * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
5901         prev.orig_type, for resolving type of NSM.  (Bug#5858)
5903 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
5905         * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
5906         (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
5907         in current_font.
5908         (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
5909         (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
5910         New functions.
5911         (syms_of_xsettings): Initialize current_font.
5912         defsubr Sfont_get_system_normal_font.
5914         * xsettings.h (Ffont_get_system_normal_font)
5915         (xsettings_get_system_normal_font): Declare.
5917         * xfns.c (extern xlwmenu_default_font): Remove.
5918         (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
5919         to xlwmenu.c.
5921         * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
5922         menu items in UTF-8.
5924         * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
5925         (apply_systemfont_to_menu): New function.
5926         (set_frame_menubar, create_and_show_popup_menu): Call
5927         apply_systemfont_to_menu.
5929 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5931         * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
5932         FRAME_LINE_TO_PIXEL_Y.
5934         * xterm.c (x_set_window_size_1): Don't add border_width/height to
5935         pixelwidth/height.
5937 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5939         Simplify code for HP machines.
5940         * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
5941         for GNU_LINUX, not needed.
5942         (UNEXEC, NEED_BSDTTY): Move definitions...
5943         * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
5945         * m/iris4d.h (UNEXEC): Move definition ...
5946         * s/irix6-5.h (UNEXEC): ... here.
5948 2010-04-04  Jan Djärv  <jan.h.d@swipnet.se>
5950         * xfns.c (set_machine_and_pid_properties): New function.
5951         (Fx_create_frame): Call set_machine_and_pid_properties.
5953 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
5955         * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
5956         bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
5957         BIDI_EOB.  Fixes infloop with vertical cursor motion at ZV.
5959         * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
5960         in this function.  (Bug#5703)
5962 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
5964         * nsterm.h: Fix last change.
5966 2010-04-03  Dan Nicolaescu  <dann@ics.uci.edu>
5968         * m/intel386.h (NO_REMAP): Move definition ...
5969         * s/msdos.h (NO_REMAP): ... here.
5971         * m/vax.h (CRT0_DUMMIES): Remove, unused.
5973         * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
5974         used on those platforms.
5976 2010-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
5978         Remove extern errno declarations.
5979         * xterm.c:
5980         * xrdb.c:
5981         * w32term.c:
5982         * unexec.c:
5983         * unexaix.c:
5984         * sysdep.c:
5985         * process.c:
5986         * lread.c:
5987         * keyboard.c:
5988         * floatfns.c:
5989         * filelock.c:
5990         * fileio.c:
5991         * emacs.c (main):
5992         * ecrt0.c:
5993         * dispnew.c:
5994         * callproc.c:
5995         * buffer.c: Remove errno extern declarations.
5996         * s/netbsd.h (NEED_ERRNO): Remove.
5998 2010-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
6000         Remove all uses of LIBX11_SYSTEM.
6001         * Makefile.in (LIBX11_SYSTEM): Remove.
6002         * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
6003         instead.
6005 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
6007         Remove support for DJGPP v1.x (bug#5813).
6009         * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
6010         * s/msdos.h:
6011         * unexec.c (make_hdr, copy_text_and_data):
6012         * sysdep.c (wait_for_termination, sys_subshell):
6013         * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
6014         (IT_set_terminal_modes, __write, _rename, gethostname)
6015         (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
6016         (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
6017         the value of __DJGPP__.
6018         (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
6019         compatibility code.
6020         * lread.c:
6021         * gmalloc.c (memalign):
6022         * fileio.c (Fcopy_file, check_executable, Ffile_modes):
6023         * emacs.c (main):
6024         * dosfns.c (init_dosfns):
6025         * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
6027 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
6029         * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
6030         string with `cursor' property comes from an `after-string'
6031         overlay.  (Bug#5816)
6033 2010-04-01  Glenn Morris  <rgm@gnu.org>
6035         * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
6036         Define as Makefile variables.
6037         (LIBX): Use above variables rather than directly using autoconf.
6039 2010-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
6041         Clean up BSD_SYSTEM use.
6042         * xterm.c:
6043         * process.c:
6044         * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
6045         for including <sys/ioctl.h>.
6046         * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
6047         code is only used for MSDOS.
6049 2010-03-31  Juri Linkov  <juri@jurta.org>
6051         * image.c: Add `Qextension_data'.
6052         (syms_of_image): Initialize and staticpro `Qextension_data'.
6053         (Fimage_metadata): Rename from `Fimage_extension_data'.
6054         (gif_load): Put GIF extension data to the property
6055         `Qextension_data'.
6057 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6059         * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
6060         * nsterm.h: Fix prototype.
6062 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
6064         * xdisp.c (highlight_trailing_whitespace): Support highlight of
6065         trailing whitespace in right-to-left rows.
6067 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6069         Get rid of the direct_output optimizations.
6070         * keyboard.c (nonundocount): Remove extern declaration.
6071         (command_loop_1): Remove brittle optimisation for cheap and
6072         common operations.
6073         * xdisp.c (redisplay_internal): Don't bother checking
6074         redisplay_performed_directly_p any more.
6075         * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
6076         any more.
6077         * dispnew.c (redisplay_performed_directly_p)
6078         (direct_output_for_insert, direct_output_forward_char):
6079         * dispextern.h (redisplay_performed_directly_p)
6080         (direct_output_for_insert, direct_output_forward_char): Remove.
6081         * cmds.c (nonundocount): Make it static.
6083 2010-03-31  Bernhard Herzog  <bh@intevation.de>  (tiny change)
6085         * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
6087 2010-03-31  Jan Djärv  <jan.h.d@swipnet.se>
6089         * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
6090         invisible (Bug#5766).
6092 2010-03-31  Adrian Robert  <adrian.b.robert@gmail.com>
6094         * xdisp.c (x_consider_frame_title, update_window_cursor):
6095         Remove HAVE_NS conditionals.
6096         (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
6098         * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
6099         filename for the title.
6100         (ns_set_doc_edited): Do nothing if the selected window is a
6101         minibuffer window.
6103         * nsterm.h: Add prototypes for ns_set_name_as_filename and
6104         ns_set_doc_edited.
6106         * nsterm.m: Remove unneeded prototype.
6108 2010-03-31  Glenn Morris  <rgm@gnu.org>
6110         * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
6111         in the DOC file.  (Bug#5336)
6113 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
6115         * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
6117 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6119         * window.c (keys_of_window): Remove redundant/overridden bindings.
6121 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
6123         * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
6124         Restore original behavior when the iterator is not bidi_p.
6126 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
6128         * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
6130 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
6132         * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
6133         are outside the range of cached character positions.
6135 2010-03-30  Juanma Barranquero  <lekktu@gmail.com>
6137         * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
6139 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
6141         Initial support for bidirectional editing.
6143         * Makefile.in (obj): Include bidi.o.
6144         (bidi.o): New target.
6146         * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
6147         ($(BLD)/bidi.$(O)): New target.
6149         * bidi.c: New file.
6151         * buffer.h (struct buffer): New members bidi_display_reordering
6152         and bidi_paragraph_direction.
6154         * buffer.c (init_buffer_once): Initialize bidi_display_reordering
6155         and bidi_paragraph_direction.
6156         (syms_of_buffer): Declare Lisp variables bidi-display-reordering
6157         and bidi-paragraph-direction.
6158         (Fbuffer_swap_text): Swap the values of
6159         bidi_display_reordering and bidi_paragraph_direction.
6161         * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
6162         (bidi_type_t, bidi_dir_t): New types.
6163         (bidi_saved_info, bidi_stack, bidi_it): New structures.
6164         (struct it): New members bidi_p, bidi_it, paragraph_embedding,
6165         prev_stop, base_level_stop, and eol_pos.
6166         (bidi_init_it, bidi_get_next_char_visually): New prototypes.
6167         (IT_STACK_SIZE): Enlarge to 5.
6168         (struct glyph_row): New member reversed_p.
6169         <string_buffer_position>: Update prototype.
6170         (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
6171         glyph_row if bidi_it.paragraph_dir == R2L.
6172         (struct glyph): New members resolved_level and bidi_type.
6174         * dispnew.c (direct_output_forward_char): Give up if we need bidi
6175         processing or buffer's direction is right-to-left.
6176         (prepare_desired_row): Preserve the reversed_p flag.
6177         (row_equal_p): Compare the reversed_p attributes as well.
6179         * xdisp.c (init_iterator): Initialize it->bidi_p.  Call
6180         bidi_init_it and set it->paragraph_embedding from the current
6181         buffer's value of bidi_paragraph_direction.
6182         (reseat_1): Initialize bidi_it.first_elt.
6183         (set_iterator_to_next, next_element_from_buffer): Use the value of
6184         paragraph_embedding to determine the paragraph direction.
6185         (set_iterator_to_next): Under bidi reordering, call
6186         bidi_get_next_char_visually.  Call bidi_paragraph_init if the
6187         new_paragraph flag is set in the bidi iterator.
6188         (next_element_from_buffer): If bidi_it.first_elt is set,
6189         initialize paragraph direction and find the first character to
6190         display in the visual order.  If reseated to a middle of a line,
6191         prime the bidi iterator starting at the line's beginning.  Handle
6192         the situation where we overstepped stop_charpos due to
6193         non-linearity of the bidi iteration.  Likewise for when we back up
6194         beyond the previous stop_charpos.  When moving across stop_charpos,
6195         record it in prev_stop.
6196         (display_line): Set row->end and it->start for the next row to the
6197         next character in logical order.  Always extend reversed_p rows to
6198         the end of line, even if they end at ZV.  Copy the reversed_p flag
6199         to the next glyph row.  Keep calling set_cursor_from_row for
6200         bidi-reordered rows even if we already have a possible candidate
6201         for cursor position.  Set row_end after all the row's glyphs have
6202         been produced, by looping over the glyphs.  Record the position
6203         after EOL in it->eol_pos, and use it to set end_pos of the last
6204         row produced for a continued line.
6205         <Qright_to_left, Qleft_to_right>: New variables.
6206         (syms_of_xdisp): Initialize and staticpro them.
6207         (string_buffer_position_lim): New function.
6208         (string_buffer_position): Most of code moved to
6209         string_buffer_position_lim.  Last argument and return value are
6210         now EMACS_INT; all callers changed.
6211         (set_cursor_from_row): Rewritten to support bidirectional text and
6212         reversed glyph rows.
6213         (text_outside_line_unchanged_p, try_window_id): Disable
6214         optimizations if we are reordering bidirectional text and the
6215         paragraph direction can be affected by the change.
6216         (append_glyph, append_composite_glyph)
6217         (produce_image_glyph, append_stretch_glyph): Set the
6218         resolved_level and bidi_type members of each glyph.
6219         (append_glyph): If the glyph row is reversed, prepend the glyph
6220         rather than appending it.
6221         (handle_stop_backwards): New function.
6222         (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
6223         (reseat): call handle_stop_backwards to recompute prev_stop and
6224         base_level_stop for the new position.
6225         (handle_invisible_prop): Under bidi iteration, skip invisible text
6226         using bidi_get_next_char_visually.  If we are `reseat'ed, init the
6227         paragraph direction.  Update IT->prev_stop after skipping
6228         invisible text.
6229         (move_it_in_display_line_to): New variables prev_method
6230         and prev_pos.  Compare for strict equality in
6231         BUFFER_POS_REACHED_P.
6232         (try_cursor_movement): Examine all the candidate rows that occlude
6233         point, to return the best match.  If rows are bidi-reordered
6234         and point moved backwards, back up to the row that is not a
6235         continuation line, and start looking for a suitable row from
6236         there.
6238         * term.c (append_glyph): Reverse glyphs by pre-pending them,
6239         rather than appending, if the glyph_row's reversed_p flag is set.
6240         Set the resolved_level and bidi_type members of each glyph.
6242         * .gdbinit (pbiditype): New command.
6243         (pgx): Use it to display bidi level and type of the glyph.
6244         (pitx): Display some bidi information about the iterator.
6245         (prowlims, pmtxrows): New commands.
6247 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
6249         Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
6250         * s/usg5-4.h (LIBS_DEBUG):
6251         * s/irix6-5.h (C_DEBUG_SWITCH):
6252         * s/gnu-linux.h (LIBS_DEBUG):
6253         * s/darwin.h (LIBS_DEBUG):
6254         * s/bsd-common.h (LIBS_DEBUG):
6255         * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
6256         * m/iris4d.h (LIBS_DEBUG):
6257         * m/hp800.h (LIBS_DEBUG): Remove definitions.
6259         * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
6260         (LIBS_DEBUG): Remove definition.
6262 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
6264         * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
6265         Windows.
6267 2010-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6269         * process.c (Fmake_network_process): Don't call turn_on_atimers around
6270         `connect' (Bug#5723).
6272 2010-03-25  Helmut Eller  <eller.helmut@gmail.com>
6274         * process.c (Fmake_network_process): Call `select' for interrupted
6275         `connect' rather than creating new socket (Bug#5173).
6277 2010-03-24  Jan Djärv  <jan.h.d@swipnet.se>
6279         * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
6281         * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
6283         * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
6285 2010-03-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6287         * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
6288         XLoadQueryFont.
6290 2010-03-24  Kenichi Handa  <handa@m17n.org>
6292         * coding.c (decode_coding_ccl): Fix previous change for the
6293         multibyte case.
6294         (encode_coding_ccl): Don't setup ccl program here.  Fix for the
6295         case that the output buffer is fullfilled.
6296         (encode_coding): Setup ccl program here.
6298 2010-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
6300         * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
6302         Simplify LIBS_MACHINE definitions.
6303         * m/hp800.h (LIBS_MACHINE): Remove, same as default.
6304         * m/iris4d.h (LIBS_MACHINE): Likewise.
6305         * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
6306         * s/aix4-2.h (LIBS_SYSTEM): ... here.
6307         * s/netbsd.h: Remove commented out code.
6309 2010-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
6311         Remove dead code dealing with POSIX_SIGNALS.
6312         * atimer.c (set_alarm): Remove dead code, all USG systems define
6313         POSIX_SIGNALS.
6314         * data.c (arith_error): Likewise.
6315         * keyboard.c (input_available_signal, handle_user_signal)
6316         (interrupt_signal): Likewise.
6317         * process.c (sigchld_handler): Likewise.
6318         (create_process): Remove if 0 code.  Remove HPUX conditional when
6319         !defined (POSIX_SIGNALS), it cannot be true.
6320         * syssignal.h: Remove USG5_4 and USG conditionals when
6321         !POSIX_SIGNALS, they cannot be true.
6323         * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
6324         NO_SOCK_SIGIO, not used anymore.
6326 2010-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
6328         * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
6329         support vax on BSDs.
6331         * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
6332         * s/aix4-2.h (ORDINARY_LINK): ... here.
6334 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6336         * Makefile.in (abs_builddir): Define.
6337         (bootstrap_exe): Use it.
6338         (VPATH): Use $(srcdir) instead of @srcdir@.
6340 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6342         * Makefile.in (bootstrap_exe): Use an absolute name.
6344 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
6346         Remove support for old GNU/Linux using libc version 5.
6347         * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
6348         * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
6350         Consolidate redundant definitions in s/bsd-common.h.
6351         * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6352         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6353         (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
6354         doing it in all files that include this one.
6355         * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6356         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6357         (LDAV_SYMBOL, KERNEL_FILE): Remove.
6358         * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6359         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6360         (LDAV_SYMBOL, KERNEL_FILE): Remove.
6361         * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6362         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6363         (LDAV_SYMBOL, KERNEL_FILE): Remove.
6365         Consolidate redundant definitions.
6366         * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
6367         it's undefined in all files that include this one.
6368         (POSIX_SIGNALS): Define here instead of doing it in all files that
6369         include this one.
6370         * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6371         (POSIX_SIGNALS): Do not define.
6372         * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6373         (POSIX_SIGNALS): Do not define.
6374         * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6375         (POSIX_SIGNALS): Do not define.
6377         Remove support for old UNIX System V systems.
6378         * s/unixware.h: Add the contents of s/usg-5-4-2.h.
6379         * s/usg-5-4-2.h: Remove.
6381         Remove support for Solaris on PPC and for old versions.
6382         * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
6383         (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
6384         that cancel each other.
6385         * s/sol2-3.h:
6386         * s/sol2-4.h:
6387         * s/sol2-5.h: Remove.
6388         * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
6389         (NO_REMAP): Remove, unused.
6390         (UNEXEC): Move definition ...
6391         * s/aix4-2.h (UNEXEC): ... here.
6393         * s/openbsd.h: Remove support for non-ELF and for systems that do
6394         not support shared libraries.
6395         * s/netbsd.h:
6396         * s/freebsd.h: Likewise.
6398 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
6400         Remove non-working support for lynxos 3.0.
6401         * s/lynxos.h: Remove file.
6403         * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
6404         COFF_BSD_SYMBOLS, nothing defines it anymore.
6406 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
6408         Remove obsolete uses of HAVE_SHM.
6409         * emacs.c (standard_args):
6410         (Fdump_emacs):
6411         (syms_of_emacs): Remove code depending on HAVE_SHM.
6413         * alloc.c: Remove HAVE_SHM dependent definition.
6415         * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
6417 2010-03-18  Glenn Morris  <rgm@gnu.org>
6419         * emacs.c (USAGE4): Hard-code bug address.
6420         (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
6421         (bug_reporting_address): Remove.
6422         (main): Don't call bug_reporting_address.
6424         * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
6425         (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
6427 2010-03-15  Chong Yidong  <cyd@stupidchicken.com>
6429         * xfns.c (Fx_create_frame):
6430         * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
6431         on left.
6433 2010-03-13  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6435         * editfns.c (Fformat): Account for string precision when computing
6436         field width (Bug#5710).
6438 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6440         * xfns.c (Fx_create_frame): Set default to Qright.
6442         * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
6443         all window systems.
6445 2010-03-12  Eli Zaretskii  <eliz@gnu.org>
6447         These changes remove termcap.c from the build on Posix platforms.
6448         * Makefile.in (termcapobj): Move termcap.o from here...
6449         (MSDOS_OBJ): ...to here.
6450         (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
6451         now identical to when LIBS_TERMCAP is defined.
6453         * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
6455         * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
6457         * config.in: Regenerated.  (See top-level ChangeLog.)
6459 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6461         * Branch for 23.2.
6463 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6465         Cleanup setup of gl_state in various parts of the code.
6466         * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
6467         (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
6468         * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
6469         (skip_chars):
6470         * regex.c (regex_compile): Use it.
6471         (re_compile_pattern): Don't set gl_state.current_syntax_table since
6472         it's now set in regex_compile when/if we need it.
6474 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6476         Make it possible to C-g in a tight bytecode loop again (bug#5680).
6477         * lisp.h (ELSE_PENDING_SIGNALS): New macro.
6478         (QUIT): Use it to consolidate code and remove redundancy.
6479         * bytecode.c (BYTE_CODE_QUIT): Use it as well.
6481         * regex.c (regex_compile): Setup gl_state as well.
6483         * syntax.c (skip_chars): Setup gl_state (bug#3823).
6484         (in_classes): Use CONSP before XCAR/XCDR.
6486 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6488         * keymap.c (Fwhere_is_internal): Use Fequal to compare
6489         definitions, so that keyboard macros are correctly handled
6490         (Bug#5481).
6492 2010-03-02  Eli Zaretskii  <eliz@gnu.org>
6494         * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
6495         text that could be relocated inside the call to emacs_mule_char.
6496         (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
6497         (CODING_DECODE_CHAR): Add a comment describing its purpose.
6499 2010-03-02  Kenichi Handa  <handa@m17n.org>
6501         * character.c (parse_str_as_multibyte): Fix handling of the
6502         multibyte form of raw-bytes.
6503         (str_as_multibyte): Likewise.
6505         * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
6506         form of raw-bytes.
6508 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6510         * charset.c (load_charset_map_from_file)
6511         (load_charset_map_from_vector): Zero out allocated
6512         charset_map_entries before using them.
6514 2010-02-27  Andreas Schwab  <schwab@linux-m68k.org>
6516         * w32uniscribe.c (uniscribe_check_otf): Fix length check.
6518 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6520         * font.c (font_parse_fcname): Recognize "Book", "Condensed",
6521         "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
6523 2010-02-26  Kenichi Handa  <handa@m17n.org>
6525         * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
6527         * xdisp.c (reseat_to_string): Fix previous change.
6529 2010-02-26  David Reitter  <david.reitter@gmail.com>
6531         * nsfont.m (nsfont_draw): ns_antialias_text should be a
6532         Lisp_Object (Bug#4736).
6534 2010-02-25  Kenichi Handa  <handa@m17n.org>
6536         * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
6538 2010-02-24  Jan Djärv  <jan.h.d@swipnet.se>
6540         * xterm.c (XTflash): Move declarations before statements.
6542         * gtkutil.c (xg_get_gdk_display): Remove (unused).
6543         (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
6544         (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
6545         (xg_create_tool_bar): Remove unused variables.
6546         (x_wm_set_size_hint): Move declarations before statements.
6547         (xg_create_frame_widgets): Remove variable grav.
6549 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6551         * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
6553 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6555         * term.c (fatal): Add a final \n if needed (bug#5596).
6557 2010-02-18  Chong Yidong  <cyd@stupidchicken.com>
6559         * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
6561 2010-02-18  Glenn Morris  <rgm@gnu.org>
6563         * callint.c (Finteractive): Doc fix.
6565 2010-02-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6567         * coding.c (record_conversion_result):
6568         Handle CODING_RESULT_INSUFFICIENT_DST.
6569         (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
6570         memory allocation error.
6572 2010-02-17  Kenichi Handa  <handa@m17n.org>
6574         * coding.c (decode_coding_ccl): Don't setup ccl program here.
6575         Fix for the case that the output buffer is fullfilled.
6576         (decode_coding): Setup ccl program here.  Keep looping when the
6577         decoder stopped because the output buffer is
6578         fullfilled (bug#5534).
6580         * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
6582 2010-02-13  Jan Djärv  <jan.h.d@swipnet.se>
6584         * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
6585         bug #5571.
6586         (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
6587         overdrawn.
6589 2010-02-10  Jan Djärv  <jan.h.d@swipnet.se>
6591         * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
6592         doing_interact here.
6593         (ice_connection_closed): New function.
6594         (x_session_check_input, smc_die_CB, ice_io_error_handler)
6595         (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
6596         (x_session_check_input): Call IceCloseConnection if IceProcessMessages
6597         returns I/O error.
6598         (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
6599         bug #5512.
6601 2010-02-08  Francis Devereux  <francis@devrx.org>  (tiny change)
6603         * nsfont.m (nsfont_open): The system's value for the font descent
6604         is negative, so round it down to avoid clipping.
6606 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
6608         * charset.c (load_charset_map_from_file)
6609         (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
6610         instead of xmalloc (Bug#5526).  Suggested by Vivek Dasmohapatra.
6612 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
6614         * charset.c (load_charset_map_from_file): Allocate large
6615         charset_map_entries structure on the heap rather than the stack.
6616         (Bug#5526).
6618 2010-01-31  Kenichi Handa  <handa@m17n.org>
6620         * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
6621         size in NAME is invalid, return -1 (Bug#5396).
6623 2010-01-31  Chong Yidong  <cyd@stupidchicken.com>
6625         * nsterm.m (ns_defined_color): Block input.  Suggested by Mike
6626         <deactivated@gmail.com> (Bug#3605).
6628 2010-01-31  David De La Harpe Golden  <david@harpegolden.net>
6630         * fileio.c (Frename_file): Correctly rename symlinks to
6631         directories (Bug#5496).
6633 2010-01-31  Filipe Cabecinhas  <filcab@gmail.com>  (tiny change)
6635         * nsterm.m (ns_ring_bell): Handle visible bell like X.
6637 2010-01-30  Andreas Schwab  <schwab@linux-m68k.org>
6639         * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
6641 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
6643         * frame.c (DEFAULT_ROWS): Change default to 35.
6645         * xfns.c (x_default_font_parameter): Change default XFT font to
6646         monospace-10 (Bug#3643).
6648 2010-01-29  Eli Zaretskii  <eliz@gnu.org>
6650         * w32inevt.c (key_event): Remove unnecessary comparison of
6651         event->uChar.AsciiChar with 128.
6653 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
6655         * fileio.c (Frename_file): Fix last change (Bug#5487).
6657         * m/mips.h: Remove DATA_START.  Suggested by Dan Nicolaescu.
6659         * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
6661 2010-01-28  Jan Djärv  <jan.h.d@swipnet.se>
6663         * xfns.c (Fx_create_frame): Remove window size matching code from
6664         2010-01-15.
6665         (x_get_current_desktop, x_get_desktop_workarea): Remove.
6667 2010-01-27  Jason Rumney  <jasonr@gnu.org>
6669         * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
6670         (key_event): Use unicode for characters 128 and higher (Bug#4567).
6672 2010-01-27  Kenichi Handa  <handa@m17n.org>
6674         * regex.c (analyse_first): Fix setting of fastmap for unibyte
6675         pattern string (Bug#4209).
6677 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
6679         * fileio.c (Frename_file): Call copy-directory and
6680         delete-directory for directories, in order to handle cross-device
6681         renaming (Bug#3353).
6683 2010-01-25  Jan Djärv  <jan.h.d@swipnet.se>
6685         * xfns.c (Fx_create_frame): If frame height is too big, try
6686         sizes 24 and 10.  Bug #3643.
6688 2010-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6690         Try and fix bug#788, hopefully for real this time.
6691         * keymap.c (shadow_lookup): Add `remap' arg.
6692         (describe_map, describe_vector): Update calls to shadow_lookup.
6693         (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
6694         `remapped' so this flag is applicable to `sequence'.  Be careful to
6695         perform remapping during shadow_lookup check of remapped_sequences.
6697 2010-01-24  Eric Bélanger  <snowmaniscool@gmail.com>  (tiny change)
6699         * image.c (png_load): Use png_sig_cmp instead of the obsolete
6700         png_check_sig, which has been removed in libpng 1.4.
6702 2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6704         * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
6705         lacks this header file).
6707 2010-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6709         * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
6710         as in Emacs 22.
6712 2010-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6714         * lisp.h (make_pure_string): String pointer arg now points to const.
6716         * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
6717         args now point to const.
6719 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
6721         * lread.c (Fload): Don't treat files without .elc extension as
6722         byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
6723         them.  (bug#5303)
6725 2010-01-20  Kenichi Handa  <handa@m17n.org>
6727         * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
6728         treat the source as actual byte sequence.
6730 2010-01-19  Alan Mackenzie  <acm@muc.de>
6732         Fix spurious before-change-functions invocation from (insert ?\n).
6733         * textprop.c (set_text_properties): Rename parameter
6734         `signal_after_change_p' to `coherent_change_p', and make the
6735         invocation of `modify_region' conditional on it.
6737 2010-01-19  Jan Djärv  <jan.h.d@swipnet.se>
6739         * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
6740         for debug purpose.
6741         (syms_of_xsettings): Declare xft-settings.
6743 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6745         * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
6747 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6749         * xterm.c (event_handler_gdk): Block input (Bug#5037).
6751 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
6753         * emacs.c (standard_args): Adjust arg priorities to reflect how
6754         they are processed in startup.el.
6756 2010-01-16  Andreas Schwab  <schwab@linux-m68k.org>
6758         * Makefile.in (lisp, shortlisp): Update.
6760 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6762         * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
6763         code, link the new kboard into all_kboard before running Lisp code,
6764         and protect the new terminal with GCPRO (Bug#5365).
6765         (x_term_init): Remove unused var `atom'.
6766         (x_delete_display, x_delete_terminal): Remove unused var `i'.
6768 2010-01-15  Jan Djärv  <jan.h.d@swipnet.se>
6770         * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
6771         (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
6772         to find out usable size of the desktop.  Don't make frames larger than
6773         this.  Bug #3643.
6775 2010-01-15  Kenichi Handa  <handa@m17n.org>
6777         * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS.  Callers changed.
6779 2010-01-15  Chong Yidong  <cyd@stupidchicken.com>
6781         * nsterm.m (Qnone): Define.
6783         * nsfns.m (Qnone): Move definition to nsterm.m.
6785 2010-01-14  Kenichi Handa  <handa@m17n.org>
6787         * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
6788         systems.
6790 2010-01-14  Kenichi Handa  <handa@m17n.org>
6792         Make auto-composition work on all buffers even if they are
6793         fundamental mode.
6795         * composite.c (Vauto_composition_mode): New variable.
6796         (composition_compute_stop_pos): Check Vauto_composition_mode
6797         instead of Vauto_composition_function.
6798         (composition_adjust_point, Ffind_composition_internal): Likewise.
6799         (syms_of_composite): Declare Lisp variable
6800         "auto-composition-mode" here.
6802 2010-01-13  Chong Yidong  <cyd@stupidchicken.com>
6804         * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
6805         during call to vendor-specific-keysyms (Bug#5365).
6807 2010-01-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6809         * keyboard.c (input_available_signal) [SYNC_INPUT]:
6810         Call SIGNAL_THREAD_CHECK (Bug#5333).
6812         * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
6813         Call SIGNAL_THREAD_CHECK.
6815 2010-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6817         Try to fix bug#5314.  This is probably not the final word, tho.
6818         * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
6819         recent-auto-save-p as a side-effect.
6820         * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
6821         * buffer.c (Fkill_buffer, reset_buffer):
6822         * editfns.c (Fsubst_char_in_region):
6823         * fileio.c (Finsert_file_contents, Fdo_auto_save)
6824         (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
6826 2010-01-13  Kenichi Handa  <handa@m17n.org>
6828         Display buffer name, etc. in mode line by composing correctly.
6830         * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
6831         STRING is not nil.
6832         (display_mode_element): Adjust for the change of
6833         decode_mode_spec and display_line.
6834         (decode_mode_spec): Change arg MULTIBYTE to STRING.
6835         (display_string): Handle the case that STRING is non-null and
6836         LISP_STRING is not nil.
6838         * xterm.c (x_draw_composite_glyph_string_foreground):
6839         Pay attention to s->face->overstrike.
6841         * composite.c (composition_reseat_it): Don't check PT if STRING is
6842         non nil.
6844 2010-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6846         * keyboard.c (read_char): Don't apply previous change when current
6847         buffer is unchanged by command execution.
6849 2010-01-12  Jan Djärv  <jan.h.d@swipnet.se>
6851         * keyboard.c (read_char): Return after executing from special map.
6853 2010-01-12  Glenn Morris  <rgm@gnu.org>
6855         * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
6856         bug-gnu-emacs rather than emacs-pretest-bug.
6858 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
6860         * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
6861         initializing the Lisp variables that depend on them.
6863 2010-01-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6865         * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
6866         Clear areas that will not be updated after change of menu bar lines.
6867         Clear the menu bar window's current matrix when the window gets empty.
6869 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
6871         * intervals.h, textprop.c (extend_property_ranges): Return value
6872         and args changed.  Discard properties that begin at or after the
6873         new end (Bug#5306).
6875         * editfns.c (Fformat): Caller changed.
6877         * nsterm.m (ns_set_default_prefs): Delete function.
6878         (syms_of_nsterm): Initialize ns_command_modifier,
6879         ns_control_modifier, ns_function_modifier, ns_antialias_text, and
6880         ns_antialias_threshold here, not in ns_term_init (Bug#4113).
6882         * xdisp.c (pos_visible_p): Check for invisible text at the correct
6883         position (Bug#4040).
6885 2010-01-09  Eli Zaretskii  <eliz@gnu.org>
6887         * editfns.c (Ffloat_time): Doc fix.
6889 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
6891         * xfns.c (Fx_create_frame): Don't create frame larger than display
6892         by default bug#3643.
6894 2010-01-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6896         * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
6897         (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
6898         windows above internal border.
6900         * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
6901         (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
6902         windows above internal border.
6904         * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
6905         tool bar windows specially.
6907         * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
6909         * xterm.c (x_after_update_window_line): Don't treat tool bar windows
6910         specially.
6911         (XTflash): Take account of menu bar height.
6913         * w32term.c (x_after_update_window_line): Don't treat tool bar windows
6914         specially.
6916 2010-01-08  Jan Djärv  <jan.h.d@swipnet.se>
6918         * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
6919         also be true before we can return early (bug #5339).
6921 2010-01-06  David Reitter  <david.reitter@gmail.com>
6923         * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
6924         (Fns_display_usable_bounds): Rewrite, computing bounds properly
6925         (Bug#3233).
6927 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
6929         * font.c (font_open_entity): Enable chache and call cached_font_ok
6930         for the driver if defined.
6931         (QCuser_spec): New symbol.
6932         (font_spec_from_name): Save name as user-spec.
6933         (font_load_for_lface): Keep user-spec instead of name.
6934         (font_open_by_name): Save name as user-spec.
6935         (syms_of_font): Initialize QCuser_spec.
6936         (font_clear_prop): Clear name if it exists in font (bug#5157).
6938         * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
6939         (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
6940         (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
6942         * font.h (struct font_driver): Add cached_font_ok.
6944         * xterm.c (x_clear_frame): Queue draw for scroll bars.
6946 2010-01-05  Jan Djärv  <jan.h.d@swipnet.se>
6948         * xterm.c (x_new_font): Move code for setting rows/cols before
6949         resizing ...
6950         (x_set_window_size): ... to here.  Bug #2568.
6952         * gtkutil.c (xg_clear_under_internal_border): New function.
6953         (xg_frame_resized, xg_frame_set_char_size):
6954         Call xg_clear_under_internal_border.
6955         (xg_update_scrollbar_pos): Clear under old scroll bar position.
6957 2010-01-05  Chong Yidong  <cyd@stupidchicken.com>
6959         * keyboard.c (read_key_sequence): Catch keyboard switch after
6960         making a new tty frame (Bug#5095).
6962 2010-01-05  Kenichi Handa  <handa@m17n.org>
6964         * fontset.c (fontset_find_font): Fix getting the frame pointer.
6966 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6968         * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
6969         Lisp_Object, preferring to convert a lisp_Object to a void* instead.
6970         (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
6972 2010-01-03  Michael Albinus  <michael.albinus@gmx.de>
6974         * dbusbind.c (xd_add_watch): Improve debug message.
6975         (xd_remove_watch): Improve debug message.  If DATA is the session
6976         bus, unset D-Bus session environment.
6977         (Fdbus_init_bus): Pass the bus as argument to
6978         dbus_connection_set_watch_functions.  (Bug#5283)
6980 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6982         * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
6984         * lread.c (syms_of_lread): Make it clearer that these are the
6985         names of loaded files (Bug#5068).
6987         * eval.c (run_hook_with_args): Handle the case where the global
6988         value has the obsolete single-function form (Bug#5026).
6990 2009-12-27  Chong Yidong  <cyd@stupidchicken.com>
6992         * minibuf.c (Fall_completions): Minor optimization.
6994 2009-12-26  Eli Zaretskii  <eliz@gnu.org>
6996         * .gdbinit (pgx): Fix display of composite glyphs.
6997         Display cmp.from and cmp.to as well.
6998         (pitx): Fix last change.
7000 2009-12-25  Kenichi Handa  <handa@m17n.org>
7002         * composite.h (composition_adjust_point): Update prototype.
7004         * composite.c (composition_reseat_it): Don't make a composition
7005         spanning over point.
7006         (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
7007         composable characters.
7008         (composition_adjust_point): New arg NEW_PT.  Callers changed.
7010         * keyboard.c (command_loop_1): Force redisplay if the last point
7011         was within a composition.
7012         (adjust_point_for_property): Don't adjust point for automatic
7013         composition when called after buffer modification.
7015 2009-12-19  Eli Zaretskii  <eliz@gnu.org>
7017         * .gdbinit (pitx): Don't use enum names, use their values.
7018         Remove reference to non-existing value GET_FROM_COMPOSITION.
7019         (pgx): Don't use enum names, use their values.
7020         (pitmethod): New helper command.
7021         (pitx): Use it to display iteration method.
7022         (pgrowit): New command.
7024         * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
7026         Update dependencies in Makefile.in.
7028         * Makefile.in (alloc.o): Depend on termhooks.h.
7029         (atimer.o): Depend on blockinput.h.
7030         (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
7031         and frame.h.
7032         (callint.o): Depend on systime.h, coding.h, and composite.h.
7033         (callproc.o): Depend on buffer.h.
7034         (casefiddle.o): Don't depend on charset.h.
7035         (casetab.o): Depend on character.h.
7036         (ccl.o): Depend on composite.h.
7037         (chartab.o): Depend on ccl.h.
7038         (cm.o): Depend on dispextern.h.
7039         (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
7040         (coding.o): Don't depend on $(INTERVALS_H).
7041         (composite.o): Don't depend on dispextern.h explicitly (it's in
7042         $(INTERVALS_H)).  Depend on ccl.h.
7043         (data.o): Depend on systime.h, coding.h, composite.h,
7044         dispextern.h, font.h, and ccl.h.
7045         (dired.o): Depend on composite.h.
7046         (dispnew.o): Depend on coding.h.  Don't depend explicitly on
7047         composite.h (it's in $(INTERVALS_H)).
7048         (doc.o): Depend on systime.h, coding.h, and composite.h.
7049         (editfns.o): Don't depend explicitly on dispextern.h.
7050         (emacs.o): Depend on frame.h and coding.h.
7051         (eval.o): Depend on coding.h, composite.h, and xterm.h.
7052         (fileio.o): Depend on frame.h and commands.h.  Don't depend
7053         explicitly on dispextern.h.
7054         (filelock.o): Don't depend on epaths.h and charset.h.  Depend on
7055         composite.h.
7056         (fns.o): Don't depend on termhooks.h.
7057         (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
7058         (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
7059         coding.h, $(INTERVALS_H), window.h, xterm.h.
7060         (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
7061         (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
7062         (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
7063         fontset.h, ccl.h, and ftfont.h.
7064         (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
7065         (gtkutil.o): Depend on dispextern.h and composite.h.
7066         (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
7067         termhooks.h, and ccl.h.
7068         (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
7069         (intervals.o): Depend on systime.h and coding.h.
7070         (keyboard.o): Depend on composite.h and coding.h.
7071         (keymap.o): Depend on coding.h and frame.h.
7072         (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
7073         (macros.o): Depend on systime.h, coding.h, and composite.h.
7074         (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
7075         and atimer.h.
7076         (minibuf.o): Depend on systime.h and coding.h.  Don't depend on
7077         dispextern.h explicitly.
7078         (print.o): Depend on termhooks.h, coding.h, and ccl.h.
7079         Don't depend explicitly on dispextern.h and composite.h.
7080         (process.o): Depend on character.h, xgselect.h, and sysselect.h.
7081         (regex.o): Don't depend on charset.h.
7082         (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
7083         (search.o): Don't depend explicitly on composite.h.
7084         (sound.o): Depend on atimer.h and systime.h.
7085         (syntax.o): Don't depend explicitly on composite.h.
7086         (sysdep.o): Depend on coding.h and composite.h.
7087         (term.o): Depend on xterm.h and buffer.h.
7088         (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
7089         (textprop.o): Don't depend on dispextern.h explicitly.
7090         (undo.o): Depend on dispextern.h.
7091         (window.o): Depend on coding.h and termhooks.h.  Don't depend on
7092         dispextern.h and composite.h explicitly.
7093         (xdisp.o): Depend on ccl.h.
7094         (xfaces.o): Depend on coding.h and ccl.h.
7095         (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
7096         (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
7097         (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
7098         ftfont.h.
7099         (xgselect.o): New dependency.
7100         (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
7101         (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
7102         (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
7103         coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
7104         (xsmfns.o): Depend on frame.h and dispextern.h.
7105         (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
7106         sysselect.h.
7108 2009-12-19  Andreas Schwab  <schwab@linux-m68k.org>
7110         * font.c (Fclear_font_cache): Pass correct cache argument to
7111         font_clear_cache.
7113 2009-12-16  Andreas Schwab  <schwab@linux-m68k.org>
7115         * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
7116         twice.
7118 2009-12-15  Chong Yidong  <cyd@stupidchicken.com>
7120         * xdisp.c (decode_mode_spec): Inhibit garbage collection when
7121         calling file-remote-p.  Reported by Jim Meyering.
7123 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
7125         * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
7126         avoid compiler warnings.  (Bug #5217)
7128 2009-12-14  Kenichi Handa  <handa@m17n.org>
7130         * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
7131         in 8-bit encoding.
7133 2009-12-13  Pat Thoyts  <patthoyts@users.sourceforge.net>  (tiny change)
7135         * xfns.c (x_create_tip_frame): Set the extended window manager hint for
7136         tooltip windows.
7138 2009-12-13  Jan Djärv  <jan.h.d@swipnet.se>
7140         * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
7141         Xatom_net_window_type.
7143         * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
7144         Xatom_net_window_type.
7146         * xterm.c (my_log_handler): New function.
7147         (x_term_init): Set my_log_handler as log handler during gtk_init
7148         so we can filter out buggy messages.  (Bug #5120).
7150         * xterm.c (xg_scroll_callback): Parameter list changed,
7151         use parameter GtkScrollType to determine scroll/line/page.
7152         Only allow dragging if a button < 4 is grabbed (bug #5177).
7153         (xg_end_scroll_callback): New function.
7154         (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
7155         xg_create_scroll_bar.
7157         * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
7158         (scroll_end_callback): Remove.
7159         (xg_create_scroll_bar): Add parameter end_callback, bind it to
7160         button-release-event.  Replace value-changed event with change-value,
7161         bug #5177.
7162         (xg_event_is_for_scrollbar): Only return true if button is less than 4,
7163         bug #5177.
7165         * gtkutil.h (XG_LAST_SB_DATA): Remove.
7166         (xg_create_scroll_bar): Add GCallback end_callback.
7168         * xftfont.c (QClcdfilter): New variable.
7169         (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
7170         (syms_of_xftfont): Initialize QClcdfilter.
7172 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
7174         * xsettings.c (struct xsettings): Add member seen.
7175         (parse_xft_settings): Update member seen with what we have read.
7176         Return non-zero if Xft-settings have been parsed, 0 otherwise.
7177         (apply_xft_settings): Only update Xft settings with what member seen
7178         indicates as new.
7180 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
7182         * dispextern.h (struct text_pos): Use EMACS_INT.
7183         (struct glyph): Use EMACS_INT for charpos.
7184         (struct it): Use EMACS_INT for stop_charpos, end_charpos,
7185         region_beg_charpos, region_end_charpos,
7186         redisplay_end_trigger_charpos, and also for
7187         iterator_stack_entry.end_charpos and
7188         iterator_stack_entry.stop_charpos.
7190 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
7192         * gtkutil.c (scroll_end_callback): New function (bug #5177).
7193         (xg_create_scroll_bar): Call scroll_end_callback on button release
7194         event (bug #5177).
7195         (xg_event_is_for_scrollbar): != replaced with ==.
7197 2009-12-12  Kenichi Handa  <handa@m17n.org>
7199         * ftfont.c (struct ftfont_info): New member matrix.
7200         (ftfont_open): Setup xftfont_info->matrix.
7201         (MFLTFontFT): New member matrix.
7202         (FLOOR, CEIL, ROUND): New macros.
7203         (ftfont_get_metrics): Handle matrix transformation.
7204         (ftfont_shape_by_flt): New arg matrix.  Callers changed.
7206         * xftfont.c (struct xftfont_info): New member matrix.
7207         (xftfont_open): Setup xftfont_info->matrix.
7209 2009-12-10  Kenichi Handa  <handa@m17n.org>
7211         * xdisp.c (append_space_for_newline): Consider face-remapping.
7213 2009-12-09  Andreas Schwab  <schwab@linux-m68k.org>
7215         * xsettings.c: Include "keyboard.h".
7217         * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
7219         Fix implicit function declarations.
7220         * cmds.c: Include "frame.h".
7221         * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
7222         * frame.h: Move declaration of delete_frame outside of
7223         HAVE_WINDOW_SYSTEM.
7225 2009-12-09  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7227         * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
7229         * emacs.c (main): Set the G_SLICE environment variable for Cygwin
7230         GTK builds.
7232 2009-12-07  Andreas Schwab  <schwab@linux-m68k.org>
7234         * unexelf.c (unexec): Don't search for .data twice.
7236 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
7238         * xdisp.c (push_display_prop): Don't set avoid_cursor_p.  Return 0
7239         if push failed.
7240         (handle_line_prefix): Set avoid_cursor_p here.  Check return value
7241         of push_display_prop (Bug#5000).
7243         * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
7244         value of font_list_entities (Bug#5085).
7246 2009-12-04  Juanma Barranquero  <lekktu@gmail.com>
7248         Fix `string-to-number' to deal consistently with integers and floats.
7249         * lread.c (isfloat_string): New argument ignore_trailing to accept all
7250         trailing characters, not just whitespace.
7251         (read1): Pass new arg 0 to keep old behavior.
7252         * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
7253         trailing chars, as it is already done for integers.  Doc fixes.
7254         * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
7256 2009-12-04  Eli Zaretskii  <eliz@gnu.org>
7258         * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
7259         Delete unused enumeration value.
7261 2009-12-03  Eli Zaretskii  <eliz@gnu.org>
7263         * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
7265 2009-12-03  Daniel Hackney  <dan@haxney.org>  (tiny change)
7267         * process.c (Fmake_network_process): Fix up the tests for
7268         "connectionless socket", so they DTRT for seqpacket sockets as well.
7270 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7272         * process.c (Qseqpacket): New symbol.
7273         (HAVE_SEQPACKET): New macro.
7274         (Fmake_network_process): Accept new :type `seqpacket'.
7275         (init_process): Add `seqpacket' feature when applicable.
7276         (syms_of_process): Initialize Qseqpacket.
7278 2009-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7280         * font.c (font_load_for_lface, font_open_by_name): Don't store name
7281         if entity is Qnil.
7283 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7285         * print.c (print_preprocess): Preprocess the key_and_value table of
7286         hashtables, even tho they're "hidden" (bug#5082).
7288 2009-11-29  Jan Djärv  <jan.h.d@swipnet.se>
7290         * frame.c (frame_make_pointer_invisible)
7291         (frame_make_pointer_visible): Declare f before statements.
7293 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
7295         * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
7296         omitted dependencies on lisp.h.
7298 2009-11-27  Jan Djärv  <jan.h.d@swipnet.se>
7300         * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
7301         is NULL.
7303         * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
7305         * frame.c (frame_make_pointer_invisible)
7306         (frame_make_pointer_visible): Just return if there isn't any selected
7307         frame.
7309         * search.c (simple_search): Remove warning by making *p const.
7311 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
7313         * xdisp.c (power_letter): Remove duplicate const.
7315 2009-11-25  Jan Djärv  <jan.h.d@swipnet.se>
7317         * term.c (delete_tty): Remove check for last terminal (bug#4970).
7319         * xsettings.c: Revert changes from 2009-11-23.  Just use Xft
7320         defaults (bug #5025).
7322 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7324         * insdel.c (adjust_markers_for_delete): Move it in the
7325         right direction!  (bug#4803)
7327 2009-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7329         * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
7331         * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
7333 2009-11-24  Glenn Morris  <rgm@gnu.org>
7335         * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
7337 2009-11-23  Jan Djärv  <jan.h.d@swipnet.se>
7339         * Makefile.in: Must create deps for ecrt0.o in its rule.
7341         * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
7342         because that is what Gtk+ font dialog understands.
7344         * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
7345         of Fcopy_sequence.
7346         (font_open_by_name): Put name given into QCname for font-object returned.
7348         * frame.c (x_set_font): Save original font name as frame parameter
7349         font-parameter.
7351         * xsettings.c (set_default_xft_settings): New function.
7352         (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
7353         is found.
7355 2009-11-22  Andreas Schwab  <schwab@linux-m68k.org>
7357         * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
7358         searching backwards through multibyte buffer.
7360 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7362         * xterm.c: #include xgselect.h.
7363         (x_initialize): Call xgselect_initialize.
7365         * xsettings.c (something_changedCB): C++ comments => C comments.
7366         (init_gconf): Do not deal with any GLib file descriptors, xg_select
7367         does that now.
7369         * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
7370         (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
7371         (scroll_bar_button_cb): Remove.
7372         (create_menus): C++ comments => C comments.  Don't bind grab-notify
7373         event.
7374         (xg_create_scroll_bar): Don't bind button-press-event and
7375         button-release-event.
7377         * process.c: Include xgselect.h if defined (USE_GTK) ||
7378         defined (HAVE_GCONF).
7379         (wait_reading_process_output): Call xg_select for the same condition.
7381         * xgselect.c (xg_select): New function to better integrate with
7382         GLib/Gtk event handling.  Needed if GConf daemon dies/restarts.
7384         * xgselect.h: New file, declare xg_select, xgselect_initialize.
7386         * Makefile.in (XOBJ): Add xgselect.o.
7388 2009-11-21  Andreas Schwab  <schwab@linux-m68k.org>
7390         * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
7391         Remove ignored second argument.  All callers changed.
7392         * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
7393         (RE_STRING_CHAR_AND_LENGTH): Likewise.
7394         * xdisp.c (string_char_and_length): Likewise.
7396 2009-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
7398         * xterm.c (x_new_font):
7399         * print.c (print_object):
7400         * cmds.c (Fself_insert_command): Move declarations before statements.
7402 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7404         * s/cygwin.h: Remove unneeded linker flags.
7406 2009-11-20  Jan Djärv  <jan.h.d@swipnet.se>
7408         * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
7410         * xsettings.h: Declare xsettings_get_system_font.
7412         * xsettings.c (xsettings_get_system_font): New function.
7413         (init_gconf): No use initiating gconf unless we have Xft also.
7414         (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
7415         HAVE_GCONF.
7417         * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
7418         add a blank entry so it doesn't collapse into nothing.
7420 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * lread.c (Funintern): Comment out last change.
7424 2009-11-19  Richard Stallman  <rms@gnu.org>
7426         * lread.c (Funintern): Error if symbol is t or nil.
7428 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * insdel.c (make_gap_larger): Don't make as many assumptions about the
7431         representation of Lisp integers.
7432         Reported by MJ Chan <mjchan.inbox@gmail.com>.
7434 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
7436         * lisp.h: Remove declaration of Ffont_get_system_font.
7437         * xfns.c: Move include of "xsettings.h".
7438         * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
7440 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7442         * xsettings.c (something_changedCB, Ffont_get_system_font):
7443         Check use_system_font.
7444         (syms_of_xsettings): DEFVAR font-use-system-font.
7446 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
7448         * xfns.c (x_default_font_parameter): Remove dead assignment.
7450         * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
7452 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7454         * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
7455         not have FC_LCD_*.  #define them if not there.
7457         * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
7459         * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
7461         * xterm.c (handle_one_xevent): Call xft_settings_event for
7462         ClientMessage, PropertyNotify and DestroyNotify.
7463         (x_term_init): If we have XFT, get DPI from Xft.dpi.
7464         Call xsettings_initialize.
7466         * xftfont.c (xftfont_fix_match): New function.
7467         (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
7468         Call xftfont_fix_match after XftFontMatch.
7470         * xfont.c (xfont_driver): Initialize all members.
7472         * xfns.c (x_default_font_parameter):
7473         Try font from Ffont_get_system_font.
7474         Do not get font from x_default_parameter if we got one from
7475         Ffont_get_system_font.
7476         (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
7478         * w32font.c (w32font_driver): Initialize all members.
7480         * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
7482         * lisp.h: Declare syms_of_xsettings.
7484         * keyboard.c (kbd_buffer_get_event, make_lispy_event):
7485         Handle CONFIG_CHANGED_EVENT.
7487         * ftfont.c (ftfont_filter_properties): New function.
7489         * frame.c (x_set_font): Remove unused variable lval.
7491         * font.h (struct font_driver): Add filter_properties.
7493         * font.c (font_put_extra): Don't return if val is nil, it means
7494         boolean option is off.
7495         (font_parse_fcname): Collect all extra properties in extra_props
7496         and call filter_properties for all drivers with extra_props and
7497         font as parameter.
7498         (font_open_entity): Do not use cache, it does not pick up new
7499         fontconfig settings like hinting.
7500         (font_load_for_lface): If spec had a name in it, store it in entity.
7502         * emacs.c (main): Call syms_of_xsettings.
7504         * config.in: HAVE_GCONF is new.
7506         * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
7507         xsettings.o is new.
7509 2009-11-17  Kenichi Handa  <handa@m17n.org>
7511         * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
7512         back to the default font in case that no suitable font is found.
7514 2009-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7516         * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
7517         Suggested by Chad Brown <yandros@mit.edu>.
7518         (push_menu_item): Use MENU_ITEMS_ITEM_* names.
7520 2009-11-16  Jan Djärv  <jan.h.d@swipnet.se>
7522         * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
7524 2009-11-14  Andreas Schwab  <schwab@linux-m68k.org>
7526         * Makefile.in: Ignore errors from mkdir when creating deps directory.
7528 2009-11-14  Jan Djärv  <jan.h.d@swipnet.se>
7530         * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
7531         has a parent.
7533         * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
7534         dependency files in deps/.  Include those files into Makefile.
7536         * config.in: Generated (AUTO_DEPEND).
7538 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
7540         * dbusbind.c (Vdbus_registered_objects_table): Rename from
7541         Vdbus_registered_functions_table, because it contains also
7542         properties.  Fix docstring.
7543         (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
7545 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7547         * alloc.c (mark_object): Don't reprocess marked strings.
7548         Check vector's markbit earlier.  Adjust calls to mark_vectorlike.
7549         (mark_vectorlike, mark_char_table): Assume the object is unmarked.
7551 2009-11-13  Kenichi Handa  <handa@m17n.org>
7553         * category.c (word_boundary_p): Adjust for the change of the
7554         semantics of Vword_combining_categories.
7555         (Vword_combining_categories): Describe the slight change of the
7556         semantics.
7558 2009-11-13  Eli Zaretskii  <eliz@gnu.org>
7560         * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
7562         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
7564 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7566         * xdisp.c (syms_of_xdisp): Fix typo in last change.
7568 2009-11-12  Juanma Barranquero  <lekktu@gmail.com>
7570         * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
7572 2009-11-11  David Reitter  <david.reitter@gmail.com>
7574         * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
7575         variables to fix 2009-11-09 change.
7577 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7579         * process.c (ifflag_def): Make flag_sym constant.
7580         (Fnetwork_interface_info): Use a constant pointer.
7581         (ifflag_table):
7582         * xfns.c (cursor_bits):
7583         * xdisp.c (power_letter):
7584         * termcap.c (speeds, esctab):
7585         * sysdep.c (baud_convert):
7586         * keyboard.c (lispy_accent_codes, modifier_names):
7587         * image.c (xbm_format, xpm_format, pbm_format, png_format)
7588         (jpeg_format, tiff_format, gif_format, svg_format)
7589         (interlace_start, interlace_increment, gs_format):
7590         * gtkutil.c (separator_names):
7591         * fringe.c (swap_nibble):
7592         * fns.c (base64_value_to_char, base64_char_to_value):
7593         * fileio.c (make_temp_name_tbl):
7594         * coding.c (suffixes): Make constant.
7596         * frame.c (make_initial_frame):
7597         * buffer.c (init_buffer_once): Use make_pure_c_string instead of
7598         build_string.
7599         * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
7601         * s/freebsd.h:
7602         * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
7604         * Makefile.in: Add dependencies to lisp.h.  Remove dependencies
7605         for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
7607         * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
7608         * xterm.c (syms_of_xterm):
7609         * xfaces.c (syms_of_xfaces):
7610         * xdisp.c (syms_of_xdisp):
7611         * lread.c (syms_of_lread):
7612         * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
7613         build_string.
7615         * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
7617 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7619         * fns.c (Fplist_get): Merge the active and the commented out code.
7621 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
7623         * keyboard.h: Declare timer_check.
7625         * keyboard.c (timer_check_2): New function that does what the old
7626         timer_check did.
7627         (timer_check): Call timer_check_2 until -1 or a non-zero time is
7628         returned, i.e. don't return -1 with timers pending.
7630         * process.c: Remove extern declaration of timer_check.
7632         * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
7633         even if timer_check returned -1.
7635         * gtkutil.c (xg_dialog_response_cb): Data is now a struct
7636         xg_dialog_data.
7637         (pop_down_dialog): Destroy widget (if any), cancel timer and unref
7638         the event loop.
7639         (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
7640         (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
7641         Destroy the dialog after xg_dialog_run.
7643 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7645         * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
7647 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
7649         * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
7651 2009-11-09  Juanma Barranquero  <lekktu@gmail.com>
7653         * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
7655 2009-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7657         * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
7658         w32menu.c, and nsmenu.m.
7659         Simplify the obsolete case where position is nil.
7660         (cleanup_popup_menu): New function, moved from nsmenu.m.
7661         (struct skp): Remove slot `notreal'.
7662         (single_keymap_panes, keymap_panes): Remove arg `notreal' and
7663         adjust callers.
7664         (single_menu_item): Adjust call to parse_menu_item.
7665         (syms_of_menu): Defsubr x-popup-menu.
7666         * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
7667         (keymap_panes): Don't export any more.
7668         (mouse_position_for_popup, w32_menu_show, ns_menu_show)
7669         (xmenu_show): Declare.
7670         * keyboard.c (parse_menu_item): Remove arg `notreal'.
7671         (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
7672         * keyboard.h (parse_menu_item): Update declaration.
7673         * xmenu.c (Fx_popup_menu): Remove.
7674         (syms_of_xmenu): Don't defsubr x-popup-menu.
7675         * w32menu.c (Fx_popup_menu): Remove.
7676         (syms_of_w32menu): Don't defsubr x-popup-menu.
7677         * nsmenu.m (cleanup_popup_menu): Remove.
7678         (ns_menu_show): Rename from ns_popup_menu and remove all the code
7679         moved to menu.c's Fx_popup_menu.
7680         (Fx_popup_menu): Remove.
7681         (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
7682         menu_items (it's done in menu.c already).
7684 2009-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7686         * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
7687         Use `tem' less.  Make sure KEYEQ holds a string or nil (bug#4879).
7689 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7691         * xmenu.c (Fx_popup_menu): Extract event timestamp.  Pass it to
7692         xmenu_show.  Hide any tooltip before opening a menu.
7693         (xmenu_show): New arg.  Pass it to create_and_show_popup_menu.
7694         (create_and_show_popup_menu): New arg.  Pass it to gtk_menu_popup.
7696 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7698         Let integers use up 2 tags to give them one extra bit and thus double
7699         their range.
7700         * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
7701         (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
7702         New macros.
7703         (enum Lisp_Type): Use them.  Give explicit values.
7704         (Lisp_Type_Limit): Remove.
7705         (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
7706         (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
7707         Pay attention to USE_2_TAGS_FOR_INTS.
7708         (INTEGERP): Use LISP_INT_TAG_P.
7709         * fns.c (internal_equal): Simplify the default case.
7710         (sxhash): Use case_Lisp_Int.
7711         * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
7712         any more.
7713         (Ftype_of): Use case_Lisp_Int.
7714         (store_symval_forwarding): Take into account the fact that Ints can
7715         now have more than one tag.
7716         * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
7717         (buffer_slot_type_mismatch):
7718         * xfaces.c (face_attr_equal_p):
7719         * print.c (print_object):
7720         * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
7721         Use case_Lisp_Int.
7723 2009-11-06  Eli Zaretskii  <eliz@gnu.org>
7725         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
7727         * alloc.c (make_pure_c_string): Fix last change to avoid compiler
7728         warning.
7730 2009-11-06  Jan Djärv  <jan.h.d@swipnet.se>
7732         * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
7734         * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
7736         * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
7737         ButtonPressRelease and MotionNotify (bug#4870).
7739 2009-11-06  Dan Nicolaescu  <dann@ics.uci.edu>
7741         * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
7743         * xterm.c (syms_of_xterm):
7744         * xselect.c (syms_of_xselect):
7745         * xmenu.c (syms_of_xmenu):
7746         * xfns.c (syms_of_xfns):
7747         * xfaces.c (syms_of_xfaces):
7748         * xdisp.c (syms_of_xdisp):
7749         * window.c (syms_of_window):
7750         * w32fns.c (syms_of_w32fns):
7751         * undo.c (syms_of_undo):
7752         * textprop.c (syms_of_textprop):
7753         * terminal.c (syms_of_terminal):
7754         * syntax.c (syms_of_syntax):
7755         * sound.c (syms_of_sound):
7756         * search.c (syms_of_search):
7757         * print.c (syms_of_print):
7758         * minibuf.c (syms_of_minibuf):
7759         * macros.c (syms_of_macros):
7760         * keymap.c (syms_of_keymap, initial_define_key)
7761         (initial_define_lispy_key):
7762         * keyboard.c (syms_of_keyboard):
7763         * insdel.c (syms_of_insdel):
7764         * image.c (syms_of_image):
7765         * fringe.c (syms_of_fringe):
7766         * frame.c (syms_of_frame):
7767         * fontset.c (syms_of_fontset):
7768         * fns.c (syms_of_fns):
7769         * fns.c (syms_of_fns):
7770         * fileio.c (syms_of_fileio):
7771         * fileio.c (syms_of_fileio):
7772         * eval.c (syms_of_eval):
7773         * doc.c (syms_of_doc):
7774         * dispnew.c (syms_of_display):
7775         * dired.c (syms_of_dired):
7776         * dbusbind.c (syms_of_dbusbind):
7777         * data.c (syms_of_data):
7778         * composite.c (syms_of_composite):
7779         * coding.c (syms_of_coding):
7780         * cmds.c (syms_of_cmds):
7781         * charset.c (define_charset_internal, syms_of_character):
7782         * ccl.c (syms_of_ccl):
7783         * category.c (syms_of_category, init_category_once):
7784         * casetab.c (syms_of_casetab):
7785         * casefiddle.c (syms_of_casefiddle):
7786         * callint.c (syms_of_callint):
7787         * bytecode.c (syms_of_bytecode):
7788         * buffer.c (keys_of_buffer, syms_of_buffer):
7789         * alloc.c (syms_of_alloc):
7790         * process.c (syms_of_process, init_process):
7791         * lread.c (syms_of_lread, init_obarray):
7792         * font.c (build_style_table):
7793         * emacs.c (syms_of_emacs, main): Replace calls to intern with
7794         intern_c_string, calls to make_pure_string with
7795         make_pure_c_string.  Use pure_cons instead of Fcons.
7797         * process.c (socket_options): Make it const.
7798         (set_socket_option, init_process): Use a const pointer.
7800         * lread.c (intern_c_string): New function.
7801         (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7802         (defvar_int): Uset it.  Make the name const char*.
7804         * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7805         (defvar_int): Update prototypes.
7806         (DEFUN, EXFUN): Support for prototypes is now required.
7807         (intern_c_string): New prototype.
7808         (struct Lisp_Subr): Make symbol_name constant.
7810         * font.c (struct table_entry): Remove unused member.  Make NAMES
7811         constant.
7812         (weight_table, slant_table, width_table): Make constant.
7814         * emacs.c (struct standard_args): Make name and longname constant.
7816         * character.h (DEFSYM): Use intern_c_string.
7818 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7820         * alloc.c (make_pure_c_string): New function.
7822         * eval.c (Fautoload): Purecopy all arguments.
7824 2009-11-05  Kenichi Handa  <handa@m17n.org>
7826         * fileio.c (Finsert_file_contents): Be sure set coding-system of
7827         the buffer in case of replace.
7829 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7831         * puresize.h (BASE_PURESIZE): Increase to 1620000.
7833 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7835         * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
7836         when applicable (bug#4851).
7838         * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
7839         (P_): Support for prototypes is now required.
7841 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7843         * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
7844         (Bug#4827).
7846 2009-10-30  Eli Zaretskii  <eliz@gnu.org>
7848         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
7850 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
7852         * puresize.h (BASE_PURESIZE): Increase to 1470000.
7854         * lread.c (Fload): Purecopy the file name when building
7855         Vpreloaded_file_list.
7857 2009-10-29  Jason Rumney  <jasonr@wanchan.jasonrumney.net>
7859         * w32fns.c (syms_of_w32fns): Change default value of
7860         w32-scroll-lock-modifier to nil.  (Bug#2827)
7862 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7864         * minibuf.c (Fall_completions): Fix typos in docstring.
7866 2009-10-26  Andreas Schwab  <schwab@redhat.com>
7868         * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
7870 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7872         * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
7873         For delta < 0, skip check that only makes sense when the mini-window
7874         is going to be enlarged.  (Bug#4534)
7876 2009-10-25  Chong Yidong  <cyd@stupidchicken.com>
7878         * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
7879         string in menu maps (Bug#4471).
7881 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7883         * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
7884         FRAME_NS_VIEW on terminal frames (Bug#4765).
7886 2009-10-24  Andreas Schwab  <schwab@linux-m68k.org>
7888         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
7889         DBUS_TYPE_UINTnn separately to get proper sign extension.
7891         * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
7892         can properly handle unsigned types.
7893         (make_uid, make_gid): Remove.
7895         * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
7896         types again.
7898         * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
7899         (system_process_attributes): Likewise.
7901 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7903         * keymap.c (Fmake_sparse_keymap): Purecopy the name.
7905         * eval.c (Fautoload): Purecopy the filename.  Simplify.
7907         * category.c (Fdefine_category): Purecopy docstring.
7909 2009-10-23  Andreas Schwab  <schwab@linux-m68k.org>
7911         * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
7913         * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
7915 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7917         * window.c (Fwindow_edges, Fwindow_pixel_edges)
7918         (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
7919         (Bug#4775).
7921 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7923         * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
7924         (init_fileio_once):
7925         * lisp.h (init_fileio_once): Remove.
7926         * emacs.c (main): Don't call init_fileio_once.
7928 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7930         * puresize.h (BASE_PURESIZE): Increase to 1430000.
7932 2009-10-21  Andreas Schwab  <schwab@linux-m68k.org>
7934         * doprnt.c (doprnt): Fix overflow check.
7936 2009-10-21  Jan Djärv  <jan.h.d@swipnet.se>
7938         * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
7940         * xterm.h (x_wait_for_event): Declare it.
7942         * xterm.c (pending_event_wait): New variable.
7943         (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
7944         see pending_event_wait.eventtype.
7945         (handle_one_xevent): Don't change gravity when parent changes.
7946         (x_new_font): Call change_frame_size with new rows/columns before we
7947         try to resize the frame.
7948         (x_wait_for_event): New function.
7949         (x_set_window_size_1): Don't change gravity unless change_gravity
7950         is set.
7951         Call XResizeWindow with FRAME_OUTER_WINDOW.  If we are visible,
7952         don't change frame size, instead wait for the ConfigureNotify.
7953         (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
7954         (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
7955         (x_initialize): Initialize pending_event_wait.
7957         * xmenu.c (set_frame_menubar): Add internal border width to menu bar
7958         size.
7960         * widget.c (EmacsFrameSetValues): Add comment.
7961         (EmacsFrameSetCharSize): Just call x_set_window_size.
7963         * gtkutil.c (xg_frame_set_char_size): Flush events and call
7964         x_wait_for_event.
7965         (flush_and_sync): Remove again.
7966         (xg_get_font_name): Suggest monospace if no previous font is known.
7968 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7970         * character.c (char_resolve_modifier_mask): Don't resolve meta to the
7971         8th bit, since that only made sense in the ASCII world (bug#4751).
7973 2009-10-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7975         * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
7976         processing pending events when event is filtered for input method.
7977         (Bug#3681)
7979 2009-10-20  Juanma Barranquero  <lekktu@gmail.com>
7981         * fns.c: Add #endif accidentally removed in previous change.
7983 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7985         * fns.c: Remove code for unsupported system: MAC_OS.
7986         * image.c: Likewise.  Include setjmp.h.
7988 2009-10-19  Jan Djärv  <jan.h.d@swipnet.se>
7990         * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
7991         pixel -1 (bug #4742).
7993 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7995         * process.c (create_pty): Remove conditionals for no longer
7996         supported systems: UNIPLUS and RTU.
7998         * xterm.c:
7999         * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
8001         * alloc.c: Do not define struct catchtag.
8002         * eval.c: Move struct catchtag definition ...
8003         * lisp.h: ... here.
8005         * image.c: Move png.h #include earlier to avoid warnings.
8007         * xterm.c:
8008         * xsmfns.c:
8009         * xselect.c:
8010         * xrdb.c:
8011         * xmenu.c:
8012         * xftfont.c:
8013         * xfont.c:
8014         * xfns.c:
8015         * xfaces.c:
8016         * xdisp.c:
8017         * window.c:
8018         * widget.c:
8019         * w32xfns.c:
8020         * w32uniscribe.c:
8021         * w32term.c:
8022         * w32select.c:
8023         * w32reg.c:
8024         * w32proc.c:
8025         * w32menu.c:
8026         * w32inevt.c:
8027         * w32heap.c:
8028         * w32font.c:
8029         * w32fns.c:
8030         * w32console.c:
8031         * w32.c:
8032         * w16select.c:
8033         * vm-limit.c:
8034         * unexsol.c:
8035         * unexec.c:
8036         * unexcw.c:
8037         * unexaix.c:
8038         * undo.c:
8039         * tparam.c:
8040         * textprop.c:
8041         * terminfo.c:
8042         * terminal.c:
8043         * termcap.c:
8044         * term.c:
8045         * syntax.c:
8046         * sound.c:
8047         * sheap.c:
8048         * search.c:
8049         * scroll.c:
8050         * region-cache.c:
8051         * regex.c:
8052         * ralloc.c:
8053         * process.c:
8054         * print.c:
8055         * nsterm.m:
8056         * nsselect.m:
8057         * nsmenu.m:
8058         * nsimage.m:
8059         * nsfont.m:
8060         * nsfns.m:
8061         * msdos.c:
8062         * minibuf.c:
8063         * menu.c:
8064         * marker.c:
8065         * macros.c:
8066         * keymap.c:
8067         * keyboard.c:
8068         * intervals.c:
8069         * insdel.c:
8070         * indent.c:
8071         * gtkutil.c:
8072         * ftxfont.c:
8073         * ftfont.c:
8074         * fringe.c:
8075         * frame.c:
8076         * fontset.c:
8077         * font.c:
8078         * fns.c:
8079         * floatfns.c:
8080         * filelock.c:
8081         * fileio.c:
8082         * emacs.c:
8083         * editfns.c:
8084         * dosfns.c:
8085         * doprnt.c:
8086         * doc.c:
8087         * dispnew.c:
8088         * dired.c:
8089         * dbusbind.c:
8090         * data.c:
8091         * composite.c:
8092         * coding.c:
8093         * cmds.c:
8094         * cm.c:
8095         * chartab.c:
8096         * charset.c:
8097         * character.c:
8098         * ccl.c:
8099         * category.c:
8100         * casetab.c:
8101         * casefiddle.c:
8102         * callproc.c:
8103         * callint.c:
8104         * bytecode.c:
8105         * buffer.c:
8106         * atimer.c: Include setjmp.h.  (Bug#4643)
8108 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8110         Remove leftover table unibyte_to_multibyte_table.
8111         * character.c (unibyte_to_multibyte_table): Remove.
8112         (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
8113         * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
8114         * character.h (UNIBYTE_TO_CHAR): New macro.
8115         (MAKE_CHAR_MULTIBYTE): Use it.
8116         (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
8117         * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
8118         (message_dolog, set_message_1):
8119         * search.c (Freplace_match):
8120         * editfns.c (Fcompare_buffer_substrings):
8121         * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
8122         (concat):
8123         * insdel.c (copy_text, count_size_as_multibyte):
8124         Use ASCII_CHAR_P and BYTE8_TO_CHAR.
8125         * term.c (produce_glyphs):
8126         * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
8127         * regex.c (RE_CHAR_TO_MULTIBYTE):
8128         * cmds.c (internal_self_insert):
8129         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
8131         * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
8133 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
8135         * puresize.h (BASE_PURESIZE): Increase to 1310000.
8137 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
8139         * buffer.c (Fbuffer_name): Doc fix.  (Bug#4728)
8141 2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8143         * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
8144         still needed under Tiger.
8146         * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
8148         * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
8149         __Apple__.
8151         * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
8153 2009-10-15  Kenichi Handa  <handa@m17n.org>
8155         * print.c (print_object): Escape a symbol like "2E10" too.
8157 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
8159         Cleanups and changes for 64-bit compile under Snow Leopard.
8160         Based on suggestions by Erik Charlebois.
8162         * nsfns.m (xw-color-values): Use CGFloat where appropriate.
8164         * nsfont.m (ns_char_width): Replace deprecated call.
8165         (ns_findfonts, nsfont_list_family): Use long format in printf, and
8166         cast argument.
8167         (nsfont_open): Use ns_char_width() everywhere.
8168         (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
8170         * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
8172         * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
8173         where appropriate.
8175         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
8176         where appropriate.
8177         (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
8178         Use stringWithUTF8String.
8179         (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
8181         * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
8182         Add formal protocol mention to inheritance.
8183         [NS_HAVE_NSINTEGER]: Drop conditional and contents.
8185         * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
8186         Fix printf format.
8187         (ns_query_color): Use CGFloat where appropriate.
8188         (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
8189         (EmacsScroller-mouseDown:): Use long format in printf, and cast
8190         argument.
8192         * config.in (NS_HAVE_NSINTEGER): Drop.
8194         * dbusbind.c (dbus-method-return-internal)
8195         (dbus-method-error-internal): Use long format in printf, and cast
8196         argument.
8198         * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
8199         in printf, and cast argument.
8201         * process.c (list_processes_1): Use long format in printf, and
8202         cast argument.
8204 2009-10-11  Glenn Morris  <rgm@gnu.org>
8206         * frame.c (Fframe_pixel_height): Doc fix.  (Bug#4535)
8208 2009-10-08  Jan Djärv  <jan.h.d@swipnet.se>
8210         * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
8211         menu bar with a small width so it doesn't enlarge the frame.
8213 2009-10-08  Juanma Barranquero  <lekktu@gmail.com>
8215         * fontset.c (Fset_fontset_font): Fix typos in error messages.
8217 2009-10-06  Glenn Morris  <rgm@gnu.org>
8219         * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
8220         SOME_MACHINE_LISP (this enters indirectly via DOC).
8222 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8224         * dired.c (Ffile_attributes): Doc fix.  (Bug#4638)
8226 2009-10-04  Eli Zaretskii  <eliz@gnu.org>
8228         * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
8229         Doc fix.
8231 2009-10-03  Martin Rudalics  <rudalics@gmx.at>
8233         * window.c (Fdelete_window): Check WINDOW argument.  (Bug#4618)
8235 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
8237         * lisp.h (Qdelete_directory_internal): Remove, because it is not
8238         used anymore outside fileio.c.
8240         * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
8242 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8244         * lisp.h (Qdelete_directory_internal):
8245         Declare, instead of Qdelete_directory.
8247         * w32fns.c (Fsystem_move_file_to_trash): Use it.
8249 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8251         * eval.c (Fcalled_interactively_p): Add `kind' argument.
8253 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
8255         * fileio.c (Fdelete_directory_internal): Rename from
8256         Fdelete_directory.  It is not a command anymore.  It has no file
8257         name handler.
8259 2009-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8261         * xdisp.c (get_next_display_element): Use an enum in last change.
8263 2009-09-28  Kenichi Handa  <handa@m17n.org>
8265         * xdisp.c (get_next_display_element): Pay attention to
8266         unibyte_display_via_language_environment in handling
8267         Vnobreak_char_display.
8269 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8271         * nsterm.h (ns_app_name): New extern variable.
8273         * nsterm.m (ns_app_name): New variable.
8274         (ns_term_init): Set and use it.
8275         (ns_term_shutdown): Use it.
8277         * nsmenu.m (ns_update_menubar): Use ns_app_name.  Sync with xmenu.c.
8278         (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
8280         * nsfns.m (ns_set_name_iconic, ns_set_name)
8281         (ns_set_name_as_filename, x-create-frame, ns-get-resource)
8282         (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
8284         * menu.c (find_and_return_menu_selection) [HAVE_NS]:
8285         Remove double-casting in client_data comparison.
8287 2009-09-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8289         * keyboard.c (make_lispy_event): Remember last wheel direction.
8290         (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
8292 2009-09-26  Glenn Morris  <rgm@gnu.org>
8294         * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
8295         internal.elc.  Add term/pc-win.elc.
8296         (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
8297         term/x-win.elc.
8298         (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
8299         term/w32-win.elc.
8300         (NS_SUPPORT): New.
8301         (lisp): Add NS_SUPPORT.
8302         (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
8304 2009-09-25  David Reitter  <david.reitter@gmail.com>
8306         * nsmenu.m (EmacsMenu-clear): Recognize application menu
8307         on Mac OS X 10.6+ (bug#4513).
8309 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8311         * frame.c (xrdb_get_resource): Return nil for empty string resources;
8312         some parts of Emacs code (like font selection) don't grok them.
8313         See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
8315 2009-09-24  Andreas Schwab  <schwab@redhat.com>
8317         * coding.c (decode_coding_iso_2022): Fix operator precedence.
8319 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8321         * dired.c (Fdirectory_files): Fix typo in docstring.
8323 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8325         * nsterm.m (EV_TIMESTAMP, x_set_window_size)
8326         (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
8327         (EmacsScroller-setPosition:portion:whole:): Remove -display call
8328         under GNUstep.
8329         (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
8331         * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
8332         glyph advancement.
8334 2009-09-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
8336         * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
8337         (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
8339         * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
8340         deleted (bug #4492).
8342         * nsfont.m (Vns_reg_to_script): New lisp variable.
8343         (syms_of_nsfont): Declare it.
8344         (ns_registry_to_script): New function.
8345         (ns_get_req_script): Call it.
8346         (ns_findfonts): Don't give up on non-unicode registry.
8348         * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
8350 2009-09-20  Tom Tromey  <tromey@redhat.com>
8352         * eval.c (find_handler_clause): Make stack-trace-on-error work in
8353         batch mode (bug#4228).
8355 2009-09-18  Rob Christie  <robchristie@gmail.com>  (tiny change)
8357         * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
8358         carefully.  (Bug #4339)
8360 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8362         * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
8364 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8366         * emacs.c (inhibit_x_resources): Update doc string for NS.
8367         (main) [HAVE_NS]: Don't process --no-init-file option.  Remove
8368         legacy code for -NXHost.  Fix error printf in daemon case.
8370         * nsterm.h (ns_no_defaults): Remove.
8372         * nsterm.m (ns_no_defaults): Remove.
8373         (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
8374         (ns_use_qd_smoothing): Remove legacy variable.
8375         (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
8376         don't update the NSWindow itself.
8377         (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
8378         state detection and store user rect ourselves.  (Bug #3581)
8380         * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
8381         ns_use_qd_smoothing.
8383         * nsfns.m (x_get_string_resource): Ape just-previous changes to other
8384         platform versions.  Drop support for emacs-20-style face specs.
8385         (x-close-connection): Drop PSFlush() under OS X.
8386         (x-focus-frame): Activate the app first.  (Bug #4180)
8388 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8390         * emacs.c (inhibit_x_resources): New variable.
8391         (main) [HAVE_NS]: Don't process --quick command line option.
8392         (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
8394         * lisp.h (inhibit_x_resources): Declare it extern.
8396         * w32reg.c (x_get_string_resource):
8397         * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
8399 2009-09-17  Eli Zaretskii  <eliz@gnu.org>
8401         * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
8402         Add lisp/term/internal.elc.
8404 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8406         * frame.c (x_get_resource_string): Re-add for non-toolkit builds
8407         (bug#4461).
8409 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8411         * puresize.h (BASE_PURESIZE): Increase to 1290000.
8413         * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
8414         (OBJECTS_MACHINE): Remove, unused.
8416 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8418         * frame.c (x_get_resource_string): Remove unused.
8420 2009-09-15  Jan Djärv  <jan.h.d@swipnet.se>
8422         * xterm.c (x_new_font): Call change_frame_size before calling
8423         x_set_window_size, in case frame size won't change.
8425         * frame.c (x_set_font): Remove dead code.
8427 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8429         * lread.c (Fload): Also run do-after-load-evaluation while dumping.
8431 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8433         * lread.c (Fload): Don't output a message after loading an obsolete
8434         package any more (done in Lisp now).
8436 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8438         * fns.c (syms_of_fns): Doc fix (Bug#4227).
8440 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8442         * keymap.c (Fwhere_is_internal): Use nconc2.
8444 2009-09-11  Alan Mackenzie  <acm@muc.de>
8446         * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
8447         batch mode.
8449 2009-09-11  Andreas Schwab  <schwab@linux-m68k.org>
8451         * xdisp.c (display_mode_element): Detect cycles.
8453 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8455         * keymap.c (where_is_internal): Don't erroneously return nil right after
8456         filling the cache.
8457         (where_is_internal_1): Fix up typo.
8459 2009-09-11  Glenn Morris  <rgm@gnu.org>
8461         * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
8462         share a common doc-string.
8464 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8466         * keymap.c (get_keymap): Return the actual keymap symbol rather than
8467         t for autoloaded keymaps when autoloading is not allowed (bug#4393).
8469         * keymap.c (QCadvertised_binding): New constant.
8470         (syms_of_keymap): Initialize it.
8471         (Fwhere_is_internal): Try and use bindings from :advertised-binding
8472         if applicable.
8474 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8476         * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
8477         (parse_menu_item): Streamline since bindings are recomputed all the
8478         time anyway.  Don't bother checking Vdefine_key_rebound_commands any
8479         more and don't support lmenu's menu-alias any more either.
8481         * keymap.c (where_is_internal_data): Make noindirect a boolean.
8482         (where_is_internal): Strip it down to only traverse the keymaps.
8483         Move the cache handling from Fwhere_is_internal to here.
8484         (Fwhere_is_internal): Move the handling of remapping and the choice of
8485         the best binding from where_is_internal to here.
8486         Unify the cached/noncached paths, so remapping is also handled
8487         correctly when the cache is used, and so the cache can be used to
8488         speed up remap-handling when applicable.
8489         Give preference to non-remapped bindings.
8490         * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
8491         non-remapped bindings.
8492         * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
8493         command remapping.
8495         * xdisp.c (display_mode_element): Move list length limit from 50 to
8496         5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
8498 2009-09-09  Adrian Robert  <Adrian.B.Robert@gmail.com>
8500         * nsfont.m (ns_get_family): Don't force first letter to uppercase.
8502 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8504         * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
8505         (Bug#4334)
8507         * keymap.c (where_is_internal): Filter out shadowed remappings.
8508         Assume that where_is_internal returns unshadowed bindings to simplify
8509         the code and get rid of the gotos.  Use ASIZE.
8511 2009-09-04  Jan Djärv  <jan.h.d@swipnet.se>
8513         * xterm.c (x_focus_changed): If we get a focusout and pointer
8514         is invisible, make it visible.
8516         * xterm.h: Remove condition for declaration of
8517         x_*_window_to_frame.
8519 2009-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8521         * dispnew.c (Fsend_string_to_terminal): Make it work again on the
8522         initial terminal as well.
8524 2009-09-02  Jan Djärv  <jan.h.d@swipnet.se>
8526         * xterm.h: Rename x_non_menubar_window_to_frame to
8527         x_menubar_window_to_frame.
8529         * xterm.c: Remove declarations also in xterm.h.
8530         (XTmouse_position): Do not return valid positions
8531         for clicks in the menubar and the toolbar for Gtk+.
8533         * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
8534         if the widget for the event has the same top level as a frame,
8535         return the frame.
8536         (x_menubar_window_to_frame): Detect menu bar even with Gtk+
8537         internal windows, bug #4122.
8538         (x_non_menubar_window_to_frame): Remove.
8540 2009-09-02  Glenn Morris  <rgm@gnu.org>
8542         * buffer.c (default-major-mode): Move most of the doc from here...
8543         (major-mode): ... to here.
8545 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8547         * process.c (wait_reading_process_output): Keep the descriptor
8548         when pty is used by a non-child process, e.g., in I/O buffer of
8549         GDB this allows inferior to be restarted.
8551 2009-08-29  Eli Zaretskii  <eliz@gnu.org>
8553         * xdisp.c (redisplay_internal): Remove redundant test and collapse
8554         both branches into one.
8556 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8558         * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
8559         (main): Use enable-multibyte-characters rather than
8560         default-enable-multibyte-characters.  Output a warning message when
8561         running a unibyte session.
8563 2009-08-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8565         * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
8566         LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
8567         (copy_data_segment): Also copy __program_vars section.
8568         (copy_dyld_info) [LC_DYLD_INFO]: New function.
8569         (dump_it) [LC_DYLD_INFO]: Use it.
8571         * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
8573 2009-08-28  Eli Zaretskii  <eliz@gnu.org>
8575         * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
8576         $(SRC)/buildobj.h.
8577         (buildobj.h): Renamed from $(SRC)/buildobj.h.
8578         (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
8579         $(SRC)/buildobj.h.
8580         (clean): Add buildobj.h.
8582 2009-08-28  Teodor Zlatanov  <tzz@lifelogs.com>
8584         * print.c (print_object): Set escapeflag to 1 when printing
8585         hashtable keys and values.
8587 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8589         * lread.c (read_integer): Use doubles (and potentially return a float
8590         number) as we do in string-to-number.
8591         (read1): Use strtol to read integers, signal errors on strtol's
8592         overflow and use floats if strtol's output is too large for
8593         Elisp integers.
8595 2009-08-27  Eli Zaretskii  <eliz@gnu.org>
8597         * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
8598         (make-buildobj-SH): Fix last change.
8599         (SRC): Move to before where it's first used.
8601 2009-08-27  Kenichi Handa  <handa@m17n.org>
8603         * process.c (send_process): Use encode_coding_object instead of
8604         encode_coding_string to perform eol-conversion even if the string
8605         is unibyte.
8607         * coding.c (encode_coding_utf_16): Fix checking of a Unicode
8608         character.
8610         * cmds.c (Fself_insert_command): Avoid unnecessay
8611         unibyte->multibyte conversion.  (Bug#4240)  (Bug#4037)
8613 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8615         * callproc.c (Fcall_process): Remove always true #if.
8617         * lisp.h: Replace #if 0 code for checking with text pointing to
8618         the --enable-checking configure flag.
8620         * emacs.c (main): Mention the --enable-profiling configure flag
8621         instead of using CFLAGS.
8623 2009-08-26  Ken Raeburn  <raeburn@raeburn.org>
8625         * Makefile.in (buildobj.h): New target.
8626         (doc.o): Depend on it.
8627         (temacs${EXEEXT}): Don't generate buildobj.lst.
8628         (mostlyclean): Delete buildobj.h, not buildobj.lst.
8629         * makefile.w32-in ($(SRC)/buildobj.h): New target.
8630         ($(BLD)/doc.$(O)): Depend on it.
8631         (make-buildobj-CMD, make-buildobj-SH): New targets.  (Syntax help
8632         provided by Eli Zaretskii.)
8633         ($(TEMACS)): Don't generate buildobj.lst.
8634         * doc.c: Include buildobj.h.
8635         (buildobj): New static variable.
8636         (Fsnarf_documentation): Use it, instead of opening and reading
8637         buildobj.lst.
8639 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
8641         * dbusbind.c (Fdbus_call_method)
8642         (Fdbus_call_method_asynchronously): Use English numeric format for
8643         timeout values in doc string.
8645 2009-08-25  Kenichi Handa  <handa@m17n.org>
8647         * alloc.c (mark_char_table): New function.
8648         (mark_object): Use mark_char_table for a char-table.
8650         * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
8651         (CHAR_TABLE_REF): Use it.
8653 2009-08-23  Ken Raeburn  <raeburn@raeburn.org>
8655         * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
8656         before invoking the newly build emacs to check for load-path
8657         shadowing.
8659 2009-08-22  Glenn Morris  <rgm@gnu.org>
8661         * Makefile.in (bootstrap_exe): New variable.
8662         (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
8663         Use ${bootstrap_exe}.
8665 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
8667         * coding.h (encode_coding_string): Don't encode unibyte strings.
8668         (Bug#4047)
8670 2009-08-22  Michael Albinus  <michael.albinus@gmx.de>
8672         * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
8674         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove.  It was
8675         intended as hotfix only.
8676         (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
8678 2009-08-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
8680         * nsterm.m (ns_get_color): Update documentation properly for last
8681         change, and clean up loose ends in the code left by it.  Fix
8682         longstanding bug with 16-bit hex parsing, and add support for
8683         yet another X11 format (rgb:r/g/b) for compatibility.
8684         * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
8685         timer_check() to avoid crash on Leopard/PPC.  Bug #2154.
8687 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8689         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
8691 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
8693         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
8694         (xd_add_watch, xd_remove_watch): Use it.  Print debug messages.
8695         (xd_initialize, xd_pending_messages): Check, whether
8696         $DBUS_SESSION_BUS_ADDRESS is set.
8698 2009-08-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8700         * nsfns.m (Fxw_color_values): Return 3-element list.  Doc fix.
8702         * nsterm.m (ns_get_color): Remove incompatible color formats again.
8704 2009-08-20  Glenn Morris  <rgm@gnu.org>
8706         * emacs.c (system-type): Doc fix.
8708 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8710         * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
8711         enough for the most common situations.  Avoid SET_SYMBOL_VALUE.
8713 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
8715         * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
8716         New functions.
8717         (xd_initialize): Revert change from 2009-08-16.
8719 2009-08-18  Kenichi Handa  <handa@m17n.org>
8721         * fontset.c (Ffontset_font): If a nil element is found in a
8722         font-group vector, return nil.
8724 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
8726         * process.c (status_notify): Don't perform redisplay.
8727         (Fdelete_process, list_processes_1, process_send_signal):
8728         Expliticly perform redisplay.
8729         (wait_reading_process_output): Always check process status, but
8730         don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
8732 2009-08-17  Ken Raeburn  <raeburn@raeburn.org>
8734         * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
8735         (XFLOAT_INIT): New macro for storing a float value.
8736         * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
8737         * fns.c (sxhash): Copy out the value of a float in order to
8738         examine its bytes.
8739         * dbusbind.c (xd_append_arg): Likewise.
8741         * emacs.c (main): Don't call syms_of_data twice.
8743 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
8745         * dbusbind.c (xd_initialize): Add connection file descriptor to
8746         input_wait_mask, in order to let select() detect, whether a new
8747         message has been arrived.
8748         (Fdbus_call_method_asynchronously): Allow nil HANDLER.
8750 2009-08-15  Michael Albinus  <michael.albinus@gmx.de>
8752         * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
8753         New functions.
8755         * lisp.h (xd_pending_messages): Declare.
8757         * keyboard.c (readable_events): Call xd_pending_messages.
8759 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
8761         * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
8763         * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
8765         * buffer.c (set_buffer_internal_1)
8766         (swap_out_buffer_local_variables): Check for unbound local
8767         variables (Bug#4138).
8769 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
8771         * process.c (create_pty): Fix last change.
8773 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
8775         * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
8776         (xbm_load_image): Caller changed.
8777         (xbm_file_p): Avoid signalling an image_error (Bug#4107).
8779 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
8781         * process.c (create_pty): New function.
8782         (Fstart_process): Use it to allow Emacs to just associate a pty
8783         with the buffer.  See associated change in gdb-mi.el.
8784         (list_processes_1): Deal with no program name.
8785         (start_process_unwind): Use pid == -2 to mean no process.
8787 2009-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8789         * cmds.c (nonundocount): New global variable.
8790         (keys_of_cmds): Initialize it.
8791         (Fself_insert_command): Use it to combine upto 20 sequential chars
8792         into a single undo entry, just like the Qself_insert_command code in
8793         keyboard.c does.
8794         Call frame_make_pointer_invisible, also like the Qself_insert_command
8795         code in keyboard.c does.
8796         * keyboard.c (command_loop_1): Use the new global nonundocount rather
8797         than its own local replacement for it.
8799 2009-08-10  Ken Raeburn  <raeburn@raeburn.org>
8801         * fns.c (concat): Don't re-set string length to its current value.
8803         * coding.h (decode_coding_string, encode_coding_string):
8804         Use SBYTES macro.
8806         * doprnt.c (doprnt_lisp): Delete unused function.
8807         (doprnt): Merge with doprnt1, discarding lispstrings code.
8808         * lisp.h (doprnt_lisp): Don't declare.
8810 2009-08-07  Juri Linkov  <juri@jurta.org>
8812         * puresize.h (BASE_PURESIZE): Increase to 1270000.
8814 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
8816         * print.c (syms_of_print): Undo previous change.
8818 2009-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
8820         * lread.c (read1, syms_of_lread): Read hashtables back from the
8821         readable format.
8823         * print.c (print_preprocess, print_object): Print hashtables fully
8824         and readably.
8825         (syms_of_print): Provide 'hashtable-print-readable.
8827 2009-08-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
8829         * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
8830         no family set.
8831         (nsfont_open): Handle case when entity has no family.
8833 2009-07-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
8835         * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
8836         element, not a list, for match case.
8838 2009-07-28  Kenichi Handa  <handa@m17n.org>
8840         * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
8841         rigidly.
8843         * xfont.c (xfont_list_pattern): Don't ignore the return value of
8844         font_parse_xlfd.  Check font properties more rigidly.
8846 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8848         * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
8849         bsd-common.h.
8851 2009-07-27  Kenichi Handa  <handa@m17n.org>
8853         * xfaces.c (face_with_height): Call font_clear_prop.
8855 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
8857         * dispnew.c (init_display): Use Qx, Qw32, and Qns.
8859         * xterm.c (x_term_init): Use Qx.
8861         * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
8863         * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
8864         (ns_get_color): Revert 2009-07-16 change.
8866 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
8868         * lread.c (syms_of_lread) <force_load_messages>: New variable.
8869         (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
8871 2009-07-25  Ken Raeburn  <raeburn@raeburn.org>
8873         * coding.h (decode_coding_string, encode_coding_string):
8874         Use SCHARS macro.
8876         * lread.c: Rewrite 2009-07-21 changes.
8877         (load_depth): Delete.
8878         (Qload_in_progress): New variable.
8879         (load_unwind): Don't reference load_depth or load_in_progress.
8880         (Fload): Likewise; specbind Qload_in_progress instead.
8881         (init_lread): Don't initialize load_depth.
8882         (syms_of_lread): Initialize and protect Qload_in_progress.
8884 2009-07-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
8886         * nsfont.m (ns_findfonts): Correctly return fallback in match case.
8888 2009-07-23  Yavor Doganov  <yavor@gnu.org>
8890         * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
8892 2009-07-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8894         * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
8895         Bugs 3792, 3720, 2402.
8896         (ns_lookup_indexed_color): Check for bad index.
8897         (ns_index_color): Init unused slot to 0.
8898         (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
8899         Bug 3714, possibly 3082.
8901 2009-07-22  Jason Rumney  <jasonr@gnu.org>
8903         * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
8904         Position IME window at cursor (Bug#2570).
8905         (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
8906         (globals_of_w32fns): Dynamically load functions required above.
8908         * w32term.c (w32_draw_window_cursor): Send message to reposition
8909         any IME window.
8911 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
8913         * fileio.c: Revert 2009-07-16 changes.
8914         (Vauto_save_include_big_deletions): New variable.
8915         (Fdo_auto_save): Disable auto-save only if
8916         auto-save-include-big-deletions is nil.
8918 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
8920         * xdisp.c (move_it_to): For continued lines ending in a tab, take
8921         the overflowed pixels into account (Bug#3879).
8923 2009-07-21  Ken Raeburn  <raeburn@raeburn.org>
8925         * lread.c (load_depth): New variable.
8926         (Fload, load_unwind, init_lread): Set it to the load recursion
8927         depth; set load_in_progress as a simple boolean based on the
8928         current load_depth.  (Bug#3892)
8930 2009-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
8932         * nsfont.m (ns_has_attribute): Remove.
8933         (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
8935 2009-07-18  Juri Linkov  <juri@jurta.org>
8937         * process.c (Fset_process_query_on_exit_flag): Mention killing
8938         a buffer in docstring.
8940 2009-07-17  Kenichi Handa  <handa@m17n.org>
8942         * casetab.c (shuffle): Fix the logic of setting up the cycle.
8944 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8946         * nsfns.m (Fns_set_alpha): Remove function.
8947         (syms_of_nsfns): Don't defsubr it.
8949         * nsterm.m (ns_get_color): Remove incompatible color formats.
8950         (ns_color_to_lisp): Generate #rrggbb color format string.
8952 2009-07-16  Richard Stallman  <rms@gnu.org>
8954         * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
8955         (Fset_buffer_auto_saved): Handle save_length = -2.
8957 2009-07-16  Chong Yidong  <cyd@stupidchicken.com>
8959         * xterm.c (Qx_gtk_map_stock): New var.
8961         * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
8962         of calling intern each time.
8964 2009-07-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8966         * nsfont.m (nsfont_draw): Remove code for stippling, which actually
8967         does tiling.
8969         * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
8971 2009-07-14  Kenichi Handa  <handa@m17n.org>
8973         * font.c (font_vconcat_entity_vectors): New function.
8974         (struct font_sort_data): New member font_driver_preference.
8975         (font_compare): Check font_driver_preference.
8976         (font_sort_entities): The format of the first argument changed.
8977         (font_delete_unmatched): Likewise.
8978         (font_list_entities): The return type changed.
8979         (font_select_entity): The format of the second argument changed.
8980         (font_find_for_lface): Adjuste for the above changes.
8981         Don't suppress the checking of C even if the repertory supports it.
8982         (Flist_fonts): Adjust for the above changes.
8984         * ftfont.c (ftfont_spec_pattern): New arg langname.  Change caller.
8985         (ftfont_list): Adjust for the change of ftfont_spec_pattern.
8986         Reject a font who has adstyle property that is different from a
8987         langname derived from registry property.
8988         (ftfont_match): Adjust for the change of ftfont_spec_pattern.
8990 2009-07-13  Eli Zaretskii  <eliz@gnu.org>
8992         * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
8993         local copy of dirfilename.
8995 2009-07-13  Kenichi Handa  <handa@m17n.org>
8997         * chartab.c (sub_char_table_ref_and_range): Fix the range check
8998         against max_char.
9000         * cmds.c (internal_self_insert): Check sym by SYMBOLP before
9001         calling XSYMBOL (sym).
9003 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
9005         * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
9006         New function.
9007         (directory_files_internal) [WINDOWSNT]:
9008         Bind w32-get-true-file-attributes to either t or nil, depending whether
9009         the filesystem of the directory is fast or slow.
9011         * w32.c (logon_network_drive): Don't assume PATH is an absolute
9012         file name.
9013         (is_slow_fs): New function.
9014         (stat): Use it to determine whether to issue more system calls to
9015         get accurate file attributes, when w32-get-true-file-attributes is
9016         `local'.
9018 2009-07-10  Jan Djärv  <jan.h.d@swipnet.se>
9020         * xfns.c (Fx_select_font): Remember last font selected in
9021         x_last_font_name and use that the next time.  Also try the frame
9022         parameter font-parameter as default to the font dialog.
9024 2009-07-10  Kenichi Handa  <handa@m17n.org>
9026         * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
9028 2009-07-09  Eli Zaretskii  <eliz@gnu.org>
9030         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
9032         * w32.c (stat): Treat UNC file names as residing on remote
9033         drives.  (Bug#3542)
9035 2009-07-09  Kenichi Handa  <handa@m17n.org>
9037         * fontset.c (fontset_find_font): Fix previous change.
9039 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
9041         * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
9042         (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
9043         error flag.
9045 2009-07-08  Kenichi Handa  <handa@m17n.org>
9047         * fontset.c (fontset_find_font): Fix the logic of handling
9048         charset_matched.
9049         (font_for_char): Delete unused var.
9050         (generate_ascii_font_name): Delete it.
9052         * coding.h (JIS_TO_SJIS2): Fix the code range check.
9054         * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
9055         (encode_coding_sjis): Fix the code range check.
9057 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
9059         * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
9060         (Fexpand_file_name): Copy string data properly (Bug#3772).
9062 2009-07-07  Jan Djärv  <jan.h.d@swipnet.se>
9064         * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
9065         first MapNotify.
9067 2009-07-07  Kenichi Handa  <handa@m17n.org>
9069         * character.h (unibyte_has_multibyte_table): Delete extern.
9070         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
9072         * charset.c (Fset_charset_priority): Update charset_unibyte.
9073         (syms_of_charset): Initialize charset_unibyte.
9075         * character.c (unibyte_has_multibyte_table): Delete it.
9076         (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
9077         charset_unibyte.
9078         (multibyte_char_to_unibyte_safe): Likewise.
9079         (Funibyte_char_to_multibyte): Don't check charset_unibyte.
9081         * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
9082         (x_produce_glyphs): Likewise.
9084         * .gdbinit (xcharset): Fix the treating $arg0.
9086 2009-07-04  Eli Zaretskii  <eliz@gnu.org>
9088         Emulation of `getloadavg' on MS-Windows.
9089         * w32.c: Include float.h.
9090         (g_b_init_get_native_system_info, g_b_init_get_system_times)
9091         (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
9092         (get_native_system_info, get_system_times): New functions.
9093         (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
9094         (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
9095         (globals_of_w32): Initialize g_b_init_get_native_system_info,
9096         g_b_init_get_system_times, and num_of_processors.
9098 2009-07-03  Jason Rumney  <jasonr@gnu.org>
9100         * w32term.c (w32_initialize): Use standard types.
9102 2009-07-03  Eli Zaretskii  <eliz@gnu.org>
9104         * dired.c (Ffile_attributes): Decode user and group names by the
9105         locale's encoding.  (Bug#3443)
9107 2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
9109         * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
9110         (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
9112         * callproc.c (child_setup): Use #else instead of a separate #ifdef.
9114         * term.c (init_tty): Remove spurious #ifdef.
9116         * m/mips.h: Mention this file is also used for netbsd.
9117         * m/pmax.h: Remove file.
9119 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
9121         * xterm.h (struct x_display_info): Add invisible_cursor.
9122         (struct x_output): Add current_cursor.
9124         * xterm.c (XTtoggle_invisible_pointer): New function.
9125         (x_define_frame_cursor): Don't define cursor if invisible or the
9126         same as before.  Set current_cursor.
9127         (x_create_terminal): Set toggle_invisible_pointer_hook.
9129         * xfns.c (make_invisible_cursor): New function.
9130         (x_set_mouse_color): Call make_invisible_cursor.
9131         Set current_cursor.
9132         (x_window): Set current_cursor.
9134         * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
9136         * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
9137         inserting a character.
9138         (read_avail_input): Call frame_make_pointer_visible.
9140         * frame.c (Vmake_pointer_invisible): New variable.
9141         (frame_make_pointer_invisible, frame_make_pointer_visible):
9142         New functions.
9143         (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
9145         * frame.h: Declare frame_make_pointer_invisible and
9146         frame_make_pointer_visible.
9147         (struct frame): Add pointer_invisible.
9149 2009-07-02  Jan Djärv  <jan.h.d@swipnet.se>
9151         * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
9152         frame isn't visible.
9153         (xg_frame_resized): If width/height is -1, get size of window
9154         from X server.
9156         * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
9157         for MapNotify.
9159         * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
9160         here or call change_frame_size.  Just call flush_and_sync.
9161         (flush_and_sync): Reintroduce.
9163 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
9165         * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
9167         * xterm.c (x_handle_net_wm_state): Also look for sticky.
9168         (x_term_init): Initialize Xatom_net_wm_state_sticky.
9170         * frame.h: Declare Qsticky.
9172         * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
9174         * nsfns.m (ns_frame_parm_handlers): Ditto.
9176         * frame.c: Declare Qsticky.
9177         (frame_parms): Add sticky.
9179         * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
9181         * xterm.h: Declare x_set_sticky.
9183         * xterm.c (x_set_sticky): New function.
9185         * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
9186         (xg_tool_bar_menu_proxy): Attach enter/leave events to
9187         xg_tool_bar_proxy_help_callback.
9189         * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
9191         * frame.c: Qmaximized is new.
9192         (x_set_frame_parameters): Do not handle fullscreen specially.
9193         Only set width and height if explicitly set.
9194         (x_set_fullscreen): Handle Qmaximized.
9195         (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
9196         (syms_of_frame): Initialize Qmaximized.
9198         * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
9199         Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
9201         * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
9202         for Expose event.  Add call to x_check_fullscreen for MapNotify event.
9203         Remove all code w.r.t. fullscreen from ConfigureNotify event.  Do not
9204         set gravity to NorthWestGravity when USE_GTK.
9205         (set_wm_state): New function.
9206         (do_ewmh_fullscreen): Use set_wm_state.  Also handle FULLSCREEN_MAXIMIZED.
9207         (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
9208         (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
9209         or the case when no window manager is running.  That means remove calls
9210         to x_real_positions and x_fullscreen_adjust.
9212         * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
9213         (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
9214         flush_and_sync.
9215         (xg_height_changed): New function.
9216         (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
9217         and gtk_window_set_policy.  Set frame gravity after parsing the
9218         geometry string.
9219         (xg_update_frame_menubar, free_frame_menubar)
9220         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
9221         (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
9222         Remove calls to xg_frame_set_char_size.
9224 2009-07-01  Kenichi Handa  <handa@m17n.org>
9226         * keyboard.c (decode_keyboard_code): New function.
9227         (tty_read_avail_input): Decode the input bytes if necessary.
9229         * coding.c (setup_coding_system):
9230         Initialize coding->carryover_bytes to 0.
9231         (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
9232         use Qno_conversion.
9234 2009-07-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9236         * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
9238 2009-06-30  Chong Yidong  <cyd@stupidchicken.com>
9240         * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
9242 2009-06-30  Jason Rumney  <jasonr@gnu.org>
9244         * w32term.c (w32_initialize): Use GetModuleHandle for library that
9245         is already loaded.
9246         Set user model ID if supported (bug#1849).
9248 2009-06-29  Jim Meyering  <meyering@redhat.com>
9250         Remove useless if-before-xfree test.
9251         * nsfont.m (nsfont_close): Remove useless test.
9252         * term.c (delete_tty): Likewise.
9253         * w32.c (system_process_attributes): Likewise.
9254         * w32font.c (w32font_close): Likewise.
9255         * xfaces.c (x_free_gc): Likewise.
9256         * xselect.c (buffer): Likewise.
9258 2009-06-28  Andreas Schwab  <schwab@linux-m68k.org>
9260         * process.c (send_process): Keep decoded string in a local
9261         variable and protect it from GC.  (Bug#3521)
9263 2009-06-28  Eli Zaretskii  <eliz@gnu.org>
9265         * term.c (create_tty_output) [MSDOS]: #ifdef away.
9266         (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
9268 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
9270         * xdisp.c (start_display, handle_face_prop)
9271         (move_it_vertically_backward, cursor_row_fully_visible_p)
9272         (redisplay_window, try_window_id, produce_image_glyph):
9273         Delete some #ifdef-ed out code chunks that are now obsolete.
9275         * xterm.c (x_update_window_begin, x_new_focus_frame)
9276         (x_scroll_bar_handle_click, handle_one_xevent)
9277         (handle_one_xevent, XTread_socket, x_focus_on_frame)
9278         (x_make_frame_visible, x_make_frame_invisible)
9279         (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
9280         code chunks that are now obsolete.
9282 2009-06-28  Michael Albinus  <michael.albinus@gmx.de>
9284         * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
9285         xd_symbol_to_dbus_type.  With Solaris 2.11, it was said to compile
9286         for hours, when optimzation is enabled.
9287         (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
9288         (xd_read_message): Make them static.
9290 2009-06-27  Chuck Blake  <cblake@pdos.csail.mit.edu>  (tiny change)
9292         * term.c (turn_on_face): Allow simultaneously bold and dim
9293         terminal faces (Bug#3530).
9295 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
9297         * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
9299         * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
9300         truncation glyphs (Bug#3686).
9302 2009-06-27  Glenn Morris  <rgm@gnu.org>
9304         * m/pmax.h: Restore file, with only netbsd portions.
9306 2009-06-26  David Reitter  <david.reitter@gmail.com>
9308         * nsterm.m (keydown): Avoid infinite loop.
9310 2009-06-26  Peter Jolly  <peter@jollys.org>  (tiny change)
9312         * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
9313         the arg FORCE_SYMBOL.
9315 2009-06-25  Kenichi Handa  <handa@m17n.org>
9317         * fontset.c (fontset_find_font): When a usable rfont_def is found
9318         in a fallback font-group, make it the first element of the group.
9320 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
9322         * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
9324 2009-06-24  Kenichi Handa  <handa@m17n.org>
9326         * fontset.c (fontset_get_font_group): Return 0 if no font-group is
9327         set for C.
9328         (fontset_font): Record the availability of a font for C both in
9329         the realized fontsets of the current one and the default one.
9331 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9333         * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
9334         conditional, it is always defined on AIX.
9336 2009-06-23  Miles Bader  <miles@gnu.org>
9338         * window.c (Vrecenter_redisplay): New variable.
9339         (syms_of_window): Initialize it.
9340         (Qtty): New extern declaration.
9341         (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
9343 2009-06-23  Jim Meyering  <meyering@redhat.com>
9345         * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
9346         Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
9347         pointer dereferences are guaranteed to be valid.
9349 2009-06-23  Kenichi Handa  <handa@m17n.org>
9351         * emacs.c (main): Call init_font ().
9353         * font.h (Vfont_log): Extern it.
9354         (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
9356         * font.c (font_sort_entities, font_list_entities)
9357         (font_matching_entity, font_open_entity)
9358         (font_close_object): Change font_add_log to FONT_ADD_LOG.
9359         (Vfont_log): Delete static.
9360         (font_log_env_checked): Delete this variable.
9361         (font_add_log): Don't check font_log_env_checked.
9362         (font_deferred_log): Check Vfont_log.
9363         (init_font): New function.
9365         * ftfont.c: Change font_add_log to FONT_ADD_LOG.
9367         * w32font.c: Change font_add_log to FONT_ADD_LOG.
9369         * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
9371         * xfont.c: Change font_add_log to FONT_ADD_LOG.
9373         * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
9374         (face_for_char): Don't call font_deferred_log here.
9375         (font_for_char): Likewise.
9377 2009-06-22  Chong Yidong  <cyd@stupidchicken.com>
9379         * w32term.c (x_draw_glyph_string): Use the glyph string's width
9380         rather than its background_width for drawing the overline and
9381         underline (Bug#489).
9383         * xterm.c (x_draw_glyph_string): Use the glyph string's width
9384         rather than its background_width for drawing the overline and
9385         underline (Bug#489).
9386         (xg_default_icon_file): New variable.
9387         (syms_of_xterm): Initialize it to the Emacs SVG icon file.
9388         (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9390         * xdisp.c (Qbefore_string, Qafter_string): Add externs.
9391         (load_overlay_strings): Remove externs.
9392         (fast_find_position): Function deleted.
9393         (mouse_face_from_buffer_pos): New function, based on
9394         fast_find_position.  Correctly handle before-strings,
9395         display-strings, and after-strings (Bug#1220).
9396         (note_mouse_highlight): Use mouse_face_from_buffer_pos.
9398 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
9400         * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
9401         (move_it_in_display_line_to, move_it_in_display_line_to)
9402         (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
9404 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
9406         * Branch for 23.1.
9408 2009-06-21  Jason Rumney  <jasonr@gnu.org>
9410         * w32term.c (keyboard_codepage): New static variable.
9411         (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
9412         (w32_read_socket) [WM_CHAR]: Use it to decode character
9413         input (bug#3237).
9414         (w32_initialize): Initialize it.
9415         (codepage_for_locale): New function.
9417 2009-06-20  Ken Raeburn  <raeburn@raeburn.org>
9419         * process.c (status_message): Pass Faset index argument as a lisp
9420         object, so as to work with USE_LISP_UNION_TYPE.
9422 2009-06-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9424         * coding.c (Ffind_coding_systems_region_internal):
9425         Cache checked characters.
9427 2009-06-18  Kenichi Handa  <handa@m17n.org>
9429         * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
9431 2009-06-18  Andreas Schwab  <aschwab@redhat.com>
9433         * xdisp.c (redisplay_internal): Check that the frame is still
9434         live after redisplay of its windows.
9435         (redisplay_windows): Check that the window is still live.
9437 2009-06-17  Andreas Schwab  <schwab@linux-m68k.org>
9439         * coding.c (detect_coding_utf_16): Fix previous change.
9441 2009-06-16  Kenichi Handa  <handa@m17n.org>
9443         * coding.c (detect_coding_utf_16): Fix the logic of rejecting
9444         UTF-16 by checking the dispersion of Eth and Oth bytes.
9446 2009-06-15  Andreas Schwab  <schwab@linux-m68k.org>
9448         * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
9450 2009-06-15  Kenichi Handa  <handa@m17n.org>
9452         * process.c (status_message): Fix previous change.  Be sure to
9453         decode a localized string.
9455 2009-06-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9457         * xterm.c (x_delete_terminal): Put previous change in #if 0 and
9458         add comment explaining why.
9460 2009-06-14  Sidney Markowitz  <sidney@sidney.com>
9462         * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
9464 2009-06-14  Adrian Robert  <Adrian.B.Robert@gmail.com>
9466         * nsfont.m (ns_attribute_value): Remove.
9467         (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
9468         (ns_has_attribute): Shrink the normal range.
9469         (ns_findfonts): Don't worry about requested spec in determining
9470         need for synthItal.
9471         (ns_get_covering_families): Retain scriptToFamilies.
9473 2009-06-14  Seiji Zenitani  <zenitani@mac.com>
9475         * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
9477 2009-06-11  Kenichi Handa  <handa@m17n.org>
9479         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9480         overhang for the static composition case.
9482 2009-06-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9484         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9485         overhang for the automatic composition case.
9487         * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
9488         composition case.
9490 2009-06-10  Chong Yidong  <cyd@stupidchicken.com>
9492         * xdisp.c (get_next_display_element): When handling wrap-prefix
9493         and line-prefix, treat \n as a control character (bug#3502).
9495 2009-06-10  Kenichi Handa  <handa@m17n.org>
9497         * font.c (font_parse_family_registry): Fix for one-char foundry.
9498         (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
9500 2009-06-09  Dmitry Dzhus  <dima@sphinx.net.ru>  (tiny change)
9502         * process.c (status_message): Fix handling of multibyte signal
9503         string (Bug#3499).
9505 2009-06-09  Jim Meyering  <meyering@redhat.com>
9507         * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
9508         color name is missing.
9510 2009-06-09  Kenichi Handa  <handa@m17n.org>
9512         * charset.c (Fmap_charset_chars): In docstring, state clearly that
9513         FROM-CODE and TO-CODE are codepoints of CHARSET.
9515 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
9517         * nsterm.m (ns_use_system_highlight_color): Drop, unused.
9519 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
9521         Changes to support :script/:lang/:otf in NS font driver.
9522         * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
9523         (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
9524         indicate not part of font driver interface, and change callers.
9525         (ns_get_family): Remove pointless null check.
9526         (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
9527         ns_spec_to_descriptor, ns_descriptor_to_entity.
9528         (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
9529         (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
9530         (ns_spec_to_descriptor, ns_descriptor_to_entity)
9531         (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
9532         (ns_get_req_script, ns_accumulate_script_ranges)
9533         (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
9534         New functions.
9535         (nsfont_list, nsfont_match): Use ns_findfonts.
9536         (nsfont_open): Use font descriptor instead of traits.
9537         (nsfont_draw): Handle "automatic" (lookup-table) compositions.
9538         (dump_glyphstring): Rename to ns_dump_glyphstring.
9540         * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
9542         * nsfns.m (Fns_popup_font_panel): Use shared font manager.
9544         * fontset.c (fontset_from_font): Remove NS-specific code.
9546 2009-06-08  Peter Jones  <pjones@pmade.com>  (tiny change)
9548         * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
9549         nonactive windows.
9551 2009-06-08  Felix Mueller  <felix@enqueue.eu>  (tiny change)
9553         * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
9555 2009-06-08  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
9557         * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
9559 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
9561         * xdisp.c (move_it_in_display_line_to): On text-only terminals,
9562         account for the overflowing of newlines into the last glyph on the
9563         display line (Bug#3482).
9565 2009-06-05  David Reitter  <david.reitter@gmail.com>
9567         * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
9568         (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
9569         Fns_selection_exists_p, Fns_selection_owner_p.
9571 2009-06-03  Jason Rumney  <jasonr@gnu.org>
9573         * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
9574         available.  (Bug#3379)
9576 2009-05-29  Kenichi Handa  <handa@m17n.org>
9578         * coding.c (get_translation_table):
9579         Check Venable_character_translation.
9581 2009-05-26  David Reitter  <david.reitter@gmail.com>
9583         * nsterm.m (ns_raise_frame): Only raise frame if visible.
9584         (x_make_frame_visible): Move frame to front rather than calling
9585         ns_raise_frame().
9586         (keyDown:): Do not swallow events that aren't re-sent if frame
9587         isn't key window.
9588         (drawRect:): Do not set visibility/iconified flags because
9589         drawRect may be called by NSView even if the frame is hidden.
9591         * nsfns.m (Fx_create_frame): Follow other ports in
9592         determining visibility; default to t.  Ensure async_visible is set.
9594 2009-05-23  Eli Zaretskii  <eliz@gnu.org>
9596         * dired.c (Ffile_attributes): Doc fix.
9598 2009-05-22  Chong Yidong  <cyd@stupidchicken.com>
9600         * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
9602 2009-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9604         * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
9605         and xfont_scratch_props.
9606         (syms_of_xfont): Do it here instead.
9607         (xfont_find_ccl_program): Delete, unused.
9608         (xfont_open): Delete unused var `i'.
9610 2009-05-21  Kenichi Handa  <handa@m17n.org>
9612         * fontset.c (Qlatin): Don't make it static.
9614         * xfont.c (xfont_chars_supported, xfont_supported_scripts):
9615         New functions.
9616         (xfont_scripts_cache, xfont_scratch_props): New variables.
9617         (Qlatin, Vscalable_fonts_allowed): Extern it.
9618         (xfont_list_pattern): Argument changed.  Callers changed.
9619         Check Vscalable_fonts_allowed.  Check the support of a script.
9620         (xfont_list): Don't reject a font spec with :script property.
9621         (xfont_has_char): Fix setting of encoding.
9622         (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
9623         xfont_scratch_props.
9625 2009-05-19  Kenichi Handa  <handa@m17n.org>
9627         * font.c (font_sort_entities): Rename from font_sort_entites.
9628         Callers changed.
9630 2009-05-18  Kenichi Handa  <handa@m17n.org>
9632         * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
9634 2009-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9636         * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
9637         (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
9639 2009-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9641         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
9642         (x_delete_terminal): Dissociate resource database from display and
9643         then call XrmDestroyDatabase before closing display.
9645 2009-05-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
9647         * nsterm.m (ns_read_socket): Remove unused variable.
9648         * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
9649         whether selected frame is viable before raising it (based on patch
9650         by David Reitter), and improve commentary.
9651         * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9653 2009-05-15  Kenichi Handa  <handa@m17n.org>
9655         * font.c (Ffont_spec): Check arguments.
9657 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
9659         * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
9660         weight when testing attributes (Bug#3282).
9662 2009-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9664         * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
9665         what we expect to get in the next ConfigureNotify event.
9667         * xftfont.c (xftfont_open): Make sure that Xrender extension is added
9668         before Xft one (Bug#1696).
9670 2009-05-07  David Reitter  <david.reitter@gmail.com>
9672         * nsfns.m (Fx_display_planes): Compute bitplanes using
9673         NSBitsPerPixelFromDepth (Bug#3207).
9675 2009-05-10  Chong Yidong  <cyd@stupidchicken.com>
9677         * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
9679 2009-05-10  Ulrich Mueller  <ulm@gentoo.org>
9681         * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
9683 2009-05-07  David Reitter  <david.reitter@gmail.com>
9685         * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
9686         Respect mouse face background.
9688 2009-05-07  David Reitter  <david.reitter@gmail.com>
9690         * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
9691         Mouse movement/highlight: bracket drawing operations
9692         in ns_update_begin and ns_update_end.
9694 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9696         * nsfns.m (ns_get_screen): Rewrite.
9697         Don't presume selected-frame is of type `ns'.
9699         * font.c (font_update_drivers): Sanity fallback to avoid disabling
9700         all drivers.
9702         * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
9704 2009-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9706         * keyboard.h (add_user_signal): Fix typo in extern.
9708         * lisp.h (add_user_signal): Remove extern.
9710         * unexelf.c (unexec): Consider a section to precede the .bss section
9711         if its addresses overlap that of .bss.
9712         (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
9713         instead of dumping process.
9715 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9717         * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
9719 2009-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9721         * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
9723 2009-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
9725         * xterm.c (x_handle_net_wm_state): Move declaration of lval before
9726         any statements.
9728 2009-05-02  Andreas Schwab  <schwab@linux-m68k.org>
9730         * process.c (read_process_output): Make sure the current buffer is
9731         always restored.
9733         * coding.c (record_conversion_result): Don't modify
9734         Vlast_code_conversion_error for successful result.
9735         (alloc_destination): Don't clobber conversion result.  (Bug#1650)
9737 2009-05-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9739         * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
9740         (load_charset_map): Remove unnecessary code.
9742 2009-04-30  David Reitter  <david.reitter@gmail.com>
9744         * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
9745         through f24.
9747 2009-04-30  Chong Yidong  <cyd@stupidchicken.com>
9749         * xfaces.c (face_at_buffer_position): New arg base_face_id.
9751         * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
9752         face_at_buffer_position.
9753         (face_before_or_after_it_pos, get_next_display_element)
9754         (note_mouse_highlight): Update face_at_buffer_position call.
9756         * term.c (term_mouse_highlight):
9757         * msdos.c (IT_note_mouse_highlight):
9758         * fontset.c (Finternal_char_font):
9759         * font.c (font_at, font_range): Update face_at_buffer_position call.
9761         * dispextern.h (face_at_buffer_position): Update prototype.
9763 2009-04-30  Kenichi Handa  <handa@m17n.org>
9765         * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
9767 2009-04-29  Andreas Schwab  <schwab@linux-m68k.org>
9769         * callproc.c (Fcall_process): Fix GC protection.  Make sure
9770         current buffer is always restored.
9772 2009-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9774         * atimer.c (init_atimer): Also clear stopped_atimers.
9776         * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
9778         * process.c (create_process): Clean up merger residues of
9779         2008-07-17 change.
9781 2009-04-29  Ulrich Mueller  <ulm@gentoo.org>
9783         * lread.c (Vread_circle): New variable.
9784         (read1): Disable recursive read if Vread_circle is nil.
9786 2009-04-29  Kenichi Handa  <handa@m17n.org>
9788         * fontset.h (set_default_ascii_font): Delete extern.
9790         * fontset.c (set_default_ascii_font): Delete this unused function.
9792         * frame.c (x_set_font): When ARG is a font-object, check if the
9793         font-object matches with the ASCII font-spec of the frame's
9794         fontset.  If not, create a new fontset for the frame.  (Bug #3075)
9796 2009-04-28  Andreas Schwab  <schwab@linux-m68k.org>
9798         * fns.c (Flocale_info): Protect vector from GC during decoding.
9800         * process.c (Fstart_process): Protect argv strings from GC during
9801         encoding.
9803 2009-04-27  Andreas Schwab  <schwab@linux-m68k.org>
9805         * sysdep.c: Include <ctype.h>.
9807 2009-04-27  David Reitter  <david.reitter@gmail.com>
9809         * nsfont.m (nsfont_open): Remove unused variable shrink.
9810         Remove commented-out code.
9812 2009-04-26  Johan Bockgård  <bojohan@gnu.org>
9814         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9816 2009-04-25  Jason Rumney  <jasonr@gnu.org>
9818         * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
9820 2009-04-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9822         * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
9823         Swap bytes in short integer if fringe bitmap width > 8.
9825 2009-04-23  Kenichi Handa  <handa@m17n.org>
9827         * xfaces.c (Fx_list_fonts): If a font size is specified in
9828         PATTERN, set it in returned scalable fonts.
9830 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
9832         * keyboard.c (Fset_input_meta_mode): Doc fix.
9834         * dispnew.c (Fsend_string_to_terminal): Doc fix.
9836         * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
9838         * coding.c (Fterminal_coding_system): Doc fix.
9840         * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
9841         (Fx_display_pixel_height, Fx_display_planes)
9842         (Fx_display_color_cells, Fx_server_max_request_size)
9843         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9844         (Fx_display_mm_height, Fx_display_mm_width)
9845         (Fx_display_backing_store, Fx_display_visual_class)
9846         (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
9847         Doc fixes, replacing "terminal id" with "terminal object".
9848         (check_x_display_info): Handle terminal objects instead of
9849         terminal ids.
9851         * term.c (Ftty_display_color_p, Ftty_display_color_cells)
9852         (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
9853         (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
9854         Doc fixes, replacing "terminal id" with "terminal object".
9856 2009-04-21  Kenichi Handa  <handa@m17n.org>
9858         * font.c (font_load_for_lface): Cancel previous change (bug#2994).
9859         (font_score): Check AVGWIDTH too.
9861         * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
9862         worst case.
9863         (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
9864         (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
9866 2009-04-19  Jason Rumney  <jasonr@gnu.org>
9868         The following changes fix Bug#3005 for wide glyphs on each platform,
9869         without reintroducing Bug#1258 for stretch glyphs.
9871         * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
9872         BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR using
9873         get_phys_cursor_geometry.
9875         * w32term.c (x_draw_bar_cursor): Limit cursor width differently
9876         for BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR
9877         using get_phys_cursor_geometry.
9879         * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
9880         correctly calculated.
9882 2009-04-19  Jan Djärv  <jan.h.d@swipnet.se>
9884         * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
9885         Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
9886         (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
9887         is deprecated.
9889 2009-04-18  Andreas Schwab  <schwab@linux-m68k.org>
9891         * font.c (font_put_frame_data): Use xfree instead of free.
9893 2009-04-17  Juanma Barranquero  <lekktu@gmail.com>
9895         * w32font.c (Qja, Qko): Remove declarations.
9896         (syms_of_w32font): Don't DEFSYM them.
9898 2009-04-17  Chong Yidong  <cyd@stupidchicken.com>
9900         * font.c (Qja, Qko): Move definitions here from ftfont.c.
9902         * font.h (Qja, Qko): Extern them.
9904         * ftfont.c (Qja, Qko): Remove declarations.
9906         * xfont.c (Qja, Qko): Remove declarations.
9908 2009-04-17  Kenichi Handa  <handa@m17n.org>
9910         * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
9911         string from a vector to handle Latin-1 characters correctly.
9913         * ftfont.c (ftfont_pattern_entity): Return a newly allocated
9914         entity even if the cache hits.
9916 2009-04-16  Andreas Schwab  <schwab@linux-m68k.org>
9918         * search.c (boyer_moore): Use zero as marker value for a possible
9919         match instead of depending on overflow behavior.  (Bug#2844)
9921         * search.c: Use EMACS_INT for buffer positions.  Add prototypes.
9922         * lisp.h: Adjust prototypes.
9924 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
9926         * keyboard.c (adjust_point_for_property): Disable 2009-02-12
9927         change (Bug#3003).
9929 2009-04-16  Kenichi Handa  <handa@m17n.org>
9931         * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
9933         * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
9934         adstyle.
9936         * ftfont.c (Qja, Qko): Don't make them static.
9937         (enum ftfont_cache_for): New enum.
9938         (fc_charset_table): Undo the previous change.
9939         (ftfont_get_latin1_charset): Delete it.
9940         (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
9941         Set FONT_SIZE_INDEX of the entity to 0 for a scalable font.  For a
9942         non-scarable font, try to get AVERAGE_WIDTH.
9943         (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
9944         Change ft_face_cache from a list of a hash-table.  Don't check
9945         `ja' and `ko' adstyle here.
9946         (ftfont_get_fc_charset): Call ftfont_lookup_cache with
9947         FTFONT_CACHE_FOR_CHARET.
9948         (ftfont_get_charset): Undo the previous change.
9949         (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
9950         (ftfont_close): Likewise.
9951         (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
9953         * font.c (font_sort_entites): Change the meaning of the arg
9954         BEST-ONLY.  Don't optimize for VEC of lenght 1.
9955         (font_select_entity): Just return the value of font_sort_entites.
9957         * xfaces.c (merge_face_vectors): Reflect font properties in
9958         to[LFACE_FONT_INDEX] to the other face attributes.  Don't call
9959         font_clear_prop if a face attribute doesn't change.
9961         * charset.h (charset_ksc5601): Extern it.
9963         * charset.c (charset_ksc5601): New variable.
9964         (Fdefine_charset_internal): Set charset_ksc5601.
9965         (init_charset_once): Initialize charset_ksc5601 to -1.
9967 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
9969         * fileio.c (history_delete_duplicates): Remove unused declaration.
9971         * callint.c (history_delete_duplicates): New declaration.
9972         (Fcall_interactively): Remove command history duplicates when
9973         history_delete_duplicates is true.
9975 2009-04-14  Eli Zaretskii  <eliz@gnu.org>
9977         * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
9979 2009-04-14  Kenichi Handa  <handa@m17n.org>
9981         * font.c (Ffont_info): Fix docstring.  Fix the second element of
9982         the returned value (bug#2949).
9984 2009-04-14  Chong Yidong  <cyd@stupidchicken.com>
9986         * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
9988 2009-04-14  Kenichi Handa  <handa@m17n.org>
9990         * xfont.c (xfont_has_char): The font has C if C is ASCII and the
9991         encoding charset is ascii_compatible.
9993         * charset.c (Fdefine_charset_internal): Make charset
9994         ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
9995         code_offset is 0, and covers all ASCII characters.
9997 2009-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9999         * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
10000         (ns_string_to_pasteboard_internal):
10001         * nsmenu.m (process_dialog):
10002         * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
10003         * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
10004         * lisp.h (Fx_load_color_file): Declare.
10006 2009-04-13  Kenichi Handa  <handa@m17n.org>
10008         * font.c (font_delete_unmatched): Preserve the order of list elements.
10009         (font_select_entity): Suppress the code to optimize for the same
10010         kind of fonts.
10011         (font_load_for_lface): Get a font that supports at least ASCII
10012         characters.
10014         * ftfont.c (Qja, Qko): New variables.
10015         (fc_charset_table): Delete uniquifier data for iso8859-1.
10016         (ftfont_get_latin1_charset): New function.
10017         (get_adstyle_property): New function.
10018         (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
10019         bitmap fonts.
10020         (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
10021         Delete iso-8859-1 range from the charset of fonts whose adstyle is
10022         `ko' or `ja'.
10023         (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
10024         (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
10025         (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
10026         property.
10027         (ftfont_open): Call ftfont_lookup_cache with ENTITY.
10028         (syms_of_ftfont): DEFSYM Qja and Qko.
10030 2009-04-09  Kenichi Handa  <handa@m17n.org>
10032         * charset.c (map_charset_chars): For a charset of `superset'
10033         method, fix calculation of code range.
10035         * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
10036         from the list of extra properties.
10037         (font_clear_prop): Be sure to delete `:name' font property.
10039 2009-04-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10041         * dispnew.c (redraw_overlapping_rows): Fix detection of
10042         overlapping for topmost and bottommost rows.
10044         * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
10046 2009-04-06  Jason Rumney  <jasonr@gnu.org>
10048         * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
10050 2009-04-06  Kenichi Handa  <handa@m17n.org>
10052         * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
10054         * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
10056 2009-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10058         * ftfont.c (ftfont_open): Fix checking of the return value of
10059         FT_Load_Char.  Fix setting font->underline_thickness.
10061 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
10063         * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
10064         (Fterminal_parameters, Fterminal_parameter)
10065         (Fset_terminal_parameter): In doc string, refer to terminal
10066         objects rather than terminal ids.
10068 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
10070         * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
10071         ret_lim_data.  (Bug#2867)
10073 2009-04-03  Chong Yidong  <cyd@stupidchicken.com>
10075         * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
10076         so they don't get wider than the window, matching 2006-01-23
10077         change to the partner function in xdisp.c (Bug#2800).
10079 2009-04-03  Kenichi Handa  <handa@m17n.org>
10081         * print.c (print_object): Make each lowest sub_char_table start a
10082         new line (Bug#2866).
10084 2009-04-02  Kenichi Handa  <handa@m17n.org>
10086         * fontset.c (fontset_font): Record no-font when a fontset
10087         explicitly tells not to try another font-specs.
10089 2009-03-30  Pierre Poissinger  <pierre.poissinger@gmail.com>  (tiny change)
10091         * charset.c (map_charset_for_dump): Add missing UNGCPRO.
10093 2009-03-30  Kenichi Handa  <handa@m17n.org>
10095         * fontset.c (fontset_from_font): Specify only registry in a
10096         font-spec for all characters supported by that registry.
10098         * ftfont.c: Fix previous change.  Define ftfont_variation_glyphs
10099         even if HAVE_M17N_FLT is not defined.
10101 2009-03-29  Sebastian Rose  <sebastian_rose@gmx.de>  (tiny change)
10103         * ftfont.c: Conditionalize prototyping and use of
10104         ftfont_variation_glyphs.
10106 2009-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10108         * frame.c (delete_frame): Work around compiler bug.
10110         * editfns.c (general_insert_function): Adjust to insdel.c changes.
10111         * insdel.c (prepare_to_modify_buffer, signal_before_change):
10112         Some more EMACS_INT.
10113         * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
10115         * xdisp.c (dump_glyph): Fix typo.
10117         * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
10118         (adjust_markers_gap_motion, adjust_markers_for_delete)
10119         (adjust_markers_for_insert, adjust_point)
10120         (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
10121         (make_gap, copy_text, count_size_as_multibyte, insert)
10122         (insert_and_inherit, insert_before_markers)
10123         (insert_before_markers_and_inherit, insert_1)
10124         (count_combining_before, count_combining_after, insert_1_both)
10125         (insert_from_string, insert_from_string_before_markers)
10126         (insert_from_string_1, insert_from_gap, insert_from_buffer)
10127         (insert_from_buffer_1, adjust_after_replace)
10128         (adjust_after_replace_noundo, adjust_after_insert, replace_range)
10129         (replace_range_2, del_range, del_range_1, del_range_byte)
10130         (del_range_both, del_range_2, modify_region)
10131         (prepare_to_modify_buffer, signal_before_change)
10132         (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
10133         for buffer positions and sizes.
10134         * lisp.h: Adjust prototypes accordingly.
10136         * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
10137         (non_regular_inserted, non_regular_nbytes, read_non_regular)
10138         (Finsert_file_contents): Use EMACS_INT for buffer positions.
10140         * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
10142 2009-03-27  Jan Djärv  <jan.h.d@swipnet.se>
10144         * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
10145         lines and columns so we keep the same pixel height and width.
10147         * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
10148         the property _NET_WM_STATE has changed.
10149         (x_handle_net_wm_state): New function to update frame parameter
10150         fullscreen.
10151         (x_term_init): Initialize atoms for _NET_WM_STATE.
10153         * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
10155 2009-03-27  Kevin Ryde  <user42@zip.com.au>
10157         * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
10158         Gpm_GetEvent as an error that justifies closing the filedescriptor.
10159         * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
10160         (Fgpm_mouse_stop): Pass that new parameter.
10161         * termhooks.h (close_gpm): Adjust prototype.
10163 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10165         * lisp.h (Fx_focus_frame): Declare.
10167         * callint.c (Fcall_interactively): For '^' just delegate the work to
10168         handle-shift-selection.
10169         (syms_of_callint): Move declaration of shift-select-mode to simple.el.
10171 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
10173         * editfns.c (Ffloat_time): Doc fix (Bug#2768).
10175         * data.c (Qinteractive_form): New variable.
10176         (Finteractive_form): Use it.
10178         * eval.c (Fcommandp): Use Qinteractive_form.
10180 2009-03-24  Jason Rumney  <jasonr@gnu.org>
10182         * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
10183         Calculate total size precisely.  Decode environment variables
10184         before substituting.  (Bug#38)
10186 2009-03-24  Kenichi Handa  <handa@m17n.org>
10188         * font.c (find_font_encoding): Return Qnil for unsupported
10189         encoding (Bug#2722).
10191 2009-03-23  Jan Djärv  <jan.h.d@swipnet.se>
10193         * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
10194         that gdpy is set.
10196 2009-03-22  Alan Mackenzie  <acm@muc.de>
10198         * callint.c (Finteractive): Clarify the doc string - even
10199         promptless elements need \n separators.
10201 2009-03-22  Jason Rumney  <jasonr@gnu.org>
10203         * w32term.c (syms_of_w32term): Doc fix for
10204         x-use-underline-position-properties.
10206 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
10208         * w32.c (getpwuid): Change argument type to unsigned.
10209         (struct w32_id): Change type of `rid' member to unsigned.
10210         (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
10211         argument ID to unsigned.  All callers changed.
10212         (getuid, geteuid, getgid, getegid): Change return type to unsigned.
10214 2009-03-20  Eli Zaretskii  <eliz@gnu.org>
10216         * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
10217         negative, produce a float value.
10219         * dired.c (make_uid, make_gid): New functions.
10220         (Ffile_attributes): Use them to avoid negative UID and GID.
10222 2009-03-20  Juanma Barranquero  <lekktu@gmail.com>
10224         * keyboard.c (Fcurrent_idle_time): Reflow docstring.
10225         (syms_of_keyboard) <command-hook-internal, input-method-function>:
10226         Fix typos in docstrings.
10228 2009-03-19  Kenichi Handa  <handa@m17n.org>
10230         * fontset.c (Fset_fontset_font): When a spec of ASCII font is
10231         changed, use font_load_for_lface to get a new font object.
10232         Call free_realized_fontset after handling ASCII font change.
10234         * frame.c (x_set_font): Handle the case that ARG is a cons.
10236 2009-03-19  Glenn Morris  <rgm@gnu.org>
10238         * fileio.c (Fsubstitute_in_file_name): Doc fix.
10240 2009-03-19  Chong Yidong  <cyd@stupidchicken.com>
10242         * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
10244 2009-03-19  Kenichi Handa  <handa@m17n.org>
10246         * charset.c (load_charset_map_from_file): When a mapfile can't be
10247         loaded, signal an error.
10249 2009-03-18  Eli Zaretskii  <eliz@gnu.org>
10251         * dired.c (Ffile_attributes): Make sure UID and GID are always
10252         positive, even if the value is too large for a positive EMACS_INT.
10253         Doc fix.
10255         * editfns.c (Fuser_login_name): Support float arguments.  Doc fix.
10257 2009-03-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10259         * xmenu.c (xdialog_show): Move Fredisplay call ...
10260         (Fx_popup_dialog): ... here.
10262 2009-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10264         * dired.c (file_name_completion): Disable the first optimization just
10265         installed, since it is not implemented correctly.
10267 2009-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10269         * dired.c (file_name_completion): Check completion-ignored-extensions
10270         only if the entry can affect bestmatch.
10271         Stop the search early, as Ftry_completion already does.
10273 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
10275         * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
10277 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
10279         * keyboard.c (parse_menu_item): Don't display remappings as menu
10280         equivalent bindings (Bug#788).
10282 2009-03-15  Jason Rumney  <jasonr@gnu.org>
10284         * w32term.h (WM_EMACS_PAINT): New message.
10285         * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
10286         * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
10287         before passing to lisp thread.  (Bug#950)
10289 2009-03-14  David Reitter  <david.reitter@gmail.com>
10291         * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
10292         variable as it was never reset.
10293         (ns_term_init): Remove initialization of Lisp-settable defaults
10294         and ns_expand_space.
10295         (-setPanelFromDefaultValues): Remove ns_expand_space.
10296         (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
10297         * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
10298         i.e. no additional spacing, similar to Carbon port.
10300         * nsterm.h: Define KEY_NS_SHOW_PREFS key.
10301         * nsfns.m (ns-popup-prefs-panel): Remove.
10303 2009-03-14  Jan Djärv  <jan.h.d@swipnet.se>
10305         * sound.c (alsa_configure): Remove call to deprecated
10306         snd_pcm_sw_params_set_xfer_align.
10308 2009-03-14  Stephen Berman  <stephen.berman@gmx.net>
10310         * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
10311         after clicking in a detached tool bar.
10312         (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
10314 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10316         * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
10317         int/Lisp_Object mixup).
10319 2009-03-13  Kenichi Handa  <handa@m17n.org>
10321         * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
10322         Handle NAME nil and t correctly.  Callers changed.
10323         (font_def_arg, add_arg, from_arg, to_arg): Delete them.
10324         (set_fontset_font): Change ARG to a vector.  Handle range_list in
10325         ARG correctly.
10326         (Fset_fontset_font): Fix the case that TARGET is both a script
10327         name and charset name.  Adjust the arg to set_fontset_font for
10328         the above change.
10329         (fontset_from_font): Fix previous change.
10330         (Ffontset_info): Adjust for the 2008-07-09 change of fontset
10331         entry.  If FONTSET is the default fontset, don't set the extra
10332         slot of the returning char-table.
10334 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
10336         * nsfns.m (Fx_close_connection): Doc fix.
10337         (Fns_do_applescript): Reflow docstring.
10338         (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
10339         (Fx_display_pixel_width, Fx_display_pixel_height)
10340         (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
10341         Fix typos in docstrings.
10342         (Fns_set_alpha): Fix typos in error messages.
10344 2009-03-12  David Reitter  <david.reitter@gmail.com>
10346         * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
10347         non-key system events on NS.  Formerly, NON_ASCII_KEYSTROKE_EVENT
10348         were used for such events.
10350         * nsterm.m (newFrame, openFile, fulfillService, changeFont)
10351         (toggleToolbar, performDragOperation, runHelp): Use it.
10353         * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
10354         NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
10356 2009-03-11  Kenichi Handa  <handa@m17n.org>
10358         * font.h (font_open_by_spec): Extern it.
10360         * font.c (font_open_by_spec): New function.
10361         (font_open_by_name): Use font_open_by_spec.
10363         * frame.c (x_set_font): When ARG is a font-object, don't alter the
10364         fontset of the frame.
10366         * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
10367         modify the default font of frames that use this fontset.
10368         (num_auto_fontsets): New variable.
10369         (fontset_from_font): Use num_auto_fontsets to decide a fontset
10370         name.  Be sure to set FONTSET_ASCII to the correct font name.
10371         (update_auto_fontset_alist): New function.
10373 2009-03-11  Juanma Barranquero  <lekktu@gmail.com>
10375         * makefile.w32-in: Update dependencies.
10377 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
10379         * nsfns.m (syms_of_nsfns): Remove Qbuffered.
10381 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10383         * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
10385 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
10387         * lread.c (Feval_buffer): Doc fix.
10389 2009-03-09  Kenichi Handa  <handa@m17n.org>
10391         * charset.c (Qfile_name_handler_alist): Extern it.
10392         (load_charset_map_from_file): Temporarily bind
10393         `file-name-handler-alist' to nil while calling openp.  (Bug#2435)
10395 2009-03-06  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
10397         * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
10398         not two, and use NSRectFill instead of NSDrawGroove.  (Bug#2352)
10400 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
10402         * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
10403         (x_set_window_size): Change back to calculated method of setting
10404         toolbar height under Cocoa.  (Bug#2546)
10405         (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
10406         (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
10408         * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
10410         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
10411         accelerator in parens under GNUstep.
10413 2009-03-06  Kenichi Handa  <handa@m17n.org>
10415         These changes are to detect incorrect composition sequence without
10416         looking ahead the source.  (Bug#2370)
10418         * coding.h: Include "composite.h".
10419         (enum compisition_state): New enum.
10420         (struct compisition_status): New struct.
10421         (struct iso_2022_spec): New member cmp_status.
10422         (struct emacs_mule_spec): New struct.
10423         (struct coding_system): New members ctext_extended_segment_len and
10424         embedded_utf_8.  Change the union member
10425         spec.emacs_mule_full_support to spec.emacs_mule.
10427         * coding.c (CODING_ISO_CMP_STATUS): New macro.
10428         (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
10429         (MAX_ANNOTATION_LENGTH): Define to 5.
10430         (ADD_COMPOSITION_DATA): New arg nbytes.
10431         (emacs_mule_char): New arg cmp_status.
10432         (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
10433         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
10434         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
10435         (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
10436         (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
10437         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
10438         (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
10439         (EMACS_MULE_COMPOSITION_END): New macro.
10440         (emacs_mule_finish_composition): New function.
10441         (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
10442         (decode_coding_emacs_mule): Avoid long looking ahead while
10443         handling composition.
10444         (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
10445         (ENCODE_COMPOSITION_RULE): New macro.
10446         (finish_composition): New function.
10447         (MAYBE_FINISH_COMPOSITION): Call finish_composition.
10448         (DECODE_COMPOSITION_START): New implementation.
10449         (DECODE_COMPOSITION_END): Likewise.
10450         (STORE_COMPOSITION_RULE): New macro.
10451         (decode_coding_iso_2022): Avoid long looking ahead while handling
10452         composition, CTEXT extended segment, and embedded UTF-8.
10453         (setup_coding_system): For a coding of type iso-2022, reset
10454         CODING_ISO_EXTSEGMENT_LEN (coding) and
10455         CODING_ISO_EMBEDDED_UTF_8 (coding).
10456         (get_translation): Delete arguments last_block, from_nchars,
10457         to_nchars.  Callers changed.
10458         (produce_chars): Don't modify charbuf.  Adjusted for the change of
10459         get_translation.
10460         (produce_composition): Adjust for the new annotation sequence.
10461         (handle_composition_annotation): Likewise.
10462         (consume_chars): Adjust for the change of get_translation.
10464 2009-03-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
10466         * nsterm.m (ns_select): Shortcircuit if reentrant call.  (Bug#2564)
10468 2009-03-05  Kenichi Handa  <handa@m17n.org>
10470         * font.c (font_select_entity): New function.
10471         (font_find_for_lface): Use font_select_entity to select a font.
10473         * fontset.c (fontset_find_font): If a font found without
10474         restricting to the characters C doesn't support C, try to find a
10475         font with C restriction.
10477 2009-03-04  Nikolaj Schumacher  <me@nschum.de>
10479         * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
10481 2009-03-04  Jason Rumney  <jasonr@gnu.org>
10483         * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
10484         characters that have already been read.  (Bug#2569)
10486         * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
10487         Log an error message if check_image_size failed.
10488         (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
10489         (gs_load): Mention max-image-size in size error message.  (Bug#2560)
10491 2009-03-02  Eli Zaretskii  <eliz@gnu.org>
10493         * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
10494         when decoding process output.
10496 2009-03-01  Richard M Stallman  <rms@gnu.org>
10498         * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
10500         * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
10502 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
10504         * coding.c (decode_coding_utf_8, decode_coding_utf_16)
10505         (decode_coding_emacs_mule, decode_coding_iso_2022)
10506         (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10507         (decode_coding_raw_text, decode_coding_charset)
10508         (setup_coding_system, decode_eol, decode_coding, consume_chars):
10509         Honor inhibit-eol-conversion.  (Bug #2186)
10511 2009-02-28  Jason Rumney  <jasonr@gnu.org>
10513         * coding.c (detect_coding_charset): If not checking latin extra,
10514         fail on characters between 0x80 and 0xA0.  (Bug#2354)
10516 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
10518         * coding.c (detect_coding_charset): Fix change from 2008-10-21.
10519         Also, check iso-latin-*, not only iso-8859-*.  (Bug#2497)
10521 2009-02-27  Glenn Morris  <rgm@gnu.org>
10523         * callint.c (Finteractive): Doc fix.
10525 2009-02-27  Kenichi Handa  <handa@m17n.org>
10527         * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
10529 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
10531         * font.c (font_style_to_value): Set value for unknown symbols to
10532         100 instead of 255.
10533         (weight_table, slant_table, width_table): Treat "unspecified" as
10534         the default value.
10536 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
10538         * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
10540 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
10542         * lread.c (Fload): Stop checking Vloads_in_progress and signal
10543         error as soon as a recursive load is detected.
10545 2009-02-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
10547         * nsterm.m (ns_ring_bell): Convert rect to window coordinates
10548         before caching.
10550 2009-02-24  Kenichi Handa  <handa@m17n.org>
10552         * fontset.c (fontset_find_font): Fix the condition for checking
10553         unavailable font.
10555 2009-02-24  Glenn Morris  <rgm@gnu.org>
10557         * xfaces.c (Finternal_set_font_selection_order): Remove leading
10558         whitespace that confuses documentation.
10560 2009-02-23  Miles Bader  <miles@gnu.org>
10562         * process.c (Flist_system_processes, Fprocess_attributes)
10563         (syms_of_process): Rename `system-process-attributes' to
10564         `process-attributes'.
10566 2009-02-22  Andreas Schwab  <schwab@linux-m68k.org>
10568         * coding.h (struct coding_system): Make safe_charsets a pointer to
10569         unsigned char.
10570         * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
10571         being 255.
10572         (SAFE_CHARSET_P): Likewise.
10573         (setup_iso_safe_charsets): Properly setup safe_charsets.
10574         (Fdefine_coding_system_internal): Likewise.
10575         (setup_coding_system): Likewise.  Remove unneeded casts.
10576         (detect_coding_iso_2022): Compare Viso_2022_charset_list with
10577         CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.  Remove
10578         unneeded casts.
10580         * insdel.c (del_range_2): Don't modify gap contents when called
10581         from decode_coding_object.  (Bug#1809)
10583 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
10585         * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
10586         Qfont_object.
10587         (Ftype_of): Recognize font objects.
10589         * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
10591         * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
10592         moved to data.c.
10594 2009-02-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
10596         * nsterm.m (x_make_frame_invisible): Unset async_visible,
10597         async_iconified.  Based on a patch by Christian Lynbech
10598         <christian.lynbech@tieto.com>.
10599         (EmacsView-windowDidMiniaturize:): Unset async_visible.
10601 2009-02-20  Glenn Morris  <rgm@gnu.org>
10603         * syntax.c (Fskip_chars_forward): Fix doc typo.
10605 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
10607         * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
10609 2009-02-19  Chong Yidong  <cyd@stupidchicken.com>
10611         * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
10613 2009-02-19  Kenichi Handa  <handa@m17n.org>
10615         * coding.c (detect_coding): Preserve coding->mode.
10616         Don't overflow coding->carryover.  (Bug#2370)
10618 2009-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
10620         * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
10622 2009-02-18  Kenichi Handa  <handa@m17n.org>
10624         * font.c (font_check_otf_features): Fix handling of `nil' element.
10625         (Ffont_spec): Describe :lang and :otf in the docstring.
10627 2009-02-16  Andreas Schwab  <schwab@suse.de>
10629         * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
10630         string.
10632 2009-02-16  Kenichi Handa  <handa@m17n.org>
10634         * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
10635         (Bug#1723)
10637 2009-02-14  Chong Yidong  <cyd@stupidchicken.com>
10639         * dispextern.h (struct iterator_stack_entry): New line_wrap member.
10641         * xdisp.c (push_it, pop_it): Save and restore line_wrap.
10642         (handle_line_prefix): Suppress wrapping of wrap prefixes.
10644 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
10646         * msdos.c (MAX_SCREEN_BUF): New macro.
10647         (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
10648         Encode the entire run of glyphs sharing the same face, instead of
10649         doing that one glyph at a time (fixes a bug with displaying
10650         double-size characters).
10652 2009-02-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
10654         * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
10656         * nsmenu.m (pop_down_menu): Check popup_activated_flag.
10657         (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
10658         pop_down_menu do the cleanup work as it is always called.  (Bug#2154)
10660         * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
10661         set fontset font for "mathematical-" sub-scripts.  (Bug #2218)
10663 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10665         * keyboard.c (adjust_point_for_property): Allow stopping between two
10666         invisible areas.
10668 2009-02-12  Jason Rumney  <jasonr@gnu.org>
10670         * w32font.c (check_face_name): Check for fake helv.  (Bug#2275)
10671         (add_font_entity_to_list): Call check_face_name even when family
10672         is unspecified.
10674         * w32term.c (x_display_pixel_height, x_display_pixel_width):
10675         Release DC when finished.  Use NULL window to refer to desktop.
10676         (w32_term_init): Use NULL window to refer to desktop.  (Bug#460)
10678         * w32font.c (add_font_entity_to_list): Fix check for substituted
10679         raster fonts.  (Bug#2219)
10681 2009-02-12  Kenichi Handa  <handa@m17n.org>
10683         * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
10684         (composition_gstring_width): Fix handling of LGLYPH_YOFF.
10685         (autocmp_chars): Use fast_looking_at.  Don't compose more
10686         characters than MAX_COMPOSITION_COMPONENTS.
10687         (find_automatic_composition): While looking forward and backward,
10688         check static composition.  Fix where to stop looking forward.
10689         (composition_adjust_point): Fix checking of static composition.
10690         (Fcomposition_get_gstring): Pay attention to
10691         MAX_COMPOSITION_COMPONENTS.
10693         * lisp.h (fast_looking_at): Extern it.
10695         * search.c (fast_looking_at): New function.
10697         * term.c (encode_terminal_code): Adjust for the change of
10698         <struct glyph>.u.cmp.to.
10699         (append_composite_glyph): Likewise.
10701         * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
10702         <struct glyph>.u.cmp.to.  Check if the glyph belongs to the same
10703         composition.
10704         (append_composite_glyph): Adjust for the change of
10705         <strcut glyph>.u.cmp.to.
10707 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
10709         * casetab.c (init_casetab_once):
10710         * coding.c (ALLOC_CONVERSION_WORK_AREA):
10711         * font.c (font_update_lface):
10712         * fontset.c (Fnew_fontset):
10713         * ftfont.c (ftfont_drive_otf):
10714         * xfont.c (xfont_open):
10715         * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
10717 2009-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10719         * fileio.c (Fwrite_region): !NILP -> CONSP.
10721 2009-02-10  Andreas Schwab  <schwab@suse.de>
10723         * process.c (send_process): Properly relocate pointer into data
10724         when using encoded data.  (Bug#2272)
10726 2009-02-08  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
10728         * coding.c (detect_coding_charset): Fix previous change.
10730 2009-02-08  Jason Rumney  <jasonr@gnu.org>
10732         * w32fns.c (w32_hide_hourglass): Handle case where frame
10733         disappeared while hourglass was displayed.  (Bug #2193)
10735 2009-02-07  Andreas Schwab  <schwab@suse.de>
10737         * unexelf.c (unexec): Fix error message.
10739 2009-02-07  Adrian Robert  <Adrian.B.Robert@gmail.com>
10741         * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
10742         when modal window is active.  (Bug #2152)
10743         (applicationShouldTerminate:): Remove now-unneeded while loop
10744         around NSRunAlertPanel.
10746         * nsmenu.m (popupSession): New file-global variable.
10747         (pop_down_menu): End the popupSession before closing dialog.
10748         (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
10749         (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
10750         don't query NSApp for events (just sleep instead).
10752 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
10754         * coding.c (syms_of_coding) <translation-table-for-input>:
10755         Modify doc string to discourage use for character code unification.
10757 2009-02-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10759         * atimer.c (run_timers): Update pending_atimers.
10761 2009-02-06  Chong Yidong  <cyd@stupidchicken.com>
10763         * image.c (svg_load_image): Fix last change.
10765         * xfns.c (Fx_create_frame): Signal an error if no font is
10766         found (Bug#2147).
10768 2009-02-05  Juanma Barranquero  <lekktu@gmail.com>
10770         * character.c (syms_of_character) <script-representative-chars>:
10771         Fix typo in docstring.
10773 2009-02-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
10775         * nsmenu.m (pop_down_menu): New function.
10776         (ns_popup_dialog): Call it on unwind.
10777         (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
10778         call timer_check() (Bug#2154).
10779         (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
10780         handling_signal is set.
10781         (EmacsMenu-fillWithWidgetValue:): Set submenu title.
10783         * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
10785         * s/darwin.h: Same and NO_SOCK_SIGIO as well.
10787         * nsterm.m (ns_read_socket): Same and don't set handling_signal.
10789         * keyboard.c (poll_for_input_1, handle_async_input):
10790         Set handling_signal under HAVE_NS.
10792 2009-02-04  Glenn Morris  <rgm@gnu.org>
10794         * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
10796 2009-02-04  Kenichi Handa  <handa@m17n.org>
10798         * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
10800         * charset.c (Fchar_charset): New optional arg restriction.
10802         * coding.h (coding_system_charset_list): Extern it.
10804         * coding.c (coding_system_charset_list): New function.
10806         * composite.c: Include coding.h and termhooks.h.
10807         (composition_gstring_p): Fix for the terminal case.
10808         (composition_gstring_width): Likewise.
10809         (fill_gstring_body): Likewise.
10810         (autocmp_chars): For terminal, call Fcomposition_get_gstring with
10811         the frame.
10812         (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
10813         is within a composition.
10814         (Fcomposition_get_gstring): Fix the terminal case.
10816         * term.c (encode_terminal_code): Fix handling of composition.
10817         (produce_composite_glyph): For static composition, get pixel_width
10818         from struct composition.
10820 2009-02-02  Andreas Schwab  <schwab@suse.de>
10822         * unexelf.c (unexec): Handle unaligned bss offset.
10824 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
10826         * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
10827         XT,w32read_socket changes to ns_read_socket.
10829         * keyboard.c (handle_interrupt): Don't call
10830         quit_throw_to_read_char() under NS.
10832         * blockinput.h: Remove NS-specific code.
10834 2009-01-30  Dan Nicolaescu  <dann@ics.uci.edu>
10836         * dispnew.c (window_change_signal): Don't try to get the size of a
10837         suspended tty frame.
10838         * term.c (Fresume_tty): Resize if the size has changed while the
10839         tty was suspended.
10841         * alloc.c (mark_stack): Properly conditionalize previous change.
10843 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
10845         * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
10846         * w32term.c (w32_read_socket) [SYNC_INPUT]:
10847         Remove; this code is not used on Windows.
10849 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
10851         * coding.c (detect_eol, decode_eol): Handle text with DOS-style
10852         EOLs that also has stray ^M characters.
10854 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
10856         * atimer.c (run_timers, alarm_signal_handler):
10857         * keyboard.c (pending_signals, handle_async_input, init_keyboard):
10858         * w32inevt.c (w32_console_read_socket):
10859         * w32term.c (w32_read_socket):
10860         * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
10862 2009-01-30  Chong Yidong  <cyd@stupidchicken.com>
10864         * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
10865         Initialize it as a relative filename pattern.
10866         (init_callproc): Don't initialize Vtemp_file_name_pattern here.
10867         (Fcall_process_region): Simplify temp file creation using
10868         temporary-file-directory.
10870 2009-01-29  Eli Zaretskii  <eliz@gnu.org>
10872         * msdos.c: Rename pending_signals to msdos_pending_signals.
10873         (sig_suspender, sigprocmask): Adjust.
10875 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
10877         * keyboard.c (pending_signals): New var.
10878         (poll_for_input, input_available_signal, init_keyboard): Set it.
10879         (process_pending_signals): New function.
10881         * lisp.h (QUIT): Check pending_signals instead of
10882         interrupt_input_pending.  Use process_pending_signals.
10884         * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
10886         * process.c (wait_reading_process_output): Use process_pending_signals.
10888         * sysdep.c (emacs_write): Use process_pending_signals.
10890         * xterm.c (XTread_socket): Update pending_signals.
10892         * w32term.c (w32_read_socket): Update pending_signals.
10894         * w32inevt.c (w32_console_read_socket): Update pending_signals.
10896 2009-01-29  Kenichi Handa  <handa@m17n.org>
10898         * xftfont.c (xftfont_has_char): New function.
10899         (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
10901 2009-01-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
10903         * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
10904         under GNUstep.
10905         (ns_query_color): New declaration.
10907         * nsterm.m (ns_confirm_quit): New variable.
10908         (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
10909         (EmacsApp-applicationShouldTerminate:): Use it.
10910         (EmacsPrefsController): Let user set it.
10911         (ns_query_color): New function.
10912         (ns_defined_color): Use it.
10913         (ns_initialize): Drop.
10914         (ns_term_init): Add two lines from ns_initialize(), and set
10915         input_interrupt_mode to nil.
10917         * image.c (svg_load_image): Don't right-shift background RGB when
10918         obtained from FRAME_BACKGROUND_PIXEL.  Under HAVE_NS use ns_query_color.
10920 2009-01-28  Kenichi Handa  <handa@m17n.org>
10922         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10923         (fontset_get_font_group): Remember that no font-group is specified
10924         for C.
10926 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
10928         * fns.c (concat): Check for string overflow (bug#1787).
10930         * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
10931         Quadruple undo limits (bug#1501).
10933 2009-01-27  Kenichi Handa  <handa@m17n.org>
10935         * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
10936         directly use GT_Get_Char_index.
10938         * xftfont.c (struct xftfont_info): New member `index'.
10940         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10941         (Ffontset_font): Adjust for the change of fontset entry.
10943 2009-01-26  Kenichi Handa  <handa@m17n.org>
10945         * fontset.c (fontset_find_font): Fix handling of non-cons return
10946         value of fontset_get_font_group.
10947         (fontset_font): Revert last change.
10949 2009-01-26  Jason Rumney  <jasonr@gnu.org>
10951         * w32font.c (w32font_list_internal): Return quickly if registry is
10952         unknown.  Simplify final return.
10953         (add_font_entity_to_list): Break complex logic down into more
10954         manageable chunks.  Move unknown registry check to
10955         w32font_list_internal.
10957 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
10959         Changes to remove Feval calls from GUI under NS.
10961         * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
10962         Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
10963         Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
10965         * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
10966         (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
10967         (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
10968         instead of NON_ASCII_KEYSTROKE_EVENT.
10969         (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
10970         (EmacsApp-applicationShouldTerminate:): Query user.
10971         (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
10972         instead of Feval.
10974         * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
10976         * keyboard.c (kbd_buffer_get_event): Check for it.
10977         (keys_of_keyboard): Define lispy keys for
10978         ns-put/unput-working-text.
10980         * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
10981         versions.
10982         (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
10984 2009-01-25  Chong Yidong  <cyd@stupidchicken.com>
10986         * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
10987         setting current_buffer directly.  (Bug#2044)
10989 2009-01-24  Chong Yidong  <cyd@stupidchicken.com>
10991         * fontset.c (fontset_font): If we know there is no font, don't do
10992         any work.  (Bug#1952, bug#1990).
10994         * font.c (font_parse_xlfd): Handle patterns of length < 2.  (Bug#1802)
10996 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
10998         * emacs.c (main): Do fork+exec under --daemon in Cocoa.
10999         (ns_no_defaults): New declaration.
11000         (main): Use it.
11002         * nsterm.h (ns_no_defaults): New declaration.
11004         * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
11006         * nsterm.m (ns_no_defaults): New variable.
11007         (ns_initialize): Don't read defaults when ns_no_defaults.
11008         (EmacsView-readSelectionFromPasteboard:)
11009         (writeSelectionToPasteboard:types:): New stubbed-out methods for
11010         NSServicesRequests protocol.  (Bug#1435)
11011         (ns_dumpglyphs_stretch): New function.
11012         (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
11013         of 2008-11-15 to other terms.  (Bug#615)
11015         * nsimage.m (setPixmapData:): Set to ignore image DPI.
11017 2009-01-23  Giorgos Keramidas  <keramida@freebsd.org>  (tiny change)
11019         * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
11020         call for Sparc64.
11022 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
11024         * nsfns.m:
11025         * nsgui.h:
11026         * nsmenu.m:
11027         * nsselect.m:
11028         * nsterm.h:
11029         * nsterm.m: Remove '23' comments that indicated code added during
11030         update from emacs-20 -> emacs-23.
11032 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
11034         * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
11035         ns_alternate_modifier.  (Bug#1217)
11037         * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
11038         Display all shortcuts, including those w/o super modifier.
11040         * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
11042 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
11044         * fileio.c (Vwrite_region_post_annotation_function)
11045         (Vwrite_region_annotation_buffers): New vars.
11046         (build_annotations_unwind): Just reset
11047         Vwrite_region_annotation_buffers.
11048         (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
11049         Call write-region-post-annotation-function.
11050         (build_annotations): Add to Vwrite_region_annotation_buffers if
11051         buffer changes.
11053 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
11055         * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
11056         Tiger.
11057         * nsfns.m (ns_do_applescript):
11058         Conditionalize typeUTF16ExternalRepresentation on Tiger.
11060 2009-01-21  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
11062         * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
11064 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
11066         * nsmenu.m (NSMENUPROFILE): Change #if style.
11068         * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
11070         * nsterm.m (x_set_frame_alpha): Add prototype.
11071         (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
11072         handle Ctrl-tab.  (Bug#1841)
11073         (ns_get_color): Use unsigned long long for scanned hex string value.
11074         (ns_term_shutdown): Abort on non SIGTERM signals.
11075         (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
11076         (EmacsPrefsController-setPanelFromDefaultValues): New function.
11077         (EmacsPrefsController-resetToDefaults:): Use it.  (Bug#1801)
11078         (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
11079         (ns_defined_color): Fix settings of the XColor variable fields:
11080         red,green,blue scale to 2-byte, pixel's parts to 1-byte.  (Bug#1663)
11082         * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
11083         DPI.  (Bug#1316)
11084         (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
11085         values in onTiger section.
11087 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
11089         * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
11090         Check return value of font_spec_from_name.
11091         (Fx_list_fonts): Doc fix.  (Bug#1951)
11093         * font.c (font_spec_from_name): Return Qnil if font name could not
11094         be parsed.
11095         (font_parse_name): Treat a `?' character as part of an XLFD.
11097         * fns.c (Fsubstring): Doc fix.
11099 2009-01-19  Kenichi Handa  <handa@m17n.org>
11101         * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
11102         (ftfont_list): Likewise.
11104 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
11106         * dbusbind.c (Fdbus_register_signal):
11107         * process.c (conv_sockaddr_to_lisp):
11108         * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
11110         * callproc.c (Fgetenv_internal): Doc fix.
11112 2009-01-16  Chong Yidong  <cyd@stupidchicken.com>
11114         * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
11115         it is not even used.
11117 2009-01-16  Glenn Morris  <rgm@gnu.org>
11119         * font.c (Ffont_variation_glyphs): Silence compiler.
11121 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
11123         * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
11124         Reported by David Robinow <drobinow@gmail.com>.
11126 2009-01-15  Kenichi Handa  <handa@m17n.org>
11128         * coding.c (detect_coding_system): Fix handling of null_byte_found.
11130 2009-01-14  Jason Rumney  <jasonr@gnu.org>
11132         * frame.c (x_set_font): Always store a font to the font parameter,
11133         never a fontset.  (Bug#1562)
11135 2009-01-14  Kenichi Handa  <handa@m17n.org>
11137         * coding.c (TWO_MORE_BYTES): New macro.
11138         (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
11140 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
11142         * font.c (font_clear_prop): If clearing the family, clear the font
11143         width index too.
11145         * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
11147 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
11149         * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
11150         (do_play_sound): Use it.  Don't pass a hardcoded buffer size to mci
11151         functions, use sizeof.
11153 2009-01-12  Martin Rudalics  <rudalics@gmx.at>
11155         * keyboard.c (read_char): Fix case where last_nonmenu_event
11156         returned a bad value with submenus.  (Bug#447)
11158 2009-01-12  Chong Yidong  <cyd@stupidchicken.com>
11160         * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
11161         family, clear the font width index too.
11163 2009-01-11  Jason Rumney  <jasonr@gnu.org>
11165         * keyboard.c (cmd_error_internal): Exit when errors occur before
11166         frame creation and not in daemon mode.  (Bug#1836)
11168 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
11170         * xdisp.c (pos_visible_p): When iterator stops on the last glyph
11171         of a display vector, backtrack.
11172         (try_window_reusing_current_matrix): Check glyph type before
11173         referencing charpos member.
11175 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
11177         Fix Bug #876:
11179         * coding.c (inhibit_null_byte_detection): New variable.
11180         (detect_coding, detect_coding_system): Don't pay attention to null
11181         bytes if inhibit_null_byte_detection is non-zero.
11182         (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
11183         <inhibit-iso-escape-detection>: Doc fix.
11185 2009-01-09  Jason Rumney  <jasonr@gnu.org>
11187         * w32font.c (add_font_entity_to_list): Don't report unknown
11188         Windows charset as any unrecognized registry.  (Bug#1548)
11189         Only report Unicode Plane 2 fonts as unicode-sip.
11191 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
11193         * xfaces.c (Fx_font_family_list): Delete function.
11194         Move compatibility version to faces.el.
11196         * font.c (Ffont_family_list): Return a list of strings, not symbols.
11198 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
11200         * frame.c (x_set_frame_parameters): Remember requested value for
11201         fullscreen before it's reset by the parameter handler.
11203 2009-01-09  Glenn Morris  <rgm@gnu.org>
11205         * keyboard.c (last_command_char): For clarity, rename to...
11206         (last_command_event): ... and update all users.
11207         (last_input_char): For clarity, rename to...
11208         (last_input_event): ... and update all users.
11209         (last-command-char, last-input-char): Move to subr.el as aliases.
11210         * cmds.c, commands.h: Update for last_command_char rename.
11212 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
11214         * font.c (font_open_for_lface): Handle unspecified height attribute.
11216 2009-01-08  Jason Rumney  <jasonr@gnu.org>
11218         * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
11219         (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
11220         (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
11221         Don't declare.
11222         (syms_of_w32fns): Don't define x-pointer-shape variable.  (Bug#1485)
11223         (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
11225 2009-01-07  Kenichi Handa  <handa@m17n.org>
11227         * fileio.c (Finsert_file_contents): In the case of replace,
11228         remember the coding system used for decoding in
11229         coding_system (Bug#1039).
11231         * coding.c (decode_coding_utf_8): Check byte_after_cr before
11232         breaking the loop.  (Bug#870)
11233         (decode_coding_utf_16, decode_coding_emacs_mule)
11234         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11235         (decode_coding_charset): Likewise.
11237 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
11239         * frame.c (x_set_frame_parameters): Make sure height (width) get
11240         applied when fullwidth (fullheight) is set.  (Bug#1522)
11242 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
11244         * w32.c: Use 64-bit arithmetic to do FILETIME conversions.  (Bug#1766)
11245         (utc_base): Declare as ULONGLONG, not long double.
11246         (convert_time_raw): Delete.
11247         (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
11248         (initialize_utc_base): New function.
11249         (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
11250         (convert_from_time_t): Use initialize_utc_base; compute result with
11251         64-bit arithmetic.
11252         (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
11254 2009-01-03  Eli Zaretskii  <eliz@gnu.org>
11256         * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
11257         (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
11258         (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
11259         (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
11260         [!subprocesses]: Define.
11261         (syms_of_process) [!subprocesses]: Intern and staticpro them.
11262         (Flist_system_processes, Fsystem_process_attributes)
11263         [!subprocesses]: Call list_system_processes and
11264         system_process_attributes instead of returning Qnil.
11266         * dosfns.c (system_process_attributes, list_system_processes):
11267         New functions.
11269         * vm-limit.c (ret_lim_data) [MSDOS]: New function.
11271         * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
11272         Don't use the default (no-op) implementation.
11274 2009-01-03  Jason Rumney  <jasonr@gnu.org>
11276         * keyboard.c (parse_modifiers_uncached): Wheel events are
11277         clicks (bug#687).
11279         * w32term.c (x_query_colors, x_query_color): New functions.
11281         * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
11282         (svg_load_image): Cast returned pointers from dynamically loaded
11283         functions.  Eliminate W32 specific code.
11285 2009-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11287         * nsfns.m (x_set_foreground_color, x_set_background_color)
11288         (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
11289         (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
11290         x_ prefix instead of ns_.  Update references.
11291         (syms_of_nsfns): Add a FIXME comment.
11293         * nsterm.m (x_set_cursor_type): New prototype.
11294         (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
11296         * sysdep.c (system_process_attributes): Provide Qtime and Qctime
11297         for Solaris instead of incorrectly providing Qutime and Qcutime.
11299 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
11301         * w32.c (process_times): Compute sum of utime and stime.
11302         (system_process_attributes): Add Qtime to the alist.
11304         * sysdep.c (system_process_attributes): Compute Qtime and Qctime
11305         and add them to the alist.
11307         * process.c (top level) <Qtime, Qctime>: New variables.
11308         (syms_of_process): staticpro them.
11309         (Fsystem_process_attributes): Add their documentation to the doc
11310         string.
11312         * process.h: Declare Qtime and Qctime.
11314 2009-01-02  Jason Rumney  <jasonr@gnu.org>
11316         * image.c (Qgobject): New symbol.
11317         (syms_of_image): Initialize it.
11318         (init_svg_functions): Load some functions from gobject library.
11320 2009-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
11322         * frame.c (make_terminal_frame): Remove redundant code and useless
11323         block.
11325 2009-01-01  Andreas Schwab  <schwab@suse.de>
11327         * process.c (conv_sockaddr_to_lisp): Add workaround for
11328         getsockname bug on BSD.
11330 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
11332         * xfns.c (x_create_tip_frame): Set border width of the X window.
11334         * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
11336 2009-01-01  Jason Rumney  <jasonr@gnu.org>
11338         * w32term.c (x_new_font): Return font object, not fontset.  (Bug#119)
11339         Don't block input, as per earlier xterm.c changes.
11341 2008-12-31  Adrian Robert  <Adrian.B.Robert@gmail.com>
11343         * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
11344         (ns_appkit_version_int): New function.
11345         (x-server-version): Use ns_appkit_version_int and follow 21+
11346         convention of returning 3 integers.
11348 2008-12-30  Kenichi Handa  <handa@m17n.org>
11350         * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
11351         (CHAR_SURROGATE_PAIR_P): New macro.
11353         * font.h (struct font_driver): New member get_variation_glyphs.
11355         * font.c (font_range): Don't require a font for a variation selector.
11356         (Ffont_variation_glyphs): New function.
11357         (syms_of_font): Defsubr it.
11359         * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
11360         ftfont_variation_glyphs.
11361         (setup_otf_gstring): New function.
11362         (ftfont_drive_otf): Use it.
11363         (ftfont_shape_by_flt): Handle variation selector.
11364         (ftfont_variation_glyphs): New function.
11366 2008-12-30  Martin Rudalics  <rudalics@gmx.at>
11368         * frame.c (Vemacs_iconified): Remove.
11370 2008-12-30  Jason Rumney  <jasonr@gnu.org>
11372         * frame.c (store_frame_param, x_get_arg): Enable newer code on
11373         WINDOWSNT too, as related changes have already been synced.  (Bug#117)
11375 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
11377         * indent.c (Fvertical_motion): Don't advance iterator if we have
11378         reseated to the desired position.
11380         * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
11381         checking for pos match.
11383 2008-12-30  Kenichi Handa  <handa@m17n.org>
11385         * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
11386         just get the low 8-bit of the code.
11388         * font.c (font_intern_prop): Validate str as multibyte.
11390 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11392         * dispextern.h (struct face): Move lface and hash from the middle
11393         of bitfields.
11395         * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
11397 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11399         * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
11400         (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
11401         instead of intervals.h.
11403 2008-12-26  Andreas Schwab  <schwab@suse.de>
11405         * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
11406         cons.
11408 2008-12-26  Martin Rudalics  <rudalics@gmx.at>
11410         * textprop.c (Qminibuffer_prompt): New variable.
11411         (syms_of_textprop): Initialize it.
11412         * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
11413         in minibuffer-prompt face.  (Bug#1662)
11415 2008-12-25  Jason Rumney  <jasonr@gnu.org>
11417         * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
11419 2008-12-24  Jason Rumney  <jasonr@gnu.org>
11421         * ralloc.c (r_alloc_reset_variable): New function.
11423         * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
11424         record of what points where.  (Bug#716)
11426 2008-12-22  Dan Nicolaescu  <dann@ics.uci.edu>
11428         * minibuf.c (read_minibuf): Follow the non-interactive case when
11429         running as a daemon, before detaching.
11431 2008-12-22  Andreas Schwab  <schwab@suse.de>
11433         * buffer.c (init_buffer): Use realloc instead of xrealloc.
11434         * gtkutil.c (free_widget_value): Use xfree instead of free.
11436 2008-12-22  Martin Rudalics  <rudalics@gmx.at>
11438         * frame.c (delete_frame): New function derived from
11439         Fdelete_frame to handle Qnoelisp value for FORCE argument.
11440         Delete last frame iff FORCE equals Qnoelisp.  (Bug#1450)
11441         (Fdelete_frame): Call delete_frame.  Remove line from doc-string
11442         saying that FORCE non-nil doesn't run `delete-frame-functions'.
11443         * frame.h: Extern delete_frame.
11444         * window.c (window_loop):
11445         * terminal.c (delete_terminal):
11446         * xterm.c (x_connection_closed):
11447         * xfns.c (Fx_hide_tip):
11448         * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
11450 2008-12-21  Jason Rumney  <jasonr@gnu.org>
11452         * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
11453         when character maps to .notdef character.
11455 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11457         * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
11459 2008-12-20  Jason Rumney  <jasonr@gnu.org>
11461         * frame.c (Fmake_terminal_frame): Raise an error when called from
11462         a graphical frame on Windows.  (Bug#1325)
11464 2008-12-20  Jan Djärv  <jan.h.d@swipnet.se>
11466         * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
11468 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
11470         * minibuf.c (Fread_buffer): Doc fix.
11472 2008-12-20  Jason Rumney  <jasonr@gnu.org>
11474         * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
11475         server name in UNC paths.  (Bug#719)
11477         * coding.c (decode_coding): Clear chars_at_source flag when using
11478         charbuf.  (Bug#1035)
11480 2008-12-19  Daniel Engeler  <engeler@gmail.com>
11482         * sysdep.c (serial_configure): Fix typo.
11484 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
11486         * sysdep.c: Include alloca.h.
11487         (system_process_attributes): Add implementation for Solaris.
11489         * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
11491 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
11493         Reorganize implementation of Flist_system_processes and
11494         Fsystem_process_attributes.  No functional changes.
11495         * process.c: Don't #include pwd.h, grp.h and limits.h.
11496         (Flist_system_processes): Just call list_system_processes.
11497         (Fsystem_process_attributes): Just call system_process_attributes.
11498         (procfs_list_system_processes, time_from_jiffies)
11499         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11500         (procfs_get_total_memory, procfs_system_process_attributes): Move ...
11502         * sysdep.c: ... here.  Include pwd.h, grp.h and limits.h.
11503         (list_system_processes): Rename from
11504         procfs_list_system_processes.  Enclose in #ifdef HAVE_PROCFS.
11505         Provide a do nothing implementation.
11506         (system_process_attributes): Rename from
11507         procfs_list_system_processes.
11508         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11509         (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
11511         * w32.c (list_system_processes): Rename from
11512         w32_list_system_processes.
11513         (system_process_attributes): Rename from
11514         w32_system_process_attributes.
11516         * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
11518         * process.h (w32_list_system_processes)
11519         (w32_system_process_attributes): Remove.
11520         (list_system_processes, system_process_attributes):
11521         New prototypes.
11523 2008-12-19  Kenichi Handa  <handa@m17n.org>
11525         * xfont.c (xfont_decode_coding_xlfd): New function.
11526         (xfont_encode_coding_xlfd): New function.
11527         (xfont_list_pattern): Decode XLFD by iso-8859-1.
11528         (xfont_list): Decode and encode XLFD by iso-8859-1.
11529         (xfont_match): Likewise.
11530         (xfont_list_family): Likewise.
11531         (xfont_open): Likewise.
11533         * ftfont.c (ftfont_open): Generate a multibyte string if given
11534         names are utf-8.
11536         * xftfont.c (xftfont_open): Generate a multibyte string if given
11537         names are utf-8.
11539 2008-12-18  Jan Djärv  <jan.h.d@swipnet.se>
11541         * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
11542         changed.
11543         (xg_tool_bar_proxy_callback): Put focus on the frame after we have
11544         clicked on a detached tool bar button.
11546 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
11548         * emacs.c (main): Print and error and exit when no data is read
11549         from the pipe.
11551 2008-12-17  Jason Rumney  <jasonr@gnu.org>
11553         * w32font.c (w32font_has_char): Always return -1.
11555 2008-12-16  Kenichi Handa  <handa@m17n.org>
11557         * font.c (font_open_entity): Fix previous change.
11559 2008-12-16  Dan Nicolaescu  <dann@ics.uci.edu>
11561         * process.c: Include <limits.h>.
11563 2008-12-16  Chetan Pandya  <pandyacus@sbcglobal.net>  (tiny change)
11565         * font.c (font_update_drivers): Fix mistake in reconstructing the
11566         driver list.
11568 2008-12-16  Chong Yidong  <cyd@stupidchicken.com>
11570         * font.c (font_clear_cache): Fix format of font cache data.
11572 2008-12-15  Chong Yidong  <cyd@stupidchicken.com>
11574         * xftfont.c (xftfont_open): Free Xft font pattern if
11575         XftFontOpenPattern fails.
11577         * xterm.c (x_free_frame_resources): Remove extraneous call to
11578         free_frame_faces.
11580 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
11582         * xterm.c (x_delete_display): Move xim_close_dpy call to
11583         x_delete_terminal.
11584         (x_delete_terminal): Call xim_close_dpy.
11586 2008-12-13  Jason Rumney  <jasonr@gnu.org>
11588         * w32font.c (intern_font_name): New function.
11589         (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
11590         (w32font_open_internal, Fx_select_font): Decode font name.
11591         (fill_in_logfont, list_all_matching_fonts): Encode font name.
11593         * w32font.h (intern_font_name): Declare new function.
11595         * w32uniscribe.c (add_opentype_font_name_to_list):
11596         Use intern_font_name.
11598 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
11600         * frame.c (Fdelete_frame): Call free_font_driver_list.
11602         * font.c (free_font_driver_list): Implement missing function.
11604         * w32term.c (w32_term_init): Don't initialize the image cache
11605         here; it will be done in init_frame_faces.
11607         * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
11608         (struct x_display_info): Remove unused member null_pixel.  New
11609         member xim_callback_data.
11611         * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
11612         (xim_initialize): Save pointer to callback function data.
11613         (xim_close_dpy): Free callback function data.  Call XCloseIM,
11614         reverting 2008-11-04 change by David Smith.
11615         (x_term_init): Don't initialize the image cache here; it will be
11616         done in init_frame_faces.  Remove ancient "null_pixel" cruft.
11617         (x_delete_display): Free x_dnd_atoms member.
11619 2008-12-13  Kenichi Handa  <handa@m17n.org>
11621         * font.c (font_rescale_ratio): Moved from xfaces.c.
11622         Argument type changed.  Handle a font-spec too.
11623         (font_score): Check Vface_font_rescale_alist.
11624         (font_open_entity): Likewise.  (Bug#1547)
11626         * xfaces.c (font_rescale_ratio): Moved to font.c.
11628 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
11630         * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
11632 2008-12-12  Jason Rumney  <jasonr@gnu.org>
11634         * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
11635         Vwindow_system_version to the real w32 major version.
11637 2008-12-12  Dan Nicolaescu  <dann@ics.uci.edu>
11639         * term.c (init_tty): Move setting the terminal name before the
11640         potential user: maybe_fatal.
11642 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
11644         * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
11645         all callers changed.  Call free_frame_faces to free the face cache.
11647 2008-12-11  Jason Rumney  <jasonr@gnu.org>
11649         * w32font.c (fill_in_logfont): Don't assume symbol script means
11650         SYMBOL_CHARSET.  (Bug#547)
11652         * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
11653         size for surrogates.  (Bug#1096, bug#872)
11655 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
11657         * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
11659 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
11661         * process.c (Fsystem_process_attributes, syms_of_process):
11662         Fix typo in name of Ssystem_process_attributes.
11663         Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
11665 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
11667         * syntax.c (Fmodify_syntax_entry): Doc fix.
11669 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
11671         * font.c (Ffont_spec): Move usage to end of docstring.
11673 2008-12-10  Jason Rumney  <jasonr@gnu.org>
11675         * w32font.c (Qcham): New symbol.
11676         (font_supported_scripts): Add cham, and comments for other new
11677         scripts in bitfield from OpenType spec.
11678         (add_font_entity_to_list): Limit unicode-sip fonts to those that
11679         contain characters beyond the bmp.
11681 2008-12-10  Kenichi Handa  <handa@m17n.org>
11683         * ftfont.c (fc_charset_table): Add "unicode-sip".
11684         (ftfont_spec_pattern): Lookup fc_charset_table for the registry
11685         Qunicode_sip.
11687 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
11689         * coding.c (QCdefault_char): Rename from QCdefalut_char.
11690         (Fcoding_system_put): Use QCdefault_char.
11691         (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
11693 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
11695         * xftfont.c (syms_of_xftfont): Fix typo.
11697         * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
11699 2008-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11701         * emacs.c (main): Close daemon_pipe on exec.
11703 2008-12-08  Chong Yidong  <cyd@stupidchicken.com>
11705         * termchar.h (struct tty): New members termcap_term_buffer and
11706         termcap_strings_buffer.
11708         * term.c (encode_terminal_code): Free any previous memory blocks
11709         before calling xmalloc for encode_terminal_src or encode_terminal_dst.
11710         (maybe_fatal): Buffer argument deleted.  Don't free buffer here.
11711         All callers changed.
11712         (init_tty): Store termcap data and string buffers in new struct
11713         tty members termcap_term_buffer and termcap_strings_buffer.
11714         (delete_tty): Free them.
11715         (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
11717 2008-12-07  Seiji Zenitani  <zenitani@mac.com>
11719         * nsfns.m (ns_set_background_color): Remove code duplication.
11720         It was a substitute for face-transparency on OS X 10.3.
11722 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
11724         * coding.c (make_conversion_work_buffer): Disable buffer
11725         modification hooks in the work buffer.
11727 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
11729         * process.c (procfs_system_process_attributes): If `nread' has a
11730         negative value, assign zero to it.
11732 2008-12-05  Chong Yidong  <cyd@stupidchicken.com>
11734         * eval.c (Vdebug_on_error): Doc fix.
11736 2008-12-05  Kenichi Handa  <handa@m17n.org>
11738         * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
11739         second character is a combining character.
11741 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
11743         * process.c (procfs_system_process_attributes): Don't use cmd,
11744         cmdsize, and q without initializing them first.
11746 2008-12-04  Jason Rumney  <jasonr@gnu.org>
11748         * w32font.c (w32font_draw): Initialize orig_clip before getting
11749         it, and delete it when finished.
11751 2008-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
11753         * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
11754         case when running as a daemon before detaching.
11756 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
11758         * w32.c (init_environment): Don't unload library shell32.dll.
11760 2008-12-03  Kenichi Handa  <handa@m17n.org>
11762         * font.c (font_at): Set `multibyte' at first.
11764         * coding.c (decode_coding_charset): Check type of an element of
11765         vector VALIDS.
11766         (encode_coding_emacs_mule): Be sure to set `code'.
11768         * fontset.c (face_for_char): Handle invalid charset property correctly.
11769         (font_for_char): Likewise.
11771 2008-12-03  Chong Yidong  <cyd@stupidchicken.com>
11773         * font.c (Fopen_font): Compute pixel size correctly.
11774         (font_update_lface): Handle fonts with corrupted size specs,
11775         i.e. non-int and non-float.
11777         * ftfont.c (ftfont_match): Initialize entity variable.
11778         (ftfont_resolve_generic_family): Avoid using uninitialized var.
11779         (ftfont_list_family): Initialize list var earlier.
11781         * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
11783         * xterm.c (x_draw_glyph_string): Fall back on
11784         underline_minimum_offset for underline position.
11786 2008-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11788         * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
11790         * character.c (c_string_width): Specify the type for LEN.
11792 2008-12-03  Kenichi Handa  <handa@m17n.org>
11794         * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
11795         (decode_coding_utf_8): Likewise.
11796         (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
11797         (produce_chars): Initialize consumed_chars to 0.
11799 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
11801         * keyboard.c (make_lispy_position): Only use PT if the selected
11802         window is current.
11804 2008-12-02  Andreas Schwab  <schwab@suse.de>
11806         * font.c (font_unparse_fcname): Fix use of uninitialized variable.
11808         * doprnt.c (doprnt1): Fix size of charbuf.
11810 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
11812         * keyboard.c (timer_check): Revert last change.
11814 2008-12-02  Juanma Barranquero  <lekktu@gmail.com>
11816         * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
11818 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
11820         * makefile.w32-in: Update dependencies.
11821         (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
11823 2008-12-01  Andreas Schwab  <schwab@suse.de>
11825         * font.c (register_font_driver): Use xmalloc.
11826         (font_put_frame_data): Likewise.
11828 2008-12-01  Chong Yidong  <cyd@stupidchicken.com>
11830         * xfaces.c (realize_x_face): Make abort condition clearer.
11832         * gtkutil.c (update_frame_tool_bar): Initialize variable.
11834 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
11836         * keyboard.c (timer_check): After a timer runs, ensure that the
11837         selected window's buffer is current.
11839 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
11841         * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
11842         It was accidentally restored by the Unicode merge.
11844         * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
11846 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
11848         * w32proc.c: Include "coding.h".
11849         (Fw32_short_file_name): Encode filename passed to Windows API.
11850         (Fw32_long_file_name): Encode filename passed to Windows API and
11851         decode back the result.  (Bug#1433)
11853 2008-11-29  Kenichi Handa  <handa@m17n.org>
11855         * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
11856         not before accessing it.
11858         * charset.c (Fdefine_charset_internal): After calculating
11859         min_char, max_char, and fastmap, copy the charset structure again.
11860         (encode_char): Fix the previous change.
11862 2008-11-28  Seiji Zenitani  <zenitani@mac.com>
11864         * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
11866         * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
11868         * nsterm.m (x_set_frame_alpha): New function.
11870 2008-11-27  Eli Zaretskii  <eliz@gnu.org>
11872         * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
11874 2008-11-27  Juanma Barranquero  <lekktu@gmail.com>
11876         * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
11877         pointer to check_face_name.
11879 2008-11-27  Kenichi Handa  <handa@m17n.org>
11881         * category.h (SET_CATEGORY_SET): Call set_category_set.
11882         (set_category_set): Extern it.
11884         * category.c (hash_get_category_set): New function.
11885         (Fmodify_category_entry): Adjusted for the change of
11886         char_table_ref_and_range.  Call hash_get_category_set to get a
11887         category set to store in the table.
11889         * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
11890         Funify_charset.
11892         * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
11893         (DECODE_CHAR): Check if the decoder vector is ready.
11894         (ENCODE_CHAR): Check if the encoder char-table is ready.
11895         (maybe_unify_char): Extern it.
11897         * charset.c (Vchar_unified_charset_table): Delete it.
11898         (inhibit_load_charset_map): New variable.
11899         (temp_charset_work): New variable.
11900         (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
11901         (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
11902         New macros.
11903         (load_charset_map): Meaning of control_flag changed.  If
11904         inhibit_load_charset_map is nonzero, setup a table in
11905         temp_charset_work.
11906         (load_charset): New argument control_flag.
11907         (map_charset_for_dump): New function.
11908         (map_charset_chars): If inhibit_load_charset_map is nonzero, use
11909         map_charset_for_dump.
11910         (Fdefine_charset_internal): If the charset method is MAP, load
11911         mapping tables by calling load_charset.
11912         (Funify_charset): Don't load a mapping table but directly set
11913         Vchar_unify_table.
11914         (maybe_unify_char): New function.
11915         (decode_char): Don't handle the deleted method MAP_DEFERRED.
11916         Handle the case of inhibit_load_charset_map being nonzero.
11917         (encode_char): Don't handle the deleted method MAP_DEFERRED.
11918         Handle the case of inhibit_load_charset_map being nonzero.
11919         (Fclear_charset_maps): Just free temp_charset_work.
11920         (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
11921         variable.
11923         * chartab.c (sub_char_table_ref_and_range): Adjusted for the
11924         change of char_table_ref_and_range.
11925         (char_table_ref_and_range): Change the meaning of argument FROM
11926         and TO.  Now the caller must provide initial values for *FROM
11927         and *TO.
11929         * fontset.c (fontset_add): Adjusted for the change of
11930         char_table_ref_and_range.
11931         (fontset_get_font_group): Likewise.
11932         (Ffontset_info): Likewise.
11934         * keymap.c (describe_vector): Adjusted for the change of
11935         char_table_ref_and_range.  For char-table, put boundary between
11936         non-ASCII and 8-bit characters.
11938         * print.c (print_object): For bool-vector, delete unnecessary
11939         check of ASCII_BYTE_P.
11941 2008-11-26  Jason Rumney  <jasonr@gnu.org>
11943         * w32font.c (w32font_open_internal): Don't include external
11944         leading in font height.  (Bug#879)
11946 2008-11-26  Glenn Morris  <rgm@gnu.org>
11948         * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
11949         redefinition with ifdef.  (Bug#1383)
11951 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
11953         * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
11955 2008-11-24  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
11957         * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
11958         New EmacsView methods.
11959         (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
11960         Fixes bug #1048,1357,1414.
11962 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
11964         Fix bug #1362.
11965         * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
11966         is not an indexed color.
11967         * nsterm.m (free_indexed_color): Add argument checking.
11968         * nsfns.m: Move config.h to before system includes (advised by Dan N.).
11970 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
11972         * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
11973         Document confirm-after-completion value for
11974         minibuffer-completion-confirm.
11976 2008-11-24  Jason Rumney  <jasonr@gnu.org>
11978         * w32font.c (check_face_name): Use xstrcasecmp.  Avoid compiler
11979         warning.
11981 2008-11-23  Jason Rumney  <jasonr@gnu.org>
11983         * w32uniscribe.c (uniscribe_encode_char): Ensure context is
11984         restored before returning.
11986         * w32font.c (check_face_name): New function.
11987         (add_font_entity_to_list): Use it to filter out common substituted
11988         fonts.  (Bug#642)
11990 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
11992         * buffer.c (Fswitch_to_buffer): Reword and mention new option
11993         confirm-nonexistent-file-or-buffer in doc-string.
11995 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11997         * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
11998         Fix copy/paste typo.  Add checks.
12000 2008-11-21  Kenichi Handa  <handa@m17n.org>
12002         * coding.c (detect_coding_iso_2022): Reject invalid composition
12003         sequence.
12004         (DECODE_COMPOSITION_START): If the current source is the last
12005         block, and the current composition doesn't end, regard this
12006         sequence as invalid.
12007         (decode_coding_iso_2022): Handle invalid composition sequence.
12009 2008-11-20  Martin Rudalics  <rudalics@gmx.at>
12011         * window.c (coordinates_in_window): Don't return
12012         ON_VERTICAL_BORDER for the rightmost position of a mode/header
12013         line when the window is not the rightmost one.  (Bug#1372)
12015 2008-11-16  Ben North  <ben@redfrontdoor.org>  (tiny change)
12017         * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
12019 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
12021         * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
12022         and bright_bg if noninteractive is non-zero.
12024 2008-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12026         * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
12027         x_draw_glyph_string_background.
12029         * w32term.c (x_draw_glyph_string): Likewise.
12031 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
12033         * xterm.c (x_draw_glyph_string): Stop drawing the background of
12034         the next glyph string once past the overhang width.
12036         * nsterm.m (ns_draw_glyph_string): Likewise.
12038         * w32term.c (x_draw_glyph_string): Likewise.
12040 2008-11-14  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
12042         * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
12043         double file close.
12045 2008-11-14  Martin Rudalics  <rudalics@gmx.at>
12047         * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
12048         dedicated status of window before attempting to display another
12049         buffer in it.
12051 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
12053         * msdos.c (Fmsdos_long_file_names):
12054         (syms_of_msdos) <dos-unsupported-char-glyph>:
12055         * dosfns.c (Fint86): Fix typos in docstrings.
12057 2008-11-14  Eli Zaretskii  <eliz@gnu.org>
12059         * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
12061 2008-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12063         * puresize.h (BASE_PURESIZE): Increase to 1260000.
12065 2008-11-12  Michal Nazarewicz  <mina86@tlen.pl>  (tiny change)
12067         * frame.c (x_set_alpha): Set alpha to -1 if nil given.
12069         * frame.h: Negative alpha means "don't touch".
12071         * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
12073         * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
12075 2008-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
12077         * hftctl.c:
12078         * chpdef.h:
12079         * acldef.h: Remove files used only for systems no longer supported.
12081         * Makefile.in: Fix .o alphabetical ordering.
12082         (hftctl.o): Remove dependency, file removed.
12083         (keymap.o, print.o): Depend on charset.h.
12085 2008-11-10  Kenichi Handa  <handa@m17n.org>
12087         * character.c (Fget_byte): Fix and make it faster for unibyte target.
12089 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
12091         * dired.c (file_name_completion): If completion_ignore_case is
12092         enabled, ignore case when checking completion-regexp-list.
12094 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
12096         * vm-limit.c (get_lim_data): Fix last change.
12098 2008-11-08  Kenichi Handa  <handa@m17n.org>
12100         * character.c (Fget_byte): New function.
12101         (syms_of_character): Defsubr Fget_byte.
12103 2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
12105         * xdisp.c (try_window_reusing_current_matrix): Ensure that window
12106         cursor position is valid after scrolling.
12108 2008-11-06  Juanma Barranquero  <lekktu@gmail.com>
12110         * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
12112 2008-11-06  Glenn Morris  <rgm@gnu.org>
12114         * xterm.c (handle_one_xevent): Don't let popup menus cause
12115         mouse-autoselect-window related window switching.  (Bug#1261)
12117 2008-11-04  David Smith  <davidsmith@acm.org>  (tiny change)
12119         * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
12121 2008-11-04  Andreas Schwab  <schwab@suse.de>
12123         * xfns.c (Fx_wm_set_size_hint): Add missing return value.
12125 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
12127         * xfns.c (Fx_wm_set_size_hint): New function.
12129 2008-11-03  Martin Rudalics  <rudalics@gmx.at>
12131         * textprop.c (Fprevious_single_char_property_change): Return 0
12132         when there's no change in a string.  (Bug#1301)
12134 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
12136         * frame.c (do_switch_frame): New argument NORECORD passed to
12137         Fselect_window.
12138         (Fselect_frame): New argument NORECORD passed to
12139         do_switch_frame.
12140         (Fset_frame_selected_window): New argument NORECORD passed to
12141         Fselect_frame.
12142         (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
12143         in call of do_switch_frame.
12144         (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
12145         Handle NORECORD argument in call of Fselect_frame.
12146         * lisp.h (do_switch_frame, Fselect_frame)
12147         (Fset_frame_selected_window): Adjust declarations.
12148         * window.c (select_frame_norecord): New function.
12149         (run_window_configuration_change_hook): Use it and call
12150         Fselect_frame with NORECORD set.
12151         (Fselect_window): Pass NORECORD to Fselect_frame.
12152         (Fset_window_configuration): Handle NORECORD argument in call of
12153         do_switch_frame.
12154         * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
12155         Fset_frame_selected_window.
12156         * keyboard.c (command_loop_1): Handle NORECORD in call of
12157         Fselect_frame (currently ifdefd).
12159 2008-11-02  Ulrich Mueller  <ulm@kph.uni-mainz.de>
12161         * emacs.c (USAGE2): Untabify.
12163 2008-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12165         * composite.c (fill_gstring_header): Fix copy/paste typo.
12167 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
12169         * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
12170         (Fother_window): Rename argument and rewrite doc-string.
12171         (select_window_norecord): Fix return value.  (Bug#1276)
12173 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
12175         * w32fns.c (x_create_tip_frame): Prevent default foreground color for
12176         new frames overriding foreground for tooltips.  Based on similar patch
12177         from Martin Rudalics <rudalics@gmx.at>.  (Bug#1032)
12179 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
12181         * emacs.c (Fdaemon_initialized): Initialize nfd.
12183 2008-10-29  Martin Rudalics  <rudalics@gmx.at>
12185         * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
12186         (Fwindow_text_height): Clarify doc-strings.
12187         * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
12188         doc-string of window-scroll-functions.
12190 2008-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12192         * category.c (syms_of_category): Fix typo in docstring.
12194 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
12196         * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
12197         (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
12198         Fix typos in docstrings.
12200 2008-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
12202         * emacs.c (daemon_pipe): Make non-static.
12203         (IS_DAEMON): Move definition ...
12204         * lisp.h (IS_DAEMON): ... here.
12205         (daemon_pipe): Declare.
12206         (is_daemon): Remove.
12207         * dispnew.c (init_display): Use IS_DAEMON.
12209 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12211         * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
12212         (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
12214         * emacs.c (is_daemon): Remove.
12215         (main): Don't set is_daemon.
12216         (IS_DAEMON): New macro.
12217         (Fdaemonp, Fdaemon_initialized): Use it.
12218         (Fdaemon_initialized): Write a char into the pipe to make sure the
12219         parent exits.
12220         (syms_of_emacs): Explicitly initialize daemon_pipe[1].
12222 2008-10-27  Chong Yidong  <cyd@stupidchicken.com>
12224         * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
12225         over-sized glyph, draw it with the default glyph width.
12227         * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
12228         glyph, draw it with the default glyph width.
12230         * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
12231         glyph, draw it with the default glyph width.
12233         * xdisp.c (try_scrolling): When computing the distance from the
12234         scroll margin to PT, try moving some distance past the window
12235         bottom before giving up.
12237 2008-10-27  Martin Rudalics  <rudalics@gmx.at>
12239         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
12240         (Fset_window_buffer): Explain in doc-string that a window can be
12241         "strongly" dedicated to its buffer.
12243 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
12245         * emacs.c (daemon_name): New variable.
12246         (main): Deal with --daemon=SERVER_NAME.
12247         (Fdaemonp): Return a name if one was passed to --daemon.
12249 2008-10-26  Romain Francoise  <romain@orebokech.com>
12251         * emacs.c (daemon_pipe): New variable.
12252         (main): Create a pipe before forking, make the parent exit only after
12253         the child has closed its end of the pipe.  Move closing the
12254         descriptors ...
12255         (Fdaemon_initialized): ... here.  New function.
12257 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12259         * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
12260         the previous unoptimized table.
12262         * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
12263         the distinction between non-nil and non-t value of `dedicated'.
12265 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
12267         * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
12268         read_char_minibuf_menu_text is large enough to hold the menu string.
12270 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
12272         * window.c (Fget_buffer_window, Fdelete_windows_on)
12273         (Freplace_buffer_in_windows): Make buffer argument optional and
12274         rename to buffer_or_name.
12276 2008-10-24  Chong Yidong  <cyd@stupidchicken.com>
12278         * xdisp.c (handle_single_display_spec, handle_display_prop):
12279         Undo 2005-05-16 change.
12280         (handle_stop): Pop iterator if it's loaded with an empty string.
12281         (get_overlay_strings_1): Don't save iterator if it's loaded with
12282         an empty string (bug#1201).
12284 2008-10-24  Kenichi Handa  <handa@m17n.org>
12286         * ftfont.c (ftfont_otf_features): Fix previous change.
12287         (ftfont_otf_capability): Check FeatureList.FeatureCount before
12288         calling ftfont_otf_features.
12290 2008-10-24  Kenichi Handa  <handa@m17n.org>
12292         * font.c (font_match_p): Fix for the case that a vector of
12293         characters is in script-representative-chars.
12295 2008-10-24  Michael Albinus  <michael.albinus@gmx.de>
12297         * dbusbind.c (xd_in_read_queued_messages): New variable.
12298         (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros.  Throw Qdbus_error.
12299         (xd_read_queued_messages): Catch Qdbus_error from the macros.
12300         (all): Replace xsignal1, xsignal2, xsignal3 by the respective
12301         macro.  (Bug#1186)
12303 2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
12305         * s/sol2-10.h: New file.
12307 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
12309         * xdisp.c (fill_glyph_string): Fix typo in source (though the
12310         poor beast has survived 9+ years and the jump from xterm.c!).
12312 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
12314         * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
12315         Reword doc-string.
12316         (Fbury_buffer): In doc-string say what happens to the buffer's window.
12318 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
12320         * character.c (syms_of_character) <script-representative-chars>:
12321         <unicode-category-table>: Doc fixes.
12323 2008-10-23  Noah Friedman  <friedman@splode.com>
12325         * coding.c (make_conversion_work_buffer): Check that
12326         Vcode_conversion_reused_workbuf is a live buffer, otherwise call
12327         Fget_buffer_create.
12329 2008-10-23  Kenichi Handa  <handa@m17n.org>
12331         * font.c (font_add_log): Check the values of extra properties.
12333 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
12335         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12336         Reword doc-string.
12337         (Fset_window_parameter): Use NILP.
12338         (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
12339         (Frecenter): Use "selected" instead of "current" window in doc-strings.
12341 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
12343         * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
12345 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
12347         * nsfns.m (ns_appkit_version): New function.
12348         (x-server-version): Use it.
12349         (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
12350         (x-server-vendor): Don't check_ns().
12352         * nsterm.m (syms_of_nsterm): Drop ns-version-string.
12354 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
12356         * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
12357         Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
12359 2008-10-22  Kenichi Handa  <handa@m17n.org>
12361         * syntax.c (scan_words): Call word_boundary_p instead of comparing
12362         scripts.
12364         * category.c (word_boundary_p): Check scripts instead of charset.
12365         Handle nil value in word-separating-categories and
12366         word-combining-categories.
12367         (syms_of_category): Fix docstrings of word-separating-categories
12368         and word-combining-categories.
12370 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
12372         * coding.c (Fencode_coding_region, Fdecode_coding_region)
12373         (Fdecode_coding_string, Fencode_coding_string): Doc fix.
12375 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
12377         * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
12378         Rename arg "buffer" to "buffer_or_name".
12379         (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
12380         it optional.
12381         (no_switch_window): Remove since the return value is not used.
12382         (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
12383         Consider window as dedicated when Fwindow_dedicated_p returns a
12384         non-nil value.
12385         * lisp.h: Remove prototype for no_switch_window.
12387 2008-10-21  Jan Djärv  <jan.h.d@swipnet.se>
12389         * emacs.c (main): Unconditionally set PER_LINUX32 and exec
12390         temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
12392 2008-10-21  Kenichi Handa  <handa@m17n.org>
12394         * coding.c (detect_coding_charset): For iso-8859-* coding systems,
12395         check Vlatin_extra_code_table.
12397 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
12399         * fileio.c (Fset_file_modes): Doc fix.
12401 2008-10-19  Michael Albinus  <michael.albinus@gmx.de>
12403         * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
12404         in arrays.
12406 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
12408         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12409         Mention kill-buffer in doc-string.
12410         (Fset_window_buffer): Reinsert tem check removed in last commit.
12411         (Fenlarge_window, Fshrink_window): Have argument names and
12412         doc-string follow Elisp manual more closely.
12414 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
12416         * fileio.c (Fset_file_modes): Doc fix.
12418 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
12420         * window.c (Fwindow_width, Fset_window_start)
12421         (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
12422         (Fdelete_windows_on, Freplace_buffer_in_windows):
12423         Make doc-strings follow code and Elisp manual more closely.
12424         (Fwindow_dedicated_p): Make window argument optional.
12425         (Fset_window_dedicated_p): Rename argument "arg" to "flag".
12426         (Fset_window_buffer): Respect any non-nil dedicated value for
12427         window.  Rename "buffer" argument to "buffer_or_name".
12429 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
12431         * m/sh3.h: New file, machine description for SuperH.
12433 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
12435         * window.c (Fsplit_window): Rename arg horflag to horizontal.
12437 2008-10-17  Kenichi Handa  <handa@m17n.org>
12439         * ftfont.c (ftfont_otf_features): Fix indexing
12440         gsub_gpos->FeatureList.Feature.  Check the validity of indices.
12442 2008-10-16  Magnus Henoch  <mange@freemail.hu>
12444         * dbusbind.c (Fdbus_call_method): Unbreak usage line.
12445         (Fdbus_call_method_asynchronously): Ditto.
12446         This change makes C-h f display the argument list.
12448 2008-10-16  Chong Yidong  <cyd@stupidchicken.com>
12450         * fileio.c (Fexpand_file_name): Doc fix.
12452         * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
12453         of :foreground and :background equivalent to unspecified (20.x
12454         compatibility).
12456 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
12458         * buffer.c (syms_of_buffer): Doc fix.
12460 2008-10-14  Kenichi Handa  <handa@m17n.org>
12462         * font.c (font_clear_prop): When clearing font width, clear the
12463         average width field too.
12465 2008-10-12  Andreas Schwab  <schwab@suse.de>
12467         * ftfont.c (ftfont_shape_by_flt): Make static.
12468         * ftfont.h (ftfont_shape_by_flt): Don't declare.
12470         * font.c: Don't include <m17n-flt.h>.
12472 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
12474         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
12476 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
12478         * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
12479         away code.
12481 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
12483         * dispnew.c (update_text_area): Avoid looping due to large glyph
12484         overhangs (bug#1070).
12486 2008-10-09  Kenichi Handa  <handa@m17n.org>
12488         * fontset.c (face_for_char): If face->fontset is negative, just
12489         return ascii_face.
12491         * font.c (font_delete_unmatched): Fix previous change.
12492         Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
12494 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
12496         * frame.c (Fraise_frame): On text-only terminals select frame in
12497         order to make it visible.  (Bug#1061)
12499 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
12501         * fontset.c (fontset_find_font): Check frame validity.
12503 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
12505         * gtkutil.c (xg_display_open): Reset default display if none exists.
12506         (xg_display_close): Allow Emacs to close all displays (bug#985).
12508 2008-10-06  Andreas Schwab  <schwab@suse.de>
12510         * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
12512 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
12514         * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
12516         * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
12518         * gtkutil.c (x_wm_set_size_hint): Return immediately if called
12519         during initialization.
12521 2008-10-04  Eli Zaretskii  <eliz@gnu.org>
12523         * xdisp.c (redisplay_internal): If frame switched, redisplay the
12524         whole thing on MSDOS frames as well as on a TTY.
12526         * dispnew.c (update_frame): Flush termscript for MSDOS frames as
12527         well as for TTY.
12528         (Fopen_termscript): Allow opening a termscript on MSDOS frames as
12529         well as on a TTY.
12531         * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
12532         as well as for TTY.
12534         * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
12536         * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
12537         MSDOS frames as well.
12539 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
12541         * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
12542         correct arguments.
12543         * menu.c (find_and_return_menu_selection): Add cast.
12545 2008-10-03  Glenn Morris  <rgm@gnu.org>
12547         * emacs.c (USAGE1): Add --daemon.
12549 2008-10-02  Eli Zaretskii  <eliz@gnu.org>
12551         * process.c (procfs_system_process_attributes): Multiply `pcpu' by
12552         100, so it's in percents as advertised.
12554 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
12556         * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
12557         (ns_output.current_cursor, ns_output.desired_cursor)
12558         (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
12559         (FRAME_NEW_CURSOR_COLOR): Remove.
12561         * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
12562         (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
12563         enumeration (HOLLOW_BOX_CURSOR, etc.).
12565         * nsterm.m (ns_frame_rehighlight): Remove commented code.
12566         (draw_window_cursor): Simplify code.
12567         (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
12568         Don't change cursor type.  In latter, call rehighlight instead of doing
12569         updates manually.
12570         (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
12571         Use core Emacs cursor types.
12573         * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
12575 2008-10-02  Martin Rudalics  <rudalics@gmx.at>
12577         * process.c (Faccept_process_output): Fix doc-string.
12579 2008-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
12581         * gmalloc.c (__sbrk): Also define for uClibc.
12583         * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
12584         for uClibc.
12586 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
12588         * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
12589         styles.
12590         (nsfont_open): Reenable the cache.
12592 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
12594         * font.c (font_matching_entity): Reflect ATTRS in font selection.
12595         (font_find_for_lface) [HAVE_NS]: Don't ignore case.
12597 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12599         * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
12600         a suspended terminal.
12602 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
12604         * dbusbind.c (xd_signature): Use strcat instead of sprintf.
12606 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
12608         * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
12610 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12612         * xdisp.c (move_it_to): Don't advance the iterator if the last tab
12613         in a continued line coincides with a line beginning.
12615 2008-09-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
12617         * nsfont.m (nsfont_trait_distance): Fix bug.
12618         (nsfont_list): Return a list rather than a vector (syncs with Handa
12619         changes of 2008-05-14).
12620         (nsfont_open): Improve logging.
12622 2008-09-29  Andreas Schwab  <schwab@suse.de>
12624         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
12626 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
12628         * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
12629         name as char-resolve-modifiers.
12630         Reported by: Markus Triska <markus.triska@gmx.at>
12632 2008-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
12634         * dispnew.c (init_display): Return earlier when running as a daemon.
12636 2008-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
12638         * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
12640 2008-09-27  Eli Zaretskii  <eliz@gnu.org>
12642         * composite.c (Fcomposition_get_gstring)
12643         (Fcompose_region_internal, Fcompose_string_internal)
12644         (Ffind_composition_internal): Doc fix.
12645         (syms_of_composite) <compose-chars-after-function>: Doc fix.
12646         (syms_of_composite) <auto-composition-function>: Doc fix.
12647         (syms_of_composite) <composition-function-table>: Doc fix.
12649 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
12651         * search.c (wordify): New argument for lax word-ends.
12652         (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
12654 2008-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
12656         * lisp.h (is_daemon): Declare.
12657         * dispnew.c (init_display): Do not try to initialize the terminal
12658         when running as a daemon.
12660 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
12662         * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
12663         x_display_pixel_height.
12665 2008-09-22  Martin Rudalics  <rudalics@gmx.at>
12667         * undo.c (record_point): Don't call Fundo_boundary for first
12668         change.  (Bug#731)
12670 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
12672         * emacs.c (Fdaemonp): Doc fix.
12674 2008-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
12676         * emacs.c (main): Place #ifdef in the proper place.
12678 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
12680         * emacs.c (standard_args): Add --daemon.
12681         (main): Disconnect from the terminal when --daemon is passed.
12682         (is_daemon): New variable.
12683         (Fdaemonp): New function.
12684         (syms_of_emacs): Defsubr it.
12686 2008-09-20  Chong Yidong  <cyd@stupidchicken.com>
12688         * xdisp.c (get_next_display_element): Handle string display
12689         correctly when checking for the end of a box run.
12691 2008-09-20  Glenn Morris  <rgm@gnu.org>
12693         * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
12694         (syms_of_fileio): Add Qdelete_by_moving_to_trash.
12695         (Frename_file): Avoid copying to trash if a rename involves
12696         a delete.  (Bug#964).
12698 2008-09-20  Eli Zaretskii  <eliz@gnu.org>
12700         * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
12701         (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
12702         frames as well as termcap frames.
12703         (handle_interrupt): Remove "#ifndef MSDOS" around the call to
12704         get_named_tty.
12706 2008-09-19  Eli Zaretskii  <eliz@gnu.org>
12708         * process.c (procfs_system_process_attributes): Fix cmdline in
12709         case /proc/PID/cmdline is empty.
12711         * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
12712         x_display_pixel_height.
12714 2008-09-19  Juanma Barranquero  <lekktu@gmail.com>
12716         * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
12718         * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12719         (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
12721 2008-09-19  Dan Nicolaescu  <dann@ics.uci.edu>
12723         * dispextern.h (struct it): Move line_wrap away from the middle of
12724         bitfields.  Move voffset in struct iterator_stack_entry after the
12725         bitfields.  Move tab_width near after another short.
12727 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
12729         * frame.h (struct frame): Move alpha from the middle of bitfields.
12731         * window.h (struct window): Move frozen_window_start_p after the
12732         rest of the bitfields to reduce padding.
12734 2008-09-18  Chong Yidong  <cyd@stupidchicken.com>
12736         * xterm.h (x_display_info): Remove `height' and `width' members.
12738         * nsterm.h (ns_display_info): Remove `height' and `width' members.
12740         * w32term.h (w32_display_info): Remove `height', `width',
12741         `height_in', and `width_in' members.
12743         * xterm.c (x_display_pixel_height, x_display_pixel_width):
12744         New functions.
12745         (x_calc_absolute_position): Use them.
12746         (x_term_init): Omit removed `height' and `width' members.
12748         * w32term.c (x_display_pixel_height, x_display_pixel_width):
12749         New functions.
12750         (w32_read_socket, x_calc_absolute_position): Use them.
12751         (w32_initialize_display_info, w32_term_init): Omit removed members
12752         of w32_display_info.
12754         * nsterm.m (x_display_pixel_height, x_display_pixel_width):
12755         New functions.
12756         (ns_initialize_display_info): Omit removed members of ns_display_info.
12758         * xterm.c (x_display_pixel_height, x_display_pixel_width):
12759         New functions.
12760         (x_calc_absolute_position): Use them.
12761         (x_term_init): Omit removed `height' and `width' members.
12763         * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12764         (compute_tip_xy):
12765         * frame.c (x_fullscreen_adjust):
12766         * xmenu.c (menu_position_func): Use x_display_pixel_height and
12767         x_display_pixel_width.
12769 2008-09-18  Kenichi Handa  <handa@m17n.org>
12771         * composite.c (fill_gstring_header): Don't check FROM and TO here.
12772         (composition_compute_stop_pos): Fix handling of static composition.
12773         (Fcomposition_get_gstring): Check FROM and TO at first.
12775 2008-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12777         * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
12778         mixup (YAILOM).
12780 2008-09-17  Chong Yidong  <cyd@stupidchicken.com>
12782         * indent.c (Fvertical_motion): Use position reported by iterator
12783         instead of PT for determining screen motion (bug#943).
12785 2008-09-17  Romain Francoise  <romain@orebokech.com>
12787         * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
12789 2008-09-17  Kenichi Handa  <handa@m17n.org>
12791         * ftfont.c (ftfont_shape_by_flt): Downcase family name.
12793         * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
12794         if necessary.
12796 2008-09-16  Kenichi Handa  <handa@m17n.org>
12798         * coding.c (make_conversion_work_buffer): Avoid calling
12799         Fget_buffer_create if it is not necessary.
12801 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
12803         * window.c (Fselect_window): Don't update window_select_count and
12804         use_time when norecord is not nil.
12806 2008-09-14  Kenichi Handa  <handa@m17n.org>
12808         * fileio.c (Finsert_file_contents): Delete incorrect decrement of
12809         specpdl_ptr.
12811 2008-09-12  Kenichi Handa  <handa@m17n.org>
12813         * indent.c (scan_for_column): Don't handle automatic composition
12814         if the current buffer is not associated with a window.
12816         * composite.c (composition_reseat_it): If the current buffer is
12817         not associated with a window, ignore the automatic composition.
12818         (find_automatic_composition): Likewise.
12820 2008-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12822         * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
12823         (Fgpm_mouse_stop): Use it.
12824         * termhooks.h (close_gpm): Declare.
12825         * keyboard.c (tty_read_avail_input): Forcefully close the gpm
12826         connection if Gpm_GetEvent fails.
12828         * window.c (set_window_buffer): Always preserve current-buffer.
12830 2008-09-12  Glenn Morris  <rgm@gnu.org>
12832         * charset.c (init_charset): Warn if etc/charsets not found.  (Bug#909)
12834 2008-09-11  Glenn Morris  <rgm@gnu.org>
12836         * charset.c (charset-map-path): Doc fix.
12838 2008-09-10  Kenichi Handa  <handa@m17n.org>
12840         * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
12842         * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
12843         compose a grapheme cluster with the preceding base glyph.
12845         * composite.c (composition_compute_stop_pos): Fix previous change.
12846         Reset cmp_it->id to -1 at first.
12848 2008-09-10  Glenn Morris  <rgm@gnu.org>
12850         * Makefile.in (character.o, chartab.o): Fix config.h typo.
12852 2008-09-09  Chong Yidong  <cyd@stupidchicken.com>
12854         * keyboard.c (read_key_sequence): Reapply translation maps when
12855         switching keyboards.
12857 2008-09-09  Kenichi Handa  <handa@m17n.org>
12859         * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
12860         characters.
12862         * composite.c (FORWARD_CHAR): Fix calculation
12863         of (POSITION).pos_byte.
12864         (composition_compute_stop_pos): Limit the search of composition to
12865         at most 500 characters ahead.  If we reach the limit or find a
12866         newline, set cmp_it->ch to -2 and return 0.
12867         (composition_reseat_it): Handle the case that cmp_it->ch is -2.
12869 2008-09-08  Kenichi Handa  <handa@m17n.org>
12871         * indent.c (Fvertical_motion): Be sure to set
12872         it_overshoot_expected if it.cmp_it.id is non-negative.
12874 2008-09-07  Andreas Schwab  <schwab@suse.de>
12876         * callproc.c (Fcall_process): Don't hold references to string data
12877         across garbage collection.  Move initialisation of new_argv down
12878         to avoid compiler bug.
12880 2008-09-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12882         * process.c (Fsystem_process_attributes): Doc fix.
12884 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
12886         * callproc.c (Fcall_process): Canonicalize current directory name.
12888         * xdisp.c (move_it_to): When moving by vpos, ensure that the
12889         iterator advances to the next line if the current line ends in a
12890         continued tab.
12892 2008-09-07  Teodor Zlatanov  <tzz@lifelogs.com>
12894         * nsfont.m (nsfont_draw): Fix the references to missing gidx data
12895         member to point to cmp_from.
12897         * xdisp.c: Doc fix for references to gidx data member.
12899 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12901         * buffer.c (Fbuffer_swap_text): Reset window->point markers.
12903 2008-09-07  Kenichi Handa  <handa@m17n.org>
12905         * composite.c (FORWARD_CHAR): Check STOP after
12906         incrementing (POSITION).pos.
12908 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12910         * process.c (Fsystem_process_attributes): Doc fix.
12912 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
12914         * keyboard.c (Ftop_level): Doc fix.
12916 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
12918         * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
12919         minibuffer, don't let lower part of menu invade the echo area.
12921         * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
12922         "char *q" to access menu text and advance through it.  Revert the
12923         change that displayed ">" instead of ASCII character 0x10.
12925 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
12927         * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
12928         toggle boxes and radio buttons on MS-DOS as well.
12930 2008-09-05  Kenichi Handa  <handa@m17n.org>
12932         * composite.c (autocmp_chars): Check lookback count.
12933         (composition_compute_stop_pos): Set cmp_it->lookback.
12934         (composition_reseat_it): Check lookback count.
12935         (struct position_record): New struct.
12936         (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
12937         (find_automatic_composition): New function.
12938         (composition_adjust_point): Use find_automatic_composition.
12940         * dispextern.h (struct composition_it): New member lookback.
12942 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
12944         * indent.c (Fvertical_motion): Don't call move_it_by_lines again
12945         if moving by a single line.
12947 2008-09-02  Andreas Schwab  <schwab@suse.de>
12949         * xterm.c (x_delete_display): Fix merge error.
12951         * fileio.c (Fexpand_file_name): Remove unused variables.
12953 2008-09-02  Eli Zaretskii  <eliz@gnu.org>
12955         * fileio.c (Fexpand_file_name): Copy argument `name' into local
12956         storage on all platforms, not just on DOS_NT.
12958 2008-09-02  Jason Rumney  <jasonr@gnu.org>
12960         * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
12961         Ensure mouse is not grabbed after menu is finished.
12963 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
12965         * xfaces.c (Finternal_set_alternative_font_family_alist)
12966         (Finternal_set_alternative_font_registry_alist): Properly copy
12967         entire alist structure.
12969 2008-09-01  Kenichi Handa  <handa@m17n.org>
12971         * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
12972         representative chars of the script is a vector.
12973         (ftfont_list): Handle the case where the representative chars of
12974         the script is a vector.
12976         * character.c (syms_of_character): Docstring of
12977         script-representative-chars fixed.
12979 2008-08-31  Eli Zaretskii  <eliz@gnu.org>
12981         * msdos.c (BUILD_CHAR_GLYPH): New macro.
12982         (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
12983         the menu.  Allocate larger buffer for `text', to account for
12984         possible ^C characters.
12986 2008-08-31  Martin Rudalics  <rudalics@gmx.at>
12988         * xdisp.c (prepare_menu_bars): Don't call
12989         Vwindow_size_change_functions with arg Qt.
12991 2008-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12993         * font.h (font_range):
12994         * fileio.c (report_file_error):
12995         * composite.c (composition_update_it): Yet another int/Lisp_Object
12996         mixup (YAILOM).
12998 2008-08-30  Glenn Morris  <rgm@gnu.org>
13000         * data.c (Fmake_variable_frame_local): Doc fix.
13002         * frame.c (Fmodify_frame_parameters): Doc fix.
13004 2008-08-30  Eli Zaretskii  <eliz@gnu.org>
13006         * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
13007         needed by GetTokenInformation.
13008         (w32_system_process_attributes): Check return values of all system
13009         APIs.
13011         * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
13012         only when the state changes.
13013         (IT_update_begin, IT_update_end): Add termscript trace.
13015         * w16select.c (Fw16_set_clipboard_data): Don't encode text if
13016         clipboard is unavailable.  Set dst to NULL if it doesn't point to
13017         malloc'ed data.
13018         (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
13019         passing random values to xfree.
13021         * dispnew.c (init_display): Set `tty's association in frame's
13022         parameters alist to the name of the terminal device, if that is known.
13024 2008-08-29  Jason Rumney  <jasonr@gnu.org>
13026         * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
13028 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
13030         * composite.c (fill_gstring_body): Avoid compiler warnings.
13032         * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
13033         LGLYPH_SET_CODE to avoid compiler warnings.
13035         * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
13037         * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
13039         * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
13040         LGLYPH_SET_CODE.
13042 2008-08-29  Kenichi Handa  <handa@m17n.org>
13044         * fileio.c (report_file_error): Don't downcase the first character
13045         of errstring if it is still unibyte.
13047 2008-08-29  Kenichi Handa  <handa@m17n.org>
13049         These changes are to re-implement the automatic composition so
13050         that it doesn't use text properties.
13052         * Makefile.in (ftfont.o): Depend on composite.h.
13053         (composite.o): Depend dispextern.h, font.h, frame, and window.h.
13055         * character.h (Vunicode_category_table): Extern it.
13057         * character.c (Vunicode_category_table): New variable.
13058         (syms_of_character): DEFVAR_LISP Vunicode_category_table.
13060         * chartab.c (optimize_sub_char_table): Perform more greedy
13061         optimization.
13063         * composite.h (enum composition_method):
13064         Delete COMPOSITION_WITH_GLYPH_STRING.
13065         (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
13066         (Vcomposition_function_table): Extern it.
13067         (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
13068         (composition_gstring_put_cache, composition_gstring_from_id)
13069         (composition_gstring_p, composition_gstring_width)
13070         (composition_compute_stop_pos, composition_reseat_it)
13071         (composition_update_it, composition_adjust_point): Extern them.
13072         (Fcomposition_get_gstring): EXFUN it.
13074         * composite.c: Include window.h, frame.h, dispextern.h, font.h.
13075         (Vcomposition_function_table)
13076         (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
13077         (gstring_hash_table, gstring_work, gstring_work_headers):
13078         New variables.
13079         (gstring_lookup_cache, composition_gstring_put_cache)
13080         (composition_gstring_from_id, composition_gstring_p)
13081         (composition_gstring_width, fill_gstring_header)
13082         (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
13083         (composition_reseat_it, composition_update_it)
13084         (composition_adjust_point, Fcomposition_get_gstring): New functions.
13085         (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
13086         and gstring_work_headers.  DEFVAR_LISP composition-function-table.
13087         Defsubr composition_get_gstring.
13089         * dispextern.h (struct glyph): New union u.cmp.  Delete the member
13090         cmp_id.
13091         (struct glyph_string): Delete the member gidx.  New members
13092         cmp_id, cmp_from, and cmp_to.
13093         (enum it_method): Delete GET_FROM_COMPOSITION.
13094         (struct composition_it): New struct.
13095         (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
13096         Delete c, len, cmp_id, cmp_len in u.comp.
13098         * font.h (enum lgstring_indices): Delete it.
13099         (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
13100         (enum lglyph_indices): Likewise.
13101         (font_range): Adjust extern.
13102         (font_fill_lglyph_metrics): Extern it.
13104         * font.c (QCf): New variable.
13105         (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
13106         (font_prepare_composition): Delete this function.
13107         (font_range): Type and arguments changed.
13108         (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
13109         (font_fill_lglyph_metrics): New function.
13110         (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
13111         (syms_of_font): DEFSYM QCf.  Delete defsubr for
13112         Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
13113         Defsubr Sfont_shape_gstring.
13115         * fontset.h (font_for_char): Extern it.
13117         * fontset.c (font_for_char): New function.
13119         * ftfont.c: Include composite.h.
13120         (ftfont_resolve_generic_family): Add langset "en" to pattern.
13121         (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
13123         * indent.c: Include composite.h and dispextern.h.
13124         (check_composition): Delete this function.
13125         (scan_for_column): Handle composition by
13126         composition_compute_stop_pos, composition_reseat_it, and
13127         composition_update_it.
13128         (compute_motion): Likewise.
13129         (Fvertical_motion): Fix checking of composition.
13131         * keyboard.c (adjust_point_for_property): Check composition by
13132         composition_adjust_point.
13134         * nsterm.m (ns_draw_glyph_string): Adjust for the change of
13135         struct glyph_string.
13137         * term.c (encode_terminal_code): Adjust for the change of struct glyph.
13138         (append_composite_glyph): Adjust for the change of struct it and
13139         struct glyph.
13140         (produce_composite_glyph): Likewise.
13142         * w32term.c (x_draw_composite_glyph_string_foreground):
13143         Adjust for the change of struct glyph_string.
13144         (x_draw_glyph_string): Likewise.
13146         * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
13147         (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
13149         * xdisp.c: Include font.h.
13150         (it_props): Delete the entry for Qauto_composed.
13151         (init_iterator): Initialize it->cmp_it.id to -1.
13152         (compute_stop_pos): Call composition_compute_stop_pos.
13153         (face_before_or_after_it_pos): Adjust for the change of struct it.
13154         (handle_auto_composed_prop): Delete it.
13155         (handle_composition_prop): Handle only static composition.
13156         (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
13157         from xassert.  Initialize it->cmp_it.stop_pos.
13158         (push_it): Adjust for the change of struct it.
13159         (pop_it): Likewise.
13160         (get_next_element): Delete next_element_from_composition.
13161         (CHAR_COMPOSED_P): New macro.
13162         (get_next_display_element): For automatic composition, get a face
13163         from the font in the glyph-string.
13164         (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
13165         check composition by it->cmp_it.id.  Delete GET_FROM_COMPOSITION case.
13166         (next_element_from_string): Check if the character at the current
13167         position is composed by CHAR_COMPOSED_P.
13168         (next_element_from_buffer): Likewise.
13169         (next_element_from_composition): Adjust for the change of struct it.
13170         Update it->cmp_it.
13171         (dump_glyph): Adjust for the change of struct glyph.
13172         (fill_composite_glyph_string): Adjust for the change of struct
13173         it and struct glyph.  Don't handle automatic composition here.
13174         (fill_gstring_glyph_string): New function.
13175         (x_get_glyph_overhangs): Handle automatic composition.
13176         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
13177         (BUILD_GSTRING_GLYPH_STRING): New macro.
13178         (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
13179         automatic composition.
13180         (append_composite_glyph): Adjust for the change of struct it and
13181         struct glyph.
13182         (x_produce_glyphs): Adjust for the change of struct it.
13184         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13185         the change of struct glyph_string.
13186         (x_draw_glyph_string): Likewise.
13188 2008-08-29  Glenn Morris  <rgm@gnu.org>
13190         * buffer.c (word-wrap): Doc fix.
13191         * xdisp.c (truncate-partial-width-windows): Doc fix.
13192         Increase default to 50.
13194 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
13196         * xdisp.c (update_tool_bar_unwind): New function.
13197         (update_tool_bar): Temporarily set selected frame before building
13198         tool-bar items.
13200 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
13202         * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
13203         snprintf, respectively.
13204         (xd_append_arg): Convert strings with Fstring_make_unibyte.
13206 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
13208         * Makefile.in: Revert (undocumented) 2008-08-20 change adding
13209         LDFLAGS to GNUstep CC invocation.
13211 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
13213         * indent.c (Fvertical_motion): Revert last change.  Handle the
13214         general case where we are moving forward, and PT spans multiple
13215         screen lines.
13217         * eval.c (find_handler_clause): Temporarily increase
13218         max-lisp-eval-depth while printing the backtrace buffer, to
13219         guarantee that help-mode code can run.
13221 2008-08-27  Eli Zaretskii  <eliz@gnu.org>
13223         * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
13224         colors under -rv.
13225         (IT_set_frame_parameters): Don't swap foreground and background
13226         colors if `(reverse . t)' is present in the frame properties.
13227         (internal_terminal_init): Call init_frame_faces only for the
13228         initial frame.
13230 2008-08-27  Andreas Schwab  <schwab@suse.de>
13232         * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
13234 2008-08-27  Andreas Schwab  <schwab@suse.de>
13236         * search.c (search_buffer): Set char_base to zero only at the end.
13238 2008-08-27  Kenichi Handa  <handa@m17n.org>
13240         * fileio.c (report_file_error): Fix handling of multibyte error string.
13242 2008-08-27  Andreas Seltenreich  <seltenreich@gmx.de>
13244         * xterm.c (x_term_init): Temporarily hide the partially
13245         initialized terminal while calling vendor-specific-keysyms.
13247 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
13249         * msdos.c (internal_terminal_init): Most initializations done only
13250         once, especially initial_screen_colors[] and termscript open.
13252 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
13254         * eval.c (Fcondition_case): Doc fix.
13256         * widgetprv.h (EmacsFramePart): Change font member to the new font
13257         struct.
13259         * widget.c: Include character.h and font.h for XSETFONT.
13260         (setup_frame_gcs): Compute X font id from font struct, just once.
13262 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
13264         * term.c (get_named_tty): Fix last change.
13266 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
13268         * indent.c (Fvertical_motion): If moving forward starting from a
13269         multi-line string, move the iterator to the last line of that string.
13271 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
13273         * frame.c (do_switch_frame): Mark previously displayed frame as
13274         obscured for FRAME_MSDOS_P frames as well.
13276 2008-08-24  Eli Zaretskii  <eliz@gnu.org>
13278         * frame.c (make_terminal_frame): Initialize f->terminal,
13279         f->terminal->reference_count, and scroll bars on MS-DOS as well.
13280         Set the top frame to newly created frame.
13281         (Fmake_terminal_frame): Reuse the_only_display_info.
13283         * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
13284         estimating available memory.
13286 2008-08-23  David Reitter  <david.reitter@gmail.com>
13288         * nsterm.m (ns_draw_window_cursor): Don't call
13289         NSDisableScreenUpdates and NSEnableScreenUpdates on
13290         non-NS_IMPL_COCOA systems.
13292 2008-08-23  Andreas Schwab  <schwab@suse.de>
13294         * process.c (procfs_system_process_attributes): Fix use of
13295         uninitialized variables.
13297 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
13299         * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
13301         * dispnew.c (init_display): Remove MS-DOS specific conditions for
13302         calling tty-set-up-initial-frame-faces.
13304         * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
13305         Allow MSDOS frames along with X frames.
13307         * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
13308         addition to output_termcap.
13310         * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
13312         * termchar.h (FRAME_TTY): Support output_msdos_raw.
13313         (struct tty_display_info) [MSDOS]: Add fields related to mouse
13314         highlight.
13316         * process.c [!subprocesses]: Define QCname.
13317         (syms_of_process): Intern and staticpro it.
13319         * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
13320         Adjust for changes in encoding/decoding routines.
13321         Use encode_coding_object and decode_coding_object instead of
13322         encode_coding and decode_coding.
13324         * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
13326         * dosfns.c: Include frame.h before termhooks.h.
13327         (dos_cleanup): Use CURTTY ()->termscript instead of a global
13328         variable termscript.
13330         * s/msdos.h (USER_FULL_NAME): Define.
13331         (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
13333         * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
13334         (Fuser_full_name): Use USER_FULL_NAME instead of a literal
13335         pw->pw_gecos.
13337         * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
13338         SELECTED_FRAME as additional (1st) argument.
13339         (tty_read_avail_input): Handle output_msdos_raw in
13340         addition to output_termcap.
13342         * msdos.c: Include frame.h before termhooks.h.
13343         (mouse_on, mouse_off, mouse_moveto, mouse_init)
13344         (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
13345         (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
13346         (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
13347         (IT_set_terminal_modes, IT_reset_terminal_modes)
13348         (IT_set_frame_parameters): Use tty->termscript instead of a global
13349         variable termscript.
13350         (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
13351         global variable terminal_coding.  Don't refer to
13352         Vnonascii_translation_table.
13353         (internal_terminal_init): Set Vwindow_system in current_kboard.
13354         Don't use TTY_CHAR_INS_DEL_OK.  Set Vinitial_window_system.
13355         Announce date and time of session start, if termscript is open.
13356         Don't zero out the_only_display_info (it is done in
13357         term.c:init_tty).  Open termscript only of not already open.
13358         Log "SCREEN SAVED" here, instead of IT_set_terminal_modes.  Init mouse
13359         here instead of dos_ttraw.  Don't initialize display if this is an
13360         initial tty.  Don't set FRAME_FONT.
13361         (Vwindow_system_version): Bump to 23.
13362         (dos_ttraw): Accept a TTY argument; all callers fixed.  If mouse
13363         is available, set up mouse_position_hook.
13364         (dos_ttraw, IT_set_terminal_modes): If called with initial
13365         terminal, do nothing.
13366         (IT_set_frame_parameters): Handle the Qtty_type frame
13367         parameter by calling internal_terminal_init.
13368         (dos_set_window_size, show_mouse_face)
13369         (clear_mouse_face, IT_note_mode_line_highlight)
13370         (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
13371         (dos_rawgetc): Use tty_display_info instead of x_display_info.
13372         (initialize_msdos_display): New function.
13373         (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
13374         (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
13375         (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
13376         (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
13377         Accept additional argument: a pointer to a frame.  Update all callers.
13378         (request_sigio, unrequest_sigio): Don't define, now defined on
13379         sysdep.c.
13380         (IT_write_glyphs): Rewrite to use encode_terminal_code.
13382         * term.c [MSDOS]: Include msdos.h.
13383         (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch.  Change cpp
13384         conditional to DOS_NT.  Allow only one call to this function in a
13385         session.  Don't allocate a new struct tty_display_info; instead,
13386         reuse the_only_display_info.  Call get_tty_size to get screen
13387         dimensions.  Call init_baud_rate to set bad_rate.
13388         (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
13389         (Fsuspend_tty) [MSDOS]: Don't close input and output.
13390         (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
13391         (get_tty_terminal, get_named_tty, Ftty_type)
13392         (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
13393         output_termcap.
13394         (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
13395         Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
13396         only when subprocesses are supported.
13398         * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
13399         f->output_data.x.
13400         (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
13401         terminal devices.
13403         * msdos.h: Remove definition of struct x_display_info and struct
13404         x_output.
13405         (FRAME_FONT): Use output_data.tty.
13406         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
13407         (struct x_display_info): Rename from display_info.  Update all users in
13408         msdos.c.
13409         (struct x_output): Remove background_pixel and foreground_pixel.
13410         (the_only_display_info): Rename from the_only_x_display.
13411         (dos_ttraw): Update prototype.
13413         * Makefile.in (MSDOS_OBJ): Add xmenu.o.
13414         (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
13416 2008-08-23  Jason Rumney  <jasonr@gnu.org>
13418         * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
13419         (fn_TIFFSetDirectory): New library function used.
13420         (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
13421         (tiff_load): Use :index to select among multiple images.  Set count
13422         property when multiple images exist.
13423         (gif_format): Use :index, not :image.
13425 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
13427         * xdisp.c (try_scrolling): Check INT_MAX instead of
13428         MOST_POSITIVE_FIXNUM for maximum integer value.  Include limits.h
13429         to obtain INT_MAX.
13431 2008-08-21  İsmail Dönmez  <ismail@namtrac.org>  (tiny change)
13433         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
13435 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
13437         * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
13438         GNUstep library location.
13440 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
13442         * xfaces.c (x_update_menu_appearance): Check validity of menu font
13443         before using it.
13445         * puresize.h (BASE_PURESIZE): Increase to 1250000.
13447 2008-08-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
13449         * nsfns.m (ns-read-file-name): Add casts to avoid warning.
13450         (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
13451         * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
13452         * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
13453         (EmacsApp-cursor_blink_handler): Remove declaration.
13454         * nsterm.m (ns_draw_glyph_string): Update first conditional body to
13455         match 01 Feb 2008 changes in xterm.c.
13456         (ns_read_socket): Add cast to avoid warning.
13457         (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
13458         GNUstep.
13460 2008-08-20  Chong Yidong  <cyd@stupidchicken.com>
13462         * xselect.c (x_get_foreign_selection): Return nil if desired
13463         selection could not be obtained, instead of signalling an error.
13465 2008-08-20  David Reitter  <david.reitter@gmail.com>
13467         * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
13468         * nsterm.m: Remove ns-specific code for cursor blinking.
13469         (ns_draw_window_cursor): Clear cursor properly rather than
13470         redrawing the area.  Respect width of bar cursors.
13471         These changes enable the use of generic blink-cursor-mode and
13472         generic cursor types in NS and support smooth cursor movements (do
13473         not blink off after command).
13474         * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
13475         Nextstep, too.
13477 2008-08-19  Kenichi Handa  <handa@m17n.org>
13479         * font.c (Vfont_log_deferred): New variable.
13480         (font_add_log): Check Vfont_log_deferred.
13481         (font_deferred_log): New function.
13483         * font.h (font_deferred_log): Extern it.
13485         * fontset.c (reorder_font_vector): Use encoding charset of fonts
13486         for sorting.
13487         (face_for_char): Use deferred log.
13489 2008-08-18  Kenichi Handa  <handa@m17n.org>
13491         * fontset.c (face_for_char): Add font log.
13493         * font.c (font_add_log): Add the font properties :script, :lang,
13494         and :otf in the log.
13496 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
13498         * xdisp.c: Remove dead code.
13499         (handle_invisible_prop, next_overlay_string): Defer call to
13500         setup_for_ellipsis.
13501         (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
13503 2008-08-15  Chong Yidong  <cyd@stupidchicken.com>
13505         * xfaces.c (lookup_derived_face): Properly handle possible zero
13506         return value of get_lface_attributes.
13507         (merge_faces): Don't tell lookup_derived_face to signal an error
13508         if face is not found.
13510         * dired.c (Fdirectory_files): Doc fix.
13512         * process.c (make_process): Initialize kill_without_query struct
13513         member.
13515 2008-08-15  Eli Zaretskii  <eliz@gnu.org>
13517         * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
13518         Alternative calculation of totphys for Visual Studio 6.
13520         * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
13522         * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
13523         Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
13524         All users changed.
13525         (stat): Only root directory passed to GetDriveType.  Allow RAM
13526         disk as well as local fixed disk when w32-get-true-file-attributes
13527         is set to `local'.
13528         (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
13529         (equal_sid, get_length_sid, copy_sid): New wrapper functions.
13530         (w32_cached_id, w32_add_to_cache): New functions.
13531         (get_name_and_id): Look account names in the cache before calling
13532         lookup_account_sid.
13533         (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
13534         New initialization flags.
13535         (globals_of_w32): Initialize them to zero.
13536         (w32_system_process_attributes): Use w32_cached_id and
13537         w32_add_to_cache.
13539 2008-08-14  Lawrence Mitchell  <wence@gmx.li>
13541         * lread.c (Fread_char, Fread_char_exclusive): If no character
13542         event is read before timeout is reached, return nil, rather than
13543         converting to a number.
13545 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
13547         * fns.c (use_dialog_box): Doc fix.
13549         * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
13550         on OS X.
13552 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
13554         * frame.c (Qns_parse_geometry): New var.
13555         (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
13557 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
13559         * xdisp.c (x_produce_glyphs): Handle the case when font has no
13560         space character in calculating tabs.
13562 2008-08-11  Dan Nicolaescu  <dann@ics.uci.edu>
13564         * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
13566 2008-08-10  Glenn Morris  <rgm@gnu.org>
13568         * process.c (procfs_system_process_attributes): Use EMACS_INTs to
13569         silence gcc "limited range of data type" warnings in some
13570         make_fixnum_or_float calls.
13572 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
13574         * w32.c (w32_system_process_attributes): If the process does not
13575         exist, return nil.
13577         * w32.c: Include thelp32.h, psapi.h and coding.h.
13578         (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
13579         declarations.
13580         (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
13581         (Process32Next_Proc): New typedefs.
13582         (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
13583         (g_b_init_process32_next, g_b_init_open_thread_token)
13584         (g_b_init_impersonate_self, g_b_init_revert_to_self)
13585         (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
13586         (g_b_init_get_process_working_set_size)
13587         (g_b_init_global_memory_status_ex): New static variables.
13588         (globals_of_w32): Initialize them.
13589         (create_toolhelp32_snapshot, process32_first, process32_next)
13590         (open_thread_token, impersonate_self, revert_to_self)
13591         (get_process_memory_info, get_process_working_set_size)
13592         (global_memory_status, global_memory_status_ex): New wrapper
13593         functions.
13594         (w32_list_system_processes, w32_system_process_attributes)
13595         (enable_privilege, restore_privilege, ltime, process_times):
13596         New functions.
13597         (convert_time_raw): New function.
13598         (convert_time): Remove conversion of FILETIME into time in 100
13599         nsec units, call convert_time_raw instead.
13601         * process.h (w32_list_system_processes, w32_system_process_attributes):
13602         Add prototypes.
13603         (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
13604         (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
13605         (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
13606         (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
13608         * process.c (Fsystem_process_attributes): Doc fix.
13610 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
13612         * xdisp.c (move_it_to): When stopping at a charpos, check if that's
13613         a continued multi-char glyph; if so, advance to the actual glyph.
13615 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13617         * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
13619         * Makefile.in (ALL_OBJC_CFLAGS): New variable.
13620         (.m.o): Use it.
13621         * config.in: Regenerate.
13623 2008-08-07  Chong Yidong  <cyd@stupidchicken.com>
13625         * xdisp.c (redisplay_window): Revert last change.
13626         (try_window): Check bottom scroll margin too.
13628 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
13630         * config.in: Regenerate.
13632         * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
13633         -list-load-path-shadows'.
13634         (nsgui.h): Reduce number of things depending on it.
13636 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
13638         * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
13639         instead of window-end which does the wrong thing at eob.
13640         (try_cursor_movement): Minor optimization.
13641         (redisplay_window): If scroll margin is defined, don't assume
13642         window doesn't need scrolling.
13644 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
13646         * config.in: Regenerate.
13648         * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
13649         (mostlyclean): Don't delete *.d under NS.
13651         * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
13653 2008-08-06  Kenichi Handa  <handa@m17n.org>
13655         * xfont.c (xfont_list_family): Return a list of symbols, not strings.
13657 2008-08-06  Andreas Schwab  <schwab@suse.de>
13659         * config.in: Regenerate.
13661 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
13663         * xdisp.c (redisplay_window): Don't enforce scroll-margin when
13664         forcing a window start.
13666         * fileio.c (Vauto_save_list_file_name): Move here from file.el.
13667         (auto_save_1): Update modtime when auto-save-list-file-name is on.
13669 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
13671         * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
13672         argument.
13674 2008-08-05  Juanma Barranquero  <lekktu@gmail.com>
13676         * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
13677         <scroll-down-aggressively, before-change-functions>:
13678         <after-change-functions>: Reflow docstrings.
13680 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
13681             Ken Raeburn  <raeburn@gnu.org>
13683         Dock menu customization, based on a patch by Ken Raeburn, plus some
13684         other fixes.
13685         * nsmenu.m (dockMenu): New variable.
13686         (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
13688         * nsterm.h (dockMenu): Declare.
13690         * nsterm.m (KEY_NS_NEW_FRAME): New definition.
13691         (ns_term_init): Initialize dockMenu.
13692         (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
13693         (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
13694         left.
13696         * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
13698 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
13700         * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
13702         * config.in: Regenerate.
13704 2008-08-04  Seiji Zenitani  <zenitani@mac.com>
13706         * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
13708 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
13710         * nsterm.h (find_and_call_menu_selection): Fix prototype.
13712 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
13714         * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
13716         * keyboard.h: Comment an #endif.
13718         * lisp.h (have_menus_p): Adjust comment.
13720         * menu.c (find_and_return_menu_selection): Fix comparison with
13721         client_data.
13723         * nsmenu.m (popup_activated_flag): New variable.
13724         (popup_activated): New function.
13725         (menu-or-popup-active-p): New exported lisp definition.
13726         (ns_popup_menu): Set popup_activated_flag.  Call discard_menu_items()
13727         when popup done.
13728         (ns_popup_dialog): Set popup_activated_flag.
13730         * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
13731         version for GNUstep (handled by conditional typedef in nsterm.m).
13732         (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
13733         in rgb.txt).
13735         * process.c (init_process): Use DARWIN_OS, not DARWIN.
13737         * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
13739         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
13741         * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
13742         shortcircuit if popup_activated like GTK and X toolkit.
13744         * m/inter386.h: Change DARWIN to DARWIN_OS.
13746         * s/darwin.h: Add #define DARWIN_OS.  Get rid of C_SWITCH_SYSTEM def.
13747         Change LIBS_MACGUI to LIBS_NSGUI.  Move temacs-conditionalized defs
13748         closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.  Expand
13749         comment on NO_SOCK_SIGIO.
13751 2008-08-03  Chong Yidong  <cyd@stupidchicken.com>
13753         * nsterm.m (windowDidResize): Remove stopModal call.
13755 2008-08-03  Andreas Schwab  <schwab@suse.de>
13757         * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
13758         (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
13760 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13762         * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
13763         Don't use uninitialized pointer variable when using getrlimit.
13765 2008-08-02  Jason Rumney  <jasonr@gnu.org>
13767         * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
13769 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
13771         * alloc.c (NSTATICS): Bump to 0x640.
13773         * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
13775         * lisp.h: Add prototype for directory_files_internal.
13777         * process.c (Fsystem_processes_list, Fsystem_process_attributes):
13778         New functions.
13779         (syms_of_process): Defsubr them.  Add initializations for various
13780         Q* symbols used in procfs_system_process_attributes.
13781         (procfs_list_system_processes, procfs_system_process_attributes)
13782         [HAVE_PROCFS]: New functions.
13783         (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
13784         (procfs_get_total_memory): New functions.
13786 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
13788         * xfaces.c (Fx_load_color_file): Fix previous change;
13789         it is #ifdef WINDOWSNT, not WINDOWS_NT.
13791 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
13793         * dbusbind.c (xd_read_message): Handle D-Bus error messages.
13795 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
13797         * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
13799 2008-08-01  Chong Yidong  <cyd@stupidchicken.com>
13801         * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
13803         * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
13804         define NSApplicationDelegateReplySuccess.
13805         (EmacsView -converstationIdentifier): Use long instead of
13806         NSInteger for GNUstep, since it doesn't have NSInteger.
13808         * xmenu.c: Revert last change.
13810         * keyboard.h: Fix last change.
13812 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
13814         * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
13815         on Windows.
13817 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
13819         Warning clearing and clean-up in NS port.
13820         * keyboard.h (xmalloc_widget_value, digest_single_submenu):
13821         Add prototypes.
13822         * nsgui.h (FACE_DEFAULT): Remove, unused.
13823         (XGCValues): Change colors to unsigned long.
13824         * nsterm.h (EmacsApp): Add declaration of all methods implemented in
13825         nsterm.m.
13826         (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
13827         (ns_list_fonts): Remove, unused.
13828         (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
13829         * nsfns.m (interpret_services_menu): Use NSMenuItem class.
13830         * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
13831         (nsfont_draw): Compare face colors to 0, not nil.
13832         * nsmenu.m (struct widget_value): Drop unneeded declaration.
13833         (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
13834         (-addSubmenuWithTitle:): Use NSMenuItem class.
13835         (ns_popup_menu): Use NO, not NULL, for enabled setting.
13836         * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
13837         (ns_clip_to_row): Make gc arg a BOOL.
13838         (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
13839         ns_clip_to_row() call.
13840         (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
13841         used).  Cast FRAME_FONT assignments.
13842         (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
13843         (ns_string_to_lispmod): Change arg to const char.
13844         (ns_term_init): Use NSMenuItem class.
13845         (EmacsApp -openFile:): Move to different section of file.
13846         (EmacsApp -application:openFiles:): Don't return a value, call
13847         -replyToOpenOrPrint:.
13848         (EmacsView -keyDown:): Fix up cast.
13849         (EmacsView -converstationIdentifier): Use NSInteger instead of long.
13850         (EmacsView -menuDown:): Cast tag in call to
13851         find_and_call_menu_selection().
13852         (ns_list_fonts): Remove, unused.
13853         (ns_font_to_xlfd): Make static.  Cast result of UTF8String.
13854         (ns_fontname_to_xlfd): Make static.
13855         * w32menu.c (xmalloc_widget_value, digest_single_submenu):
13856         Remove prototypes (now in keyboard.h).
13857         (next_menubar_widget_id): Remove, unused.
13858         * xmenu.c (xmalloc_widget_value, digest_single_submenu):
13859         Remove prototypes (now in keyboard.h).
13860         * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
13862 2008-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
13864         * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
13865         (floatfns.o): Depend on syssignal.h.
13866         (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
13868         * systty.h: Fix previous change that removed BSD_TERMIOS.
13869         Add comments to #ifdefs.
13871 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
13873         * w32fns.c (w32-load-color-file): Remove.
13874         (x-open-connection): Use renamed Fx_load_color_file.
13875         * xfaces.c (x-load-color-file): Add.
13876         * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
13877         Emacs.clr.
13878         (hide_hourglass): BLOCK_INPUT before UNBLOCK.
13880 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
13882         * dbusbind.c (Fdbus_call_method_asynchronously)
13883         (Fdbus_method_error_internal): New defuns.
13884         (xd_read_message): Handle also reply messages.
13885         (Vdbus_registered_functions_table): Extend docstring.
13887 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
13889         * keyboard.c (gobble_input): Fix previous change.
13891 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13893         * bitmaps/README:
13894         * xfns.c:
13895         * termcap.c:
13896         * term.c:
13897         * syswait.h:
13898         * systty.h:
13899         * systime.h:
13900         * syssignal.h:
13901         * sysdep.c:
13902         * process.h:
13903         * process.c:
13904         * print.c:
13905         * ndir.h:
13906         * lread.c:
13907         * keyboard.c:
13908         * getpagesize.h:
13909         * floatfns.c:
13910         * fileio.c:
13911         * emacs.c:
13912         * doc.c:
13913         * dispnew.c:
13914         * dired.c:
13915         * data.c:
13916         * callproc.c:
13917         * buffer.c:
13918         * README:
13919         * Makefile.in:
13920         * s/template.h:
13921         * s/msdos.h:
13922         * m/vax.h: Remove VMS support.
13923         * s/vms.h:
13924         * vlimit.h:
13925         * uaf.h:
13926         * temacs.opt:
13927         * param.h:
13928         * ioctl.h: Remove file.
13930 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13932         * s/ms-w32.h (MULTI_KBOARD): Remove.
13933         * xterm.c:
13934         * xselect.c:
13935         * xfns.c:
13936         * window.c:
13937         * w32term.c:
13938         * w32fns.c:
13939         * terminal.c:
13940         * termhooks.h:
13941         * term.c:
13942         * sysdep.c:
13943         * keyboard.h:
13944         * keyboard.c:
13945         * frame.h:
13946         * frame.c:
13947         * frame.c: Remove references to MULTI_KBOARD, it is now the default.
13948         * config.in: Regenerate.
13950 2008-07-30  Jason Rumney  <jasonr@gnu.org>
13952         * w32font.h (struct w32font_info): Use unicode version of textmetrics.
13954         * w32font.c (w32font_encode_char): Leave as unicode if in range.
13955         (w32font_open_internal): Get unicode version of textmetrics.
13956         Don't enable or disable glyph indices here.
13957         (w32font_open): Disable use of glyph indices.
13959         * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
13961 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
13963         * minibuf.c (Vread_buffer_function): Doc fix.
13965 2008-07-30  John Paul Wallington  <jpw@pobox.com>
13967         * minibuf.c (read_buffer_completion_ignore_case): New var.
13968         (Fread_buffer): Use it.
13970 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
13972         * systty.h (sensemode): Remove empty #if.  Remove reference to
13973         BSD_TERMIOS, unused.
13975         * sysdep.c: Remove reference to DGUX.
13976         (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
13978         * config.in: Regenerate.
13980 2008-07-30  Jason Rumney  <jasonr@gnu.org>
13982         * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
13984 2008-07-29  Jason Rumney  <jasonr@gnu.org>
13986         * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
13987         is populated.
13988         (uniscribe_encode_char): Always use uniscribe.
13989         Avoid using context if cache is populated.
13991 2008-07-29  Jan Djärv  <jan.h.d@swipnet.se>
13993         * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
13994         open menu.
13996         * gtkutil.c (menu_nav_ended): Remove.
13997         (create_menus): Remove signal connect for menu_nav_ended.
13999 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
14001         * xdisp.c (redisplay_window): Check return value of
14002         compute_window_start_on_continuation_line before forcing a window
14003         start.
14005 2008-07-28  Jason Rumney  <jasonr@gnu.org>
14007         * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
14009         * w32term.c (w32_enable_unicode_output, cleartype_active):
14010         Remove obsolete display options.
14011         (x_draw_glyph_string_background): Don't use old cleartype_active
14012         workaround.
14013         (w32_initialize): Remove cleartype_active initialization.
14014         (syms_of_w32term): Remove w32_enable_unicode_output initialization.
14016 2008-07-28  Andreas Schwab  <schwab@suse.de>
14018         * lisp.h (init_weak_hash_tables, syms_of_font)
14019         (xd_read_queued_messages, syms_of_dbusbind): Declare.
14020         (remove_hash_entry): Don't declare.
14021         * eval.c (maybe_call_debugger): Make static and move before use.
14022         * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
14023         * xdisp.c: Include "gtkutil.h" if USE_GTK.
14024         * xterm.h (x_set_frame_alpha): Declare.
14026 2008-07-28  Jan Djärv  <jan.h.d@swipnet.se>
14028         * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
14029         (create_menus): Connect selection-done to menu_nav_ended.
14031 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
14033         * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
14034         Set Vx_resource_name to a fallback.  Replace read of 'buffered'
14035         parameter with read of 'alpha' one.
14036         (Qns_frame_parameter): Remove.
14037         * nsselect.m (selection-coding-system)
14038         (next-selection-coding-system, Vselection_coding_system)
14039         (Vnext_selection_coding_system): Drop.
14041 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
14043         * nsfns.m (do-applescript, do_applescript): Rename to
14044         ns-do-applescript, ns_do_applescript, and move within file.
14046 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
14048         Remove support for Mac Carbon.
14049         * mactoolbox.c:
14050         * macterm.h:
14051         * macterm.c:
14052         * macselect.c:
14053         * macmenu.c:
14054         * macgui.h:
14055         * macfns.c:
14056         * mac.c: Remove file.
14057         * s/darwin.h:
14058         * m/intel386.h:
14059         * xfaces.c:
14060         * xdisp.c:
14061         * window.c:
14062         * tparam.c:
14063         * termhooks.h:
14064         * termcap.c:
14065         * term.c:
14066         * syssignal.h:
14067         * sysselect.h:
14068         * sysdep.c:
14069         * process.c:
14070         * lread.c:
14071         * lisp.h:
14072         * keyboard.c:
14073         * image.c:
14074         * fringe.c:
14075         * frame.h:
14076         * frame.c:
14077         * fontset.c:
14078         * font.h:
14079         * font.c:
14080         * fns.c:
14081         * fileio.c:
14082         * emacs.c:
14083         * dispnew.c:
14084         * dispextern.h:
14085         * config.in:
14086         * atimer.c:
14087         * Makefile.in: Remove code for Carbon.
14089 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14091         * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
14093 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14095         * macterm.h (kCGBitmapByteOrder32Host): New define for
14096         non-universal SDKs.
14098         * image.c (mac_create_cg_image_from_image, image_load_image_io)
14099         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
14101         * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
14102         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
14104 2008-07-26  David Robinow  <drobinow@gmail.com>  (tiny change)
14106         * w32inevt.c: Include dispextern.h.
14108 2008-07-26  Andreas Schwab  <schwab@suse.de>
14110         * print.c (print_object): Fix off-by-one in last change.
14112 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
14114         * term.c (syms_of_term): Don't initialize default_orig_pair,
14115         default_set_foreground and default_set_background on Windows.
14117 2008-07-25  Jason Rumney  <jasonr@gnu.org>
14119         * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
14120         ScriptItemize.  Clean up return value checking.  Remove unused
14121         variables.
14122         (uniscribe_encode_char): Encode non-BMP characters with uniscribe
14123         shaping engine.
14125         * w32font.c (w32font_has_char): Handle the case where we can't
14126         determine the script for a character.
14128 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
14130         * term.c (syms_of_term): Initialize default_orig_pair,
14131         default_set_foreground, and default_set_background.
14133         * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
14134         clash (bug#86).
14135         (getloadavg): Callers changed.
14137         * image.c (svg_load_image): Fix last change.
14138         (svg_load_image): Use rsvg_handle_get_dimensions to check that
14139         image size is valid.  Use g_object_unref instead of deprecated
14140         rsvg_handle_free to free rsvg handle.
14141         (x_from_xcolors): Don't initialize pixmap (silence compiler).
14143 2008-07-25  Jason Rumney  <jasonr@gnu.org>
14145         * w32font.c (w32font_encode_char): Encode characters outside BMP as
14146         surrogates before looking up glyph index.
14147         (w32font_text_extents): Encode as surrogates if falling back to
14148         functions that need UTF-16 wide chars.
14150         * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
14151         BMP as surrogates before looking up glyph index.
14153 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
14155         * image.c (svg_load_image): Check for failure in return value of
14156         rsvg_handle_get_pixbuf.  Free rsvg handle when done.
14158 2008-07-25  Jason Rumney  <jasonr@gnu.org>
14160         * w32font.c (Fx_select_font): Reverse sense of second arg.
14162 2008-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14164         * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
14165         (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
14167         * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
14168         (PURESIZE): Use it.
14170 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
14172         * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
14173         * m/alpha.h (TEXT_END):
14174         * m/ibmrs6000.h (TEXT_END):
14175         * m/macppc.h (TEXT_END):
14176         * s/darwin.h (TEXT_END):
14177         * s/msdos.h (TEXT_END): Remove, unused.
14178         * s/gnu-linux.h (BSD_PGRPS): Add a comment.
14179         * s/cygwin.h: Remove comment.
14181         * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
14182         (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
14183         * m/intel386.h (DOT_GLOBAL_START):
14184         * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
14185         (USG): Remove, file not used on USG platforms.
14187         * Makefile.in (HAVE_X11): Remove empty #else.
14189 2008-07-24  Andreas Schwab  <schwab@suse.de>
14191         * fileio.c (Finsert_file_contents): Properly adjust undo list
14192         after format conversion.
14194 2008-07-24  Jan Djärv  <jan.h.d@swipnet.se>
14196         * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
14197         (menu_nav_ended): Remove.
14198         (create_menus): Remove signal connect for menu_nav_ended.
14199         (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
14200         create_menus.
14201         (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
14203 2008-07-23  Jason Rumney  <jasonr@gnu.org>
14205         * w32font.c (w32_enumfont_pattern_entity): Return height consistent
14206         with opened font.
14207         (w32font_open): Set font type to gdi.
14209         * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
14211 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
14213         * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
14214         * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
14215         defines it.
14216         * unexec.c (ADDR_CORRECT): Define unconditionally.
14218         * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
14220         * unexec.c: Remove code depending on !COFF and USG, the file is
14221         not used for such systems.
14223         * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
14224         * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
14225         (LD_SWITCH_SYSTEM_1): Remove, update users.
14227         * s/darwin.h (DATA_END):
14228         * m/intel386.h (DATA_END):
14229         * m/ibmrs6000.h (DATA_END):
14230         * m/alpha.h (DATA_END): Remove, unused.
14232         * config.in: Regenerate.
14233         * s/ms-w32.h (subprocesses): Define unconditionally.
14234         * s/template.h (subprocesses): Update comment.
14235         * s/vms.h (subprocesses):
14236         * s/usg5-4.h (subprocesses):
14237         * s/hpux10-20.h (subprocesses):
14238         * s/gnu-linux.h (subprocesses):
14239         * s/cygwin.h (subprocesses):
14240         * s/bsd-common.h (subprocesses):
14241         * s/aix4-2.h (subprocesses):
14242         * s/darwin.h (subprocesses): Do not define, defined by default now.
14244         * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
14245         Remove all references.
14246         (temacs): Add GNUstep specific ld flags.
14248         * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
14249         similarly to what X does.
14251 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
14253         * nsfns.m (x-list-fonts): Remove.
14254         (syms_of_nsfns): Drop the x-list-fonts declaration.
14255         * nsterm.m: Get rid of remaining "//" comments.
14257 2008-07-22  Chong Yidong  <cyd@stupidchicken.com>
14259         * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
14261         * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
14262         (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
14263         (Fns_own_selection_internal, Fx_disown_selection_internal)
14264         (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
14266         * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
14267         ... */' style of docstrings.  Doc fixes.
14269 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14271         * terminfo.c (UP, BC, PC): Undo previous change.
14273         * nsfns.m: Rename ns prefixed functions/variables to the
14274         corresponding x versions.  Update references.
14276 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14278         * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
14280 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
14282         * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
14283         Remove forwarding functions.
14284         (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
14285         non-static.
14286         (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
14287         non-static.
14288         (ns_frame_parm_handlers): Use the new names.
14289         (syms_of_nsfns): Move to the end of file.
14291         * nsterm.m (syms_of_nsterm): Move to the end of file.
14293         * dispnew.c (init_display): Remove code for X10.
14295 2008-07-22  Jason Rumney  <jasonr@gnu.org>
14297         * w32proc.c (Fw32_long_file_name): Don't append dir separator to
14298         bare drive.
14300 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
14302         * nsterm.m (syms_of_nsterm): Remove debugging println.
14304 2008-07-22  David Reitter  <david.reitter@gmail.com>
14306         * nsfns.m (do_applescript, F_do_applescript): NS version of the
14307         Carbon implementation of the same functionality: execute arbitrary
14308         AppleScript code.
14310 2008-07-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
14312         * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
14313         (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
14314         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
14315         (Fx_display_mm_height, Fx_display_mm_width)
14316         (Fx_display_backing_store, Fx_display_visual_class)
14317         (Fx_display_save_under, Fx_open_connection)
14318         (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
14319         (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
14320         (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14321         (Fx_display_pixel_width, Fx_display_pixel_height)
14322         (Fx_display_usable_bounds, Fx_display_planes)
14323         (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
14324         ... */' style of docstrings.
14326 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14328         * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
14329         on this platform.
14330         (mips):
14331         * m/iris4d.h (mips): Do not define.
14332         * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
14334         * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
14336         * image.c:
14337         * nsfns.m:
14338         * nsselect.m:
14339         * nsterm.h:
14340         * nsterm.m: Rename ns prefixed functions/variables to the
14341         corresponding x versions.  Update references.
14343         * m/ibms390x.h (NO_REMAP): Do not undefine.
14345         * m/amdx86-64.h: Use SOLARIS2 instead of sun.
14347 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
14349         * nsfns.m: Change NS to Nextstep in docstrings and error messages.
14350         (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
14351         (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
14352         (Fns_server_vendor, Fns_server_version, Fns_display_screens)
14353         (Fns_display_mm_height, Fns_display_mm_width)
14354         (Fns_display_backing_store, Fns_display_visual_class)
14355         (Fns_display_save_under, Fns_open_connection)
14356         (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
14357         (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
14358         (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14359         (Fns_display_pixel_width, Fns_display_pixel_height)
14360         (Fns_display_usable_bounds, Fx_display_planes)
14361         (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
14363 2008-07-21  Ami Fischman  <ami@fischman.org>  (tiny change)
14365         * print.c (print_object): Check print_depth before searching for
14366         circularities.
14368 2008-07-21  Michael Albinus  <michael.albinus@gmx.de>
14370         * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
14371         only sprintf.
14373 2008-07-21  Kenichi Handa  <handa@m17n.org>
14375         * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
14377 2008-07-20  Andreas Schwab  <schwab@suse.de>
14379         * syntax.c (find_start_pos, find_start_value)
14380         (find_start_value_byte, find_start_begv, find_defun_start)
14381         (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
14383 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14385         * s/sol2-3.h: Insert contents of s/sol2.h.
14386         (LD_SWITCH_SYSTEM): Remove redundant definition.
14387         * s/sol2.h: Remove, unused.
14389 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
14391         * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
14393 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
14395         * Makefile.in (ns_appdir): Fix typo in find command.
14397 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14399         * m/intel386.h (NO_REMAP): Do no define for USG, not used.
14401         * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
14402         added not supported anymore.
14404         * s/usg5-4-2.h (LIBS_SYSTEM):
14405         * s/sol2.h (LIBS_SYSTEM): Do not undefine.
14407         * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14408         * s/lynxos.h (GETPGRP_NO_ARG):
14409         * s/hpux10-20.h (NO_SIOCTL_H):
14410         * s/gnu.h (GETPGRP_NO_ARG):
14411         * s/gnu-linux.h (NO_SIOCTL_H):
14412         * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14413         * s/cygwin.h (GETPGRP_NO_ARG):
14414         * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
14415         (C_DEBUG_SWITCH): Remove duplicate definition.
14417         * m/ibms390.h: Remove boilerplate comments.
14419         * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
14421         * process.c (HAVE_SERIAL): Consolidate ifdefs.
14422         (wait_reading_process_output): Remove code for SunOS, platform not
14423         supported anymore.  Use SOLARIS2 instead of sun.
14425 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
14427         * font.c (font_open_by_name): Under NS, default lface height to zero.
14428         (font_open_for_lface): Under NS, set size based on frame fontsize.
14429         * nsterm.m (EmacsView-changeFont:): Remove some commented code.
14430         * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
14432 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
14434         * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
14435         (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
14436         DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
14437         YES/NO.
14438         * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
14439         * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
14440         * Makefile.in (clean): Clear out build destination dir.
14442 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
14444         * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
14445         xterm, xselect.
14446         * lisp.h: Remove declaration of hash_remove.
14447         * nsgui.h: Remove redefinitions of hash_remove.
14448         * fns.c (hash_remove): Rename to hash_remove_from_table.
14450 2008-07-19  Seiji Zenitani  <zenitani@mac.com>
14452         * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
14453         strdup() the family UTF8String before modifying it.
14455 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
14457         * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
14458         NS_FACE_BACKGROUND with 0 instead of nil.
14459         * nsfont.m (nsfont_draw): Same.
14461 2008-07-19  Chong Yidong  <cyd@stupidchicken.com>
14463         * nsfns.m (ns_set_background_color): Fix crash.
14465 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
14467         * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
14469 2008-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
14471         * puresize.h (BASE_PURESIZE): Increase to 1240000.
14473 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14475         * gtkutil.c: Include <config.h> instead of "config.h".
14477         * lisp.h (Foverlay_buffer): Add EXFUN.
14479         * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
14480         child process to complete child_setup.  Undo 2005-09-21 change.
14482         * s/darwin.h: Mention setsid after vfork.
14484 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14486         * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
14487         Depend on macgui.h.
14489         * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
14490         gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
14492         * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
14493         and f19.
14494         [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
14496         * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
14497         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
14498         Remove enumerators.
14500         * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
14501         Check if FACE_FROM_ID returns NULL.
14503 2008-07-17  David Robinow  <drobinow@gmail.com>  (tiny change)
14505         * w32inevt.c (change_frame_size): Remove extern declaration.
14506         (resize_event, maybe_generate_resize_event): Pass SAFE arg to
14507         change_frame_size.
14509 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
14511         * getloadavg.c: Revert last change (2008-07-15).
14513 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
14515         * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
14516         set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
14517         from configure.
14519 2008-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
14521         * s/sol2.h:
14522         * s/sol2-4.h: Reorganize conditionals.
14524         * ecrt0.c: Remove code depending on m68000, not used anymore.
14526         * fns.c (hash_remove): Make static.
14527         * lisp.h (hash_remove): Don't prototype.
14529         * m/ibmrs6000.h:
14530         * m/ibms390x.h:
14531         * m/macppc.h: Remove boilerplate comments.
14533         * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
14534         Solaris, which does not need them.
14536         * m/vax.h: Remove comments about unsupported systems.
14538         * s/darwin.h: Reorganize ifdefs.
14540 2008-07-17  Andreas Schwab  <schwab@suse.de>
14542         * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
14544 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14546         Use SDATA.  Follow coding convention of placing operators at
14547         beginning of next line rather than end of previous line, and placing
14548         spaces around infix operators.
14550         * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
14551         in case it was defined already.
14552         USE @GNUSTEP_MAKEFILES@ rather than envvars.
14553         * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
14554         ns_default.
14555         (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
14556         Lisp_Objects.
14557         * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
14558         (ns_defined_color, ns_color_to_lisp): Declare.
14559         * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
14560         (Fns_own_selection_internal): Make the big ugly hack more explicit, so
14561         it's accepted even with USE_LISP_UNION_TYPE.
14562         * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
14563         (update_frame_tool_bar): Remove apparently obsolete tests for
14564         non-integerness of f->tool_bar_lines.
14565         (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
14566         hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
14567         * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
14568         (nsfont_open): Don't confuse NULL for Qnil.
14569         * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
14570         * menu.h (find_and_call_menu_selection):
14571         * menu.c (find_and_call_menu_selection): Use just int for vector size.
14572         (find_and_return_menu_selection): Always return something.
14573         * frame.h: Include dispextern.h for Display_Info.
14574         (display_x_get_resource): Declare.
14576 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
14578         * syntax.c: Remove stdio.h include accidentally introduced in
14579         Emacs.app commit.
14580         * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
14581         NS_IMPL_COCOA.
14582         * keyboard.c (handle_async_input, input_available_signal): Remove
14583         BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
14585 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14587         * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
14588         (ns_lisp_to_color): Don't mess with internal Lisp data fields.
14589         (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
14590         Use SDATA.
14592         * keymap.c: Remove all NS-specific code.
14593         (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
14594         (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
14595         where_is_preferred_modifier, return a different value depending on how
14596         preferred is the binding.
14597         (where_is_internal): Adjust accordingly.
14598         (Fwhere_is_internal): Refresh where_is_preferred_modifier.
14599         Adjust to new preferred_sequence_p.
14600         (syms_of_keymap): Declare `where-is-preferred-modifier'.
14601         * keyboard.c (parse_solitary_modifier): Not static any more.
14602         * keyboard.h (parse_solitary_modifier): Declare.
14604 2008-07-16  Andreas Schwab  <schwab@suse.de>
14606         * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
14607         of easymenu.
14609 2008-07-16  Chong Yidong  <cyd@stupidchicken.com>
14611         * xdisp.c (move_it_in_display_line): Account for word wrap, so
14612         that we don't move off the line.
14614 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14616         * keyboard.c (Qsuper): Remove.
14617         (parse_menu_item): Don't call where_is_internal specially for NS.
14619 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14621         * s/gnu-linux.h: Remove boilerplate comments.
14623         * m/alpha.h (__ELF__): Consolidate conditions.
14625         * m/m68k.h (linux): Use GNU_LINUX instead.
14626         Remove boilerplate comments.
14628         * m/intel386.h: Undo refactoring from previous change.
14629         (LIB_STANDARD): All systems that define USG define LIB_STANDARD
14630         too, remove dead code.
14631         (linux): Use GNU_LINUX instead.
14633 2008-07-16  Jason Rumney  <jasonr@gnu.org>
14635         * w32gui.h: Repeat 26 June changes lost by last change.
14637 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14639         * systty.h: Remove code for Aix on 386, unsupported platform.
14641         * s/ms-w32.h: Remove boilerplate comments.
14642         (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
14644         * s/gnu-linux.h (TERM): Remove support.
14645         (HAVE_SYSVIPC): Remove, unused.
14646         (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
14647         for this system.
14649         * process.c: Remove support for IRIS, unused.
14650         Remove support for TERM, not relevant anymore.
14652         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
14653         used with the definition.
14655         * s/aix4-2.h (static): Do not undef.
14657         * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
14658         only used on Aix.
14659         (HAVE_SYSVIPC): Remove, unused.
14661         * m/hp800.h (CANNOT_DUMP): Do not undef.
14663         * m/alpha.h: Fix comment.
14665         * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
14666         (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
14667         used by this configuration.
14668         * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
14669         * unexec.c: Remove code depending on HPUX and
14670         USG_SHARED_LIBRARIES, not used with this file.  Remove code
14671         depending on IRIS, unused.  Remove if 0-ed code.
14673         * s/template.h: Remove comments about static.
14675         * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
14676         Remove if 0-ed code.
14677         (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
14678         were the same as the default.
14679         * s/vms.h (BAUD_CONVERT): Remove, same as the default.
14680         Remove boilerplate comments.
14681         * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
14682         (HAVE_SYSVIPC): Remove, unused.
14683         (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
14685         * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14686         Remove boilerplate comments.
14687         * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14688         Remove boilerplate comments.
14689         * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14690         Remove boilerplate comments.
14691         * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
14693         * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
14694         USG systems which do not use DATA_SEG_BITS.
14695         Refactor code.  Remove boilerplate comments.
14697         * m/ibms390.h:
14698         * m/m68k.h:
14699         * s/bsd-common.h:
14700         * s/cygwin.h:
14701         * s/darwin.h:
14702         * s/freebsd.h:
14703         * s/gnu.h:
14704         * s/msdos.h: Remove boilerplate comments.
14706         * m/iris4d.h: Remove boilerplate comments and code for systems that
14707         do not use this file.
14708         (IRIS_4D): Remove, unused.
14710         * m/mips.h: Remove boilerplate comments and code for systems that
14711         do not use this file.
14712         (SIGN_EXTEND_CHAR):
14713         * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
14714         * unexmips.c: Remove file, unused.
14716         * editfns.c (Fuser_full_name): Replace the only use of
14717         USER_FULL_NAME with its value.
14718         * config.in: Regenerate.
14720 2008-07-16  David Reitter  <david.reitter@gmail.com>
14722         * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
14723         easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
14725 2008-07-16  Glenn Morris  <rgm@gnu.org>
14727         * emacs.c (system-type): Doc fix.
14729 2008-07-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14731         * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
14732         If the cache doesn't work, let's fix it, rather than work around it.
14734 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
14736         * Makefile.in: Correct additions for nsfont.o in last commit.
14737         * nsfont.m: New file (forgot last commit).
14739 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
14741         * callproc.c (set_initial_environment): Initialize
14742         Vprocess_environment under CANNOT_DUMP (fixes crash when
14743         batch-compiling for bootstrap).
14745 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
14746             YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14748         * frame.c (make_initial_frame): Call init_frame_faces(f) in
14749         CANNOT_DUMP case -- fix crash due to different init order.
14751 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
14753         Changes and additions for NeXTstep windowing system (Cocoa and
14754         GNUstep) support.
14756         * Makefile.in:
14757         * config.in: Support defines and build commands for NS port.
14758         * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
14759         (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
14760         * dispextern.h: Include nsgui.h and add needed typedefs under NS
14761         windowing.
14762         (struct face): Add synth_ital field.
14763         * dispnew.c: Include nsterm.h when compiling under NS windowing.
14764         (init_display): Initialize Vinitial_window_system to "ns" when so
14765         compiled.
14766         * emacs.c: Include GSConfig.h when compiling under GNUstep.
14767         (display_arg): Use under NS.
14768         (main): Under NS, allocate autorelease pool and handle command line
14769         args.  Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
14770         (standard_args): Add NS-specific args.
14771         (shut_down_emacs): Shut down NS terminal if compiled under NS.
14772         * font.c (DEFAULT_ENCODING): New variable.
14773         (font_find_for_lface): Use it.
14774         (syms_of_font): Load syms_of_nsfont under NS.
14775         * font.h: Declare nsfont_driver when compiled under NS.
14776         * fontset.c: When compiling under NS, include nsterm.h.
14777         (fontset_from_font): Autoconstruct fontset under NS.
14778         * frame.c (various): Under NS, include nsterm.h, add Qns window system
14779         symbol, document and use it.
14780         (do_switch_frame): When for_deletion under Cocoa, add
14781         Fraise_frame(Qnil).
14782         (x_set_frame_parameters): Ensure font attribute changes are picked up.
14783         (x_get_arg): Allow "yes" and "no" as boolean values.
14784         (syms_of_frame): Declare Qns.  Init Vdefault_frame_scroll_bars to
14785         Qright under Cocoa.
14786         (focus-follows-mouse): Default to 0 under NS.
14787         * frame.h (enum output_method): Add output_ns.
14788         (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
14789         (FRAME_EXTERNAL_MENU_BAR): Use under NS.
14790         (FRAME_WINDOW_P): NS-specific definition.
14791         * fringe.c (max_used_fringe_bitmap): Make public.
14792         * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
14793         (getloadavg): Use NeXT code under descendant OS's.
14794         * image.c (includes and header section, x_create_bitmap_from_data)
14795         (x_create_bitmap_from_file, free_bitmap_record, image_background)
14796         (image_background_transparent, x_clear_image_1)
14797         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
14798         (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
14799         (x_to_xcolors, x_from_xcolors, x_disable_image)
14800         (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
14801         other GUIs, including XPM support using code originally written for
14802         Carbon GUI.
14803         (png_load, jpeg_load, tiff_load, gif_load): Add implementations
14804         using NS API.
14805         (image_ascent): Use font metrics macros instead of direct struct field
14806         access.
14807         * keyboard.c (includes): Add nsterm.h when compiling under NS.
14808         (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
14809         Also, handle NS as GTK for menu bar purposes.
14810         (make_lispy_event): Handle NS as other GUI windowing systems, and as X
14811         toolkit where they differ.
14812         (parse_menu_item): Prefer keybindings using 'super' modifier.  Also,
14813         use cachelist, still needed under NS.
14814         * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
14815         (struct widget_value): Define it here for menu.c.
14816         * keymap.c (includes): Include modifier internals.
14817         (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
14818         NS.
14819         (where_is_internal, Fwhere_is_internal): When compiled under NS, add
14820         support for preferring sequences using certain modifiers, specified by
14821         the FIRSTONLY argument.
14822         * lisp.h (hash_remove): Rename to avoid name clash when compiling
14823         under NS GNUstep implementation.
14824         (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
14825         * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
14826         * menu.c: Include nsterm.h under NS.
14827         (single_menu_item, parse_single_submenu, xmalloc_widget_value)
14828         (free_menubar_widget_tree_value, update_submenu_strings)
14829         (find_and_call_menu_selection): Treat NS as X and NT.
14830         (find_and_return_menu_selection): New function, used for popup menus.
14831         * nsgui.h:
14832         * nsterm.h:
14833         * nsfns.m:
14834         * nsimage.m:
14835         * nsmenu.m:
14836         * nsselect.m:
14837         * nsterm.m: New files.
14838         * process.c (wait_reading_process_output): Under NS, call ns_select()
14839         instead of plain select().
14840         * syntax.c (char_quoted): Under NS, avoid a crash when called near
14841         beginning of buffer.
14842         * sysselect.h (init_process): Rename when compiling under Cocoa to
14843         avoid name conflict.
14844         * termhooks.h (display_info): Add ns_display_info to union.
14845         * terminal.c (Fterminal_live_p): Add ns to terminal types.
14846         * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
14847         COCOA environment.
14848         * unexnext.c: Update to work with mach API on Mac OS X, and to use new
14849         unexec() signature.  (Note, this will dump, but the resulting file
14850         crashes; unexosx is used instead; keeping around for reference and
14851         possible aid in getting dump working under GNUstep.)
14852         * w32gui.h (button_type, widget_value): Remove definitions (now in
14853         keyboard.h).
14854         * window.c: Include nsterm.h when compiling under NS.
14855         * xdisp.c (includes): Include nsterm.h when compiling under NS.
14856         (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
14857         other GUI windowing systems.
14858         (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
14859         GTK.
14860         (x_consider_frame_title): Under NS, set icon type and frame
14861         modified-state indicator; use ns_set_name_as_filename() when using
14862         formatted title.
14863         (update_window_cursor): Make public when compiling under NS.
14864         (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
14865         (hourglass_atimer, Vhourglass_delay
14866         * xfaces.c (header section, init_frame_faces, clear_font_table)
14867         (defined_color, unload_color, x_face_list_fonts)
14868         (prepare_face_for_display): Add NS support parallel to other GUIs.
14869         Emulate GCs like other non-X GUIs.
14870         (split_font_name): Don't lowercase font name under NS.
14871         (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
14872         under NS.
14873         * s/darwin.h: Add support for compilation under NS.
14875 2008-07-15  Jason Rumney  <jasonr@gnu.org>
14877         * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
14878         (w32_show_hourglass): Rename from show_hourglass.
14879         (w32_hide_hourglass): Rename from hide_hourglass.
14880         (DEFAULT_HOURGLASS_DELAY): Revert from last change.
14881         (Vhourglass_delay): Declare extern.
14882         (hourglass_started): Remove.
14884         * xdisp.c (Vhourglass_delay): Remove static.
14885         (hourglass_started, start_hourglass, cancel_hourglass):
14886         Don't include these versions on WINDOWSNT.
14888 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
14890         * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
14891         variables (formerly in xfns.c).
14892         (show_hourglass, hide_hourglass): New prototypes (same).
14893         * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
14894         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
14895         in xfns.c).
14896         (syms_of_xdisp): Declare/initialize display-hourglass,
14897         hourglass-delay.  Initialize hourglass_atimer, hourglass_shown_p.
14898         (hourglass_started, start_hourglass, cancel_hourglass): New functions,
14899         formerly in xfns.c.
14900         * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14901         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14902         (start_hourglass, cancel_hourglass): Remove.
14903         (show_hourglass, hide_hourglass): Remove prototypes and static
14904         modifiers.
14905         (syms_of_xfns): Remove display-hourglass, hourglass-delay,
14906         hourglass_atimer, hourglass_shown_p declaration/initialization.
14907         * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14908         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14909         (start_hourglass, cancel_hourglass): Remove.
14910         (show_hourglass, hide_hourglass): Remove prototypes and static
14911         modifiers.
14912         (syms_of_macfns): Remove display-hourglass, hourglass-delay,
14913         hourglass_atimer, hourglass_shown_p declaration/initialization.
14914         * w32fns.c (display_hourglass_p, Vhourglass_delay)
14915         (DEFAULT_HOURGLASS_DELAY): Remove.
14916         (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
14917         hourglass_shown_p declaration/initialization.
14919 2008-07-14  Jason Rumney  <jasonr@gnu.org>
14921         * w32fns.c (w32_get_arg): Remove wrapper function.
14922         (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
14923         directly.
14924         (Fx_create_frame): Sync with xfns.c.  Use x_get_arg directly.
14926 2008-07-14  Kenichi Handa  <handa@m17n.org>
14928         * xfont.c (xfont_open): Add workaround for X's bug.
14930 2008-07-14  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14932         * fontset.c: Include <stdio.h> unconditionally.
14934 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
14936         * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
14937         for filtering.
14939 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
14941         * s/vms.h: Use __GNUC__ instead of _GNUC_.
14943         * m/macppc.h:
14944         * m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.
14946         * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
14947         (SPECIAL_EMACS_INT):
14948         * m/ia64.h (SPECIAL_EMACS_INT):
14949         * m/amdx86-64.h (SPECIAL_EMACS_INT):
14950         * s/gnu.h (NLIST_STRUCT):
14951         * s/aix4-2.h (X11R5_INHIBIT_I18N):
14952         * s/gnu-linux.h (LINUX):
14953         * s/msdos.h (HAVE_FACES):
14954         * s/ms-w32.h (HAVE_FACES): Don't define, unused.
14956         * systty.h:
14957         * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
14958         anymore.
14960 2008-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
14962         * syswait.h: Remove old if 0 code.  Do not define WAITTYPE, it was
14963         always defined as int.
14965         * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
14966         * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
14967         * s/gnu-linux.h (HAVE_WAIT_HEADER):
14968         * s/freebsd.h (HAVE_WAIT_HEADER):
14969         * s/bsd-common.h (HAVE_UNION_WAIT):
14970         * s/aix4-2.h (HAVE_WAIT_HEADER):
14971         * m/mips.h (HAVE_UNION_WAIT):
14972         * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
14973         (COFF, static): Do not define, they are undefined later in the file.
14975         * process.c (update_status): Don't use a union.
14976         (status_convert):
14977         (sigchld_handler): Use int instead of WAITTYPE.
14979 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
14981         * indent.c (Fvertical_motion): Restore hscroll before moving to
14982         goal column.
14984 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
14986         * lisp.h: Remove left over code.
14988 2008-07-11  Andreas Schwab  <schwab@suse.de>
14990         * lisp.h: Fix logic in last change.
14992         * menu.h: New file.
14993         * menu.c: Include it.
14994         * xmenu.c: Likewise.
14995         * Makefile.in: Update dependencies.
14997 2008-07-11  Kenichi Handa  <handa@m17n.org>
14999         * fontset.c (fontset_from_font): Cancel the previous change.
15001 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
15003         * lisp.h:
15004         * w32heap.c:
15005         * emacs.c:
15006         * alloc.c: Replace all references of NO_UNION_TYPE with
15007         USE_LISP_UNION_TYPE.
15009         * m/xtensa.h (NO_UNION_TYPE):
15010         * m/vax.h (NO_UNION_TYPE):
15011         * m/template.h (NO_UNION_TYPE):
15012         * m/sparc.h (NO_UNION_TYPE):
15013         * m/mips.h (NO_UNION_TYPE):
15014         * m/macppc.h (NO_UNION_TYPE):
15015         * m/m68k.h (NO_UNION_TYPE):
15016         * m/iris4d.h (NO_UNION_TYPE):
15017         * m/intel386.h (NO_UNION_TYPE):
15018         * m/ibms390x.h (NO_UNION_TYPE):
15019         * m/ibms390.h (NO_UNION_TYPE):
15020         * m/ibmrs6000.h (NO_UNION_TYPE):
15021         * m/ia64.h (NO_UNION_TYPE):
15022         * m/hp800.h (NO_UNION_TYPE):
15023         * m/arm.h (NO_UNION_TYPE):
15024         * m/amdx86-64.h (NO_UNION_TYPE):
15025         * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
15026         defining it the same.
15028 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
15030         * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
15032 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
15034         * fileio.c:
15035         * sysdep.c:
15036         * systty.h:
15037         * m/ibmrs6000.h:
15038         * m/iris4d.h:
15039         * s/aix4-2.h:
15040         * s/freebsd.h:
15041         * s/gnu-linux.h:
15042         * s/hpux10-20.h:
15043         * s/hpux11.h:
15044         * s/netbsd.h:
15045         * s/sol2-3.h:
15046         * s/sol2-4.h:
15047         * s/sol2.h:
15048         * s/usg5-4.h:
15049         * s/vms.h: Remove references to unused variables.
15051 2008-07-10  Andreas Schwab  <schwab@suse.de>
15053         * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
15054         pattern before matching the generic family.
15056 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
15058         * unexec.c:
15059         * s/vms.h:
15060         * s/usg5-4-2.h:
15061         * s/sol2-5.h:
15062         * s/freebsd.h:
15063         * s/darwin.h: Remove dead code.
15065         * m/template.h:
15066         * m/sparc.h:
15067         * m/mips.h:
15068         * m/m68k.h:
15069         * m/iris4d.h:
15070         * m/intel386.h:
15071         * m/ibms390x.h:
15072         * m/ibms390.h:
15073         * m/ia64.h:
15074         * m/hp800.h:
15075         * m/arm.h:
15076         * m/amdx86-64.h: Remove dead code and references to unused
15077         and compiler defined symbols.
15079         * unexmips.c:
15080         * unexelf.c: Remove references to desupported systems.
15082         * m/powermac.h: Remove file, it is now identical to m/macppc.h.
15084         * m/powermac.h: Remove boilerplate comments.
15085         (NO_REMAP): Remove unused definition.
15087         * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
15088         define them.
15090 2008-07-10  Kenichi Handa  <handa@m17n.org>
15092         * xfont.c (xfont_open): Log the reason of failure.
15094 2008-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15096         * fontset.c (fontset_get_font_group):
15097         * font.c (font_check_otf): Specify argument types.
15099 2008-07-09  Kenichi Handa  <handa@m17n.org>
15101         * coding.c (detect_coding_utf_8): Set detect_info->found only when
15102         non-ASCII char is found.
15104         * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
15105         (reorder_font_vector): Change the arg preferred_family to font.
15106         Prefer the spec matching with font.
15107         (fontset_get_font_group): New function.
15108         (fontset_find_font): Change the format of an element of a realized
15109         fontset.  Use fontset_get_font_group.
15110         (fontset_font): Try the current fontset, the default fontset, the
15111         fallbacks of the current fontset, and the fallbacks of the default
15112         fontset in this order.
15113         (face_for_char): Delete the shortcut to use the current font.
15114         (fontset_from_font): Don't set fonts for Latin in the fontset.
15116         * font.h (font_make_object, font_match_p): Adjust prototypes.
15118         * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
15120         * font.c (font_make_object): New arg entity and pixelsize.
15121         (font_check_otf_features, font_check_otf): New functions.
15122         (font_match_p): Check :lang, :script, and :otf properties.
15124         * xfont.c (xfont_open): Adjust it for the change of
15125         font_make_object.
15126         (xfont_text_extents): Fix initial setting of metrics.
15128         * ftfont.c (struct ftfont_info): New member index, delete member
15129         fc_charset_idx.  Make the member order compatible with struct
15130         xftfont_info.
15131         (fc_charset_table): Change charset names to registry names.
15132         (ftfont_pattern_entity): Delete the args registry and
15133         fc_charset_idx.  Change the value of :font-entity property
15134         to (FONTNAME . INDEX).  Always set :registry property to
15135         `iso10646-1'.
15136         (struct ftfont_cache_data): New struct.
15137         (ftfont_lookup_cache): New arg for_face.
15138         (ftfont_get_fc_charset, ftfont_get_otf): New functions.
15139         (ftfont_driver): Set the member otf_capability.
15140         (ftfont_get_charset): Adjust it for the change of
15141         fc_charset_table.
15142         (OTF_TAG_SYM): New macro.
15143         (ftfont_spec_pattern): Delete the arg fc_charset_idx.  Adjust it
15144         for the change of fc_charset_table.
15145         (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
15146         ftfont_pattern_entity.  Add FC_INDEX to objset.
15147         (ftfont_match): Adjust it for the change of ftfont_spec_pattern
15148         and ftfont_pattern_entity.
15149         (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
15150         font_make_object, struct ftfont_info.
15151         (ftfont_has_char): Use ftfont_get_fc_charset.
15152         (ftfont_otf_features, ftfont_otf_capability): New functions.
15153         (ftfont_shape): Use ftfont_get_otf.
15154         (ftfont_text_extents): Fix initial setting of metrics.
15156         * xftfont.c (struct xftfont_info): New member ft_size.  Make the
15157         member order compatible with struct ftfont_info.
15158         (xftfont_open): Add FC_CHARSET to the pattern.  Set
15159         xftfont_info->ft_size.  Don't unlock the face.  Check BDF
15160         properties if appropriate.
15161         (xftfont_close): Unlock the face.
15162         (xftfont_anchor_point, xftfont_shape): Deleted.
15163         (syms_of_xftfont): Don't set members anchor_point and shape of
15164         xftfont_driver.
15166         * w32uniscribe.c (uniscribe_open): Adjust it for the change of
15167         font_make_object.
15169         * w32font.c (w32font_open): Adjust it for the change of
15170         font_make_object.
15171         (w32font_open_internal): Don't set properties of font_object here.
15173 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
15175         * macfns.c (x_create_tip_frame):
15176         * w32fns.c (x_create_tip_frame):
15177         * xfns.c (x_create_tip_frame): Pass parameter argument to
15178         face-set-after-frame-default.
15180         * xfaces.c (Finternal_merge_in_global_face): Save merged
15181         attributes for the default face back into the face vector.
15183 2008-07-08  Andreas Schwab  <schwab@suse.de>
15185         * fontset.h: Declare fontset_from_font.  Don't declare
15186         new_fontset_from_font and fontset_from_font_name.
15187         * xterm.c: Include "fontset.h".
15188         * Makefile.in (xterm.o): Update dependencies.
15190 2008-07-08  Glenn Morris  <rgm@gnu.org>
15192         * m/sparc.h: Define __sparc__ rather than sparc.  (Bug#507.)
15193         * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
15195 2008-07-07  Chong Yidong  <cyd@stupidchicken.com>
15197         * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
15198         (x_set_frame_parameters): Don't bind it.
15200 2008-07-07  Juanma Barranquero  <lekktu@gmail.com>
15202         * w32fns.c (map_w32_filename): Declare extern.
15204 2008-07-07  Jason Rumney  <jasonr@gnu.org>
15206         * w32term.c (WS_EX_LAYERED): Define if not already.
15208 2008-07-06  Chong Yidong  <cyd@stupidchicken.com>
15210         * xfaces.c (set_font_frame_param): Don't try to set the font
15211         parameter if it is still unspecified in the lface.
15213 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
15215         * xfaces.c (Finternal_merge_in_global_face): Don't realize default
15216         face if it didn't already exist.
15218         * xdisp.c (try_window_id): Give up if word-wrapping is on.
15220 2008-07-05  Andreas Schwab  <schwab@suse.de>
15222         * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
15224 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
15226         * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
15227         word-wrapping.
15228         (IT_DISPLAYING_WHITESPACE): New macro.
15229         (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
15230         when word-wrapping.  Simplify word-wrapping logic.  Use correct
15231         pixel positions when saving copies of the iterator.
15232         (display_line): Use proper wrap point if the last character on a
15233         line was preceded by whitespace.
15235 2008-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15237         * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
15239 2008-07-04  Kenichi Handa  <handa@m17n.org>
15241         * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
15243         * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
15245 2008-07-02  Jason Rumney  <jasonr@gnu.org>
15247         * xfns.c (syms_of_xfns): Only define x-select-font when both
15248         HAVE_FREETYPE and USE_GTK.
15250         * xdisp.c (next_element_from_display_vector): Move assignment out
15251         of if statement.
15253 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
15255         * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
15257         * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
15258         (syms_of_fileio): Initialize and export them.
15259         (Fdelete_directory, Fdelete_file): Optionally delete via trash.
15261         * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
15262         (Fsystem_move_file_to_trash): New function.
15263         (syms_of_w32fns): Export it to lisp.
15265 2008-07-01  Jason Rumney  <jasonr@gnu.org>
15267         * w32font.c (w32font_text_extents): Don't count overhang as part
15268         of width.
15270 2008-06-30  Miles Bader  <miles@gnu.org>
15272         * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
15273         Add `avoid_cursor_p' field.
15275         * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
15276         (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
15277         (append_glyph, append_composite_glyph, produce_image_glyph)
15278         (append_stretch_glyph): Initialize avoid_cursor_p.
15279         (get_it_property): Rename from `get_line_height_property'.
15280         (x_produce_glyphs): Use get_it_property.
15281         (handle_line_prefix, push_display_prop): New functions.
15282         (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
15283         (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
15284         New variables.
15285         (syms_of_xdisp): Initialize them.
15287 2008-06-30  Kenichi Handa  <handa@m17n.org>
15289         * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
15290         XftDefaultSubstitute (they are called in XftFontMatch).
15291         (xftfont_open): Fix args to ftfont_font_format.
15293         * ftfont.c (fc_charset_table): New member lang.
15294         (ftfont_resolve_generic_family): New arg pattern.
15295         (ftfont_spec_pattern): Check fc_charset_table[]->lang.
15296         (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
15297         (ftfont_open): Fix args to ftfont_font_format.
15298         (ftfont_font_format): New arg filename.
15300 2008-06-30  Chong Yidong  <cyd@stupidchicken.com>
15302         * xfaces.c (Finternal_merge_in_global_face): If default face was
15303         modified, realize it again.  Update the font face attribute.
15305 2008-06-29  Jason Rumney  <jasonr@gnu.org>
15307         * w32term.c (x_set_frame_alpha): Fix logic.
15309 2008-06-29  Kenichi Handa  <handa@m17n.org>
15311         * fontset.c (Finternal_char_font): Return font-object instead of
15312         font-name.
15314         * composite.c (get_composition_id): Fix the width calculation for TAB.
15316 2008-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15318         * indent.c (Fvertical_motion): Properly handle float column arg.
15320 2008-06-28  Jason Rumney  <jasonr@gnu.org>
15322         * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
15323         (pfnSetLayeredWindowAttributes): New function pointer.
15324         (w32_initialize): Initialize it when supported.
15325         (x_set_frame_alpha): New function.
15327         * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
15328         (w32_frame_parm_handlers): Set alpha handler.
15330         * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
15332 2008-06-27  Jason Rumney  <jasonr@gnu.org>
15334         * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
15335         (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
15336         (w32_to_x_charset, x_to_w32_charset)
15337         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15338         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15339         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15340         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15341         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15342         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15343         (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
15344         (Qw32_charset_unicode): Remove.
15345         (syms_of_w32fns): Update for above changes.
15347         * w32font.c (w32_to_x_charset, x_to_w32_charset)
15348         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15349         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15350         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15351         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15352         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15353         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15354         (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
15355         (syms_of_w32font): Update for above changes.
15357 2008-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
15359         * s/usg5-4.h: Fix previous change: keep the correct branch of a
15360         removed #if.
15361         (USG_SHARED_LIBRARIES): Remove duplicate definition.
15363 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
15364             Eli Zaretskii  <eliz@gnu.org>
15366         * makefile.w32-in (LOCAL_FLAGS):
15367         Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
15369         * sysdep.c (_spawnlp, _getpid):
15370         Declare with explicit _cdecl instead of _CRTAPI1.
15372         * editfns.c (Fget_internal_run_time):
15373         Check for WINDOWSNT with #ifdef, not #if.
15375 2008-06-26  Jason Rumney  <jasonr@gnu.org>
15377         * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
15379         * w32term.c (x_draw_glyph_string_foreground)
15380         (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
15381         Use FONT_HANDLE macro.
15382         (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
15384         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15385         (uniscribe_encode_char): Use FONT_HANDLE macro.
15387         * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
15388         (w32font_text_extents): Use precast w32_font.
15389         (w32font_close): Free cached metrics.
15390         (w32font_open_internal): Allocate space for name on stack.
15392 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
15394         * xdisp.c (extend_face_to_end_of_line): Fix last change.
15396 2008-06-26  Jason Rumney  <jasonr@gnu.org>
15398         * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
15399         (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
15401 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
15403         * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
15405 2008-06-26  Jason Rumney  <jasonr@gnu.org>
15407         * w32bdf.c, w32bdf.h: Remove obsolete files.
15409         * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
15411         * w32gui.h: Don't include w32bdf.h.
15412         (XCharStruct, enum w32_char_font_type, W32FontStruct):
15413         Remove obsolete font support.
15415         * w32font.h (struct w32font_info): Remove compat_w32_font.
15416         Add hfont member.
15417         (FONT_COMPAT): Remove obsolete macro.
15419         * w32font.c (w32font_close): Remove compat code.  Delete hfont member.
15420         (w32font_encode_char, w32font_text_extents): Use new hfont member.
15421         (w32font_open_internal): Remove compat code.  Set new hfont member.
15422         (Fx_select_font): Use new hfont member.
15424         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15425         (uniscribe_encode_char): Use new hfont member.
15427         * w32term.c (x_draw_glyph_string_foreground)
15428         (x_draw_composite_glyph_string_foreground): Use new hfont member.
15429         (x_draw_glyph_string): Use metrics in w32font_info.
15431 2008-06-26  Kenichi Handa  <handa@m17n.org>
15433         * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
15435 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
15437         * unexnext.c:
15438         * m/ews4800.h:
15439         * m/hp9000s300.h:
15440         * m/ibm370aix.h:
15441         * m/mips-siemens.h:
15442         * m/ncr386.h:
15443         * m/next.h:
15444         * m/pmax.h:
15445         * m/powerpcle.h:
15446         * m/tandem-s2.h:
15447         * s/386bsd.h:
15448         * s/bsd386.h:
15449         * s/bsd4-1.h:
15450         * s/bsd4-2.h:
15451         * s/bsdos2-1.h:
15452         * s/bsdos2.h:
15453         * s/bsdos3.h:
15454         * s/bsdos4.h:
15455         * s/nextstep.h:
15456         * s/ultrix4-3.h:
15457         * s/usg5-0.h:
15458         * s/usg5-2-2.h:
15459         * s/usg5-2.h:
15460         * s/usg5-4-3.h:
15461         * s/ux4800.h:
15462         * s/uxpds.h:
15463         * s/uxpv.h: Remove support for obsolete systems.
15464         * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
15465         Remove, insert contents in s/hpux10-20.h.
15466         * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
15467         Remove, insert contents in s/aix4-2.h.
15468         * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
15469         * s/bsd4-3.h: Rename to ...
15470         * s/bsd-common.h: ... this.
15471         * data.c:
15472         * doc.c:
15473         * ecrt0.c:
15474         * emacs.c:
15475         * fileio.c:
15476         * floatfns.c:
15477         * keyboard.c:
15478         * mem-limits.h:
15479         * print.c:
15480         * process.c:
15481         * sysdep.c:
15482         * syssignal.h:
15483         * systty.h:
15484         * syswait.h:
15485         * term.c:
15486         * unexec.c:
15487         * unexelf.c:
15488         * unexhp9k800.c:
15489         * m/hp800.h:
15490         * m/ibmrs6000.h:
15491         * m/mips.h:
15492         * m/vax.h:
15493         * s/darwin.h:
15494         * s/freebsd.h:
15495         * s/gnu.h:
15496         * s/ms-w32.h:
15497         * s/msdos.h:
15498         * s/netbsd.h:
15499         * s/template.h: Remove references to obsolete variables.
15501         * Makefile.in: Add dependencies for all unexec files.
15502         (admindir): Remove unused variable.
15503         (UNEXEC_SRC): Remove references.
15505 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
15507         * xfns.c (x_default_font_parameter): If Xft is available, first
15508         try Monospace-12 for the default font.
15510 2008-06-25  Jason Rumney  <jasonr@gnu.org>
15512         * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
15514 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15516         * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
15518         * buffer.c (syms_of_buffer): Remove default-word-wrap.
15520 2008-06-25  Juanma Barranquero  <lekktu@gmail.com>
15522         * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
15523         <scroll-conservatively>: Fix typo in docstring.
15525         * xselect.c (Fx_send_client_event): Doc fix.
15527 2008-06-25  Kenichi Handa  <handa@m17n.org>
15529         * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
15531         * font.c (font_parse_fcname): Remove unused variables.
15532         (font_sort_entites): Delete the arg SPEC.  Caller changed.
15533         Fix for the case of ! best_only.
15534         (font_delete_unmatched): Check DPI and AVGWIDTH too.
15536         * lisp.h (Fstring_to_unibyte): EXFUN it.
15538         * character.h (str_to_unibyte): Extern it.
15540         * character.c (str_to_unibyte): New function.
15542         * fns.c (Fstring_to_unibyte): New function.
15543         (syms_of_fns): Defsubr it.
15545 2008-06-24  Kenichi Handa  <handa@m17n.org>
15547         * font.c (font_score): Even if the PIXEL_SIZE is the same, check
15548         DPI too.
15549         (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
15551 2008-06-24  Andreas Schwab  <schwab@suse.de>
15553         * Makefile.in (${lispsource}loaddefs.el): Rename from
15554         ../lisp/loaddefs.el.
15555         (bootstrap-clean): Do what distclean does but don't remove
15556         Makefile.
15557         (distclean): Depend on bootstrap-clean and remove Makefile.
15559 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
15561         * buffer.h (struct buffer): New member word_wrap.
15563         * buffer.c (syms_of_buffer): New variables default-word-wrap and
15564         word-wrap.
15565         (init_buffer_once): Initialize them.
15567         * dispextern.h (struct it): Replace bool truncate_lines_p with a
15568         line_wrap enum possessing three possible values.
15570         * termopts.h: Replace truncate_partial_width_windows with
15571         Vtruncate_partial_width_windows.
15573         * dispnew.c (direct_output_for_insert): Avoid direct output when
15574         inserting a space with word wrap on.
15576         * indent.c (compute_motion): Obey integer values of
15577         truncate-partial-width-windows.
15579         * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
15580         replacing truncate_partial_width_windows.
15581         (init_iterator): If Vtruncate_partial_width_windows is an integer,
15582         truncate only if the window width is below that integer.
15583         (start_display, resize_mini_window, produce_stretch_glyph)
15584         (display_string, move_it_in_display_line_to): Use line_wrap.
15585         (back_to_previous_visible_line_start, reseat_1): Reset
15586         string_from_display_prop_p.
15587         (display_line): Extend default face to end of line when wrapping.
15589 2008-06-24  Kim F. Storm  <storm@cua.dk>
15591         * xdisp.c (display_line, move_it_in_display_line_to): Add ability
15592         to wrap continued lines at word boundaries.
15594 2008-06-24  Jason Rumney  <jasonr@gnu.org>
15596         * font.c (Ffont_face_attributes): Multiply pixel size before point
15597         conversion to avoid multiplying rounding error.
15599 2008-06-23  Jason Rumney  <jasonr@gnu.org>
15601         * w32term.c (x_draw_glyph_string_background)
15602         (x_draw_glyph_string): Remove old bdf font code.
15604         * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
15606 2008-06-22  Kenichi Handa  <handa@m17n.org>
15608         * font.c (font_find_for_lface): Try the adstyle specified in
15609         the property of LFACE_FONT of LFACE (if any).
15611 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
15612             Ryo Yoshitake  <ryo@shiftmode.net>
15614         * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
15616 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15618         * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
15619         Use $(BOOTSTRAPEMACS) rather than witness-emacs.
15620         (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
15621         (witness-emacs): Remove.
15622         (lisp, shortlisp): Move loaddefs.el earlier.
15623         (mostlyclean): Forget about witness-emacs.
15625 2008-06-22  Glenn Morris  <rgm@gnu.org>
15627         * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
15628         (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
15630 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15632         * Makefile.in (PRECOMP): Remove.
15633         (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
15634         (witness-emacs): Run `compile-first'.
15635         (.el.elc): Use the new compile-onefile target.
15637 2008-06-21  Kenichi Handa  <handa@m17n.org>
15639         * xftfont.c (xftfont_open): Handle QCembolden only when
15640         FC_EMBOLDEN is defined.
15642 2008-06-21  Andreas Schwab  <schwab@suse.de>
15644         * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
15645         (.el.elc): Likewise.
15647 2008-06-21  Miles Bader  <miles@gnu.org>
15649         * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
15650         build dir, not the lisp source dir.
15652 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15654         * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
15655         (bootstrapclean): Remove.
15656         (.el.elc): New rule.
15657         (PRECOMP): New var.
15658         (../lisp/subdirs.el): Remove.
15659         (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
15660         (witness-emacs): New target.
15661         (mostlyclean): Remove witness-emacs as well.
15662         (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
15663         Add witness-emacs dependency.
15665 2008-06-20  Chong Yidong  <cyd@stupidchicken.com>
15667         * font.c (Ffont_face_attributes): Omit key-attribute pairs not
15668         defined by the font.
15670 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15672         * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
15673         (bootstrap-clean): New target that keeps TAGS around.
15674         (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
15675         (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
15677 2008-06-20  Jason Rumney  <jasonr@gnu.org>
15679         * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
15680         Remove obsolete font code.
15682         * w32font.c (font_matches_spec): Use csb bitfield from font signature
15683         to determine language support.
15685 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15687         * sysdep.c (cfsetspeed): New fun extracted from the code.
15688         (cfmakeraw): Move before first use.
15690 2008-06-20  Angelo Graziosi  <angelo.graziosi@alice.it>  (tiny change)
15692         * sysdep.c (cfmakeraw): Provide fallback implementation.
15693         (serial_configure): Provide fallback implementation of cfsetspeed.
15695 2008-06-20  Kenichi Handa  <handa@m17n.org>
15697         * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
15698         the pattern.
15700         * fontset.c (fontset_from_font): Copy font_spec before changing
15701         the elements.
15703         * xfns.c (x_default_font_parameter): Try "monospace-12" too.
15705 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15707         * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
15708         for explicit `font' parameters.
15710         * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
15712 2008-06-19  Kenichi Handa  <handa@m17n.org>
15714         * frame.c: Include <ctype.h>.
15715         (x_set_font_backend): Allow spacing characters in the X resource
15716         for FontBackend.
15718 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15720         * w32fns.c, xfns.c (Qfont_param): New var.
15721         (syms_of_w32fns): Initialize it.
15722         (x_default_font_parameter): Record explicit `font' into
15723         `font-parameter'.
15725 2008-06-18  Kenichi Handa  <handa@m17n.org>
15727         * font.c (font_parse_xlfd): Fix previous change.
15728         (font_parse_fcname): Don't use :fc-unknown-spec.
15729         (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
15730         (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
15731         (font_add_log): Prepend the driver name to the resulting fonts.
15733         * ftfont.c (ftfont_pattern_entity): New arg extra.  Caller changed.
15734         (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
15735         (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
15737         * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
15738         (QCembolden): New variables.
15739         (syms_of_xftfont): DEFSYM them.
15740         (xftfont_open): Call XftFontMatch.  Don't trust the result of
15741         XftTextExtents8 if the pixel_size is less than 5.
15743 2008-06-18  Andreas Schwab  <schwab@suse.de>
15745         * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
15746         (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
15748 2008-06-18  Jason Rumney  <jasonr@gnu.org>
15750         * w32font.c (w32font_list, w32font_match): Add logging.
15752         * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
15754 2008-06-17  Chong Yidong  <cyd@stupidchicken.com>
15756         * font.c (font_parse_fcname): Store divider characters for
15757         unknown-spec list.  For known key symbols, intern using correct
15758         symbol name.
15760 2008-06-17  Kenichi Handa  <handa@m17n.org>
15762         * xfaces.c (realize_default_face): If the frame is not on window
15763         system, set the fontset of face to nil.
15765 2008-06-17  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15767         * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
15769 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
15771         * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
15772         (build_font_name_from_vector): Delete externs.
15774         * xfaces.c (struct font_name): Don't declare.
15776 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15778         * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
15780 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
15782         * font.c (font_parse_fcname): Fix handling of unknown-spec string.
15784 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
15786         * font.c (Ffont_spec): Fix usage in docstring.
15787         (Ffont_face_attributes): Doc fix.
15789 2008-06-16  Andreas Schwab  <schwab@suse.de>
15791         * font.c (Ffont_face_attributes): Fix definition.
15793 2008-06-16  Jason Rumney  <jasonr@gnu.org>
15795         * font.h (font_style_symbolic_from_value): Remove.
15797         * font.c (font_style_symbolic_from_value): Remove.
15798         (font_style_symbolic): Revert to pre 2008-06-13 version.
15800         * w32font.c (w32_to_fc_weight): New function.
15801         (w32font_full_name, logfont_to_fcname): Use it.
15803 2008-06-16  Kenichi Handa  <handa@m17n.org>
15805         * font.c (font_check_object): Delete it.
15806         (font_clear_cache): Check if a font-object is alive.
15807         (font_open_entity): Likewise.  Set FONT_OBJLST_INDEX of a
15808         font-object to nil.
15809         (font_close_object): Don't check FONT_CLOSE_OBJECT.
15810         (font_at): Don't call font_check_object.
15811         (Ffont_get): Return a symbol for :weight, :slant, and :width.
15813 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15815         * puresize.h (BASE_PURESIZE): Increase to 1230000.
15817 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
15819         * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
15821 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
15823         * font.c (font_parse_fcname): Only one decimal point.
15824         (font_unparse_fcname): Handle data in family and foundry indices
15825         as symbols, not strings.
15826         (font_unparse_gtkname, Ffont_face_attributes): New functions.
15828         * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
15830         * font.h (font_unparse_gtkname): Add prototype.
15832 2008-06-15  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15834         * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
15836 2008-06-15  Andreas Schwab  <schwab@suse.de>
15838         * font.c (font_update_drivers): Fix crash when no drivers match.
15840 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15842         * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
15843         * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
15845 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15847         * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
15849 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15851         * process.c (Fserial_process_configure, Fprocess_send_eof):
15852         Use EQ to compare Lisp_Objects.
15854 2008-06-13  Jason Rumney  <jasonr@gnu.org>
15856         * w32fns.c (Fw32_select_font): Remove old font API function.
15858         * w32font.c (logfont_to_fcname): New function.
15859         (Fx_select_font): New font dialog function compatible with
15860         GTK/fontconfig version.
15862         * font.c (font_style_symbolic_from_value): New function.
15863         (font_style_symbolic): Use it.
15865         * font.h (font_style_symbolic_from_value): Declare new function.
15867 2008-06-13  Juanma Barranquero  <lekktu@gmail.com>
15869         * font.c (syms_of_font) <font-weight-table, font-slant-table>:
15870         <font-width-table>: Fix typos in docstrings.
15872 2008-06-13  Daniel Engeler  <engeler@gmail.com>
15874         These changes add serial port access.
15875         * process.c: Add HAVE_SERIAL.
15876         (Fdelete_process, Fprocess_status, Fset_process_buffer)
15877         (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
15878         (list_processes_1, select_wrapper, Fstop_process)
15879         (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
15880         (status_notify): Modify to handle serial processes.
15881         [HAVE_SERIAL] (Fserial_process_configure)
15882         [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
15883         New functions.
15884         * process.h (struct Lisp_Process): Add `type'.
15885         * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
15886         New functions.
15887         * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
15888         serial ports.
15889         (serial_open, serial_configure): New functions.
15890         * w32.h: Add FILE_SERIAL.
15891         (struct _child_process): Add ovl_read, ovl_write.
15893 2008-06-13  Kenichi Handa  <handa@m17n.org>
15895         * dispextern.h (enum lface_attribute_index): New member
15896         LFACE_FOUNDRY_INDEX.
15898         * font.c (font_score): Delete arg alternate_families.  Check only
15899         weight, slant, width, and size.  Ignore the difference of alias
15900         style symbols.
15901         (font_sort_entites): Adjust for the above change.  Reflect the
15902         order of font-driver to scores.
15903         (font_list_entities): Don't check alternate_familes here.
15904         (font_clear_prop): Handle foundry.
15905         (font_update_lface): Don't parse "foundry-family" form here.
15906         Handle FONT_FOUNDRY_INDEX.
15907         (font_find_for_lface): Likewise.  Handle alternate families here.
15908         If registry is nil, try iso8859-1 and ascii-0.
15909         (font_open_for_lface): Pay attention to size in ENTITY.
15910         (font_open_by_name): Simplify by calling font_load_for_lface.
15911         (free_font_driver_list): Delete it.
15912         (font_update_drivers): Preserve the order of backends.
15913         (syms_of_font): Setting of sort_shift_bits adjusted for the change
15914         of font_score and font_sort_entites.
15915         (font_update_sort_order): Likewise.
15917         * xfaces.c (LFACE_FOUNDRY): New macro.
15918         (check_lface_attrs): Check foundry.
15919         (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
15920         (merge_face_vectors): Check foundry.
15921         (merge_face_ref): Likewise.
15922         (Finternal_set_lisp_face_attribute): Likewise.
15923         (x_update_menu_appearance): Likewise.
15924         (Finternal_get_lisp_face_attribute): Likewise.
15925         (lface_hash): Likewise.
15926         (lface_same_font_attributes_p): Likewise.
15927         (x_supports_face_attributes_p): Likewise.
15928         (tty_supports_face_attributes_p): Likewise.
15929         (Finternal_set_alternative_font_family_alist): Intern strings.
15930         (Finternal_set_alternative_font_registry_alist): Downcase strings.
15931         (realize_default_face): Set LFACE_FOUNDRY (lface).
15933         * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
15934         font-driver at first.
15936         * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
15938 2008-06-12  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
15940         * lread.c (Fload): Use xfree, not free on saved_doc_string.
15942 2008-06-12  Jim Meyering  <meyering@redhat.com>
15944         Make unexec_free handle NULL the same way free does.
15945         * unexmacosx.c (unexec_free): Ignore a NULL argument.
15947 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15949         * character.h (CHAR_TO_BYTE_SAFE): New macro.
15950         * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
15951         * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
15952         (WEAK_ALIAS): Simplify.
15953         * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
15954         when searching a unibyte buffer.
15956 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
15958         * xfns.c (Fx_select_font): Rename from x-font-dialog.
15960 2008-06-12  Juanma Barranquero  <lekktu@gmail.com>
15962         * w32font.c: Include ctype.h.
15964 2008-06-11  Jason Rumney  <jasonr@gnu.org>
15966         * w32font.c (w32font_encode_char): Detect missing glyphs that are
15967         misreported as space.
15968         (add_font_entity_to_list): Support unicode-bmp and unicode-sip
15969         as aliases for registry iso10646-1.
15971 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15973         * buffer.c (clone_per_buffer_values): Skip `name'.
15975 2008-06-11  Chong Yidong  <cyd@stupidchicken.com>
15977         * font.c (font_parse_fcname): Fix last change; accept decimal
15978         points in font size.
15980 2008-06-10  Jason Rumney  <jasonr@gnu.org>
15982         * w32uniscribe.c (add_opentype_font_name_to_list):
15983         Skip non unicode fonts.
15985 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
15987         * xfns.c (Fx_font_dialog): New function.
15989         * gtkutil.c (xg_dialog_response_cb): Rename from
15990         xg_file_response_callback.
15991         (pop_down_dialog): Rename from pop_down_file_dialog.
15992         (xg_get_file_name): Callers changed.
15993         (xg_get_font_name): New function.
15995         * gtkutil.h (xg_get_font_name): Insert prototype.
15997 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15999         * xdisp.c (underline_minimum_offset): Rename from xterm.c's
16000         x_underline_minimum_display_offset.
16001         (syms_of_xdisp): Declare it here rather than in xterm.c.
16002         * dispextern.h (underline_minimum_offset): Declare it.
16003         * w32term.c (x_draw_glyph_string): Use it.
16004         * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
16005         (syms_of_xterm): Don't declare it any more.
16006         (x_draw_glyph_string): Adjust to the new name.
16008 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>
16010         * xterm.c (x_underline_minimum_display_offset): New var.
16011         (x_draw_glyph_string): Use it.
16012         (syms_of_xterm): Declare it.
16014 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
16016         * font.c (font_parse_fcname): Accept GTK-style font names too.
16018 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16020         * dired.c (file_name_completion): Don't return t if the match is exact
16021         but with different capitalization.
16022         * minibuf.c (Ftry_completion): Simplify.
16024         * window.c (Vwindow_point_insertion_type): New var.
16025         (set_window_buffer): Use it.
16026         (syms_of_window): Init and export it to Lisp.
16028 2008-06-10  Kenichi Handa  <handa@m17n.org>
16030         * font.h (font_intern_prop): Prototype adjusted.
16032         * font.c (font_intern_prop): New arg force_symbol.
16033         (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
16034         Adjust for the change of font_intern_prop.
16036         * ftfont.c (ftfont_pattern_entity):
16037         * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
16038         (w32_registry):
16039         * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
16040         the change of font_intern_prop.
16042 2008-06-09  Juanma Barranquero  <lekktu@gmail.com>
16044         * w32menu.c (digest_single_submenu): Declare extern.
16046 2008-06-09  Jason Rumney  <jasonr@gnu.org>
16048         * w32term.c (x_make_frame_visible): Use alternate restore flags.
16050         * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
16051         (parse_single_submenu): Remove.
16052         (digest_single_submenu): Remove.
16053         (syms_of_w32menu): Don't initialise variables that have moved
16054         to menu.c.
16055         (set_frame_menubar): Sync with version in xmenu.c.
16056         (w32_menu_show): Sync with xmenu_show in xmenu.c.
16058         * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
16059         Make static again.
16061 2008-06-09  Jason Rumney  <jasonr@gnu.org>
16063         Changes to w32 files related to the move of common menu code
16064         to menu.c on 2008-06-08 by Chong Yidong.
16066         * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
16067         defs to w32gui.h.
16068         (single_keymap_panes, push_menu_item, push_menu_pane):
16069         Make globally visible.
16071         * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
16072         (local_free, malloc_widget_value, free_widget_value)
16073         (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
16074         (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
16075         (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
16076         (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
16077         (menu_items, menu_items_allocated, menu_items_used)
16078         (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
16079         (init_menu_items, finish_menu_items, discard_menu_items)
16080         (grow_menu_items, push_submenu_start, push_submenu_end)
16081         (push_left_right_boundary, push_menu_pane, push_menu_item)
16082         (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
16083         (free_menubar_widget_tree_value, parse_single_submenu)
16084         (update_submenu_strings): Remove functions.
16085         (xmalloc_widget_value): Remove and declare extern.
16087         * makefile.w32-in ($(SRC)/menu.$(O)): New target.
16088         (OBJ1): Build it.
16090         * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
16091         (local_heap, local_alloc, local_free, malloc_widget_value)
16092         (free_widget_value): Define here.
16094 2008-06-09  Kenichi Handa  <handa@m17n.org>
16096         * font.h (Qascii_0): Extern it.
16098         * font.c (Qascii_0): New variable.
16099         (syms_of_font): DEFSYM it.
16100         (font_open_by_name): If the registry "iso8859-1" fails, try also
16101         "ascii-0".
16103         * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
16105 2008-06-08  Kenichi Handa  <handa@m17n.org>
16107         * .gdbinit (xfont): New command.
16109 2008-06-08  Andreas Schwab  <schwab@suse.de>
16111         * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
16112         * Makefile.in (menu.o): Update dependencies.
16114         * Makefile.in (obj): Always add menu.o.
16115         * emacs.c (main): Always call syms_of_menu.
16116         * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
16118 2008-06-08  Chong Yidong  <cyd@stupidchicken.com>
16120         * Makefile.in: Compile menu.c.
16122         * lisp.h: Declare syms_of_menu.
16124         * emacs.c (main): Call syms_of_menu.
16126         * keyboard.h: Relocate platform-independent menu definitions from
16127         xmenu.c.
16129         * menu.c: New file.  Relocate platform-independent menu
16130         definitions from xmenu.c.  Suggested by Adrian Robert.
16132         * xmenu.c: Remove platform-independent menu definitions.
16133         (menu_items, menu_items_inuse, menu_items_allocated)
16134         (menu_items_used, menu_items_n_panes)
16135         (menu_items_submenu_depth): Move to keyboard.h.
16136         (init_menu_items, finish_menu_items, unuse_menu_items)
16137         (discard_menu_items, restore_menu_items, save_menu_items)
16138         (grow_menu_items, push_submenu_start, push_submenu_end)
16139         (push_left_right_boundary, push_menu_pane, push_menu_item)
16140         (keymap_panes, single_keymap_panes, single_menu_item)
16141         (list_of_panes, list_of_items, find_and_call_menu_selection)
16142         (xmalloc_widget_value, free_menubar_widget_value_tree)
16143         (parse_single_submenu, digest_single_submenu)
16144         (update_submenu_strings): Move to menu.c.
16146 2008-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16148         * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
16150 2008-06-06  Miles Bader  <miles@gnu.org>
16152         * xdisp.c (x_produce_glyphs): Calculate tab width based on current
16153         face, not frame default.
16155 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
16157         * window.c (pop_up_windows, pop_up_frames)
16158         (display_buffer_reuse_frames, Vpop_up_frame_function)
16159         (Vdisplay_buffer_function, Veven_window_heights)
16160         (Vspecial_display_buffer_names, Vspecial_display_regexps)
16161         (Vspecial_display_function, Vsame_window_buffer_names)
16162         (Vsame_window_regexps, split_height_threshold)
16163         (Vsplit_window_preferred_function): Move those vars to window.el.
16164         (display_buffer_1, Fspecial_display_p, Fsame_window_p)
16165         (Fdisplay_buffer): Move those functions to window.el.
16166         (syms_of_window): Remove corresponding declarations.
16167         (display_buffer): New function.
16168         (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
16169         * dispnew.c (Flast_nonminibuf_frame): New function.
16170         * buffer.c (Fpop_to_buffer): Move to window.el.
16172 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16174         * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
16176 2008-06-05  Kenichi Handa  <handa@m17n.org>
16178         * coding.c (detect_coding): Fix previous change.
16179         (detect_coding_system): Likewise.
16181 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16183         * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
16185         * keymap.c (Vminibuffer_local_filename_must_match_map):
16186         Rename from Vminibuffer_local_must_match_filename_map.
16187         (syms_of_keymap):
16188         * minibuf.c (Fcompleting_read): Adjust accordingly.
16189         * commands.h: Rename declaration as well.
16191 2008-06-05  Kenichi Handa  <handa@m17n.org>
16193         * font.c (Ffont_spec): Don't use font_parse_family_registry for
16194         family name.
16195         (Ffont_put): Likewise.
16197         * fontset.c (fontset_find_font): Call font_open_for_lface with the
16198         current font-spec.
16200         * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
16201         is unspecified.
16203         * xfaces.c (realize_x_face): If the font-related face attributes
16204         are the same as those of default face, realize a new fontset from
16205         default->fontset.
16206         (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
16208 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16210         * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
16211         (move_it_in_display_line): New wrapper.
16213         * window.c (window_scroll_pixel_based_preserve_x)
16214         (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
16215         (window_scroll_pixel_based, window_scroll_line_based):
16216         Use them to preserve column positions.
16217         (syms_of_window): Initialize them.
16219         * indent.c (Fvertical_motion): Extend first arg to allow passing an
16220         (HPOS . VPOS) pair.
16222         * dispextern.h (move_it_in_display_line): Declare.
16224 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
16226         * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
16227         (Fwindow_parameters): Return copy of parameter alist.  Doc fix.
16228         (Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.
16230 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
16232         * window.c (Fset_window_parameter): Doc fix.
16233         (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
16235 2008-06-04  Joakim Verona  <joakim@verona.se>
16237         * window.h (struct window): Add new member window_parameters.
16239         * window.c (Fwindow_parameters, Fwindow_parameter)
16240         (Fset_window_parameter): New defuns.
16241         (syms_of_window): Defsubr the new defuns.
16242         (make_window): Initialize window_parameters to nil.
16244 2008-06-04  John Paul Wallington  <jpw@pobox.com>
16246         * eval.c (Fdefmacro): Doc fix.
16248 2008-06-04  Kenichi Handa  <handa@m17n.org>
16250         * coding.c (detect_coding): Fix handling of coding->head_ascii.
16251         Be sure to call setup_coding_system when we find a proper coding system.
16252         (detect_coding_system): Fix handling of coding->head_ascii.
16254 2008-06-03  Andreas Schwab  <schwab@suse.de>
16256         * font.c (font_prop_validate_spacing): Fix last change.
16258 2008-06-03  Kenichi Handa  <handa@m17n.org>
16260         * font.c (font_prop_validate_spacing): Handle uppercase symbols.
16261         (font_parse_fcname): Fix handling of unknown key.
16263         * xfont.c (xfont_list): Try an alias.
16265         * charset.c (char_charset): Return NULL if the arg charset_list is
16266         specified and C doesn't belong to any of them.
16268 2008-06-02  Chip Coldwell  <coldwell@redhat.com>
16270         * font.c (font_pixel_size): Don't take cdr of an integer.
16272 2008-06-02  Jim Meyering  <meyering@redhat.com>
16274         Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
16275         * alloc.c (xfree): Return right away for a NULL arg.
16276         * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
16277         * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
16278         * mac.c (create_apple_event_from_event_ref): Likewise.
16279         (create_apple_event_from_drag_ref, cfstring_create_normalized):
16280         Likewise.
16281         * doprnt.c (doprnt1): Likewise.
16282         * frame.c (frame): Likewise.
16283         * keyboard.c (wipe_kboard): Likewise.
16284         * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
16285         (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
16286         * term.c (tty_default_color_capabilities, maybe_fatal)
16287         (delete_tty): Likewise.
16288         * w16select.c (string): Likewise.
16289         * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
16290         * w32bdf.c (w32_free_bdf_font): Likewise.
16291         * w32fns.c (w32_unload_font): Likewise.
16292         * w32font.c (w32font_close): Likewise.
16293         * window.c (size_window): Likewise.
16294         * xselect.c (receive_incremental_selection): Likewise.
16295         * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
16296         * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
16297         * w32.c (stat): Likewise.
16299         Remove useless if-before-free tests.
16300         * editfns.c (Fset_time_zone_rule): Likewise.
16301         * lread.c (nosuffix): Likewise.
16302         * ralloc.c (get_bloc): Likewise.
16303         * regex.c (reg_free): Likewise.
16304         * xftfont.c (xftfont_open, xftfont_close): Likewise.
16305         * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
16306         * xsmfns.c (smc_save_yourself_CB): Likewise.
16308 2008-06-02  Kenichi Handa  <handa@m17n.org>
16310         * font.c (font_find_for_lface): Handle float font size.
16311         (font_open_for_lface): Likewise.
16313         * xfaces.c (x_supports_face_attributes_p): Check face->font before
16314         comparing the properties.
16316 2008-06-01  Jason Rumney  <jasonr@gnu.org>
16318         * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
16319         Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
16320         Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
16321         Don't add empty script list.
16322         (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
16324 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
16326         * Makefile.in (dot, dotdot): Remove, update users.
16327         ".." has been used elsewhere in the file for a long time.
16328         (LIBXT_STATIC): Remove conditional based on unused variable.
16330 2008-06-01  Miles Bader  <miles@gnu.org>
16332         * xfaces.c (Vface_remapping_alist): New variable.
16333         (syms_of_xfaces): Initialize it.
16334         (enum named_merge_point_kind): New type.
16335         (struct named_merge_point): Add `named_merge_point_kind' field.
16336         (push_named_merge_point): Make cycle detection respect different
16337         named-merge-point kinds.
16338         (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
16339         Remove face-name alias resolution.
16340         (lface_from_face_name): New definition using
16341         `lface_from_face_name_no_resolve'.
16342         (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
16343         Call lface_from_face_name_no_resolve instead of lface_from_face_name.
16344         (get_lface_attributes): New definition that layers face-remapping on
16345         top of get_lface_attributes_no_remap.  New arg `named_merge_points'.
16346         (lookup_basic_face): New function.
16347         (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
16348         (realize_named_face): Call `get_lface_attributes_no_remap' instead of
16349         `get_lface_attributes'.
16350         (face_at_buffer_position): Use `lookup_basic_face' to lookup
16351         DEFAULT_FACE_ID if necessary.  When optimizing the default-face case,
16352         return default_face's face-id instead of the constant DEFAULT_FACE_ID.
16354         * xdisp.c (init_iterator): Pass base_face_id through
16355         `lookup_basic_face' when we actually use it as a face-id.
16356         (handle_single_display_prop): Use `lookup_basic_face' to lookup
16357         DEFAULT_FACE_ID.
16359         * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
16360         lookup the initial face-id.
16362         * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
16364 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
16366         * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
16367         (Fremove_text_properties): Fix typos in docstrings.
16369 2008-05-31  Kenichi Handa  <handa@m17n.org>
16371         * font.c (font_list_entities): Fix the car part of data to be
16372         stored in the cache.
16374         * ftfont.c (ftfont_font_format): Don't use strcasestr.
16376 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16378         * chartab.c (Foptimize_char_table, optimize_sub_char_table):
16379         Add a `test' argument so another predicate than `equal' can be used.
16380         (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
16381         (map_char_table): Remove unused vars `c' and `i'.
16382         * lisp.h (Foptimize_char_table): Adjust declaration.
16383         * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
16385 2008-05-30  Kenichi Handa  <handa@m17n.org>
16387         * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
16388         (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
16389         defined.
16391 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16393         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
16394         (Fmake_variable_frame_local): Disallow mixing buffer-local and
16395         frame-local settings for the same variable.
16397 2008-05-30  Kenichi Handa  <handa@m17n.org>
16399         * fontset.c (Ffont_info): Move to font.c.
16400         (syms_of_fontset): Delete defsubr of Sfont_info.
16402         * font.c (font_style_to_value, font_score): Delete casting of the
16403         args to xstcasecmp.
16404         (register_font_driver): Increment num_font_drivers only when
16405         registering the driver globally.
16406         (Ffont_info): Move from fontset.c.  Handle a font object too.
16407         (syms_of_font): Defsubr Sfont_info.
16409 2008-05-29  Kenichi Handa  <handa@m17n.org>
16411         * coding.h (enum define_coding_utf8_arg_index): New enum.
16412         (enum coding_attr_index): Change coding_attr_utf_16_bom to
16413         coding_attr_utf_bom.
16414         (enum utf_bom_type): Rename from utf_16_bom_type.
16415         (struct utf_16_spec): Adjust for the above change.
16416         (struct coding_system): Add utf_8_bom in `spec' union.
16418         * coding.c (CODING_UTF_8_BOM): New macro.
16419         (enum coding_category): Delete coding_category_utf_8, add
16420         coding_category_utf_8_auto, coding_category_utf_8_nosig, and
16421         coding_category_utf_8_sig.
16422         (CATEGORY_MASK_UTF_8): Delete it.
16423         (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
16424         (CATEGORY_MASK_UTF_8_SIG): New macros.
16425         (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
16426         CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
16427         CATEGORY_MASK_UTF_8_SIG.
16428         (CATEGORY_MASK_UTF_8): New macro.
16429         (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
16430         (detect_coding_utf_8): Check BOM.
16431         (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
16432         (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
16433         (encode_coding_utf_16): Likewise.
16434         (setup_coding_system): Likewise.  Set CODING_UTF_8_BOM (coding).
16435         (detect_coding, detect_coding_system): Handle utf-8-auto.
16436         (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
16437         (syms_of_coding): Fix setting up of Vcoding_category_table.
16439 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16441         * process.c (Faccept_process_output): If `millisec' is non-nil,
16442         `seconds' default to 0.
16443         (wait_reading_process_output): Also return non-nil if we read output
16444         from a non-running process.
16446 2008-05-29  Jason Rumney  <jasonr@gnu.org>
16448         * w32font.c (w32font_open_internal): Prefer truetype fonts unless
16449         `raster' specified.
16450         (add_font_entity_to_list): Allow non-opentype truetype fonts back
16451         in the uniscribe backend, but disallow any font that has no
16452         unicode subrange support.
16454 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
16456         * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
16457         Fix typos in docstrings.
16459 2008-05-29  Kenichi Handa  <handa@m17n.org>
16461         * xfaces.c (Fx_list_fonts): Make it return a list of font names.
16462         (Fx_family_fonts): Set frame correctly.
16464 2008-05-28  Jason Rumney  <jasonr@gnu.org>
16466         * w32term.c (x_draw_glyph_string): Use clipmask if specified.
16468 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16470         * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
16471         calling build_annotations.
16473 2008-05-28  Juanma Barranquero  <lekktu@gmail.com>
16475         * coding.c (Fdecode_coding_region, Fencode_coding_region)
16476         (Fencode_coding_string):
16477         (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
16478         <latin-extra-code-table>: Fix typos in docstrings.
16479         (syms_of_coding) <coding-system-alist>: Doc fix.
16480         (syms_of_coding) <translation-table-for-input>: Reflow docstring.
16482 2008-05-28  Kenichi Handa  <handa@m17n.org>
16484         * fontset.c (Ffont_info): Don't call font_close_object.
16486         * font.c (font_parse_family_registry): Use Ffont_put to validate
16487         foundry and family.
16488         (font_delete_unmatched): Don't check spacing.
16489         (font_list_entities): Add spacing to the spec to list fonts.
16491         * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
16492         (ftfont_list): Check spacing here.  Don't include FC_CHARSET in objset.
16494         * coding.c (encode_coding_raw_text): Fix previous change.
16495         (encode_coding_object): When the dst_object is a buffer and is
16496         different from src_object, move gap to PT.
16498 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
16500         * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
16502 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16504         * coding.c (encode_coding_raw_text): Set coding->produced_char for
16505         all branches.  Compute it differently.
16507         * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
16509 2008-05-27  Juanma Barranquero  <lekktu@gmail.com>
16511         * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
16512         into "else if () ... else ...".
16514 2008-05-27  Jason Rumney  <jasonr@gnu.org>
16516         * w32font.c (w32font_open_internal): Determine if glyph indices
16517         are likely to work here.
16519 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
16521         * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
16522         draw overlap glyphs with appropriate highlighting.
16524 2008-05-27  Kenichi Handa  <handa@m17n.org>
16526         * xfont.c (xfont_open): Fix calculation of font->average_width.
16528 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16530         * casefiddle.c (casify_object): Try to guess better whether the
16531         argument is a byte or a char.
16533 2008-05-26  Andreas Schwab  <schwab@suse.de>
16535         * xselect.c (x_reply_selection_request): Properly handle format == 32.
16536         Always send multiples of format size.
16538         * xterm.c (x_set_frame_alpha): Fix type mismatch.
16540 2008-05-26  Jason Rumney  <jasonr@gnu.org>
16542         * w32font.c (w32font_text_extents): Zero whole metrics struct first.
16543         (compute_metrics): Don't set failure if we just cleared the cache.
16544         (w32_weight_table): Remove unused variable.
16545         (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
16546         backwards compatibility.
16548 2008-05-25  Kenichi Handa  <handa@m17n.org>
16550         * w32term.c (x_draw_glyph_string):
16551         * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
16553         * xfaces.c: Delete unused function prototypes.
16554         (xstrlwr, font_frame): Delete them.
16555         (clear_face_cache): Delete unused variable.
16557         * xftfont.c (xftfont_open): Delete unused variable.
16558         If underline_thickness is not 1, adjust underline_position.
16560         * ftxfont.c (ftxfont_open): Delete unused variable.
16562         * fontset.c (face_for_char): Optimize for the case of no charset
16563         property.
16565         * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
16566         (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
16567         (otf_open, font_otf_capability, generate_otf_features)
16568         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16569         Comment out by surrounding "#if 0" and "#endif" for the moment.
16570         (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
16571         (syms_of_font): Codes for accessing above commented out.
16573 2008-05-24  Eli Zaretskii  <eliz@gnu.org>
16575         * w32proc.c: Include dispextern.h.
16577         * w32.c: Include dispextern.h.
16579 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
16581         * charset.c (Fencode_char, Fsplit_char): Doc fixes.
16582         (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
16583         Fix typos in docstrings.
16585 2008-05-23  Jason Rumney  <jasonr@gnu.org>
16587         * xsmfns.c: Remove includes that are already included by config.h.
16589 2008-05-23  Kenichi Handa  <handa@m17n.org>
16591         * charset.c (Qemacs, charset_emacs): New variables.
16592         (char_charset): Fix for non-Unicode characters.
16593         (syms_of_charset): Define charset_emacs.
16595         * w32term.c (x_draw_glyph_string): Be sure to update
16596         s->underline_thickness and s->underline_position.  Be sure to draw
16597         underline within the current line area.
16599         * xterm.c (x_draw_glyph_string): Be sure to update
16600         s->underline_thickness and s->underline_position.  Be sure to draw
16601         underline within the current line area.
16603         * fontset.c: Delete unused variables and add casting for char *
16604         throughout the file.
16605         (fontset_font): Try the fallback fonts of the current fontset
16606         before consulting the default fontset.
16608         * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
16610         * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
16612 2008-05-22  Jason Rumney  <jasonr@gnu.org>
16614         * font.c: Don't include strings.h.
16616         * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
16618         * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
16619         * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
16620         * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
16621         to call xstrcasecmp.
16623         * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
16625         * fontset.c (fs_query_fontset): Use xstrcasecmp.
16627         * font.c (font_style_to_value, font_score): Use xstrcasecmp.
16629         * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
16631 2008-05-22  Kenichi Handa  <handa@m17n.org>
16633         * puresize.h (BASE_PURESIZE): Increase to 1220000.
16635         * font.c (font_prop_validate_style): Adjust for the format
16636         change of font_style_table.
16638         * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
16639         two args.
16641         * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
16642         two args.
16644 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16646         * minibuf.c (keys_of_minibuf): Delete.
16647         * lisp.h (keys_of_minibuf): Delete.
16648         * emacs.c (main): Don't call keys_of_minibuf.
16650 2008-05-22  Kenichi Handa  <handa@m17n.org>
16652         * ftfont.c (ftfont_resolve_generic_family): Rename from
16653         ftfont_list_generic_family.  Return a single family for each
16654         generic family.
16655         (ftfont_spec_pattern): Add FC_FAMILY to pattern.
16656         (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
16657         Call font_add_log.
16658         (ftfont_match): Call font_add_log.
16660         * font.h (Ffont_xlfd_name): EXFUN adjusted.
16661         (FONT_DEBUG): Define it.
16662         (font_add_log): Extern it.
16663         (font_assert): Rename from xassert.
16665         * xfont.c (xfont_get_pcm): Change xassert to font_assert.
16666         (xfont_list_family): Call font_add_log.
16667         (xfont_match): Likewise.
16668         (memq_no_quit): Delete.
16670         * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
16671         call of Ffont_xlfd_name.
16673         * xfaces.c (struct table_entry, slant_table, weight_table)
16674         (swidth_table): Move to font.c.
16676         * font.c: Checking of FONT_DEBUG is moved to font.h.  All calls of
16677         xassert are changed to font_assert.  Delete many unused variables.
16678         (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
16679         New variables.
16680         (struct table_entry): Move from xfaces.c and modified.
16681         (weight_table, slant_table, width_table): Move from xfaces.c and
16682         contents adjusted for the change of struct table_entry.
16683         (font_style_to_value, font_style_symbolic): Adjust for the
16684         format change of font_style_table.
16685         (font_parse_family_registry): Don't overwrite existing foundry and
16686         family of font_spec.
16687         (font_score): Fix calculation of diff for sizes.
16688         (font_sort_entites): Call font_add_log.
16689         (font_delete_unmatched): Return a newly created list.
16690         (font_list_entities): Fix previous change.  Call font_add_log.
16691         (font_matching_entity, font_open_entity, font_close_entity):
16692         Call font_add_log.
16693         (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
16694         (Finternal_set_font_style_table): Delete.
16695         (BUILD_STYLE_TABLE): New macro.
16696         (build_style_table): New function.
16697         (Vfont_log, font_log_env_checked): New variables.
16698         (font_add_log): New function.
16699         (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
16700         Declare Lisp variables "font-weight-table", "font-slant-table",
16701         "font-width-table", and "font-log".  Initialize font_style_table.
16703 2008-05-21  Dan Nicolaescu  <dann@ics.uci.edu>
16705         * xterm.c (x_set_frame_alpha): Move declarations before statements.
16707 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
16708             Ryo Yoshitake  <ryo@shiftmode.net>
16710         * frame.c (Qalpha): Add a new frame parameter `alpha'.
16711         (Vframe_alpha_lower_limit): New variable.
16712         (x_set_alpha): New function.
16714         * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
16716         * xfns.c (x-create-frame, Qalpha):
16717         Initialize the frame parameter `alpha'.
16718         * xterm.c (OPAQUE, OPACITY): New.
16719         (x_set_frame_alpha): New function.
16720         (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
16722         * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
16723         * w32fns.c (w32_frame_parm_handlers): Likewise.
16725 2008-05-20  Jason Rumney  <jasonr@gnu.org>
16727         * w32font.c (add_font_entity_to_list): Don't add non-opentype
16728         truetype fonts to opentype list.
16730 2008-05-20  Juanma Barranquero  <lekktu@gmail.com>
16732         * fontset.c (Ffontset_info): Doc fix.
16733         (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
16734         <ignore-relative-composition>: Fix typos in docstrings.
16736         * font.c (syms-of-font) <font-encoding-alist>:
16737         (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
16738         (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
16739         (Ffont_otf_alternates): Doc fixes.
16741 2008-05-20  Kenichi Handa  <handa@m17n.org>
16743         * Makefile.in (FONTSRC): Delete it.  Change all $(FONTSRC) to
16744         font.h through out the file.
16745         (FONT_DRIVERS): Rename from FONTOBJ.
16746         (obj): Change $(FONTOBJ) to $(FONT_DRIVERS).  Add font.o.
16747         (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
16749         * emacs.c (main): Call syms_of_font unconditionally.
16751         * font.h (find_font_encoding): Extern it.
16753         * font.c (Vfont_encoding_alist, find_font_encoding): Move from
16754         fontset.c.
16755         (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
16756         (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
16757         FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
16758         only when HAVE_WINDOW_SYSTEM is defined.
16759         (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
16760         when HAVE_WINDOW_SYSTEM is defined.
16762         * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
16763         (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
16765         * xfaces.c: Include font.h unconditionally.
16766         (merge_face_ref, merge_face_vectors)
16767         (Finternal_set_lisp_face_attribute): Cancel the previous change.
16769 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16771         * xdisp.c (select_frame_for_redisplay): Adjust for last change to
16772         indirect_variable.
16773         * eval.c (lisp_indirect_variable): New fun.
16774         (Fuser_variable_p): Use it.
16776 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16778         * lisp.h (indirect_variable):
16779         * data.c (indirect_variable, let_shadows_buffer_binding_p):
16780         Use Lisp_Symbol pointers rather than Lisp_Object.
16781         Adjust callers.
16782         * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
16783         To this end, change calling-convention.
16785         * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
16786         if some non-hidden buffers are selected by string&pred.
16788 2008-05-19  Chong Yidong  <cyd@stupidchicken.com>
16790         * process.c (wait_reading_process_output): Always check status
16791         when in batch mode.
16793 2008-05-19  Kenichi Handa  <handa@m17n.org>
16795         * font.c (font_list_entities): Fix handling of cache.
16796         (font_matching_entity): Likewise.
16798         * ftfont.c (cs_iso8859_1): Delete.
16799         (ft_face_cache): New variable.
16800         (struct ftfont_info): New member fc_charset_idx.
16801         (ftfont_build_basic_charsets): Delete.
16802         (fc_charset_table): New variable.
16803         (ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
16804         . FC_CHARSET_IDX) as :font-entity property in the font entity.
16805         Callers changed.
16806         (ftfont_lookup_cache, ftfont_get_charset): New functions.
16807         (ftfont_spec_pattern): New argument fc_charset_idx.
16808         Check registry more rigidly.  Change callers.
16809         (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
16810         change of :font-entity property of the font.
16812         * xftfont.c (xftfont_open): Adjust for the change of :font-entity
16813         property of the font.
16815 2008-05-18  Juanma Barranquero  <lekktu@gmail.com>
16817         * coding.c (Fcoding_system_p): Rename argument to match docstring.
16818         (Funencodable_char_position, Fcheck_coding_systems_region)
16819         (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
16820         (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
16821         (Ffind_operation_coding_system, Fset_coding_system_priority)
16822         (Fcoding_system_eol_type): Doc fixes.
16824 2008-05-17  Glenn Morris  <rgm@gnu.org>
16826         * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
16828 2008-05-16  Eli Zaretskii  <eliz@gnu.org>
16830         * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
16831         and st_gid.
16833         * frame.c (Fdelete_frame): Don't call font_update_drivers if
16834         HAVE_WINDOW_SYSTEM is not defined.
16836         * xfaces.c (merge_face_ref, merge_face_vectors)
16837         (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
16838         HAVE_WINDOW_SYSTEM is defined.
16839         (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
16841 2008-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16843         * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
16845 2008-05-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16847         * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
16849 2008-05-15  Kenichi Handa  <handa@m17n.org>
16851         * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
16852         preference.
16854 2008-05-15  Glenn Morris  <rgm@gnu.org>
16856         * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
16858 2008-05-15  Chong Yidong  <cyd@stupidchicken.com>
16860         * fns.c (init_fns): Don't initialize weak_hash_tables here.
16861         (init_weak_hash_tables): New fun.  Initialize weak_hash_tables.
16863         * alloc.c (init_alloc_once): Call init_weak_hash_tables.
16865 2008-05-15  Kenichi Handa  <handa@m17n.org>
16867         * ftfont.c (ftfont_list): Downcase family name to check generic
16868         families.
16870         * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
16871         font-spec for QCfont value.
16873         * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
16874         buffer.  Check the return value of it.
16876 2008-05-14  Jason Rumney  <jasonr@gnu.org>
16878         * w32term.c (w32_get_glyph_overhangs): Remove.
16879         (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
16881 2008-05-14  Kenichi Handa  <handa@m17n.org>
16883         * font.c (font_prop_validate): Make nil a valid value.
16884         (font_clear_cache): Check if the cached vector of entities is nil
16885         or not.
16887 2008-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16889         * emacs.c (main_thread): Conditionalize on
16890         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16891         (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
16893         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
16894         (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
16895         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16897 2008-05-14  Kenichi Handa  <handa@m17n.org>
16899         * coding.c (detect_coding_iso_2022): Ignore a coding category that
16900         has no corresponding coding system.
16902 2008-05-14  Jason Rumney  <jasonr@gnu.org>
16904         * font.h (struct font) [WINDOWSNT]: Remove codepage member.
16906         * w32font.h (w32font_open_internal): Update declaration.
16908         * w32font.c (w32font_open_internal): Change last argument from
16909         w32font_info struct to font object.  Fill in font object from
16910         font_entity.  Get Outline metrics if possible.  Use them to
16911         calculate underline position and thickness.  Use xlfd name as name
16912         property.  Don't set codepage.
16913         (w32font_open): Pass font_object to w32font_open_internal.  Don't
16914         update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
16915         (w32font_draw): Use s->font.
16916         (clear_cached_metrics): Don't clear non-existent blocks.
16918         * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
16919         font was not found.
16920         (x_draw_glyph_string): Use underline position and thickness from font.
16922         * w32uniscribe.c (uniscribe_open): Pass font_object to
16923         w32font_open_internal.
16925 2008-05-14  Kenichi Handa  <handa@m17n.org>
16927         These changes are to delete all legacy font-handling codes, and
16928         make Emacs use only font-backends.
16930         * Makefile.in: Delete USE_FONT_BACKEND conditionals.
16931         (frame.o, image.o, print.o): Depend on $(FONTSRC).
16933         * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
16935         * charset.h (Vcharset_non_preferred_head)
16936         (Vcurrent_iso639_language): Extern them.
16938         * charset.c (Vcharset_non_preferred_head): New variable.
16939         (Vcurrent_iso639_language): New variable.
16940         (syms_of_charset): Declare it as a Lisp variable.
16941         (char_charset): Don't check non preferred charsets.  As a last
16942         resort, return charset_unicode.
16943         (Fset_charset_priority): Update Vcharset_non_preferred_head.
16945         * composite.c: Throughout the file, delete all USE_FONT_BACKEND
16946         conditionals.  Don't check enable_font_backend.  Delete all codes
16947         used only when USE_FONT_BACKEND is not defined.
16949         * dispextern.h (struct glyph_string): Change type of `font' to
16950         `struct font *'.
16951         (struct glyph_string): New member underline_position and
16952         underline_thickness.
16953         (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
16954         (struct face): Change type of `font' to `struct font *'.  Remove
16955         members `font_name', `font_info_id'.
16956         (per_char_metric, encode_char): Delete externs.
16957         (calc_pixel_width_or_height): Adjust the prototype.
16959         * emacs.c (enable_font_backend): Delete extern.
16960         (main): Don't set enable_font_backend.  Don't check the command
16961         line argument "-disable-font-backend".
16963         * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
16964         (enum font_property_index): New members FONT_DPI_INDEX,
16965         FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
16966         FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
16967         FONT_OBJECT_MAX.  Delete FONT_FRAME_INDEX.
16968         (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
16969         (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
16970         (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
16971         (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
16972         (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
16973         (struct font_spec, struct font_entity): New structs.
16974         (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
16975         (struct font): Many members from old "struct font_info" moved to
16976         here.  Members font and entity deleted.
16977         (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
16978         the new font-related objects.
16979         (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
16980         (CHECK_FONT_GET_OBJECT): Likewise.
16981         (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
16982         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
16983         (struct font_driver): New members case_sensitive anc check.  Type
16984         of the member list and open changed.
16985         (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
16986         (font_symbolic_width, font_find_object, font_get_spec)
16987         (font_set_lface_from_name): Delete extern.
16988         (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
16990         * font.c: Include <strings.h>.
16991         (enable_font_backend): Delete it.
16992         (Qfont_spec, Qfont_entity, Qfont_object): New variables.
16993         (CHECK_VALIDATE_FONT_SPEC): Delete it.
16994         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
16995         (null_string): Delete it.
16996         (null_vector): Make it static.
16997         (font_family_alist): Delete it.
16998         (Qnormal): Extern it.
16999         (QCextra, QClanguage): Delete it.
17000         (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
17001         (font_make_spec, font_make_entity, font_make_object)
17002         (font_intern_prop): Renamed from intern_downcase.  Don't downcase
17003         the string.  Callers changed.
17004         (font_pixel_size): Adjusted for the format change of font-related
17005         objects.
17006         (prop_name_to_numeric, prop_numeric_to_name): Delete them.
17007         (font_style_to_value, font_style_symbolic): New function.
17008         (build_font_family_alist): Delete it.
17009         (font_registry_charsets): Use Fassoc_string instead of
17010         assq_no_quit.
17011         (font_prop_validate_symbol): Don't return null_string.
17012         (font_prop_validate_style): Adjusted for the change of
17013         style-related values in a font vector.
17014         (font_property_table): Delete entries for QClanguage and
17015         QCantialias, add entries for QCavgwidth.
17016         (get_font_prop_index): Delete the 2nd argument FROM.
17017         (font_prop_validate): Arguments changed.
17018         (font_put_extra): Adjusted for the change of font-related objects.
17019         (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
17020         (font_parse_fcname, font_unparse_fcname)
17021         (font_prepare_composition): Likewise.
17022         (font_parse_family_registry): Renamed from font_merge_old_spec.
17023         (otf_open): Delete the 1st arg entity.
17024         (font_otf_capability): Adjusted for the above change.
17025         (font_score): New arg alternate_families.  Adjusted for the change
17026         of font-related objects.
17027         (font_sort_entites): New arg best_only.
17028         (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
17029         Delete them.
17030         (font_match_p): Check alternate families.
17031         (font_find_object): Delete it.
17032         (font_check_object): New function.
17033         (font_clear_cache): Adjusted for the change of font-related objects.
17034         (font_delete_unmatched): New arg.
17035         (font_list_entities): Call font_driver->list with a spec that
17036         doesn't specify style-related properties.
17037         (font_matching_entity): Arguments changed.  Caller changed.
17038         (font_open_entity): Adjusted for the change of font-related objects.
17039         (font_close_object, font_has_char, font_encode_char)
17040         (font_get_name, font_get_spec): Likewise.
17041         (font_spec_from_name, font_clear_prop, font_update_lface):
17042         New functions.
17043         (font_find_for_lface, font_open_for_lface, font_load_for_lface)
17044         (font_prepare_for_face, font_done_for_face, font_open_by_name)
17045         (font_at): Adjusted for the change of font-related objects.
17046         (font_range): New function.
17047         (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
17048         (Ffont_xlfd_name): Adjusted for the change of font-related objects.
17049         (Fcopy_font_spec, Fmerge_font_spec): New function.
17050         (Ffont_family_list): Renamed from list-families.
17051         (Finternal_set_font_style_table): Arguments changed.
17052         (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
17053         (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
17054         change of font-related objects.
17055         (syms_of_font): Delete "ifdef USE_FONT_BACKEND".  DEFSYM new symbols.
17057         * fontset.h (struct font_info): Delete it.  Most members go to
17058         struct font.
17059         (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
17060         (enum FONT_SPEC_INDEX): Delete it.
17061         (font_info, list_fonts_func, load_font_func, query_font_func)
17062         (set_frame_fontset_func, find_ccl_program_func)
17063         (get_font_repertory_func, new_fontset_from_font_name): Delete
17064         externs.
17065         (fontset_from_font_name): Extern it.
17066         (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
17067         (FONT_INFO_FROM_FACE): Deleted.
17068         (face_for_font): Adjust prototype.
17070         * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
17071         conditionals.  Don't check enable_font_backend.  Delete all codes
17072         used only when USE_FONT_BACKEND is not defined.
17073         (get_font_info_func, list_font_func, load_font_func)
17074         (query_font_func, set_frame_fontset_func, find_ccl_program_func)
17075         (get_font_repertory_func): Delete them.
17076         (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
17077         (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
17078         (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
17079         (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
17080         (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
17081         (fontset_compare_rfontdef): New function.
17082         (reorder_font_vector): Remove the argument CHARSET-ID.  Sort
17083         rfont-defs by qsort.  Adjusted for the change of font-group vector.
17084         (load_font_get_repertory): Deleted.
17085         (fontset_find_font): Use new macros to ref/set elements of
17086         font-def and rfont-def.
17087         (fontset_font): Fix the timing of remembering that no font for C.
17088         (free_face_fontset): Do nothing if the face has no fontset.
17089         (face_suitable_for_char_p): Use new macros to ref/set elements of
17090         rfont-def.
17091         (face_for_char): Likewise.  Call face_for_char with font_object.
17092         (fs_load_font): Delete.  Delete #pragma surrounding it.
17093         (fs_query_fontset): Use strcasecmp instead of strcmp.
17094         (generate_ascii_font_name): Adjusted for the format change of
17095         font-spec.
17096         (Fset_fontset_font): Likewise.  Use new macros to set elements of
17097         font-def.
17098         (Fnew_fontset): Use font_unparse_xlfd to generate
17099         FONTSET_ASCII (fontset).
17100         (new_fontset_from_font_name): Deleted.
17101         (fontset_from_font): Renamed from new_fontset_from_font.  Check if
17102         a fontset is already created for the font.  FIx updating of
17103         Vfontset_alias_alist.
17104         (fontset_ascii_font): Deleted.
17105         (Ffont_info): Adjusted for the format change of font-spec.
17106         (Finternal_char_font): Likewise.
17107         (Ffontset_info): Likewise.
17108         (syms_of_fontset): Don't check load_font_func.
17110         * fns.c (internal_equal): Handle PREV_FONT.
17112         * frame.h: Delete USE_FONT_BACKEND conditional.
17114         * frame.c: Throughout the file, delete all USE_FONT_BACKEND
17115         conditionals.  Don't check enable_font_backend.  Delete all codes
17116         used only when USE_FONT_BACKEND is not defined.
17117         (x_set_font): Call x_new_font, not x_new_fontset2.
17118         (x_set_font_backend): Use FRAME_FONT macro to check if a font is
17119         already set for the frame.
17121         * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.  Make
17122         a font-entity by font_make_entity.  Use font_intern_prop instead
17123         of intern_downcase.  Use FONT_SET_STYLE to set a style-related
17124         font property.  If a font is scalable, set avgwidth property to 0.
17125         Set font-entity property by font_put_extra.
17126         (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
17127         (ffont_driver): Adjusted for the change of struct font_driver.
17128         (ftfont_spec_pattern): New function.
17129         (ftfont_list): Return a list, not vector.
17130         (ftfont_match): Use ftfont_spec_pattern to get a pattern.
17131         (ftfont_list_family): Don't downcase names.
17132         (ftfont_free_entity): Deleted.
17133         (ftfont_open): Return a font-object.  Adjusted for the change of
17134         struct font.  Get underline_thickness and underline_position from
17135         font property.  Don't update dpyinfo->smallest_font_height and
17136         dpyinfo->smallest_char_width.
17137         (ftfont_close): Don't free `struct font'.
17138         (ftfont_has_char): Adjusted for the format change of font-entity.
17139         (ftfont_encode_char, ftfont_text_extents): Likewise.
17141         * ftxfont.c (ftxfont_list): Return a list, not vector.
17142         (ftxfont_open): Return a font-object.  Adjusted for the change of
17143         struct font.  Get underline_thickness and underline_position from
17144         font property.  Don't update dpyinfo->smallest_font_height and
17145         dpyinfo->smallest_char_width.
17146         (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
17147         (ftxfont_draw): Adjusted for the change of struct font.
17149         * image.c (image_ascent): Don't include "charset.h".  Include
17150         "character.h" and "font.h".
17152         * lisp.h (enum pvec_type): New member PREV_FONT.
17153         (Fassoc_string): EXFUN it.
17155         * print.c: Include font.h.
17156         (print_object): Handle font-related objects.
17158         * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
17159         conditionals.  Don't check enable_font_backend.  Delete all codes
17160         used only when USE_FONT_BACKEND is not defined.
17161         (handle_auto_composed_prop): Do nothing if it->f is not on a
17162         window system.  Check how many following characters can be
17163         displayed by the same font.
17164         (calc_pixel_width_or_height): Type of the 4th arg is changed to
17165         'struct font *'.
17166         (get_char_face_and_encoding): Assign the whole encoding task to
17167         the `encode-char' method of a font driver.
17168         (fill_composite_glyph_string): Adjusted for the change of `struct
17169         face' and `struct glyph_string'.
17170         (fill_glyph_string): Likewise.
17171         (get_per_char_metric): Arguments changed.
17172         (x_get_glyph_overhangs): Adjusted for the change of `struct face'
17173         and `struct glyph_string'.
17174         (produce_stretch_glyph, calc_line_height_property)
17175         (x_produce_glyphs): Likewise.
17177         * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
17178         conditionals.  Don't check enable_font_backend.  Delete all codes
17179         used only when USE_FONT_BACKEND is not defined.  Use
17180         FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
17181         (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
17182         (Qp): Extern them.
17183         (clear_font_table, load_face_font, xlfd_lookup_field_contents):
17184         Deleted.
17185         (struct font_name): Deleted.
17186         (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
17187         (compare_fonts_by_sort_order): New function.
17188         (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
17189         (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
17190         Deleted.
17191         (Fx_family_fonts): Use font_list_entities, and sort fonts by
17192         compare_fonts_by_sort_order.
17193         (Fx_font_family_list): Call Ffont_family_list.
17194         (face_numeric_value, face_numeric_weight, face_numeric_slant)
17195         (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
17196         (face_symbolic_slant, face_symbolic_swidth)
17197         (split_font_name_into_vector, build_font_name_from_vector)
17198         (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
17199         (font_rescale_ratio, split_font_name, build_font_name)
17200         (free_font_names, sort_fonts, x_face_list_fonts)
17201         (face_font_available_p, sorted_font_list, cmp_font_names)
17202         (font_list_1, concat_font_list, font_list, remove_duplicates):
17203         Deleted.
17204         (Fx_list_fonts): Use Ffont_list.
17205         (LFACE_AVGWIDTH): Deleted.
17206         (check_lface_attrs): Don't check LFACE_AVGWIDTH.  Check LFACE_FONT
17207         by FONTP.
17208         (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
17209         (set_lface_from_font_name): Delete it.
17210         (set_lface_from_font): Renamed from
17211         set_lface_from_font_and_fontset.  Caller changed.  Don't set
17212         LFACE_AVGWIDTH.  Use FONT_XXX_FOR_FACE to get a symbol suitable
17213         for face.
17214         (merge_face_vectors): Copy font-spec if necessary.
17215         Clear properties of the font-spec if necessary.
17216         (merge_face_ref): Clear properties of the font-spec if necessary.
17217         (Finternal_set_lisp_face_attribute): Likewise.
17218         (set_font_frame_param): Use font_load_for_lface to load a
17219         font-object, and call Fmodify_frame_parameters with it.
17220         (x_update_menu_appearance): Don't check LFACE_AVGWIDTH.  Get XLFD
17221         font name by Ffont_xlfd_name.
17222         (Finternal_lisp_face_attribute_values): Don't check QCweight,
17223         QCslant, and QCwidth.
17224         (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
17225         (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
17226         Compare fonts by EQ.
17227         (lookup_non_ascii_face): Deleted.
17228         (face_for_font): The 2nd argument changed.
17229         (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
17230         Check atomic font properties by case insensitive.
17231         (realize_non_ascii_face): Set face->overstrike correctly.
17232         (realize_x_face): Likewise.  Check if LFACE_FONT is a font_object.
17233         (dump_realized_face): Get font name from
17234         font->props[FONT_NAME_INDEX].  Don't print font_info_id.
17236         * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
17237         conditionals.  Don't check enable_font_backend.  Delete all codes
17238         used only when USE_FONT_BACKEND is not defined.
17239         (xic_create_xfontset): Original code deleted and renamed from
17240         xic_create_xfontset2.  Use FRAME_FONT, not FRAME_FONT_OBJECT.
17241         (x_make_gc): Don't set GCFont in GCs.
17242         (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
17243         opened by "fixed".
17244         (syms_of_xfns): Don't set get_font_info_func, load_font_func,
17245         find_ccl_program_func, query_font_func, set_frame_fontset_func,
17246         get_font_repertory_func.
17248         * xfont.c: Include <stdlib.h> and "ccl.h".
17249         (struct xfont_info): New structure.
17250         (xfont_query_font): Deleted.
17251         (xfont_find_ccl_program): Renamed from x_find_ccl_program and
17252         moved from xterm.c.
17253         (xfont_driver): Adjusted for the change of struct font_driver.
17254         (compare_font_names): New function.
17255         (xfont_list_pattern): Sort font names case insensitively.  Make
17256         font_entity by calling font_make_entity.  Avoid auto-scaled fonts.
17257         (xfont_list): Return a list, not vector.
17258         (xfont_match): If the font doesn't have QCname property, generate
17259         a name from the other font properties.
17260         (xfont_open): Return a font-object.  Adjusted for the change of
17261         struct font.  Get underline_thickness and underline_position from
17262         font property.  Don't update dpyinfo->smallest_font_height and
17263         dpyinfo->smallest_char_width.
17264         (xfont_close): Don't free struct font.
17265         (xfont_prepare_face): Adjusted for the change of struct font.
17266         (xfont_done_face): Deleted.
17267         (xfont_has_char): Adjusted for the change of struct font.
17268         (xfont_encode_char, xfont_draw): Likewise.
17269         (xfont_check): New function.
17271         * xftfont.c (xftfont_list): Adjusted for the change of `list'
17272         callback function.
17273         (xftfont_match): Adjusted for the format change of font-entity.
17274         (xftfont_open): Adjusted for the format change of font-entity and
17275         font-object.  Adjusted for the change of struct font.  Return a
17276         font-object.  Don't update dpyinfo->smallest_font_height and
17277         dpyinfo->smallest_char_width.
17278         (xftfont_close): Block input while calling XftFontClose.
17279         (xftfont_prepare_face): Don't block input while calling
17280         xftfont_get_colors.  Adjusted for the change of struct font.
17281         (xftfont_shape): Return value of error case fixed.
17283         * xrdb.c (x_load_resources): Don't setup a fontset resource.
17285         * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
17286         conditionals.
17287         (FONT_WIDTH): Return (f)->max_width.
17288         (struct x_display_info): Delete member `font'.
17289         (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
17290         (x_find_ccl_program, x_get_font_repertory): Delete externs.
17291         (struct x_output): Change type of `font' to `struct font *'.
17293         * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
17294         conditionals.  Don't check enable_font_backend.  Delete all codes
17295         used only when USE_FONT_BACKEND is not defined.  Don't include ccl.h.
17296         (x_per_char_metric, x_encode_char): Deleted.
17297         (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
17298         (x_compute_glyph_string_overhangs): Adjusted for the change of
17299         `struct face'.
17300         (x_draw_glyph_string_foreground)
17301         (x_draw_composite_glyph_string_foreground): Likewise.
17302         (x_draw_glyph_string): Likewise.  Use font->underline_position and
17303         font->underline_thickness.
17304         (x_new_font): Renamed from x_new_fontset2.
17305         (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
17306         (x_check_font): Call `check' method of a font driver.
17307         (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
17308         (x_query_font, x_get_font_repertory): Deleted.
17309         (x_find_ccl_program): Renamed and moved to xfont.c.
17310         (x_redisplay_interface): Adjusted for the change of `struct
17311         redisplay_interface'.
17313         * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
17314         conditionals.  Don't check enable_font_backend.  Delete all codes
17315         used only when USE_FONT_BACKEND is not defined.  Surround non-used
17316         code by "#ifdef OLD_FONT" and "endif".
17317         (Fw32_select_font): Use FONT_COMPAT to get old font structure.
17319         * w32font.h (struct w32font_info): New member.
17320         (FONT_COMPAT): New macro.
17321         (w32font_open_internal): Prototype adjusted.
17323         * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
17324         OLD_FONT" and "endif".
17326         * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
17327         conditionals.  Don't check enable_font_backend.  Delete all codes
17328         used only when USE_FONT_BACKEND is not defined.
17329         (w32font_open): Return a font-object.  Make a font-object by
17330         font_make_object.  Adjusted for the change of struct w32font_info.
17331         (w32font_close): Don't free struct font.  Adjusted for the change
17332         of struct w32font_info.
17333         (w32font_encode_char, w32font_text_extents, w32font_draw):
17334         Adjusted for the change of struct w32font_info.
17335         (w32font_draw): Likewise.
17336         (w32font_list_internal): Return a list, not vector.
17337         (w32font_open_internal): Change the 4th arg to font-object.
17338         Adjusted for the change of struct w32font_info and font-object format.
17339         (add_font_name_to_list): Don't downcase names.
17340         (w32_enumfont_pattern_entity): Make a font-entity by
17341         font_make_entity.  Adjusted for the format change of font-entity.
17342         Use FONT_SET_STYLE to set a style-related font property.  If a
17343         font is scalable, set avgwidth property to 0.  Set font-entity
17344         property by font_put_extra.
17345         (font_matches_spec): Adjusted for the format change of font-entity.
17346         (w32_weight_table, w32_decode_weight): New variables.
17347         (w32_encode_weight): New function.
17348         (fill_in_logfont): Adjusted for the format change of font-spec.
17349         (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
17350         weight value.
17351         (w32font_driver): Adjusted for the change of struct font_driver.
17353         * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
17354         conditionals.  Don't check enable_font_backend.  Surround non-used
17355         code by "#ifdef OLD_FONT" and "endif".
17356         (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
17357         (FONT_AVG_WIDTH): Adjusted for the change of struct font.
17359         * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
17360         conditionals.  Don't check enable_font_backend.  Delete all codes
17361         used only when USE_FONT_BACKEND is not defined.  Surround non-used
17362         code by "#ifdef OLD_FONT" and "endif".
17364         * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
17365         (uniscribe_open): Return value changed to font-object.
17366         Adjusted for the format change of font-object.
17367         (uniscribe_otf_capability): Adjusted for the change of struct font.
17368         (add_opentype_font_name_to_list): Don't downcase names.
17369         (uniscribe_font_driver): Adjusted for the change of struct
17370         font_driver.
17372 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
17374         * dispnew.c (update_frame_1): Check if tty output is still valid
17375         before flushing it.
17377 2008-05-13  Jan Djärv  <jan.h.d@swipnet.se>
17379         * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
17380         to Gtk+ menus.
17382 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17384         * dired.c (file_name_completion): Tweak the code so as to always do it
17385         in a single pass.  Tighten the scope of some variables.
17387         * dired.c (Qdefault_directory): New var.
17388         (file_name_completion): Use it instead of Fexpand_file_name.
17389         (syms_of_dired): Initialize it.
17391 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17393         * fileio.c (double_dollars): Remove dead code.
17395 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
17397         * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
17398         Mention w32-get-true-file-attributes in doc string.
17400         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
17402 2008-05-09  Glenn Morris  <rgm@gnu.org>
17404         * fileio.c (Fread_file_name): Remove reference to insdef, deleted
17405         2008-04-23.
17407 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
17409         Support for reporting owner and group of each file on MS-Windows:
17410         * dired.c (stat_uname, stat_gname): New functions, with special
17411         implementation for w32.
17412         (Ffile_attributes): Use them instead of getpwuid and getgrgid.
17414         * w32.c: Rename the_passwd_* to dflt_passwd_*.
17415         (dflt_group_name): New static variable.
17416         (dflt_group): Rename from the_group.
17417         (init_user_info): Init dflt_group fields.  Get user's group name
17418         from LookupAccountSid.
17419         (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
17420         (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
17421         New initialization states.
17422         (globals_of_w32): Initialize them to zero.  Initialize the default
17423         group name to "None".
17424         (GetFileSecurity_Name): New global var, the name of the function
17425         to call for GetFileSecurity.
17426         (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
17427         (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
17428         (get_file_security, get_security_descriptor_owner)
17429         (get_security_descriptor_group, is_valid_sid)
17430         (get_file_security_desc, get_rid, get_name_and_id)
17431         (get_file_owner_and_group): New functions.
17432         (stat): Use get_file_security_desc and get_file_owner_and_group to
17433         report the owner and primary group of each file.  Don't ignore the
17434         high 32 bits of file's size, now that st_size is 64-bit wide.
17435         Fix test when to get true file attributes.
17436         (init_user_info): Use get_rid instead of equivalent inline code.
17437         (fstat): Don't ignore the high 32 bits of file's size.
17439 2008-05-09  Chong Yidong  <cyd@stupidchicken.com>
17441         * image.c (png_load): Use correct bit-depth for setting background
17442         color.
17444 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
17446         * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
17447         epa-hook.elc.
17449 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
17451         * font.c (Ffont_match_p): Don't use `iff' in docstring.
17453 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
17455         * macfns.c (Fx_create_frame): Make a copy of frame parameters
17456         because the original parameters are in pure storage now.
17457         (mac_window): Remove unused params.  Update callers.
17459 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17461         * lread.c (substitute_object_recurse): Use lower-level primitives.
17462         Don't signal errors when traversing sub-char-tables.
17463         Don't loop over all the possible characters when traversing char-tables.
17465         * print.c (print_preprocess): Add sub-char-tables to the print-table,
17466         just like we do in print.c.
17468 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17470         * minibuf.c (Ftry_completion): Remove code left over from when we used
17471         scmp instead of Fcompare_strings.
17473 2008-05-04  Juanma Barranquero  <lekktu@gmail.com>
17475         * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
17477 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17479         * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
17480         Create bitmap context in native byte order.
17482         * macterm.c (XDrawLine)
17483         (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
17484         context in native byte order.
17486 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17488         * config.in: Regenerate.
17490         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
17491         New definitions for Image I/O support.
17492         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
17493         (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
17494         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17495         (mac_data_provider_release_data, image_load_image_io)
17496         [USE_MAC_IMAGE_IO]: New functions.
17497         (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
17498         (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
17499         (init_image_func_pointer) [MAC_OSX]: Remove function.
17500         (image_load_quartz2d) [MAC_OSX]: Check availability of
17501         CGImageCreateWithPNGDataProvider at compile time.
17502         Use lowercase `false' for boolean constant.
17503         (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
17504         Use image_load_image_io.
17505         (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
17506         Don't check MyCGImageCreateWithPNGDataProvider.
17507         (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
17508         Don't call init_image_func_pointer.
17510         * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
17512         * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
17513         Make variable non-static.
17514         (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
17515         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17517         * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
17518         (RED_FROM_ULONG): Mask off higher bits.
17519         (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
17521         * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
17522         Include AvailabilityMacros.h.
17523         (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
17524         (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
17526 2008-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17528         * chartab.c (Fset_char_table_range): If range is t, really set all
17529         chars to that value.
17531 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
17533         * dired.c (Ffile_attributes): Don't allow the device number become
17534         negative.
17536 2008-05-02  Daiki Ueno  <ueno@unixuser.org>
17538         * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
17540 2008-05-02  Juri Linkov  <juri@jurta.org>
17542         * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
17543         (Fread_variable, Fread_buffer, Fcompleting_read): Document the
17544         DEFAULT argument as a list of default values in docstrings.
17546 2008-05-01  Chong Yidong  <cyd@stupidchicken.com>
17548         * puresize.h (BASE_PURESIZE): Increase to 1210000.
17550 2008-05-01  Martin Rudalics  <rudalics@gmx.at>
17552         * dispnew.c (change_frame_size_1): Preserve small windows when
17553         shrinking frames by calling set_window_height|width with third
17554         arg 2.
17556         * window.h (struct window): Replace field too_small_ok by field
17557         resize_proportionally.
17559         * window.c (make_window): Initialize resize_proportionally.
17560         (enlarge_window): Temporarily set resize_proportionally to make
17561         sure that shrink_windows does scale the window proportionally.
17562         (shrink_windows): When window has resize_proportionally set try
17563         to shrink it proportionally by stealing from other windows.
17564         (struct saved_window, Fset_window_configuration)
17565         (compare_window_configurations): Handle resize_proportionally.
17566         (WINDOW_TOTAL_SIZE): New macro.
17567         (window_min_size, shrink_windows, size_window): Use it.
17568         (check_min_window_sizes): Remove.  Invalid values of
17569         window-min-height|width are handled by window_min_size_2 now.
17570         (size_window, Fsplit_window, enlarge_window)
17571         (adjust_window_trailing_edge, grow_mini_window): Don't call
17572         check_min_window_sizes.
17573         (window_min_size_2, window_min_size_1, window_min_size):
17574         New argument safe_p for retrieving "safe" minimum sizes.
17575         (Fdisplay_buffer, Fsplit_window, enlarge_window)
17576         (adjust_window_trailing_edge, grow_mini_window):
17577         Adjust arguments of window_min_size... functions.
17578         (shrink_windows): Argument min_size removed.  New argument
17579         safe_p allows shrinking windows to their safe minimum sizes.
17580         Calculate minimum size and decide whether a window shall be
17581         deleted for each window individually.
17582         (size_window): When nodelete_p equals 2, tell shrink_windows to
17583         delete windows only if their new minimum size is no more safe.
17584         (shrink_window_lowest_first): Call window_min_size_1 to make
17585         sure to preserve modeline of bottom-most window when resizing
17586         the minibuffer.
17587         (Fset_window_configuration, Fcurrent_window_configuration)
17588         (compare_window_configurations): Do not handle
17589         window-min-height|width any more.
17590         (syms_of_window): Clarify window-min-height|width doc-strings.
17592 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17594         * dired.c (file_name_completion): Fix up the encoding/decoding issue
17595         some more.  Copy some of the code from Ftry_completions.
17596         Remove special case code that dates back to initial revision when the
17597         slash was only added when necessary and that can't trigger nowadays.
17599 2008-04-27  Kenichi Handa  <handa@m17n.org>
17601         * font.c (font_prop_validate): Signal `error' instead of `font'.
17603 2008-04-29  Jason Rumney  <jasonr@gnu.org>
17605         * w32fns.c (Fw32_battery_status): New defun.
17606         (syms_of_w32fns): Defsubr it.
17608 2008-04-28  Andreas Schwab  <schwab@suse.de>
17610         * dired.c (file_name_completion): Fix another mixing of encoded
17611         and decoded names.
17613 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
17615         * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
17617 2008-04-27  Juanma Barranquero  <lekktu@gmail.com>
17619         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
17621 2008-04-27  Andreas Schwab  <schwab@suse.de>
17623         * dired.c (file_name_completion): Fix inappropriate mixing of
17624         encoded and decoded names.
17626         * xterm.c (XTread_socket): Fix use of uninitialized variable.
17628         * puresize.h (BASE_PURESIZE): Increase to 1200000.
17630 2008-04-26  Eli Zaretskii  <eliz@gnu.org>
17632         * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
17633         2008-03-31, it's not needed anymore with `struct stat' definition
17634         on nt/inc/sys/stat.h.  Undo changes from 2007-01-12 and 2007-01-13
17635         for the same reasons.
17637 2008-04-25  Dennis Gilmore  <ausil@fedoraproject.org>  (tiny change)
17639         * m/sparc.h: Additional redefinitions for GNU/Linux.
17641 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17643         * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
17644         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
17645         (Qmouse_drag_overlay) [MAC_OSX]: New variable.
17646         (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
17647         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17648         (mac_ax_selected_text_range) [MAC_OSX]: New functions.
17649         (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17650         Likewise.
17652         * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
17653         (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
17654         (mac_ax_number_of_characters): Add externs.
17655         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17656         [USE_MAC_TSM]: Likewise.
17657         (mac_handle_text_input_event) [MAC_OSX]:
17658         Handle kEventTextInputOffsetToPos for no active input area case.
17659         Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17660         (mac_handle_document_access_event)
17661         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
17662         (install_application_handler) [MAC_OSX]: Register handlers for
17663         kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17664         (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17665         Register mac_handle_document_access_event.
17667         * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
17668         Make functions non-static.
17670 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17672         * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
17673         (read_file_name_completion_ignore_case, insert_default_directory)
17674         (Qdefault_directory): Move to minibuffer.el.
17675         (Fread_file_name): Call the new `read-file-name' instead.
17677 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17679         * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
17680         Make function non-static.
17681         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
17682         Remove function.
17683         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17684         Move to mactoolbox.c.
17685         (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
17687         * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
17688         (mac_rect_make): New macro.
17690         * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
17691         instead of float.
17692         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17693         (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
17694         (XSetBackground) [USE_CG_DRAWING]: Likewise.
17695         (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
17696         CGRectMake.
17697         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17698         (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
17699         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
17700         (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17701         instead of WindowRef in argument type.
17702         (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
17703         (mac_invert_rectangle): Use CGContextSetBlendMode if available.
17704         (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
17705         instead of DISPLAY.  All uses changed.
17706         (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
17707         (x_calc_absolute_position): Simplify so as not to use
17708         FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
17710         * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17711         instead of WindowRef in argument type.
17712         (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
17713         [TARGET_API_MAC_CARBON]: Remove externs.
17714         (create_apple_event, mac_event_parameters_to_lisp)
17715         [TARGET_API_MAC_CARBON]: Add externs.
17717         * mactoolbox.c (Vmac_ts_script_language_on_focus)
17718         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
17719         (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
17720         is clicked.
17721         (x_activate_menubar): Remove extern for saved_menu_event_location.
17722         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17723         Move from mac.c.
17725 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17727         * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
17728         [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
17730 2008-04-23  Jason Rumney  <jasonr@gnu.org>
17732         * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
17733         attributes only for local files.
17735         * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
17736         default to Qlocal.
17738 2008-04-22  Juri Linkov  <juri@jurta.org>
17740         * buffer.c (Fswitch_to_buffer): Change interactive spec to call
17741         read-buffer-to-switch instead of using the letter "B".
17743 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17745         * fileio.c (Qdefault_directory): New variable.
17746         (Fread_file_name): Use it to pass `dir' to the completion functions.
17748 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
17750         * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
17752 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17754         * keyboard.c (Vpre_help_message): Remove.
17755         (show_help_echo): Remove default C code.
17757         * dired.c (directory_files_internal, file_name_completion):
17758         Only call ENCODE_FILE if the string is indeed decoded.
17760 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17762         * Makefile.in (TOOLKIT_DEFINES): Remove.
17763         (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
17765 2008-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17767         * Makefile.in (MAC_OBJ): Add mactoolbox.o.
17768         (mactoolbox.o): New target.
17770         * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
17771         Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
17773         * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
17774         Use mac_set_frame_window_background instead of XSetWindowBackground.
17775         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
17776         Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
17777         (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
17778         instead of SetWindowTitleWithCFString.
17779         (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
17780         Move function to mactoolbox.c.
17781         (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
17782         Use mac_set_window_modified instead of SetWindowModified.
17783         Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
17784         (mac_window, x_create_tip_frame): Use mac_create_frame_window.
17785         (Fx_focus_frame): Use mac_front_non_floating_window instead of
17786         FrontNonFloatingWindow.  Use mac_activate_window instead of
17787         ActivateWindow.  Use mac_active_non_floating_window instead of
17788         ActiveNonFloatingWindow.
17789         (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
17790         Use mac_show_hourglass and mac_hide_hourglass.
17791         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
17792         instead of GetGlobalMouse.
17793         (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
17794         instead of MoveWindow/SizeWindow/ShowWindow, respectively.
17795         Use mac_bring_window_to_front instead of BringToFront.
17796         (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
17797         mactoolbox.c.
17798         (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
17799         mac_file_dialog in mactoolbox.c.  Use mac_file_dialog.
17800         (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
17801         mactoolbox.c.
17803         * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
17804         (XtPointer): Move typedef from macmenu.c.
17805         (enum button_type): Move enum from macmenu.c.
17806         (widget_value): Move typedef from macmenu.c.
17807         (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
17808         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17809         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17810         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17811         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17812         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17813         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17814         (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
17815         (Selection): Move typedef from macselect.c.
17816         (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
17817         macterm.c.
17818         (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
17819         (mac_is_window_collapsed, mac_bring_window_to_front)
17820         (mac_send_window_behind, mac_hide_window, mac_show_window)
17821         (mac_collapse_window, mac_front_non_floating_window)
17822         (mac_active_non_floating_window, mac_activate_window)
17823         (mac_move_window_structure, mac_move_window, mac_size_window)
17824         (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
17826         * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
17827         (enum mac_menu_kind): Move enum to mactoolbox.c.
17828         (min_menu_id): Move variable to mactoolbox.c.
17829         (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
17830         (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
17831         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
17832         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
17833         [TARGET_API_MAC_CARBON]: Likewise.
17834         (XtPointer): Move typedef to macgui.h.
17835         (enum button_type): Move enum to macgui.h.
17836         (widget_value): Move typedef to macgui.h.
17837         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17838         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17839         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17840         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17841         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17842         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17843         (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
17844         (popup_activated_flag): Make variable non-static.
17845         (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
17846         (add_menu_item, fill_menu, dispose_menus):
17847         Move functions to mactoolbox.c.
17848         (restore_show_help_function, menu_target_item_handler)
17849         (install_menu_target_item_handler, mac_handle_dialog_event)
17850         (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
17851         [TARGET_API_MAC_CARBON]: Likewise.
17852         (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
17853         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17854         (find_and_call_menu_selection, name_is_separator): Make function
17855         non-static.
17856         (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
17857         to mactoolbox.c.
17858         (set_frame_menubar): Don't call install_menu_quit_handler.
17859         (menu_item_selection): New variable.
17860         (mac_menu_show): Use create_and_show_popup_menu.
17861         (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
17862         selection but set variable menu_item_selection.  All uses changed.
17863         (mac_fill_menubar): Rename from fill_menubar.  All uses changed.
17864         Call install_menu_quit_handler.  Move to mactoolbox.c.
17866         * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
17867         (Selection): Move typedef to macgui.h.
17868         (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
17869         (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
17870         Make variables non-static.
17871         (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17872         (mac_handle_apple_event, cleanup_all_suspended_apple_events):
17873         Make functions non-static.
17874         (Vmac_service_selection) [MAC_OSX]: Likewise.
17875         (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
17876         (mac_valid_selection_target_p, mac_clear_selection)
17877         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17878         (mac_put_selection_value, mac_selection_has_target_p)
17879         (mac_get_selection_value, mac_get_selection_target_list)
17880         (init_apple_event_handler, install_drag_handler, remove_drag_handler):
17881         Move functions to mactoolbox.c.
17882         (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
17883         Likewise.
17884         (copy_scrap_flavor_data, mac_handle_service_event)
17885         (install_service_handler) [MAC_OSX]: Likewise.
17886         (syms_of_macselect) <Vmac_dnd_known_types>:
17887         Use mac_dnd_default_known_types.
17889         * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
17890         Move to mactoolbox.c.
17891         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
17892         (Fx_selection_owner_p): Add EXFUN.
17893         (install_window_handler, remove_window_handler, XSetWindowBackground):
17894         Remove externs.
17895         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
17896         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
17897         (x_raise_frame, x_lower_frame, mac_alert_sound_play)
17898         (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
17899         (mac_convert_frame_point_to_global, mac_set_frame_window_background)
17900         (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
17901         (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
17902         (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
17903         (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
17904         (create_and_show_popup_menu, mac_get_selection_from_symbol)
17905         (mac_valid_selection_target_p, mac_clear_selection)
17906         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17907         (mac_put_selection_value, mac_selection_has_target_p)
17908         (mac_get_selection_value, mac_get_selection_target_list): Add externs.
17909         (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
17910         (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
17911         (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17912         (mac_run_loop_run_once) [MAC_OSX]: Likewise.
17913         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17914         (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
17915         (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17916         (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17918         * mactoolbox.c: New file.
17920 2008-04-18  Jason Rumney  <jasonr@gnu.org>
17922         * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
17924 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17926         * character.c (Fmultibyte_char_to_unibyte):
17927         Return latin1 chars unchanged.
17929         * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
17930         relocated if it points to `name'.
17932 2008-04-17  Kenichi Handa  <handa@m17n.org>
17934         * data.c (Faset): Allow setting a multibyte character in an
17935         ASCII-only unibyte string.
17937         * lisp.h (STRING_SET_MULTIBYTE): New macro.
17939 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17941         * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
17942         done in config.h.
17944 2008-04-16  Juanma Barranquero  <lekktu@gmail.com>
17946         * character.c (Fchar_bytes, Fchar_width, Fstring_width)
17947         (Fchar_direction): Add usage in the docstring.
17949 2008-04-15  Chong Yidong  <cyd@stupidchicken.com>
17951         * keyboard.c (read_key_sequence): Remove always-true checks.
17953 2008-04-14  Jason Rumney  <jasonr@gnu.org>
17955         * w32font.c (w32font_open_internal): Set max_bounds.descent in
17956         compatibility struct, for better underline positioning.
17958 2008-04-13  David Hansen  <david.hansen@gmx.net>
17960         * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
17961         string.
17963 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
17965         * m/hp800.h (XUINT, XSET): Remove.
17967 2008-04-12  Juanma Barranquero  <lekktu@gmail.com>
17969         * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
17970         previous change.
17972 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17974         * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
17975         Relocate `nm' after calling DECODE_FILE, in case the GC was run.
17977 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17979         * keymap.h (map_keymap_canonical): Declare.
17980         * xmenu.c (single_keymap_panes): Use it.
17982 2008-04-11  Glenn Morris  <rgm@gnu.org>
17984         * eval.c (Fdefvaralias): If the alias is bound and the target is not,
17985         set the target's value to that of the alias.
17987 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17989         * term.c (set_tty_color_mode): Left over typo.
17991 2008-04-10  Michael Albinus  <michael.albinus@gmx.de>
17993         * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
17994         only after check for file name handler functions.  Signal, when
17995         native functionality is not supported.
17996         (syms_of_fileio): Declare it unconditionally.
17998 2008-04-10  Jason Rumney  <jasonr@gnu.org>
18000         * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
18001         (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
18003         * w32.c (logon_network_drive): Also logon to remote drives that
18004         are mapped to drive letters.
18006 2008-04-10  Glenn Morris  <rgm@gnu.org>
18008         * xdisp.c (truncate-partial-width-windows): Doc fix.
18010 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18012         * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
18013         Move functions to minibuffer.el.
18014         (syms_of_fileio): Don't declare them.
18016 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18018         * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
18019         (syms_of_minibuf): Remove its initialization.
18021         * minibuf.c (temp_echo_area_glyphs): Remove unused function.
18023 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
18025         * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
18027 2008-04-09  Jason Rumney  <jasonr@gnu.org>
18029         * makefile.w32-in (distclean): Delete makefile too.
18030         (maintainer-clean): New target.
18032         * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
18034         * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
18035         for new font backend and composite cases.
18037 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
18039         * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
18040         Most of the code moved to run_timers.
18041         (do_pending_atimers): Call run_timers.
18042         (run_timers): New function.
18044         * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
18045         run atimers.
18047         * process.c (wait_reading_process_output): The same as above.
18049 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18051         * minibuf.c (last_exact_completion): Remove variable.
18052         (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
18053         (complete_and_exit_1, complete_and_exit_2)
18054         (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
18055         (Fdisplay_completion_list, display_completion_list_1)
18056         (Fminibuffer_completion_help, Fself_insert_and_exit)
18057         (Fexit_minibuffer, Fminibuffer_message): Move functions to
18058         minibuffer.el.
18059         (syms_of_minibuf): Remove corresponding initializations.
18061         * keyboard.c (Qdeactivate_mark): New var.
18062         (command_loop_1): Use it to call `deactivate-mark'.
18063         (syms_of_keyboard): Initialize it.
18065         * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
18066         to another frame.
18067         * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
18068         Don't call set_tty_color_mode.
18069         (store_frame_param): Reset previous_frame rather than call
18070         set_tty_color_mode.
18071         * term.c (set_tty_color_mode): Rewrite.
18072         * dispextern.h (set_tty_color_mode): New type.
18073         * termchar.h (struct tty_display_info): Add `previous_color_mode'.
18075 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18077         * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
18078         for generic chars, which do not exist any more in emacs-unicode.
18080 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
18082         * coding.c (detect_coding_emacs_mule)
18083         (Ffind_operation_coding_system): Fix typo.
18085 2008-04-08  Jason Rumney  <jasonr@gnu.org>
18087         * w32uniscribe.c (SNAME): Extract only symbol name.
18089         * w32font.h (struct w32_metric_cache): New struct.
18090         (w32font_info): Use it.
18091         (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
18092         (CACHE_BLOCKSIZE): New constants.
18094         * w32font.c (Qja, Qko, Qzh): New symbols.
18095         (syms_of_w32font): Initialise them.
18096         (font_matches_spec): Use them to filter by language.
18097         (recompute_cached_metrics): Remove function.
18098         (compute_metrics, clear_cached_metrics): New functions.
18099         (w32font_encode_char): Use them to manage metric cache.
18100         (w32font_text_extents): Cache metrics for all glyphs on demand.
18101         Delay converting glyph indices to WORD until needed.
18102         (w32font_open_internal): Initialize metric cache to empty.
18103         (registry_to_w32_charset): Charset should always be a symbol.
18104         (fill_in_logfont, list_all_matching_fonts): Family should
18105         always be a symbol.
18107 2008-04-06  Jason Rumney  <jasonr@gnu.org>
18109         * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
18110         Give up if glyph indices not supported.  Use uniscribe obtained
18111         ABC widths for individual metrics.  Map glyph clusters back to
18112         characters using fClusterStart flag.  Return number of glyphs
18113         produced, not chars processed.
18114         (uniscribe_shape): Map char at FROM to current glyph.
18116 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18118         * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
18119         Use SetMenuItemHierarchicalMenu.
18121 2008-04-05  Jason Rumney  <jasonr@gnu.org>
18123         * image.c (pbm_load): Allow color values up to 65535.
18124         Throw an error if max_color_idx is outside the supported range.
18125         Report an error when image size is invalid.
18126         Read two bytes at a time when raw images have max_color_idx above 255.
18128 2008-04-05  Kenichi Handa  <handa@ni.aist.go.jp>
18130         * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
18131         append "CCL: Quitted" when the CCL program is quitted.
18132         (setup_ccl_program): Initialize ccl->quit_silently to zero.
18134         * ccl.h (struct ccl_program): New member quit_silently.
18136 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
18138         * search.c (compile_pattern_1): Treat non-nil and non-string of
18139         search-spaces-regexp as nil.
18141         * minibuf.c (Fassoc_string): Tweak docstring.
18143 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
18145         * dired.c (Ffile_attributes): Support inode numbers wider than 32
18146         bits.  Remove ugly WINDOWSNT-specific kludge introduced on
18147         2008-03-14 to force inode be positive.
18149         * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
18150         _S_* ones, since we now use our own sys/stat.h.
18151         (stat, fstat): Don't mangle the inode number.
18152         (init_user_info): Don't restrict UID and GID to 0-60000 range.
18154 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18156         * frame.h (struct frame): Give one more bit to `visible' since we use
18157         values larger than 1 to indicate obscured frames on ttys.
18159         * keymap.c (Qkeymap_canonicalize): New var.
18160         (Fmap_keymap_internal): New fun.
18161         (describe_map): Use keymap-canonicalize.
18163         * undo.c (last_boundary_buffer, last_boundary_position): New vars.
18164         (Fundo_boundary): Set them.
18165         (syms_of_undo): Initialize them.
18166         (record_point): Use them instead of last_point_position*.
18167         (last_undo_buffer): Change type.
18169 2008-04-04  Jason Rumney  <jasonr@gnu.org>
18171         * w32font.c (w32font_text_extents): Use font's ascent and descent.
18172         (recompute_cached_metrics): Don't set ascent and descent per char.
18174         * w32uniscribe.c (uniscribe_check_otf): Fix last change.
18175         (uniscribe_check_otf): Add GC protection before consing.
18176         Rearrange loop for counting features.
18178 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18180         * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
18181         buffer with byte-size of source buffer.
18183 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
18185         * callint.c (Fcall_interactively): Handle temporary region even
18186         when shift-select-mode is off.
18188 2008-04-03  Jason Rumney  <jasonr@gnu.org>
18190         * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
18192 2008-04-03  Kenichi Handa  <handa@m17n.org>
18194         * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
18195         (CATEGORY_MASK_UTF_16): Likewise.
18196         (detect_coding_utf_16): Add heuristics to reject utf-16 for a
18197         binary file.
18198         (detect_coding): Add null-byte detection for a binary file.
18199         (detect_coding_system): Likewise.
18201 2008-04-03  Jason Rumney  <jasonr@gnu.org>
18203         * w32uniscribe.c: New file.
18205         * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
18207         * w32font.h (uniscribe_check_otf): Declare for w32font.c.
18209         * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
18210         (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
18211         (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
18212         (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
18213         (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
18214         (Qphonetic): New symbols.
18215         (syms_of_w32font): Initialize them.
18216         (font_supported_scripts): Use them.
18217         (w32font_list_family): List all charsets.
18218         (w32font_text_extents, recompute_cached_metrics): Fix metric
18219         calculations.
18220         (w32_enumfont_pattern_entity): Make full_type a DWORD.
18221         Give opentype fonts their own format.
18222         (font_matches_spec): New arguments backend and logfont.
18223         Handle :otf spec for uniscribe backend.
18224         (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
18225         (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
18227         * w32fns.c (Fx_create_frame): Conditionally register uniscribe
18228         font backend.
18229         (globals_of_w32fns): Initialize uniscribe font backend.
18231         * makefile.w32-in (CONFIG_H): New variable.  Use it to clean up
18232         dependencies.
18233         (w32uniscribe.$(O)): New file to build.
18234         (FONT_OBJ): Include w32uniscribe.$(O).
18235         (LIBS): Add uniscribe libraries.
18237         * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
18239 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
18241         * callint.c (Vshift_select_mode): New var.
18242         (Finteractive): Document new ^ spec.
18243         (Fcall_interactively): Call handle-shift-selection if the ^ spec
18244         is present.
18246         * keyboard.c (Vthis_command_keys_shift_translated): New var.
18247         (command_loop_1): Avoid running the direct display versions of
18248         forward-char and backward-char if shift-selection may occur.
18249         (read_key_sequence): Set Vthis_command_keys_shift_translated if
18250         shift-translation takes place.
18252         * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
18253         avoid clobbering by define-minor-mode.
18255         * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
18256         (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
18258         * syntax.c (Fforward_word): Add ^ interactive spec.
18260         * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
18261         (Fscroll_right): Add ^ interactive spec.
18263 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18265         * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
18267         * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
18269         * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
18271 2008-03-31  Juri Linkov  <juri@jurta.org>
18273         * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
18275 2008-03-30  Jan Djärv  <jan.h.d@swipnet.se>
18277         * gtkutil.c (xg_set_geometry): Fix indentation.
18278         (xg_resize_outer_widget): Remove.
18279         (x_wm_size_hint_off): Fix indentation.
18280         (xg_frame_set_char_size): Call flush_and_sync after
18281         gtk_window_resize.
18282         (x_wm_set_size_hint): Pass NULL as geometry window to
18283         gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
18284         Add menu bar and tool bar height to base height.
18285         (xg_update_frame_menubar, free_frame_menubar)
18286         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
18287         (update_frame_tool_bar, free_frame_tool_bar):
18288         Change xg_resize_outer_widget to xg_frame_set_char_size.
18290 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
18292         * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
18293         (Fdbus_call_method): New parameter TIMEOUT.
18294         (dbus-send-signal): Optimize UNGCPRO call.
18296 2008-03-29  Juri Linkov  <juri@jurta.org>
18298         * window.c (Fdisplay_buffer): Move call to
18299         Vsplit_window_preferred_function out of conditions that check
18300         if window is eligible for vertical splitting.
18301         When Vsplit_window_preferred_function is non-nil, call it and use
18302         its non-nil return value as window.  Otherwise, continue doing
18303         vertical splitting using Fsplit_window with arg horflag=nil.
18304         (syms_of_window) <Vsplit_window_preferred_function>: Change the
18305         default value from `split-window' to nil.
18307 2008-03-29  Juri Linkov  <juri@jurta.org>
18309         * callint.c (Fcall_interactively): Revert 2008-03-16 change
18310         for interactive code letters 'b' and 'B'.
18312 2008-03-29  Eli Zaretskii  <eliz@gnu.org>
18314         * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
18315         multibyte string.
18317 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18319         * keyboard.c (pending_funcalls): New var.
18320         (timer_check): Run it.
18321         (syms_of_keyboard): Initialize it.
18322         * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
18323         (Vdelete_terminal_functions): New vars.
18324         (syms_of_terminal): Initialize them.
18325         (Fdelete_terminal): Run delete-terminal-functions.
18326         * xdisp.c (safe_eval): Rewrite.
18327         (safe_call2): New fun.
18328         * frame.c (Qdelete_frame_functions): New var.
18329         (syms_of_frame): Initialize it.
18330         (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
18331         * lisp.h (safe_call2, pending_funcalls): Declare.
18333 2008-03-28  Andreas Schwab  <schwab@suse.de>
18335         * indent.c (Fmove_to_column): Move declaration before statements.
18337 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18339         * frame.h (enum fullscreen_type): Give it a name.  Move it before use.
18340         (struct frame): Use bit fields for boolean vars.
18342         * process.c (server_accept_connection): Simplify naming.
18343         (emacs_get_tty_pgrp): Use SDATA.
18345         * coding.c (decode_coding_object): Fix last change.
18347 2008-03-27  Jason Rumney  <jasonr@gnu.org>
18349         * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
18351 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
18353         * charset.c (Fdefine_charset_internal): Change the way of
18354         registering charsets in Vcharset_order_list.
18355         (syms_of_charset): Make the charset `eight-bit' supplementary.
18357 2008-03-26  Alexandre Oliva  <aoliva@redhat.com>  (tiny change)
18359         * regex.c (EXTEND_BUFFER): Change order of pointer addition
18360         operations, to avoid having the difference between pointers
18361         overflow.
18363 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18365         * indent.c (check_display_width): New fun.
18366         (scan_for_column): Use it.
18368         * data.c (syms_of_data): Mark most-positive-fixnum and
18369         most-negative-fixnum as constants.
18371         * xdisp.c (redisplay_internal): Reset selected_frame earlier.
18373         * indent.c (scan_for_column): Extract from current_column_1.
18374         Merge with the same code from Fmove_to_column.
18375         (current_column_1, Fmove_to_column): Use it.
18377 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18379         * keymap.c (map_keymap_internal): New fun.
18380         (map_keymap): Use it.
18381         (Fmap_keymap_internal): New fun.
18382         (Fmap_keymap): Remove left-out test from before make_save_value.
18384         * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
18386         * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
18387         Use XCAR/XCDR.
18389         * process.h (struct Lisp_Process): Remove filter_multibyte.
18390         * process.c (QCfilter_multibyte): Remove.
18391         (setup_process_coding_systems): Don't use filter_multibyte.
18392         (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
18393         (read_process_output): Don't adjust multibyteness to filter_multibyte.
18394         (Fset_process_filter_multibyte): Change the coding-system to
18395         approximate the previous behavior.
18396         (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
18397         coding-system.
18399         * coding.c (decode_coding_object): When not decoding into a buffer,
18400         obey the coding system's preference of (uni|multi)byte.
18402 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18404         * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
18405         every char is changed and has a different byte-length.
18406         (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
18407         Fix int -> EMACS_INT.
18409 2008-03-23  David Hansen  <david.hansen@gmx.net>
18411         * dbusbind.c (xd_read_message): Remove extra copying of message
18412         strings.  Check for NULL `interface' or `member'.
18414 2008-03-22  Eli Zaretskii  <eliz@gnu.org>
18416         * w32.c (readdir): If FindFirstFile/FindNextFile return in
18417         cFileName a file name that includes `?' characters, use the 8+3
18418         alias in cAlternateFileName instead.
18420 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18422         * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
18424 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18426         * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
18427         (set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
18428         work on current_buffer only instead (that was already the case
18429         for some of the code anyway).
18430         * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
18431         (temp_set_point, temp_set_point_both): Use EMACS_INT.
18432         (SET_PT, SET_PT_BOTH): Adjust.
18433         * intervals.h (set_point, temp_set_point, set_point_both)
18434         (temp_set_point_both): Remove redundant declarations.
18436 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18438         * fileio.c (Finsert_file_contents):
18439         * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
18440         * buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
18441         when buffer != current_buffer anyway.
18443 2008-03-20  Andreas Schwab  <schwab@suse.de>
18445         * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
18446         as default.
18448 2008-03-19  Jason Rumney  <jasonr@gnu.org>
18450         * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
18451         (syms_of_w32fns): Initialize them.
18452         (HOURGLASS_ID): New constant.
18453         (x_window_to_frame): Don't check hourglass_window.
18454         (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
18455         (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
18456         (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
18457         (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
18458         Only change the cursor if hourglass is not active.
18459         (Fx_create_frame): Initialize frame's current_cursor.
18460         (hourglass_atimer): Remove.
18461         (hourglass_started): New function.
18462         (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
18463         (show_hourglass): Adapt to w32, changing argument to frame.
18465         * w32term.h (struct w32_output): Remove hourglass_window.
18466         Add current_cursor.
18468         * eval.c (call_debugger, Fsignal):
18469         * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
18470         (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
18471         (Fexecute_extended_command, cancel_hourglass_unwind):
18472         * minibuf.c (read_minibuf):
18473         * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
18475 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18477         * window.c (run_funs): New fun.
18478         (run_window_configuration_change_hook): Use it to run the buffer-local
18479         and the global part of the hook.
18481         * xdisp.c (format_mode_line_unwind_data): Add window argument.
18482         (unwind_format_mode_line): Restore selected window.
18483         (x_consider_frame_title, Fformat_mode_line): Set selected window.
18485 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18487         * editfns.c (Fchar_equal): Check they are valid characters.
18489         * buffer.h (Fbuffer_list): Declare (for use in callint.c).
18491 2008-03-17  Andreas Schwab  <schwab@suse.de>
18493         * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
18494         against a charset.
18496         * lisp.h (Fbuffer_list): Declare.
18498 2008-03-17  Jan Djärv  <jan.h.d@swipnet.se>
18500         * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
18501         handlebox_widget is != 0.
18503 2008-03-16  Juri Linkov  <juri@jurta.org>
18505         * callint.c (Fcall_interactively): For interactive code letters
18506         'b' and 'B' put the buffer list into the list of default "future"
18507         values of the minibuffer.
18509 2008-03-16  Andreas Schwab  <schwab@suse.de>
18511         * keyboard.c (read_key_sequence): Fix downcasing of letters with
18512         modifiers.
18514         * regex.c (re_match_2_internal): Correct matching of a charset
18515         against latin-1 characters.
18517 2008-03-16  Kenichi Handa  <handa@m17n.org>
18519         * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
18520         (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
18521         (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
18522         (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
18523         (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
18524         CHAR_STRING_ADVANCE.
18525         (produce_chars): Fix for the case that the source and the
18526         destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
18527         instead of CHAR_STRING_ADVANCE.
18528         (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
18529         STRING_CHAR_ADVANCE.
18531 2008-03-15  Andreas Schwab  <schwab@suse.de>
18533         * regex.c (re_match_2_internal): Correct matching of eight bit
18534         characters in unibyte strings.
18536 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
18538         * buffer.c (overlays_in, Foverlays_in): Include empty overlays
18539         at end of range when it coincides with the end of the buffer.
18541 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
18543         * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
18545         * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
18547 2008-03-14  Jason Rumney  <jasonr@gnu.org>
18549         * editfns.c (initial_tz): New variable.
18550         (syms_of_editfns): Initialize it.
18551         (Fset_time_zone_rule): Set it when first called.
18552         Use it when TZSTRING is nil.
18554         * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
18555         (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
18556         (monitor_from_point_fn, get_monitor_info_fn): New globals.
18557         (globals_of_w32fns): Initialize them.
18558         (compute_tip_xy): Use them to position tooltips.
18560 2008-03-14  Glenn Morris  <rgm@gnu.org>
18562         * emacs.c (main): Revert previous change.
18563         (standard_args): Revert -internal-script back to -scriptload,
18564         and remove the long-option form.
18566 2008-03-13  Glenn Morris  <rgm@gnu.org>
18568         * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
18569         Remove option -enable-font-backend.
18571 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18573         * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
18575 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
18577         * xterm.c (x_connection_closed): For GTK: If this is the last
18578         terminal just exit without closing the display.
18580 2008-03-11  Jason Rumney  <jasonr@gnu.org>
18582         * w32font.c (w32font_full_name): Use floor to round.
18584 2008-03-10  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
18586         * sound.c (alsa_configure): Declare vol at beginning of block.
18588         * fontset.c (Ffontset_info): Remove extra semicolon.
18590 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18592         * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
18593         size of resulting string.
18595 2008-03-10  Jason Rumney  <jasonr@gnu.org>
18597         * dispnew.c (adjust_glyph_matrix): Initialize window_height.
18599 2008-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18601         * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
18602         Don't pretend as if characters with display property haven't been
18603         consumed for string-replacing-string case.
18605 2008-03-08  Kim F. Storm  <storm@cua.dk>
18607         * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
18608         (get_next_display_element, next_element_from_string)
18609         (next_element_from_ellipsis, next_element_from_buffer): Use it.
18611 2008-03-08  Andreas Schwab  <schwab@suse.de>
18613         * process.h (struct Lisp_Process): Declare bit fields as unsigned.
18615 2008-03-06  Jason Rumney  <jasonr@gnu.org>
18617         * w32font.c (w32_registry): Take font_type argument.  Use ANSI
18618         when charset not specified.  Only translate ANSI to unicode when
18619         font_type is truetype.
18620         (w32font_coverage_ok): New function.
18621         (add_font_entity_to_list): Use it to filter unsuitable fonts.
18623 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
18625         * lread.c (Fread_char): Resolve modifiers.
18626         (Fread_char_exclusive): Likewise.
18628         * character.c (char_resolve_modifier_mask): New function.
18629         (char_string): Use char_resolve_modifier_mask.
18630         (Fchar_resolve_modifiers): New function.
18631         (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
18632         function.
18634 2008-03-04  Jason Rumney  <jasonr@gnu.org>
18636         * makefile.w32-in: Always include w32font.c in the build.
18637         * w32font.c: Wrap in USE_FONT_BACKEND conditional.
18639 2008-03-04  Andreas Schwab  <schwab@suse.de>
18641         * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
18642         (versionclean): Likewise.
18644 2008-03-04  Juanma Barranquero  <lekktu@gmail.com>
18646         * .cvsignore: Add oo.
18648 2008-03-03  Andreas Schwab  <schwab@suse.de>
18650         * coding.c (decode_coding_object): Inhibit gap shrinking while
18651         decoding in place.
18653 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
18655         * w32term.c: Remove unused include "gnu.h".
18656         * makefile.w32-in (w32term.o): Don't depend on gnu.h.
18658         * gnu.h: Rename to ...
18659         * emacs-icon.h: ... this.
18660         * xterm.c: Use emacs-icon.h instead of gnu.h.
18661         * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
18663 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
18665         * w32font.c: Include math.h.
18667 2008-03-03  Jason Rumney  <jasonr@gnu.org>
18669         * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
18670         Compute options separately.
18671         (w32font_open_internal): Set glyph_idx before caching metrics.
18673         * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
18674         Define if system headers don't.
18675         (struct w32font_info): Enlarge ascii_metrics.  Add glyph_idx.
18676         (w32font_encode_char): Don't declare here.
18678         * w32font.c (Quniscribe, QCformat): New symbols.
18679         (syms_of_w32font): Define them.
18680         (w32font_has_char): Indicate uncertainty.
18681         (w32font_encode_char): Encode as glyph point.  Make static.
18682         (recompute_cached_metrics): New function.
18683         (w32font_open_internal): Use it.  Set font to use glyph points
18684         initially.  Set format based on type of font.
18685         (w32font_text_extents, w32font_draw): Optionally use glyph points.
18686         (w32_enumfont_pattern_entity): Accept backend arg.  Set type based
18687         on it.  Set format based on information available here.
18688         (add_font_entity_to_list): Identify backend based on opentype_only.
18690 2008-03-02  Andreas Schwab  <schwab@suse.de>
18692         * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
18694         * coding.c (decode_coding_big5, produce_chars):
18695         Fix typos in last change.
18697 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
18699         * gnu.h: New icon.
18701 2008-03-02  Kenichi Handa  <handa@m17n.org>
18703         * coding.c (decode_coding_utf_8): When eol-type of CODING is
18704         `dos', don't decode '\r' if that is the last in the source.
18705         (decode_coding_utf_16, decode_coding_emacs_mule)
18706         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18707         (decode_coding_raw_text, decode_coding_charset): Likewise.
18708         (produce_chars): Don't decode EOL here.  Use EMACS_INT.
18710 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18712         * w32font.c (w32font_full_name): Report point size for scalable fonts.
18714 2008-03-01  Kim F. Storm  <storm@cua.dk>
18716         * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
18718 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18720         * w32font.c (w32font_full_name): New function.
18721         (w32font_open_internal): Use it.
18723 2008-03-01  Kim F. Storm  <storm@cua.dk>
18725         * dispnew.c (line_draw_cost): Fix invalid glyph check.
18727 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18729         * font.c (font_unparse_fcname): Increase len when style is a symbol.
18731 2008-03-01  Jan Djärv  <jan.h.d@swipnet.se>
18733         * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
18734         xg_frame_resized when the event is for the edit widget.
18736         * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
18738         * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
18739         set_char_size.
18740         (xg_frame_resized): Renamed from xg_resize_widgets.  Remove all
18741         operations on widgets here.  Just set frame size if needed.
18742         (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
18743         (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
18744         (x_wm_set_size_hint): Set size hints on the edit widget only, not
18745         the whole frame.
18746         (xg_create_tool_bar): Move attachment of the tool bar to
18747         xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
18748         (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
18750 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18752         * w32fns.c (w32_msg_pump): Disable debug code.
18754 2008-03-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18756         * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
18758 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
18760         * xdisp.c (next_overlay_string): Don't set
18761         overlay_strings_at_end_processed_p if we're currently reading from
18762         a display string.
18764 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18766         * xdisp.c (get_overlay_strings_1): Fix typo.
18768 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
18770         * xdisp.c (get_overlay_strings_1): Add missing argument type.
18772 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
18774         * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
18776         * xdisp.c (display_mode_element): Cancel the previous change.
18777         (decode_mode_spec): Likewise.
18778         (handle_auto_composed_prop): Don't make composition if it->string
18779         is a string.
18781 2008-02-27  Kim F. Storm  <storm@cua.dk>
18783         * lisp.h (GLYPH): Change type from int to struct with separate char
18784         and face_id members.
18785         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
18786         (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
18787         (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
18788         (GLYPH_CHAR, GLYPH_FACE): ... these.  Change users.
18789         (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove.  Rewrite users to use ...
18790         (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
18791         (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
18792         (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
18793         handle new Lisp glyph code encoding, either an integer or a cons.
18795         * disptab.h (GLYPH_SIMPLE_P): Rewrite.
18796         (GLYPH_ALIAS): Delete.
18797         (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
18798         (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
18799         (GLYPH_FROM_CHAR): Replace macro by ...
18800         (SET_GLYPH_FROM_CHAR): ... this macro.  Change users.
18802         * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
18803         (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
18804         (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro.  Change users.
18805         (GLYPH_INVALID_P): New macro.
18806         (spec_glyph_lookup_face): Update prototype.
18808         * dispnew.c (line_draw_cost): Adapt to new glyph type.
18809         (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
18810         new glyph code encoding.
18811         (spec_glyph_lookup_face): No return value; update passed glyph instead.
18812         (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
18814         * xdisp.c (get_next_display_element, next_element_from_display_vector):
18815         Adapt to new glyph type and new glyph code encoding.
18817         * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
18819         * indent.c (current_column, current_column_1, Fmove_to_column)
18820         (compute_motion): Adapt to new glyph code encoding.
18822         * msdos.c (IT_write_glyphs): Adapt to new glyph type.
18824 2008-02-27  Chong Yidong  <cyd@stupidchicken.com>
18826         * process.c (wait_reading_process_output): Check for window
18827         changes caused by timers.
18828         Suggested by Johan Bockgård.
18830 2008-02-27  Glenn Morris  <rgm@gnu.org>
18832         * emacs.c (USAGE1): Add `--disable-font-backend'.
18834 2008-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18836         * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
18837         is made to the buffer.
18839 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18841         * dispextern.h (face_at_buffer_position, face_for_overlay_string)
18842         (face_at_string_position):
18843         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
18844         (face_at_string_position):
18845         * xdisp.c (display_string, next_overlay_change):
18846         * buffer.h (overlays_at):
18847         * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
18848         Update callers.
18850 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
18852         * editfns.c (Fformat): Doc fix.
18854 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
18856         * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
18857         (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
18858         (Ffont_otf_alternates, Fquery_font): Doc fixes.
18860 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18862         * buffer.c (Fbuffer_swap_text): New function.
18863         (syms_of_buffer): Defsubr it.
18865 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
18867         * keyboard.c (command_loop_1): Revert 2006-10-09 change.
18869 2008-02-25  Jason Rumney  <jasonr@gnu.org>
18871         * w32font.c (w32font_draw): Draw one character at a time when padding.
18873 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18875         * window.c (Fdelete_window, Fadjust_window_trailing_edge):
18876         Handle a nil arg.  Use run_window_configuration_change_hook.
18877         (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
18878         (Fenlarge_window, Fshrink_window, Fset_window_configuration):
18879         Use run_window_configuration_change_hook.
18881 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
18883         * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
18884         1-pixel width.
18886 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
18888         * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
18889         (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
18890         if the glyph in the font is zero pixel with.
18892         * dispextern.h (struct glyph_string): New member padding_p.
18894         * w32font.c (w32font_draw): Pay attention to s->padding_p.
18896         * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
18898         * xfont.c (xfont_draw): Pay attention to s->padding_p.
18900         * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
18902         * font.c: If the font driver doesn't have `shape' function, return Qnil.
18904 2008-02-25  Jason Rumney  <jasonr@gnu.org>
18906         * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
18908 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18910         Allow fine-grained image-cache flushing.
18911         * dispextern.h (struct image): Add `dependencies' field.
18912         (clear_image_caches): Change arg to Lisp_Object.
18913         * image.c (make_image): Initialize `dependencies' field.
18914         (clear_image_cache): Change arg to allow fine-grained flushing.
18915         Perform the flush even if image-cache-eviction-delay is nil.
18916         (clear_image_caches): Change arg to Lisp_Object.
18917         (Fclear_image_cache): Expand meaning of the argument.
18918         (mark_image): Mark `dependencies' field.
18919         * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
18920         (lface_hash): Use XHASH rather than XFASTINT.
18921         (face_at_buffer_position): Fix int -> EMACS_INT position.
18922         * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
18923         (select_frame_for_redisplay): Remove code duplication.
18924         (redisplay_internal): Adapt arg to call to clear_image_caches.
18926 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18928         * s/vms4-0.h:
18929         * s/vms4-2.h:
18930         * s/vms4-4.h:
18931         * s/vms5-5.h: Remove, unused.
18933         * s/irix5-2.h:
18934         * s/irix6-0.h:
18935         * s/riscos5.h:
18936         * s/mach-bsd4-3.h:
18937         * m/mips4.h: Remove files for obsolete systems.
18939         * Makefile.in:
18940         * filelock.c:
18941         * unexmips.c:
18942         * m/hp9000s300.h:
18943         * m/iris4d.h:
18944         * s/aix3-1.h:
18945         * s/hpux.h:
18946         * s/msdos.h:
18947         * s/usg5-0.h:
18948         * s/usg5-2-2.h:
18949         * s/usg5-2.h:
18950         * s/usg5-3.h: Remove references to obsolete variables.
18952         * s/irix5-0.h: Remove, move all the contents ...
18953         * s/irix6-5.h: ... here.  Simplify.
18954         * config.in: Regenerate.
18956 2008-02-24  Jason Rumney  <jasonr@gnu.org>
18958         * w32term.c (x_draw_glyph_string_background): Clear the background
18959         manually when cleartype is in use.
18960         (x_draw_glyph_string_foreground): Draw text transparently when
18961         cleartype is in use.
18963         * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
18964         a font into it unless we have to.
18966 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18968         * intervals.h (INT_LISPLIKE): Remove.  It may misfire.
18969         (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
18971 2008-02-18  Jason Rumney  <jasonr@gnu.org>
18973         * w32fns.c (Fw32_shell_execute): Encode parameters.
18975 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
18977         * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
18979 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
18981         * unexhp9k800.c (read_header): Replace `legal' with `valid'.
18983 2008-02-24  Ulrich Neumerkel  <ulrich@complang.tuwien.ac.at>  (tiny change)
18985         * xterm.c (x_set_offset): Don't change the gravity if
18986         CHANGE_GRAVITY is -1.
18988 2008-02-23  Chong Yidong  <cyd@stupidchicken.com>
18990         * fileio.c (auto_save_error_occurred): New var.
18991         (auto_save_error): Set it.
18992         (Fdo_auto_save): Don't overwrite the error message if an auto-save
18993         error occurred.
18995 2008-02-23  Eli Zaretskii  <eliz@gnu.org>
18997         * w32.c (globals_of_w32): Add initializations for
18998         g_b_init_get_sid_sub_authority and
18999         g_b_init_get_sid_sub_authority_count.
19001 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19003         * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
19004         (font_parse_xlfd): Use them for sanity check.
19005         (Finternal_set_font_style_table): Make sure the table is bijective.
19007         Consolidate the image_cache to the terminal struct.
19008         * termhooks.h (P_): Remove redundant def.
19009         (struct terminal): New field `image_cache'.
19010         * frame.h (FRAME_IMAGE_CACHE): New macro.  Use it everywhere in place
19011         of FRAME_X_IMAGE_CACHE.
19012         * xterm.h (struct x_display_info): Remove image_cache field.
19013         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
19014         * w32term.h (struct w32_display_info): Remove image_cache field.
19015         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
19016         * macterm.h (struct mac_display_info): Remove image_cache field.
19017         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
19018         * xterm.c (x_term_init):
19019         * w32term.c (w32_term_init):
19020         * macterm.c (mac_term_init): Set the image_cache in the terminal.
19021         * dispextern.h (clear_image_cache, forall_images_in_image_cache):
19022         Remove declarations.
19023         (clear_image_caches, mark_image_cache): New declarations.
19024         * xfaces.c (clear_face_cache):
19025         * xdisp.c (redisplay_internal): Use clear_image_caches.
19026         * image.c (clear_image_cache): Don't check that a frame is on
19027         a window-system before checking if it shares the same cache.
19028         (clear_image_caches): New function.
19029         (Fclear_image_cache): Use it.
19030         (mark_image): Move from allo.c.
19031         (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
19032         * alloc.c (mark_image, mark_image_cache): Move to image.c.
19033         (mark_object): Don't call mark_image_cache for frames.
19034         (mark_terminals): Call mark_image_cache.
19036         * lisp.h (Fdelete_terminal): Declare.
19038         * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
19039         (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
19040         wrong_type_argument.
19042 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
19044         * Makefile.in (lisp): Remove devanagari.el, kannada.el,
19045         malayalam.el, and tamil.el.  Add sinhala.el.
19047 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19049         * xterm.c (x_connection_closed): Consolidate identical tests.
19050         (x_delete_terminal): Don't crash if called via x_connection_closed.
19052 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
19054         * xdisp.c (decode_mode_spec): New arg string.
19055         (display_mode_element): Adjust for the above change.
19057 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19059         * callint.c (Fcall_interactively): Use AREF.
19061 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19063         * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
19065 2008-02-18  Jan Djärv  <jan.h.d@swipnet.se>
19067         * xfns.c (Fx_show_tip): Set string to " " if empty.
19069 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
19071         * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
19072         with Qt.
19074 2008-02-17  Kenichi Handa  <handa@m17n.org>
19076         * ftfont.c (ftfont_shape): Return Lispy number.
19078         * xfaces.c (prepare_face_for_display): Use display_info->font->fid
19079         for GCs.
19080         (Finternal_set_font_selection_order): Call font_update_sort_order
19081         only when enable_font_backend is set.
19082         (realize_x_face): Set face->font_info to that of default face only
19083         when enable_font_backend is set.
19085         * xdisp.c (handle_composition_prop): Set it->c to the fist
19086         character of the composed region.
19087         (fill_composite_glyph_string): Set base_face->font_info to
19088         s->font_info.  Get a face for ascii from base_face->ascii_face.
19089         (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
19090         with a face already decided.
19091         (x_produce_glyphs): Be sure to set it->ascent and it->descent to
19092         non-negative.
19093         (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
19094         call font_prepare_composition unconditionally.
19096         * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
19098         * xterm.h (struct x_display_info): New member font.
19100         * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
19101         (x_set_mouse_face_gc, x_new_font): Likewise.
19102         (x_term_init): Setup display_info->font.
19103         (x_delete_terminal): Free display_info->font.
19105         * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
19107         * ftxfont.c (ftxfont_default_fid): Delete it.
19108         (ftxfont_open): Set xfont->fid to 0.
19109         (ftxfont_end_for_frame): Clear data specific to the frame and the
19110         font-driver.
19112         * xftfont.c (xftfont_default_fid): Delete it.
19113         (xftfont_open): Set xfont->fid to 0.
19115         * fontset.c (FONTSET_OBJLIST): New macro.
19116         (fontset_find_font): Update font-object list of the fontset.
19117         (free_realized_fontset): New function.
19118         (free_face_fontset): Call free_realized_fontset.
19119         (Ffont_info): Call font_close_object only when enable_font_backend
19120         is set.
19122         * font.c [HAVE_X_WINDOWS]: Include xterm.h.
19123         [HAVE_NTGUI]: Include w32term.h.
19124         [MAC_OS]: Include macterm.ch.
19125         (font_otf_ValueRecord): Use make_number.
19126         (font_finish_cache): Fix handling of reference count.
19127         (font_clear_cache): Update num_fonts.
19128         (font_open_entity): Update smallest_char_width and
19129         smallest_font_height of the frame.
19130         (font_close_object): Update num_fonts.
19131         (Fclear_font_cache): Fix finding the target cache data.
19133 2008-02-16  Glenn Morris  <rgm@gnu.org>
19135         * fontset.c (Finternal_char_font): Fix compilation warning.
19137 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
19139         * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
19140         instead of char arrays.  Enlarge the size of array passed to
19141         get_token_information.
19143         * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
19144         warnings.
19146 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
19148         * .gdbinit: Don't set `args', it breaks gdb --args.
19150 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19152         * fileio.c (Finsert_file_contents): Adjust offsets when replacing
19153         within a narrowed buffer.
19155 2008-02-14  Kenichi Handa  <handa@ni.aist.go.jp>
19157         * coding.c (decode_coding_object, encode_coding_object):
19158         Preserve Vdeactivate_mark.  Delete unnecessary call of Fcurrent_buffer.
19160 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19162         * coding.c (coding_set_destination): Use BEG_BYTE rather than
19163         hardcoding 1.
19164         (detect_coding_system):
19165         * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
19166         (string_char_to_byte, string_byte_to_char, insert_from_gap):
19167         * insdel.c (insert_from_gap):
19168         * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
19169         (string_char_to_byte, string_byte_to_char, string_make_multibyte)
19170         (string_to_multibyte):
19171         * character.c (chars_in_text, multibyte_chars_in_text):
19172         * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
19174         * character.h (FETCH_STRING_CHAR_ADVANCE)
19175         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
19176         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
19177         (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
19179         * casefiddle.c (casify_region): Only call after-change and composition
19180         functions on the part of the region that was changed.
19182         * keyboard.c (read_avail_input):
19183         * frame.c (Fdelete_frame): Call Fdelete_terminal.
19185 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19187         * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
19188         (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
19190 2008-02-11  Juanma Barranquero  <lekktu@gmail.com>
19192         * w32menu.c (push_submenu_start, push_submenu_end)
19193         (push_left_right_boundary, push_menu_pane, push_menu_item):
19194         * keyboard.c (read_key_sequence): Don't pass args with side effects
19195         to AREF, it fails when compiling with -DENABLE_CHECKING.
19197 2008-02-11  Kenichi Handa  <handa@ni.aist.go.jp>
19199         * Makefile.in (${lispsource}international/charprop.el):
19200         Delete this target.
19202         * search.c (boyer_moore): Fix incorrect synching of the trunk and
19203         emacs-unicode-2.
19205 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19207         * terminal.c (Fdelete_terminal): Clean up the `force' path.
19209 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19211         * frame.c (Qnoelisp): New symbol.
19212         (syms_of_frame): Initialize it.
19213         (Fdelete_frame): Use it to distinguish a mere `force' passed from some
19214         harmless Elisp code, from a strong `force' from x_connection_closed.
19215         * frame.h (Qnoelisp): Declare.
19216         * xterm.c (x_connection_closed): Pass `noelisp'.
19218         * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
19219         (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
19220         (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
19221         rather than `int' for the type of `type'.
19223 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
19225         * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
19227         * Makefile.in (GNUC): Remove support for gcc-1.x.
19229 2008-02-10  Richard Stallman  <rms@gnu.org>
19231         * lisp.h (ASET): Use AREF, not ASLOT.
19233 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19235         * lisp.h (ASET): Check bounds.
19237 2008-02-10  Glenn Morris  <rgm@gnu.org>
19239         * buffer.c (mode-name): Doc fix.
19241 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
19243         * Makefile.in:
19244         * emacs.c:
19245         * gmalloc.c:
19246         * keyboard.c:
19247         * lisp.h:
19248         * m/ibm370aix.h:
19249         * process.c:
19250         * regex.c:
19251         * s/hpux.h:
19252         * sysdep.c:
19253         * sysselect.h:
19254         * systty.h:
19255         * unexec.c:
19256         * w32term.c:
19257         * xsmfns.c:
19258         * xterm.c: Remove code that deals with obsolete variables.
19260         * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
19262         * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
19263         nothing else needs it anymore.
19265 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
19267         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
19268         instead of unibyte_char_to_multibyte.
19270 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
19272         * s/gnu-linux.h: Remove commented out code.
19274         * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
19276         * Makefile.in: Update what RMS says about using autoconf.
19277         (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
19278         (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
19279         (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
19280         (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
19282 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19284         * keymap.c (Fkey_description): Move side effect outside of macro call.
19286         * xfaces.c (Finternal_make_lisp_face):
19287         * keyboard.c (add_command_key, parse_menu_item): Use ASET.
19289         * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
19290         (syms_of_fontset): Use ASET.
19292         * fns.c (concat): Move side effect outside of macro call.
19293         (hash_clear): Use ASET.
19295 2008-02-08  Richard Stallman  <rms@gnu.org>
19297         * frame.c (Fdelete_frame): If FORCE, don't call hooks.
19298         If FORCE, and frame has a surrogate minibuffer for another frame,
19299         delete the other frame first.
19301 2008-02-07  Timo Savola  <timo.savola@iki.fi>
19303         * xterm.c (x_detect_focus_change): Handle embed client message.
19304         (handle_one_xevent): Ditto.
19305         (handle_one_xevent): If embedded and we get a button press/release,
19306         request focus.
19307         (xembed_set_info, xembed_send_message): New functions.
19308         (x_make_frame_visible): Call xembed_set_info if embedded.
19309         (x_make_frame_invisible): Call xembed_set_info if embedded.
19310         (x_term_init): Initialize Xatom_XEMBED.
19311         (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
19312         (x_iconify_frame): Ditto.
19314         * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
19315         (enum xembed_info, enum xembed_message, enum xembed_focus)
19316         (enum xembed_modifier, enum xembed_accelerator): New.
19317         (xembed_set_info, xembed_send_message): Declare.
19318         (FRAME_X_EMBEDDED_P): New.
19320         * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
19321         gtk_plug_new.
19323         * xfns.c (Fx_create_frame): Do not override the explicitly set parent
19324         window ID of a frame.
19325         (x_window): Reparent frame if embedded.
19326         (Fx_create_frame): Don't set border width if embedded.
19328         * emacs.c (USAGE3): Add --parent-id.
19329         (standard_args): Ditto.
19331 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
19333         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
19335 2008-02-07  Jim Meyering  <meyering@redhat.com>
19337         Use "do...while (0)", not "if (1)...else" in macro definitions.
19338         The latter provokes a warning from gcc about the empty else, when
19339         followed by ";".  Also, without that trailing semicolon, it would
19340         silently swallow up any following statement.
19341         * syntax.h (SETUP_SYNTAX_TABLE)
19342         (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
19343         * buffer.h (DECODE_POSITION): Likewise.
19344         * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
19345         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
19346         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
19347         (FETCH_CHAR_ADVANCE): Likewise.
19348         (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
19350 2008-02-07  Jim Meyering  <meyering@redhat.com>
19352         * lread.c [lint]: Don't include <sys/inode.h>.
19354 2008-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19356         * xselect.c (x_handle_dnd_message):
19357         * xmenu.c (digest_single_submenu, xmenu_show):
19358         * xdisp.c (with_echo_area_buffer_unwind_data)
19359         (format_mode_line_unwind_data, unwind_format_mode_line)
19360         (display_menu_bar):
19361         * eval.c (Ffetch_bytecode):
19362         * doc.c (store_function_docstring):
19363         * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
19364         (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
19365         * buffer.c (add_overlay_mod_hooklist): Use ASET.
19367 2008-02-07  Kenichi Handa  <handa@m17n.org>
19369         * ftxfont.c (ftxfont_open): Don't set
19370         dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
19372         * ftfont.c (ftfont_open): Fix previous change.
19374 2008-02-06  Jason Rumney  <jasonr@gnu.org>
19376         * w32font.c (w32font_text_extents): Fill in lbearing metric.
19377         Use cached metrics for ASCII characters.
19378         (w32font_open_internal): Don't set font's owning_frame.
19379         Cache metrics for ASCII characters.
19381         * w32font.h (struct w32font_info): Add ascii_metrics.
19382         Remove owning_frame.
19384 2008-02-06  Kenichi Handa  <handa@ni.aist.go.jp>
19386         * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
19387         to negative value.
19389         * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
19391         * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
19393         * charset.c (syms_of_charset): Set QCtest and Qeq.
19395 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19397         * process.c (Fstart_process):
19398         * callproc.c (Fcall_process): Handle the case where
19399         Funhandled_file_name_directory returns nil.
19401         * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
19402         (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
19403         * font.c (check_gstring): Use them and AREF to access the vector before
19404         we know it's really a gstring.
19405         (Ffont_shape_text): Fix typo.
19406         (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
19408         * composite.h (Fcompose_region_internal, Fcompose_string_internal):
19409         Declare.
19411         * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
19413 2008-02-05  Jason Rumney  <jasonr@gnu.org>
19415         * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
19416         Set smallest_font_height and smallest_char_width in display info.
19418 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
19420         * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
19422 2008-02-05  Miles Bader  <miles@gnu.org>
19424         * xfaces.c (get_lface_attributes, merge_named_face)
19425         (lookup_named_face, lookup_derived_face, realize_named_face):
19426         Revert 2008-02-01 change by cyd@stupidchicken.com.
19428 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
19430         * fontset.c (Ffontset_info): Handle the case of inhibitting the
19431         fallback fonts.
19432         (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
19434 2008-02-04  Jason Rumney  <jasonr@gnu.org>
19436         * w32font.c (w32font_open_internal): Use font_unparse_fcname to
19437         set full_name.
19438         (w32font_open_internal): Use xmalloc, xrealloc, xfree.
19440 2008-02-03  Jason Rumney  <jasonr@gnu.org>
19442         * makefile.w32-in (OBJ1): Include font.o here.
19443         (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
19445 2008-02-02  Jason Rumney  <jasonr@gnu.org>
19447         * makefile.w32-in (temacs): Bump EMHEAP to 21.
19449 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19451         * s/cygwin.h: Define VIRT_ADDR_VARIES.
19453         * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
19455 2008-02-01  Andreas Schwab  <schwab@suse.de>
19457         * Makefile.in (shortlisp, lisp): Update for rename of
19458         ../lisp/language/myanmar.el.
19460 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
19462         * xfaces.c (get_lface_attributes): Delete function.
19463         (merge_named_face, lookup_named_face, lookup_derived_face)
19464         (realize_named_face): Call lface_from_face_name directly, and use
19465         the fact that merge_face_vectors does not alter its FROM argument.
19467 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19469         * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
19470         input in the default locale.  Handle non-Unicode multibyte input.
19472 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19474         * fontset.c (reorder_font_vector): Exclude nil elements from the
19475         font group.  Don't try multiple fonts.
19476         (fontset_font): Adjust for the above change.
19477         (Finternal_char_font): Return nil if the found font doesn't
19478         contain the character ch.
19480         * Makefile.in (lisp, shortlisp): Add cham.el.
19482 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19484         * font.h (FONTP): Make it return 1 also for a font-object.
19486         * .gdbinit (xfontset): New function.
19488         * font.c (font_find_for_lface): Check if the character C is
19489         supported or not only for the first font.
19491         * fontset.c (reorder_font_vector): Fix typo.
19492         (fontset_find_font): Don't add a font-spec specifying a script.
19493         Use 0 (not Qt) for the indication of empty font-group.  Change the
19494         format of RFONT-DEF.  Return Qt if no font in the font-group
19495         support the character.
19496         (fontset_font): Adjust for the above change.  If no font was
19497         found the character, remember that.
19498         (face_for_char): Adjust for the change of RFONT-DEF.
19499         (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
19500         no font for the target.
19501         (Finternal_char_font): Adjust for the change of RFONT-DEF.
19503 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19505         * font.c (font_load_for_face): Handle the case that the font in
19506         face->lface is a string.
19508 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19510         * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
19512 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19514         * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
19515         Fix previous change.  If the frame is not on a window system,
19516         signal an error.
19518 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19520         * coding.c (decode_coding_object, encode_coding_object): Adjust
19521         marker positions after conversion.
19523         * lisp.h (struct Lisp_Marker): New member need_adjustment.
19525 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19527         * font.c (font_find_for_lface): Fix the handling of the return
19528         value of font_has_char.
19529         (Ffont_shape_text): Fix previous change.
19531         * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
19532         (fontset_ref_and_range): Delete it.
19533         (fontset_find_font): Call char_table_ref_and_range instead of
19534         FONTSET_REF_AND_RANGE.
19535         (make_fontset): Don't setup font groups of Latin here.
19536         (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
19537         (new_fontset_from_font): Make the specified font the default for
19538         all Latin characters.
19540 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19542         * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
19543         is on a window system before accessing the fontset of the frame.
19545 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19547         * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
19549         * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
19550         when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
19552         * font.c (Ffont_shape_text): If the font driver doesn't have a
19553         shaper function, make zero-width glyphs to have at least one-pixel
19554         width.  Fix setting of `to' field of glyphs.
19556 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19558         * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
19559         glyphs.
19561         * font.h (struct font_driver): Improve docstring of member `shape'.
19563 2008-02-01  Kenichi Handa  <handa@m17n.org>
19565         * composite.c (syms_of_composite): Fix docstring of
19566         auto-composition-function.
19568         * font.h (LGLYPH_SIZE): New macro.
19570         * font.c (Ffont_fill_gstring): Stop filling when a character not
19571         supported by the font is found.
19572         (Ffont_shape_text): When a shape callback function returns nil,
19573         try at most two more times with larger gstring.
19574         (Ffont_at): Fix getting of w.  Call font_at with correct 5th argument.
19576         * xdisp.c (handle_auto_composed_prop): Change the argument to
19577         auto-composition-function.
19579         * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
19580         (ftfont_shape_by_flt): If an element of lgstring is nil, make a
19581         Lispy glyph and store it in the lgstring.
19583         * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
19585         * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
19587 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19589         * font.c (Ffont_shape_text): Avoid unnecessary composition.
19591         * fontset.c (Vfont_encoding_charset_alist): New variable.
19592         (syms_of_fontset): DEFVAR it.
19593         (reorder_font_vector, fontset_find_font): Optimize for the case of
19594         no need of reordering.
19595         (face_for_char): Map the charset property by
19596         Vfont_encoding_charset_alist.
19598 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19600         * w32font.c (logfonts_match): Don't check adstyle here.
19601         (font_matches_spec): Check here against physical font instead.
19602         (add_font_entity_to_list): Avoid some substitutions.
19604         * font.c (font_parse_fcname): Default weight and slant to normal.
19605         (font_score): Prefer normal fonts if weight or slant unspecified.
19606         (font_score) [WINDOWSNT]: Scale weight difference down to closer
19607         match freetype scores.
19609 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19611         * w32font.c (w32font_text_extents): Don't use the frame stored in the
19612         font, as it may have been deleted.
19613         (w32_enumfont_pattern_entity): Map generic family to adstyle using
19614         most common hyphenless variation.
19615         (logfonts_match): Check generic family.
19616         (font_matches_spec): Don't check generic family here.
19617         (fill_in_logfont): Set generic family based on adstyle.
19619         * w32font.h (w32font_get_cache): Update declaration.
19621 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19623         * ftfont.c (ftfont_get_cache): Adjust the argument type.
19625         * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
19626         If none of the new drivers are available, call font_update_drivers
19627         with the old drivers.
19629         * w32font.c (w32font_get_cache): Adjust the argument type.
19631         * xfont.c (xfont_get_cache): Adjust the argument type.
19633         * font.h (struct font_driver): Change argument type of get_cache.
19635         * xftfont.c (xftfont_start_for_frame): Delete prototype.
19637         * font.c (Ffont_get): Fix arguments to Fassoc.
19638         (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
19639         (font_clear_cache): New function.
19640         (font_list_entities, font_matching_entity): Use font_get_cache.
19641         (font_update_drivers): Call font_clear_cache when finishing a driver.
19643         * fontset.c (fontset_find_font): Fix previous change.
19645 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19647         * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
19648         dpyinfo->font_table.
19649         (x_delete_display) [USE_FONT_BACKEND]: Likewise.
19650         (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
19652         * font.c (font_at): Handle the case that the arg C is negative.
19653         Handle the unibyte case.
19654         (Ffont_at): Call font_at with the arg C -1.
19656         * xdisp.c (handle_auto_composed_prop): Don't get a character at
19657         the position here, and call font_at with the arg C -1.
19658         Don't check the range of the existing composition at the point.
19660 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19662         * fontset.c (fontset_add): New args charset_id and family.
19663         Change caller.
19664         (load_font_get_repertory, fontset_find_font): Assume that
19665         font_spec is always a font-spec object.
19666         (Fset_fontset_font): Always store a font-spec object in a fontset.
19668         * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
19669         instead of get_property_and_range.
19671 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19673         * xftfont.c (struct xftfont_info): Delete the member ft_face.
19674         (xftfont_open): Don't keep locking face.
19675         (xftfont_close): Don't unlock face.
19676         (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
19678         * fontset.c (fontset_find_font): Don't prefer a font of
19679         supplementary charset.
19681 2008-02-01  Kenichi Handa  <handa@m17n.org>
19683         * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
19684         script, langsys_tag to langsys, new member script.
19685         (OTF_TAG_STR): Terminate by '\0'.
19686         (ftfont_get_open_type_spec): If :otf prop is spec, limit the
19687         listing to the script specified in that property.  Fix arg to
19688         OTF_check_features.
19690 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19692         * w32font.h: New file.
19694         * w32font.c: Include it.
19695         (struct w32font_info): Add owning_frame field.  Move to w32font.h.
19696         (w32font_open): Set owning_frame.
19697         (w32font_text_extents): Use owning_frame.
19698         (struct font_callback_data): Add opentype_only field.
19699         (add_font_entity_to_list): Use it to filter fonts.
19700         Don't check against full name.
19701         (w32font_list_internal): New function.
19702         (w32font_list): Use it.
19703         (w32font_match_internal): New function.
19704         (w32font_match): Use it.
19705         (w32font_open_internal): New function.
19706         (w32font_open): Use it.
19707         (w32font_get_cache, w32font_close, w32font_has_char)
19708         (w32font_encode_char, w32font_text_extents, w32font_draw):
19709         Make non-static.
19711         * makefile.w32-in (w32font.o): Depend on w32font.h.
19713 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19715         * charset.c (Fdefine_charset_internal): Record a supplementary
19716         charset at the tail of Vcharset_order_list.
19718         * font.c (Ffont_shape_text): Fix the return value.
19720         * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
19722         * xdisp.c (handle_auto_composed_prop): Fix previous change.
19724 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19726         * ftfont.c (struct OpenTypeSpec): New struct.
19727         (OTF_SYM_TAG, OTF_TAG_STR): New macros.
19728         (ftfont_get_open_type_spec): New function.
19729         (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
19731         * lread.c (read1): Redo the previous change with checking Vpurify_flag.
19733 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19735         * w32font.c (add_font_entity_to_list): Compare only the beginning
19736         of full name.
19738 2008-02-01  Kenichi Handa  <handa@m17n.org>
19740         * xdisp.c (handle_auto_composed_prop): Simplify the code.
19741         Never return HANDLED_RECOMPUTE_PROPS.
19743 2008-02-01  Kenichi Handa  <handa@m17n.org>
19745         * font.c (font_gstring_produce): Delete it.
19747         * composite.h (COMPOSITION_METHOD):
19748         Handle COMPOSITION_WITH_GLYPH_STRING.
19750 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19752         * xfont.c (Qx): Delete.
19753         (syms_of_xfont): Don't initialize Qx.
19755         * composite.h (enum composition_method):
19756         Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
19758 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19760         * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
19761         (choose_face_font): Accept new form of font-spec.
19763         * frame.h (font_driver_list): Declare it unconditionally.
19764         (struct frame): Define members font_driver_list and font_data_list
19765         unconditionally.
19767         * fontset.c: Include "font.h" unconditionally.
19768         (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
19769         (Fset_fontset_font): Accept a font-spec object.
19771         * font.c (font_unparse_xlfd): If pixel_size is zero, make the
19772         PIXEL_SIZE part a wild card.
19774         * dispextern.h (struct glyph_string): Define members clip and
19775         num_clips unconditionally.
19776         (struct face): Define members font_info and extra unconditionally.
19778         * ftfont.c (ftfont_open): Set members maybe_otf and otf of
19779         ftfont_info only when HAVE_LIBOTF is defined.
19781 2008-02-01  Andreas Schwab  <schwab@suse.de>
19783         * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
19784         and end.
19786 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19788         * w32font.c (w32font_driver): Add new fields.
19790 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19792         * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
19793         (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
19794         (LIBES): Add @M17N_FLT_CFLAGS@.
19796         * composite.c (compose_text): Don't treat the new style
19797         composition specially.
19799         * emacs.c (main): Call syms_of_font unconditionally.
19801         * font.h (FONT_ENTITY_NOT_LOADABLE)
19802         (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
19803         (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
19804         (struct font_driver): New member shape.
19805         (font_registry_charsets): Extern it.
19806         (font_find_for_lface, font_prepare_composition): Adjust prototype.
19807         (font_otf_capability, font_drive_otf): Delete their externs.
19809         * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
19810         (font_charset_alist, font_registry_charsets): Move from xfont.c
19811         and rename.
19812         (font_prop_validate_otf): New function.
19813         (font_property_table): Register it for QCotf.
19814         (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
19815         (font_drive_otf): Delete.
19816         (font_prepare_composition): New arg F.  Adjust for the change of
19817         lispy gstring.
19818         (font_find_for_lface): New arg C.
19819         (font_load_for_face): Adjust for the change of font_find_for_lface.
19820         (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
19821         lispy gstring.
19822         (Ffont_shape_text): New function.
19823         (Fopen_font): If the font size is not given, use 12-pixel.
19824         (Ffont_at): New arg STRING.
19825         (syms_of_font): Initialize font_charset_alist.
19826         Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
19827         conditionally.
19829         * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
19830         fonts of the same font-spec.  Change the format of RFONT-DEF.
19831         (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
19832         Adjust for the change of RFONT-DEF.
19833         (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
19835         * ftfont.h: New file.
19837         * ftfont.c: Don't include Freetype headers.  Include "ftfont.h".
19838         (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19839         (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19840         (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
19841         font_otf_capability and font_drive_otf, set ftfont_shape.
19842         (ftfont_list): Adjust for the change of :otf property value.
19843         (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
19844         (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
19845         (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
19846         (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19847         (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
19848         (otf_gstring, gstring, m17n_flt_initialized): New variables.
19850         * w32term.c (x_draw_composite_glyph_string_foreground):
19851         Adjust for the change of lispy gstring.
19853         * xdisp.c (handle_composition_prop): Adjust for the change of
19854         lispy gstring.  Call a function for auto-composition with the
19855         third arg it->window.
19856         (fill_composite_glyph_string): Adjust for the change of lispy string.
19857         (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
19859         * xfaces.c (set_font_frame_param): Adjust for the change of
19860         font_find_for_lface.
19862         * xfont.c (x_font_charset_alist): Move to font.c and rename.
19863         (xfont_registry_charsets): Likewise.  Change caller.
19864         (syms_of_xfont): Don't handle x_font_charset_alist.
19866         * xftfont.c: Include "ftfont.h".
19867         (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19868         (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19869         (xftfont_close) [HAVE_LIBOTF]: Close otf.
19870         (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19871         (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
19872         Set xftfont_driver.shape to xftfont_shape.
19874         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19875         the change of lispy gstring.
19877 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19879         * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
19881 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19883         * w32font.c (w32font_draw): Fill background manually.
19885 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19887         * font.c (Qfontp): Remove unused symbol.
19888         (QCantialias): New symbol.
19889         (syms_of_font): Define it.
19890         (font_property_table): Set a validator for QCantialias.
19892         * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
19893         Define if not already.
19894         (QCfamily): Share with xfaces.c.
19895         (Qstandard, Qsubpixel, Qnatural): New symbols.
19896         (syms_of_w32font): Define them.  Don't define QCfamily here.
19897         (w32_antialias_type, lispy_antialias_type): New functions.
19898         (w32_enumfont_pattern_entity): New arg requested_font.
19899         Set antialias parameter if non-default was requested.
19900         (fill_in_logfont): Fill in lfQuality if :antialias specified.
19902 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19904         * lread.c (read1): Undo the previous change.
19906 2008-02-01  CHENG Gao  <chenggao@gmail.com>  (tiny change)
19908         * frame.c (Fdelete_frame): Call font_update_drivers only when
19909         USE_FONT_BACKEND is defined.
19911 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19913         * font.h (struct font_bitmap): New member bits_per_pixel.
19914         (struct font_driver): New members start_for_frame and end_for_frame.
19915         (struct font_data_list): New struct.
19916         (font_put_frame_data, font_get_frame_data): Extern them.
19918         * frame.h (struct frame): New member font_data_list.
19920         * font.c (font_update_drivers): Call driver->start_for_frame and
19921         driver->end_for_frame at proper timings.
19922         (font_put_frame_data, font_get_frame_data): New functions.
19923         (Ffont_spec): Add usage in the docstring.
19925         * frame.c (make_frame): Initialize f->font_data_list to NULL.
19926         (Fdelete_frame): Call font_update_drivers.
19928         * xftfont.c (struct xftface_info): Delete the member xft_draw.
19929         (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
19930         (xftfont_get_xft_draw): New function.
19931         (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
19932         (xftfont_end_for_frame): New function.
19933         (syms_of_xftfont): Set xftfont_driver.end_for_frame.
19935         * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
19936         Change argument.  Cache GCs in the per-frame data.
19937         (struct ftxfont_frame_data): New struct.
19938         (ftxfont_draw_bitmap): New arg gc_fore and flush.
19939         (ftxfont_prepare_face, ftxfont_done_face): Delete them.
19940         (ftxfont_draw): Get GCs by ftxfont_get_gcs.  Reflect s->clip in GCs.
19941         (ftxfont_end_for_frame): New function.
19942         (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
19944         * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
19946 2008-02-01  Kenichi Handa  <handa@m17n.org>
19948         * xselect.c (Vselection_coding_system)
19949         (Vnext_selection_coding_system): Delete them.
19950         (syms_of_xselect): Don't declare selection-coding-system and
19951         next-selection-coding-system.  They are declared in select.el.
19953 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19955         * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
19957         * w32fns.c: Include imm.h.
19958         (get_composition_string_fn, get_ime_context_fn): New optional
19959         system functions.
19960         (globals_of_w32fns): Load them from imm32.dll.
19961         (ignore_ime_char): New flag.
19962         (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
19963         WM_IME_ENDCOMPOSITION messages.
19965         * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
19966         MULTIBYTE_CHAR_KEYSTROKE_EVENT.
19968 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19970         * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
19971         (READCHAR_REPORT_MULTIBYTE): New macro.
19972         (readchar): New 2nd arg MULTIBYTE.
19973         (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
19974         Make symbol's name multibyte according to the multibyteness of the
19975         source.
19977 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19979         * xfaces.c (face_for_overlay_string): Call lookup_face with
19980         correct arguments (fix of synching with the trunk).
19982 2008-02-01  Kenichi Handa  <handa@m17n.org>
19984         * font.c (font_prop_validate_symbol, font_prop_validate_style)
19985         (font_prop_validate_non_neg, font_prop_validate_spacing):
19986         Delete argument prop_index.
19987         (font_property_table): Change arguments to validater.  Change Callers.
19988         (font_lispy_object): Delete.
19989         (font_at): Use font_find_object instead fo font_lispy_object.
19991 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19993         * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
19994         and file names.
19996 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19998         * w32font.c (add_font_name_to_list): Avoid vertical fonts.
19999         (font_matches_spec): Remove debug output.
20000         (add_font_entity_to_list): Avoid using substituted fonts.
20002 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20004         * doc.c (Fsnarf_documentation):
20005         * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
20007 2008-02-01  Miles Bader  <miles@gnu.org>
20009         * dispextern.h (struct glyph_row): Only define "clip" field if
20010         HAVE_WINDOW_SYSTEM is defined.
20012 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20014         Fix up multi-tty merge.
20016         * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
20017         and indentation.
20019         * xfaces.c (free_realized_face, clear_face_gcs):
20020         Include font_done_for_face in the input_blocked section, just in case.
20022         * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
20023         (get_char_face_and_encoding): Undo last change and remove the *other*
20024         duplicate definition (i.e. keep the one that's better scoped and that
20025         includes code for the font-backend).
20027         * terminal.c (create_terminal): Default keyboard_coding to
20028         `no-conversion' and terminal_coding to `undecided'.
20030         * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
20032         * fontset.c (free_realized_fontsets): Check that the table entry does
20033         contain a fontset before trying to compare it to `base'.
20035         * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
20036         syms_of_charset, and syms_of_coding earlier because init_window_once
20037         now needs Vcoding_system_hash_table to be setup.
20039         * coding.h (default_buffer_file_coding): Remove.
20041         * coding.c (default_buffer_file_coding): Remove.
20042         (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
20043         than ->symbol, and use the terminal-local coding system.
20044         (syms_of_coding): Don't setup the coding-systems that are not
20045         terminal-local.
20046         (Fdefine_coding_system_internal): Use XCAR/XCDR.
20048         * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
20049         Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
20051         * alloc.c (Fmake_char_table, make_sub_char_table): Remove.  They're now
20052         in chartab.c and were re-added here by mistake.
20053         (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
20055         * doc.c (Fsnarf_documentation):
20056         * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
20057         src to etc.
20059         * ChangeLog.10: Add mistakenly removed entry.
20061 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
20063         * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
20065 2008-02-01  Miles Bader  <miles@gnu.org>
20067         * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
20068         Add extra args to FACE_FOR_CHAR.
20070 2008-02-01  Kenichi Handa  <handa@m17n.org>
20072         * keymap.c (where_is_internal_1): If key is a cons, store the copy
20073         in sequence.
20075         * chartab.c (map_sub_char_table, map_char_table): If the range
20076         contains just one character, call the function with that character
20077         even if the depth is not 3.
20079 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20081         * w32font.c (w32font_text_extents): Calculate metrics for the
20082         whole string.
20084 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20086         * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
20088 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20090         * w32term.c (x_set_glyph_string_clipping): Use
20091         get_glyph_string_clip_rects.
20092         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
20093         Adjust for the change of struct glyph_string.
20095         * w32font.c (w32font_draw): Do clipping here.
20097 2008-02-01  Kenichi Handa  <handa@m17n.org>
20099         * xftfont.c (xftfont_draw): Adjust for the change of struct
20100         glyph_string.
20102         * xterm.c (x_set_glyph_string_clipping): Use
20103         get_glyph_string_clip_rects.
20104         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
20105         Adjust for the change of struct glyph_string.
20107         * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
20108         the resulting clip(s}.
20109         (expose_overlaps): Add arg r.  Change callers.  Set it to
20110         row->clip temporarily.
20111         (expose_window): Redraw rows overlapping the exposed area.
20113         * dispextern.h (struct glyph_row): New member clip.
20114         (struct glyph_string): Delete members clip_x, clip_y, clip_width,
20115         clip_height, new member clip, and num_clips.
20117 2008-02-01  Kenichi Handa  <handa@m17n.org>
20119         * data.c (Fchar_or_string_p): Fix docstring.
20121 2008-02-01  Kenichi Handa  <handa@m17n.org>
20123         * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
20124         create a temporary XftDraw object.
20126 2008-02-01  Kenichi Handa  <handa@m17n.org>
20128         * font.c (Ffontp): Fix docstring.
20130         * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
20131         strong evidence of ISO-2022.
20133 2008-02-01  Kenichi Handa  <handa@m17n.org>
20135         * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
20136         SYNTAX_ENTRY_FOLLOW_PARENT.
20138 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20140         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
20141         its type.
20142         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
20143         Update to the new type of weak_hash_tables and next_weak.
20145         * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
20146         a plain C pointer to Lisp_Hash_Table.
20148         * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
20149         (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
20150         (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
20151         (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
20152         (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
20153         (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
20154         (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
20155         (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
20156         (GC_EQ): Remove since they've been identical to their non-GC_
20157         alter-egos ever since the markbit was eradicated.
20159         * alloc.c:
20160         * buffer.c:
20161         * buffer.h:
20162         * data.c:
20163         * fileio.c:
20164         * filelock.c:
20165         * fns.c:
20166         * frame.h:
20167         * lisp.h:
20168         * macterm.c:
20169         * print.c:
20170         * process.c:
20171         * w32fns.c:
20172         * w32menu.c:
20173         * w32term.c:
20174         * xfns.c:
20175         * xmenu.c:
20176         * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
20178 2008-02-01  Kenichi Handa  <handa@m17n.org>
20180         * chartab.c (map_sub_char_table): Make it work for the top-level
20181         char-table.  Fix handling of parent char-table.
20182         (map_char_table): Adjust for the above change.
20184 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20186         * w32font.c (Qgdi): Rename from Qw32.
20188 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20190         * w32bdf.c (get_quoted_string): Make function static.
20192 2008-02-01  Kenichi Handa  <handa@m17n.org>
20194         * xftfont.c (xftfont_open): If one of font's ASCII glyph has
20195         bigger ascent and descent than those of the font, use them as
20196         font's ascent and descent.
20198 2008-02-01  Kenichi Handa  <handa@m17n.org>
20200         * Makefile.in (${lispsource}international/charprop.el): Move this
20201         target within "#ifdef HAVE_UNIDATA" and "#endif".
20203 2008-02-01  Kenichi Handa  <handa@m17n.org>
20205         * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
20206         (shortlisp): Add ../lisp/language/tai-viet.el.
20208 2008-02-01  Ulrich Mueller  <ulm@gentoo.org>
20210         * Makefile.in (${lispsource}international/charprop.el): Depend on
20211         temacs${EXEEXT}.
20213 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20215         * w32font.c (w32font_close): Delete the GDI font object.
20217         * w32menu.c: Include character.h.
20219         * w32proc.c: Likewise.
20221         * w32select.c: Likewise.
20223         * makefile.w32-in (w32proc.o): Depend on character.h.
20225 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20227         * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
20229         * w32menu.c (syms_of_w32menu): Likewise.
20231         * w32proc.c (syms_of_ntproc): Likewise.
20233         * w32select.c (syms_of_w32select): Likewise.
20235         * w32term.c (syms_of_w32term): Likewise.
20237 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20239         * w32font.c (w32font_draw): Delete brush after using it.
20241 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20243         * w32font.c (w32font_open): Don't set font_idx.
20244         (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
20245         to font settings.
20246         (w32font_draw): Fill background explicitly.
20248 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20250         * w32term.c (w32_initialize): Don't call w32font_initialize.
20252         * w32font.c (w32font_info): Remove subranges.
20253         (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
20254         (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
20255         (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
20256         (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
20257         (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
20258         (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
20259         (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
20260         (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
20261         (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
20262         (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
20263         New symbols.
20264         (font_callback_data): New struct.
20265         (w32font_list, w32font_match): Use it.
20266         (w32font_open): Don't populate subranges.
20267         (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
20268         (w32font_encode_char): Always return unicode code-point as-is.
20269         (w32font_text_extents): Supply a transformation matrix to
20270         GetGlyphOutline.  Never look up by glyph index.  Avoid looping
20271         twice.  Use unicode version of GetTexExtentPoint32 instead of
20272         glyph index version.
20273         (set_fonts_frame): Remove.
20274         (w32_enumfont_pattern_entity): Add frame parameter, use it to
20275         set frame parameter.  Use backward compatible fake foundries.
20276         Save generic family in extra slot under QCfamily.  Make width slot
20277         constant.  Save QCspacing value.  Save list of scripts instead of
20278         binary subranges.
20279         (w32_generic_family, logfonts_match, font_matches_spec): New functions.
20280         (add_font_entity_to_list): Use font_callback_data struct.  Filter
20281         unwanted fonts.
20282         (add_one_font_entity_to_list): Use font_callback_data struct.
20283         (w32_registry): Default to iso10646_1.
20284         (fill_in_logfont): Use dpi from extra slot.  Don't bother with
20285         string font registries.  Don't fill in font name if it is a generic
20286         family name, fill family instead.  Use spacing, family and script
20287         extra info to fill pitch, family and charset fields.
20288         (list_all_matching_fonts): Use font_callback_data struct.
20289         (unicode_range_for_char): Remove.
20290         (font_supported_scripts): New function.
20291         (w32font_initialize): Remove.
20292         (syms_of_w32font): Update which symbols are defined.
20294 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20296         * font.c (font_pixel_size): Reverse assq_no_quit args.
20298         * w32term.h (FONT_WIDTH): Report max width, not average.
20299         (FONT_MAX_WIDTH): Remove.
20300         (FONT_AVG_WIDTH): New macro.
20302         * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
20303         redefinition of FONT_WIDTH.
20305         * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
20306         (w32_cache_char_metrics): Use FONT_WIDTH.
20308         * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
20310 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20312         * w32font.c (w32font_open): Make lfHeight negative.
20314         * w32fns.c (x_default_font_parameter): Use new style font name.
20315         (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
20317 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20319         * w32font.c (QCsubranges): New symbol.
20320         (w32font_open, w32font_has_char): Get subranges from subproperty
20321         of extra.
20322         (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
20323         (syms_of_w32font): Define :subranges symbol.
20325         * font.c (font_put_extra): Expose externally.
20327         * font.h (font_put_extra): Move declaration from font.c.
20329         * font.c (Ffont_get): Use font driver to determine otf capability.
20330         (adjust_anchor): Check if driver defines anchor_point before using.
20332         * w32font.c (w32font_open): Handle size, height and pixel_size better.
20333         (w32font_draw): Use options.
20334         (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
20335         Fix detection of truetype fonts.
20336         (registry_to_w32_charset): Handle charsets other than iso8859-1
20337         expressed as lisp symbols.
20338         (w32_registry): Express charset as lisp symbol.
20339         (fill_in_logfont): Reverse pixel and point height logic.
20340         Don't set width here.  Set quality to default.
20342         * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
20343         (x_to_w32_font): Fill in lfPitchAndFamily correctly.
20345         * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20346         Remove redundant loop and allocation.
20348         * makefile.w32-in (font.o, w32font.o): New objects.
20349         (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
20350         (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
20352         * xdisp.c (fill_composite_glyph_string): Make the first arg to
20353         STORE_XCHARB a valid l-value.
20355         * w32term.c (w32_native_per_char_metric): Swap width and rbearing
20356         calculations for non-Truetype fonts.
20357         (x_draw_glyph_string): Sync with xterm.c.
20358         (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20359         Remove redundant code.
20360         (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
20362         * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
20363         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
20365         * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
20366         (x_to_w32_charset, w32_to_x_charset): Expose externally.
20368         * w32font.c: New file for w32 font backend.
20370 2008-02-01  Kenichi Handa  <handa@m17n.org>
20372         * term.c: Don't include "buffer.h" twice.
20374 2008-02-01  Kenichi Handa  <handa@m17n.org>
20376         * character.c (Funibyte_string): New function.
20377         (syms_of_character): Defsubr it.
20379 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20381         * w32term.c [USE_FONT_BACKEND]:
20382         (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
20383         (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
20384         (x_draw_glyph_string, x_draw_glyph_string_foreground)
20385         (x_draw_composite_glyph_string_foreground, x_new_fontset2)
20386         (x_free_frame_resources): Sync with xterm.c.
20388 2008-02-01  Andreas Schwab  <schwab@suse.de>
20390         * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
20391         char-table size.
20393 2008-02-01  Kenichi Handa  <handa@m17n.org>
20395         * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
20397 2008-02-01  Kenichi Handa  <handa@m17n.org>
20399         * ftfont.c (ftfont_driver): Delete font_otf_gsub and
20400         font_otf_gpos, add font_drive_otf.
20402         * fontset.c (fontset_find_font): Pay attention to font size
20403         specified for a font.
20404         (reorder_font_vector): Check contents of font_def.
20406         * font.c (struct otf_list): Delete it.
20407         (otf_list): Make it a lisp variable.
20408         (otf_open): Use lispy otf_list.
20409         (generate_otf_features): Rename from parse_gsub_gpos_spec.
20410         (check_otf_features): New function.
20411         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
20412         New functions.
20413         (font_drive_otf): New function merging font_otf_gsub and
20414         font_otf_gpos.
20415         (font_open_for_lface): New arg spec.  Change argument order.
20416         (font_load_for_face): Adjust for the change of font_open_for_lface.
20417         (Ffont_drive_otf): New function merging Ffont_otf_gsub and
20418         Ffont_otf_gpos.
20419         (syms_of_font): Staticpro otf_list.  Delete defsubr of
20420         Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
20422         * xfaces.c (set_font_frame_param): Adjust for the change of
20423         font_open_for_lface.
20425         * font.h (font_open_for_lface): Adjust prototype.
20426         (struct font_driver): Delete members otf_gsub and otf_gpos, add
20427         member otf_drive.
20428         (font_otf_gsub, font_otf_gpos): Delete externs.
20429         (font_drive_otf): Extern it.
20431 2008-02-01  Kenichi Handa  <handa@m17n.org>
20433         * font.c (font_at): If the window W is not on a window system,
20434         return Qnil.
20436         * coding.c (produce_chars, encode_coding): Don't call
20437         insert_from_gap if no characters to produce.
20439 2008-02-01  Kenichi Handa  <handa@m17n.org>
20441         * fontset.c (free_realized_fontsets): Avoid unnecessary call of
20442         Fclear_face_cache.
20444         * xfaces.c (face_for_font): Check also face->font==font->font.font.
20446 2008-02-01  Miles Bader  <miles@gnu.org>
20448         * emacs.c (main): Change default value of `enable_font_backend' to 1.
20449         Parse "--disable-font-backend" option.
20450         (standard_args): Add "--disable-font-backend" option.
20452 2008-02-01  Kenichi Handa  <handa@m17n.org>
20454         * fontset.c (fontset_find_font): New function.
20455         (fontset_font): Use fontset_find_font.
20456         (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
20457         Register the specified font for all Latin characters.
20458         (new_fontset_from_font): Register the specified font for all Latin
20459         characters.
20460         (dump_fontset): For a realized fontset, include the base fontset
20461         name in the returned vector.
20463 2008-02-01  Kenichi Handa  <handa@m17n.org>
20465         * character.h (CHAR_STRING): Cast C to unsigned on calling
20466         char_string.
20468         * character.c (char_string): Type of arg C changed to unsigned.
20469         Signal an error if C is an invalid character code.
20471         * editfns.c (general_insert_function, Fchar_to_string):
20472         Use CHARACTERP, not INTEGERP.
20474 2008-02-01  Kenichi Handa  <handa@m17n.org>
20476         * character.h (MIN_MULTIBYTE_LEADING_CODE)
20477         (MAX_MULTIBYTE_LEADING_CODE): New macros.
20479         * regex.c (analyse_first): Fix for multibyte characters in "case
20480         charset:" and "case categoryspec:".
20482 2008-02-01  Andreas Schwab  <schwab@suse.de>
20484         * Makefile.in (LIBES): Move standard libraries to the end.
20486 2008-02-01  Kenichi Handa  <handa@m17n.org>
20488         * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
20489         nonzero, don't shrink the buffer nextb.
20491         * buffer.h (struct buffer_text): New member inhibit_shrinking.
20493         * coding.c (coding_alloc_by_making_gap): New arg offset.
20494         (alloc_destination): Call coding_alloc_by_making_gap with the arg
20495         offset.
20496         (decode_coding_iso_2022): Update coding->safe_charsets.
20497         (decode_coding_gap): Temporarily set
20498         current_buffer->text->inhibit_shrinking to 1.
20500 2008-02-01  Kenichi Handa  <handa@m17n.org>
20502         * xterm.c (x_draw_composite_glyph_string_foreground): Fix
20503         indexing into elements of s->cmp and s->char2b.
20505 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
20507         * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
20509 2008-02-01  Kenichi Handa  <handa@m17n.org>
20511         * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
20512         target_multibyte instead of multibyte.
20513         (re_match_2_internal): Call bcmp_translate with target_multibyte.
20514         (bcmp_translate): Change the argument name from multibyte to
20515         target_multibyte.
20517 2008-02-01  Kenichi Handa  <handa@m17n.org>
20519         These changes are to compile a regexp into a pattern that can be
20520         used both for multibyte and unibyte targets.
20522         * Makefile.in (search.o): Depend on charset.h.
20524         * character.c (multibyte_char_to_unibyte_safe): New function.
20526         * search.c: Include "charset.h".
20527         (compile_pattern_1): Delete argument multibyte.  Don't set
20528         cp->buf.target_multibyte here.  Set cp->buf.charset_unibyte.
20529         (compile_pattern): Don't compare cp->buf.target_multibyte.
20530         Compare cp->buf.charset_unibyte.
20531         (compile_pattern): Set cp->buf.target_multibyte.
20533         * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
20535         * regex.h (struct re_pattern_buffer): New member charset_unibyte.
20537         * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
20538         multibyte.  Change callers.
20539         (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
20540         (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete.  Change callers
20541         to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
20542         (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
20543         (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
20544         (regex_compile): Make the compiled pattern usable both for
20545         multibyte and unibyte targets.
20546         (analyse_first): Make the fastmap usable both for multibyte and
20547         unibyte targets.
20548         (TRANSLATE_VIA_MULTIBYTE): Delete.
20549         (re_match_2_internal): Pay attention to the case that the
20550         multibyteness of bufp and target may be different.
20552 2008-02-01  Kenichi Handa  <handa@m17n.org>
20554         * xdisp.c (x_produce_glyphs): When a font is not found, make the
20555         empty box occupy at least one column width.
20557 2008-02-01  Miles Bader  <miles@gnu.org>
20559         * Makefile.in: Remove redundant HAVE_XFT clause.
20561 2008-02-01  Kenichi Handa  <handa@m17n.org>
20563         * xrdb.c (x_load_resources): Setup the default fontSet X resource.
20565 2008-02-01  Kenichi Handa  <handa@m17n.org>
20567         * fontset.c (Finternal_char_font): Fix for the case of POSITION
20568         being nil.
20570 2008-02-01  Kenichi Handa  <handa@m17n.org>
20572         * xftfont.c (xftfont_open): Call FcConfigSubstitute.
20574 2008-02-01  Kenichi Handa  <handa@m17n.org>
20576         * xftfont.c (xftfont_open): Don't enable antialias explicitly.
20578 2008-02-01  Kenichi Handa  <handa@m17n.org>
20580         * search.c (simple_search): Fix previous change.
20582 2008-02-01  Kenichi Handa  <handa@m17n.org>
20584         * xftfont.c (ftfont_font_format): Extern declaration.
20586         * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
20588         * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
20589         (xfont_list): Don't directly use Lisp_Object as an operand of &&.
20591         * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
20592         (ftfont_font_format): Fix previous change.
20594         * font.h (Ffont_xlfd_name): EXFUN it.
20596         * font.c (font_parse_xlfd): Fix the array size of `f'.
20597         (register_font_driver): Use EQ to compare driver->type.
20599         * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
20600         (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
20601         (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
20603 2008-02-01  Kenichi Handa  <handa@m17n.org>
20605         * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
20606         (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
20608 2008-02-01  Kenichi Handa  <handa@m17n.org>
20610         * xfont.c (xfont_open): Set font->format.
20612         * xftfont.c (xftfont_open): Set font->format.
20614         * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
20615         (ftfont_list): Include FC_FONTFORMAT in FcObject.
20616         (ftfont_open): Set font->format.
20617         (ftfont_font_format): New function.
20619         * font.h (struct font): New member format.
20621         * font.c (Qopentype): New variable.
20622         (syms_of_font): Defsym it.
20623         (Fquery_font): Change the format of the last element of the return
20624         value.
20626 2008-02-01  Kenichi Handa  <handa@m17n.org>
20628         * xfns.c (xic_create_xfontset): Try the default fontset name as a
20629         last resort.
20631 2008-02-01  Kenichi Handa  <handa@m17n.org>
20633         * coding.c (detect_coding_charset): Fix detection of multi-byte
20634         charset.
20636 2008-02-01  Bob Halley  <halley@play-bow.org>  (tiny change)
20638         * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
20640 2008-02-01  Kenichi Handa  <handa@m17n.org>
20642         * xdisp.c (get_next_display_element): Set it->face_id for the
20643         first component of a composition.
20644         (x_produce_glyphs): Check if the font is changed or not for composition.
20646 2008-02-01  Kenichi Handa  <handa@m17n.org>
20648         * fontset.c (Qlatin): New variable.
20649         (syms_of_fontset): Define it as a lisp symbol.
20650         (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
20652 2008-02-01  Kenichi Handa  <handa@m17n.org>
20654         * font.c (font_unparse_fcname): Pay attention to the case that
20655         some of font property is a null string.
20657 2008-02-01  Kenichi Handa  <handa@m17n.org>
20659         * term.c: Include "composite.h".
20660         (encode_terminal_code): Output all components of composition.
20661         Check the size of encode_terminal_src.
20662         (produce_glyphs): For composition, call produce_composite_glyph.
20663         (append_composite_glyph, produce_composite_glyph): New functions.
20665         * xdisp.c (x_produce_glyphs): In handling composition, if a font
20666         is not found, get font_info from the current ascii face.
20668 2008-02-01  Kenichi Handa  <handa@m17n.org>
20670         * fileio.c (Finsert_file_contents): On replacing, temporarily bind
20671         buffer-file-name to Qnil before calling insert_from_buffer.
20673         * font.c (font_unparse_fcname): Pay attention to the case that
20674         foundry is a null string.
20676 2008-02-01  Kenichi Handa  <handa@m17n.org>
20678         * ftfont.c (ftfont_list): Allow registry "unicode-sip".
20680         * font.c (Qunicode_sip): New variable.
20681         (syms_of_font): Declare it as a Lisp symbol.
20683         * font.h (Qunicode_sip): Extern it.
20685 2008-02-01  Kenichi Handa  <handa@m17n.org>
20687         * composite.c (get_composition_id): Pay attention to TAB component.
20689         * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
20690         TAB.  Adjust for the change of s->char2b which always points to
20691         the first element of allocated memory.
20693         * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
20695         * xdisp.c (handle_composition_prop): Set it->c to the first
20696         non-TAB component.
20697         (fill_composite_glyph_string): Change argument.
20698         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
20699         (x_produce_glyphs): Fix handling of left/right padding.
20701 2008-02-01  Kenichi Handa  <handa@m17n.org>
20703         * coding.c (detect_coding_system): Fix for handling off
20704         inhibit_iso_escape_detection.  Fix for the case that no coding
20705         system is defined for a specific coding category.
20707 2008-02-01  Kenichi Handa  <handa@m17n.org>
20709         * font.c (font_matching_entity): Delete unused local var.
20711         * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
20712         opening a font.
20714         * fileio.c (Finsert_file_contents): On recovering a file, assume
20715         Unix-like eol.
20716         (choose_write_coding_system): On auto-saving a file, force
20717         Unix-like eol.
20719         * coding.c (setup_coding_system): Fix setting of
20720         coding->common_flags based on eol_type.
20721         (coding_inherit_eol_type): If PARENT is not nil, be sure to
20722         inherit from it.
20724 2008-02-01  Kenichi Handa  <handa@m17n.org>
20726         * alloc.c (NSTATICS): Increas to 0x600.
20728 2008-02-01  Kenichi Handa  <handa@m17n.org>
20730         * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
20731         (ftfont_list): Don't check :name property.
20732         (ftfont_match): New function.
20733         (ftfont_pattern_entity): If the pattern doesn't contain
20734         FC_SPACING, don't assume FC_MONO.
20736         * font.h (struct font_driver): New member `match'.
20737         (font_update_drivers): Adjust prototype.
20739         * font.c (font_parse_fcname, font_parse_name): Don't change :name
20740         property of FONT.
20741         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
20742         them unconditionally.
20743         (font_matching_entity): New function.
20744         (font_open_by_name): Try font_matching_entity if exact match is
20745         not found.
20746         (font_update_drivers): Delete the arg FONT.  Return a list of
20747         actually used backends.  Don't free faces, font caches here.
20748         Don't store data in frame parameters.  Don't call x_set_font.
20749         (Ffont_spec): Store :name property as is.
20750         (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
20751         (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
20752         (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
20753         (Ffont_otf_alternates): Check if the driver has otf_gsub function.
20754         Call font->driver->otf_gsub instead of font_otf_gsub.
20756         * frame.c (x_set_font_backend): Do more works that were done in
20757         font_update_drivers before.
20759         * xfont.c (xfont_match): New function.
20760         (xfont_driver): Set xfont_driver.match to xfont_match.
20761         (xfont_draw): Set font in GC if necessary.
20763         * ftxfont.c (ftxfont_match): New function.
20764         (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
20766         * xftfont.c (xftfont_match): New function.
20767         (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
20769 2008-02-01  Kenichi Handa  <handa@m17n.org>
20771         * font.h (struct font): New member scalable.
20772         (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
20773         (font_otf_gsub): Adjust prototype.
20775         * font.c (font_otf_capability): Fix handling of the default langsys.
20776         (parse_gsub_gpos_spec): Change type to void.  New arg nbytes.
20777         Check the contents of SPEC.
20778         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
20779         (check_gstring): New function.
20780         (REPLACEMENT_CHARACTER): New macro.
20781         (font_otf_gsub): New arg alternate_subst.  Be sure to set all
20782         glyph codes of GSTRING.
20783         (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
20784         (font_prepare_composition): Set cmp->glyph_len.
20785         (font_open_entity): Set font->scalable.
20786         (Ffont_get): Handle :otf property.
20787         (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
20788         functions.
20789         (Fquery_font): Use font->font.full_name.
20790         (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
20791         Sfont_otf_alternates.
20793         * ftfont.c (ftfont_open): Set font->font.full_name and
20794         font->font.name properly.  Fix calculation of font->font.height
20795         and font->min_width.
20797         * ftxfont.c (ftxfont_create_gcs): New function.
20798         (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
20799         (ftxfont_draw_backgrond): Fix filling region.
20800         (ftxfont_default_fid): New function.
20801         (ftxfont_open): Set xfont->fid to the return value of
20802         ftxfont_default_fid.
20803         (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
20804         (ftxfont_done_face): Free only GCs that are created by
20805         ftxfont_create_gcs.
20806         (ftxfont_draw): If face->gc != s->gc, create proper GCs.
20808         * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
20809         Clip to src->width, etc (not src->clip_XXX).
20811         * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
20812         FontBackend frame parameter.
20814 2008-02-01  Kenichi Handa  <handa@m17n.org>
20816         * font.h (struct font_driver_list): New member `on'.
20817         (Fclear_font_cache): EXFUN it.
20818         (font_update_drivers): Extern it.
20820         * font.c (font_unparse_fcname): Fix typo (swidth->width).
20821         (font_list_entities): Check driver_list->on.
20822         (register_font_driver): Initialize `on' member to 0.
20823         (font_update_drivers): New function.
20824         (Fclear_font_cache): Check driver_list->on.
20826         * frame.h (Qfont_backend): Extern it.
20827         (x_set_font_backend): Extern it.
20829         * frame.c (Qfont_backend): New variable.
20830         (frame_parms): New element for font-backend.
20831         (x_set_font_backend): New function.
20833         * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
20834         FontBackend frame parameter.
20835         (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
20836         x_set_font_backend.
20838         * xfont.c (xfont_list): Don't try listing by :name property if the
20839         name is not for XLFD.
20841 2008-02-01  Kenichi Handa  <handa@m17n.org>
20843         * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
20844         (LGLYPH_SET_TO): New macros.
20845         (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
20846         element of G is vector or not.
20847         (font_at): Extern it.
20849         * font.c: Include window.h.
20850         (font_lispy_object): New function.
20851         (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
20852         end of valid glyph.
20853         (font_close_object): Fix getting (struct font *).
20854         (font_at): New function.
20855         (Ffont_get): If FONT is a font-object, get entity from it.
20856         (Ffont_make_gstring): Initialize elements of glyphs with nil.
20857         (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.  Fix
20858         range check.
20859         (Ffont_at): New function.
20860         (syms_of_font): Defsubr Sfont_at.
20862         * xdisp.c (it_props): Move the entry for Qauto_composed to just
20863         before the entry for Qcomposition.
20864         (handle_auto_composed_prop): Call auto-composition-function with 4 args.
20865         (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
20866         the font in gstring.
20867         (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
20868         LGLYPH_FORM (g) to detect the end of valid glyph.
20869         (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
20870         we are composing with gstring.
20872         * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
20873         Check if adjustment is vector or not.
20875         * Makefile.in (font.o): Make it depends on window.h.
20877 2008-02-01  Kenichi Handa  <handa@m17n.org>
20879         * xterm.c (x_draw_composite_glyph_string_foreground): Check if
20880         adjustment is vector or not.
20882 2008-02-01  Miles Bader  <miles@gnu.org>
20884         * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
20886 2008-02-01  Kenichi Handa  <handa@m17n.org>
20888         * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
20889         (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
20890         (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
20892         * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
20893         (DEVICE_DELTA): Fix typo.
20894         (font_otf_gpos, font_prepare_compositio): Adjust for the change of
20895         LGLYPH format.
20897         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
20898         the change of LGLYPH format.
20900 2008-02-01  Kenichi Handa  <handa@m17n.org>
20902         * ftfont.c (ftfont_list): Fix typo.
20903         (ftfont_build_basic_charsets): Don't include letters with diacritics.
20905 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
20907         * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
20909         * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
20910         xftface_info is non-NULL.
20912 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
20914         * ftfont.c (ftfont_list): Move misplaced #endif.
20916 2008-02-01  Kenichi Handa  <handa@m17n.org>
20918         * ftfont.c (ftfont_list): Pay attention to the case that
20919         FC_CAPABILITY is not defined.
20921 2008-02-01  Kenichi Handa  <handa@m17n.org>
20923         * xftfont.c (xftfont_open): Set charset related members to -1.
20925         * ftfont.c (ftfont_list): Handle QCotf property.  Fix handling of
20926         QCname.
20927         (ftfont_open): Set charset related members to -1.
20929         * fontset.c (Votf_script_alist): New variable.
20930         (syms_of_fontset): Initialize it.
20931         (fontset_font): Delete unused variable.
20933         * fontset.h (Votf_script_alist): Extern it.
20935         * font.c (font_find_for_lface): Optimize code.
20937         * font.h (font_close_object, font_merge_old_spec): Extern them.
20939 2008-02-01  Kenichi Handa  <handa@m17n.org>
20941         * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
20942         (syms_of_font): Initialize them.
20943         (font_pixel_size): Allow float value in dpi.
20944         (font_prop_validate_type): Delete.
20945         (font_prop_validate_symbol, font_prop_validate_style): Change argument.
20946         Change caller.
20947         (font_prop_validate_non_neg): Rename from font_prop_validate_size.
20948         (font_prop_validate_extra): Delete.
20949         (font_prop_validate_spacing): New function.
20950         (font_property_table): Add elements for all known properties.
20951         (get_font_prop_index): Rename from check_font_prop_name.  New
20952         argument FROM.  Change caller.
20953         (font_prop_validate): Validate all known properties.
20954         (font_put_extra): Delete argument force.  Change caller.
20955         (font_expand_wildcards): Make it static.  Fix the way of shrinking
20956         the possible range.
20957         (font_parse_xlfd): Delete argument merge.  Fix handling of RESX,
20958         RESY, SPACING, and AVGWIDTH.  Don't validate property values here.
20959         Change caller.
20960         (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
20961         (font_parse_fcname): Delete argument merge.  Fix parsing of point
20962         size.  Don't validate properties values here.  Change caller.
20963         (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
20964         (font_open_by_name): Delete unused variable.
20965         (Ffont_spec): Likewise.  Validate property values.
20966         (Ffont_match_p): New function.
20968         * font.h (QCscalable): Extern it.
20969         (font_parse_xlfd, font_parse_fcname): Adjust prototype.
20971         * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
20973         * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
20974         (xfont_list_pattern): New function.
20975         (xfont_list): Use xfont_list_pattern.
20977 2008-02-01  Kenichi Handa  <handa@m17n.org>
20979         * font.h (Flist_fonts): EXFUN it.
20981 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20983         * w32term.c (w32_initialize): Add back smoothing_type and
20984         smoothing_enabled definitions.
20986 2008-02-01  Kenichi Handa  <handa@m17n.org>
20988         * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
20989         s->face->font on determining underline position.
20991 2008-02-01  Kenichi Handa  <handa@m17n.org>
20993         * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
20994         (font_has_char): Accept font-object too.
20995         (font_find_for_lface): Try at first with a size specified in face.
20997 2008-02-01  Kenichi Handa  <handa@m17n.org>
20999         * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
21000         font_open_by_name.
21002 2008-02-01  Kenichi Handa  <handa@m17n.org>
21004         * font.h (QCspacing, QCdpi): Extern them.
21005         (enum font_spacing): New enum.
21006         (FONT_PIXEL_SIZE_QUANTUM): New macro.
21008         * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
21009         (QCspacing, QCdpi): New variables.
21010         (syms_of_font): Initialize them.
21011         (font_pixel_size): New function.
21012         (font_put_extra): New function.
21013         (font_parse_xlfd): Fix handling of font size.  Add QCdpi property
21014         in FONT_EXTRA.
21015         (font_parse_fcname): Handle enumerated values (e.g. bold).
21016         Fix handling font size.  Add QCname property that contains only
21017         unknown properties.
21018         (font_score): Change argument.  Change caller.  Pay attention to
21019         FONT_PIXEL_SIZE_QUANTUM.
21020         (font_sort_entites, font_list_entities, font_find_for_lface)
21021         (font_open_for_lface, font_open_by_name): Fix handling of font size.
21022         (Ffont_spec): Add QCname property that contains only unknown properties.
21024         * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.  Don't
21025         include weight in listing pattern, instead check weight of each
21026         listed font.  Don't include scalable in pattern.  Pay attention to
21027         FONT_PIXEL_SIZE_QUANTUM.
21029 2008-02-01  Kenichi Handa  <handa@m17n.org>
21031         * font.c (font_parse_fcname): Fix parsing of point-size.
21032         (font_unparse_fcname): Produce symbolic names for style properties.
21033         (font_list_entities): Handle float size correctly.
21034         (font_open_by_name): Prefer `normal' property values if the name
21035         doesn't specify them.
21037         * fontset.c (Finternal_char_font): Use font_get_name, not
21038         Ffont_xlfd_name.
21040         * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
21041         FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
21042         pattern.  Don't force scalable.
21044         * xftfont.c (xftfont_open): For generating a name, start from
21045         96-byte buffer.
21047 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
21049         * frame.h (x_new_fontset2): Fix prototype.
21051 2008-02-01  Kenichi Handa  <handa@m17n.org>
21053         * font.h (struct font_driver): Delete member parse_name.
21054         (font_match_p, font_get_spec, font_parse_fcname)
21055         (font_unparse_fcname): Extern them.
21056         (font_get_name): Adjust prototype.
21058         * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
21059         (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
21060         (font_expand_wildcards): Fix handling ENCODING field.  Avoid
21061         unnecessary checks for weight, slant, and swidth.
21062         (font_parse_fcname): New function.
21063         (font_unparse_fcname): New function.
21064         (font_parse_name): New function.
21065         (font_match_p): New function.
21066         (font_get_name): Change return value to Lisp string.
21067         (font_get_spec): New function.
21068         (Qunspecified, Qignore_defface): Don't extern them.
21069         (font_find_for_lface): Assume that LFACE is fully specified.
21070         (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
21071         object, use it for FACE.
21072         (font_open_by_name): Call Ffont_spec with QCname prop.  Don't call
21073         driver->parse_name.
21074         (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
21076         * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
21077         prototype.
21079         * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
21080         argument F.  Don't call Fnew_fontset.  Instead, directly call
21081         make_fontset.
21083         * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
21085         * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
21086         of x_new_fontset2.
21088         * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
21089         (Qsans__serif): New variables.
21090         (ftfont_generic_family_list): New variable.
21091         (syms_of_ftfont): Initialize the above variables.
21092         (ftfont_pattern_entity): Delete argument NAME.
21093         (ftfont_list_generic_family): New function.
21094         (ftfont_parse_name): Delete this function.
21095         (ftfont_list): Try generic family only when FcFontList found no font.
21096         (ftfont_list_family): Fix args to FcObjectSetBuild.
21098         * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
21099         object in attrs[LFACE_FONT_INDEX].
21100         (set_lface_from_font_name): Cancel all changes for font-backend.
21101         (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
21102         function.
21103         (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
21104         font object in QCfont attribute.
21105         (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
21106         (realize_default_face) [USE_FONT_BACKEND]: Call
21107         set_lface_from_font_and_fontset.
21109         * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
21110         "fixed", and signal error here if no suitable font was found.
21112         * xfont.c (xfont_parse_name): Delete this function.
21114         * xftfont.c (xftfont_open): Change coding style of error
21115         handling.  Generate fontconfig's fontname pattern.
21117         * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
21118         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
21120         * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
21121         Both args FONTSET and FONT_OBJECT must be existing ones.
21123 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21125         * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
21127 2008-02-01  Kenichi Handa  <handa@m17n.org>
21129         * xfont.c (xfont_open, xfont_encode_char): Fix typo.
21131         * font.h (struct font): Fix typo.
21133         * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
21134         XLFD_XXX_INDEX.
21135         (enum xlfd_field_mask): New enum.
21136         (intern_font_field): Changed argument.  Change caller.  If digits
21137         are followed by non-digits, return a symbol.
21138         (font_expand_wildcards): New function.
21139         (font_parse_xlfd): Fix wildcard handling.
21140         (Ffont_spec): If :name is specified, reflect the info in the other
21141         properties.
21143         * ftfont.c (ftfont_pattern_entity): Fix typo.
21144         (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
21145         locale.
21147 2008-02-01  Kenichi Handa  <handa@m17n.org>
21149         * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
21151         * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
21152         (font_unparse_xlfd): Fix argument type declaration.  Append "*" if
21153         registry doesn't specify encoding part.
21154         (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
21155         (font_open_by_name): At first try parsing the name.
21156         (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
21157         as Lisp symbols.
21159         * fontset.c (reorder_font_vector): Pay attention to the case that
21160         the 3rd element of font_def is nil.
21161         (fontset_font): For the default fontset, append one more fontset
21162         elements for a script-based font specification.  Don't add script
21163         attribute on finding a font.
21164         (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
21165         font name.
21166         (fontset_ascii_font): If a font can't be opened, return nil.
21168         * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
21169         (ftfont_pattern_entity): New function.
21170         (ftfont_get_cache): Assume that freetype_font_cache is already
21171         initialized.
21172         (ftfont_list): Handle the case that a file is specified in font
21173         name.  Use ftfont_pattern_entity to generate entities.
21174         (ftfont_has_char): Check if the pattern contains FC_CHARSET.
21175         (syms_of_ftfont): Initialize freetype_font_cache.
21177         * xftfont.c (xftfont_open): Make the font name fontconfig's
21178         style.  Add BLOCK_INPUT and UNBLOCK_INPUT.
21179         (xftfont_close): Free font->font.name if not NULL.
21181         * xfont.c (xfont_list): If script is specified for a font, return
21182         null_vector.
21183         (xfont_list_family): Declare argument type.
21185         * xfaces.c (set_lface_from_font_name): If a font doesn't have a
21186         name, set LFACE_FONT (lface) to nil.
21188         * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
21189         return Qnil.
21191 2008-02-01  Kenichi Handa  <handa@m17n.org>
21193         * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
21194         (standard_args): Add "-enable-font-backend".
21196 2008-02-01  Kenichi Handa  <handa@m17n.org>
21198         * xftfont.c (xftfont_default_fid): Set fid_known to 1.
21199         (struct xftdraw_list, xftdraw_list): Delete them.
21200         (register_xftdraw, check_xftdraw): Delete them.
21201         (xftfont_prepare_face): Don't call register_xftdraw.
21202         (xftfont_done_face): Don't call check_xftdraw.
21203         (xftfont_draw): Get background color only when with_background is
21204         nonzero.
21206         * xfont.c (xfont_encode_char): Fix calculation of char2b.
21208 2008-02-01  Kenichi Handa  <handa@m17n.org>
21210         These changes are for the new font handling codes.
21212         * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
21213         @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
21214         (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
21215         (FONTSRC, FONTOBJ): New variables.
21216         (obj): Add $(FONTOBJ).
21217         (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
21218         (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
21219         @LIBOTF_LIBS@.
21220         (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
21221         (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
21223         * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
21225         * character.h (Vscript_representative_chars): Extern it.
21227         * character.c (Vscript_representative_chars): New variable.
21228         (syms_of_character): Declare it as a Lisp variable.
21230         * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
21231         enable_font_backend is nonzero, accept the composition method
21232         COMPOSITION_WITH_GLYPH_STRING.
21234         * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
21235         enumeration COMPOSITION_WITH_GLYPH_STRING.
21237         * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
21238         members clip_x, clip_y, clip_width, and clip_height.
21239         (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
21241         * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
21242         --enable-font-backend.  Call syms_of_font.
21244         * fns.c (assoc_no_quit): New function.
21246         * fontset.h (FONT_INFO_FROM_FACE): New macro.
21247         (face_for_font, new_fontset_from_font)
21248         (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
21250         * fontset.c [USE_FONT_BACKEND]: Include "font.h".
21251         (fontset_font, fontset_ascii, face_for_char)
21252         (make_fontset_for_ascii_face, Ffont_info)
21253         (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
21254         is nonzero, use font-backend mechanism.
21255         (find_font_encoding): Make it non-static.
21256         (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
21257         New functions.
21259         * frame.h (struct frame): New members resx and resy.
21260         (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
21261         (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
21263         * frame.c [USE_FONT_BACKEND]: Include "font.h".
21264         (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
21266         * lisp.h (assoc_no_quit): Extern it.
21268         * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
21269         Through out the file, use FONT_INFO_FROM_FACE instead of
21270         FONT_INFO_FROM_ID, use get_per_char_metric instead of
21271         rif->per_char_metric.
21272         (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
21273         method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
21274         (get_glyph_face_and_encoding, fill_composite_glyph_string)
21275         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21276         (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
21277         nonzero, use font-backend mechanism.
21278         (get_per_char_metric): New function.
21280         * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
21281         (set_lface_from_font_name)
21282         (set_font_frame_param, free_realized_face)
21283         (prepare_face_for_display, clear_face_gcs)
21284         (Finternal_set_font_selection_order, realize_x_face)
21285         [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
21286         font-backend mechanism.
21287         (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
21288         (load_face_font) [USE_FONT_BACKEND]: Abort.
21289         (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
21290         (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
21292         * xfns.c [USE_FONT_BACKEND]: Include "font.h".
21293         (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
21294         (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
21295         nonzero, register all available font drivers.  Call
21296         x_default_font_parameter for deciding a font.
21297         (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
21299         * xterm.c [USE_FONT_BACKEND]: Include "font.h".
21300         (x_set_mouse_face_gc, x_set_glyph_string_clipping)
21301         (x_set_glyph_string_clipping_exactly)
21302         (x_compute_glyph_string_overhangs)
21303         (x_draw_glyph_string_foreground)
21304         (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
21305         (x_free_frame_resources) [USE_FONT_BACKEND]: If
21306         enable_font_backend is nonzero, use font-backend mechanism.
21307         (x_new_fontset2) [USE_FONT_BACKEND]: New function.
21309 2008-02-01  Kenichi Handa  <handa@m17n.org>
21311         * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
21312         system_eol_type.
21313         (syms_of_coding): Initialize system_eol_type.
21315         * process.c (Fset_process_coding_system): Inherit system's eol
21316         format if necessary.
21318 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21320         * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
21322 2008-02-01  Kenichi Handa  <handa@m17n.org>
21324         * coding.c (decode_eol): Pay attention to buffer relocation in
21325         del_range_2.
21326         (decode_coding): Call decode_eol before restoring undo_list.
21328 2008-02-01  Kenichi Handa  <handa@m17n.org>
21330         * charset.c (Fdefine_charset_internal): Fix setting of
21331         emacs_mule_bytes.
21333 2008-02-01  Kenichi Handa  <handa@m17n.org>
21335         * keyboard.c (read_char): Check if C is a character or not before
21336         looking up Vkeyboard_translate_table.
21338 2008-02-01  Kenichi Handa  <handa@m17n.org>
21340         * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
21341         condition to terminate the loop.
21343 2008-02-01  Kenichi Handa  <handa@m17n.org>
21345         * coding.c (produce_composition): Compare charbuf[i] instead of
21346         args[i] against 0.
21347         (Fterminal_coding_system): Use EQ to compare Lisp objects.
21349 2008-02-01  Kenichi Handa  <handa@m17n.org>
21351         * coding.c (DECODE_COMPOSITION_START): If the source is short, set
21352         coding->result to CODING_RESULT_INSUFFICIENT_SRC.
21353         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
21354         detect_coding.
21355         (emacs_mule_char): Handle old style (Emacs 20) component character
21356         of a composition.
21357         (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
21358         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
21359         composition rule.
21360         (decode_coding_emacs_mule): Handle invalid bytes correctly.
21362 2008-02-01  Kenichi Handa  <handa@m17n.org>
21364         * coding.c (encode_coding_ccl): Allocate destination dynamically
21365         when necessary.
21367 2008-02-01  Kenichi Handa  <handa@m17n.org>
21369         * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
21370         the loop.  When quitted, show a proper error message.
21372 2008-02-01  Kenichi Handa  <handa@m17n.org>
21374         * xterm.c (x_set_glyph_string_clipping_exactly): Set
21375         src->clip_head and src->clip_tail temporarily instead of src->hl.
21377         * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
21378         character sequence.
21379         (Fccl_execute_on_string): Use ASET, not XSET.
21381 2008-02-01  Kenichi Handa  <handa@m17n.org>
21383         * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
21385 2008-02-01  Kenichi Handa  <handa@m17n.org>
21387         * coding.c (decode_coding): Fix the condition of terminating the
21388         decoding loop.
21390 2008-02-01  Kenichi Handa  <handa@m17n.org>
21392         * data.c (Faset): On setting a character bigger than 255 in a
21393         unibyte string, signal an error instead of make the string multibyte.
21395 2008-02-01  Kenichi Handa  <handa@m17n.org>
21397         * charset.c (map_charset_chars): Fix for ascii-compatible charset
21398         made by a mapping table.
21400 2008-02-01  Kenichi Handa  <handa@m17n.org>
21402         * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
21403         not.
21404         (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
21405         (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
21407         * xterm.c (x_draw_composite_glyph_string_foreground): Check
21408         s->face is NULL or not.
21410 2008-02-01  Kenichi Handa  <handa@m17n.org>
21412         * xterm.c (x_set_glyph_string_clipping_exactly): New function.
21413         (x_draw_glyph_string): Fix drawing of right_overhang and
21414         left_overhang around/on cursor.
21416         * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
21418 2008-02-01  Kenichi Handa  <handa@m17n.org>
21420         * xdisp.c (x_produce_glyphs): Handle composition with TAB.
21422 2008-02-01  Kenichi Handa  <handa@m17n.org>
21424         * coding.c (Fdefine_coding_system_internal)
21425         (Fdefine_coding_system_alias): Avoid a duplicated element in
21426         Vcoding_system_alist.
21428 2008-02-01  Kenichi Handa  <handa@m17n.org>
21430         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
21432         * coding.c (Qcoding_system_define_form): New variable.
21433         (syms_of_coding): Intern and staticpro it.
21434         (Fcoding_system_p): Check Qcoding_system_define_form.
21435         (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
21437         * coding.h (CODING_SYSTEM_P): If ID is not available, call
21438         Fcoding_system_p.
21439         (CHECK_CODING_SYSTEM): If ID is not available, call
21440         Fcheck_coding_system.
21441         (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
21442         Try also Fcheck_coding_system.
21444 2008-02-01  Kenichi Handa  <handa@m17n.org>
21446         * coding.c (code_conversion_restore): GCPRO arg.
21448 2008-02-01  Kenichi Handa  <handa@m17n.org>
21450         * character.c (lisp_string_width): Check multibyteness of STRING.
21452 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21454         * macterm.c (mac_encode_char): Call ccl_driver with the last arg
21455         Qnil.  Use JIS_TO_SJIS instead of ENCODE_SJIS.
21456         (decode_mac_font_name): Use decode_coding_c_string instead of
21457         decode_coding.
21458         (x_load_font): Initialize fontp->fontset to -1.  Set
21459         fontp->encoding_type.
21461 2008-02-01  Kenichi Handa  <handa@m17n.org>
21463         * search.c (search_buffer): Give up BM search on case-fold-search
21464         if one of a target character has a case-equivalence of different
21465         byte length even if that target character is an ASCII.
21466         (simple_search): Fix calculation of byte length of matched text.
21467         (boyer_moore): Fix handling of case-equivalent multibyte characters.
21469 2008-02-01  Kenichi Handa  <handa@m17n.org>
21471         * coding.c (decode_coding): Fix handling of invalid bytes.
21473 2008-02-01  Kenichi Handa  <handa@m17n.org>
21475         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
21476         Unicode characters.
21478 2008-02-01  Kenichi Handa  <handa@m17n.org>
21480         * coding.c (encode_coding_object): If a pre-write-conversion
21481         function makes a new buffer, kill it.
21483 2008-02-01  Kenichi Handa  <handa@m17n.org>
21485         * coding.c (QCascii_compatible_p): New variable.
21486         (syms_of_coding): Initialize it.
21487         (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
21488         calling string_char.
21489         (record_conversion_result): Add `default:' case.
21490         (coding_charset_list): Delete unused variable `coding_type'.
21491         (Fdefine_coding_system_internal): Add `ascii-compatible-p'
21492         property in the plist of the coding system.
21493         (Fcoding_system_put): Check QCascii_compatible_p.
21495 2008-02-01  Miles Bader  <miles@gnu.org>
21497         * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
21498         removed calculation of frame `f', as it's now used.
21500 2008-02-01  Kenichi Handa  <handa@m17n.org>
21502         * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
21503         (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
21504         (UNIDATA): New variable.
21505         (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
21506         (bootstrap-emacs${EXEEXT}): Depends on charprop.el.  Run
21507         $(RUN_TEMACS) unconditionally.
21509 2008-02-01  Kenichi Handa  <handa@m17n.org>
21511         * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
21512         (admindir): New variable.
21513         ($(lispsource)international/charprop.el): New target.
21515 2008-02-01  Miles Bader  <miles@gnu.org>
21517         * character.c (chars-in-region): Remove obsolete function.
21518         (syms_of_character): Remove its initialization.
21520 2008-02-01  Benjamin Riefenstahl  <b.riefenstahl@turtle-trading.net>
21522         * w32select.c (validate_coding_system)
21523         (setup_windows_coding_system): New functions.
21524         (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
21525         setup_windows_coding_system.
21526         (setup_config, Fw32_get_clipboard_data): Use
21527         validate_coding_system.
21528         (Fx_selection_exists): Move call to setup_config to a place
21529         where signals are allowed.
21531         * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
21532         (Fcheck_coding_system): Add declarations.
21534 2008-02-01  Kenichi Handa  <handa@m17n.org>
21536         * charset.c (load_charset_map_from_vector): Fix for the first iteration.
21538 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21540         * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
21541         string as the second argument for x_new_fontset.
21543 2008-02-01  Kenichi Handa  <handa@m17n.org>
21545         * coding.c (decode_coding_object): Use safe_call1 instead of call1.
21546         (encode_coding_object): Use safe_call instead of call2.
21548 2008-02-01  Kenichi Handa  <handa@m17n.org>
21550         * fontset.c (Fset_fontset_font): Check family element of a given vector.
21552         * Makefile.in (lisp): Include charprop.el.
21554 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21556         * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
21557         Not sure if it's unnecessary.
21559 2008-02-01  Steven Tamm  <steventamm@mac.com>
21561         * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
21562         some possibly unnecessary fontset checking code that crashed
21563         when creating a new frame.
21565 2008-02-01  Kenichi Handa  <handa@m17n.org>
21567         * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
21568         lookup_face.
21570         * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
21572         * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
21574 2008-02-01  Kenichi Handa  <handa@m17n.org>
21576         * coding.c: Cancel the change done in HEAD on 2008-02-01.
21577         (coding_charset_list): New function.
21579         * coding.h (coding_charset_list): Extern it.
21581 2008-02-01  Kenichi Handa  <handa@m17n.org>
21583         * fontset.c (Fset_fontset_font): Call find_font_encoding with
21584         concatenation of family and registry.
21586 2008-02-01  Kenichi Handa  <handa@m17n.org>
21588         * character.h (BYTE8_STRING): Fix typo.
21590         * editfns.c (Ftranslate_region_internal): Don't convert unibyte
21591         string to multibyte (sync to HEAD).
21593         * casefiddle.c (casify_region): Handle changes in byte-length
21594         using replace_range_2 (sync to HEAD).
21596 2008-02-01  Andreas Schwab  <schwab@suse.de>
21598         * chartab.c (map_char_table): GCPRO table and arg.
21600 2008-02-01  Kenichi Handa  <handa@m17n.org>
21602         * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
21603         already at limit.
21605 2008-02-01  Kenichi Handa  <handa@m17n.org>
21607         * fontset.c (fs_load_font): Use fast_string_match_ignore_case
21608         instead of fast_c_string_match_ignore_case.
21609         (find_font_encoding): Change argument to Lisp_Object.  Use
21610         fast_string_match_ignore_case instead of
21611         fast_c_string_match_ignore_case.  Change caller.
21613 2008-02-01  Kenichi Handa  <handa@m17n.org>
21615         * xdisp.c (get_next_display_element): In unibyte case, decide to
21616         display in octal form by checking a character by
21617         UNIBYTE_CHAR_HAS_MULTIBYTE_P.
21619         * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
21621         * character.c (unibyte_has_multibyte_table): New variable.
21623         * character.h (unibyte_has_multibyte_table): Extern it.
21624         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
21626 2008-02-01  Kenichi Handa  <handa@m17n.org>
21628         * coding.c (encode_coding_iso_2022): Fix handling of charset
21629         annotation.
21631 2008-02-01  Kenichi Handa  <handa@m17n.org>
21633         * coding.c (setup_coding_system): If coding_system is nil, use
21634         Qundecided.
21635         (Fterminal_coding_system): Return nil if terminal coding system is
21636         `undecided'.
21637         (syms_of_coding): Define coding-system `undecided' here.  Setup
21638         terminal_coding as `undecided'.
21640 2008-02-01  Kenichi Handa  <handa@m17n.org>
21642         * xdisp.c (message_dolog, set_message_1): Call
21643         unibyte_char_to_multibyte with arg type int.
21645         * lread.c (read1): Fix reading of a char-table.
21647         * print.c (print_object): Include sub char-table in circularities
21648         detection.
21650 2008-02-01  Kenichi Handa  <handa@m17n.org>
21652         * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
21653         Append the found sequences in car of ARGS instead of prepending.
21655 2008-02-01  Kenichi Handa  <handa@m17n.org>
21657         * fileio.c (report_file_error): Make a unibyte string from
21658         strerror (errorno).
21659         (Fsubstitute_in_file_name): Fix the arg to
21660         unibyte_char_to_multibyte.  It is evaluated twice.
21662 2008-02-01  Kenichi Handa  <handa@m17n.org>
21664         * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
21666 2008-02-01  Kenichi Handa  <handa@m17n.org>
21668         * coding.c (detect_coding_utf_16): Don't set detect_info->found if
21669         BOM is not found.
21670         (detect_coding, detect_coding_system): Optimization for ISO-2022
21671         when no 8-bit data is found.
21673 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21675         * w32fns.c (x_to_w32_font): Update to use new coding struct.
21677 2008-02-01  Kenichi Handa  <handa@m17n.org>
21679         * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
21680         CHARS.
21682 2008-02-01  Steven Tamm  <steventamm@mac.com>
21684         * macterm.c (mac_encode_char): Add charset argument and update
21685         to use encoding_type.
21686         (x_new_font, x_new_fontset): Merge in changes from xterm.c;
21687         switch to pure fontset.
21688         (decode_mac_font_name): Temporarily remove decoding.
21689         (x_font_name_to_mac_font_name): Temporarily remove encoding.
21690         (x_load_font): Temporarily remove encoding.
21692 2008-02-01  Kenichi Handa  <handa@m17n.org>
21694         * xfaces.c (Fface_font): If frame is not on a window system,
21695         ignore CHARACTER arg.  If HAVE_WINDOW_SYSTEM is not defined, don't
21696         refer to face->font.
21697         (split_font_name_into_vector, build_font_name_from_vector)
21698         (lookup_non_ascii_face, realize_non_ascii_face): Define them only
21699         when HAVE_WINDOW_SYSTEM is defined.
21701 2008-02-01  Kenichi Handa  <handa@m17n.org>
21703         * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
21704         (x_produce_glyphs): Fix setting of members of cmp in case
21705         cmp->glyph_len is zero.
21707         * fontset.c (Fset_fontset_font): Fix docstring.
21708         (Ffontset_info): Make it backward compatible.  New arg ALL.
21710 2008-02-01  Kim F. Storm  <storm@cua.dk>
21712         * process.c (read_process_output): Grow decoding_buf when needed;
21713         this could cause a crash in allocate_string and compact_small_strings.
21715 2008-02-01  Kenichi Handa  <handa@m17n.org>
21717         * fileio.c (WRITE_BUF_SIZE): Delete this macro.
21719 2008-02-01  Kenichi Handa  <handa@m17n.org>
21721         * coding.c (setup_coding_system): Set coding->common_flags
21722         correctly for raw-text.
21723         (consume_chars): On encoding unibyte text by raw-text, don't check
21724         multibyte form.
21725         (encode_coding): On encoding by raw-text, never use translation tables.
21727         * fileio.c (e_write): Short cut for the case of no encoding.
21729 2008-02-01  Kenichi Handa  <handa@m17n.org>
21731         * coding.c (detect_coding, detect_coding_system): Delete unused
21732         variables.
21734 2008-02-01  Kenichi Handa  <handa@m17n.org>
21736         * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
21737         (consume_chars): Fix handling of 8-bit bytes in unibyte source.
21739 2008-02-01  Kenichi Handa  <handa@m17n.org>
21741         * coding.c (Ffind_coding_systems_region_internal): Include
21742         raw-text and no-conversion in the result.
21744 2008-02-01  Kenichi Handa  <handa@m17n.org>
21746         * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
21747         (load_font_get_repertory): Delete unnecessary check of ENCODING of
21748         FONT_DEF.
21749         (font_def_arg, add_arg, from_arg, to_arg): New args.
21750         (set_fontset_font): Change argument.
21751         (Fset_fontset_font): Fix for the case that TARGET is a script
21752         name and charset name.
21753         (new_fontset_from_font_name): Fix argument to Fnew_fontset.
21755 2008-02-01  Kenichi Handa  <handa@m17n.org>
21757         * fontset.c (fontset_font): Rename from fontset_face.  Change return
21758         value.
21759         (face_suitable_for_char_p, face_for_char): Adjust for the change
21760         of fontset_font.
21761         (make_fontset_for_ascii_face): Fix setting of the fontset element
21762         for ASCII.
21763         (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
21764         to get a font name.
21765         (Ffontset_info): Adjust for the change of fontset_font.
21767         * coding.c (emacs_mule_char): Check invalid code more rigidly.
21769         * character.h (LEADING_CODE_LATIN_1_MIN)
21770         (LEADING_CODE_LATIN_1_MAX): Delete these macros.
21772 2008-02-01  Kenichi Handa  <handa@m17n.org>
21774         * editfns.c (check_translation): New function.
21775         (Ftranslate_region_internal): Handle M:N mapping.
21777 2008-02-01  Kenichi Handa  <handa@m17n.org>
21779         * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
21781 2008-02-01  Kenichi Handa  <handa@m17n.org>
21783         * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
21784         goto invalid_code.
21785         (decode_coding_iso_2022): Fix handling of invalid designation.
21787         * fileio.c (Finsert_file_contents): Be sure to call unbind_to
21788         after calling code_conversion_save.
21790 2008-02-01  Kenichi Handa  <handa@m17n.org>
21792         * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
21794         * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
21796         * fontset.c: Include "intervals.h".
21797         (fontset_face): Fix comparing of Lisp_Objects.
21798         (free_face_fontset, new_fontset_from_font_name): Fix
21799         Lisp_Object/int mixup.
21801         * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
21803         * coding.c: Add many prototypes for static functions.
21804         (get_translation_table): Allow max_lookup to be NULL.
21805         (decode_coding, Ffind_coding_systems_region_internal)
21806         (Funencodable_char_position, Fcheck_coding_systems_region): Call
21807         get_translation_table with max_lookup NULL.
21809 2008-02-01  Kenichi Handa  <handa@m17n.org>
21811         * coding.c (get_translation_table): Declare it as Lisp_Object.
21812         (LOOKUP_TRANSLATION_TABLE): New macro.
21813         (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
21814         instead of CHAR_TABLE_REF.
21816 2008-02-01  Kenichi Handa  <handa@m17n.org>
21818         * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
21819         annotation data format.
21820         (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
21821         Change arguments FROM and TO to single argument NCHARS.  Change caller.
21822         (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
21823         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21824         (decode_coding_ccl, decode_coding_charset): Pay attention to
21825         coding->charbuf_used.
21826         (get_translation): New function.
21827         (produce_chars): New arguments translation_table and last_block.
21828         Translate characters here.  Return number of carryover chars.
21829         Change caller.
21830         (produce_composition): New argument pos.  Change caller.
21831         Adjust for the change of annotation data format.
21832         (produce_charset, produce_annotation): Likewise.
21833         (decode_coding, encode_coding): Don't call translate_chars.
21834         (consume_chars): New arg translation_table.  Change caller.
21835         (translate_chars): Delete.
21836         (syms_of_coding): Make translation-table's number of extra slots 2.
21838 2008-02-01  Kenichi Handa  <handa@m17n.org>
21840         * search.c (simple_search): Fix setting this_pos_byte in backward
21841         search.
21843         * coding.c (detect_coding_emacs_mule): Fix counting of encoded
21844         byte sequence.
21845         (detect_coding_ccl): Fix setting of the variable valids.
21847 2008-02-01  Kenichi Handa  <handa@m17n.org>
21849         * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
21851         * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
21853         * editfns.c (Ftranslate_region_internal): Rename from
21854         Ftranslate_region.  Accept a char-table in TABLE.
21855         (syms_of_editfns): Defsubr Stranslate_region_internal.
21857         * xfaces.c (set_lface_from_font_name): If a font is specified for
21858         a frame, generate a fontset from the font.
21859         (build_scalable_font_name): If the scalable font is requested for
21860         a specific size, don't change that size.
21861         (try_font_list): Try a scalable font also in the case that a
21862         pattern string is specified.
21864 2008-02-01  Kenichi Handa  <handa@m17n.org>
21866         * xfaces.c (Fface_font): New optional arg CHARACTER.
21868 2008-02-01  Kenichi Handa  <handa@m17n.org>
21870         * charset.h (CHARSET_OFFSET): New macro.
21872 2008-02-01  Kenichi Handa  <handa@m17n.org>
21874         * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
21876         * fontset.c (fontset_face): Handle the case that repertory is a
21877         char-table.
21878         (find_font_encoding): Return nil for unknown encoding.
21879         (Fset_fontset_font): Ignore a font of unknown encoding.
21881 2008-02-01  Kenichi Handa  <handa@m17n.org>
21883         * keymap.c (describe_vector): Handle default value of a char table.
21885         * fontset.c (fontset_face): Handle fallback fonts correctly.
21886         (Ffontset_info): Return infomation about fallback fonts.
21888 2008-02-01  Kenichi Handa  <handa@m17n.org>
21890         * fontset.c (FONTSET_DEFAULT): New macro.
21891         (FONTSET_ADD, fontset_add): Handle the case that range is nil.
21892         (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
21893         the case that it is nil.
21894         (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
21895         (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
21897         * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
21898         subset or superset.
21900 2008-02-01  Kenichi Handa  <handa@m17n.org>
21902         * emacs.c (main): Call init_charset after syms_of_XXX.
21904         * charset.c (Vcharset_map_directory): Delete.
21905         (Vcharset_map_path): New variable.
21906         (load_charset_map_from_file): Use Vcharset_map_path instead.
21907         (init_charset): Initialize Vcharset_map_path.
21908         (syms_of_charset): Delete declaration of "charset-map-directory",
21909         add declaration of "charset-map-path".
21911 2008-02-01  Kenichi Handa  <handa@m17n.org>
21913         * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
21914         ASCII only string.
21916         * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
21918         * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
21919         (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
21921 2008-02-01  Kenichi Handa  <handa@m17n.org>
21923         * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
21925         * coding.c (QCmnemonic, QCdefalut_char)
21926         (QCdecode_translation_table, QCencode_translation_table)
21927         (QCpost_read_conversion, QCpre_write_conversion): New variables.
21928         (get_translation_table): Return a list of translation tables if
21929         necessary.
21930         (decode_coding): Call get_translation_table with ENCODEP 0.
21931         (char_encodable_p): If translation_table is non-nil, always call
21932         translate_char.
21933         (Fdefine_coding_system_internal): Accept list of translation
21934         tables as :encode-translation-table and :decode-translation-table.
21935         (Fcoding_system_put): New function.
21936         (syms_of_coding): Declare new symbols.  Defsubr
21937         Scoding_system_put.
21938         (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
21939         typically JISX0212.
21941         * charset.c (map_charset_chars): Fix arg to map_charset_chars in
21942         when the charset is superset type.
21944         * character.c (translate_char): Accept list of translation tables.
21946 2008-02-01  Kenichi Handa  <handa@m17n.org>
21948         * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
21949         (CODING_ATTR_TRANS_TBL): New macro.
21951         * coding.c (get_translation_table): New function.
21952         (translate_chars): Fix the bug of skipping annotation data.
21953         (decode_coding, encode_coding): Utilize get_translation_table.
21954         (char_encodable_p, Funencodable_char_position): Translate char if
21955         necessary.
21956         (Ffind_coding_systems_region_internal)
21957         (Fcheck_coding_systems_region): Setup translation table for encode
21958         in a coding system attribute vector in advance.
21959         (Fdefine_coding_system_internal): Allow a symbol as translation
21960         table.  For shift-jis type coding system, allow 4th charset.
21962 2008-02-01  Kenichi Handa  <handa@m17n.org>
21964         * coding.c (decode_coding_sjis): Check the first byte rigidly.
21966         * xdisp.c (get_next_display_element): Pass -1 as POS to
21967         FACE_FOR_CHAR if displaying a C-string.
21969 2008-02-01  Kenichi Handa  <handa@m17n.org>
21971         * composite.c (get_composition_id): Handle xoff and yoff in a
21972         composition rule.
21974         * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
21975         (struct composition): New member lbearing and rbearing.
21977         * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
21978         (x_get_glyph_overhangs): Handle a composition glyph.
21979         (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
21981         * xterm.c (x_compute_glyph_string_overhangs): Handle also a
21982         composition glyph.
21984 2008-02-01  Kenichi Handa  <handa@m17n.org>
21986         * print.c: Include charset.h.
21987         (Vprint_charset_text_property): New variable.
21988         (Qdefault): Extern it.
21989         (PRINT_STRING_NON_CHARSET_FOUND)
21990         (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
21991         (print_check_string_result): New variable.
21992         (print_check_string_charset_prop): New function.
21993         (print_prune_charset_plist): New variable.
21994         (print_prune_string_charset): New function.
21995         (print_object): Call print_prune_string_charset if
21996         Vprint_charset_text_property is not t.
21997         (print_interval): Print nothing if interval->plist is nil.
21998         (syms_of_print): Declare Vprint_charset_text_property as a lisp
21999         variable.  Init and staticpro print_prune_charset_plist.
22001 2008-02-01  Kenichi Handa  <handa@m17n.org>
22003         * fontset.c (new_fontset_from_font_name): Use the specified font
22004         for all characters in the new fontset.
22006         * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
22007         OBJECT args.
22009         * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
22010         OBJECT args for composition too.
22012         * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
22013         OBJECT args.
22015 2008-02-01  Kenichi Handa  <handa@m17n.org>
22017         * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
22019         * fontset.c (reorder_font_vector): Adjust for the change of
22020         FONT_DEF format.
22021         (fontset_face): New arg id.  Change caller.
22022         (face_for_char): New args pos and object.
22023         (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
22024         (fs_query_fontset): Check NAME by Fassoc too.
22025         (Fset_fontset_font): Allow non-XLFD font name.
22026         (Ffontset_info): Adjust for the change of FONT_DEF format.
22028         * fontset.h (face_for_char): Adjust prototype.
22030         * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
22031         (append_space, extend_face_to_end_of_line)
22032         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
22033         (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
22035         * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
22036         POS and OBJECT args.
22038         * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
22039         POS and OBJECT args.
22041 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22043         * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
22044         of GlobalAlloc'ed memory.
22046 2008-02-01  Kenichi Handa  <handa@m17n.org>
22048         * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
22050         * charset.h (charset_table_used): Delete extern.
22052         * charset.c (charset_table_used): Make it static.
22053         (map_charset_chars): Fix args to c_function with.
22055         * chartab.c (map_sub_char_table_for_charset): Fix args to
22056         c_function with.
22058         * coding.h (enum coding_result_code): Delete
22059         CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
22061         * coding.c (Qinsufficient_source, Qinconsistent_eol)
22062         (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
22063         (Vlast_code_conversion_error): New variables.
22064         (syms_of_coding): DEFSYM or DEFVAR_LISP them.
22065         (ONE_MORE_BYTE): Record error if any instead of signaling an
22066         error.  If non-ASCII multibyte char is found, return the negative
22067         value of the code.  All callers changed to check it.
22068         (ONE_MORE_BYTE_NO_CHECK): Likewise.
22069         (record_conversion_result): New function.  Change all codes setting
22070         coding->result to call this function.
22071         (detect_coding_utf_8, decode_coding_utf_8)
22072         (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
22073         Don't use the local variable incomplete.
22074         (emacs_mule_char): Change the second arg to `const'.
22075         (decode_coding): Fix of flushing out unprocessed data.
22076         (make_conversion_work_buffer): Fix making of a work buffer.
22077         (decode_coding_object): Return coding->dst_object.
22079         * fontset.c (set_fontset_font): Fix args.
22081         * lisp.h (CHARACTERBITS): Define as 22.
22083         * process.c (send_process): Be sure to set coding->src_multibyte.
22085         * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
22087 2008-02-01  Kenichi Handa  <handa@m17n.org>
22089         * xdisp.c (handle_auto_composed_prop): Give limit to
22090         Fnext_single_char_property_change.
22092 2008-02-01  Kenichi Handa  <handa@m17n.org>
22094         * composite.c (syms_of_composite): Don't make the composition hash
22095         table weak.
22097         * fontset.c (Fset_fontset_font): Fix docstring.
22099         * lisp.h (detect_coding_system): Adjust prototype.
22101         * fileio.c (kill_workbuf_unwind): Delete this function.
22102         (Finsert_file_contents): Adjust the call of detect_coding_system.
22103         Get conversion_buffer by code_conversion_save.  Use the macro
22104         CODING_MAY_REQUIRE_DECODING.  After decoding, update
22105         coding_system.
22107         * coding.h (make_conversion_work_buffer): Delete extern.
22108         (code_conversion_save): Extern it.
22110         * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
22111         (CODING_GET_INFO): Delete argument eol_type.  Change callers.
22112         (decode_coding_utf_8): Don't do eol converion.
22113         (detect_coding_utf_16): Check coding->src_chars, not
22114         coding->src_bytes.  Add heuristics for those that have no signature.
22115         (decode_coding_emacs_mule, decode_coding_iso_2022)
22116         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22117         Don't do eol converion.
22118         (adjust_coding_eol_type): Return a new coding system.
22119         (detect_coding): Don't detect eol.  Fix for utf-16 detection.
22120         (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
22121         each change.
22122         (decode_coding): Pay attention to undo_list.  Do eol conversion for
22123         all types of coding-systems (if necessary).
22124         (Vcode_conversion_work_buf_list): Delete it.
22125         (Vcode_conversion_reused_workbuf): Rename from
22126         Vcode_conversion_reused_work_buf.
22127         (Vcode_conversion_workbuf_name): New variable.
22128         (reused_workbuf_in_use): New variable.
22129         (make_conversion_work_buffer): Delete the arg DEPTH.
22130         (code_conversion_restore): Change argument to cons.
22131         (code_conversion_save): Delete the argument BUFFER.  Change callers.
22132         (detect_coding_system): New argument src_chars.  Change callers.
22133         Fix for utf-16 detection.
22134         (init_coding_once): Don't use ISO_carriage_return.
22135         (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
22136         reused_workbuf_in_use.
22138 2008-02-01  Kenichi Handa  <handa@m17n.org>
22140         * keymap.c (store_in_keymap): Pay attention to the case that idx
22141         is a cons specifying a character range.
22143 2008-02-01  Kenichi Handa  <handa@m17n.org>
22145         * xdisp.c (handle_auto_composed_prop): Fix the case of returning
22146         HANDLED_RECOMPUTE_PROPS.
22148         * coding.c (Fdefine_coding_system_internal): Fix checking of
22149         ascii compatibility.
22151 2008-02-01  Kenichi Handa  <handa@m17n.org>
22153         * charset.c (find_charsets_in_text): Delete unused locale variable.
22154         (Fset_charset_priority): Update Vemacs_mule_charset_list too.
22156         * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
22157         Resync charset_list to Vemacs_mule_charset_list.
22159         * keymap.c (store_in_keymap): Pay attention to the case that idx
22160         is a cons specifying a character range.
22162 2008-02-01  Kenichi Handa  <handa@m17n.org>
22164         * composite.c (update_compositions): Bind inhibit-read-only, etc
22165         to t before calling remove-list-of-text-properties.
22167         * print.c (print_object): Always print ASCII chars as is.
22169 2008-02-01  Kenichi Handa  <handa@m17n.org>
22171         * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
22173         * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
22174         is a char table.
22176 2008-02-01  Kenichi Handa  <handa@m17n.org>
22178         * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
22180 2008-02-01  Kenichi Handa  <handa@m17n.org>
22182         * xfaces.c (set_lface_from_font_name): Fix for the case that
22183         FONTNAME is not fontset name.
22185 2008-02-01  Kenichi Handa  <handa@m17n.org>
22187         * fns.c (base64_encode_1): Fix previous change.
22189 2008-02-01  Kenichi Handa  <handa@m17n.org>
22191         * fontset.c (set_fontset_font): New function.
22192         (Fset_fontset_font): If a font is specified for a charset, use
22193         map_charset_chars to store the font spec in a fontset.
22195 2008-02-01  Kenichi Handa  <handa@m17n.org>
22197         * fontset.c (fontset_face): Create a fallback fontset on demand.
22198         (make_fontset): Don't create a fallback fontset here.
22199         (free_face_fontset): Free a fallback fontset (if any) too.
22200         (n_auto_fontsets): Delete this variable.
22201         (auto_fontset_alist): New variable.
22202         (new_fontset_from_font_name): Check auto_fontset_alist.
22203         (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
22204         (Ffontset_list_all) [FONTSET_DEBUG]: New function.
22205         (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
22206         Defsubr Sfontset_list_all.
22208 2008-02-01  Kenichi Handa  <handa@m17n.org>
22210         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
22212 2008-02-01  Kenichi Handa  <handa@m17n.org>
22214         * fontset.c (Fnew_fontset): Check NAME more rigidly.
22216 2008-02-01  Kenichi Handa  <handa@m17n.org>
22218         * editfns.c (Fgoto_char): Fix docstring.
22220 2008-02-01  Kenichi Handa  <handa@m17n.org>
22222         * insdel.c (insert_from_gap): Adjust intervals correctly.
22224 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22226         * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
22227         (pfnGetFontUnicodeRanges): New dynamically loaded function.
22228         (w32_initialize): Try to load it.
22229         (x_get_font_repertory): Use it if available.
22230         (w32_encode_char): Add shortcut for unicode output.
22232         * w32fns.c (w32_load_system_font): Default charset to -1.
22233         (x_to_w32_charset): Match all fonts for unicode.
22234         (w32_to_x_charset): New parameter matching.  Don't return partial
22235         or wildcard charsets.
22236         (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
22237         (w32_codepage_for_font): Return CP_UNICODE for unicode.
22238         (w32_to_x_font): Match charset to real charset.
22239         (enum_font_cb2): Always list unicode versions.
22241         * makefile.w32-in (temacs): Increase EMHEAP.
22243 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22245         * w32term.c (w32_encode_char): New charset parameter.
22246         font_info.encoding becomes encoding_type.
22247         (x_get_font_repertory): New function.  Warning: stub only!
22248         (x_new_font): Return quickly if font already set.
22249         (x_new_fontset): fontsetname parameter is Lisp_Object.
22250         Use new fs_query_fontset.  Try new_fontset_from_font_name.
22251         Use fontset_name for return value.
22253         * w32term.h: Declare x_get_font_repertory.
22255         * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
22256         place of find_charset_in_text.  Use encode_coding_object in place
22257         of encode_coding.
22258         (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
22259         decode_coding.
22261         * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
22262         of x_new_fontset.
22263         (w32_load_system_font): Initialize charset as unicode.
22264         font_info.encoding becomes encoding_type.
22265         (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
22266         (x_to_w32_font): Use encode_coding_object in place of encode_coding.
22267         (syms_of_w32fns): Set get_font_repertory_func.
22269         * w32console.c: Include character.h.  Use terminal_encode_buffer
22270         from term.c.
22271         (write_glyphs): Use new version of encode_terminal_code.  Use
22272         encode_coding_object in place of encode_coding.
22274         * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
22275         encoding becomes encoding_type.
22277         * term.c (terminal_encode_buffer): Make externally visible.
22279         * makefile.w32-in: Add character.h dependancies.
22280         (character.o, chartab.o): New targets.
22282 2008-02-01  Kenichi Handa  <handa@m17n.org>
22284         * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
22285         CODING_ID_EOL_TYPE.
22287 2008-02-01  Andreas Schwab  <schwab@suse.de>
22289         * coding.c (produce_chars): Revert last change.
22291 2008-02-01  Kenichi Handa  <handa@m17n.org>
22293         * charset.h (charset_unicode): Extern it.
22295         * charset.c (string_xstring_p): Check by (C >= 0x100).
22296         (find_charsets_in_text): Change format of the arc CHARSETS.  New
22297         arg MULTIBYTE.
22298         (Ffind_charset_region, Ffind_charset_string): Adjust for the
22299         change of find_charsets_in_text.
22300         (Fsplit_char): Fix doc.  Never return unknown.
22302         * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
22304         * coding.c (Fdefine_coding_system_alias): Update
22305         Vcoding_system_list.
22307         * fontset.c (load_font_get_repertory): Pay attention to the case
22308         that ENCODING of a font is specified by a char-table.
22310         * xterm.c (x_get_font_repertory): Handle the case that the
22311         encoding of font is other than Unicode.
22313 2008-02-01  Kenichi Handa  <handa@m17n.org>
22315         * term.c (encode_terminal_code): Don't handle glyph-table.  Check
22316         if a character is encodable by the terminal coding system.  If
22317         not, produces proper number of `?'s.  Update
22318         terminal_encode_buffer and terminal_encode_buf_size if necessary.
22319         (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
22321 2008-02-01  Kenichi Handa  <handa@m17n.org>
22323         * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
22324         variables.
22325         (encode_terminal_code): Change argument.  Encode multiple
22326         characters at once.  Store the result of encoding in
22327         terminal_encode_buffer.
22328         (write_glyphs, insert_glyphs): Adjust for the change of
22329         encode_terminal_code.
22330         (term_init): Initialize terminal_encode_buffer and
22331         terminal_encode_buf_size.
22333         * coding.c (consume_chars): If coding->src_object is nil, don't
22334         check annotation.
22336 2008-02-01  Kenichi Handa  <handa@m17n.org>
22338         * character.c (char_string): Use ASCII_CHAR_P instead of
22339         SINGLE_BYTE_CHAR_P.
22341 2008-02-01  Kenichi Handa  <handa@m17n.org>
22343         * xdisp.c (handle_auto_composed_prop): Check if the last
22344         characters of auto-composed region is newly composed with the
22345         following characters.
22346         (handle_composition_prop): Fix checking of point being inside
22347         composition.
22349 2008-02-01  Kenichi Handa  <handa@m17n.org>
22351         * fns.c (concat): Don't change multibyteness of the result by
22352         concatenating an 8-bit character.
22354         * data.c (Faset): Check newelt by CHECK_CHARACTER.  Don't change
22355         multibyteness of the result when newelt is an 8-bit character.
22357 2008-02-01  Dave Love  <fx@gnu.org>
22359         * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
22360         EMACS_INT.
22362         * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
22364         * xfaces.c (face_numeric_value): Declare dim size_t.
22365         (Finternal_lisp_face_equal_p): Remove unused f.
22367         * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
22368         (MATRIX_ROW): Remove unused vars.
22369         (draw_glyphs, x_insert_glyphs, fast_find_position)
22370         (fast_find_position, fast_find_string_pos): Use EMACS_INT for
22371         byte/char counts.
22373         * regex.c (regex_compile): Remove unused var.
22375         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
22377         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
22378         (Faccessible_keymaps, where_is_internal): Remove unused vars.
22380         * keyboard.c (cancel_hourglass_unwind): Return Qnil.
22382         * frame.c (frame_name_fnn_p): Make len EMACS_INT.
22384         * fileio.c (Fwrite_region): Remove unused var.
22386         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
22387         (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
22389         * composite.c (Fremove_list_of_text_properties): Declare.
22391         * coding.c (inhibit_pre_post_conversion): Remove (unused).
22392         (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
22393         (coding_inherit_eol_type): Remove unused attrs.
22394         (detect_coding): Cast arg of detect_eol.
22396         * charset.c (syms_of_charset): Remove unused var p.
22397         (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
22398         byte/char counts.
22400         * casetab.c (set_case_table): Remove unused var.
22402         * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
22403         unused vars.
22405 2008-02-01  Dave Love  <fx@gnu.org>
22407         * xterm.c (x_bitmap_mask): Declare.
22409 2008-02-01  Dave Love  <fx@gnu.org>
22411         * xterm.c (x_term_init): Fix type error.
22413         * lisp.h: Add Funibyte_char_to_multibyte.
22415         * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
22416         (Fset_coding_system_priority): Doc fix.
22418         * ccl.c (ccl_driver): Fix arg of CHARACTERP.
22420         * indent.c (check_composition): Make start and end EMACS_INT.
22422         * character.c (lisp_string_width): Make ignore and end EMACS_INT.
22424         * xdisp.c (handle_composition_prop, check_point_in_composition):
22425         Make buffer positions EMACS_INT.
22427         * composite.c (find_composition, run_composition_function)
22428         (update_compositions, Ffind_composition_internal): Make buffer
22429         positions EMACS_INT.
22431         * composite.h (find_composition, update_compositions): Make
22432         position args EMACS_INT.
22434         * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
22436         * intervals.c (get_property_and_range):
22437         * intervals.h (get_property_and_range): Make start and end EMACS_INT.
22439         * unexalpha.c: Don't include varargs.h.
22441 2008-02-01  Dave Love  <fx@gnu.org>
22443         * coding.h (ENCODE_UTF_8): New.
22445         * Makefile.in (gtkutil.o): Depend on coding.h.
22447         * coding.c (Fset_coding_system_priority): Doc fix.
22449 2008-02-01  Kenichi Handa  <handa@m17n.org>
22451         * fileio.c (Finsert_file_contents): Call setup_coding_system in
22452         the case of auto saving.
22454 2008-02-01  Andreas Schwab  <schwab@suse.de>
22456         * chartab.c (map_char_table, map_char_table_for_charset): Protect
22457         `range' from GC.
22459 2008-02-01  Kenichi Handa  <handa@m17n.org>
22461         * coding.c (decode_coding_sjis): Check bytes more rigidly.
22463 2008-02-01  Kenichi Handa  <handa@m17n.org>
22465         * fileio.c (choose_write_coding_system): Return a decided coding system.
22466         (Fwrite_region): Set Vlast_coding_system_used to the return value
22467         of choose_write_coding_system.
22469 2008-02-01  Kenichi Handa  <handa@m17n.org>
22471         * charset.c (Fset_charset_priority): Pay attention to duplicated
22472         arguments.
22474         * coding.c (QCcategory): New variable.
22475         (syms_of_coding): Defsym it.  Set all elements of
22476         Vcoding_category_table and their symbol values.
22477         (Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
22478         coding-category-XXX, and coding-category-list.
22479         (Fdefine_coding_system_internal): Add category in the plist.
22481 2008-02-01  Kenichi Handa  <handa@m17n.org>
22483         * callproc.c (Fcall_process): Handle carryover correctly.
22485         * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
22486         (raw_text_coding_system): Check NILP (coding_system).
22487         (coding_inherit_eol_type): Check NILP (coding_system) and
22488         NILP (parent).
22489         (consume_chars): Fix for the case of raw-text.
22491         * process.c (read_process_output): Handle carryover correctly.
22493 2008-02-01  Dave Love  <fx@gnu.org>
22495         * regex.c (re_search_2): Fix last change.
22497 2008-02-01  Kenichi Handa  <handa@m17n.org>
22499         * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
22500         target_multibyte.  Even in a unibyte case, return a converted
22501         multibyte char.
22502         (GET_CHAR_AFTER): New macro.
22503         (PATFETCH): Translate via multibyte char.
22504         (HANDLE_UNIBYTE_RANGE): Delete this macro.
22505         (SETUP_MULTIBYTE_RANGE): New macro.
22506         (regex_compile): Setup compiled code so that its multibyteness
22507         matches that of a target.  Fix the handling of "[X-YZ]" using
22508         SETUP_MULTIBYTE_RANGE.
22509         (analyse_first) <charset>: For filling fastmap for all multibyte
22510         characters, don't check by BASE_LEADING_CODE_P.
22511         (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp).  It is
22512         the same as RE_MULTIBYTE_P (bufp) now.
22513         (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
22514         (TARGET_CHAR_AND_LENGTH): Delete this macro.
22515         (TRANSLATE_VIA_MULTIBYTE): New macro.
22516         (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
22517         It is the same as RE_MULTIBYTE_P (bufp) now.
22518         <exactn>: Translate via multibyte.
22519         <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.  Don't
22520         translate it.
22521         <charset, charset_not>: Fetch a character by
22522         RE_STRING_CHAR_AND_LENGTH.  Translate via multibyte.
22523         <duplicate>: Call bcmp_translate with the last arg `multibyte'.
22524         <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
22525         notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
22526         by GET_CHAR_AFTER.
22527         (bcmp_translate): Likewise.
22529         * search.c (compile_pattern): Check the member target_multibyte,
22530         not the member multibyte of buf.
22532         * lread.c (read1): While reading a string, set force_singlebyte
22533         and force_multibyte correctly.
22535         * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
22536         up of unibyte_to_multibyte_table.
22538 2008-02-01  Kenichi Handa  <handa@m17n.org>
22540         * coding.c (setup_coding_system): If coding has
22541         post-read-conversion or pre-write-conversion, set
22542         CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
22543         respectively.
22544         (decode_coding_gap): Run post-read-conversion if any.
22546         * fileio.c (Finsert_file_contents): Even if we read into a
22547         unibyte buffer, check if we must decode the result or not.
22549 2008-02-01  Kenichi Handa  <handa@m17n.org>
22551         * coding.c (make_conversion_work_buffer): Change the work buffer
22552         name to the same one as that of Emacs 21.
22554 2008-02-01  Kenichi Handa  <handa@m17n.org>
22556         * coding.h (make_conversion_work_buffer): Adjust prototype.
22557         (code_conversion_restore): Don't extern it.
22559         * coding.c (detected_mask): Delete unused variable.
22560         (decode_coding_iso_2022): Pay attention to the byte sequence of
22561         CTEXT extended segment, and retain those bytes as is.
22562         (decode_coding_ccl): Delete unused variable `valids'.
22563         (setup_coding_system): Delete unused variable `category'.
22564         (consume_chars): Delete unused variable `category'.  Make it work
22565         for non-multibyte case.
22566         (make_conversion_work_buffer): Change argument.
22567         (saved_coding): Delete unused variable.
22568         (code_conversion_restore): Don't check saved_coding->destination.
22569         (code_conversion_save): New function.
22570         (decode_coding_gap, encode_coding_gap): Call code_conversion_save
22571         instead of record_unwind_protect.
22572         (decode_coding_object, encode_coding_object): Likewise.  Recover PT.
22573         (detect_coding_system): Delete unused variable `mask'.
22574         (Fdefine_coding_system_internal): Delete unused variable id.
22576         * fileio.c (kill_workbuf_unwind): New function.
22577         (Finsert_file_contents): On replacing, call
22578         make_conversion_work_buffer with correct args, and call
22579         record_unwind_protect with the first arg kill_workbuf_unwind.
22581         * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
22583 2008-02-01  Kenichi Handa  <handa@m17n.org>
22585         * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
22586         (fontset_add): Fix for the case that TO is less than TO1.
22587         (Ffontset_info): Don't use fallback fontset on checking the
22588         default fontset.
22589         (dump_fontset): New function for debugging.
22591         * coding.c (Fdefine_coding_system_internal): Fix for the case that
22592         coding_type is Qcharset.
22594 2008-02-01  Kenichi Handa  <handa@m17n.org>
22596         * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
22597         (map_char_table): Don't inherit the value from the parent on
22598         initializing VAL.  Adjust for the above change.
22600 2008-02-01  Kenichi Handa  <handa@m17n.org>
22602         * coding.c (Qsignature, Qendian): Delete these variables.
22603         (syms_of_coding): Don't initialize them.
22604         (CATEGORY_MASK_UTF_16_AUTO): New macro.
22605         (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
22606         detect_info->found.
22607         (decode_coding_utf_16): Don't detect BOM here.
22608         (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
22609         is NOT utf_16_without_bom.
22610         (setup_coding_system): For a coding system of type utf-16, check
22611         if the attribute :endian is Qbig or not (not nil or not), and set
22612         CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
22613         (detect_coding): If coding type is utf-16 and BOM detection is
22614         required, detect it.
22615         (Fdefine_coding_system_internal): For a coding system of type
22616         utf-16, check if the attribute :endian is Qbig or not (not nil or not).
22618 2008-02-01  Kenichi Handa  <handa@m17n.org>
22620         * coding.c (coding_set_source): Fix for the case that the current
22621         buffer is different from coding->src_object.
22622         (decode_coding_object): Don't use the conversion work buffer if
22623         DST_OBJECT is a buffer.
22625 2008-02-01  Dave Love  <fx@gnu.org>
22627         * lread.c (read_emacs_mule_char) [len==2]: Index
22628         emacs_mule_charset correctly.
22630 2008-02-01  Dave Love  <fx@gnu.org>
22632         * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
22633         (detect_coding_big5, decode_coding_big5, encode_coding_big5)
22634         (Fdecode_big5_char, Fencode_big5_char): Delete.  (Big5 no longer
22635         treated specially.)
22636         (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
22637         (detected_mask): Remove Big5 bits.
22639 2008-02-01  Kenichi Handa  <handa@m17n.org>
22641         The following changes are to make the font rescaling facility
22642         compatible with Emacs 21.
22644         * xfaces.c (Vface_font_rescale_alist): Rename from
22645         Vface_resizing_fonts.
22646         (struct font_name): Rename member resizing_ratio to rescale_ratio.
22647         (font_rescale_ratio): Rename from font_resizing_ratio.
22648         (split_font_name): Set font->rescale_ratio.
22649         (better_font_p): Pay attention to font->rescale_ratio.
22650         (build_scalable_font_name): Likewise.  Change RESX, and RESY
22651         fields.
22652         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
22654 2008-02-01  Kenichi Handa  <handa@m17n.org>
22656         * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
22657         (Qutf_16_le): Remove these variables.
22658         (syms_of_coding): Don't DEFSYM them.
22659         (decode_coding_utf_16): Fix handling of BOM.
22660         (encode_coding_utf_16): Fix handling of BOM.
22662 2008-02-01  Kenichi Handa  <handa@m17n.org>
22664         * fileio.c (Finsert_file_contents): On replacing, before decoding
22665         the file into the work buffer, set point of the work buffer to the end.
22667 2008-02-01  Dave Love  <fx@gnu.org>
22669         * coding.c (Fcheck_coding_systems_region): Fix type errors.
22671 2008-02-01  Dave Love  <fx@gnu.org>
22673         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22674         and fix C types.
22676 2008-02-01  Kenichi Handa  <handa@m17n.org>
22678         * xdisp.c (SKIP_GLYPHS): New macro.
22679         (set_cursor_from_row): Pay attention to string display properties.
22681         * category.c (copy_category_entry): Fix for the case that RANGE
22682         is an integer.
22684         * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
22686         * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
22688 2008-02-01  Kenichi Handa  <handa@m17n.org>
22690         * charset.c (Fcharset_id_internal): New function.
22691         (syms_of_charset): Defsubr it.
22693         * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
22694         with the last arg charset_list acquired from coding.
22695         (Fdefine_coding_system_internal): For ccl-based coding system, fix
22696         the attribute coding_attr_ccl_valids.
22698         * coding.h (enum define_coding_ccl_arg_index): Set the first
22699         member coding_arg_ccl_decoder to coding_arg_max.
22701         * ccl.h (ccl_driver): Adjust prototype.
22703         * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
22704         (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
22705         of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
22706         (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
22707         last arg Qnil.
22709 2008-02-01  Kenichi Handa  <handa@m17n.org>
22711         * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
22712         call encode_char.
22714         * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
22716 2008-02-01  Dave Love  <fx@gnu.org>
22718         * composite.c (syms_of_composite): Make composition_hash_table weak.
22720 2008-02-01  Kenichi Handa  <handa@m17n.org>
22722         * dispextern.h (check_face_attributes, generate_ascii_font_name)
22723         (font_name_registry): Don't extern them.
22724         (split_font_name_into_vector, build_font_name_from_vector): Extern them.
22726         * fontset.h (Qfontset): Don't extern it.
22727         (new_fontset_from_font_name): Extern it.
22729         * fontset.c: Give 8 extra slots to fontset objects.
22730         (Qfontset_info): New variable.
22731         (syms_of_fontset): Defsym it.
22732         (FONTSET_FALLBACK): New macro.
22733         (fontset_face): Try also the default fontset.
22734         (make_fontset): Realize a fallback fontset from the default fontset.
22735         (generate_ascii_font_name): Move from xfaces.c.  Rewritten by
22736         using split_font_name_into_vector and build_font_name_from_vector.
22737         (Fset_fontset_font): Access the elements of font_spec by enum
22738         FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
22739         name by using split_font_name_into_vector.
22740         (Fnew_fontset): If no ASCII font is specified in FONTLIST,
22741         generate a proper font name from the fontset name.  Update
22742         Vfontset_alias_alist.
22743         (n_auto_fontsets): New variable.
22744         (new_fontset_from_font_name): New function.
22745         (Ffont_info): Store the information about fonts generated from the
22746         default fontset in the first extra slot of the returned char-table.
22748         * xfaces.c (generate_ascii_font_name): Move to fontset.c.
22749         (font_name_registry): Delete function.
22750         (split_font_name_into_vector): New function.
22751         (build_font_name_from_vector): New function.
22752         (font_list): The argument REGISTRY is now a list of registry names.
22753         (choose_face_font): If we are choosing an ASCII font, and ATTRS
22754         specifies an explicit font name, return the name as is.  Make a
22755         list of registy names.
22757         * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
22758         of x_new_fontset.
22759         (Fx_create_frame): Don't call x_new_fontset here.  Just use
22760         x_list_fonts to check the existence of fonts.
22762         * xterm.h (x_new_fontset): Adjust prototype.
22764         * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
22765         string.  Use new_fontset_from_font_name to create a fontset from a
22766         font name.
22768 2008-02-01  Kenichi Handa  <handa@m17n.org>
22770         * syntax.c (Vfind_word_boundary_function_table): New name for
22771         Vnext_word_boundary_function_table.
22772         (find-word-boundary-function-table): New name for
22773         next-word-boundary-function-table.
22775 2008-02-01  Dave Love  <fx@gnu.org>
22777         * Makefile.in: Fix some dependencies.
22779         * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
22780         set it to nil before returning.
22782         * composite.c (update_compositions): Fix type error.
22784         * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
22786 2008-02-01  Kenichi Handa  <handa@m17n.org>
22788         * xterm.c (x_new_font): Optimize for the case that the font is
22789         already set for the frame.
22791 2008-02-01  Kenichi Handa  <handa@m17n.org>
22793         * chartab.c (char_table_ascii): Check if the char table contents
22794         is sub-char-table or not.
22795         (char_table_set, char_table_set_range): Fix argument to
22796         char_table_ascii.
22798         * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
22799         (detect_coding_utf_8, detect_coding_utf_16)
22800         (detect_coding_emacs_mule, detect_coding_iso_2022)
22801         (detect_coding_sjis, detect_coding_big5)
22802         (detect_coding_ccl, detect_coding_charset): Change argument MASK
22803         to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
22804         sequence is valid in this coding system.  Change callers.
22805         (MAX_ANNOTATION_LENGTH): New macro.
22806         (ADD_ANNOTATION_DATA): New macro.
22807         (ADD_COMPOSITION_DATA): Change argument.  Change callers.  Call
22808         ADD_ANNOTATION_DATA.  Change the format of annotation data.
22809         (ADD_CHARSET_DATA): New macro.
22810         (emacs_mule_char): New argument ID.  Change callers.
22811         (decode_coding_emacs_mule, decode_coding_iso_2022)
22812         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22813         Produce charset annotation data in coding->charbuf.
22814         (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
22815         to charset annotation data in coding->charbuf.
22816         (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
22817         coding->common_flags if the coding system is iso-2022 based and
22818         uses designation.
22819         (produce_composition): Adjust for the new annotation data format.
22820         (produce_charset): New function.
22821         (produce_annotation): Handle charset annotation.
22822         (handle_composition_annotation, handle_charset_annotation): New
22823         functions.
22824         (consume_chars): Handle charset annotation.  Utilize the above two
22825         functions.
22826         (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
22827         buffer, get the deleted text as a string and set
22828         coding->src_object to that string.
22829         (detect_coding, detect_coding_system): Use the new struct
22830         coding_detection_info.
22832         * coding.h (struct coding_detection_info): New structure.
22833         (struct coding_system): Adjust prototype of the member `detector'.
22834         (CODING_ANNOTATE_CHARSET_MASK): New macro.
22836 2008-02-01  Kenichi Handa  <handa@m17n.org>
22838         * insdel.c (insert_from_gap): Fix argument to offset_intervals.
22840 2008-02-01  Dave Love  <fx@gnu.org>
22842         * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
22843         (Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
22844         to new local and nullify apropos_accumulate before returning.
22845         (syms_of_keymap): Staticpro and initialize apropos_accumulate.
22847 2008-02-01  Kenichi Handa  <handa@m17n.org>
22849         * charset.c (Fdefine_charset_internal): Setup charset.fast_map
22850         correctly.
22852 2008-02-01  Dave Love  <fx@gnu.org>
22854         * fns.c (Flanginfo): Call synchronize_system_time_locale.
22856 2008-02-01  Kenichi Handa  <handa@m17n.org>
22858         The following changes are to make character composition happen
22859         automatically on displaying.
22861         * Makefile.in (lisp, shortlisp): Add composite.elc.
22863         * composite.h (Qauto_composed, Vauto_composition_function)
22864         (Qauto_composition_function): Extern them.
22866         * composite.c (Vcomposition_function_table)
22867         (Qcomposition_function_table): Delete variables.
22868         (Qauto_composed, Vauto_composition_function)
22869         (Qauto_composition_function): New variables.
22870         (run_composition_function): Don't call
22871         compose-chars-after-function.
22872         (update_compositions): Clear `auto-composed' text property.
22873         (compose_chars_in_text): Delete this function.
22874         (syms_of_composite): Staticpro Qauto_composed and
22875         Qauto_composition_function.  Declare Vauto_composition_function as
22876         a Lisp variable.
22878         * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
22880         * xdisp.c (it_props): Add an entry for Qauto_composed.
22881         (handle_auto_composed_prop): New function.
22883         * xselect.c (selection_data_to_lisp_data): Don't call
22884         compose_chars_in_text.
22886 2008-02-01  Dave Love  <fx@gnu.org>
22888         * keyboard.c (read_char): Modify checking around use of
22889         Vkeyboard_translate_table.
22891         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22892         and fix C types.
22894 2008-02-01  Kenichi Handa  <handa@m17n.org>
22896         * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
22897         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22898         (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
22899         the case that the last byte is '\r' correctly.
22900         (decode_coding): Flush out the unprocessed data correctly.
22901         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
22903 2008-02-01  Dave Love  <fx@gnu.org>
22905         * xterm.c (XTread_socket): Fix changes for defined keysyms.
22906         Add XK_ISO... case.
22907         (xaw_scroll_callback): Revert last change.
22909 2008-02-01  Kenichi Handa  <handa@m17n.org>
22911         * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
22913 2008-02-01  Kenichi Handa  <handa@m17n.org>
22915         * xfaces.c (Vface_resizing_fonts): New variable.
22916         (struct font_name): New member `resizing_ratio'.
22917         (font_resizing_ratio): New function.
22918         (split_font_name): Set font->resizing_ratio.
22919         (better_font_p): Pay attention to font->resizing_ratio.
22920         (build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
22921         RESX, and RESY fields.
22922         (try_alternative_families): Try scalable fonts if
22923         Vscalable_fonts_allowed is not Qt.
22924         (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
22926 2008-02-01  Dave Love  <fx@gnu.org>
22928         * xterm.c (xaw_scroll_callback): Cast correctly.
22930 2008-02-01  Dave Love  <fx@gnu.org>
22932         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
22933         (lispy_kana_keys): Comment out.
22934         (make_lispy_event) [XK_kana_A]: Comment out.
22936         * xterm.c (xaw_scroll_callback): Cast call_data.
22937         (XTread_socket): Deal with ASCII keysyms.
22938         (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
22940 2008-02-01  Dave Love  <fx@gnu.org>
22942         * xterm.c (Vx_keysym_table): New.
22943         (syms_of_xterm): Initialize it.
22944         (XTread_socket): Use it.
22945         From head: Eliminate incorrect optimization that tried to avoid
22946         decoding the output of X*LookupString.
22947         (x_get_font_repertory): Delete charset declaration.
22949 2008-02-01  Kenichi Handa  <handa@m17n.org>
22951         * coding.c (detect_coding_charset): If only ASCII bytes are found,
22952         return 0.
22953         (Fdefine_coding_system_internal): Setup
22954         CODING_ATTR_ASCII_COMPAT (attrs) correctly.
22956 2008-02-01  Dave Love  <fx@gnu.org>
22958         * coding.c (Fcheck_coding_system): Doc fix.
22960         * editfns.c (Finsert_byte): Return a proper value.
22962 2008-02-01  Kenichi Handa  <handa@m17n.org>
22964         * coding.c (decode_coding): Fix args to translate_chars.  Pay
22965         attention to Vstandard_translation_table_for_decode.
22966         (encode_coding): Fix args to translate_chars.  Pay attention to
22967         Vstandard_translation_table_for_encode.
22969         * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
22970         SINGLE_BYTE_CHAR_P.
22972         * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
22973         not by SINGLE_BYTE_CHAR_P.
22975         * fns.c (concat): Check CH by ASCII_CHAR_P, not by
22976         SINGLE_BYTE_CHAR_P.
22978         * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
22979         SINGLE_BYTE_CHAR_P.
22981         * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
22982         by SINGLE_BYTE_CHAR_P.
22984         * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
22985         SINGLE_BYTE_CHAR_P.
22987 2008-02-01  Dave Love  <fx@gnu.org>
22989         * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
22991 2008-02-01  Dave Love  <fx@gnu.org>
22993         * fns.c (Flanginfo): Fix typo.
22995         * unexelf.c (unexec): Make last change conditional on Irix 6.5.
22997 2008-02-01  Kenichi Handa  <handa@m17n.org>
22999         * coding.c (detect_coding_utf_8, detect_coding_utf_16)
23000         (detect_coding_emacs_mule, detect_coding_iso_2022)
23001         (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
23002         incomplete byte sequence.  Don't update *mask when correctly detected.
23003         (decode_coding_sjis): Fix decoding of katakana-jisx0201.
23004         (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
23005         (detect_coding, detect_coding_system): Adjust for the changes above.
23007 2008-02-01  Kenichi Handa  <handa@m17n.org>
23009         * character.c (char_string): Rename from
23010         char_string_with_unification.  Pay attention to CHAR_MODIFIER_MASK.
23011         (string_char): Rename from string_char.
23013         * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
23014         if C is greater than MAX_3_BYTE_CHAR.
23015         (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
23016         string_char instead of string_char_with_unification.
23018 2008-02-01  Dave Love  <fx@gnu.org>
23020         * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
23022 2008-02-01  Kenichi Handa  <handa@m17n.org>
23024         * keymap.c (push_key_description): Pay attention to force_multibyte.
23026         * regex.c (re_search_2): Fix for the case of unibyte buffer.
23028 2008-02-01  Dave Love  <fx@gnu.org>
23030         * charset.c (define_charset_internal): Rename `supprementary'.
23032         * Makefile.in (lisp, shortlisp): Remove latin-N.
23034 2008-02-01  Dave Love  <fx@gnu.org>
23036         * xfns.c (x_window, x_window): Use use_xim.
23038         * xterm.c (use_xim): Initialize.
23039         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
23040         (x_term_init): Maybe set use_xim.
23042         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
23044 2008-02-01  Kenichi Handa  <handa@m17n.org>
23046         * search.c (search_buffer): Fix case-fold-search of multibyte
23047         characters.
23048         (boyer_moore): Rename the last argument to char_high_bits.
23050 2008-02-01  Kenichi Handa  <handa@m17n.org>
23052         * xdisp.c (display_string): Fix for the case of zero width glyph.
23054         * xfns.c (x_set_font): Change the error message of the case that
23055         x_new_fontset returns Qt.
23057         * xfaces.c (set_lface_from_font_name): Reject the default fontset.
23058         (Finternal_set_lisp_face_attribute): Use signal_error for the
23059         error of invalid fontset.
23061         * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
23062         fontset, return Qt.
23064 2008-02-01  Dave Love  <fx@gnu.org>
23066         * unexelf.c (unexec): Make .got handling not SGI-specific.
23068         * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
23070         * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
23072         * keyboard.c (read_key_sequence): Fix type error.
23074         * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
23075         type error.
23077         * fontset.c (fontset_add): Return Lisp_Object.
23079 2008-02-01  Dave Love  <fx@gnu.org>
23081         * charset.h (charset_ordered_list_tick): Declare extern.
23083 2008-02-01  Kenichi Handa  <handa@m17n.org>
23085         The following changes (and some of 2008-02-01 changes of mine) are
23086         for handling syntax, category, and case conversion for unibyte
23087         characters by converting them to multibyte on the fly.  With these
23088         changes, we don't have to setup syntax and case tables for unibyte
23089         characters in each language environment.
23091         * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
23092         multibyte if necessary.
23094         * bytecode.c (Fbyte_code): Likewise.
23096         * character.h (LEADING_CODE_LATIN_1_MIN)
23097         (LEADING_CODE_LATIN_1_MAX): New macros.
23098         (unibyte_to_multibyte_table): Extern it.
23099         (unibyte_char_to_multibyte): New macro.
23100         (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
23101         (CHAR_LEADING_CODE): New macro.
23102         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
23104         * character.c (unibyte_to_multibyte_table): New variable.
23105         (unibyte_char_to_multibyte): Move to character.h and define as macro.
23106         (multibyte_char_to_unibyte): If C is an eight-bit character,
23107         convert it to the corresponding byte value.
23109         * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
23110         not 1, signals an error.  Update the elements of
23111         unibyte_to_multibyte_table.
23112         (init_charset_once): Initialize unibyte_to_multibyte_table.
23113         (syms_of_charset): Define the charset `iso-8859-1'.
23115         * cmds.c (internal_self_insert): In a multibyte buffer, insert C
23116         as is without converting it to unibyte.  In a unibyte buffer,
23117         convert C to multibyte before checking the syntax.
23119         * lisp.h (unibyte_char_to_multibyte): Delete extern.
23121         * minibuf.c (Fminibuffer_complete_word): Use the macro
23122         FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
23124         * regex.h (struct re_pattern_buffer): New member target_multibyte.
23126         * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
23127         (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.  If
23128         that is zero, convert an eight-bit char to multibyte.
23129         (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
23130         non-emacs case.
23131         (PATFETCH): Convert an eight-bit char to multibyte.
23132         (HANDLE_UNIBYTE_RANGE): New macro.
23133         (regex_compile): Setup the compiled pattern for multibyte chars
23134         even if the given regex string is unibyte.  Use PATFETCH_RAW
23135         instead of PATFETCH in many places.  To handle `charset'
23136         specification of unibyte, call HANDLE_UNIBYTE_RANGE.  Use bitmap
23137         only for ASCII chars.
23138         (analyse_first) <exactn>: Simplify because the compiled pattern
23139         is multibyte.
23140         <charset_not>: Setup fastmap from bitmap only for ASCII chars.
23141         <charset>: Use CHAR_LEADING_CODE to get leading codes.
23142         <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
23143         (re_compile_fastmap) [emacs]: Call analyse_first with the arg
23144         multibyte always 1.
23145         (re_search_2): In emacs, set the locale variable multibyte to 1,
23146         otherwise to 0.  New local variable target_multibyte.  Check it
23147         to decide the multibyteness of STR1 and STR2.  If
23148         target_multibyte is zero, convert unibyte chars to multibyte
23149         before translating and checking fastmap.
23150         (TARGET_CHAR_AND_LENGTH): New macro.
23151         (re_match_2_internal): In emacs, set the locale variable multibyte
23152         to 1, otherwise to 0.  New local variable target_multibyte.  Check
23153         it to decide the multibyteness of STR1 and STR2.  Use
23154         TARGET_CHAR_AND_LENGTH to fetch a character from D.
23155         <charset, charset_not>: If multibyte is nonzero, check fastmap
23156         only for ASCII chars.  Call bcmp_translate with
23157         target_multibyte, not with multibyte.
23158         <begline>: Declare the local variable C as `unsigned'.
23159         (bcmp_translate): Change the last arg name to target_multibyte.
23161         * search.c (compile_pattern_1): Don't adjust the multibyteness of
23162         the regexp pattern and the matching target.  Set cp->buf.multibyte
23163         to the multibyteness of the regexp pattern.  Set
23164         cp->but.target_multibyte to the multibyteness of the matching target.
23165         (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
23166         FETCH_STRING_CHAR_ADVANCE.
23167         (Freplace_match): Convert unibyte chars to multibyte.
23169         * syntax.c (char_quoted, back_comment, scan_words)
23170         (Fforward_comment, scan_lists, Fbackward_prefix_chars)
23171         (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
23172         unibyte chars to multibyte.
23173         (skip_chars): Delete the arg syntaxp, and move the code for
23174         handling syntaxes to skip_syntaxes.  Change callers.
23175         Fix the case that the multibyteness of STRING and the current
23176         buffer doesn't match.
23177         (skip_syntaxes): New function.
23178         (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
23179         SINGLE_BYTE_CHAR_P.
23181 2008-02-01  Kenichi Handa  <handa@m17n.org>
23183         * xfaces.c (QCfontset): New variable.
23184         (LFACE_FONTSET): New macro.
23185         (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
23186         (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
23187         (Finternal_set_lisp_face_attribute)
23188         (Finternal_get_lisp_face_attribute): Handle QCfontset.
23189         (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
23190         check also LFACE_FONTSET_INDEX.
23191         (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
23192         attrs[LFACE_FONT_INDEX].
23193         (syms_of_xfaces): Intern and staticpro QCfontset.
23195         * dispextern.h (enum lface_attribute_index): New member
23196         LFACE_FONTSET_INDEX.
23198         * fns.c (base64_encode_1): Handle eight-bit chars correctly.
23200 2008-02-01  Kenichi Handa  <handa@m17n.org>
23202         * coding.c (coding_set_destination): Fix coding->destination for
23203         the case converting a region.
23204         (encode_coding_utf_8): Encode eight-bit chars as single byte.
23205         (encode_coding_object): Fix coding->dst_pos and
23206         coding->dst_pos_byte for the case converting a region.
23208         * insdel.c (insert_from_gap): Make it work even if PT != GTP.
23210         * character.h (BYTE8_STRING): New macro.
23212         * fns.c (base64_decode_1): Insert eight-bit chars correctly.
23214 2008-02-01  Kenichi Handa  <handa@m17n.org>
23216         * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
23217         characters by octal form.
23219         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
23221         * buffer.h (_fetch_multibyte_char_len): Delete extern.
23222         (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
23223         _fetch_multibyte_char_len.
23224         (FETCH_CHAR_AS_MULTIBYTE): New macro.
23226         * casetab.c (set_canon, set_identity, shuffle): Simplify.
23228         * casefiddle.c (casify_object): Simplify.  Handle the case that
23229         the case conversion change the byte length.
23230         (casify_region): Likewise.
23232         * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
23234         * character.c (_fetch_multibyte_char_len): Delete this variable.
23235         (syms_of_character): Setup Vprintable_chars.
23237         * editfns.c (Fchar_equal): Fix for the unibyte case.
23238         (Finsert_byte): New function.
23239         (syms_of_editfns): Defsubr it.
23241         * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
23242         of direct code 0x3ffff.
23244         * search.c (Freplace_match): Fix for the unibyte case.
23246 2008-02-01  Kenichi Handa  <handa@m17n.org>
23248         * lread.c (safe_to_load_p): Fix the logic.
23250         * syntax.c (scan_words): Don't treat characters belonging to
23251         different scripts as constituting a word.
23253         * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23255         * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
23257         * emacs.c (main): In the case of --unibyte, instead of aborting on
23258         finding non-empty buffer, make it unibyte.
23260 2008-02-01  Kenichi Handa  <handa@m17n.org>
23262         * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
23263         to create a fontset.
23265 2008-02-01  Dave Love  <fx@gnu.org>
23267         * character.c (Funibyte_char_to_multibyte): Doc fix.
23269         * xfns.c [HAVE_STDLIB_H]: Fix last change.
23271 2008-02-01  Kenichi Handa  <handa@m17n.org>
23273         * fontset.c (fontset_add): Make the type `int'.
23274         (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
23276         * character.c (unibyte_char_to_multibyte)
23277         (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
23278         charset_unibyte, not charset_primary.
23280         * charset.h (charset_unibyte): Extern it instead of charset_primary.
23282         * charset.c (charset_unibyte): Rename from charset_primary.
23283         (Funibyte_charset): Rename from Fprimary_charset.
23284         (Fset_unibyte_charset): Rename from Fset_primary_charset.
23285         (syms_of_charset): Adjust for the above changes.
23287         * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23288         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
23289         it->multibyte_p is zero.
23291         * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
23292         Delete extern.
23294 2008-02-01  Kenichi Handa  <handa@m17n.org>
23296         * coding.c (Fdefine_coding_system_internal): Fix category setting
23297         for a coding system of type iso-2022.
23299 2008-02-01  Kenichi Handa  <handa@m17n.org>
23301         * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
23303 2008-02-01  Kenichi Handa  <handa@m17n.org>
23305         * syntax.c (Vnext_word_boundary_function_table): New variable.
23306         (next-word-boundary-function-table): Declare it as a Lisp variable
23307         in syms_of_syntax.
23308         (scan_words): Call functions in Vnext_word_boundary_function_table
23309         if any.
23311         * xterm.c (x_load_font): Initialize fontp->fontset to -1.
23313         * fontset.c (fs_load_font): If fontp->charset is not negative,
23314         return fontp without setting its members.
23316 2008-02-01  Dave Love  <fx@gnu.org>
23318         * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
23320         * m/sparc.h (HAVE_ALLOCA): Delete.
23322         * s/irix6-5.h: Don't include strings.h.
23323         (bcopy, bzero, bcmp): Don't undef.
23325         * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
23327         * s/usg5-4.h (NO_SIOCTL_H): Don't define.
23328         (TIOCSIGSEND): Don't test IRIX6.
23329         (bcopy, bzero, bcmp): Define conditionally.
23331 2008-02-01  Kenichi Handa  <handa@m17n.org>
23333         * buffer.c (Qas, Qmake, Qto): New variables.
23334         (Fset_buffer_multibyte): New optional arg METHOD.  Change caller.
23335         (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
23337         * callproc.c (Fcall_process): Don't call insert_1_both directly if
23338         we are inserting a process output into a multibyte buffer.
23340         * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
23341         multibyte_char_to_unibyte.
23343         * character.c (Funibyte_char_to_multibyte): If C can't be decoded
23344         by the primary charset, make it eight-bit char.
23345         (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
23347         * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
23348         (charset_8_bit__control, charset_8_bit_graphic)
23349         (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
23350         (define_charset_internal): New function.
23351         (syms_of_charset): Call define_charset_internal for pre-defined
23352         charsets.
23354         * charset.h (charset_8_bit): Extern it.
23356         * coding.c (make_conversion_work_buffer): Adjust for the change
23357         of Fset_buffer_multibyte.
23358         (encode_coding_raw_text): Increment p0 in the loop.
23360         * lisp.h (Fset_buffer_multibyte): Adjust prototype.
23362         * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
23363         for the change of Fset_buffer_multibyte.
23365         * fns.c (Fstring_to_multibyte): New function.
23366         (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
23368 2008-02-01  Dave Love  <fx@gnu.org>
23370         * xfns.c (x_put_x_image): Declare args.
23372         * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
23373         (try_font_list): Declare an arg.
23375         * xdisp.c (message2_nolog, set_message): Declare an arg.
23377         * terminfo.c (tparam): Declare an arg.  Use P_ to declare tparm.
23379         * syntax.c (scan_sexps_forward): Declare an arg.
23381         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
23382         Declare an arg.
23384         * lisp.h (Fnew_fontset): Declare.
23386         * keymap.c (push_key_description): Call CHARACTERP correctly.
23388         * fontset.c (fontset_add): Declare args.  Call make_number correctly.
23389         (face_for_char): Delete unused vars.
23390         (Fset_fontset_font): Doc fix.  Delete unused vars.
23392         * doc.c (Fsubstitute_command_keys): Delete unused vars.
23394         * composite.c (update_compositions): Declare arg.
23396         * cm.c (calccost, cmgoto): Declare args.
23398         * charset.c: Remove `emacs' conditional.  Doc fixes.
23399         (map_char_table_for_charset): Declare.
23401         * character.c (syms_of_character) <translation-table-vector>: Doc fix.
23403         * ccl.c: Remove `emacs' conditional.
23405 2008-02-01  Kenichi Handa  <handa@m17n.org>
23407         The following changes are to allow specifying multiple font
23408         patterns for a character range (specified by script or charset).
23410         * Makefile.in (abbrev.o): Depend on syntax.h.
23411         (xfaces.o): Depend on charset.h.
23413         * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
23414         SINGLE_BYTE_CHAR_P.
23416         * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
23418         * character.h (Vchar_script_table): Extern it.
23420         * character.c (Vscript_alist): Delete.
23421         (Vchar_script_table, Qchar_script_table): New variable.
23422         (syms_of_character): Declare Vchar_script_table as a lisp variable
23423         and initialize it.
23425         * chartab.c (Fmake_char_table): Doc fix.  If PURPOSE doesn't
23426         have property char-table-extra-slots, make no extra slot.
23428         * dispextern.h (struct face): Delete member `charset'.
23429         (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
23430         SINGLE_BYTE_CHAR_P.
23431         (choose_face_font, lookup_non_ascii_face, font_name_registry):
23432         Add prototypes.
23433         (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
23434         (generate_ascii_font_name): Rename from generate_ascii_font.
23436         * fontset.h (get_font_repertory_func): New prototype.
23437         (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
23438         (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
23440         * fontset.c (Qprepend, Qappend): New variables.
23441         (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
23442         (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
23443         (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
23444         (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
23445         (fontset_ref_and_range, fontset_add, reorder_font_vector)
23446         (load_font_get_repertory): New functions.
23447         (fontset_set): Delete.
23448         (fontset_face): New arg FACE.  Return face ID, not face.
23449         Complete re-write to handle new fontset structure.  Change caller.
23450         (free_face_fontset): Use ASET istead of AREF (X) = Y.
23451         (face_for_char): Don't call lookup_face.
23452         (make_fontset_for_ascii_face): New arg FACE.
23453         (fs_load_font): New arg CHARSET_ID.  Don't check
23454         Vfont_encoding_alist here.
23455         (find_font_encoding): New function.
23456         (list_fontsets): Use STRINGP, not ! NILP.
23457         (accumulate_script_ranges): New function.
23458         (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
23459         re-written to handle new fontset structure.
23460         (Ffontset_font): Return a copy of element.
23461         (syms_of_fontset): Define symbols Qprepend and Qappend.  Fix
23462         docstring of font-encoding-alist.
23464         * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
23465         (Fset_fotset_font): Fix arguments to 5.
23467         * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
23469         * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
23470         Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23471         (highlight_trailing_whitespace): Adjust for the change of
23472         lookup_named_face.
23474         * xfaces.c: Include charset.h.
23475         (load_face_font): Delete argument C.  Change caller.
23476         (generate_ascii_font_name): Rename from generate_ascii_font.
23477         (font_name_registry): New function.
23478         (cache_face): Store ascii faces before non-ascii faces in buckets.
23479         (lookup_face): Delete arguments C and BASE_FACE.  Change caller.
23480         Lookup only ascii faces.
23481         (lookup_non_ascii_face): New function.
23482         (lookup_named_face): Delete argument C.  Change caller.
23483         (lookup_derived_face): Delete argument C.  Change caller.
23484         (try_font_list): New arg PATTERN.  Change caller.  If PATTERN is
23485         a string, just call font_list with it.
23486         (choose_face_font): Delete arguments FACE and C.  New arg
23487         FONT_SPEC.  Change caller.
23488         (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
23489         Change caller.
23490         (realize_non_ascii_face): New function.
23491         (realize_x_face): Call load_face_font here.
23492         (realize_tty_face): Delete argument C.  Change caller.
23493         (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
23494         get a face ID.
23495         (dump_realized_face): Don't print charset of FACE.
23497         * xfns.c (x_set_font): Always call x_new_fontset and
23498         store_frame_parameter.
23499         (Fx_create_frame): Call x_new_fontset, not x_new_font.
23500         (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
23502         * xterm.h (x_get_font_repertory): Extern it.
23504         * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23505         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
23506         it->multibyte_p is zero.
23507         (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23508         (x_new_fontset): If FONTSETNAME doesn't match any existing
23509         fontsets, create a new one.
23510         (x_get_font_repertory): New function.
23512 2008-02-01  Kenichi Handa  <handa@m17n.org>
23514         * coding.c (Ffind_coding_systems_region_internal): Detect an
23515         ASCII only string correctly.
23517         * lread.c (Fload): Don't load with Qload_force_doc_strings t if
23518         version is 0.
23520 2008-02-01  Kenichi Handa  <handa@m17n.org>
23522         * lread.c: Include "coding.h".
23523         (Qget_emacs_mule_file_char, Qload_force_doc_strings)
23524         (load_each_byte, unread_char): New variables.
23525         (readchar_backlog): Delete.
23526         (readchar): Return a character unless load_each_byte is nonzero.
23527         Handle the case that readcharfun is Qget_emacs_mule_file_char or a
23528         cons.  If unread_char is not -1, simply return it.
23529         (unreadchar): Handle the case that readcharfun is
23530         Qget_emacs_mule_file_char or a cons.  Set unread_char if necessary.
23531         (read_multibyte): Delete.
23532         (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
23533         (read_emacs_mule_char): New functions.
23534         (Fload): Even if the file doesn't have the extension ".elc", if
23535         safe_to_load_p returns a positive version number, assume that the
23536         file contains bytecompiled code.  If the version is less than 22,
23537         load the file while decoding multibyte sequences by emacs-mule.
23538         (readevalloop): Don't use readchar_backlog.
23539         (Fread): Likewise.  Pay attention to the case that STREAM is a cons.
23540         (Fread_from_string): Pay attention to the case that STREAM is a cons.
23541         (read_escape): Delete the arg BYTEREP.
23542         (read1): Set load_each_byte to 1 temporarily while handling
23543         #@NUMBER.  Don't call read_multibyte.
23544         (read_vector): Call Fread with a cons.  If readcharfun is
23545         Qget_emacs_mule_file_char, decode the read string by emacs-mule.
23546         (read_list): If doc_reference is 2, make the cdr part string as unibyte.
23547         (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
23548         and Qload_force_doc_strings.
23550 2008-02-01  Kenichi Handa  <handa@m17n.org>
23552         * xdisp.c (face_before_or_after_it_pos): Call
23553         FETCH_MULTIBYTE_CHAR with byte postion, not char position.
23555 2008-02-01  Kenichi Handa  <handa@m17n.org>
23557         * character.h (TRAILING_CODE_P): New macro.
23558         (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
23559         (string_char_with_unification): Fix prototype.
23560         (Vscript_alist): Extern it.
23562         * character.c (Vscript_alist): New variable.
23563         (string_char_with_unification, str_as_unibyte)
23564         (string_escape_byte8): Add `const' to local variables.
23565         (syms_of_character): Declare script-alist as a Lisp variable.
23567         * charset.h (Vcharset_ordered_list): Extern it.
23568         (charset_ordered_list_tick): Extern it.
23569         (EMACS_MULE_LEADING_CODE_PRIVATE_11)
23570         (EMACS_MULE_LEADING_CODE_PRIVATE_12)
23571         (EMACS_MULE_LEADING_CODE_PRIVATE_21)
23572         (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
23573         (Funify_charset): Adjust for the change of Funify_charset.
23575         * charset.c (charset_ordered_list_tick): New variable.
23576         (Fdefine_charset_internal): Increment charset_ordered_list_tick.
23577         (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
23578         deunify instead of unify a charset.
23579         (string_xstring_p): Add `const' to local variables.
23580         (find_charsets_in_text): Add `const' to arguments and local variables.
23581         (encode_char): Adjust for the change of Funify_charset.  Fix
23582         detecting of invalid code.
23583         (Fset_charset_priority): Increment charset_ordered_list_tick.
23584         (Fmap_charset_chars): Fix handling of default value for FROM_CODE
23585         and TO_CODE.
23587         * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
23588         (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
23589         Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
23590         (decode_coding_ccl, consume_chars)
23591         (Ffind_coding_systems_region_internal)
23592         (Fcheck_coding_systems_region): Add `const' to local variables.
23594         * print.c (print_object): Use octal form for printing the
23595         contents of a bool vector.
23597 2008-02-01  Dave Love  <fx@gnu.org>
23599         * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
23600         <version == 20>: Refuse to load.
23602 2008-02-01  Dave Love  <fx@gnu.org>
23604         * fns.c: Move coding.h.
23605         (Qcodeset, Qdays, Qmonths): New.
23606         (concat): Use CHARACTERP instead of INTEGERP.
23607         (Flocale_codeset): Delete.
23608         (Flanginfo): New function.
23609         (syms_of_fns): Change accordingly.
23611         * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
23613 2008-02-01  Dave Love  <fx@gnu.org>
23615         * casetab.c (init_casetab_once, init_casetab_once): Fix
23616         CHAR_TABLE_SET call.
23618         * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
23620         * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
23622         * charset.c (Fmap_charset_chars): Check args.  Convert Lisp types.
23623         (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
23624         (Fset_charset_priority, syms_of_charset): Convert Lisp types.
23626         * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
23628         * coding.c (ENCODE_DESIGNATION, decode_eol)
23629         (make_conversion_work_buffer, code_conversion_restore)
23630         (Fdefine_coding_system_internal): Convert Lisp types.
23631         (code_conversion_restore): Use EQ, not ==.
23632         (Fencode_coding_string): Fix code_convert_string call.
23634         * coding.h (code_convert_region): Fix prototype.
23636         * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
23638         * fontset.c (fontset_ref, fontset_set, fs_load_font)
23639         (Ffontset_info): Convert Lisp types.
23641         * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
23643         * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
23645         * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
23647         * chartab.c: Include "...h", not <...h> in some cases.
23649         * callproc.c (Fcall_process): Remove unused variables.
23651 2008-02-01  Dave Love  <fx@gnu.org>
23653         * coding.c (Fset_coding_system_priority): Allow null arg list.
23655 2008-02-01  Dave Love  <fx@gnu.org>
23657         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23658         (Fself_insert_and_exit): Use CHARACTERP.
23660         * callproc.c (Fcall_process): Remove unused vars.
23662         * xterm.c (XTread_socket): Add extra dead keysyms.
23664         * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
23666         * dispextern.h: Remove prototypes for redraw_frame,
23667         redraw_garbaged_frames.
23669         * cmds.c (Fself_insert_command): Use CHARACTERP.
23671         * chartab.c (make_sub_char_table): Remove unused var.
23672         (Fset_char_table_default, Fmap_char_table): Doc fix.
23674         * keymap.c (access_keymap): Remove generic char code.
23675         (push_key_description): Use CHARACTERP.
23677 2008-02-01  Dave Love  <fx@gnu.org>
23679         * charset.c: Doc fixes.
23680         (Funify_charset): Extra checking.
23682 2008-02-01  Dave Love  <fx@gnu.org>
23684         * lread.c: Remove some unused variables.
23685         (safe_to_load_p): If safe, return the magic number version byte.
23686         (Fload): Maybe use load-with-code-conversion.
23688 2008-02-01  Kenichi Handa  <handa@m17n.org>
23690         * category.c (Fmodify_category_entry): Don't modify the contents
23691         of category_set for characters out of the range.  Avoid
23692         unnecessary modification.
23694         * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
23695         Vchar_unify_table.  The default value of the table is now nil.
23697         * character.c (syms_of_character): Setup Vchar_width_table for
23698         eight-bit-control and raw-byte chars.
23700         * charset.h (enum define_charset_arg_index): Delete
23701         charset_arg_parents and add charset_arg_subset and
23702         charset_arg_superset.
23703         (enum charset_attr_index): Delete charset_parents and add
23704         charset_subset and charset_superset.
23705         (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
23706         CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
23707         (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
23708         (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
23709         (CHARSET_SUPERSET): New macros.
23710         (charset_work): Extern it.
23711         (ENCODE_CHAR): Use charset_work.
23712         (CHAR_CHARSET_P): Adjust for the change of encoder format.
23713         (map_charset_chars): Extern it.
23715         * charset.c (load_charset_map): Set the default value of encoder
23716         and deunifier char-tables to nil.
23717         (map_charset_chars): Change argument.  Change callers.  Use
23718         map_char_table_for_charset instead of map_char_table.
23719         (Fmap_charset_chars): New optional args from_code and to_code.
23720         (Fdefine_charset_internal): Adjust for the change of
23721         `define-charset' (:parents -> :subset or :superset).
23722         (charset_work): New variable.
23723         (encode_char, syms_of_charset): Adjust for the change of
23724         Fdefine_charset_internal.
23725         (Ffind_charset_string): Setup the vector `charsets' correctly.
23727         * chartab.c (sub_char_table_ref_and_range): New arg default.  Fix
23728         the previous change.
23729         (char_table_ref_and_range): Adjust for the above change.
23730         (map_sub_char_table_for_charset): New function.
23731         (map_char_table_for_charset): New function.
23733         * keymap.c (describe_vector): Handle a char-table directly here.
23734         (describe_char_table): Delete.
23736         * lisp.h (map_charset_chars): Delete.
23738 2008-02-01  Dave Love  <fx@gnu.org>
23740         * fns.c (count_combining): Comment out (unused).
23741         (Flocale_codeset): New.
23742         (syms_of_fns): Defsubr it.
23744         * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
23745         (size_t): Remove.
23747 2008-02-01  Dave Love  <fx@gnu.org>
23749         * Makefile.in (chartab.o): Depend on charset.h.
23751 2008-02-01  Kenichi Handa  <handa@m17n.org>
23753         * character.c (syms_of_character): Set the default value of
23754         Vprintable_chars to Qnil.
23756 2008-02-01  Dave Love  <fx@gnu.org>
23758         * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
23760 2008-02-01  Kenichi Handa  <handa@m17n.org>
23762         * charset.c (load_charset_map): Handle the case that from < to
23763         correctly.
23765         * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
23766         (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
23767         Pay attention to raw-8-bit chars.
23769 2008-02-01  Kenichi Handa  <handa@m17n.org>
23771         * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
23772         It is not bytecompiled now.
23774         * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
23775         (charset_jisx0208): New variables.
23776         (Fdefine_charset_internal): Setup them if appropriate.
23777         (init_charset_once): Initialize them to -1.
23779         * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
23780         (charset_jisx0208): Extern them.
23782         * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
23783         (CODING_ISO_FLAG_USE_OLDJIS): New macro.
23784         (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
23785         (setup_iso_safe_charsets): Fix arguments to Fassq.
23786         (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
23787         (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
23788         CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
23789         (encode_coding_iso_2022): Change the 1st arg to
23790         ENCODE_ISO_CHARACTER to a variable.
23792 2008-02-01  Kenichi Handa  <handa@m17n.org>
23794         * charset.h (enum define_charset_arg_index): New enums
23795         charset_arg_min_code and charset_arg_max_code.
23796         (struct charset): New member char_index_offset.
23798         * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
23799         Take charset->char_index_offset into account.
23800         (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
23801         args[charset_arg_max_code].  Setup charset.char_index_offset.
23802         (syms_of_charset): Fix args to Fdefine_charset_internal.
23804 2008-02-01  Dave Love  <fx@gnu.org>
23806         * coding.c (decode_coding_utf_8): Reject overlong sequences.
23808 2008-02-01  Dave Love  <fx@gnu.org>
23810         * coding.c: Doc fixes.
23811         (Fcoding_system_aliases): Fix return value.
23812         (Qmac): Remove (duplicated) definition.
23814 2008-02-01  Dave Love  <fx@gnu.org>
23816         * charset.c (Fcharset_priority_list, Fset_charset_priority):
23817         New functions.
23819         * character.c (Fstring): Doc fix.
23821         * charset.c (Fdefine_charset_alias): Update Vcharset_list.
23823         * fontset.c (Ffontset_info): Doc fix.  Return charset names, not ids.
23824         (font-encoding-alist): Doc fix.
23826 2008-02-01  Dave Love  <fx@gnu.org>
23828         * term.c (costs_set): Declare static, non-initialized for pcc.
23829         (encode_terminal_code): Remove unused var.
23831         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
23832         for K&R.
23834         * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
23836         * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
23837         (suffixes): Move out of make_subsidiaries for K&R.
23839         * charset.c (map_charset_chars): Fix c_function declaration for K&R.
23841         * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
23843 2008-02-01  Dave Love  <fx@gnu.org>
23845         * data.c (Fchar_or_string_p): Doc fix.  Use CHARACTERP.
23847         * category.c (Fmodify_category_entry): Doc fix.  Remove unused vars.
23849 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
23851         * charset.c (Fdefine_charset_internal): Fix argument to bzero.
23853         * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
23855 2008-02-01  Kenichi Handa  <handa@m17n.org>
23857         * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
23858         vietnamese.elc to vietnamese.el.  They are not bytecompiled now.
23860 2008-02-01  Kenichi Handa  <handa@m17n.org>
23862         * coding.c (decode_coding_charset): Adjust for the change of
23863         Fdefine_coding_system_internal.
23864         (Fdefine_coding_system_internal): For a coding system of
23865         `charset' type, store a list of charset IDs in
23866         `charset_attr_charset_valids' element of coding attributes.
23868 2008-02-01  Kenichi Handa  <handa@m17n.org>
23870         * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
23871         (emacs_mule_char): New arg src.  Delete arg `composition'.  Change
23872         caller.  Handle 2-byte and 3-byte charsets correctly.
23873         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
23874         DECODE_EMACS_MULE_COMPOSITION_RULE.  Change caller.
23875         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
23876         (DECODE_EMACS_MULE_21_COMPOSITION): Call
23877         DECODE_EMACS_MULE_COMPOSITION_RULE_21.  Produce correct annotation
23878         sequence.
23879         (decode_coding_emacs_mule): Handle composition correctly.  Rewind
23880         `src' and `consumed_chars' correctly before calling emacs_mule_char.
23881         (DECODE_COMPOSITION_START): Correctly handle the case of altchar
23882         and alt&rule composition.
23883         (decode_coding_iso_2022): Handle composition correctly.
23884         (init_coding_once): Setup emacs_mule_bytes for private charsets.
23886         * charset.c (Fdefine_charset_internal): Fix bug for the case of
23887         re-defining a charset.  If the charset has :emacs-mule-id, setup
23888         emacs_mule_bytes.
23889         (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
23891 2008-02-01  Kenichi Handa  <handa@m17n.org>
23893         * coding.c (encode_coding_iso_2022, encode_coding_sjis)
23894         (encode_coding_big5, encode_coding_charset): If coding requires safe
23895         encoding, produce a character specified by
23896         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
23898 2008-02-01  Dave Love  <fx@gnu.org>
23900         * xterm.c (XSetIMValues): Declare.
23902         * process.c: Conditionally include sys/wait.h, pty.h.
23904         * print.c (print_object): Fix print format for 64-bit systems.
23906         * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
23908         * buffer.c (emacs_strerror): Declare.
23910         * fontset.c (Fclear_face_cache): Declare.
23911         (accumulate_font_info): Comment-out (unused).
23912         (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
23913         variables.
23915         * character.h (string_escape_byte8): Declare.
23917         * charset.c (load_charset_map, load_charset_map_from_file): Remove
23918         unused vars.
23919         (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
23920         (Fmap_charset_chars): Doc fix.
23922         * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
23923         (Fset_coding_system_priority, Fset_coding_system_priority)
23924         (Fdefine_coding_system_internal): Doc fix.
23926 2008-02-01  Dave Love  <fx@gnu.org>
23928         * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
23930 2008-02-01  Kenichi Handa  <handa@m17n.org>
23932         * character.c (string_escape_byte8): Make multibyte string with
23933         correct size.
23935         * charset.c (Fmake_char): Delete unnecessary code.
23937 2008-02-01  Kenichi Handa  <handa@m17n.org>
23939         * xfns.c (x_encode_text): Allocate coding.destination here, and
23940         call encode_coding_object with dst_object Qnil.
23942         * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
23943         multibyte form correctly.
23945         * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
23946         against Vfont_encoding_alist.
23948         * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
23949         handling of charset list.
23950         (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
23951         (decode_coding_object): Move point to coding->dst_pos before
23952         calling post-read-conversion function.
23953         (encode_coding_object): Give correct arguments to
23954         pre-write-conversion.  Ignore the return value of
23955         pre-write-conversion function.  Pay attention to the case that
23956         pre-write-conversion changes the current buffer.  If dst_object is
23957         Qt, even if coding->src_bytes is zero, allocate at least one byte
23958         to coding->destination.
23960         * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
23962         * charset.c (Fmake_char): Make it more backward compatible.
23963         (Fmap_charset_chars): Fix docstring.
23965 2008-02-01  Dave Love  <fx@gnu.org>
23967         * coding.c: Doc fixes.
23968         (Fdefine_coding_system_alias): Use names, not symbols, in
23969         coding-system-alist.
23971 2008-02-01  Kenichi Handa  <handa@m17n.org>
23973         * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
23974         of calling free_realized_face.
23976 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
23978         * charset.c (read_hex): Don't treat SPC as a comment starter.
23979         (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
23980         (Fdecode_char): Fix typo.
23982 2008-02-01  Kenichi Handa  <handa@m17n.org>
23984         * charset.h (struct charset): New member `code_space_mask'.
23986         * coding.c (coding_set_source): Delete the local variable beg_byte.
23987         (encode_coding_charset, Fdefine_coding_system_internal):
23988         Delete the local variable charset.
23989         (Fdefine_coding_system_internal): Setup
23990         attrs[coding_attr_charset_valids] correctly.
23992         * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
23993         member to check if CODE is valid or not.
23994         (Fdefine_charset_internal): Initialize `code_space_mask' member.
23995         (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
23996         is within the range of charset->min_code and carset->max_code.
23998 2008-02-01  Dave Love  <fx@gnu.org>
24000         * syntax.h (syntax_temp) [!__GNUC__]: Declare.
24002         * dispextern.h (generate_ascii_font): Fix return type.
24004         * xfaces.c (generate_ascii_font): Fix arg declaration.
24006         * coding.c (coding_inherit_eol_type)
24007         (Fset_terminal_coding_system_internal)
24008         (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
24010 2008-02-01  Kenichi Handa  <handa@m17n.org>
24012         * coding.c (decode_coding_charset, encode_coding_charset): Handle
24013         multiple charsets correctly.
24015 2008-02-01  Kenichi Handa  <handa@m17n.org>
24017         * search.c (boyer_moore): Fix handling of multibyte character
24018         translation.
24020         * xdisp.c (display_mode_element): When the variable `elt' is
24021         changed, update `this' and `lisp_string'.
24023 2008-02-01  Kenichi Handa  <handa@m17n.org>
24025         * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
24027         * callproc.c (Fcall_process): Be sure to give the current buffer
24028         to decode_coding_c_string.  Update PT and PT_BYTE after the insertion.
24030         * charset.c (struct charset_map_entries): New struct.
24031         (load_charset_map): Rename from parse_charset_map.  New args
24032         entries and n_entries.  Change caller.
24033         (load_charset_map_from_file): Rename from load_charset_map.
24034         Change caller.  New arg control_flag.  Call load_charset_map at
24035         the tail.
24036         (load_charset_map_from_vector): New function.
24037         (Fdefine_charset_internal): Setup charset.compact_codes_p.
24038         (encode_char): If the charset is compact, change a character index
24039         to a code point.
24041         * coding.c (coding_alloc_by_making_gap): Check the case that the
24042         source and destination are the same correctly.
24043         (decode_coding_raw_text): Set coding->consumed_char and
24044         coding->consumed to 0.
24045         (produce_chars): If coding->chars_at_source is nonzero, update
24046         coding->consumed_char and coding->consumed before calling
24047         alloc_destination.
24048         (Fdefine_coding_system_alias): Register ALIAS in
24049         Vcoding_system_alist.
24050         (syms_of_coding): Define `no-conversion' coding system at the tail.
24052         * fileio.c (Finsert_file_contents): Set coding_system instead of
24053         val.  If the current buffer is multibyte, always call
24054         decode_coding_gap.
24056         * xfaces.c (try_font_list): Give higher priority to fontset's
24057         family than face's family.
24059 2008-02-01  Kenichi Handa  <handa@m17n.org>
24061         * callproc.c (Fcall_process): Be sure to give the current buffer
24062         to decode_coding_c_string.
24064         * xfaces.c (try_font_list): Give a family specified in a fontset
24065         higher priority than a family specified in a face.
24067 2008-02-01  Kenichi Handa  <handa@m17n.org>
24069         * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
24070         Fix arguments to insert_from_buffer.
24072         * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
24074 2008-02-01  Kenichi Handa  <handa@m17n.org>
24076         * coding.c (produce_chars): Set the variable `multibytep' correctly.
24077         (decode_coding_gap): Set coding->dst_multibyte correctly.
24079 2008-02-01  Kenichi Handa  <handa@m17n.org>
24081         * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
24082         (decode_coding_utf_16): Fix converting high and low bytes to code-point.
24083         (encode_coding_utf_16): Substitute coding->default_char for
24084         non-Unicode characters.
24085         (decode_coding): Don't call record_insert here.
24086         (setup_coding_system): Initialize `surrogate' of
24087         coding->spec.utf_16 to 0.
24088         (EMIT_ONE_BYTE): Fix for multibyte case.
24090         * insdel.c (insert_from_gap): Call record_insert.
24092 2008-02-01  Kenichi Handa  <handa@m17n.org>
24094         * casefiddle.c (casify_region): Fix multibyte case.
24096         * character.c (c_string_width): Add return type `int'.
24097         (char_string_with_unification): Delete arg ADVANCED.
24099         * character.h (CHAR_VALID_P): Don't call CHARACTERP.
24100         (CHAR_STRING): Adjust for the change of char_string_with_unification.
24101         (CHAR_STRING_ADVANCE): Make it do-while statement.
24103         * chartab.c (sub_char_table_set_range): Optimize for the case
24104         DEPTH == 3.  Add workaround code for a GCC optimization bug.
24106         * charset.c (parse_charset_map): Remove an unused variable.
24108         * coding.c: Delete unused variables.
24110         * fileio.c (Finsert_file_contents): Set coding_system to Qnil
24111         earlier.  If inserted is zero and the coding system doesn't
24112         require flushing, don't call decode_coding_gap.
24114         * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
24116 2008-02-01  Kenichi Handa  <handa@m17n.org>
24118         The following changes are for using Unicode as an internal
24119         character model, and use UTF-8 format for buffer/string
24120         representation.
24122         * .gdbinit (xchartable): Adjust for the change of char table structure.
24123         (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
24125         * Makefile.in (obj): Add character.o and chartab.o.
24126         (lisp, shortlisp): Remove utf-8.elc.
24127         (*.o): For many files, change dependency on charset.h to
24128         character.h, and add dependency on character.h.
24129         (character.o, chartab.o): New targets.
24131         * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
24132         * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
24133         * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
24134         of "charset.h".
24136         * dired.c, filelock.c: Include "character.h".
24138         * alloc.c: Include "character.h" instead of "charset.h".
24139         (Fmake_char_table, make_sub_char_table): Move to chartab.c.
24140         (syms_of_alloc): Remove defsubr for Smake_char_table.
24142         * buffer.c: Include "character.h" instead of "charset.h", don't
24143         include "coding.h".
24144         (Fset_buffer_multibyte): Adjust for UTF-8.
24146         * buffer.h: EXFUN Fbuffer_live_p.
24148         * callproc.c: Include "character.h" instead of "charset.h".
24149         (Fcall_process): Big change for the new code-conversion APIs.
24151         * casetab.c: Include "character.h" instead of "charset.h".
24152         (set_canon, set_identity, shuffle): Adjust for the new
24153         map_char_table spec.
24154         (init_casetab_once): Call CHAR_TABLE_SET instead of directly
24155         accessing the char table structure.
24157         * chartab.c: New file that implements char table.
24159         * category.c: Include "character.h".
24160         (copy_category_entry): New function.
24161         (copy_category_table): Call map_char_table and copy_category_entry.
24162         (Fmake_category_table): Initialize all top-level slots.
24163         (char_category_set): New function.
24164         (modify_lower_category_set): Delete.
24165         (Fmodify_category_entry): Call char_table_ref_and_range.
24167         * category.h (CATEGORY_SET): Just call char_category_set.
24169         * ccl.c: Include "character.h".
24170         (Qccl, Qcclp): New variables.
24171         (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
24172         it's less than 256.
24173         (CCL_WRITE_MULTIBYTE_CHAR): Delete.
24174         (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
24175         and DST type.
24176         (ccl_driver): Change types of argument, adjust code accordingly.
24177         (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
24178         ccl_driver.
24179         (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
24181         * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
24182         New members src_multibyte, dst_multibyte, consumed, and produced.
24183         (struct ccl_spec): Delete members decoder and encoder.  New member ccl.
24184         (CODING_SPEC_CCL_PROGRAM): New macro.
24185         (ccl_driver): Update prototype.
24186         (Qccl, Qcclp, Fccl_program_p): Extern them.
24187         (CHECK_CCL_PROGRAM): New macro.
24189         * character.c, character.h, chartab.c: New files.
24191         * charset.c: Mostly re-written.  Move character and multibyte sequence
24192         handling codes to character.c.
24194         * charset.h: Mostly re-written.  Move character and multibyte sequence
24195         handling codes to character.h.
24197         * coding.c, coding.h: Mostly re-written.
24199         * composite.c: Include "character.h" instead of "charset.h".
24200         (CHAR_WIDTH): Move to character.h.
24201         (HASH_KEY, HASH_VALUE): Delete.
24203         * composite.h (enum composition_method): Change order of enumeration
24204         symbols.
24206         * data.c: Include "character.h" instead of "charset.h".
24207         (Faref): Call CHAR_TABLE_REF for a char table.
24208         (Faset): Call CHAR_TABLE_SET for a char table.
24210         * dispextern.h (free_realized_face, check_face_attribytes)
24211         (generate_ascii_font): Extern them.
24212         (free_realized_multibyte_face): Delete extern.
24214         * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
24215         table structure.
24217         * editfns.c: Include "character.h" instead of "charset.h".
24218         (Fchar_to_string): Always call CHAR_STRING.
24220         * emacs.c (main): Call init_charset_once, init_charset,
24221         syms_of_chartab, and syms_of_character.
24223         * fileio.c: Include "character.h" instead of "charset.h".
24224         (Finsert_file_contents): Big change for the new code-conversion API.
24225         (choose_write_coding_system, Fwrite_region): Likewise.
24226         (build_annotations_2): Delete.
24227         (e_write): Big change for the new code-conversion API.
24229         * fns.c: Include "character.h" instead of "charset.h".
24230         (copy_sub_char_table): Move to chartab.c.
24231         (Fcopy_sequence): Call copy_char_table for a char table.
24232         (concat): Delete codes calling count_multibyte.
24233         (string_char_to_byte, string_byte_to_char): Adjust for the new
24234         multibyte form.
24235         (internal_equal): Adjust for the change of char table structure.
24236         (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
24237         (Fchar_table_extra_slot, Fset_char_table_extra_slot)
24238         (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
24239         (char_table_translate, optimize_sub_char_table)
24240         (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
24241         chartab.c.
24242         (char_table_ref_and_index): Delete.
24243         (HASH_KEY, HASH_VALUE): Move to lisp.h.
24244         (Fmd5): Call preferred_coding_system instead of accessing
24245         Vcoding_category_list.  Adjust for the new code-conversion API.
24246         (syms_of_fns): Move defsubr for char table related functions to
24247         chartab.c.
24249         * fontset.c: Mostly re-written.
24251         * fontset.h (struct font_info): Change type of the member encoding_type.
24252         (enum FONT_SPEC_INDEX): New enum.
24253         (fontset_font_pattern, fs_load_font): Update prototype.
24254         (FS_LOAD_FONT): Adjust for the change of fs_load_font.
24256         * indent.c: Include "character.h" instead of "charset.h".
24257         (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
24259         * insdel.c: Include "character.h" instead of "charset.h".
24260         (copy_text): Don't refer to Vnonascii_translation_table.
24261         (insert_from_gap): New function.
24263         * keyboard.c: Include "character.h" instead of "charset.h".
24264         (command_loop_1): Never call direct_output_forward_char before
24265         a non-ASCII character.
24266         (read_char): If Vkeyboard_translate_table is a char table, always
24267         translate a character.
24269         * keymap.c: Include "character.h".
24270         (store_in_keymap): Handle the case that IDX is a cons.
24271         (Fdefine_key): Handle the case that KEY is a cons and the car part
24272         is also a cons (range).
24273         (push_key_description): Adjust for the new character code.
24274         (describe_vector): Call describe_char_table for a char table.
24275         (describe_char_table): New function.
24277         * keymap.h (describe_char_table): Extern it.
24279         * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
24280         (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
24281         (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
24282         (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
24283         Delete.
24284         (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
24285         structure.
24286         (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
24287         (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
24288         (CHARTAB_SIZE_BITS_3): New macros.
24289         (chartab_size): Extern it.
24290         (struct Lisp_Char_Table): Re-design.
24291         (struct Lisp_Sub_Char_Table): New structure.
24292         (HASH_KEY, HASH_VALUE): Move from fns.c.
24293         (CHARACTERBITS): Define as 22.
24294         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
24295         (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
24296         (GC_SUB_CHAR_TABLE_P): New macro.
24297         (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
24298         (code_convert_string_norecord): Deleted extern.
24299         (init_character_once, syms_of_character, init_charset)
24300         (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
24302         * lread.c: Include "character.h".
24303         (read_multibyte): New arg NBYTES.
24304         (read_escape): Change the meaning of returned *BYTEREP.
24305         (to_multibyte): Delete.
24306         (read1): Adjust the handling of char table and string.
24308         * print.c: Include "character.h" instead of "charset.h".
24309         (print_string): Convert 8-bit raw bytes to octal form by
24310         string_escape_byte8.
24311         (print_object): Adjust for the new multibyte form.  Print 8-bit
24312         raw bytes always in octal form.  Handle sub char table correctly.
24314         * process.c: Include "character.h" instead of "charset.h".
24315         (read_process_output, send_process): Adjust for the new
24316         code-conversion API.
24318         * puresize.h (BASE_PURESIZE): Increase.
24320         * regex.c: Include "character.h" instead of "charset.h".
24321         (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
24322         (regex_compile): Accept a range whose starting and ending
24323         character have different leading bytes.
24324         (analyse_first): Adjust for the above change.
24326         * search.c: Include "character.h" instead of "charset.h".
24327         (search_buffer, boyer_moore): Adjust for the new multibyte form.
24328         (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
24330         * syntax.c: Include "character.h" instead of "charset.h".
24331         (syntax_parent_lookup): Delete.
24332         (Fmodify_syntax_entry): Accept a cons as CHAR.
24333         (skip_chars): Adjust for the new multibyte form.
24334         (init_syntax_once): Call char_table_set_range instead of directly
24335         accessing the structure of a char table.
24337         * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
24338         (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
24339         (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
24340         (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
24342         * term.c: Include "buffer.h" and "character.h".
24343         (encode_terminal_code, write_glyphs): Adjust for the new
24344         code-conversion API.
24345         (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
24347         * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
24349         * xdisp.c: Include "character.h".
24350         (get_next_display_element): Adjust for the new multibyte form.
24351         (disp_char_vector): Adjust for the new char table structure.
24352         (decode_mode_spec_coding): Adjust for the new structure of
24353         coding system.
24354         (decode_mode_spec): Adjust for the new code-conversion API.
24356         * xfaces.c: Include "character.h" instead of "charset.h".
24357         (load_face_font): Adjust for the change of choose_face_font and
24358         FS_LOAD_FONT.
24359         (generate_ascii_font): New function.
24360         (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
24361         (set_font_frame_param): Adjust for the change of choose_face_font.
24362         (free_realized_face): Make it public.
24363         (free_realized_faces_for_fontset): Rename from
24364         free_realized_multibyte_face.  Free also faces realized for ASCII.
24365         (choose_face_font): Change arguments.  Adjust for the change of
24366         fontset_font_pattern and FS_LOAD_FONT.
24368         * xfns.c: Include "character.h".
24369         (x_encode_text): Adjust for the new code-conversion API.
24371         * xselect.c: Don't include "charset.h".
24372         (selection_data_to_lisp_data): Adjust for the new code conversion API.
24374         * xterm.c: Include "character.h".
24375         (x_encode_char): New argument CHARSET.  Change caller.
24376         (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
24377         Call ENCODE_CHAR instead of SPLIT_CHAR.
24378         (x_produce_glyphs): Don't check Vnonascii_translation_table Call
24379         CHAR_WIDTH instead of CHARSET_WIDTH.
24380         (XTread_socket): Adjust for the new code-conversion API.
24381         (x_new_font): Adjust for the change of FS_LOAD_FONT.
24382         (x_load_font): Adjust for the change of struct font.
24384 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24386         * xfaces.c (face_at_buffer_position): Remove unused vars.
24388 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
24390         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
24391         Fix overflow checking.
24393 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
24395         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
24396         Cancel previous change.
24398 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
24400         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
24401         ccl->eight_bit_control.  Fix check for buffer overflow.
24402         (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
24403         (ccl_driver): Initialize extra_bytes to 0.
24405 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
24407         * keyboard.c (make_ctrl_char): If C is a multibyte character, just
24408         return it ORed with ctrl_modifier.
24410 2008-01-29  Miles Bader  <miles@gnu.org>
24412         * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
24414 2008-01-28  Jason Rumney  <jasonr@gnu.org>
24416         * w32.c (stat): Don't double check for networked drive.
24418 2008-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24420         * window.c (run_window_configuration_change_hook): New function.
24421         Code extracted from set_window_buffer.  Set the selected frame.
24422         (set_window_buffer): Use it.
24423         * window.h (run_window_configuration_change_hook): Declare.
24424         * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
24426         * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
24428 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
24430         * Makefile.in: Remove references to unused macros.
24432 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
24434         * w32.c (g_b_init_get_sid_sub_authority)
24435         (g_b_init_get_sid_sub_authority_count): New static variables.
24436         (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
24437         (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
24438         (init_user_info): Use them to retrieve uid and gid.
24439         Use 500/513, the Windows defaults, as Administrator's uid/gid.
24440         (fstat): Use pw_uid and pw_gid from the_passwd structure for
24441         st_uid and st_gid of the file.
24443 2008-01-26  Jason Rumney  <jasonr@gnu.org>
24445         * w32.c (logon_network_drive): New function.
24446         (stat): Use it.
24448 2008-01-26  Chong Yidong  <cyd@stupidchicken.com>
24450         * xdisp.c (pos_visible_p): Handle the case where charpos falls on
24451         invisible text covered with an ellipsis.
24453 2008-01-25  Richard Stallman  <rms@gnu.org>
24455         * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
24456         jump back to beginning.  Move some other initializations after that.
24457         (Qwindow_text_change_functions, Vwindow_text_change_functions):
24458         New variables.
24459         (syms_of_xdisp): Init them.
24461         * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
24463         * buffer.c (reset_buffer_local_variables):
24464         Implement `permanent-local-hook'.
24465         (Qpermanent_local_hook): New variable.
24466         (syms_of_buffer): Init and staticpro it.
24468 2008-01-25  Michael Albinus  <michael.albinus@gmx.de>
24470         * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
24472 2008-01-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
24474         * fns.c (Fclrhash): Return TABLE.
24476 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24478         * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
24479         (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
24480         is set even without positional changes.
24481         (x_scroll_bar_clear): Set bar->redraw_needed_p.
24483         * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
24485 2008-01-23  Jason Rumney  <jasonr@gnu.org>
24487         * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
24489         * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
24490         the unicode range available in MULE by locale-coding-system.
24491         Improve dbcs lead byte detection.  Set event timestamp and modifiers
24492         earlier.
24494 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24496         * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
24497         [MAC_OSX] (init_mac_osx_environment): Initialize it.
24498         [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
24499         when used on child processes.
24501 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
24503         * dbusbind.c (Fdbus_method_return_internal): Rename from
24504         Fdbus_method_return.
24505         (Fdbus_unregister_object): Move to dbus.el.
24506         (Fdbus_call_method, Fdbus_method_return_internal)
24507         (Fdbus_send_signal): Improve debug messages.
24509 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
24511         * undo.c (undo_inhibit_record_point): New variable.
24512         (syms_of_undo): Initialize it.
24513         (record_point): Don't record point when undo_inhibit_record_point
24514         is set.
24516 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24518         * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
24520         * xdisp.c (Qauto_hscroll_mode): New var.
24521         (syms_of_xdisp): Initialize it.
24522         (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
24523         window's buffer.
24524         (hscroll_windows): Don't check automatic_hscrolling_p here.
24526         * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
24527         vscroll if we're setting window-buffer to the value it already has.
24529 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
24531         * m/intel386.h: Remove references to XENIX.
24533 2008-01-17  Andreas Schwab  <schwab@suse.de>
24535         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
24536         instead of HAVE_X86_64_LIB64_DIR.
24537         * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
24539 2008-01-17  Glenn Morris  <rgm@gnu.org>
24541         * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
24542         to HAVE_X86_64_LIB64_DIR.
24544 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
24546         * s/irix3-3.h:
24547         * s/irix4-0.h:
24548         * s/386-ix.h:
24549         * s/domain.h:
24550         * s/hpux9-x11r4.h:
24551         * s/hpux9shxr4.h: Remove files for systems no longer supported.
24553         * sysdep.c: Remove code containing references to symbols defined
24554         by unsupported systems.
24556 2008-01-16  Glenn Morris  <rgm@gnu.org>
24558         * coding.c (select-safe-coding-system-function): Doc fix.
24560 2008-01-15  Glenn Morris  <rgm@gnu.org>
24562         * config.in: Revert 2008-01-13 change: this is a generated file.
24564 2008-01-13  Tom Tromey  <tromey@redhat.com>
24566         * lisp.h: Fix typo.
24568 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
24570         * m/sequent-ptx.h:
24571         * m/sequent.h:
24572         * s/ptx.h:
24573         * s/ptx4-2.h:
24574         * s/ptx4.h: Remove files for systems no longer supported.
24576         * callproc.c (Fcall_process): Fix previous change.
24578 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
24580         * unexsunos4.c: Remove file, system not supported anymore.
24582         * m/mips.h:
24583         * m/intel386.h:
24584         * callproc.c:
24585         * config.in:
24586         * ecrt0.c:
24587         * emacs.c:
24588         * fileio.c:
24589         * frame.c:
24590         * getpagesize.h:
24591         * keyboard.c:
24592         * lread.c:
24593         * process.c:
24594         * puresize.h:
24595         * sysdep.c:
24596         * systty.h:
24597         * syswait.h:
24598         * unexec.c:
24599         * xdisp.c:
24600         * alloc.c: Remove code containing references to symbols defined by
24601         unsupported systems.
24603 2008-01-11  Kenichi Handa  <handa@ni.aist.go.jp>
24605         * coding.c (detect_coding_mask): Fix previous change.
24607 2008-01-09  Kenichi Handa  <handa@ni.aist.go.jp>
24609         * coding.c (detect_coding_iso2022): New arg
24610         latin_extra_code_state.  Allow Latin extra codes only
24611         when *latin_extra_code_state is nonzero.
24612         (detect_coding_mask): If there is a NULL byte, detect the encoding
24613         as UTF-16 or binary.  If Latin extra codes exist, detect the
24614         encoding as ISO-2022 only when there's no other proper encoding is
24615         found.
24617 2008-01-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24619         * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
24620         #ifdef MAC_OS.
24622 2008-01-08  Richard Stallman  <rms@gnu.org>
24624         * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
24626 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
24628         * keyboard.c (parse_menu_item): Don't enclose key bindings on
24629         menu bar in parentheses.
24631 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
24633         * m/7300.h:
24634         * m/acorn.h:
24635         * m/alliant-2800.h:
24636         * m/alliant.h:
24637         * m/alliant1.h:
24638         * m/alliant4.h:
24639         * m/altos.h:
24640         * m/amdahl.h:
24641         * m/apollo.h:
24642         * m/att3b.h:
24643         * m/aviion-intel.h:
24644         * m/aviion.h:
24645         * m/celerity.h:
24646         * m/clipper.h:
24647         * m/cnvrgnt.h:
24648         * m/convex.h:
24649         * m/cydra5.h:
24650         * m/delta88k.h:
24651         * m/dpx2.h:
24652         * m/dual.h:
24653         * m/elxsi.h:
24654         * m/f301.h:
24655         * m/gould-np1.h:
24656         * m/gould.h:
24657         * m/i860.h:
24658         * m/ibmps2-aix.h:
24659         * m/ibmrt-aix.h:
24660         * m/ibmrt.h:
24661         * m/irist.h:
24662         * m/is386.h:
24663         * m/isi-ov.h:
24664         * m/mega68.h:
24665         * m/mg1.h:
24666         * m/news-r6.h:
24667         * m/news-risc.h:
24668         * m/news.h:
24669         * m/nh3000.h:
24670         * m/nh4000.h:
24671         * m/ns16000.h:
24672         * m/ns32000.h:
24673         * m/nu.h:
24674         * m/orion.h:
24675         * m/orion105.h:
24676         * m/paragon.h:
24677         * m/pfa50.h:
24678         * m/plexus.h:
24679         * m/pyramid.h:
24680         * m/pyrmips.h:
24681         * m/sh3el.h:
24682         * m/sps7.h:
24683         * m/sr2k.h:
24684         * m/stride.h:
24685         * m/sun1.h:
24686         * m/sun2.h:
24687         * m/sun3-68881.h:
24688         * m/sun3-fpa.h:
24689         * m/sun3-soft.h:
24690         * m/sun3.h:
24691         * m/sun386.h:
24692         * m/symmetry.h:
24693         * m/tad68k.h:
24694         * m/tahoe.h:
24695         * m/targon31.h:
24696         * m/tek4300.h:
24697         * m/tekxd88.h:
24698         * m/tower32.h:
24699         * m/tower32v3.h:
24700         * m/ustation.h:
24701         * m/wicat.h:
24702         * m/xps100.h:
24703         * s/cxux.h:
24704         * s/cxux7.h:
24705         * s/dgux.h:
24706         * s/dgux4.h:
24707         * s/dgux5-4-3.h:
24708         * s/dgux5-4r2.h:
24709         * s/esix.h:
24710         * s/esix5r4.h:
24711         * s/hiuxmpp.h:
24712         * s/hiuxwe2.h:
24713         * s/iris3-5.h:
24714         * s/iris3-6.h:
24715         * s/isc2-2.h:
24716         * s/isc3-0.h:
24717         * s/isc4-0.h:
24718         * s/isc4-1.h:
24719         * s/newsos5.h:
24720         * s/newsos6.h:
24721         * s/osf1.h:
24722         * s/osf5-0.h:
24723         * s/riscix1-1.h:
24724         * s/riscix12.h:
24725         * s/sco4.h:
24726         * s/sco5.h:
24727         * s/sunos4-0.h:
24728         * s/sunos4-1.h:
24729         * s/sunos413.h:
24730         * s/sunos4shr.h:
24731         * s/umax.h:
24732         * s/unipl5-2.h:
24733         * s/xenix.h:
24734         * cxux-crt0.s:
24735         * unexapollo.c:
24736         * unexconvex.c:
24737         * unexenix.c:
24738         * unexsni.c: Remove files for systems no longer supported.
24740         * m/intel386.h: Remove references to unsupported systems.
24742         * w32.c (get_emacs_configuration): Remove reference to i860.
24744         * sysdep.c: Remove dead code.
24746 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
24748         * s/rtu.h:
24749         * m/masscomp.h: Remove files.  Platform is obsolete.
24751 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
24753         * dbusbind.c (Fdbus_method_return): New function.
24754         (xd_read_message): Add the serial number to the event.
24755         (Fdbus_register_method): Activate the function.
24757 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24759         * keyboard.c (read_key_sequence): Fix typo.
24761 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
24763         * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
24764         (xd_signature, xd_append_arg): Handle element type detection for
24765         empty arrays.
24766         (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
24767         SDATA () calls; this must be solved more general.
24768         (Fdbus_register_signal): Use SBYTES instead of strlen.
24770 2008-01-03  Magnus Henoch  <magnus@zemdatav>
24772         * dbusbind.c (xd_append_arg): Use unsigned char instead of
24773         unsigned int for byte values (necessary for big-endian platform).
24774         (Fdbus_call_method): Handle the case of no returned arguments.
24776 2007-12-31  Tom Tromey  <tromey@redhat.com>  (tiny change)
24778         * dbusbind.c (xd_read_message): Use non-static input_event struct.
24780 2007-12-31  Magnus Henoch  <mange@freemail.hu>
24782         * dbusbind.c (xd_signature): Signature of variant is just "v".
24784 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
24786         * dbusbind.c: Fix several errors and compiler warnings.
24787         Reported by Tom Tromey <tromey@redhat.com>.
24788         (XD_ERROR, XD_DEBUG_MESSAGE)
24789         (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
24790         (xd_append_arg): Part for basic D-Bus types rewritten.
24791         (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
24792         DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
24793         appropriate.
24794         (xd_read_message): Return Qnil.  Don't signal an error; it is not
24795         useful during event reading.
24796         (Fdbus_register_signal): Signal an error if the check for
24797         FUNCTIONP fails.
24798         (Fdbus_register_method): New function.  The implementation is not
24799         complete, the call of the function signals an error therefore.
24800         (Fdbus_unregister_object): New function, renamed from
24801         Fdbus_unregister_signal.  The initial check signals an error, if
24802         the object is not well formed.
24804 2007-12-30  Richard Stallman  <rms@gnu.org>
24806         * textprop.c (get_char_property_and_overlay):
24807         Signal error if POSITION is out of range in a buffer.
24809 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
24811         * w32fns.c (Fx_create_frame): Make copy of frame parameters
24812         because the original parameters are in pure storage now.
24814 2007-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24816         * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
24818 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
24820         * callint.c (syms_of_callint) <command-history>: Add reference to
24821         history-length in the doc string.
24823 2007-12-17  Jason Rumney  <jasonr@gnu.org>
24825         * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
24826         before passing as wParam.
24828 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
24830         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
24831         DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
24832         DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
24833         Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
24834         as number.
24835         (Fdbus_call_method): Fix docstring.
24837 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
24839         * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
24840         New macros.
24841         (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
24842         (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
24843         Simplify.
24844         (xd_signature): New function.
24845         (xd_append_arg): Compute also signatures.  Major rewrite.
24846         (xd_retrieve_arg): Make debug messages friendly.
24847         (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
24848         Check for signatures of arguments.
24850 2007-12-19  Michael Albinus  <michael.albinus@gmx.de>
24852         * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
24853         (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
24854         (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
24855         (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
24856         (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
24857         (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
24858         (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
24859         (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
24860         (xd_retrieve_value): Remove.  Functionality included in ...
24861         (xd_append_arg): New function.
24862         (Fdbus_call_method, Fdbus_send_signal): Apply it.
24864 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
24866         * dbusbind.c (top): Include <stdio.h>.
24867         (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
24868         dbus_message_new_method_call and dbus_message_new_signal.
24869         (Fdbus_register_signal): Rename unique_name to uname.
24870         Check handler for FUNCTIONP instead of CHECK_SYMBOL.  Handle case of
24871         non-existing unique name.  Fix typos in matching rule.  Return an
24872         object which is useful in Fdbus_unregister_signal.
24873         (Fdbus_unregister_signal): Reimplementation, in order to remove
24874         only the corresponding entry.
24875         (Vdbus_registered_functions_table): Change the order of entries.
24876         Apply these changes in xd_read_message and Fdbus_register_signal.
24878 2007-12-16  Andreas Schwab  <schwab@suse.de>
24880         * fileio.c (Finsert_file_contents): Fix overflow check to not
24881         depend on undefined integer overflow.
24883 2007-12-14  Jason Rumney  <jasonr@gnu.org>
24885         * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
24886         for characters above 127.
24888 2007-12-13  Jason Rumney  <jasonr@gnu.org>
24890         * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
24891         before dereferencing array.
24892         (lookup_vk_code): Remove zero comparison.
24894 2007-12-14  Michael Albinus  <michael.albinus@gmx.de>
24896         * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
24897         (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
24898         Use `unsigned int' instead of `uint'.
24899         (xd_read_message, Fdbus_register_signal): Split expressions into
24900         multiple lines before operators "&&" and "||", according to the
24901         GNU Coding Standards.
24903 2007-12-14  Eli Zaretskii  <eliz@gnu.org>
24905         * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
24907 2007-12-12  Juri Linkov  <juri@jurta.org>
24909         * buffer.c (Frename_buffer): In interactive spec replace
24910         `read-buffer' with `read-string' that uses `buffer-name-history'
24911         as history, and the current buffer's name as default.
24913 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24915         * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
24916         manipulating the backtrace manually.
24917         (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
24918         (struct backtrace, backtrace_list): Remove.
24919         (command_loop_1): Remove dead var `no_direct'.
24921         * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
24922         preserve non-built-in buffer-local variables.
24923         (Fkill_all_local_variables): Don't re-create&re-set permanent
24924         buffer-local variables.
24926 2007-12-09  Juri Linkov  <juri@jurta.org>
24928         * buffer.c (Frename_buffer): Change interactive spec from "s" to
24929         Lisp code that uses `read-buffer' with current buffer as default.
24931 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
24933         * dbusbind.c (xd_read_message): Generate an event for every
24934         registered handler.  There might be several handlers registered
24935         for the same signal.
24936         (Fdbus_register_signal): Don't overwrite a registration for the
24937         same signal.  Add a new registration if handlers are different.
24938         (Vdbus_registered_functions_table): Rework doc string.
24940 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
24942         * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
24943         (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
24944         DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
24945         (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
24946         Unify argument lists.
24947         (xd_read_message, Fdbus_register_signal): Reorder and extend event
24948         arguments and hash table keys.  Use unique name for service.
24949         (Fdbus_unregister_signal): Remove checks.
24950         (Vdbus_registered_functions_table): Fix doc string.
24952 2007-12-05  Magnus Henoch  <mange@freemail.hu>
24954         * process.c (make_process): Initialize pty_flag to 0.
24956 2007-12-05  Jason Rumney  <jasonr@gnu.org>
24958         * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
24959         specified XBMs.
24961 2007-12-05  Richard Stallman  <rms@gnu.org>
24963         * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
24965 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24967         * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
24968         New variable.
24969         (mac_try_close_socket) [MAC_OSX]: New function.
24970         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
24971         Update cfsockets_for_select.  Replace invalid CFRunLoop source.
24973         * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
24974         Use mac_try_close_socket.
24976 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24978         * unexmacosx.c (unrelocate): New argument BASE.  Use it instead of
24979         reloc_base.
24980         (copy_dysymtab): Compute relocation base here.
24981         (rebase_reloc_address) [__ppc64__]: New function.
24982         (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
24983         changed.
24985 2007-12-05  Jason Rumney  <jasonr@gnu.org>
24987         * w32proc.c (sys_spawnve): Quote args with wildcards.
24989 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24991         * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
24992         __objc_* sections.
24993         (unrelocate) [_LP64]: Set relocation base to address of data segment.
24995 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
24997         * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
24998         Move check for Vdbus_registered_functions_table to
24999         xd_read_queued_messages.
25000         (xd_read_queued_messages): Protect xd_read_message calls by
25001         internal_condition_case_1.
25003 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
25005         * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
25006         Qdbus_system_bus and Qdbus_session_bus, respectively.
25007         (Vdbus_intern_symbols): Remove.
25008         (Vdbus_registered_functions_table): New hash table.
25009         (XD_SYMBOL_INTERN_SYMBOL): Remove.
25010         (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
25011         Rewrite in order to manage registered functions by hash table
25012         Vdbus_registered_functions_table.
25014 2007-12-03  Jan Djärv  <jan.h.d@swipnet.se>
25016         * xterm.c: Update URL to Window Manager Specification in comment.
25018 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
25020         * config.in (HAVE_DBUS): Add.
25022         * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
25023         (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
25024         (obj): Add $(DBUS_OBJ).
25025         (LIBES): Add $(DBUS_LIBS).
25026         (dbusbind.o): New target.
25028         * dbusbind.c: New file.
25030         * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
25032         * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
25033         (Qdbus_event): New Lisp symbol.
25034         (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
25035         (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
25036         (keys_of_keyboard): Define dbus-event.
25038         * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
25040 2007-12-01  Richard Stallman  <rms@gnu.org>
25042         * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
25044 2007-11-30  Jason Rumney  <jasonr@gnu.org>
25046         * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
25047         (w32con_reset_terminal_modes): Clear screen buffer.
25048         (w32_face_attributes): Don't use color indexes that are out of range.
25049         Only reverse the default colors.
25051         * xfaces.c (map_tty_color, tty_color_name): Remove special case for
25052         WINDOWSNT.
25054         * w32console.c, w32term.h (vga_stdcolor_name): Remove.
25056 2007-11-29  Jason Rumney  <jasonr@gnu.org>
25058         * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
25059         (w32_face_attributes): Use Vtty_defined_color_alist to determine
25060         if the terminal colors are initialized.
25061         (unspecified_fg, unspecified_bg): Remove unused declarations.
25063 2007-11-29  Andreas Schwab  <schwab@suse.de>
25065         * keyboard.c (apply_modifiers): Fix typo.
25067 2007-11-29  Richard Stallman  <rms@gnu.org>
25069         * keymap.c (Fcurrent_local_map): Doc fix.
25071 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
25073         * s/gnu-kfreebsd.h: New file.
25075 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25077         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
25078         Don't cast redundantly.
25080         * keyboard.c (KEY_TO_CHAR): New macro.
25081         (parse_modifiers, apply_modifiers): Accept integer arguments.
25082         (read_key_sequence): Use them to unify the "shift->unshift" mapping
25083         for chars and symbol keys.
25084         After doing such remapping, apply function-key-map again.
25086 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
25088         * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
25089         compiled anymore.
25091 2007-11-26  Andreas Schwab  <schwab@suse.de>
25093         * process.c (list_processes_1): Fix indentation level of the
25094         command column.
25096 2007-11-23  Andreas Schwab  <schwab@suse.de>
25098         * editfns.c (Fformat): Handle %c specially since it requires the
25099         argument to be of type int.
25101 2007-11-23  Markus Triska  <markus.triska@gmx.at>
25103         * emacs.c (main): Call init_editfns before init_process, since
25104         init_process sets Vprocess_connection_type depending on OS release.
25106 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25108         * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
25109         (find_symbol_value): Use do_symval_forwarding.
25111         * data.c (set_internal): Set the value in the `cons-cell' (for
25112         Buffer_Local_values) not only for frame-local variables.
25114 2007-11-22  Andreas Schwab  <schwab@suse.de>
25116         * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
25117         values to sprintf.
25118         * keymap.c (Fsingle_key_description): Likewise.
25119         * print.c (print_object): Likewise.
25121 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
25123         * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
25124         file for image is nil.
25126 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
25128         * term.c: Include stdarg.h.
25129         (fatal): Implement using varargs.
25130         * lisp.h (fatal): Add argument types.  (Restore 2005-09-30 change).
25132 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25134         * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
25135         * data.c (store_symval_forwarding): Get type from buffer_objfwd.
25136         Update call to buffer_slot_type_mismatch.
25137         * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
25138         (buffer_slot_type_mismatch): Update.
25139         * buffer.c (buffer_local_types): Remove.
25140         (buffer_slot_type_mismatch): Get the symbol and type as arguments.
25141         (defvar_per_buffer): Set the type in the buffer_objfwd.
25143 2007-11-21  Jason Rumney  <jasonr@gnu.org>
25145         * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
25146         CreateFileMapping returns NULL on failure.
25148 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25150         * search.c (Fset_match_data): Remove the `evaporate' feature.
25151         (unwind_set_match_data): Don't use the `evaporate' feature.
25153 2007-11-21  Jason Rumney  <jasonr@gnu.org>
25155         * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
25157         * w32console.c (w32con_write_glyphs): Remove unused variables.
25159 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
25161         * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
25163         * s/darwin.h (MULTI_KBOARD): Remove.
25165         * macfns.c (x_create_tip_frame, Fx_create_frame)
25166         (x_create_tip_frame): Don't deal with MULTI_KBOARD.
25168 2007-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25170         * buffer.c (Fbuffer_local_value): Remove redundant test.
25171         (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
25172         than in `current-buffer' to match the comment.
25173         Do the swap using swap_in_global_binding.
25175         * data.c (store_symval_forwarding, set_internal):
25176         * eval.c (specbind): Remove dead code.
25178         * coding.c (detect_coding, Fupdate_coding_systems_internal):
25179         * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
25180         Since we do not want to see internal Lisp_*fwd objects here.
25182 2007-11-18  Jan Djärv  <jan.h.d@swipnet.se>
25184         * sysdep.c (init_system_name): Use getaddrinfo if available.
25186         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
25187         (x_scroll_bar_note_movement): start, end, with, height in struct
25188         scroll_bar are integers and not Lisp_Object, so remove XINT for them.
25190 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
25192         * puresize.h (BASE_PURESIZE): Increase to 1190000.
25194 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25196         * buffer.h (struct buffer): Move `undo_list' back to before `name'.
25197         This undoes Richard's change of 14-Oct-2002.
25199         * alloc.c (allocate_other_vector):
25200         * lisp.h (allocate_other_vector): Remove.
25202         * window.c (struct save_window_data): Move non-lisp data to the end
25203         and make it `int' rather than Lisp_Object.
25204         (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
25205         Done wrap/unwrap integer values.
25206         (Fset_window_configuration, compare_window_configurations):
25207         Update use of fields to their new types.
25209         * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
25210         Turn integer fields into `int'.  Merge x_window_low and x_window_high.
25211         (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
25212         (SET_SCROLL_BAR_X_WINDOW): Remove.
25213         (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
25214         Access the new x_window field directly.
25215         * xterm.c (x_scroll_bar_create): Use a pseudovector.
25216         Don't wrap/unwrap integers into Lisp_Objects.
25217         (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
25218         (x_scroll_bar_report_motion):
25219         Don't wrap/unwrap integers into Lisp_Objects.
25220         (x_term_init): Use SDATA.
25221         (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
25222         (x_scroll_bar_set_handle, x_scroll_bar_remove)
25223         (XTset_vertical_scroll_bar, x_scroll_bar_expose)
25224         (x_scroll_bar_report_motion, x_scroll_bar_clear):
25225         * xfns.c (x_set_background_color):
25226         * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
25227         Access the new x_window field directly.
25229         * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
25230         (allocate_pseudovector): Make non-static.
25232         * lisp.h (enum pvec_type): New tag PVEC_OTHER.
25233         (allocate_pseudovector): Declare.
25234         (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
25236 2007-11-15  Andreas Schwab  <schwab@suse.de>
25238         * editfns.c (Fformat): Correctly format EMACS_INT values.
25239         Also take precision into account when formatting an integer.
25241         * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
25243 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25245         * keyboard.c (Fevent_symbol_parse_modifiers): New function.
25246         (syms_of_keyboard): Defsubr it.
25248         * data.c (swap_in_global_binding): Fix longstanding bug where
25249         store_symval_forwarding was not called with the right second argument,
25250         thus causing objfwd-ing from being dropped.
25252 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
25254         * macfns.c (Fx_create_frame, Fx_display_pixel_width)
25255         (Fx_display_pixel_height, Fx_display_planes)
25256         (Fx_display_color_cells, Fx_server_max_request_size)
25257         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
25258         (Fx_display_visual_class, Fx_display_save_under):
25259         * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
25260         (Fx_display_pixel_height, Fx_display_planes)
25261         (Fx_display_color_cells, Fx_server_max_request_size)
25262         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
25263         (Fx_display_mm_height, Fx_display_mm_width)
25264         (Fx_display_backing_store, Fx_display_visual_class)
25265         (Fw32_select_font, Fx_display_save_under):
25266         * xfns.c (Fx_create_frame, Fx_display_pixel_width)
25267         (Fx_display_pixel_height, Fx_display_planes)
25268         (Fx_display_color_cells, Fx_server_max_request_size)
25269         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
25270         (Fx_display_save_under): Fix typos in docstrings.
25272 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
25274         * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
25275         corresponding to deleted entries; they are an implementation detail.
25276         (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
25277         Remove variables.
25278         (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
25279         (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
25280         (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
25281         (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
25282         (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
25283         (Fw32_define_rgb_color, Fw32_load_color_file)
25284         (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
25285         Fix typos in docstrings.
25286         (Fx_server_version): Reflow docstring.
25287         (Fw32_shell_execute): Doc fixes.
25289 2007-11-13  Juanma Barranquero  <lekktu@gmail.com>
25291         * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
25292         if w32_parse_hot_key returned nil.
25294 2007-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25296         * xdisp.c (load_overlay_strings): Fix copy&paste typo.
25298 2007-11-09  Jason Rumney  <jasonr@gnu.org>
25300         * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
25302         * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
25304         * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
25305         Remove W32_SCROLL_BAR_CLICK_EVENT.
25307         * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
25308         Add MULTIMEDIA_KEY_EVENT.
25310         * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
25311         (lispy_multimedia_keys) [WINDOWSNT]: New array.
25312         (make_lispy_event) [WINDOWSNT]: Use it to translate
25313         MULTIMEDIA_KEY_EVENT.
25315         * w32term.h (WM_APPCOMMAND): Define if not already.
25316         (GET_APPCOMMAND_LPARAM): Likewise.
25318         * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
25319         WM_APPCOMMAND.
25321         * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
25322         (syms_of_w32fns): Export and initialize it.
25323         (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
25325 2007-11-09  Chong Yidong  <cyd@stupidchicken.com>
25327         * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
25328         twice.
25330         * xdisp.c (handle_face_prop): Fix last change.
25332 2007-11-09  Richard Stallman  <rms@gnu.org>
25334         * xdisp.c (handle_face_prop): Test for strings that came from overlays,
25335         not just for after-strings and before-strings.
25336         Call face_for_overlay_string and pass the overlay to it.
25337         (handle_display_prop): Determine whether property came from an overlay.
25338         Pass OVERLAY arg to handle_single_display_spec.
25339         (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
25340         (load_overlay_strings): Fill in it->string_overlays.
25341         (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
25343         * xfaces.c (face_for_overlay_string): Function renamed from
25344         face_at_buffer_position_no_overlays, and add arg OVERLAY.
25346         * dispextern.h (struct it): New elt string_overlays.
25347         New elt from_overlay, also in stack.
25348         Rearrange a few elements.
25349         (face_for_overlay_string): Decl renamed from
25350         face_at_buffer_position_no_overlays, and add argument.
25352 2007-11-09  Richard Stallman  <rms@gnu.org>
25354         * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
25355         to get the base face for an overlay string.
25357         * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
25359         * xfaces.c (face_at_buffer_position_no_overlays): New function.
25361         * xdisp.c (handle_stop): Move some code out of loop.
25363 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25365         * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
25366         Fix conversion from Lisp object to ATSUFontID.
25368 2007-11-09  Jason Rumney  <jasonr@gnu.org>
25370         * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
25372 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25374         * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
25375         Don't assume regions are aligned to page boundary.
25376         (print_load_command_name): Add LC_UUID if defined.
25378 2007-11-09  Richard Stallman  <rms@gnu.org>
25380         * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
25382 2007-11-07  Jason Rumney  <jasonr@gnu.org>
25384         * s/windows95.h: Remove.
25386 2007-11-06  Jan Djärv  <jan.h.d@swipnet.se>
25388         * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
25389         abort with a message on unhandled store_type values.
25391 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
25393         * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
25394         Remove HAVE_X11R5 and HAVE_X11R4.
25396 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
25398         * Makefile.in: Remove references to sunfns.c and sunfns.o.
25400 2007-11-01  Johan Bockgård  <bojohan@gnu.org>
25402         * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
25403         Don't set s->stippled_p here, since it has already been set by
25404         x_set_glyph_string_gc from x_draw_glyph_string.
25406 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
25408         * sunfns.c: Remove file.
25410         * m/sun386.h:
25411         * m/sun2.h:
25412         * m/sparc.h: Remove Sun windows code.
25414 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25416         * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
25417         (init_keyboard): Set current_kboard's window-system to nil.
25418         (tty_read_avail_input): Typo.
25419         * frame.c (make_initial_frame): Don't initialize the initial_kboard.
25421 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
25423         * s/usg5-4.h:
25424         * s/usg5-3.h:
25425         * s/ptx.h:
25426         * m/is386.h:
25427         * m/ibmps2-aix.h:
25428         * Makefile.in: Remove all mentions of X10.
25430         * dispnew.c (syms_of_display): Don't mention version 10.
25432 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
25434         * makefile.w32-in (OBJ1): Remove abbrev.$(O).
25435         ($(BLD)/abbrev.$(O)): Remove.
25437 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25439         Rewrite abbrev.c in Elisp.
25440         * image.c (Qcount): Don't declare as extern.
25441         (syms_of_image): Initialize and staticpro `Qcount'.
25442         * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
25443         * emacs.c (main): Don't call syms_of_abbrev.
25444         * Makefile.in (obj): Remove abbrev.o.
25445         (abbrev.o): Remove.
25446         * abbrev.c: Remove.
25448 2007-10-26  Martin Rudalics  <rudalics@gmx.at>
25450         * window.c (window_min_size_2): Don't count header-line.
25452 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
25454         * frame.h (struct frame): Move all bit fields after the first bit
25455         field to take advantage of the available space.  Group all the
25456         chars together to reduce wasted space due to padding.
25458 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
25460         * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
25462         * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
25463         (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
25464         (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
25465         (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
25466         (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
25467         (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
25468         (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
25469         (last_marked, mark_object_loop_halt): Make static.
25471         * frame.c (syms_of_frame) <delete-frame-functions>:
25472         Fix typo in docstring.
25474 2007-10-25  Juanma Barranquero  <lekktu@gmail.com>
25476         * w32.c (init_environment): Fix tiny memory leak.
25477         (w32_get_resource): Remove unused variable `ok'.
25479 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25481         Make `window-system' into a keyboard-local variable (rather than
25482         frame-local as done originally by multi-tty).
25484         * keyboard.h (struct kboard): Add Vwindow_system.
25485         * keyboard.c (init_kboard): Set a default for Vwindow_system.
25486         (mark_kboards): Mark Vwindow_system.
25488         * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
25489         (init_display): Don't set the obsolete `window-system' frame-param.
25491         * xterm.c (x_term_init):
25492         * w32term.c (w32_create_terminal):
25493         * term.c (init_tty): Set Vwindow_system.
25494         * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
25495         multi-tty merge maybe?), copied from w32term.c.  Set Vwindow_system.
25497         * xfns.c (Fx_create_frame, x_create_tip_frame):
25498         * w32fns.c (Fx_create_frame, x_create_tip_frame):
25499         * macfns.c (Fx_create_frame):
25500         Don't set the obsolete `window-system' frame-param.
25502         * frame.h (Qwindow_system): Remove.
25503         * frame.c (Qwindow_system): Remove.  In `syms_of_frame' as well.
25504         (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
25506 2007-10-24  Richard Stallman  <rms@gnu.org>
25508         * frame.c (x_figure_window_size): For fullscreen case,
25509         set USPosition | PPosition without clobbering rest of window_prompting.
25511         * keyboard.c (Fcurrent_idle_time): Doc fix.
25513         * print.c (Fwith_output_to_temp_buffer): Doc fix.
25515 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25517         * process.c (unwind_request_sigio): Only define if __ultrix__.
25519         * callproc.c (child_setup): Remove spurious *.
25521         * lisp.h (Fget_text_property): Declare.
25522         (have_menus_p): Declare it here rather than in sys-dep header files.
25523         * macterm.h (have_menus_p):
25524         * msdos.h (have_menus_p):
25525         * xterm.h (have_menus_p): Remove.
25527         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
25528         (Fmake_variable_frame_local): Just check the variable's const-ness
25529         rather than checking nil or t.
25531 2007-10-22  Jason Rumney  <jasonr@gnu.org>
25533         * w32fns.c: Include math.h.
25534         (w32_abort): Declaration moved to nt/config.nt.
25536         * s/ms-w32.h (HAVE_STDLIB_H): Define.
25537         (abort): Redefinition moved to nt/config.nt.
25539         * m/windowsnt.h: Remove.
25541 2007-10-22  Juanma Barranquero  <lekktu@gmail.com>
25543         * emacs.c (Fdump_emacs): Fix typo in message.
25544         (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
25545         <installation-directory>: Reflow docstring.
25547 2007-10-22  Juri Linkov  <juri@jurta.org>
25549         * minibuf.c: Allow minibuffer default to be a list of default values.
25550         With empty input use the first element of this list as returned default.
25551         (string_to_object)
25552         (read_minibuf_noninteractive): If defalt is cons, set val to its car.
25553         (read_minibuf): If defalt is cons, set histstring to its car.
25554         (Fread_string): If default_value is cons, set val to its car.
25555         (Fread_buffer): If def is cons, use its car.
25556         (Fcompleting_read): If defalt is cons, set val to its car.
25558 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
25560         * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
25562 2007-10-20  Juanma Barranquero  <lekktu@gmail.com>
25564         * doc.c (Fdocumentation): Check for advice in all cases.
25566 2007-10-19  Chong Yidong  <cyd@stupidchicken.com>
25568         * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
25570 2007-10-19  Richard Stallman  <rms@gnu.org>
25572         * doc.c (Fdocumentation): Check for and handle an advised function.
25574 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
25576         * process.c (Fset_process_filter): Doc fix.
25578 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25580         * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
25581         which caused key-translation-map to applied repeatedly (thus breaking
25582         double-mode).
25584 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25586         * xselect.c (x_own_selection, x_handle_selection_clear)
25587         (x_clear_frame_selections):
25588         * w32menu.c (list_of_panes, list_of_items):
25589         * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
25590         * textprop.c (validate_plist, interval_has_all_properties)
25591         (interval_has_some_properties, interval_has_some_properties_list)
25592         (add_properties, text_property_list):
25593         * process.c (Fget_buffer_process, list_processes_1, status_notify):
25594         * minibuf.c (Fassoc_string):
25595         * macselect.c (x_own_selection, x_clear_frame_selections)
25596         (Fx_disown_selection_internal):
25597         * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
25598         Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
25600 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
25602         * process.c: Link to libs for calling res_init() if available.
25603         (Fmake_network_process): Call res_init() before getaddrinfo or
25604         gethostbyname, if possible.
25606 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25608         * lread.c (read1): Set pvectype for char_tables.
25610         * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
25611         (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
25612         Add type checks.
25613         (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
25615         * alloc.c (free_misc): Use XMISCTYPE.
25616         (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
25618 2007-10-17  Glenn Morris  <rgm@gnu.org>
25620         * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
25621         (syms_of_minibuf): Add Qcompletion_ignore_case.
25622         * dired.c (Qcompletion_ignore_case): Change to external.
25623         (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
25624         * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
25625         (Fread_file_name): Use it rather than intern'ing.
25627         * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
25628         (Fread_coding_system): Ignore case of user input.
25630 2007-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25632         * xdisp.c (handle_display_prop): Ignore display specs after
25633         replacing one when string text is being replaced.
25634         (handle_single_display_spec): Pretend as if characters with display
25635         property haven't been consumed only when buffer text is being replaced.
25637 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25639         * xfns.c (Fx_create_frame, Fx_display_list):
25640         * window.c (window_fixed_size_p, enlarge_window)
25641         (shrink_window_lowest_first):
25642         * macterm.c (init_font_name_table):
25643         * macfns.c (Fx_create_frame, Fx_display_list):
25644         * lread.c (close_load_descs):
25645         * keyboard.c (read_char_x_menu_prompt):
25646         * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
25647         * coding.c (code_convert_region_unwind): Test the type of an object
25648         rather than just !NILP before extracting data from it.
25650         * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
25652         * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
25653         (XMISCANY): New macro.
25654         (XMISCTYPE): Use it.
25655         (struct Lisp_Misc_Any): New type.
25656         (union Lisp_Misc): Use it.
25657         (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
25658         * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
25659         (find_symbol_value, set_internal, default_value, Fset_default)
25660         (Fmake_variable_buffer_local, Fmake_local_variable)
25661         (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
25662         (Flocal_variable_if_set_p, Fvariable_binding_locus):
25663         The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
25664         * alloc.c (allocate_buffer): Set the size and tag.
25665         (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
25666         Use XMISCANY.
25667         (die): Follow the GNU convention for error messages.
25668         * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
25669         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
25670         tag any more.
25671         (set_buffer_internal_1):
25672         * frame.c (store_frame_param):
25673         * eval.c (specbind):
25674         * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
25676         * doc.c (Fsnarf_documentation): Simplify.
25678 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
25680         * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
25681         (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
25683 2007-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25685         * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
25687 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
25689         * eval.c (do_autoload): Don't save autoloads.
25691         * data.c (Ffset): Save autoload of the function being set.
25693 2007-10-07  John Paul Wallington  <jpw@pobox.com>
25695         * xfns.c (x_create_tip_frame): Set the `display-type' frame
25696         parameter before setting up faces.
25698 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
25700         * ccl.c (Fregister_code_conversion_map):
25701         * keyboard.c (append_tool_bar_item): Reformat last change.
25703         * lisp.h (eabs): Rename from `abs'.  All callers changed.
25705 2007-10-05  Dmitry Antipov  <dmantipov@yandex.ru>
25707         * buffer.c (add_overlay_mod_hooklist):
25708         * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
25709         * fontset.c (make_fontset):
25710         * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
25711         (append_tool_bar_item):
25712         * macmenu.c (grow_menu_items):
25713         * w32menu.c (grow_menu_items):
25714         * xmenu.c (grow_menu_items): Use larger_vector.
25716 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
25718         * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
25719         selected frame'' on MSDOS).
25721 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
25723         * frame.c (Qexplicit_name): New variable.
25724         (x_report_frame_params): Report it in parameter alist.
25725         (syms_of_frame): Intern and staticpro it.
25727 2007-10-10  Patrick Mahan  <mahan@mahan.org>  (tiny change)
25729         * macfns.c (x_create_tip_frame): Set terminal for frame.
25731 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25733         * frame.c (Qenvironment): Remove.
25734         (syms_of_frame) <Qenvironment>: Don't initialize.
25735         (Fdelete_frame): Don't treat the `environment' param specially.
25736         * frame.h (Qenvironment): Don't declare.
25737         * callproc.c (set_initial_environment): Don't set unused frame param.
25739         * frame.c (Fframe_with_environment): Remove.
25740         (syms_of_frame) <Sframe_with_environment>: Don't declare.
25742         * lisp.h (Fframe_with_environment): Don't declare.
25744 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
25746         * indent.c (indent_tabs_mode, last_known_column)
25747         (last_known_column_modified): Make static.
25748         (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
25750 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25752         * puresize.h (BASE_PURESIZE): Increase to 1170000.
25754 2007-10-09  Jason Rumney  <jasonr@gnu.org>
25756         * w32term.c (x_set_window_size): Disable code that attempts to tell
25757         Lisp code about a size change before it actually happens.
25759 2007-10-09  Richard Stallman  <rms@gnu.org>
25761         * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
25762         return HANDLED_RETURN.
25764 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
25766         * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
25767         when there's an unread command event.
25769         * frame.c (focus_follows_mouse): Move here from frame.el to allow
25770         window autoselection act appropriately when leaving selected frame.
25771         (syms_of_frame): Initialize focus_follows_mouse.
25772         * frame.h (focus_follows_mouse): Extern it.
25773         * macterm.c (XTread_socket): When focus_follows_mouse is nil
25774         make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
25775         * msdos.c (dos_rawgetc): Likewise.
25776         * w32term.c (w32_read_socket): Likewise.
25777         * xterm.c (handle_one_xevent): Likewise.
25778         * xdisp.c (syms_of_xdisp): In doc-string of
25779         mouse-autoselect-window mention focus-follows-mouse.
25781 2007-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25783         * macterm.c (mac_load_query_font): Fix missing return value.
25784         [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
25785         Add BLOCK_INPUT.
25787 2007-10-08  Richard Stallman  <rms@gnu.org>
25789         * xdisp.c (get_window_cursor_type): Implement documented behavior
25790         for cursor-in-non-selected-windows = t.
25792 2007-10-08  Jason Rumney  <jasonr@gnu.org>
25794         * w32.c (w32_get_resource): Always close registry keys.
25796 2007-10-08  Jason Rumney  <jasonr@gnu.org>
25798         * makefile.w32-in (LIBS): Add COMCTL32.
25800         * w32fns.c (globals_of_w32fns): Init common controls.
25802 2007-10-08  Richard Stallman  <rms@gnu.org>
25804         * image.c (our_memory_buffer): Rename from omfib_buffer.
25806 2007-10-08  Richard Stallman  <rms@gnu.org>
25808         * buffer.c (Foverlays_at): Doc fix.
25810 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25812         * fns.c (Fplist_put): Preserve uneven tail data.
25814 2007-10-08  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
25816         * termhooks.h (enum event_kind): Remove trailing comma.
25818         * frame.h (enum): Remove trailing comma.
25820 2007-10-08  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
25822         * w32proc.c (delete_child): Don't terminate threads of zombies.
25824 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
25826         * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
25828         * keyboard.c (syms_of_keyboard): Set up new Lisp variable
25829         last-repeatable-command.
25830         (init_kboard): Initialize Vlast_repeatable_command.
25831         (command_loop_1): Set it to real_this_command unless that was
25832         bound to an input event.
25833         (mark_kboards): Mark it.
25835 2007-10-08  Richard Stallman  <rms@gnu.org>
25837         * eval.c (condition-case): Doc fix.
25839 2007-10-08  Masatake YAMATO  <jet@gyve.org>
25841         * xfaces.c (tty_supports_face_attributes_p): Fix code
25842         for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
25843         was copied and not edited.
25845 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25847         Add new `input-decode-map' keymap and use it for terminal
25848         escape sequences.
25849         * keyboard.h (struct kboard): Add Vinput_decode_map.
25850         Remove Vlocal_key_translation_map.
25851         * keyboard.c (read_key_sequence): Add support for input-decode-map.
25852         (init_kboard): Init input-decode-map.
25853         Replace local-key-translation-map back with key-translation-map.
25854         (syms_of_keyboard): Declare input-decode-map.
25855         Remove local-key-translation-map.  Update docstrings.
25856         (mark_kboards): Mark Vinput_decode_map.
25857         Don't mark Vlocal_key_translation_map.
25858         * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
25859         Replace local-key-translation-map back with key-translation-map.
25860         * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
25861         Bind in input-decode-map rather than function-key-map.
25863         * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
25864         This was made redundant by the previous introduction of XSETPVECTYPE.
25866 2007-10-09  Richard Stallman  <rms@gnu.org>
25868         * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
25870 2007-09-29  Richard Stallman  <rms@gnu.org>
25872         * eval.c (internal_condition_case_2, internal_condition_case_1)
25873         (internal_condition_case): Reenable abort if x_catching_errors ()
25874         to see if that really happens and why.
25876 2007-10-06  Andreas Schwab  <schwab@suse.de>
25878         * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
25880 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
25882         * image.c (syms_of_image) <image-types>: Fix typo in docstring.
25884 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25886         * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
25888 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25890         * window.h (struct window):
25891         * window.c (struct save_window_data, struct saved_window):
25892         * termhooks.h (struct terminal):
25893         * process.h (struct Lisp_Process):
25894         * frame.h (struct frame):
25895         * buffer.h (struct buffer):
25896         * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
25897         (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
25898         The size field of (pseudo)vectors is now unsigned.
25899         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
25901         * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
25902         Turn `count' into an integer.
25904         * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
25905         (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
25906         * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
25907         * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
25908         (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
25910         * alloc.c (allocate_pseudovector): New fun.
25911         (ALLOCATE_PSEUDOVECTOR): New macro.
25912         (allocate_window, allocate_terminal, allocate_frame)
25913         (allocate_process): Use it.
25914         (mark_vectorlike): New function.
25915         (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
25916         (mark_terminals): Use it.
25917         (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
25918         (Fmake_byte_code): Use XSETPVECTYPE.
25920         * frame.c (Fframe_parameters): Minor simplification.
25922         * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
25924         * marker.c (Fmarker_buffer): Make test for odd case into a failure.
25926         * buffer.c (Fget_buffer_create, init_buffer_once):
25927         * lread.c (defsubr):
25928         * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
25930         * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
25931         defined differently in the m/*.h files.
25932         (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
25933         (XSETPVECTYPE): New macro.
25934         (XSETPSEUDOVECTOR): Use it.
25936         * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
25937         (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
25939         * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
25940         * lread.c (defvar_per_buffer):
25941         * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
25943         * window.c (candidate_window_p): Only consider as visible frames that
25944         are on the same terminal.
25946         * m/ibms390x.h (MARKBIT): Remove unused macro.
25948 2007-10-01  Juanma Barranquero  <lekktu@gmail.com>
25950         * lread.c (Fload): Fix typo in docstring.
25952 2007-10-01  Michaël Cadilhac  <michael@cadilhac.name>
25954         * floatfns.c (Fexpt): Manually check for overflows, so that a power
25955         of a non-zero value can't yield zero.
25957 2007-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25959         * term.c (term_clear_mouse_face, term_mouse_highlight)
25960         (tty_write_glyphs_with_face): Only define is HAVE_GPM.
25962         * print.c (safe_debug_print): Use XHASH.
25964         * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
25965         Lisp elements such as tags.
25966         (XHASH): New macro.
25967         (EQ): Use it.
25968         (SREF, SSET, STRING_COPYIN): Use SDATA.
25969         (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
25971         * alloc.c (mark_terminal): Remove left-over declaration.
25972         (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
25973         (allocate_vectorlike): Remove type argument.  Adjust callers.
25974         (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
25975         Only handle the one remaining MEM_TYPE_VECTORLIKE.
25977         * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
25978         to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
25979         (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
25980         (lisp_align_free, make_interval, allocate_string, allocate_string_data)
25981         (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
25982         Use them.
25984         * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
25985         Don't let signal handlers run when a GC is freed but not yet NULL'ed.
25986         (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
25988 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
25990         * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
25991         loaded by default.
25993 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25995         * term.c (Fgpm_mouse_start): Don't signal an error if already activated
25996         on this tty.
25997         (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
25999         * term.c (mouse_face_window): Rename from Qmouse_face_window.
26000         Update all users.
26001         (handle_one_term_event): Use Gpm_DrawPointer.
26002         (Fgpm_mouse_start): Rename from Fterm_open_connection.
26003         Signal errors instead of returning nil.  Always return nil.
26004         (Fgpm_mouse_stop): Rename from Fterm_close_connection.
26005         Make it a noop if gpm-mouse was not activated.
26006         (syms_of_term): Update names.
26008 2007-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26010         * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
26011         (init_sys_modes): Check that gpm_tty is the current tty.
26013         * alloc.c (allocate_terminal): Set the vector size to only count the
26014         lisp fields.  Initialize those to nil.
26015         (mark_object): Don't treat terminals specially.
26016         (mark_terminal): Remove.
26017         (mark_terminals): Use mark_object instead.
26019         * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
26020         the GC to the beginning.
26022         * indent.h:
26023         * indent.c: Use EMACS_INT for ints coming from Elisp data.
26025         * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
26027 2007-09-25  Jason Rumney  <jasonr@gnu.org>
26029         * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
26031         * w32console.c (create_w32cons_output): Remove.
26033         * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
26035         * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
26036         (reset_sys_modes): Use reset_terminal_modes_hook.
26038 2007-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26040         * eval.c (do_autoload): Don't output any message.
26042 2007-09-24  Juri Linkov  <juri@jurta.org>
26044         * emacs.c (standard_args): Change priority of "--no-splash"
26045         from 40 to 3.  Add "--no-desktop" with the same priority.
26047 2007-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
26049         * alloc.c (gc_sweep): Check cons cell mark bits word by word
26050         and optimize the case where they are all 1.
26052 2007-09-23  Johannes Weiner  <hannes@saeurebad.de>
26054         * lisp.h (abs): Define if not defined.
26055         * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
26056         Don't define `abs', since it's defined in lisp.h.
26058 2007-09-22  Eli Zaretskii  <eliz@gnu.org>
26060         * term.c (DEV_TTY): New macro.  Provide a definition for MS-Windows.
26061         (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
26062         (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
26063         (init_tty): Use DEV_TTY instead of "/dev/tty".
26064         [WINDOWSNT]: No need to protect from NAME arg being null.
26066 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
26068         * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
26069         up the tty state.
26071 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26073         * termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.
26074         (gpm_tty): Change its type.
26075         * term.c (term_gpm): Delete.  Use gpm_tty's NULLness instead.
26076         (gpm_tty): Change its type and initialize it.
26077         (Fterm_open_connection): Check the frame is indeed a tty.
26078         Use the new gpm_tty.
26079         (Fterm_close_connection): Use the new gpm_tty.
26080         * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
26081         * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
26083 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
26085         * w32term.c (x_draw_glyph_string): Use strike_through_color, not
26086         underline_color, to draw strike-through.
26088 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26090         * lisp.h (allocate_terminal): Declare.
26092         * window.c (candidate_window_p): Consider frames that are being placed
26093         by the user as somewhere between visible and iconified.
26094         (window_loop): Prefer windows on the current frame.
26095         (Fselect_window): Move the use of select-frame to the beginning so we
26096         can just delegate all the work (it'll call us back anyway).
26098         * frame.c (Qdisplay_environment_variable):
26099         * frame.h (Qdisplay_environment_variable): Delete.
26101         * .gdbinit (xbacktrace): Print the arg's address rather than the value
26102         of the first arg, since that value may be a union.
26104         * callproc.c (child_setup, getenv_internal): Use the frame's `display'
26105         parameter rather than Qdisplay_environment_variable.  If all else
26106         fails, look for DISPLAY in initial-environment.
26108 2007-09-21  Glenn Morris  <rgm@gnu.org>
26110         * Makefile.in (emacstool): Remove target.
26111         (lisp, shortlisp): Remove termdev.elc.
26113 2007-09-21  Markus Triska  <markus.triska@gmx.at>
26115         * xterm.c (x_delete_display): Compile session management conditionally.
26117 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26119         * callproc.c (getenv_internal_1): New function.
26120         (getenv_internal): Use it.
26121         (Fgetenv_internal): Use it.  Accept an env-list as optional arg.
26123         * terminal.c (get_terminal): Don't accept ints to represent terminals.
26124         (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
26125         (Fset_terminal_parameter): Work with dead terminals as well.
26126         (Fmodify_terminal_parameters): Remove.
26128         * terminal.c (get_terminal): Handle terminals.
26129         Make sure the terminal returned is live.
26130         (create_terminal): Use allocate_terminal.
26131         (mark_terminals): Move to alloc.c.
26132         (delete_terminal): Use terminal->name as liveness status.
26133         NULL out fields after freeing their contents.
26134         Don't deallocate the object.
26135         (Fframe_terminal): Use FRAME_TERMINAL.  Return the terminal object
26136         rather than an int.
26137         (Fterminal_live_p): Accept non-integer arguments.
26138         (Fterminal_list): Return terminal objects rather than an ints.
26140         * alloc.c (enum mem_type): New member for `terminal' objects.
26141         (allocate_terminal): New function.
26142         (mark_maybe_pointer, valid_lisp_object_p, mark_object):
26143         Handle terminals.
26144         (mark_terminal): New fun.
26145         (mark_terminals): Move from terminal.c.
26147         * term.c (get_tty_terminal): Don't treat output_initial specially.
26148         (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
26149         (delete_tty): Use terminal->name as liveness status.
26151         * termhooks.h (struct terminal): Make it into a pseudovector.
26152         Remove `deleted' replaced by checking `name's nullness.
26154         * print.c (print_object): Handle terminals.
26156         * lisp.h (enum pvec_type): New `terminal' pseudovector.
26157         (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
26159         * frame.c (make_terminal_frame):
26160         * keyboard.c (tty_read_avail_input):
26161         * w32term.c (x_delete_terminal):
26162         * xfns.c (Fx_create_frame, x_create_tip_frame):
26163         * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
26165 2007-09-20  Glenn Morris  <rgm@gnu.org>
26167         * process.c (Fmake_network_process): Doc fix.
26169 2007-09-19  Jason Rumney  <jasonr@gnu.org>
26171         * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
26173 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
26175         * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
26176         Fix a C warning regarding variable constness.
26178         * xterm.c (handle_one_xevent): Fix a C warning.
26180 2007-09-18  Jason Rumney  <jasonr@gnu.org>
26182         * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
26184 2007-09-17  Jan Djärv  <jan.h.d@swipnet.se>
26186         * gtkutil.c (gdpy_def): New variable.
26187         (xg_initialize): Initialize gdpy_def.
26188         (xg_display_close): If no other display exists, set gdpy_def to a
26189         new connection.
26191 2007-09-16  Jan Djärv  <jan.h.d@swipnet.se>
26193         * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
26194         when we have no file name for the icon.
26195         (xg_tool_bar_expose_callback): Remove.
26196         (xg_create_tool_bar): Don't connect expose signal to
26197         xg_tool_bar_expose_callback.
26198         (xg_get_file_with_chooser): Move GCPRO1 after declarations.
26200 2007-09-16  Andreas Schwab  <schwab@suse.de>
26202         * alloc.c (reset_malloc_hooks): Set the hooks to the previous
26203         values instead of zapping them.
26205 2007-09-14  Glenn Morris  <rgm@gnu.org>
26207         * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
26208         * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
26209         * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
26210         scope and rename to omfib_buffer for clarity.
26211         (gif_load) <interlace_start, interlace_increment>: Move to file scope.
26213 2007-09-14  Kenichi Handa  <handa@m17n.org>
26215         * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
26217 2007-09-13  Jason Rumney  <jasonr@gnu.org>
26219         * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
26221         * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
26223         * macterm.c (mac_initialize): Don't call mac_init_fringe here.
26224         (mac_term_init): Call here instead, passing rif.
26226 2007-09-13  Glenn Morris  <rgm@gnu.org>
26228         * s/hpux.h: No longer define `static' as nothing.
26230 2007-09-13  Johan Bockgård  <bojohan@gnu.org>
26232         * callint.c (Fcall_interactively): Remove unused var `fun'.
26234 2007-09-12  Romain Francoise  <romain@orebokech.com>
26236         * window.c (prefer_window_split_horizontally, display_buffer):
26237         Revert 2007-09-08 change.
26239 2007-09-12  Glenn Morris  <rgm@gnu.org>
26241         * alloca.c: Remove file.
26242         * Makefile.in (alloca): Do not undef.
26243         (allocaobj, alloca.o): Remove.
26244         (otherobj): Remove allocaobj.
26245         * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
26246         * regex.c (C_ALLOCA): Remove all references and code that was only
26247         used when this was defined.
26248         * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
26249         * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
26250         * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
26252         * Makefile.in (SOURCES, unlock, relock): Delete.
26254         * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
26255         (menu_grab_callback): All uses changed.
26257         * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
26258         (x_reply_selection_request): All uses changed.
26260 2007-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26262         * lread.c (load_warn_old_style_backquotes): Change message to look
26263         better when it appears in the middle of byte-compiler messages.
26265 2007-09-10  Dan Nicolaescu  <dann@ics.uci.edu>
26267         * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
26269         * xterm.c (x_create_terminal): Add comment.
26271         * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
26273 2007-09-10  Richard Stallman  <rms@gnu.org>
26275         * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
26277 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
26279         * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
26280         (DEFUN): Document `intspec', use it instead of `prompt'.
26282         * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
26284         * data.c (Finteractive_form): If the interactive specification starts
26285         with a `(', use it as a Lisp form.
26287         * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
26288         name and file modes.
26290         * callint.c (Fcall_interactively): Comment fixes.
26292 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
26294         * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
26295         and compiled functions.
26297 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
26299         * window.c (prefer_window_split_horizontally): New variable.
26300         (display_buffer): Consider splitting window horizontally depending
26301         on prefer_window_split_horizontally.
26303 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
26305         * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
26307 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26309         * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
26311         * frame.c (x_set_frame_parameters): Check number is positive before
26312         using XFASTINT.
26314         * window.c (freeze_window_start): Don't presume selected_window holds
26315         a window object.
26316         (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
26318 2007-09-07  Angelo Graziosi  <Angelo.Graziosi@roma1.infn.it>  (tiny change)
26320         * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
26322 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26324         * window.c (Vsplit_window_preferred_function): New var.
26325         (Fdisplay_buffer): Use it.
26326         (syms_of_window): Export, and initialize it.
26328 2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
26330         * image.c (gif_load): Fix bug: Handle nonexistent colormap.
26332 2007-09-06  Glenn Morris  <rgm@gnu.org>
26334         * gtkutil.c (menu_grab_callback) <cnt>:
26335         * xselect.c (x_reply_selection_request) <cnt>: Move static
26336         variable to file scope.
26338 2007-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26340         * xdisp.c (redisplay_internal): Make sure Elisp code always sees
26341         consistent values of selected_frame and selected_window.
26343 2007-09-04  Jason Rumney  <jasonr@gnu.org>
26345         * w32console.c (initialize_w32_display): Zero unused hooks.
26347 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
26349         * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
26350         (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
26352 2007-09-04  Jason Rumney  <jasonr@gnu.org>
26354         * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
26355         in w32console.c.  Set up input.  Remove XXX comments that have been
26356         confirmed as correct.
26358         * s/ms-w32.h (MULTI_KBOARD): Define.
26360         * w32console.c (one_and_only_w32cons): Remove.
26361         (initialize_w32_display): Take terminal argument.
26363         * term.c (init_tty) [WINDOWSNT]: Pass terminal to
26364         initialize_w32_display.
26365         (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
26367         * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
26369         * keyboard.c (discard_mouse_events): Discard it.
26370         (make_lispy_event): Translate it to a lisp event.
26371         (lispy_wheel_names): Add wheel-left and right events.
26372         (syms_of_keyboard): Enlarge wheel_syms.
26374         * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
26375         <WM_MOUSEHWHEEL>: Pass new system message to lisp.
26377         * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
26379         * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
26380         from WM_MOUSEHWHEEL.
26381         (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
26383         * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
26384         terminal.
26386         * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
26387         keyboard for the terminal.
26389 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
26391         * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
26392         (Vresume_tty_hook): Rename from Vresume_tty_functions.
26393         (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
26394         and resume-tty-function to resume-tty-hook.
26395         (Fsuspend_tty, Fresume_tty): Use new names.
26397 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
26399         * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
26400         if it starts with "n:".
26402 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
26404         * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
26406 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26408         * frame.h:
26409         * frame.c (Qterm_environment_variable): Remove.
26410         (syms_of_frame): Don't init and staticpro it.
26412         * callproc.c (getenv_internal): Remove special case for $TERM.
26414         * callproc.c (Vinitial_environment): New variable.
26415         (set_initial_environment): Initialize it.
26416         (syms_of_callproc): Declare it.
26417         (child_setup): Don't mess with TERM via Qterm_environment_variable; the
26418         TERM under which a process runs is never related to the TERM in which
26419         Emacs is running.
26421 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
26423         * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
26424         * s/darwin.h: ... do it here.
26426 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26428         * lisp.h (set_initial_environment): Rename from set_global_environment.
26430         * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
26431         removed by mistake on the multi-tty branch.
26433         * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
26434         (Fmodify_frame_parameters): Return a value.
26436         * image.c (png_load): Comment-out var only used in commented-out code.
26438         * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
26439         before passing it to mark_object.
26441         * xfaces.c (internal_resolve_face_name): Return a value.
26442         (internal_resolve_face_name, resolve_face_name_error): Comment out.
26444         * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
26445         (x_icon): Comment-out var only used in commented-out code.
26447 2007-08-29  Romain Francoise  <romain@orebokech.com>
26449         * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
26450         QUIT hasn't been provided.
26452 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
26454         * callproc.c (child_setup, getenv_internal): Use the
26455         display-environment-variable and term-environment-variable frame params.
26456         (set_initial_environment): Initialise Vprocess_environment.
26458         * config.in: Disable multi-keyboard support on a mac.
26460         * frame.c (Qterm_environment_variable)
26461         (Qdisplay_environment_variable): New variables.
26462         (syms_of_frame): Intern and staticpro them.
26463         (Fmake_terminal_frame): Disable output method test.
26465         * frame.h: Declare them here.
26467         * macfns.c (x_set_mouse_color): Get rif from the frame.
26468         (x_set_tool_bar_lines): Don't use updating_frame.
26469         (mac_window): Add 2 new parameters for consistency with other systems.
26470         (Fx_create_frame): Fix doc string.  Rename the parameter.  Set the
26471         frame parameters following what is done in X11 and w32.  Don't use
26472         FRAME_MAC_DISPLAY_INFO.
26473         (Fx_open_connection, start_hourglass): Remove window-system check.
26474         (x_create_tip_frame): Get the keyboard from the terminal.
26476         * macmenu.c: Reorder includes.
26477         (Fx_popup_menu): Use terminal specific mouse_position_hook.
26479         * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
26480         terminal parameter.
26481         (x_clear_frame): Add a frame parameter.
26482         (note_mouse_movement): Get rif from the frame.
26483         (mac_term_init): Initialize the terminal.
26484         (mac_initialize): Make static and move terminal initialization ...
26485         (mac_create_terminal): ... to this new function.
26487         * macterm.h (struct mac_display_info): Add terminal.
26488         (mac_initialize): Delete declaration.
26490         * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
26492         * sysdep.c: Comment out text after #endif.
26494         * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
26495         is defined.  Better initialize ttys in windows.  Use terminal
26496         specific mouse_position_hook.
26498         * termhooks.h (union display_info): Add mac_display_info.
26500         * w32fns.c (Fx_create_frame): Use kboard from the terminal.
26501         Set the default minibuffer frame, window_system and the rest of the
26502         frame parameters following what is done in X11.
26504         * w32term.c (w32_initialize): Make static.
26506         * xselect.c (x_handle_selection_clear): Only access
26507         terminal->kboard when MULTI_KBOARD is defined.
26509         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
26510         (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
26512 2007-08-29  Jason Rumney  <jasonr@gnu.org>
26514         * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
26515         (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
26517         * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
26518         (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
26520         * keyboard.c (restore_kboard_configuration): Only define when
26521         MULTI_KBOARD defined.
26523         * makefile.w32-in: Update dependancies from Makefile.in.
26524         (OBJ1): Add terminal.$(O)
26526         * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
26527         Don't define function body.
26528         (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
26530         * termhooks.h (display_info) [WINDOWSNT]: Add w32.
26532         * w32.c (request_sigio, unrequest_sigio): Remove.
26534         * w32console.c (w32con_move_cursor, w32con_clear_to_end)
26535         (w32con_clear_frame, w32con_clear_end_of_line)
26536         (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
26537         (w32con_delete_glyphs, w32con_set_terminal_window)
26538         (scroll_line, w32_sys_ring_bell): Add frame arg.
26539         (w32con_set_terminal_modes, w32con_reset_terminal_modes):
26540         Add terminal arg.
26541         (PICK_FRAME): Remove.
26542         (w32con_write_glyphs): Use frame specific terminal coding.
26543         (one_and_only_w32cons): New global variable.
26544         (initialize_w32_display): Use it for storing hooks.
26545         (create_w32cons_output): New function.
26547         * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
26548         arg a frame.
26550         * w32fns.c (x_create_tip_frame): Set terminal and ref count.
26551         Set window_system.
26552         (x_set_tool_bar_lines): Don't use updating_frame.
26553         (Fx_create_frame): Set terminal and ref count.
26554         (Fx_open_connection): Remove window-system check.
26556         * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
26558         * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
26559         (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
26560         (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
26561         Add frame arg.
26562         (x_delete_terminal, w32_create_terminal): New functions.
26563         (w32_term_init): Create a terminal.
26564         (w32_initialize): Move terminal specific initialization to
26565         w32_create_terminal.
26567         * w32term.h (x_output): Remove foreground_pixel and background_pixel.
26568         (w32_clear_rect, w32_clear_area): Use background from frame.
26569         (w32_display_info): Add terminal.
26570         (w32_sys_ring_bell, x_delete_display): Declare here.
26572         * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
26574         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
26576 2007-08-29  Kalle Olavi Niemitalo  <kon@iki.fi>  (tiny change)
26578         * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
26579         Fix get_named_tty calls for the controlling tty.
26581 2007-08-29  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
26583         * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
26585 2007-08-29  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
26587         * term.c (tty_insert_glyphs): Add missing first parameter.
26589 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
26591         * buffer.c (Fbuffer_list, Fbury_buffer):
26592         Take frame->buried_buffer_list into account.
26594         * cm.c (current_tty): New variable, for cmputc().
26595         (cmputc): Use it.
26596         (cmcheckmagic): Add tty parameter, look up terminal streams there.
26597         (calccost): Add tty parameter.  Use emacs_tputs() instead of tputs().
26598         (cmgoto): Add tty parameter.  Pass it on to calccost().
26599         Use emacs_tputs() instead of tputs().
26601         * cm.h (emacs_tputs): New macro to set current_tty, and then call
26602         tputs().
26603         (current_tty): New variable, for cmputc().
26604         (cmcheckmagic, cmputc, cmgoto): Add prototypes.
26606         * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
26607         (internal_condition_case, internal_condition_case_1)
26608         (internal_condition_case_2): Don't abort when x_catching_errors.
26610         * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
26611         (Fy_or_n_p): Likewise.  Use temporarily_switch_to_single_kboard to
26612         prevent crashes caused by bogus longjmps in read_char.
26614         * keymap.h (Fset_keymap_parent): Add EXFUN.
26616         * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
26617         * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26618         Remove redundant definition.
26620         * macfns.c (x_set_mouse_color, x_make_gc):
26621         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26623         * w32term.c (x_free_frame_resources):
26624         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26625         (w32_initialize): Use the accessor macros for terminal characteristics.
26627         * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
26628         Use the accessor macros for terminal characteristics.
26629         * msdos.c (internal_terminal_init): Use the accessor macros for
26630         terminal characteristics.
26631         (ScreenVisualBell, internal_terminal_init):
26632         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26634         * termopts.h (no_redraw_on_reenter): Declare.
26636         * alloc.c (emacs_blocked_malloc): Disable mallopt call.
26637         (mark_terminals, mark_ttys): Declare.
26638         (Fgarbage_collect): Call them.
26639         (mark_object): Mark buried_buffer_list.
26641         * prefix-args.c: Include stdlib.h for exit.
26643         * syssignal.h: Add comment.
26645         * indent.c: Include stdio.h.
26647         * window.h (Vinitial_window_system): Declare.
26648         (Vwindow_system): Delete declaration.
26650         * fontset.c (Finternal_char_font): Use FRAME_RIF.
26652         * image.c (lookup_image): Don't initialize `c' until the xasserts
26653         have been run.
26655         * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
26656         FRAME_FOREGROUND_PIXEL.
26658         * print.c (print_preprocess): Don't lose print_depth levels while
26659         iterating.
26661         * widget.c (update_from_various_frame_slots):
26662         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26664         * window.c (set_window_buffer): Don't call clear_mouse_face on tty
26665         frames.
26666         (window_internal_height): Remove bogus make_number call.
26667         (init_window_once): Call make_terminal_frame with two zero parameters.
26669         * fileio.c (Fread_file_name): Update comment.
26671         * callint.c (Fcall_interactively):
26672         Use temporarily_switch_to_single_kboard instead of single_kboard_state.
26673         Make sure it is correctly unwound.
26675         * xsmfns.c (x_session_close): New function.
26677         * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
26678         Delete declarations.
26680         * xterm.h: Remove declaration for x_fully_uncatch_errors.
26681         (x_output): Remove background_pixel and foreground_pixel fields.
26682         (x_display_info): Add new field TERMINAL.  Remove KBOARD field.
26683         (x_delete_device, x_session_close): Declare.
26685         * lread.c: Include setjmp.h.  Update declaration of `read_char'.
26686         (read_filtered_event): Call `read_char' with a local
26687         `wrong_kboard_jmpbuf'.
26689         * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
26690         Don't call single_kboard_state.  Use FRAME_RIF.
26692         * process.c (Fmake_network_process): Don't unrequest_sigio on modern
26693         systems.
26695         * lisp.h (set_process_environment): Rename to `set_global_environment'.
26696         (Fframe_with_environment, Fset_input_meta_mode)
26697         (Fset_quit_char): EXFUN.
26698         (x_create_device, tty_output, terminal, tty_display_info): Declare.
26699         (init_sys_modes, reset_sys_modes): Update prototypes.
26700         (init_all_sys_modes, reset_all_sys_modes): New prototypes.
26702         * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
26703         Vlocal_key_translation_map, and Vkeyboard_translate_table.
26704         (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
26705         Delete declarations.
26706         (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
26707         (temporarily_switch_to_single_kboard, tty_read_avail_input):
26708         New declarations.
26710         * emacs.c (main): Don't call init_sys_modes(), the new term_init()
26711         already does that during init_display().  Call syms_of_keymap
26712         before syms_of_keyboard.  Call `syms_of_terminal'.
26713         Call set_initial_environment, not set_process_environment.
26714         (shut_down_emacs): Call reset_all_sys_modes() instead of
26715         reset_sys_modes().
26717         * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
26718         (internal_resolve_face_name, resolve_face_name_error): New functions.
26719         (resolve_face_name): Protect against loops and errors thrown by Fget.
26720         (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
26721         (Ftty_supports_face_attributes_p): Update tty_capable_p call.
26723         * scroll.c: Replace CURTTY() with local variables throughout the
26724         file (where applicable).
26725         (calculate_scrolling, calculate_direct_scrolling)
26726         (scrolling_1, scroll_cost): Use the accessor macros for terminal
26727         characteristics.
26729         * keymap.c (Vfunction_key_map): Remove.
26730         (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
26731         (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
26732         (Vkey_translation_map): Remove.
26733         (syms_of_keymap): Remove DEFVAR for key-translation-map.
26734         (Fdescribe_buffer_bindings)
26735         (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
26736         Update for terminal-local key-translation-map.
26738         * Makefile.in (callproc.o): Update dependencies.
26739         (lisp, shortlisp): Add termdev.elc.
26740         (obj): Add terminal.o.
26741         (terminal.o): Add dependencies.
26742         [HAVE_CARBON]: Make terminal.o depend on macgui.h.
26743         (data.o, fns.o): Add termhooks.h dependency.
26744         (SOME_MACHINE_LISP): Add dnd.elc.
26745         (minibuf.o): Fix typo.
26746         Update dependencies.
26748         * data.c (do_symval_forwarding, store_symval_forwarding)
26749         (find_symbol_value): Use the selected frame's keyboard, not
26750         current_kboard.
26752         * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
26753         Vwindow_system.
26755         * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
26756         Fmenu_bar_open.
26757         (syms_of_xmenu): Update defsubr.
26758         (mouse_position_for_popup, Fx_popup_menu)
26759         (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
26760         (set_frame_menubar, free_frame_menubar)
26761         (create_and_show_popup_menu, xmenu_show)
26762         (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
26763         an X frame.
26765         * xselect.c (x_own_selection): Abort if not an X frame.
26766         (some_frame_on_display): Check if it is an X frame.
26767         (x_handle_selection_clear): Deal with MULTI_KBOARD.
26769         * coding.c: Include frame.h and termhooks.h.
26770         (terminal_coding, keyboard_coding): Delete.
26771         (Fset_terminal_coding_system_internal)
26772         (Fset_keyboard_coding_system_internal)
26773         (Fkeyboard_coding_system)
26774         (Fterminal_coding_system): Add a terminal parameter.
26775         Get terminal_coding from the terminal.
26776         (init_coding_once): Don't call setup_coding_system here.
26778         * dispextern.h (set_scroll_region, turn_off_insert)
26779         (turn_off_highlight, background_highlight, clear_end_of_line_raw)
26780         (tty_clear_end_of_line, tty_setup_colors)
26781         (delete_tty, updating_frame)
26782         (produce_special_glyphs, produce_glyphs, write_glyphs)
26783         (insert_glyphs): Remove.
26784         (raw_cursor_to, clear_to_end, tty_turn_off_insert)
26785         (tty_turn_off_highlight, get_tty_size): Add declaration.
26786         (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
26788         * frame.h (enum output_method): Add output_initial.
26789         (struct x_output): Delete.
26790         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26791         Access foreground_pixel and background_pixel directly from the frame.
26792         (tty_display): Delete.
26793         (struct frame): Add buried_buffer_list, foreground_pixel,
26794         background_pixel and terminal.  Delete kboard.
26795         (union output_data): Add tty.
26796         (FRAME_KBOARD): Get the kboard from the terminal.
26797         (FRAME_INITIAL_P): New macro.
26798         (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
26799         (Qterm_environment_variable, Qdisplay_environment_variable)
26800         (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
26801         New declarations.
26803         * termchar.h (tty_output, tty_display_info): New structures.
26804         (tty_list): Declare.
26805         (FRAME_TTY, CURTTY): New macros.
26806         (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
26807         (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
26808         (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
26809         (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
26811         * callproc.c: Include frame.h and termhooks.h, for terminal
26812         parameters.
26813         (add_env): New function.
26814         (child_setup): Use it.
26815         (child_setup, getenv_internal): Handle the new Vprocess_environment.
26816         (getenv_internal): Fix get_terminal_param call.
26817         (Fgetenv_internal, egetenv): Update doc.
26818         (syms_of_callproc): Initialize Vprocess_environment to nil.
26819         Register and initialize them.  Remove obsolete defvars.  Update doc
26820         strings.
26821         (child_setup): Handle Vlocal_environment_variables.
26822         (getenv_internal): Add terminal parameter.
26823         Handle Vlocal_environment_variables.
26824         (Fgetenv_internal): Add terminal parameter.
26825         (child_setup, getenv_internal, Fgetenv_internal): Store the local
26826         environment in a frame (not terminal) parameter.  Update doc strings.
26827         (set_initial_environment): Rename from set_global_environment.
26828         Store Emacs environment in initial frame parameter.
26830         * xdisp.c (redisplay_internal): Update references to
26831         `previous_terminal_frame'.
26832         (display_mode_line, Fformat_mode_line): Replace calls to
26833         `push_frame_kboard' with `push_kboard'.
26834         (get_glyph_string_clip_rects): Add extra parentheses and
26835         braces to prevent compiler warnings.
26836         (calc_pixel_width_or_height): Add xassert to check that the
26837         frame is alive.  Don't call `lookup_image' on a termcap frame.
26838         (message2_nolog, message3_nolog, redisplay_internal)
26839         (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
26840         (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
26841         (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
26842         (Fx_display_pixel_width, Fx_display_pixel_height)
26843         (Fx_display_planes, Fx_display_color_cells)
26844         (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
26845         (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
26846         (Fx_display_backing_store, Fx_display_visual_class)
26847         (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
26848         Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
26850         * xfns.c (x_set_foreground_color x_set_background_color)
26851         (x_set_mouse_color, x_set_cursor_color, x_make_gc):
26852         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26853         (Fx_create_frame, x_create_tip_frame, build_string, x_window)
26854         (Fx_create_frame, x_create_tip_frame): Don't create frames on a
26855         terminal that is being deleted.
26856         (Fx_create_frame): Use `store_frame_param' to set `window-system'
26857         frame parameter, and make sure it overrides any user-supplied setting.
26858         (Fx_close_connection, Fx_synchronize): Unify argument names with
26859         the rest of the DEFUNs.
26861         * dispnew.c (Fsend_string_to_terminal): Update call to
26862         `get_tty_terminal'.
26863         (Fredraw_frame, Fsend_string_to_terminal)
26864         (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
26865         FRAME_TERMCAP_P and FRAME_TTY.
26866         (window_change_signal): Don't believe width/height values that are
26867         impossibly small.
26868         (Vinitial_window_system): Rename from Vwindow_system.
26869         (termscript, Wcm, rif): Delete.
26871         * termhooks.h (struct terminal): New struct containing the
26872         previously global text display hooks and new members NAME,
26873         DELETED and PARAM_ALIST.
26874         (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
26875         (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
26876         (FRAME_RIF): New macros.
26877         (get_terminal_param, get_device): New declarations.
26878         (termscript): Delete declaration.
26880         * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
26881         (XTflash, x_free_frame_resources, x_scroll_bar_create)
26882         (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
26883         FRAME_FOREGROUND_PIXEL.
26884         (x_fully_uncatch_errors): Disable definition.
26885         (x_scroll_bar_expose): Fix reference to foreground pixel.
26886         (XTread_socket): Disable loop on all X displays.
26887         (x_delete_terminal): Don't set terminal->deleted and let
26888         delete_terminal delete the frames on the terminal.
26889         (x_delete_display): Doc update to reflect changes in
26890         delete_terminal.
26891         (x_display_info) <terminal>: Move member earlier in the struct.
26892         (deleting_tty): Remove old variable.
26893         (Fsuspend_tty): Call clear_tty_hooks.
26894         (Fresume_tty, init_tty): Call set_tty_hooks.
26895         (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
26896         errors on X frames.
26897         (x_catch_errors_unwind): Abort if x_error_message is NULL.
26898         (handle_one_xevent): Initialize `f' to NULL.
26899         (x_delete_terminal, x_create_terminal): New functions.
26900         (XTset_terminal_modes, XTreset_terminal_modes)
26901         (XTread_socket, x_connection_closed, x_term_init)
26902         (x_term_init, x_delete_display): Add terminal parameter.
26903         (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
26904         X connections.
26906         * frame.c: Include termchar.h.
26907         (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
26908         (Qwindow_system, Qenvironment, Qterm_environment_variable)
26909         (Qdisplay_environment_variable): New vars.
26910         (Fframep): Deal with output_initial.
26911         (Fframe-live-p): Doc fix.
26912         (Fwindow-system): New function.
26913         (x_set_screen_gamma, store_frame_param): Fix compilation errors.
26914         (make_terminal_frame): Don't create frames on a terminal that is
26915         being deleted.  Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26916         (store_frame_param): Check for found_for_frame before calling XFRAME.
26917         (Fmake_terminal_frame): Handle NULL tty names correctly.
26918         (syms_of_frame): Enhance doc string of `default-frame-alist'.
26919         (Fdelete_frame): Remove unused variable `count'.  Don't allow other
26920         frames to refer to a deleted frame in their 'environment parameter.
26921         (Fframe_with_environment): New function.
26922         (syms_of_frame): Defsubr it.  Initialize and staticpro Qenvironment.
26923         (get_future_frame_param): New function.
26924         (Fmake_terminal_frame): Use it.
26925         (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
26927         * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
26928         * sysdep.c (reset_sys_modes): Update for renames.
26930         * keyboard.c (tty_read_avail_input): New function.
26931         (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
26932         (syms_of_keyboard): Defsubr them.
26933         (Fset_input_meta_mode, Fset_quit_char): New functions.
26934         (Fset_input_mode): Split to above functions.
26935         (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
26936         parameter.  Use it in call to `read_char'.
26937         (read_char): Declare.  Update call to `read_char_minibuf_menu_prompt'.
26938         Set wrong_kboard_jmpbuf correctly in recursive calls.
26939         Use current_kboard to access Vkeyboard_translate_table.
26940         Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
26941         Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
26942         Update longjmp invocations.  Remember the original current_kboard,
26943         and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
26944         changes it.  Comment out unnecessary calls to
26945         `record_single_kboard_state' and `any_kboard_state'.
26946         Update recursive calls.
26947         (wrong_kboard_jmpbuf): Remove global variable.
26948         (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
26949         Handle deleted interrupted_kboards correctly; that is a legal
26950         case.  Add `wrong_kboard_jmpbuf' local variable.  Update setjmp
26951         and read_char calls.  Abort if interrupted_kboard died in read_char.
26952         (any_kboard_state, single_kboard_state)
26953         (push_frame_kboard): Remove function.
26954         (pop_kboard): Switch out of single_kboard mode if the kboard has
26955         been deleted.  Remove unused variable.  Help debugging by not
26956         changing current_kboard unnecessarily.  Set current_kboard to the
26957         kboard of the selected frame when the stored kboard object has
26958         been deleted before pop_kboard.
26959         (temporarily_switch_to_single_kboard): Change first parameter to a
26960         frame pointer.  Throw an error when caller wants to change kboards
26961         while in single_kboard mode.  Don't push_kboard if we weren't in
26962         single kboard state.  Don't pop_kboard if we popped into any
26963         kboard state.
26964         (restore_kboard_configuration): Abort if pop_kboard changed the
26965         kboard in single_kboard mode.  Call pop_kboard only after setting
26966         up single_kboard mode.
26967         (Frecursive_edit): Switch to single_kboard mode only in nested
26968         command loops.
26969         (cmd_error, command_loop, command_loop_1, timer_check):
26970         Comment out unnecessary call to `any_kboard_state' and
26971         `record_single_kboard_state'.
26972         (delete_kboard): Exit single_kboard mode if we have just deleted
26973         that kboard.  Use FRAME_KBOARD.
26974         (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
26975         `fatal_error_signal'.
26976         (record_single_kboard_state): Don't push_kboard if we weren't in
26977         single kboard state.  Don't pop_kboard if we popped into any
26978         kboard state.
26979         (push_frame_kboard): Rename to push_kboard.
26980         (kbd_buffer_get_event): Use FRAME_TERMINAL.
26981         (read_avail_input): Read input from all terminals.
26982         (mark_kboards): Also mark Vkeyboard_translate_table.
26983         (kbd_buffer_store_event_hold): Simplify condition.
26984         (read_key_sequence): Reinitialize fkey and keytran at each replay.
26985         (Vkeyboard_translate_table): Move to struct kboard.
26986         (init_kboard): Initialize Vkeyboard_translate_table.
26987         (syms_of_keyboard): Use DEFVAR_KBOARD to define
26988         Vkeyboard_translate_table.  Update doc strings.  Update docs of
26989         local-function-key-map and function-key-map.
26991         * terminal.c: New file.
26993         * term.c: Include errno.h.
26994         (Vring_bell_function, device_list, initial_device)
26995         (next_device_id, ring_bell, update_begin, update_end)
26996         (set_terminal_window, cursor_to, raw_cursor_to)
26997         (clear_to_end, clear_frame, clear_end_of_line)
26998         (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
26999         (Fdisplay_name, create_device, delete_device): Move to terminal.c.
27000         (syms_of_term): Move their initialization to terminal.c.
27001         (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
27002         (Ftty_display_color_cells)
27003         (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
27004         (clear_tty_hooks, set_tty_hooks)
27005         (init_tty, maybe_fatal): New functions.
27006         (Ftty_type): Return nil if terminal is not on a tty instead of
27007         throwing an error.  Doc update.
27008         (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
27009         Doc update.  Initialize new subrs and variables.
27010         (delete_tty): Use terminal->deleted.
27011         (tty_set_terminal_modes): Rename from set_terminal_modes.
27012         (tty_reset_terminal_modes): Rename from reset_terminal_modes.
27013         (set_scroll_region): Rename to `tty_set_scroll_region'.
27014         (turn_on_insert): Rename to `tty_turn_on_insert'.
27015         (turn_off_insert): Rename to `tty_turn_off_insert'.
27016         (turn_off_highlight): Rename to `tty_turn_off_highlight'.
27017         (turn_on_highlight): Rename to `tty_turn_on_highlight'.
27018         (toggle_highligh): Rename to `tty_toggle_highlight'.
27019         (background_highlight): Rename to `tty_background_highlight'.
27020         (highlight_if_desired): Rename to `tty_highlight_if_desired'.
27021         (tty_ring_bell, tty_update_end, tty_set_terminal_window)
27022         (tty_set_scroll_region, tty_background_highlight)
27023         (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
27024         (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
27025         (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
27026         (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
27027         Add static modifier.
27028         (tty_reset_terminal_modes, tty_set_terminal_window)
27029         (tty_set_scroll_region, tty_background_highlight)
27030         (tty_highlight_if_desired, tty_cursor_to)
27031         (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
27032         (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
27033         (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
27034         renames.
27036 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
27038         * keyboard.c: Qrtl is new.
27039         (parse_tool_bar_item): Handle :rtl keyword.
27040         (syms_of_keyboard): Intern :rtl keyword.
27042         * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
27044         * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
27045         so no Lisp code is executed.
27046         (file_for_image, find_rtl_image): New functions.
27047         (xg_get_image_for_pixmap): Use file_for_image.
27048         (update_frame_tool_bar): If direction is RTL, use RTL image if
27049         defined.  Use Gtk stock images if defined.
27051 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27053         * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
27054         for nonexistent or zero-width glyph in composition glyph.
27056 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27058         * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
27060         * xdisp.c (Finvisible_p): New function.
27061         (syms_of_xdisp): defsubr it.
27063 2007-08-24  Juanma Barranquero  <lekktu@gmail.com>
27065         * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
27066         Doc fixes.
27068 2007-08-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27070         * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
27072 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
27074         * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
27075         whether decoding has modified buffer contents.
27077 2007-08-24  Jason Rumney  <jasonr@gnu.org>
27079         * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
27080         (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
27081         (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
27082         (init_svg_functions) [HAVE_NTGUI]: New function.
27083         (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
27084         (svg_load_image): Use them.
27085         (svg_load_image) [HAVE_NTGUI]: Implement background.
27087 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27089         * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
27090         (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
27091         (LIBX): Remove @RSVG_LIBS@.
27092         (LIBES): Add $(RSVG_LIBS).
27094         * image.c (svg_load_image): Blend with specified background if exists.
27095         Use IMAGE_BACKGROUND.  Add Mac OS Support.
27097         * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
27098         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
27099         Remove macros.
27100         [MAC_OSX] (socket_callback): Do nothing.
27101         [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
27102         ReceiveNextEvent.
27103         [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
27104         socket_callback.
27105         (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
27107 2007-08-22  Glenn Morris  <rgm@gnu.org>
27109         * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
27111 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
27113         * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
27115         * image.c: Add support for SVG images.  Some additional comments
27116         by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
27117         (svg_image_p): New function to test for SVG image.
27118         (svg_load): New function to load SVG image.
27119         (svg_load_image): New function, helper for svg_load.
27120         (Qsvg): New Lisp_object.
27121         (svg_keyword_index): New enum.
27122         (svg_format): New static `image_keyword' struct.
27123         (svg_type): New static `image_type' struct.
27124         (librsvg/rsvg.h): Include it.
27126 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
27128         * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
27130 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27132         * lread.c (Qold_style_backquotes): New var.
27133         (syms_of_lread): Init and staticpro it.
27134         (load_warn_old_style_backquotes): New fun.
27135         (Fload): Use them to warn about old style backquotes.
27136         (end_of_file_error, Fload): Remove unused vars.
27138         * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
27140         * lread.c (Vold_style_backquotes): New var.
27141         (syms_of_lread): Init and export it to Elisp.
27142         (read1): Set it when we find an old-style (back)quote.
27144 2007-08-22  Jason Rumney  <jasonr@gnu.org>
27146         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
27148 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27150         * puresize.h (BASE_PURESIZE): Increase to 1140000.
27152 2007-08-19  Richard Stallman  <rms@gnu.org>
27154         * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
27156 2007-08-19  Andreas Schwab  <schwab@suse.de>
27158         * alloc.c (pure): Round PURESIZE up.
27160 2007-08-17  Jan Djärv  <jan.h.d@swipnet.se>
27162         * xterm.c (handle_one_xevent): Remove check that mouse click is in
27163         active frame.
27165 2007-08-16  Richard Stallman  <rms@gnu.org>
27167         * eval.c (Fcommandp): Add parens to clarify.
27169         * minibuf.c (Fall_completions): Use enum for type of table.
27171         * emacs.c (USAGE2): Improve text.
27173 2007-08-15  Philippe Waroquiers  <philippe.waroquiers@eurocontrol.int>
27175         * term.c (tty_default_color_capabilities): Declare static
27176         variables in file scope, to avoid HPUX compiler problem.
27178 2007-08-13  Jan Djärv  <jan.h.d@swipnet.se>
27180         * gtkutil.c (update_frame_tool_bar): Use -1 as index
27181         to gtk_toolbar_insert.
27183 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27185         * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
27187         * insdel.c (reset_var_on_error): New fun.
27188         (signal_before_change, signal_after_change):
27189         Use it to reset (after|before)-change-functions to nil in case of error.
27190         Bind inhibit-modification-hooks to t.
27191         Don't bind (after|before)-change-functions to nil while they run.
27193 2007-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27195         * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
27196         filling pixmap with stippled background.
27198 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27200         * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
27201         Don't use invisible frame as parent window for repositioning.
27203 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27205         * print.c (new_backquote_output): Rename from old_backquote_output.
27206         (print): Inverse its logic (according to its name) so as to match the
27207         behavior of new_backquote_flag in lread.c.
27209 2007-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27211         * gmalloc.c (posix_memalign): New function.
27213         * macterm.c (frame_highlight, frame_unhighlight): Don't call
27214         ActivateControl/DeactivateControl here.
27215         [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
27216         frame-notice-user-settings is non-nil.
27217         [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
27218         for kEventParamFMFontStyle.
27219         [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
27220         mac_pass_command_to_system and mac_pass_control_to_system here.
27221         (XTread_socket): Call ActivateControl/DeactivateControl here.
27222         (XTread_socket) [TARGET_API_MAC_CARBON]:
27223         Check mac_pass_command_to_system and mac_pass_control_to_system here.
27224         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
27225         for window repositioning.
27227 2007-08-08  Glenn Morris  <rgm@gnu.org>
27229         * Replace `iff' in doc-strings and comments.
27231 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
27233         * xdisp.c (move_it_by_lines): Remove incorrect optimization.
27235 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
27237         * fileio.c (Finsert_file_contents): Run format-decode and
27238         after_insert_file_functions on entire buffer when REPLACE is
27239         non-nil and inhibit modification_hooks and point_motion_hooks.
27240         For consistency, run after_insert_file_functions iff something
27241         got inserted.  Move signal_after_change and update_compositions
27242         after code running after_insert_file_functions.  Make sure that
27243         undo_list doesn't record intermediate steps of the decoding process.
27245 2007-08-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27247         * emacs.c (main)
27248         [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
27249         Call malloc_enable_thread on interactive startup.
27251         * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
27252         (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
27253         [USE_PTHREAD]: Conditionalize with it.
27254         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
27255         (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
27256         New functions.
27258 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
27260         * xdisp.c (redisplay_window): When restoring original buffer
27261         position, make sure it is still valid.
27263         * image.c (png_load): Ignore png-supplied background color.
27265 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27267         * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
27268         Use kCFAbsoluteTimeIntervalSince1970.
27270         * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
27271         New variable.
27272         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
27273         event loop should be quit.
27274         [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
27275         Quit dialog event loop if quit_dialog_event_loop is set.
27277         * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
27278         (Selection): New typedef.  Use instead of ScrapRef.
27279         (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
27280         (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
27281         (mac_clear_selection): Rename from clear_scrap.
27282         (get_flavor_type_from_symbol): New argument SEL and subsume function of
27283         scrap_has_target_type.  All uses changed.
27284         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
27285         (mac_selection_has_target_p): New functions.
27286         (mac_put_selection_value): Rename from put_scrap_string.
27287         (mac_get_selection_value): Rename from get_scrap_string.
27288         (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
27289         (put_scrap_private_timestamp, scrap_has_target_type)
27290         (get_scrap_private_timestamp): Remove functions.
27291         (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
27292         (x_own_selection, x_get_local_selection):
27293         Use mac_valid_selection_value_p.
27294         (x_own_selection): Don't use put_scrap_private_timestamp.
27295         Record OWNERSHIP-INFO into Vselection_alist instead.
27296         (x_get_local_selection): Don't check type if request is local.
27297         (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
27298         Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
27300 2007-08-04  Jan Djärv  <jan.h.d@swipnet.se>
27302         * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
27303         add comment explaining why.
27305 2007-08-03  Richard Stallman  <rms@gnu.org>
27307         * fileio.c (Fvisited_file_modtime): Use make_time.
27309 2007-08-01  Ryo Yoshitake  <ryo@shiftmode.net>  (tiny change)
27311         * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
27312         build.
27314 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27316         * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
27318 2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
27320         * puresize.h (BASE_PURESIZE): Increase to 1130000.
27322 2007-07-30  Richard Stallman  <rms@gnu.org>
27324         * lread.c (readevalloop, read1): Treat NBSP as whitespace.
27326 2007-07-29  Jan Djärv  <jan.h.d@swipnet.se>
27328         * gmalloc.c (__malloc_initialize): Remove pthread_once.  Not needed.
27330 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
27332         * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
27333         remote default-directory.
27335         * buffer.c (mode-line-format): Update doc string.
27337 2007-07-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27339         * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
27340         scroll bar gap.
27341         (x_scroll_bar_create): Set bar->fringe_extended_p.
27342         (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
27343         on frame edge.  Check fringe background extension.  Don't clear
27344         extended fringe background area.
27346         * w32term.h (struct scroll_bar): New member fringe_extended_p.
27347         (w32_fill_area): Enclose multiple statements with do ... while (0).
27349         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
27350         Extend fringe background to scroll bar gap.
27351         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
27352         Set bar->fringe_extended_p.
27353         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27354         Put leftmost/rightmost scroll bars on frame edge.  Check fringe
27355         background extension.  Don't clear extended fringe background area.
27357         * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27358         New member fringe_extended_p.
27360 2007-07-25  Glenn Morris  <rgm@gnu.org>
27362         * Relicense all FSF files to GPLv3 or later.
27364         * COPYING: Switch to GPLv3.
27366 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27368         * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
27370         * data.c (Finteractive_form): Check for the presence of an
27371         `interactive-form' symbol property more thoroughly.
27373         * data.c (Finteractive_form): Use an `interactive-form' property if
27374         present, analogous to the function-documentation property.
27376 2007-07-24  Jason Rumney  <jasonr@gnu.org>
27378         * w32fns.c (x_real_positions): Get real position from OS instead of
27379         calculating it.
27381 2007-07-23  Jason Rumney  <jasonr@gnu.org>
27383         * filelock.c (current_lock_owner): Allow for @ sign in username.
27385 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
27387         * xdisp.c (decode_mode_spec): Add case 'R' for to test for
27388         remote default-directory.
27390         * buffer.c (mode-line-format): Describe above case in doc string.
27392 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
27394         * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
27395         Define if not defined.
27397 2007-07-18  Jason Rumney  <jasonr@gnu.org>
27399         * w32proc.c (w32_executable_type): Handle 64 bit executables.
27401 2007-07-18  Richard Stallman  <rms@gnu.org>
27403         * data.c (Fsetq_default): Doc fix.
27405         * eval.c (Fsetq): Doc fix.
27407 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
27409         * coding.c (Ffind_operation_coding_system):
27410         * eval.c (For, Fand): Doc fixes.
27411         Reported by Johan Bockgård.
27413 2007-07-18  Jan Djärv  <jan.h.d@swipnet.se>
27415         * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
27417         * xterm.h: Declare x_ewmh_activate_frame.
27419         * xterm.c (x_ewmh_activate_frame): New function.
27420         (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
27422 2007-07-17  Martin Rudalics  <rudalics@gmx.at>
27424         * window.c (Fdisplay_buffer): If largest or LRU window is the
27425         only window, split it even if it is not eligible for splitting.
27426         This restores the original behavior broken by the 2007-07-15
27427         change.
27429 2007-07-17  Glenn Morris  <rgm@gnu.org>
27431         * abbrev.c (abbrev_check_chars): New function.
27432         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
27433         Call abbrev_check_chars to check abbrev characters are word
27434         constituents.  Doc fix.
27436 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
27438         * process.c (Fstart_process, Fmake_network_process)
27439         (read_process_output): Fix up last changes.
27441 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
27443         * makefile.w32-in (clean): Don't delete *~.
27445 2007-07-16  Andreas Schwab  <schwab@suse.de>
27447         * window.c (Fdisplay_buffer): Use NILP.
27448         (Fset_window_scroll_bars): Likewise.
27450 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
27452         * window.c (window_min_size_2): New function.
27453         (window_min_size_1, size_window, Fdisplay_buffer)
27454         (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
27455         windows without mode- or header-lines when window-min-height is
27456         too small.
27457         (size_window): Reset nodelete_p after testing it, following an
27458         earlier note by Kim F. Storm.
27459         (display_buffer): Do not set split_height_threshold to twice the
27460         value of window_min_height to avoid changing the value of a
27461         customizable variable.  Rather explicitly check whether the
27462         height of the window that shall be splitted is at least as large
27463         as split_height_threshold.
27464         (Fwindow_full_width_p): New defun.
27465         (syms_of_window): Defsubr it.
27467         * window.h: Add EXFUN for Fwindow_full_width_p.
27469 2007-07-14  Jason Rumney  <jasonr@gnu.org>
27471         * process.c [WINDOWSNT]: Don't undefine AF_INET6.
27473 2007-07-14  Richard Stallman  <rms@gnu.org>
27475         * eval.c (maybe_call_debugger): New function.
27476         (find_handler_clause): Use maybe_call_debugger.
27477         Call it when the handler says `debug'.
27478         Eliminate DEBUGGER_VALUE_PTR.
27479         (Fsignal): Eliminate debugger_value.
27480         (Qdebug): New variable.
27481         (syms_of_eval): Initialize it.
27483 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
27485         * eval.c (Fprogn):
27486         * keyboard.c (Ftrack_mouse):
27487         * print.c (Fwith_output_to_temp_buffer):
27488         * window.c (Fsave_window_excursion): Doc fix.
27490 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27492         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
27494 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27496         * process.h (struct Lisp_Process): Turn slots infd, outfd,
27497         kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
27498         inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
27499         read_output_delay, and read_output_skip from Lisp_Objects to ints.
27500         Remove unused encoding_carryover.
27501         * process.c: Adjust all functions accordingly.
27503 2007-07-12  Richard Stallman  <rms@gnu.org>
27505         * term.c: Include unistd.h only if HAVE_UNISTD_H.
27507 2007-07-11  Jason Rumney  <jasonr@gnu.org>
27509         * makefile.w32-in (LIBS): Include OLE32.
27511         * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
27512         (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
27514 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27516         * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
27517         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
27518         from a Lisp_Object into a bare pointer.
27519         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
27520         Adjust the code correspondingly.
27522         * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
27524         * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
27525         (term_show_mouse_face): Remove unused var `j'.
27526         (handle_one_term_event): Remove unused vars `i' and `j'.
27527         Don't cast return value of ttyname since it's not necessary.
27529 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27531         * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
27532         USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
27534         * fns.c (map_char_table): Use an array of int for `indices' rather than
27535         an array of Lisp_Objects (which are only ever integers anyway).
27536         (Fmap_char_table): Update caller.
27537         * lisp.h: Update prototype.
27538         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
27539         * fontset.c (Ffontset_info):
27540         * casetab.c (set_case_table): Update callers.
27542         * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
27544         * keymap.c (struct accessible_keymaps_data)
27545         (struct where_is_internal_data): New structures.
27546         (accessible_keymaps_1, where_is_internal_1): Use them to change
27547         interface to adhere to the one used by map_keymap.
27548         (Faccessible_keymaps, where_is_internal): Use map_keymap.
27549         (accessible_keymaps_char_table, where_is_internal_2): Remove.
27551         * keymap.h (map_keymap_function_t): More informative prototype.
27553 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
27555         * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
27556         (looking_at_1): Don't change search_regs and last_thing_searched
27557         if `inhibit-changing-match-data' is non-nil.
27558         (string_match_1, search_buffer, set_search_regs): Likewise.
27559         (syms_of_search): Add Lisp level definition for
27560         `inhibit-changing-match-data' and set it to nil.
27561         (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
27562         start and end of the match, instead of using values in search_regs.
27564 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27566         * minibuf.c (Fcompleting_read): New value `confirm-only'
27567         for `require-match'.
27569 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27571         * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
27572         part of the 2007-06-27 change to syms_of_fileio.
27574 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27576         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
27577         Check WINDOWP before using XWINDOW.  Consolidate return statements.
27579 2007-06-27  Richard Stallman  <rms@gnu.org>
27581         * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
27583 2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
27585         * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
27587 2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27589         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
27590         (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
27591         (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
27592         (_free_internal, memalign): Use them.
27593         (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
27594         Initialize to PTHREAD_MUTEX_INITIALIZER.
27595         (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
27596         (morecore_nolock): Rename from morecore.  All uses changed.
27597         Use only nolock versions of internal allocation functions.
27598         (_malloc_internal_nolock, _realloc_internal_nolock)
27599         (_free_internal_nolock): New functions created from
27600         _malloc_internal, _realloc_internal, and _free_internal.
27601         (_malloc_internal, _realloc_internal, _free_internal): Use them.
27602         Copy hook value to automatic variable before its use.
27603         (memalign): Copy hook value to automatic variable before its use.
27605 2007-06-26  Kenichi Handa  <handa@m17n.org>
27607         * coding.c (Ffind_operation_coding_system): Docstring improved.
27608         (syms_of_coding): Docstring of `file-coding-system-alist' improved.
27610 2007-06-25  David Kastrup  <dak@gnu.org>
27612         * keymap.c (Fcurrent_active_maps): Add `position' argument.
27613         (Fwhere_is_internal): Adjust call to `current-active-maps' to
27614         cater for additional parameter.
27616         * keymap.h: Adjust number of parameters to `current-active-maps'.
27618         * doc.c (Fsubstitute_command_keys): Adjust call of
27619         `current-active-maps'.
27621 2007-06-25  David Kastrup  <dak@gnu.org>
27623         * callint.c (Fcall_interactively): Make the parsing of interactive
27624         specs somewhat more readable.
27626 2007-06-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27628         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
27629         to scroll bar gap also when bitmap fills fringe.  Draw only foreground
27630         if extended background has already been filled.
27632 2007-06-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27634         * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
27635         (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
27637         * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
27638         Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
27639         in #if 0 as it is not compatible with y-or-n-p-with-timeout.
27640         (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
27641         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
27642         instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
27643         (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
27644         [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
27645         Run timers during dialog popup.
27646         (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
27648 2007-06-21  Jason Rumney  <jasonr@gnu.org>
27650         * image.c (convert_mono_to_color_image): Swap fore and background.
27652 2007-06-20  Jason Rumney  <jasonr@gnu.org>
27654         * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
27655         (w32_free_bdf_font): Unmap memory not handle.
27657 2007-06-20  Sam Steingold  <sds@gnu.org>
27659         * gmalloc.c (__morecore): Fix the declaration to comply with the
27660         definition.
27662 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
27664         * w32term.c (w32_delete_display): Remove leftover declaration.
27665         (w32_define_cursor, w32_initialize): Make static.
27667         * w32.c (_wsa_errlist): Fix typo in error message.
27668         (init_environment): Ignore any environment variable from the
27669         registry having a null value.
27671 2007-06-20  Glenn Morris  <rgm@gnu.org>
27673         * Makefile.in (LIBGIF): Default to -lgif.
27675 2007-06-17  Jason Rumney  <jasonr@gnu.org>
27677         * w32menu.c (add_menu_item): Don't use multibyte string functions on
27678         unicode strings.
27680 2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
27682         * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
27683         Fix typo in docstring.
27685 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
27687         * w32menu.c (add_menu_item): Escape `&' characters in menu items
27688         and their keybindings.
27690 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
27692         * composite.c (update_compositions): Fix last fix.
27694 2007-06-14  Jason Rumney  <jasonr@gnu.org>
27696         * w32.c (get_process_times_fn): New function pointer.
27697         (globals_of_w32): Intialize it if present in kernel32.dll.
27698         (w32_get_internal_run_time): New function.
27700         * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
27702 2007-06-14  Kenichi Handa  <handa@etlken.m17n.org>
27704         * composite.c (update_compositions): Check the validness of
27705         compositions.
27707 2007-06-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27709         * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
27710         (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
27712         * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
27713         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
27715         * macgui.h (USE_MAC_TOOLBAR): New define.
27717         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27718         Return immediately unless popup is activated.
27720         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
27721         background to scroll bar gap.
27722         (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
27723         (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
27724         scroll bars on frame edge.  Check fringe background extension.
27725         Don't clear extended fringe background area.
27726         (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
27727         (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
27728         (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
27729         [USE_MAC_TOOLBAR]: New macros.
27730         (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
27731         (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
27732         (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
27733         (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
27734         [USE_MAC_TOOLBAR]: New functions.
27735         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
27736         manually if previous repositioning has failed.
27737         (mac_handle_keyboard_event): Use precomputed event kind.
27738         (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
27739         as tool bar item click.  Handle mouse movement over tool bar items.
27741         * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
27742         toolbar_win_gravity.
27743         (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
27744         (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
27745         Add externs.
27747         * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
27748         [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
27750 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
27752         * image.c (search_image_cache): Remove unused variable.
27754 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
27756         * xfns.c, xmenu.c: Link to xaw3d if available.
27758 2007-06-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27760         * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
27761         frame_foreground and frame_background.
27763         * image.c (lookup_image): Save frame foreground and background colors.
27764         (search_image_cache): Check if saved and current frame colors match.
27766 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27768         * regex.c (regex_compile): Remove the `regnum' counter.
27769         Use bufp->re_nsub instead.  Add support for \(?N:RE\).
27771 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27773         * term.c: Include intervals.h to declare Fget_text_property.
27775 2007-06-10  Jason Rumney  <jasonr@gnu.org>
27777         * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
27779 2007-06-08  Juanma Barranquero  <lekktu@gmail.com>
27781         * callint.c (Fcall_interactively):
27782         * editfns.c (Fdelete_and_extract_region):
27783         * fileio.c (Fread_file_name):
27784         * fns.c (Fmapconcat):
27785         * keyboard.c (cmd_error_internal):
27786         * keymap.c (Fkey_description):
27787         * lread.c (openp):
27788         * minibuf.c (read_minibuf):
27789         * search.c (wordify):
27790         * sunfns.c (sel_read):
27791         * xdisp.c (Fformat_mode_line, syms_of_xdisp):
27792         * xfns.c (x_default_scroll_bar_color_parameter):
27793         * xmenu.c (menu_help_callback):
27794         * xselect.c (Fx_get_atom_name):
27795         * xterm.c (x_term_init): Use empty_unibyte_string.
27797 2007-06-08  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
27799         * alloc.c (init_strings): Initialize canonical empty strings.
27800         (make_uninit_string, make_uninit_multibyte_string): Return appropriate
27801         canonical empty string when the requested size is 0.
27803         * emacs.c (empty_unibyte_string): Rename from empty_string.
27804         (empty_multibyte_string): New canonical empty string.
27805         (syms_of_emacs): Don't initialize empty_string.
27807         * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
27808         string, if appropriate.
27809         (empty_unibyte_string, empty_multibyte_string): New externs.
27810         (empty_string): Remove extern.
27812         * lread.c (syms_of_lread): Use empty_unibyte_string.
27814 2007-06-07  Jason Rumney  <jasonr@gnu.org>
27816         * s/ms-w32.h: Don't define HAVE_TZNAME.
27818         * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
27820 2007-06-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27822         * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
27824         * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
27825         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
27827         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27828         Don't call next handler.
27829         [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
27830         Remove argument.  Install handler to application.
27831         (set_frame_menubar): Don't change deep_p.
27832         (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
27833         FRAME_OUTER_TO_INNER_DIFF_Y.
27834         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
27835         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
27836         [HAVE_DIALOGS]: New macros.
27837         [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
27838         Use them.
27839         (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
27841         * macselect.c [MAC_OSX] (install_service_handler): Rename from
27842         init_service_handler.  All callers changed.  Return OSStatus value.
27844         * macterm.c (mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
27845         All callers changed so as not to call SetPortWindowPort.
27846         (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
27847         (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
27848         mac_draw_string_common.
27849         (mac_draw_image_string_qd): Likewise.
27850         (mac_draw_string_common): Use them.  Add INLINE.
27851         (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
27852         Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
27853         GetGlobalMouse.
27854         (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
27855         and FRAME_OUTER_TO_INNER_DIFF_Y.
27856         [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
27857         [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
27858         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
27859         repositioning window to mac_handle_window_event.
27860         (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
27861         saving window location to mac_handle_window_event
27862         [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
27863         (install_menu_target_item_handler): Remove argument in extern.
27864         [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
27865         Also accept command events.
27866         (do_keystroke): New function created from XTread_socket.
27867         (init_command_handler): Remove functions.
27868         [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
27869         and save window location by kEventWindowShowing and kEventWindowHiding
27870         handlers here.  Don't call next handler for window state change and
27871         focus events.
27872         (mac_handle_application_event, mac_handle_keyboard_event)
27873         [TARGET_API_MAC_CARBON]: New functions.
27874         (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
27875         kEventWindowShowing and kEventWindowHiding events.  Move installation
27876         of mouse, font, text input and menu target item handlers to
27877         install_application_handler.
27878         (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
27879         (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27880         New function.
27881         (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27882         Register it.
27883         (XTread_socket) [TARGET_API_MAC_CARBON]:
27884         Consolidate SendEventToEventTarget calls.
27885         Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
27886         Move application activation handler to mac_handle_application_event.
27887         Move keyboard handler to mac_handle_keyboard_event.
27888         (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
27889         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
27890         init_command_handler.  Call install_application_handler.
27892         * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
27893         (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
27895 2007-06-07  Glenn Morris  <rgm@gnu.org>
27897         * emacs.c (main): Use `emacs-copyright' in --version output.
27899 2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
27901         * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
27903 2007-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27905         * macfns.c (mac_window): Replace WindowPtr with WindowRef.
27907         * macgui.h: Replace WindowPtr with WindowRef.
27909         * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27910         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
27911         Replace ControlHandle with ControlRef.
27912         (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
27914         * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27915         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
27916         Replace ControlHandle with ControlRef.
27917         (USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
27918         [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
27920         * macterm.h (struct scroll_bar): Rename member control_handle_low
27921         and control_handle_high to control_ref_low and control_ref_high.
27922         All uses changed.
27923         (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
27924         SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
27925         respectively.  All uses changed.
27926         (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
27927         (install_window_handler, remove_window_handler): Replace WindowPtr
27928         with WindowRef in externs.
27930 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
27932         * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
27934 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
27936         * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
27938         * frame.c (Fmouse_position, Fmouse_pixel_position):
27939         Condition on HAVE_GPM too.
27941         * term.c (term_mouse_highlight): Remove unused variables.
27942         (Fterm_open_connection): Set gpm_zerobased to 1.
27943         (term_mouse_movement, term_mouse_click, handle_one_term_event):
27944         Use zero based co-ordinates.
27945         (handle_one_term_event): Report a drag as mouse movement too.
27947         * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
27949 2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
27951         * image.c (search_image_cache): New function.  Require background
27952         color match if background color is unspecified in the image spec.
27953         (uncache_image, lookup_image): Use it.
27955 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
27957         * window.c (Fshrink_window): Reflow docstring.
27959 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
27961         * Version 22.1 released.
27963 2007-06-01  Richard Stallman  <rms@gnu.org>
27965         * xfns.c (x_encode_text): Add GCPRO.
27967 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27969         * xfns.c (x_set_name_internal): Save encoded name before
27970         x_encode_text in case string data is relocated.
27972 2007-05-31  Richard Stallman  <rms@gnu.org>
27974         * buffer.c (syms_of_buffer): Doc fix.
27976 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
27978         * sysdep.c (init_sys_modes): Add rather than replace with
27979         O_NONBLOCK.
27981         * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
27982         term_mouse_moveto.
27984         * termhooks.h (term_mouse_moveto): New extern.
27986         * term.c (mouse_face_window): Rename...
27987         (Qmouse_face_window): ...to this.
27988         (term_show_mouse_face, term_clear_mouse_face)
27989         (term_mouse_highlight): Use Qmouse_face_window.
27990         (term_mouse_moveto): New function.
27991         (term_mouse_position): Make it work.
27992         (syms_of_term): Uncomment assignment to mouse_position_hook.
27993         Staticpro Qmouse_face_window.
27995 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27997         * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
27998         around current_column call.
28000 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
28002         * xfaces.c (syms_of_xfaces): Delete stray semicolon.
28003         * xdisp.c (next_element_from_buffer):
28004         * window.c (delete_window):
28005         * term.c (term_mouse_highlight):
28006         * msdos.c (getdefdir):
28007         * macterm.c (mac_create_bitmap_from_bitmap_data)
28008         (init_font_name_table):
28009         * fns.c (Fsxhash):
28010         * data.c (Fmake_local_variable):
28011         * ccl.c (ccl_driver): Likewise.
28013 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28015         * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
28016         Call mac_wakeup_from_rne on window size change.
28018 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
28020         * image.c (uncache_image): Fix typo.
28022 2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
28024         * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
28026 2007-05-22  Richard Stallman  <rms@gnu.org>
28028         * xterm.c (x_connection_closed): Remove NO_RETURN.
28030 2007-05-22  Martin Rudalics  <rudalics@gmx.at>
28032         * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
28034 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
28036         * image.c (uncache_image): New function.
28037         (Fimage_refresh): New function.
28039 2007-05-20  Jan Djärv  <jan.h.d@swipnet.se>
28041         * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
28043 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
28045         * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
28046         * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
28048 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
28050         * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
28051         conditional on [HAVE_GPM_H].
28053 2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
28055         * syntax.c (skip_chars): Update syntax-table only after we checked that
28056         the new location is valid.
28058 2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28060         * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
28061         mac_get_window_bounds.
28063 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
28065         * Makefile.in (LIBGPM): Allow it to be set from configure.
28066         If set then link Emacs with it.
28068         * config.in: Regenerate.
28070         * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
28071         New externs.
28073         * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
28074         Include gpm.h.
28075         (handle_one_term_event, term_gpm): New externs.
28077         * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
28078         and allow it to be interrupted by SIGIO.
28080         * process.c (gpm_wait_mask, max_gpm_desc): New variables.
28081         (wait_reading_process_output): Wait on gpm_fd too.
28082         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
28083         (add_gpm_wait_descriptor_called_flag): New variable.
28084         (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
28086         * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
28087         (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
28088         (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
28089         Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
28090         (make_lispy_event): Add case GPM_CLICK_EVENT.
28091         (read_avail_input): Handle mouse input.
28093         * term.c (write_glyphs_with_face): New function.
28094         [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
28095         (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
28096         (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
28097         (mouse_face_face_id, term_gpm, pos_x, pos_y)
28098         (last_mouse_x, last_mouse_y): New variables.
28099         (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
28100         (term_mouse_highlight, term_mouse_movement, term_mouse_position)
28101         (term_mouse_click, handle_one_term_event, Fterm_open_connection)
28102         (Fterm_close_connection): New functions.
28103         (term_init): Initialise mouse_face_window.
28105 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
28107         * xdisp.c (redisplay_window): If first window line is a
28108         continuation line, recompute the new window start instead of
28109         recentering.
28111 2007-05-18  Glenn Morris  <rgm@gnu.org>
28113         * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
28114         Suggested by Alfred M. Szmidt <ams@gnu.org>.
28116 2007-05-17  Glenn Morris  <rgm@gnu.org>
28118         * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
28120 2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28122         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
28123         dead key repeat and up events.
28125 2007-05-14  Chong Yidong  <cyd@stupidchicken.com>
28127         * image.c (pbm_load): Check image size for monochrome pbm.
28129 2007-05-13  Chong Yidong  <cyd@stupidchicken.com>
28131         * xterm.c (XTread_socket): Revert last change.
28133 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
28135         * image.c (pbm_load): Correctly check image size for greyscale pbm.
28137         * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
28139 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28141         * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
28142         mixup (YAILOM).
28144 2007-05-07  Andreas Schwab  <schwab@suse.de>
28146         * keymap.c (Flookup_key): Fix typo in last change.
28148 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28150         * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
28151         mapping for unibyte strings.
28153 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28155         * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
28156         (Fx_popup_dialog) [MAC_OSX]: Likewise.
28158 2007-04-29  Richard Stallman  <rms@gnu.org>
28160         * insdel.c (replace_range): For undo, record insertion first.
28162 2007-04-29  Andreas Schwab  <schwab@suse.de>
28164         * lisp.h (VECSIZE): Use OFFSETOF.
28166 2007-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28168         * xdisp.c (try_window_reusing_current_matrix): Fix number of
28169         disabled lines.
28171 2007-04-28  Richard Stallman  <rms@gnu.org>
28173         * lread.c (read_escape): In a string, \s is always space.
28175 2007-04-27  Jan Djärv  <jan.h.d@swipnet.se>
28177         * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
28179         * gtkutil.c (xg_update_menubar, create_menus): Create empty
28180         submenu for menu bar items.
28182 See ChangeLog.10 for earlier changes.
28184 ;; Local Variables:
28185 ;; coding: utf-8
28186 ;; add-log-time-zone-rule: t
28187 ;; End:
28189     Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
28191   This file is part of GNU Emacs.
28193   GNU Emacs is free software: you can redistribute it and/or modify
28194   it under the terms of the GNU General Public License as published by
28195   the Free Software Foundation, either version 3 of the License, or
28196   (at your option) any later version.
28198   GNU Emacs is distributed in the hope that it will be useful,
28199   but WITHOUT ANY WARRANTY; without even the implied warranty of
28200   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28201   GNU General Public License for more details.
28203   You should have received a copy of the GNU General Public License
28204   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28206 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40