Handle system default font and changing font parameters.
[bpt/emacs.git] / src / ChangeLog
1 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
4
5 * xterm.c (handle_one_xevent): Call xft_settings_event for
6 ClientMessage, PropertyNotify and DestroyNotify.
7 (x_term_init): If we have XFT, get DPI from Xft.dpi.
8 Call xsettings_initialize.
9
10 * xftfont.c (xftfont_fix_match): New function.
11 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
12 Call xftfont_fix_match after XftFontMatch.
13
14 * xfont.c (xfont_driver): Initialize all members.
15
16 * xfns.c (x_default_font_parameter): Try font from Ffont_get_system_font.
17 Do not get font from x_default_parameter if we got one from
18 Ffont_get_system_font.
19 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT (f).
20
21 * w32font.c (w32font_driver): Initialize all members.
22
23 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
24
25 * lisp.h: Declare syms_of_xsettings.
26
27 * keyboard.c (kbd_buffer_get_event, make_lispy_event): Handle
28 CONFIG_CHANGED_EVENT.
29
30 * ftfont.c (ftfont_filter_properties): New function.
31
32 * frame.c (x_set_font): Remove unused variable lval.
33
34 * font.h (struct font_driver): filter_properties is new.
35
36 * font.c (font_put_extra): Don't return if val is nil, it means
37 boolean option is off.
38 (font_parse_fcname): Collect all extra properties in extra_props
39 and call filter_properties for all drivers with extra_props and
40 font as parameter.
41 (font_open_entity): Do not use cache, it does not pick up new fontconfig
42 settings like hinting.
43 (font_load_for_lface): If spec had a name in it, store it in entity.
44
45 * emacs.c (main): Call syms_of_xsettings
46
47 * config.in: HAVE_GCONF is new.
48
49 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
50 xsettings.o is new.
51
52 2009-11-17 Kenichi Handa <handa@m17n.org>
53
54 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
55 back to the default font in case that no suitable font is found.
56
57 2009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
60 Suggested by Chad Brown <yandros@mit.edu>.
61 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
62
63 2009-11-16 Jan Djärv <jan.h.d@swipnet.se>
64
65 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
66
67 2009-11-14 Andreas Schwab <schwab@linux-m68k.org>
68
69 * Makefile.in: Ignore errors from mkdir when creating deps
70 directory.
71
72 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
73
74 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
75 has a parent.
76
77 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
78 dependency files in deps/. Include those files into Makefile.
79
80 * config.in: Generated (AUTO_DEPEND).
81
82 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
83
84 * dbusbind.c (Vdbus_registered_objects_table): Rename from
85 Vdbus_registered_functions_table, because it contains also
86 properties. Fix docstring.
87 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
88
89 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * alloc.c (mark_object): Don't reprocess marked strings.
92 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
93 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
94
95 2009-11-13 Kenichi Handa <handa@m17n.org>
96
97 * category.c (word_boundary_p): Adjust for the change of the
98 semantics of Vword_combining_categories.
99 (Vword_combining_categories): Describe the slight change of the
100 semantics.
101
102 2009-11-13 Eli Zaretskii <eliz@gnu.org>
103
104 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
105
106 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
107
108 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * xdisp.c (syms_of_xdisp): Fix typo in last change.
111
112 2009-11-12 Juanma Barranquero <lekktu@gmail.com>
113
114 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
115
116 2009-11-11 David Reitter <david.reitter@gmail.com>
117
118 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
119 variables to fix 2009-11-09 change.
120
121 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
122
123 * process.c (ifflag_def): Make flag_sym constant.
124 (Fnetwork_interface_info): Use a constant pointer.
125 (ifflag_table):
126 * xfns.c (cursor_bits):
127 * xdisp.c (power_letter):
128 * termcap.c (speeds, esctab):
129 * sysdep.c (baud_convert):
130 * keyboard.c (lispy_accent_codes, modifier_names):
131 * image.c (xbm_format, xpm_format, pbm_format, png_format)
132 (jpeg_format, tiff_format, gif_format, svg_format)
133 (interlace_start, interlace_increment, gs_format):
134 * gtkutil.c (separator_names):
135 * fringe.c (swap_nibble):
136 * fns.c (base64_value_to_char, base64_char_to_value):
137 * fileio.c (make_temp_name_tbl):
138 * coding.c (suffixes): Make constant.
139
140 * frame.c (make_initial_frame):
141 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
142 build_string.
143 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
144
145 * s/freebsd.h:
146 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
147
148 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
149 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
150
151 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
152 * xterm.c (syms_of_xterm):
153 * xfaces.c (syms_of_xfaces):
154 * xdisp.c (syms_of_xdisp):
155 * lread.c (syms_of_lread):
156 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
157 build_string.
158
159 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
160
161 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * fns.c (Fplist_get): Merge the active and the uncommented code.
164
165 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
166
167 * keyboard.h: Declare timer_check.
168
169 * keyboard.c (timer_check_2): New function that does what the old
170 timer_check did.
171 (timer_check): Call timer_check_2 until -1 or a non-zero time is
172 returned, i.e. don't return -1 with timers pending.
173
174 * process.c: Remove extern declaration of timer_check.
175
176 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
177 even if timer_check returned -1.
178
179 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
180 xg_dialog_data.
181 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
182 the event loop.
183 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
184 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
185 Destroy the dialog after xg_dialog_run.
186
187 2009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
190
191 2009-11-10 Jan Djärv <jan.h.d@swipnet.se>
192
193 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
194
195 2009-11-09 Juanma Barranquero <lekktu@gmail.com>
196
197 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
198
199 2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
202 w32menu.c, and nsmenu.m.
203 Simplify the obsolete case where position is nil.
204 (cleanup_popup_menu): New function, moved from nsmenu.m.
205 (struct skp): Remove slot `notreal'.
206 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
207 adjust callers.
208 (single_menu_item): Adjust call to parse_menu_item.
209 (syms_of_menu): Defsubr x-popup-menu.
210 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
211 (keymap_panes): Don't export any more.
212 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
213 (xmenu_show): Declare.
214 * keyboard.c (parse_menu_item): Remove arg `notreal'.
215 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
216 * keyboard.h (parse_menu_item): Update declaration.
217 * xmenu.c (Fx_popup_menu): Remove.
218 (syms_of_xmenu): Don't defsubr x-popup-menu.
219 * w32menu.c (Fx_popup_menu): Remove.
220 (syms_of_w32menu): Don't defsubr x-popup-menu.
221 * nsmenu.m (cleanup_popup_menu): Remove.
222 (ns_menu_show): Rename from ns_popup_menu and remove all the code
223 moved to menu.c's Fx_popup_menu.
224 (Fx_popup_menu): Remove.
225 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
226 menu_items (it's done in menu.c already).
227
228 2009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
231 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
232
233 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
234
235 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
236 xmenu_show. Hide any tooltip before opening a menu.
237 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
238 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
239
240 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 Let integers use up 2 tags to give them one extra bit and thus double
243 their range.
244 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
245 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
246 New macros.
247 (enum Lisp_Type): Use them. Give explicit values.
248 (Lisp_Type_Limit): Remove.
249 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
250 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
251 Pay attention to USE_2_TAGS_FOR_INTS.
252 (INTEGERP): Use LISP_INT_TAG_P.
253 * fns.c (internal_equal): Simplify the default case.
254 (sxhash): Use case_Lisp_Int.
255 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
256 any more.
257 (Ftype_of): Use case_Lisp_Int.
258 (store_symval_forwarding): Take into account the fact that Ints can
259 now have more than one tag.
260 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
261 buffer_slot_type_mismatch):
262 * xfaces.c (face_attr_equal_p):
263 * print.c (print_object):
264 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
265 Use case_Lisp_Int.
266
267 2009-11-06 Eli Zaretskii <eliz@gnu.org>
268
269 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
270
271 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
272 warning.
273
274 2009-11-06 Jan Djärv <jan.h.d@swipnet.se>
275
276 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
277
278 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
279
280 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
281 ButtonPressRelease and MotionNotify (bug#4870).
282
283 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
284
285 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
286
287 * xterm.c (syms_of_xterm):
288 * xselect.c (syms_of_xselect):
289 * xmenu.c (syms_of_xmenu):
290 * xfns.c (syms_of_xfns):
291 * xfaces.c (syms_of_xfaces):
292 * xdisp.c (syms_of_xdisp):
293 * window.c (syms_of_window):
294 * w32fns.c (syms_of_w32fns):
295 * undo.c (syms_of_undo):
296 * textprop.c (syms_of_textprop):
297 * terminal.c (syms_of_terminal):
298 * syntax.c (syms_of_syntax):
299 * sound.c (syms_of_sound):
300 * search.c (syms_of_search):
301 * print.c (syms_of_print):
302 * minibuf.c (syms_of_minibuf):
303 * macros.c (syms_of_macros):
304 * keymap.c (syms_of_keymap, initial_define_key)
305 (initial_define_lispy_key):
306 * keyboard.c (syms_of_keyboard):
307 * insdel.c (syms_of_insdel):
308 * image.c (syms_of_image):
309 * fringe.c (syms_of_fringe):
310 * frame.c (syms_of_frame):
311 * fontset.c (syms_of_fontset):
312 * fns.c (syms_of_fns):
313 * fns.c (syms_of_fns):
314 * fileio.c (syms_of_fileio):
315 * fileio.c (syms_of_fileio):
316 * eval.c (syms_of_eval):
317 * doc.c (syms_of_doc):
318 * dispnew.c (syms_of_display):
319 * dired.c (syms_of_dired):
320 * dbusbind.c (syms_of_dbusbind):
321 * data.c (syms_of_data):
322 * composite.c (syms_of_composite):
323 * coding.c (syms_of_coding):
324 * cmds.c (syms_of_cmds):
325 * charset.c (define_charset_internal, syms_of_character):
326 * ccl.c (syms_of_ccl):
327 * category.c (syms_of_category, init_category_once):
328 * casetab.c (syms_of_casetab):
329 * casefiddle.c (syms_of_casefiddle):
330 * callint.c (syms_of_callint):
331 * bytecode.c (syms_of_bytecode):
332 * buffer.c (keys_of_buffer, syms_of_buffer):
333 * alloc.c (syms_of_alloc):
334 * process.c (syms_of_process, init_process):
335 * lread.c (syms_of_lread, init_obarray):
336 * font.c (build_style_table):
337 * emacs.c (syms_of_emacs, main): Replace calls to intern with
338 intern_c_string, calls to make_pure_string with
339 make_pure_c_string. Use pure_cons instead of Fcons.
340
341 * process.c (socket_options): Make it const.
342 (set_socket_option, init_process): Use a const pointer.
343
344 * lread.c (intern_c_string): New function.
345 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
346 (defvar_int): Uset it. Make the name const char*.
347
348 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
349 (defvar_int): Update prototypes.
350 (DEFUN, EXFUN): Support for prototypes is now required.
351 (intern_c_string): New prototype.
352 (struct Lisp_Subr): Make symbol_name constant.
353
354 * font.c (struct table_entry): Remove unused member. Make NAMES
355 constant.
356 (weight_table, slant_table, width_table): Make constant.
357
358 * emacs.c (struct standard_args): Make name and longname constant.
359
360 * character.h (DEFSYM): Use intern_c_string.
361
362 2009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * alloc.c (make_pure_c_string): New function.
365
366 * eval.c (Fautoload): Purecopy all arguments.
367
368 2009-11-05 Kenichi Handa <handa@m17n.org>
369
370 * fileio.c (Finsert_file_contents): Be sure set coding-system of
371 the buffer in case of replace.
372
373 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
374
375 * puresize.h (BASE_PURESIZE): Increase to 1620000.
376
377 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
380 when applicable (bug#4851).
381
382 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
383 (P_): Support for prototypes is now required.
384
385 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
386
387 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
388 (Bug#4827).
389
390 2009-10-30 Eli Zaretskii <eliz@gnu.org>
391
392 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
393
394 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
395
396 * puresize.h (BASE_PURESIZE): Increase to 1470000.
397
398 * lread.c (Fload): Purecopy the file name when building
399 Vpreloaded_file_list.
400
401 2009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
402
403 * w32fns.c (syms_of_w32fns): Change default value of
404 w32-scroll-lock-modifier to nil. (Bug#2827)
405
406 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
407
408 * minibuf.c (Fall_completions): Fix typos in docstring.
409
410 2009-10-26 Andreas Schwab <schwab@redhat.com>
411
412 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
413
414 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
415
416 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
417 For delta < 0, skip check that only makes sense when the mini-window
418 is going to be enlarged. (Bug#4534)
419
420 2009-10-25 Chong Yidong <cyd@stupidchicken.com>
421
422 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
423 string in menu maps (Bug#4471).
424
425 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
426
427 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
428 FRAME_NS_VIEW on terminal frames (Bug#4765).
429
430 2009-10-24 Andreas Schwab <schwab@linux-m68k.org>
431
432 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
433 DBUS_TYPE_UINTnn separately to get proper sign extension.
434
435 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
436 can properly handle unsigned types.
437 (make_uid, make_gid): Remove.
438
439 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
440 types again.
441
442 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
443 (system_process_attributes): Likewise.
444
445 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
446
447 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
448
449 * eval.c (Fautoload): Purecopy the filename. Simplify.
450
451 * category.c (Fdefine_category): Purecopy docstring.
452
453 2009-10-23 Andreas Schwab <schwab@linux-m68k.org>
454
455 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
456
457 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
458
459 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
460
461 * window.c (Fwindow_edges, Fwindow_pixel_edges)
462 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
463 (Bug#4775).
464
465 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
468 (init_fileio_once):
469 * lisp.h (init_fileio_once): Remove.
470 * emacs.c (main): Don't call init_fileio_once.
471
472 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
473
474 * puresize.h (BASE_PURESIZE): Increase to 1430000.
475
476 2009-10-21 Andreas Schwab <schwab@linux-m68k.org>
477
478 * doprnt.c (doprnt): Fix overflow check.
479
480 2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
481
482 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
483
484 * xterm.h (x_wait_for_event): Declare it.
485
486 * xterm.c (pending_event_wait): New variable.
487 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
488 see pending_event_wait.eventtype.
489 (handle_one_xevent): Don't change gravity when parent changes.
490 (x_new_font): Call change_frame_size with new rows/columns before we
491 try to resize the frame.
492 (x_wait_for_event): New function.
493 (x_set_window_size_1): Don't change gravity unless change_gravity
494 is set.
495 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
496 don't change frame size, instead wait for the ConfigureNotify.
497 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
498 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
499 (x_initialize): Initialize pending_event_wait.
500
501 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
502 size.
503
504 * widget.c (EmacsFrameSetValues): Add comment.
505 (EmacsFrameSetCharSize): Just call x_set_window_size.
506
507 * gtkutil.c (xg_frame_set_char_size): Flush events and call
508 x_wait_for_event.
509 (flush_and_sync): Remove again.
510 (xg_get_font_name): Suggest monospace if no previous font is known.
511
512 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
515 8th bit, since that only made sense in the ASCII world (bug#4751).
516
517 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
518
519 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
520 processing pending events when event is filtered for input method.
521 (Bug#3681)
522
523 2009-10-20 Juanma Barranquero <lekktu@gmail.com>
524
525 * fns.c: Add #endif accidentally removed in previous change.
526
527 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
528
529 * fns.c: Remove code for unsupported system: MAC_OS.
530 * image.c: Likewise. Include setjmp.h.
531
532 2009-10-19 Jan Djärv <jan.h.d@swipnet.se>
533
534 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
535 pixel -1 (bug #4742).
536
537 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
538
539 * process.c (create_pty): Remove conditionals for no longer
540 supported systems: UNIPLUS and RTU.
541
542 * xterm.c:
543 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
544
545 * alloc.c: Do not define struct catchtag.
546 * eval.c: Move struct catchtag definition ...
547 * lisp.h: ... here.
548
549 * image.c: Move png.h #include earlier to avoid warnings.
550
551 * xterm.c:
552 * xsmfns.c:
553 * xselect.c:
554 * xrdb.c:
555 * xmenu.c:
556 * xftfont.c:
557 * xfont.c:
558 * xfns.c:
559 * xfaces.c:
560 * xdisp.c:
561 * window.c:
562 * widget.c:
563 * w32xfns.c:
564 * w32uniscribe.c:
565 * w32term.c:
566 * w32select.c:
567 * w32reg.c:
568 * w32proc.c:
569 * w32menu.c:
570 * w32inevt.c:
571 * w32heap.c:
572 * w32font.c:
573 * w32fns.c:
574 * w32console.c:
575 * w32.c:
576 * w16select.c:
577 * vm-limit.c:
578 * unexsol.c:
579 * unexec.c:
580 * unexcw.c:
581 * unexaix.c:
582 * undo.c:
583 * tparam.c:
584 * textprop.c:
585 * terminfo.c:
586 * terminal.c:
587 * termcap.c:
588 * term.c:
589 * syntax.c:
590 * sound.c:
591 * sheap.c:
592 * search.c:
593 * scroll.c:
594 * region-cache.c:
595 * regex.c:
596 * ralloc.c:
597 * process.c:
598 * print.c:
599 * nsterm.m:
600 * nsselect.m:
601 * nsmenu.m:
602 * nsimage.m:
603 * nsfont.m:
604 * nsfns.m:
605 * msdos.c:
606 * minibuf.c:
607 * menu.c:
608 * marker.c:
609 * macros.c:
610 * keymap.c:
611 * keyboard.c:
612 * intervals.c:
613 * insdel.c:
614 * indent.c:
615 * gtkutil.c:
616 * ftxfont.c:
617 * ftfont.c:
618 * fringe.c:
619 * frame.c:
620 * fontset.c:
621 * font.c:
622 * fns.c:
623 * floatfns.c:
624 * filelock.c:
625 * fileio.c:
626 * emacs.c:
627 * editfns.c:
628 * dosfns.c:
629 * doprnt.c:
630 * doc.c:
631 * dispnew.c:
632 * dired.c:
633 * dbusbind.c:
634 * data.c:
635 * composite.c:
636 * coding.c:
637 * cmds.c:
638 * cm.c:
639 * chartab.c:
640 * charset.c:
641 * character.c:
642 * ccl.c:
643 * category.c:
644 * casetab.c:
645 * casefiddle.c:
646 * callproc.c:
647 * callint.c:
648 * bytecode.c:
649 * buffer.c:
650 * atimer.c: Include setjmp.h. (Bug#4643)
651
652 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 Remove leftover table unibyte_to_multibyte_table.
655 * character.c (unibyte_to_multibyte_table): Remove.
656 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
657 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
658 * character.h (UNIBYTE_TO_CHAR): New macro.
659 (MAKE_CHAR_MULTIBYTE): Use it.
660 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
661 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
662 (message_dolog, set_message_1):
663 * search.c (Freplace_match):
664 * editfns.c (Fcompare_buffer_substrings):
665 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
666 (concat):
667 * insdel.c (copy_text, count_size_as_multibyte):
668 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
669 * term.c (produce_glyphs):
670 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
671 * regex.c (RE_CHAR_TO_MULTIBYTE):
672 * cmds.c (internal_self_insert):
673 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
674
675 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
676
677 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
678
679 * puresize.h (BASE_PURESIZE): Increase to 1310000.
680
681 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
682
683 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
684
685 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
686
687 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
688 still needed under Tiger.
689
690 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
691
692 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
693 __Apple__.
694
695 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
696
697 2009-10-15 Kenichi Handa <handa@m17n.org>
698
699 * print.c (print_object): Escape a symbol like "2E10" too.
700
701 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
702
703 Cleanups and changes for 64-bit compile under Snow Leopard.
704 Based on suggestions by Erik Charlebois.
705
706 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
707
708 * nsfont.m (ns_char_width): Replace deprecated call.
709 (ns_findfonts, nsfont_list_family): Use long format in printf, and
710 cast argument.
711 (nsfont_open): Use ns_char_width() everywhere.
712 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
713
714 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
715
716 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
717 where appropriate.
718
719 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
720 where appropriate.
721 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
722 Use stringWithUTF8String.
723 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
724
725 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
726 Add formal protocol mention to inheritance.
727 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
728
729 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
730 Fix printf format.
731 (ns_query_color): Use CGFloat where appropriate.
732 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
733 (EmacsScroller-mouseDown:) Use long format in printf, and cast
734 argument.
735
736 * config.in (NS_HAVE_NSINTEGER): Drop.
737
738 * dbusbind.c (dbus-method-return-internal)
739 (dbus-method-error-internal): Use long format in printf, and cast
740 argument.
741
742 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
743 in printf, and cast argument.
744
745 * process.c (list_processes_1): Use long format in printf, and
746 cast argument.
747
748 2009-10-11 Glenn Morris <rgm@gnu.org>
749
750 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
751
752 2009-10-08 Jan Djärv <jan.h.d@swipnet.se>
753
754 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
755 menu bar with a small width so it doesn't enlarge the frame.
756
757 2009-10-08 Juanma Barranquero <lekktu@gmail.com>
758
759 * fontset.c (Fset_fontset_font): Fix typos in error messages.
760
761 2009-10-06 Glenn Morris <rgm@gnu.org>
762
763 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
764 SOME_MACHINE_LISP (this enters indirectly via DOC).
765
766 2009-10-05 Eli Zaretskii <eliz@gnu.org>
767
768 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
769
770 2009-10-04 Eli Zaretskii <eliz@gnu.org>
771
772 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
773 Doc fix.
774
775 2009-10-03 Martin Rudalics <rudalics@gmx.at>
776
777 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
778
779 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
780
781 * lisp.h (Qdelete_directory_internal): Remove, because it is not
782 used anymore outside fileio.c.
783
784 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
785
786 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
787
788 * lisp.h (Qdelete_directory_internal):
789 Declare, instead of Qdelete_directory.
790
791 * w32fns.c (Fsystem_move_file_to_trash): Use it.
792
793 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * eval.c (Fcalled_interactively_p): Add `kind' argument.
796
797 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
798
799 * fileio.c (Fdelete_directory_internal): Rename from
800 Fdelete_directory. It is not a command anymore. It has no file
801 name handler.
802
803 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * xdisp.c (get_next_display_element): Use an enum in last change.
806
807 2009-09-28 Kenichi Handa <handa@m17n.org>
808
809 * xdisp.c (get_next_display_element): Pay attention to
810 unibyte_display_via_language_environment in handling
811 Vnobreak_char_display.
812
813 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
814
815 * nsterm.h (ns_app_name): New extern variable.
816
817 * nsterm.m (ns_app_name): New variable.
818 (ns_term_init): Set and use it.
819 (ns_term_shutdown): Use it.
820
821 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
822 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
823
824 * nsfns.m (ns_set_name_iconic, ns_set_name)
825 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
826 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
827
828 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
829 Remove double-casting in client_data comparison.
830
831 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
832
833 * keyboard.c (make_lispy_event): Remember last wheel direction.
834 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
835
836 2009-09-26 Glenn Morris <rgm@gnu.org>
837
838 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
839 internal.elc. Add term/pc-win.elc.
840 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
841 term/x-win.elc.
842 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
843 term/w32-win.elc.
844 (NS_SUPPORT): New.
845 (lisp): Add NS_SUPPORT.
846 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
847
848 2009-09-25 David Reitter <david.reitter@gmail.com>
849
850 * nsmenu.m (EmacsMenu-clear): Recognize application menu
851 on Mac OS X 10.6+ (bug#4513).
852
853 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
854
855 * frame.c (xrdb_get_resource): Return nil for empty string resources;
856 some parts of Emacs code (like font selection) don't grok them.
857 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
858
859 2009-09-24 Andreas Schwab <schwab@redhat.com>
860
861 * coding.c (decode_coding_iso_2022): Fix operator precedence.
862
863 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
864
865 * dired.c (Fdirectory_files): Fix typo in docstring.
866
867 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
868
869 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
870 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
871 (EmacsScroller-setPosition:portion:whole:): Remove -display call
872 under GNUstep.
873 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
874
875 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
876 glyph advancement.
877
878 2009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
879
880 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
881 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
882
883 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
884 deleted (bug #4492).
885
886 * nsfont.m (Vns_reg_to_script): New lisp variable.
887 (syms_of_nsfont): Declare it.
888 (ns_registry_to_script): New function.
889 (ns_get_req_script): Call it.
890 (ns_findfonts): Don't give up on non-unicode registry.
891
892 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
893
894 2009-09-20 Tom Tromey <tromey@redhat.com>
895
896 * eval.c (find_handler_clause): Make stack-trace-on-error work in
897 batch mode (bug#4228).
898
899 2009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
900
901 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
902 carefully. (Bug #4339)
903
904 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
905
906 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
907
908 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
909
910 * emacs.c (inhibit_x_resources): Update doc string for NS.
911 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
912 legacy code for -NXHost. Fix error printf in daemon case.
913
914 * nsterm.h (ns_no_defaults): Remove.
915
916 * nsterm.m (ns_no_defaults): Remove.
917 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
918 (ns_use_qd_smoothing): Remove legacy variable.
919 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
920 don't update the NSWindow itself.
921 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
922 state detection and store user rect ourselves. (Bug #3581)
923
924 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
925 ns_use_qd_smoothing.
926
927 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
928 platform versions. Drop support for emacs-20-style face specs.
929 (x-close-connection): Drop PSFlush() under OS X.
930 (x-focus-frame): Activate the app first. (Bug #4180)
931
932 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
933
934 * emacs.c (inhibit_x_resources): New variable.
935 (main) [HAVE_NS]: Don't process --quick command line option.
936 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
937
938 * lisp.h (inhibit_x_resources): Declare it extern.
939
940 * w32reg.c (x_get_string_resource):
941 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
942
943 2009-09-17 Eli Zaretskii <eliz@gnu.org>
944
945 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
946 Add lisp/term/internal.elc.
947
948 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
951 (bug#4461).
952
953 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
954
955 * puresize.h (BASE_PURESIZE): Increase to 1290000.
956
957 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
958 (OBJECTS_MACHINE): Remove, unused.
959
960 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * frame.c (x_get_resource_string): Remove unused.
963
964 2009-09-15 Jan Djärv <jan.h.d@swipnet.se>
965
966 * xterm.c (x_new_font): Call change_frame_size before calling
967 x_set_window_size, in case frame size won't change.
968
969 * frame.c (x_set_font): Remove dead code.
970
971 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
974
975 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * lread.c (Fload): Don't output a message after loading an obsolete
978 package any more (done in Lisp now).
979
980 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
981
982 * fns.c (syms_of_fns): Doc fix (Bug#4227).
983
984 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * keymap.c (Fwhere_is_internal): Use nconc2.
987
988 2009-09-11 Alan Mackenzie <acm@muc.de>
989
990 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
991 batch mode.
992
993 2009-09-11 Andreas Schwab <schwab@linux-m68k.org>
994
995 * xdisp.c (display_mode_element): Detect cycles.
996
997 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * keymap.c (where_is_internal): Don't erroneously return nil right after
1000 filling the cache.
1001 (where_is_internal_1): Fix up typo.
1002
1003 2009-09-11 Glenn Morris <rgm@gnu.org>
1004
1005 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
1006 share a common doc-string.
1007
1008 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * keymap.c (get_keymap): Return the actual keymap symbol rather than
1011 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
1012
1013 * keymap.c (QCadvertised_binding): New constant.
1014 (syms_of_keymap): Initialize it.
1015 (Fwhere_is_internal): Try and use bindings from :advertised-binding
1016 if applicable.
1017
1018 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
1021 (parse_menu_item): Streamline since bindings are recomputed all the
1022 time anyway. Don't bother checking Vdefine_key_rebound_commands any
1023 more and don't support lmenu's menu-alias any more either.
1024
1025 * keymap.c (where_is_internal_data): Make noindirect a boolean.
1026 (where_is_internal): Strip it down to only traverse the keymaps.
1027 Move the cache handling from Fwhere_is_internal to here.
1028 (Fwhere_is_internal): Move the handling of remapping and the choice of
1029 the best binding from where_is_internal to here.
1030 Unify the cached/noncached paths, so remapping is also handled
1031 correctly when the cache is used, and so the cache can be used to
1032 speed up remap-handling when applicable.
1033 Give preference to non-remapped bindings.
1034 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
1035 non-remapped bindings.
1036 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
1037 command remapping.
1038
1039 * xdisp.c (display_mode_element): Move list length limit from 50 to
1040 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
1041
1042 2009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
1043
1044 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
1045
1046 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
1049 (Bug#4334)
1050
1051 * keymap.c (where_is_internal): Filter out shadowed remappings.
1052 Assume that where_is_internal returns unshadowed bindings to simplify
1053 the code and get rid of the gotos. Use ASIZE.
1054
1055 2009-09-04 Jan Djärv <jan.h.d@swipnet.se>
1056
1057 * xterm.c (x_focus_changed): If we get a focusout and pointer
1058 is invisible, make it visible.
1059
1060 * xterm.h: Remove condition for declaration of
1061 x_*_window_to_frame.
1062
1063 2009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1064
1065 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
1066 initial terminal as well.
1067
1068 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
1069
1070 * xterm.h: Rename x_non_menubar_window_to_frame to
1071 x_menubar_window_to_frame.
1072
1073 * xterm.c: Remove declarations also in xterm.h
1074 (XTmouse_position): Do not return valid positions
1075 for clicks in the menubar and the toolbar for Gtk+.
1076
1077 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
1078 if the widget for the event has the same top level as a frame,
1079 return the frame.
1080 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
1081 internal windows, bug #4122.
1082 (x_non_menubar_window_to_frame): Remove.
1083
1084 2009-09-02 Glenn Morris <rgm@gnu.org>
1085
1086 * buffer.c (default-major-mode): Move most of the doc from here...
1087 (major-mode): ... to here.
1088
1089 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
1090
1091 * process.c (wait_reading_process_output): Keep the descriptor
1092 when pty is used by a non-child process, e.g., in I/O buffer of
1093 GDB this allows inferior to be restarted.
1094
1095 2009-08-29 Eli Zaretskii <eliz@gnu.org>
1096
1097 * xdisp.c (redisplay_internal): Remove redundant test and collapse
1098 both branches into one.
1099
1100 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
1103 (main): Use enable-multibyte-characters rather than
1104 default-enable-multibyte-characters. Output a warning message when
1105 running a unibyte session.
1106
1107 2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1108
1109 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
1110 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
1111 (copy_data_segment): Also copy __program_vars section.
1112 (copy_dyld_info) [LC_DYLD_INFO]: New function.
1113 (dump_it) [LC_DYLD_INFO]: Use it.
1114
1115 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
1116
1117 2009-08-28 Eli Zaretskii <eliz@gnu.org>
1118
1119 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
1120 $(SRC)/buildobj.h.
1121 (buildobj.h): Renamed from $(SRC)/buildobj.h.
1122 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
1123 $(SRC)/buildobj.h.
1124 (clean): Add buildobj.h.
1125
1126 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
1127
1128 * print.c (print_object): Set escapeflag to 1 when printing
1129 hashtable keys and values.
1130
1131 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * lread.c (read_integer): Use doubles (and potentially return a float
1134 number) as we do in string-to-number.
1135 (read1): Use strtol to read integers, signal errors on strtol's
1136 overflow and use floats if strtol's output is too large for
1137 Elisp integers.
1138
1139 2009-08-27 Eli Zaretskii <eliz@gnu.org>
1140
1141 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
1142 (make-buildobj-SH): Fix last change.
1143 (SRC): Move to before where it's first used.
1144
1145 2009-08-27 Kenichi Handa <handa@m17n.org>
1146
1147 * process.c (send_process): Use encode_coding_object instead of
1148 encode_coding_string to perform eol-conversion even if the string
1149 is unibyte.
1150
1151 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
1152 character.
1153
1154 * cmds.c (Fself_insert_command): Avoid unnecessay
1155 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
1156
1157 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
1158
1159 * callproc.c (Fcall_process): Remove always true #if.
1160
1161 * lisp.h: Replace #if 0 code for checking with text pointing to
1162 the --enable-checking configure flag.
1163
1164 * emacs.c (main): Mention the --enable-profiling configure flag
1165 instead of using CFLAGS.
1166
1167 2009-08-26 Ken Raeburn <raeburn@raeburn.org>
1168
1169 * Makefile.in (buildobj.h): New target.
1170 (doc.o): Depend on it.
1171 (temacs${EXEEXT}): Don't generate buildobj.lst.
1172 (mostlyclean): Delete buildobj.h, not buildobj.lst.
1173 * makefile.w32-in ($(SRC)/buildobj.h): New target.
1174 ($(BLD)/doc.$(O)): Depend on it.
1175 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
1176 provided by Eli Zaretskii.)
1177 ($(TEMACS)): Don't generate buildobj.lst.
1178 * doc.c: Include buildobj.h.
1179 (buildobj): New static variable.
1180 (Fsnarf_documentation): Use it, instead of opening and reading
1181 buildobj.lst.
1182
1183 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
1184
1185 * dbusbind.c (Fdbus_call_method)
1186 (Fdbus_call_method_asynchronously): Use English numeric format for
1187 timeout values in doc string.
1188
1189 2009-08-25 Kenichi Handa <handa@m17n.org>
1190
1191 * alloc.c (mark_char_table): New function.
1192 (mark_object): Use mark_char_table for a char-table.
1193
1194 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
1195 (CHAR_TABLE_REF): Use it.
1196
1197 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
1198
1199 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
1200 before invoking the newly build emacs to check for load-path
1201 shadowing.
1202
1203 2009-08-22 Glenn Morris <rgm@gnu.org>
1204
1205 * Makefile.in (bootstrap_exe): New variable.
1206 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
1207 Use ${bootstrap_exe}.
1208
1209 2009-08-22 Eli Zaretskii <eliz@gnu.org>
1210
1211 * coding.h (encode_coding_string): Don't encode unibyte strings.
1212 (Bug#4047)
1213
1214 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
1215
1216 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
1217
1218 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
1219 intended as hotfix only.
1220 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
1221
1222 2009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
1223
1224 * nsterm.m (ns_get_color): Update documentation properly for last
1225 change, and clean up loose ends in the code left by it. Fix
1226 longstanding bug with 16-bit hex parsing, and add support for
1227 yet another X11 format (rgb:r/g/b) for compatibility.
1228 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
1229 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
1230
1231 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1232
1233 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
1234
1235 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
1236
1237 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
1238 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
1239 (xd_initialize, xd_pending_messages): Check, whether
1240 $DBUS_SESSION_BUS_ADDRESS is set.
1241
1242 2009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1243
1244 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
1245
1246 * nsterm.m (ns_get_color): Remove incompatible color formats again.
1247
1248 2009-08-20 Glenn Morris <rgm@gnu.org>
1249
1250 * emacs.c (system-type): Doc fix.
1251
1252 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
1255 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
1256
1257 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
1258
1259 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
1260 New functions.
1261 (xd_initialize): Revert change from 2009-08-16.
1262
1263 2009-08-18 Kenichi Handa <handa@m17n.org>
1264
1265 * fontset.c (Ffontset_font): If a nil element is found in a
1266 font-group vector, return nil.
1267
1268 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
1269
1270 * process.c (status_notify): Don't perform redisplay.
1271 (Fdelete_process, list_processes_1, process_send_signal):
1272 Expliticly perform redisplay.
1273 (wait_reading_process_output): Always check process status, but
1274 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
1275
1276 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
1277
1278 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
1279 (XFLOAT_INIT): New macro for storing a float value.
1280 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
1281 * fns.c (sxhash): Copy out the value of a float in order to
1282 examine its bytes.
1283 * dbusbind.c (xd_append_arg): Likewise.
1284
1285 * emacs.c (main): Don't call syms_of_data twice.
1286
1287 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
1288
1289 * dbusbind.c (xd_initialize): Add connection file descriptor to
1290 input_wait_mask, in order to let select() detect, whether a new
1291 message has been arrived.
1292 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
1293
1294 2009-08-15 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
1297 New functions.
1298
1299 * lisp.h (xd_pending_messages): Declare.
1300
1301 * keyboard.c (readable_events): Call xd_pending_messages.
1302
1303 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
1304
1305 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
1306
1307 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
1308
1309 * buffer.c (set_buffer_internal_1)
1310 (swap_out_buffer_local_variables): Check for unbound local
1311 variables (Bug#4138).
1312
1313 2009-08-14 Eli Zaretskii <eliz@gnu.org>
1314
1315 * process.c (create_pty): Fix last change.
1316
1317 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
1318
1319 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
1320 (xbm_load_image): Caller changed.
1321 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
1322
1323 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
1324
1325 * process.c (create_pty): New function.
1326 (Fstart_process): Use it to allow Emacs to just associate a pty
1327 with the buffer. See associated change in gdb-mi.el.
1328 (list_processes_1): Deal with no program name.
1329 (start_process_unwind): Use pid == -2 to mean no process.
1330
1331 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * cmds.c (nonundocount): New global variable.
1334 (keys_of_cmds): Initialize it.
1335 (Fself_insert_command): Use it to combine upto 20 sequential chars
1336 into a single undo entry, just like the Qself_insert_command code in
1337 keyboard.c does.
1338 Call frame_make_pointer_invisible, also like the Qself_insert_command
1339 code in keyboard.c does.
1340 * keyboard.c (command_loop_1): Use the new global nonundocount rather
1341 than its own local replacement for it.
1342
1343 2009-08-10 Ken Raeburn <raeburn@raeburn.org>
1344
1345 * fns.c (concat): Don't re-set string length to its current value.
1346
1347 * coding.h (decode_coding_string, encode_coding_string):
1348 Use SBYTES macro.
1349
1350 * doprnt.c (doprnt_lisp): Delete unused function.
1351 (doprnt): Merge with doprnt1, discarding lispstrings code.
1352 * lisp.h (doprnt_lisp): Don't declare.
1353
1354 2009-08-07 Juri Linkov <juri@jurta.org>
1355
1356 * puresize.h (BASE_PURESIZE): Increase to 1270000.
1357
1358 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1359
1360 * print.c (syms_of_print): Undo previous change.
1361
1362 2009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
1363
1364 * lread.c (read1, syms_of_lread): Read hashtables back from the
1365 readable format.
1366
1367 * print.c (print_preprocess, print_object): Print hashtables fully
1368 and readably.
1369 (syms_of_print): Provide 'hashtable-print-readable.
1370
1371 2009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
1372
1373 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
1374 no family set.
1375 (nsfont_open): Handle case when entity has no family.
1376
1377 2009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
1378
1379 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
1380 element, not a list, for match case.
1381
1382 2009-07-28 Kenichi Handa <handa@m17n.org>
1383
1384 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
1385 rigidly.
1386
1387 * xfont.c (xfont_list_pattern): Don't ignore the return value of
1388 font_parse_xlfd. Check font properties more rigidly.
1389
1390 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1391
1392 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
1393 bsd-common.h.
1394
1395 2009-07-27 Kenichi Handa <handa@m17n.org>
1396
1397 * xfaces.c (face_with_height): Call font_clear_prop.
1398
1399 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
1400
1401 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
1402
1403 * xterm.c (x_term_init): Use Qx.
1404
1405 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
1406
1407 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
1408 (ns_get_color): Revert 2009-07-16 change.
1409
1410 2009-07-25 Eli Zaretskii <eliz@gnu.org>
1411
1412 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1413 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
1414
1415 2009-07-25 Ken Raeburn <raeburn@raeburn.org>
1416
1417 * coding.h (decode_coding_string, encode_coding_string):
1418 Use SCHARS macro.
1419
1420 * lread.c: Rewrite 2009-07-21 changes.
1421 (load_depth): Delete.
1422 (Qload_in_progress): New variable.
1423 (load_unwind): Don't reference load_depth or load_in_progress.
1424 (Fload): Likewise; specbind Qload_in_progress instead.
1425 (init_lread): Don't initialize load_depth.
1426 (syms_of_lread): Initialize and protect Qload_in_progress.
1427
1428 2009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1429
1430 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
1431
1432 2009-07-23 Yavor Doganov <yavor@gnu.org>
1433
1434 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
1435
1436 2009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1437
1438 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
1439 Bugs 3792, 3720, 2402.
1440 (ns_lookup_indexed_color): Check for bad index.
1441 (ns_index_color): Init unused slot to 0.
1442 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
1443 Bug 3714, possibly 3082.
1444
1445 2009-07-22 Jason Rumney <jasonr@gnu.org>
1446
1447 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
1448 Position IME window at cursor (Bug#2570).
1449 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
1450 (globals_of_w32fns): Dynamically load functions required above.
1451
1452 * w32term.c (w32_draw_window_cursor): Send message to reposition
1453 any IME window.
1454
1455 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
1456
1457 * fileio.c: Revert 2009-07-16 changes.
1458 (Vauto_save_include_big_deletions): New variable.
1459 (Fdo_auto_save): Disable auto-save only if
1460 auto-save-include-big-deletions is nil.
1461
1462 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * xdisp.c (move_it_to): For continued lines ending in a tab, take
1465 the overflowed pixels into account (Bug#3879).
1466
1467 2009-07-21 Ken Raeburn <raeburn@raeburn.org>
1468
1469 * lread.c (load_depth): New variable.
1470 (Fload, load_unwind, init_lread): Set it to the load recursion
1471 depth; set load_in_progress as a simple boolean based on the
1472 current load_depth. (Bug#3892)
1473
1474 2009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
1475
1476 * nsfont.m (ns_has_attribute): Remove.
1477 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
1478
1479 2009-07-18 Juri Linkov <juri@jurta.org>
1480
1481 * process.c (Fset_process_query_on_exit_flag): Mention killing
1482 a buffer in docstring.
1483
1484 2009-07-17 Kenichi Handa <handa@m17n.org>
1485
1486 * casetab.c (shuffle): Fix the logic of setting up the cycle.
1487
1488 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1489
1490 * nsfns.m (Fns_set_alpha): Remove function.
1491 (syms_of_nsfns): Don't defsubr it.
1492
1493 * nsterm.m (ns_get_color): Remove incompatible color formats.
1494 (ns_color_to_lisp): Generate #rrggbb color format string.
1495
1496 2009-07-16 Richard Stallman <rms@gnu.org>
1497
1498 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
1499 (Fset_buffer_auto_saved): Handle save_length = -2.
1500
1501 2009-07-16 Chong Yidong <cyd@stupidchicken.com>
1502
1503 * xterm.c (Qx_gtk_map_stock): New var.
1504
1505 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
1506 of calling intern each time.
1507
1508 2009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1509
1510 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
1511 does tiling.
1512
1513 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
1514
1515 2009-07-14 Kenichi Handa <handa@m17n.org>
1516
1517 * font.c (font_vconcat_entity_vectors): New function.
1518 (struct font_sort_data): New member font_driver_preference.
1519 (font_compare): Check font_driver_preference.
1520 (font_sort_entities): The format of the first argument changed.
1521 (font_delete_unmatched): Likewise.
1522 (font_list_entities): The return type changed.
1523 (font_select_entity): The format of the second argument changed.
1524 (font_find_for_lface): Adjuste for the above changes.
1525 Don't suppress the checking of C even if the repertory supports it.
1526 (Flist_fonts): Adjust for the above changes.
1527
1528 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
1529 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
1530 Reject a font who has adstyle property that is different from a
1531 langname derived from registry property.
1532 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
1533
1534 2009-07-13 Eli Zaretskii <eliz@gnu.org>
1535
1536 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
1537 local copy of dirfilename.
1538
1539 2009-07-13 Kenichi Handa <handa@m17n.org>
1540
1541 * chartab.c (sub_char_table_ref_and_range): Fix the range check
1542 against max_char.
1543
1544 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
1545 calling XSYMBOL (sym).
1546
1547 2009-07-11 Eli Zaretskii <eliz@gnu.org>
1548
1549 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
1550 New function.
1551 (directory_files_internal) [WINDOWSNT]:
1552 Bind w32-get-true-file-attributes to either t or nil, depending whether
1553 the filesystem of the directory is fast or slow.
1554
1555 * w32.c (logon_network_drive): Don't assume PATH is an absolute
1556 file name.
1557 (is_slow_fs): New function.
1558 (stat): Use it to determine whether to issue more system calls to
1559 get accurate file attributes, when w32-get-true-file-attributes is
1560 `local'.
1561
1562 2009-07-10 Jan Djärv <jan.h.d@swipnet.se>
1563
1564 * xfns.c (Fx_select_font): Remember last font selected in
1565 x_last_font_name and use that the next time. Also try the frame
1566 parameter font-parameter as default to the font dialog.
1567
1568 2009-07-10 Kenichi Handa <handa@m17n.org>
1569
1570 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
1571
1572 2009-07-09 Eli Zaretskii <eliz@gnu.org>
1573
1574 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
1575
1576 * w32.c (stat): Treat UNC file names as residing on remote
1577 drives. (Bug#3542)
1578
1579 2009-07-09 Kenichi Handa <handa@m17n.org>
1580
1581 * fontset.c (fontset_find_font): Fix previous change.
1582
1583 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
1586 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
1587 error flag.
1588
1589 2009-07-08 Kenichi Handa <handa@m17n.org>
1590
1591 * fontset.c (fontset_find_font): Fix the logic of handling
1592 charset_matched.
1593 (font_for_char): Delete unused var.
1594 (generate_ascii_font_name): Delete it.
1595
1596 * coding.h (JIS_TO_SJIS2): Fix the code range check.
1597
1598 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
1599 (encode_coding_sjis): Fix the code range check.
1600
1601 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
1604 (Fexpand_file_name): Copy string data properly (Bug#3772).
1605
1606 2009-07-07 Jan Djärv <jan.h.d@swipnet.se>
1607
1608 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
1609 first MapNotify.
1610
1611 2009-07-07 Kenichi Handa <handa@m17n.org>
1612
1613 * character.h (unibyte_has_multibyte_table): Delete extern.
1614 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
1615
1616 * charset.c (Fset_charset_priority): Update charset_unibyte.
1617 (syms_of_charset): Initialize charset_unibyte.
1618
1619 * character.c (unibyte_has_multibyte_table): Delete it.
1620 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
1621 charset_unibyte.
1622 (multibyte_char_to_unibyte_safe): Likewise.
1623 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
1624
1625 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
1626 (x_produce_glyphs): Likewise.
1627
1628 * .gdbinit (xcharset): Fix the treating $arg0.
1629
1630 2009-07-04 Eli Zaretskii <eliz@gnu.org>
1631
1632 Emulation of `getloadavg' on MS-Windows.
1633 * w32.c: Include float.h
1634 (g_b_init_get_native_system_info, g_b_init_get_system_times)
1635 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
1636 (get_native_system_info, get_system_times): New functions.
1637 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
1638 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
1639 (globals_of_w32): Initialize g_b_init_get_native_system_info,
1640 g_b_init_get_system_times, and num_of_processors.
1641
1642 2009-07-03 Jason Rumney <jasonr@gnu.org>
1643
1644 * w32term.c (w32_initialize): Use standard types.
1645
1646 2009-07-03 Eli Zaretskii <eliz@gnu.org>
1647
1648 * dired.c (Ffile_attributes): Decode user and group names by the
1649 locale's encoding. (Bug#3443)
1650
1651 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1652
1653 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
1654 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
1655
1656 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
1657
1658 * term.c (init_tty): Remove spurious #ifdef.
1659
1660 * m/mips.h: Mention this file is also used for netbsd.
1661 * m/pmax.h: Remove file.
1662
1663 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
1664
1665 * xterm.h (struct x_display_info): Add invisible_cursor.
1666 (struct x_output): Add current_cursor.
1667
1668 * xterm.c (XTtoggle_invisible_pointer): New function.
1669 (x_define_frame_cursor): Don't define cursor if invisible or the
1670 same as before. Set current_cursor.
1671 (x_create_terminal): Set toggle_invisible_pointer_hook.
1672
1673 * xfns.c (make_invisible_cursor): New function.
1674 (x_set_mouse_color): Call make_invisible_cursor.
1675 Set current_cursor.
1676 (x_window): Set current_cursor.
1677
1678 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
1679
1680 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
1681 inserting a character.
1682 (read_avail_input): Call frame_make_pointer_visible.
1683
1684 * frame.c (Vmake_pointer_invisible): New variable.
1685 (frame_make_pointer_invisible, frame_make_pointer_visible):
1686 New functions.
1687 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
1688
1689 * frame.h: Declare frame_make_pointer_invisible and
1690 frame_make_pointer_visible.
1691 (struct frame): Add pointer_invisible.
1692
1693 2009-07-02 Jan Djärv <jan.h.d@swipnet.se>
1694
1695 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
1696 frame isn't visible.
1697 (xg_frame_resized): If width/height is -1, get size of window
1698 from X server.
1699
1700 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
1701 for MapNotify.
1702
1703 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
1704 here or call change_frame_size. Just call flush_and_sync.
1705 (flush_and_sync): Reintroduce.
1706
1707 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1708
1709 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
1710
1711 * xterm.c (x_handle_net_wm_state): Also look for sticky.
1712 (x_term_init): Initialize Xatom_net_wm_state_sticky.
1713
1714 * frame.h: Declare Qsticky.
1715
1716 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
1717
1718 * nsfns.m (ns_frame_parm_handlers): Ditto.
1719
1720 * frame.c: Declare Qsticky.
1721 (frame_parms): Add sticky.
1722
1723 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
1724
1725 * xterm.h: Declare x_set_sticky.
1726
1727 * xterm.c (x_set_sticky): New function.
1728
1729 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
1730 (xg_tool_bar_menu_proxy): Attach enter/leave events to
1731 xg_tool_bar_proxy_help_callback.
1732
1733 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
1734
1735 * frame.c: Qmaximized is new.
1736 (x_set_frame_parameters): Do not handle fullscreen specially.
1737 Only set width and height if explicitly set.
1738 (x_set_fullscreen): Handle Qmaximized.
1739 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
1740 (syms_of_frame): Initialize Qmaximized.
1741
1742 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
1743 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
1744
1745 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
1746 for Expose event. Add call to x_check_fullscreen for MapNotify event.
1747 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
1748 set gravity to NorthWestGravity when USE_GTK.
1749 (set_wm_state): New function.
1750 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
1751 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
1752 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
1753 or the case when no window manager is running. That means remove calls
1754 to x_real_positions and x_fullscreen_adjust.
1755
1756 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
1757 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
1758 flush_and_sync.
1759 (xg_height_changed): New function.
1760 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1761 and gtk_window_set_policy. Set frame gravity after parsing the
1762 geometry string.
1763 (xg_update_frame_menubar, free_frame_menubar)
1764 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
1765 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
1766 Remove calls to xg_frame_set_char_size.
1767
1768 2009-07-01 Kenichi Handa <handa@m17n.org>
1769
1770 * keyboard.c (decode_keyboard_code): New function.
1771 (tty_read_avail_input): Decode the input bytes if necessary.
1772
1773 * coding.c (setup_coding_system):
1774 Initialize coding->carryover_bytes to 0.
1775 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
1776 use Qno_conversion.
1777
1778 2009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1779
1780 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
1781
1782 2009-06-30 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
1785
1786 2009-06-30 Jason Rumney <jasonr@gnu.org>
1787
1788 * w32term.c (w32_initialize): Use GetModuleHandle for library that
1789 is already loaded.
1790 Set user model ID if supported (bug#1849).
1791
1792 2009-06-29 Jim Meyering <meyering@redhat.com>
1793
1794 Remove useless if-before-xfree test.
1795 * nsfont.m (nsfont_close): Remove useless test.
1796 * term.c (delete_tty): Likewise.
1797 * w32.c (system_process_attributes): Likewise.
1798 * w32font.c (w32font_close): Likewise.
1799 * xfaces.c (x_free_gc): Likewise.
1800 * xselect.c (buffer): Likewise.
1801
1802 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
1803
1804 * process.c (send_process): Keep decoded string in a local
1805 variable and protect it from GC. (Bug#3521)
1806
1807 2009-06-28 Eli Zaretskii <eliz@gnu.org>
1808
1809 * term.c (create_tty_output) [MSDOS]: #ifdef away.
1810 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
1811
1812 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
1813
1814 * xdisp.c (start_display, handle_face_prop)
1815 (move_it_vertically_backward, cursor_row_fully_visible_p)
1816 (redisplay_window, try_window_id, produce_image_glyph):
1817 Delete some #ifdef-ed out code chunks that are now obsolete.
1818
1819 * xterm.c (x_update_window_begin, x_new_focus_frame)
1820 (x_scroll_bar_handle_click, handle_one_xevent)
1821 (handle_one_xevent, XTread_socket, x_focus_on_frame)
1822 (x_make_frame_visible, x_make_frame_invisible)
1823 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
1824 code chunks that are now obsolete.
1825
1826 2009-06-28 Michael Albinus <michael.albinus@gmx.de>
1827
1828 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
1829 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
1830 for hours, when optimzation is enabled.
1831 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
1832 (xd_read_message): Make them static.
1833
1834 2009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
1835
1836 * term.c (turn_on_face): Allow simultaneously bold and dim
1837 terminal faces (Bug#3530).
1838
1839 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
1840
1841 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
1842
1843 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
1844 truncation glyphs (Bug#3686).
1845
1846 2009-06-27 Glenn Morris <rgm@gnu.org>
1847
1848 * m/pmax.h: Restore file, with only netbsd portions.
1849
1850 2009-06-26 David Reitter <david.reitter@gmail.com>
1851
1852 * nsterm.m (keydown): Avoid infinite loop.
1853
1854 2009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
1855
1856 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
1857 the arg FORCE_SYMBOL.
1858
1859 2009-06-25 Kenichi Handa <handa@m17n.org>
1860
1861 * fontset.c (fontset_find_font): When a usable rfont_def is found
1862 in a fallback font-group, make it the first element of the group.
1863
1864 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
1865
1866 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
1867
1868 2009-06-24 Kenichi Handa <handa@m17n.org>
1869
1870 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
1871 set for C.
1872 (fontset_font): Record the availability of a font for C both in
1873 the realized fontsets of the current one and the default one.
1874
1875 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1876
1877 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
1878 conditional, it is always defined on AIX.
1879
1880 2009-06-23 Miles Bader <miles@gnu.org>
1881
1882 * window.c (Vrecenter_redisplay): New variable.
1883 (syms_of_window): Initialize it.
1884 (Qtty): New extern declaration.
1885 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
1886
1887 2009-06-23 Jim Meyering <meyering@redhat.com>
1888
1889 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
1890 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
1891 pointer dereferences are guaranteed to be valid.
1892
1893 2009-06-23 Kenichi Handa <handa@m17n.org>
1894
1895 * emacs.c (main): Call init_font ().
1896
1897 * font.h (Vfont_log): Extern it.
1898 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
1899
1900 * font.c (font_sort_entities, font_list_entities)
1901 (font_matching_entity, font_open_entity)
1902 (font_close_object): Change font_add_log to FONT_ADD_LOG.
1903 (Vfont_log): Delete static.
1904 (font_log_env_checked): Delete this variable.
1905 (font_add_log): Don't check font_log_env_checked.
1906 (font_deferred_log): Check Vfont_log.
1907 (init_font): New function.
1908
1909 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
1910
1911 * w32font.c: Change font_add_log to FONT_ADD_LOG.
1912
1913 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
1914
1915 * xfont.c: Change font_add_log to FONT_ADD_LOG.
1916
1917 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
1918 (face_for_char): Don't call font_deferred_log here.
1919 (font_for_char): Likewise.
1920
1921 2009-06-22 Chong Yidong <cyd@stupidchicken.com>
1922
1923 * w32term.c (x_draw_glyph_string): Use the glyph string's width
1924 rather than its background_width for drawing the overline and
1925 underline (Bug#489).
1926
1927 * xterm.c (x_draw_glyph_string): Use the glyph string's width
1928 rather than its background_width for drawing the overline and
1929 underline (Bug#489).
1930 (xg_default_icon_file): New variable.
1931 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
1932 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
1933
1934 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
1935 (load_overlay_strings): Remove externs.
1936 (fast_find_position): Function deleted.
1937 (mouse_face_from_buffer_pos): New function, based on
1938 fast_find_position. Correctly handle before-strings,
1939 display-strings, and after-strings (Bug#1220).
1940 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
1941
1942 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1943
1944 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
1945 (move_it_in_display_line_to, move_it_in_display_line_to)
1946 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
1947
1948 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1949
1950 * Branch for 23.1.
1951
1952 2009-06-21 Jason Rumney <jasonr@gnu.org>
1953
1954 * w32term.c (keyboard_codepage): New static variable.
1955 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
1956 (w32_read_socket) [WM_CHAR]: Use it to decode character
1957 input (bug#3237).
1958 (w32_initialize): Initialize it.
1959 (codepage_for_locale): New function.
1960
1961 2009-06-20 Ken Raeburn <raeburn@raeburn.org>
1962
1963 * process.c (status_message): Pass Faset index argument as a lisp
1964 object, so as to work with USE_LISP_UNION_TYPE.
1965
1966 2009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1967
1968 * coding.c (Ffind_coding_systems_region_internal):
1969 Cache checked characters.
1970
1971 2009-06-18 Kenichi Handa <handa@m17n.org>
1972
1973 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
1974
1975 2009-06-18 Andreas Schwab <aschwab@redhat.com>
1976
1977 * xdisp.c (redisplay_internal): Check that the frame is still
1978 live after redisplay of its windows.
1979 (redisplay_windows): Check that the window is still live.
1980
1981 2009-06-17 Andreas Schwab <schwab@linux-m68k.org>
1982
1983 * coding.c (detect_coding_utf_16): Fix previous change.
1984
1985 2009-06-16 Kenichi Handa <handa@m17n.org>
1986
1987 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
1988 UTF-16 by checking the dispersion of Eth and Oth bytes.
1989
1990 2009-06-15 Andreas Schwab <schwab@linux-m68k.org>
1991
1992 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
1993
1994 2009-06-15 Kenichi Handa <handa@m17n.org>
1995
1996 * process.c (status_message): Fix previous change. Be sure to
1997 decode a localized string.
1998
1999 2009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2000
2001 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
2002 add comment explaining why.
2003
2004 2009-06-14 Sidney Markowitz <sidney@sidney.com>
2005
2006 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
2007
2008 2009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
2009
2010 * nsfont.m (ns_attribute_value): Remove.
2011 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
2012 (ns_has_attribute): Shrink the normal range.
2013 (ns_findfonts): Don't worry about requested spec in determining
2014 need for synthItal.
2015 (ns_get_covering_families): Retain scriptToFamilies.
2016
2017 2009-06-14 Seiji Zenitani <zenitani@mac.com>
2018
2019 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
2020
2021 2009-06-11 Kenichi Handa <handa@m17n.org>
2022
2023 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2024 overhang for the static composition case.
2025
2026 2009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2027
2028 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
2029 overhang for the automatic composition case.
2030
2031 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
2032 composition case.
2033
2034 2009-06-10 Chong Yidong <cyd@stupidchicken.com>
2035
2036 * xdisp.c (get_next_display_element): When handling wrap-prefix
2037 and line-prefix, treat \n as a control character (bug#3502).
2038
2039 2009-06-10 Kenichi Handa <handa@m17n.org>
2040
2041 * font.c (font_parse_family_registry): Fix for one-char foundry.
2042 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
2043
2044 2009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
2045
2046 * process.c (status_message): Fix handling of multibyte signal
2047 string (Bug#3499).
2048
2049 2009-06-09 Jim Meyering <meyering@redhat.com>
2050
2051 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
2052 color name is missing.
2053
2054 2009-06-09 Kenichi Handa <handa@m17n.org>
2055
2056 * charset.c (Fmap_charset_chars): In docstring, state clearly that
2057 FROM-CODE and TO-CODE are codepoints of CHARSET.
2058
2059 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2060
2061 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
2062
2063 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
2064
2065 Changes to support :script/:lang/:otf in NS font driver.
2066 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
2067 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
2068 indicate not part of font driver interface, and change callers.
2069 (ns_get_family): Remove pointless null check.
2070 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
2071 ns_spec_to_descriptor, ns_descriptor_to_entity.
2072 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
2073 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
2074 (ns_spec_to_descriptor, ns_descriptor_to_entity)
2075 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
2076 (ns_get_req_script, ns_accumulate_script_ranges)
2077 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
2078 New functions.
2079 (nsfont_list, nsfont_match): Use ns_findfonts.
2080 (nsfont_open): Use font descriptor instead of traits.
2081 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
2082 (dump_glyphstring): Rename to ns_dump_glyphstring.
2083
2084 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
2085
2086 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
2087
2088 * fontset.c (fontset_from_font): Remove NS-specific code.
2089
2090 2009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
2091
2092 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
2093 nonactive windows.
2094
2095 2009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
2096
2097 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
2098
2099 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
2100
2101 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
2102
2103 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
2104
2105 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
2106 account for the overflowing of newlines into the last glyph on the
2107 display line (Bug#3482).
2108
2109 2009-06-05 David Reitter <david.reitter@gmail.com>
2110
2111 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
2112 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
2113 Fns_selection_exists_p, Fns_selection_owner_p.
2114
2115 2009-06-03 Jason Rumney <jasonr@gnu.org>
2116
2117 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
2118 available. (Bug#3379)
2119
2120 2009-05-29 Kenichi Handa <handa@m17n.org>
2121
2122 * coding.c (get_translation_table):
2123 Check Venable_character_translation.
2124
2125 2009-05-26 David Reitter <david.reitter@gmail.com>
2126
2127 * nsterm.m (ns_raise_frame): Only raise frame if visible.
2128 (x_make_frame_visible): Move frame to front rather than calling
2129 ns_raise_frame().
2130 (keyDown:): Do not swallow events that aren't re-sent if frame
2131 isn't key window.
2132 (drawRect:): Do not set visibility/iconified flags because
2133 drawRect may be called by NSView even if the frame is hidden.
2134
2135 * nsfns.m (Fx_create_frame): Follow other ports in
2136 determining visibility; default to t. Ensure async_visible is set.
2137
2138 2009-05-23 Eli Zaretskii <eliz@gnu.org>
2139
2140 * dired.c (Ffile_attributes): Doc fix.
2141
2142 2009-05-22 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
2145
2146 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
2149 and xfont_scratch_props.
2150 (syms_of_xfont): Do it here instead.
2151 (xfont_find_ccl_program): Delete, unused.
2152 (xfont_open): Delete unused var `i'.
2153
2154 2009-05-21 Kenichi Handa <handa@m17n.org>
2155
2156 * fontset.c (Qlatin): Don't make it static.
2157
2158 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
2159 New functions.
2160 (xfont_scripts_cache, xfont_scratch_props): New variables.
2161 (Qlatin, Vscalable_fonts_allowed): Extern it.
2162 (xfont_list_pattern): Argument changed. Callers changed.
2163 Check Vscalable_fonts_allowed. Check the support of a script.
2164 (xfont_list): Don't reject a font spec with :script property.
2165 (xfont_has_char): Fix setting of encoding.
2166 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
2167 xfont_scratch_props.
2168
2169 2009-05-19 Kenichi Handa <handa@m17n.org>
2170
2171 * font.c (font_sort_entities): Rename from font_sort_entites.
2172 Callers changed.
2173
2174 2009-05-18 Kenichi Handa <handa@m17n.org>
2175
2176 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
2177
2178 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
2181 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
2182
2183 2009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2184
2185 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
2186 (x_delete_terminal): Dissociate resource database from display and
2187 then call XrmDestroyDatabase before closing display.
2188
2189 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2190
2191 * nsterm.m (ns_read_socket): Remove unused variable.
2192 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
2193 whether selected frame is viable before raising it (based on patch
2194 by David Reitter), and improve commentary.
2195 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
2196
2197 2009-05-15 Kenichi Handa <handa@m17n.org>
2198
2199 * font.c (Ffont_spec): Check arguments.
2200
2201 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
2202
2203 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
2204 weight when testing attributes (Bug#3282).
2205
2206 2009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2207
2208 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
2209 what we expect to get in the next ConfigureNotify event.
2210
2211 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
2212 before Xft one (Bug#1696).
2213
2214 2009-05-07 David Reitter <david.reitter@gmail.com>
2215
2216 * nsfns.m (Fx_display_planes): Compute bitplanes using
2217 NSBitsPerPixelFromDepth (Bug#3207).
2218
2219 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
2220
2221 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
2222
2223 2009-05-10 Ulrich Mueller <ulm@gentoo.org>
2224
2225 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
2226
2227 2009-05-07 David Reitter <david.reitter@gmail.com>
2228
2229 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
2230 Respect mouse face background.
2231
2232 2009-05-07 David Reitter <david.reitter@gmail.com>
2233
2234 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
2235 Mouse movement/highlight: bracket drawing operations
2236 in ns_update_begin and ns_update_end.
2237
2238 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * nsfns.m (ns_get_screen): Rewrite.
2241 Don't presume selected-frame is of type `ns'.
2242
2243 * font.c (font_update_drivers): Sanity fallback to avoid disabling
2244 all drivers.
2245
2246 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
2247
2248 2009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2249
2250 * keyboard.h (add_user_signal): Fix typo in extern.
2251
2252 * lisp.h (add_user_signal): Remove extern.
2253
2254 * unexelf.c (unexec): Consider a section to precede the .bss section
2255 if its addresses overlap that of .bss.
2256 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
2257 instead of dumping process.
2258
2259 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
2262
2263 2009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
2266
2267 2009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2268
2269 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
2270 any statements.
2271
2272 2009-05-02 Andreas Schwab <schwab@linux-m68k.org>
2273
2274 * process.c (read_process_output): Make sure the current buffer is
2275 always restored.
2276
2277 * coding.c (record_conversion_result): Don't modify
2278 Vlast_code_conversion_error for successful result.
2279 (alloc_destination): Don't clobber conversion result. (Bug#1650)
2280
2281 2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2282
2283 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
2284 (load_charset_map): Remove unnecessary code.
2285
2286 2009-04-30 David Reitter <david.reitter@gmail.com>
2287
2288 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
2289 through f24.
2290
2291 2009-04-30 Chong Yidong <cyd@stupidchicken.com>
2292
2293 * xfaces.c (face_at_buffer_position): New arg base_face_id.
2294
2295 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
2296 face_at_buffer_position.
2297 (face_before_or_after_it_pos, get_next_display_element)
2298 (note_mouse_highlight): Update face_at_buffer_position call.
2299
2300 * term.c (term_mouse_highlight):
2301 * msdos.c (IT_note_mouse_highlight):
2302 * fontset.c (Finternal_char_font):
2303 * font.c (font_at, font_range): Update face_at_buffer_position call.
2304
2305 * dispextern.h (face_at_buffer_position): Update prototype.
2306
2307 2009-04-30 Kenichi Handa <handa@m17n.org>
2308
2309 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
2310
2311 2009-04-29 Andreas Schwab <schwab@linux-m68k.org>
2312
2313 * callproc.c (Fcall_process): Fix GC protection. Make sure
2314 current buffer is always restored.
2315
2316 2009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2317
2318 * atimer.c (init_atimer): Also clear stopped_atimers.
2319
2320 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
2321
2322 * process.c (create_process): Clean up merger residues of
2323 2008-07-17 change.
2324
2325 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
2326
2327 * lread.c (Vread_circle): New variable.
2328 (read1): Disable recursive read if Vread_circle is nil.
2329
2330 2009-04-29 Kenichi Handa <handa@m17n.org>
2331
2332 * fontset.h (set_default_ascii_font): Delete extern.
2333
2334 * fontset.c (set_default_ascii_font): Delete this unused function.
2335
2336 * frame.c (x_set_font): When ARG is a font-object, check if the
2337 font-object matches with the ASCII font-spec of the frame's
2338 fontset. If not, create a new fontset for the frame. (Bug #3075)
2339
2340 2009-04-28 Andreas Schwab <schwab@linux-m68k.org>
2341
2342 * fns.c (Flocale_info): Protect vector from GC during decoding.
2343
2344 * process.c (Fstart_process): Protect argv strings from GC during
2345 encoding.
2346
2347 2009-04-27 Andreas Schwab <schwab@linux-m68k.org>
2348
2349 * sysdep.c: Include <ctype.h>.
2350
2351 2009-04-27 David Reitter <david.reitter@gmail.com>
2352
2353 * nsfont.m (nsfont_open): Remove unused variable shrink.
2354 Remove commented-out code.
2355
2356 2009-04-26 Johan Bockgård <bojohan@gnu.org>
2357
2358 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
2359
2360 2009-04-25 Jason Rumney <jasonr@gnu.org>
2361
2362 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
2363
2364 2009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2365
2366 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
2367 Swap bytes in short integer if fringe bitmap width > 8.
2368
2369 2009-04-23 Kenichi Handa <handa@m17n.org>
2370
2371 * xfaces.c (Fx_list_fonts): If a font size is specified in
2372 PATTERN, set it in returned scalable fonts.
2373
2374 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * keyboard.c (Fset_input_meta_mode): Doc fix.
2377
2378 * dispnew.c (Fsend_string_to_terminal): Doc fix.
2379
2380 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
2381
2382 * coding.c (Fterminal_coding_system): Doc fix.
2383
2384 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
2385 (Fx_display_pixel_height, Fx_display_planes)
2386 (Fx_display_color_cells, Fx_server_max_request_size)
2387 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
2388 (Fx_display_mm_height, Fx_display_mm_width)
2389 (Fx_display_backing_store, Fx_display_visual_class)
2390 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
2391 Doc fixes, replacing "terminal id" with "terminal object".
2392 (check_x_display_info): Handle terminal objects instead of
2393 terminal ids.
2394
2395 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
2396 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
2397 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
2398 Doc fixes, replacing "terminal id" with "terminal object".
2399
2400 2009-04-21 Kenichi Handa <handa@m17n.org>
2401
2402 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
2403 (font_score): Check AVGWIDTH too.
2404
2405 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
2406 worst case.
2407 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
2408 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
2409
2410 2009-04-19 Jason Rumney <jasonr@gnu.org>
2411
2412 The following changes fix Bug#3005 for wide glyphs on each platform,
2413 without reintroducing Bug#1258 for stretch glyphs.
2414
2415 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
2416 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
2417 get_phys_cursor_geometry.
2418
2419 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
2420 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
2421 using get_phys_cursor_geometry.
2422
2423 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
2424 correctly calculated.
2425
2426 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2427
2428 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
2429 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
2430 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
2431 is deprecated.
2432
2433 2009-04-18 Andreas Schwab <schwab@linux-m68k.org>
2434
2435 * font.c (font_put_frame_data): Use xfree instead of free.
2436
2437 2009-04-17 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * w32font.c (Qja, Qko): Remove declarations.
2440 (syms_of_w32font): Don't DEFSYM them.
2441
2442 2009-04-17 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * font.c (Qja, Qko): Move definitions here from ftfont.c.
2445
2446 * font.h (Qja, Qko): Extern them.
2447
2448 * ftfont.c (Qja, Qko): Remove declarations.
2449
2450 * xfont.c (Qja, Qko): Remove declarations.
2451
2452 2009-04-17 Kenichi Handa <handa@m17n.org>
2453
2454 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
2455 string from a vector to handle Latin-1 characters correctly.
2456
2457 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
2458 entity even if the cache hits.
2459
2460 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
2461
2462 * search.c (boyer_moore): Use zero as marker value for a possible
2463 match instead of depending on overflow behavior. (Bug#2844)
2464
2465 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
2466 * lisp.h: Adjust prototypes.
2467
2468 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
2469
2470 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
2471 change (Bug#3003).
2472
2473 2009-04-16 Kenichi Handa <handa@m17n.org>
2474
2475 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
2476
2477 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
2478 adstyle.
2479
2480 * ftfont.c (Qja, Qko): Don't make them static.
2481 (enum ftfont_cache_for): New enum.
2482 (fc_charset_table): Undo the previous change.
2483 (ftfont_get_latin1_charset): Delete it.
2484 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
2485 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
2486 non-scarable font, try to get AVERAGE_WIDTH.
2487 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
2488 Change ft_face_cache from a list of a hash-table. Don't check
2489 `ja' and `ko' adstyle here.
2490 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
2491 FTFONT_CACHE_FOR_CHARET.
2492 (ftfont_get_charset): Undo the previous change.
2493 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
2494 (ftfont_close): Likewise.
2495 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
2496
2497 * font.c (font_sort_entites): Change the meaning of the arg
2498 BEST-ONLY. Don't optimize for VEC of lenght 1.
2499 (font_select_entity): Just return the value of font_sort_entites.
2500
2501 * xfaces.c (merge_face_vectors): Reflect font properties in
2502 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
2503 font_clear_prop if a face attribute doesn't change.
2504
2505 * charset.h (charset_ksc5601): Extern it.
2506
2507 * charset.c (charset_ksc5601): New variable.
2508 (Fdefine_charset_internal): Set charset_ksc5601.
2509 (init_charset_once): Initialize charset_ksc5601 to -1.
2510
2511 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2512
2513 * fileio.c (history_delete_duplicates): Remove unused declaration.
2514
2515 * callint.c (history_delete_duplicates): New declaration.
2516 (Fcall_interactively): Remove command history duplicates when
2517 history_delete_duplicates is true.
2518
2519 2009-04-14 Eli Zaretskii <eliz@gnu.org>
2520
2521 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
2522
2523 2009-04-14 Kenichi Handa <handa@m17n.org>
2524
2525 * font.c (Ffont_info): Fix docstring. Fix the second element of
2526 the returned value (bug#2949).
2527
2528 2009-04-14 Chong Yidong <cyd@stupidchicken.com>
2529
2530 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
2531
2532 2009-04-14 Kenichi Handa <handa@m17n.org>
2533
2534 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
2535 encoding charset is ascii_compatible.
2536
2537 * charset.c (Fdefine_charset_internal): Make charset
2538 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
2539 code_offset is 0, and covers all ASCII characters.
2540
2541 2009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
2544 (ns_string_to_pasteboard_internal):
2545 * nsmenu.m (process_dialog):
2546 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
2547 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
2548 * lisp.h (Fx_load_color_file): Declare.
2549
2550 2009-04-13 Kenichi Handa <handa@m17n.org>
2551
2552 * font.c (font_delete_unmatched): Preserve the order of list elements.
2553 (font_select_entity): Suppress the code to optimize for the same
2554 kind of fonts.
2555 (font_load_for_lface): Get a font that supports at least ASCII
2556 characters.
2557
2558 * ftfont.c (Qja, Qko): New variables.
2559 (fc_charset_table): Delete uniquifier data for iso8859-1.
2560 (ftfont_get_latin1_charset): New function.
2561 (get_adstyle_property): New function.
2562 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
2563 bitmap fonts.
2564 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
2565 Delete iso-8859-1 range from the charset of fonts whose adstyle is
2566 `ko' or `ja'.
2567 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
2568 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
2569 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
2570 property.
2571 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
2572 (syms_of_ftfont): DEFSYM Qja and Qko.
2573
2574 2009-04-09 Kenichi Handa <handa@m17n.org>
2575
2576 * charset.c (map_charset_chars): For a charset of `superset'
2577 method, fix calculation of code range.
2578
2579 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
2580 from the list of extra properties.
2581 (font_clear_prop): Be sure to delete `:name' font property.
2582
2583 2009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2584
2585 * dispnew.c (redraw_overlapping_rows): Fix detection of
2586 overlapping for topmost and bottommost rows.
2587
2588 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
2589
2590 2009-04-06 Jason Rumney <jasonr@gnu.org>
2591
2592 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
2593
2594 2009-04-06 Kenichi Handa <handa@m17n.org>
2595
2596 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
2597
2598 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
2599
2600 2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2601
2602 * ftfont.c (ftfont_open): Fix checking of the return value of
2603 FT_Load_Char. Fix setting font->underline_thickness.
2604
2605 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
2608 (Fterminal_parameters, Fterminal_parameter)
2609 (Fset_terminal_parameter): In doc string, refer to terminal
2610 objects rather than terminal ids.
2611
2612 2009-04-04 Eli Zaretskii <eliz@gnu.org>
2613
2614 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
2615 ret_lim_data. (Bug#2867)
2616
2617 2009-04-03 Chong Yidong <cyd@stupidchicken.com>
2618
2619 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
2620 so they don't get wider than the window, matching 2006-01-23
2621 change to the partner function in xdisp.c (Bug#2800).
2622
2623 2009-04-03 Kenichi Handa <handa@m17n.org>
2624
2625 * print.c (print_object): Make each lowest sub_char_table start a
2626 new line (Bug#2866).
2627
2628 2009-04-02 Kenichi Handa <handa@m17n.org>
2629
2630 * fontset.c (fontset_font): Record no-font when a fontset
2631 explicitly tells not to try another font-specs.
2632
2633 2009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
2634
2635 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
2636
2637 2009-03-30 Kenichi Handa <handa@m17n.org>
2638
2639 * fontset.c (fontset_from_font): Specify only registry in a
2640 font-spec for all characters supported by that registry.
2641
2642 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
2643 even if HAVE_M17N_FLT is not defined.
2644
2645 2009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
2646
2647 * ftfont.c: Conditionalize prototyping and use of
2648 ftfont_variation_glyphs.
2649
2650 2009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * frame.c (delete_frame): Work around compiler bug.
2653
2654 * editfns.c (general_insert_function): Adjust to insdel.c changes.
2655 * insdel.c (prepare_to_modify_buffer, signal_before_change):
2656 Some more EMACS_INT.
2657 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
2658
2659 * xdisp.c (dump_glyph): Fix typo.
2660
2661 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
2662 (adjust_markers_gap_motion, adjust_markers_for_delete)
2663 (adjust_markers_for_insert, adjust_point)
2664 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
2665 (make_gap, copy_text, count_size_as_multibyte, insert)
2666 (insert_and_inherit, insert_before_markers)
2667 (insert_before_markers_and_inherit, insert_1)
2668 (count_combining_before, count_combining_after, insert_1_both)
2669 (insert_from_string, insert_from_string_before_markers)
2670 (insert_from_string_1, insert_from_gap, insert_from_buffer)
2671 (insert_from_buffer_1, adjust_after_replace)
2672 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
2673 (replace_range_2, del_range, del_range_1, del_range_byte)
2674 (del_range_both, del_range_2, modify_region)
2675 (prepare_to_modify_buffer, signal_before_change)
2676 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
2677 for buffer positions and sizes.
2678 * lisp.h: Adjust prototypes accordingly.
2679
2680 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
2681 (non_regular_inserted, non_regular_nbytes, read_non_regular)
2682 (Finsert_file_contents): Use EMACS_INT for buffer positions.
2683
2684 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
2685
2686 2009-03-27 Jan Djärv <jan.h.d@swipnet.se>
2687
2688 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
2689 lines and columns so we keep the same pixel height and width.
2690
2691 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
2692 the property _NET_WM_STATE has changed.
2693 (x_handle_net_wm_state): New function to update frame parameter
2694 fullscreen.
2695 (x_term_init): Initialize atoms for _NET_WM_STATE.
2696
2697 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
2698
2699 2009-03-27 Kevin Ryde <user42@zip.com.au>
2700
2701 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
2702 Gpm_GetEvent as an error that justifies closing the filedescriptor.
2703 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
2704 (Fgpm_mouse_stop): Pass that new parameter.
2705 * termhooks.h (close_gpm): Adjust prototype.
2706
2707 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2708
2709 * lisp.h (Fx_focus_frame): Declare.
2710
2711 * callint.c (Fcall_interactively): For '^' just delegate the work to
2712 handle-shift-selection.
2713 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
2714
2715 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
2716
2717 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
2718
2719 * data.c (Qinteractive_form): New variable.
2720 (Finteractive_form): Use it.
2721
2722 * eval.c (Fcommandp): Use Qinteractive_form.
2723
2724 2009-03-24 Jason Rumney <jasonr@gnu.org>
2725
2726 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
2727 Calculate total size precisely. Decode environment variables
2728 before substituting. (Bug#38)
2729
2730 2009-03-24 Kenichi Handa <handa@m17n.org>
2731
2732 * font.c (find_font_encoding): Return Qnil for unsupported
2733 encoding (Bug#2722).
2734
2735 2009-03-23 Jan Djärv <jan.h.d@swipnet.se>
2736
2737 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
2738 that gdpy is set.
2739
2740 2009-03-22 Alan Mackenzie <acm@muc.de>
2741
2742 * callint.c (Finteractive): Clarify the doc string - even
2743 promptless elements need \n separators.
2744
2745 2009-03-22 Jason Rumney <jasonr@gnu.org>
2746
2747 * w32term.c (syms_of_w32term): Doc fix for
2748 x-use-underline-position-properties.
2749
2750 2009-03-21 Eli Zaretskii <eliz@gnu.org>
2751
2752 * w32.c (getpwuid): Change argument type to unsigned.
2753 (struct w32_id): Change type of `rid' member to unsigned.
2754 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
2755 argument ID to unsigned. All callers changed.
2756 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
2757
2758 2009-03-20 Eli Zaretskii <eliz@gnu.org>
2759
2760 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
2761 negative, produce a float value.
2762
2763 * dired.c (make_uid, make_gid): New functions.
2764 (Ffile_attributes): Use them to avoid negative UID and GID.
2765
2766 2009-03-20 Juanma Barranquero <lekktu@gmail.com>
2767
2768 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
2769 (syms_of_keyboard) <command-hook-internal, input-method-function>:
2770 Fix typos in docstrings.
2771
2772 2009-03-19 Kenichi Handa <handa@m17n.org>
2773
2774 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
2775 changed, use font_load_for_lface to get a new font object.
2776 Call free_realized_fontset after handling ASCII font change.
2777
2778 * frame.c (x_set_font): Handle the case that ARG is a cons.
2779
2780 2009-03-19 Glenn Morris <rgm@gnu.org>
2781
2782 * fileio.c (Fsubstitute_in_file_name): Doc fix.
2783
2784 2009-03-19 Chong Yidong <cyd@stupidchicken.com>
2785
2786 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
2787
2788 2009-03-19 Kenichi Handa <handa@m17n.org>
2789
2790 * charset.c (load_charset_map_from_file): When a mapfile can't be
2791 loaded, signal an error.
2792
2793 2009-03-18 Eli Zaretskii <eliz@gnu.org>
2794
2795 * dired.c (Ffile_attributes): Make sure UID and GID are always
2796 positive, even if the value is too large for a positive EMACS_INT.
2797 Doc fix.
2798
2799 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
2800
2801 2009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2802
2803 * xmenu.c (xdialog_show): Move Fredisplay call ...
2804 (Fx_popup_dialog): ... here.
2805
2806 2009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2807
2808 * dired.c (file_name_completion): Disable the first optimization just
2809 installed, since it is not implemented correctly.
2810
2811 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * dired.c (file_name_completion): Check completion-ignored-extensions
2814 only if the entry can affect bestmatch.
2815 Stop the search early, as Ftry_completion already does.
2816
2817 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
2820
2821 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
2822
2823 * keyboard.c (parse_menu_item): Don't display remappings as menu
2824 equivalent bindings (Bug#788).
2825
2826 2009-03-15 Jason Rumney <jasonr@gnu.org>
2827
2828 * w32term.h (WM_EMACS_PAINT): New message.
2829 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
2830 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
2831 before passing to lisp thread. (Bug#950)
2832
2833 2009-03-14 David Reitter <david.reitter@gmail.com>
2834
2835 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
2836 variable as it was never reset.
2837 (ns_term_init): Remove initialization of Lisp-settable defaults
2838 and ns_expand_space.
2839 (-setPanelFromDefaultValues): Remove ns_expand_space.
2840 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
2841 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
2842 i.e. no additional spacing, similar to Carbon port.
2843
2844 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
2845 * nsfns.m (ns-popup-prefs-panel): Remove.
2846
2847 2009-03-14 Jan Djärv <jan.h.d@swipnet.se>
2848
2849 * sound.c (alsa_configure): Remove call to deprecated
2850 snd_pcm_sw_params_set_xfer_align.
2851
2852 2009-03-14 Stephen Berman <stephen.berman@gmx.net>
2853
2854 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
2855 after clicking in a detached tool bar.
2856 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
2857
2858 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
2861 int/Lisp_Object mixup).
2862
2863 2009-03-13 Kenichi Handa <handa@m17n.org>
2864
2865 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
2866 Handle NAME nil and t correctly. Callers changed.
2867 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
2868 (set_fontset_font): Change ARG to a vector. Handle range_list in
2869 ARG correctly.
2870 (Fset_fontset_font): Fix the case that TARGET is both a script
2871 name and charset name. Adjust the arg to set_fontset_font for
2872 the above change.
2873 (fontset_from_font): Fix previous change.
2874 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
2875 entry. If FONTSET is the default fontset, don't set the extra
2876 slot of the returning char-table.
2877
2878 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * nsfns.m (Fx_close_connection): Doc fix.
2881 (Fns_do_applescript): Reflow docstring.
2882 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
2883 (Fx_display_pixel_width, Fx_display_pixel_height)
2884 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
2885 Fix typos in docstrings.
2886 (Fns_set_alpha): Fix typos in error messages.
2887
2888 2009-03-12 David Reitter <david.reitter@gmail.com>
2889
2890 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
2891 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
2892 were used for such events.
2893
2894 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
2895 (toggleToolbar, performDragOperation, runHelp): Use it.
2896
2897 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
2898 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
2899
2900 2009-03-11 Kenichi Handa <handa@m17n.org>
2901
2902 * font.h (font_open_by_spec): Extern it.
2903
2904 * font.c (font_open_by_spec): New function.
2905 (font_open_by_name): Use font_open_by_spec.
2906
2907 * frame.c (x_set_font): When ARG is a font-object, don't alter the
2908 fontset of the frame.
2909
2910 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
2911 modify the default font of frames that use this fontset.
2912 (num_auto_fontsets): New variable.
2913 (fontset_from_font): Use num_auto_fontsets to decide a fontset
2914 name. Be sure to set FONTSET_ASCII to the correct font name.
2915 (update_auto_fontset_alist): New function.
2916
2917 2009-03-11 Juanma Barranquero <lekktu@gmail.com>
2918
2919 * makefile.w32-in: Update dependencies.
2920
2921 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2922
2923 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
2924
2925 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
2928
2929 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
2930
2931 * lread.c (Feval_buffer): Doc fix.
2932
2933 2009-03-09 Kenichi Handa <handa@m17n.org>
2934
2935 * charset.c (Qfile_name_handler_alist): Extern it.
2936 (load_charset_map_from_file): Temporarily bind
2937 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
2938
2939 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2940
2941 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
2942 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
2943
2944 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2945
2946 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
2947 (x_set_window_size): Change back to calculated method of setting
2948 toolbar height under Cocoa. (Bug#2546)
2949 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
2950 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
2951
2952 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
2953
2954 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
2955 accelerator in parens under GNUstep.
2956
2957 2009-03-06 Kenichi Handa <handa@m17n.org>
2958
2959 These changes are to detect incorrect composition sequence without
2960 looking ahead the source. (Bug#2370)
2961
2962 * coding.h: Include "composite.h".
2963 (enum compisition_state): New enum.
2964 (struct compisition_status): New struct.
2965 (struct iso_2022_spec): New member cmp_status.
2966 (struct emacs_mule_spec): New struct.
2967 (struct coding_system): New members ctext_extended_segment_len and
2968 embedded_utf_8. Change the union member
2969 spec.emacs_mule_full_support to spec.emacs_mule.
2970
2971 * coding.c (CODING_ISO_CMP_STATUS): New macro.
2972 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
2973 (MAX_ANNOTATION_LENGTH): Define to 5.
2974 (ADD_COMPOSITION_DATA): New arg nbytes.
2975 (emacs_mule_char): New arg cmp_status.
2976 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
2977 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
2978 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
2979 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
2980 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
2981 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
2982 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
2983 (EMACS_MULE_COMPOSITION_END): New macro.
2984 (emacs_mule_finish_composition): New function.
2985 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
2986 (decode_coding_emacs_mule): Avoid long looking ahead while
2987 handling composition.
2988 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
2989 (ENCODE_COMPOSITION_RULE): New macro.
2990 (finish_composition): New function.
2991 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
2992 (DECODE_COMPOSITION_START): New implementation.
2993 (DECODE_COMPOSITION_END): Likewise.
2994 (STORE_COMPOSITION_RULE): New macro.
2995 (decode_coding_iso_2022): Avoid long looking ahead while handling
2996 composition, CTEXT extended segment, and embedded UTF-8.
2997 (setup_coding_system): For a coding of type iso-2022, reset
2998 CODING_ISO_EXTSEGMENT_LEN (coding) and
2999 CODING_ISO_EMBEDDED_UTF_8 (coding).
3000 (get_translation): Delete arguments last_block, from_nchars,
3001 to_nchars. Callers changed.
3002 (produce_chars): Don't modify charbuf. Adjusted for the change of
3003 get_translation.
3004 (produce_composition): Adjust for the new annotation sequence.
3005 (handle_composition_annotation): Likewise.
3006 (consume_chars): Adjust for the change of get_translation.
3007
3008 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
3009
3010 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
3011
3012 2009-03-05 Kenichi Handa <handa@m17n.org>
3013
3014 * font.c (font_select_entity): New function.
3015 (font_find_for_lface): Use font_select_entity to select a font.
3016
3017 * fontset.c (fontset_find_font): If a font found without
3018 restricting to the characters C doesn't support C, try to find a
3019 font with C restriction.
3020
3021 2009-03-04 Nikolaj Schumacher <me@nschum.de>
3022
3023 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
3024
3025 2009-03-04 Jason Rumney <jasonr@gnu.org>
3026
3027 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
3028 characters that have already been read. (Bug#2569)
3029
3030 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
3031 Log an error message if check_image_size failed.
3032 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
3033 (gs_load): Mention max-image-size in size error message. (Bug#2560)
3034
3035 2009-03-02 Eli Zaretskii <eliz@gnu.org>
3036
3037 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
3038 when decoding process output.
3039
3040 2009-03-01 Richard M Stallman <rms@gnu.org>
3041
3042 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
3043
3044 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
3045
3046 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3047
3048 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
3049 (decode_coding_emacs_mule, decode_coding_iso_2022)
3050 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
3051 (decode_coding_raw_text, decode_coding_charset)
3052 (setup_coding_system, decode_eol, decode_coding, consume_chars):
3053 Honor inhibit-eol-conversion. (Bug #2186)
3054
3055 2009-02-28 Jason Rumney <jasonr@gnu.org>
3056
3057 * coding.c (detect_coding_charset): If not checking latin extra,
3058 fail on characters between 0x80 and 0xA0. (Bug#2354)
3059
3060 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3061
3062 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
3063 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
3064
3065 2009-02-27 Glenn Morris <rgm@gnu.org>
3066
3067 * callint.c (Finteractive): Doc fix.
3068
3069 2009-02-27 Kenichi Handa <handa@m17n.org>
3070
3071 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
3072
3073 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
3074
3075 * font.c (font_style_to_value): Set value for unknown symbols to
3076 100 instead of 255.
3077 (weight_table, slant_table, width_table): Treat "unspecified" as
3078 the default value.
3079
3080 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
3081
3082 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
3083
3084 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
3085
3086 * lread.c (Fload): Stop checking Vloads_in_progress and signal
3087 error as soon as a recursive load is detected.
3088
3089 2009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
3090
3091 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
3092 before caching.
3093
3094 2009-02-24 Kenichi Handa <handa@m17n.org>
3095
3096 * fontset.c (fontset_find_font): Fix the condition for checking
3097 unavailable font.
3098
3099 2009-02-24 Glenn Morris <rgm@gnu.org>
3100
3101 * xfaces.c (Finternal_set_font_selection_order): Remove leading
3102 whitespace that confuses documentation.
3103
3104 2009-02-23 Miles Bader <miles@gnu.org>
3105
3106 * process.c (Flist_system_processes, Fprocess_attributes)
3107 (syms_of_process): Rename `system-process-attributes' to
3108 `process-attributes'.
3109
3110 2009-02-22 Andreas Schwab <schwab@linux-m68k.org>
3111
3112 * coding.h (struct coding_system): Make safe_charsets a pointer to
3113 unsigned char.
3114 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
3115 being 255.
3116 (SAFE_CHARSET_P): Likewise.
3117 (setup_iso_safe_charsets): Properly setup safe_charsets.
3118 (Fdefine_coding_system_internal): Likewise.
3119 (setup_coding_system): Likewise. Remove unneeded casts.
3120 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
3121 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
3122 unneeded casts.
3123
3124 * insdel.c (del_range_2): Don't modify gap contents when called
3125 from decode_coding_object. (Bug#1809)
3126
3127 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
3128
3129 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
3130 Qfont_object.
3131 (Ftype_of): Recognize font objects.
3132
3133 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
3134
3135 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
3136 moved to data.c.
3137
3138 2009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
3139
3140 * nsterm.m (x_make_frame_invisible): Unset async_visible,
3141 async_iconified. Based on a patch by Christian Lynbech
3142 <christian.lynbech@tieto.com>.
3143 (EmacsView-windowDidMiniaturize:): Unset async_visible.
3144
3145 2009-02-20 Glenn Morris <rgm@gnu.org>
3146
3147 * syntax.c (Fskip_chars_forward): Fix doc typo.
3148
3149 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
3150
3151 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
3152
3153 2009-02-19 Chong Yidong <cyd@stupidchicken.com>
3154
3155 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
3156
3157 2009-02-19 Kenichi Handa <handa@m17n.org>
3158
3159 * coding.c (detect_coding): Preserve coding->mode.
3160 Don't overflow coding->carryover. (Bug#2370)
3161
3162 2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
3163
3164 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
3165
3166 2009-02-18 Kenichi Handa <handa@m17n.org>
3167
3168 * font.c (font_check_otf_features): Fix handling of `nil' element.
3169 (Ffont_spec): Describe :lang and :otf in the docstring.
3170
3171 2009-02-16 Andreas Schwab <schwab@suse.de>
3172
3173 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
3174 string.
3175
3176 2009-02-16 Kenichi Handa <handa@m17n.org>
3177
3178 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
3179 (Bug#1723)
3180
3181 2009-02-14 Chong Yidong <cyd@stupidchicken.com>
3182
3183 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
3184
3185 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
3186 (handle_line_prefix): Suppress wrapping of wrap prefixes.
3187
3188 2009-02-14 Eli Zaretskii <eliz@gnu.org>
3189
3190 * msdos.c (MAX_SCREEN_BUF): New macro.
3191 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
3192 Encode the entire run of glyphs sharing the same face, instead of
3193 doing that one glyph at a time (fixes a bug with displaying
3194 double-size characters).
3195
3196 2009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3197
3198 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
3199
3200 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
3201 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
3202 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
3203
3204 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
3205 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
3206
3207 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * keyboard.c (adjust_point_for_property): Allow stopping betwen two
3210 invisible areas.
3211
3212 2009-02-12 Jason Rumney <jasonr@gnu.org>
3213
3214 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
3215 (add_font_entity_to_list): Call check_face_name even when family
3216 is unspecified.
3217
3218 * w32term.c (x_display_pixel_height, x_display_pixel_width):
3219 Release DC when finished. Use NULL window to refer to desktop.
3220 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
3221
3222 * w32font.c (add_font_entity_to_list): Fix check for substituted
3223 raster fonts. (Bug#2219)
3224
3225 2009-02-12 Kenichi Handa <handa@m17n.org>
3226
3227 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
3228 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
3229 (autocmp_chars): Use fast_looking_at. Don't compose more
3230 characters than MAX_COMPOSITION_COMPONENTS.
3231 (find_automatic_composition): While looking forward and backward,
3232 check static composition. Fix where to stop looking forward.
3233 (composition_adjust_point): Fix checking of static composition.
3234 (Fcomposition_get_gstring): Pay attention to
3235 MAX_COMPOSITION_COMPONENTS.
3236
3237 * lisp.h (fast_looking_at): Extern it.
3238
3239 * search.c (fast_looking_at): New function.
3240
3241 * term.c (encode_terminal_code): Adjust for the change of
3242 <struct glyph>.u.cmp.to.
3243 (append_composite_glyph): Likewise.
3244
3245 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
3246 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
3247 composition.
3248 (append_composite_glyph): Adjust for the change of
3249 <strcut glyph>.u.cmp.to.
3250
3251 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
3252
3253 * casetab.c (init_casetab_once):
3254 * coding.c (ALLOC_CONVERSION_WORK_AREA):
3255 * font.c (font_update_lface):
3256 * fontset.c (Fnew_fontset):
3257 * ftfont.c (ftfont_drive_otf):
3258 * xfont.c (xfont_open):
3259 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
3260
3261 2009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * fileio.c (Fwrite_region): !NILP -> CONSP.
3264
3265 2009-02-10 Andreas Schwab <schwab@suse.de>
3266
3267 * process.c (send_process): Properly relocate pointer into data
3268 when using encoded data. (Bug#2272)
3269
3270 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
3271
3272 * coding.c (detect_coding_charset): Fix previous change.
3273
3274 2009-02-08 Jason Rumney <jasonr@gnu.org>
3275
3276 * w32fns.c (w32_hide_hourglass): Handle case where frame
3277 disappeared while hourglass was displayed. (Bug #2193)
3278
3279 2009-02-07 Andreas Schwab <schwab@suse.de>
3280
3281 * unexelf.c (unexec): Fix error message.
3282
3283 2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
3284
3285 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
3286 when modal window is active. (Bug #2152)
3287 (applicationShouldTerminate:): Remove now-unneeded while loop
3288 around NSRunAlertPanel.
3289
3290 * nsmenu.m (popupSession): New file-global variable.
3291 (pop_down_menu): End the popupSession before closing dialog.
3292 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
3293 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
3294 don't query NSApp for events (just sleep instead).
3295
3296 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3297
3298 * coding.c (syms_of_coding) <translation-table-for-input>:
3299 Modify doc string to discourage use for character code unification.
3300
3301 2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3302
3303 * atimer.c (run_timers): Update pending_atimers.
3304
3305 2009-02-06 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * image.c (svg_load_image): Fix last change.
3308
3309 * xfns.c (Fx_create_frame): Signal an error if no font is
3310 found (Bug#2147).
3311
3312 2009-02-05 Juanma Barranquero <lekktu@gmail.com>
3313
3314 * character.c (syms_of_character) <script-representative-chars>:
3315 Fix typo in docstring.
3316
3317 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3318
3319 * nsmenu.m (pop_down_menu): New function.
3320 (ns_popup_dialog): Call it on unwind.
3321 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
3322 call timer_check() (Bug#2154).
3323 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
3324 handling_signal is set.
3325 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
3326
3327 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
3328
3329 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
3330
3331 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
3332
3333 * keyboard.c (poll_for_input_1, handle_async_input):
3334 Set handling_signal under HAVE_NS.
3335
3336 2009-02-04 Glenn Morris <rgm@gnu.org>
3337
3338 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
3339
3340 2009-02-04 Kenichi Handa <handa@m17n.org>
3341
3342 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
3343
3344 * charset.c (Fchar_charset): New optional arg restriction.
3345
3346 * coding.h (coding_system_charset_list): Extern it.
3347
3348 * coding.c (coding_system_charset_list): New function.
3349
3350 * composite.c: Include coding.h and termhooks.h.
3351 (composition_gstring_p): Fix for the terminal case.
3352 (composition_gstring_width): Likewise.
3353 (fill_gstring_body): Likewise.
3354 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
3355 the frame.
3356 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
3357 is within a composition.
3358 (Fcomposition_get_gstring): Fix the terminal case.
3359
3360 * term.c (encode_terminal_code): Fix handling of composition.
3361 (produce_composite_glyph): For static composition, get pixel_width
3362 from struct composition.
3363
3364 2009-02-02 Andreas Schwab <schwab@suse.de>
3365
3366 * unexelf.c (unexec): Handle unaligned bss offset.
3367
3368 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
3369
3370 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
3371 XT,w32read_socket changes to ns_read_socket.
3372
3373 * keyboard.c (handle_interrupt): Don't call
3374 quit_throw_to_read_char() under NS.
3375
3376 * blockinput.h: Remove NS-specific code.
3377
3378 2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
3379
3380 * dispnew.c (window_change_signal): Don't try to get the size of a
3381 suspended tty frame.
3382 * term.c (Fresume_tty): Resize if the size has changed while the
3383 tty was suspended.
3384
3385 * alloc.c (mark_stack): Properly conditionalize previous change.
3386
3387 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
3388
3389 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
3390 * w32term.c (w32_read_socket) [SYNC_INPUT]:
3391 Remove; this code is not used on Windows.
3392
3393 2009-01-30 Eli Zaretskii <eliz@gnu.org>
3394
3395 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
3396 EOLs that also has stray ^M characters.
3397
3398 2009-01-30 Juanma Barranquero <lekktu@gmail.com>
3399
3400 * atimer.c (run_timers, alarm_signal_handler):
3401 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
3402 * w32inevt.c (w32_console_read_socket):
3403 * w32term.c (w32_read_socket):
3404 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
3405
3406 2009-01-30 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
3409 Initialize it as a relative filename pattern.
3410 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
3411 (Fcall_process_region): Simplify temp file creation using
3412 temporary-file-directory.
3413
3414 2009-01-29 Eli Zaretskii <eliz@gnu.org>
3415
3416 * msdos.c: Rename pending_signals to msdos_pending_signals.
3417 (sig_suspender, sigprocmask): Adjust.
3418
3419 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
3420
3421 * keyboard.c (pending_signals): New var.
3422 (poll_for_input, input_available_signal, init_keyboard): Set it.
3423 (process_pending_signals): New function.
3424
3425 * lisp.h (QUIT): Check pending_signals instead of
3426 interrupt_input_pending. Use process_pending_signals.
3427
3428 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
3429
3430 * process.c (wait_reading_process_output): Use process_pending_signals.
3431
3432 * sysdep.c (emacs_write): Use process_pending_signals.
3433
3434 * xterm.c (XTread_socket): Update pending_signals.
3435
3436 * w32term.c (w32_read_socket): Update pending_signals.
3437
3438 * w32inevt.c (w32_console_read_socket): Update pending_signals.
3439
3440 2009-01-29 Kenichi Handa <handa@m17n.org>
3441
3442 * xftfont.c (xftfont_has_char): New function.
3443 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
3444
3445 2009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
3446
3447 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
3448 under GNUstep.
3449 (ns_query_color): New declaration.
3450
3451 * nsterm.m (ns_confirm_quit): New variable.
3452 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
3453 (EmacsApp-applicationShouldTerminate:): Use it.
3454 (EmacsPrefsController): Let user set it.
3455 (ns_query_color): New function.
3456 (ns_defined_color): Use it.
3457 (ns_initialize): Drop.
3458 (ns_term_init): Add two lines from ns_initialize(), and set
3459 input_interrupt_mode to nil.
3460
3461 * image.c (svg_load_image): Don't right-shift background RGB when
3462 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
3463
3464 2009-01-28 Kenichi Handa <handa@m17n.org>
3465
3466 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
3467 (fontset_get_font_group): Remember that no font-group is specified
3468 for C.
3469
3470 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
3471
3472 * fns.c (concat): Check for string overflow (bug#1787).
3473
3474 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
3475 Quadruple undo limits (bug#1501).
3476
3477 2009-01-27 Kenichi Handa <handa@m17n.org>
3478
3479 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
3480 directly use GT_Get_Char_index.
3481
3482 * xftfont.c (struct xftfont_info): New member `index'.
3483
3484 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
3485 (Ffontset_font): Adjust for the change of fontset entry.
3486
3487 2009-01-26 Kenichi Handa <handa@m17n.org>
3488
3489 * fontset.c (fontset_find_font): Fix handling of non-cons return
3490 value of fontset_get_font_group.
3491 (fontset_font): Revert last change.
3492
3493 2009-01-26 Jason Rumney <jasonr@gnu.org>
3494
3495 * w32font.c (w32font_list_internal): Return quickly if registry is
3496 unknown. Simplify final return.
3497 (add_font_entity_to_list): Break complex logic down into more
3498 manageable chunks. Move unknown registry check to
3499 w32font_list_internal.
3500
3501 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
3502
3503 Changes to remove Feval calls from GUI under NS.
3504
3505 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
3506 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
3507 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
3508
3509 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
3510 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
3511 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
3512 instead of NON_ASCII_KEYSTROKE_EVENT.
3513 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
3514 (EmacsApp-applicationShouldTerminate:): Query user.
3515 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
3516 instead of Feval.
3517
3518 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
3519
3520 * keyboard.c (kbd_buffer_get_event): Check for it.
3521 (keys_of_keyboard): Define lispy keys for
3522 ns-put/unput-working-text.
3523
3524 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
3525 versions.
3526 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
3527
3528 2009-01-25 Chong Yidong <cyd@stupidchicken.com>
3529
3530 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
3531 setting current_buffer directly. (Bug#2044)
3532
3533 2009-01-24 Chong Yidong <cyd@stupidchicken.com>
3534
3535 * fontset.c (fontset_font): If we know there is no font, don't do
3536 any work. (Bug#1952, bug#1990).
3537
3538 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
3539
3540 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3541
3542 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
3543 (ns_no_defaults): New declaration.
3544 (main): Use it.
3545
3546 * nsterm.h (ns_no_defaults): New declaration.
3547
3548 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
3549
3550 * nsterm.m (ns_no_defaults): New variable.
3551 (ns_initialize): Don't read defaults when ns_no_defaults.
3552 (EmacsView-readSelectionFromPasteboard:)
3553 (writeSelectionToPasteboard:types:): New stubbed-out methods for
3554 NSServicesRequests protocol. (Bug#1435)
3555 (ns_dumpglyphs_stretch): New function.
3556 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
3557 of 2008-11-15 to other terms. (Bug#615)
3558
3559 * nsimage.m (setPixmapData:): Set to ignore image DPI.
3560
3561 2009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
3562
3563 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
3564 call for Sparc64.
3565
3566 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3567
3568 * nsfns.m:
3569 * nsgui.h:
3570 * nsmenu.m:
3571 * nsselect.m:
3572 * nsterm.h:
3573 * nsterm.m: Remove '23' comments that indicated code added during
3574 update from emacs-20 -> emacs-23.
3575
3576 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
3577
3578 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3579 ns_alternate_modifier. (Bug#1217)
3580
3581 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
3582 Display all shortcuts, including those w/o super modifier.
3583
3584 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
3585
3586 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
3587
3588 * fileio.c (Vwrite_region_post_annotation_function)
3589 (Vwrite_region_annotation_buffers): New vars.
3590 (build_annotations_unwind): Just reset
3591 Vwrite_region_annotation_buffers.
3592 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
3593 Call write-region-post-annotation-function.
3594 (build_annotations): Add to Vwrite_region_annotation_buffers if
3595 buffer changes.
3596
3597 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3598
3599 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
3600 Tiger.
3601 * nsfns.m (ns_do_applescript):
3602 Conditionalize typeUTF16ExternalRepresentation on Tiger.
3603
3604 2009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
3605
3606 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
3607
3608 2009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
3609
3610 * nsmenu.m (NSMENUPROFILE): Change #if style.
3611
3612 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
3613
3614 * nsterm.m (x_set_frame_alpha): Add prototype.
3615 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
3616 handle Ctrl-tab. (Bug#1841)
3617 (ns_get_color): Use unsigned long long for scanned hex string value.
3618 (ns_term_shutdown): Abort on non SIGTERM signals.
3619 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
3620 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3621 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
3622 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
3623 (ns_defined_color): Fix settings of the XColor variable fields:
3624 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
3625
3626 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3627 DPI. (Bug#1316)
3628 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
3629 values in onTiger section.
3630
3631 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
3632
3633 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
3634 Check return value of font_spec_from_name.
3635 (Fx_list_fonts): Doc fix. (Bug#1951)
3636
3637 * font.c (font_spec_from_name): Return Qnil if font name could not
3638 be parsed.
3639 (font_parse_name): Treat a `?' character as part of an XLFD.
3640
3641 * fns.c (Fsubstring): Doc fix.
3642
3643 2009-01-19 Kenichi Handa <handa@m17n.org>
3644
3645 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
3646 (ftfont_list): Likewise.
3647
3648 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
3649
3650 * dbusbind.c (Fdbus_register_signal):
3651 * process.c (conv_sockaddr_to_lisp):
3652 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
3653
3654 * callproc.c (Fgetenv_internal): Doc fix.
3655
3656 2009-01-16 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
3659 it is not even used.
3660
3661 2009-01-16 Glenn Morris <rgm@gnu.org>
3662
3663 * font.c (Ffont_variation_glyphs): Silence compiler.
3664
3665 2009-01-15 Juanma Barranquero <lekktu@gmail.com>
3666
3667 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
3668 Reported by David Robinow <drobinow@gmail.com>.
3669
3670 2009-01-15 Kenichi Handa <handa@m17n.org>
3671
3672 * coding.c (detect_coding_system): Fix handling of null_byte_found.
3673
3674 2009-01-14 Jason Rumney <jasonr@gnu.org>
3675
3676 * frame.c (x_set_font): Always store a font to the font parameter,
3677 never a fontset. (Bug#1562)
3678
3679 2009-01-14 Kenichi Handa <handa@m17n.org>
3680
3681 * coding.c (TWO_MORE_BYTES): New macro.
3682 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
3683
3684 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
3685
3686 * font.c (font_clear_prop): If clearing the family, clear the font
3687 width index too.
3688
3689 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
3690
3691 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
3692
3693 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
3694 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
3695 functions, use sizeof.
3696
3697 2009-01-12 Martin Rudalics <rudalics@gmx.at>
3698
3699 * keyboard.c (read_char): Fix case where last_nonmenu_event
3700 returned a bad value with submenus. (Bug#447)
3701
3702 2009-01-12 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
3705 family, clear the font width index too.
3706
3707 2009-01-11 Jason Rumney <jasonr@gnu.org>
3708
3709 * keyboard.c (cmd_error_internal): Exit when errors occur before
3710 frame creation and not in daemon mode. (Bug#1836)
3711
3712 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
3713
3714 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
3715 of a display vector, backtrack.
3716 (try_window_reusing_current_matrix): Check glyph type before
3717 referencing charpos member.
3718
3719 2009-01-10 Eli Zaretskii <eliz@gnu.org>
3720
3721 Fix Bug #876:
3722
3723 * coding.c (inhibit_null_byte_detection): New variable.
3724 (detect_coding, detect_coding_system): Don't pay attention to null
3725 bytes if inhibit_null_byte_detection is non-zero.
3726 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
3727 <inhibit-iso-escape-detection>: Doc fix.
3728
3729 2009-01-09 Jason Rumney <jasonr@gnu.org>
3730
3731 * w32font.c (add_font_entity_to_list): Don't report unknown
3732 Windows charset as any unrecognized registry. (Bug#1548)
3733 Only report Unicode Plane 2 fonts as unicode-sip.
3734
3735 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
3736
3737 * xfaces.c (Fx_font_family_list): Delete function.
3738 Move compatibility version to faces.el.
3739
3740 * font.c (Ffont_family_list): Return a list of strings, not symbols.
3741
3742 2009-01-09 Martin Rudalics <rudalics@gmx.at>
3743
3744 * frame.c (x_set_frame_parameters): Remember requested value for
3745 fullscreen before it's reset by the parameter handler.
3746
3747 2009-01-09 Glenn Morris <rgm@gnu.org>
3748
3749 * keyboard.c (last_command_char): For clarity, rename to...
3750 (last_command_event): ... and update all users.
3751 (last_input_char): For clarity, rename to...
3752 (last_input_event): ... and update all users.
3753 (last-command-char, last-input-char): Move to subr.el as aliases.
3754 * cmds.c, commands.h: Update for last_command_char rename.
3755
3756 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
3757
3758 * font.c (font_open_for_lface): Handle unspecified height attribute.
3759
3760 2009-01-08 Jason Rumney <jasonr@gnu.org>
3761
3762 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
3763 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
3764 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
3765 Don't declare.
3766 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
3767 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
3768
3769 2009-01-07 Kenichi Handa <handa@m17n.org>
3770
3771 * fileio.c (Finsert_file_contents): In the case of replace,
3772 remember the coding system used for decoding in
3773 coding_system (Bug#1039).
3774
3775 * coding.c (decode_coding_utf_8): Check byte_after_cr before
3776 breaking the loop. (Bug#870)
3777 (decode_coding_utf_16, decode_coding_emacs_mule)
3778 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
3779 (decode_coding_charset): Likewise.
3780
3781 2009-01-05 Martin Rudalics <rudalics@gmx.at>
3782
3783 * frame.c (x_set_frame_parameters): Make sure height (width) get
3784 applied when fullwidth (fullheight) is set. (Bug#1522)
3785
3786 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
3787
3788 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
3789 (utc_base): Declare as ULONGLONG, not long double.
3790 (convert_time_raw): Delete.
3791 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
3792 (initialize_utc_base): New function.
3793 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
3794 (convert_from_time_t): Use initialize_utc_base; compute result with
3795 64-bit arithmetic.
3796 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
3797
3798 2009-01-03 Eli Zaretskii <eliz@gnu.org>
3799
3800 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
3801 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
3802 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
3803 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
3804 [!subprocesses]: Define.
3805 (syms_of_process) [!subprocesses]: Intern and staticpro them.
3806 (Flist_system_processes, Fsystem_process_attributes)
3807 [!subprocesses]: Call list_system_processes and
3808 system_process_attributes instead of returning Qnil.
3809
3810 * dosfns.c (system_process_attributes, list_system_processes):
3811 New functions.
3812
3813 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
3814
3815 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
3816 Don't use the default (no-op) implementation.
3817
3818 2009-01-03 Jason Rumney <jasonr@gnu.org>
3819
3820 * keyboard.c (parse_modifiers_uncached): Wheel events are
3821 clicks (bug#687).
3822
3823 * w32term.c (x_query_colors, x_query_color): New functions.
3824
3825 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
3826 (svg_load_image): Cast returned pointers from dynamically loaded
3827 functions. Eliminate W32 specific code.
3828
3829 2009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
3830
3831 * nsfns.m (x_set_foreground_color, x_set_background_color)
3832 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
3833 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
3834 x_ prefix instead of ns_. Update references.
3835 (syms_of_nsfns): Add a FIXME comment.
3836
3837 * nsterm.m (x_set_cursor_type): New prototype.
3838 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
3839
3840 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
3841 for Solaris instead of incorrectly providing Qutime and Qcutime.
3842
3843 2009-01-02 Eli Zaretskii <eliz@gnu.org>
3844
3845 * w32.c (process_times): Compute sum of utime and stime.
3846 (system_process_attributes): Add Qtime to the alist.
3847
3848 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
3849 and add them to the alist.
3850
3851 * process.c (top level) <Qtime, Qctime>: New variables.
3852 (syms_of_process): staticpro them.
3853 (Fsystem_process_attributes): Add their documentation to the doc
3854 string.
3855
3856 * process.h: Declare Qtime and Qctime.
3857
3858 2009-01-02 Jason Rumney <jasonr@gnu.org>
3859
3860 * image.c (Qgobject): New symbol.
3861 (syms_of_image): Initialize it.
3862 (init_svg_functions): Load some functions from gobject library.
3863
3864 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
3865
3866 * frame.c (make_terminal_frame): Remove redundant code and useless
3867 block.
3868
3869 2009-01-01 Andreas Schwab <schwab@suse.de>
3870
3871 * process.c (conv_sockaddr_to_lisp): Add workaround for
3872 getsockname bug on BSD.
3873
3874 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
3875
3876 * xfns.c (x_create_tip_frame): Set border width of the X window.
3877
3878 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
3879
3880 2009-01-01 Jason Rumney <jasonr@gnu.org>
3881
3882 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
3883 Don't block input, as per earlier xterm.c changes.
3884
3885 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
3886
3887 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
3888 (ns_appkit_version_int): New function.
3889 (x-server-version): Use ns_appkit_version_int and follow 21+
3890 convention of returning 3 integers.
3891
3892 2008-12-30 Kenichi Handa <handa@m17n.org>
3893
3894 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
3895 (CHAR_SURROGATE_PAIR_P): New macro.
3896
3897 * font.h (struct font_driver): New member get_variation_glyphs.
3898
3899 * font.c (font_range): Don't require a font for a variation selector.
3900 (Ffont_variation_glyphs): New function.
3901 (syms_of_font): Defsubr it.
3902
3903 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
3904 ftfont_variation_glyphs.
3905 (setup_otf_gstring): New function.
3906 (ftfont_drive_otf): Use it.
3907 (ftfont_shape_by_flt): Handle variation selector.
3908 (ftfont_variation_glyphs): New function.
3909
3910 2008-12-30 Martin Rudalics <rudalics@gmx.at>
3911
3912 * frame.c (Vemacs_iconified): Remove.
3913
3914 2008-12-30 Jason Rumney <jasonr@gnu.org>
3915
3916 * frame.c (store_frame_param, x_get_arg): Enable newer code on
3917 WINDOWSNT too, as related changes have already been synced. (Bug#117)
3918
3919 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
3920
3921 * indent.c (Fvertical_motion): Don't advance iterator if we have
3922 reseated to the desired position.
3923
3924 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
3925 checking for pos match.
3926
3927 2008-12-30 Kenichi Handa <handa@m17n.org>
3928
3929 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
3930 just get the low 8-bit of the code.
3931
3932 * font.c (font_intern_prop): Validate str as multibyte.
3933
3934 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3935
3936 * dispextern.h (struct face): Move lface and hash from the middle
3937 of bitfields.
3938
3939 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
3940
3941 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3942
3943 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
3944 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
3945 instead of intervals.h.
3946
3947 2008-12-26 Andreas Schwab <schwab@suse.de>
3948
3949 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
3950 cons.
3951
3952 2008-12-26 Martin Rudalics <rudalics@gmx.at>
3953
3954 * textprop.c (Qminibuffer_prompt): New variable.
3955 (syms_of_textprop): Initialize it.
3956 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
3957 in minibuffer-prompt face. (Bug#1662)
3958
3959 2008-12-25 Jason Rumney <jasonr@gnu.org>
3960
3961 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
3962
3963 2008-12-24 Jason Rumney <jasonr@gnu.org>
3964
3965 * ralloc.c (r_alloc_reset_variable): New function.
3966
3967 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
3968 record of what points where. (Bug#716)
3969
3970 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
3971
3972 * minibuf.c (read_minibuf): Follow the non-interactive case when
3973 running as a daemon, before detaching.
3974
3975 2008-12-22 Andreas Schwab <schwab@suse.de>
3976
3977 * buffer.c (init_buffer): Use realloc instead of xrealloc.
3978 * gtkutil.c (free_widget_value): Use xfree instead of free.
3979
3980 2008-12-22 Martin Rudalics <rudalics@gmx.at>
3981
3982 * frame.c (delete_frame): New function derived from
3983 Fdelete_frame to handle Qnoelisp value for FORCE argument.
3984 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
3985 (Fdelete_frame): Call delete_frame. Remove line from doc-string
3986 saying that FORCE non-nil doesn't run `delete-frame-functions'.
3987 * frame.h: Extern delete_frame.
3988 * window.c (window_loop):
3989 * terminal.c (delete_terminal):
3990 * xterm.c (x_connection_closed):
3991 * xfns.c (Fx_hide_tip):
3992 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
3993
3994 2008-12-21 Jason Rumney <jasonr@gnu.org>
3995
3996 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
3997 when character maps to .notdef character.
3998
3999 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
4002
4003 2008-12-20 Jason Rumney <jasonr@gnu.org>
4004
4005 * frame.c (Fmake_terminal_frame): Raise an error when called from
4006 a graphical frame on Windows. (Bug#1325)
4007
4008 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
4009
4010 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
4011
4012 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
4013
4014 * minibuf.c (Fread_buffer): Doc fix.
4015
4016 2008-12-20 Jason Rumney <jasonr@gnu.org>
4017
4018 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
4019 server name in UNC paths. (Bug#719)
4020
4021 * coding.c (decode_coding): Clear chars_at_source flag when using
4022 charbuf. (Bug#1035)
4023
4024 2008-12-19 Daniel Engeler <engeler@gmail.com>
4025
4026 * sysdep.c (serial_configure): Fix typo.
4027
4028 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4029
4030 * sysdep.c: Include alloca.h.
4031 (system_process_attributes): Add implementation for Solaris.
4032
4033 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
4034
4035 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
4036
4037 Reorganize implementation of Flist_system_processes and
4038 Fsystem_process_attributes. No functional changes.
4039 * process.c: Don't #include pwd.h, grp.h and limits.h.
4040 (Flist_system_processes): Just call list_system_processes.
4041 (Fsystem_process_attributes): Just call system_process_attributes.
4042 (procfs_list_system_processes, time_from_jiffies)
4043 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
4044 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
4045
4046 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
4047 (list_system_processes): Rename from
4048 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
4049 Provide a do nothing implementation.
4050 (system_process_attributes): Rename from
4051 procfs_list_system_processes.
4052 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
4053 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
4054
4055 * w32.c (list_system_processes): Rename from
4056 w32_list_system_processes.
4057 (system_process_attributes): Rename from
4058 w32_system_process_attributes.
4059
4060 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
4061
4062 * process.h (w32_list_system_processes)
4063 (w32_system_process_attributes): Remove.
4064 (list_system_processes, system_process_attributes):
4065 New prototypes.
4066
4067 2008-12-19 Kenichi Handa <handa@m17n.org>
4068
4069 * xfont.c (xfont_decode_coding_xlfd): New function.
4070 (xfont_encode_coding_xlfd): New function.
4071 (xfont_list_pattern): Decode XLFD by iso-8859-1.
4072 (xfont_list): Decode and encode XLFD by iso-8859-1.
4073 (xfont_match): Likewise.
4074 (xfont_list_family): Likewise.
4075 (xfont_open): Likewise.
4076
4077 * ftfont.c (ftfont_open): Generate a multibyte string if given
4078 names are utf-8.
4079
4080 * xftfont.c (xftfont_open): Generate a multibyte string if given
4081 names are utf-8.
4082
4083 2008-12-18 Jan Djärv <jan.h.d@swipnet.se>
4084
4085 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
4086 changed.
4087 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
4088 clicked on a detached tool bar button.
4089
4090 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
4091
4092 * emacs.c (main): Print and error and exit when no data is read
4093 from the pipe.
4094
4095 2008-12-17 Jason Rumney <jasonr@gnu.org>
4096
4097 * w32font.c (w32font_has_char): Always return -1.
4098
4099 2008-12-16 Kenichi Handa <handa@m17n.org>
4100
4101 * font.c (font_open_entity): Fix previous change.
4102
4103 2008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
4104
4105 * process.c: Include <limits.h>.
4106
4107 2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
4108
4109 * font.c (font_update_drivers): Fix mistake in reconstructing the
4110 driver list.
4111
4112 2008-12-16 Chong Yidong <cyd@stupidchicken.com>
4113
4114 * font.c (font_clear_cache): Fix format of font cache data.
4115
4116 2008-12-15 Chong Yidong <cyd@stupidchicken.com>
4117
4118 * xftfont.c (xftfont_open): Free Xft font pattern if
4119 XftFontOpenPattern fails.
4120
4121 * xterm.c (x_free_frame_resources): Remove extraneous call to
4122 free_frame_faces.
4123
4124 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4125
4126 * xterm.c (x_delete_display): Move xim_close_dpy call to
4127 x_delete_terminal.
4128 (x_delete_terminal): Call xim_close_dpy.
4129
4130 2008-12-13 Jason Rumney <jasonr@gnu.org>
4131
4132 * w32font.c (intern_font_name): New function.
4133 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
4134 (w32font_open_internal, Fx_select_font): Decode font name.
4135 (fill_in_logfont, list_all_matching_fonts): Encode font name.
4136
4137 * w32font.h (intern_font_name): Declare new function.
4138
4139 * w32uniscribe.c (add_opentype_font_name_to_list):
4140 Use intern_font_name.
4141
4142 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4143
4144 * frame.c (Fdelete_frame): Call free_font_driver_list.
4145
4146 * font.c (free_font_driver_list): Implement missing function.
4147
4148 * w32term.c (w32_term_init): Don't initialize the image cache
4149 here; it will be done in init_frame_faces.
4150
4151 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
4152 (struct x_display_info): Remove unused member null_pixel. New
4153 member xim_callback_data.
4154
4155 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
4156 (xim_initialize): Save pointer to callback function data.
4157 (xim_close_dpy): Free callback function data. Call XCloseIM,
4158 reverting 2008-11-04 change by David Smith.
4159 (x_term_init): Don't initialize the image cache here; it will be
4160 done in init_frame_faces. Remove ancient "null_pixel" cruft.
4161 (x_delete_display): Free x_dnd_atoms member.
4162
4163 2008-12-13 Kenichi Handa <handa@m17n.org>
4164
4165 * font.c (font_rescale_ratio): Moved from xfaces.c.
4166 Argument type changed. Handle a font-spec too.
4167 (font_score): Check Vface_font_rescale_alist.
4168 (font_open_entity): Likewise. (Bug#1547)
4169
4170 * xfaces.c (font_rescale_ratio): Moved to font.c.
4171
4172 2008-12-13 Chong Yidong <cyd@stupidchicken.com>
4173
4174 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
4175
4176 2008-12-12 Jason Rumney <jasonr@gnu.org>
4177
4178 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
4179 Vwindow_system_version to the real w32 major version.
4180
4181 2008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
4182
4183 * term.c (init_tty): Move setting the terminal name before the
4184 potential user: maybe_fatal.
4185
4186 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
4187
4188 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
4189 all callers changed. Call free_frame_faces to free the face cache.
4190
4191 2008-12-11 Jason Rumney <jasonr@gnu.org>
4192
4193 * w32font.c (fill_in_logfont): Don't assume symbol script means
4194 SYMBOL_CHARSET. (Bug#547)
4195
4196 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
4197 size for surrogates. (Bug#1096, bug#872)
4198
4199 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4200
4201 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
4202
4203 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4204
4205 * process.c (Fsystem_process_attributes, syms_of_process):
4206 Fix typo in name of Ssystem_process_attributes.
4207 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
4208
4209 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4210
4211 * syntax.c (Fmodify_syntax_entry): Doc fix.
4212
4213 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
4214
4215 * font.c (Ffont_spec): Move usage to end of docstring.
4216
4217 2008-12-10 Jason Rumney <jasonr@gnu.org>
4218
4219 * w32font.c (Qcham): New symbol.
4220 (font_supported_scripts): Add cham, and comments for other new
4221 scripts in bitfield from OpenType spec.
4222 (add_font_entity_to_list): Limit unicode-sip fonts to those that
4223 contain characters beyond the bmp.
4224
4225 2008-12-10 Kenichi Handa <handa@m17n.org>
4226
4227 * ftfont.c (fc_charset_table): Add "unicode-sip".
4228 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
4229 Qunicode_sip.
4230
4231 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
4232
4233 * coding.c (QCdefault_char): Rename from QCdefalut_char.
4234 (Fcoding_system_put): Use QCdefault_char.
4235 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
4236
4237 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
4238
4239 * xftfont.c (syms_of_xftfont): Fix typo.
4240
4241 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
4242
4243 2008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4244
4245 * emacs.c (main): Close daemon_pipe on exec.
4246
4247 2008-12-08 Chong Yidong <cyd@stupidchicken.com>
4248
4249 * termchar.h (struct tty): New members termcap_term_buffer and
4250 termcap_strings_buffer.
4251
4252 * term.c (encode_terminal_code): Free any previous memory blocks
4253 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
4254 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
4255 All callers changed.
4256 (init_tty): Store termcap data and string buffers in new struct
4257 tty members termcap_term_buffer and termcap_strings_buffer.
4258 (delete_tty): Free them.
4259 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
4260
4261 2008-12-07 Seiji Zenitani <zenitani@mac.com>
4262
4263 * nsfns.m (ns_set_background_color): Remove code duplication.
4264 It was a substitute for face-transparency on OS X 10.3.
4265
4266 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
4267
4268 * coding.c (make_conversion_work_buffer): Disable buffer
4269 modification hooks in the work buffer.
4270
4271 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4272
4273 * process.c (procfs_system_process_attributes): If `nread' has a
4274 negative value, assign zero to it.
4275
4276 2008-12-05 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * eval.c (Vdebug_on_error): Doc fix.
4279
4280 2008-12-05 Kenichi Handa <handa@m17n.org>
4281
4282 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
4283 second character is a combining character.
4284
4285 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4286
4287 * process.c (procfs_system_process_attributes): Don't use cmd,
4288 cmdsize, and q without initializing them first.
4289
4290 2008-12-04 Jason Rumney <jasonr@gnu.org>
4291
4292 * w32font.c (w32font_draw): Initialize orig_clip before getting
4293 it, and delete it when finished.
4294
4295 2008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
4296
4297 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
4298 case when running as a daemon before detaching.
4299
4300 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
4301
4302 * w32.c (init_environment): Don't unload library shell32.dll.
4303
4304 2008-12-03 Kenichi Handa <handa@m17n.org>
4305
4306 * font.c (font_at): Set `multibyte' at first.
4307
4308 * coding.c (decode_coding_charset): Check type of an element of
4309 vector VALIDS.
4310 (encode_coding_emacs_mule): Be sure to set `code'.
4311
4312 * fontset.c (face_for_char): Handle invalid charset property correctly.
4313 (font_for_char): Likewise.
4314
4315 2008-12-03 Chong Yidong <cyd@stupidchicken.com>
4316
4317 * font.c (Fopen_font): Compute pixel size correctly.
4318 (font_update_lface): Handle fonts with corrupted size specs,
4319 i.e. non-int and non-float.
4320
4321 * ftfont.c (ftfont_match): Initialize entity variable.
4322 (ftfont_resolve_generic_family): Avoid using uninitialized var.
4323 (ftfont_list_family): Initialize list var earlier.
4324
4325 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
4326
4327 * xterm.c (x_draw_glyph_string): Fall back on
4328 underline_minimum_offset for underline position.
4329
4330 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4331
4332 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
4333
4334 * character.c (c_string_width): Specify the type for LEN.
4335
4336 2008-12-03 Kenichi Handa <handa@m17n.org>
4337
4338 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
4339 (decode_coding_utf_8): Likewise.
4340 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4341 (produce_chars): Initialize consumed_chars to 0.
4342
4343 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
4344
4345 * keyboard.c (make_lispy_position): Only use PT if the selected
4346 window is current.
4347
4348 2008-12-02 Andreas Schwab <schwab@suse.de>
4349
4350 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
4351
4352 * doprnt.c (doprnt1): Fix size of charbuf.
4353
4354 2008-12-02 Chong Yidong <cyd@stupidchicken.com>
4355
4356 * keyboard.c (timer_check): Revert last change.
4357
4358 2008-12-02 Juanma Barranquero <lekktu@gmail.com>
4359
4360 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
4361
4362 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
4363
4364 * makefile.w32-in: Update dependencies.
4365 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
4366
4367 2008-12-01 Andreas Schwab <schwab@suse.de>
4368
4369 * font.c (register_font_driver): Use xmalloc.
4370 (font_put_frame_data): Likewise.
4371
4372 2008-12-01 Chong Yidong <cyd@stupidchicken.com>
4373
4374 * xfaces.c (realize_x_face): Make abort condition clearer.
4375
4376 * gtkutil.c (update_frame_tool_bar): Initialize variable.
4377
4378 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
4379
4380 * keyboard.c (timer_check): After a timer runs, ensure that the
4381 selected window's buffer is current.
4382
4383 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
4384
4385 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
4386 It was accidentally restored by the Unicode merge.
4387
4388 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
4389
4390 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
4391
4392 * w32proc.c: Include "coding.h".
4393 (Fw32_short_file_name): Encode filename passed to Windows API.
4394 (Fw32_long_file_name): Encode filename passed to Windows API and
4395 decode back the result. (Bug#1433)
4396
4397 2008-11-29 Kenichi Handa <handa@m17n.org>
4398
4399 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
4400 not before accessing it.
4401
4402 * charset.c (Fdefine_charset_internal): After calculating
4403 min_char, max_char, and fastmap, copy the charset structure again.
4404 (encode_char): Fix the previous change.
4405
4406 2008-11-28 Seiji Zenitani <zenitani@mac.com>
4407
4408 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
4409
4410 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
4411
4412 * nsterm.m (x_set_frame_alpha): New function.
4413
4414 2008-11-27 Eli Zaretskii <eliz@gnu.org>
4415
4416 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
4417
4418 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
4419
4420 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
4421 pointer to check_face_name.
4422
4423 2008-11-27 Kenichi Handa <handa@m17n.org>
4424
4425 * category.h (SET_CATEGORY_SET): Call set_category_set.
4426 (set_category_set): Extern it.
4427
4428 * category.c (hash_get_category_set): New function.
4429 (Fmodify_category_entry): Adjusted for the change of
4430 char_table_ref_and_range. Call hash_get_category_set to get a
4431 category set to store in the table.
4432
4433 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
4434 Funify_charset.
4435
4436 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
4437 (DECODE_CHAR): Check if the decoder vector is ready.
4438 (ENCODE_CHAR): Check if the encoder char-table is ready.
4439 (maybe_unify_char): Extern it.
4440
4441 * charset.c (Vchar_unified_charset_table): Delete it.
4442 (inhibit_load_charset_map): New variable.
4443 (temp_charset_work): New variable.
4444 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
4445 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
4446 New macros.
4447 (load_charset_map): Meaning of control_flag changed. If
4448 inhibit_load_charset_map is nonzero, setup a table in
4449 temp_charset_work.
4450 (load_charset): New argument control_flag.
4451 (map_charset_for_dump): New function.
4452 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
4453 map_charset_for_dump.
4454 (Fdefine_charset_internal): If the charset method is MAP, load
4455 mapping tables by calling load_charset.
4456 (Funify_charset): Don't load a mapping table but directly set
4457 Vchar_unify_table.
4458 (maybe_unify_char): New function.
4459 (decode_char): Don't handle the deleted method MAP_DEFERRED.
4460 Handle the case of inhibit_load_charset_map being nonzero.
4461 (encode_char): Don't handle the deleted method MAP_DEFERRED.
4462 Handle the case of inhibit_load_charset_map being nonzero.
4463 (Fclear_charset_maps): Just free temp_charset_work.
4464 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
4465 variable.
4466
4467 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
4468 change of char_table_ref_and_range.
4469 (char_table_ref_and_range): Change the meaning of argument FROM
4470 and TO. Now the caller must provide initial values for *FROM
4471 and *TO.
4472
4473 * fontset.c (fontset_add): Adjusted for the change of
4474 char_table_ref_and_range.
4475 (fontset_get_font_group): Likewise.
4476 (Ffontset_info): Likewise.
4477
4478 * keymap.c (describe_vector): Adjusted for the change of
4479 char_table_ref_and_range. For char-table, put boundary between
4480 non-ASCII and 8-bit characters.
4481
4482 * print.c (print_object): For bool-vector, delete unnecessary
4483 check of ASCII_BYTE_P.
4484
4485 2008-11-26 Jason Rumney <jasonr@gnu.org>
4486
4487 * w32font.c (w32font_open_internal): Don't include external
4488 leading in font height. (Bug#879)
4489
4490 2008-11-26 Glenn Morris <rgm@gnu.org>
4491
4492 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
4493 redefinition with ifdef. (Bug#1383)
4494
4495 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4496
4497 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
4498
4499 2008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
4500
4501 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
4502 New EmacsView methods.
4503 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
4504 Fixes bug #1048,1357,1414.
4505
4506 2008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
4507
4508 Fix bug #1362.
4509 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
4510 is not an indexed color.
4511 * nsterm.m (free_indexed_color): Add argument checking.
4512 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
4513
4514 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4515
4516 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
4517 Document confirm-after-completion value for
4518 minibuffer-completion-confirm.
4519
4520 2008-11-24 Jason Rumney <jasonr@gnu.org>
4521
4522 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
4523 warning.
4524
4525 2008-11-23 Jason Rumney <jasonr@gnu.org>
4526
4527 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
4528 restored before returning.
4529
4530 * w32font.c (check_face_name): New function.
4531 (add_font_entity_to_list): Use it to filter out common substituted
4532 fonts. (Bug#642)
4533
4534 2008-11-22 Martin Rudalics <rudalics@gmx.at>
4535
4536 * buffer.c (Fswitch_to_buffer): Reword and mention new option
4537 confirm-nonexistent-file-or-buffer in doc-string.
4538
4539 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4540
4541 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
4542 Fix copy/paste typo. Add checks.
4543
4544 2008-11-21 Kenichi Handa <handa@m17n.org>
4545
4546 * coding.c (detect_coding_iso_2022): Reject invalid composition
4547 sequence.
4548 (DECODE_COMPOSITION_START): If the current source is the last
4549 block, and the current composition doesn't end, regard this
4550 sequence as invalid.
4551 (decode_coding_iso_2022): Handle invalid composition sequence.
4552
4553 2008-11-20 Martin Rudalics <rudalics@gmx.at>
4554
4555 * window.c (coordinates_in_window): Don't return
4556 ON_VERTICAL_BORDER for the rightmost position of a mode/header
4557 line when the window is not the rightmost one. (Bug#1372)
4558
4559 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
4560
4561 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
4562
4563 2008-11-15 Eli Zaretskii <eliz@gnu.org>
4564
4565 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
4566 and bright_bg if noninteractive is non-zero.
4567
4568 2008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4569
4570 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
4571 x_draw_glyph_string_background.
4572
4573 * w32term.c (x_draw_glyph_string): Likewise.
4574
4575 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
4576
4577 * xterm.c (x_draw_glyph_string): Stop drawing the background of
4578 the next glyph string once past the overhang width.
4579
4580 * nsterm.m (ns_draw_glyph_string): Likewise.
4581
4582 * w32term.c (x_draw_glyph_string): Likewise.
4583
4584 2008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
4585
4586 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
4587 double file close.
4588
4589 2008-11-14 Martin Rudalics <rudalics@gmx.at>
4590
4591 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
4592 dedicated status of window before attempting to display another
4593 buffer in it.
4594
4595 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * msdos.c (Fmsdos_long_file_names):
4598 (syms_of_msdos) <dos-unsupported-char-glyph>:
4599 * dosfns.c (Fint86): Fix typos in docstrings.
4600
4601 2008-11-14 Eli Zaretskii <eliz@gnu.org>
4602
4603 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
4604
4605 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4606
4607 * puresize.h (BASE_PURESIZE): Increase to 1260000.
4608
4609 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
4610
4611 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
4612
4613 * frame.h: Negative alpha means "don't touch".
4614
4615 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
4616
4617 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
4618
4619 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4620
4621 * hftctl.c:
4622 * chpdef.h:
4623 * acldef.h: Remove files used only for systems no longer supported.
4624
4625 * Makefile.in: Fix .o alphabetical ordering.
4626 (hftctl.o): Remove dependency, file removed.
4627 (keymap.o, print.o): Depend on charset.h.
4628
4629 2008-11-10 Kenichi Handa <handa@m17n.org>
4630
4631 * character.c (Fget_byte): Fix and make it faster for unibyte target.
4632
4633 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4634
4635 * dired.c (file_name_completion): If completion_ignore_case is
4636 enabled, ignore case when checking completion-regexp-list.
4637
4638 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4639
4640 * vm-limit.c (get_lim_data): Fix last change.
4641
4642 2008-11-08 Kenichi Handa <handa@m17n.org>
4643
4644 * character.c (Fget_byte): New function.
4645 (syms_of_character): Defsubr Fget_byte.
4646
4647 2008-11-07 Chong Yidong <cyd@stupidchicken.com>
4648
4649 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
4650 cursor position is valid after scrolling.
4651
4652 2008-11-06 Juanma Barranquero <lekktu@gmail.com>
4653
4654 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
4655
4656 2008-11-06 Glenn Morris <rgm@gnu.org>
4657
4658 * xterm.c (handle_one_xevent): Don't let popup menus cause
4659 mouse-autoselect-window related window switching. (Bug#1261)
4660
4661 2008-11-04 David Smith <davidsmith@acm.org> (tiny change)
4662
4663 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
4664
4665 2008-11-04 Andreas Schwab <schwab@suse.de>
4666
4667 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
4668
4669 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4670
4671 * xfns.c (Fx_wm_set_size_hint): New function.
4672
4673 2008-11-03 Martin Rudalics <rudalics@gmx.at>
4674
4675 * textprop.c (Fprevious_single_char_property_change): Return 0
4676 when there's no change in a string. (Bug#1301)
4677
4678 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4679
4680 * frame.c (do_switch_frame): New argument NORECORD passed to
4681 Fselect_window.
4682 (Fselect_frame): New argument NORECORD passed to
4683 do_switch_frame.
4684 (Fset_frame_selected_window): New argument NORECORD passed to
4685 Fselect_frame.
4686 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
4687 in call of do_switch_frame.
4688 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
4689 Handle NORECORD argument in call of Fselect_frame.
4690 * lisp.h (do_switch_frame, Fselect_frame)
4691 (Fset_frame_selected_window): Adjust declarations.
4692 * window.c (select_frame_norecord): New function.
4693 (run_window_configuration_change_hook): Use it and call
4694 Fselect_frame with NORECORD set.
4695 (Fselect_window): Pass NORECORD to Fselect_frame.
4696 (Fset_window_configuration): Handle NORECORD argument in call of
4697 do_switch_frame.
4698 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
4699 Fset_frame_selected_window.
4700 * keyboard.c (command_loop_1): Handle NORECORD in call of
4701 Fselect_frame (currently ifdefd).
4702
4703 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
4704
4705 * emacs.c (USAGE2): Untabify.
4706
4707 2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * composite.c (fill_gstring_header): Fix copy/paste typo.
4710
4711 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4712
4713 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
4714 (Fother_window): Rename argument and rewrite doc-string.
4715 (select_window_norecord): Fix return value. (Bug#1276)
4716
4717 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4718
4719 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
4720 new frames overriding foreground for tooltips. Based on similar patch
4721 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
4722
4723 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4724
4725 * emacs.c (Fdaemon_initialized): Initialize nfd.
4726
4727 2008-10-29 Martin Rudalics <rudalics@gmx.at>
4728
4729 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
4730 (Fwindow_text_height): Clarify doc-strings.
4731 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
4732 doc-string of window-scroll-functions.
4733
4734 2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4735
4736 * category.c (syms_of_category): Fix typo in docstring.
4737
4738 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
4739
4740 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
4741 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
4742 Fix typos in docstrings.
4743
4744 2008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
4745
4746 * emacs.c (daemon_pipe): Make non-static.
4747 (IS_DAEMON): Move definition ...
4748 * lisp.h (IS_DAEMON): ... here.
4749 (daemon_pipe): Declare.
4750 (is_daemon): Remove.
4751 * dispnew.c (init_display): Use IS_DAEMON.
4752
4753 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
4756 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
4757
4758 * emacs.c (is_daemon): Remove.
4759 (main): Don't set is_daemon.
4760 (IS_DAEMON): New macro.
4761 (Fdaemonp, Fdaemon_initialized): Use it.
4762 (Fdaemon_initialized): Write a char into the pipe to make sure the
4763 parent exits.
4764 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
4765
4766 2008-10-27 Chong Yidong <cyd@stupidchicken.com>
4767
4768 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
4769 over-sized glyph, draw it with the default glyph width.
4770
4771 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
4772 glyph, draw it with the default glyph width.
4773
4774 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
4775 glyph, draw it with the default glyph width.
4776
4777 * xdisp.c (try_scrolling): When computing the distance from the
4778 scroll margin to PT, try moving some distance past the window
4779 bottom before giving up.
4780
4781 2008-10-27 Martin Rudalics <rudalics@gmx.at>
4782
4783 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
4784 (Fset_window_buffer): Explain in doc-string that a window can be
4785 "strongly" dedicated to its buffer.
4786
4787 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4788
4789 * emacs.c (daemon_name): New variable.
4790 (main): Deal with --daemon=SERVER_NAME.
4791 (Fdaemonp): Return a name if one was passed to --daemon.
4792
4793 2008-10-26 Romain Francoise <romain@orebokech.com>
4794
4795 * emacs.c (daemon_pipe): New variable.
4796 (main): Create a pipe before forking, make the parent exit only after
4797 the child has closed its end of the pipe. Move closing the
4798 descriptors ...
4799 (Fdaemon_initialized): ... here. New function.
4800
4801 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
4804 the previous unoptimized table.
4805
4806 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
4807 the distinction between non-nil and non-t value of `dedicated'.
4808
4809 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
4810
4811 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
4812 read_char_minibuf_menu_text is large enough to hold the menu string.
4813
4814 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4815
4816 * window.c (Fget_buffer_window, Fdelete_windows_on)
4817 (Freplace_buffer_in_windows): Make buffer argument optional and
4818 rename to buffer_or_name.
4819
4820 2008-10-24 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * xdisp.c (handle_single_display_spec, handle_display_prop):
4823 Undo 2005-05-16 change.
4824 (handle_stop): Pop iterator if it's loaded with an empty string.
4825 (get_overlay_strings_1): Don't save iterator if it's loaded with
4826 an empty string (bug#1201).
4827
4828 2008-10-24 Kenichi Handa <handa@m17n.org>
4829
4830 * ftfont.c (ftfont_otf_features): Fix previous change.
4831 (ftfont_otf_capability): Check FeatureList.FeatureCount before
4832 calling ftfont_otf_features.
4833
4834 2008-10-24 Kenichi Handa <handa@m17n.org>
4835
4836 * font.c (font_match_p): Fix for the case that a vector of
4837 characters is in script-representative-chars.
4838
4839 2008-10-24 Michael Albinus <michael.albinus@gmx.de>
4840
4841 * dbusbind.c (xd_in_read_queued_messages): New variable.
4842 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
4843 (xd_read_queued_messages): Catch Qdbus_error from the macros.
4844 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
4845 macro. (Bug#1186).
4846
4847 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4848
4849 * s/sol2-10.h: New file.
4850
4851 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
4852
4853 * xdisp.c (fill_glyph_string): Fix typo in source (though the
4854 poor beast has survived 9+ years and the jump from xterm.c!).
4855
4856 2008-10-23 Martin Rudalics <rudalics@gmx.at>
4857
4858 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
4859 Reword doc-string.
4860 (Fbury_buffer): In doc-string say what happens to the buffer's window.
4861
4862 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
4863
4864 * character.c (syms_of_character) <script-representative-chars>:
4865 <unicode-category-table>: Doc fixes.
4866
4867 2008-10-23 Noah Friedman <friedman@splode.com>
4868
4869 * coding.c (make_conversion_work_buffer): Check that
4870 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
4871 Fget_buffer_create.
4872
4873 2008-10-23 Kenichi Handa <handa@m17n.org>
4874
4875 * font.c (font_add_log): Check the values of extra properties.
4876
4877 2008-10-22 Martin Rudalics <rudalics@gmx.at>
4878
4879 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
4880 Reword doc-string.
4881 (Fset_window_parameter): Use NILP.
4882 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
4883 (Frecenter): Use "selected" instead of "current" window in doc-strings.
4884
4885 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
4886
4887 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
4888
4889 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4890
4891 * nsfns.m (ns_appkit_version): New function.
4892 (x-server-version): Use it.
4893 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
4894 (x-server-vendor): Don't check_ns().
4895
4896 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
4897
4898 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
4899
4900 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
4901 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
4902
4903 2008-10-22 Kenichi Handa <handa@m17n.org>
4904
4905 * syntax.c (scan_words): Call word_boundary_p instead of comparing
4906 scripts.
4907
4908 * category.c (word_boundary_p): Check scripts instead of charset.
4909 Handle nil value in word-separating-categories and
4910 word-combining-categories.
4911 (syms_of_category): Fix docstrings of word-separating-categories
4912 and word-combining-categories.
4913
4914 2008-10-21 Eli Zaretskii <eliz@gnu.org>
4915
4916 * coding.c (Fencode_coding_region, Fdecode_coding_region)
4917 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
4918
4919 2008-10-21 Martin Rudalics <rudalics@gmx.at>
4920
4921 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
4922 Rename arg "buffer" to "buffer_or_name".
4923 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
4924 it optional.
4925 (no_switch_window): Remove since the return value is not used.
4926 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
4927 Consider window as dedicated when Fwindow_dedicated_p returns a
4928 non-nil value.
4929 * lisp.h: Remove prototype for no_switch_window.
4930
4931 2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
4932
4933 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
4934 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
4935
4936 2008-10-21 Kenichi Handa <handa@m17n.org>
4937
4938 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
4939 check Vlatin_extra_code_table.
4940
4941 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4942
4943 * fileio.c (Fset_file_modes): Doc fix.
4944
4945 2008-10-19 Michael Albinus <michael.albinus@gmx.de>
4946
4947 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
4948 in arrays.
4949
4950 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4951
4952 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
4953 Mention kill-buffer in doc-string.
4954 (Fset_window_buffer): Reinsert tem check removed in last commit.
4955 (Fenlarge_window, Fshrink_window): Have argument names and
4956 doc-string follow Elisp manual more closely.
4957
4958 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4959
4960 * fileio.c (Fset_file_modes): Doc fix.
4961
4962 2008-10-18 Martin Rudalics <rudalics@gmx.at>
4963
4964 * window.c (Fwindow_width, Fset_window_start)
4965 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
4966 (Fdelete_windows_on, Freplace_buffer_in_windows):
4967 Make doc-strings follow code and Elisp manual more closely.
4968 (Fwindow_dedicated_p): Make window argument optional.
4969 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
4970 (Fset_window_buffer): Respect any non-nil dedicated value for
4971 window. Rename "buffer" argument to "buffer_or_name".
4972
4973 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
4974
4975 * m/sh3.h: New file, machine description for SuperH.
4976
4977 2008-10-17 Martin Rudalics <rudalics@gmx.at>
4978
4979 * window.c (Fsplit_window): Rename arg horflag to horizontal.
4980
4981 2008-10-17 Kenichi Handa <handa@m17n.org>
4982
4983 * ftfont.c (ftfont_otf_features): Fix indexing
4984 gsub_gpos->FeatureList.Feature. Check the validity of indices.
4985
4986 2008-10-16 Magnus Henoch <mange@freemail.hu>
4987
4988 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
4989 (Fdbus_call_method_asynchronously): Ditto.
4990 This change makes C-h f display the argument list.
4991
4992 2008-10-16 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * fileio.c (Fexpand_file_name): Doc fix.
4995
4996 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
4997 of :foreground and :background equivalent to unspecified (20.x
4998 compatibility).
4999
5000 2008-10-15 Eli Zaretskii <eliz@gnu.org>
5001
5002 * buffer.c (syms_of_buffer): Doc fix.
5003
5004 2008-10-14 Kenichi Handa <handa@m17n.org>
5005
5006 * font.c (font_clear_prop): When clearing font width, clear the
5007 average width field too.
5008
5009 2008-10-12 Andreas Schwab <schwab@suse.de>
5010
5011 * ftfont.c (ftfont_shape_by_flt): Make static.
5012 * ftfont.h (ftfont_shape_by_flt): Don't declare.
5013
5014 * font.c: Don't include <m17n-flt.h>.
5015
5016 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5017
5018 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
5019
5020 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5021
5022 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
5023 away code.
5024
5025 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5026
5027 * dispnew.c (update_text_area): Avoid looping due to large glyph
5028 overhangs (bug#1070).
5029
5030 2008-10-09 Kenichi Handa <handa@m17n.org>
5031
5032 * fontset.c (face_for_char): If face->fontset is negative, just
5033 return ascii_face.
5034
5035 * font.c (font_delete_unmatched): Fix previous change.
5036 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
5037
5038 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5039
5040 * frame.c (Fraise_frame): On text-only terminals select frame in
5041 order to make it visible. (Bug#1061)
5042
5043 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * fontset.c (fontset_find_font): Check frame validity.
5046
5047 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5048
5049 * gtkutil.c (xg_display_open): Reset default display if none exists.
5050 (xg_display_close): Allow Emacs to close all displays (bug#985).
5051
5052 2008-10-06 Andreas Schwab <schwab@suse.de>
5053
5054 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
5055
5056 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5057
5058 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
5059
5060 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
5061
5062 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
5063 during initialization.
5064
5065 2008-10-04 Eli Zaretskii <eliz@gnu.org>
5066
5067 * xdisp.c (redisplay_internal): If frame switched, redisplay the
5068 whole thing on MSDOS frames as well as on a TTY.
5069
5070 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
5071 well as for TTY.
5072 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
5073 well as on a TTY.
5074
5075 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
5076 as well as for TTY.
5077
5078 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
5079
5080 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
5081 MSDOS frames as well.
5082
5083 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5084
5085 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
5086 correct arguments.
5087 * menu.c (find_and_return_menu_selection): Add cast.
5088
5089 2008-10-03 Glenn Morris <rgm@gnu.org>
5090
5091 * emacs.c (USAGE1): Add --daemon.
5092
5093 2008-10-02 Eli Zaretskii <eliz@gnu.org>
5094
5095 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
5096 100, so it's in percents as advertised.
5097
5098 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
5099
5100 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
5101 (ns_output.current_cursor, ns_output.desired_cursor)
5102 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
5103 (FRAME_NEW_CURSOR_COLOR): Remove.
5104
5105 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
5106 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
5107 enumeration (HOLLOW_BOX_CURSOR, etc.).
5108
5109 * nsterm.m (ns_frame_rehighlight): Remove commented code.
5110 (draw_window_cursor): Simplify code.
5111 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
5112 Don't change cursor type. In latter, call rehighlight instead of doing
5113 updates manually.
5114 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
5115 Use core Emacs cursor types.
5116
5117 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
5118
5119 2008-10-02 Martin Rudalics <rudalics@gmx.at>
5120
5121 * process.c (Faccept_process_output): Fix doc-string.
5122
5123 2008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5124
5125 * gmalloc.c (__sbrk): Also define for uClibc.
5126
5127 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
5128 for uClibc.
5129
5130 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5131
5132 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
5133 styles.
5134 (nsfont_open): Reenable the cache.
5135
5136 2008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
5137
5138 * font.c (font_matching_entity): Reflect ATTRS in font selection.
5139 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
5140
5141 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
5144 a suspended terminal.
5145
5146 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5147
5148 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
5149
5150 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5151
5152 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
5153
5154 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
5155
5156 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
5157 in a continued line coincides with a line beginning.
5158
5159 2008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
5160
5161 * nsfont.m (nsfont_trait_distance): Fix bug.
5162 (nsfont_list): Return a list rather than a vector (syncs with Handa
5163 changes of 2008-05-14).
5164 (nsfont_open): Improve logging.
5165
5166 2008-09-29 Andreas Schwab <schwab@suse.de>
5167
5168 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
5169
5170 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5171
5172 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
5173 name as char-resolve-modifiers.
5174 Reported by: Markus Triska <markus.triska@gmx.at>
5175
5176 2008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
5177
5178 * dispnew.c (init_display): Return earlier when running as a daemon.
5179
5180 2008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5181
5182 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
5183
5184 2008-09-27 Eli Zaretskii <eliz@gnu.org>
5185
5186 * composite.c (Fcomposition_get_gstring)
5187 (Fcompose_region_internal, Fcompose_string_internal)
5188 (Ffind_composition_internal): Doc fix.
5189 (syms_of_composite) <compose-chars-after-function>: Doc fix.
5190 (syms_of_composite) <auto-composition-function>: Doc fix.
5191 (syms_of_composite) <composition-function-table>: Doc fix.
5192
5193 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5194
5195 * search.c (wordify): New argument for lax word-ends.
5196 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
5197
5198 2008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5199
5200 * lisp.h (is_daemon): Declare.
5201 * dispnew.c (init_display): Do not try to initialize the terminal
5202 when running as a daemon.
5203
5204 2008-09-22 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
5207 x_display_pixel_height.
5208
5209 2008-09-22 Martin Rudalics <rudalics@gmx.at>
5210
5211 * undo.c (record_point): Don't call Fundo_boundary for first
5212 change. (Bug#731)
5213
5214 2008-09-22 Juanma Barranquero <lekktu@gmail.com>
5215
5216 * emacs.c (Fdaemonp): Doc fix.
5217
5218 2008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5219
5220 * emacs.c (main): Place #ifdef in the proper place.
5221
5222 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5223
5224 * emacs.c (standard_args): Add --daemon.
5225 (main): Disconnect from the terminal when --daemon is passed.
5226 (is_daemon): New variable.
5227 (Fdaemonp): New function.
5228 (syms_of_emacs): Defsubr it.
5229
5230 2008-09-20 Chong Yidong <cyd@stupidchicken.com>
5231
5232 * xdisp.c (get_next_display_element): Handle string display
5233 correctly when checking for the end of a box run.
5234
5235 2008-09-20 Glenn Morris <rgm@gnu.org>
5236
5237 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
5238 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
5239 (Frename_file): Avoid copying to trash if a rename involves
5240 a delete. (Bug#964).
5241
5242 2008-09-20 Eli Zaretskii <eliz@gnu.org>
5243
5244 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
5245 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
5246 frames as well as termcap frames.
5247 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
5248 get_named_tty.
5249
5250 2008-09-19 Eli Zaretskii <eliz@gnu.org>
5251
5252 * process.c (procfs_system_process_attributes): Fix cmdline in
5253 case /proc/PID/cmdline is empty.
5254
5255 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
5256 x_display_pixel_height.
5257
5258 2008-09-19 Juanma Barranquero <lekktu@gmail.com>
5259
5260 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
5261
5262 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
5263 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
5264
5265 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
5266
5267 * dispextern.h (struct it): Move line_wrap away from the middle of
5268 bitfields. Move voffset in struct iterator_stack_entry after the
5269 bitfields. Move tab_width near after another short.
5270
5271 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5272
5273 * frame.h (struct frame): Move alpha from the middle of bitfields.
5274
5275 * window.h (struct window): Move frozen_window_start_p after the
5276 rest of the bitfields to reduce padding.
5277
5278 2008-09-18 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * xterm.h (x_display_info): Remove `height' and `width' members.
5281
5282 * nsterm.h (ns_display_info): Remove `height' and `width' members.
5283
5284 * w32term.h (w32_display_info): Remove `height', `width',
5285 `height_in', and `width_in' members.
5286
5287 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5288 New functions.
5289 (x_calc_absolute_position): Use them.
5290 (x_term_init): Omit removed `height' and `width' members.
5291
5292 * w32term.c (x_display_pixel_height, x_display_pixel_width):
5293 New functions.
5294 (w32_read_socket, x_calc_absolute_position): Use them.
5295 (w32_initialize_display_info, w32_term_init): Omit removed members
5296 of w32_display_info.
5297
5298 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
5299 New functions.
5300 (ns_initialize_display_info): Omit removed members of ns_display_info.
5301
5302 * xterm.c (x_display_pixel_height, x_display_pixel_width):
5303 New functions.
5304 (x_calc_absolute_position): Use them.
5305 (x_term_init): Omit removed `height' and `width' members.
5306
5307 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
5308 (compute_tip_xy):
5309 * frame.c (x_fullscreen_adjust):
5310 * xmenu.c (menu_position_func): Use x_display_pixel_height and
5311 x_display_pixel_width.
5312
5313 2008-09-18 Kenichi Handa <handa@m17n.org>
5314
5315 * composite.c (fill_gstring_header): Don't check FROM and TO here.
5316 (composition_compute_stop_pos): Fix handling of static composition.
5317 (Fcomposition_get_gstring): Check FROM and TO at first.
5318
5319 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
5322 mixup (YAILOM).
5323
5324 2008-09-17 Chong Yidong <cyd@stupidchicken.com>
5325
5326 * indent.c (Fvertical_motion): Use position reported by iterator
5327 instead of PT for determining screen motion (bug#943).
5328
5329 2008-09-17 Romain Francoise <romain@orebokech.com>
5330
5331 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
5332
5333 2008-09-17 Kenichi Handa <handa@m17n.org>
5334
5335 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
5336
5337 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
5338 if necessary.
5339
5340 2008-09-16 Kenichi Handa <handa@m17n.org>
5341
5342 * coding.c (make_conversion_work_buffer): Avoid calling
5343 Fget_buffer_create if it is not necessary.
5344
5345 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5346
5347 * window.c (Fselect_window): Don't update window_select_count and
5348 use_time when norecord is not nil.
5349
5350 2008-09-14 Kenichi Handa <handa@m17n.org>
5351
5352 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
5353 specpdl_ptr.
5354
5355 2008-09-12 Kenichi Handa <handa@m17n.org>
5356
5357 * indent.c (scan_for_column): Don't handle automatic composition
5358 if the current buffer is not associated with a window.
5359
5360 * composite.c (composition_reseat_it): If the current buffer is
5361 not associated with a window, ignore the automatic composition.
5362 (find_automatic_composition): Likewise.
5363
5364 2008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
5367 (Fgpm_mouse_stop): Use it.
5368 * termhooks.h (close_gpm): Declare.
5369 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
5370 connection if Gpm_GetEvent fails.
5371
5372 * window.c (set_window_buffer): Always preserve current-buffer.
5373
5374 2008-09-12 Glenn Morris <rgm@gnu.org>
5375
5376 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
5377
5378 2008-09-11 Glenn Morris <rgm@gnu.org>
5379
5380 * charset.c (charset-map-path): Doc fix.
5381
5382 2008-09-10 Kenichi Handa <handa@m17n.org>
5383
5384 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
5385
5386 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
5387 compose a grapheme cluster with the preceding base glyph.
5388
5389 * composite.c (composition_compute_stop_pos): Fix previous change.
5390 Reset cmp_it->id to -1 at first.
5391
5392 2008-09-10 Glenn Morris <rgm@gnu.org>
5393
5394 * Makefile.in (character.o, chartab.o): Fix config.h typo.
5395
5396 2008-09-09 Chong Yidong <cyd@stupidchicken.com>
5397
5398 * keyboard.c (read_key_sequence): Reapply translation maps when
5399 switching keyboards.
5400
5401 2008-09-09 Kenichi Handa <handa@m17n.org>
5402
5403 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
5404 characters.
5405
5406 * composite.c (FORWARD_CHAR): Fix calculation
5407 of (POSITION).pos_byte.
5408 (composition_compute_stop_pos): Limit the search of composition to
5409 at most 500 characters ahead. If we reach the limit or find a
5410 newline, set cmp_it->ch to -2 and return 0.
5411 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
5412
5413 2008-09-08 Kenichi Handa <handa@m17n.org>
5414
5415 * indent.c (Fvertical_motion): Be sure to set
5416 it_overshoot_expected if it.cmp_it.id is non-negative.
5417
5418 2008-09-07 Andreas Schwab <schwab@suse.de>
5419
5420 * callproc.c (Fcall_process): Don't hold references to string data
5421 across garbage collection. Move initialisation of new_argv down
5422 to avoid compiler bug.
5423
5424 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5425
5426 * process.c (Fsystem_process_attributes): Doc fix.
5427
5428 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
5429
5430 * callproc.c (Fcall_process): Canonicalize current directory name.
5431
5432 * xdisp.c (move_it_to): When moving by vpos, ensure that the
5433 iterator advances to the next line if the current line ends in a
5434 continued tab.
5435
5436 2008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
5437
5438 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
5439 member to point to cmp_from.
5440
5441 * xdisp.c: Doc fix for references to gidx data member.
5442
5443 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5444
5445 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
5446
5447 2008-09-07 Kenichi Handa <handa@m17n.org>
5448
5449 * composite.c (FORWARD_CHAR): Check STOP after
5450 incrementing (POSITION).pos.
5451
5452 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5453
5454 * process.c (Fsystem_process_attributes): Doc fix.
5455
5456 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * keyboard.c (Ftop_level): Doc fix.
5459
5460 2008-09-06 Eli Zaretskii <eliz@gnu.org>
5461
5462 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
5463 minibuffer, don't let lower part of menu invade the echo area.
5464
5465 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
5466 "char *q" to access menu text and advance through it. Revert the
5467 change that displayed ">" instead of ASCII character 0x10.
5468
5469 2008-09-05 Eli Zaretskii <eliz@gnu.org>
5470
5471 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
5472 toggle boxes and radio buttons on MS-DOS as well.
5473
5474 2008-09-05 Kenichi Handa <handa@m17n.org>
5475
5476 * composite.c (autocmp_chars): Check lookback count.
5477 (composition_compute_stop_pos): Set cmp_it->lookback.
5478 (composition_reseat_it): Check lookback count.
5479 (struct position_record): New struct.
5480 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
5481 (find_automatic_composition): New function.
5482 (composition_adjust_point): Use find_automatic_composition.
5483
5484 * dispextern.h (struct composition_it): New member lookback.
5485
5486 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
5487
5488 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
5489 if moving by a single line.
5490
5491 2008-09-02 Andreas Schwab <schwab@suse.de>
5492
5493 * xterm.c (x_delete_display): Fix merge error.
5494
5495 * fileio.c (Fexpand_file_name): Remove unused variables.
5496
5497 2008-09-02 Eli Zaretskii <eliz@gnu.org>
5498
5499 * fileio.c (Fexpand_file_name): Copy argument `name' into local
5500 storage on all platforms, not just on DOS_NT.
5501
5502 2008-09-02 Jason Rumney <jasonr@gnu.org>
5503
5504 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
5505 Ensure mouse is not grabbed after menu is finished.
5506
5507 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
5508
5509 * xfaces.c (Finternal_set_alternative_font_family_alist)
5510 (Finternal_set_alternative_font_registry_alist): Properly copy
5511 entire alist structure.
5512
5513 2008-09-01 Kenichi Handa <handa@m17n.org>
5514
5515 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
5516 representative chars of the script is a vector.
5517 (ftfont_list): Handle the case where the representative chars of
5518 the script is a vector.
5519
5520 * character.c (syms_of_character): Docstring of
5521 script-representative-chars fixed.
5522
5523 2008-08-31 Eli Zaretskii <eliz@gnu.org>
5524
5525 * msdos.c (BUILD_CHAR_GLYPH): New macro.
5526 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
5527 the menu. Allocate larger buffer for `text', to account for
5528 possible ^C characters.
5529
5530 2008-08-31 Martin Rudalics <rudalics@gmx.at>
5531
5532 * xdisp.c (prepare_menu_bars): Don't call
5533 Vwindow_size_change_functions with arg Qt.
5534
5535 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * font.h (font_range):
5538 * fileio.c (report_file_error):
5539 * composite.c (composition_update_it): Yet another int/Lisp_Object
5540 mixup (YAILOM).
5541
5542 2008-08-30 Glenn Morris <rgm@gnu.org>
5543
5544 * data.c (Fmake_variable_frame_local): Doc fix.
5545
5546 * frame.c (Fmodify_frame_parameters): Doc fix.
5547
5548 2008-08-30 Eli Zaretskii <eliz@gnu.org>
5549
5550 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
5551 needed by GetTokenInformation.
5552 (w32_system_process_attributes): Check return values of all system
5553 APIs.
5554
5555 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
5556 only when the state changes.
5557 (IT_update_begin, IT_update_end): Add termscript trace.
5558
5559 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
5560 clipboard is unavailable. Set dst to NULL if it doesn't point to
5561 malloc'ed data.
5562 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
5563 passing random values to xfree.
5564
5565 * dispnew.c (init_display): Set `tty's association in frame's
5566 parameters alist to the name of the terminal device, if that is known.
5567
5568 2008-08-29 Jason Rumney <jasonr@gnu.org>
5569
5570 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
5571
5572 2008-08-29 Eli Zaretskii <eliz@gnu.org>
5573
5574 * composite.c (fill_gstring_body): Avoid compiler warnings.
5575
5576 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
5577 LGLYPH_SET_CODE to avoid compiler warnings.
5578
5579 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
5580
5581 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
5582
5583 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
5584 LGLYPH_SET_CODE.
5585
5586 2008-08-29 Kenichi Handa <handa@m17n.org>
5587
5588 * fileio.c (report_file_error): Don't downcase the first character
5589 of errstring if it is still unibyte.
5590
5591 2008-08-29 Kenichi Handa <handa@m17n.org>
5592
5593 These changes are to re-implement the automatic composition so
5594 that it doesn't use text properties.
5595
5596 * Makefile.in (ftfont.o): Depend on composite.h.
5597 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
5598
5599 * character.h (Vunicode_category_table): Extern it.
5600
5601 * character.c (Vunicode_category_table): New variable.
5602 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
5603
5604 * chartab.c (optimize_sub_char_table): Perform more greedy
5605 optimization.
5606
5607 * composite.h (enum composition_method):
5608 Delete COMPOSITION_WITH_GLYPH_STRING.
5609 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
5610 (Vcomposition_function_table): Extern it.
5611 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
5612 (composition_gstring_put_cache, composition_gstring_from_id)
5613 (composition_gstring_p, composition_gstring_width)
5614 (composition_compute_stop_pos, composition_reseat_it)
5615 (composition_update_it, composition_adjust_point): Extern them.
5616 (Fcomposition_get_gstring): EXFUN it.
5617
5618 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
5619 (Vcomposition_function_table)
5620 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
5621 (gstring_hash_table, gstring_work, gstring_work_headers):
5622 New variables.
5623 (gstring_lookup_cache, composition_gstring_put_cache)
5624 (composition_gstring_from_id, composition_gstring_p)
5625 (composition_gstring_width, fill_gstring_header)
5626 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
5627 (composition_reseat_it, composition_update_it)
5628 (composition_adjust_point, Fcomposition_get_gstring): New functions.
5629 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
5630 and gstring_work_headers. DEFVAR_LISP composition-function-table.
5631 Defsubr compostion_get_gstring.
5632
5633 * dispextern.h (struct glyph): New union u.cmp. Delete the member
5634 cmp_id.
5635 (struct glyph_string): Delete the member gidx. New members
5636 cmp_id, cmp_from, and cmp_to.
5637 (enum it_method): Delete GET_FROM_COMPOSITION.
5638 (struct composition_it): New struct.
5639 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
5640 Delete c, len, cmp_id, cmp_len in u.comp.
5641
5642 * font.h (enum lgstring_indices): Delete it.
5643 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
5644 (enum lglyph_indices): Likewise.
5645 (font_range): Adjust extern.
5646 (font_fill_lglyph_metrics): Extern it.
5647
5648 * font.c (QCf): New variable.
5649 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
5650 (font_prepare_composition): Delete this function.
5651 (font_range): Type and arguments changed.
5652 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
5653 (font_fill_lglyph_metrics): New function.
5654 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
5655 (syms_of_font): DEFSYM QCf. Delete defsubr for
5656 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
5657 Defsubr Sfont_shape_gstring.
5658
5659 * fontset.h (font_for_char): Extern it.
5660
5661 * fontset.c (font_for_char): New function.
5662
5663 * ftfont.c: Include composite.h.
5664 (ftfont_resolve_generic_family): Add langset "en" to pattern.
5665 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
5666
5667 * indent.c: Include composite.h and dispextern.h.
5668 (check_composition): Delete this function.
5669 (scan_for_column): Handle composition by
5670 composition_compute_stop_pos, composition_reseat_it, and
5671 composition_update_it.
5672 (compute_motion): Likewise.
5673 (Fvertical_motion): Fix checking of composition.
5674
5675 * keyboard.c (adjust_point_for_property): Check composition by
5676 composition_adjust_point.
5677
5678 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
5679 struct glyph_string.
5680
5681 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
5682 (append_composite_glyph): Adjust for the change of struct it and
5683 struct glyph.
5684 (produce_composite_glyph): Likewise.
5685
5686 * w32term.c (x_draw_composite_glyph_string_foreground):
5687 Adjust for the change of struct glyph_string.
5688 (x_draw_glyph_string): Likewise.
5689
5690 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
5691 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
5692
5693 * xdisp.c: Include font.h.
5694 (it_props): Delete the entry for Qauto_composed.
5695 (init_iterator): Initialize it->cmp_it.id to -1.
5696 (compute_stop_pos): Call composition_compute_stop_pos.
5697 (face_before_or_after_it_pos): Adjust for the change of struct it.
5698 (handle_auto_composed_prop): Delete it.
5699 (handle_composition_prop): Handle only static composition.
5700 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
5701 from xassert. Initialize it->cmp_it.stop_pos.
5702 (push_it): Adjust for the change of struct it.
5703 (pop_it): Likewise.
5704 (get_next_element): Delete next_element_from_composition.
5705 (CHAR_COMPOSED_P): New macro.
5706 (get_next_display_element): For automatic composition, get a face
5707 from the font in the glyph-string.
5708 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
5709 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
5710 (next_element_from_string): Check if the character at the current
5711 position is composed by CHAR_COMPOSED_P.
5712 (next_element_from_buffer): Likewise.
5713 (next_element_from_composition): Adjust for the change of struct it.
5714 Update it->cmp_it.
5715 (dump_glyph): Adjust for the change of struct glyph.
5716 (fill_composite_glyph_string): Adjust for the change of struct
5717 it and struct glyph. Don't handle automatic composition here.
5718 (fill_gstring_glyph_string): New function.
5719 (x_get_glyph_overhangs): Handle automatic composition.
5720 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
5721 (BUILD_GSTRING_GLYPH_STRING): New macro.
5722 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
5723 automatic composition.
5724 (append_composite_glyph): Adjust for the change of struct it and
5725 struct glyph.
5726 (x_produce_glyphs): Adjust for the change of struct it.
5727
5728 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
5729 the change of struct glyph_string.
5730 (x_draw_glyph_string): Likewise.
5731
5732 2008-08-29 Glenn Morris <rgm@gnu.org>
5733
5734 * buffer.c (word-wrap): Doc fix.
5735 * xdisp.c (truncate-partial-width-windows): Doc fix.
5736 Increase default to 50.
5737
5738 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
5739
5740 * xdisp.c (update_tool_bar_unwind): New function.
5741 (update_tool_bar): Temporarily set selected frame before building
5742 tool-bar items.
5743
5744 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
5745
5746 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
5747 snprintf, respectively.
5748 (xd_append_arg): Convert strings with Fstring_make_unibyte.
5749
5750 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
5751
5752 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
5753 LDFLAGS to GNUstep CC invocation.
5754
5755 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * indent.c (Fvertical_motion): Revert last change. Handle the
5758 general case where we are moving forward, and PT spans multiple
5759 screen lines.
5760
5761 * eval.c (find_handler_clause): Temporarily increase
5762 max-lisp-eval-depth while printing the backtrace buffer, to
5763 guarantee that help-mode code can run.
5764
5765 2008-08-27 Eli Zaretskii <eliz@gnu.org>
5766
5767 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
5768 colors under -rv.
5769 (IT_set_frame_parameters): Don't swap foreground and background
5770 colors if `(reverse . t)' is present in the frame properties.
5771 (internal_terminal_init): Call init_frame_faces only for the
5772 initial frame.
5773
5774 2008-08-27 Andreas Schwab <schwab@suse.de>
5775
5776 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
5777
5778 2008-08-27 Andreas Schwab <schwab@suse.de>
5779
5780 * search.c (search_buffer): Set char_base to zero only at the end.
5781
5782 2008-08-27 Kenichi Handa <handa@m17n.org>
5783
5784 * fileio.c (report_file_error): Fix handling of multibyte error string.
5785
5786 2008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
5787
5788 * xterm.c (x_term_init): Temporarily hide the partially
5789 initialized terminal while calling vendor-specific-keysyms.
5790
5791 2008-08-26 Eli Zaretskii <eliz@gnu.org>
5792
5793 * msdos.c (internal_terminal_init): Most initializations done only
5794 once, especially initial_screen_colors[] and termscript open.
5795
5796 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
5797
5798 * eval.c (Fcondition_case): Doc fix.
5799
5800 * widgetprv.h (EmacsFramePart): Change font member to the new font
5801 struct.
5802
5803 * widget.c: Include character.h and font.h for XSETFONT.
5804 (setup_frame_gcs): Compute X font id from font struct, just once.
5805
5806 2008-08-26 Eli Zaretskii <eliz@gnu.org>
5807
5808 * term.c (get_named_tty): Fix last change.
5809
5810 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
5811
5812 * indent.c (Fvertical_motion): If moving forward starting from a
5813 multi-line string, move the iterator to the last line of that string.
5814
5815 2008-08-25 Eli Zaretskii <eliz@gnu.org>
5816
5817 * frame.c (do_switch_frame): Mark previously displayed frame as
5818 obscured for FRAME_MSDOS_P frames as well.
5819
5820 2008-08-24 Eli Zaretskii <eliz@gnu.org>
5821
5822 * frame.c (make_terminal_frame): Initialize f->terminal,
5823 f->terminal->reference_count, and scroll bars on MS-DOS as well.
5824 Set the top frame to newly created frame.
5825 (Fmake_terminal_frame): Reuse the_only_display_info.
5826
5827 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
5828 estimating available memory.
5829
5830 2008-08-23 David Reitter <david.reitter@gmail.com>
5831
5832 * nsterm.m (ns_draw_window_cursor): Don't call
5833 NSDisableScreenUpdates and NSEnableScreenUpdates on
5834 non-NS_IMPL_COCOA systems.
5835
5836 2008-08-23 Andreas Schwab <schwab@suse.de>
5837
5838 * process.c (procfs_system_process_attributes): Fix use of
5839 uninitialized variables.
5840
5841 2008-08-23 Eli Zaretskii <eliz@gnu.org>
5842
5843 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
5844
5845 * dispnew.c (init_display): Remove MS-DOS specific conditions for
5846 calling tty-set-up-initial-frame-faces.
5847
5848 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
5849 Allow MSDOS frames along with X frames.
5850
5851 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
5852 addition to output_termcap.
5853
5854 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
5855
5856 * termchar.h (FRAME_TTY): Support output_msdos_raw.
5857 (struct tty_display_info) [MSDOS]: Add fields related to mouse
5858 highlight.
5859
5860 * process.c [!subprocesses]: Define QCname.
5861 (syms_of_process): Intern and staticpro it.
5862
5863 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
5864 Adjust for changes in encoding/decoding routines.
5865 Use encode_coding_object and decode_coding_object instead of
5866 encode_coding and decode_coding.
5867
5868 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
5869
5870 * dosfns.c: Include frame.h before termhooks.h.
5871 (dos_cleanup): Use CURTTY ()->termscript instead of a global
5872 variable termscript.
5873
5874 * s/msdos.h (USER_FULL_NAME): Define.
5875 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
5876
5877 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
5878 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
5879 pw->pw_gecos.
5880
5881 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
5882 SELECTED_FRAME as additional (1st) argument.
5883 (tty_read_avail_input): Handle output_msdos_raw in
5884 addition to output_termcap.
5885
5886 * msdos.c: Include frame.h before termhooks.h.
5887 (mouse_on, mouse_off, mouse_moveto, mouse_init)
5888 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
5889 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
5890 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
5891 (IT_set_terminal_modes, IT_reset_terminal_modes)
5892 (IT_set_frame_parameters): Use tty->termscript instead of a global
5893 variable termscript.
5894 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
5895 global variable terminal_coding. Don't refer to
5896 Vnonascii_translation_table.
5897 (internal_terminal_init): Set Vwindow_system in current_kboard.
5898 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
5899 Announce date and time of session start, if termscript is open.
5900 Don't zero out the_only_display_info (it is done in
5901 term.c:init_tty). Open termscript only of not already open.
5902 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
5903 here instead of dos_ttraw. Don't initialize display if this is an
5904 initial tty. Don't set FRAME_FONT.
5905 (Vwindow_system_version): Bump to 23.
5906 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
5907 is available, set up mouse_position_hook.
5908 (dos_ttraw, IT_set_terminal_modes): If called with initial
5909 terminal, do nothing.
5910 (IT_set_frame_parameters): Handle the Qtty_type frame
5911 parameter by calling internal_terminal_init.
5912 (dos_set_window_size, show_mouse_face)
5913 (clear_mouse_face, IT_note_mode_line_highlight)
5914 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
5915 (dos_rawgetc): Use tty_display_info instead of x_display_info.
5916 (initialize_msdos_display): New function.
5917 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
5918 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
5919 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
5920 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
5921 Accept additional argument: a pointer to a frame. Update all callers.
5922 (request_sigio, unrequest_sigio): Don't define, now defined on
5923 sysdep.c.
5924 (IT_write_glyphs): Rewrite to use encode_terminal_code.
5925
5926 * term.c [MSDOS]: Include msdos.h.
5927 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
5928 conditional to DOS_NT. Allow only one call to this function in a
5929 session. Don't allocate a new struct tty_display_info; instead,
5930 reuse the_only_display_info. Call get_tty_size to get screen
5931 dimensions. Call init_baud_rate to set bad_rate.
5932 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
5933 (Fsuspend_tty) [MSDOS]: Don't close input and output.
5934 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
5935 (get_tty_terminal, get_named_tty, Ftty_type)
5936 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
5937 output_termcap.
5938 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
5939 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
5940 only when subprocesses are supported.
5941
5942 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
5943 f->output_data.x.
5944 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
5945 terminal devices.
5946
5947 * msdos.h: Remove definition of struct x_display_info and struct
5948 x_output.
5949 (FRAME_FONT): Use output_data.tty.
5950 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
5951 (struct x_display_info): Rename from display_info. Update all users in
5952 msdos.c.
5953 (struct x_output): Remove background_pixel and foreground_pixel.
5954 (the_only_display_info): Rename from the_only_x_display.
5955 (dos_ttraw): Update prototype.
5956
5957 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
5958 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
5959
5960 2008-08-23 Jason Rumney <jasonr@gnu.org>
5961
5962 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
5963 (fn_TIFFSetDirectory): New library function used.
5964 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
5965 (tiff_load): Use :index to select among multiple images. Set count
5966 property when multiple images exist.
5967 (gif_format): Use :index, not :image.
5968
5969 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
5970
5971 * xdisp.c (try_scrolling): Check INT_MAX instead of
5972 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
5973 to obtain INT_MAX.
5974
5975 2008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
5976
5977 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
5978
5979 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
5980
5981 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
5982 GNUstep library location.
5983
5984 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
5985
5986 * xfaces.c (x_update_menu_appearance): Check validity of menu font
5987 before using it.
5988
5989 * puresize.h (BASE_PURESIZE): Increase to 1250000.
5990
5991 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
5992
5993 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
5994 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
5995 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
5996 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
5997 (EmacsApp-cursor_blink_handler): Remove declaration.
5998 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
5999 match 01 Feb 2008 changes in xterm.c.
6000 (ns_read_socket): Add cast to avoid warning.
6001 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
6002 GNUstep.
6003
6004 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
6005
6006 * xselect.c (x_get_foreign_selection): Return nil if desired
6007 selection could not be obtained, instead of signalling an error.
6008
6009 2008-08-20 David Reitter <david.reitter@gmail.com>
6010
6011 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
6012 * nsterm.m: Remove ns-specific code for cursor blinking.
6013 (ns_draw_window_cursor): Clear cursor properly rather than
6014 redrawing the area. Respect width of bar cursors.
6015 These changes enable the use of generic blink-cursor-mode and
6016 generic cursor types in NS and support smooth cursor movements (do
6017 not blink off after command).
6018 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
6019 Nextstep, too.
6020
6021 2008-08-19 Kenichi Handa <handa@m17n.org>
6022
6023 * font.c (Vfont_log_deferred): New variable.
6024 (font_add_log): Check Vfont_log_deferred.
6025 (font_deferred_log): New function.
6026
6027 * font.h (font_deferred_log): Extern it.
6028
6029 * fontset.c (reorder_font_vector): Use encoding charset of fonts
6030 for sorting.
6031 (face_for_char): Use deferred log.
6032
6033 2008-08-18 Kenichi Handa <handa@m17n.org>
6034
6035 * fontset.c (face_for_char): Add font log.
6036
6037 * font.c (font_add_log): Add the font properties :script, :lang,
6038 and :otf in the log.
6039
6040 2008-08-17 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * xdisp.c: Remove dead code.
6043 (handle_invisible_prop, next_overlay_string): Defer call to
6044 setup_for_ellipsis.
6045 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
6046
6047 2008-08-15 Chong Yidong <cyd@stupidchicken.com>
6048
6049 * xfaces.c (lookup_derived_face): Properly handle possible zero
6050 return value of get_lface_attributes.
6051 (merge_faces): Don't tell lookup_derived_face to signal an error
6052 if face is not found.
6053
6054 * dired.c (Fdirectory_files): Doc fix.
6055
6056 * process.c (make_process): Initialize kill_without_query struct
6057 member.
6058
6059 2008-08-15 Eli Zaretskii <eliz@gnu.org>
6060
6061 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
6062 Alternative calculation of totphys for Visual Studio 6.
6063
6064 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
6065
6066 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
6067 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
6068 All users changed.
6069 (stat): Only root directory passed to GetDriveType. Allow RAM
6070 disk as well as local fixed disk when w32-get-true-file-attributes
6071 is set to `local'.
6072 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
6073 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
6074 (w32_cached_id, w32_add_to_cache): New functions.
6075 (get_name_and_id): Look account names in the cache before calling
6076 lookup_account_sid.
6077 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
6078 New initialization flags.
6079 (globals_of_w32): Initialize them to zero.
6080 (w32_system_process_attributes): Use w32_cached_id and
6081 w32_add_to_cache.
6082
6083 2008-08-14 Lawrence Mitchell <wence@gmx.li>
6084
6085 * lread.c (Fread_char, Fread_char_exclusive): If no character
6086 event is read before timeout is reached, return nil, rather than
6087 converting to a number.
6088
6089 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * fns.c (use_dialog_box): Doc fix.
6092
6093 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
6094 on OS X.
6095
6096 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6097
6098 * frame.c (Qns_parse_geometry): New var.
6099 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
6100
6101 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6102
6103 * xdisp.c (x_produce_glyphs): Handle the case when font has no
6104 space character in calculating tabs.
6105
6106 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
6107
6108 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
6109
6110 2008-08-10 Glenn Morris <rgm@gnu.org>
6111
6112 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
6113 silence gcc "limited range of data type" warnings in some
6114 make_fixnum_or_float calls.
6115
6116 2008-08-09 Eli Zaretskii <eliz@gnu.org>
6117
6118 * w32.c (w32_system_process_attributes): If the process does not
6119 exist, return nil.
6120
6121 * w32.c: Include thelp32.h, psapi.h and coding.h.
6122 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
6123 declarations.
6124 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
6125 (Process32Next_Proc): New typedefs.
6126 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
6127 (g_b_init_process32_next, g_b_init_open_thread_token)
6128 (g_b_init_impersonate_self, g_b_init_revert_to_self)
6129 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
6130 (g_b_init_get_process_working_set_size)
6131 (g_b_init_global_memory_status_ex): New static variables.
6132 (globals_of_w32): Initialize them.
6133 (create_toolhelp32_snapshot, process32_first, process32_next)
6134 (open_thread_token, impersonate_self, revert_to_self)
6135 (get_process_memory_info, get_process_working_set_size)
6136 (global_memory_status, global_memory_status_ex): New wrapper
6137 functions.
6138 (w32_list_system_processes, w32_system_process_attributes)
6139 (enable_privilege, restore_privilege, ltime, process_times):
6140 New functions.
6141 (convert_time_raw): New function.
6142 (convert_time): Remove conversion of FILETIME into time in 100
6143 nsec units, call convert_time_raw instead.
6144
6145 * process.h (w32_list_system_processes, w32_system_process_attributes):
6146 Add prototypes.
6147 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
6148 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
6149 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
6150 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
6151
6152 * process.c (Fsystem_process_attributes): Doc fix.
6153
6154 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6155
6156 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
6157 a continued multi-char glyph; if so, advance to the actual glyph.
6158
6159 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6160
6161 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
6162
6163 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
6164 (.m.o): Use it.
6165 * config.in: Regenerate.
6166
6167 2008-08-07 Chong Yidong <cyd@stupidchicken.com>
6168
6169 * xdisp.c (redisplay_window): Revert last change.
6170 (try_window): Check bottom scroll margin too.
6171
6172 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6173
6174 * config.in: Regenerate.
6175
6176 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
6177 -list-load-path-shadows'.
6178 (nsgui.h): Reduce number of things depending on it.
6179
6180 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
6181
6182 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
6183 instead of window-end which does the wrong thing at eob.
6184 (try_cursor_movement): Minor optimization.
6185 (redisplay_window): If scroll margin is defined, don't assume
6186 window doesn't need scrolling.
6187
6188 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6189
6190 * config.in: Regenerate.
6191
6192 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
6193 (mostlyclean): Don't delete *.d under NS.
6194
6195 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
6196
6197 2008-08-06 Kenichi Handa <handa@m17n.org>
6198
6199 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
6200
6201 2008-08-06 Andreas Schwab <schwab@suse.de>
6202
6203 * config.in: Regenerate.
6204
6205 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6206
6207 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
6208 forcing a window start.
6209
6210 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
6211 (auto_save_1): Update modtime when auto-save-list-file-name is on.
6212
6213 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6214
6215 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
6216 argument.
6217
6218 2008-08-05 Juanma Barranquero <lekktu@gmail.com>
6219
6220 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
6221 <scroll-down-aggressively, before-change-functions>:
6222 <after-change-functions>: Reflow docstrings.
6223
6224 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6225 Ken Raeburn <raeburn@gnu.org>
6226
6227 Dock menu customization, based on a patch by Ken Raeburn, plus some
6228 other fixes.
6229 * nsmenu.m (dockMenu): New variable.
6230 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
6231
6232 * nsterm.h (dockMenu): Declare.
6233
6234 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
6235 (ns_term_init): Initialize dockMenu.
6236 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
6237 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
6238 left.
6239
6240 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
6241
6242 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6243
6244 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
6245
6246 * config.in: Regenerate.
6247
6248 2008-08-04 Seiji Zenitani <zenitani@mac.com>
6249
6250 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
6251
6252 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6253
6254 * nsterm.h (find_and_call_menu_selection): Fix prototype.
6255
6256 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6257
6258 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
6259
6260 * keyboard.h: Comment an #endif.
6261
6262 * lisp.h (have_menus_p): Adjust comment.
6263
6264 * menu.c (find_and_return_menu_selection): Fix comparison with
6265 client_data.
6266
6267 * nsmenu.m (popup_activated_flag): New variable.
6268 (popup_activated): New function.
6269 (menu-or-popup-active-p): New exported lisp definition.
6270 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
6271 when popup done.
6272 (ns_popup_dialog): Set popup_activated_flag.
6273
6274 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
6275 version for GNUstep (handled by conditional typedef in nsterm.m).
6276 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
6277 in rgb.txt).
6278
6279 * process.c (init_process): Use DARWIN_OS, not DARWIN.
6280
6281 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
6282
6283 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
6284
6285 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
6286 shortcircuit if popup_activated like GTK and X toolkit.
6287
6288 * m/inter386.h: Change DARWIN to DARWIN_OS.
6289
6290 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
6291 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
6292 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
6293 comment on NO_SOCK_SIGIO.
6294
6295 2008-08-03 Chong Yidong <cyd@stupidchicken.com>
6296
6297 * nsterm.m (windowDidResize): Remove stopModal call.
6298
6299 2008-08-03 Andreas Schwab <schwab@suse.de>
6300
6301 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
6302 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
6303
6304 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
6307 Don't use uninitialized pointer variable when using getrlimit.
6308
6309 2008-08-02 Jason Rumney <jasonr@gnu.org>
6310
6311 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
6312
6313 2008-08-02 Eli Zaretskii <eliz@gnu.org>
6314
6315 * alloc.c (NSTATICS): Bump to 0x640.
6316
6317 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
6318
6319 * lisp.h: Add prototype for directory_files_internal.
6320
6321 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
6322 New functions.
6323 (syms_of_process): Defsubr them. Add initializations for various
6324 Q* symbols used in procfs_system_process_attributes.
6325 (procfs_list_system_processes, procfs_system_process_attributes)
6326 [HAVE_PROCFS]: New functions.
6327 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
6328 (procfs_get_total_memory): New functions.
6329
6330 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
6331
6332 * xfaces.c (Fx_load_color_file): Fix previous change;
6333 it is #ifdef WINDOWSNT, not WINDOWS_NT.
6334
6335 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
6336
6337 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
6338
6339 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6340
6341 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
6342
6343 2008-08-01 Chong Yidong <cyd@stupidchicken.com>
6344
6345 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
6346
6347 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
6348 define NSApplicationDelegateReplySuccess.
6349 (EmacsView -converstationIdentifier): Use long instead of
6350 NSInteger for GNUstep, since it doesn't have NSInteger.
6351
6352 * xmenu.c: Revert last change.
6353
6354 * keyboard.h: Fix last change.
6355
6356 2008-08-01 Juanma Barranquero <lekktu@gmail.com>
6357
6358 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
6359 on Windows.
6360
6361 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6362
6363 Warning clearing and clean-up in NS port.
6364 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
6365 Add prototypes.
6366 * nsgui.h (FACE_DEFAULT): Remove, unused.
6367 (XGCValues): Change colors to unsigned long.
6368 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
6369 nsterm.m.
6370 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
6371 (ns_list_fonts): Remove, unused.
6372 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
6373 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
6374 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
6375 (nsfont_draw): Compare face colors to 0, not nil.
6376 * nsmenu.m (struct widget_value): Drop unneeded declaration.
6377 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
6378 (-addSubmenuWithTitle:): Use NSMenuItem class.
6379 (ns_popup_menu): Use NO, not NULL, for enabled setting.
6380 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
6381 (ns_clip_to_row): Make gc arg a BOOL.
6382 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
6383 ns_clip_to_row() call.
6384 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
6385 used). Cast FRAME_FONT assignments.
6386 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
6387 (ns_string_to_lispmod): Change arg to const char.
6388 (ns_term_init): Use NSMenuItem class.
6389 (EmacsApp -openFile:): Move to different section of file.
6390 (EmacsApp -application:openFiles:): Don't return a value, call
6391 -replyToOpenOrPrint:.
6392 (EmacsView -keyDown:): Fix up cast.
6393 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
6394 (EmacsView -menuDown:): Cast tag in call to
6395 find_and_call_menu_selection().
6396 (ns_list_fonts): Remove, unused.
6397 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
6398 (ns_fontname_to_xlfd): Make static.
6399 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
6400 Remove prototypes (now in keyboard.h).
6401 (next_menubar_widget_id): Remove, unused.
6402 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
6403 Remove prototypes (now in keyboard.h).
6404 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
6405
6406 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6407
6408 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
6409 (floatfns.o): Depend on syssignal.h.
6410 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
6411
6412 * systty.h: Fix previous change that removed BSD_TERMIOS.
6413 Add comments to #ifdefs.
6414
6415 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
6416
6417 * w32fns.c (w32-load-color-file): Remove.
6418 (x-open-connection): Use renamed Fx_load_color_file.
6419 * xfaces.c (x-load-color-file): Add.
6420 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
6421 Emacs.clr.
6422 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
6423
6424 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6425
6426 * dbusbind.c (Fdbus_call_method_asynchronously)
6427 (Fdbus_method_error_internal): New defuns.
6428 (xd_read_message): Handle also reply messages.
6429 (Vdbus_registered_functions_table): Extend docstring.
6430
6431 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6432
6433 * keyboard.c (gobble_input): Fix previous change.
6434
6435 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6436
6437 * bitmaps/README:
6438 * xfns.c:
6439 * termcap.c:
6440 * term.c:
6441 * syswait.h:
6442 * systty.h:
6443 * systime.h:
6444 * syssignal.h:
6445 * sysdep.c:
6446 * process.h:
6447 * process.c:
6448 * print.c:
6449 * ndir.h:
6450 * lread.c:
6451 * keyboard.c:
6452 * getpagesize.h:
6453 * floatfns.c:
6454 * fileio.c:
6455 * emacs.c:
6456 * doc.c:
6457 * dispnew.c:
6458 * dired.c:
6459 * data.c:
6460 * callproc.c:
6461 * buffer.c:
6462 * README:
6463 * Makefile.in:
6464 * s/template.h:
6465 * s/msdos.h:
6466 * m/vax.h: Remove VMS support.
6467 * s/vms.h:
6468 * vlimit.h:
6469 * uaf.h:
6470 * temacs.opt:
6471 * param.h:
6472 * ioctl.h: Remove file.
6473
6474 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6475
6476 * s/ms-w32.h (MULTI_KBOARD): Remove.
6477 * xterm.c:
6478 * xselect.c:
6479 * xfns.c:
6480 * window.c:
6481 * w32term.c:
6482 * w32fns.c:
6483 * terminal.c:
6484 * termhooks.h:
6485 * term.c:
6486 * sysdep.c:
6487 * keyboard.h:
6488 * keyboard.c:
6489 * frame.h:
6490 * frame.c:
6491 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
6492 * config.in: Regenerate.
6493
6494 2008-07-30 Jason Rumney <jasonr@gnu.org>
6495
6496 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
6497
6498 * w32font.c (w32font_encode_char): Leave as unicode if in range.
6499 (w32font_open_internal): Get unicode version of textmetrics.
6500 Don't enable or disable glyph indices here.
6501 (w32font_open): Disable use of glyph indices.
6502
6503 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
6504
6505 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
6506
6507 * minibuf.c (Vread_buffer_function): Doc fix.
6508
6509 2008-07-30 John Paul Wallington <jpw@pobox.com>
6510
6511 * minibuf.c (read_buffer_completion_ignore_case): New var.
6512 (Fread_buffer): Use it.
6513
6514 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6515
6516 * systty.h (sensemode): Remove empty #if. Remove reference to
6517 BSD_TERMIOS, unused.
6518
6519 * sysdep.c: Remove reference to DGUX.
6520 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
6521
6522 * config.in: Regenerate.
6523
6524 2008-07-30 Jason Rumney <jasonr@gnu.org>
6525
6526 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
6527
6528 2008-07-29 Jason Rumney <jasonr@gnu.org>
6529
6530 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
6531 is populated.
6532 (uniscribe_encode_char): Always use uniscribe.
6533 Avoid using context if cache is populated.
6534
6535 2008-07-29 Jan Djärv <jan.h.d@swipnet.se>
6536
6537 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
6538 open menu.
6539
6540 * gtkutil.c (menu_nav_ended): Remove.
6541 (create_menus): Remove signal connect for menu_nav_ended.
6542
6543 2008-07-28 Chong Yidong <cyd@stupidchicken.com>
6544
6545 * xdisp.c (redisplay_window): Check return value of
6546 compute_window_start_on_continuation_line before forcing a window
6547 start.
6548
6549 2008-07-28 Jason Rumney <jasonr@gnu.org>
6550
6551 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
6552
6553 * w32term.c (w32_enable_unicode_output, cleartype_active):
6554 Remove obsolete display options.
6555 (x_draw_glyph_string_background): Don't use old cleartype_active
6556 workaround.
6557 (w32_initialize): Remove cleartype_active initialization.
6558 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
6559
6560 2008-07-28 Andreas Schwab <schwab@suse.de>
6561
6562 * lisp.h (init_weak_hash_tables, syms_of_font)
6563 (xd_read_queued_messages, syms_of_dbusbind): Declare.
6564 (remove_hash_entry): Don't declare.
6565 * eval.c (maybe_call_debugger): Make static and move before use.
6566 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
6567 * xdisp.c: Include "gtkutil.h" if USE_GTK.
6568 * xterm.h (x_set_frame_alpha): Declare.
6569
6570 2008-07-28 Jan Djärv <jan.h.d@swipnet.se>
6571
6572 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
6573 (create_menus): Connect selection-done to menu_nav_ended.
6574
6575 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6576
6577 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
6578 Set Vx_resource_name to a fallback. Replace read of 'buffered'
6579 parameter with read of 'alpha' one.
6580 (Qns_frame_parameter): Remove.
6581 * nsselect.m (selection-coding-system)
6582 (next-selection-coding-system, Vselection_coding_system)
6583 (Vnext_selection_coding_system): Drop.
6584
6585 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6586
6587 * nsfns.m (do-applescript, do_applescript): Rename to
6588 ns-do-applescript, ns_do_applescript, and move within file.
6589
6590 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6591
6592 Remove support for Mac Carbon.
6593 * mactoolbox.c:
6594 * macterm.h:
6595 * macterm.c:
6596 * macselect.c:
6597 * macmenu.c:
6598 * macgui.h:
6599 * macfns.c:
6600 * mac.c: Remove file.
6601 * s/darwin.h:
6602 * m/intel386.h:
6603 * xfaces.c:
6604 * xdisp.c:
6605 * window.c:
6606 * tparam.c:
6607 * termhooks.h:
6608 * termcap.c:
6609 * term.c:
6610 * syssignal.h:
6611 * sysselect.h:
6612 * sysdep.c:
6613 * process.c:
6614 * lread.c:
6615 * lisp.h:
6616 * keyboard.c:
6617 * image.c:
6618 * fringe.c:
6619 * frame.h:
6620 * frame.c:
6621 * fontset.c:
6622 * font.h:
6623 * font.c:
6624 * fns.c:
6625 * fileio.c:
6626 * emacs.c:
6627 * dispnew.c:
6628 * dispextern.h:
6629 * config.in:
6630 * atimer.c:
6631 * Makefile.in: Remove code for Carbon.
6632
6633 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6634
6635 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
6636
6637 2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6638
6639 * macterm.h (kCGBitmapByteOrder32Host): New define for
6640 non-universal SDKs.
6641
6642 * image.c (mac_create_cg_image_from_image, image_load_image_io)
6643 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
6644
6645 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
6646 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
6647
6648 2008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
6649
6650 * w32inevt.c: Include dispextern.h.
6651
6652 2008-07-26 Andreas Schwab <schwab@suse.de>
6653
6654 * print.c (print_object): Fix off-by-one in last change.
6655
6656 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
6657
6658 * term.c (syms_of_term): Don't initialize default_orig_pair,
6659 default_set_foreground and default_set_background on Windows.
6660
6661 2008-07-25 Jason Rumney <jasonr@gnu.org>
6662
6663 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
6664 ScriptItemize. Clean up return value checking. Remove unused
6665 variables.
6666 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
6667 shaping engine.
6668
6669 * w32font.c (w32font_has_char): Handle the case where we can't
6670 determine the script for a character.
6671
6672 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
6673
6674 * term.c (syms_of_term): Initialize default_orig_pair,
6675 default_set_foreground, and default_set_background.
6676
6677 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
6678 clash (bug#86).
6679 (getloadavg): Callers changed.
6680
6681 * image.c (svg_load_image): Fix last change.
6682 (svg_load_image): Use rsvg_handle_get_dimensions to check that
6683 image size is valid. Use g_object_unref instead of deprecated
6684 rsvg_handle_free to free rsvg handle.
6685 (x_from_xcolors): Don't initialize pixmap (silence compiler).
6686
6687 2008-07-25 Jason Rumney <jasonr@gnu.org>
6688
6689 * w32font.c (w32font_encode_char): Encode characters outside BMP as
6690 surrogates before looking up glyph index.
6691 (w32font_text_extents): Encode as surrogates if falling back to
6692 functions that need UTF-16 wide chars.
6693
6694 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
6695 BMP as surrogates before looking up glyph index.
6696
6697 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
6698
6699 * image.c (svg_load_image): Check for failure in return value of
6700 rsvg_handle_get_pixbuf. Free rsvg handle when done.
6701
6702 2008-07-25 Jason Rumney <jasonr@gnu.org>
6703
6704 * w32font.c (Fx_select_font): Reverse sense of second arg.
6705
6706 2008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
6709 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
6710
6711 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
6712 (PURESIZE): Use it.
6713
6714 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6715
6716 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
6717 * m/alpha.h (TEXT_END):
6718 * m/ibmrs6000.h (TEXT_END):
6719 * m/macppc.h (TEXT_END):
6720 * s/darwin.h (TEXT_END):
6721 * s/msdos.h (TEXT_END): Remove, unused.
6722 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
6723 * s/cygwin.h: Remove comment.
6724
6725 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
6726 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
6727 * m/intel386.h (DOT_GLOBAL_START):
6728 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
6729 (USG): Remove, file not used on USG platforms.
6730
6731 * Makefile.in (HAVE_X11): Remove empty #else.
6732
6733 2008-07-24 Andreas Schwab <schwab@suse.de>
6734
6735 * fileio.c (Finsert_file_contents): Properly adjust undo list
6736 after format conversion.
6737
6738 2008-07-24 Jan Djärv <jan.h.d@swipnet.se>
6739
6740 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
6741 (menu_nav_ended): Remove.
6742 (create_menus): Remove signal connect for menu_nav_ended.
6743 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
6744 create_menus.
6745 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
6746
6747 2008-07-23 Jason Rumney <jasonr@gnu.org>
6748
6749 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
6750 with opened font.
6751 (w32font_open): Set font type to gdi.
6752
6753 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
6754
6755 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6756
6757 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
6758 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
6759 defines it.
6760 * unexec.c (ADDR_CORRECT): Define unconditionally.
6761
6762 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
6763
6764 * unexec.c: Remove code depending on !COFF and USG, the file is
6765 not used for such systems.
6766
6767 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
6768 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
6769 (LD_SWITCH_SYSTEM_1): Remove, update users.
6770
6771 * s/darwin.h (DATA_END):
6772 * m/intel386.h (DATA_END):
6773 * m/ibmrs6000.h (DATA_END):
6774 * m/alpha.h (DATA_END): Remove, unused.
6775
6776 * config.in: Regenerate.
6777 * s/ms-w32.h (subprocesses): Define unconditionally.
6778 * s/template.h (subprocesses): Update comment.
6779 * s/vms.h (subprocesses):
6780 * s/usg5-4.h (subprocesses):
6781 * s/hpux10-20.h (subprocesses):
6782 * s/gnu-linux.h (subprocesses):
6783 * s/cygwin.h (subprocesses):
6784 * s/bsd-common.h (subprocesses):
6785 * s/aix4-2.h (subprocesses):
6786 * s/darwin.h (subprocesses): Do not define, defined by default now.
6787
6788 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
6789 Remove all references.
6790 (temacs): Add GNUstep specific ld flags.
6791
6792 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
6793 similarly to what X does.
6794
6795 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6796
6797 * nsfns.m (x-list-fonts): Remove.
6798 (syms_of_nsfns): Drop the x-list-fonts declaration.
6799 * nsterm.m: Get rid of remaining "//" comments.
6800
6801 2008-07-22 Chong Yidong <cyd@stupidchicken.com>
6802
6803 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
6804
6805 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
6806 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
6807 (Fns_own_selection_internal, Fx_disown_selection_internal)
6808 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
6809
6810 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
6811 ... */' style of docstrings. Doc fixes.
6812
6813 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6814
6815 * terminfo.c (UP, BC, PC): Undo previous change.
6816
6817 * nsfns.m: Rename ns prefixed functions/variables to the
6818 corresponding x versions. Update references.
6819
6820 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
6823
6824 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6825
6826 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
6827 Remove forwarding functions.
6828 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
6829 non-static.
6830 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
6831 non-static.
6832 (ns_frame_parm_handlers): Use the new names.
6833 (syms_of_nsfns): Move to the end of file.
6834
6835 * nsterm.m (syms_of_nsterm): Move to the end of file.
6836
6837 * dispnew.c (init_display): Remove code for X10.
6838
6839 2008-07-22 Jason Rumney <jasonr@gnu.org>
6840
6841 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
6842 bare drive.
6843
6844 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6845
6846 * nsterm.m (syms_of_nsterm): Remove debugging println.
6847
6848 2008-07-22 David Reitter <david.reitter@gmail.com>
6849
6850 * nsfns.m (do_applescript, F_do_applescript): NS version of the
6851 Carbon implementation of the same functionality: execute arbitrary
6852 AppleScript code.
6853
6854 2008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6855
6856 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
6857 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
6858 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
6859 (Fx_display_mm_height, Fx_display_mm_width)
6860 (Fx_display_backing_store, Fx_display_visual_class)
6861 (Fx_display_save_under, Fx_open_connection)
6862 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
6863 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
6864 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
6865 (Fx_display_pixel_width, Fx_display_pixel_height)
6866 (Fx_display_usable_bounds, Fx_display_planes)
6867 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
6868 ... */' style of docstrings.
6869
6870 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6871
6872 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
6873 on this platform.
6874 (mips):
6875 * m/iris4d.h (mips): Do not define.
6876 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
6877
6878 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
6879
6880 * image.c:
6881 * nsfns.m:
6882 * nsselect.m:
6883 * nsterm.h:
6884 * nsterm.m: Rename ns prefixed functions/variables to the
6885 corresponding x versions. Update references.
6886
6887 * m/ibms390x.h (NO_REMAP): Do not undefine.
6888
6889 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
6890
6891 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
6892
6893 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
6894 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
6895 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
6896 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
6897 (Fns_display_mm_height, Fns_display_mm_width)
6898 (Fns_display_backing_store, Fns_display_visual_class)
6899 (Fns_display_save_under, Fns_open_connection)
6900 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
6901 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
6902 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
6903 (Fns_display_pixel_width, Fns_display_pixel_height)
6904 (Fns_display_usable_bounds, Fx_display_planes)
6905 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
6906
6907 2008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
6908
6909 * print.c (print_object): Check print_depth before searching for
6910 circularities.
6911
6912 2008-07-21 Michael Albinus <michael.albinus@gmx.de>
6913
6914 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
6915 only sprintf.
6916
6917 2008-07-21 Kenichi Handa <handa@m17n.org>
6918
6919 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
6920
6921 2008-07-20 Andreas Schwab <schwab@suse.de>
6922
6923 * syntax.c (find_start_pos, find_start_value)
6924 (find_start_value_byte, find_start_begv, find_defun_start)
6925 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
6926
6927 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6928
6929 * s/sol2-3.h: Insert contents of s/sol2.h.
6930 (LD_SWITCH_SYSTEM): Remove redundant definition.
6931 * s/sol2.h: Remove, unused.
6932
6933 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6934
6935 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
6936
6937 2008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6938
6939 * Makefile.in (ns_appdir): Fix typo in find command.
6940
6941 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6942
6943 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
6944
6945 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
6946 added not supported anymore.
6947
6948 * s/usg5-4-2.h (LIBS_SYSTEM):
6949 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
6950
6951 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
6952 * s/lynxos.h (GETPGRP_NO_ARG):
6953 * s/hpux10-20.h (NO_SIOCTL_H):
6954 * s/gnu.h (GETPGRP_NO_ARG):
6955 * s/gnu-linux.h (NO_SIOCTL_H):
6956 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
6957 * s/cygwin.h (GETPGRP_NO_ARG):
6958 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
6959 (C_DEBUG_SWITCH): Remove duplicate definition.
6960
6961 * m/ibms390.h: Remove boilerplate comments.
6962
6963 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
6964
6965 * process.c (HAVE_SERIAL): Consolidate ifdefs.
6966 (wait_reading_process_output): Remove code for SunOS, platform not
6967 supported anymore. Use SOLARIS2 instead of sun.
6968
6969 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
6970
6971 * font.c (font_open_by_name): Under NS, default lface height to zero.
6972 (font_open_for_lface): Under NS, set size based on frame fontsize.
6973 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
6974 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
6975
6976 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
6977
6978 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
6979 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
6980 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
6981 YES/NO.
6982 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
6983 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
6984 * Makefile.in (clean): Clear out build destination dir.
6985
6986 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
6987
6988 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
6989 xterm, xselect.
6990 * lisp.h: Remove declaration of hash_remove.
6991 * nsgui.h: Remove redefinitions of hash_remove.
6992 * fns.c (hash_remove): Rename to hash_remove_from_table.
6993
6994 2008-07-19 Seiji Zenitani <zenitani@mac.com>
6995
6996 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
6997 strdup() the family UTF8String before modifying it.
6998
6999 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7000
7001 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
7002 NS_FACE_BACKGROUND with 0 instead of nil.
7003 * nsfont.m (nsfont_draw): Same.
7004
7005 2008-07-19 Chong Yidong <cyd@stupidchicken.com>
7006
7007 * nsfns.m (ns_set_background_color): Fix crash.
7008
7009 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7010
7011 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
7012
7013 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
7014
7015 * puresize.h (BASE_PURESIZE): Increase to 1240000.
7016
7017 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7018
7019 * gtkutil.c: Include <config.h> instead of "config.h".
7020
7021 * lisp.h (Foverlay_buffer): Add EXFUN.
7022
7023 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
7024 child process to complete child_setup. Undo 2005-09-21 change.
7025
7026 * s/darwin.h: Mention setsid after vfork.
7027
7028 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7029
7030 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
7031 Depend on macgui.h.
7032
7033 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
7034 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
7035
7036 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
7037 and f19.
7038 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
7039
7040 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
7041 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
7042 Remove enumerators.
7043
7044 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
7045 Check if FACE_FROM_ID returns NULL.
7046
7047 2008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
7048
7049 * w32inevt.c (change_frame_size): Remove extern declaration.
7050 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
7051 change_frame_size.
7052
7053 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7054
7055 * getloadavg.c: Revert last change (2008-07-15).
7056
7057 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7058
7059 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
7060 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
7061 from configure.
7062
7063 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7064
7065 * s/sol2.h:
7066 * s/sol2-4.h: Reorganize conditionals.
7067
7068 * ecrt0.c: Remove code depending on m68000, not used anymore.
7069
7070 * fns.c (hash_remove): Make static.
7071 * lisp.h (hash_remove): Don't prototype.
7072
7073 * m/ibmrs6000.h:
7074 * m/ibms390x.h:
7075 * m/macppc.h: Remove boilerplate comments.
7076
7077 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
7078 Solaris, which does not need them.
7079
7080 * m/vax.h: Remove comments about unsupported systems.
7081
7082 * s/darwin.h: Reorganize ifdefs.
7083
7084 2008-07-17 Andreas Schwab <schwab@suse.de>
7085
7086 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
7087
7088 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 Use SDATA. Follow coding convention of placing operators at
7091 beginning of next line rather than end of previous line, and placing
7092 spaces around infix operators.
7093
7094 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
7095 in case it was defined already.
7096 USE @GNUSTEP_MAKEFILES@ rather than envvars.
7097 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
7098 ns_default.
7099 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
7100 Lisp_Objects.
7101 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
7102 (ns_defined_color, ns_color_to_lisp): Declare.
7103 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
7104 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
7105 it's accepted even with USE_LISP_UNION_TYPE.
7106 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
7107 (update_frame_tool_bar): Remove apparently obsolete tests for
7108 non-integerness of f->tool_bar_lines.
7109 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
7110 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
7111 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
7112 (nsfont_open): Don't confuse NULL for Qnil.
7113 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
7114 * menu.h (find_and_call_menu_selection):
7115 * menu.c (find_and_call_menu_selection): Use just int for vector size.
7116 (find_and_return_menu_selection): Always return something.
7117 * frame.h: Include dispextern.h for Display_Info.
7118 (display_x_get_resource): Declare.
7119
7120 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7121
7122 * syntax.c: Remove stdio.h include accidentally introduced in
7123 Emacs.app commit.
7124 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
7125 NS_IMPL_COCOA.
7126 * keyboard.c (handle_async_input, input_available_signal): Remove
7127 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
7128
7129 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
7132 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
7133 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
7134 Use SDATA.
7135
7136 * keymap.c: Remove all NS-specific code.
7137 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
7138 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
7139 where_is_preferred_modifier, return a different value depending on how
7140 preferred is the binding.
7141 (where_is_internal): Adjust accordingly.
7142 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
7143 Adjust to new preferred_sequence_p.
7144 (syms_of_keymap): Declare `where-is-preferred-modifier'.
7145 * keyboard.c (parse_solitary_modifier): Not static any more.
7146 * keyboard.h (parse_solitary_modifier): Declare.
7147
7148 2008-07-16 Andreas Schwab <schwab@suse.de>
7149
7150 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
7151 of easymenu.
7152
7153 2008-07-16 Chong Yidong <cyd@stupidchicken.com>
7154
7155 * xdisp.c (move_it_in_display_line): Account for word wrap, so
7156 that we don't move off the line.
7157
7158 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * keyboard.c (Qsuper): Remove.
7161 (parse_menu_item): Don't call where_is_internal specially for NS.
7162
7163 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7164
7165 * s/gnu-linux.h: Remove boilerplate comments.
7166
7167 * m/alpha.h (__ELF__): Consolidate conditions.
7168
7169 * m/m68k.h (linux): Use GNU_LINUX instead.
7170 Remove boilerplate comments.
7171
7172 * m/intel386.h: Undo refactoring from previous change.
7173 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
7174 too, remove dead code.
7175 (linux): Use GNU_LINUX instead.
7176
7177 2008-07-16 Jason Rumney <jasonr@gnu.org>
7178
7179 * w32gui.h: Repeat 26 June changes lost by last change.
7180
7181 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7182
7183 * systty.h: Remove code for Aix on 386, unsupported platform.
7184
7185 * s/ms-w32.h: Remove boilerplate comments.
7186 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
7187
7188 * s/gnu-linux.h (TERM): Remove support.
7189 (HAVE_SYSVIPC): Remove, unused.
7190 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
7191 for this system.
7192
7193 * process.c: Remove support for IRIS, unused.
7194 Remove support for TERM, not relevant anymore.
7195
7196 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
7197 used with the definition.
7198
7199 * s/aix4-2.h (static): Do not undef.
7200
7201 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
7202 only used on Aix.
7203 (HAVE_SYSVIPC): Remove, unused.
7204
7205 * m/hp800.h (CANNOT_DUMP): Do not undef.
7206
7207 * m/alpha.h: Fix comment.
7208
7209 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
7210 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
7211 used by this configuration.
7212 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
7213 * unexec.c: Remove code depending on HPUX and
7214 USG_SHARED_LIBRARIES, not used with this file. Remove code
7215 depending on IRIS, unused. Remove if 0-ed code.
7216
7217 * s/template.h: Remove comments about static.
7218
7219 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
7220 Remove if 0-ed code.
7221 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
7222 were the same as the default.
7223 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
7224 Remove boilerplate comments.
7225 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
7226 (HAVE_SYSVIPC): Remove, unused.
7227 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
7228
7229 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7230 Remove boilerplate comments.
7231 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7232 Remove boilerplate comments.
7233 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
7234 Remove boilerplate comments.
7235 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
7236
7237 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
7238 USG systems which do not use DATA_SEG_BITS.
7239 Refactor code. Remove boilerplate comments.
7240
7241 * m/ibms390.h:
7242 * m/m68k.h:
7243 * s/bsd-common.h:
7244 * s/cygwin.h:
7245 * s/darwin.h:
7246 * s/freebsd.h:
7247 * s/gnu.h:
7248 * s/msdos.h: Remove boilerplate comments.
7249
7250 * m/iris4d.h: Remove boilerplate comments and code for systems that
7251 do not use this file.
7252 (IRIS_4D): Remove, unused.
7253
7254 * m/mips.h: Remove boilerplate comments and code for systems that
7255 do not use this file.
7256 (SIGN_EXTEND_CHAR):
7257 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
7258 * unexmips.c: Remove file, unused.
7259
7260 * editfns.c (Fuser_full_name): Replace the only use of
7261 USER_FULL_NAME with its value.
7262 * config.in: Regenerate.
7263
7264 2008-07-16 David Reitter <david.reitter@gmail.com>
7265
7266 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
7267 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
7268
7269 2008-07-16 Glenn Morris <rgm@gnu.org>
7270
7271 * emacs.c (system-type): Doc fix.
7272
7273 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
7276 If the cache doesn't work, let's fix it, rather than work around it.
7277
7278 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7279
7280 * Makefile.in: Correct additions for nsfont.o in last commit.
7281 * nsfont.m: New file (forgot last commit).
7282
7283 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7284
7285 * callproc.c (set_initial_environment): Initialize
7286 Vprocess_environment under CANNOT_DUMP (fixes crash when
7287 batch-compiling for bootstrap).
7288
7289 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
7290 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7291
7292 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
7293 fix crash due to different init order.
7294
7295 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7296
7297 Changes and additions for NeXTstep windowing system (Cocoa and
7298 GNUstep) support.
7299
7300 * Makefile.in:
7301 * config.in: Support defines and build commands for NS port.
7302 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
7303 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
7304 * dispextern.h: Include nsgui.h and add needed typedefs under NS
7305 windowing.
7306 (struct face): Add synth_ital field.
7307 * dispnew.c: Include nsterm.h when compiling under NS windowing.
7308 (init_display): Initialize Vinitial_window_system to "ns" when so
7309 compiled.
7310 * emacs.c: Include GSConfig.h when compiling under GNUstep.
7311 (display_arg): Use under NS.
7312 (main): Under NS, allocate autorelease pool and handle command line
7313 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
7314 (standard_args): Add NS-specific args.
7315 (shut_down_emacs): Shut down NS terminal if compiled under NS.
7316 * font.c (DEFAULT_ENCODING): New variable.
7317 (font_find_for_lface): Use it.
7318 (syms_of_font): Load syms_of_nsfont under NS.
7319 * font.h: Declare nsfont_driver when compiled under NS.
7320 * fontset.c: When compiling under NS, include nsterm.h.
7321 (fontset_from_font): Autoconstruct fontset under NS.
7322 * frame.c (various): Under NS, include nsterm.h, add Qns window system
7323 symbol, document and use it.
7324 (do_switch_frame): When for_deletion under Cocoa, add
7325 Fraise_frame(Qnil).
7326 (x_set_frame_parameters): Ensure font attribute changes are picked up.
7327 (x_get_arg): Allow "yes" and "no" as boolean values.
7328 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
7329 Qright under Cocoa.
7330 (focus-follows-mouse): Default to 0 under NS.
7331 * frame.h (enum output_method): Add output_ns.
7332 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
7333 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
7334 (FRAME_WINDOW_P): NS-specific definition.
7335 * fringe.c (max_used_fringe_bitmap): Make public.
7336 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
7337 (getloadavg): Use NeXT code under descendant OS's.
7338 * image.c (includes and header section, x_create_bitmap_from_data)
7339 (x_create_bitmap_from_file, free_bitmap_record, image_background)
7340 (image_background_transparent, x_clear_image_1)
7341 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
7342 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
7343 (x_to_xcolors, x_from_xcolors, x_disable_image)
7344 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
7345 other GUIs, including XPM support using code originally written for
7346 Carbon GUI.
7347 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
7348 using NS API.
7349 (image_ascent): Use font metrics macros instead of direct struct field
7350 access.
7351 * keyboard.c (includes): Add nsterm.h when compiling under NS.
7352 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
7353 Also, handle NS as GTK for menu bar purposes.
7354 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
7355 toolkit where they differ.
7356 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
7357 use cachelist, still needed under NS.
7358 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
7359 (struct widget_value): Define it here for menu.c.
7360 * keymap.c (includes): Include modifier internals.
7361 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
7362 NS.
7363 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
7364 support for preferring sequences using certain modifiers, specified by
7365 the FIRSTONLY argument.
7366 * lisp.h (hash_remove): Rename to avoid name clash when compiling
7367 under NS GNUstep implementation.
7368 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
7369 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
7370 * menu.c: Include nsterm.h under NS.
7371 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
7372 (free_menubar_widget_tree_value, update_submenu_strings)
7373 (find_and_call_menu_selection): Treat NS as X and NT.
7374 (find_and_return_menu_selection): New function, used for popup menus.
7375 * nsgui.h:
7376 * nsterm.h:
7377 * nsfns.m:
7378 * nsimage.m:
7379 * nsmenu.m:
7380 * nsselect.m:
7381 * nsterm.m: New files.
7382 * process.c (wait_reading_process_output): Under NS, call ns_select()
7383 instead of plain select().
7384 * syntax.c (char_quoted): Under NS, avoid a crash when called near
7385 beginning of buffer.
7386 * sysselect.h (init_process): Rename when compiling under Cocoa to
7387 avoid name conflict.
7388 * termhooks.h (display_info): Add ns_display_info to union.
7389 * terminal.c (Fterminal_live_p): Add ns to terminal types.
7390 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
7391 COCOA environment.
7392 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
7393 unexec() signature. (Note, this will dump, but the resulting file
7394 crashes; unexosx is used instead; keeping around for reference and
7395 possible aid in getting dump working under GNUstep.)
7396 * w32gui.h (button_type, widget_value): Remove definitions (now in
7397 keyboard.h).
7398 * window.c: Include nsterm.h when compiling under NS.
7399 * xdisp.c (includes): Include nsterm.h when compiling under NS.
7400 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
7401 other GUI windowing systems.
7402 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
7403 GTK.
7404 (x_consider_frame_title): Under NS, set icon type and frame
7405 modified-state indicator; use ns_set_name_as_filename() when using
7406 formatted title.
7407 (update_window_cursor): Make public when compiling under NS.
7408 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
7409 (hourglass_atimer, Vhourglass_delay
7410 * xfaces.c (header section, init_frame_faces, clear_font_table)
7411 (defined_color, unload_color, x_face_list_fonts)
7412 (prepare_face_for_display): Add NS support parallel to other GUIs.
7413 Emulate GCs like other non-X GUIs.
7414 (split_font_name): Don't lowercase font name under NS.
7415 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
7416 under NS.
7417 * s/darwin.h: Add support for compilation under NS.
7418
7419 2008-07-15 Jason Rumney <jasonr@gnu.org>
7420
7421 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
7422 (w32_show_hourglass): Rename from show_hourglass.
7423 (w32_hide_hourglass): Rename from hide_hourglass.
7424 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
7425 (Vhourglass_delay): Declare extern.
7426 (hourglass_started): Remove.
7427
7428 * xdisp.c (Vhourglass_delay): Remove static.
7429 (hourglass_started, start_hourglass, cancel_hourglass):
7430 Don't include these versions on WINDOWSNT.
7431
7432 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7433
7434 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
7435 variables (formerly in xfns.c).
7436 (show_hourglass, hide_hourglass): New prototypes (same).
7437 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
7438 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
7439 in xfns.c).
7440 (syms_of_xdisp): Declare/initialize display-hourglass,
7441 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
7442 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
7443 formerly in xfns.c.
7444 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
7445 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
7446 (start_hourglass, cancel_hourglass): Remove.
7447 (show_hourglass, hide_hourglass): Remove prototypes and static
7448 modifiers.
7449 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
7450 hourglass_atimer, hourglass_shown_p declaration/initialization.
7451 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
7452 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
7453 (start_hourglass, cancel_hourglass): Remove.
7454 (show_hourglass, hide_hourglass): Remove prototypes and static
7455 modifiers.
7456 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
7457 hourglass_atimer, hourglass_shown_p declaration/initialization.
7458 * w32fns.c (display_hourglass_p, Vhourglass_delay)
7459 (DEFAULT_HOURGLASS_DELAY): Remove.
7460 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
7461 hourglass_shown_p declaration/initialization.
7462
7463 2008-07-14 Jason Rumney <jasonr@gnu.org>
7464
7465 * w32fns.c (w32_get_arg): Remove wrapper function.
7466 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
7467 directly.
7468 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
7469
7470 2008-07-14 Kenichi Handa <handa@m17n.org>
7471
7472 * xfont.c (xfont_open): Add workaround for X's bug.
7473
7474 2008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7475
7476 * fontset.c: Include <stdio.h> unconditionally.
7477
7478 2008-07-13 Michael Albinus <michael.albinus@gmx.de>
7479
7480 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
7481 for filtering.
7482
7483 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7484
7485 * s/vms.h: Use __GNUC__ instead of _GNUC_.
7486
7487 * m/macppc.h:
7488 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
7489
7490 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
7491 (SPECIAL_EMACS_INT):
7492 * m/ia64.h (SPECIAL_EMACS_INT):
7493 * m/amdx86-64.h (SPECIAL_EMACS_INT):
7494 * s/gnu.h (NLIST_STRUCT):
7495 * s/aix4-2.h (X11R5_INHIBIT_I18N):
7496 * s/gnu-linux.h (LINUX):
7497 * s/msdos.h (HAVE_FACES):
7498 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
7499
7500 * systty.h:
7501 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
7502 anymore.
7503
7504 2008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
7505
7506 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
7507 always defined as int.
7508
7509 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
7510 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
7511 * s/gnu-linux.h (HAVE_WAIT_HEADER):
7512 * s/freebsd.h (HAVE_WAIT_HEADER):
7513 * s/bsd-common.h (HAVE_UNION_WAIT):
7514 * s/aix4-2.h (HAVE_WAIT_HEADER):
7515 * m/mips.h (HAVE_UNION_WAIT):
7516 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
7517 (COFF, static): Do not define, they are undefined later in the file.
7518
7519 * process.c (update_status): Don't use a union.
7520 (status_convert):
7521 (sigchld_handler): Use int instead of WAITTYPE.
7522
7523 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
7524
7525 * indent.c (Fvertical_motion): Restore hscroll before moving to
7526 goal column.
7527
7528 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7529
7530 * lisp.h: Remove left over code.
7531
7532 2008-07-11 Andreas Schwab <schwab@suse.de>
7533
7534 * lisp.h: Fix logic in last change.
7535
7536 * menu.h: New file.
7537 * menu.c: Include it.
7538 * xmenu.c: Likewise.
7539 * Makefile.in: Update dependencies.
7540
7541 2008-07-11 Kenichi Handa <handa@m17n.org>
7542
7543 * fontset.c (fontset_from_font): Cancel the previous change.
7544
7545 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7546
7547 * lisp.h:
7548 * w32heap.c:
7549 * emacs.c:
7550 * alloc.c: Replace all references of NO_UNION_TYPE with
7551 USE_LISP_UNION_TYPE.
7552
7553 * m/xtensa.h (NO_UNION_TYPE):
7554 * m/vax.h (NO_UNION_TYPE):
7555 * m/template.h (NO_UNION_TYPE):
7556 * m/sparc.h (NO_UNION_TYPE):
7557 * m/mips.h (NO_UNION_TYPE):
7558 * m/macppc.h (NO_UNION_TYPE):
7559 * m/m68k.h (NO_UNION_TYPE):
7560 * m/iris4d.h (NO_UNION_TYPE):
7561 * m/intel386.h (NO_UNION_TYPE):
7562 * m/ibms390x.h (NO_UNION_TYPE):
7563 * m/ibms390.h (NO_UNION_TYPE):
7564 * m/ibmrs6000.h (NO_UNION_TYPE):
7565 * m/ia64.h (NO_UNION_TYPE):
7566 * m/hp800.h (NO_UNION_TYPE):
7567 * m/arm.h (NO_UNION_TYPE):
7568 * m/amdx86-64.h (NO_UNION_TYPE):
7569 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
7570 defining it the same.
7571
7572 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
7573
7574 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
7575
7576 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7577
7578 * fileio.c:
7579 * sysdep.c
7580 * systty.h:
7581 * m/ibmrs6000.h:
7582 * m/iris4d.h:
7583 * s/aix4-2.h:
7584 * s/freebsd.h:
7585 * s/gnu-linux.h:
7586 * s/hpux10-20.h:
7587 * s/hpux11.h:
7588 * s/netbsd.h:
7589 * s/sol2-3.h:
7590 * s/sol2-4.h:
7591 * s/sol2.h:
7592 * s/usg5-4.h:
7593 * s/vms.h: Remove references to unused variables.
7594
7595 2008-07-10 Andreas Schwab <schwab@suse.de>
7596
7597 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
7598 pattern before matching the generic family.
7599
7600 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7601
7602 * unexec.c:
7603 * s/vms.h:
7604 * s/usg5-4-2.h:
7605 * s/sol2-5.h:
7606 * s/freebsd.h:
7607 * s/darwin.h: Remove dead code.
7608
7609 * m/template.h:
7610 * m/sparc.h:
7611 * m/mips.h:
7612 * m/m68k.h:
7613 * m/iris4d.h:
7614 * m/intel386.h:
7615 * m/ibms390x.h:
7616 * m/ibms390.h:
7617 * m/ia64.h:
7618 * m/hp800.h:
7619 * m/arm.h:
7620 * m/amdx86-64.h: Remove dead code and references to unused
7621 and compiler defined symbols.
7622
7623 * unexmips.c:
7624 * unexelf.c: Remove references to desupported systems.
7625
7626 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
7627
7628 * m/powermac.h: Remove boilerplate comments.
7629 (NO_REMAP): Remove unused definition.
7630
7631 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
7632 define them.
7633
7634 2008-07-10 Kenichi Handa <handa@m17n.org>
7635
7636 * xfont.c (xfont_open): Log the reason of failure.
7637
7638 2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7639
7640 * fontset.c (fontset_get_font_group):
7641 * font.c (font_check_otf): Specify argument types.
7642
7643 2008-07-09 Kenichi Handa <handa@m17n.org>
7644
7645 * coding.c (detect_coding_utf_8): Set detect_info->found only when
7646 non-ASCII char is found.
7647
7648 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
7649 (reorder_font_vector): Change the arg preferred_family to font.
7650 Prefer the spec matching with font.
7651 (fontset_get_font_group): New function.
7652 (fontset_find_font): Change the format of an element of a realized
7653 fontset. Use fontset_get_font_group.
7654 (fontset_font): Try the current fontset, the default fontset, the
7655 fallbacks of the current fontset, and the fallbacks of the default
7656 fontset in this order.
7657 (face_for_char): Delete the shortcut to use the current font.
7658 (fontset_from_font): Don't set fonts for Latin in the fontset.
7659
7660 * font.h (font_make_object, font_match_p): Adjust prototypes.
7661
7662 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
7663
7664 * font.c (font_make_object): New arg entity and pixelsize.
7665 (font_check_otf_features, font_check_otf): New functions.
7666 (font_match_p): Check :lang, :script, and :otf properties.
7667
7668 * xfont.c (xfont_open): Adjust it for the change of
7669 font_make_object.
7670 (xfont_text_extents): Fix initial setting of metrics.
7671
7672 * ftfont.c (struct ftfont_info): New member index, delete member
7673 fc_charset_idx. Make the member order compatible with struct
7674 xftfont_info.
7675 (fc_charset_table): Change charset names to registry names.
7676 (ftfont_pattern_entity): Delete the args registry and
7677 fc_charset_idx. Change the value of :font-entity property
7678 to (FONTNAME . INDEX). Always set :registry property to
7679 `iso10646-1'.
7680 (struct ftfont_cache_data): New struct.
7681 (ftfont_lookup_cache): New arg for_face.
7682 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
7683 (ftfont_driver): Set the member otf_capability.
7684 (ftfont_get_charset): Adjust it for the change of
7685 fc_charset_table.
7686 (OTF_TAG_SYM): New macro.
7687 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
7688 for the change of fc_charset_table.
7689 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
7690 ftfont_pattern_entity. Add FC_INDEX to objset.
7691 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
7692 and ftfont_pattern_entity.
7693 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
7694 font_make_object, struct ftfont_info.
7695 (ftfont_has_char): Use ftfont_get_fc_charset.
7696 (ftfont_otf_features, ftfont_otf_capability): New functions.
7697 (ftfont_shape): Use ftfont_get_otf.
7698 (ftfont_text_extents): Fix initial setting of metrics.
7699
7700 * xftfont.c (struct xftfont_info): New member ft_size. Make the
7701 member order compatible with struct ftfont_info.
7702 (xftfont_open): Add FC_CHARSET to the pattern. Set
7703 xftfont_info->ft_size. Don't unlock the face. Check BDF
7704 properties if appropriate.
7705 (xftfont_close): Unlock the face.
7706 (xftfont_anchor_point, xftfont_shape): Deleted.
7707 (syms_of_xftfont): Don't set members anchor_point and shape of
7708 xftfont_driver.
7709
7710 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
7711 font_make_object.
7712
7713 * w32font.c (w32font_open): Adjust it for the change of
7714 font_make_object.
7715 (w32font_open_internal): Don't set properties of font_object here.
7716
7717 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
7718
7719 * macfns.c (x_create_tip_frame):
7720 * w32fns.c (x_create_tip_frame):
7721 * xfns.c (x_create_tip_frame): Pass parameter argument to
7722 face-set-after-frame-default.
7723
7724 * xfaces.c (Finternal_merge_in_global_face): Save merged
7725 attributes for the default face back into the face vector.
7726
7727 2008-07-08 Andreas Schwab <schwab@suse.de>
7728
7729 * fontset.h: Declare fontset_from_font. Don't declare
7730 new_fontset_from_font and fontset_from_font_name.
7731 * xterm.c: Include "fontset.h".
7732 * Makefile.in (xterm.o): Update dependencies.
7733
7734 2008-07-08 Glenn Morris <rgm@gnu.org>
7735
7736 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
7737 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
7738
7739 2008-07-07 Chong Yidong <cyd@stupidchicken.com>
7740
7741 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
7742 (x_set_frame_parameters): Don't bind it.
7743
7744 2008-07-07 Juanma Barranquero <lekktu@gmail.com>
7745
7746 * w32fns.c (map_w32_filename): Declare extern.
7747
7748 2008-07-07 Jason Rumney <jasonr@gnu.org>
7749
7750 * w32term.c (WS_EX_LAYERED): Define if not already.
7751
7752 2008-07-06 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * xfaces.c (set_font_frame_param): Don't try to set the font
7755 parameter if it is still unspecified in the lface.
7756
7757 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
7758
7759 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
7760 face if it didn't already exist.
7761
7762 * xdisp.c (try_window_id): Give up if word-wrapping is on.
7763
7764 2008-07-05 Andreas Schwab <schwab@suse.de>
7765
7766 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
7767
7768 2008-07-05 Chong Yidong <cyd@stupidchicken.com>
7769
7770 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
7771 word-wrapping.
7772 (IT_DISPLAYING_WHITESPACE): New macro.
7773 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
7774 when word-wrapping. Simplify word-wrapping logic. Use correct
7775 pixel positions when saving copies of the iterator.
7776 (display_line): Use proper wrap point if the last character on a
7777 line was preceded by whitespace.
7778
7779 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
7782
7783 2008-07-04 Kenichi Handa <handa@m17n.org>
7784
7785 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
7786
7787 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
7788
7789 2008-07-02 Jason Rumney <jasonr@gnu.org>
7790
7791 * xfns.c (syms_of_xfns): Only define x-select-font when both
7792 HAVE_FREETYPE and USE_GTK.
7793
7794 * xdisp.c (next_element_from_display_vector): Move assignment out
7795 of if statement.
7796
7797 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
7798
7799 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
7800
7801 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
7802 (syms_of_fileio): Initialize and export them.
7803 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
7804
7805 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
7806 (Fsystem_move_file_to_trash): New function.
7807 (syms_of_w32fns): Export it to lisp.
7808
7809 2008-07-01 Jason Rumney <jasonr@gnu.org>
7810
7811 * w32font.c (w32font_text_extents): Don't count overhang as part
7812 of width.
7813
7814 2008-06-30 Miles Bader <miles@gnu.org>
7815
7816 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
7817 Add `avoid_cursor_p' field.
7818
7819 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
7820 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
7821 (append_glyph, append_composite_glyph, produce_image_glyph)
7822 (append_stretch_glyph): Initialize avoid_cursor_p.
7823 (get_it_property): Rename from `get_line_height_property'.
7824 (x_produce_glyphs): Use get_it_property.
7825 (handle_line_prefix, push_display_prop): New functions.
7826 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
7827 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
7828 New variables.
7829 (syms_of_xdisp): Initialize them.
7830
7831 2008-06-30 Kenichi Handa <handa@m17n.org>
7832
7833 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
7834 XftDefaultSubstitute (they are called in XftFontMatch).
7835 (xftfont_open): Fix args to ftfont_font_format.
7836
7837 * ftfont.c (fc_charset_table): New member lang.
7838 (ftfont_resolve_generic_family): New arg pattern.
7839 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
7840 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
7841 (ftfont_open): Fix args to ftfont_font_format.
7842 (ftfont_font_format): New arg filename.
7843
7844 2008-06-30 Chong Yidong <cyd@stupidchicken.com>
7845
7846 * xfaces.c (Finternal_merge_in_global_face): If default face was
7847 modified, realize it again. Update the font face attribute.
7848
7849 2008-06-29 Jason Rumney <jasonr@gnu.org>
7850
7851 * w32term.c (x_set_frame_alpha): Fix logic.
7852
7853 2008-06-29 Kenichi Handa <handa@m17n.org>
7854
7855 * fontset.c (Finternal_char_font): Return font-object instead of
7856 font-name.
7857
7858 * composite.c (get_composition_id): Fix the width calculation for TAB.
7859
7860 2008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * indent.c (Fvertical_motion): Properly handle float column arg.
7863
7864 2008-06-28 Jason Rumney <jasonr@gnu.org>
7865
7866 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
7867 (pfnSetLayeredWindowAttributes): New function pointer.
7868 (w32_initialize): Initialize it when supported.
7869 (x_set_frame_alpha): New function.
7870
7871 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
7872 (w32_frame_parm_handlers): Set alpha handler.
7873
7874 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
7875
7876 2008-06-27 Jason Rumney <jasonr@gnu.org>
7877
7878 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
7879 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
7880 (w32_to_x_charset, x_to_w32_charset)
7881 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
7882 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
7883 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
7884 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
7885 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
7886 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
7887 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
7888 (Qw32_charset_unicode): Remove.
7889 (syms_of_w32fns): Update for above changes.
7890
7891 * w32font.c (w32_to_x_charset, x_to_w32_charset)
7892 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
7893 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
7894 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
7895 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
7896 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
7897 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
7898 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
7899 (syms_of_w32font): Update for above changes.
7900
7901 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
7902
7903 * s/usg5-4.h: Fix previous change: keep the correct branch of a
7904 removed #if.
7905 (USG_SHARED_LIBRARIES): Remove duplicate definition.
7906
7907 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
7908 Eli Zaretskii <eliz@gnu.org>
7909
7910 * makefile.w32-in (LOCAL_FLAGS):
7911 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
7912
7913 * sysdep.c (_spawnlp, _getpid):
7914 Declare with explicit _cdecl instead of _CRTAPI1.
7915
7916 * editfns.c (Fget_internal_run_time):
7917 Check for WINDOWSNT with #ifdef, not #if.
7918
7919 2008-06-26 Jason Rumney <jasonr@gnu.org>
7920
7921 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
7922
7923 * w32term.c (x_draw_glyph_string_foreground)
7924 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
7925 Use FONT_HANDLE macro.
7926 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
7927
7928 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
7929 (uniscribe_encode_char): Use FONT_HANDLE macro.
7930
7931 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
7932 (w32font_text_extents): Use precast w32_font.
7933 (w32font_close): Free cached metrics.
7934 (w32font_open_internal): Allocate space for name on stack.
7935
7936 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
7937
7938 * xdisp.c (extend_face_to_end_of_line): Fix last change.
7939
7940 2008-06-26 Jason Rumney <jasonr@gnu.org>
7941
7942 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
7943 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
7944
7945 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
7946
7947 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
7948
7949 2008-06-26 Jason Rumney <jasonr@gnu.org>
7950
7951 * w32bdf.c, w32bdf.h: Remove obsolete files.
7952
7953 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
7954
7955 * w32gui.h: Don't include w32bdf.h.
7956 (XCharStruct, enum w32_char_font_type, W32FontStruct):
7957 Remove obsolete font support.
7958
7959 * w32font.h (struct w32font_info): Remove compat_w32_font.
7960 Add hfont member.
7961 (FONT_COMPAT): Remove obsolete macro.
7962
7963 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
7964 (w32font_encode_char, w32font_text_extents): Use new hfont member.
7965 (w32font_open_internal): Remove compat code. Set new hfont member.
7966 (Fx_select_font): Use new hfont member.
7967
7968 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
7969 (uniscribe_encode_char): Use new hfont member.
7970
7971 * w32term.c (x_draw_glyph_string_foreground)
7972 (x_draw_composite_glyph_string_foreground): Use new hfont member.
7973 (x_draw_glyph_string): Use metrics in w32font_info.
7974
7975 2008-06-26 Kenichi Handa <handa@m17n.org>
7976
7977 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
7978
7979 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7980
7981 * unexnext.c:
7982 * m/ews4800.h:
7983 * m/hp9000s300.h:
7984 * m/ibm370aix.h:
7985 * m/mips-siemens.h:
7986 * m/ncr386.h:
7987 * m/next.h:
7988 * m/pmax.h:
7989 * m/powerpcle.h:
7990 * m/tandem-s2.h:
7991 * s/386bsd.h:
7992 * s/bsd386.h:
7993 * s/bsd4-1.h:
7994 * s/bsd4-2.h:
7995 * s/bsdos2-1.h:
7996 * s/bsdos2.h:
7997 * s/bsdos3.h:
7998 * s/bsdos4.h:
7999 * s/nextstep.h:
8000 * s/ultrix4-3.h:
8001 * s/usg5-0.h:
8002 * s/usg5-2-2.h:
8003 * s/usg5-2.h:
8004 * s/usg5-4-3.h:
8005 * s/ux4800.h:
8006 * s/uxpds.h:
8007 * s/uxpv.h: Remove support for obsolete systems.
8008 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8009 Remove, insert contents in s/hpux10-20.h.
8010 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
8011 Remove, insert contents in s/aix4-2.h.
8012 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
8013 * s/bsd4-3.h: Rename to ...
8014 * s/bsd-common.h: ... this.
8015 * data.c:
8016 * doc.c:
8017 * ecrt0.c:
8018 * emacs.c:
8019 * fileio.c:
8020 * floatfns.c:
8021 * keyboard.c:
8022 * mem-limits.h:
8023 * print.c:
8024 * process.c:
8025 * sysdep.c:
8026 * syssignal.h:
8027 * systty.h:
8028 * syswait.h:
8029 * term.c:
8030 * unexec.c:
8031 * unexelf.c:
8032 * unexhp9k800.c:
8033 * m/hp800.h:
8034 * m/ibmrs6000.h:
8035 * m/mips.h:
8036 * m/vax.h:
8037 * s/darwin.h:
8038 * s/freebsd.h:
8039 * s/gnu.h:
8040 * s/ms-w32.h:
8041 * s/msdos.h:
8042 * s/netbsd.h:
8043 * s/template.h: Remove references to obsolete variables.
8044
8045 * Makefile.in: Add dependencies for all unexec files.
8046 (admindir): Remove unused variable.
8047 (UNEXEC_SRC): Remove references.
8048
8049 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8050
8051 * xfns.c (x_default_font_parameter): If Xft is available, first
8052 try Monospace-12 for the default font.
8053
8054 2008-06-25 Jason Rumney <jasonr@gnu.org>
8055
8056 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
8057
8058 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
8061
8062 * buffer.c (syms_of_buffer): Remove default-word-wrap.
8063
8064 2008-06-25 Juanma Barranquero <lekktu@gmail.com>
8065
8066 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
8067 <scroll-conservatively>: Fix typo in docstring.
8068
8069 * xselect.c (Fx_send_client_event): Doc fix.
8070
8071 2008-06-25 Kenichi Handa <handa@m17n.org>
8072
8073 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
8074
8075 * font.c (font_parse_fcname): Remove unused variables.
8076 (font_sort_entites): Delete the arg SPEC. Caller changed.
8077 Fix for the case of ! best_only.
8078 (font_delete_unmatched): Check DPI and AVGWIDTH too.
8079
8080 * lisp.h (Fstring_to_unibyte): EXFUN it.
8081
8082 * character.h (str_to_unibyte): Extern it.
8083
8084 * character.c (str_to_unibyte): New function.
8085
8086 * fns.c (Fstring_to_unibyte): New function.
8087 (syms_of_fns): Defsubr it.
8088
8089 2008-06-24 Kenichi Handa <handa@m17n.org>
8090
8091 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
8092 DPI too.
8093 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
8094
8095 2008-06-24 Andreas Schwab <schwab@suse.de>
8096
8097 * Makefile.in (${lispsource}loaddefs.el): Rename from
8098 ../lisp/loaddefs.el.
8099 (bootstrap-clean): Do what distclean does but don't remove
8100 Makefile.
8101 (distclean): Depend on bootstrap-clean and remove Makefile.
8102
8103 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8104
8105 * buffer.h (struct buffer): New member word_wrap.
8106
8107 * buffer.c (syms_of_buffer): New variables default-word-wrap and
8108 word-wrap.
8109 (init_buffer_once): Initialize them.
8110
8111 * dispextern.h (struct it): Replace bool truncate_lines_p with a
8112 line_wrap enum possessing three possible values.
8113
8114 * termopts.h: Replace truncate_partial_width_windows with
8115 Vtruncate_partial_width_windows.
8116
8117 * dispnew.c (direct_output_for_insert): Avoid direct output when
8118 inserting a space with word wrap on.
8119
8120 * indent.c (compute_motion): Obey integer values of
8121 truncate-partial-width-windows.
8122
8123 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
8124 replacing truncate_partial_width_windows.
8125 (init_iterator): If Vtruncate_partial_width_windows is an integer,
8126 truncate only if the window width is below that integer.
8127 (start_display, resize_mini_window, produce_stretch_glyph)
8128 (display_string, move_it_in_display_line_to): Use line_wrap.
8129 (back_to_previous_visible_line_start, reseat_1): Reset
8130 string_from_display_prop_p.
8131 (display_line): Extend default face to end of line when wrapping.
8132
8133 2008-06-24 Kim F. Storm <storm@cua.dk>
8134
8135 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
8136 to wrap continued lines at word boundaries.
8137
8138 2008-06-24 Jason Rumney <jasonr@gnu.org>
8139
8140 * font.c (Ffont_face_attributes): Multiply pixel size before point
8141 conversion to avoid multiplying rounding error.
8142
8143 2008-06-23 Jason Rumney <jasonr@gnu.org>
8144
8145 * w32term.c (x_draw_glyph_string_background)
8146 (x_draw_glyph_string): Remove old bdf font code.
8147
8148 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
8149
8150 2008-06-22 Kenichi Handa <handa@m17n.org>
8151
8152 * font.c (font_find_for_lface): Try the adstyle specified in
8153 the property of LFACE_FONT of LFACE (if any).
8154
8155 2008-06-21 Seiji Zenitani <zenitani@mac.com>
8156 Ryo Yoshitake <ryo@shiftmode.net>
8157
8158 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
8159
8160 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
8163 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
8164 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
8165 (witness-emacs): Remove.
8166 (lisp, shortlisp): Move loaddefs.el earlier.
8167 (mostlyclean): Forget about witness-emacs.
8168
8169 2008-06-22 Glenn Morris <rgm@gnu.org>
8170
8171 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
8172 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
8173
8174 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8175
8176 * Makefile.in (PRECOMP): Remove.
8177 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
8178 (witness-emacs): Run `compile-first'.
8179 (.el.elc): Use the new compile-onefile target.
8180
8181 2008-06-21 Kenichi Handa <handa@m17n.org>
8182
8183 * xftfont.c (xftfont_open): Handle QCembolden only when
8184 FC_EMBOLDEN is defined.
8185
8186 2008-06-21 Andreas Schwab <schwab@suse.de>
8187
8188 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
8189 (.el.elc): Likewise.
8190
8191 2008-06-21 Miles Bader <miles@gnu.org>
8192
8193 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
8194 build dir, not the lisp source dir.
8195
8196 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
8199 (bootstrapclean): Remove.
8200 (.el.elc): New rule.
8201 (PRECOMP): New var.
8202 (../lisp/subdirs.el): Remove.
8203 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
8204 (witness-emacs): New target.
8205 (mostlyclean): Remove witness-emacs as well.
8206 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
8207 Add witness-emacs dependency.
8208
8209 2008-06-20 Chong Yidong <cyd@stupidchicken.com>
8210
8211 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
8212 defined by the font.
8213
8214 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
8217 (bootstrap-clean): New target that keeps TAGS around.
8218 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
8219 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
8220
8221 2008-06-20 Jason Rumney <jasonr@gnu.org>
8222
8223 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
8224 Remove obsolete font code.
8225
8226 * w32font.c (font_matches_spec): Use csb bitfield from font signature
8227 to determine language support.
8228
8229 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * sysdep.c (cfsetspeed): New fun extracted from the code.
8232 (cfmakeraw): Move before first use.
8233
8234 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
8235
8236 * sysdep.c (cfmakeraw): Provide fallback implementation.
8237 (serial_configure): Provide fallback implementation of cfsetspeed.
8238
8239 2008-06-20 Kenichi Handa <handa@m17n.org>
8240
8241 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
8242 the pattern.
8243
8244 * fontset.c (fontset_from_font): Copy font_spec before changing
8245 the elements.
8246
8247 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
8248
8249 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
8252 for explicit `font' parameters.
8253
8254 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
8255
8256 2008-06-19 Kenichi Handa <handa@m17n.org>
8257
8258 * frame.c: Include <ctype.h>.
8259 (x_set_font_backend): Allow spacing characters in the X resource
8260 for FontBackend.
8261
8262 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8263
8264 * w32fns.c, xfns.c (Qfont_param): New var.
8265 (syms_of_w32fns): Initialize it.
8266 (x_default_font_parameter): Record explicit `font' into
8267 `font-parameter'.
8268
8269 2008-06-18 Kenichi Handa <handa@m17n.org>
8270
8271 * font.c (font_parse_xlfd): Fix previous change.
8272 (font_parse_fcname): Don't use :fc-unknown-spec.
8273 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
8274 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
8275 (font_add_log): Prepend the driver name to the resulting fonts.
8276
8277 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
8278 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
8279 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
8280
8281 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
8282 (QCembolden): New variables.
8283 (syms_of_xftfont): DEFSYM them.
8284 (xftfont_open): Call XftFontMatch. Don't trust the result of
8285 XftTextExtents8 if the pixel_size is less than 5.
8286
8287 2008-06-18 Andreas Schwab <schwab@suse.de>
8288
8289 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
8290 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
8291
8292 2008-06-18 Jason Rumney <jasonr@gnu.org>
8293
8294 * w32font.c (w32font_list, w32font_match): Add logging.
8295
8296 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
8297
8298 2008-06-17 Chong Yidong <cyd@stupidchicken.com>
8299
8300 * font.c (font_parse_fcname): Store divider characters for
8301 unknown-spec list. For known key symbols, intern using correct
8302 symbol name.
8303
8304 2008-06-17 Kenichi Handa <handa@m17n.org>
8305
8306 * xfaces.c (realize_default_face): If the frame is not on window
8307 system, set the fontset of face to nil.
8308
8309 2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8310
8311 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
8312
8313 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8314
8315 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
8316 (build_font_name_from_vector): Delete externs.
8317
8318 * xfaces.c (struct font_name): Don't declare.
8319
8320 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
8323
8324 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
8325
8326 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
8327
8328 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8329
8330 * font.c (Ffont_spec): Fix usage in docstring.
8331 (Ffont_face_attributes): Doc fix.
8332
8333 2008-06-16 Andreas Schwab <schwab@suse.de>
8334
8335 * font.c (Ffont_face_attributes): Fix definition.
8336
8337 2008-06-16 Jason Rumney <jasonr@gnu.org>
8338
8339 * font.h (font_style_symbolic_from_value): Remove.
8340
8341 * font.c (font_style_symbolic_from_value): Remove.
8342 (font_style_symbolic): Revert to pre 2008-06-13 version.
8343
8344 * w32font.c (w32_to_fc_weight): New function.
8345 (w32font_full_name, logfont_to_fcname): Use it.
8346
8347 2008-06-16 Kenichi Handa <handa@m17n.org>
8348
8349 * font.c (font_check_object): Delete it.
8350 (font_clear_cache): Check if a font-object is alive.
8351 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
8352 font-object to nil.
8353 (font_close_object): Don't check FONT_CLOSE_OBJECT.
8354 (font_at): Don't call font_check_object.
8355 (Ffont_get): Return a symbol for :weight, :slant, and :width.
8356
8357 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
8358
8359 * puresize.h (BASE_PURESIZE): Increase to 1230000.
8360
8361 2008-06-16 Chong Yidong <cyd@stupidchicken.com>
8362
8363 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
8364
8365 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
8366
8367 * font.c (font_parse_fcname): Only one decimal point.
8368 (font_unparse_fcname): Handle data in family and foundry indices
8369 as symbols, not strings.
8370 (font_unparse_gtkname, Ffont_face_attributes): New functions.
8371
8372 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
8373
8374 * font.h (font_unparse_gtkname): Add prototype.
8375
8376 2008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
8377
8378 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
8379
8380 2008-06-15 Andreas Schwab <schwab@suse.de>
8381
8382 * font.c (font_update_drivers): Fix crash when no drivers match.
8383
8384 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
8387 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
8388
8389 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
8392
8393 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * process.c (Fserial_process_configure, Fprocess_send_eof):
8396 Use EQ to compare Lisp_Objects.
8397
8398 2008-06-13 Jason Rumney <jasonr@gnu.org>
8399
8400 * w32fns.c (Fw32_select_font): Remove old font API function.
8401
8402 * w32font.c (logfont_to_fcname): New function.
8403 (Fx_select_font): New font dialog function compatible with
8404 GTK/fontconfig version.
8405
8406 * font.c (font_style_symbolic_from_value): New function.
8407 (font_style_symbolic): Use it.
8408
8409 * font.h (font_style_symbolic_from_value): Declare new function.
8410
8411 2008-06-13 Juanma Barranquero <lekktu@gmail.com>
8412
8413 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
8414 <font-width-table>: Fix typos in docstrings.
8415
8416 2008-06-13 Daniel Engeler <engeler@gmail.com>
8417
8418 These changes add serial port access.
8419 * process.c: Add HAVE_SERIAL.
8420 (Fdelete_process, Fprocess_status, Fset_process_buffer)
8421 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
8422 (list_processes_1, select_wrapper, Fstop_process)
8423 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
8424 (status_notify): Modify to handle serial processes.
8425 [HAVE_SERIAL] (Fserial_process_configure)
8426 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
8427 New functions.
8428 * process.h (struct Lisp_Process): Add `type'.
8429 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
8430 New functions.
8431 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
8432 serial ports.
8433 (serial_open, serial_configure): New functions.
8434 * w32.h: Add FILE_SERIAL.
8435 (struct _child_process): Add ovl_read, ovl_write.
8436
8437 2008-06-13 Kenichi Handa <handa@m17n.org>
8438
8439 * dispextern.h (enum lface_attribute_index): New member
8440 LFACE_FOUNDRY_INDEX.
8441
8442 * font.c (font_score): Delete arg alternate_families. Check only
8443 weight, slant, width, and size. Ignore the difference of alias
8444 style symbols.
8445 (font_sort_entites): Adjust for the above change. Reflect the
8446 order of font-driver to scores.
8447 (font_list_entities): Don't check alternate_familes here.
8448 (font_clear_prop): Handle foundry.
8449 (font_update_lface): Don't parse "foundry-family" form here.
8450 Handle FONT_FOUNDRY_INDEX.
8451 (font_find_for_lface): Likewise. Handle alternate families here.
8452 If registry is nil, try iso8859-1 and ascii-0.
8453 (font_open_for_lface): Pay attention to size in ENTITY.
8454 (font_open_by_name): Simplify by calling font_load_for_lface.
8455 (free_font_driver_list): Delete it.
8456 (font_update_drivers): Preserve the order of backends.
8457 (syms_of_font): Setting of sort_shift_bits adjusted for the change
8458 of font_score and font_sort_entites.
8459 (font_update_sort_order): Likewise.
8460
8461 * xfaces.c (LFACE_FOUNDRY): New macro.
8462 (check_lface_attrs): Check foundry.
8463 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
8464 (merge_face_vectors): Check foundry.
8465 (merge_face_ref): Likewise.
8466 (Finternal_set_lisp_face_attribute): Likewise.
8467 (x_update_menu_appearance): Likewise.
8468 (Finternal_get_lisp_face_attribute): Likewise.
8469 (lface_hash): Likewise.
8470 (lface_same_font_attributes_p): Likewise.
8471 (x_supports_face_attributes_p): Likewise.
8472 (tty_supports_face_attributes_p): Likewise.
8473 (Finternal_set_alternative_font_family_alist): Intern strings.
8474 (Finternal_set_alternative_font_registry_alist): Downcase strings.
8475 (realize_default_face): Set LFACE_FOUNDRY (lface).
8476
8477 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
8478 font-driver at first.
8479
8480 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
8481
8482 2008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8483
8484 * lread.c (Fload): Use xfree, not free on saved_doc_string.
8485
8486 2008-06-12 Jim Meyering <meyering@redhat.com>
8487
8488 Make unexec_free handle NULL the same way free does.
8489 * unexmacosx.c (unexec_free): Ignore a NULL argument.
8490
8491 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * character.h (CHAR_TO_BYTE_SAFE): New macro.
8494 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
8495 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
8496 (WEAK_ALIAS): Simplify.
8497 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
8498 when searching a unibyte buffer.
8499
8500 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
8501
8502 * xfns.c (Fx_select_font): Rename from x-font-dialog.
8503
8504 2008-06-12 Juanma Barranquero <lekktu@gmail.com>
8505
8506 * w32font.c: Include ctype.h.
8507
8508 2008-06-11 Jason Rumney <jasonr@gnu.org>
8509
8510 * w32font.c (w32font_encode_char): Detect missing glyphs that are
8511 misreported as space.
8512 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
8513 as aliases for registry iso10646-1.
8514
8515 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * buffer.c (clone_per_buffer_values): Skip `name'.
8518
8519 2008-06-11 Chong Yidong <cyd@stupidchicken.com>
8520
8521 * font.c (font_parse_fcname): Fix last change; accept decimal
8522 points in font size.
8523
8524 2008-06-10 Jason Rumney <jasonr@gnu.org>
8525
8526 * w32uniscribe.c (add_opentype_font_name_to_list):
8527 Skip non unicode fonts.
8528
8529 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
8530
8531 * xfns.c (Fx_font_dialog): New function.
8532
8533 * gtkutil.c (xg_dialog_response_cb): Rename from
8534 xg_file_response_callback.
8535 (pop_down_dialog): Rename from pop_down_file_dialog.
8536 (xg_get_file_name): Callers changed.
8537 (xg_get_font_name): New function.
8538
8539 * gtkutil.h (xg_get_font_name): Insert prototype.
8540
8541 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8542
8543 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
8544 x_underline_minimum_display_offset.
8545 (syms_of_xdisp): Declare it here rather than in xterm.c.
8546 * dispextern.h (underline_minimum_offset): Declare it.
8547 * w32term.c (x_draw_glyph_string): Use it.
8548 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
8549 (syms_of_xterm): Don't declare it any more.
8550 (x_draw_glyph_string): Adjust to the new name.
8551
8552 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
8553
8554 * xterm.c (x_underline_minimum_display_offset): New var.
8555 (x_draw_glyph_string): Use it.
8556 (syms_of_xterm): Declare it.
8557
8558 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
8559
8560 * font.c (font_parse_fcname): Accept GTK-style font names too.
8561
8562 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * dired.c (file_name_completion): Don't return t if the match is exact
8565 but with different capitalization.
8566 * minibuf.c (Ftry_completion): Simplify.
8567
8568 * window.c (Vwindow_point_insertion_type): New var.
8569 (set_window_buffer): Use it.
8570 (syms_of_window): Init and export it to Lisp.
8571
8572 2008-06-10 Kenichi Handa <handa@m17n.org>
8573
8574 * font.h (font_intern_prop): Prototype adjusted.
8575
8576 * font.c (font_intern_prop): New arg force_symbol.
8577 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
8578 Adjust for the change of font_intern_prop.
8579
8580 * ftfont.c (ftfont_pattern_entity):
8581 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
8582 (w32_registry):
8583 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
8584 the change of font_intern_prop.
8585
8586 2008-06-09 Juanma Barranquero <lekktu@gmail.com>
8587
8588 * w32menu.c (digest_single_submenu): Declare extern.
8589
8590 2008-06-09 Jason Rumney <jasonr@gnu.org>
8591
8592 * w32term.c (x_make_frame_visible): Use alternate restore flags.
8593
8594 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
8595 (parse_single_submenu): Remove.
8596 (digest_single_submenu): Remove.
8597 (syms_of_w32menu): Don't initialise variables that have moved
8598 to menu.c.
8599 (set_frame_menubar): Sync with version in xmenu.c.
8600 (w32_menu_show): Sync with xmenu_show in xmenu.c.
8601
8602 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
8603 Make static again.
8604
8605 2008-06-09 Jason Rumney <jasonr@gnu.org>
8606
8607 Changes to w32 files related to the move of common menu code
8608 to menu.c on 2008-06-08 by Chong Yidong.
8609
8610 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
8611 defs to w32gui.h.
8612 (single_keymap_panes, push_menu_item, push_menu_pane):
8613 Make globally visible.
8614
8615 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
8616 (local_free, malloc_widget_value, free_widget_value)
8617 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
8618 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
8619 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
8620 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
8621 (menu_items, menu_items_allocated, menu_items_used)
8622 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
8623 (init_menu_items, finish_menu_items, discard_menu_items)
8624 (grow_menu_items, push_submenu_start, push_submenu_end)
8625 (push_left_right_boundary, push_menu_pane, push_menu_item)
8626 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
8627 (free_menubar_widget_tree_value, parse_single_submenu)
8628 (update_submenu_strings): Remove functions.
8629 (xmalloc_widget_value): Remove and declare extern.
8630
8631 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
8632 (OBJ1): Build it.
8633
8634 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
8635 (local_heap, local_alloc, local_free, malloc_widget_value)
8636 (free_widget_value): Define here.
8637
8638 2008-06-09 Kenichi Handa <handa@m17n.org>
8639
8640 * font.h (Qascii_0): Extern it.
8641
8642 * font.c (Qascii_0): New variable.
8643 (syms_of_font): DEFSYM it.
8644 (font_open_by_name): If the registry "iso8859-1" fails, try also
8645 "ascii-0".
8646
8647 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
8648
8649 2008-06-08 Kenichi Handa <handa@m17n.org>
8650
8651 * .gdbinit (xfont): New command.
8652
8653 2008-06-08 Andreas Schwab <schwab@suse.de>
8654
8655 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
8656 * Makefile.in (menu.o): Update dependencies.
8657
8658 * Makefile.in (obj): Always add menu.o.
8659 * emacs.c (main): Always call syms_of_menu.
8660 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
8661
8662 2008-06-08 Chong Yidong <cyd@stupidchicken.com>
8663
8664 * Makefile.in: Compile menu.c.
8665
8666 * lisp.h: Declare syms_of_menu.
8667
8668 * emacs.c (main): Call syms_of_menu.
8669
8670 * keyboard.h: Relocate platform-independent menu definitions from
8671 xmenu.c.
8672
8673 * menu.c: New file. Relocate platform-independent menu
8674 definitions from xmenu.c. Suggested by Adrian Robert.
8675
8676 * xmenu.c: Remove platform-independent menu definitions.
8677 (menu_items menu_items_inuse, menu_items_allocated)
8678 (menu_items_used, menu_items_n_panes)
8679 (menu_items_submenu_depth): Move to keyboard.h.
8680 (init_menu_items, finish_menu_items, unuse_menu_items)
8681 (discard_menu_items, restore_menu_items, save_menu_items)
8682 (grow_menu_items, push_submenu_start, push_submenu_end)
8683 (push_left_right_boundary, push_menu_pane, push_menu_item)
8684 (keymap_panes, single_keymap_panes, single_menu_item)
8685 (list_of_panes, list_of_items, find_and_call_menu_selection)
8686 (xmalloc_widget_value, free_menubar_widget_value_tree)
8687 (parse_single_submenu, digest_single_submenu)
8688 (update_submenu_strings): Move to menu.c.
8689
8690 2008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
8693
8694 2008-06-06 Miles Bader <miles@gnu.org>
8695
8696 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
8697 face, not frame default.
8698
8699 2008-06-05 Martin Rudalics <rudalics@gmx.at>
8700
8701 * window.c (pop_up_windows, pop_up_frames)
8702 (display_buffer_reuse_frames, Vpop_up_frame_function)
8703 (Vdisplay_buffer_function, Veven_window_heights)
8704 (Vspecial_display_buffer_names, Vspecial_display_regexps)
8705 (Vspecial_display_function, Vsame_window_buffer_names)
8706 (Vsame_window_regexps, split_height_threshold)
8707 (Vsplit_window_preferred_function): Move those vars to window.el.
8708 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
8709 (Fdisplay_buffer): Move those functions to window.el.
8710 (syms_of_window): Remove corresponding declarations.
8711 (display_buffer): New function.
8712 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
8713 * dispnew.c (Flast_nonminibuf_frame): New function.
8714 * buffer.c (Fpop_to_buffer): Move to window.el.
8715
8716 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
8719
8720 2008-06-05 Kenichi Handa <handa@m17n.org>
8721
8722 * coding.c (detect_coding): Fix previous change.
8723 (detect_coding_system): Likewise.
8724
8725 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8726
8727 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
8728
8729 * keymap.c (Vminibuffer_local_filename_must_match_map):
8730 Rename from Vminibuffer_local_must_match_filename_map.
8731 (syms_of_keymap):
8732 * minibuf.c (Fcompleting_read): Adjust accordingly.
8733 * commands.h: Rename declaration as well.
8734
8735 2008-06-05 Kenichi Handa <handa@m17n.org>
8736
8737 * font.c (Ffont_spec): Don't use font_parse_family_registry for
8738 family name.
8739 (Ffont_put): Likewise.
8740
8741 * fontset.c (fontset_find_font): Call font_open_for_lface with the
8742 current font-spec.
8743
8744 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
8745 is unspecified.
8746
8747 * xfaces.c (realize_x_face): If the font-related face attributes
8748 are the same as those of default face, realize a new fontset from
8749 default->fontset.
8750 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
8751
8752 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8753
8754 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
8755 (move_it_in_display_line): New wrapper.
8756
8757 * window.c (window_scroll_pixel_based_preserve_x)
8758 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
8759 (window_scroll_pixel_based, window_scroll_line_based):
8760 Use them to preserve column positions.
8761 (syms_of_window): Initialize them.
8762
8763 * indent.c (Fvertical_motion): Extend first arg to allow passing an
8764 (HPOS . VPOS) pair.
8765
8766 * dispextern.h (move_it_in_display_line): Declare.
8767
8768 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
8769
8770 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
8771 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
8772 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
8773
8774 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
8775
8776 * window.c (Fset_window_parameter): Doc fix.
8777 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
8778
8779 2008-06-04 Joakim Verona <joakim@verona.se>
8780
8781 * window.h (struct window): Add new member window_parameters.
8782
8783 * window.c (Fwindow_parameters, Fwindow_parameter)
8784 (Fset_window_parameter): New defuns.
8785 (syms_of_window): Defsubr the new defuns.
8786 (make_window): Initialize window_parameters to nil.
8787
8788 2008-06-04 John Paul Wallington <jpw@pobox.com>
8789
8790 * eval.c (Fdefmacro): Doc fix.
8791
8792 2008-06-04 Kenichi Handa <handa@m17n.org>
8793
8794 * coding.c (detect_coding): Fix handling of coding->head_ascii.
8795 Be sure to call setup_coding_system when we find a proper coding system.
8796 (detect_coding_system): Fix handling of coding->head_ascii.
8797
8798 2008-06-03 Andreas Schwab <schwab@suse.de>
8799
8800 * font.c (font_prop_validate_spacing): Fix last change.
8801
8802 2008-06-03 Kenichi Handa <handa@m17n.org>
8803
8804 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
8805 (font_parse_fcname): Fix handling of unknown key.
8806
8807 * xfont.c (xfont_list): Try an alias.
8808
8809 * charset.c (char_charset): Return NULL if the arg charset_list is
8810 specified and C doesn't belong to any of them.
8811
8812 2008-06-02 Chip Coldwell <coldwell@redhat.com>
8813
8814 * font.c (font_pixel_size): Don't take cdr of an integer.
8815
8816 2008-06-02 Jim Meyering <meyering@redhat.com>
8817
8818 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
8819 * alloc.c (xfree): Return right away for a NULL arg.
8820 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
8821 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
8822 * mac.c (create_apple_event_from_event_ref): Likewise.
8823 (create_apple_event_from_drag_ref, cfstring_create_normalized):
8824 Likewise.
8825 * doprnt.c (doprnt1): Likewise.
8826 * frame.c (frame): Likewise.
8827 * keyboard.c (wipe_kboard): Likewise.
8828 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
8829 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
8830 * term.c (tty_default_color_capabilities, maybe_fatal)
8831 (delete_tty): Likewise.
8832 * w16select.c (string): Likewise.
8833 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
8834 * w32bdf.c (w32_free_bdf_font): Likewise.
8835 * w32fns.c (w32_unload_font): Likewise.
8836 * w32font.c (w32font_close): Likewise.
8837 * window.c (size_window): Likewise.
8838 * xselect.c (receive_incremental_selection): Likewise.
8839 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
8840 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
8841 * w32.c (stat): Likewise.
8842
8843 Remove useless if-before-free tests.
8844 * editfns.c (Fset_time_zone_rule): Likewise.
8845 * lread.c (nosuffix): Likewise.
8846 * ralloc.c (get_bloc): Likewise.
8847 * regex.c (reg_free): Likewise.
8848 * xftfont.c (xftfont_open, xftfont_close): Likewise.
8849 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
8850 * xsmfns.c (smc_save_yourself_CB): Likewise.
8851
8852 2008-06-02 Kenichi Handa <handa@m17n.org>
8853
8854 * font.c (font_find_for_lface): Handle float font size.
8855 (font_open_for_lface): Likewise.
8856
8857 * xfaces.c (x_supports_face_attributes_p): Check face->font before
8858 comparing the properties.
8859
8860 2008-06-01 Jason Rumney <jasonr@gnu.org>
8861
8862 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
8863 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
8864 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
8865 Don't add empty script list.
8866 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
8867
8868 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
8869
8870 * Makefile.in (dot, dotdot): Remove, update users.
8871 ".." has been used elsewhere in the file for a long time.
8872 (LIBXT_STATIC): Remove conditional based on unused variable.
8873
8874 2008-06-01 Miles Bader <miles@gnu.org>
8875
8876 * xfaces.c (Vface_remapping_alist): New variable.
8877 (syms_of_xfaces): Initialize it.
8878 (enum named_merge_point_kind): New type.
8879 (struct named_merge_point): Add `named_merge_point_kind' field.
8880 (push_named_merge_point): Make cycle detection respect different
8881 named-merge-point kinds.
8882 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
8883 Remove face-name alias resolution.
8884 (lface_from_face_name): New definition using
8885 `lface_from_face_name_no_resolve'.
8886 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
8887 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
8888 (get_lface_attributes): New definition that layers face-remapping on
8889 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
8890 (lookup_basic_face): New function.
8891 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
8892 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
8893 `get_lface_attributes'.
8894 (face_at_buffer_position): Use `lookup_basic_face' to lookup
8895 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
8896 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
8897
8898 * xdisp.c (init_iterator): Pass base_face_id through
8899 `lookup_basic_face' when we actually use it as a face-id.
8900 (handle_single_display_prop): Use `lookup_basic_face' to lookup
8901 DEFAULT_FACE_ID.
8902
8903 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
8904 lookup the initial face-id.
8905
8906 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
8907
8908 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
8909
8910 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
8911 (Fremove_text_properties): Fix typos in docstrings.
8912
8913 2008-05-31 Kenichi Handa <handa@m17n.org>
8914
8915 * font.c (font_list_entities): Fix the car part of data to be
8916 stored in the cache.
8917
8918 * ftfont.c (ftfont_font_format): Don't use strcasestr.
8919
8920 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
8923 Add a `test' argument so another predicate than `equal' can be used.
8924 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
8925 (map_char_table): Remove unused vars `c' and `i'.
8926 * lisp.h (Foptimize_char_table): Adjust declaration.
8927 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
8928
8929 2008-05-30 Kenichi Handa <handa@m17n.org>
8930
8931 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
8932 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
8933 defined.
8934
8935 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
8938 (Fmake_variable_frame_local): Disallow mixing buffer-local and
8939 frame-local settings for the same variable.
8940
8941 2008-05-30 Kenichi Handa <handa@m17n.org>
8942
8943 * fontset.c (Ffont_info): Move to font.c.
8944 (syms_of_fontset): Delete defsubr of Sfont_info.
8945
8946 * font.c (font_style_to_value, font_score): Delete casting of the
8947 args to xstcasecmp.
8948 (register_font_driver): Increment num_font_drivers only when
8949 registering the driver globally.
8950 (Ffont_info): Move from fontset.c. Handle a font object too.
8951 (syms_of_font): Defsubr Sfont_info.
8952
8953 2008-05-29 Kenichi Handa <handa@m17n.org>
8954
8955 * coding.h (enum define_coding_utf8_arg_index): New enum.
8956 (enum coding_attr_index): Change coding_attr_utf_16_bom to
8957 coding_attr_utf_bom.
8958 (enum utf_bom_type): Rename from utf_16_bom_type.
8959 (struct utf_16_spec): Adjust for the above change.
8960 (struct coding_system): Add utf_8_bom in `spec' union.
8961
8962 * coding.c (CODING_UTF_8_BOM): New macro.
8963 (enum coding_category): Delete coding_category_utf_8, add
8964 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
8965 coding_category_utf_8_sig.
8966 (CATEGORY_MASK_UTF_8): Delete it.
8967 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
8968 (CATEGORY_MASK_UTF_8_SIG): New macros.
8969 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
8970 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
8971 CATEGORY_MASK_UTF_8_SIG.
8972 (CATEGORY_MASK_UTF_8): New macro.
8973 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
8974 (detect_coding_utf_8): Check BOM.
8975 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
8976 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
8977 (encode_coding_utf_16): Likewise.
8978 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
8979 (detect_coding, detect_coding_system): Handle utf-8-auto.
8980 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
8981 (syms_of_coding): Fix setting up of Vcoding_category_table.
8982
8983 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8984
8985 * process.c (Faccept_process_output): If `millisec' is non-nil,
8986 `seconds' default to 0.
8987 (wait_reading_process_output): Also return non-nil if we read output
8988 from a non-running process.
8989
8990 2008-05-29 Jason Rumney <jasonr@gnu.org>
8991
8992 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
8993 `raster' specified.
8994 (add_font_entity_to_list): Allow non-opentype truetype fonts back
8995 in the uniscribe backend, but disallow any font that has no
8996 unicode subrange support.
8997
8998 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
8999
9000 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
9001 Fix typos in docstrings.
9002
9003 2008-05-29 Kenichi Handa <handa@m17n.org>
9004
9005 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
9006 (Fx_family_fonts): Set frame correctly.
9007
9008 2008-05-28 Jason Rumney <jasonr@gnu.org>
9009
9010 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
9011
9012 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
9015 calling build_annotations.
9016
9017 2008-05-28 Juanma Barranquero <lekktu@gmail.com>
9018
9019 * coding.c (Fdecode_coding_region, Fencode_coding_region)
9020 (Fencode_coding_string):
9021 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
9022 <latin-extra-code-table>: Fix typos in docstrings.
9023 (syms_of_coding) <coding-system-alist>: Doc fix.
9024 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
9025
9026 2008-05-28 Kenichi Handa <handa@m17n.org>
9027
9028 * fontset.c (Ffont_info): Don't call font_close_object.
9029
9030 * font.c (font_parse_family_registry): Use Ffont_put to validate
9031 foundry and family.
9032 (font_delete_unmatched): Don't check spacing.
9033 (font_list_entities): Add spacing to the spec to list fonts.
9034
9035 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
9036 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
9037
9038 * coding.c (encode_coding_raw_text): Fix previous change.
9039 (encode_coding_object): When the dst_object is a buffer and is
9040 different from src_object, move gap to PT.
9041
9042 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
9043
9044 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
9045
9046 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * coding.c (encode_coding_raw_text): Set coding->produced_char for
9049 all branches. Compute it differently.
9050
9051 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
9052
9053 2008-05-27 Juanma Barranquero <lekktu@gmail.com>
9054
9055 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
9056 into "else if () ... else ...".
9057
9058 2008-05-27 Jason Rumney <jasonr@gnu.org>
9059
9060 * w32font.c (w32font_open_internal): Determine if glyph indices
9061 are likely to work here.
9062
9063 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
9064
9065 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
9066 draw overlap glyphs with appropriate highlighting.
9067
9068 2008-05-27 Kenichi Handa <handa@m17n.org>
9069
9070 * xfont.c (xfont_open): Fix calculation of font->average_width.
9071
9072 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 * casefiddle.c (casify_object): Try to guess better whether the
9075 argument is a byte or a char.
9076
9077 2008-05-26 Andreas Schwab <schwab@suse.de>
9078
9079 * xselect.c (x_reply_selection_request): Properly handle format == 32.
9080 Always send multiples of format size.
9081
9082 * xterm.c (x_set_frame_alpha): Fix type mismatch.
9083
9084 2008-05-26 Jason Rumney <jasonr@gnu.org>
9085
9086 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
9087 (compute_metrics): Don't set failure if we just cleared the cache.
9088 (w32_weight_table): Remove unused variable.
9089 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
9090 backwards compatibility.
9091
9092 2008-05-25 Kenichi Handa <handa@m17n.org>
9093
9094 * w32term.c (x_draw_glyph_string):
9095 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
9096
9097 * xfaces.c: Delete unused function prototypes.
9098 (xstrlwr, font_frame): Delete them.
9099 (clear_face_cache): Delete unused variable.
9100
9101 * xftfont.c (xftfont_open): Delete unused variable.
9102 If underline_thickness is not 1, adjust underline_position.
9103
9104 * ftxfont.c (ftxfont_open): Delete unused variable.
9105
9106 * fontset.c (face_for_char): Optimize for the case of no charset
9107 property.
9108
9109 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
9110 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
9111 (otf_open, font_otf_capability, generate_otf_features)
9112 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
9113 Comment out by surrounding "#if 0" and "#endif" for the moment.
9114 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
9115 (syms_of_font): Codes for accessing above commented out.
9116
9117 2008-05-24 Eli Zaretskii <eliz@gnu.org>
9118
9119 * w32proc.c: Include dispextern.h.
9120
9121 * w32.c: Include dispextern.h.
9122
9123 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
9124
9125 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
9126 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
9127 Fix typos in docstrings.
9128
9129 2008-05-23 Jason Rumney <jasonr@gnu.org>
9130
9131 * xsmfns.c: Remove includes that are already included by config.h.
9132
9133 2008-05-23 Kenichi Handa <handa@m17n.org>
9134
9135 * charset.c (Qemacs, charset_emacs): New variables.
9136 (char_charset): Fix for non-Unicode characters.
9137 (syms_of_charset): Define charset_emacs.
9138
9139 * w32term.c (x_draw_glyph_string): Be sure to update
9140 s->underline_thickness and s->underline_position. Be sure to draw
9141 underline within the current line area.
9142
9143 * xterm.c (x_draw_glyph_string): Be sure to update
9144 s->underline_thickness and s->underline_position. Be sure to draw
9145 underline within the current line area.
9146
9147 * fontset.c: Delete unused variables and add casting for char *
9148 throughout the file.
9149 (fontset_font): Try the fallback fonts of the current fontset
9150 before consulting the default fontset.
9151
9152 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
9153
9154 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
9155
9156 2008-05-22 Jason Rumney <jasonr@gnu.org>
9157
9158 * font.c: Don't include strings.h.
9159
9160 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
9161
9162 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
9163 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
9164 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
9165 to call xstrcasecmp.
9166
9167 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
9168
9169 * fontset.c (fs_query_fontset): Use xstrcasecmp.
9170
9171 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
9172
9173 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
9174
9175 2008-05-22 Kenichi Handa <handa@m17n.org>
9176
9177 * puresize.h (BASE_PURESIZE): Increase to 1220000.
9178
9179 * font.c (font_prop_validate_style): Adjust for the format
9180 change of font_style_table.
9181
9182 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
9183 two args.
9184
9185 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
9186 two args.
9187
9188 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * minibuf.c (keys_of_minibuf): Delete.
9191 * lisp.h (keys_of_minibuf): Delete.
9192 * emacs.c (main): Don't call keys_of_minibuf.
9193
9194 2008-05-22 Kenichi Handa <handa@m17n.org>
9195
9196 * ftfont.c (ftfont_resolve_generic_family): Rename from
9197 ftfont_list_generic_family. Return a single family for each
9198 generic family.
9199 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
9200 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
9201 Call font_add_log.
9202 (ftfont_match): Call font_add_log.
9203
9204 * font.h (Ffont_xlfd_name): EXFUN adjusted.
9205 (FONT_DEBUG): Define it.
9206 (font_add_log): Extern it.
9207 (font_assert): Rename from xassert.
9208
9209 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
9210 (xfont_list_family): Call font_add_log.
9211 (xfont_match): Likewise.
9212 (memq_no_quit): Delete.
9213
9214 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
9215 call of Ffont_xlfd_name.
9216
9217 * xfaces.c (struct table_entry, slant_table, weight_table)
9218 (swidth_table): Move to font.c.
9219
9220 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
9221 xassert are changed to font_assert. Delete many unused variables.
9222 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
9223 New variables.
9224 (struct table_entry): Move from xfaces.c and modified.
9225 (weight_table, slant_table, width_table): Move from xfaces.c and
9226 contents adjusted for the change of struct table_entry.
9227 (font_style_to_value, font_style_symbolic): Adjust for the
9228 format change of font_style_table.
9229 (font_parse_family_registry): Don't overwrite existing foundry and
9230 family of font_spec.
9231 (font_score): Fix calculation of diff for sizes.
9232 (font_sort_entites): Call font_add_log.
9233 (font_delete_unmatched): Return a newly created list.
9234 (font_list_entities): Fix previous change. Call font_add_log.
9235 (font_matching_entity, font_open_entity, font_close_entity):
9236 Call font_add_log.
9237 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
9238 (Finternal_set_font_style_table): Delete.
9239 (BUILD_STYLE_TABLE): New macro.
9240 (build_style_table): New function.
9241 (Vfont_log, font_log_env_checked): New variables.
9242 (font_add_log): New function.
9243 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
9244 Declare Lisp variables "font-weight-table", "font-slant-table",
9245 "font-width-table", and "font-log". Initialize font_style_table.
9246
9247 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
9248
9249 * xterm.c (x_set_frame_alpha): Move declarations before statements.
9250
9251 2008-05-21 Seiji Zenitani <zenitani@mac.com>
9252 Ryo Yoshitake <ryo@shiftmode.net>
9253
9254 * frame.c (Qalpha): Add a new frame parameter `alpha'.
9255 (Vframe_alpha_lower_limit): New variable.
9256 (x_set_alpha): New function.
9257
9258 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
9259
9260 * xfns.c (x-create-frame, Qalpha):
9261 Initialize the frame parameter `alpha'.
9262 * xterm.c (OPAQUE, OPACITY): New.
9263 (x_set_frame_alpha): New function.
9264 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
9265
9266 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
9267 * w32fns.c (w32_frame_parm_handlers): Likewise.
9268
9269 2008-05-20 Jason Rumney <jasonr@gnu.org>
9270
9271 * w32font.c (add_font_entity_to_list): Don't add non-opentype
9272 truetype fonts to opentype list.
9273
9274 2008-05-20 Juanma Barranquero <lekktu@gmail.com>
9275
9276 * fontset.c (Ffontset_info): Doc fix.
9277 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
9278 <ignore-relative-composition>: Fix typos in docstrings.
9279
9280 * font.c (syms-of-font) <font-encoding-alist>:
9281 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
9282 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
9283 (Ffont_otf_alternates): Doc fixes.
9284
9285 2008-05-20 Kenichi Handa <handa@m17n.org>
9286
9287 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
9288 font.h through out the file.
9289 (FONT_DRIVERS): Rename from FONTOBJ.
9290 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
9291 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
9292
9293 * emacs.c (main): Call syms_of_font unconditionally.
9294
9295 * font.h (find_font_encoding): Extern it.
9296
9297 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
9298 fontset.c.
9299 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
9300 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
9301 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
9302 only when HAVE_WINDOW_SYSTEM is defined.
9303 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
9304 when HAVE_WINDOW_SYSTEM is defined.
9305
9306 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
9307 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
9308
9309 * xfaces.c: Include font.h unconditionally.
9310 (merge_face_ref, merge_face_vectors)
9311 (Finternal_set_lisp_face_attribute): Cancel the previous change.
9312
9313 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
9316 indirect_variable.
9317 * eval.c (lisp_indirect_variable): New fun.
9318 (Fuser_variable_p): Use it.
9319
9320 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9321
9322 * lisp.h (indirect_variable):
9323 * data.c (indirect_variable, let_shadows_buffer_binding_p):
9324 Use Lisp_Symbol pointers rather than Lisp_Object.
9325 Adjust callers.
9326 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
9327 To this end, change calling-convention.
9328
9329 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
9330 if some non-hidden buffers are selected by string&pred.
9331
9332 2008-05-19 Chong Yidong <cyd@stupidchicken.com>
9333
9334 * process.c (wait_reading_process_output): Always check status
9335 when in batch mode.
9336
9337 2008-05-19 Kenichi Handa <handa@m17n.org>
9338
9339 * font.c (font_list_entities): Fix handling of cache.
9340 (font_matching_entity): Likewise.
9341
9342 * ftfont.c (cs_iso8859_1): Delete.
9343 (ft_face_cache): New variable.
9344 (struct ftfont_info): New member fc_charset_idx.
9345 (ftfont_build_basic_charsets): Delete.
9346 (fc_charset_table): New variable.
9347 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
9348 . FC_CHARSET_IDX) as :font-entity property in the font entity.
9349 Callers changed.
9350 (ftfont_lookup_cache, ftfont_get_charset): New functions.
9351 (ftfont_spec_pattern): New argument fc_charset_idx.
9352 Check registry more rigidly. Change callers.
9353 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
9354 change of :font-entity property of the font.
9355
9356 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
9357 property of the font.
9358
9359 2008-05-18 Juanma Barranquero <lekktu@gmail.com>
9360
9361 * coding.c (Fcoding_system_p): Rename argument to match docstring.
9362 (Funencodable_char_position, Fcheck_coding_systems_region)
9363 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
9364 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
9365 (Ffind_operation_coding_system, Fset_coding_system_priority)
9366 (Fcoding_system_eol_type): Doc fixes.
9367
9368 2008-05-17 Glenn Morris <rgm@gnu.org>
9369
9370 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
9371
9372 2008-05-16 Eli Zaretskii <eliz@gnu.org>
9373
9374 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
9375 and st_gid.
9376
9377 * frame.c (Fdelete_frame): Don't call font_update_drivers if
9378 HAVE_WINDOW_SYSTEM is not defined.
9379
9380 * xfaces.c (merge_face_ref, merge_face_vectors)
9381 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
9382 HAVE_WINDOW_SYSTEM is defined.
9383 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
9384
9385 2008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
9388
9389 2008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9390
9391 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
9392
9393 2008-05-15 Kenichi Handa <handa@m17n.org>
9394
9395 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
9396 preference.
9397
9398 2008-05-15 Glenn Morris <rgm@gnu.org>
9399
9400 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
9401
9402 2008-05-15 Chong Yidong <cyd@stupidchicken.com>
9403
9404 * fns.c (init_fns): Don't initialize weak_hash_tables here.
9405 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
9406
9407 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
9408
9409 2008-05-15 Kenichi Handa <handa@m17n.org>
9410
9411 * ftfont.c (ftfont_list): Downcase family name to check generic
9412 families.
9413
9414 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
9415 font-spec for QCfont value.
9416
9417 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
9418 buffer. Check the return value of it.
9419
9420 2008-05-14 Jason Rumney <jasonr@gnu.org>
9421
9422 * w32term.c (w32_get_glyph_overhangs): Remove.
9423 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
9424
9425 2008-05-14 Kenichi Handa <handa@m17n.org>
9426
9427 * font.c (font_prop_validate): Make nil a valid value.
9428 (font_clear_cache): Check if the cached vector of entities is nil
9429 or not.
9430
9431 2008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9432
9433 * emacs.c (main_thread): Conditionalize on
9434 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
9435 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
9436
9437 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
9438 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
9439 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
9440
9441 2008-05-14 Kenichi Handa <handa@m17n.org>
9442
9443 * coding.c (detect_coding_iso_2022): Ignore a coding category that
9444 has no corresponding coding system.
9445
9446 2008-05-14 Jason Rumney <jasonr@gnu.org>
9447
9448 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
9449
9450 * w32font.h (w32font_open_internal): Update declaration.
9451
9452 * w32font.c (w32font_open_internal): Change last argument from
9453 w32font_info struct to font object. Fill in font object from
9454 font_entity. Get Outline metrics if possible. Use them to
9455 calculate underline position and thickness. Use xlfd name as name
9456 property. Don't set codepage.
9457 (w32font_open): Pass font_object to w32font_open_internal. Don't
9458 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
9459 (w32font_draw): Use s->font.
9460 (clear_cached_metrics): Don't clear non-existent blocks.
9461
9462 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
9463 font was not found.
9464 (x_draw_glyph_string): Use underline position and thickness from font.
9465
9466 * w32uniscribe.c (uniscribe_open): Pass font_object to
9467 w32font_open_internal.
9468
9469 2008-05-14 Kenichi Handa <handa@m17n.org>
9470
9471 These changes are to delete all legacy font-handling codes, and
9472 make Emacs use only font-backends.
9473
9474 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
9475 (frame.o, image.o, print.o): Depend on $(FONTSRC).
9476
9477 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
9478
9479 * charset.h (Vcharset_non_preferred_head)
9480 (Vcurrent_iso639_language): Extern them.
9481
9482 * charset.c (Vcharset_non_preferred_head): New variable.
9483 (Vcurrent_iso639_language): New variable.
9484 (syms_of_charset): Declare it as a Lisp variable.
9485 (char_charset): Don't check non preferred charsets. As a last
9486 resort, return charset_unicode.
9487 (Fset_charset_priority): Update Vcharset_non_preferred_head.
9488
9489 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
9490 conditionals. Don't check enable_font_backend. Delete all codes
9491 used only when USE_FONT_BACKEND is not defined.
9492
9493 * dispextern.h (struct glyph_string): Change type of `font' to
9494 `struct font *'.
9495 (struct glyph_string): New member underline_position and
9496 underline_thickness.
9497 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
9498 (struct face): Change type of `font' to `struct font *'. Remove
9499 members `font_name', `font_info_id'.
9500 (per_char_metric, encode_char): Delete externs.
9501 (calc_pixel_width_or_height): Adjust the prototype.
9502
9503 * emacs.c (enable_font_backend): Delete extern.
9504 (main): Don't set enable_font_backend. Don't check the command
9505 line argument "-disable-font-backend".
9506
9507 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
9508 (enum font_property_index): New members FONT_DPI_INDEX,
9509 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
9510 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
9511 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
9512 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
9513 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
9514 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
9515 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
9516 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
9517 (struct font_spec, struct font_entity): New structs.
9518 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
9519 (struct font): Many members from old "struct font_info" moved to
9520 here. Members font and entity deleted.
9521 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
9522 the new font-related objects.
9523 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
9524 (CHECK_FONT_GET_OBJECT): Likewise.
9525 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
9526 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
9527 (struct font_driver): New members case_sensitive anc check. Type
9528 of the member list and open changed.
9529 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
9530 (font_symbolic_width, font_find_object, font_get_spec)
9531 (font_set_lface_from_name): Delete extern.
9532 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
9533
9534 * font.c: Include <strings.h>.
9535 (enable_font_backend): Delete it.
9536 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
9537 (CHECK_VALIDATE_FONT_SPEC): Delete it.
9538 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
9539 (null_string): Delete it.
9540 (null_vector): Make it static.
9541 (font_family_alist): Delete it.
9542 (Qnormal): Extern it.
9543 (QCextra, QClanguage): Delete it.
9544 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
9545 (font_make_spec, font_make_entity, font_make_object)
9546 (font_intern_prop): Renamed from intern_downcase. Don't downcase
9547 the string. Callers changed.
9548 (font_pixel_size): Adjusted for the format change of font-related
9549 objects.
9550 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
9551 (font_style_to_value, font_style_symbolic): New function.
9552 (build_font_family_alist): Delete it.
9553 (font_registry_charsets): Use Fassoc_string instead of
9554 assq_no_quit.
9555 (font_prop_validate_symbol): Don't return null_string.
9556 (font_prop_validate_style): Adjusted for the change of
9557 style-related values in a font vector.
9558 (font_property_table): Delete entries for QClanguage and
9559 QCantialias, add entries for QCavgwidth.
9560 (get_font_prop_index): Delete the 2nd argument FROM.
9561 (font_prop_validate): Arguments changed.
9562 (font_put_extra): Adjusted for the change of font-related objects.
9563 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
9564 (font_parse_fcname, font_unparse_fcname)
9565 (font_prepare_composition): Likewise.
9566 (font_parse_family_registry): Renamed from font_merge_old_spec.
9567 (otf_open): Delete the 1st arg entity.
9568 (font_otf_capability): Adjusted for the above change.
9569 (font_score): New arg alternate_families. Adjusted for the change
9570 of font-related objects.
9571 (font_sort_entites): New arg best_only.
9572 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
9573 Delete them.
9574 (font_match_p): Check alternate families.
9575 (font_find_object): Delete it.
9576 (font_check_object): New function.
9577 (font_clear_cache): Adjusted for the change of font-related objects.
9578 (font_delete_unmatched): New arg.
9579 (font_list_entities): Call font_driver->list with a spec that
9580 doesn't specify style-related properties.
9581 (font_matching_entity): Arguments changed. Caller changed.
9582 (font_open_entity): Adjusted for the change of font-related objects.
9583 (font_close_object, font_has_char, font_encode_char)
9584 (font_get_name, font_get_spec): Likewise.
9585 (font_spec_from_name, font_clear_prop, font_update_lface):
9586 New functions.
9587 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
9588 (font_prepare_for_face, font_done_for_face, font_open_by_name)
9589 (font_at): Adjusted for the change of font-related objects.
9590 (font_range): New function.
9591 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
9592 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
9593 (Fcopy_font_spec, Fmerge_font_spec): New function.
9594 (Ffont_family_list): Renamed from list-families.
9595 (Finternal_set_font_style_table): Arguments changed.
9596 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
9597 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
9598 change of font-related objects.
9599 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
9600
9601 * fontset.h (struct font_info): Delete it. Most members go to
9602 struct font.
9603 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
9604 (enum FONT_SPEC_INDEX): Delete it.
9605 (font_info, list_fonts_func, load_font_func, query_font_func)
9606 (set_frame_fontset_func, find_ccl_program_func)
9607 (get_font_repertory_func, new_fontset_from_font_name): Delete
9608 externs.
9609 (fontset_from_font_name): Extern it.
9610 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
9611 (FONT_INFO_FROM_FACE): Deleted.
9612 (face_for_font): Adjust prototype.
9613
9614 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
9615 conditionals. Don't check enable_font_backend. Delete all codes
9616 used only when USE_FONT_BACKEND is not defined.
9617 (get_font_info_func, list_font_func, load_font_func)
9618 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
9619 (get_font_repertory_func): Delete them.
9620 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
9621 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
9622 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
9623 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
9624 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
9625 (fontset_compare_rfontdef): New function.
9626 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
9627 rfont-defs by qsort. Adjusted for the change of font-group vector.
9628 (load_font_get_repertory): Deleted.
9629 (fontset_find_font): Use new macros to ref/set elements of
9630 font-def and rfont-def.
9631 (fontset_font): Fix the timing of remembering that no font for C.
9632 (free_face_fontset): Do nothing if the face has no fontset.
9633 (face_suitable_for_char_p): Use new macros to ref/set elements of
9634 rfont-def.
9635 (face_for_char): Likewise. Call face_for_char with font_object.
9636 (fs_load_font): Delete. Delete #pragma surrounding it.
9637 (fs_query_fontset): Use strcasecmp instead of strcmp.
9638 (generate_ascii_font_name): Adjusted for the format change of
9639 font-spec.
9640 (Fset_fontset_font): Likewise. Use new macros to set elements of
9641 font-def.
9642 (Fnew_fontset): Use font_unparse_xlfd to generate
9643 FONTSET_ASCII (fontset).
9644 (new_fontset_from_font_name): Deleted.
9645 (fontset_from_font): Renamed from new_fontset_from_font. Check if
9646 a fontset is already created for the font. FIx updating of
9647 Vfontset_alias_alist.
9648 (fontset_ascii_font): Deleted.
9649 (Ffont_info): Adjusted for the format change of font-spec.
9650 (Finternal_char_font): Likewise.
9651 (Ffontset_info): Likewise.
9652 (syms_of_fontset): Don't check load_font_func.
9653
9654 * fns.c (internal_equal): Handle PREV_FONT.
9655
9656 * frame.h: Delete USE_FONT_BACKEND conditional.
9657
9658 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
9659 conditionals. Don't check enable_font_backend. Delete all codes
9660 used only when USE_FONT_BACKEND is not defined.
9661 (x_set_font): Call x_new_font, not x_new_fontset2.
9662 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
9663 already set for the frame.
9664
9665 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
9666 a font-entity by font_make_entity. Use font_intern_prop instead
9667 of intern_downcase. Use FONT_SET_STYLE to set a style-related
9668 font property. If a font is scalable, set avgwidth property to 0.
9669 Set font-entity property by font_put_extra.
9670 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
9671 (ffont_driver): Adjusted for the change of struct font_driver.
9672 (ftfont_spec_pattern): New function.
9673 (ftfont_list): Return a list, not vector.
9674 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
9675 (ftfont_list_family): Don't downcase names.
9676 (ftfont_free_entity): Deleted.
9677 (ftfont_open): Return a font-object. Adjusted for the change of
9678 struct font. Get underline_thickness and underline_position from
9679 font property. Don't update dpyinfo->smallest_font_height and
9680 dpyinfo->smallest_char_width.
9681 (ftfont_close): Don't free `struct font'.
9682 (ftfont_has_char): Adjusted for the format change of font-entity.
9683 (ftfont_encode_char, ftfont_text_extents): Likewise.
9684
9685 * ftxfont.c (ftxfont_list): Return a list, not vector.
9686 (ftxfont_open): Return a font-object. Adjusted for the change of
9687 struct font. Get underline_thickness and underline_position from
9688 font property. Don't update dpyinfo->smallest_font_height and
9689 dpyinfo->smallest_char_width.
9690 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
9691 (ftxfont_draw): Adjusted for the change of struct font.
9692
9693 * image.c (image_ascent): Don't include "charset.h". Include
9694 "character.h" and "font.h".
9695
9696 * lisp.h (enum pvec_type): New member PREV_FONT.
9697 (Fassoc_string): EXFUN it.
9698
9699 * print.c: Include font.h.
9700 (print_object): Handle font-related objects.
9701
9702 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
9703 conditionals. Don't check enable_font_backend. Delete all codes
9704 used only when USE_FONT_BACKEND is not defined.
9705 (handle_auto_composed_prop): Do nothing if it->f is not on a
9706 window system. Check how many following characters can be
9707 displayed by the same font.
9708 (calc_pixel_width_or_height): Type of the 4th arg is changed to
9709 'struct font *'.
9710 (get_char_face_and_encoding): Assign the whole encoding task to
9711 the `encode-char' method of a font driver.
9712 (fill_composite_glyph_string): Adjusted for the change of `struct
9713 face' and `struct glyph_string'.
9714 (fill_glyph_string): Likewise.
9715 (get_per_char_metric): Arguments changed.
9716 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
9717 and `struct glyph_string'.
9718 (produce_stretch_glyph, calc_line_height_property)
9719 (x_produce_glyphs): Likewise.
9720
9721 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
9722 conditionals. Don't check enable_font_backend. Delete all codes
9723 used only when USE_FONT_BACKEND is not defined. Use
9724 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
9725 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
9726 (Qp): Extern them.
9727 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
9728 Deleted.
9729 (struct font_name): Deleted.
9730 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
9731 (compare_fonts_by_sort_order): New function.
9732 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
9733 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
9734 Deleted.
9735 (Fx_family_fonts): Use font_list_entities, and sort fonts by
9736 compare_fonts_by_sort_order.
9737 (Fx_font_family_list): Call Ffont_family_list.
9738 (face_numeric_value, face_numeric_weight, face_numeric_slant)
9739 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
9740 (face_symbolic_slant, face_symbolic_swidth)
9741 (split_font_name_into_vector, build_font_name_from_vector)
9742 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
9743 (font_rescale_ratio, split_font_name, build_font_name)
9744 (free_font_names, sort_fonts, x_face_list_fonts)
9745 (face_font_available_p, sorted_font_list, cmp_font_names)
9746 (font_list_1, concat_font_list, font_list, remove_duplicates):
9747 Deleted.
9748 (Fx_list_fonts): Use Ffont_list.
9749 (LFACE_AVGWIDTH): Deleted.
9750 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
9751 by FONTP.
9752 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
9753 (set_lface_from_font_name): Delete it.
9754 (set_lface_from_font): Renamed from
9755 set_lface_from_font_and_fontset. Caller changed. Don't set
9756 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
9757 for face.
9758 (merge_face_vectors): Copy font-spec if necessary.
9759 Clear properties of the font-spec if necessary.
9760 (merge_face_ref): Clear properties of the font-spec if necessary.
9761 (Finternal_set_lisp_face_attribute): Likewise.
9762 (set_font_frame_param): Use font_load_for_lface to load a
9763 font-object, and call Fmodify_frame_parameters with it.
9764 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
9765 font name by Ffont_xlfd_name.
9766 (Finternal_lisp_face_attribute_values): Don't check QCweight,
9767 QCslant, and QCwidth.
9768 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
9769 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
9770 Compare fonts by EQ.
9771 (lookup_non_ascii_face): Deleted.
9772 (face_for_font): The 2nd argument changed.
9773 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
9774 Check atomic font properties by case insensitive.
9775 (realize_non_ascii_face): Set face->overstrike correctly.
9776 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
9777 (dump_realized_face): Get font name from
9778 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
9779
9780 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
9781 conditionals. Don't check enable_font_backend. Delete all codes
9782 used only when USE_FONT_BACKEND is not defined.
9783 (xic_create_xfontset): Original code deleted and renamed from
9784 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
9785 (x_make_gc): Don't set GCFont in GCs.
9786 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
9787 opened by "fixed".
9788 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
9789 find_ccl_program_func, query_font_func, set_frame_fontset_func,
9790 get_font_repertory_func.
9791
9792 * xfont.c: Include <stdlib.h> and "ccl.h".
9793 (struct xfont_info): New structure.
9794 (xfont_query_font): Deleted.
9795 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
9796 moved from xterm.c.
9797 (xfont_driver): Adjusted for the change of struct font_driver.
9798 (compare_font_names): New function.
9799 (xfont_list_pattern): Sort font names case insensitively. Make
9800 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
9801 (xfont_list): Return a list, not vector.
9802 (xfont_match): If the font doesn't have QCname property, generate
9803 a name from the other font properties.
9804 (xfont_open): Return a font-object. Adjusted for the change of
9805 struct font. Get underline_thickness and underline_position from
9806 font property. Don't update dpyinfo->smallest_font_height and
9807 dpyinfo->smallest_char_width.
9808 (xfont_close): Don't free struct font.
9809 (xfont_prepare_face): Adjusted for the change of struct font.
9810 (xfont_done_face): Deleted.
9811 (xfont_has_char): Adjusted for the change of struct font.
9812 (xfont_encode_char, xfont_draw): Likewise.
9813 (xfont_check): New function.
9814
9815 * xftfont.c (xftfont_list): Adjusted for the change of `list'
9816 callback function.
9817 (xftfont_match): Adjusted for the format change of font-entity.
9818 (xftfont_open): Adjusted for the format change of font-entity and
9819 font-object. Adjusted for the change of struct font. Return a
9820 font-object. Don't update dpyinfo->smallest_font_height and
9821 dpyinfo->smallest_char_width.
9822 (xftfont_close): Block input while calling XftFontClose.
9823 (xftfont_prepare_face): Don't block input while calling
9824 xftfont_get_colors. Adjusted for the change of struct font.
9825 (xftfont_shape): Return value of error case fixed.
9826
9827 * xrdb.c (x_load_resources): Don't setup a fontset resource.
9828
9829 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
9830 conditionals.
9831 (FONT_WIDTH): Return (f)->max_width.
9832 (struct x_display_info): Delete member `font'.
9833 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
9834 (x_find_ccl_program, x_get_font_repertory): Delete externs.
9835 (struct x_output): Change type of `font' to `struct font *'.
9836
9837 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
9838 conditionals. Don't check enable_font_backend. Delete all codes
9839 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
9840 (x_per_char_metric, x_encode_char): Deleted.
9841 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
9842 (x_compute_glyph_string_overhangs): Adjusted for the change of
9843 `struct face'.
9844 (x_draw_glyph_string_foreground)
9845 (x_draw_composite_glyph_string_foreground): Likewise.
9846 (x_draw_glyph_string): Likewise. Use font->underline_position and
9847 font->underline_thickness.
9848 (x_new_font): Renamed from x_new_fontset2.
9849 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
9850 (x_check_font): Call `check' method of a font driver.
9851 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
9852 (x_query_font, x_get_font_repertory): Deleted.
9853 (x_find_ccl_program): Renamed and moved to xfont.c.
9854 (x_redisplay_interface): Adjusted for the change of `struct
9855 redisplay_interface'.
9856
9857 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
9858 conditionals. Don't check enable_font_backend. Delete all codes
9859 used only when USE_FONT_BACKEND is not defined. Surround non-used
9860 code by "#ifdef OLD_FONT" and "endif".
9861 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
9862
9863 * w32font.h (struct w32font_info): New member.
9864 (FONT_COMPAT): New macro.
9865 (w32font_open_internal): Prototype adjusted.
9866
9867 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
9868 OLD_FONT" and "endif".
9869
9870 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
9871 conditionals. Don't check enable_font_backend. Delete all codes
9872 used only when USE_FONT_BACKEND is not defined.
9873 (w32font_open): Return a font-object. Make a font-object by
9874 font_make_object. Adjusted for the change of struct w32font_info.
9875 (w32font_close): Don't free struct font. Adjusted for the change
9876 of struct w32font_info.
9877 (w32font_encode_char, w32font_text_extents, w32font_draw):
9878 Adjusted for the change of struct w32font_info.
9879 (w32font_draw): Likewise.
9880 (w32font_list_internal): Return a list, not vector.
9881 (w32font_open_internal): Change the 4th arg to font-object.
9882 Adjusted for the change of struct w32font_info and font-object format.
9883 (add_font_name_to_list): Don't downcase names.
9884 (w32_enumfont_pattern_entity): Make a font-entity by
9885 font_make_entity. Adjusted for the format change of font-entity.
9886 Use FONT_SET_STYLE to set a style-related font property. If a
9887 font is scalable, set avgwidth property to 0. Set font-entity
9888 property by font_put_extra.
9889 (font_matches_spec): Adjusted for the format change of font-entity.
9890 (w32_weight_table, w32_decode_weight): New variables.
9891 (w32_encode_weight): New function.
9892 (fill_in_logfont): Adjusted for the format change of font-spec.
9893 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
9894 weight value.
9895 (w32font_driver): Adjusted for the change of struct font_driver.
9896
9897 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
9898 conditionals. Don't check enable_font_backend. Surround non-used
9899 code by "#ifdef OLD_FONT" and "endif".
9900 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
9901 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
9902
9903 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
9904 conditionals. Don't check enable_font_backend. Delete all codes
9905 used only when USE_FONT_BACKEND is not defined. Surround non-used
9906 code by "#ifdef OLD_FONT" and "endif".
9907
9908 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
9909 (uniscribe_open): Return value changed to font-object.
9910 Adjusted for the format change of font-object.
9911 (uniscribe_otf_capability): Adjusted for the change of struct font.
9912 (add_opentype_font_name_to_list): Don't downcase names.
9913 (uniscribe_font_driver): Adjusted for the change of struct
9914 font_driver.
9915
9916 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
9917
9918 * dispnew.c (update_frame_1): Check if tty output is still valid
9919 before flushing it.
9920
9921 2008-05-13 Jan Djärv <jan.h.d@swipnet.se>
9922
9923 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
9924 to Gtk+ menus.
9925
9926 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * dired.c (file_name_completion): Tweak the code so as to always do it
9929 in a single pass. Tighten the scope of some variables.
9930
9931 * dired.c (Qdefault_directory): New var.
9932 (file_name_completion): Use it instead of Fexpand_file_name.
9933 (syms_of_dired): Initialize it.
9934
9935 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * fileio.c (double_dollars): Remove dead code.
9938
9939 2008-05-10 Eli Zaretskii <eliz@gnu.org>
9940
9941 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
9942 Mention w32-get-true-file-attributes in doc string.
9943
9944 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
9945
9946 2008-05-09 Glenn Morris <rgm@gnu.org>
9947
9948 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
9949 2008-04-23.
9950
9951 2008-05-09 Eli Zaretskii <eliz@gnu.org>
9952
9953 Support for reporting owner and group of each file on MS-Windows:
9954 * dired.c (stat_uname, stat_gname): New functions, with special
9955 implementation for w32.
9956 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
9957
9958 * w32.c: Rename the_passwd_* to dflt_passwd_*.
9959 (dflt_group_name): New static variable.
9960 (dflt_group): Rename from the_group.
9961 (init_user_info): Init dflt_group fields. Get user's group name
9962 from LookupAccountSid.
9963 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
9964 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
9965 New initialization states.
9966 (globals_of_w32): Initialize them to zero. Initialize the default
9967 group name to "None".
9968 (GetFileSecurity_Name): New global var, the name of the function
9969 to call for GetFileSecurity.
9970 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
9971 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
9972 (get_file_security, get_security_descriptor_owner)
9973 (get_security_descriptor_group, is_valid_sid)
9974 (get_file_security_desc, get_rid, get_name_and_id)
9975 (get_file_owner_and_group): New functions.
9976 (stat): Use get_file_security_desc and get_file_owner_and_group to
9977 report the owner and primary group of each file. Don't ignore the
9978 high 32 bits of file's size, now that st_size is 64-bit wide.
9979 Fix test when to get true file attributes.
9980 (init_user_info): Use get_rid instead of equivalent inline code.
9981 (fstat): Don't ignore the high 32 bits of file's size.
9982
9983 2008-05-09 Chong Yidong <cyd@stupidchicken.com>
9984
9985 * image.c (png_load): Use correct bit-depth for setting background
9986 color.
9987
9988 2008-05-08 Eli Zaretskii <eliz@gnu.org>
9989
9990 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
9991 epa-hook.elc.
9992
9993 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
9994
9995 * font.c (Ffont_match_p): Don't use `iff' in docstring.
9996
9997 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
9998
9999 * macfns.c (Fx_create_frame): Make a copy of frame parameters
10000 because the original parameters are in pure storage now.
10001 (mac_window): Remove unused params. Update callers.
10002
10003 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10004
10005 * lread.c (substitute_object_recurse): Use lower-level primitives.
10006 Don't signal errors when traversing sub-char-tables.
10007 Don't loop over all the possible characters when traversing char-tables.
10008
10009 * print.c (print_preprocess): Add sub-char-tables to the print-table,
10010 just like we do in print.c.
10011
10012 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10013
10014 * minibuf.c (Ftry_completion): Remove code left over from when we used
10015 scmp instead of Fcompare_strings.
10016
10017 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
10018
10019 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
10020
10021 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10022
10023 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
10024 Create bitmap context in native byte order.
10025
10026 * macterm.c (XDrawLine)
10027 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
10028 context in native byte order.
10029
10030 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10031
10032 * config.in: Regenerate.
10033
10034 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
10035 New definitions for Image I/O support.
10036 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10037 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
10038 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10039 (mac_data_provider_release_data, image_load_image_io)
10040 [USE_MAC_IMAGE_IO]: New functions.
10041 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
10042 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
10043 (init_image_func_pointer) [MAC_OSX]: Remove function.
10044 (image_load_quartz2d) [MAC_OSX]: Check availability of
10045 CGImageCreateWithPNGDataProvider at compile time.
10046 Use lowercase `false' for boolean constant.
10047 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
10048 Use image_load_image_io.
10049 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
10050 Don't check MyCGImageCreateWithPNGDataProvider.
10051 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
10052 Don't call init_image_func_pointer.
10053
10054 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
10055
10056 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
10057 Make variable non-static.
10058 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
10059 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
10060
10061 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
10062 (RED_FROM_ULONG): Mask off higher bits.
10063 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
10064
10065 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
10066 Include AvailabilityMacros.h.
10067 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
10068 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
10069
10070 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * chartab.c (Fset_char_table_range): If range is t, really set all
10073 chars to that value.
10074
10075 2008-05-03 Eli Zaretskii <eliz@gnu.org>
10076
10077 * dired.c (Ffile_attributes): Don't allow the device number become
10078 negative.
10079
10080 2008-05-02 Daiki Ueno <ueno@unixuser.org>
10081
10082 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
10083
10084 2008-05-02 Juri Linkov <juri@jurta.org>
10085
10086 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
10087 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
10088 DEFAULT argument as a list of default values in docstrings.
10089
10090 2008-05-01 Chong Yidong <cyd@stupidchicken.com>
10091
10092 * puresize.h (BASE_PURESIZE): Increase to 1210000.
10093
10094 2008-05-01 Martin Rudalics <rudalics@gmx.at>
10095
10096 * dispnew.c (change_frame_size_1): Preserve small windows when
10097 shrinking frames by calling set_window_height|width with third
10098 arg 2.
10099
10100 * window.h (struct window): Replace field too_small_ok by field
10101 resize_proportionally.
10102
10103 * window.c (make_window): Initialize resize_proportionally.
10104 (enlarge_window): Temporarily set resize_proportionally to make
10105 sure that shrink_windows does scale the window proportionally.
10106 (shrink_windows): When window has resize_proportionally set try
10107 to shrink it proportionally by stealing from other windows.
10108 (struct saved_window, Fset_window_configuration)
10109 (compare_window_configurations): Handle resize_proportionally.
10110 (WINDOW_TOTAL_SIZE): New macro.
10111 (window_min_size, shrink_windows, size_window): Use it.
10112 (check_min_window_sizes): Remove. Invalid values of
10113 window-min-height|width are handled by window_min_size_2 now.
10114 (size_window, Fsplit_window, enlarge_window)
10115 (adjust_window_trailing_edge, grow_mini_window): Don't call
10116 check_min_window_sizes.
10117 (window_min_size_2, window_min_size_1, window_min_size):
10118 New argument safe_p for retrieving "safe" minimum sizes.
10119 (Fdisplay_buffer, Fsplit_window, enlarge_window)
10120 (adjust_window_trailing_edge, grow_mini_window):
10121 Adjust arguments of window_min_size... functions.
10122 (shrink_windows): Argument min_size removed. New argument
10123 safe_p allows shrinking windows to their safe minimum sizes.
10124 Calculate minimum size and decide whether a window shall be
10125 deleted for each window individually.
10126 (size_window): When nodelete_p equals 2, tell shrink_windows to
10127 delete windows only if their new minimum size is no more safe.
10128 (shrink_window_lowest_first): Call window_min_size_1 to make
10129 sure to preserve modeline of bottom-most window when resizing
10130 the minibuffer.
10131 (Fset_window_configuration, Fcurrent_window_configuration)
10132 (compare_window_configurations): Do not handle
10133 window-min-height|width any more.
10134 (syms_of_window): Clarify window-min-height|width doc-strings.
10135
10136 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * dired.c (file_name_completion): Fix up the encoding/decoding issue
10139 some more. Copy some of the code from Ftry_completions.
10140 Remove special case code that dates back to initial revision when the
10141 slash was only added when necessary and that can't trigger nowadays.
10142
10143 2008-04-27 Kenichi Handa <handa@m17n.org>
10144
10145 * font.c (font_prop_validate): Signal `error' instead of `font'.
10146
10147 2008-04-29 Jason Rumney <jasonr@gnu.org>
10148
10149 * w32fns.c (Fw32_battery_status): New defun.
10150 (syms_of_w32fns): Defsubr it.
10151
10152 2008-04-28 Andreas Schwab <schwab@suse.de>
10153
10154 * dired.c (file_name_completion): Fix another mixing of encoded
10155 and decoded names.
10156
10157 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
10158
10159 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
10160
10161 2008-04-27 Juanma Barranquero <lekktu@gmail.com>
10162
10163 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
10164
10165 2008-04-27 Andreas Schwab <schwab@suse.de>
10166
10167 * dired.c (file_name_completion): Fix inappropriate mixing of
10168 encoded and decoded names.
10169
10170 * xterm.c (XTread_socket): Fix use of uninitialized variable.
10171
10172 * puresize.h (BASE_PURESIZE): Increase to 1200000.
10173
10174 2008-04-26 Eli Zaretskii <eliz@gnu.org>
10175
10176 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
10177 2008-03-31, it's not needed anymore with `struct stat' definition
10178 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
10179 for the same reasons.
10180
10181 2008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
10182
10183 * m/sparc.h: Additional redefinitions for GNU/Linux.
10184
10185 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10186
10187 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
10188 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
10189 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
10190 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
10191 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10192 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
10193 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10194 Likewise.
10195
10196 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
10197 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
10198 (mac_ax_number_of_characters): Add externs.
10199 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
10200 [USE_MAC_TSM]: Likewise.
10201 (mac_handle_text_input_event) [MAC_OSX]:
10202 Handle kEventTextInputOffsetToPos for no active input area case.
10203 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10204 (mac_handle_document_access_event)
10205 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
10206 (install_application_handler) [MAC_OSX]: Register handlers for
10207 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
10208 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
10209 Register mac_handle_document_access_event.
10210
10211 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
10212 Make functions non-static.
10213
10214 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10215
10216 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
10217 (read_file_name_completion_ignore_case, insert_default_directory)
10218 (Qdefault_directory): Move to minibuffer.el.
10219 (Fread_file_name): Call the new `read-file-name' instead.
10220
10221 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10222
10223 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
10224 Make function non-static.
10225 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
10226 Remove function.
10227 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10228 Move to mactoolbox.c.
10229 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
10230
10231 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
10232 (mac_rect_make): New macro.
10233
10234 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
10235 instead of float.
10236 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10237 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
10238 (XSetBackground) [USE_CG_DRAWING]: Likewise.
10239 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
10240 CGRectMake.
10241 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
10242 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
10243 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
10244 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10245 instead of WindowRef in argument type.
10246 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
10247 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
10248 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
10249 instead of DISPLAY. All uses changed.
10250 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
10251 (x_calc_absolute_position): Simplify so as not to use
10252 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
10253
10254 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
10255 instead of WindowRef in argument type.
10256 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
10257 [TARGET_API_MAC_CARBON]: Remove externs.
10258 (create_apple_event, mac_event_parameters_to_lisp)
10259 [TARGET_API_MAC_CARBON]: Add externs.
10260
10261 * mactoolbox.c (Vmac_ts_script_language_on_focus)
10262 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
10263 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
10264 is clicked.
10265 (x_activate_menubar): Remove extern for saved_menu_event_location.
10266 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
10267 Move from mac.c.
10268
10269 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10270
10271 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
10272 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
10273
10274 2008-04-23 Jason Rumney <jasonr@gnu.org>
10275
10276 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
10277 attributes only for local files.
10278
10279 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
10280 default to Qlocal.
10281
10282 2008-04-22 Juri Linkov <juri@jurta.org>
10283
10284 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
10285 read-buffer-to-switch instead of using the letter "B".
10286
10287 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * fileio.c (Qdefault_directory): New variable.
10290 (Fread_file_name): Use it to pass `dir' to the completion functions.
10291
10292 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
10293
10294 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
10295
10296 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10297
10298 * keyboard.c (Vpre_help_message): Remove.
10299 (show_help_echo): Remove default C code.
10300
10301 * dired.c (directory_files_internal, file_name_completion):
10302 Only call ENCODE_FILE if the string is indeed decoded.
10303
10304 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * Makefile.in (TOOLKIT_DEFINES): Remove.
10307 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
10308
10309 2008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10310
10311 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
10312 (mactoolbox.o): New target.
10313
10314 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
10315 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
10316
10317 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
10318 Use mac_set_frame_window_background instead of XSetWindowBackground.
10319 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
10320 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
10321 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
10322 instead of SetWindowTitleWithCFString.
10323 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
10324 Move function to mactoolbox.c.
10325 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
10326 Use mac_set_window_modified instead of SetWindowModified.
10327 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
10328 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
10329 (Fx_focus_frame): Use mac_front_non_floating_window instead of
10330 FrontNonFloatingWindow. Use mac_activate_window instead of
10331 ActivateWindow. Use mac_active_non_floating_window instead of
10332 ActiveNonFloatingWindow.
10333 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
10334 Use mac_show_hourglass and mac_hide_hourglass.
10335 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
10336 instead of GetGlobalMouse.
10337 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
10338 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
10339 Use mac_bring_window_to_front instead of BringToFront.
10340 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
10341 mactoolbox.c.
10342 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
10343 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
10344 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
10345 mactoolbox.c.
10346
10347 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
10348 (XtPointer): Move typedef from macmenu.c.
10349 (enum button_type): Move enum from macmenu.c.
10350 (widget_value): Move typedef from macmenu.c.
10351 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
10352 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10353 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10354 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10355 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10356 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10357 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10358 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
10359 (Selection): Move typedef from macselect.c.
10360 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
10361 macterm.c.
10362 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
10363 (mac_is_window_collapsed, mac_bring_window_to_front)
10364 (mac_send_window_behind, mac_hide_window, mac_show_window)
10365 (mac_collapse_window, mac_front_non_floating_window)
10366 (mac_active_non_floating_window, mac_activate_window)
10367 (mac_move_window_structure, mac_move_window, mac_size_window)
10368 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
10369
10370 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
10371 (enum mac_menu_kind): Move enum to mactoolbox.c.
10372 (min_menu_id): Move variable to mactoolbox.c.
10373 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
10374 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
10375 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
10376 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
10377 [TARGET_API_MAC_CARBON]: Likewise.
10378 (XtPointer): Move typedef to macgui.h.
10379 (enum button_type): Move enum to macgui.h.
10380 (widget_value): Move typedef to macgui.h.
10381 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
10382 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
10383 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
10384 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
10385 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
10386 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
10387 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
10388 (popup_activated_flag): Make variable non-static.
10389 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
10390 (add_menu_item, fill_menu, dispose_menus):
10391 Move functions to mactoolbox.c.
10392 (restore_show_help_function, menu_target_item_handler)
10393 (install_menu_target_item_handler, mac_handle_dialog_event)
10394 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
10395 [TARGET_API_MAC_CARBON]: Likewise.
10396 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
10397 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
10398 (find_and_call_menu_selection, name_is_separator): Make function
10399 non-static.
10400 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
10401 to mactoolbox.c.
10402 (set_frame_menubar): Don't call install_menu_quit_handler.
10403 (menu_item_selection): New variable.
10404 (mac_menu_show): Use create_and_show_popup_menu.
10405 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
10406 selection but set variable menu_item_selection. All uses changed.
10407 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
10408 Call install_menu_quit_handler. Move to mactoolbox.c.
10409
10410 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
10411 (Selection): Move typedef to macgui.h.
10412 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
10413 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
10414 Make variables non-static.
10415 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
10416 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
10417 Make functions non-static.
10418 (Vmac_service_selection) [MAC_OSX]: Likewise.
10419 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
10420 (mac_valid_selection_target_p, mac_clear_selection)
10421 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10422 (mac_put_selection_value, mac_selection_has_target_p)
10423 (mac_get_selection_value, mac_get_selection_target_list)
10424 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
10425 Move functions to mactoolbox.c.
10426 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
10427 Likewise.
10428 (copy_scrap_flavor_data, mac_handle_service_event)
10429 (install_service_handler) [MAC_OSX]: Likewise.
10430 (syms_of_macselect) <Vmac_dnd_known_types>:
10431 Use mac_dnd_default_known_types.
10432
10433 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
10434 Move to mactoolbox.c.
10435 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
10436 (Fx_selection_owner_p): Add EXFUN.
10437 (install_window_handler, remove_window_handler, XSetWindowBackground):
10438 Remove externs.
10439 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
10440 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
10441 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
10442 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
10443 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
10444 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
10445 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
10446 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
10447 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
10448 (create_and_show_popup_menu, mac_get_selection_from_symbol)
10449 (mac_valid_selection_target_p, mac_clear_selection)
10450 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
10451 (mac_put_selection_value, mac_selection_has_target_p)
10452 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
10453 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
10454 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
10455 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
10456 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
10457 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
10458 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
10459 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
10460 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
10461
10462 * mactoolbox.c: New file.
10463
10464 2008-04-18 Jason Rumney <jasonr@gnu.org>
10465
10466 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
10467
10468 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * character.c (Fmultibyte_char_to_unibyte):
10471 Return latin1 chars unchanged.
10472
10473 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
10474 relocated if it points to `name'.
10475
10476 2008-04-17 Kenichi Handa <handa@m17n.org>
10477
10478 * data.c (Faset): Allow setting a multibyte character in an
10479 ASCII-only unibyte string.
10480
10481 * lisp.h (STRING_SET_MULTIBYTE): New macro.
10482
10483 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10484
10485 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
10486 done in config.h.
10487
10488 2008-04-16 Juanma Barranquero <lekktu@gmail.com>
10489
10490 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
10491 (Fchar_direction): Add usage in the docstring.
10492
10493 2008-04-15 Chong Yidong <cyd@stupidchicken.com>
10494
10495 * keyboard.c (read_key_sequence): Remove always-true checks.
10496
10497 2008-04-14 Jason Rumney <jasonr@gnu.org>
10498
10499 * w32font.c (w32font_open_internal): Set max_bounds.descent in
10500 compatibility struct, for better underline positioning.
10501
10502 2008-04-13 David Hansen <david.hansen@gmx.net>
10503
10504 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
10505 string.
10506
10507 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10508
10509 * m/hp800.h (XUINT, XSET): Remove.
10510
10511 2008-04-12 Juanma Barranquero <lekktu@gmail.com>
10512
10513 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
10514 previous change.
10515
10516 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10517
10518 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
10519 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
10520
10521 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10522
10523 * keymap.h (map_keymap_canonical): Declare.
10524 * xmenu.c (single_keymap_panes): Use it.
10525
10526 2008-04-11 Glenn Morris <rgm@gnu.org>
10527
10528 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
10529 set the target's value to that of the alias.
10530
10531 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * term.c (set_tty_color_mode): Left over typo.
10534
10535 2008-04-10 Michael Albinus <michael.albinus@gmx.de>
10536
10537 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
10538 only after check for file name handler functions. Signal, when
10539 native functionality is not supported.
10540 (syms_of_fileio): Declare it unconditionally.
10541
10542 2008-04-10 Jason Rumney <jasonr@gnu.org>
10543
10544 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
10545 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
10546
10547 * w32.c (logon_network_drive): Also logon to remote drives that
10548 are mapped to drive letters.
10549
10550 2008-04-10 Glenn Morris <rgm@gnu.org>
10551
10552 * xdisp.c (truncate-partial-width-windows): Doc fix.
10553
10554 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10555
10556 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
10557 Move functions to minibuffer.el.
10558 (syms_of_fileio): Don't declare them.
10559
10560 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
10563 (syms_of_minibuf): Remove its initialization.
10564
10565 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
10566
10567 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10568
10569 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
10570
10571 2008-04-09 Jason Rumney <jasonr@gnu.org>
10572
10573 * makefile.w32-in (distclean): Delete makefile too.
10574 (maintainer-clean): New target.
10575
10576 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
10577
10578 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
10579 for new font backend and composite cases.
10580
10581 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10582
10583 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
10584 Most of the code moved to run_timers.
10585 (do_pending_atimers): Call run_timers.
10586 (run_timers): New function.
10587
10588 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
10589 run atimers.
10590
10591 * process.c (wait_reading_process_output): The same as above.
10592
10593 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10594
10595 * minibuf.c (last_exact_completion): Remove variable.
10596 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
10597 (complete_and_exit_1, complete_and_exit_2)
10598 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
10599 (Fdisplay_completion_list, display_completion_list_1)
10600 (Fminibuffer_completion_help, Fself_insert_and_exit)
10601 (Fexit_minibuffer, Fminibuffer_message): Move functions to
10602 minibuffer.el.
10603 (syms_of_minibuf): Remove corresponding initializations.
10604
10605 * keyboard.c (Qdeactivate_mark): New var.
10606 (command_loop_1): Use it to call `deactivate-mark'.
10607 (syms_of_keyboard): Initialize it.
10608
10609 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
10610 to another frame.
10611 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
10612 Don't call set_tty_color_mode.
10613 (store_frame_param): Reset previous_frame rather than call
10614 set_tty_color_mode.
10615 * term.c (set_tty_color_mode): Rewrite.
10616 * dispextern.h (set_tty_color_mode): New type.
10617 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
10618
10619 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
10622 for generic chars, which do not exist any more in emacs-unicode.
10623
10624 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
10625
10626 * coding.c (detect_coding_emacs_mule)
10627 (Ffind_operation_coding_system): Fix typo.
10628
10629 2008-04-08 Jason Rumney <jasonr@gnu.org>
10630
10631 * w32uniscribe.c (SNAME): Extract only symbol name.
10632
10633 * w32font.h (struct w32_metric_cache): New struct.
10634 (w32font_info): Use it.
10635 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
10636 (CACHE_BLOCKSIZE): New constants.
10637
10638 * w32font.c (Qja, Qko, Qzh): New symbols.
10639 (syms_of_w32font): Initialise them.
10640 (font_matches_spec): Use them to filter by language.
10641 (recompute_cached_metrics): Remove function.
10642 (compute_metrics, clear_cached_metrics): New functions.
10643 (w32font_encode_char): Use them to manage metric cache.
10644 (w32font_text_extents): Cache metrics for all glyphs on demand.
10645 Delay converting glyph indices to WORD until needed.
10646 (w32font_open_internal): Initialize metric cache to empty.
10647 (registry_to_w32_charset): Charset should always be a symbol.
10648 (fill_in_logfont, list_all_matching_fonts): Family should
10649 always be a symbol.
10650
10651 2008-04-06 Jason Rumney <jasonr@gnu.org>
10652
10653 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
10654 Give up if glyph indices not supported. Use uniscribe obtained
10655 ABC widths for individual metrics. Map glyph clusters back to
10656 characters using fClusterStart flag. Return number of glyphs
10657 produced, not chars processed.
10658 (uniscribe_shape): Map char at FROM to current glyph.
10659
10660 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10661
10662 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
10663 Use SetMenuItemHierarchicalMenu.
10664
10665 2008-04-05 Jason Rumney <jasonr@gnu.org>
10666
10667 * image.c (pbm_load): Allow color values up to 65535.
10668 Throw an error if max_color_idx is outside the supported range.
10669 Report an error when image size is invalid.
10670 Read two bytes at a time when raw images have max_color_idx above 255.
10671
10672 2008-04-05 Eli Zaretskii <eliz@gnu.org>
10673
10674 * w32.c (readdir): If FindFirstFile/FindNextFile return in
10675 cFileName a file name that includes `?' characters, use the 8+3
10676 alias in cAlternateFileName instead.
10677
10678 2008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
10679
10680 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
10681 append "CCL: Quitted" when the CCL program is quitted.
10682 (setup_ccl_program): Initialize ccl->quit_silently to zero.
10683
10684 * ccl.h (struct ccl_program): New member quit_silently.
10685
10686 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
10687
10688 * search.c (compile_pattern_1): Treat non-nil and non-string of
10689 search-spaces-regexp as nil.
10690
10691 * minibuf.c (Fassoc_string): Tweak docstring.
10692
10693 2008-04-05 Eli Zaretskii <eliz@gnu.org>
10694
10695 * dired.c (Ffile_attributes): Support inode numbers wider than 32
10696 bits. Remove ugly WINDOWSNT-specific kludge introduced on
10697 2008-03-14 to force inode be positive.
10698
10699 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
10700 _S_* ones, since we now use our own sys/stat.h.
10701 (stat, fstat): Don't mangle the inode number.
10702 (init_user_info): Don't restrict UID and GID to 0-60000 range.
10703
10704 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10705
10706 * frame.h (struct frame): Give one more bit to `visible' since we use
10707 values larger than 1 to indicate obscured frames on ttys.
10708
10709 * keymap.c (Qkeymap_canonicalize): New var.
10710 (Fmap_keymap_internal): New fun.
10711 (describe_map): Use keymap-canonicalize.
10712
10713 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
10714 (Fundo_boundary): Set them.
10715 (syms_of_undo): Initialize them.
10716 (record_point): Use them instead of last_point_position*.
10717 (last_undo_buffer): Change type.
10718
10719 2008-04-04 Jason Rumney <jasonr@gnu.org>
10720
10721 * w32font.c (w32font_text_extents): Use font's ascent and descent.
10722 (recompute_cached_metrics): Don't set ascent and descent per char.
10723
10724 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
10725 (uniscribe_check_otf): Add GC protection before consing.
10726 Rearrange loop for counting features.
10727
10728 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10729
10730 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
10731 buffer with byte-size of source buffer.
10732
10733 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
10734
10735 * callint.c (Fcall_interactively): Handle temporary region even
10736 when shift-select-mode is off.
10737
10738 2008-04-03 Jason Rumney <jasonr@gnu.org>
10739
10740 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
10741
10742 2008-04-03 Kenichi Handa <handa@m17n.org>
10743
10744 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
10745 (CATEGORY_MASK_UTF_16): Likewise.
10746 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
10747 binary file.
10748 (detect_coding): Add null-byte detection for a binary file.
10749 (detect_coding_system): Likewise.
10750
10751 2008-04-03 Jason Rumney <jasonr@gnu.org>
10752
10753 * w32uniscribe.c: New file.
10754
10755 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
10756
10757 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
10758
10759 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
10760 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
10761 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
10762 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
10763 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
10764 (Qphonetic): New symbols.
10765 (syms_of_w32font): Initialize them.
10766 (font_supported_scripts): Use them.
10767 (w32font_list_family): List all charsets.
10768 (w32font_text_extents, recompute_cached_metrics): Fix metric
10769 calculations.
10770 (w32_enumfont_pattern_entity): Make full_type a DWORD.
10771 Give opentype fonts their own format.
10772 (font_matches_spec): New arguments backend and logfont.
10773 Handle :otf spec for uniscribe backend.
10774 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
10775 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
10776
10777 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
10778 font backend.
10779 (globals_of_w32fns): Initialize uniscribe font backend.
10780
10781 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
10782 dependencies.
10783 (w32uniscribe.$(O)): New file to build.
10784 (FONT_OBJ): Include w32uniscribe.$(O).
10785 (LIBS): Add uniscribe libraries.
10786
10787 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
10788
10789 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
10790
10791 * callint.c (Vshift_select_mode): New var.
10792 (Finteractive): Document new ^ spec.
10793 (Fcall_interactively): Call handle-shift-selection if the ^ spec
10794 is present.
10795
10796 * keyboard.c (Vthis_command_keys_shift_translated): New var.
10797 (command_loop_1): Avoid running the direct display versions of
10798 forward-char and backward-char if shift-selection may occur.
10799 (read_key_sequence): Set Vthis_command_keys_shift_translated if
10800 shift-translation takes place.
10801
10802 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
10803 avoid clobbering by define-minor-mode.
10804
10805 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
10806 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
10807
10808 * syntax.c (Fforward_word): Add ^ interactive spec.
10809
10810 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
10811 (Fscroll_right): Add ^ interactive spec.
10812
10813 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10814
10815 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
10816
10817 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
10818
10819 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
10820
10821 2008-03-31 Juri Linkov <juri@jurta.org>
10822
10823 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
10824
10825 2008-03-30 Jan Djärv <jan.h.d@swipnet.se>
10826
10827 * gtkutil.c (xg_set_geometry): Fix indentation.
10828 (xg_resize_outer_widget): Remove.
10829 (x_wm_size_hint_off): Fix indentation.
10830 (xg_frame_set_char_size): Call flush_and_sync after
10831 gtk_window_resize.
10832 (x_wm_set_size_hint): Pass NULL as geometry window to
10833 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
10834 Add menu bar and tool bar height to base height.
10835 (xg_update_frame_menubar, free_frame_menubar)
10836 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
10837 (update_frame_tool_bar, free_frame_tool_bar):
10838 Change xg_resize_outer_widget to xg_frame_set_char_size.
10839
10840 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
10841
10842 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
10843 (Fdbus_call_method): New parameter TIMEOUT.
10844 (dbus-send-signal): Optimize UNGCPRO call.
10845
10846 2008-03-29 Juri Linkov <juri@jurta.org>
10847
10848 * window.c (Fdisplay_buffer): Move call to
10849 Vsplit_window_preferred_function out of conditions that check
10850 if window is eligible for vertical splitting.
10851 When Vsplit_window_preferred_function is non-nil, call it and use
10852 its non-nil return value as window. Otherwise, continue doing
10853 vertical splitting using Fsplit_window with arg horflag=nil.
10854 (syms_of_window) <Vsplit_window_preferred_function>: Change the
10855 default value from `split-window' to nil.
10856
10857 2008-03-29 Juri Linkov <juri@jurta.org>
10858
10859 * callint.c (Fcall_interactively): Revert 2008-03-16 change
10860 for interactive code letters 'b' and 'B'.
10861
10862 2008-03-29 Eli Zaretskii <eliz@gnu.org>
10863
10864 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
10865 multibyte string.
10866
10867 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * keyboard.c (pending_funcalls): New var.
10870 (timer_check): Run it.
10871 (syms_of_keyboard): Initialize it.
10872 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
10873 (Vdelete_terminal_functions): New vars.
10874 (syms_of_terminal): Initialize them.
10875 (Fdelete_terminal): Run delete-terminal-functions.
10876 * xdisp.c (safe_eval): Rewrite.
10877 (safe_call2): New fun.
10878 * frame.c (Qdelete_frame_functions): New var.
10879 (syms_of_frame): Initialize it.
10880 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
10881 * lisp.h (safe_call2, pending_funcalls): Declare.
10882
10883 2008-03-28 Andreas Schwab <schwab@suse.de>
10884
10885 * indent.c (Fmove_to_column): Move declaration before statements.
10886
10887 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10888
10889 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
10890 (struct frame): Use bit fields for boolean vars.
10891
10892 * process.c (server_accept_connection): Simplify naming.
10893 (emacs_get_tty_pgrp): Use SDATA.
10894
10895 * coding.c (decode_coding_object): Fix last change.
10896
10897 2008-03-27 Jason Rumney <jasonr@gnu.org>
10898
10899 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
10900
10901 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
10902
10903 * charset.c (Fdefine_charset_internal): Change the way of
10904 registering charsets in Vcharset_order_list.
10905 (syms_of_charset): Make the charset `eight-bit' supplementary.
10906
10907 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
10908
10909 * regex.c (EXTEND_BUFFER): Change order of pointer addition
10910 operations, to avoid having the difference between pointers
10911 overflow.
10912
10913 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 * indent.c (check_display_width): New fun.
10916 (scan_for_column): Use it.
10917
10918 * data.c (syms_of_data): Mark most-positive-fixnum and
10919 most-negative-fixnum as constants.
10920
10921 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
10922
10923 * indent.c (scan_for_column): Extract from current_column_1.
10924 Merge with the same code from Fmove_to_column.
10925 (current_column_1, Fmove_to_column): Use it.
10926
10927 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * keymap.c (map_keymap_internal): New fun.
10930 (map_keymap): Use it.
10931 (Fmap_keymap_internal): New fun.
10932 (Fmap_keymap): Remove left-out test from before make_save_value.
10933
10934 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
10935
10936 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
10937 Use XCAR/XCDR.
10938
10939 * process.h (struct Lisp_Process): Remove filter_multibyte.
10940 * process.c (QCfilter_multibyte): Remove.
10941 (setup_process_coding_systems): Don't use filter_multibyte.
10942 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
10943 (read_process_output): Don't adjust multibyteness to filter_multibyte.
10944 (Fset_process_filter_multibyte): Change the coding-system to
10945 approximate the previous behavior.
10946 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
10947 coding-system.
10948
10949 * coding.c (decode_coding_object): When not decoding into a buffer,
10950 obey the coding system's preference of (uni|multi)byte.
10951
10952 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10953
10954 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
10955 every char is changed and has a different byte-length.
10956 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
10957 Fix int -> EMACS_INT.
10958
10959 2008-03-23 David Hansen <david.hansen@gmx.net>
10960
10961 * dbusbind.c (xd_read_message): Remove extra copying of message
10962 strings. Check for NULL `interface' or `member'.
10963
10964 2008-03-22 Eli Zaretskii <eliz@gnu.org>
10965
10966 * w32.c (readdir): If FindFirstFile/FindNextFile return in
10967 cFileName a file name that includes `?' characters, use the 8+3
10968 alias in cAlternateFileName instead.
10969
10970 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
10973
10974 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
10977 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
10978 work on current_buffer only instead (that was already the case
10979 for some of the code anyway).
10980 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
10981 (temp_set_point, temp_set_point_both): Use EMACS_INT.
10982 (SET_PT, SET_PT_BOTH): Adjust.
10983 * intervals.h (set_point, temp_set_point, set_point_both)
10984 (temp_set_point_both): Remove redundant declarations.
10985
10986 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * fileio.c (Finsert_file_contents):
10989 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
10990 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
10991 when buffer != current_buffer anyway.
10992
10993 2008-03-20 Andreas Schwab <schwab@suse.de>
10994
10995 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
10996 as default.
10997
10998 2008-03-19 Jason Rumney <jasonr@gnu.org>
10999
11000 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
11001 (syms_of_w32fns): Initialize them.
11002 (HOURGLASS_ID): New constant.
11003 (x_window_to_frame): Don't check hourglass_window.
11004 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
11005 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
11006 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
11007 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
11008 Only change the cursor if hourglass is not active.
11009 (Fx_create_frame): Initialize frame's current_cursor.
11010 (hourglass_atimer): Remove.
11011 (hourglass_started): New function.
11012 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
11013 (show_hourglass): Adapt to w32, changing argument to frame.
11014
11015 * w32term.h (struct w32_output): Remove hourglass_window.
11016 Add current_cursor.
11017
11018 * eval.c (call_debugger, Fsignal):
11019 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
11020 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
11021 (Fexecute_extended_command, cancel_hourglass_unwind):
11022 * minibuf.c (read_minibuf):
11023 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
11024
11025 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11026
11027 * window.c (run_funs): New fun.
11028 (run_window_configuration_change_hook): Use it to run the buffer-local
11029 and the global part of the hook.
11030
11031 * xdisp.c (format_mode_line_unwind_data): Add window argument.
11032 (unwind_format_mode_line): Restore selected window.
11033 (x_consider_frame_title, Fformat_mode_line): Set selected window.
11034
11035 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11036
11037 * editfns.c (Fchar_equal): Check they are valid characters.
11038
11039 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
11040
11041 2008-03-17 Andreas Schwab <schwab@suse.de>
11042
11043 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
11044 against a charset.
11045
11046 * lisp.h (Fbuffer_list): Declare.
11047
11048 2008-03-17 Jan Djärv <jan.h.d@swipnet.se>
11049
11050 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
11051 handlebox_widget is != 0.
11052
11053 2008-03-16 Juri Linkov <juri@jurta.org>
11054
11055 * callint.c (Fcall_interactively): For interactive code letters
11056 'b' and 'B' put the buffer list into the list of default "future"
11057 values of the minibuffer.
11058
11059 2008-03-16 Andreas Schwab <schwab@suse.de>
11060
11061 * keyboard.c (read_key_sequence): Fix downcasing of letters with
11062 modifiers.
11063
11064 * regex.c (re_match_2_internal): Correct matching of a charset
11065 against latin-1 characters.
11066
11067 2008-03-16 Kenichi Handa <handa@m17n.org>
11068
11069 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
11070 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
11071 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
11072 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
11073 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
11074 CHAR_STRING_ADVANCE.
11075 (produce_chars): Fix for the case that the source and the
11076 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
11077 instead of CHAR_STRING_ADVANCE.
11078 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
11079 STRING_CHAR_ADVANCE.
11080
11081 2008-03-15 Andreas Schwab <schwab@suse.de>
11082
11083 * regex.c (re_match_2_internal): Correct matching of eight bit
11084 characters in unibyte strings.
11085
11086 2008-03-15 Martin Rudalics <rudalics@gmx.at>
11087
11088 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
11089 at end of range when it coincides with the end of the buffer.
11090
11091 2008-03-14 Eli Zaretskii <eliz@gnu.org>
11092
11093 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
11094
11095 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
11096
11097 2008-03-14 Jason Rumney <jasonr@gnu.org>
11098
11099 * editfns.c (initial_tz): New variable.
11100 (syms_of_editfns): Initialize it.
11101 (Fset_time_zone_rule): Set it when first called.
11102 Use it when TZSTRING is nil.
11103
11104 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
11105 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
11106 (monitor_from_point_fn, get_monitor_info_fn): New globals.
11107 (globals_of_w32fns): Initialize them.
11108 (compute_tip_xy): Use them to position tooltips.
11109
11110 2008-03-14 Glenn Morris <rgm@gnu.org>
11111
11112 * emacs.c (main): Revert previous change.
11113 (standard_args): Revert -internal-script back to -scriptload,
11114 and remove the long-option form.
11115
11116 2008-03-13 Glenn Morris <rgm@gnu.org>
11117
11118 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
11119 Remove option -enable-font-backend.
11120
11121 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11122
11123 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
11124
11125 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
11126
11127 * xterm.c (x_connection_closed): For GTK: If this is the last
11128 terminal just exit without closing the display.
11129
11130 2008-03-11 Jason Rumney <jasonr@gnu.org>
11131
11132 * w32font.c (w32font_full_name): Use floor to round.
11133
11134 2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
11135
11136 * sound.c (alsa_configure): Declare vol at beginning of block.
11137
11138 * fontset.c (Ffontset_info): Remove extra semicolon.
11139
11140 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
11143 size of resulting string.
11144
11145 2008-03-10 Jason Rumney <jasonr@gnu.org>
11146
11147 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
11148
11149 2008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11150
11151 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
11152 Don't pretend as if characters with display property haven't been
11153 consumed for string-replacing-string case.
11154
11155 2008-03-08 Kim F. Storm <storm@cua.dk>
11156
11157 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
11158 (get_next_display_element, next_element_from_string)
11159 (next_element_from_ellipsis, next_element_from_buffer): Use it.
11160
11161 2008-03-08 Andreas Schwab <schwab@suse.de>
11162
11163 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
11164
11165 2008-03-06 Jason Rumney <jasonr@gnu.org>
11166
11167 * w32font.c (w32_registry): Take font_type argument. Use ANSI
11168 when charset not specified. Only translate ANSI to unicode when
11169 font_type is truetype.
11170 (w32font_coverage_ok): New function.
11171 (add_font_entity_to_list): Use it to filter unsuitable fonts.
11172
11173 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
11174
11175 * lread.c (Fread_char): Resolve modifiers.
11176 (Fread_char_exclusive): Likewise.
11177
11178 * character.c (char_resolve_modifier_mask): New function.
11179 (char_string): Use char_resolve_modifier_mask.
11180 (Fchar_resolve_modifiers): New function.
11181 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
11182 function.
11183
11184 2008-03-04 Jason Rumney <jasonr@gnu.org>
11185
11186 * makefile.w32-in: Always include w32font.c in the build.
11187 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
11188
11189 2008-03-04 Andreas Schwab <schwab@suse.de>
11190
11191 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
11192 (versionclean): Likewise.
11193
11194 2008-03-04 Juanma Barranquero <lekktu@gmail.com>
11195
11196 * .cvsignore: Add oo.
11197
11198 2008-03-03 Andreas Schwab <schwab@suse.de>
11199
11200 * coding.c (decode_coding_object): Inhibit gap shrinking while
11201 decoding in place.
11202
11203 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
11204
11205 * w32term.c: Remove unused include "gnu.h".
11206 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
11207
11208 * gnu.h: Rename to ...
11209 * emacs-icon.h: ... this.
11210 * xterm.c: Use emacs-icon.h instead of gnu.h.
11211 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
11212
11213 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
11214
11215 * w32font.c: Include math.h.
11216
11217 2008-03-03 Jason Rumney <jasonr@gnu.org>
11218
11219 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
11220 Compute options separately.
11221 (w32font_open_internal): Set glyph_idx before caching metrics.
11222
11223 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
11224 Define if system headers don't.
11225 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
11226 (w32font_encode_char): Don't declare here.
11227
11228 * w32font.c (Quniscribe, QCformat): New symbols.
11229 (syms_of_w32font): Define them.
11230 (w32font_has_char): Indicate uncertainty.
11231 (w32font_encode_char): Encode as glyph point. Make static.
11232 (recompute_cached_metrics): New function.
11233 (w32font_open_internal): Use it. Set font to use glyph points
11234 initially. Set format based on type of font.
11235 (w32font_text_extents, w32font_draw): Optionally use glyph points.
11236 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
11237 on it. Set format based on information available here.
11238 (add_font_entity_to_list): Identify backend based on opentype_only.
11239
11240 2008-03-02 Andreas Schwab <schwab@suse.de>
11241
11242 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
11243
11244 * coding.c (decode_coding_big5, produce_chars):
11245 Fix typos in last change.
11246
11247 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
11248
11249 * gnu.h: New icon.
11250
11251 2008-03-02 Kenichi Handa <handa@m17n.org>
11252
11253 * coding.c (decode_coding_utf_8): When eol-type of CODING is
11254 `dos', don't decode '\r' if that is the last in the source.
11255 (decode_coding_utf_16, decode_coding_emacs_mule)
11256 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11257 (decode_coding_raw_text, decode_coding_charset): Likewise.
11258 (produce_chars): Don't decode EOL here. Use EMACS_INT.
11259
11260 2008-03-01 Jason Rumney <jasonr@gnu.org>
11261
11262 * w32font.c (w32font_full_name): Report point size for scalable fonts.
11263
11264 2008-03-01 Kim F. Storm <storm@cua.dk>
11265
11266 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
11267
11268 2008-03-01 Jason Rumney <jasonr@gnu.org>
11269
11270 * w32font.c (w32font_full_name): New function.
11271 (w32font_open_internal): Use it.
11272
11273 2008-03-01 Kim F. Storm <storm@cua.dk>
11274
11275 * dispnew.c (line_draw_cost): Fix invalid glyph check.
11276
11277 2008-03-01 Jason Rumney <jasonr@gnu.org>
11278
11279 * font.c (font_unparse_fcname): Increase len when style is a symbol.
11280
11281 2008-03-01 Jan Djärv <jan.h.d@swipnet.se>
11282
11283 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
11284 xg_frame_resized when the event is for the edit widget.
11285
11286 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
11287
11288 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
11289 set_char_size.
11290 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
11291 operations on widgets here. Just set frame size if needed.
11292 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
11293 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
11294 (x_wm_set_size_hint): Set size hints on the edit widget only, not
11295 the whole frame.
11296 (xg_create_tool_bar): Move attachment of the tool bar to
11297 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
11298 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
11299
11300 2008-03-01 Jason Rumney <jasonr@gnu.org>
11301
11302 * w32fns.c (w32_msg_pump): Disable debug code.
11303
11304 2008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11305
11306 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
11307
11308 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
11309
11310 * xdisp.c (next_overlay_string): Don't set
11311 overlay_strings_at_end_processed_p if we're currently reading from
11312 a display string.
11313
11314 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
11315
11316 * xdisp.c (get_overlay_strings_1): Fix typo.
11317
11318 2008-02-29 Chong Yidong <cyd@stupidchicken.com>
11319
11320 * xdisp.c (get_overlay_strings_1): Add missing argument type.
11321
11322 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
11323
11324 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
11325
11326 * xdisp.c (display_mode_element): Cancel the previous change.
11327 (decode_mode_spec): Likewise.
11328 (handle_auto_composed_prop): Don't make composition if it->string
11329 is a string.
11330
11331 2008-02-27 Kim F. Storm <storm@cua.dk>
11332
11333 * lisp.h (GLYPH): Change type from int to struct with separate char
11334 and face_id members.
11335 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
11336 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
11337 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
11338 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
11339 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
11340 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
11341 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
11342 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
11343 handle new Lisp glyph code encoding, either an integer or a cons.
11344
11345 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
11346 (GLYPH_ALIAS): Delete.
11347 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
11348 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
11349 (GLYPH_FROM_CHAR): Replace macro by ...
11350 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
11351
11352 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
11353 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
11354 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
11355 (GLYPH_INVALID_P): New macro.
11356 (spec_glyph_lookup_face): Update prototype.
11357
11358 * dispnew.c (line_draw_cost): Adapt to new glyph type.
11359 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
11360 new glyph code encoding.
11361 (spec_glyph_lookup_face): No return value; update passed glyph instead.
11362 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
11363
11364 * xdisp.c (get_next_display_element, next_element_from_display_vector):
11365 Adapt to new glyph type and new glyph code encoding.
11366
11367 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
11368
11369 * indent.c (current_column, current_column_1, Fmove_to_column)
11370 (compute_motion): Adapt to new glyph code encoding.
11371
11372 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
11373
11374 2008-02-27 Chong Yidong <cyd@stupidchicken.com>
11375
11376 * process.c (wait_reading_process_output): Check for window
11377 changes caused by timers.
11378 Suggested by Johan Bockgård.
11379
11380 2008-02-27 Glenn Morris <rgm@gnu.org>
11381
11382 * emacs.c (USAGE1): Add `--disable-font-backend'.
11383
11384 2008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11385
11386 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
11387 is made to the buffer.
11388
11389 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11390
11391 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
11392 (face_at_string_position):
11393 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
11394 (face_at_string_position):
11395 * xdisp.c (display_string, next_overlay_change):
11396 * buffer.h (overlays_at):
11397 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
11398 Update callers.
11399
11400 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
11401
11402 * editfns.c (Fformat): Doc fix.
11403
11404 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
11405
11406 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
11407 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
11408 (Ffont_otf_alternates, Fquery_font): Doc fixes.
11409
11410 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11411
11412 * buffer.c (Fbuffer_swap_text): New function.
11413 (syms_of_buffer): Defsubr it.
11414
11415 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
11416
11417 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
11418
11419 2008-02-25 Jason Rumney <jasonr@gnu.org>
11420
11421 * w32font.c (w32font_draw): Draw one character at a time when padding.
11422
11423 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
11426 Handle a nil arg. Use run_window_configuration_change_hook.
11427 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
11428 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
11429 Use run_window_configuration_change_hook.
11430
11431 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11432
11433 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
11434 1-pixel width.
11435
11436 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11437
11438 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
11439 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
11440 if the glyph in the font is zero pixel with.
11441
11442 * dispextern.h (struct glyph_string): New member padding_p.
11443
11444 * w32font.c (w32font_draw): Pay attention to s->padding_p.
11445
11446 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
11447
11448 * xfont.c (xfont_draw): Pay attention to s->padding_p.
11449
11450 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
11451
11452 * font.c: If the font driver doesn't have `shape' function, return Qnil.
11453
11454 2008-02-25 Jason Rumney <jasonr@gnu.org>
11455
11456 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
11457
11458 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 Allow fine-grained image-cache flushing.
11461 * dispextern.h (struct image): Add `dependencies' field.
11462 (clear_image_caches): Change arg to Lisp_Object.
11463 * image.c (make_image): Initialize `dependencies' field.
11464 (clear_image_cache): Change arg to allow fine-grained flushing.
11465 Perform the flush even if image-cache-eviction-delay is nil.
11466 (clear_image_caches): Change arg to Lisp_Object.
11467 (Fclear_image_cache): Expand meaning of the argument.
11468 (mark_image): Mark `dependencies' field.
11469 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
11470 (lface_hash): Use XHASH rather than XFASTINT.
11471 (face_at_buffer_position): Fix int -> EMACS_INT position.
11472 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
11473 (select_frame_for_redisplay): Remove code duplication.
11474 (redisplay_internal): Adapt arg to call to clear_image_caches.
11475
11476 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
11477
11478 * s/vms4-0.h:
11479 * s/vms4-2.h:
11480 * s/vms4-4.h:
11481 * s/vms5-5.h: Remove, unused.
11482
11483 * s/irix5-2.h:
11484 * s/irix6-0.h:
11485 * s/riscos5.h:
11486 * s/mach-bsd4-3.h:
11487 * m/mips4.h: Remove files for obsolete systems.
11488
11489 * Makefile.in:
11490 * filelock.c:
11491 * unexmips.c:
11492 * m/hp9000s300.h:
11493 * m/iris4d.h:
11494 * s/aix3-1.h:
11495 * s/hpux.h:
11496 * s/msdos.h:
11497 * s/usg5-0.h:
11498 * s/usg5-2-2.h:
11499 * s/usg5-2.h:
11500 * s/usg5-3.h: Remove references to obsolete variables.
11501
11502 * s/irix5-0.h: Remove, move all the contents ...
11503 * s/irix6-5.h: ... here. Simplify.
11504 * config.in: Regenerate.
11505
11506 2008-02-24 Jason Rumney <jasonr@gnu.org>
11507
11508 * w32term.c (x_draw_glyph_string_background): Clear the background
11509 manually when cleartype is in use.
11510 (x_draw_glyph_string_foreground): Draw text transparently when
11511 cleartype is in use.
11512
11513 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
11514 a font into it unless we have to.
11515
11516 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
11517
11518 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
11519 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
11520
11521 2008-02-18 Jason Rumney <jasonr@gnu.org>
11522
11523 * w32fns.c (Fw32_shell_execute): Encode parameters.
11524
11525 2008-02-09 Eli Zaretskii <eliz@gnu.org>
11526
11527 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
11528
11529 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
11530
11531 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
11532
11533 2008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
11534
11535 * xterm.c (x_set_offset): Don't change the gravity if
11536 CHANGE_GRAVITY is -1.
11537
11538 2008-02-23 Chong Yidong <cyd@stupidchicken.com>
11539
11540 * fileio.c (auto_save_error_occurred): New var.
11541 (auto_save_error): Set it.
11542 (Fdo_auto_save): Don't overwrite the error message if an auto-save
11543 error occurred.
11544
11545 2008-02-23 Eli Zaretskii <eliz@gnu.org>
11546
11547 * w32.c (globals_of_w32): Add initializations for
11548 g_b_init_get_sid_sub_authority and
11549 g_b_init_get_sid_sub_authority_count.
11550
11551 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
11552
11553 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
11554 (font_parse_xlfd): Use them for sanity check.
11555 (Finternal_set_font_style_table): Make sure the table is bijective.
11556
11557 Consolidate the image_cache to the terminal struct.
11558 * termhooks.h (P_): Remove redundant def.
11559 (struct terminal): New field `image_cache'.
11560 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
11561 of FRAME_X_IMAGE_CACHE.
11562 * xterm.h (struct x_display_info): Remove image_cache field.
11563 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
11564 * w32term.h (struct w32_display_info): Remove image_cache field.
11565 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
11566 * macterm.h (struct mac_display_info): Remove image_cache field.
11567 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
11568 * xterm.c (x_term_init):
11569 * w32term.c (w32_term_init):
11570 * macterm.c (mac_term_init): Set the image_cache in the terminal.
11571 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
11572 Remove declarations.
11573 (clear_image_caches, mark_image_cache): New declarations.
11574 * xfaces.c (clear_face_cache):
11575 * xdisp.c (redisplay_internal): Use clear_image_caches.
11576 * image.c (clear_image_cache): Don't check that a frame is on
11577 a window-system before checking if it shares the same cache.
11578 (clear_image_caches): New function.
11579 (Fclear_image_cache): Use it.
11580 (mark_image): Move from allo.c.
11581 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
11582 * alloc.c (mark_image, mark_image_cache): Move to image.c.
11583 (mark_object): Don't call mark_image_cache for frames.
11584 (mark_terminals): Call mark_image_cache.
11585
11586 * lisp.h (Fdelete_terminal): Declare.
11587
11588 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
11589 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
11590 wrong_type_argument.
11591
11592 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
11593
11594 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
11595 malayalam.el, and tamil.el. Add sinhala.el.
11596
11597 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11598
11599 * xterm.c (x_connection_closed): Consolidate identical tests.
11600 (x_delete_terminal): Don't crash if called via x_connection_closed.
11601
11602 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
11603
11604 * xdisp.c (decode_mode_spec): New arg string.
11605 (display_mode_element): Adjust for the above change.
11606
11607 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
11608
11609 * callint.c (Fcall_interactively): Use AREF.
11610
11611 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
11614
11615 2008-02-18 Jan Djärv <jan.h.d@swipnet.se>
11616
11617 * xfns.c (Fx_show_tip): Set string to " " if empty.
11618
11619 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
11620
11621 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
11622 with Qt.
11623
11624 2008-02-17 Kenichi Handa <handa@m17n.org>
11625
11626 * ftfont.c (ftfont_shape): Return Lispy number.
11627
11628 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
11629 for GCs.
11630 (Finternal_set_font_selection_order): Call font_update_sort_order
11631 only when enable_font_backend is set.
11632 (realize_x_face): Set face->font_info to that of default face only
11633 when enable_font_backend is set.
11634
11635 * xdisp.c (handle_composition_prop): Set it->c to the fist
11636 character of the composed region.
11637 (fill_composite_glyph_string): Set base_face->font_info to
11638 s->font_info. Get a face for ascii from base_face->ascii_face.
11639 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
11640 with a face already decided.
11641 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
11642 non-negative.
11643 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
11644 call font_prepare_composition unconditionally.
11645
11646 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
11647
11648 * xterm.h (struct x_display_info): New member font.
11649
11650 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
11651 (x_set_mouse_face_gc, x_new_font): Likewise.
11652 (x_term_init): Setup display_info->font.
11653 (x_delete_terminal): Free display_info->font.
11654
11655 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
11656
11657 * ftxfont.c (ftxfont_default_fid): Delete it.
11658 (ftxfont_open): Set xfont->fid to 0.
11659 (ftxfont_end_for_frame): Clear data specific to the frame and the
11660 font-driver.
11661
11662 * xftfont.c (xftfont_default_fid): Delete it.
11663 (xftfont_open): Set xfont->fid to 0.
11664
11665 * fontset.c (FONTSET_OBJLIST): New macro.
11666 (fontset_find_font): Update font-object list of the fontset.
11667 (free_realized_fontset): New function.
11668 (free_face_fontset): Call free_realized_fontset.
11669 (Ffont_info): Call font_close_object only when enable_font_backend
11670 is set.
11671
11672 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
11673 [HAVE_NTGUI]: Include w32term.h.
11674 [MAC_OS]: Include macterm.ch.
11675 (font_otf_ValueRecord): Use make_number.
11676 (font_finish_cache): Fix handling of reference count.
11677 (font_clear_cache): Update num_fonts.
11678 (font_open_entity): Update smallest_char_width and
11679 smallest_font_height of the frame.
11680 (font_close_object): Update num_fonts.
11681 (Fclear_font_cache): Fix finding the target cache data.
11682
11683 2008-02-16 Glenn Morris <rgm@gnu.org>
11684
11685 * fontset.c (Finternal_char_font): Fix compilation warning.
11686
11687 2008-02-16 Eli Zaretskii <eliz@gnu.org>
11688
11689 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
11690 instead of char arrays. Enlarge the size of array passed to
11691 get_token_information.
11692
11693 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
11694 warnings.
11695
11696 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
11697
11698 * .gdbinit: Don't set `args', it breaks gdb --args.
11699
11700 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
11701
11702 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
11703 within a narrowed buffer.
11704
11705 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
11706
11707 * coding.c (decode_coding_object, encode_coding_object):
11708 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
11709
11710 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
11711
11712 * coding.c (coding_set_destination): Use BEG_BYTE rather than
11713 hardcoding 1.
11714 (detect_coding_system):
11715 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
11716 (string_char_to_byte, string_byte_to_char, insert_from_gap):
11717 * insdel.c (insert_from_gap):
11718 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
11719 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
11720 (string_to_multibyte):
11721 * character.c (chars_in_text, multibyte_chars_in_text):
11722 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
11723
11724 * character.h (FETCH_STRING_CHAR_ADVANCE)
11725 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
11726 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
11727 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
11728
11729 * casefiddle.c (casify_region): Only call after-change and composition
11730 functions on the part of the region that was changed.
11731
11732 * keyboard.c (read_avail_input):
11733 * frame.c (Fdelete_frame): Call Fdelete_terminal.
11734
11735 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11736
11737 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
11738 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
11739
11740 2008-02-11 Juanma Barranquero <lekktu@gmail.com>
11741
11742 * w32menu.c (push_submenu_start, push_submenu_end)
11743 (push_left_right_boundary, push_menu_pane, push_menu_item):
11744 * keyboard.c (read_key_sequence): Don't pass args with side effects
11745 to AREF, it fails when compiling with -DENABLE_CHECKING.
11746
11747 2008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
11748
11749 * Makefile.in (${lispsource}international/charprop.el):
11750 Delete this target.
11751
11752 * search.c (boyer_moore): Fix incorrect synching of the trunk and
11753 emacs-unicode-2.
11754
11755 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11756
11757 * terminal.c (Fdelete_terminal): Clean up the `force' path.
11758
11759 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
11760
11761 * frame.c (Qnoelisp): New symbol.
11762 (syms_of_frame): Initialize it.
11763 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
11764 harmless Elisp code, from a strong `force' from x_connection_closed.
11765 * frame.h (Qnoelisp): Declare.
11766 * xterm.c (x_connection_closed): Pass `noelisp'.
11767
11768 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
11769 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
11770 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
11771 rather than `int' for the type of `type'.
11772
11773 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
11774
11775 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
11776
11777 * Makefile.in (GNUC): Remove support for gcc-1.x.
11778
11779 2008-02-10 Richard Stallman <rms@gnu.org>
11780
11781 * lisp.h (ASET): Use AREF, not ASLOT.
11782
11783 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
11784
11785 * lisp.h (ASET): Check bounds.
11786
11787 2008-02-10 Glenn Morris <rgm@gnu.org>
11788
11789 * buffer.c (mode-name): Doc fix.
11790
11791 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
11792
11793 * Makefile.in:
11794 * emacs.c:
11795 * gmalloc.c:
11796 * keyboard.c:
11797 * lisp.h:
11798 * m/ibm370aix.h:
11799 * process.c:
11800 * regex.c:
11801 * s/hpux.h:
11802 * sysdep.c:
11803 * sysselect.h:
11804 * systty.h:
11805 * unexec.c:
11806 * w32term.c:
11807 * xsmfns.c:
11808 * xterm.c: Remove code that deals with obsolete variables.
11809
11810 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
11811
11812 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
11813 nothing else needs it anymore.
11814
11815 2008-02-09 Eli Zaretskii <eliz@gnu.org>
11816
11817 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
11818 instead of unibyte_char_to_multibyte.
11819
11820 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
11821
11822 * s/gnu-linux.h: Remove commented out code.
11823
11824 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
11825
11826 * Makefile.in: Update what RMS says about using autoconf.
11827 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
11828 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
11829 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
11830 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
11831
11832 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 * keymap.c (Fkey_description): Move side effect outside of macro call.
11835
11836 * xfaces.c (Finternal_make_lisp_face):
11837 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
11838
11839 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
11840 (syms_of_fontset): Use ASET.
11841
11842 * fns.c (concat): Move side effect outside of macro call.
11843 (hash_clear): Use ASET.
11844
11845 2008-02-08 Richard Stallman <rms@gnu.org>
11846
11847 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
11848 If FORCE, and frame has a surrogate minibuffer for another frame,
11849 delete the other frame first.
11850
11851 2008-02-07 Timo Savola <timo.savola@iki.fi>
11852
11853 * xterm.c (x_detect_focus_change): Handle embed client message.
11854 (handle_one_xevent): Ditto.
11855 (handle_one_xevent): If embedded and we get a button press/release,
11856 request focus.
11857 (xembed_set_info, xembed_send_message): New functions.
11858 (x_make_frame_visible): Call xembed_set_info if embedded.
11859 (x_make_frame_invisible): Call xembed_set_info if embedded.
11860 (x_term_init): Initialize Xatom_XEMBED.
11861 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
11862 (x_iconify_frame): Ditto.
11863
11864 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
11865 (enum xembed_info, enum xembed_message, enum xembed_focus)
11866 (enum xembed_modifier, enum xembed_accelerator): New.
11867 (xembed_set_info, xembed_send_message): Declare.
11868 (FRAME_X_EMBEDDED_P): New.
11869
11870 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
11871 gtk_plug_new.
11872
11873 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
11874 window ID of a frame.
11875 (x_window): Reparent frame if embedded.
11876 (Fx_create_frame): Don't set border width if embedded.
11877
11878 * emacs.c (USAGE3): Add --parent-id.
11879 (standard_args): Ditto.
11880
11881 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
11882
11883 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
11884
11885 2008-02-07 Jim Meyering <meyering@redhat.com>
11886
11887 Use "do...while (0)", not "if (1)...else" in macro definitions.
11888 The latter provokes a warning from gcc about the empty else, when
11889 followed by ";". Also, without that trailing semicolon, it would
11890 silently swallow up any following statement.
11891 * syntax.h (SETUP_SYNTAX_TABLE)
11892 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
11893 * buffer.h (DECODE_POSITION): Likewise.
11894 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
11895 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
11896 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
11897 (FETCH_CHAR_ADVANCE): Likewise.
11898 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
11899
11900 2008-02-07 Jim Meyering <meyering@redhat.com>
11901
11902 * lread.c [lint]: Don't include <sys/inode.h>.
11903
11904 2008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * xselect.c (x_handle_dnd_message):
11907 * xmenu.c (digest_single_submenu, xmenu_show):
11908 * xdisp.c (with_echo_area_buffer_unwind_data)
11909 (format_mode_line_unwind_data, unwind_format_mode_line)
11910 (display_menu_bar):
11911 * eval.c (Ffetch_bytecode):
11912 * doc.c (store_function_docstring):
11913 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
11914 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
11915 * buffer.c (add_overlay_mod_hooklist): Use ASET.
11916
11917 2008-02-07 Kenichi Handa <handa@m17n.org>
11918
11919 * ftxfont.c (ftxfont_open): Don't set
11920 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
11921
11922 * ftfont.c (ftfont_open): Fix previous change.
11923
11924 2008-02-06 Jason Rumney <jasonr@gnu.org>
11925
11926 * w32font.c (w32font_text_extents): Fill in lbearing metric.
11927 Use cached metrics for ASCII characters.
11928 (w32font_open_internal): Don't set font's owning_frame.
11929 Cache metrics for ASCII characters.
11930
11931 * w32font.h (struct w32font_info): Add ascii_metrics.
11932 Remove owning_frame.
11933
11934 2008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
11935
11936 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
11937 to negative value.
11938
11939 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
11940
11941 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
11942
11943 * charset.c (syms_of_charset): Set QCtest and Qeq.
11944
11945 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * process.c (Fstart_process):
11948 * callproc.c (Fcall_process): Handle the case where
11949 Funhandled_file_name_directory returns nil.
11950
11951 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
11952 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
11953 * font.c (check_gstring): Use them and AREF to access the vector before
11954 we know it's really a gstring.
11955 (Ffont_shape_text): Fix typo.
11956 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
11957
11958 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
11959 Declare.
11960
11961 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
11962
11963 2008-02-05 Jason Rumney <jasonr@gnu.org>
11964
11965 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
11966 Set smallest_font_height and smallest_char_width in display info.
11967
11968 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
11969
11970 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
11971
11972 2008-02-05 Miles Bader <miles@gnu.org>
11973
11974 * xfaces.c (get_lface_attributes, merge_named_face)
11975 (lookup_named_face, lookup_derived_face, realize_named_face):
11976 Revert 2008-02-01 change by cyd@stupidchicken.com.
11977
11978 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
11979
11980 * fontset.c (Ffontset_info): Handle the case of inhibitting the
11981 fallback fonts.
11982 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
11983
11984 2008-02-04 Jason Rumney <jasonr@gnu.org>
11985
11986 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
11987 set full_name.
11988 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
11989
11990 2008-02-03 Jason Rumney <jasonr@gnu.org>
11991
11992 * makefile.w32-in (OBJ1): Include font.o here.
11993 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
11994
11995 2008-02-02 Jason Rumney <jasonr@gnu.org>
11996
11997 * makefile.w32-in (temacs): Bump EMHEAP to 21.
11998
11999 2008-02-01 Jason Rumney <jasonr@gnu.org>
12000
12001 * s/cygwin.h: Define VIRT_ADDR_VARIES.
12002
12003 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
12004
12005 2008-02-01 Andreas Schwab <schwab@suse.de>
12006
12007 * Makefile.in (shortlisp, lisp): Update for rename of
12008 ../lisp/language/myanmar.el.
12009
12010 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
12011
12012 * xfaces.c (get_lface_attributes): Delete function.
12013 (merge_named_face, lookup_named_face, lookup_derived_face)
12014 (realize_named_face): Call lface_from_face_name directly, and use
12015 the fact that merge_face_vectors does not alter its FROM argument.
12016
12017 2008-02-01 Jason Rumney <jasonr@gnu.org>
12018
12019 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
12020 input in the default locale. Handle non-Unicode multibyte input.
12021
12022 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12023
12024 * fontset.c (reorder_font_vector): Exclude nil elements from the
12025 font group. Don't try multiple fonts.
12026 (fontset_font): Adjust for the above change.
12027 (Finternal_char_font): Return nil if the found font doesn't
12028 contain the character ch.
12029
12030 * Makefile.in (lisp, shortlisp): Add cham.el.
12031
12032 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12033
12034 * font.h (FONTP): Make it return 1 also for a font-object.
12035
12036 * .gdbinit (xfontset): New function.
12037
12038 * font.c (font_find_for_lface): Check if the character C is
12039 supported or not only for the first font.
12040
12041 * fontset.c (reorder_font_vector): Fix typo.
12042 (fontset_find_font): Don't add a font-spec specifying a script.
12043 Use 0 (not Qt) for the indication of empty font-group. Change the
12044 format of RFONT-DEF. Return Qt if no font in the font-group
12045 support the character.
12046 (fontset_font): Adjust for the above change. If no font was
12047 found the character, remember that.
12048 (face_for_char): Adjust for the change of RFONT-DEF.
12049 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
12050 no font for the target.
12051 (Finternal_char_font): Adjust for the change of RFONT-DEF.
12052
12053 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12054
12055 * font.c (font_load_for_face): Handle the case that the font in
12056 face->lface is a string.
12057
12058 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12059
12060 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
12061
12062 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12063
12064 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
12065 Fix previous change. If the frame is not on a window system,
12066 signal an error.
12067
12068 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12069
12070 * coding.c (decode_coding_object, encode_coding_object): Adjust
12071 marker positions after conversion.
12072
12073 * lisp.h (struct Lisp_Marker): New member need_adjustment.
12074
12075 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12076
12077 * font.c (font_find_for_lface): Fix the handling of the return
12078 value of font_has_char.
12079 (Ffont_shape_text): Fix previous change.
12080
12081 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
12082 (fontset_ref_and_range): Delete it.
12083 (fontset_find_font): Call char_table_ref_and_range instead of
12084 FONTSET_REF_AND_RANGE.
12085 (make_fontset): Don't setup font groups of Latin here.
12086 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
12087 (new_fontset_from_font): Make the specified font the default for
12088 all Latin characters.
12089
12090 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12091
12092 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
12093 is on a window system before accessing the fontset of the frame.
12094
12095 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12096
12097 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
12098
12099 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
12100 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
12101
12102 * font.c (Ffont_shape_text): If the font driver doesn't have a
12103 shaper function, make zero-width glyphs to have at least one-pixel
12104 width. Fix setting of `to' field of glyphs.
12105
12106 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12107
12108 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
12109 glyphs.
12110
12111 * font.h (struct font_driver): Improve docstring of member `shape'.
12112
12113 2008-02-01 Kenichi Handa <handa@m17n.org>
12114
12115 * composite.c (syms_of_composite): Fix docstring of
12116 auto-composition-function.
12117
12118 * font.h (LGLYPH_SIZE): New macro.
12119
12120 * font.c (Ffont_fill_gstring): Stop filling when a character not
12121 supported by the font is found.
12122 (Ffont_shape_text): When a shape callback function returns nil,
12123 try at most two more times with larger gstring.
12124 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
12125
12126 * xdisp.c (handle_auto_composed_prop): Change the argument to
12127 auto-composition-function.
12128
12129 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
12130 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
12131 Lispy glyph and store it in the lgstring.
12132
12133 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
12134
12135 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
12136
12137 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12138
12139 * font.c (Ffont_shape_text): Avoid unnecessary composition.
12140
12141 * fontset.c (Vfont_encoding_charset_alist): New variable.
12142 (syms_of_fontset): DEFVAR it.
12143 (reorder_font_vector, fontset_find_font): Optimize for the case of
12144 no need of reordering.
12145 (face_for_char): Map the charset property by
12146 Vfont_encoding_charset_alist.
12147
12148 2008-02-01 Jason Rumney <jasonr@gnu.org>
12149
12150 * w32font.c (logfonts_match): Don't check adstyle here.
12151 (font_matches_spec): Check here against physical font instead.
12152 (add_font_entity_to_list): Avoid some substitutions.
12153
12154 * font.c (font_parse_fcname): Default weight and slant to normal.
12155 (font_score): Prefer normal fonts if weight or slant unspecified.
12156 (font_score) [WINDOWSNT]: Scale weight difference down to closer
12157 match freetype scores.
12158
12159 2008-02-01 Jason Rumney <jasonr@gnu.org>
12160
12161 * w32font.c (w32font_text_extents): Don't use the frame stored in the
12162 font, as it may have been deleted.
12163 (w32_enumfont_pattern_entity): Map generic family to adstyle using
12164 most common hyphenless variation.
12165 (logfonts_match): Check generic family.
12166 (font_matches_spec): Don't check generic family here.
12167 (fill_in_logfont): Set generic family based on adstyle.
12168
12169 * w32font.h (w32font_get_cache): Update declaration.
12170
12171 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12172
12173 * ftfont.c (ftfont_get_cache): Adjust the argument type.
12174
12175 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
12176 If none of the new drivers are available, call font_update_drivers
12177 with the old drivers.
12178
12179 * w32font.c (w32font_get_cache): Adjust the argument type.
12180
12181 * xfont.c (xfont_get_cache): Adjust the argument type.
12182
12183 * font.h (struct font_driver): Change argument type of get_cache.
12184
12185 * xftfont.c (xftfont_start_for_frame): Delete prototype.
12186
12187 * font.c (Ffont_get): Fix arguments to Fassoc.
12188 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
12189 (font_clear_cache): New function.
12190 (font_list_entities, font_matching_entity): Use font_get_cache.
12191 (font_update_drivers): Call font_clear_cache when finishing a driver.
12192
12193 * fontset.c (fontset_find_font): Fix previous change.
12194
12195 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12196
12197 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
12198 dpyinfo->font_table.
12199 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
12200 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
12201
12202 * font.c (font_at): Handle the case that the arg C is negative.
12203 Handle the unibyte case.
12204 (Ffont_at): Call font_at with the arg C -1.
12205
12206 * xdisp.c (handle_auto_composed_prop): Don't get a character at
12207 the position here, and call font_at with the arg C -1.
12208 Don't check the range of the existing composition at the point.
12209
12210 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12211
12212 * fontset.c (fontset_add): New args charset_id and family.
12213 Change caller.
12214 (load_font_get_repertory, fontset_find_font): Assume that
12215 font_spec is always a font-spec object.
12216 (Fset_fontset_font): Always store a font-spec object in a fontset.
12217
12218 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
12219 instead of get_property_and_range.
12220
12221 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12222
12223 * xftfont.c (struct xftfont_info): Delete the member ft_face.
12224 (xftfont_open): Don't keep locking face.
12225 (xftfont_close): Don't unlock face.
12226 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
12227
12228 * fontset.c (fontset_find_font): Don't prefer a font of
12229 supplementary charset.
12230
12231 2008-02-01 Kenichi Handa <handa@m17n.org>
12232
12233 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
12234 script, langsys_tag to langsys, new member script.
12235 (OTF_TAG_STR): Terminate by '\0'.
12236 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
12237 listing to the script specified in that property. Fix arg to
12238 OTF_check_features.
12239
12240 2008-02-01 Jason Rumney <jasonr@gnu.org>
12241
12242 * w32font.h: New file.
12243
12244 * w32font.c: Include it.
12245 (struct w32font_info): Add owning_frame field. Move to w32font.h.
12246 (w32font_open): Set owning_frame.
12247 (w32font_text_extents): Use owning_frame.
12248 (struct font_callback_data): Add opentype_only field.
12249 (add_font_entity_to_list): Use it to filter fonts.
12250 Don't check against full name.
12251 (w32font_list_internal): New function.
12252 (w32font_list): Use it.
12253 (w32font_match_internal): New function.
12254 (w32font_match): Use it.
12255 (w32font_open_internal): New function.
12256 (w32font_open): Use it.
12257 (w32font_get_cache, w32font_close, w32font_has_char)
12258 (w32font_encode_char, w32font_text_extents, w32font_draw):
12259 Make non-static.
12260
12261 * makefile.w32-in (w32font.o): Depend on w32font.h.
12262
12263 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12264
12265 * charset.c (Fdefine_charset_internal): Record a supplementary
12266 charset at the tail of Vcharset_order_list.
12267
12268 * font.c (Ffont_shape_text): Fix the return value.
12269
12270 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
12271
12272 * xdisp.c (handle_auto_composed_prop): Fix previous change.
12273
12274 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12275
12276 * ftfont.c (struct OpenTypeSpec): New struct.
12277 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
12278 (ftfont_get_open_type_spec): New function.
12279 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
12280
12281 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
12282
12283 2008-02-01 Jason Rumney <jasonr@gnu.org>
12284
12285 * w32font.c (add_font_entity_to_list): Compare only the beginning
12286 of full name.
12287
12288 2008-02-01 Kenichi Handa <handa@m17n.org>
12289
12290 * xdisp.c (handle_auto_composed_prop): Simplify the code.
12291 Never return HANDLED_RECOMPUTE_PROPS.
12292
12293 2008-02-01 Kenichi Handa <handa@m17n.org>
12294
12295 * font.c (font_gstring_produce): Delete it.
12296
12297 * composite.h (COMPOSITION_METHOD):
12298 Handle COMPOSITION_WITH_GLYPH_STRING.
12299
12300 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12301
12302 * xfont.c (Qx): Delete.
12303 (syms_of_xfont): Don't initialize Qx.
12304
12305 * composite.h (enum composition_method):
12306 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
12307
12308 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12309
12310 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
12311 (choose_face_font): Accept new form of font-spec.
12312
12313 * frame.h (font_driver_list): Declare it unconditionally.
12314 (struct frame): Define members font_driver_list and font_data_list
12315 unconditionally.
12316
12317 * fontset.c: Include "font.h" unconditionally.
12318 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
12319 (Fset_fontset_font): Accept a font-spec object.
12320
12321 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
12322 PIXEL_SIZE part a wild card.
12323
12324 * dispextern.h (struct glyph_string): Define members clip and
12325 num_clips unconditionally.
12326 (struct face): Define members font_info and extra unconditionally.
12327
12328 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
12329 ftfont_info only when HAVE_LIBOTF is defined.
12330
12331 2008-02-01 Andreas Schwab <schwab@suse.de>
12332
12333 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
12334 and end.
12335
12336 2008-02-01 Jason Rumney <jasonr@gnu.org>
12337
12338 * w32font.c (w32font_driver): Add new fields.
12339
12340 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12341
12342 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
12343 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
12344 (LIBES): Add @M17N_FLT_CFLAGS@.
12345
12346 * composite.c (compose_text): Don't treat the new style
12347 composition specially.
12348
12349 * emacs.c (main): Call syms_of_font unconditionally.
12350
12351 * font.h (FONT_ENTITY_NOT_LOADABLE)
12352 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
12353 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
12354 (struct font_driver): New member shape.
12355 (font_registry_charsets): Extern it.
12356 (font_find_for_lface, font_prepare_composition): Adjust prototype.
12357 (font_otf_capability, font_drive_otf): Delete their externs.
12358
12359 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
12360 (font_charset_alist, font_registry_charsets): Move from xfont.c
12361 and rename.
12362 (font_prop_validate_otf): New function.
12363 (font_property_table): Register it for QCotf.
12364 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
12365 (font_drive_otf): Delete.
12366 (font_prepare_composition): New arg F. Adjust for the change of
12367 lispy gstring.
12368 (font_find_for_lface): New arg C.
12369 (font_load_for_face): Adjust for the change of font_find_for_lface.
12370 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
12371 lispy gstring.
12372 (Ffont_shape_text): New function.
12373 (Fopen_font): If the font size is not given, use 12-pixel.
12374 (Ffont_at): New arg STRING.
12375 (syms_of_font): Initalize font_charset_alist.
12376 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
12377 conditionally.
12378
12379 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
12380 fonts of the same font-spec. Change the format of RFONT-DEF.
12381 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
12382 Adjust for the change of RFONT-DEF.
12383 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
12384
12385 * ftfont.h: New file.
12386
12387 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
12388 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12389 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12390 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
12391 font_otf_capability and font_drive_otf, set ftfont_shape.
12392 (ftfont_list): Adjust for the change of :otf property value.
12393 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
12394 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
12395 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
12396 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12397 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
12398 (otf_gstring, gstring, m17n_flt_initialized): New variables.
12399
12400 * w32term.c (x_draw_composite_glyph_string_foreground):
12401 Adjust for the change of lispy gstring.
12402
12403 * xdisp.c (handle_composition_prop): Adjust for the change of
12404 lispy gstring. Call a function for auto-composition with the
12405 third arg it->window.
12406 (fill_composite_glyph_string): Adjust for the change of lispy string.
12407 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
12408
12409 * xfaces.c (set_font_frame_param): Adjust for the change of
12410 font_find_for_lface.
12411
12412 * xfont.c (x_font_charset_alist): Move to font.c and rename.
12413 (xfont_registry_charsets): Likewise. Change caller.
12414 (syms_of_xfont): Don't handle x_font_charset_alist.
12415
12416 * xftfont.c: Include "ftfont.h".
12417 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
12418 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
12419 (xftfont_close) [HAVE_LIBOTF]: Close otf.
12420 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
12421 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
12422 Set xftfont_driver.shape to xftfont_shape.
12423
12424 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12425 the change of lispy gstring.
12426
12427 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12428
12429 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
12430
12431 2008-02-01 Jason Rumney <jasonr@gnu.org>
12432
12433 * w32font.c (w32font_draw): Fill background manually.
12434
12435 2008-02-01 Jason Rumney <jasonr@gnu.org>
12436
12437 * font.c (Qfontp): Remove unused symbol.
12438 (QCantialias): New symbol.
12439 (syms_of_font): Define it.
12440 (font_property_table): Set a validator for QCantialias.
12441
12442 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
12443 Define if not already.
12444 (QCfamily): Share with xfaces.c.
12445 (Qstandard, Qsubpixel, Qnatural): New symbols.
12446 (syms_of_w32font): Define them. Don't define QCfamily here.
12447 (w32_antialias_type, lispy_antialias_type): New functions.
12448 (w32_enumfont_pattern_entity): New arg requested_font.
12449 Set antialias parameter if non-default was requested.
12450 (fill_in_logfont): Fill in lfQuality if :antialias specified.
12451
12452 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12453
12454 * lread.c (read1): Undo the previous change.
12455
12456 2008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
12457
12458 * frame.c (Fdelete_frame): Call font_update_drivers only when
12459 USE_FONT_BACKEND is defined.
12460
12461 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12462
12463 * font.h (struct font_bitmap): New member bits_per_pixel.
12464 (struct font_driver): New members start_for_frame and end_for_frame.
12465 (struct font_data_list): New struct.
12466 (font_put_frame_data, font_get_frame_data): Extern them.
12467
12468 * frame.h (struct frame): New member font_data_list.
12469
12470 * font.c (font_update_drivers): Call driver->start_for_frame and
12471 driver->end_for_frame at proper timings.
12472 (font_put_frame_data, font_get_frame_data): New functions.
12473 (Ffont_spec): Add usage in the docstring.
12474
12475 * frame.c (make_frame): Initialize f->font_data_list to NULL.
12476 (Fdelete_frame): Call font_update_drivers.
12477
12478 * xftfont.c (struct xftface_info): Delete the member xft_draw.
12479 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
12480 (xftfont_get_xft_draw): New function.
12481 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
12482 (xftfont_end_for_frame): New function.
12483 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
12484
12485 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
12486 Change argument. Cache GCs in the per-frame data.
12487 (struct ftxfont_frame_data): New struct.
12488 (ftxfont_draw_bitmap): New arg gc_fore and flush.
12489 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
12490 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
12491 (ftxfont_end_for_frame): New function.
12492 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
12493
12494 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
12495
12496 2008-02-01 Kenichi Handa <handa@m17n.org>
12497
12498 * xselect.c (Vselection_coding_system)
12499 (Vnext_selection_coding_system): Delete them.
12500 (syms_of_xselect): Don't declare selection-coding-system and
12501 next-selection-coding-system. They are declared in select.el.
12502
12503 2008-02-01 Jason Rumney <jasonr@gnu.org>
12504
12505 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
12506
12507 * w32fns.c: Include imm.h.
12508 (get_composition_string_fn, get_ime_context_fn): New optional
12509 system functions.
12510 (globals_of_w32fns): Load them from imm32.dll.
12511 (ignore_ime_char): New flag.
12512 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
12513 WM_IME_ENDCOMPOSITION messages.
12514
12515 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
12516 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
12517
12518 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12519
12520 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
12521 (READCHAR_REPORT_MULTIBYTE): New macro.
12522 (readchar): New 2nd arg MULTIBYTE.
12523 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
12524 Make symbol's name multibyte according to the multibyteness of the
12525 source.
12526
12527 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12528
12529 * xfaces.c (face_for_overlay_string): Call lookup_face with
12530 correct arguments (fix of synching with the trunk).
12531
12532 2008-02-01 Kenichi Handa <handa@m17n.org>
12533
12534 * font.c (font_prop_validate_symbol, font_prop_validate_style)
12535 (font_prop_validate_non_neg, font_prop_validate_spacing):
12536 Delete argument prop_index.
12537 (font_property_table): Change arguments to validater. Change Callers.
12538 (font_lispy_object): Delete.
12539 (font_at): Use font_find_object instead fo font_lispy_object.
12540
12541 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
12542
12543 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
12544 and file names.
12545
12546 2008-02-01 Jason Rumney <jasonr@gnu.org>
12547
12548 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
12549 (font_matches_spec): Remove debug output.
12550 (add_font_entity_to_list): Avoid using substituted fonts.
12551
12552 2008-02-01 Jason Rumney <jasonr@gnu.org>
12553
12554 * doc.c (Fsnarf_documentation):
12555 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
12556
12557 2008-02-01 Miles Bader <miles@gnu.org>
12558
12559 * dispextern.h (struct glyph_row): Only define "clip" field if
12560 HAVE_WINDOW_SYSTEM is defined.
12561
12562 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 Fix up multi-tty merge.
12565
12566 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
12567 and indentation.
12568
12569 * xfaces.c (free_realized_face, clear_face_gcs):
12570 Include font_done_for_face in the input_blocked section, just in case.
12571
12572 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
12573 (get_char_face_and_encoding): Undo last change and remove the *other*
12574 duplicate definition (i.e. keep the one that's better scoped and that
12575 includes code for the font-backend).
12576
12577 * terminal.c (create_terminal): Default keyboard_coding to
12578 `no-conversion' and terminal_coding to `undecided'.
12579
12580 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
12581
12582 * fontset.c (free_realized_fontsets): Check that the table entry does
12583 contain a fontset before trying to compare it to `base'.
12584
12585 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
12586 syms_of_charset, and syms_of_coding earlier because init_window_once
12587 now needs Vcoding_system_hash_table to be setup.
12588
12589 * coding.h (default_buffer_file_coding): Remove.
12590
12591 * coding.c (default_buffer_file_coding): Remove.
12592 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
12593 than ->symbol, and use the terminal-local coding system.
12594 (syms_of_coding): Don't setup the coding-systems that are not
12595 terminal-local.
12596 (Fdefine_coding_system_internal): Use XCAR/XCDR.
12597
12598 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
12599 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
12600
12601 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
12602 in chartab.c and were re-added here by mistake.
12603 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
12604
12605 * doc.c (Fsnarf_documentation):
12606 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
12607 src to etc.
12608
12609 * ChangeLog.10: Add mistakenly removed entry.
12610
12611 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
12612
12613 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
12614
12615 2008-02-01 Miles Bader <miles@gnu.org>
12616
12617 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
12618 Add extra args to FACE_FOR_CHAR.
12619
12620 2008-02-01 Kenichi Handa <handa@m17n.org>
12621
12622 * keymap.c (where_is_internal_1): If key is a cons, store the copy
12623 in sequence.
12624
12625 * chartab.c (map_sub_char_table, map_char_table): If the range
12626 contains just one character, call the function with that character
12627 even if the depth is not 3.
12628
12629 2008-02-01 Jason Rumney <jasonr@gnu.org>
12630
12631 * w32font.c (w32font_text_extents): Calculate metrics for the
12632 whole string.
12633
12634 2008-02-01 Jason Rumney <jasonr@gnu.org>
12635
12636 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
12637
12638 2008-02-01 Jason Rumney <jasonr@gnu.org>
12639
12640 * w32term.c (x_set_glyph_string_clipping): Use
12641 get_glyph_string_clip_rects.
12642 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
12643 Adjust for the change of struct glyph_string.
12644
12645 * w32font.c (w32font_draw): Do clipping here.
12646
12647 2008-02-01 Kenichi Handa <handa@m17n.org>
12648
12649 * xftfont.c (xftfont_draw): Adjust for the change of struct
12650 glyph_string.
12651
12652 * xterm.c (x_set_glyph_string_clipping): Use
12653 get_glyph_string_clip_rects.
12654 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
12655 Adjust for the change of struct glyph_string.
12656
12657 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
12658 the resulting clip(s}.
12659 (expose_overlaps): Add arg r. Change callers. Set it to
12660 row->clip temporarily.
12661 (expose_window): Redraw rows overlapping the exposed area.
12662
12663 * dispextern.h (struct glyph_row): New member clip.
12664 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
12665 clip_height, new member clip, and num_clips.
12666
12667 2008-02-01 Kenichi Handa <handa@m17n.org>
12668
12669 * data.c (Fchar_or_string_p): Fix docstring.
12670
12671 2008-02-01 Kenichi Handa <handa@m17n.org>
12672
12673 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
12674 create a temporary XftDraw object.
12675
12676 2008-02-01 Kenichi Handa <handa@m17n.org>
12677
12678 * font.c (Ffontp): Fix docstring.
12679
12680 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
12681 strong evidence of ISO-2022.
12682
12683 2008-02-01 Kenichi Handa <handa@m17n.org>
12684
12685 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
12686 SYNTAX_ENTRY_FOLLOW_PARENT.
12687
12688 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
12689
12690 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
12691 its type.
12692 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
12693 Update to the new type of weak_hash_tables and next_weak.
12694
12695 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
12696 a plain C pointer to Lisp_Hash_Table.
12697
12698 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
12699 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
12700 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
12701 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
12702 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
12703 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
12704 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
12705 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
12706 (GC_EQ): Remove since they've been identical to their non-GC_
12707 alter-egos ever since the markbit was eradicated.
12708
12709 * alloc.c:
12710 * buffer.c:
12711 * buffer.h:
12712 * data.c:
12713 * fileio.c:
12714 * filelock.c:
12715 * fns.c:
12716 * frame.h:
12717 * lisp.h:
12718 * macterm.c:
12719 * print.c:
12720 * process.c:
12721 * w32fns.c:
12722 * w32menu.c:
12723 * w32term.c:
12724 * xfns.c:
12725 * xmenu.c:
12726 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
12727
12728 2008-02-01 Kenichi Handa <handa@m17n.org>
12729
12730 * chartab.c (map_sub_char_table): Make it work for the top-level
12731 char-table. Fix handling of parent char-table.
12732 (map_char_table): Adjust for the above change.
12733
12734 2008-02-01 Jason Rumney <jasonr@gnu.org>
12735
12736 * w32font.c (Qgdi): Rename from Qw32.
12737
12738 2008-02-01 Jason Rumney <jasonr@gnu.org>
12739
12740 * w32bdf.c (get_quoted_string): Make function static.
12741
12742 2008-02-01 Kenichi Handa <handa@m17n.org>
12743
12744 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
12745 bigger ascent and descent than those of the font, use them as
12746 font's ascent and descent.
12747
12748 2008-02-01 Kenichi Handa <handa@m17n.org>
12749
12750 * Makefile.in (${lispsource}international/charprop.el): Move this
12751 target within "#ifdef HAVE_UNIDATA" and "#endif".
12752
12753 2008-02-01 Kenichi Handa <handa@m17n.org>
12754
12755 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
12756 (shortlisp): Add ../lisp/language/tai-viet.el.
12757
12758 2008-02-01 Ulrich Mueller <ulm@gentoo.org>
12759
12760 * Makefile.in (${lispsource}international/charprop.el): Depend on
12761 temacs${EXEEXT}.
12762
12763 2008-02-01 Jason Rumney <jasonr@gnu.org>
12764
12765 * w32font.c (w32font_close): Delete the GDI font object.
12766
12767 * w32menu.c: Include character.h.
12768
12769 * w32proc.c: Likewise.
12770
12771 * w32select.c: Likewise.
12772
12773 * makefile.w32-in (w32proc.o): Depend on character.h.
12774
12775 2008-02-01 Jason Rumney <jasonr@gnu.org>
12776
12777 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
12778
12779 * w32menu.c (syms_of_w32menu): Likewise.
12780
12781 * w32proc.c (syms_of_ntproc): Likewise.
12782
12783 * w32select.c (syms_of_w32select): Likewise.
12784
12785 * w32term.c (syms_of_w32term): Likewise.
12786
12787 2008-02-01 Jason Rumney <jasonr@gnu.org>
12788
12789 * w32font.c (w32font_draw): Delete brush after using it.
12790
12791 2008-02-01 Jason Rumney <jasonr@gnu.org>
12792
12793 * w32font.c (w32font_open): Don't set font_idx.
12794 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
12795 to font settings.
12796 (w32font_draw): Fill background explicitly.
12797
12798 2008-02-01 Jason Rumney <jasonr@gnu.org>
12799
12800 * w32term.c (w32_initialize): Don't call w32font_initialize.
12801
12802 * w32font.c (w32font_info): Remove subranges.
12803 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
12804 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
12805 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
12806 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
12807 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
12808 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
12809 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
12810 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
12811 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
12812 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
12813 New symbols.
12814 (font_callback_data): New struct.
12815 (w32font_list, w32font_match): Use it.
12816 (w32font_open): Don't populate subranges.
12817 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
12818 (w32font_encode_char): Always return unicode code-point as-is.
12819 (w32font_text_extents): Supply a transformation matrix to
12820 GetGlyphOutline. Never look up by glyph index. Avoid looping
12821 twice. Use unicode version of GetTexExtentPoint32 instead of
12822 glyph index version.
12823 (set_fonts_frame): Remove.
12824 (w32_enumfont_pattern_entity): Add frame parameter, use it to
12825 set frame parameter. Use backward compatible fake foundries.
12826 Save generic family in extra slot under QCfamily. Make width slot
12827 constant. Save QCspacing value. Save list of scripts instead of
12828 binary subranges.
12829 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
12830 (add_font_entity_to_list): Use font_callback_data struct. Filter
12831 unwanted fonts.
12832 (add_one_font_entity_to_list): Use font_callback_data struct.
12833 (w32_registry): Default to iso10646_1.
12834 (fill_in_logfont): Use dpi from extra slot. Don't bother with
12835 string font registries. Don't fill in font name if it is a generic
12836 family name, fill family instead. Use spacing, family and script
12837 extra info to fill pitch, family and charset fields.
12838 (list_all_matching_fonts): Use font_callback_data struct.
12839 (unicode_range_for_char): Remove.
12840 (font_supported_scripts): New function.
12841 (w32font_initialize): Remove.
12842 (syms_of_w32font): Update which symbols are defined.
12843
12844 2008-02-01 Jason Rumney <jasonr@gnu.org>
12845
12846 * font.c (font_pixel_size): Reverse assq_no_quit args.
12847
12848 * w32term.h (FONT_WIDTH): Report max width, not average.
12849 (FONT_MAX_WIDTH): Remove.
12850 (FONT_AVG_WIDTH): New macro.
12851
12852 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
12853 redefinition of FONT_WIDTH.
12854
12855 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
12856 (w32_cache_char_metrics): Use FONT_WIDTH.
12857
12858 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
12859
12860 2008-02-01 Jason Rumney <jasonr@gnu.org>
12861
12862 * w32font.c (w32font_open): Make lfHeight negative.
12863
12864 * w32fns.c (x_default_font_parameter): Use new style font name.
12865 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
12866
12867 2008-02-01 Jason Rumney <jasonr@gnu.org>
12868
12869 * w32font.c (QCsubranges): New symbol.
12870 (w32font_open, w32font_has_char): Get subranges from subproperty
12871 of extra.
12872 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
12873 (syms_of_w32font): Define :subranges symbol.
12874
12875 * font.c (font_put_extra): Expose externally.
12876
12877 * font.h (font_put_extra): Move declaration from font.c.
12878
12879 * font.c (Ffont_get): Use font driver to determine otf capability.
12880 (adjust_anchor): Check if driver defines anchor_point before using.
12881
12882 * w32font.c (w32font_open): Handle size, height and pixel_size better.
12883 (w32font_draw): Use options.
12884 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
12885 Fix detection of truetype fonts.
12886 (registry_to_w32_charset): Handle charsets other than iso8859-1
12887 expressed as lisp symbols.
12888 (w32_registry): Express charset as lisp symbol.
12889 (fill_in_logfont): Reverse pixel and point height logic.
12890 Don't set width here. Set quality to default.
12891
12892 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
12893 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
12894
12895 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
12896 Remove redundant loop and allocation.
12897
12898 * makefile.w32-in (font.o, w32font.o): New objects.
12899 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
12900 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
12901
12902 * xdisp.c (fill_composite_glyph_string): Make the first arg to
12903 STORE_XCHARB a valid l-value.
12904
12905 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
12906 calculations for non-Truetype fonts.
12907 (x_draw_glyph_string): Sync with xterm.c.
12908 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
12909 Remove redundant code.
12910 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
12911
12912 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
12913 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
12914
12915 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
12916 (x_to_w32_charset, w32_to_x_charset): Expose externally.
12917
12918 * w32font.c: New file for w32 font backend.
12919
12920 2008-02-01 Kenichi Handa <handa@m17n.org>
12921
12922 * term.c: Don't include "buffer.h" twice.
12923
12924 2008-02-01 Kenichi Handa <handa@m17n.org>
12925
12926 * character.c (Funibyte_string): New function.
12927 (syms_of_character): Defsubr it.
12928
12929 2008-02-01 Jason Rumney <jasonr@gnu.org>
12930
12931 * w32term.c [USE_FONT_BACKEND]:
12932 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
12933 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
12934 (x_draw_glyph_string, x_draw_glyph_string_foreground)
12935 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
12936 (x_free_frame_resources): Sync with xterm.c.
12937
12938 2008-02-01 Andreas Schwab <schwab@suse.de>
12939
12940 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
12941 char-table size.
12942
12943 2008-02-01 Kenichi Handa <handa@m17n.org>
12944
12945 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
12946
12947 2008-02-01 Kenichi Handa <handa@m17n.org>
12948
12949 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
12950 font_otf_gpos, add font_drive_otf.
12951
12952 * fontset.c (fontset_find_font): Pay attention to font size
12953 specified for a font.
12954 (reorder_font_vector): Check contents of font_def.
12955
12956 * font.c (struct otf_list): Delete it.
12957 (otf_list): Make it a lisp variable.
12958 (otf_open): Use lispy otf_list.
12959 (generate_otf_features): Rename from parse_gsub_gpos_spec.
12960 (check_otf_features): New function.
12961 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12962 New functions.
12963 (font_drive_otf): New function merging font_otf_gsub and
12964 font_otf_gpos.
12965 (font_open_for_lface): New arg spec. Change argument order.
12966 (font_load_for_face): Adjust for the change of font_open_for_lface.
12967 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
12968 Ffont_otf_gpos.
12969 (syms_of_font): Staticpro otf_list. Delete defsubr of
12970 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
12971
12972 * xfaces.c (set_font_frame_param): Adjust for the change of
12973 font_open_for_lface.
12974
12975 * font.h (font_open_for_lface): Adjust prototype.
12976 (struct font_driver): Delete members otf_gsub and otf_gpos, add
12977 member otf_drive.
12978 (font_otf_gsub, font_otf_gpos): Delete externs.
12979 (font_drive_otf): Extern it.
12980
12981 2008-02-01 Kenichi Handa <handa@m17n.org>
12982
12983 * font.c (font_at): If the window W is not on a window system,
12984 return Qnil.
12985
12986 * coding.c (produce_chars, encode_coding): Don't call
12987 insert_from_gap if no characters to produce.
12988
12989 2008-02-01 Kenichi Handa <handa@m17n.org>
12990
12991 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
12992 Fclear_face_cache.
12993
12994 * xfaces.c (face_for_font): Check also face->font==font->font.font.
12995
12996 2008-02-01 Miles Bader <miles@gnu.org>
12997
12998 * emacs.c (main): Change default value of `enable_font_backend' to 1.
12999 Parse "--disable-font-backend" option.
13000 (standard_args): Add "--disable-font-backend" option.
13001
13002 2008-02-01 Kenichi Handa <handa@m17n.org>
13003
13004 * fontset.c (fontset_find_font): New function.
13005 (fontset_font): Use fontset_find_font.
13006 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
13007 Register the specified font for all Latin characters.
13008 (new_fontset_from_font): Register the specified font for all Latin
13009 characters.
13010 (dump_fontset): For a realized fontset, include the base fontset
13011 name in the returned vector.
13012
13013 2008-02-01 Kenichi Handa <handa@m17n.org>
13014
13015 * character.h (CHAR_STRING): Cast C to unsigned on calling
13016 char_string.
13017
13018 * character.c (char_string): Type of arg C changed to unsigned.
13019 Signal an error if C is an invalid character code.
13020
13021 * editfns.c (general_insert_function, Fchar_to_string):
13022 Use CHARACTERP, not INTEGERP.
13023
13024 2008-02-01 Kenichi Handa <handa@m17n.org>
13025
13026 * character.h (MIN_MULTIBYTE_LEADING_CODE)
13027 (MAX_MULTIBYTE_LEADING_CODE): New macros.
13028
13029 * regex.c (analyse_first): Fix for multibyte characters in "case
13030 charset:" and "case categoryspec:".
13031
13032 2008-02-01 Andreas Schwab <schwab@suse.de>
13033
13034 * Makefile.in (LIBES): Move standard libraries to the end.
13035
13036 2008-02-01 Kenichi Handa <handa@m17n.org>
13037
13038 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
13039 nonzero, don't shrink the buffer nextb.
13040
13041 * buffer.h (struct buffer_text): New member inhibit_shrinking.
13042
13043 * coding.c (coding_alloc_by_making_gap): New arg offset.
13044 (alloc_destination): Call coding_alloc_by_making_gap with the arg
13045 offset.
13046 (decode_coding_iso_2022): Update coding->safe_charsets.
13047 (decode_coding_gap): Temporarily set
13048 current_buffer->text->inhibit_shrinking to 1.
13049
13050 2008-02-01 Kenichi Handa <handa@m17n.org>
13051
13052 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
13053 indexing into elements of s->cmp and s->char2b.
13054
13055 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
13056
13057 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
13058
13059 2008-02-01 Kenichi Handa <handa@m17n.org>
13060
13061 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
13062 target_multibyte instead of multibyte.
13063 (re_match_2_internal): Call bcmp_translate with target_multibyte.
13064 (bcmp_translate): Change the argument name from multibyte to
13065 target_multibyte.
13066
13067 2008-02-01 Kenichi Handa <handa@m17n.org>
13068
13069 These changes are to compile a regexp into a pattern that can be
13070 used both for multibyte and unibyte targets.
13071
13072 * Makefile.in (search.o): Depend on charset.h.
13073
13074 * character.c (multibyte_char_to_unibyte_safe): New function.
13075
13076 * search.c: Include "charset.h".
13077 (compile_pattern_1): Delete argument multibyte. Don't set
13078 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
13079 (compile_pattern): Don't compare cp->buf.target_multibyte.
13080 Compare cp->buf.charset_unibyte.
13081 (compile_pattern): Set cp->buf.target_multibyte.
13082
13083 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
13084
13085 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
13086
13087 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
13088 multibyte. Change callers.
13089 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
13090 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
13091 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
13092 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
13093 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
13094 (regex_compile): Make the compiled pattern usable both for
13095 multibyte and unibyte targets.
13096 (analyse_first): Make the fastmap usable both for multibyte and
13097 unibyte targets.
13098 (TRANSLATE_VIA_MULTIBYTE): Delete.
13099 (re_match_2_internal): Pay attention to the case that the
13100 multibyteness of bufp and target may be different.
13101
13102 2008-02-01 Kenichi Handa <handa@m17n.org>
13103
13104 * xdisp.c (x_produce_glyphs): When a font is not found, make the
13105 empty box occupy at least one column width.
13106
13107 2008-02-01 Miles Bader <miles@gnu.org>
13108
13109 * Makefile.in: Remove redundant HAVE_XFT clause.
13110
13111 2008-02-01 Kenichi Handa <handa@m17n.org>
13112
13113 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
13114
13115 2008-02-01 Kenichi Handa <handa@m17n.org>
13116
13117 * fontset.c (Finternal_char_font): Fix for the case of POSITION
13118 being nil.
13119
13120 2008-02-01 Kenichi Handa <handa@m17n.org>
13121
13122 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
13123
13124 2008-02-01 Kenichi Handa <handa@m17n.org>
13125
13126 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
13127
13128 2008-02-01 Kenichi Handa <handa@m17n.org>
13129
13130 * search.c (simple_search): Fix previous change.
13131
13132 2008-02-01 Kenichi Handa <handa@m17n.org>
13133
13134 * xftfont.c (ftfont_font_format): Extern declaration.
13135
13136 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
13137
13138 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
13139 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
13140
13141 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
13142 (ftfont_font_format): Fix previous change.
13143
13144 * font.h (Ffont_xlfd_name): EXFUN it.
13145
13146 * font.c (font_parse_xlfd): Fix the array size of `f'.
13147 (register_font_driver): Use EQ to compare driver->type.
13148
13149 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
13150 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
13151 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
13152
13153 2008-02-01 Kenichi Handa <handa@m17n.org>
13154
13155 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
13156 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
13157
13158 2008-02-01 Kenichi Handa <handa@m17n.org>
13159
13160 * xfont.c (xfont_open): Set font->format.
13161
13162 * xftfont.c (xftfont_open): Set font->format.
13163
13164 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
13165 (ftfont_list): Include FC_FONTFORMAT in FcObject.
13166 (ftfont_open): Set font->format.
13167 (ftfont_font_format): New function.
13168
13169 * font.h (struct font): New member format.
13170
13171 * font.c (Qopentype): New variable.
13172 (syms_of_font): Defsym it.
13173 (Fquery_font): Change the format of the last element of the return
13174 value.
13175
13176 2008-02-01 Kenichi Handa <handa@m17n.org>
13177
13178 * xfns.c (xic_create_xfontset): Try the default fontset name as a
13179 last resort.
13180
13181 2008-02-01 Kenichi Handa <handa@m17n.org>
13182
13183 * coding.c (detect_coding_charset): Fix detection of multi-byte
13184 charset.
13185
13186 2008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
13187
13188 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
13189
13190 2008-02-01 Kenichi Handa <handa@m17n.org>
13191
13192 * xdisp.c (get_next_display_element): Set it->face_id for the
13193 first component of a composition.
13194 (x_produce_glyphs): Check if the font is changed or not for composition.
13195
13196 2008-02-01 Kenichi Handa <handa@m17n.org>
13197
13198 * fontset.c (Qlatin): New variable.
13199 (syms_of_fontset): Define it as a lisp symbol.
13200 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
13201
13202 2008-02-01 Kenichi Handa <handa@m17n.org>
13203
13204 * font.c (font_unparse_fcname): Pay attention to the case that
13205 some of font property is a null string.
13206
13207 2008-02-01 Kenichi Handa <handa@m17n.org>
13208
13209 * term.c: Include "composite.h".
13210 (encode_terminal_code): Output all components of composition.
13211 Check the size of encode_terminal_src.
13212 (produce_glyphs): For composition, call produce_composite_glyph.
13213 (append_composite_glyph, produce_composite_glyph): New functions.
13214
13215 * xdisp.c (x_produce_glyphs): In handling composition, if a font
13216 is not found, get font_info from the current ascii face.
13217
13218 2008-02-01 Kenichi Handa <handa@m17n.org>
13219
13220 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
13221 buffer-file-name to Qnil before calling insert_from_buffer.
13222
13223 * font.c (font_unparse_fcname): Pay attention to the case that
13224 foundry is a null string.
13225
13226 2008-02-01 Kenichi Handa <handa@m17n.org>
13227
13228 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
13229
13230 * font.c (Qunicode_sip): New variable.
13231 (syms_of_font): Declare it as a Lisp symbol.
13232
13233 * font.h (Qunicode_sip): Extern it.
13234
13235 2008-02-01 Kenichi Handa <handa@m17n.org>
13236
13237 * composite.c (get_composition_id): Pay attention to TAB component.
13238
13239 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
13240 TAB. Adjust for the change of s->char2b which always points to
13241 the first element of allocated memory.
13242
13243 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
13244
13245 * xdisp.c (handle_composition_prop): Set it->c to the first
13246 non-TAB component.
13247 (fill_composite_glyph_string): Change argument.
13248 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
13249 (x_produce_glyphs): Fix handling of left/right padding.
13250
13251 2008-02-01 Kenichi Handa <handa@m17n.org>
13252
13253 * coding.c (detect_coding_system): Fix for handling off
13254 inhibit_iso_escape_detection. Fix for the case that no coding
13255 system is defined for a specific coding category.
13256
13257 2008-02-01 Kenichi Handa <handa@m17n.org>
13258
13259 * font.c (font_matching_entity): Delete unused local var.
13260
13261 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
13262 opening a font.
13263
13264 * fileio.c (Finsert_file_contents): On recovering a file, assume
13265 Unix-like eol.
13266 (choose_write_coding_system): On auto-saving a file, force
13267 Unix-like eol.
13268
13269 * coding.c (setup_coding_system): Fix setting of
13270 coding->common_flags based on eol_type.
13271 (coding_inherit_eol_type): If PARENT is not nil, be sure to
13272 inherit from it.
13273
13274 2008-02-01 Kenichi Handa <handa@m17n.org>
13275
13276 * alloc.c (NSTATICS): Increas to 0x600.
13277
13278 2008-02-01 Kenichi Handa <handa@m17n.org>
13279
13280 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
13281 (ftfont_list): Don't check :name property.
13282 (ftfont_match): New function.
13283 (ftfont_pattern_entity): If the pattern doesn't contain
13284 FC_SPACING, don't assume FC_MONO.
13285
13286 * font.h (struct font_driver): New member `match'.
13287 (font_update_drivers): Adjust prototype.
13288
13289 * font.c (font_parse_fcname, font_parse_name): Don't change :name
13290 property of FONT.
13291 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
13292 them unconditionally.
13293 (font_matching_entity): New function.
13294 (font_open_by_name): Try font_matching_entity if exact match is
13295 not found.
13296 (font_update_drivers): Delete the arg FONT. Return a list of
13297 actually used backends. Don't free faces, font caches here.
13298 Don't store data in frame parameters. Don't call x_set_font.
13299 (Ffont_spec): Store :name property as is.
13300 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
13301 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
13302 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
13303 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
13304 Call font->driver->otf_gsub instead of font_otf_gsub.
13305
13306 * frame.c (x_set_font_backend): Do more works that were done in
13307 font_update_drivers before.
13308
13309 * xfont.c (xfont_match): New function.
13310 (xfont_driver): Set xfont_driver.match to xfont_match.
13311 (xfont_draw): Set font in GC if necessary.
13312
13313 * ftxfont.c (ftxfont_match): New function.
13314 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
13315
13316 * xftfont.c (xftfont_match): New function.
13317 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
13318
13319 2008-02-01 Kenichi Handa <handa@m17n.org>
13320
13321 * font.h (struct font): New member scalable.
13322 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
13323 (font_otf_gsub): Adjust prototype.
13324
13325 * font.c (font_otf_capability): Fix handling of the default langsys.
13326 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
13327 Check the contents of SPEC.
13328 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
13329 (check_gstring): New function.
13330 (REPLACEMENT_CHARACTER): New macro.
13331 (font_otf_gsub): New arg alternate_subst. Be sure to set all
13332 glyph codes of GSTRING.
13333 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
13334 (font_prepare_composition): Set cmp->glyph_len.
13335 (font_open_entity): Set font->scalable.
13336 (Ffont_get): Handle :otf property.
13337 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
13338 functions.
13339 (Fquery_font): Use font->font.full_name.
13340 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
13341 Sfont_otf_alternates.
13342
13343 * ftfont.c (ftfont_open): Set font->font.full_name and
13344 font->font.name properly. Fix calculation of font->font.height
13345 and font->min_width.
13346
13347 * ftxfont.c (ftxfont_create_gcs): New function.
13348 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
13349 (ftxfont_draw_backgrond): Fix filling region.
13350 (ftxfont_default_fid): New function.
13351 (ftxfont_open): Set xfont->fid to the return value of
13352 ftxfont_default_fid.
13353 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
13354 (ftxfont_done_face): Free only GCs that are created by
13355 ftxfont_create_gcs.
13356 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
13357
13358 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
13359 Clip to src->width, etc (not src->clip_XXX).
13360
13361 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
13362 FontBackend frame parameter.
13363
13364 2008-02-01 Kenichi Handa <handa@m17n.org>
13365
13366 * font.h (struct font_driver_list): New member `on'.
13367 (Fclear_font_cache): EXFUN it.
13368 (font_update_drivers): Extern it.
13369
13370 * font.c (font_unparse_fcname): Fix typo (swidth->width).
13371 (font_list_entities): Check driver_list->on.
13372 (register_font_driver): Initalize `on' member to 0.
13373 (font_update_drivers): New function.
13374 (Fclear_font_cache): Check driver_list->on.
13375
13376 * frame.h (Qfont_backend): Extern it.
13377 (x_set_font_backend): Extern it.
13378
13379 * frame.c (Qfont_backend): New variable.
13380 (frame_parms): New element for font-backend.
13381 (x_set_font_backend): New function.
13382
13383 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
13384 FontBackend frame parameter.
13385 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
13386 x_set_font_backend.
13387
13388 * xfont.c (xfont_list): Don't try listing by :name property if the
13389 name is not for XLFD.
13390
13391 2008-02-01 Kenichi Handa <handa@m17n.org>
13392
13393 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
13394 (LGLYPH_SET_TO): New macros.
13395 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
13396 element of G is vector or not.
13397 (font_at): Extern it.
13398
13399 * font.c: Include window.h.
13400 (font_lispy_object): New function.
13401 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
13402 end of valid glyph.
13403 (font_close_object): Fix getting (struct font *).
13404 (font_at): New function.
13405 (Ffont_get): If FONT is a font-object, get entity from it.
13406 (Ffont_make_gstring): Initialize elements of glyphs with nil.
13407 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
13408 range check.
13409 (Ffont_at): New function.
13410 (syms_of_font): Defsubr Sfont_at.
13411
13412 * xdisp.c (it_props): Move the entry for Qauto_composed to just
13413 before the entry for Qcomposition.
13414 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
13415 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
13416 the font in gstring.
13417 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
13418 LGLYPH_FORM (g) to detect the end of valid glyph.
13419 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
13420 we are composing with gstring.
13421
13422 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
13423 Check if adjustment is vector or not.
13424
13425 * Makefile.in (font.o): Make it depends on window.h.
13426
13427 2008-02-01 Kenichi Handa <handa@m17n.org>
13428
13429 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
13430 adjustment is vector or not.
13431
13432 2008-02-01 Miles Bader <miles@gnu.org>
13433
13434 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
13435
13436 2008-02-01 Kenichi Handa <handa@m17n.org>
13437
13438 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
13439 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
13440 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
13441
13442 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
13443 (DEVICE_DELTA): Fix typo.
13444 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
13445 LGLYPH format.
13446
13447 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
13448 the change of LGLYPH format.
13449
13450 2008-02-01 Kenichi Handa <handa@m17n.org>
13451
13452 * ftfont.c (ftfont_list): Fix typo.
13453 (ftfont_build_basic_charsets): Don't include letters with diacritics.
13454
13455 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13456
13457 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
13458
13459 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
13460 xftface_info is non-NULL.
13461
13462 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13463
13464 * ftfont.c (ftfont_list): Move misplaced #endif.
13465
13466 2008-02-01 Kenichi Handa <handa@m17n.org>
13467
13468 * ftfont.c (ftfont_list): Pay attention to the case that
13469 FC_CAPABILITY is not defined.
13470
13471 2008-02-01 Kenichi Handa <handa@m17n.org>
13472
13473 * xftfont.c (xftfont_open): Set charset related members to -1.
13474
13475 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
13476 QCname.
13477 (ftfont_open): Set charset related members to -1.
13478
13479 * fontset.c (Votf_script_alist): New variable.
13480 (syms_of_fontset): Initialize it.
13481 (fontset_font): Delete unused variable.
13482
13483 * fontset.h (Votf_script_alist): Extern it.
13484
13485 * font.c (font_find_for_lface): Optimize code.
13486
13487 * font.h (font_close_object, font_merge_old_spec): Extern them.
13488
13489 2008-02-01 Kenichi Handa <handa@m17n.org>
13490
13491 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
13492 (syms_of_font): Initialize them.
13493 (font_pixel_size): Allow float value in dpi.
13494 (font_prop_validate_type): Delete.
13495 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
13496 Change caller.
13497 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
13498 (font_prop_validate_extra): Delete.
13499 (font_prop_validate_spacing): New function.
13500 (font_property_table): Add elements for all known properties.
13501 (get_font_prop_index): Rename from check_font_prop_name. New
13502 argument FROM. Change caller.
13503 (font_prop_validate): Validate all known properties.
13504 (font_put_extra): Delete argument force. Change caller.
13505 (font_expand_wildcards): Make it static. Fix the way of shrinking
13506 the possible range.
13507 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
13508 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
13509 Change caller.
13510 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
13511 (font_parse_fcname): Delete argument merge. Fix parsing of point
13512 size. Don't validate properties values here. Change caller.
13513 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
13514 (font_open_by_name): Delete unused variable.
13515 (Ffont_spec): Likewise. Validate property values.
13516 (Ffont_match_p): New function.
13517
13518 * font.h (QCscalable): Extern it.
13519 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
13520
13521 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
13522
13523 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
13524 (xfont_list_pattern): New function.
13525 (xfont_list): Use xfont_list_pattern.
13526
13527 2008-02-01 Kenichi Handa <handa@m17n.org>
13528
13529 * font.h (Flist_fonts): EXFUN it.
13530
13531 2008-02-01 Jason Rumney <jasonr@gnu.org>
13532
13533 * w32term.c (w32_initialize): Add back smoothing_type and
13534 smoothing_enabled definitions.
13535
13536 2008-02-01 Kenichi Handa <handa@m17n.org>
13537
13538 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
13539 s->face->font on determining underline position.
13540
13541 2008-02-01 Kenichi Handa <handa@m17n.org>
13542
13543 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
13544 (font_has_char): Accept font-object too.
13545 (font_find_for_lface): Try at first with a size specified in face.
13546
13547 2008-02-01 Kenichi Handa <handa@m17n.org>
13548
13549 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
13550 font_open_by_name.
13551
13552 2008-02-01 Kenichi Handa <handa@m17n.org>
13553
13554 * font.h (QCspacing, QCdpi): Extern them.
13555 (enum font_spacing): New enum.
13556 (FONT_PIXEL_SIZE_QUANTUM): New macro.
13557
13558 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
13559 (QCspacing, QCdpi): New variables.
13560 (syms_of_font): Initialize them.
13561 (font_pixel_size): New function.
13562 (font_put_extra): New function.
13563 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
13564 in FONT_EXTRA.
13565 (font_parse_fcname): Handle enumerated values (e.g. bold).
13566 Fix handling font size. Add QCname property that contains only
13567 unknown properties.
13568 (font_score): Change argument. Change caller. Pay attention to
13569 FONT_PIXEL_SIZE_QUANTUM.
13570 (font_sort_entites, font_list_entities, font_find_for_lface)
13571 (font_open_for_lface, font_open_by_name): Fix handling of font size.
13572 (Ffont_spec): Add QCname property that contains only unknown properties.
13573
13574 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
13575 include weight in listing pattern, instead check weight of each
13576 listed font. Don't include scalable in pattern. Pay attention to
13577 FONT_PIXEL_SIZE_QUANTUM.
13578
13579 2008-02-01 Kenichi Handa <handa@m17n.org>
13580
13581 * font.c (font_parse_fcname): Fix parsing of point-size.
13582 (font_unparse_fcname): Produce symbolic names for style properties.
13583 (font_list_entities): Handle float size correctly.
13584 (font_open_by_name): Prefer `normal' property values if the name
13585 doesn't specify them.
13586
13587 * fontset.c (Finternal_char_font): Use font_get_name, not
13588 Ffont_xlfd_name.
13589
13590 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
13591 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
13592 pattern. Don't force scalable.
13593
13594 * xftfont.c (xftfont_open): For generating a name, start from
13595 96-byte buffer.
13596
13597 2008-02-01 Jan Djärv <jan.h.d@swipnet.se>
13598
13599 * frame.h (x_new_fontset2): Fix prototype.
13600
13601 2008-02-01 Kenichi Handa <handa@m17n.org>
13602
13603 * font.h (struct font_driver): Delete member parse_name.
13604 (font_match_p, font_get_spec, font_parse_fcname)
13605 (font_unparse_fcname): Extern them.
13606 (font_get_name): Adjust prototype.
13607
13608 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
13609 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
13610 (font_expand_wildcards): Fix handling ENCODING field. Avoid
13611 unnecessary checks for weight, slant, and swidth.
13612 (font_parse_fcname): New function.
13613 (font_unparse_fcname): New function.
13614 (font_parse_name): New function.
13615 (font_match_p): New function.
13616 (font_get_name): Change return value to Lisp string.
13617 (font_get_spec): New function.
13618 (Qunspecified, Qignore_defface): Don't extern them.
13619 (font_find_for_lface): Assume that LFACE is fully specified.
13620 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
13621 object, use it for FACE.
13622 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
13623 driver->parse_name.
13624 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
13625
13626 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
13627 prototype.
13628
13629 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
13630 argument F. Don't call Fnew_fontset. Instead, directly call
13631 make_fontset.
13632
13633 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
13634
13635 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
13636 of x_new_fontset2.
13637
13638 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
13639 (Qsans__serif): New variables.
13640 (ftfont_generic_family_list): New variable.
13641 (syms_of_ftfont): Initialize the above variables.
13642 (ftfont_pattern_entity): Delete argument NAME.
13643 (ftfont_list_generic_family): New function.
13644 (ftfont_parse_name): Delete this function.
13645 (ftfont_list): Try generic family only when FcFontList found no font.
13646 (ftfont_list_family): Fix args to FcObjectSetBuild.
13647
13648 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
13649 object in attrs[LFACE_FONT_INDEX].
13650 (set_lface_from_font_name): Cancel all changes for font-backend.
13651 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
13652 function.
13653 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
13654 font object in QCfont attribute.
13655 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
13656 (realize_default_face) [USE_FONT_BACKEND]: Call
13657 set_lface_from_font_and_fontset.
13658
13659 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
13660 "fixed", and signal error here if no suitable font was found.
13661
13662 * xfont.c (xfont_parse_name): Delete this function.
13663
13664 * xftfont.c (xftfont_open): Change coding style of error
13665 handling. Generate fontconfig's fontname pattern.
13666
13667 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
13668 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
13669
13670 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
13671 Both args FONTSET and FONT_OBJECT must be existing ones.
13672
13673 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13674
13675 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
13676
13677 2008-02-01 Kenichi Handa <handa@m17n.org>
13678
13679 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
13680
13681 * font.h (struct font): Fix typo.
13682
13683 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
13684 XLFD_XXX_INDEX.
13685 (enum xlfd_field_mask): New enum.
13686 (intern_font_field): Changed argument. Change caller. If digits
13687 are followed by non-digits, return a symbol.
13688 (font_expand_wildcards): New function.
13689 (font_parse_xlfd): Fix wildcard handling.
13690 (Ffont_spec): If :name is specified, reflect the info in the other
13691 properties.
13692
13693 * ftfont.c (ftfont_pattern_entity): Fix typo.
13694 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
13695 locale.
13696
13697 2008-02-01 Kenichi Handa <handa@m17n.org>
13698
13699 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
13700
13701 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
13702 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
13703 registry doesn't specify encoding part.
13704 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
13705 (font_open_by_name): At first try parsing the name.
13706 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
13707 as Lisp symbols.
13708
13709 * fontset.c (reorder_font_vector): Pay attention to the case that
13710 the 3rd element of font_def is nil.
13711 (fontset_font): For the default fontset, append one more fontset
13712 elements for a script-based font specification. Don't add script
13713 attribute on finding a font.
13714 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
13715 font name.
13716 (fontset_ascii_font): If a font can't be opened, return nil.
13717
13718 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
13719 (ftfont_pattern_entity): New function.
13720 (ftfont_get_cache): Assume that freetype_font_cache is already
13721 initialized.
13722 (ftfont_list): Handle the case that a file is specified in font
13723 name. Use ftfont_pattern_entity to generate entities.
13724 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
13725 (syms_of_ftfont): Initialize freetype_font_cache.
13726
13727 * xftfont.c (xftfont_open): Make the font name fontconfig's
13728 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
13729 (xftfont_close): Free font->font.name if not NULL.
13730
13731 * xfont.c (xfont_list): If script is specified for a font, return
13732 null_vector.
13733 (xfont_list_family): Declare argument type.
13734
13735 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
13736 name, set LFACE_FONT (lface) to nil.
13737
13738 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
13739 return Qnil.
13740
13741 2008-02-01 Kenichi Handa <handa@m17n.org>
13742
13743 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
13744 (standard_args): Add "-enable-font-backend".
13745
13746 2008-02-01 Kenichi Handa <handa@m17n.org>
13747
13748 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
13749 (struct xftdraw_list, xftdraw_list): Delete them.
13750 (register_xftdraw, check_xftdraw): Delete them.
13751 (xftfont_prepare_face): Don't call register_xftdraw.
13752 (xftfont_done_face): Don't call check_xftdraw.
13753 (xftfont_draw): Get background color only when with_background is
13754 nonzero.
13755
13756 * xfont.c (xfont_encode_char): Fix calculation of char2b.
13757
13758 2008-02-01 Kenichi Handa <handa@m17n.org>
13759
13760 These changes are for the new font handling codes.
13761
13762 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
13763 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
13764 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
13765 (FONTSRC, FONTOBJ): New variables.
13766 (obj): Add $(FONTOBJ).
13767 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
13768 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
13769 @LIBOTF_LIBS@.
13770 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
13771 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
13772
13773 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
13774
13775 * character.h (Vscript_representative_chars): Extern it.
13776
13777 * character.c (Vscript_representative_chars): New variable.
13778 (syms_of_character): Declare it as a Lisp variable.
13779
13780 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
13781 enable_font_backend is nonzero, accept the composition method
13782 COMPOSITION_WITH_GLYPH_STRING.
13783
13784 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
13785 enumeration COMPOSITION_WITH_GLYPH_STRING.
13786
13787 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
13788 members clip_x, clip_y, clip_width, and clip_height.
13789 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
13790
13791 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
13792 --enable-font-backend. Call syms_of_font.
13793
13794 * fns.c (assoc_no_quit): New function.
13795
13796 * fontset.h (FONT_INFO_FROM_FACE): New macro.
13797 (face_for_font, new_fontset_from_font)
13798 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
13799
13800 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
13801 (fontset_font, fontset_ascii, face_for_char)
13802 (make_fontset_for_ascii_face, Ffont_info)
13803 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
13804 is nonzero, use font-backend mechanism.
13805 (find_font_encoding): Make it non-static.
13806 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
13807 New functions.
13808
13809 * frame.h (struct frame): New members resx and resy.
13810 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
13811 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
13812
13813 * frame.c [USE_FONT_BACKEND]: Include "font.h".
13814 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
13815
13816 * lisp.h (assoc_no_quit): Extern it.
13817
13818 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
13819 Through out the file, use FONT_INFO_FROM_FACE instead of
13820 FONT_INFO_FROM_ID, use get_per_char_metric instead of
13821 rif->per_char_metric.
13822 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
13823 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
13824 (get_glyph_face_and_encoding, fill_composite_glyph_string)
13825 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
13826 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
13827 nonzero, use font-backend mechanism.
13828 (get_per_char_metric): New function.
13829
13830 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
13831 (set_lface_from_font_name)
13832 (set_font_frame_param, free_realized_face)
13833 (prepare_face_for_display, clear_face_gcs)
13834 (Finternal_set_font_selection_order, realize_x_face)
13835 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
13836 font-backend mechanism.
13837 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
13838 (load_face_font) [USE_FONT_BACKEND]: Abort.
13839 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
13840 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
13841
13842 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
13843 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
13844 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
13845 nonzero, register all available font drivers. Call
13846 x_default_font_parameter for deciding a font.
13847 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
13848
13849 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
13850 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
13851 (x_set_glyph_string_clipping_exactly)
13852 (x_compute_glyph_string_overhangs)
13853 (x_draw_glyph_string_foreground)
13854 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
13855 (x_free_frame_resources) [USE_FONT_BACKEND]: If
13856 enable_font_backend is nonzero, use font-backend mechanism.
13857 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
13858
13859 2008-02-01 Kenichi Handa <handa@m17n.org>
13860
13861 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
13862 system_eol_type.
13863 (syms_of_coding): Initialize system_eol_type.
13864
13865 * process.c (Fset_process_coding_system): Inherit system's eol
13866 format if necessary.
13867
13868 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13869
13870 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
13871
13872 2008-02-01 Kenichi Handa <handa@m17n.org>
13873
13874 * coding.c (decode_eol): Pay attention to buffer relocation in
13875 del_range_2.
13876 (decode_coding): Call decode_eol before restoring undo_list.
13877
13878 2008-02-01 Kenichi Handa <handa@m17n.org>
13879
13880 * charset.c (Fdefine_charset_internal): Fix setting of
13881 emacs_mule_bytes.
13882
13883 2008-02-01 Kenichi Handa <handa@m17n.org>
13884
13885 * keyboard.c (read_char): Check if C is a character or not before
13886 looking up Vkeyboard_translate_table.
13887
13888 2008-02-01 Kenichi Handa <handa@m17n.org>
13889
13890 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
13891 condition to terminate the loop.
13892
13893 2008-02-01 Kenichi Handa <handa@m17n.org>
13894
13895 * coding.c (produce_composition): Compare charbuf[i] instead of
13896 args[i] against 0.
13897 (Fterminal_coding_system): Use EQ to compare Lisp objects.
13898
13899 2008-02-01 Kenichi Handa <handa@m17n.org>
13900
13901 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
13902 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
13903 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
13904 detect_coding.
13905 (emacs_mule_char): Handle old style (Emacs 20) component character
13906 of a composition.
13907 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
13908 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
13909 composition rule.
13910 (decode_coding_emacs_mule): Handle invalid bytes correctly.
13911
13912 2008-02-01 Kenichi Handa <handa@m17n.org>
13913
13914 * coding.c (encode_coding_ccl): Allocate destination dynamically
13915 when necessary.
13916
13917 2008-02-01 Kenichi Handa <handa@m17n.org>
13918
13919 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
13920 the loop. When quitted, show a proper error message.
13921
13922 2008-02-01 Kenichi Handa <handa@m17n.org>
13923
13924 * xterm.c (x_set_glyph_string_clipping_exactly): Set
13925 src->clip_head and src->clip_tail temporarily instead of src->hl.
13926
13927 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
13928 character sequence.
13929 (Fccl_execute_on_string): Use ASET, not XSET.
13930
13931 2008-02-01 Kenichi Handa <handa@m17n.org>
13932
13933 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
13934
13935 2008-02-01 Kenichi Handa <handa@m17n.org>
13936
13937 * coding.c (decode_coding): Fix the condition of terminating the
13938 decoding loop.
13939
13940 2008-02-01 Kenichi Handa <handa@m17n.org>
13941
13942 * data.c (Faset): On setting a character bigger than 255 in a
13943 unibyte string, signal an error instead of make the string multibyte.
13944
13945 2008-02-01 Kenichi Handa <handa@m17n.org>
13946
13947 * charset.c (map_charset_chars): Fix for ascii-compatible charset
13948 made by a mapping table.
13949
13950 2008-02-01 Kenichi Handa <handa@m17n.org>
13951
13952 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
13953 not.
13954 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
13955 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
13956
13957 * xterm.c (x_draw_composite_glyph_string_foreground): Check
13958 s->face is NULL or not.
13959
13960 2008-02-01 Kenichi Handa <handa@m17n.org>
13961
13962 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
13963 (x_draw_glyph_string): Fix drawing of right_overhang and
13964 left_overhang around/on cursor.
13965
13966 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
13967
13968 2008-02-01 Kenichi Handa <handa@m17n.org>
13969
13970 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
13971
13972 2008-02-01 Kenichi Handa <handa@m17n.org>
13973
13974 * coding.c (Fdefine_coding_system_internal)
13975 (Fdefine_coding_system_alias): Avoid a duplicated element in
13976 Vcoding_system_alist.
13977
13978 2008-02-01 Kenichi Handa <handa@m17n.org>
13979
13980 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
13981
13982 * coding.c (Qcoding_system_define_form): New variable.
13983 (syms_of_coding): Intern and staticpro it.
13984 (Fcoding_system_p): Check Qcoding_system_define_form.
13985 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
13986
13987 * coding.h (CODING_SYSTEM_P): If ID is not available, call
13988 Fcoding_system_p.
13989 (CHECK_CODING_SYSTEM): If ID is not available, call
13990 Fcheck_coding_system.
13991 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
13992 Try also Fcheck_coding_system.
13993
13994 2008-02-01 Kenichi Handa <handa@m17n.org>
13995
13996 * coding.c (code_conversion_restore): GCPRO arg.
13997
13998 2008-02-01 Kenichi Handa <handa@m17n.org>
13999
14000 * character.c (lisp_string_width): Check multibyteness of STRING.
14001
14002 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14003
14004 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
14005 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
14006 (decode_mac_font_name): Use decode_coding_c_string instead of
14007 decode_coding.
14008 (x_load_font): Initialize fontp->fontset to -1. Set
14009 fontp->encoding_type.
14010
14011 2008-02-01 Kenichi Handa <handa@m17n.org>
14012
14013 * search.c (search_buffer): Give up BM search on case-fold-search
14014 if one of a target character has a case-equivalence of different
14015 byte length even if that target charcter is an ASCII.
14016 (simple_search): Fix calculation of byte length of matched text.
14017 (boyer_moore): Fix handling of case-equivalent multibyte characters.
14018
14019 2008-02-01 Kenichi Handa <handa@m17n.org>
14020
14021 * coding.c (decode_coding): Fix handling of invalid bytes.
14022
14023 2008-02-01 Kenichi Handa <handa@m17n.org>
14024
14025 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
14026 Unicode characters.
14027
14028 2008-02-01 Kenichi Handa <handa@m17n.org>
14029
14030 * coding.c (encode_coding_object): If a pre-write-conversion
14031 function makes a new buffer, kill it.
14032
14033 2008-02-01 Kenichi Handa <handa@m17n.org>
14034
14035 * coding.c (QCascii_compatible_p): New variable.
14036 (syms_of_coding): Initialize it.
14037 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
14038 calling string_char.
14039 (record_conversion_result): Add `default:' case.
14040 (coding_charset_list): Delete unused variable `coding_type'.
14041 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
14042 property in the plist of the coding system.
14043 (Fcoding_system_put): Check QCascii_compatible_p.
14044
14045 2008-02-01 Miles Bader <miles@gnu.org>
14046
14047 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
14048 removed calculation of frame `f', as it's now used.
14049
14050 2008-02-01 Kenichi Handa <handa@m17n.org>
14051
14052 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
14053 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
14054 (UNIDATA): New variable.
14055 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
14056 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
14057 $(RUN_TEMACS) unconditionally.
14058
14059 2008-02-01 Kenichi Handa <handa@m17n.org>
14060
14061 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
14062 (admindir): New variable.
14063 ($(lispsource)international/charprop.el): New target.
14064
14065 2008-02-01 Miles Bader <miles@gnu.org>
14066
14067 * character.c (chars-in-region): Remove obsolete function.
14068 (syms_of_character): Remove its initialization.
14069
14070 2008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
14071
14072 * w32select.c (validate_coding_system)
14073 (setup_windows_coding_system): New functions.
14074 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
14075 setup_windows_coding_system.
14076 (setup_config, Fw32_get_clipboard_data): Use
14077 validate_coding_system.
14078 (Fx_selection_exists): Move call to setup_config to a place
14079 where signals are allowed.
14080
14081 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
14082 (Fcheck_coding_system): Add declarations.
14083
14084 2008-02-01 Kenichi Handa <handa@m17n.org>
14085
14086 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
14087
14088 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14089
14090 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
14091 string as the second argument for x_new_fontset.
14092
14093 2008-02-01 Kenichi Handa <handa@m17n.org>
14094
14095 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
14096 (encode_coding_object): Use safe_call instead of call2.
14097
14098 2008-02-01 Kenichi Handa <handa@m17n.org>
14099
14100 * fontset.c (Fset_fontset_font): Check family element of a given vector.
14101
14102 * Makefile.in (lisp): Include charprop.el.
14103
14104 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14105
14106 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
14107 Not sure if it's unnecessary.
14108
14109 2008-02-01 Steven Tamm <steventamm@mac.com>
14110
14111 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
14112 some possibly unnecessary fontset checking code that crashed
14113 when creating a new frame.
14114
14115 2008-02-01 Kenichi Handa <handa@m17n.org>
14116
14117 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
14118 lookup_face.
14119
14120 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
14121
14122 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
14123
14124 2008-02-01 Kenichi Handa <handa@m17n.org>
14125
14126 * coding.c: Cancel the change done in HEAD on 2008-02-01.
14127 (coding_charset_list): New function.
14128
14129 * coding.h (coding_charset_list): Extern it.
14130
14131 2008-02-01 Kenichi Handa <handa@m17n.org>
14132
14133 * fontset.c (Fset_fontset_font): Call find_font_encoding with
14134 concatenation of family and registry.
14135
14136 2008-02-01 Kenichi Handa <handa@m17n.org>
14137
14138 * character.h (BYTE8_STRING): Fix typo.
14139
14140 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
14141 string to multibyte (sync to HEAD).
14142
14143 * casefiddle.c (casify_region): Handle changes in byte-length
14144 using replace_range_2 (sync to HEAD).
14145
14146 2008-02-01 Andreas Schwab <schwab@suse.de>
14147
14148 * chartab.c (map_char_table): GCPRO table and arg.
14149
14150 2008-02-01 Kenichi Handa <handa@m17n.org>
14151
14152 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
14153 already at limit.
14154
14155 2008-02-01 Kenichi Handa <handa@m17n.org>
14156
14157 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
14158 instead of fast_c_string_match_ignore_case.
14159 (find_font_encoding): Change argument to Lisp_Object. Use
14160 fast_string_match_ignore_case instead of
14161 fast_c_string_match_ignore_case. Change caller.
14162
14163 2008-02-01 Kenichi Handa <handa@m17n.org>
14164
14165 * xdisp.c (get_next_display_element): In unibyte case, decide to
14166 display in octal form by checking a character by
14167 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
14168
14169 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
14170
14171 * character.c (unibyte_has_multibyte_table): New variable.
14172
14173 * character.h (unibyte_has_multibyte_table): Extern it.
14174 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
14175
14176 2008-02-01 Kenichi Handa <handa@m17n.org>
14177
14178 * coding.c (encode_coding_iso_2022): Fix handling of charset
14179 annotation.
14180
14181 2008-02-01 Kenichi Handa <handa@m17n.org>
14182
14183 * coding.c (setup_coding_system): If coding_system is nil, use
14184 Qundecided.
14185 (Fterminal_coding_system): Return nil if terminal coding system is
14186 `undecided'.
14187 (syms_of_coding): Define coding-system `undecided' here. Setup
14188 terminal_coding as `undecided'.
14189
14190 2008-02-01 Kenichi Handa <handa@m17n.org>
14191
14192 * xdisp.c (message_dolog, set_message_1): Call
14193 unibyte_char_to_multibyte with arg type int.
14194
14195 * lread.c (read1): Fix reading of a char-table.
14196
14197 * print.c (print_object): Include sub char-table in circularities
14198 detection.
14199
14200 2008-02-01 Kenichi Handa <handa@m17n.org>
14201
14202 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
14203 Append the found sequences in car of ARGS instead of prepending.
14204
14205 2008-02-01 Kenichi Handa <handa@m17n.org>
14206
14207 * fileio.c (report_file_error): Make a unibyte string from
14208 strerror (errorno).
14209 (Fsubstitute_in_file_name): Fix the arg to
14210 unibyte_char_to_multibyte. It is evaluated twice.
14211
14212 2008-02-01 Kenichi Handa <handa@m17n.org>
14213
14214 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
14215
14216 2008-02-01 Kenichi Handa <handa@m17n.org>
14217
14218 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
14219 BOM is not found.
14220 (detect_coding, detect_coding_system): Optimization for ISO-2022
14221 when no 8-bit data is found.
14222
14223 2008-02-01 Jason Rumney <jasonr@gnu.org>
14224
14225 * w32fns.c (x_to_w32_font): Update to use new coding struct.
14226
14227 2008-02-01 Kenichi Handa <handa@m17n.org>
14228
14229 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
14230 CHARS.
14231
14232 2008-02-01 Steven Tamm <steventamm@mac.com>
14233
14234 * macterm.c (mac_encode_char): Add charset argument and update
14235 to use encoding_type.
14236 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
14237 switch to pure fontset.
14238 (decode_mac_font_name): Temporarily remove decoding.
14239 (x_font_name_to_mac_font_name): Temporarily remove encoding.
14240 (x_load_font): Temporarily remove encoding.
14241
14242 2008-02-01 Kenichi Handa <handa@m17n.org>
14243
14244 * xfaces.c (Fface_font): If frame is not on a window system,
14245 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
14246 refer to face->font.
14247 (split_font_name_into_vector, build_font_name_from_vector)
14248 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
14249 when HAVE_WINDOW_SYSTEM is defined.
14250
14251 2008-02-01 Kenichi Handa <handa@m17n.org>
14252
14253 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
14254 (x_produce_glyphs): Fix setting of members of cmp in case
14255 cmp->glyph_len is zero.
14256
14257 * fontset.c (Fset_fontset_font): Fix docstring.
14258 (Ffontset_info): Make it backward compatible. New arg ALL.
14259
14260 2008-02-01 Kim F. Storm <storm@cua.dk>
14261
14262 * process.c (read_process_output): Grow decoding_buf when needed;
14263 this could cause a crash in allocate_string and compact_small_strings.
14264
14265 2008-02-01 Kenichi Handa <handa@m17n.org>
14266
14267 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
14268
14269 2008-02-01 Kenichi Handa <handa@m17n.org>
14270
14271 * coding.c (setup_coding_system): Set coding->common_flags
14272 correctly for raw-text.
14273 (consume_chars): On encoding unibyte text by raw-text, don't check
14274 multibyte form.
14275 (encode_coding): On encoding by raw-text, never use translation tables.
14276
14277 * fileio.c (e_write): Short cut for the case of no encoding.
14278
14279 2008-02-01 Kenichi Handa <handa@m17n.org>
14280
14281 * coding.c (detect_coding, detect_coding_system): Delete unused
14282 variables.
14283
14284 2008-02-01 Kenichi Handa <handa@m17n.org>
14285
14286 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
14287 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
14288
14289 2008-02-01 Kenichi Handa <handa@m17n.org>
14290
14291 * coding.c (Ffind_coding_systems_region_internal): Include
14292 raw-text and no-conversion in the result.
14293
14294 2008-02-01 Kenichi Handa <handa@m17n.org>
14295
14296 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
14297 (load_font_get_repertory): Delete unnecessary check of ENCODING of
14298 FONT_DEF.
14299 (font_def_arg, add_arg, from_arg, to_arg): New args.
14300 (set_fontset_font): Change argument.
14301 (Fset_fontset_font): Fix for the case that TARGET is a script
14302 name and charset name.
14303 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
14304
14305 2008-02-01 Kenichi Handa <handa@m17n.org>
14306
14307 * fontset.c (fontset_font): Rename from fontset_face. Change return
14308 value.
14309 (face_suitable_for_char_p, face_for_char): Adjust for the change
14310 of fontset_font.
14311 (make_fontset_for_ascii_face): Fix setting of the fontset element
14312 for ASCII.
14313 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
14314 to get a font name.
14315 (Ffontset_info): Adjust for the change of fontset_font.
14316
14317 * coding.c (emacs_mule_char): Check invalid code more rigidly.
14318
14319 * character.h (LEADING_CODE_LATIN_1_MIN)
14320 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
14321
14322 2008-02-01 Kenichi Handa <handa@m17n.org>
14323
14324 * editfns.c (check_translation): New function.
14325 (Ftranslate_region_internal): Handle M:N mapping.
14326
14327 2008-02-01 Kenichi Handa <handa@m17n.org>
14328
14329 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
14330
14331 2008-02-01 Kenichi Handa <handa@m17n.org>
14332
14333 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
14334 goto invalid_code.
14335 (decode_coding_iso_2022): Fix handling of invalid designation.
14336
14337 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
14338 after calling code_conversion_save.
14339
14340 2008-02-01 Kenichi Handa <handa@m17n.org>
14341
14342 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
14343
14344 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
14345
14346 * fontset.c: Include "intervals.h".
14347 (fontset_face): Fix comparing of Lisp_Objects.
14348 (free_face_fontset, new_fontset_from_font_name): Fix
14349 Lisp_Object/int mixup.
14350
14351 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
14352
14353 * coding.c: Add many prototypes for static functions.
14354 (get_translation_table): Allow max_lookup to be NULL.
14355 (decode_coding, Ffind_coding_systems_region_internal)
14356 (Funencodable_char_position, Fcheck_coding_systems_region): Call
14357 get_translation_table with max_lookup NULL.
14358
14359 2008-02-01 Kenichi Handa <handa@m17n.org>
14360
14361 * coding.c (get_translation_table): Declare it as Lisp_Object.
14362 (LOOKUP_TRANSLATION_TABLE): New macro.
14363 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
14364 instead of CHAR_TABLE_REF.
14365
14366 2008-02-01 Kenichi Handa <handa@m17n.org>
14367
14368 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
14369 annotation data format.
14370 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
14371 Change arguments FROM and TO to single argument NCHARS. Change caller.
14372 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
14373 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14374 (decode_coding_ccl, decode_coding_charset): Pay attention to
14375 coding->charbuf_used.
14376 (get_translation): New function.
14377 (produce_chars): New arguments translation_table and last_block.
14378 Translate characters here. Return number of carryover chars.
14379 Change caller.
14380 (produce_composition): New argument pos. Change caller.
14381 Adjust for the change of annotation data format.
14382 (produce_charset, produce_annotation): Likewise.
14383 (decode_coding, encode_coding): Don't call translate_chars.
14384 (consume_chars): New arg translation_table. Change caller.
14385 (translate_chars): Delete.
14386 (syms_of_coding): Make translation-table's number of extra slots 2.
14387
14388 2008-02-01 Kenichi Handa <handa@m17n.org>
14389
14390 * search.c (simple_search): Fix setting this_pos_byte in backward
14391 search.
14392
14393 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
14394 byte sequence.
14395 (detect_coding_ccl): Fix setting of the variable valids.
14396
14397 2008-02-01 Kenichi Handa <handa@m17n.org>
14398
14399 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
14400
14401 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
14402
14403 * editfns.c (Ftranslate_region_internal): Rename from
14404 Ftranslate_region. Accept a char-table in TABLE.
14405 (syms_of_editfns): Defsubr Stranslate_region_internal.
14406
14407 * xfaces.c (set_lface_from_font_name): If a font is specified for
14408 a frame, generate a fontset from the font.
14409 (build_scalable_font_name): If the scalable font is requested for
14410 a specific size, don't change that size.
14411 (try_font_list): Try a scalable font also in the case that a
14412 pattern string is specified.
14413
14414 2008-02-01 Kenichi Handa <handa@m17n.org>
14415
14416 * xfaces.c (Fface_font): New optional arg CHARACTER.
14417
14418 2008-02-01 Kenichi Handa <handa@m17n.org>
14419
14420 * charset.h (CHARSET_OFFSET): New macro.
14421
14422 2008-02-01 Kenichi Handa <handa@m17n.org>
14423
14424 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
14425
14426 * fontset.c (fontset_face): Handle the case that repertory is a
14427 char-table.
14428 (find_font_encoding): Return nil for unknown encoding.
14429 (Fset_fontset_font): Ignore a font of unknown encoding.
14430
14431 2008-02-01 Kenichi Handa <handa@m17n.org>
14432
14433 * keymap.c (describe_vector): Handle default value of a char table.
14434
14435 * fontset.c (fontset_face): Handle fallback fonts correctly.
14436 (Ffontset_info): Return infomation about fallback fonts.
14437
14438 2008-02-01 Kenichi Handa <handa@m17n.org>
14439
14440 * fontset.c (FONTSET_DEFAULT): New macro.
14441 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
14442 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
14443 the case that it is nil.
14444 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
14445 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
14446
14447 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
14448 subset or superset.
14449
14450 2008-02-01 Kenichi Handa <handa@m17n.org>
14451
14452 * emacs.c (main): Call init_charset after syms_of_XXX.
14453
14454 * charset.c (Vcharset_map_directory): Delete.
14455 (Vcharset_map_path): New variable.
14456 (load_charset_map_from_file): Use Vcharset_map_path instead.
14457 (init_charset): Initialize Vcharset_map_path.
14458 (syms_of_charset): Delete declaration of "charset-map-directory",
14459 add declaration of "charset-map-path".
14460
14461 2008-02-01 Kenichi Handa <handa@m17n.org>
14462
14463 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
14464 ASCII only string.
14465
14466 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
14467
14468 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
14469 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
14470
14471 2008-02-01 Kenichi Handa <handa@m17n.org>
14472
14473 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
14474
14475 * coding.c (QCmnemonic, QCdefalut_char)
14476 (QCdecode_translation_table, QCencode_translation_table)
14477 (QCpost_read_conversion, QCpre_write_conversion): New variables.
14478 (get_translation_table): Return a list of translation tables if
14479 necessary.
14480 (decode_coding): Call get_translation_table with ENCODEP 0.
14481 (char_encodable_p): If translation_table is non-nil, always call
14482 translate_char.
14483 (Fdefine_coding_system_internal): Accept list of translation
14484 tables as :encode-translation-table and :decode-translation-table.
14485 (Fcoding_system_put): New function.
14486 (syms_of_coding): Declare new symbols. Defsubr
14487 Scoding_system_put.
14488 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
14489 typically JISX0212.
14490
14491 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
14492 when the charset is superset type.
14493
14494 * character.c (translate_char): Accept list of translation tables.
14495
14496 2008-02-01 Kenichi Handa <handa@m17n.org>
14497
14498 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
14499 (CODING_ATTR_TRANS_TBL): New macro.
14500
14501 * coding.c (get_translation_table): New function.
14502 (translate_chars): Fix the bug of skipping annotation data.
14503 (decode_coding, encode_coding): Utilize get_translation_table.
14504 (char_encodable_p, Funencodable_char_position): Translate char if
14505 necessary.
14506 (Ffind_coding_systems_region_internal)
14507 (Fcheck_coding_systems_region): Setup translation table for encode
14508 in a coding system attribute vector in advance.
14509 (Fdefine_coding_system_internal): Allow a symbol as translation
14510 table. For shift-jis type coding system, allow 4th charset.
14511
14512 2008-02-01 Kenichi Handa <handa@m17n.org>
14513
14514 * coding.c (decode_coding_sjis): Check the first byte rigidly.
14515
14516 * xdisp.c (get_next_display_element): Pass -1 as POS to
14517 FACE_FOR_CHAR if displaying a C-string.
14518
14519 2008-02-01 Kenichi Handa <handa@m17n.org>
14520
14521 * composite.c (get_composition_id): Handle xoff and yoff in a
14522 composition rule.
14523
14524 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
14525 (struct composition): New member lbearing and rbearing.
14526
14527 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
14528 (x_get_glyph_overhangs): Handle a composition glyph.
14529 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
14530
14531 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
14532 composition glyph.
14533
14534 2008-02-01 Kenichi Handa <handa@m17n.org>
14535
14536 * print.c: Include charset.h.
14537 (Vprint_charset_text_property): New variable.
14538 (Qdefault): Extern it.
14539 (PRINT_STRING_NON_CHARSET_FOUND)
14540 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
14541 (print_check_string_result): New variable.
14542 (print_check_string_charset_prop): New function.
14543 (print_prune_charset_plist): New variable.
14544 (print_prune_string_charset): New function.
14545 (print_object): Call print_prune_string_charset if
14546 Vprint_charset_text_property is not t.
14547 (print_interval): Print nothing if interval->plist is nil.
14548 (syms_of_print): Declare Vprint_charset_text_property as a lisp
14549 variable. Init and staticpro print_prune_charset_plist.
14550
14551 2008-02-01 Kenichi Handa <handa@m17n.org>
14552
14553 * fontset.c (new_fontset_from_font_name): Use the specified font
14554 for all characters in the new fontset.
14555
14556 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
14557 OBJECT args.
14558
14559 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
14560 OBJECT args for composition too.
14561
14562 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
14563 OBJECT args.
14564
14565 2008-02-01 Kenichi Handa <handa@m17n.org>
14566
14567 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
14568
14569 * fontset.c (reorder_font_vector): Adjust for the change of
14570 FONT_DEF format.
14571 (fontset_face): New arg id. Change caller.
14572 (face_for_char): New args pos and object.
14573 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
14574 (fs_query_fontset): Check NAME by Fassoc too.
14575 (Fset_fontset_font): Allow non-XLFD font name.
14576 (Ffontset_info): Adjust for the change of FONT_DEF format.
14577
14578 * fontset.h (face_for_char): Adjust prototype.
14579
14580 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
14581 (append_space, extend_face_to_end_of_line)
14582 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
14583 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
14584
14585 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
14586 POS and OBJECT args.
14587
14588 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
14589 POS and OBJECT args.
14590
14591 2008-02-01 Jason Rumney <jasonr@gnu.org>
14592
14593 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
14594 of GlobalAlloc'ed memory.
14595
14596 2008-02-01 Kenichi Handa <handa@m17n.org>
14597
14598 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
14599
14600 * charset.h (charset_table_used): Delete extern.
14601
14602 * charset.c (charset_table_used): Make it static.
14603 (map_charset_chars): Fix args to c_function with.
14604
14605 * chartab.c (map_sub_char_table_for_charset): Fix args to
14606 c_function with.
14607
14608 * coding.h (enum coding_result_code): Delete
14609 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
14610
14611 * coding.c (Qinsufficient_source, Qinconsistent_eol)
14612 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
14613 (Vlast_code_conversion_error): New variables.
14614 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
14615 (ONE_MORE_BYTE): Record error if any instead of signaling an
14616 error. If non-ASCII multibyte char is found, return the negative
14617 value of the code. All callers changed to check it.
14618 (ONE_MORE_BYTE_NO_CHECK): Likewise.
14619 (record_conversion_result): New function. Change all codes setting
14620 coding->result to call this function.
14621 (detect_coding_utf_8, decode_coding_utf_8)
14622 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
14623 Don't use the local variable incomplete.
14624 (emacs_mule_char): Change the second arg to `const'.
14625 (decode_coding): Fix of flushing out unprocessed data.
14626 (make_conversion_work_buffer): Fix making of a work buffer.
14627 (decode_coding_object): Return coding->dst_object.
14628
14629 * fontset.c (set_fontset_font): Fix args.
14630
14631 * lisp.h (CHARACTERBITS): Define as 22.
14632
14633 * process.c (send_process): Be sure to set coding->src_multibyte.
14634
14635 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
14636
14637 2008-02-01 Kenichi Handa <handa@m17n.org>
14638
14639 * xdisp.c (handle_auto_composed_prop): Give limit to
14640 Fnext_single_char_property_change.
14641
14642 2008-02-01 Kenichi Handa <handa@m17n.org>
14643
14644 * composite.c (syms_of_composite): Don't make the composition hash
14645 table weak.
14646
14647 * fontset.c (Fset_fontset_font): Fix docstring.
14648
14649 * lisp.h (detect_coding_system): Adjust prototype.
14650
14651 * fileio.c (kill_workbuf_unwind): Delete this function.
14652 (Finsert_file_contents): Adjust the call of detect_coding_system.
14653 Get conversion_buffer by code_conversion_save. Use the macro
14654 CODING_MAY_REQUIRE_DECODING. After decoding, update
14655 coding_system.
14656
14657 * coding.h (make_conversion_work_buffer): Delete extern.
14658 (code_conversion_save): Extern it.
14659
14660 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
14661 (CODING_GET_INFO): Delete argument eol_type. Change callers.
14662 (decode_coding_utf_8): Don't do eol converion.
14663 (detect_coding_utf_16): Check coding->src_chars, not
14664 coding->src_bytes. Add heuristics for those that have no signature.
14665 (decode_coding_emacs_mule, decode_coding_iso_2022)
14666 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
14667 Don't do eol converion.
14668 (adjust_coding_eol_type): Return a new coding system.
14669 (detect_coding): Don't detect eol. Fix for utf-16 detection.
14670 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
14671 each change.
14672 (decode_coding): Pay attention to undo_list. Do eol conversion for
14673 all types of coding-systems (if necessary).
14674 (Vcode_conversion_work_buf_list): Delete it.
14675 (Vcode_conversion_reused_workbuf): Rename from
14676 Vcode_conversion_reused_work_buf.
14677 (Vcode_conversion_workbuf_name): New variable.
14678 (reused_workbuf_in_use): New variable.
14679 (make_conversion_work_buffer): Delete the arg DEPTH.
14680 (code_conversion_restore): Change argument to cons.
14681 (code_conversion_save): Delete the argument BUFFER. Change callers.
14682 (detect_coding_system): New argument src_chars. Change callers.
14683 Fix for utf-16 detection.
14684 (init_coding_once): Don't use ISO_carriage_return.
14685 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
14686 reused_workbuf_in_use.
14687
14688 2008-02-01 Kenichi Handa <handa@m17n.org>
14689
14690 * keymap.c (store_in_keymap): Pay attention to the case that idx
14691 is a cons specifying a character range.
14692
14693 2008-02-01 Kenichi Handa <handa@m17n.org>
14694
14695 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
14696 HANDLED_RECOMPUTE_PROPS.
14697
14698 * coding.c (Fdefine_coding_system_internal): Fix checking of
14699 ascii compatibility.
14700
14701 2008-02-01 Kenichi Handa <handa@m17n.org>
14702
14703 * charset.c (find_charsets_in_text): Delete unused locale variable.
14704 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
14705
14706 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
14707 Resync charset_list to Vemacs_mule_charset_list.
14708
14709 * keymap.c (store_in_keymap): Pay attention to the case that idx
14710 is a cons specifying a character range.
14711
14712 2008-02-01 Kenichi Handa <handa@m17n.org>
14713
14714 * composite.c (update_compositions): Bind inhibit-read-only, etc
14715 to t before calling remove-list-of-text-properties.
14716
14717 * print.c (print_object): Always print ASCII chars as is.
14718
14719 2008-02-01 Kenichi Handa <handa@m17n.org>
14720
14721 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
14722
14723 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
14724 is a char table.
14725
14726 2008-02-01 Kenichi Handa <handa@m17n.org>
14727
14728 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
14729
14730 2008-02-01 Kenichi Handa <handa@m17n.org>
14731
14732 * xfaces.c (set_lface_from_font_name): Fix for the case that
14733 FONTNAME is not fontset name.
14734
14735 2008-02-01 Kenichi Handa <handa@m17n.org>
14736
14737 * fns.c (base64_encode_1): Fix previous change.
14738
14739 2008-02-01 Kenichi Handa <handa@m17n.org>
14740
14741 * fontset.c (set_fontset_font): New function.
14742 (Fset_fontset_font): If a font is specified for a charset, use
14743 map_charset_chars to store the font spec in a fontset.
14744
14745 2008-02-01 Kenichi Handa <handa@m17n.org>
14746
14747 * fontset.c (fontset_face): Create a fallback fontset on demand.
14748 (make_fontset): Don't create a fallback fontset here.
14749 (free_face_fontset): Free a fallback fontset (if any) too.
14750 (n_auto_fontsets): Delete this variable.
14751 (auto_fontset_alist): New variable.
14752 (new_fontset_from_font_name): Check auto_fontset_alist.
14753 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
14754 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
14755 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
14756 Defsubr Sfontset_list_all.
14757
14758 2008-02-01 Kenichi Handa <handa@m17n.org>
14759
14760 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
14761
14762 2008-02-01 Kenichi Handa <handa@m17n.org>
14763
14764 * fontset.c (Fnew_fontset): Check NAME more rigidly.
14765
14766 2008-02-01 Kenichi Handa <handa@m17n.org>
14767
14768 * editfns.c (Fgoto_char): Fix docstring.
14769
14770 2008-02-01 Kenichi Handa <handa@m17n.org>
14771
14772 * insdel.c (insert_from_gap): Adjust intervals correctly.
14773
14774 2008-02-01 Jason Rumney <jasonr@gnu.org>
14775
14776 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
14777 (pfnGetFontUnicodeRanges): New dynamically loaded function.
14778 (w32_initialize): Try to load it.
14779 (x_get_font_repertory): Use it if available.
14780 (w32_encode_char): Add shortcut for unicode output.
14781
14782 * w32fns.c (w32_load_system_font): Default charset to -1.
14783 (x_to_w32_charset): Match all fonts for unicode.
14784 (w32_to_x_charset): New parameter matching. Don't return partial
14785 or wildcard charsets.
14786 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
14787 (w32_codepage_for_font): Return CP_UNICODE for unicode.
14788 (w32_to_x_font): Match charset to real charset.
14789 (enum_font_cb2): Always list unicode versions.
14790
14791 * makefile.w32-in (temacs): Increase EMHEAP.
14792
14793 2008-02-01 Jason Rumney <jasonr@gnu.org>
14794
14795 * w32term.c (w32_encode_char): New charset parameter.
14796 font_info.encoding becomes encoding_type.
14797 (x_get_font_repertory): New function. Warning: stub only!
14798 (x_new_font): Return quickly if font already set.
14799 (x_new_fontset): fontsetname parameter is Lisp_Object.
14800 Use new fs_query_fontset. Try new_fontset_from_font_name.
14801 Use fontset_name for return value.
14802
14803 * w32term.h: Declare x_get_font_repertory.
14804
14805 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
14806 place of find_charset_in_text. Use encode_coding_object in place
14807 of encode_coding.
14808 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
14809 decode_coding.
14810
14811 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
14812 of x_new_fontset.
14813 (w32_load_system_font): Initialize charset as unicode.
14814 font_info.encoding becomes encoding_type.
14815 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
14816 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
14817 (syms_of_w32fns): Set get_font_repertory_func.
14818
14819 * w32console.c: Include character.h. Use terminal_encode_buffer
14820 from term.c.
14821 (write_glyphs): Use new version of encode_terminal_code. Use
14822 encode_coding_object in place of encode_coding.
14823
14824 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
14825 encoding becomes encoding_type.
14826
14827 * term.c (terminal_encode_buffer): Make externally visible.
14828
14829 * makefile.w32-in: Add character.h dependancies.
14830 (character.o, chartab.o): New targets.
14831
14832 2008-02-01 Kenichi Handa <handa@m17n.org>
14833
14834 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
14835 CODING_ID_EOL_TYPE.
14836
14837 2008-02-01 Andreas Schwab <schwab@suse.de>
14838
14839 * coding.c (produce_chars): Revert last change.
14840
14841 2008-02-01 Kenichi Handa <handa@m17n.org>
14842
14843 * charset.h (charset_unicode): Extern it.
14844
14845 * charset.c (string_xstring_p): Check by (C >= 0x100).
14846 (find_charsets_in_text): Change format of the arc CHARSETS. New
14847 arg MULTIBYTE.
14848 (Ffind_charset_region, Ffind_charset_string): Adjust for the
14849 change of find_charsets_in_text.
14850 (Fsplit_char): Fix doc. Never return unknown.
14851
14852 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
14853
14854 * coding.c (Fdefine_coding_system_alias): Update
14855 Vcoding_system_list.
14856
14857 * fontset.c (load_font_get_repertory): Pay attention to the case
14858 that ENCODING of a font is specified by a char-table.
14859
14860 * xterm.c (x_get_font_repertory): Handle the case that the
14861 encoding of font is other than Unicode.
14862
14863 2008-02-01 Kenichi Handa <handa@m17n.org>
14864
14865 * term.c (encode_terminal_code): Don't handle glyph-table. Check
14866 if a character is encodable by the terminal coding system. If
14867 not, produces proper number of `?'s. Update
14868 terminal_encode_buffer and terminal_encode_buf_size if necessary.
14869 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
14870
14871 2008-02-01 Kenichi Handa <handa@m17n.org>
14872
14873 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
14874 variables.
14875 (encode_terminal_code): Change argument. Encode multiple
14876 characters at once. Store the result of encoding in
14877 terminal_encode_buffer.
14878 (write_glyphs, insert_glyphs): Adjust for the change of
14879 encode_terminal_code.
14880 (term_init): Initialize terminal_encode_buffer and
14881 terminal_encode_buf_size.
14882
14883 * coding.c (consume_chars): If coding->src_object is nil, don't
14884 check annotation.
14885
14886 2008-02-01 Kenichi Handa <handa@m17n.org>
14887
14888 * character.c (char_string): Use ASCII_CHAR_P instead of
14889 SINGLE_BYTE_CHAR_P.
14890
14891 2008-02-01 Kenichi Handa <handa@m17n.org>
14892
14893 * xdisp.c (handle_auto_composed_prop): Check if the last
14894 characters of auto-composed region is newly composed with the
14895 following characters.
14896 (handle_composition_prop): Fix checking of point being inside
14897 composition.
14898
14899 2008-02-01 Kenichi Handa <handa@m17n.org>
14900
14901 * fns.c (concat): Don't change multibyteness of the result by
14902 concatenating an 8-bit character.
14903
14904 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
14905 multibyteness of the result when newelt is an 8-bit character.
14906
14907 2008-02-01 Dave Love <fx@gnu.org>
14908
14909 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
14910 EMACS_INT.
14911
14912 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
14913
14914 * xfaces.c (face_numeric_value): Declare dim size_t.
14915 (Finternal_lisp_face_equal_p): Remove unused f.
14916
14917 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
14918 (MATRIX_ROW): Remove unused vars.
14919 (draw_glyphs, x_insert_glyphs, fast_find_position)
14920 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
14921 byte/char counts.
14922
14923 * regex.c (regex_compile): Remove unused var.
14924
14925 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
14926
14927 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
14928 (Faccessible_keymaps, where_is_internal): Remove unused vars.
14929
14930 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
14931
14932 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
14933
14934 * fileio.c (Fwrite_region): Remove unused var.
14935
14936 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
14937 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
14938
14939 * composite.c (Fremove_list_of_text_properties): Declare.
14940
14941 * coding.c (inhibit_pre_post_conversion): Remove (unused).
14942 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
14943 (coding_inherit_eol_type): Remove unused attrs.
14944 (detect_coding): Cast arg of detect_eol.
14945
14946 * charset.c (syms_of_charset): Remove unused var p.
14947 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
14948 byte/char counts.
14949
14950 * casetab.c (set_case_table): Remove unused var.
14951
14952 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
14953 unused vars.
14954
14955 2008-02-01 Dave Love <fx@gnu.org>
14956
14957 * xterm.c (x_bitmap_mask): Declare.
14958
14959 2008-02-01 Dave Love <fx@gnu.org>
14960
14961 * xterm.c (x_term_init): Fix type error.
14962
14963 * lisp.h: Add Funibyte_char_to_multibyte.
14964
14965 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
14966 (Fset_coding_system_priority): Doc fix.
14967
14968 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
14969
14970 * indent.c (check_composition): Make start and end EMACS_INT.
14971
14972 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
14973
14974 * xdisp.c (handle_composition_prop, check_point_in_composition):
14975 Make buffer positions EMACS_INT.
14976
14977 * composite.c (find_composition, run_composition_function)
14978 (update_compositions, Ffind_composition_internal): Make buffer
14979 positions EMACS_INT.
14980
14981 * composite.h (find_composition, update_compositions): Make
14982 position args EMACS_INT.
14983
14984 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
14985
14986 * intervals.c (get_property_and_range):
14987 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
14988
14989 * unexalpha.c: Don't include varargs.h.
14990
14991 2008-02-01 Dave Love <fx@gnu.org>
14992
14993 * coding.h (ENCODE_UTF_8): New.
14994
14995 * Makefile.in (gtkutil.o): Depend on coding.h.
14996
14997 * coding.c (Fset_coding_system_priority): Doc fix.
14998
14999 2008-02-01 Kenichi Handa <handa@m17n.org>
15000
15001 * fileio.c (Finsert_file_contents): Call setup_coding_system in
15002 the case of auto saving.
15003
15004 2008-02-01 Andreas Schwab <schwab@suse.de>
15005
15006 * chartab.c (map_char_table, map_char_table_for_charset): Protect
15007 `range' from GC.
15008
15009 2008-02-01 Kenichi Handa <handa@m17n.org>
15010
15011 * coding.c (decode_coding_sjis): Check bytes more rigidly.
15012
15013 2008-02-01 Kenichi Handa <handa@m17n.org>
15014
15015 * fileio.c (choose_write_coding_system): Return a decided coding system.
15016 (Fwrite_region): Set Vlast_coding_system_used to the return value
15017 of choose_write_coding_system.
15018
15019 2008-02-01 Kenichi Handa <handa@m17n.org>
15020
15021 * charset.c (Fset_charset_priority): Pay attention to duplicated
15022 arguments.
15023
15024 * coding.c (QCcategory): New variable.
15025 (syms_of_coding): Defsym it. Set all elements of
15026 Vcoding_category_table and their symbol values.
15027 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
15028 coding-category-XXX, and coding-category-list.
15029 (Fdefine_coding_system_internal): Add category in the plist.
15030
15031 2008-02-01 Kenichi Handa <handa@m17n.org>
15032
15033 * callproc.c (Fcall_process): Handle carryover correctly.
15034
15035 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
15036 (raw_text_coding_system): Check NILP (coding_system).
15037 (coding_inherit_eol_type): Check NILP (coding_system) and
15038 NILP (parent).
15039 (consume_chars): Fix for the case of raw-text.
15040
15041 * process.c (read_process_output): Handle carryover correctly.
15042
15043 2008-02-01 Dave Love <fx@gnu.org>
15044
15045 * regex.c (re_search_2): Fix last change.
15046
15047 2008-02-01 Kenichi Handa <handa@m17n.org>
15048
15049 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
15050 target_multibyte. Even in a unibyte case, return a converted
15051 multibyte char.
15052 (GET_CHAR_AFTER): New macro.
15053 (PATFETCH): Translate via multibyte char.
15054 (HANDLE_UNIBYTE_RANGE): Delete this macro.
15055 (SETUP_MULTIBYTE_RANGE): New macro.
15056 (regex_compile): Setup compiled code so that its multibyteness
15057 matches that of a target. Fix the handling of "[X-YZ]" using
15058 SETUP_MULTIBYTE_RANGE.
15059 (analyse_first) <charset>: For filling fastmap for all multibyte
15060 characters, don't check by BASE_LEADING_CODE_P.
15061 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
15062 the same as RE_MULTIBYTE_P (bufp) now.
15063 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
15064 (TARGET_CHAR_AND_LENGTH): Delete this macro.
15065 (TRANSLATE_VIA_MULTIBYTE): New macro.
15066 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
15067 It is the same as RE_MULTIBYTE_P (bufp) now.
15068 <exactn>: Translate via multibyte.
15069 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
15070 translate it.
15071 <charset, charset_not>: Fetch a character by
15072 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
15073 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
15074 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
15075 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
15076 by GET_CHAR_AFTER.
15077 (bcmp_translate): Likewise.
15078
15079 * search.c (compile_pattern): Check the member target_multibyte,
15080 not the member multibyte of buf.
15081
15082 * lread.c (read1): While reading a string, set force_singlebyte
15083 and force_multibyte correctly.
15084
15085 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
15086 up of unibyte_to_multibyte_table.
15087
15088 2008-02-01 Kenichi Handa <handa@m17n.org>
15089
15090 * coding.c (setup_coding_system): If coding has
15091 post-read-conversion or pre-write-conversion, set
15092 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
15093 respectively.
15094 (decode_coding_gap): Run post-read-conversion if any.
15095
15096 * fileio.c (Finsert_file_contents): Even if we read into a
15097 unibyte buffer, check if we must decode the result or not.
15098
15099 2008-02-01 Kenichi Handa <handa@m17n.org>
15100
15101 * coding.c (make_conversion_work_buffer): Change the work buffer
15102 name to the same one as that of Emacs 21.
15103
15104 2008-02-01 Kenichi Handa <handa@m17n.org>
15105
15106 * coding.h (make_conversion_work_buffer): Adjust prototype.
15107 (code_conversion_restore): Don't extern it.
15108
15109 * coding.c (detected_mask): Delete unused variable.
15110 (decode_coding_iso_2022): Pay attention to the byte sequence of
15111 CTEXT extended segment, and retain those bytes as is.
15112 (decode_coding_ccl): Delete unused variable `valids'.
15113 (setup_coding_system): Delete unused variable `category'.
15114 (consume_chars): Delete unused variable `category'. Make it work
15115 for non-multibyte case.
15116 (make_conversion_work_buffer): Change argument.
15117 (saved_coding): Delete unused variable.
15118 (code_conversion_restore): Don't check saved_coding->destination.
15119 (code_conversion_save): New function.
15120 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
15121 instead of record_unwind_protect.
15122 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
15123 (detect_coding_system): Delete unused variable `mask'.
15124 (Fdefine_coding_system_internal): Delete unused variable id.
15125
15126 * fileio.c (kill_workbuf_unwind): New function.
15127 (Finsert_file_contents): On replacing, call
15128 make_conversion_work_buffer with correct args, and call
15129 record_unwind_protect with the first arg kill_workbuf_unwind.
15130
15131 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
15132
15133 2008-02-01 Kenichi Handa <handa@m17n.org>
15134
15135 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
15136 (fontset_add): Fix for the case that TO is less than TO1.
15137 (Ffontset_info): Don't use fallback fontset on checking the
15138 default fontset.
15139 (dump_fontset): New function for debugging.
15140
15141 * coding.c (Fdefine_coding_system_internal): Fix for the case that
15142 coding_type is Qcharset.
15143
15144 2008-02-01 Kenichi Handa <handa@m17n.org>
15145
15146 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
15147 (map_char_table): Don't inherit the value from the parent on
15148 initializing VAL. Adjust for the above change.
15149
15150 2008-02-01 Kenichi Handa <handa@m17n.org>
15151
15152 * coding.c (Qsignature, Qendian): Delete these variables.
15153 (syms_of_coding): Don't initialize them.
15154 (CATEGORY_MASK_UTF_16_AUTO): New macro.
15155 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
15156 detect_info->found.
15157 (decode_coding_utf_16): Don't detect BOM here.
15158 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
15159 is NOT utf_16_without_bom.
15160 (setup_coding_system): For a coding system of type utf-16, check
15161 if the attribute :endian is Qbig or not (not nil or not), and set
15162 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
15163 (detect_coding): If coding type is utf-16 and BOM detection is
15164 required, detect it.
15165 (Fdefine_coding_system_internal): For a coding system of type
15166 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
15167
15168 2008-02-01 Kenichi Handa <handa@m17n.org>
15169
15170 * coding.c (coding_set_source): Fix for the case that the current
15171 buffer is different from coding->src_object.
15172 (decode_coding_object): Don't use the conversion work buffer if
15173 DST_OBJECT is a buffer.
15174
15175 2008-02-01 Dave Love <fx@gnu.org>
15176
15177 * lread.c (read_emacs_mule_char) [len==2]: Index
15178 emacs_mule_charset correctly.
15179
15180 2008-02-01 Dave Love <fx@gnu.org>
15181
15182 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
15183 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
15184 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
15185 treated specially.)
15186 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
15187 (detected_mask): Remove Big5 bits.
15188
15189 2008-02-01 Kenichi Handa <handa@m17n.org>
15190
15191 The following changes are to make the font rescaling facility
15192 compatible with Emacs 21.
15193
15194 * xfaces.c (Vface_font_rescale_alist): Rename from
15195 Vface_resizing_fonts.
15196 (struct font_name): Rename member resizing_ratio to rescale_ratio.
15197 (font_rescale_ratio): Rename from font_resizing_ratio.
15198 (split_font_name): Set font->rescale_ratio.
15199 (better_font_p): Pay attention to font->rescale_ratio.
15200 (build_scalable_font_name): Likewise. Change RESX, and RESY
15201 fields.
15202 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
15203
15204 2008-02-01 Kenichi Handa <handa@m17n.org>
15205
15206 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
15207 (Qutf_16_le): Remove these variables.
15208 (syms_of_coding): Don't DEFSYM them.
15209 (decode_coding_utf_16): Fix handling of BOM.
15210 (encode_coding_utf_16): Fix handling of BOM.
15211
15212 2008-02-01 Kenichi Handa <handa@m17n.org>
15213
15214 * fileio.c (Finsert_file_contents): On replacing, before decoding
15215 the file into the work buffer, set point of the work buffer to the end.
15216
15217 2008-02-01 Dave Love <fx@gnu.org>
15218
15219 * coding.c (Fcheck_coding_systems_region): Fix type errors.
15220
15221 2008-02-01 Dave Love <fx@gnu.org>
15222
15223 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15224 and fix C types.
15225
15226 2008-02-01 Kenichi Handa <handa@m17n.org>
15227
15228 * xdisp.c (SKIP_GLYPHS): New macro.
15229 (set_cursor_from_row): Pay attention to string display properties.
15230
15231 * category.c (copy_category_entry): Fix for the case that RANGE
15232 is an integer.
15233
15234 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
15235
15236 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
15237
15238 2008-02-01 Kenichi Handa <handa@m17n.org>
15239
15240 * charset.c (Fcharset_id_internal): New function.
15241 (syms_of_charset): Defsubr it.
15242
15243 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
15244 with the last arg charset_list acquired from coding.
15245 (Fdefine_coding_system_internal): For ccl-based coding system, fix
15246 the attribute coding_attr_ccl_valids.
15247
15248 * coding.h (enum define_coding_ccl_arg_index): Set the first
15249 member coding_arg_ccl_decoder to coding_arg_max.
15250
15251 * ccl.h (ccl_driver): Adjust prototype.
15252
15253 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
15254 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
15255 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
15256 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
15257 last arg Qnil.
15258
15259 2008-02-01 Kenichi Handa <handa@m17n.org>
15260
15261 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
15262 call encode_char.
15263
15264 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
15265
15266 2008-02-01 Dave Love <fx@gnu.org>
15267
15268 * composite.c (syms_of_composite): Make composition_hash_table weak.
15269
15270 2008-02-01 Kenichi Handa <handa@m17n.org>
15271
15272 * dispextern.h (check_face_attributes, generate_ascii_font_name)
15273 (font_name_registry): Don't extern them.
15274 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
15275
15276 * fontset.h (Qfontset): Don't extern it.
15277 (new_fontset_from_font_name): Extern it.
15278
15279 * fontset.c: Give 8 extra slots to fontset objects.
15280 (Qfontset_info): New variable.
15281 (syms_of_fontset): Defsym it.
15282 (FONTSET_FALLBACK): New macro.
15283 (fontset_face): Try also the default fontset.
15284 (make_fontset): Realize a fallback fontset from the default fontset.
15285 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
15286 using split_font_name_into_vector and build_font_name_from_vector.
15287 (Fset_fontset_font): Access the elements of font_spec by enum
15288 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
15289 name by using split_font_name_into_vector.
15290 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
15291 generate a proper font name from the fontset name. Update
15292 Vfontset_alias_alist.
15293 (n_auto_fontsets): New variable.
15294 (new_fontset_from_font_name): New function.
15295 (Ffont_info): Store the information about fonts generated from the
15296 default fontset in the first extra slot of the returned char-table.
15297
15298 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
15299 (font_name_registry): Delete function.
15300 (split_font_name_into_vector): New function.
15301 (build_font_name_from_vector): New function.
15302 (font_list): The argument REGISTRY is now a list of registry names.
15303 (choose_face_font): If we are choosing an ASCII font, and ATTRS
15304 specifies an explicit font name, return the name as is. Make a
15305 list of registy names.
15306
15307 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
15308 of x_new_fontset.
15309 (Fx_create_frame): Don't call x_new_fontset here. Just use
15310 x_list_fonts to check the existence of fonts.
15311
15312 * xterm.h (x_new_fontset): Adjust prototype.
15313
15314 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
15315 string. Use new_fontset_from_font_name to create a fontset from a
15316 font name.
15317
15318 2008-02-01 Kenichi Handa <handa@m17n.org>
15319
15320 * syntax.c (Vfind_word_boundary_function_table): New name for
15321 Vnext_word_boundary_function_table.
15322 (find-word-boundary-function-table): New name for
15323 next-word-boundary-function-table.
15324
15325 2008-02-01 Dave Love <fx@gnu.org>
15326
15327 * Makefile.in: Fix some dependencies.
15328
15329 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
15330 set it to nil before returning.
15331
15332 * composite.c (update_compositions): Fix type error.
15333
15334 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
15335
15336 2008-02-01 Kenichi Handa <handa@m17n.org>
15337
15338 * xterm.c (x_new_font): Optimize for the case that the font is
15339 already set for the frame.
15340
15341 2008-02-01 Kenichi Handa <handa@m17n.org>
15342
15343 * chartab.c (char_table_ascii): Check if the char table contents
15344 is sub-char-table or not.
15345 (char_table_set, char_table_set_range): Fix argument to
15346 char_table_ascii.
15347
15348 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
15349 (detect_coding_utf_8, detect_coding_utf_16)
15350 (detect_coding_emacs_mule, detect_coding_iso_2022)
15351 (detect_coding_sjis, detect_coding_big5)
15352 (detect_coding_ccl, detect_coding_charset): Change argument MASK
15353 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
15354 sequence is valid in this coding system. Change callers.
15355 (MAX_ANNOTATION_LENGTH): New macro.
15356 (ADD_ANNOTATION_DATA): New macro.
15357 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
15358 ADD_ANNOTATION_DATA. Change the format of annotation data.
15359 (ADD_CHARSET_DATA): New macro.
15360 (emacs_mule_char): New argument ID. Change callers.
15361 (decode_coding_emacs_mule, decode_coding_iso_2022)
15362 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
15363 Produce charset annotation data in coding->charbuf.
15364 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
15365 to charset annotation data in coding->charbuf.
15366 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
15367 coding->common_flags if the coding system is iso-2022 based and
15368 uses designation.
15369 (produce_composition): Adjust for the new annotation data format.
15370 (produce_charset): New function.
15371 (produce_annotation): Handle charset annotation.
15372 (handle_composition_annotation, handle_charset_annotation): New
15373 functions.
15374 (consume_chars): Handle charset annotation. Utilize the above two
15375 functions.
15376 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
15377 buffer, get the deleted text as a string and set
15378 coding->src_object to that string.
15379 (detect_coding, detect_coding_system): Use the new struct
15380 coding_detection_info.
15381
15382 * coding.h (struct coding_detection_info): New structure.
15383 (struct coding_system): Adjust prototype of the member `detector'.
15384 (CODING_ANNOTATE_CHARSET_MASK): New macro.
15385
15386 2008-02-01 Kenichi Handa <handa@m17n.org>
15387
15388 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
15389
15390 2008-02-01 Dave Love <fx@gnu.org>
15391
15392 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
15393 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
15394 to new local and nullify apropos_accumulate before returning.
15395 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
15396
15397 2008-02-01 Kenichi Handa <handa@m17n.org>
15398
15399 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
15400 correctly.
15401
15402 2008-02-01 Dave Love <fx@gnu.org>
15403
15404 * fns.c (Flanginfo): Call synchronize_system_time_locale.
15405
15406 2008-02-01 Kenichi Handa <handa@m17n.org>
15407
15408 The following changes are to make character composition happen
15409 automatically on displaying.
15410
15411 * Makefile.in (lisp, shortlisp): Add composite.elc.
15412
15413 * composite.h (Qauto_composed, Vauto_composition_function)
15414 (Qauto_composition_function): Extern them.
15415
15416 * composite.c (Vcomposition_function_table)
15417 (Qcomposition_function_table): Delete variables.
15418 (Qauto_composed, Vauto_composition_function)
15419 (Qauto_composition_function): New variables.
15420 (run_composition_function): Don't call
15421 compose-chars-after-function.
15422 (update_compositions): Clear `auto-composed' text property.
15423 (compose_chars_in_text): Delete this function.
15424 (syms_of_composite): Staticpro Qauto_composed and
15425 Qauto_composition_function. Declare Vauto_composition_function as
15426 a Lisp variable.
15427
15428 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
15429
15430 * xdisp.c (it_props): Add an entry for Qauto_composed.
15431 (handle_auto_composed_prop): New function.
15432
15433 * xselect.c (selection_data_to_lisp_data): Don't call
15434 compose_chars_in_text.
15435
15436 2008-02-01 Dave Love <fx@gnu.org>
15437
15438 * keyboard.c (read_char): Modify checking around use of
15439 Vkeyboard_translate_table.
15440
15441 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15442 and fix C types.
15443
15444 2008-02-01 Kenichi Handa <handa@m17n.org>
15445
15446 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
15447 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15448 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
15449 the case that the last byte is '\r' correctly.
15450 (decode_coding): Flush out the unprocessed data correctly.
15451 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
15452
15453 2008-02-01 Dave Love <fx@gnu.org>
15454
15455 * xterm.c (XTread_socket): Fix changes for defined keysyms.
15456 Add XK_ISO... case.
15457 (xaw_scroll_callback): Revert last change.
15458
15459 2008-02-01 Kenichi Handa <handa@m17n.org>
15460
15461 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
15462
15463 2008-02-01 Kenichi Handa <handa@m17n.org>
15464
15465 * xfaces.c (Vface_resizing_fonts): New variable.
15466 (struct font_name): New member `resizing_ratio'.
15467 (font_resizing_ratio): New function.
15468 (split_font_name): Set font->resizing_ratio.
15469 (better_font_p): Pay attention to font->resizing_ratio.
15470 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
15471 RESX, and RESY fields.
15472 (try_alternative_families): Try scalable fonts if
15473 Vscalable_fonts_allowed is not Qt.
15474 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
15475
15476 2008-02-01 Dave Love <fx@gnu.org>
15477
15478 * xterm.c (xaw_scroll_callback): Cast correctly.
15479
15480 2008-02-01 Dave Love <fx@gnu.org>
15481
15482 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
15483 (lispy_kana_keys): Comment out.
15484 (make_lispy_event) [XK_kana_A]: Comment out.
15485
15486 * xterm.c (xaw_scroll_callback): Cast call_data.
15487 (XTread_socket): Deal with ASCII keysyms.
15488 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
15489
15490 2008-02-01 Dave Love <fx@gnu.org>
15491
15492 * xterm.c (Vx_keysym_table): New.
15493 (syms_of_xterm): Initialize it.
15494 (XTread_socket): Use it.
15495 From head: Eliminate incorrect optimization that tried to avoid
15496 decoding the output of X*LookupString.
15497 (x_get_font_repertory): Delete charset declaration.
15498
15499 2008-02-01 Kenichi Handa <handa@m17n.org>
15500
15501 * coding.c (detect_coding_charset): If only ASCII bytes are found,
15502 return 0.
15503 (Fdefine_coding_system_internal): Setup
15504 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
15505
15506 2008-02-01 Dave Love <fx@gnu.org>
15507
15508 * coding.c (Fcheck_coding_system): Doc fix.
15509
15510 * editfns.c (Finsert_byte): Return a proper value.
15511
15512 2008-02-01 Kenichi Handa <handa@m17n.org>
15513
15514 * coding.c (decode_coding): Fix args to translate_chars. Pay
15515 attention to Vstandard_translation_table_for_decode.
15516 (encode_coding): Fix args to translate_chars. Pay attention to
15517 Vstandard_translation_table_for_encode.
15518
15519 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
15520 SINGLE_BYTE_CHAR_P.
15521
15522 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
15523 not by SINGLE_BYTE_CHAR_P.
15524
15525 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
15526 SINGLE_BYTE_CHAR_P.
15527
15528 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
15529 SINGLE_BYTE_CHAR_P.
15530
15531 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
15532 by SINGLE_BYTE_CHAR_P.
15533
15534 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
15535 SINGLE_BYTE_CHAR_P.
15536
15537 2008-02-01 Dave Love <fx@gnu.org>
15538
15539 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
15540
15541 2008-02-01 Dave Love <fx@gnu.org>
15542
15543 * fns.c (Flanginfo): Fix typo.
15544
15545 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
15546
15547 2008-02-01 Kenichi Handa <handa@m17n.org>
15548
15549 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
15550 (detect_coding_emacs_mule, detect_coding_iso_2022)
15551 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
15552 incomplete byte sequence. Don't update *mask when correctly detected.
15553 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
15554 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
15555 (detect_coding, detect_coding_system): Adjust for the changes above.
15556
15557 2008-02-01 Kenichi Handa <handa@m17n.org>
15558
15559 * character.c (char_string): Rename from
15560 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
15561 (string_char): Rename from string_char.
15562
15563 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
15564 if C is greater than MAX_3_BYTE_CHAR.
15565 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
15566 string_char instead of string_char_with_unification.
15567
15568 2008-02-01 Dave Love <fx@gnu.org>
15569
15570 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
15571
15572 2008-02-01 Kenichi Handa <handa@m17n.org>
15573
15574 * keymap.c (push_key_description): Pay attention to force_multibyte.
15575
15576 * regex.c (re_search_2): Fix for the case of unibyte buffer.
15577
15578 2008-02-01 Dave Love <fx@gnu.org>
15579
15580 * charset.c (define_charset_internal): Rename `supprementary'.
15581
15582 * Makefile.in (lisp, shortlisp): Remove latin-N.
15583
15584 2008-02-01 Dave Love <fx@gnu.org>
15585
15586 * xfns.c (x_window, x_window): Use use_xim.
15587
15588 * xterm.c (use_xim): Initialize.
15589 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
15590 (x_term_init): Maybe set use_xim.
15591
15592 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
15593
15594 2008-02-01 Kenichi Handa <handa@m17n.org>
15595
15596 * search.c (search_buffer): Fix case-fold-search of multibyte
15597 characters.
15598 (boyer_moore): Rename the last argument to char_high_bits.
15599
15600 2008-02-01 Kenichi Handa <handa@m17n.org>
15601
15602 * xdisp.c (display_string): Fix for the case of zero width glyph.
15603
15604 * xfns.c (x_set_font): Change the error message of the case that
15605 x_new_fontset returns Qt.
15606
15607 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
15608 (Finternal_set_lisp_face_attribute): Use signal_error for the
15609 error of invalid fontset.
15610
15611 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
15612 fontset, return Qt.
15613
15614 2008-02-01 Dave Love <fx@gnu.org>
15615
15616 * unexelf.c (unexec): Make .got handling not SGI-specific.
15617
15618 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
15619
15620 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
15621
15622 * keyboard.c (read_key_sequence): Fix type error.
15623
15624 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
15625 type error.
15626
15627 * fontset.c (fontset_add): Return Lisp_Object.
15628
15629 2008-02-01 Dave Love <fx@gnu.org>
15630
15631 * charset.h (charset_ordered_list_tick): Declare extern.
15632
15633 2008-02-01 Kenichi Handa <handa@m17n.org>
15634
15635 The following changes (and some of 2008-02-01 changes of mine) are
15636 for handling syntax, category, and case conversion for unibyte
15637 characters by converting them to multibyte on the fly. With these
15638 changes, we don't have to setup syntax and case tables for unibyte
15639 characters in each language environment.
15640
15641 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
15642 multibyte if necessary.
15643
15644 * bytecode.c (Fbyte_code): Likewise.
15645
15646 * character.h (LEADING_CODE_LATIN_1_MIN)
15647 (LEADING_CODE_LATIN_1_MAX): New macros.
15648 (unibyte_to_multibyte_table): Extern it.
15649 (unibyte_char_to_multibyte): New macro.
15650 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
15651 (CHAR_LEADING_CODE): New macro.
15652 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
15653
15654 * character.c (unibyte_to_multibyte_table): New variable.
15655 (unibyte_char_to_multibyte): Move to character.h and define as macro.
15656 (multibyte_char_to_unibyte): If C is an eight-bit character,
15657 convert it to the corresponding byte value.
15658
15659 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
15660 not 1, signals an error. Update the elements of
15661 unibyte_to_multibyte_table.
15662 (init_charset_once): Initialize unibyte_to_multibyte_table.
15663 (syms_of_charset): Define the charset `iso-8859-1'.
15664
15665 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
15666 as is without converting it to unibyte. In a unibyte buffer,
15667 convert C to multibyte before checking the syntax.
15668
15669 * lisp.h (unibyte_char_to_multibyte): Delete extern.
15670
15671 * minibuf.c (Fminibuffer_complete_word): Use the macro
15672 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
15673
15674 * regex.h (struct re_pattern_buffer): New member target_multibyte.
15675
15676 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
15677 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
15678 that is zero, convert an eight-bit char to multibyte.
15679 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
15680 non-emacs case.
15681 (PATFETCH): Convert an eight-bit char to multibyte.
15682 (HANDLE_UNIBYTE_RANGE): New macro.
15683 (regex_compile): Setup the compiled pattern for multibyte chars
15684 even if the given regex string is unibyte. Use PATFETCH_RAW
15685 instead of PATFETCH in many places. To handle `charset'
15686 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
15687 only for ASCII chars.
15688 (analyse_first) <exactn>: Simplify because the compiled pattern
15689 is multibyte.
15690 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
15691 <charset>: Use CHAR_LEADING_CODE to get leading codes.
15692 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
15693 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
15694 multibyte always 1.
15695 (re_search_2): In emacs, set the locale variable multibyte to 1,
15696 otherwise to 0. New local variable target_multibyte. Check it
15697 to decide the multibyteness of STR1 and STR2. If
15698 target_multibyte is zero, convert unibyte chars to multibyte
15699 before translating and checking fastmap.
15700 (TARGET_CHAR_AND_LENGTH): New macro.
15701 (re_match_2_internal): In emacs, set the locale variable multibyte
15702 to 1, otherwise to 0. New local variable target_multibyte. Check
15703 it to decide the multibyteness of STR1 and STR2. Use
15704 TARGET_CHAR_AND_LENGTH to fetch a character from D.
15705 <charset, charset_not>: If multibyte is nonzero, check fastmap
15706 only for ASCII chars. Call bcmp_translate with
15707 target_multibyte, not with multibyte.
15708 <begline>: Declare the local variable C as `unsigned'.
15709 (bcmp_translate): Change the last arg name to target_multibyte.
15710
15711 * search.c (compile_pattern_1): Don't adjust the multibyteness of
15712 the regexp pattern and the matching target. Set cp->buf.multibyte
15713 to the multibyteness of the regexp pattern. Set
15714 cp->but.target_multibyte to the multibyteness of the matching target.
15715 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
15716 FETCH_STRING_CHAR_ADVANCE.
15717 (Freplace_match): Convert unibyte chars to multibyte.
15718
15719 * syntax.c (char_quoted, back_comment, scan_words)
15720 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
15721 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
15722 unibyte chars to multibyte.
15723 (skip_chars): Delete the arg syntaxp, and move the code for
15724 handling syntaxes to skip_syntaxes. Change callers.
15725 Fix the case that the multibyteness of STRING and the current
15726 buffer doesn't match.
15727 (skip_syntaxes): New function.
15728 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
15729 SINGLE_BYTE_CHAR_P.
15730
15731 2008-02-01 Kenichi Handa <handa@m17n.org>
15732
15733 * xfaces.c (QCfontset): New variable.
15734 (LFACE_FONTSET): New macro.
15735 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
15736 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
15737 (Finternal_set_lisp_face_attribute)
15738 (Finternal_get_lisp_face_attribute): Handle QCfontset.
15739 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
15740 check also LFACE_FONTSET_INDEX.
15741 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
15742 attrs[LFACE_FONT_INDEX].
15743 (syms_of_xfaces): Intern and staticpro QCfontset.
15744
15745 * dispextern.h (enum lface_attribute_index): New member
15746 LFACE_FONTSET_INDEX.
15747
15748 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
15749
15750 2008-02-01 Kenichi Handa <handa@m17n.org>
15751
15752 * coding.c (coding_set_destination): Fix coding->destination for
15753 the case converting a region.
15754 (encode_coding_utf_8): Encode eight-bit chars as single byte.
15755 (encode_coding_object): Fix coding->dst_pos and
15756 coding->dst_pos_byte for the case converting a region.
15757
15758 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
15759
15760 * character.h (BYTE8_STRING): New macro.
15761
15762 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
15763
15764 2008-02-01 Kenichi Handa <handa@m17n.org>
15765
15766 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
15767 characters by octal form.
15768
15769 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
15770
15771 * buffer.h (_fetch_multibyte_char_len): Delete extern.
15772 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
15773 _fetch_multibyte_char_len.
15774 (FETCH_CHAR_AS_MULTIBYTE): New macro.
15775
15776 * casetab.c (set_canon, set_identity, shuffle): Simplify.
15777
15778 * casefiddle.c (casify_object): Simplify. Handle the case that
15779 the case conversion change the byte length.
15780 (casify_region): Likewise.
15781
15782 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
15783
15784 * character.c (_fetch_multibyte_char_len): Delete this variable.
15785 (syms_of_character): Setup Vprintable_chars.
15786
15787 * editfns.c (Fchar_equal): Fix for the unibyte case.
15788 (Finsert_byte): New function.
15789 (syms_of_editfns): Defsubr it.
15790
15791 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
15792 of direct code 0x3ffff.
15793
15794 * search.c (Freplace_match): Fix for the unibyte case.
15795
15796 2008-02-01 Kenichi Handa <handa@m17n.org>
15797
15798 * lread.c (safe_to_load_p): Fix the logic.
15799
15800 * syntax.c (scan_words): Don't treat characters belonging to
15801 different scripts as constituting a word.
15802
15803 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
15804
15805 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
15806
15807 * emacs.c (main): In the case of --unibyte, instead of aborting on
15808 finding non-empty buffer, make it unibyte.
15809
15810 2008-02-01 Kenichi Handa <handa@m17n.org>
15811
15812 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
15813 to create a fontset.
15814
15815 2008-02-01 Dave Love <fx@gnu.org>
15816
15817 * character.c (Funibyte_char_to_multibyte): Doc fix.
15818
15819 * xfns.c [HAVE_STDLIB_H]: Fix last change.
15820
15821 2008-02-01 Kenichi Handa <handa@m17n.org>
15822
15823 * fontset.c (fontset_add): Make the type `int'.
15824 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
15825
15826 * character.c (unibyte_char_to_multibyte)
15827 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
15828 charset_unibyte, not charset_primary.
15829
15830 * charset.h (charset_unibyte): Extern it instead of charset_primary.
15831
15832 * charset.c (charset_unibyte): Rename from charset_primary.
15833 (Funibyte_charset): Rename from Fprimary_charset.
15834 (Fset_unibyte_charset): Rename from Fset_primary_charset.
15835 (syms_of_charset): Adjust for the above changes.
15836
15837 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
15838 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
15839 it->multibyte_p is zero.
15840
15841 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
15842 Delete extern.
15843
15844 2008-02-01 Kenichi Handa <handa@m17n.org>
15845
15846 * coding.c (Fdefine_coding_system_internal): Fix category setting
15847 for a coding system of type iso-2022.
15848
15849 2008-02-01 Kenichi Handa <handa@m17n.org>
15850
15851 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
15852
15853 2008-02-01 Kenichi Handa <handa@m17n.org>
15854
15855 * syntax.c (Vnext_word_boundary_function_table): New variable.
15856 (next-word-boundary-function-table): Declare it as a Lisp variable
15857 in syms_of_syntax.
15858 (scan_words): Call functions in Vnext_word_boundary_function_table
15859 if any.
15860
15861 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
15862
15863 * fontset.c (fs_load_font): If fontp->charset is not negative,
15864 return fontp without setting its members.
15865
15866 2008-02-01 Dave Love <fx@gnu.org>
15867
15868 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
15869
15870 * m/sparc.h (HAVE_ALLOCA): Delete.
15871
15872 * s/irix6-5.h: Don't include strings.h.
15873 (bcopy, bzero, bcmp): Don't undef.
15874
15875 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
15876
15877 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
15878 (TIOCSIGSEND): Don't test IRIX6.
15879 (bcopy, bzero, bcmp): Define conditionally.
15880
15881 2008-02-01 Kenichi Handa <handa@m17n.org>
15882
15883 * buffer.c (Qas, Qmake, Qto): New variables.
15884 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
15885 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
15886
15887 * callproc.c (Fcall_process): Don't call insert_1_both directly if
15888 we are inserting a process output into a multibyte buffer.
15889
15890 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
15891 multibyte_char_to_unibyte.
15892
15893 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
15894 by the primary charset, make it eight-bit char.
15895 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
15896
15897 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
15898 (charset_8_bit__control, charset_8_bit_graphic)
15899 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
15900 (define_charset_internal): New function.
15901 (syms_of_charset): Call define_charset_internal for pre-defined
15902 charsets.
15903
15904 * charset.h (charset_8_bit): Extern it.
15905
15906 * coding.c (make_conversion_work_buffer): Adjust for the change
15907 of Fset_buffer_multibyte.
15908 (encode_coding_raw_text): Increment p0 in the loop.
15909
15910 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
15911
15912 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
15913 for the change of Fset_buffer_multibyte.
15914
15915 * fns.c (Fstring_to_multibyte): New function.
15916 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
15917
15918 2008-02-01 Dave Love <fx@gnu.org>
15919
15920 * xfns.c (x_put_x_image): Declare args.
15921
15922 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
15923 (try_font_list): Declare an arg.
15924
15925 * xdisp.c (message2_nolog, set_message): Declare an arg.
15926
15927 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
15928
15929 * syntax.c (scan_sexps_forward): Declare an arg.
15930
15931 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
15932 Declare an arg.
15933
15934 * lisp.h (Fnew_fontset): Declare.
15935
15936 * keymap.c (push_key_description): Call CHARACTERP correctly.
15937
15938 * fontset.c (fontset_add): Declare args. Call make_number correctly.
15939 (face_for_char): Delete unused vars.
15940 (Fset_fontset_font): Doc fix. Delete unused vars.
15941
15942 * doc.c (Fsubstitute_command_keys): Delete unused vars.
15943
15944 * composite.c (update_compositions): Declare arg.
15945
15946 * cm.c (calccost, cmgoto): Declare args.
15947
15948 * charset.c: Remove `emacs' conditional. Doc fixes.
15949 (map_char_table_for_charset): Declare.
15950
15951 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
15952
15953 * ccl.c: Remove `emacs' conditional.
15954
15955 2008-02-01 Kenichi Handa <handa@m17n.org>
15956
15957 The following changes are to allow specifying multiple font
15958 patterns for a character range (specified by script or charset).
15959
15960 * Makefile.in (abbrev.o): Depend on syntax.h.
15961 (xfaces.o): Depend on charset.h.
15962
15963 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
15964 SINGLE_BYTE_CHAR_P.
15965
15966 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
15967
15968 * character.h (Vchar_script_table): Extern it.
15969
15970 * character.c (Vscript_alist): Delete.
15971 (Vchar_script_table, Qchar_script_table): New variable.
15972 (syms_of_character): Declare Vchar_script_table as a lisp variable
15973 and initialize it.
15974
15975 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
15976 have property char-table-extra-slots, make no extra slot.
15977
15978 * dispextern.h (struct face): Delete member `charset'.
15979 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
15980 SINGLE_BYTE_CHAR_P.
15981 (choose_face_font, lookup_non_ascii_face, font_name_registry):
15982 Add prototypes.
15983 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
15984 (generate_ascii_font_name): Rename from generate_ascii_font.
15985
15986 * fontset.h (get_font_repertory_func): New prototype.
15987 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
15988 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
15989
15990 * fontset.c (Qprepend, Qappend): New variables.
15991 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
15992 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
15993 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
15994 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
15995 (fontset_ref_and_range, fontset_add, reorder_font_vector)
15996 (load_font_get_repertory): New functions.
15997 (fontset_set): Delete.
15998 (fontset_face): New arg FACE. Return face ID, not face.
15999 Complete re-write to handle new fontset structure. Change caller.
16000 (free_face_fontset): Use ASET istead of AREF (X) = Y.
16001 (face_for_char): Don't call lookup_face.
16002 (make_fontset_for_ascii_face): New arg FACE.
16003 (fs_load_font): New arg CHARSET_ID. Don't check
16004 Vfont_encoding_alist here.
16005 (find_font_encoding): New function.
16006 (list_fontsets): Use STRINGP, not ! NILP.
16007 (accumulate_script_ranges): New function.
16008 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
16009 re-written to handle new fontset structure.
16010 (Ffontset_font): Return a copy of element.
16011 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
16012 docstring of font-encoding-alist.
16013
16014 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
16015 (Fset_fotset_font): Fix arguments to 5.
16016
16017 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
16018
16019 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
16020 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16021 (highlight_trailing_whitespace): Adjust for the change of
16022 lookup_named_face.
16023
16024 * xfaces.c: Include charset.h.
16025 (load_face_font): Delete argument C. Change caller.
16026 (generate_ascii_font_name): Rename from generate_ascii_font.
16027 (font_name_registry): New function.
16028 (cache_face): Store ascii faces before non-ascii faces in buckets.
16029 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
16030 Lookup only ascii faces.
16031 (lookup_non_ascii_face): New function.
16032 (lookup_named_face): Delete argument C. Change caller.
16033 (lookup_derived_face): Delete argument C. Change caller.
16034 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
16035 a string, just call font_list with it.
16036 (choose_face_font): Delete arguments FACE and C. New arg
16037 FONT_SPEC. Change caller.
16038 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
16039 Change caller.
16040 (realize_non_ascii_face): New function.
16041 (realize_x_face): Call load_face_font here.
16042 (realize_tty_face): Delete argument C. Change caller.
16043 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
16044 get a face ID.
16045 (dump_realized_face): Don't print charset of FACE.
16046
16047 * xfns.c (x_set_font): Always call x_new_fontset and
16048 store_frame_parameter.
16049 (Fx_create_frame): Call x_new_fontset, not x_new_font.
16050 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
16051
16052 * xterm.h (x_get_font_repertory): Extern it.
16053
16054 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
16055 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
16056 it->multibyte_p is zero.
16057 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
16058 (x_new_fontset): If FONTSETNAME doesn't match any existing
16059 fontsets, create a new one.
16060 (x_get_font_repertory): New function.
16061
16062 2008-02-01 Kenichi Handa <handa@m17n.org>
16063
16064 * coding.c (Ffind_coding_systems_region_internal): Detect an
16065 ASCII only string correctly.
16066
16067 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
16068 version is 0.
16069
16070 2008-02-01 Kenichi Handa <handa@m17n.org>
16071
16072 * lread.c: Include "coding.h".
16073 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
16074 (load_each_byte, unread_char): New variables.
16075 (readchar_backlog): Delete.
16076 (readchar): Return a character unless load_each_byte is nonzero.
16077 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
16078 cons. If unread_char is not -1, simply return it.
16079 (unreadchar): Handle the case that readcharfun is
16080 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
16081 (read_multibyte): Delete.
16082 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
16083 (read_emacs_mule_char): New functions.
16084 (Fload): Even if the file doesn't have the extension ".elc", if
16085 safe_to_load_p returns a positive version number, assume that the
16086 file contains bytecompiled code. If the version is less than 22,
16087 load the file while decoding multibyte sequences by emacs-mule.
16088 (readevalloop): Don't use readchar_backlog.
16089 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
16090 (Fread_from_string): Pay attention to the case that STREAM is a cons.
16091 (read_escape): Delete the arg BYTEREP.
16092 (read1): Set load_each_byte to 1 temporarily while handling
16093 #@NUMBER. Don't call read_multibyte.
16094 (read_vector): Call Fread with a cons. If readcharfun is
16095 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
16096 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
16097 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
16098 and Qload_force_doc_strings.
16099
16100 2008-02-01 Kenichi Handa <handa@m17n.org>
16101
16102 * xdisp.c (face_before_or_after_it_pos): Call
16103 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
16104
16105 2008-02-01 Kenichi Handa <handa@m17n.org>
16106
16107 * character.h (TRAILING_CODE_P): New macro.
16108 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
16109 (string_char_with_unification): Fix prototype.
16110 (Vscript_alist): Extern it.
16111
16112 * character.c (Vscript_alist): New variable.
16113 (string_char_with_unification, str_as_unibyte)
16114 (string_escape_byte8): Add `const' to local variables.
16115 (syms_of_character): Declare script-alist as a Lisp variable.
16116
16117 * charset.h (Vcharset_ordered_list): Extern it.
16118 (charset_ordered_list_tick): Extern it.
16119 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
16120 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
16121 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
16122 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
16123 (Funify_charset): Adjust for the change of Funify_charset.
16124
16125 * charset.c (charset_ordered_list_tick): New variable.
16126 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
16127 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
16128 deunify intead of unify a charset.
16129 (string_xstring_p): Add `const' to local variables.
16130 (find_charsets_in_text): Add `const' to arguments and local variables.
16131 (encode_char): Adjust for the change of Funify_charset. Fix
16132 detecting of invalid code.
16133 (Fset_charset_priority): Increment charset_ordered_list_tick.
16134 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
16135 and TO_CODE.
16136
16137 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
16138 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
16139 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
16140 (decode_coding_ccl, consume_chars)
16141 (Ffind_coding_systems_region_internal)
16142 (Fcheck_coding_systems_region): Add `const' to local variables.
16143
16144 * print.c (print_object): Use octal form for printing the
16145 contents of a bool vector.
16146
16147 2008-02-01 Dave Love <fx@gnu.org>
16148
16149 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
16150 <version == 20>: Refuse to load.
16151
16152 2008-02-01 Dave Love <fx@gnu.org>
16153
16154 * fns.c: Move coding.h.
16155 (Qcodeset, Qdays, Qmonths): New.
16156 (concat): Use CHARACTERP instead of INTEGERP.
16157 (Flocale_codeset): Delete.
16158 (Flanginfo): New function.
16159 (syms_of_fns): Change accordingly.
16160
16161 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
16162
16163 2008-02-01 Dave Love <fx@gnu.org>
16164
16165 * casetab.c (init_casetab_once, init_casetab_once): Fix
16166 CHAR_TABLE_SET call.
16167
16168 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
16169
16170 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
16171
16172 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
16173 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
16174 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
16175
16176 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
16177
16178 * coding.c (ENCODE_DESIGNATION, decode_eol)
16179 (make_conversion_work_buffer, code_conversion_restore)
16180 (Fdefine_coding_system_internal): Convert Lisp types.
16181 (code_conversion_restore): Use EQ, not ==.
16182 (Fencode_coding_string): Fix code_convert_string call.
16183
16184 * coding.h (code_convert_region): Fix prototype.
16185
16186 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
16187
16188 * fontset.c (fontset_ref, fontset_set, fs_load_font)
16189 (Ffontset_info): Convert Lisp types.
16190
16191 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
16192
16193 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
16194
16195 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
16196
16197 * chartab.c: Include "...h", not <...h> in some cases.
16198
16199 * callproc.c (Fcall_process): Remove unused variables.
16200
16201 2008-02-01 Dave Love <fx@gnu.org>
16202
16203 * coding.c (Fset_coding_system_priority): Allow null arg list.
16204
16205 2008-02-01 Dave Love <fx@gnu.org>
16206
16207 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
16208 (Fself_insert_and_exit): Use CHARACTERP.
16209
16210 * callproc.c (Fcall_process): Remove unused vars.
16211
16212 * xterm.c (XTread_socket): Add extra dead keysyms.
16213
16214 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
16215
16216 * dispextern.h: Remove prototypes for redraw_frame,
16217 redraw_garbaged_frames.
16218
16219 * cmds.c (Fself_insert_command): Use CHARACTERP.
16220
16221 * chartab.c (make_sub_char_table): Remove unused var.
16222 (Fset_char_table_default, Fmap_char_table): Doc fix.
16223
16224 * keymap.c (access_keymap): Remove generic char code.
16225 (push_key_description): Use CHARACTERP.
16226
16227 2008-02-01 Dave Love <fx@gnu.org>
16228
16229 * charset.c: Doc fixes.
16230 (Funify_charset): Extra checking.
16231
16232 2008-02-01 Dave Love <fx@gnu.org>
16233
16234 * lread.c: Remove some unused variables.
16235 (safe_to_load_p): If safe, return the magic number version byte.
16236 (Fload): Maybe use load-with-code-conversion.
16237
16238 2008-02-01 Kenichi Handa <handa@m17n.org>
16239
16240 * category.c (Fmodify_category_entry): Don't modify the contents
16241 of category_set for characters out of the range. Avoid
16242 unnecessary modification.
16243
16244 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
16245 Vchar_unify_table. The default value of the table is now nil.
16246
16247 * character.c (syms_of_character): Setup Vchar_width_table for
16248 eight-bit-control and raw-byte chars.
16249
16250 * charset.h (enum define_charset_arg_index): Delete
16251 charset_arg_parents and add charset_arg_subset and
16252 charset_arg_superset.
16253 (enum charset_attr_index): Delete charset_parents and add
16254 charset_subset and charset_superset.
16255 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
16256 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
16257 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
16258 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
16259 (CHARSET_SUPERSET): New macros.
16260 (charset_work): Extern it.
16261 (ENCODE_CHAR): Use charset_work.
16262 (CHAR_CHARSET_P): Adjust for the change of encoder format.
16263 (map_charset_chars): Extern it.
16264
16265 * charset.c (load_charset_map): Set the default value of encoder
16266 and deunifier char-tables to nil.
16267 (map_charset_chars): Change argument. Change callers. Use
16268 map_char_table_for_charset instead of map_char_table.
16269 (Fmap_charset_chars): New optional args from_code and to_code.
16270 (Fdefine_charset_internal): Adjust for the change of
16271 `define-charset' (:parents -> :subset or :superset).
16272 (charset_work): New variable.
16273 (encode_char, syms_of_charset): Adjust for the change of
16274 Fdefine_charset_internal.
16275 (Ffind_charset_string): Setup the vector `charsets' correctly.
16276
16277 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
16278 the previous change.
16279 (char_table_ref_and_range): Adjust for the above change.
16280 (map_sub_char_table_for_charset): New function.
16281 (map_char_table_for_charset): New function.
16282
16283 * keymap.c (describe_vector): Handle a char-table directly here.
16284 (describe_char_table): Delete.
16285
16286 * lisp.h (map_charset_chars): Delete.
16287
16288 2008-02-01 Dave Love <fx@gnu.org>
16289
16290 * fns.c (count_combining): Comment out (unused).
16291 (Flocale_codeset): New.
16292 (syms_of_fns): Defsubr it.
16293
16294 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
16295 (size_t): Remove.
16296
16297 2008-02-01 Dave Love <fx@gnu.org>
16298
16299 * Makefile.in (chartab.o): Depend on charset.h.
16300
16301 2008-02-01 Kenichi Handa <handa@m17n.org>
16302
16303 * character.c (syms_of_character): Set the default value of
16304 Vprintable_chars to Qnil.
16305
16306 2008-02-01 Dave Love <fx@gnu.org>
16307
16308 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
16309
16310 2008-02-01 Kenichi Handa <handa@m17n.org>
16311
16312 * charset.c (load_charset_map): Handle the case that from < to
16313 correctly.
16314
16315 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
16316 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
16317 Pay attention to raw-8-bit chars.
16318
16319 2008-02-01 Kenichi Handa <handa@m17n.org>
16320
16321 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
16322 It is not bytecompiled now.
16323
16324 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
16325 (charset_jisx0208): New variables.
16326 (Fdefine_charset_internal): Setup them if appropriate.
16327 (init_charset_once): Initialize them to -1.
16328
16329 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
16330 (charset_jisx0208): Extern them.
16331
16332 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
16333 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
16334 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
16335 (setup_iso_safe_charsets): Fix arguments to Fassq.
16336 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
16337 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
16338 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
16339 (encode_coding_iso_2022): Change the 1st arg to
16340 ENCODE_ISO_CHARACTER to a variable.
16341
16342 2008-02-01 Kenichi Handa <handa@m17n.org>
16343
16344 * charset.h (enum define_charset_arg_index): New enums
16345 charset_arg_min_code and charset_arg_max_code.
16346 (struct charset): New member char_index_offset.
16347
16348 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
16349 Take charset->char_index_offset into account.
16350 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
16351 args[charset_arg_max_code]. Setup charset.char_index_offset.
16352 (syms_of_charset): Fix args to Fdefine_charset_internal.
16353
16354 2008-02-01 Dave Love <fx@gnu.org>
16355
16356 * coding.c (decode_coding_utf_8): Reject overlong sequences.
16357
16358 2008-02-01 Dave Love <fx@gnu.org>
16359
16360 * coding.c: Doc fixes.
16361 (Fcoding_system_aliases): Fix return value.
16362 (Qmac): Remove (duplicated) definition.
16363
16364 2008-02-01 Dave Love <fx@gnu.org>
16365
16366 * charset.c (Fcharset_priority_list, Fset_charset_priority):
16367 New functions.
16368
16369 * character.c (Fstring): Doc fix.
16370
16371 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
16372
16373 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
16374 (font-encoding-alist): Doc fix.
16375
16376 2008-02-01 Dave Love <fx@gnu.org>
16377
16378 * term.c (costs_set): Declare static, non-initialized for pcc.
16379 (encode_terminal_code): Remove unused var.
16380
16381 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
16382 for K&R.
16383
16384 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
16385
16386 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
16387 (suffixes): Move out of make_subsidiaries for K&R.
16388
16389 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
16390
16391 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
16392
16393 2008-02-01 Dave Love <fx@gnu.org>
16394
16395 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
16396
16397 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
16398
16399 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
16400
16401 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
16402
16403 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
16404
16405 2008-02-01 Kenichi Handa <handa@m17n.org>
16406
16407 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
16408 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
16409
16410 2008-02-01 Kenichi Handa <handa@m17n.org>
16411
16412 * coding.c (decode_coding_charset): Adjust for the change of
16413 Fdefine_coding_system_internal.
16414 (Fdefine_coding_system_internal): For a coding system of
16415 `charset' type, store a list of charset IDs in
16416 `charset_attr_charset_valids' element of coding attributes.
16417
16418 2008-02-01 Kenichi Handa <handa@m17n.org>
16419
16420 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
16421 (emacs_mule_char): New arg src. Delete arg `composition'. Change
16422 caller. Handle 2-byte and 3-byte charsets correctly.
16423 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
16424 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
16425 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
16426 (DECODE_EMACS_MULE_21_COMPOSITION): Call
16427 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
16428 sequence.
16429 (decode_coding_emacs_mule): Handle composition correctly. Rewind
16430 `src' and `consumed_chars' correctly before calling emacs_mule_char.
16431 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
16432 and alt&rule composition.
16433 (decode_coding_iso_2022): Handle composition correctly.
16434 (init_coding_once): Setup emacs_mule_bytes for private charsets.
16435
16436 * charset.c (Fdefine_charset_internal): Fix bug for the case of
16437 re-defining a charset. If the charset has :emacs-mule-id, setup
16438 emacs_mule_bytes.
16439 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
16440
16441 2008-02-01 Kenichi Handa <handa@m17n.org>
16442
16443 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
16444 (encode_coding_big5, encode_coding_charset): If coding requires safe
16445 encoding, produce a character specified by
16446 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
16447
16448 2008-02-01 Dave Love <fx@gnu.org>
16449
16450 * xterm.c (XSetIMValues): Declare.
16451
16452 * process.c: Conditionally include sys/wait.h, pty.h.
16453
16454 * print.c (print_object): Fix print format for 64-bit systems.
16455
16456 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
16457
16458 * buffer.c (emacs_strerror): Declare.
16459
16460 * fontset.c (Fclear_face_cache): Declare.
16461 (accumulate_font_info): Comment-out (unused).
16462 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
16463 variables.
16464
16465 * character.h (string_escape_byte8): Declare.
16466
16467 * charset.c (load_charset_map, load_charset_map_from_file): Remove
16468 unused vars.
16469 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
16470 (Fmap_charset_chars): Doc fix.
16471
16472 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
16473 (Fset_coding_system_priority, Fset_coding_system_priority)
16474 (Fdefine_coding_system_internal): Doc fix.
16475
16476 2008-02-01 Dave Love <fx@gnu.org>
16477
16478 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
16479
16480 2008-02-01 Kenichi Handa <handa@m17n.org>
16481
16482 * character.c (string_escape_byte8): Make multibyte string with
16483 correct size.
16484
16485 * charset.c (Fmake_char): Delete unnecessary code.
16486
16487 2008-02-01 Kenichi Handa <handa@m17n.org>
16488
16489 * xfns.c (x_encode_text): Allocate coding.destination here, and
16490 call encode_coding_object with dst_object Qnil.
16491
16492 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
16493 multibyte form correctly.
16494
16495 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
16496 against Vfont_encoding_alist.
16497
16498 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
16499 handling of charset list.
16500 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
16501 (decode_coding_object): Move point to coding->dst_pos before
16502 calling post-read-conversion function.
16503 (encode_coding_object): Give correct arguments to
16504 pre-write-conversion. Ignore the return value of
16505 pre-write-conversion function. Pay attention to the case that
16506 pre-write-conversion changes the current buffer. If dst_object is
16507 Qt, even if coding->src_bytes is zero, allocate at least one byte
16508 to coding->destination.
16509
16510 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
16511
16512 * charset.c (Fmake_char): Make it more backward compatible.
16513 (Fmap_charset_chars): Fix docstring.
16514
16515 2008-02-01 Dave Love <fx@gnu.org>
16516
16517 * coding.c: Doc fixes.
16518 (Fdefine_coding_system_alias): Use names, not symbols, in
16519 coding-system-alist.
16520
16521 2008-02-01 Kenichi Handa <handa@m17n.org>
16522
16523 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
16524 of calling free_realized_face.
16525
16526 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
16527
16528 * charset.c (read_hex): Don't treat SPC as a comment starter.
16529 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
16530 (Fdecode_char): Fix typo.
16531
16532 2008-02-01 Kenichi Handa <handa@m17n.org>
16533
16534 * charset.h (struct charset): New member `code_space_mask'.
16535
16536 * coding.c (coding_set_source): Delete the local variable beg_byte.
16537 (encode_coding_charset, Fdefine_coding_system_internal):
16538 Delete the local variable charset.
16539 (Fdefine_coding_system_internal): Setup
16540 attrs[coding_attr_charset_valids] correctly.
16541
16542 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
16543 member to check if CODE is valid or not.
16544 (Fdefine_charset_internal): Initialize `code_space_mask' member.
16545 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
16546 is within the range of charset->min_code and carset->max_code.
16547
16548 2008-02-01 Dave Love <fx@gnu.org>
16549
16550 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
16551
16552 * dispextern.h (generate_ascii_font): Fix return type.
16553
16554 * xfaces.c (generate_ascii_font): Fix arg declaration.
16555
16556 * coding.c (coding_inherit_eol_type)
16557 (Fset_terminal_coding_system_internal)
16558 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
16559
16560 2008-02-01 Kenichi Handa <handa@m17n.org>
16561
16562 * coding.c (decode_coding_charset, encode_coding_charset): Handle
16563 multiple charsets correctly.
16564
16565 2008-02-01 Kenichi Handa <handa@m17n.org>
16566
16567 * search.c (boyer_moore): Fix handling of multibyte character
16568 translation.
16569
16570 * xdisp.c (display_mode_element): When the variable `elt' is
16571 changed, update `this' and `lisp_string'.
16572
16573 2008-02-01 Kenichi Handa <handa@m17n.org>
16574
16575 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
16576
16577 * callproc.c (Fcall_process): Be sure to give the current buffer
16578 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
16579
16580 * charset.c (struct charset_map_entries): New struct.
16581 (load_charset_map): Rename from parse_charset_map. New args
16582 entries and n_entries. Change caller.
16583 (load_charset_map_from_file): Rename from load_charset_map.
16584 Change caller. New arg control_flag. Call load_charset_map at
16585 the tail.
16586 (load_charset_map_from_vector): New function.
16587 (Fdefine_charset_internal): Setup charset.compact_codes_p.
16588 (encode_char): If the charset is compact, change a character index
16589 to a code point.
16590
16591 * coding.c (coding_alloc_by_making_gap): Check the case that the
16592 source and destination are the same correctly.
16593 (decode_coding_raw_text): Set coding->consumed_char and
16594 coding->consumed to 0.
16595 (produce_chars): If coding->chars_at_source is nonzero, update
16596 coding->consumed_char and coding->consumed before calling
16597 alloc_destination.
16598 (Fdefine_coding_system_alias): Register ALIAS in
16599 Vcoding_system_alist.
16600 (syms_of_coding): Define `no-conversion' coding system at the tail.
16601
16602 * fileio.c (Finsert_file_contents): Set coding_system instead of
16603 val. If the current buffer is multibyte, always call
16604 decode_coding_gap.
16605
16606 * xfaces.c (try_font_list): Give higher priority to fontset's
16607 family than face's family.
16608
16609 2008-02-01 Kenichi Handa <handa@m17n.org>
16610
16611 * callproc.c (Fcall_process): Be sure to give the current buffer
16612 to decode_coding_c_string.
16613
16614 * xfaces.c (try_font_list): Give a family specified in a fontset
16615 higher priority than a family specified in a face.
16616
16617 2008-02-01 Kenichi Handa <handa@m17n.org>
16618
16619 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
16620 Fix arguments to insert_from_buffer.
16621
16622 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
16623
16624 2008-02-01 Kenichi Handa <handa@m17n.org>
16625
16626 * coding.c (produce_chars): Set the variable `multibytep' correctly.
16627 (decode_coding_gap): Set coding->dst_multibyte correctly.
16628
16629 2008-02-01 Kenichi Handa <handa@m17n.org>
16630
16631 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
16632 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
16633 (encode_coding_utf_16): Substitute coding->default_char for
16634 non-Unicode characters.
16635 (decode_coding): Don't call record_insert here.
16636 (setup_coding_system): Initialize `surrogate' of
16637 coding->spec.utf_16 to 0.
16638 (EMIT_ONE_BYTE): Fix for multibyte case.
16639
16640 * insdel.c (insert_from_gap): Call record_insert.
16641
16642 2008-02-01 Kenichi Handa <handa@m17n.org>
16643
16644 * casefiddle.c (casify_region): Fix multibyte case.
16645
16646 * character.c (c_string_width): Add return type `int'.
16647 (char_string_with_unification): Delete arg ADVANCED.
16648
16649 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
16650 (CHAR_STRING): Adjust for the change of char_string_with_unification.
16651 (CHAR_STRING_ADVANCE): Make it do-while statement.
16652
16653 * chartab.c (sub_char_table_set_range): Optimize for the case
16654 DEPTH == 3. Add workaround code for a GCC optimization bug.
16655
16656 * charset.c (parse_charset_map): Remove an unused variable.
16657
16658 * coding.c: Delete unused variables.
16659
16660 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
16661 earlier. If inserted is zero and the coding system doesn't
16662 require flushing, don't call decode_coding_gap.
16663
16664 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
16665
16666 2008-02-01 Kenichi Handa <handa@m17n.org>
16667
16668 The following changes are for using Unicode as an internal
16669 character model, and use UTF-8 format for buffer/string
16670 representation.
16671
16672 * .gdbinit (xchartable): Adjust for the change of char table structure.
16673 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
16674
16675 * Makefile.in (obj): Add character.o and chartab.o.
16676 (lisp, shortlisp): Remove utf-8.elc.
16677 (*.o): For many files, change dependency on charset.h to
16678 character.h, and add dependency on character.h.
16679 (character.o, chartab.o): New targets.
16680
16681 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
16682 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
16683 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
16684 of "charset.h".
16685
16686 * dired.c, filelock.c: Include "character.h".
16687
16688 * alloc.c: Include "character.h" instead of "charset.h".
16689 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
16690 (syms_of_alloc): Remove defsubr for Smake_char_table.
16691
16692 * buffer.c: Include "character.h" instead of "charset.h", don't
16693 include "coding.h".
16694 (Fset_buffer_multibyte): Adjust for UTF-8.
16695
16696 * buffer.h: EXFUN Fbuffer_live_p.
16697
16698 * callproc.c: Include "character.h" instead of "charset.h".
16699 (Fcall_process): Big change for the new code-conversion APIs.
16700
16701 * casetab.c: Include "character.h" instead of "charset.h".
16702 (set_canon, set_identity, shuffle): Adjust for the new
16703 map_char_table spec.
16704 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
16705 accessing the char table structure.
16706
16707 * chartab.c: New file that implements char table.
16708
16709 * category.c: Include "character.h".
16710 (copy_category_entry): New function.
16711 (copy_category_table): Call map_char_table and copy_category_entry.
16712 (Fmake_category_table): Initialize all top-level slots.
16713 (char_category_set): New function.
16714 (modify_lower_category_set): Delete.
16715 (Fmodify_category_entry): Call char_table_ref_and_range.
16716
16717 * category.h (CATEGORY_SET): Just call char_category_set.
16718
16719 * ccl.c: Include "character.h".
16720 (Qccl, Qcclp): New variables.
16721 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
16722 it's less than 256.
16723 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
16724 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
16725 and DST type.
16726 (ccl_driver): Change types of argument, adjust code accordingly.
16727 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
16728 ccl_driver.
16729 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
16730
16731 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
16732 New members src_multibyte, dst_multibyte, consumed, and produced.
16733 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
16734 (CODING_SPEC_CCL_PROGRAM): New macro.
16735 (ccl_driver): Update prototype.
16736 (Qccl, Qcclp, Fccl_program_p): Extern them.
16737 (CHECK_CCL_PROGRAM): New macro.
16738
16739 * character.c, character.h, chartab.c: New files.
16740
16741 * charset.c: Mostly re-written. Move character and multibyte sequence
16742 handling codes to character.c.
16743
16744 * charset.h: Mostly re-written. Move character and multibyte sequence
16745 handling codes to character.h.
16746
16747 * coding.c, coding.h: Mostly re-written.
16748
16749 * composite.c: Include "character.h" instead of "charset.h".
16750 (CHAR_WIDTH): Move to character.h.
16751 (HASH_KEY, HASH_VALUE): Delete.
16752
16753 * composite.h (enum composition_method): Change order of enumeration
16754 symbols.
16755
16756 * data.c: Include "character.h" instead of "charset.h".
16757 (Faref): Call CHAR_TABLE_REF for a char table.
16758 (Faset): Call CHAR_TABLE_SET for a char table.
16759
16760 * dispextern.h (free_realized_face, check_face_attribytes)
16761 (generate_ascii_font): Extern them.
16762 (free_realized_multibyte_face): Delete extern.
16763
16764 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
16765 table structure.
16766
16767 * editfns.c: Include "character.h" instead of "charset.h".
16768 (Fchar_to_string): Always call CHAR_STRING.
16769
16770 * emacs.c (main): Call init_charset_once, init_charset,
16771 syms_of_chartab, and syms_of_character.
16772
16773 * fileio.c: Include "character.h" instead of "charset.h".
16774 (Finsert_file_contents): Big change for the new code-conversion API.
16775 (choose_write_coding_system, Fwrite_region): Likewise.
16776 (build_annotations_2): Delete.
16777 (e_write): Big change for the new code-conversion API.
16778
16779 * fns.c: Include "character.h" instead of "charset.h".
16780 (copy_sub_char_table): Move to chartab.c.
16781 (Fcopy_sequence): Call copy_char_table for a char table.
16782 (concat): Delete codes calling count_multibyte.
16783 (string_char_to_byte, string_byte_to_char): Adjust for the new
16784 multibyte form.
16785 (internal_equal): Adjust for the change of char table structure.
16786 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
16787 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
16788 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
16789 (char_table_translate, optimize_sub_char_table)
16790 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
16791 chartab.c.
16792 (char_table_ref_and_index): Delete.
16793 (HASH_KEY, HASH_VALUE): Move to lisp.h.
16794 (Fmd5): Call preferred_coding_system instead of accessing
16795 Vcoding_category_list. Adjust for the new code-conversion API.
16796 (syms_of_fns): Move defsubr for char table related functions to
16797 chartab.c.
16798
16799 * fontset.c: Mostly re-written.
16800
16801 * fontset.h (struct font_info): Change type of the member encoding_type.
16802 (enum FONT_SPEC_INDEX): New enum.
16803 (fontset_font_pattern, fs_load_font): Update prototype.
16804 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
16805
16806 * indent.c: Include "character.h" instead of "charset.h".
16807 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
16808
16809 * insdel.c: Include "character.h" instead of "charset.h".
16810 (copy_text): Don't refer to Vnonascii_translation_table.
16811 (insert_from_gap): New function.
16812
16813 * keyboard.c: Include "character.h" instead of "charset.h".
16814 (command_loop_1): Never call direct_output_forward_char before
16815 a non-ASCII character.
16816 (read_char): If Vkeyboard_translate_table is a char table, always
16817 translate a character.
16818
16819 * keymap.c: Include "character.h".
16820 (store_in_keymap): Handle the case that IDX is a cons.
16821 (Fdefine_key): Handle the case that KEY is a cons and the car part
16822 is also a cons (range).
16823 (push_key_description): Adjust for the new character code.
16824 (describe_vector): Call describe_char_table for a char table.
16825 (describe_char_table): New function.
16826
16827 * keymap.h (describe_char_table): Extern it.
16828
16829 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
16830 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
16831 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
16832 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
16833 Delete.
16834 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
16835 structure.
16836 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
16837 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
16838 (CHARTAB_SIZE_BITS_3): New macros.
16839 (chartab_size): Extern it.
16840 (struct Lisp_Char_Table): Re-design.
16841 (struct Lisp_Sub_Char_Table): New structure.
16842 (HASH_KEY, HASH_VALUE): Move from fns.c.
16843 (CHARACTERBITS): Define as 22.
16844 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
16845 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
16846 (GC_SUB_CHAR_TABLE_P): New macro.
16847 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
16848 (code_convert_string_norecord): Deleted extern.
16849 (init_character_once, syms_of_character, init_charset)
16850 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
16851
16852 * lread.c: Include "character.h".
16853 (read_multibyte): New arg NBYTES.
16854 (read_escape): Change the meaning of returned *BYTEREP.
16855 (to_multibyte): Delete.
16856 (read1): Adjust the handling of char table and string.
16857
16858 * print.c: Include "character.h" instead of "charset.h".
16859 (print_string): Convert 8-bit raw bytes to octal form by
16860 string_escape_byte8.
16861 (print_object): Adjust for the new multibyte form. Print 8-bit
16862 raw bytes always in octal form. Handle sub char table correctly.
16863
16864 * process.c: Include "character.h" instead of "charset.h".
16865 (read_process_output, send_process): Adjust for the new
16866 code-conversion API.
16867
16868 * puresize.h (BASE_PURESIZE): Increase.
16869
16870 * regex.c: Include "character.h" instead of "charset.h".
16871 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
16872 (regex_compile): Accept a range whose starting and ending
16873 character have different leading bytes.
16874 (analyse_first): Adjust for the above change.
16875
16876 * search.c: Include "character.h" instead of "charset.h".
16877 (search_buffer, boyer_moore): Adjust for the new multibyte form.
16878 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
16879
16880 * syntax.c: Include "character.h" instead of "charset.h".
16881 (syntax_parent_lookup): Delete.
16882 (Fmodify_syntax_entry): Accept a cons as CHAR.
16883 (skip_chars): Adjust for the new multibyte form.
16884 (init_syntax_once): Call char_table_set_range instead of directly
16885 accessing the structure of a char table.
16886
16887 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
16888 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
16889 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
16890 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
16891
16892 * term.c: Include "buffer.h" and "character.h".
16893 (encode_terminal_code, write_glyphs): Adjust for the new
16894 code-conversion API.
16895 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
16896
16897 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
16898
16899 * xdisp.c: Include "character.h".
16900 (get_next_display_element): Adjust for the new multibyte form.
16901 (disp_char_vector): Adjust for the new char table structure.
16902 (decode_mode_spec_coding): Adjust for the new structure of
16903 coding system.
16904 (decode_mode_spec): Adjust for the new code-conversion API.
16905
16906 * xfaces.c: Include "character.h" instead of "charset.h".
16907 (load_face_font): Adjust for the change of choose_face_font and
16908 FS_LOAD_FONT.
16909 (generate_ascii_font): New function.
16910 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
16911 (set_font_frame_param): Adjust for the change of choose_face_font.
16912 (free_realized_face): Make it public.
16913 (free_realized_faces_for_fontset): Rename from
16914 free_realized_multibyte_face. Free also faces realized for ASCII.
16915 (choose_face_font): Change arguments. Adjust for the change of
16916 fontset_font_pattern and FS_LOAD_FONT.
16917
16918 * xfns.c: Include "character.h".
16919 (x_encode_text): Adjust for the new code-conversion API.
16920
16921 * xselect.c: Don't include "charset.h".
16922 (selection_data_to_lisp_data): Adjust for the new code conversion API.
16923
16924 * xterm.c: Include "character.h".
16925 (x_encode_char): New argument CHARSET. Change caller.
16926 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
16927 Call ENCODE_CHAR instead of SPLIT_CHAR.
16928 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
16929 CHAR_WIDTH instead of CHARSET_WIDTH.
16930 (XTread_socket): Adjust for the new code-conversion API.
16931 (x_new_font): Adjust for the change of FS_LOAD_FONT.
16932 (x_load_font): Adjust for the change of struct font.
16933
16934 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
16935
16936 * xfaces.c (face_at_buffer_position): Remove unused vars.
16937
16938 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16939
16940 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
16941 Fix overflow checking.
16942
16943 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
16944
16945 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
16946 Cancel previous change.
16947
16948 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
16949
16950 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
16951 ccl->eight_bit_control. Fix check for buffer overflow.
16952 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
16953 (ccl_driver): Initialize extra_bytes to 0.
16954
16955 2008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
16956
16957 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
16958 return it ORed with ctrl_modifier.
16959
16960 2008-01-29 Miles Bader <miles@gnu.org>
16961
16962 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
16963
16964 2008-01-28 Jason Rumney <jasonr@gnu.org>
16965
16966 * w32.c (stat): Don't double check for networked drive.
16967
16968 2008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16969
16970 * window.c (run_window_configuration_change_hook): New function.
16971 Code extracted from set_window_buffer. Set the selected frame.
16972 (set_window_buffer): Use it.
16973 * window.h (run_window_configuration_change_hook): Declare.
16974 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
16975
16976 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
16977
16978 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
16979
16980 * Makefile.in: Remove references to unused macros.
16981
16982 2008-01-26 Eli Zaretskii <eliz@gnu.org>
16983
16984 * w32.c (g_b_init_get_sid_sub_authority)
16985 (g_b_init_get_sid_sub_authority_count): New static variables.
16986 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
16987 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
16988 (init_user_info): Use them to retrieve uid and gid.
16989 Use 500/513, the Windows defaults, as Administrator's uid/gid.
16990 (fstat): Use pw_uid and pw_gid from the_passwd structure for
16991 st_uid and st_gid of the file.
16992
16993 2008-01-26 Jason Rumney <jasonr@gnu.org>
16994
16995 * w32.c (logon_network_drive): New function.
16996 (stat): Use it.
16997
16998 2008-01-26 Chong Yidong <cyd@stupidchicken.com>
16999
17000 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
17001 invisible text covered with an ellipsis.
17002
17003 2008-01-25 Richard Stallman <rms@gnu.org>
17004
17005 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
17006 jump back to beginning. Move some other initializations after that.
17007 (Qwindow_text_change_functions, Vwindow_text_change_functions):
17008 New variables.
17009 (syms_of_xdisp): Init them.
17010
17011 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
17012
17013 * buffer.c (reset_buffer_local_variables):
17014 Implement `permanent-local-hook'.
17015 (Qpermanent_local_hook): New variable.
17016 (syms_of_buffer): Init and staticpro it.
17017
17018 2008-01-25 Michael Albinus <michael.albinus@gmx.de>
17019
17020 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
17021
17022 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
17023
17024 * fns.c (Fclrhash): Return TABLE.
17025
17026 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17027
17028 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
17029 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
17030 is set even without positional changes.
17031 (x_scroll_bar_clear): Set bar->redraw_needed_p.
17032
17033 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
17034
17035 2008-01-23 Jason Rumney <jasonr@gnu.org>
17036
17037 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
17038
17039 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
17040 the unicode range available in MULE by locale-coding-system.
17041 Improve dbcs lead byte detection. Set event timestamp and modifiers
17042 earlier.
17043
17044 2008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17045
17046 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
17047 [MAC_OSX] (init_mac_osx_environment): Initialize it.
17048 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
17049 when used on child processes.
17050
17051 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
17052
17053 * dbusbind.c (Fdbus_method_return_internal): Rename from
17054 Fdbus_method_return.
17055 (Fdbus_unregister_object): Move to dbus.el.
17056 (Fdbus_call_method, Fdbus_method_return_internal)
17057 (Fdbus_send_signal): Improve debug messages.
17058
17059 2008-01-20 Martin Rudalics <rudalics@gmx.at>
17060
17061 * undo.c (undo_inhibit_record_point): New variable.
17062 (syms_of_undo): Initialize it.
17063 (record_point): Don't record point when undo_inhibit_record_point
17064 is set.
17065
17066 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17067
17068 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
17069
17070 * xdisp.c (Qauto_hscroll_mode): New var.
17071 (syms_of_xdisp): Initialize it.
17072 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
17073 window's buffer.
17074 (hscroll_windows): Don't check automatic_hscrolling_p here.
17075
17076 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
17077 vscroll if we're setting window-buffer to the value it already has.
17078
17079 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
17080
17081 * m/intel386.h: Remove references to XENIX.
17082
17083 2008-01-17 Andreas Schwab <schwab@suse.de>
17084
17085 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
17086 instead of HAVE_X86_64_LIB64_DIR.
17087 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
17088
17089 2008-01-17 Glenn Morris <rgm@gnu.org>
17090
17091 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
17092 to HAVE_X86_64_LIB64_DIR.
17093
17094 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
17095
17096 * s/irix3-3.h:
17097 * s/irix4-0.h:
17098 * s/386-ix.h:
17099 * s/domain.h:
17100 * s/hpux9-x11r4.h:
17101 * s/hpux9shxr4.h: Remove files for systems no longer supported.
17102
17103 * sysdep.c: Remove code containing references to symbols defined
17104 by unsupported systems.
17105
17106 2008-01-16 Glenn Morris <rgm@gnu.org>
17107
17108 * coding.c (select-safe-coding-system-function): Doc fix.
17109
17110 2008-01-15 Glenn Morris <rgm@gnu.org>
17111
17112 * config.in: Revert 2008-01-13 change: this is a generated file.
17113
17114 2008-01-13 Tom Tromey <tromey@redhat.com>
17115
17116 * lisp.h: Fix typo.
17117
17118 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17119
17120 * m/sequent-ptx.h:
17121 * m/sequent.h:
17122 * s/ptx.h:
17123 * s/ptx4-2.h:
17124 * s/ptx4.h: Remove files for systems no longer supported.
17125
17126 * callproc.c (Fcall_process): Fix previous change.
17127
17128 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
17129
17130 * unexsunos4.c: Remove file, system not supported anymore.
17131
17132 * m/mips.h:
17133 * m/intel386.h:
17134 * callproc.c:
17135 * config.in:
17136 * ecrt0.c:
17137 * emacs.c:
17138 * fileio.c:
17139 * frame.c:
17140 * getpagesize.h:
17141 * keyboard.c:
17142 * lread.c:
17143 * process.c:
17144 * puresize.h:
17145 * sysdep.c:
17146 * systty.h:
17147 * syswait.h:
17148 * unexec.c:
17149 * xdisp.c:
17150 * alloc.c: Remove code containing references to symbols defined by
17151 unsupported systems.
17152
17153 2008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
17154
17155 * coding.c (detect_coding_mask): Fix previous change.
17156
17157 2008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
17158
17159 * coding.c (detect_coding_iso2022): New arg
17160 latin_extra_code_state. Allow Latin extra codes only
17161 when *latin_extra_code_state is nonzero.
17162 (detect_coding_mask): If there is a NULL byte, detect the encoding
17163 as UTF-16 or binary. If Latin extra codes exist, detect the
17164 encoding as ISO-2022 only when there's no other proper encoding is
17165 found.
17166
17167 2008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17168
17169 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
17170 #ifdef MAC_OS.
17171
17172 2008-01-08 Richard Stallman <rms@gnu.org>
17173
17174 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
17175
17176 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
17177
17178 * keyboard.c (parse_menu_item): Don't enclose key bindings on
17179 menu bar in parentheses.
17180
17181 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
17182
17183 * m/7300.h:
17184 * m/acorn.h:
17185 * m/alliant-2800.h:
17186 * m/alliant.h:
17187 * m/alliant1.h:
17188 * m/alliant4.h:
17189 * m/altos.h:
17190 * m/amdahl.h:
17191 * m/apollo.h:
17192 * m/att3b.h:
17193 * m/aviion-intel.h:
17194 * m/aviion.h:
17195 * m/celerity.h:
17196 * m/clipper.h:
17197 * m/cnvrgnt.h:
17198 * m/convex.h:
17199 * m/cydra5.h:
17200 * m/delta88k.h:
17201 * m/dpx2.h:
17202 * m/dual.h:
17203 * m/elxsi.h:
17204 * m/f301.h:
17205 * m/gould-np1.h:
17206 * m/gould.h:
17207 * m/i860.h:
17208 * m/ibmps2-aix.h:
17209 * m/ibmrt-aix.h:
17210 * m/ibmrt.h:
17211 * m/irist.h:
17212 * m/is386.h:
17213 * m/isi-ov.h:
17214 * m/mega68.h:
17215 * m/mg1.h:
17216 * m/news-r6.h:
17217 * m/news-risc.h:
17218 * m/news.h:
17219 * m/nh3000.h:
17220 * m/nh4000.h:
17221 * m/ns16000.h:
17222 * m/ns32000.h:
17223 * m/nu.h:
17224 * m/orion.h:
17225 * m/orion105.h:
17226 * m/paragon.h:
17227 * m/pfa50.h:
17228 * m/plexus.h:
17229 * m/pyramid.h:
17230 * m/pyrmips.h:
17231 * m/sh3el.h:
17232 * m/sps7.h:
17233 * m/sr2k.h:
17234 * m/stride.h:
17235 * m/sun1.h:
17236 * m/sun2.h:
17237 * m/sun3-68881.h:
17238 * m/sun3-fpa.h:
17239 * m/sun3-soft.h:
17240 * m/sun3.h:
17241 * m/sun386.h:
17242 * m/symmetry.h:
17243 * m/tad68k.h:
17244 * m/tahoe.h:
17245 * m/targon31.h:
17246 * m/tek4300.h:
17247 * m/tekxd88.h:
17248 * m/tower32.h:
17249 * m/tower32v3.h:
17250 * m/ustation.h:
17251 * m/wicat.h:
17252 * m/xps100.h:
17253 * s/cxux.h:
17254 * s/cxux7.h:
17255 * s/dgux.h:
17256 * s/dgux4.h:
17257 * s/dgux5-4-3.h:
17258 * s/dgux5-4r2.h:
17259 * s/esix.h:
17260 * s/esix5r4.h:
17261 * s/hiuxmpp.h:
17262 * s/hiuxwe2.h:
17263 * s/iris3-5.h:
17264 * s/iris3-6.h:
17265 * s/isc2-2.h:
17266 * s/isc3-0.h:
17267 * s/isc4-0.h:
17268 * s/isc4-1.h:
17269 * s/newsos5.h:
17270 * s/newsos6.h:
17271 * s/osf1.h:
17272 * s/osf5-0.h:
17273 * s/riscix1-1.h:
17274 * s/riscix12.h:
17275 * s/sco4.h:
17276 * s/sco5.h:
17277 * s/sunos4-0.h:
17278 * s/sunos4-1.h:
17279 * s/sunos413.h:
17280 * s/sunos4shr.h:
17281 * s/umax.h:
17282 * s/unipl5-2.h:
17283 * s/xenix.h:
17284 * cxux-crt0.s:
17285 * unexapollo.c:
17286 * unexconvex.c:
17287 * unexenix.c:
17288 * unexsni.c: Remove files for systems no longer supported.
17289
17290 * m/intel386.h: Remove references to unsupported systems.
17291
17292 * w32.c (get_emacs_configuration): Remove reference to i860.
17293
17294 * sysdep.c: Remove dead code.
17295
17296 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
17297
17298 * s/rtu.h:
17299 * m/masscomp.h: Remove files. Platform is obsolete.
17300
17301 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
17302
17303 * dbusbind.c (Fdbus_method_return): New function.
17304 (xd_read_message): Add the serial number to the event.
17305 (Fdbus_register_method): Activate the function.
17306
17307 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17308
17309 * keyboard.c (read_key_sequence): Fix typo.
17310
17311 2008-01-03 Michael Albinus <michael.albinus@gmx.de>
17312
17313 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
17314 (xd_signature, xd_append_arg): Handle element type detection for
17315 empty arrays.
17316 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
17317 SDATA () calls; this must be solved more general.
17318 (Fdbus_register_signal): Use SBYTES instead of strlen.
17319
17320 2008-01-03 Magnus Henoch <magnus@zemdatav>
17321
17322 * dbusbind.c (xd_append_arg): Use unsigned char instead of
17323 unsigned int for byte values (necessary for big-endian platform).
17324 (Fdbus_call_method): Handle the case of no returned arguments.
17325
17326 2007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
17327
17328 * dbusbind.c (xd_read_message): Use non-static input_event struct.
17329
17330 2007-12-31 Magnus Henoch <mange@freemail.hu>
17331
17332 * dbusbind.c (xd_signature): Signature of variant is just "v".
17333
17334 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
17335
17336 * dbusbind.c: Fix several errors and compiler warnings.
17337 Reported by Tom Tromey <tromey@redhat.com>.
17338 (XD_ERROR, XD_DEBUG_MESSAGE)
17339 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
17340 (xd_append_arg): Part for basic D-Bus types rewritten.
17341 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
17342 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
17343 appropriate.
17344 (xd_read_message): Return Qnil. Don't signal an error; it is not
17345 useful during event reading.
17346 (Fdbus_register_signal): Signal an error if the check for
17347 FUNCTIONP fails.
17348 (Fdbus_register_method): New function. The implementation is not
17349 complete, the call of the function signals an error therefore.
17350 (Fdbus_unregister_object): New function, renamed from
17351 Fdbus_unregister_signal. The initial check signals an error, if
17352 the object is not well formed.
17353
17354 2007-12-30 Richard Stallman <rms@gnu.org>
17355
17356 * textprop.c (get_char_property_and_overlay):
17357 Signal error if POSITION is out of range in a buffer.
17358
17359 2007-12-29 Martin Rudalics <rudalics@gmx.at>
17360
17361 * w32fns.c (Fx_create_frame): Make copy of frame parameters
17362 because the original parameters are in pure storage now.
17363
17364 2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17365
17366 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
17367
17368 2007-12-22 Eli Zaretskii <eliz@gnu.org>
17369
17370 * callint.c (syms_of_callint) <command-history>: Add reference to
17371 history-length in the doc string.
17372
17373 2007-12-17 Jason Rumney <jasonr@gnu.org>
17374
17375 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
17376 before passing as wParam.
17377
17378 2007-12-22 Michael Albinus <michael.albinus@gmx.de>
17379
17380 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
17381 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
17382 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
17383 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
17384 as number.
17385 (Fdbus_call_method): Fix docstring.
17386
17387 2007-12-21 Michael Albinus <michael.albinus@gmx.de>
17388
17389 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
17390 New macros.
17391 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
17392 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
17393 Simplify.
17394 (xd_signature): New function.
17395 (xd_append_arg): Compute also signatures. Major rewrite.
17396 (xd_retrieve_arg): Make debug messages friendly.
17397 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
17398 Check for signatures of arguments.
17399
17400 2007-12-19 Michael Albinus <michael.albinus@gmx.de>
17401
17402 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
17403 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
17404 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
17405 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
17406 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
17407 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
17408 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
17409 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
17410 (xd_retrieve_value): Remove. Functionality included in ...
17411 (xd_append_arg): New function.
17412 (Fdbus_call_method, Fdbus_send_signal): Apply it.
17413
17414 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
17415
17416 * dbusbind.c (top): Include <stdio.h>.
17417 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
17418 dbus_message_new_method_call and dbus_message_new_signal.
17419 (Fdbus_register_signal): Rename unique_name to uname.
17420 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
17421 non-existing unique name. Fix typos in matching rule. Return an
17422 object which is useful in Fdbus_unregister_signal.
17423 (Fdbus_unregister_signal): Reimplementation, in order to remove
17424 only the corresponding entry.
17425 (Vdbus_registered_functions_table): Change the order of entries.
17426 Apply these changes in xd_read_message and Fdbus_register_signal.
17427
17428 2007-12-16 Andreas Schwab <schwab@suse.de>
17429
17430 * fileio.c (Finsert_file_contents): Fix overflow check to not
17431 depend on undefined integer overflow.
17432
17433 2007-12-14 Jason Rumney <jasonr@gnu.org>
17434
17435 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
17436 for characters above 127.
17437
17438 2007-12-13 Jason Rumney <jasonr@gnu.org>
17439
17440 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
17441 before dereferencing array.
17442 (lookup_vk_code): Remove zero comparison.
17443
17444 2007-12-14 Michael Albinus <michael.albinus@gmx.de>
17445
17446 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
17447 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
17448 Use `unsigned int' instead of `uint'.
17449 (xd_read_message, Fdbus_register_signal): Split expressions into
17450 multiple lines before operators "&&" and "||", according to the
17451 GNU Coding Standards.
17452
17453 2007-12-14 Eli Zaretskii <eliz@gnu.org>
17454
17455 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
17456
17457 2007-12-12 Juri Linkov <juri@jurta.org>
17458
17459 * buffer.c (Frename_buffer): In interactive spec replace
17460 `read-buffer' with `read-string' that uses `buffer-name-history'
17461 as history, and the current buffer's name as default.
17462
17463 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
17464
17465 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
17466 manipulating the backtrace manually.
17467 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
17468 (struct backtrace, backtrace_list): Remove.
17469 (command_loop_1): Remove dead var `no_direct'.
17470
17471 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
17472 preserve non-built-in buffer-local variables.
17473 (Fkill_all_local_variables): Don't re-create&re-set permanent
17474 buffer-local variables.
17475
17476 2007-12-09 Juri Linkov <juri@jurta.org>
17477
17478 * buffer.c (Frename_buffer): Change interactive spec from "s" to
17479 Lisp code that uses `read-buffer' with current buffer as default.
17480
17481 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
17482
17483 * dbusbind.c (xd_read_message): Generate an event for every
17484 registered handler. There might be several handlers registered
17485 for the same signal.
17486 (Fdbus_register_signal): Don't overwrite a registration for the
17487 same signal. Add a new registration if handlers are different.
17488 (Vdbus_registered_functions_table): Rework doc string.
17489
17490 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
17491
17492 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
17493 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
17494 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
17495 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
17496 Unify argument lists.
17497 (xd_read_message, Fdbus_register_signal): Reorder and extend event
17498 arguments and hash table keys. Use unique name for service.
17499 (Fdbus_unregister_signal): Remove checks.
17500 (Vdbus_registered_functions_table): Fix doc string.
17501
17502 2007-12-05 Magnus Henoch <mange@freemail.hu>
17503
17504 * process.c (make_process): Initialize pty_flag to 0.
17505
17506 2007-12-05 Jason Rumney <jasonr@gnu.org>
17507
17508 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
17509 specified XBMs.
17510
17511 2007-12-05 Richard Stallman <rms@gnu.org>
17512
17513 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
17514
17515 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17516
17517 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
17518 New variable.
17519 (mac_try_close_socket) [MAC_OSX]: New function.
17520 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
17521 Update cfsockets_for_select. Replace invalid CFRunLoop source.
17522
17523 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
17524 Use mac_try_close_socket.
17525
17526 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17527
17528 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
17529 reloc_base.
17530 (copy_dysymtab): Compute relocation base here.
17531 (rebase_reloc_address) [__ppc64__]: New function.
17532 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
17533 changed.
17534
17535 2007-12-05 Jason Rumney <jasonr@gnu.org>
17536
17537 * w32proc.c (sys_spawnve): Quote args with wildcards.
17538
17539 2007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17540
17541 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
17542 __objc_* sections.
17543 (unrelocate) [_LP64]: Set relocation base to address of data segment.
17544
17545 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
17546
17547 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
17548 Move check for Vdbus_registered_functions_table to
17549 xd_read_queued_messages.
17550 (xd_read_queued_messages): Protect xd_read_message calls by
17551 internal_condition_case_1.
17552
17553 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
17554
17555 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
17556 Qdbus_system_bus and Qdbus_session_bus, respectively.
17557 (Vdbus_intern_symbols): Remove.
17558 (Vdbus_registered_functions_table): New hash table.
17559 (XD_SYMBOL_INTERN_SYMBOL): Remove.
17560 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
17561 Rewrite in order to manage registered functions by hash table
17562 Vdbus_registered_functions_table.
17563
17564 2007-12-03 Jan Djärv <jan.h.d@swipnet.se>
17565
17566 * xterm.c: Update URL to Window Manager Specification in comment.
17567
17568 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
17569
17570 * config.in (HAVE_DBUS): Add.
17571
17572 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
17573 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
17574 (obj): Add $(DBUS_OBJ).
17575 (LIBES): Add $(DBUS_LIBS).
17576 (dbusbind.o): New target.
17577
17578 * dbusbind.c: New file.
17579
17580 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
17581
17582 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
17583 (Qdbus_event): New Lisp symbol.
17584 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
17585 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
17586 (keys_of_keyboard): Define dbus-event.
17587
17588 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
17589
17590 2007-12-01 Richard Stallman <rms@gnu.org>
17591
17592 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
17593
17594 2007-11-30 Jason Rumney <jasonr@gnu.org>
17595
17596 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
17597 (w32con_reset_terminal_modes): Clear screen buffer.
17598 (w32_face_attributes): Don't use color indexes that are out of range.
17599 Only reverse the default colors.
17600
17601 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
17602 WINDOWSNT.
17603
17604 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
17605
17606 2007-11-29 Jason Rumney <jasonr@gnu.org>
17607
17608 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
17609 (w32_face_attributes): Use Vtty_defined_color_alist to determine
17610 if the terminal colors are initialized.
17611 (unspecified_fg, unspecified_bg): Remove unused declarations.
17612
17613 2007-11-29 Andreas Schwab <schwab@suse.de>
17614
17615 * keyboard.c (apply_modifiers): Fix typo.
17616
17617 2007-11-29 Richard Stallman <rms@gnu.org>
17618
17619 * keymap.c (Fcurrent_local_map): Doc fix.
17620
17621 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
17622
17623 * s/gnu-kfreebsd.h: New file.
17624
17625 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17626
17627 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
17628 Don't cast redundantly.
17629
17630 * keyboard.c (KEY_TO_CHAR): New macro.
17631 (parse_modifiers, apply_modifiers): Accept integer arguments.
17632 (read_key_sequence): Use them to unify the "shift->unshift" mapping
17633 for chars and symbol keys.
17634 After doing such remapping, apply function-key-map again.
17635
17636 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
17637
17638 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
17639 compiled anymore.
17640
17641 2007-11-26 Andreas Schwab <schwab@suse.de>
17642
17643 * process.c (list_processes_1): Fix indentation level of the
17644 command column.
17645
17646 2007-11-23 Andreas Schwab <schwab@suse.de>
17647
17648 * editfns.c (Fformat): Handle %c specially since it requires the
17649 argument to be of type int.
17650
17651 2007-11-23 Markus Triska <markus.triska@gmx.at>
17652
17653 * emacs.c (main): Call init_editfns before init_process, since
17654 init_process sets Vprocess_connection_type depending on OS release.
17655
17656 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17657
17658 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
17659 (find_symbol_value): Use do_symval_forwarding.
17660
17661 * data.c (set_internal): Set the value in the `cons-cell' (for
17662 Buffer_Local_values) not only for frame-local variables.
17663
17664 2007-11-22 Andreas Schwab <schwab@suse.de>
17665
17666 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
17667 values to sprintf.
17668 * keymap.c (Fsingle_key_description): Likewise.
17669 * print.c (print_object): Likewise.
17670
17671 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
17672
17673 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
17674 file for image is nil.
17675
17676 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
17677
17678 * term.c: Include stdarg.h.
17679 (fatal): Implement using varargs.
17680 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
17681
17682 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17683
17684 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
17685 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
17686 Update call to buffer_slot_type_mismatch.
17687 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
17688 (buffer_slot_type_mismatch): Update.
17689 * buffer.c (buffer_local_types): Remove.
17690 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
17691 (defvar_per_buffer): Set the type in the buffer_objfwd.
17692
17693 2007-11-21 Jason Rumney <jasonr@gnu.org>
17694
17695 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
17696 CreateFileMapping returns NULL on failure.
17697
17698 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17699
17700 * search.c (Fset_match_data): Remove the `evaporate' feature.
17701 (unwind_set_match_data): Don't use the `evaporate' feature.
17702
17703 2007-11-21 Jason Rumney <jasonr@gnu.org>
17704
17705 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
17706
17707 * w32console.c (w32con_write_glyphs): Remove unused variables.
17708
17709 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
17710
17711 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
17712
17713 * s/darwin.h (MULTI_KBOARD): Remove.
17714
17715 * macfns.c (x_create_tip_frame, Fx_create_frame)
17716 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
17717
17718 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17719
17720 * buffer.c (Fbuffer_local_value): Remove redundant test.
17721 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
17722 than in `current-buffer' to match the comment.
17723 Do the swap using swap_in_global_binding.
17724
17725 * data.c (store_symval_forwarding, set_internal):
17726 * eval.c (specbind): Remove dead code.
17727
17728 * coding.c (detect_coding, Fupdate_coding_systems_internal):
17729 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
17730 Since we do not want to see internal Lisp_*fwd objects here.
17731
17732 2007-11-18 Jan Djärv <jan.h.d@swipnet.se>
17733
17734 * sysdep.c (init_system_name): Use getaddrinfo if available.
17735
17736 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
17737 (x_scroll_bar_note_movement): start, end, with, height in struct
17738 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
17739
17740 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
17741
17742 * puresize.h (BASE_PURESIZE): Increase to 1190000.
17743
17744 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17745
17746 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
17747 This undoes Richard's change of 14-Oct-2002.
17748
17749 * alloc.c (allocate_other_vector):
17750 * lisp.h (allocate_other_vector): Remove.
17751
17752 * window.c (struct save_window_data): Move non-lisp data to the end
17753 and make it `int' rather than Lisp_Object.
17754 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
17755 Done wrap/unwrap integer values.
17756 (Fset_window_configuration, compare_window_configurations):
17757 Update use of fields to their new types.
17758
17759 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
17760 Turn integer fields into `int'. Merge x_window_low and x_window_high.
17761 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
17762 (SET_SCROLL_BAR_X_WINDOW): Remove.
17763 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
17764 Access the new x_window field directly.
17765 * xterm.c (x_scroll_bar_create): Use a pseudovector.
17766 Don't wrap/unwrap integers into Lisp_Objects.
17767 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
17768 (x_scroll_bar_report_motion):
17769 Don't wrap/unwrap integers into Lisp_Objects.
17770 (x_term_init): Use SDATA.
17771 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
17772 (x_scroll_bar_set_handle, x_scroll_bar_remove)
17773 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
17774 (x_scroll_bar_report_motion, x_scroll_bar_clear):
17775 * xfns.c (x_set_background_color):
17776 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
17777 Access the new x_window field directly.
17778
17779 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
17780 (allocate_pseudovector): Make non-static.
17781
17782 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
17783 (allocate_pseudovector): Declare.
17784 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
17785
17786 2007-11-15 Andreas Schwab <schwab@suse.de>
17787
17788 * editfns.c (Fformat): Correctly format EMACS_INT values.
17789 Also take precision into account when formatting an integer.
17790
17791 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
17792
17793 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
17794
17795 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
17796 (syms_of_keyboard): Defsubr it.
17797
17798 * data.c (swap_in_global_binding): Fix longstanding bug where
17799 store_symval_forwarding was not called with the right second argument,
17800 thus causing objfwd-ing from being dropped.
17801
17802 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
17803
17804 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
17805 (Fx_display_pixel_height, Fx_display_planes)
17806 (Fx_display_color_cells, Fx_server_max_request_size)
17807 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
17808 (Fx_display_visual_class, Fx_display_save_under):
17809 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
17810 (Fx_display_pixel_height, Fx_display_planes)
17811 (Fx_display_color_cells, Fx_server_max_request_size)
17812 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
17813 (Fx_display_mm_height, Fx_display_mm_width)
17814 (Fx_display_backing_store, Fx_display_visual_class)
17815 (Fw32_select_font, Fx_display_save_under):
17816 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
17817 (Fx_display_pixel_height, Fx_display_planes)
17818 (Fx_display_color_cells, Fx_server_max_request_size)
17819 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
17820 (Fx_display_save_under): Fix typos in docstrings.
17821
17822 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
17823
17824 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
17825 corresponding to deleted entries; they are an implementation detail.
17826 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
17827 Remove variables.
17828 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
17829 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
17830 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
17831 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
17832 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
17833 (Fw32_define_rgb_color, Fw32_load_color_file)
17834 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
17835 Fix typos in docstrings.
17836 (Fx_server_version): Reflow docstring.
17837 (Fw32_shell_execute): Doc fixes.
17838
17839 2007-11-13 Juanma Barranquero <lekktu@gmail.com>
17840
17841 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
17842 if w32_parse_hot_key returned nil.
17843
17844 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
17845
17846 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
17847
17848 2007-11-09 Jason Rumney <jasonr@gnu.org>
17849
17850 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
17851
17852 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
17853
17854 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
17855 Remove W32_SCROLL_BAR_CLICK_EVENT.
17856
17857 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
17858 Add MULTIMEDIA_KEY_EVENT.
17859
17860 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
17861 (lispy_multimedia_keys) [WINDOWSNT]: New array.
17862 (make_lispy_event) [WINDOWSNT]: Use it to translate
17863 MULTIMEDIA_KEY_EVENT.
17864
17865 * w32term.h (WM_APPCOMMAND): Define if not already.
17866 (GET_APPCOMMAND_LPARAM): Likewise.
17867
17868 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
17869 WM_APPCOMMAND.
17870
17871 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
17872 (syms_of_w32fns): Export and initialize it.
17873 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
17874
17875 2007-11-09 Chong Yidong <cyd@stupidchicken.com>
17876
17877 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
17878 twice.
17879
17880 * xdisp.c (handle_face_prop): Fix last change.
17881
17882 2007-11-09 Richard Stallman <rms@gnu.org>
17883
17884 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
17885 not just for after-strings and before-strings.
17886 Call face_for_overlay_string and pass the overlay to it.
17887 (handle_display_prop): Determine whether property came from an overlay.
17888 Pass OVERLAY arg to handle_single_display_spec.
17889 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
17890 (load_overlay_strings): Fill in it->string_overlays.
17891 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
17892
17893 * xfaces.c (face_for_overlay_string): Function renamed from
17894 face_at_buffer_position_no_overlays, and add arg OVERLAY.
17895
17896 * dispextern.h (struct it): New elt string_overlays.
17897 New elt from_overlay, also in stack.
17898 Rearrange a few elements.
17899 (face_for_overlay_string): Decl renamed from
17900 face_at_buffer_position_no_overlays, and add argument.
17901
17902 2007-11-09 Richard Stallman <rms@gnu.org>
17903
17904 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
17905 to get the base face for an overlay string.
17906
17907 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
17908
17909 * xfaces.c (face_at_buffer_position_no_overlays): New function.
17910
17911 * xdisp.c (handle_stop): Move some code out of loop.
17912
17913 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17914
17915 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
17916 Fix conversion from Lisp object to ATSUFontID.
17917
17918 2007-11-09 Jason Rumney <jasonr@gnu.org>
17919
17920 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
17921
17922 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17923
17924 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
17925 Don't assume regions are aligned to page boundary.
17926 (print_load_command_name): Add LC_UUID if defined.
17927
17928 2007-11-09 Richard Stallman <rms@gnu.org>
17929
17930 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
17931
17932 2007-11-07 Jason Rumney <jasonr@gnu.org>
17933
17934 * s/windows95.h: Remove.
17935
17936 2007-11-06 Jan Djärv <jan.h.d@swipnet.se>
17937
17938 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
17939 abort with a message on unhandled store_type values.
17940
17941 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
17942
17943 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
17944 Remove HAVE_X11R5 and HAVE_X11R4.
17945
17946 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
17947
17948 * Makefile.in: Remove references to sunfns.c and sunfns.o.
17949
17950 2007-11-01 Johan Bockgård <bojohan@gnu.org>
17951
17952 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
17953 Don't set s->stippled_p here, since it has already been set by
17954 x_set_glyph_string_gc from x_draw_glyph_string.
17955
17956 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
17957
17958 * sunfns.c: Remove file.
17959
17960 * m/sun386.h:
17961 * m/sun2.h:
17962 * m/sparc.h: Remove Sun windows code.
17963
17964 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
17965
17966 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
17967 (init_keyboard): Set current_kboard's window-system to nil.
17968 (tty_read_avail_input): Typo.
17969 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
17970
17971 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
17972
17973 * s/usg5-4.h:
17974 * s/usg5-3.h:
17975 * s/ptx.h:
17976 * m/is386.h:
17977 * m/ibmps2-aix.h:
17978 * Makefile.in: Remove all mentions of X10.
17979
17980 * dispnew.c (syms_of_display): Don't mention version 10.
17981
17982 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
17983
17984 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
17985 ($(BLD)/abbrev.$(O)): Remove.
17986
17987 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17988
17989 Rewrite abbrev.c in Elisp.
17990 * image.c (Qcount): Don't declare as extern.
17991 (syms_of_image): Initialize and staticpro `Qcount'.
17992 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
17993 * emacs.c (main): Don't call syms_of_abbrev.
17994 * Makefile.in (obj): Remove abbrev.o.
17995 (abbrev.o): Remove.
17996 * abbrev.c: Remove.
17997
17998 2007-10-26 Martin Rudalics <rudalics@gmx.at>
17999
18000 * window.c (window_min_size_2): Don't count header-line.
18001
18002 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
18003
18004 * frame.h (struct frame): Move all bit fields after the first bit
18005 field to take advantage of the available space. Group all the
18006 chars together to reduce wasted space due to padding.
18007
18008 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
18009
18010 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
18011
18012 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
18013 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
18014 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
18015 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
18016 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
18017 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
18018 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
18019 (last_marked, mark_object_loop_halt): Make static.
18020
18021 * frame.c (syms_of_frame) <delete-frame-functions>:
18022 Fix typo in docstring.
18023
18024 2007-10-25 Juanma Barranquero <lekktu@gmail.com>
18025
18026 * w32.c (init_environment): Fix tiny memory leak.
18027 (w32_get_resource): Remove unused variable `ok'.
18028
18029 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18030
18031 Make `window-system' into a keyboard-local variable (rather than
18032 frame-local as done originally by multi-tty).
18033
18034 * keyboard.h (struct kboard): Add Vwindow_system.
18035 * keyboard.c (init_kboard): Set a default for Vwindow_system.
18036 (mark_kboards): Mark Vwindow_system.
18037
18038 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
18039 (init_display): Don't set the obsolete `window-system' frame-param.
18040
18041 * xterm.c (x_term_init):
18042 * w32term.c (w32_create_terminal):
18043 * term.c (init_tty): Set Vwindow_system.
18044 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
18045 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
18046
18047 * xfns.c (Fx_create_frame, x_create_tip_frame):
18048 * w32fns.c (Fx_create_frame, x_create_tip_frame):
18049 * macfns.c (Fx_create_frame):
18050 Don't set the obsolete `window-system' frame-param.
18051
18052 * frame.h (Qwindow_system): Remove.
18053 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
18054 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
18055
18056 2007-10-24 Richard Stallman <rms@gnu.org>
18057
18058 * frame.c (x_figure_window_size): For fullscreen case,
18059 set USPosition | PPosition without clobbering rest of window_prompting.
18060
18061 * keyboard.c (Fcurrent_idle_time): Doc fix.
18062
18063 * print.c (Fwith_output_to_temp_buffer): Doc fix.
18064
18065 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
18066
18067 * process.c (unwind_request_sigio): Only define if __ultrix__.
18068
18069 * callproc.c (child_setup): Remove spurious *.
18070
18071 * lisp.h (Fget_text_property): Declare.
18072 (have_menus_p): Declare it here rather than in sys-dep header files.
18073 * macterm.h (have_menus_p):
18074 * msdos.h (have_menus_p):
18075 * xterm.h (have_menus_p): Remove.
18076
18077 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
18078 (Fmake_variable_frame_local): Just check the variable's const-ness
18079 rather than checking nil or t.
18080
18081 2007-10-22 Jason Rumney <jasonr@gnu.org>
18082
18083 * w32fns.c: Include math.h.
18084 (w32_abort): Declaration moved to nt/config.nt.
18085
18086 * s/ms-w32.h (HAVE_STDLIB_H): Define.
18087 (abort): Redefinition moved to nt/config.nt.
18088
18089 * m/windowsnt.h: Remove.
18090
18091 2007-10-22 Juanma Barranquero <lekktu@gmail.com>
18092
18093 * emacs.c (Fdump_emacs): Fix typo in message.
18094 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
18095 <installation-directory>: Reflow docstring.
18096
18097 2007-10-22 Juri Linkov <juri@jurta.org>
18098
18099 * minibuf.c: Allow minibuffer default to be a list of default values.
18100 With empty input use the first element of this list as returned default.
18101 (string_to_object)
18102 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
18103 (read_minibuf): If defalt is cons, set histstring to its car.
18104 (Fread_string): If default_value is cons, set val to its car.
18105 (Fread_buffer): If def is cons, use its car.
18106 (Fcompleting_read): If defalt is cons, set val to its car.
18107
18108 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
18109
18110 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
18111
18112 2007-10-20 Juanma Barranquero <lekktu@gmail.com>
18113
18114 * doc.c (Fdocumentation): Check for advice in all cases.
18115
18116 2007-10-19 Chong Yidong <cyd@stupidchicken.com>
18117
18118 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
18119
18120 2007-10-19 Richard Stallman <rms@gnu.org>
18121
18122 * doc.c (Fdocumentation): Check for and handle an advised function.
18123
18124 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
18125
18126 * process.c (Fset_process_filter): Doc fix.
18127
18128 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18129
18130 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
18131 which caused key-translation-map to applied repeatedly (thus breaking
18132 double-mode).
18133
18134 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18135
18136 * xselect.c (x_own_selection, x_handle_selection_clear)
18137 (x_clear_frame_selections):
18138 * w32menu.c (list_of_panes, list_of_items):
18139 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
18140 * textprop.c (validate_plist, interval_has_all_properties)
18141 (interval_has_some_properties, interval_has_some_properties_list)
18142 (add_properties, text_property_list):
18143 * process.c (Fget_buffer_process, list_processes_1, status_notify):
18144 * minibuf.c (Fassoc_string):
18145 * macselect.c (x_own_selection, x_clear_frame_selections)
18146 (Fx_disown_selection_internal):
18147 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
18148 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
18149
18150 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
18151
18152 * process.c: Link to libs for calling res_init() if available.
18153 (Fmake_network_process): Call res_init() before getaddrinfo or
18154 gethostbyname, if possible.
18155
18156 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18157
18158 * lread.c (read1): Set pvectype for char_tables.
18159
18160 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
18161 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
18162 Add type checks.
18163 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
18164
18165 * alloc.c (free_misc): Use XMISCTYPE.
18166 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
18167
18168 2007-10-17 Glenn Morris <rgm@gnu.org>
18169
18170 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
18171 (syms_of_minibuf): Add Qcompletion_ignore_case.
18172 * dired.c (Qcompletion_ignore_case): Change to external.
18173 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
18174 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
18175 (Fread_file_name): Use it rather than intern'ing.
18176
18177 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
18178 (Fread_coding_system): Ignore case of user input.
18179
18180 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18181
18182 * xdisp.c (handle_display_prop): Ignore display specs after
18183 replacing one when string text is being replaced.
18184 (handle_single_display_spec): Pretend as if characters with display
18185 property haven't been consumed only when buffer text is being replaced.
18186
18187 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18188
18189 * xfns.c (Fx_create_frame, Fx_display_list):
18190 * window.c (window_fixed_size_p, enlarge_window)
18191 (shrink_window_lowest_first):
18192 * macterm.c (init_font_name_table):
18193 * macfns.c (Fx_create_frame, Fx_display_list):
18194 * lread.c (close_load_descs):
18195 * keyboard.c (read_char_x_menu_prompt):
18196 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
18197 * coding.c (code_convert_region_unwind): Test the type of an object
18198 rather than just !NILP before extracting data from it.
18199
18200 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
18201
18202 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
18203 (XMISCANY): New macro.
18204 (XMISCTYPE): Use it.
18205 (struct Lisp_Misc_Any): New type.
18206 (union Lisp_Misc): Use it.
18207 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
18208 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
18209 (find_symbol_value, set_internal, default_value, Fset_default)
18210 (Fmake_variable_buffer_local, Fmake_local_variable)
18211 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
18212 (Flocal_variable_if_set_p, Fvariable_binding_locus):
18213 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
18214 * alloc.c (allocate_buffer): Set the size and tag.
18215 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
18216 Use XMISCANY.
18217 (die): Follow the GNU convention for error messages.
18218 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
18219 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
18220 tag any more.
18221 (set_buffer_internal_1):
18222 * frame.c (store_frame_param):
18223 * eval.c (specbind):
18224 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
18225
18226 * doc.c (Fsnarf_documentation): Simplify.
18227
18228 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
18229
18230 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
18231 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
18232
18233 2007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18234
18235 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
18236
18237 2007-10-14 Juanma Barranquero <lekktu@gmail.com>
18238
18239 * eval.c (do_autoload): Don't save autoloads.
18240
18241 * data.c (Ffset): Save autoload of the function being set.
18242
18243 2007-10-07 John Paul Wallington <jpw@pobox.com>
18244
18245 * xfns.c (x_create_tip_frame): Set the `display-type' frame
18246 parameter before setting up faces.
18247
18248 2007-10-13 Eli Zaretskii <eliz@gnu.org>
18249
18250 * ccl.c (Fregister_code_conversion_map):
18251 * keyboard.c (append_tool_bar_item): Reformat last change.
18252
18253 * lisp.h (eabs): Rename from `abs'. All callers changed.
18254
18255 2007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
18256
18257 * buffer.c (add_overlay_mod_hooklist):
18258 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
18259 * fontset.c (make_fontset):
18260 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
18261 (append_tool_bar_item):
18262 * macmenu.c (grow_menu_items):
18263 * w32menu.c (grow_menu_items):
18264 * xmenu.c (grow_menu_items): Use larger_vector.
18265
18266 2007-10-13 Eli Zaretskii <eliz@gnu.org>
18267
18268 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
18269 selected frame'' on MSDOS).
18270
18271 2007-10-12 Martin Rudalics <rudalics@gmx.at>
18272
18273 * frame.c (Qexplicit_name): New variable.
18274 (x_report_frame_params): Report it in parameter alist.
18275 (syms_of_frame): Intern and staticpro it.
18276
18277 2007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
18278
18279 * macfns.c (x_create_tip_frame): Set terminal for frame.
18280
18281 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18282
18283 * frame.c (Qenvironment): Remove.
18284 (syms_of_frame) <Qenvironment>: Don't initialize.
18285 (Fdelete_frame): Don't treat the `environment' param specially.
18286 * frame.h (Qenvironment): Don't declare.
18287 * callproc.c (set_initial_environment): Don't set unused frame param.
18288
18289 * frame.c (Fframe_with_environment): Remove.
18290 (syms_of_frame) <Sframe_with_environment>: Don't declare.
18291
18292 * lisp.h (Fframe_with_environment): Don't declare.
18293
18294 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
18295
18296 * indent.c (indent_tabs_mode, last_known_column)
18297 (last_known_column_modified): Make static.
18298 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
18299
18300 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
18301
18302 * puresize.h (BASE_PURESIZE): Increase to 1170000.
18303
18304 2007-10-09 Jason Rumney <jasonr@gnu.org>
18305
18306 * w32term.c (x_set_window_size): Disable code that attempts to tell
18307 Lisp code about a size change before it actually happens.
18308
18309 2007-10-09 Richard Stallman <rms@gnu.org>
18310
18311 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
18312 return HANDLED_RETURN.
18313
18314 2007-10-08 Martin Rudalics <rudalics@gmx.at>
18315
18316 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
18317 when there's an unread command event.
18318
18319 * frame.c (focus_follows_mouse): Move here from frame.el to allow
18320 window autoselection act appropriately when leaving selected frame.
18321 (syms_of_frame): Initialize focus_follows_mouse.
18322 * frame.h (focus_follows_mouse): Extern it.
18323 * macterm.c (XTread_socket): When focus_follows_mouse is nil
18324 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
18325 * msdos.c (dos_rawgetc): Likewise.
18326 * w32term.c (w32_read_socket): Likewise.
18327 * xterm.c (handle_one_xevent): Likewise.
18328 * xdisp.c (syms_of_xdisp): In doc-string of
18329 mouse-autoselect-window mention focus-follows-mouse.
18330
18331 2007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18332
18333 * macterm.c (mac_load_query_font): Fix missing return value.
18334 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
18335 Add BLOCK_INPUT.
18336
18337 2007-10-08 Richard Stallman <rms@gnu.org>
18338
18339 * xdisp.c (get_window_cursor_type): Implement documented behavior
18340 for cursor-in-non-selected-windows = t.
18341
18342 2007-10-08 Jason Rumney <jasonr@gnu.org>
18343
18344 * w32.c (w32_get_resource): Always close registry keys.
18345
18346 2007-10-08 Jason Rumney <jasonr@gnu.org>
18347
18348 * makefile.w32-in (LIBS): Add COMCTL32.
18349
18350 * w32fns.c (globals_of_w32fns): Init common controls.
18351
18352 2007-10-08 Richard Stallman <rms@gnu.org>
18353
18354 * image.c (our_memory_buffer): Rename from omfib_buffer.
18355
18356 2007-10-08 Richard Stallman <rms@gnu.org>
18357
18358 * buffer.c (Foverlays_at): Doc fix.
18359
18360 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
18361
18362 * fns.c (Fplist_put): Preserve uneven tail data.
18363
18364 2007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
18365
18366 * termhooks.h (enum event_kind): Remove trailing comma.
18367
18368 * frame.h (enum): Remove trailing comma.
18369
18370 2007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18371
18372 * w32proc.c (delete_child): Don't terminate threads of zombies.
18373
18374 2007-10-08 Martin Rudalics <rudalics@gmx.at>
18375
18376 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
18377
18378 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
18379 last-repeatable-command.
18380 (init_kboard): Initialize Vlast_repeatable_command.
18381 (command_loop_1): Set it to real_this_command unless that was
18382 bound to an input event.
18383 (mark_kboards): Mark it.
18384
18385 2007-10-08 Richard Stallman <rms@gnu.org>
18386
18387 * eval.c (condition-case): Doc fix.
18388
18389 2007-10-08 Masatake YAMATO <jet@gyve.org>
18390
18391 * xfaces.c (tty_supports_face_attributes_p): Fix code
18392 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
18393 was copied and not edited.
18394
18395 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
18396
18397 Add new `input-decode-map' keymap and use it for terminal
18398 escape sequences.
18399 * keyboard.h (struct kboard): Add Vinput_decode_map.
18400 Remove Vlocal_key_translation_map.
18401 * keyboard.c (read_key_sequence): Add support for input-decode-map.
18402 (init_kboard): Init input-decode-map.
18403 Replace local-key-translation-map back with key-translation-map.
18404 (syms_of_keyboard): Declare input-decode-map.
18405 Remove local-key-translation-map. Update docstrings.
18406 (mark_kboards): Mark Vinput_decode_map.
18407 Don't mark Vlocal_key_translation_map.
18408 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
18409 Replace local-key-translation-map back with key-translation-map.
18410 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
18411 Bind in input-decode-map rather than function-key-map.
18412
18413 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
18414 This was made redundant by the previous introduction of XSETPVECTYPE.
18415
18416 2007-10-09 Richard Stallman <rms@gnu.org>
18417
18418 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
18419
18420 2007-09-29 Richard Stallman <rms@gnu.org>
18421
18422 * eval.c (internal_condition_case_2, internal_condition_case_1)
18423 (internal_condition_case): Reenable abort if x_catching_errors ()
18424 to see if that really happens and why.
18425
18426 2007-10-06 Andreas Schwab <schwab@suse.de>
18427
18428 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
18429
18430 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
18431
18432 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
18433
18434 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18435
18436 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
18437
18438 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18439
18440 * window.h (struct window):
18441 * window.c (struct save_window_data, struct saved_window):
18442 * termhooks.h (struct terminal):
18443 * process.h (struct Lisp_Process):
18444 * frame.h (struct frame):
18445 * buffer.h (struct buffer):
18446 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
18447 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
18448 The size field of (pseudo)vectors is now unsigned.
18449 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
18450
18451 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
18452 Turn `count' into an integer.
18453
18454 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
18455 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
18456 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
18457 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
18458 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
18459
18460 * alloc.c (allocate_pseudovector): New fun.
18461 (ALLOCATE_PSEUDOVECTOR): New macro.
18462 (allocate_window, allocate_terminal, allocate_frame)
18463 (allocate_process): Use it.
18464 (mark_vectorlike): New function.
18465 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
18466 (mark_terminals): Use it.
18467 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
18468 (Fmake_byte_code): Use XSETPVECTYPE.
18469
18470 * frame.c (Fframe_parameters): Minor simplification.
18471
18472 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
18473
18474 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
18475
18476 * buffer.c (Fget_buffer_create, init_buffer_once):
18477 * lread.c (defsubr):
18478 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
18479
18480 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
18481 defined differently in the m/*.h files.
18482 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
18483 (XSETPVECTYPE): New macro.
18484 (XSETPSEUDOVECTOR): Use it.
18485
18486 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
18487 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
18488
18489 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
18490 * lread.c (defvar_per_buffer):
18491 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
18492
18493 * window.c (candidate_window_p): Only consider as visible frames that
18494 are on the same terminal.
18495
18496 * m/ibms390x.h (MARKBIT): Remove unused macro.
18497
18498 2007-10-01 Juanma Barranquero <lekktu@gmail.com>
18499
18500 * lread.c (Fload): Fix typo in docstring.
18501
18502 2007-10-01 Michaël Cadilhac <michael@cadilhac.name>
18503
18504 * floatfns.c (Fexpt): Manually check for overflows, so that a power
18505 of a non-zero value can't yield zero.
18506
18507 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18508
18509 * term.c (term_clear_mouse_face, term_mouse_highlight)
18510 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
18511
18512 * print.c (safe_debug_print): Use XHASH.
18513
18514 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
18515 Lisp elements such as tags.
18516 (XHASH): New macro.
18517 (EQ): Use it.
18518 (SREF, SSET, STRING_COPYIN): Use SDATA.
18519 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
18520
18521 * alloc.c (mark_terminal): Remove left-over declaration.
18522 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
18523 (allocate_vectorlike): Remove type argument. Adjust callers.
18524 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
18525 Only handle the one remaining MEM_TYPE_VECTORLIKE.
18526
18527 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
18528 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
18529 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
18530 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
18531 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
18532 Use them.
18533
18534 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
18535 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
18536 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
18537
18538 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
18539
18540 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
18541 loaded by default.
18542
18543 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18544
18545 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
18546 on this tty.
18547 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
18548
18549 * term.c (mouse_face_window): Rename from Qmouse_face_window.
18550 Update all users.
18551 (handle_one_term_event): Use Gpm_DrawPointer.
18552 (Fgpm_mouse_start): Rename from Fterm_open_connection.
18553 Signal errors instead of returning nil. Always return nil.
18554 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
18555 Make it a noop if gpm-mouse was not activated.
18556 (syms_of_term): Update names.
18557
18558 2007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18559
18560 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
18561 (init_sys_modes): Check that gpm_tty is the current tty.
18562
18563 * alloc.c (allocate_terminal): Set the vector size to only count the
18564 lisp fields. Initialize those to nil.
18565 (mark_object): Don't treat terminals specially.
18566 (mark_terminal): Remove.
18567 (mark_terminals): Use mark_object instead.
18568
18569 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
18570 the GC to the beginning.
18571
18572 * indent.h:
18573 * indent.c: Use EMACS_INT for ints coming from Elisp data.
18574
18575 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
18576
18577 2007-09-25 Jason Rumney <jasonr@gnu.org>
18578
18579 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
18580
18581 * w32console.c (create_w32cons_output): Remove.
18582
18583 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
18584
18585 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
18586 (reset_sys_modes): Use reset_terminal_modes_hook.
18587
18588 2007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18589
18590 * eval.c (do_autoload): Don't output any message.
18591
18592 2007-09-24 Juri Linkov <juri@jurta.org>
18593
18594 * emacs.c (standard_args): Change priority of "--no-splash"
18595 from 40 to 3. Add "--no-desktop" with the same priority.
18596
18597 2007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
18598
18599 * alloc.c (gc_sweep): Check cons cell mark bits word by word
18600 and optimize the case where they are all 1.
18601
18602 2007-09-23 Johannes Weiner <hannes@saeurebad.de>
18603
18604 * lisp.h (abs): Define if not defined.
18605 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
18606 Don't define `abs', since it's defined in lisp.h.
18607
18608 2007-09-22 Eli Zaretskii <eliz@gnu.org>
18609
18610 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
18611 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
18612 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
18613 (init_tty): Use DEV_TTY instead of "/dev/tty".
18614 [WINDOWSNT]: No need to protect from NAME arg being null.
18615
18616 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18617
18618 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
18619 up the tty state.
18620
18621 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18622
18623 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
18624 (gpm_tty): Change its type.
18625 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
18626 (gpm_tty): Change its type and initialize it.
18627 (Fterm_open_connection): Check the frame is indeed a tty.
18628 Use the new gpm_tty.
18629 (Fterm_close_connection): Use the new gpm_tty.
18630 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
18631 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
18632
18633 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
18634
18635 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
18636 underline_color, to draw strike-through.
18637
18638 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18639
18640 * lisp.h (allocate_terminal): Declare.
18641
18642 * window.c (candidate_window_p): Consider frames that are being placed
18643 by the user as somewhere between visible and iconified.
18644 (window_loop): Prefer windows on the current frame.
18645 (Fselect_window): Move the use of select-frame to the beginning so we
18646 can just delegate all the work (it'll call us back anyway).
18647
18648 * frame.c (Qdisplay_environment_variable):
18649 * frame.h (Qdisplay_environment_variable): Delete.
18650
18651 * .gdbinit (xbacktrace): Print the arg's address rather than the value
18652 of the first arg, since that value may be a union.
18653
18654 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
18655 parameter rather than Qdisplay_environment_variable. If all else
18656 fails, look for DISPLAY in initial-environment.
18657
18658 2007-09-21 Glenn Morris <rgm@gnu.org>
18659
18660 * Makefile.in (emacstool): Remove target.
18661 (lisp, shortlisp): Remove termdev.elc.
18662
18663 2007-09-21 Markus Triska <markus.triska@gmx.at>
18664
18665 * xterm.c (x_delete_display): Compile session management conditionally.
18666
18667 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18668
18669 * callproc.c (getenv_internal_1): New function.
18670 (getenv_internal): Use it.
18671 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
18672
18673 * terminal.c (get_terminal): Don't accept ints to represent terminals.
18674 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
18675 (Fset_terminal_parameter): Work with dead terminals as well.
18676 (Fmodify_terminal_parameters): Remove.
18677
18678 * terminal.c (get_terminal): Handle terminals.
18679 Make sure the terminal returned is live.
18680 (create_terminal): Use allocate_terminal.
18681 (mark_terminals): Move to alloc.c.
18682 (delete_terminal): Use terminal->name as liveness status.
18683 NULL out fields after freeing their contents.
18684 Don't deallocate the object.
18685 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
18686 rather than an int.
18687 (Fterminal_live_p): Accept non-integer arguments.
18688 (Fterminal_list): Return terminal objects rather than an ints.
18689
18690 * alloc.c (enum mem_type): New member for `terminal' objects.
18691 (allocate_terminal): New function.
18692 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
18693 Handle terminals.
18694 (mark_terminal): New fun.
18695 (mark_terminals): Move from terminal.c.
18696
18697 * term.c (get_tty_terminal): Don't treat output_initial specially.
18698 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
18699 (delete_tty): Use terminal->name as liveness status.
18700
18701 * termhooks.h (struct terminal): Make it into a pseudovector.
18702 Remove `deleted' replaced by checking `name's nullness.
18703
18704 * print.c (print_object): Handle terminals.
18705
18706 * lisp.h (enum pvec_type): New `terminal' pseudovector.
18707 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
18708
18709 * frame.c (make_terminal_frame):
18710 * keyboard.c (tty_read_avail_input):
18711 * w32term.c (x_delete_terminal):
18712 * xfns.c (Fx_create_frame, x_create_tip_frame):
18713 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
18714
18715 2007-09-20 Glenn Morris <rgm@gnu.org>
18716
18717 * process.c (Fmake_network_process): Doc fix.
18718
18719 2007-09-19 Jason Rumney <jasonr@gnu.org>
18720
18721 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
18722
18723 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
18724
18725 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
18726 Fix a C warning regarding variable constness.
18727
18728 * xterm.c (handle_one_xevent): Fix a C warning.
18729
18730 2007-09-18 Jason Rumney <jasonr@gnu.org>
18731
18732 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
18733
18734 2007-09-17 Jan Djärv <jan.h.d@swipnet.se>
18735
18736 * gtkutil.c (gdpy_def): New variable.
18737 (xg_initialize): Initialize gdpy_def.
18738 (xg_display_close): If no other display exists, set gdpy_def to a
18739 new connection.
18740
18741 2007-09-16 Jan Djärv <jan.h.d@swipnet.se>
18742
18743 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
18744 when we have no file name for the icon.
18745 (xg_tool_bar_expose_callback): Remove.
18746 (xg_create_tool_bar): Don't connect expose signal to
18747 xg_tool_bar_expose_callback.
18748 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
18749
18750 2007-09-16 Andreas Schwab <schwab@suse.de>
18751
18752 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
18753 values instead of zapping them.
18754
18755 2007-09-14 Glenn Morris <rgm@gnu.org>
18756
18757 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
18758 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
18759 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
18760 scope and rename to omfib_buffer for clarity.
18761 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
18762
18763 2007-09-14 Kenichi Handa <handa@m17n.org>
18764
18765 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
18766
18767 2007-09-13 Jason Rumney <jasonr@gnu.org>
18768
18769 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
18770
18771 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
18772
18773 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
18774 (mac_term_init): Call here instead, passing rif.
18775
18776 2007-09-13 Glenn Morris <rgm@gnu.org>
18777
18778 * s/hpux.h: No longer define `static' as nothing.
18779
18780 2007-09-13 Johan Bockgård <bojohan@gnu.org>
18781
18782 * callint.c (Fcall_interactively): Remove unused var `fun'.
18783
18784 2007-09-12 Romain Francoise <romain@orebokech.com>
18785
18786 * window.c (prefer_window_split_horizontally, display_buffer):
18787 Revert 2007-09-08 change.
18788
18789 2007-09-12 Glenn Morris <rgm@gnu.org>
18790
18791 * alloca.c: Remove file.
18792 * Makefile.in (alloca): Do not undef.
18793 (allocaobj, alloca.o): Remove.
18794 (otherobj): Remove allocaobj.
18795 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
18796 * regex.c (C_ALLOCA): Remove all references and code that was only
18797 used when this was defined.
18798 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
18799 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
18800 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
18801
18802 * Makefile.in (SOURCES, unlock, relock): Delete.
18803
18804 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
18805 (menu_grab_callback): All uses changed.
18806
18807 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
18808 (x_reply_selection_request): All uses changed.
18809
18810 2007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18811
18812 * lread.c (load_warn_old_style_backquotes): Change message to look
18813 better when it appears in the middle of byte-compiler messages.
18814
18815 2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
18816
18817 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
18818
18819 * xterm.c (x_create_terminal): Add comment.
18820
18821 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
18822
18823 2007-09-10 Richard Stallman <rms@gnu.org>
18824
18825 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
18826
18827 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
18828
18829 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
18830 (DEFUN): Document `intspec', use it instead of `prompt'.
18831
18832 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
18833
18834 * data.c (Finteractive_form): If the interactive specification starts
18835 with a `(', use it as a Lisp form.
18836
18837 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
18838 name and file modes.
18839
18840 * callint.c (Fcall_interactively): Comment fixes.
18841
18842 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18843
18844 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
18845 and compiled functions.
18846
18847 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
18848
18849 * window.c (prefer_window_split_horizontally): New variable.
18850 (display_buffer): Consider splitting window horizontally depending
18851 on prefer_window_split_horizontally.
18852
18853 2007-09-08 Eli Zaretskii <eliz@gnu.org>
18854
18855 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
18856
18857 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18858
18859 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
18860
18861 * frame.c (x_set_frame_parameters): Check number is positive before
18862 using XFASTINT.
18863
18864 * window.c (freeze_window_start): Don't presume selected_window holds
18865 a window object.
18866 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
18867
18868 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
18869
18870 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
18871
18872 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18873
18874 * window.c (Vsplit_window_preferred_function): New var.
18875 (Fdisplay_buffer): Use it.
18876 (syms_of_window): Export, and initialize it.
18877
18878 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
18879
18880 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
18881
18882 2007-09-06 Glenn Morris <rgm@gnu.org>
18883
18884 * gtkutil.c (menu_grab_callback) <cnt>:
18885 * xselect.c (x_reply_selection_request) <cnt>: Move static
18886 variable to file scope.
18887
18888 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18889
18890 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
18891 consistent values of selected_frame and selected_window.
18892
18893 2007-09-04 Jason Rumney <jasonr@gnu.org>
18894
18895 * w32console.c (initialize_w32_display): Zero unused hooks.
18896
18897 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
18898
18899 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
18900 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
18901
18902 2007-09-04 Jason Rumney <jasonr@gnu.org>
18903
18904 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
18905 in w32console.c. Set up input. Remove XXX comments that have been
18906 confirmed as correct.
18907
18908 * s/ms-w32.h (MULTI_KBOARD): Define.
18909
18910 * w32console.c (one_and_only_w32cons): Remove.
18911 (initialize_w32_display): Take terminal argument.
18912
18913 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
18914 initialize_w32_display.
18915 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
18916
18917 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
18918
18919 * keyboard.c (discard_mouse_events): Discard it.
18920 (make_lispy_event): Translate it to a lisp event.
18921 (lispy_wheel_names): Add wheel-left and right events.
18922 (syms_of_keyboard): Enlarge wheel_syms.
18923
18924 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
18925 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
18926
18927 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
18928
18929 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
18930 from WM_MOUSEHWHEEL.
18931 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
18932
18933 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
18934 terminal.
18935
18936 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
18937 keyboard for the terminal.
18938
18939 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
18940
18941 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
18942 (Vresume_tty_hook): Rename from Vresume_tty_functions.
18943 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
18944 and resume-tty-function to resume-tty-hook.
18945 (Fsuspend_tty, Fresume_tty): Use new names.
18946
18947 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
18948
18949 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
18950 if it starts with "n:".
18951
18952 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
18953
18954 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
18955
18956 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18957
18958 * frame.h:
18959 * frame.c (Qterm_environment_variable): Remove.
18960 (syms_of_frame): Don't init and staticpro it.
18961
18962 * callproc.c (getenv_internal): Remove special case for $TERM.
18963
18964 * callproc.c (Vinitial_environment): New variable.
18965 (set_initial_environment): Initialize it.
18966 (syms_of_callproc): Declare it.
18967 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
18968 TERM under which a process runs is never related to the TERM in which
18969 Emacs is running.
18970
18971 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18972
18973 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
18974 * s/darwin.h: ... do it here.
18975
18976 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18977
18978 * lisp.h (set_initial_environment): Rename from set_global_environment.
18979
18980 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
18981 removed by mistake on the multi-tty branch.
18982
18983 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
18984 (Fmodify_frame_parameters): Return a value.
18985
18986 * image.c (png_load): Comment-out var only used in commented-out code.
18987
18988 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
18989 before passing it to mark_object.
18990
18991 * xfaces.c (internal_resolve_face_name): Return a value.
18992 (internal_resolve_face_name, resolve_face_name_error): Comment out.
18993
18994 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
18995 (x_icon): Comment-out var only used in commented-out code.
18996
18997 2007-08-29 Romain Francoise <romain@orebokech.com>
18998
18999 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
19000 QUIT hasn't been provided.
19001
19002 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19003
19004 * callproc.c (child_setup, getenv_internal): Use the
19005 display-environment-variable and term-environment-variable frame params.
19006 (set_initial_environment): Initialise Vprocess_environment.
19007
19008 * config.in: Disable multi-keyboard support on a mac.
19009
19010 * frame.c (Qterm_environment_variable)
19011 (Qdisplay_environment_variable): New variables.
19012 (syms_of_frame): Intern and staticpro them.
19013 (Fmake_terminal_frame): Disable output method test.
19014
19015 * frame.h: Declare them here.
19016
19017 * macfns.c (x_set_mouse_color): Get rif from the frame.
19018 (x_set_tool_bar_lines): Don't use updating_frame.
19019 (mac_window): Add 2 new parameters for consistency with other systems.
19020 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
19021 frame parameters following what is done in X11 and w32. Don't use
19022 FRAME_MAC_DISPLAY_INFO.
19023 (Fx_open_connection, start_hourglass): Remove window-system check.
19024 (x_create_tip_frame): Get the keyboard from the terminal.
19025
19026 * macmenu.c: Reorder includes.
19027 (Fx_popup_menu): Use terminal specific mouse_position_hook.
19028
19029 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
19030 terminal parameter.
19031 (x_clear_frame): Add a frame parameter.
19032 (note_mouse_movement): Get rif from the frame.
19033 (mac_term_init): Initialize the terminal.
19034 (mac_initialize): Make static and move terminal initialization ...
19035 (mac_create_terminal): ... to this new function.
19036
19037 * macterm.h (struct mac_display_info): Add terminal.
19038 (mac_initialize): Delete declaration.
19039
19040 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
19041
19042 * sysdep.c: Comment out text after #endif.
19043
19044 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
19045 is defined. Better initialize ttys in windows. Use terminal
19046 specific mouse_position_hook.
19047
19048 * termhooks.h (union display_info): Add mac_display_info.
19049
19050 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
19051 Set the default minibuffer frame, window_system and the rest of the
19052 frame parameters following what is done in X11.
19053
19054 * w32term.c (w32_initialize): Make static.
19055
19056 * xselect.c (x_handle_selection_clear): Only access
19057 terminal->kboard when MULTI_KBOARD is defined.
19058
19059 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
19060 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
19061
19062 2007-08-29 Jason Rumney <jasonr@gnu.org>
19063
19064 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
19065 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
19066
19067 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
19068 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
19069
19070 * keyboard.c (restore_kboard_configuration): Only define when
19071 MULTI_KBOARD defined.
19072
19073 * makefile.w32-in: Update dependancies from Makefile.in.
19074 (OBJ1): Add terminal.$(O)
19075
19076 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
19077 Don't define function body.
19078 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
19079
19080 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
19081
19082 * w32.c (request_sigio, unrequest_sigio): Remove.
19083
19084 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
19085 (w32con_clear_frame, w32con_clear_end_of_line)
19086 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
19087 (w32con_delete_glyphs, w32con_set_terminal_window)
19088 (scroll_line, w32_sys_ring_bell): Add frame arg.
19089 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
19090 Add terminal arg.
19091 (PICK_FRAME): Remove.
19092 (w32con_write_glyphs): Use frame specific terminal coding.
19093 (one_and_only_w32cons): New global variable.
19094 (initialize_w32_display): Use it for storing hooks.
19095 (create_w32cons_output): New function.
19096
19097 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
19098 arg a frame.
19099
19100 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
19101 Set window_system.
19102 (x_set_tool_bar_lines): Don't use updating_frame.
19103 (Fx_create_frame): Set terminal and ref count.
19104 (Fx_open_connection): Remove window-system check.
19105
19106 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
19107
19108 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
19109 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
19110 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
19111 Add frame arg.
19112 (x_delete_terminal, w32_create_terminal): New functions.
19113 (w32_term_init): Create a terminal.
19114 (w32_initialize): Move terminal specific initialization to
19115 w32_create_terminal.
19116
19117 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
19118 (w32_clear_rect, w32_clear_area): Use background from frame.
19119 (w32_display_info): Add terminal.
19120 (w32_sys_ring_bell, x_delete_display): Declare here.
19121
19122 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
19123
19124 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
19125
19126 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
19127
19128 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
19129 Fix get_named_tty calls for the controlling tty.
19130
19131 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19132
19133 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
19134
19135 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
19136
19137 * term.c (tty_insert_glyphs): Add missing first parameter.
19138
19139 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
19140
19141 * buffer.c (Fbuffer_list, Fbury_buffer):
19142 Take frame->buried_buffer_list into account.
19143
19144 * cm.c (current_tty): New variable, for cmputc().
19145 (cmputc): Use it.
19146 (cmcheckmagic): Add tty parameter, look up terminal streams there.
19147 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
19148 (cmgoto): Add tty parameter. Pass it on to calccost().
19149 Use emacs_tputs() instead of tputs().
19150
19151 * cm.h (emacs_tputs): New macro to set current_tty, and then call
19152 tputs().
19153 (current_tty): New variable, for cmputc().
19154 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
19155
19156 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
19157 (internal_condition_case, internal_condition_case_1)
19158 (internal_condition_case_2): Don't abort when x_catching_errors.
19159
19160 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
19161 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
19162 prevent crashes caused by bogus longjmps in read_char.
19163
19164 * keymap.h (Fset_keymap_parent): Add EXFUN.
19165
19166 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
19167 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19168 Remove redundant definition.
19169
19170 * macfns.c (x_set_mouse_color, x_make_gc):
19171 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19172
19173 * w32term.c (x_free_frame_resources):
19174 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19175 (w32_initialize): Use the accessor macros for terminal characteristics.
19176
19177 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
19178 Use the accessor macros for terminal characteristics.
19179 * msdos.c (internal_terminal_init): Use the accessor macros for
19180 terminal characteristics.
19181 (ScreenVisualBell, internal_terminal_init):
19182 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19183
19184 * termopts.h (no_redraw_on_reenter): Declare.
19185
19186 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
19187 (mark_terminals, mark_ttys): Declare.
19188 (Fgarbage_collect): Call them.
19189 (mark_object): Mark buried_buffer_list.
19190
19191 * prefix-args.c: Include stdlib.h for exit.
19192
19193 * syssignal.h: Add comment.
19194
19195 * indent.c: Include stdio.h.
19196
19197 * window.h (Vinitial_window_system): Declare.
19198 (Vwindow_system): Delete declaration.
19199
19200 * fontset.c (Finternal_char_font): Use FRAME_RIF.
19201
19202 * image.c (lookup_image): Don't initialize `c' until the xasserts
19203 have been run.
19204
19205 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
19206 FRAME_FOREGROUND_PIXEL.
19207
19208 * print.c (print_preprocess): Don't lose print_depth levels while
19209 iterating.
19210
19211 * widget.c (update_from_various_frame_slots):
19212 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19213
19214 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
19215 frames.
19216 (window_internal_height): Remove bogus make_number call.
19217 (init_window_once): Call make_terminal_frame with two zero parameters.
19218
19219 * fileio.c (Fread_file_name): Update comment.
19220
19221 * callint.c (Fcall_interactively):
19222 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
19223 Make sure it is correctly unwound.
19224
19225 * xsmfns.c (x_session_close): New function.
19226
19227 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
19228 Delete declarations.
19229
19230 * xterm.h: Remove declaration for x_fully_uncatch_errors.
19231 (x_output): Remove background_pixel and foreground_pixel fields.
19232 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
19233 (x_delete_device, x_session_close): Declare.
19234
19235 * lread.c: Include setjmp.h. Update declaration of `read_char'.
19236 (read_filtered_event): Call `read_char' with a local
19237 `wrong_kboard_jmpbuf'.
19238
19239 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
19240 Don't call single_kboard_state. Use FRAME_RIF.
19241
19242 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
19243 systems.
19244
19245 * lisp.h (set_process_environment): Rename to `set_global_environment'.
19246 (Fframe_with_environment, Fset_input_meta_mode)
19247 (Fset_quit_char): EXFUN.
19248 (x_create_device, tty_output, terminal, tty_display_info): Declare.
19249 (init_sys_modes, reset_sys_modes): Update prototypes.
19250 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
19251
19252 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
19253 Vlocal_key_translation_map, and Vkeyboard_translate_table.
19254 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
19255 Delete declarations.
19256 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
19257 (temporarily_switch_to_single_kboard, tty_read_avail_input):
19258 New declarations.
19259
19260 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
19261 already does that during init_display(). Call syms_of_keymap
19262 before syms_of_keyboard. Call `syms_of_terminal'.
19263 Call set_initial_environment, not set_process_environment.
19264 (shut_down_emacs): Call reset_all_sys_modes() instead of
19265 reset_sys_modes().
19266
19267 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
19268 (internal_resolve_face_name, resolve_face_name_error): New functions.
19269 (resolve_face_name): Protect against loops and errors thrown by Fget.
19270 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
19271 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
19272
19273 * scroll.c: Replace CURTTY() with local variables throughout the
19274 file (where applicable).
19275 (calculate_scrolling, calculate_direct_scrolling)
19276 (scrolling_1, scroll_cost): Use the accessor macros for terminal
19277 characteristics.
19278
19279 * keymap.c (Vfunction_key_map): Remove.
19280 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
19281 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
19282 (Vkey_translation_map): Remove.
19283 (syms_of_keymap): Remove DEFVAR for key-translation-map.
19284 (Fdescribe_buffer_bindings)
19285 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
19286 Update for terminal-local key-translation-map.
19287
19288 * Makefile.in (callproc.o): Update dependencies.
19289 (lisp, shortlisp): Add termdev.elc.
19290 (obj): Add terminal.o.
19291 (terminal.o): Add dependencies.
19292 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
19293 (data.o, fns.o): Add termhooks.h dependency.
19294 (SOME_MACHINE_LISP): Add dnd.elc.
19295 (minibuf.o): Fix typo.
19296 Update dependencies.
19297
19298 * data.c (do_symval_forwarding, store_symval_forwarding)
19299 (find_symbol_value): Use the selected frame's keyboard, not
19300 current_kboard.
19301
19302 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
19303 Vwindow_system.
19304
19305 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
19306 Fmenu_bar_open.
19307 (syms_of_xmenu): Update defsubr.
19308 (mouse_position_for_popup, Fx_popup_menu)
19309 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
19310 (set_frame_menubar, free_frame_menubar)
19311 (create_and_show_popup_menu, xmenu_show)
19312 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
19313 an X frame.
19314
19315 * xselect.c (x_own_selection): Abort if not an X frame.
19316 (some_frame_on_display): Check if it is an X frame.
19317 (x_handle_selection_clear): Deal with MULTI_KBOARD.
19318
19319 * coding.c: Include frame.h and termhooks.h.
19320 (terminal_coding, keyboard_coding): Delete.
19321 (Fset_terminal_coding_system_internal)
19322 (Fset_keyboard_coding_system_internal)
19323 (Fkeyboard_coding_system)
19324 (Fterminal_coding_system): Add a terminal parameter.
19325 Get terminal_coding from the terminal.
19326 (init_coding_once): Don't call setup_coding_system here.
19327
19328 * dispextern.h (set_scroll_region, turn_off_insert)
19329 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
19330 (tty_clear_end_of_line, tty_setup_colors)
19331 (delete_tty, updating_frame)
19332 (produce_special_glyphs, produce_glyphs, write_glyphs)
19333 (insert_glyphs): Remove.
19334 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
19335 (tty_turn_off_highlight, get_tty_size): Add declaration.
19336 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
19337
19338 * frame.h (enum output_method): Add output_initial.
19339 (struct x_output): Delete.
19340 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
19341 Access foreground_pixel and background_pixel directly from the frame.
19342 (tty_display): Delete.
19343 (struct frame): Add buried_buffer_list, foreground_pixel,
19344 background_pixel and terminal. Delete kboard.
19345 (union output_data): Add tty.
19346 (FRAME_KBOARD): Get the kboard from the terminal.
19347 (FRAME_INITIAL_P): New macro.
19348 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
19349 (Qterm_environment_variable, Qdisplay_environment_variable)
19350 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
19351 New declarations.
19352
19353 * termchar.h (tty_output, tty_display_info): New structures.
19354 (tty_list): Declare.
19355 (FRAME_TTY, CURTTY): New macros.
19356 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
19357 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
19358 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
19359 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
19360
19361 * callproc.c: Include frame.h and termhooks.h, for terminal
19362 parameters.
19363 (add_env): New function.
19364 (child_setup): Use it.
19365 (child_setup, getenv_internal): Handle the new Vprocess_environment.
19366 (getenv_internal): Fix get_terminal_param call.
19367 (Fgetenv_internal, egetenv): Update doc.
19368 (syms_of_callproc): Initialize Vprocess_environment to nil.
19369 Register and initialize them. Remove obsolete defvars. Update doc
19370 strings.
19371 (child_setup): Handle Vlocal_environment_variables.
19372 (getenv_internal): Add terminal parameter.
19373 Handle Vlocal_environment_variables.
19374 (Fgetenv_internal): Add terminal parameter.
19375 (child_setup, getenv_internal, Fgetenv_internal): Store the local
19376 environment in a frame (not terminal) parameter. Update doc strings.
19377 (set_initial_environment): Rename from set_global_environment.
19378 Store Emacs environment in initial frame parameter.
19379
19380 * xdisp.c (redisplay_internal): Update references to
19381 `previous_terminal_frame'.
19382 (display_mode_line, Fformat_mode_line): Replace calls to
19383 `push_frame_kboard' with `push_kboard'.
19384 (get_glyph_string_clip_rects): Add extra parentheses and
19385 braces to prevent compiler warnings.
19386 (calc_pixel_width_or_height): Add xassert to check that the
19387 frame is alive. Don't call `lookup_image' on a termcap frame.
19388 (message2_nolog, message3_nolog, redisplay_internal)
19389 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
19390 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
19391 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
19392 (Fx_display_pixel_width, Fx_display_pixel_height)
19393 (Fx_display_planes, Fx_display_color_cells)
19394 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
19395 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
19396 (Fx_display_backing_store, Fx_display_visual_class)
19397 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
19398 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
19399
19400 * xfns.c (x_set_foreground_color x_set_background_color)
19401 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
19402 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19403 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
19404 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
19405 terminal that is being deleted.
19406 (Fx_create_frame): Use `store_frame_param' to set `window-system'
19407 frame parameter, and make sure it overrides any user-supplied setting.
19408 (Fx_close_connection, Fx_synchronize): Unify argument names with
19409 the rest of the DEFUNs.
19410
19411 * dispnew.c (Fsend_string_to_terminal): Update call to
19412 `get_tty_terminal'.
19413 (Fredraw_frame, Fsend_string_to_terminal)
19414 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
19415 FRAME_TERMCAP_P and FRAME_TTY.
19416 (window_change_signal): Don't believe width/height values that are
19417 impossibly small.
19418 (Vinitial_window_system): Rename from Vwindow_system.
19419 (termscript, Wcm, rif): Delete.
19420
19421 * termhooks.h (struct terminal): New struct containing the
19422 previously global text display hooks and new members NAME,
19423 DELETED and PARAM_ALIST.
19424 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
19425 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
19426 (FRAME_RIF): New macros.
19427 (get_terminal_param, get_device): New declarations.
19428 (termscript): Delete declaration.
19429
19430 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
19431 (XTflash, x_free_frame_resources, x_scroll_bar_create)
19432 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
19433 FRAME_FOREGROUND_PIXEL.
19434 (x_fully_uncatch_errors): Disable definition.
19435 (x_scroll_bar_expose): Fix reference to foreground pixel.
19436 (XTread_socket): Disable loop on all X displays.
19437 (x_delete_terminal): Don't set terminal->deleted and let
19438 delete_terminal delete the frames on the terminal.
19439 (x_delete_display): Doc update to reflect changes in
19440 delete_terminal.
19441 (x_display_info) <terminal>: Move member earlier in the struct.
19442 (deleting_tty): Remove old variable.
19443 (Fsuspend_tty): Call clear_tty_hooks.
19444 (Fresume_tty, init_tty): Call set_tty_hooks.
19445 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
19446 errors on X frames.
19447 (x_catch_errors_unwind): Abort if x_error_message is NULL.
19448 (handle_one_xevent): Initialize `f' to NULL.
19449 (x_delete_terminal, x_create_terminal): New functions.
19450 (XTset_terminal_modes, XTreset_terminal_modes)
19451 (XTread_socket, x_connection_closed, x_term_init)
19452 (x_term_init, x_delete_display): Add terminal parameter.
19453 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
19454 X connections.
19455
19456 * frame.c: Include termchar.h.
19457 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
19458 (Qwindow_system, Qenvironment, Qterm_environment_variable)
19459 (Qdisplay_environment_variable): New vars.
19460 (Fframep): Deal with output_initial.
19461 (Fframe-live-p): Doc fix.
19462 (Fwindow-system): New function.
19463 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
19464 (make_terminal_frame): Don't create frames on a terminal that is
19465 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
19466 (store_frame_param): Check for found_for_frame before calling XFRAME.
19467 (Fmake_terminal_frame): Handle NULL tty names correctly.
19468 (syms_of_frame): Enhance doc string of `default-frame-alist'.
19469 (Fdelete_frame): Remove unused variable `count'. Don't allow other
19470 frames to refer to a deleted frame in their 'environment parameter.
19471 (Fframe_with_environment): New function.
19472 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
19473 (get_future_frame_param): New function.
19474 (Fmake_terminal_frame): Use it.
19475 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
19476
19477 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
19478 * sysdep.c (reset_sys_modes): Update for renames.
19479
19480 * keyboard.c (tty_read_avail_input): New function.
19481 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
19482 (syms_of_keyboard): Defsubr them.
19483 (Fset_input_meta_mode, Fset_quit_char): New functions.
19484 (Fset_input_mode): Split to above functions.
19485 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
19486 parameter. Use it in call to `read_char'.
19487 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
19488 Set wrong_kboard_jmpbuf correctly in recursive calls.
19489 Use current_kboard to access Vkeyboard_translate_table.
19490 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
19491 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
19492 Update longjmp invocations. Remember the original current_kboard,
19493 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
19494 changes it. Comment out unnecessary calls to
19495 `record_single_kboard_state' and `any_kboard_state'.
19496 Update recursive calls.
19497 (wrong_kboard_jmpbuf): Remove global variable.
19498 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
19499 Handle deleted interrupted_kboards correctly; that is a legal
19500 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
19501 and read_char calls. Abort if interrupted_kboard died in read_char.
19502 (any_kboard_state, single_kboard_state)
19503 (push_frame_kboard): Remove function.
19504 (pop_kboard): Switch out of single_kboard mode if the kboard has
19505 been deleted. Remove unused variable. Help debugging by not
19506 changing current_kboard unnecessarily. Set current_kboard to the
19507 kboard of the selected frame when the stored kboard object has
19508 been deleted before pop_kboard.
19509 (temporarily_switch_to_single_kboard): Change first parameter to a
19510 frame pointer. Throw an error when caller wants to change kboards
19511 while in single_kboard mode. Don't push_kboard if we weren't in
19512 single kboard state. Don't pop_kboard if we popped into any
19513 kboard state.
19514 (restore_kboard_configuration): Abort if pop_kboard changed the
19515 kboard in single_kboard mode. Call pop_kboard only after setting
19516 up single_kboard mode.
19517 (Frecursive_edit): Switch to single_kboard mode only in nested
19518 command loops.
19519 (cmd_error, command_loop, command_loop_1, timer_check):
19520 Comment out unnecessary call to `any_kboard_state' and
19521 `record_single_kboard_state'.
19522 (delete_kboard): Exit single_kboard mode if we have just deleted
19523 that kboard. Use FRAME_KBOARD.
19524 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
19525 `fatal_error_signal'.
19526 (record_single_kboard_state): Don't push_kboard if we weren't in
19527 single kboard state. Don't pop_kboard if we popped into any
19528 kboard state.
19529 (push_frame_kboard): Rename to push_kboard.
19530 (kbd_buffer_get_event): Use FRAME_TERMINAL.
19531 (read_avail_input): Read input from all terminals.
19532 (mark_kboards): Also mark Vkeyboard_translate_table.
19533 (kbd_buffer_store_event_hold): Simplify condition.
19534 (read_key_sequence): Reinitialize fkey and keytran at each replay.
19535 (Vkeyboard_translate_table): Move to struct kboard.
19536 (init_kboard): Initialize Vkeyboard_translate_table.
19537 (syms_of_keyboard): Use DEFVAR_KBOARD to define
19538 Vkeyboard_translate_table. Update doc strings. Update docs of
19539 local-function-key-map and function-key-map.
19540
19541 * terminal.c: New file.
19542
19543 * term.c: Include errno.h.
19544 (Vring_bell_function, device_list, initial_device)
19545 (next_device_id, ring_bell, update_begin, update_end)
19546 (set_terminal_window, cursor_to, raw_cursor_to)
19547 (clear_to_end, clear_frame, clear_end_of_line)
19548 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
19549 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
19550 (syms_of_term): Move their initialization to terminal.c.
19551 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
19552 (Ftty_display_color_cells)
19553 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
19554 (clear_tty_hooks, set_tty_hooks)
19555 (init_tty, maybe_fatal): New functions.
19556 (Ftty_type): Return nil if terminal is not on a tty instead of
19557 throwing an error. Doc update.
19558 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
19559 Doc update. Initialize new subrs and variables.
19560 (delete_tty): Use terminal->deleted.
19561 (tty_set_terminal_modes): Rename from set_terminal_modes.
19562 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
19563 (set_scroll_region): Rename to `tty_set_scroll_region'.
19564 (turn_on_insert): Rename to `tty_turn_on_insert'.
19565 (turn_off_insert): Rename to `tty_turn_off_insert'.
19566 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
19567 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
19568 (toggle_highligh): Rename to `tty_toggle_highlight'.
19569 (background_highlight): Rename to `tty_background_highlight'.
19570 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
19571 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
19572 (tty_set_scroll_region, tty_background_highlight)
19573 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
19574 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
19575 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
19576 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
19577 Add static modifier.
19578 (tty_reset_terminal_modes, tty_set_terminal_window)
19579 (tty_set_scroll_region, tty_background_highlight)
19580 (tty_highlight_if_desired, tty_cursor_to)
19581 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
19582 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
19583 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
19584 renames.
19585
19586 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
19587
19588 * keyboard.c: Qrtl is new.
19589 (parse_tool_bar_item): Handle :rtl keyword.
19590 (syms_of_keyboard): Intern :rtl keyword.
19591
19592 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
19593
19594 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
19595 so no Lisp code is executed.
19596 (file_for_image, find_rtl_image): New functions.
19597 (xg_get_image_for_pixmap): Use file_for_image.
19598 (update_frame_tool_bar): If direction is RTL, use RTL image if
19599 defined. Use Gtk stock images if defined.
19600
19601 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19602
19603 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
19604 for nonexistent or zero-width glyph in composition glyph.
19605
19606 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
19607
19608 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
19609
19610 * xdisp.c (Finvisible_p): New function.
19611 (syms_of_xdisp): defsubr it.
19612
19613 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
19614
19615 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
19616 Doc fixes.
19617
19618 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19619
19620 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
19621
19622 2007-08-24 Martin Rudalics <rudalics@gmx.at>
19623
19624 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
19625 whether decoding has modified buffer contents.
19626
19627 2007-08-24 Jason Rumney <jasonr@gnu.org>
19628
19629 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
19630 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
19631 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
19632 (init_svg_functions) [HAVE_NTGUI]: New function.
19633 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
19634 (svg_load_image): Use them.
19635 (svg_load_image) [HAVE_NTGUI]: Implement background.
19636
19637 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19638
19639 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
19640 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
19641 (LIBX): Remove @RSVG_LIBS@.
19642 (LIBES): Add $(RSVG_LIBS).
19643
19644 * image.c (svg_load_image): Blend with specified background if exists.
19645 Use IMAGE_BACKGROUND. Add Mac OS Support.
19646
19647 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
19648 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
19649 Remove macros.
19650 [MAC_OSX] (socket_callback): Do nothing.
19651 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
19652 ReceiveNextEvent.
19653 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
19654 socket_callback.
19655 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
19656
19657 2007-08-22 Glenn Morris <rgm@gnu.org>
19658
19659 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
19660
19661 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
19662
19663 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
19664
19665 * image.c: Add support for SVG images. Some additional comments
19666 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
19667 (svg_image_p): New function to test for SVG image.
19668 (svg_load): New function to load SVG image.
19669 (svg_load_image): New function, helper for svg_load.
19670 (Qsvg): New Lisp_object.
19671 (svg_keyword_index): New enum.
19672 (svg_format): New static `image_keyword' struct.
19673 (svg_type): New static `image_type' struct.
19674 (librsvg/rsvg.h): Include it.
19675
19676 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
19679
19680 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19681
19682 * lread.c (Qold_style_backquotes): New var.
19683 (syms_of_lread): Init and staticpro it.
19684 (load_warn_old_style_backquotes): New fun.
19685 (Fload): Use them to warn about old style backquotes.
19686 (end_of_file_error, Fload): Remove unused vars.
19687
19688 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
19689
19690 * lread.c (Vold_style_backquotes): New var.
19691 (syms_of_lread): Init and export it to Elisp.
19692 (read1): Set it when we find an old-style (back)quote.
19693
19694 2007-08-22 Jason Rumney <jasonr@gnu.org>
19695
19696 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
19697
19698 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
19699
19700 * puresize.h (BASE_PURESIZE): Increase to 1140000.
19701
19702 2007-08-19 Richard Stallman <rms@gnu.org>
19703
19704 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
19705
19706 2007-08-19 Andreas Schwab <schwab@suse.de>
19707
19708 * alloc.c (pure): Round PURESIZE up.
19709
19710 2007-08-17 Jan Djärv <jan.h.d@swipnet.se>
19711
19712 * xterm.c (handle_one_xevent): Remove check that mouse click is in
19713 active frame.
19714
19715 2007-08-16 Richard Stallman <rms@gnu.org>
19716
19717 * eval.c (Fcommandp): Add parens to clarify.
19718
19719 * minibuf.c (Fall_completions): Use enum for type of table.
19720
19721 * emacs.c (USAGE2): Improve text.
19722
19723 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
19724
19725 * term.c (tty_default_color_capabilities): Declare static
19726 variables in file scope, to avoid HPUX compiler problem.
19727
19728 2007-08-13 Jan Djärv <jan.h.d@swipnet.se>
19729
19730 * gtkutil.c (update_frame_tool_bar): Use -1 as index
19731 to gtk_toolbar_insert.
19732
19733 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19734
19735 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
19736
19737 * insdel.c (reset_var_on_error): New fun.
19738 (signal_before_change, signal_after_change):
19739 Use it to reset (after|before)-change-functions to nil in case of error.
19740 Bind inhibit-modification-hooks to t.
19741 Don't bind (after|before)-change-functions to nil while they run.
19742
19743 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19744
19745 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
19746 filling pixmap with stippled background.
19747
19748 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19749
19750 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
19751 Don't use invisible frame as parent window for repositioning.
19752
19753 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19754
19755 * print.c (new_backquote_output): Rename from old_backquote_output.
19756 (print): Inverse its logic (according to its name) so as to match the
19757 behavior of new_backquote_flag in lread.c.
19758
19759 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19760
19761 * gmalloc.c (posix_memalign): New function.
19762
19763 * macterm.c (frame_highlight, frame_unhighlight): Don't call
19764 ActivateControl/DeactivateControl here.
19765 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
19766 frame-notice-user-settings is non-nil.
19767 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
19768 for kEventParamFMFontStyle.
19769 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
19770 mac_pass_command_to_system and mac_pass_control_to_system here.
19771 (XTread_socket): Call ActivateControl/DeactivateControl here.
19772 (XTread_socket) [TARGET_API_MAC_CARBON]:
19773 Check mac_pass_command_to_system and mac_pass_control_to_system here.
19774 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
19775 for window repositioning.
19776
19777 2007-08-08 Glenn Morris <rgm@gnu.org>
19778
19779 * Replace `iff' in doc-strings and comments.
19780
19781 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19782
19783 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
19784
19785 2007-08-07 Martin Rudalics <rudalics@gmx.at>
19786
19787 * fileio.c (Finsert_file_contents): Run format-decode and
19788 after_insert_file_functions on entire buffer when REPLACE is
19789 non-nil and inhibit modification_hooks and point_motion_hooks.
19790 For consistency, run after_insert_file_functions iff something
19791 got inserted. Move signal_after_change and update_compositions
19792 after code running after_insert_file_functions. Make sure that
19793 undo_list doesn't record intermediate steps of the decoding process.
19794
19795 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19796
19797 * emacs.c (main)
19798 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
19799 Call malloc_enable_thread on interactive startup.
19800
19801 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
19802 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
19803 [USE_PTHREAD]: Conditionalize with it.
19804 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
19805 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
19806 New functions.
19807
19808 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
19809
19810 * xdisp.c (redisplay_window): When restoring original buffer
19811 position, make sure it is still valid.
19812
19813 * image.c (png_load): Ignore png-supplied background color.
19814
19815 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19816
19817 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
19818 Use kCFAbsoluteTimeIntervalSince1970.
19819
19820 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
19821 New variable.
19822 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
19823 event loop should be quit.
19824 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
19825 Quit dialog event loop if quit_dialog_event_loop is set.
19826
19827 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
19828 (Selection): New typedef. Use instead of ScrapRef.
19829 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
19830 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
19831 (mac_clear_selection): Rename from clear_scrap.
19832 (get_flavor_type_from_symbol): New argument SEL and subsume function of
19833 scrap_has_target_type. All uses changed.
19834 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
19835 (mac_selection_has_target_p): New functions.
19836 (mac_put_selection_value): Rename from put_scrap_string.
19837 (mac_get_selection_value): Rename from get_scrap_string.
19838 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
19839 (put_scrap_private_timestamp, scrap_has_target_type)
19840 (get_scrap_private_timestamp): Remove functions.
19841 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
19842 (x_own_selection, x_get_local_selection):
19843 Use mac_valid_selection_value_p.
19844 (x_own_selection): Don't use put_scrap_private_timestamp.
19845 Record OWNERSHIP-INFO into Vselection_alist instead.
19846 (x_get_local_selection): Don't check type if request is local.
19847 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
19848 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
19849
19850 2007-08-04 Jan Djärv <jan.h.d@swipnet.se>
19851
19852 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
19853 add comment explaining why.
19854
19855 2007-08-03 Richard Stallman <rms@gnu.org>
19856
19857 * fileio.c (Fvisited_file_modtime): Use make_time.
19858
19859 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
19860
19861 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
19862 build.
19863
19864 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
19865
19866 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
19867
19868 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
19869
19870 * puresize.h (BASE_PURESIZE): Increase to 1130000.
19871
19872 2007-07-30 Richard Stallman <rms@gnu.org>
19873
19874 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
19875
19876 2007-07-29 Jan Djärv <jan.h.d@swipnet.se>
19877
19878 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
19879
19880 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
19881
19882 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
19883 remote default-directory.
19884
19885 * buffer.c (mode-line-format): Update doc string.
19886
19887 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19888
19889 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
19890 scroll bar gap.
19891 (x_scroll_bar_create): Set bar->fringe_extended_p.
19892 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
19893 on frame edge. Check fringe background extension. Don't clear
19894 extended fringe background area.
19895
19896 * w32term.h (struct scroll_bar): New member fringe_extended_p.
19897 (w32_fill_area): Enclose multiple statements with do ... while (0).
19898
19899 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
19900 Extend fringe background to scroll bar gap.
19901 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
19902 Set bar->fringe_extended_p.
19903 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
19904 Put leftmost/rightmost scroll bars on frame edge. Check fringe
19905 background extension. Don't clear extended fringe background area.
19906
19907 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
19908 New member fringe_extended_p.
19909
19910 2007-07-25 Glenn Morris <rgm@gnu.org>
19911
19912 * Relicense all FSF files to GPLv3 or later.
19913
19914 * COPYING: Switch to GPLv3.
19915
19916 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19917
19918 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
19919
19920 * data.c (Finteractive_form): Check for the presence of an
19921 `interactive-form' symbol property more thoroughly.
19922
19923 * data.c (Finteractive_form): Use an `interactive-form' property if
19924 present, analogous to the function-documentation property.
19925
19926 2007-07-24 Jason Rumney <jasonr@gnu.org>
19927
19928 * w32fns.c (x_real_positions): Get real position from OS instead of
19929 calculating it.
19930
19931 2007-07-23 Jason Rumney <jasonr@gnu.org>
19932
19933 * filelock.c (current_lock_owner): Allow for @ sign in username.
19934
19935 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
19936
19937 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
19938 remote default-directory.
19939
19940 * buffer.c (mode-line-format): Describe above case in doc string.
19941
19942 2007-07-20 Eli Zaretskii <eliz@gnu.org>
19943
19944 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
19945 Define if not defined.
19946
19947 2007-07-18 Jason Rumney <jasonr@gnu.org>
19948
19949 * w32proc.c (w32_executable_type): Handle 64 bit executables.
19950
19951 2007-07-18 Richard Stallman <rms@gnu.org>
19952
19953 * data.c (Fsetq_default): Doc fix.
19954
19955 * eval.c (Fsetq): Doc fix.
19956
19957 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
19958
19959 * coding.c (Ffind_operation_coding_system):
19960 * eval.c (For, Fand): Doc fixes.
19961 Reported by Johan Bockgård.
19962
19963 2007-07-18 Jan Djärv <jan.h.d@swipnet.se>
19964
19965 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
19966
19967 * xterm.h: Declare x_ewmh_activate_frame.
19968
19969 * xterm.c (x_ewmh_activate_frame): New function.
19970 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
19971
19972 2007-07-17 Martin Rudalics <rudalics@gmx.at>
19973
19974 * window.c (Fdisplay_buffer): If largest or LRU window is the
19975 only window, split it even if it is not eligible for splitting.
19976 This restores the original behavior broken by the 2007-07-15
19977 change.
19978
19979 2007-07-17 Glenn Morris <rgm@gnu.org>
19980
19981 * abbrev.c (abbrev_check_chars): New function.
19982 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
19983 Call abbrev_check_chars to check abbrev characters are word
19984 constituents. Doc fix.
19985
19986 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
19987
19988 * process.c (Fstart_process, Fmake_network_process)
19989 (read_process_output): Fix up last changes.
19990
19991 2007-07-16 Eli Zaretskii <eliz@gnu.org>
19992
19993 * makefile.w32-in (clean): Don't delete *~.
19994
19995 2007-07-16 Andreas Schwab <schwab@suse.de>
19996
19997 * window.c (Fdisplay_buffer): Use NILP.
19998 (Fset_window_scroll_bars): Likewise.
19999
20000 2007-07-15 Martin Rudalics <rudalics@gmx.at>
20001
20002 * window.c (window_min_size_2): New function.
20003 (window_min_size_1, size_window, Fdisplay_buffer)
20004 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
20005 windows without mode- or header-lines when window-min-height is
20006 too small.
20007 (size_window): Reset nodelete_p after testing it, following an
20008 earlier note by Kim F. Storm.
20009 (display_buffer): Do not set split_height_threshold to twice the
20010 value of window_min_height to avoid changing the value of a
20011 customizable variable. Rather explicitly check whether the
20012 height of the window that shall be splitted is at least as large
20013 as split_height_threshold.
20014 (Fwindow_full_width_p): New defun.
20015 (syms_of_window): Defsubr it.
20016
20017 * window.h: Add EXFUN for Fwindow_full_width_p.
20018
20019 2007-07-14 Jason Rumney <jasonr@gnu.org>
20020
20021 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
20022
20023 2007-07-14 Richard Stallman <rms@gnu.org>
20024
20025 * eval.c (maybe_call_debugger): New function.
20026 (find_handler_clause): Use maybe_call_debugger.
20027 Call it when the handler says `debug'.
20028 Eliminate DEBUGGER_VALUE_PTR.
20029 (Fsignal): Eliminate debugger_value.
20030 (Qdebug): New variable.
20031 (syms_of_eval): Initialize it.
20032
20033 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
20034
20035 * eval.c (Fprogn):
20036 * keyboard.c (Ftrack_mouse):
20037 * print.c (Fwith_output_to_temp_buffer):
20038 * window.c (Fsave_window_excursion): Doc fix.
20039
20040 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20041
20042 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
20043
20044 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
20045
20046 * process.h (struct Lisp_Process): Turn slots infd, outfd,
20047 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
20048 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
20049 read_output_delay, and read_output_skip from Lisp_Objects to ints.
20050 Remove unused encoding_carryover.
20051 * process.c: Adjust all functions accordingly.
20052
20053 2007-07-12 Richard Stallman <rms@gnu.org>
20054
20055 * term.c: Include unistd.h only if HAVE_UNISTD_H.
20056
20057 2007-07-11 Jason Rumney <jasonr@gnu.org>
20058
20059 * makefile.w32-in (LIBS): Include OLE32.
20060
20061 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
20062 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
20063
20064 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
20065
20066 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
20067 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
20068 from a Lisp_Object into a bare pointer.
20069 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
20070 Adjust the code correspondingly.
20071
20072 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
20073
20074 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
20075 (term_show_mouse_face): Remove unused var `j'.
20076 (handle_one_term_event): Remove unused vars `i' and `j'.
20077 Don't cast return value of ttyname since it's not necessary.
20078
20079 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
20080
20081 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
20082 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
20083
20084 * fns.c (map_char_table): Use an array of int for `indices' rather than
20085 an array of Lisp_Objects (which are only ever integers anyway).
20086 (Fmap_char_table): Update caller.
20087 * lisp.h: Update prototype.
20088 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
20089 * fontset.c (Ffontset_info):
20090 * casetab.c (set_case_table): Update callers.
20091
20092 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
20093
20094 * keymap.c (struct accessible_keymaps_data)
20095 (struct where_is_internal_data): New structures.
20096 (accessible_keymaps_1, where_is_internal_1): Use them to change
20097 interface to adhere to the one used by map_keymap.
20098 (Faccessible_keymaps, where_is_internal): Use map_keymap.
20099 (accessible_keymaps_char_table, where_is_internal_2): Remove.
20100
20101 * keymap.h (map_keymap_function_t): More informative prototype.
20102
20103 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
20104
20105 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
20106 (looking_at_1): Don't change search_regs and last_thing_searched
20107 if `inhibit-changing-match-data' is non-nil.
20108 (string_match_1, search_buffer, set_search_regs): Likewise.
20109 (syms_of_search): Add Lisp level definition for
20110 `inhibit-changing-match-data' and set it to nil.
20111 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
20112 start and end of the match, instead of using values in search_regs.
20113
20114 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
20115
20116 * minibuf.c (Fcompleting_read): New value `confirm-only'
20117 for `require-match'.
20118
20119 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
20120
20121 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
20122 part of the 2007-06-27 change to syms_of_fileio.
20123
20124 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20125
20126 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
20127 Check WINDOWP before using XWINDOW. Consolidate return statements.
20128
20129 2007-06-27 Richard Stallman <rms@gnu.org>
20130
20131 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
20132
20133 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
20134
20135 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
20136
20137 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20138
20139 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
20140 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
20141 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
20142 (_free_internal, memalign): Use them.
20143 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
20144 Initialize to PTHREAD_MUTEX_INITIALIZER.
20145 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
20146 (morecore_nolock): Rename from morecore. All uses changed.
20147 Use only nolock versions of internal allocation functions.
20148 (_malloc_internal_nolock, _realloc_internal_nolock)
20149 (_free_internal_nolock): New functions created from
20150 _malloc_internal, _realloc_internal, and _free_internal.
20151 (_malloc_internal, _realloc_internal, _free_internal): Use them.
20152 Copy hook value to automatic variable before its use.
20153 (memalign): Copy hook value to automatic variable before its use.
20154
20155 2007-06-26 Kenichi Handa <handa@m17n.org>
20156
20157 * coding.c (Ffind_operation_coding_system): Docstring improved.
20158 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
20159
20160 2007-06-25 David Kastrup <dak@gnu.org>
20161
20162 * keymap.c (Fcurrent_active_maps): Add `position' argument.
20163 (Fwhere_is_internal): Adjust call to `current-active-maps' to
20164 cater for additional parameter.
20165
20166 * keymap.h: Adjust number of parameters to `current-active-maps'.
20167
20168 * doc.c (Fsubstitute_command_keys): Adjust call of
20169 `current-active-maps'.
20170
20171 2007-06-25 David Kastrup <dak@gnu.org>
20172
20173 * callint.c (Fcall_interactively): Make the parsing of interactive
20174 specs somewhat more readable.
20175
20176 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20177
20178 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
20179 to scroll bar gap also when bitmap fills fringe. Draw only foreground
20180 if extended background has already been filled.
20181
20182 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20183
20184 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
20185 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
20186
20187 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
20188 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
20189 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
20190 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
20191 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
20192 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
20193 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
20194 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
20195 Run timers during dialog popup.
20196 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
20197
20198 2007-06-21 Jason Rumney <jasonr@gnu.org>
20199
20200 * image.c (convert_mono_to_color_image): Swap fore and background.
20201
20202 2007-06-20 Jason Rumney <jasonr@gnu.org>
20203
20204 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
20205 (w32_free_bdf_font): Unmap memory not handle.
20206
20207 2007-06-20 Sam Steingold <sds@gnu.org>
20208
20209 * gmalloc.c (__morecore): Fix the declaration to comply with the
20210 definition.
20211
20212 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
20213
20214 * w32term.c (w32_delete_display): Remove leftover declaration.
20215 (w32_define_cursor, w32_initialize): Make static.
20216
20217 * w32.c (_wsa_errlist): Fix typo in error message.
20218 (init_environment): Ignore any environment variable from the
20219 registry having a null value.
20220
20221 2007-06-20 Glenn Morris <rgm@gnu.org>
20222
20223 * Makefile.in (LIBGIF): Default to -lgif.
20224
20225 2007-06-17 Jason Rumney <jasonr@gnu.org>
20226
20227 * w32menu.c (add_menu_item): Don't use multibyte string functions on
20228 unicode strings.
20229
20230 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
20231
20232 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
20233 Fix typo in docstring.
20234
20235 2007-06-16 Eli Zaretskii <eliz@gnu.org>
20236
20237 * w32menu.c (add_menu_item): Escape `&' characters in menu items
20238 and their keybindings.
20239
20240 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
20241
20242 * composite.c (update_compositions): Fix last fix.
20243
20244 2007-06-14 Jason Rumney <jasonr@gnu.org>
20245
20246 * w32.c (get_process_times_fn): New function pointer.
20247 (globals_of_w32): Intialize it if present in kernel32.dll.
20248 (w32_get_internal_run_time): New function.
20249
20250 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
20251
20252 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
20253
20254 * composite.c (update_compositions): Check the validness of
20255 compositions.
20256
20257 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20258
20259 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
20260 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
20261
20262 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
20263 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
20264
20265 * macgui.h (USE_MAC_TOOLBAR): New define.
20266
20267 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20268 Return immediately unless popup is activated.
20269
20270 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
20271 background to scroll bar gap.
20272 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
20273 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
20274 scroll bars on frame edge. Check fringe background extension.
20275 Don't clear extended fringe background area.
20276 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
20277 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
20278 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
20279 [USE_MAC_TOOLBAR]: New macros.
20280 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
20281 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
20282 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
20283 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
20284 [USE_MAC_TOOLBAR]: New functions.
20285 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
20286 manually if previous repositioning has failed.
20287 (mac_handle_keyboard_event): Use precomputed event kind.
20288 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
20289 as tool bar item click. Handle mouse movement over tool bar items.
20290
20291 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
20292 toolbar_win_gravity.
20293 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
20294 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
20295 Add externs.
20296
20297 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
20298 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
20299
20300 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
20301
20302 * image.c (search_image_cache): Remove unused variable.
20303
20304 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
20305
20306 * xfns.c, xmenu.c: Link to xaw3d if available.
20307
20308 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20309
20310 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
20311 frame_foreground and frame_background.
20312
20313 * image.c (lookup_image): Save frame foreground and background colors.
20314 (search_image_cache): Check if saved and current frame colors match.
20315
20316 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
20317
20318 * regex.c (regex_compile): Remove the `regnum' counter.
20319 Use bufp->re_nsub instead. Add support for \(?N:RE\).
20320
20321 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
20322
20323 * term.c: Include intervals.h to declare Fget_text_property.
20324
20325 2007-06-10 Jason Rumney <jasonr@gnu.org>
20326
20327 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
20328
20329 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
20330
20331 * callint.c (Fcall_interactively):
20332 * editfns.c (Fdelete_and_extract_region):
20333 * fileio.c (Fread_file_name):
20334 * fns.c (Fmapconcat):
20335 * keyboard.c (cmd_error_internal):
20336 * keymap.c (Fkey_description):
20337 * lread.c (openp):
20338 * minibuf.c (read_minibuf):
20339 * search.c (wordify):
20340 * sunfns.c (sel_read):
20341 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
20342 * xfns.c (x_default_scroll_bar_color_parameter):
20343 * xmenu.c (menu_help_callback):
20344 * xselect.c (Fx_get_atom_name):
20345 * xterm.c (x_term_init): Use empty_unibyte_string.
20346
20347 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
20348
20349 * alloc.c (init_strings): Initialize canonical empty strings.
20350 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
20351 canonical empty string when the requested size is 0.
20352
20353 * emacs.c (empty_unibyte_string): Rename from empty_string.
20354 (empty_multibyte_string): New canonical empty string.
20355 (syms_of_emacs): Don't initialize empty_string.
20356
20357 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
20358 string, if appropriate.
20359 (empty_unibyte_string, empty_multibyte_string): New externs.
20360 (empty_string): Remove extern.
20361
20362 * lread.c (syms_of_lread): Use empty_unibyte_string.
20363
20364 2007-06-07 Jason Rumney <jasonr@gnu.org>
20365
20366 * s/ms-w32.h: Don't define HAVE_TZNAME.
20367
20368 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
20369
20370 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20371
20372 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
20373
20374 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
20375 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
20376
20377 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
20378 Don't call next handler.
20379 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
20380 Remove argument. Install handler to application.
20381 (set_frame_menubar): Don't change deep_p.
20382 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
20383 FRAME_OUTER_TO_INNER_DIFF_Y.
20384 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
20385 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
20386 [HAVE_DIALOGS]: New macros.
20387 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
20388 Use them.
20389 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
20390
20391 * macselect.c [MAC_OSX] (install_service_handler): Rename from
20392 init_service_handler. All callers changed. Return OSStatus value.
20393
20394 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
20395 All callers changed so as not to call SetPortWindowPort.
20396 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
20397 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
20398 mac_draw_string_common.
20399 (mac_draw_image_string_qd): Likewise.
20400 (mac_draw_string_common): Use them. Add INLINE.
20401 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
20402 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
20403 GetGlobalMouse.
20404 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
20405 and FRAME_OUTER_TO_INNER_DIFF_Y.
20406 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
20407 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
20408 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
20409 repositioning window to mac_handle_window_event.
20410 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
20411 saving window location to mac_handle_window_event
20412 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
20413 (install_menu_target_item_handler): Remove argument in extern.
20414 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
20415 Also accept command events.
20416 (do_keystroke): New function created from XTread_socket.
20417 (init_command_handler): Remove functions.
20418 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
20419 and save window location by kEventWindowShowing and kEventWindowHiding
20420 handlers here. Don't call next handler for window state change and
20421 focus events.
20422 (mac_handle_application_event, mac_handle_keyboard_event)
20423 [TARGET_API_MAC_CARBON]: New functions.
20424 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
20425 kEventWindowShowing and kEventWindowHiding events. Move installation
20426 of mouse, font, text input and menu target item handlers to
20427 install_application_handler.
20428 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
20429 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20430 New function.
20431 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
20432 Register it.
20433 (XTread_socket) [TARGET_API_MAC_CARBON]:
20434 Consolidate SendEventToEventTarget calls.
20435 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
20436 Move application activation handler to mac_handle_application_event.
20437 Move keyboard handler to mac_handle_keyboard_event.
20438 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
20439 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
20440 init_command_handler. Call install_application_handler.
20441
20442 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
20443 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
20444
20445 2007-06-07 Glenn Morris <rgm@gnu.org>
20446
20447 * emacs.c (main): Use `emacs-copyright' in --version output.
20448
20449 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
20450
20451 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
20452
20453 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20454
20455 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
20456
20457 * macgui.h: Replace WindowPtr with WindowRef.
20458
20459 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
20460 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
20461 Replace ControlHandle with ControlRef.
20462 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
20463
20464 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
20465 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
20466 Replace ControlHandle with ControlRef.
20467 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
20468 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
20469
20470 * macterm.h (struct scroll_bar): Rename member control_handle_low
20471 and control_handle_high to control_ref_low and control_ref_high.
20472 All uses changed.
20473 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
20474 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
20475 respectively. All uses changed.
20476 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
20477 (install_window_handler, remove_window_handler): Replace WindowPtr
20478 with WindowRef in externs.
20479
20480 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
20481
20482 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
20483
20484 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
20485
20486 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
20487
20488 * frame.c (Fmouse_position, Fmouse_pixel_position):
20489 Condition on HAVE_GPM too.
20490
20491 * term.c (term_mouse_highlight): Remove unused variables.
20492 (Fterm_open_connection): Set gpm_zerobased to 1.
20493 (term_mouse_movement, term_mouse_click, handle_one_term_event):
20494 Use zero based co-ordinates.
20495 (handle_one_term_event): Report a drag as mouse movement too.
20496
20497 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
20498
20499 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
20500
20501 * image.c (search_image_cache): New function. Require background
20502 color match if background color is unspecified in the image spec.
20503 (uncache_image, lookup_image): Use it.
20504
20505 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
20506
20507 * window.c (Fshrink_window): Reflow docstring.
20508
20509 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
20510
20511 * Version 22.1 released.
20512
20513 2007-06-01 Richard Stallman <rms@gnu.org>
20514
20515 * xfns.c (x_encode_text): Add GCPRO.
20516
20517 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20518
20519 * xfns.c (x_set_name_internal): Save encoded name before
20520 x_encode_text in case string data is relocated.
20521
20522 2007-05-31 Richard Stallman <rms@gnu.org>
20523
20524 * buffer.c (syms_of_buffer): Doc fix.
20525
20526 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
20527
20528 * sysdep.c (init_sys_modes): Add rather than replace with
20529 O_NONBLOCK.
20530
20531 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
20532 term_mouse_moveto.
20533
20534 * termhooks.h (term_mouse_moveto): New extern.
20535
20536 * term.c (mouse_face_window): Rename...
20537 (Qmouse_face_window): ...to this.
20538 (term_show_mouse_face, term_clear_mouse_face)
20539 (term_mouse_highlight): Use Qmouse_face_window.
20540 (term_mouse_moveto): New function.
20541 (term_mouse_position): Make it work.
20542 (syms_of_term): Uncomment assignment to mouse_position_hook.
20543 Staticpro Qmouse_face_window.
20544
20545 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20546
20547 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
20548 around current_column call.
20549
20550 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
20551
20552 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
20553 * xdisp.c (next_element_from_buffer):
20554 * window.c (delete_window):
20555 * term.c (term_mouse_highlight):
20556 * msdos.c (getdefdir):
20557 * macterm.c (mac_create_bitmap_from_bitmap_data)
20558 (init_font_name_table):
20559 * fns.c (Fsxhash):
20560 * data.c (Fmake_local_variable):
20561 * ccl.c (ccl_driver): Likewise.
20562
20563 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20564
20565 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
20566 Call mac_wakeup_from_rne on window size change.
20567
20568 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
20569
20570 * image.c (uncache_image): Fix typo.
20571
20572 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
20573
20574 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
20575
20576 2007-05-22 Richard Stallman <rms@gnu.org>
20577
20578 * xterm.c (x_connection_closed): Remove NO_RETURN.
20579
20580 2007-05-22 Martin Rudalics <rudalics@gmx.at>
20581
20582 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
20583
20584 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
20585
20586 * image.c (uncache_image): New function.
20587 (Fimage_refresh): New function.
20588
20589 2007-05-20 Jan Djärv <jan.h.d@swipnet.se>
20590
20591 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
20592
20593 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
20594
20595 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
20596 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
20597
20598 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
20599
20600 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
20601 conditional on [HAVE_GPM_H].
20602
20603 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
20604
20605 * syntax.c (skip_chars): Update syntax-table only after we checked that
20606 the new location is valid.
20607
20608 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20609
20610 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
20611 mac_get_window_bounds.
20612
20613 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
20614
20615 * Makefile.in (LIBGPM): Allow it to be set from configure.
20616 If set then link Emacs with it.
20617
20618 * config.in: Regenerate.
20619
20620 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
20621 New externs.
20622
20623 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
20624 Include gpm.h.
20625 (handle_one_term_event, term_gpm): New externs.
20626
20627 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
20628 and allow it to be interrupted by SIGIO.
20629
20630 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
20631 (wait_reading_process_output): Wait on gpm_fd too.
20632 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
20633 (add_gpm_wait_descriptor_called_flag): New variable.
20634 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
20635
20636 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
20637 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
20638 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
20639 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
20640 (make_lispy_event): Add case GPM_CLICK_EVENT.
20641 (read_avail_input): Handle mouse input.
20642
20643 * term.c (write_glyphs_with_face): New function.
20644 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
20645 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
20646 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
20647 (mouse_face_face_id, term_gpm, pos_x, pos_y)
20648 (last_mouse_x, last_mouse_y): New variables.
20649 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
20650 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
20651 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
20652 (Fterm_close_connection): New functions.
20653 (term_init): Initialise mouse_face_window.
20654
20655 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
20656
20657 * xdisp.c (redisplay_window): If first window line is a
20658 continuation line, recompute the new window start instead of
20659 recentering.
20660
20661 2007-05-18 Glenn Morris <rgm@gnu.org>
20662
20663 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
20664 Suggested by Alfred M. Szmidt <ams@gnu.org>.
20665
20666 2007-05-17 Glenn Morris <rgm@gnu.org>
20667
20668 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
20669
20670 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20671
20672 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
20673 dead key repeat and up events.
20674
20675 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
20676
20677 * image.c (pbm_load): Check image size for monochrome pbm.
20678
20679 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
20680
20681 * xterm.c (XTread_socket): Revert last change.
20682
20683 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
20684
20685 * image.c (pbm_load): Correctly check image size for greyscale pbm.
20686
20687 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
20688
20689 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
20690
20691 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
20692 mixup (YAILOM).
20693
20694 2007-05-07 Andreas Schwab <schwab@suse.de>
20695
20696 * keymap.c (Flookup_key): Fix typo in last change.
20697
20698 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
20699
20700 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
20701 mapping for unibyte strings.
20702
20703 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20704
20705 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
20706 (Fx_popup_dialog) [MAC_OSX]: Likewise.
20707
20708 2007-04-29 Richard Stallman <rms@gnu.org>
20709
20710 * insdel.c (replace_range): For undo, record insertion first.
20711
20712 2007-04-29 Andreas Schwab <schwab@suse.de>
20713
20714 * lisp.h (VECSIZE): Use OFFSETOF.
20715
20716 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20717
20718 * xdisp.c (try_window_reusing_current_matrix): Fix number of
20719 disabled lines.
20720
20721 2007-04-28 Richard Stallman <rms@gnu.org>
20722
20723 * lread.c (read_escape): In a string, \s is always space.
20724
20725 2007-04-27 Jan Djärv <jan.h.d@swipnet.se>
20726
20727 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
20728
20729 * gtkutil.c (xg_update_menubar, create_menus): Create empty
20730 submenu for menu bar items.
20731
20732 See ChangeLog.10 for earlier changes.
20733
20734 ;; Local Variables:
20735 ;; coding: utf-8
20736 ;; add-log-time-zone-rule: t
20737 ;; End:
20738
20739 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
20740
20741 This file is part of GNU Emacs.
20742
20743 GNU Emacs is free software: you can redistribute it and/or modify
20744 it under the terms of the GNU General Public License as published by
20745 the Free Software Foundation, either version 3 of the License, or
20746 (at your option) any later version.
20747
20748 GNU Emacs is distributed in the hope that it will be useful,
20749 but WITHOUT ANY WARRANTY; without even the implied warranty of
20750 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20751 GNU General Public License for more details.
20752
20753 You should have received a copy of the GNU General Public License
20754 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20755
20756 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40